body{
    margin: 0px 0px 0px 0px !important;
}

h1, h2{
    margin: 0px 0px 20px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    font-family: 'Cormorant';
}

h3, h4{
    margin: 0px 0px 20px 0px;
    font-size: 38px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    font-family: 'Cormorant';
}
h5, h6{
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    font-family: 'Cormorant';
}

/* HEADER */

header{
    background-color: #B3BCBE;
    padding: 23px 54px 23px 48px;
    position: relative;
}
.header-logo svg{
    display: block;
    width: 190px;
    height: 29px;
    object-fit: contain;
}
.all-header{
    
}
.header-doughter{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1344px;
    margin: auto;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-right{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: end;
    overflow: hidden;
}
.header-logo-link{
    display: flex;
    justify-content: space-between;
}
.all-header .header-menu{
    width: 100%;
    padding: 0px 49px 0px 49px;
    height: 100%;
}
.all-header .header-burger{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.all-header .header-burger svg rect{
    transition: all 0.3s ease;
}
.all-header.active .header-burger svg rect:nth-child(1){
    fill: #062373;
    transition: all 0.3s ease;
}
.all-header.active .header-burger svg rect:nth-child(2){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 24px;
}
.all-header.active .header-burger svg rect:nth-child(3){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 24px;
}
.all-header.active .header-burger svg rect:nth-child(4){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 40px;
}
.all-header.active .header-burger svg rect:nth-child(5){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 40px;
}
.header-burger:hover svg rect:nth-child(1){
    fill: rgba(6, 35, 115, 1);
    transition: all 0.3s ease;
}
.header-burger:hover svg rect:nth-child(2){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 24px;
}
.header-burger:hover svg rect:nth-child(3){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 24px;
}
.header-burger:hover svg rect:nth-child(4){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 40px;
}
.header-burger:hover svg rect:nth-child(5){
    fill: rgba(228, 26, 26, 1);
    transition: all 0.3s ease;
    width: 40px;
}
.menu-top-menu-container{
    overflow: hidden;
    height: 100%;
}
.top-header-menu{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    column-gap: 49px;
    justify-content: center;
    width: 100%;
    transform: translate(113%, 0px);
    transition: all 0.3s ease;
}
.all-header.active .top-header-menu{
    transform: translate(0%, 0px);
    transition: all 0.3s ease;
}
.top-header-menu li{
    list-style-type: none;
}
.top-header-menu li a{
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    border: solid 1px transparent;
    transition: all 0.3s ease;
    border-radius: 180px;
    display: block;
    font-family: 'Archivo Narrow';
    font-weight: 700;
    letter-spacing: 3.3px;
}
.top-header-menu li a:hover{
    transition: all 0.3s ease;
    border: solid 1px #fff;
}

@media (max-width: 1500px){
    .all-header .header-menu {
        padding: 0px 40px 0px 40px;
    }
}

@media (max-width: 1300px){
    .top-header-menu {
        column-gap: 40px;
    }
}
@media (max-width: 1199px){
    .top-header-menu{
        position: absolute;
        bottom: 0px;
        left: 0px;
        transform: translate(113%, 100%);
        background-color: #b3bcbe;
        border-top: solid 1px rgb(255, 255, 255, 0.3);
        flex-direction: column;
        z-index: 100;
        padding: 13px 0px 13px 0px;
    }   
    .top-header-menu li a {
        border: solid 0px #fff !important;
    }
    .all-header.active .top-header-menu{
        transform: translate(0%, 100%);
    }
    #page{
        overflow: hidden;
    }
    .top-header-menu li a{
        padding: 10px 48px 10px 48px;
    }
}

@media (max-width: 1024px){
    header {
        padding: 23px 40px 23px 40px;
    }
    .top-header-menu li a {
        padding: 10px 40px 10px 40px;
    }
    .all-hero {
        min-height: 468px !important;
    }
    .doughter-hero .video-background {
        height: 468px !important;
    }
    .doughter-hero .video-background video{
        height: 468px !important;
    }
    .all-gallery {
        padding: 53px 40px 82px 40px !important;
    }
    .all-video {
        padding: 61px 40px 53px 40px !important;
    }
    .video-video {
        height: 436px !important;
    }
    .video-video video{
        height: 436px !important;
    }
    .all-onboard {
        padding: 107px 40px 77px 40px !important;
    }
    .all-cta {
        padding: 76px 40px 93px 40px !important;
    }
    .all-destination{
        padding: 73px 40px 77px 40px !important;
    }
    .all-footer {
        padding: 74px 40px 41px 40px !important;
    }
    .gallery-column1 {
        row-gap: 20px !important;
    }
    .imageGallery1 {
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
    .gallery-column2 {
        row-gap: 20px !important;
    }
    .gallery-grid-box {
        column-gap: 20px !important;
        row-gap: 20px !important;
    }
    .gallery-grid-box {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px) !important;
    }
    .footer-social {
        column-gap: 20px !important;
    }
    .footer-doughter {
        padding: 0px 0px 0px 0px !important;
    }
}

/* HEADER */

/* HERO */

.all-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 568px;
}
.doughter-hero .video-background{
    height: 568px;
}
.doughter-hero .video-background video{
    width: 100%;
    height: 568px;
    object-fit: cover;
    background-color: #f5f5f5;
}

