body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background: #f0f5f8;
}
button,
input {
    font-family: "Inter", sans-serif;
}
.mid-txt {
    font-size: 1.25rem;
    color: #002f69;
}
/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/
.p_mb0 *{
    margin-bottom: 0;
}
.page{
    padding-top: 8rem;
}
.result{
    text-align: center;
    font-size: 0.9rem;
}
.bd-top {
    padding-top: 6rem;
}
.container {
    width: 80rem;
}
img {
    object-fit: cover;
}
header {
    padding: 1.35rem 0;
    background: #f0f5f8;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.head-logo img {
    width: 5.1255rem;
    height: 2.24806rem;
}

.head-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.head-nav a {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #002f69;
    position: relative;
    transition: all 0.35s ease-in;
}

.head-nav a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002f69;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.35s ease-in;
}

.head-nav a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.head-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.head-icon {
    color: #002f69;
    font-size: 1.85rem;
}
.head-icon:hover {
    scale: calc(1.1);
}
.btn {
    border-radius: 3.25rem;
    background: #f39d4a;
    display: flex;
    height: 3.25rem;
    padding: 0.625rem 1.85rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.btn:hover {
    background: #002f69;
}
.head-btn:hover {
    background: #298da7;
}
.hov1:hover {
    border: 1px solid #f39d4a;
    color: #002f69;
    background: #fff;
}
.big-width {
    width: 19.0625rem;
}

.hero-back {
    padding: 5rem 0;
    color: #fff;
    position: relative;
    background: linear-gradient(
        257deg,
        rgba(0, 47, 105, 0) 40.57%,
        rgba(0, 47, 105, 0.5) 88.48%
    );
}
.hero-img {
    inset: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
}

.hero-left h1 {
    font-size: 3.625rem;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.hero-left p {
    margin-bottom: 0;
}

.hero-card {
    display: flex;
    padding: 0.625rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
    align-self: stretch;
    border-radius: 1.25rem;
    background: linear-gradient(
        139deg,
        rgba(41, 141, 167, 0.5) 43.48%,
        rgba(41, 141, 167, 0) 204.51%
    );
    backdrop-filter: blur(10px);
    height: 100%;
}
.section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
}
.section-title.blue {
    color: #002f69;
}
.section-title.lil {
    font-size: 2rem;
}
.hero-row {
    align-items: end;
}

section {
    margin-bottom: 4rem;
}

/* ABOUT SECTION */
.about-row {
    justify-content: space-between;
}
.about-img-wrap {
    width: 100%;
    height: 32rem;
    border-radius: 50%;
    overflow: hidden;
}
.about-img {
    width: 100%;
    height: 100%;
}
.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.about-content p {
    margin-bottom: 0;
}
.about-content p span,
.content-txt span {
    font-weight: 700;
    color: #002f69;
}
.about-quote {
    display: flex;
    gap: 1.25rem;
}
.about-quote-icon {
    width: 3rem;
    height: 3rem;
}
.about-quote-txt p {
    font-style: italic;
    font-weight: 400;
}

/* TEAM SECTION */
.team-intro {
    line-height: 1.5;
}
.team-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.team-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.team-avatar {
    width: 6.75rem;
    height: 6.75rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.team-card-right {
    flex: 1;
}
.team-card-name {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    color: #002f69;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.team-card-name img {
    width: 1.65rem;
    height: 1.65rem;
}
.team-card-line {
    height: 1px;
    background: #f39d4a;
    margin-bottom: 0.5rem;
}
.team-card-info {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.team-info-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.team-info-row i {
    color: #002f69;
    width: 1rem;
    text-align: center;
}
.team-dash {
    color: #002f69;
    font-weight: 700;
    width: 1rem;
    text-align: center;
}
.team-photo-wrap {
    height: 28.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.team-photo {
    width: 100%;
    height: 100%;
}

/* PLANS SECTION */
.plans-inner {
    display: flex;
    flex-direction: column;
}
.plans-feature {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.plans-feature-icon {
    width: 3rem;
    height: 3rem;
}
.plans-feature-txt {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.plan-card {
    position: relative;
    border-radius: 1.25rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    min-height: 16rem;
}
.plan-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.plan-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.88rem;
    padding: 1.875rem 2.25rem;
    color: #fff;
    height: 100%;
}
.plan-card-title {
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
}
.plan-card-txt {
    margin-bottom: 0;
    text-align: left;
}

/* REVIEWS SECTION */
.review-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 1.88rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 16.125rem;
    position: relative;
    overflow: hidden;
}

.review-author {
    font-size: 1.25rem;
    color: #002f69;
    text-transform: uppercase;
}
.compas-img {
    position: absolute;
    opacity: 0.3;
    width: 10.75rem;
    right: 0;
    bottom: -4rem;
    height: 10.75rem;
}

/* GALLERY SECTION */
.gallery-card {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.gallery-img {
    width: 100%;
    height: 16.25rem;
}
.gallery-img-lg {
    height: 16rem;
}
.gallery-card-title {
    padding: 1.25rem;
    font-size: 1.5rem;
    color: #002f69;
    text-transform: uppercase;
}

.gallery-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.gallery-btn .btn {
    width: 25.8125rem;
}

/* ROUTES SECTION */
.route-card {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(41, 141, 167, 0) 4.12%,
        rgba(41, 141, 167, 0.2) 93.3%
    );
}
.route-card-img {
    width: 100%;
    height: 24.25rem;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.route-card:hover .route-card-img {
    transform: scale(1.05);
}
.route-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
}
.route-card-title {
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}

/* ROUTE MODAL */
.route-modal .modal__block {
    max-width: unset;
}
.route-modal-block {
    width: 75.9375rem;
    max-height: 88vh;
    overflow-y: auto;
    border-radius: 1.875rem;
    padding: 3rem;
    position: relative;
}
.route-modal-block {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.route-modal-block::-webkit-scrollbar {
    display: none;
}
.route-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    background: #f0f5f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002f69;
    font-size: 1.7rem;
    font-weight: 100;
    transition: background 0.2s;
    z-index: 10;
}
.route-modal-close:hover {
    background: #e0e8f0;
}
.route-modal-title {
    text-align: center;
    font-size: 2.5rem;
    color: #002f69;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.route-modal-img {
    width: 100%;
    height: 28.75rem;
    border-radius: 1.875rem;
    margin-bottom: 1.5rem;
}
.route-modal-desc {
    margin-bottom: 1.5rem;
}
.route-modal-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.route-modal-item-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
    color: #002f69;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.route-modal-item p {
    margin-bottom: 0;
}
.route-modal-footer-txt {
    margin-bottom: 0;
}

/* VIDEO SLIDER */
.video-slider-section {
    overflow: hidden;
}
.video-slider-section section {
    margin-bottom: 0;
}
.video-slider .slick-list {
    overflow: visible;
}
.video-slider .slick-track {
    display: flex !important;
}
.video-slide {
    padding: 0 0.6rem;
}
.video-slide-inner {
    display: block;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
}
.video-slide-img {
    width: 100%;
    height: 32.8125rem;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.video-slide-inner:hover .video-slide-img {
    transform: scale(1.04);
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}
.video-play-btn i {
    color: #f39d4a;
    font-size: 1.3rem;
    margin-left: 0.2rem;
}
.video-slide-inner:hover .video-play-btn {
    background: rgba(255, 255, 255, 0.95);
    transform: translate(-50%, -50%) scale(1.1);
}

/* FAQ SECTION */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.faq-item {
    background: linear-gradient(90deg, #85a9c0 0%, #298da7 100%);
    border-radius: 1.25rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    cursor: pointer;
    /* opacity: .7; */
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 2.5rem;
    gap: 1.5rem;
    font-size: 1.35rem;
    color: #fff;
    text-transform: uppercase;
    user-select: none;
}
.faq-icon {
    flex-shrink: 0;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
}
.faq-icon span {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}
.faq-icon span:first-child {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.faq-icon span:last-child {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.faq-item.active .faq-icon span:last-child {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
.faq-answer {
    display: none;
    padding: 1.875rem 2.5rem;
    padding-top: 0;
    font-size: 1.25rem;
    color: white;
}
.faq-answer p {
    margin-bottom: 0;
}

/* CONTACT SECTION */
.contact-section {
    position: relative;
    overflow: hidden;
    /* opacity: .8; */
}
.contact-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.8;
}
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        177deg,
        #298da7 -33.82%,
        rgba(41, 141, 167, 0) 45.68%,
        #298da7 75.37%
    );
    z-index: 1;
}
.contact-section .container {
    position: relative;
    z-index: 2;
}
.contact-section .container {
    position: relative;
    z-index: 1;
}
.contact-row {
    min-height: 28rem;
    align-items: stretch;
}
.contact-left {
    background: linear-gradient(180deg, #83a8bf 0%, #4094ad 91.1%);
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
}
.con-inpts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.contact-inp {
    width: 100%;
    height: 3.5rem;
    border-radius: 3.125rem;
    border: none;
    background: rgb(255, 255, 255);
    padding: 1.25rem 1.875rem;
    color: #333;
}
.contact-inp::placeholder {
    color: #0000005d;
}
.contact-policy {
    color: white;
    margin-bottom: 0;
}
.contact-policy a{
    text-decoration: underline;
    color: white;
}
.contact-policy a:hover{
    text-decoration: none;
}
.contact-btn {
    width: 100%;
}

.contact-right {
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    height: 100%;
}
.contact-title {
    color: #fff;
    font-size: 2rem;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.contact-info-title {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.con-txt {
    position: relative;
    text-decoration: none;
    color: white;
}
.con-txt::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease-in;
}

.con-txt:hover::after {
    width: 100%;
}
.contact-link-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #f39d4a;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
}

/* FOOTER */
footer {
    background: #f0f5f8;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.footer-top {
    display: grid;
    grid-template-columns: 0.6fr 1.2fr 1fr 1.2fr;
    gap: 2.5rem;
    align-items: start;
    padding-bottom: 2.5rem;
}
.footer-logo {
    width: 9.04325rem;
    height: 3.96638rem;
    object-fit: contain;
}
.footer-col-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #002f69;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.footer-nav {
    display: flex;
    gap: 2rem;
}
.footer-nav-col:first-child {
    flex: 6;
}

.footer-nav-col:last-child {
    flex: 4;
}
.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-self: flex-start;
}
.footer-nav-col a {
    color: #002f69;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
}
.footer-nav-col a:hover {
    color: #ff7b00;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.foot-link {
    display: flex;
    align-items: center;
    gap: 0.5625rem;
}
.con-txt.foot-txt {
    color: #002f69;
    text-transform: uppercase;
}
.foot-link .contact-link-icon {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 1.35rem;
}
.footer-actions {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.footer-blue-btn {
    background: #298da7;
}
.footer-bottom {
    border-top: 1px solid #f39d4a;
    padding: 2.5rem 0;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom a {
    color: #002f69;
    opacity: 0.5;
}
.footer-bottom a:hover {
    opacity: 1;
}

/* MAIN MODAL */
#modal-1 .modal__block {
    width: 62rem;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 1.875rem;
    padding: 0;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#modal-1 .modal__block::-webkit-scrollbar {
    display: none;
}
.main-modal-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#modal-1 .modal__block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        177deg,
        #298da7 -33.82%,
        rgba(41, 141, 167, 0) 45.68%,
        #298da7 75.37%
    );
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 1.875rem;
}
#modal-1 .close {
    z-index: 3;
}
.main-modal-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.main-modal-title {
    font-size: 2rem;
    padding-right: 2rem;
    color: #fff;
    text-transform: uppercase;
}
.main-modal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-policy.modal-window {
    margin: 1.88rem 0;
}

/* BURGER */
.burger {
    display: none;
    align-items: center;
    gap: 0.625rem;
    background: #f39d4a;
    border: none;
    border-radius: 3.125rem;
    padding: 0.625rem 1.25rem;
    height: 2.85rem;
    color: #fff;
    justify-content: center;
    font-size: 0.85rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}
.burger:hover {
    background: #002f69;
}

/* MOBILE MENU */
.mob-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    visibility: hidden;
    pointer-events: none;
}
.mob-menu.open {
    visibility: visible;
    pointer-events: all;
}
.mob-menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.mob-menu.open .mob-menu-overlay {
    opacity: 1;
}
.mob-menu-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 85vw;
    height: 100%;
    background: #f0f5f8;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.875rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
}
.mob-menu.open .mob-menu-inner {
    transform: translateX(0);
}
.mob-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-menu-icons {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
}
.mob-nav {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1.875rem;
}
.mob-nav a {
    font-size: 1.25rem;
    color: #002f69;
    text-transform: uppercase;
}
.about-section{
    background: #f0f5f8;
    padding-top: 4rem;
}

#modal-success-msg.modal .modal__block {
    width: 35rem;
    padding: 4rem 3rem;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 2rem;
}