/* HERO */

/* GALLERY */

.all-gallery{
    padding: 98px 99px 82px 99px;
}
.doughter-gallery{
    width: 100%;
    max-width: 1243px;
    margin: auto;
}
.wallper-gallery{
    display: flex;
    flex-wrap: wrap;
}
.pre-title-gallery h1{
    margin: 0px auto 10px auto;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    max-width: 776px;
    text-align: center;
    position: relative;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.2px;
    background-image: linear-gradient(to right, #29375c, #16223e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.pre-title-gallery h1::before{
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-gallery h1::after{
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-gallery{
    margin: 0px auto 24px auto;
    width: 100%;
    max-width: 776px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    font-family: 'Cormorant';
}
.all-gallery.style .title-gallery h2{
    margin: 0px;
    width: 100%;
    max-width: 776px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    font-family: 'Cormorant';
}
.all-gallery.style .title-gallery{
    margin: 0px 0px 37px 0px;
    max-width: fit-content;
    position: relative;
}
.all-gallery.style .title-gallery::after{
    background-color: #19357c;
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0%, -50%);
}
.gallery-link{
    display: flex;
    justify-content: center;
    margin: 104px 0px 0px 0px;
}
.gallery-link a{
    min-width: 180px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(6, 35, 115, 1);
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.2px;
    padding: 10px 10px 10px 10px;
    border: solid 1px rgba(6, 35, 115, 1);
    border-radius: 180px;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.gallery-link a:hover{
    border-color: rgba(179, 188, 190, 1);
    background-color: rgba(179, 188, 190, 1);
    font-weight: 700;
    color: #fff !important;
}
.description-gallery{
    margin: 0px auto 32px auto;
    width: 100%;
    max-width: 836px;
}
.description-gallery p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.tags-gallery{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0px auto 54px auto;
}
.single-tag-gallery{
    font-size: 15px;
    line-height: 1.2;
    color: #19357c;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    letter-spacing: 6.1px;
    position: relative;
}
.single-tag-gallery::before{
    content: "";
    width: 2px;
    height: 14px;
    background-color: rgba(179, 188, 190, 1);
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate(0%, -50%);
}
.single-tag-gallery::after{
    content: "";
    width: 2px;
    height: 14px;
    background-color: rgba(179, 188, 190, 1);
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translate(0%, -50%);
}
.single-tag-gallery:last-child::before{
    content: none;
}
.single-tag-gallery:last-child::after{
    content: none;
}
.single-wallper-gallery{
    width: 25%;
}
.imageGallery1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 43px;
    row-gap: 43px;
    grid-template-columns: 488px 712px;
}
.imageGallery1 a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-column1{
    row-gap: 39px;
    display: flex;
    flex-direction: column;
}
.gallery-column1 a{
    width: 100%;
}
.gallery-column2{
    row-gap: 39px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.gallery-column2 a{
    width: 100%;
}

.gallery-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 41px;
    row-gap: 40px;
    min-height: 300px;
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: 346px 327px;
}
.gallery-grid-box .gallery-item-4, .gallery-grid-box .gallery-item-5, .gallery-grid-box .gallery-item-6 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-grid-box .gallery-item-4 {
    grid-column: 1;
    grid-row: 1;
    min-height: 120px;
}
.gallery-grid-box .gallery-item-5 {
    grid-column: 1;
    grid-row: 2;
    min-height: 120px;
}
.gallery-grid-box .gallery-item-6 {
    grid-column: 2;
    grid-row: 1 / span 2;
}

/* TEAM */

.all-team{
    padding: 53px 80px 82px 80px;
}   
.doughter-team{
    width: 100%;
    max-width: 1240px;
    margin: auto;
}
.title-team{
    margin: 0px auto 24px auto;
    width: 100%;
    max-width: 776px;

}
.title-team h1{
    margin: 0px 0px 0px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    font-family: 'Cormorant';
    text-transform: capitalize;
}
.description-team{
    margin: 0px auto 54px auto;
    width: 100%;
    max-width: 836px;
}
.description-team p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.cards-team{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 80px;
}
.name-position-team{
    padding: 20px 120px 20px 0px;
    width: fit-content;
    background-color: #fff;
    margin: -54px 0px 10px -1px;
    position: relative;
    min-width: 290px;
}
.single-card-team .hr-team::before{
    transition: all 0.3s;
}
.single-card-team:hover .hr-team::before{
    width: 135px;
}
.image-team{
    position: relative;
}
.image-team img{
    display: block;
}
.hover-text-team{
    padding: 40px 40px 40px 40px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29375c;
    font-size: 17px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    opacity: 0;
    transition: opacity 0.3s;
    text-align: center;
}
.hover-text-team:hover{
    opacity: 1;
}
.name-team{
    margin: 0px 0px 18px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.hr-team{
    margin: 0px 0px 10px 0px;
    position: relative;
    display: block;
    height: 9px;
}
.hr-team::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 243px;
    height: 9px;
    background-color: rgba(179, 188, 190, 0.3);
}
.position-team{
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    position: relative;
    width: fit-content;
    letter-spacing: 1.7px;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.single-card-team:hover .position-team{
    opacity: 1;
}
.biography-team .biography-team-before{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Archivo Narrow';
}
.biography-team-hide p{
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Archivo Narrow';
}
.biography-team-more{
    color: #062373;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.7;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
}
.biography-team-less{
    color: rgb(6 35 115);
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.7;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    width: 100%;
    text-align: end;
}
.biography-team-hide{
    margin: 10px 0px 0px 0px !important;
    transition: height 0.5s ease-in-out;
    height: 0px;
    overflow: hidden;
}
.biography-team.active .biography-team-hide{
    height: auto;
}
.biography-team.active .biography-team-more{
    display: none;
}


/* TEAM */

@media (max-width: 1500px){
    .imageGallery1 {
        display: grid;
        grid-template-columns: 40% 1fr;
    }
    .gallery-grid-box {
        grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr;
        gap: 15px;
        min-height: auto;
    }
    .gallery-grid-box .gallery-item-4,
    .gallery-grid-box .gallery-item-5,
    .gallery-grid-box .gallery-item-6 {
        grid-column: 1;
        grid-row: auto;
        min-height: 100px;
    }
}


/* GALLERY */

/* ONBOARD */

.all-onboard{
    padding: 107px 80px 77px 80px;
}
.doughter-onboard{
    width: 100%;
    max-width: 1039px;
    margin: auto;
}
.doughter-onboard{
    display: flex;
    justify-content: space-between;
}
.onboard-left{
    width: 100%;
    max-width: 354px;
}
.onboard-image img{
    display: block;
}
.onboard-right{
    width: 100%;
    max-width: calc(100% - 407px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 25px;
}
.pre-title-onboard h2{
    margin: 0px 0px 10px 17px;
    font-size: 17px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    position: relative;
    width: fit-content;
    letter-spacing: 1.7px;
}
.pre-title-onboard h2::before {
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-onboard h2::after {
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-onboard{
    margin: 0px 0px 18px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.description-onboard{
    margin: 0px 0px 34px 0px;
    width: 100%;
    max-width: 521px;
}
.description-onboard p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Archivo Narrow';
}
.cta-onboard a{
    border: solid 1px #062373;
    border-radius: 180px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #062373 !important;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    min-width: 122px;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.7px;
    transition: background-color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.cta-onboard a:hover{
    border-color: rgba(179, 188, 190, 1);
    background-color: rgba(179, 188, 190, 1);
    font-weight: 700;
    color: #fff !important;
}

/* ONBOARD */

/* CTA */

.all-cta{
    padding: 76px 115px 93px 115px;
    background-size: cover;
    background-position: center;
    background-size: cover;
}
.doughter-cta{
    width: 100%;
    max-width: 1210px;
    margin: auto;
}
.pre-title-cta h2{
    margin: 0px 0px 10px 17px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    max-width: 453px;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.7px;
    position: relative;
    width: fit-content;
}
.pre-title-cta h2::before {
    background-color: #ffffff;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-cta h2::after {
    background-color: #ffffff;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-cta{
    font-size: 48px;
    line-height: 1.17;
    color: #fff;
    font-weight: 400;
    font-family: 'Cormorant';
    margin: 0px 0px 28px 0px;
    width: 100%;
    max-width: 412px;
    letter-spacing: 0.7px;
}
.cta-cta{
    border: solid 1px #fff;
    border-radius: 180px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    min-width: 122px;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.7px;
    transition: background-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.cta-cta:hover{
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    color: #062373 !important;
}
/* CTA */

/* DESTINATION */

.all-destination{
    padding: 73px 80px 77px 80px;
}
.doughter-destination{
    width: 100%;
    max-width: 837px;
    margin: auto;
}
.pre-title-destination h2{
    margin: 0px auto 7px auto;
    font-size: 17px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.7px;
    position: relative;
    width: fit-content;
}
.pre-title-destination h2::before {
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-destination h2::after {
    background-color: rgba(179, 188, 190, 1);
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-destination{
    margin: 0px 0px 19px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.description-destination{
    margin: 0px 0px 57px 0px;
}
.description-destination p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.cards-destination{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 48px;
    margin: 0px auto 56px auto;
    width: 100%;
    max-width: 768px;
}
.single-card-destination{
    position: relative;
    overflow: hidden;
}
.single-card-destination_doughter::before{
    content: "";
    background-color: rgba(22, 34, 62, 0.27);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.single-card-destination_father{
    padding: 30px 33px 30px 33px;
}
.single-card-destination_child{
    border: solid 1px #fff;
    padding: 128px 33px 128px 33px;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.4px;
}
.single-card-destination_doughter{
    transition: transform 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.single-card-destination:hover .single-card-destination_doughter{
    transform: scale(1.37);
}
.cta-destination{
    display: flex;
    justify-content: center;
}
.cta-destination a{
    border: solid 1px #062373;
    border-radius: 180px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #062373 !important;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    text-decoration: none;
    min-width: 122px;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.7px;
    transition: background-color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.cta-destination a:hover{
    border-color: rgba(179, 188, 190, 1);
    background-color: rgba(179, 188, 190, 1);
    font-weight: 700;
    color: #fff !important;
}

/* DESTINATION */

/* VIDEO */

.all-video{
    background-color: rgba(179, 188, 190, 1);
    padding: 61px 80px 53px 80px;
}
.doughter-video{
    max-width: 913px;
    width: 100%;
    margin: auto;
}
.doughter-video iframe{
    margin: 0px 0px 52px 0px;
}
.title-video{
    margin: 0px 0px 57px 0px;
}
.title-video h2{
    font-size: 17px;
    line-height: 1.2;
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.7px;
}
.video-video{
    margin: 0px 0px 62px 0px;
    height: 536px;
}
.video-video video{
    object-fit: cover;
}
.description-video p{
    font-family: 'Archivo Narrow';
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 1199px){
    .video-video video{
        width: 100%;
    }
}

/* VIDEO */

/* FEATURE */

.all-feature{
    padding: 53px 80px 77px 80px;
}
.doughter-feature{
    width: 100%;
    max-width: 837px;
    margin: auto;
}
.pre-title-feature h1{
    margin: 0px auto 7px auto;
    font-size: 17px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.7px;
    position: relative;
    width: fit-content;
}
.pre-title-feature h1::before {
    background-color: #19357c;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-feature h1::after {
    background-color: #19357c;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-feature{
    margin: 0px 0px 24px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.description-feature{
    margin: 0px 0px 67px 0px;
}
.description-feature p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.cards-feature{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 48px;
    margin: 0px auto 56px auto;
    width: 100%;
    max-width: 768px;
}
.feature-cards{
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.single-feature-card{
    display: flex;
}
.owl-feature.left .single-feature-card{
    flex-direction: row-reverse;
}
.owl-feature.left .single-feature-card .single-feature-card_left {
    padding: 0px 0px 108px 126px;
}
.single-feature-card_left{
    width: 100%;
    max-width: calc(100% - 378px);
    padding: 0px 126px 108px 0px;
    flex-direction: column;
    justify-content: end;
    display: flex;
}
.owl-feature.left .owl-dots{
    right: 65px;
    left: auto;
}
.single-feature-card_pretitle{
    margin: 0px 0px 11px 0px;
    font-size: 15px;
    line-height: 1.2;
    color: #19357c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.single-feature-card_title{
    margin: 0px 0px 11px 0px;
}
.single-feature-card_title h4{
    margin: 0px 0px 0px 0px;
    font-size: 32px;
    line-height: 1.17;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.single-feature-card_description{

}
.single-feature-card_description p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.single-feature-card_right{
    width: 100%;
    max-width: 378px;
    height: 363px;
    overflow: auto;
}
.single-feature-card_right img{
    display: block;
}
.owl-feature .owl-dots{
    display: flex;
    align-items: center;
    position: absolute;
    width: 189px;
    bottom: 77px;
    left: 65px;
    column-gap: 7px;
}
.owl-feature .owl-dots .owl-dot{
    background-color: rgba(179, 188, 190, 1);
    width: 100%;
    max-width: 91px;
    height: 2px;
}
.owl-feature .owl-dots .owl-dot.active{
    background-color: #19357c;
    height: 4px;
}

/* FEATURE */

/* CAROUSEL */

.all-carousel{
    padding: 62px 80px 62px 80px;
}
.cards-carousel{
    row-gap: 48px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 1154px;
}
.single-card-carousel{
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.single-card-carousel_doughter::before{
    content: "";
    background-color: rgba(22, 34, 62, 0.27);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.single-card-carousel_father{
    padding: 30px 33px 30px 33px;
}
.single-card-carousel_child{
    border: solid 1px #fff;
    padding: 33px 33px 33px 33px;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-card-carousel_doughter{
    transition: transform 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.single-card-carousel:hover .single-card-carousel_doughter{
    transform: scale(1.37);
}
.cards-carousel .owl-nav{
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: -1;
    height: 34px;
}
.cards-carousel .owl-nav svg{
    display: block;
}
.cards-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -53px;
}
.cards-carousel .owl-nav .owl-next{
    position: absolute;
    right: -53px;
}
.single-carousel-50_child{
    min-height: 363px;
    background-color: #19367c;
    padding: 20px 40px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.17;
    font-weight: 400;
    text-align: center;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.single-carousel-50_child svg{
    display: block;
}

/* CAROUSEL */

/* CONTENT */

.all-content{
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.doughter-content{
    background-color: rgba(25, 53, 124, 0.52);
    padding: 128px 80px 75px 80px;
}
.text-content{
    width: 100%;
    max-width: 1220px;
    margin: auto;
}
.text-content h2{
    margin: 0px 0px 28px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
}
.text-content p{
    margin: 0px 0px 0px 0px;
}
.text-content p{
    margin: 0px 0px 28px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: 'Archivo Narrow';
}
.text-content .last-child{
    margin: 0px 0px 0px 0px;
}

/* CONTENT */

/* TABLE */

.all-table{
    padding: 53px 80px 42px 80px;
}
.table-doughter{
    width: 100%;
    max-width: 837px;
    margin: auto;
}
.pre-title-table h1{
    margin: 0px auto 10px auto;
    font-size: 16px;
    line-height: 1.2;
    color: #29375c;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    max-width: 776px;
    text-align: center;
    position: relative;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.2px;
}
.pre-title-table h1::before {
    background-color: #19357c;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0%, -50%);
}
.pre-title-table h1::after {
    background-color: #19357c;
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translate(0%, -50%);
}
.title-table{
    margin: 0px 0px 24px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    font-family: 'Cormorant';
}
.description-table{
    margin: 0px auto 78px auto;
    width: 100%;
    max-width: 836px;
}
.description-table p{
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    text-align: center;
    font-family: 'Archivo Narrow';
}
.table-table{
    background-color: #f7f8f8;
    padding: 41px 80px 41px 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 70px;
    width: 100%;
    max-width: 1034px;
    margin: 0px auto 68px auto;
}
.table-table-title{
    margin: 0px 0px 20px 0px;
}
.table-table-title h4{
    font-size: 15px;
    line-height: 1.2;
    color: #19357c;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    letter-spacing: 1.99px;
    position: relative;
    margin: 0px 0px 0px 0px;
}
.table-table-fields{
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}
.table-table-field{
    min-height: 21.59px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
    row-gap: 5px;
}
.table-table-field_left{
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Archivo Narrow';
    grid-column: 1;
}
.table-table-field_right{
    text-align: left;
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    font-family: 'Archivo Narrow';
    grid-column: 2;
}
.table-link{
    display: flex;
    justify-content: center;
}
.table-link a{
    display: inline-block;
    padding: 10px 28px 10px 28px;
    text-decoration: none;
    border: solid 1px #062373;
    border-radius: 180px;
    color: #062373;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Archivo Narrow';
    text-transform: uppercase;
    letter-spacing: 3.5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.table-link a:hover{
    border-color: rgba(179, 188, 190, 1);
    background-color: rgba(179, 188, 190, 1);
    font-weight: 700;
    color: #fff !important;
}

/* TABLE */

/* SLIDER */

.all-slider{
    padding: 62px 80px 62px 80px;
}
.cards-slider{
    row-gap: 48px;
    margin: 0px auto 21px auto;
    width: 100%;
    max-width: 1154px;
}
.single-card-slider{
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.single-card-slider_doughter::before{
    content: "";
    background-color: rgba(22, 34, 62, 0.27);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.single-card-slider_father{
    padding: 30px 33px 30px 33px;
}
.single-card-slider_child{
    border: solid 1px #fff;
    padding: 33px 33px 33px 33px;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Archivo Narrow';
    letter-spacing: 2.4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-card-slider_doughter{
    transition: transform 0.4s ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.single-card-slider:hover .single-card-slider_doughter{
    transform: scale(1.37);
}
.cards-slider .owl-nav{
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: -1;
    height: 34px;
}
.cards-slider .owl-nav svg{
    display: block;
}
.cards-slider .owl-nav .owl-prev{
    position: absolute;
    left: -53px;
}
.cards-slider .owl-nav .owl-next{
    position: absolute;
    right: -53px;
}
.single-slider-50_child{
    min-height: 363px;
    background-color: #19367c;
    padding: 20px 40px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    line-height: 1.17;
    font-weight: 400;
    text-align: center;
    font-family: 'Cormorant';
    letter-spacing: 0.9px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.single-slider-50_child svg{
    display: block;
}
.title-slider{
    margin: 0px auto 78px auto;
    width: 100%;
    max-width: 500px;
}
.title-slider h2{
    margin: 0px 0px 0px 0px;
    font-size: 48px;
    line-height: 1.2;
    color: rgba(179, 188, 190, 1);
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    font-family: 'Cormorant';
}
.slider-link{
    display: flex;
    justify-content: center;
}
.slider-link a{
    display: inline-block;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    border: solid 1px #062373;
    border-radius: 180px;
    color: #062373;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Archivo Narrow';
    text-transform: uppercase;
    letter-spacing: 3.5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, font-weight 0.3s ease, color 0.3s ease;
}
.slider-link a:hover {
    border-color: rgba(179, 188, 190, 1);
    background-color: rgba(179, 188, 190, 1);
    font-weight: 700;
    color: #fff !important;
}
.slider-navigation{
    width: 100%;
    max-width: 1032px;
    margin: 0px auto 16px auto;
    gap: 51px;
    display: flex;
    justify-content: center;
}
.single-slider-navigation{
    width: 100%;
    max-width: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-slider-navigation span{
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    color: #b3bcbe;
    font-weight: 700;
    font-family: 'Archivo Narrow';
    transition: color 0.3s ease;
    text-decoration: none;
    outline: none;
    letter-spacing: 2px;
}
.single-slider-navigation:visited{
    color: #b3bcbe;
}
.single-slider-navigation span:hover{
    color: #19357c;
}
.single-slider-navigation.active span{
    color: #19357c;
}
.single-slider-navigation:focus {
  outline: none;
}
.cards-slider .owl-nav button.disabled svg{
    opacity: 0.3;
}

/* SLIDER */

/* FOOTER */

.all-footer{
    background-color: #B3BCBE;
    padding: 74px 80px 41px 80px;
}
.footer-doughter{
    width: 100%;
    max-width: 1236px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer-logo{
    margin: 0px 0px 24px 0px;
}
.footer-logo svg{
    display: block;
    width: 515px;
    height: 78px;
    object-fit: contain;
}
.footer-description p{
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    font-family: 'Barlow';
    letter-spacing: 1.1px;
}
.footer-description p a{
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    font-family: 'Barlow';
    letter-spacing: 1.1px;
}
.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.footer-right{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-bottom: -3px;
}
.footer-social{
    display: flex;
    column-gap: 59px;
}
.footer-social a{
    transition: all 0.3s ease;
}
.footer-social a svg rect{
    transition: all 0.3s ease;
}
.footer-social a:hover svg rect{
    fill: rgba(6, 35, 115, 1);
    transition: all 0.3s ease;
}
.single-footer-social{
    height: fit-content;
    display: flex;
}
.footer-help p{
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    font-family: 'Barlow';
    letter-spacing: 1.1px;
}

/* FOOTER */

/* COMING SOON */

.all-coming-soon{
    padding: 260px 80px 260px 80px;
}
.doughter-coming-soon{
    width: 100%;
    max-width: 1344px;
    margin: auto;
}
.title-coming-soon h1{
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 80px;
    line-height: 1.2;
    color: rgba(25, 53, 124, 1);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
}

/* COMING SOON */

/* SCROLL ANIMATE */

section.animated {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
section.animated.visible {
    opacity: 1;
    transform: translateY(0);
}

/* SCROLL ANIMATE */

/* MEDIA QUERY */

@media (max-width: 1439px){
    .top-header-menu {
        column-gap: 20px;
    }
    .all-header .header-menu {
        padding: 0px 20px 0px 20px;
    }
    .top-header-menu li a {
        padding: 10px 15px 10px 15px;
    }
}

@media (max-width: 1199px){
    .footer-help p {
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
    }
}

@media (max-width: 1024px){
    .footer-logo-link svg{
        max-width: 190px;
        height: auto;
    }
    .all-carousel {
        padding: 62px 40px 62px 40px;
    }
    .all-slider {
        padding: 62px 40px 62px 40px;
    }
    .doughter-content {
        padding: 128px 40px 75px 40px;
    }
    .all-feature{
        padding: 73px 40px 77px 40px;
    }
    .owl-feature.left .owl-dots {
        right: 0px;
        left: auto;
        width: calc(100% - 378px);
        justify-content: center;
        padding: 0px 0px 0px 40px;
    }
    .owl-feature.right .owl-dots {
        left: 0px;
        right: auto;
        width: calc(100% - 378px);
        justify-content: center;
        padding: 0px 40px 0px 0px;
    }
    .owl-feature.left .single-feature-card .single-feature-card_left {
        padding: 0px 0px 108px 40px;
    }
    .single-feature-card_left {
        padding: 0px 40px 108px 0px;
    }
    .cards-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -32px;
    }
    .cards-carousel .owl-nav .owl-next {
        position: absolute;
        right: -32px;
    }
    .cards-slider .owl-nav .owl-prev {
        position: absolute;
        left: -32px;
    }
    .cards-slider .owl-nav .owl-next {
        position: absolute;
        right: -32px;
    }
    .all-team {
        padding: 53px 40px 82px 40px;
    }
    .cards-team {
        column-gap: 40px;
        row-gap: 40px;
    }
    .all-coming-soon {
        padding: 150px 40px 150px 40px;
    }
    .all-table {
        padding: 53px 40px 77px 40px;
    }
    .table-table {
        background-color: #f7f8f8;
        padding: 40px 40px 40px 40px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 40px;
        row-gap: 40px;
    }
    .doughter-video iframe {
        height: 436px;
    }
    .single-slider-navigation {
        max-width: fit-content;
    }
    .slider-navigation {
        gap: 40px;
    }
}

@media (max-width: 768px){
    header {
        padding: 23px 20px 23px 20px;
    }
    .top-header-menu li a {
        padding: 10px 20px 10px 20px;
    }
    .doughter-hero .video-background {
        height: 368px !important;
    }
    .doughter-hero .video-background video {
        height: 368px !important;
    }
    .all-hero {
        min-height: 368px !important;
    }
    .all-gallery {
        padding: 50px 20px 50px 20px !important;
    }
    .imageGallery1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery-grid-box {
        grid-template-columns: 1fr !important;
        width: 100%;
    }
    .all-video {
        padding: 50px 20px 50px 20px !important;
    }
    .all-onboard {
        padding: 50px 20px 50px 20px !important;
    }
    .doughter-onboard {
        flex-direction: column;
        row-gap: 20px;
    }
    .onboard-left {
        max-width: 100%;
    }
    .onboard-image img{
        width: 100%;
        height: auto;
    }
    .onboard-right {
        max-width: 100%;
        padding-bottom: 0px;
    }
    .all-cta {
        padding: 0px 0px 0px 0px !important;
    }
    .doughter-cta {
        padding: 50px 20px 50px 20px;
        width: 100%;
        max-width: 1210px;
        margin: auto;
        background-color: #29375cb3;
    }
    .all-destination {
        padding: 73px 20px 77px 20px !important;
    }
    .cards-destination {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
    .all-footer {
        padding: 50px 20px 20px 20px !important;
    }
    .footer-doughter {
        flex-direction: column;
        row-gap: 20px;
    }
    .title-gallery h2 {
        font-size: 34px;
    }
    .title-onboard h2 {
        font-size: 34px;
    }
    .title-cta h2 {
        font-size: 34px;
    }
    .title-destination h2 {
        font-size: 34px;
    }
    .description-gallery p {
        font-size: 18px;
    }
    .description-video p {
        font-size: 18px;
    }
    .description-onboard p {
        font-size: 18px;
    }
    .description-destination p {
        font-size: 18px;
    }
    .pre-title-onboard {
        font-size: 16px;
    }
    .pre-title-gallery{
        font-size: 16px;
    }
    .single-tag-gallery {
        font-size: 16px;
    }
    .title-video h2 {
        font-size: 16px;
    }
    .cta-onboard a {
        font-size: 16px;
    }
    .pre-title-cta {
        font-size: 16px;
    }
    .cta-cta{
        font-size: 16px;
    }
    .pre-title-destination {
        font-size: 16px;
    }
    .single-card-destination_child {
        font-size: 16px;
    }
    .single-card-destination_father {
        padding: 20px;
    }
    .tags-gallery{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .single-tag-gallery{
        text-align: center;
    }
    .single-tag-gallery::before, .single-tag-gallery::after{
        content: none;
    }
    .all-carousel {
        padding: 50px 42px 50px 42px;
    }
    .cards-carousel .owl-nav{
        z-index: -1;
        height: 25px;
    }
    .cards-carousel .owl-nav .owl-prev {
        left: -22px;
    }
    .cards-carousel .owl-nav .owl-next {
        right: -22px;
    }
    .cards-carousel .owl-nav svg {
        width: 14px;
        height: auto;
    }
    .all-slider {
        padding: 50px 42px 50px 42px;
    }
    .cards-slider .owl-nav{
        z-index: -1;
        height: 25px;
    }
    .cards-slider .owl-nav .owl-prev {
        left: -22px;
    }
    .cards-slider .owl-nav .owl-next {
        right: -22px;
    }
    .cards-slider .owl-nav svg {
        width: 14px;
        height: auto;
    }
    .doughter-content {
        padding: 50px 20px 50px 20px;
    }
    .text-content p {
        margin: 0px 0px 10px 0px;
        font-size: 18px;
    }
    .text-content h2 {
        margin: 0px 0px 13px 0px;
        font-size: 34px;
    }
    .single-feature-card {
        flex-direction: column-reverse !important;
        gap: 20px;
        padding: 0px 0px 20px 0px;
    }
    .single-feature-card_right {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .single-feature-card_left {
        padding: 0px 00px 0px 0px;
        max-width: 100%;
    }
    .owl-feature.right .owl-dots {
        width: 100%;
        padding: 0px 0px 0px 0px;
        bottom: 0px;
    }
    .all-feature {
        padding: 50px 20px 50px 20px;
    }
    .feature-cards {
        gap: 40px;
        display: flex;
        flex-direction: column;
    }
    .owl-feature.left .single-feature-card .single-feature-card_left {
        padding: 0px 0px 0px 0px;
    }
    .owl-feature.left .owl-dots {
        width: 100%;
        padding: 0px 0px 0px 0px;
        bottom: 0px;
    }
    .all-gallery.style .title-gallery {
        margin: 0px 0px 20px 0px;
    }
    .gallery-link {
        display: flex;
        justify-content: center;
        margin: 40px 0px 0px 0px;
    }
    .single-card-carousel_father {
        padding: 20px 20px 20px 20px;
    }
    .single-card-carousel_child {
        padding: 20px 20px 20px 20px;
    }

    .single-card-slider_father {
        padding: 20px 20px 20px 20px;
    }
    .single-card-slider_child {
        padding: 20px 20px 20px 20px;
    }
    .footer-social a svg{
        width: 30px;
        height: 30px;
        object-fit: cover;
    }
    .tags-gallery {
        margin: 0px auto 40px auto;
    }
    .title-video {
        margin: 0px 0px 20px 0px;
    }
    .video-video {
        margin: 0px 0px 20px 0px;
    }
    .footer-description p {
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
    }
    .footer-logo {
        margin: 0px 0px 20px 0px;
        display: flex;
        justify-content: center;
    }
    .description-onboard {
        margin: 0px 0px 20px 0px;
    }
    .title-onboard {
        margin: 0px 0px 10px 0px;
        font-size: 34px;
    }
    .pre-title-onboard {
        margin: 0px 0px 5px 2px;
    }
    .pre-title-feature {
        margin: 0px auto 5px auto;
        font-size: 16px;
    }
    .title-feature h2 {
        font-size: 34px;
    }
    .title-feature {
        margin: 0px 0px 10px 0px;
        font-size: 34px;
    }
    .description-feature p {
        font-size: 18px;
    }
    .description-feature {
        margin: 0px 0px 40px 0px;
    }
    .single-feature-card_description p {
        font-size: 18px;
    }
    .single-feature-card_title {
        margin: 0px 0px 10px 0px;
    }
    .all-header .header-burger svg{
        width: 28px;
        height: 21px;
        object-fit: cover;
    }
    .all-team {
        padding: 50px 20px 50px 20px;
    }
    .cards-team {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
    .image-team img{
        width: 100%;
        height: auto;
    }
    .name-position-team {
        width: 50%;
    }
    .title-team h1 {
        font-size: 34px;
    }
    .description-team p{
        font-size: 18px;
    }
    .description-team {
        margin: 0px auto 40px auto;
    }
    .name-team {
        font-size: 34px;
    }
    .position-team {
        font-size: 16px;
    }
    .biography-team .biography-team-before {
        font-size: 18px;
    }
    .biography-team-more {
        font-size: 16px;
    }
    .biography-team-less {
        font-size: 16px;
    }
    .name-position-team {
        margin: -54px 0px 0px 0px;
    }
    .hr-team::before {
        width: 180px;
    }
    .single-card-team:hover .hr-team::before {
        width: 100px;
    }
    .all-coming-soon {
        padding: 150px 20px 150px 20px;
    }
    .title-coming-soon h1 {
        font-size: 34px;
    }
    .all-table{
        padding: 50px 20px 50px 20px;
    }
    .table-table {
        padding: 40px 20px 40px 20px;
        column-gap: 20px;
        row-gap: 30px;
    }
    .table-table-field {
        column-gap: 10px;
    }
    .table-table-title {
        margin: 0px 0px 10px 0px;
    }
    .pre-title-table {
        margin: 0px auto 5px auto;
        font-size: 16px;
    }
    .title-table {
        margin: 0px 0px 10px 0px;
        font-size: 34px;
    }
    .title-table h2{
        font-size: 34px;
    }
    .description-table p {
        font-size: 18px;
    }
    .description-table {
        margin: 0px auto 40px auto;
    }
    .table-table-title h4 {
        font-size: 16px;
    }
    .table-table-field_left {
        font-size: 18px;
    }
    .table-table-field_right {
        font-size: 18px;
    }
    .table-table-field {
        min-height: 19.19px;
    }
    .doughter-video iframe{
        margin: 0px 0px 10px 0px;
    }
    .footer-social {
        justify-content: center;
    }
    .table-table {
        margin: 0px auto 40px auto;
    }
    .pre-title-gallery h1 {
        margin: 0px auto 5px auto;
        font-size: 16px;
    }
    .title-gallery {
        margin: 0px auto 10px auto;
        font-size: 34px;
    }
    .pre-title-onboard h2 {
        margin: 0px 0px 5px 19px;
        font-size: 16px;
    }
    .pre-title-cta h2 {
        margin: 0px 0px 5px 19px;
        font-size: 16px;
    }
    .title-cta {
        font-size: 34px;
        margin: 0px 0px 20px 0px;
    }
    .pre-title-destination h2 {
        margin: 0px auto 5px auto;
        font-size: 16px;
    }
    .title-destination {
        margin: 0px 0px 10px 0px;
        font-size: 34px;
    }
    .all-gallery.style .title-gallery h2 {
        font-size: 34px;
    }
    .pre-title-table h1 {
        margin: 0px auto 0px auto;
    }
    .pre-title-feature h1 {
        margin: 0px auto 0px auto;
        font-size: 16px;
    }
    .slider-navigation {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7px;
        row-gap: 7px;
    }
    .single-slider-navigation {
        max-width: none;
    }
} 

@media (max-width: 600px) {
    .video-video {
        height: 336px !important;
    }
    .video-video video {
        height: 336px !important;
    }
    .name-position-team {
        width: 80%;
    }
    .doughter-video iframe {
        height: 336px;
    }
}

@media (max-width: 500px) {
    .video-video {
        height: 236px !important;
    }
    .video-video video {
        height: 236px !important;
    }
    .all-hero {
        min-height: 268px !important;
    }
    .doughter-hero .video-background {
        height: 268px !important;
    }
    .doughter-hero .video-background video {
        height: 268px !important;
    }
    .doughter-video iframe {
        height: 236px;
    }
}

/* MEDIA QUERY */