@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    transition: all .2s linear;
    text-decoration: none;
    outline: none;
    border: none;
}

.container {
    width: 90%;
    max-width: 1195px;
    margin: 0 auto;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo img {
    width: 212px;
}

.head {
    background: url(../img/main.png);
    background-size: cover;
    /* height: 900px; */
}

.head__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .navbar,
.header .logo,
.header .header__right {
    flex: 1;
}

.header__right {
    display: flex;
    gap: 76px;
}

.link:hover::after {
    width: 100%;
    left: 0;
}

.link.active {
    color: #E0B08B !important;
    border-bottom: #E0B08B 2px solid;
}

.link.active::after {
    display: flex;
    background: url(../svg/star.svg);
    width: 14px !important;
    height: 14px !important;
    top: 7px;
}

.link.active::after {
    left: unset;
    right: -17px;
}

.navbar .nav {
    display: flex;
    align-items: center;
    gap: 50px;
}

.navbar .nav a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
}

.book_btn button {
    Width: 240px;
    Height: 65px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 143%;
    color: #E0B08B;
    border: 2px solid #E0B08B;
    box-sizing: border-box;
    background: none;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
}

.book_btn button:hover {
    background-color: #E0B08B;
    color: #333333;
}

.language a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
}

.language_center {
    width: 5px;
    height: 21px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

.languages {
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav a {
    position: relative;
}

.nav a::after {
    content: "";
    position: absolute;
    background-color: #E0B08B;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -3px;
    transition: 0.4s ease;
    color: #E0B08B;
}



.languages a {
    position: relative;
}

.language.active a::after {
    content: "";
    position: absolute;
    background-color: #E0B08B;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -3px;
    transition: 0.4s ease;
    color: #E0B08B;
}

.silkroad_text {
    max-width: 699px;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 110%;
    /* or 110px */

    text-transform: uppercase;

    color: #FFFFFF;
}

.silkroad_subtext {
    max-width: 498px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    color: #F2F2F2;
    margin-top: 15px;
    padding-bottom: 150px;
}

.silkroad {
    display: flex;
    flex-direction: column;

    margin-top: 154px;
}


.section {
    background: #0A3153;
    background-size: cover;
    /* height: 1201px; */
    display: flex;
    align-items: center;
}

.left-right-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 200px 0;
}

.text_content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.dash {
    width: 60px;
    height: 3px;
    background: #E0B08B;
}

.text_content h2 {
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #E0B08B;
}

.subtext_content {
    width: 100%;
    max-width: 643px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #F2F2F2;
    margin-top: 40px;
}

.subtext_content p {
    margin-top: 20px;
}

.left_side_image {
    margin-top: 56px;
}

.right_side_text {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    max-width: 598px;
    color: #F2F2F2;
    margin-top: 40px;
}

.right_side_btn button {
    width: 100%;
    max-width: 517px;
    height: 65px;
    border: 2px solid #E0B08B;
    box-sizing: border-box;
    background: none;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 143%;
    color: #E0B08B;
    margin-top: 48px;
}

.right_side_btn button:hover {
    background-color: #E0B08B;
    color: #333333;
    cursor: pointer;
}

.our-benefits {
    /* height: 968px; */
    background: #FDFDFD;
    display: flex;
    align-items: center;
}

.benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit_dash {
    width: 60px;
    height: 2px;
    background: #333333;
}

.benefit_text {
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    color: #333333;
}

.benefit_text_container {
    padding-top: 150px;
    display: flex;
    align-items: center;
    gap: 25px;

}

.benefit-box {
    width: 285px;
    height: 256px;
    background: #FDFDFD;
    border: 2px solid #E0B08B;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.benefit-box-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.benefit-box-text1 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    width: 151px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    color: #333333;
    margin-top: 20px;
}

.benefit_box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    gap: 10px;
    padding-bottom: 150px;
}

.benefit-box:hover {
    cursor: pointer;
}

.section_first_slider {
    background: #0A3153;
    padding-bottom: 150px;
}

.section_second_slider {
    height: 100%;
    background: #FDFDFD;
    padding-bottom: 50px;
}

.map iframe {
    margin-top: 60px;
}

.map_container {
    padding-top: 150px;
    background: #0a3153;
}






.line {
    text-align: center;
    position: relative;
    padding-top: 150px;
}

.line:before {
    content: "";
    display: block;
    max-width: 555px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    left: 0;
    top: 50%;
}

.line:after {
    content: "";
    display: block;
    max-width: 555px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    right: 0;
    top: 50%;

}

.first_nav a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    width: 302px;
    color: #FFFFFF;
}

.first_nav {
    display: flex;
    flex-direction: column;
}

.icons {
    width: 50px;
    height: 50px;
    border: 2px solid #F4C5A1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons:hover {
    background-color: #F2F2F2;
}

.icon {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    cursor: pointer;
}

.second_side a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    width: 302px;
    color: #FFFFFF;
}

.second_side {
    display: flex;
    flex-direction: column;
}

.third_side_text {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
    line-height: 60px;
}

.btn {
    margin-top: 30px;
}

.third_side_subtext h3 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    width: 302px;
    color: #FFFFFF;
}

.third_side_subtext p {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-top: 11px;
    width: 302px;
    color: #FFFFFF;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.first_nav a:hover,
.second_side a:hover {
    color: #E0B08B;
}

#toTop {
    display: block;
    position: fixed;
    bottom: 120px;
    right: 38px;
    font-size: 48px;

}

#toTop {
    display: none;
    cursor: pointer;
}

.sdddssdds {
    margin: 0 auto;
    padding-top: 80px;
    width: 100%;
    max-width: 2575px;
    display: flex;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
}


.swiper-container {
    width: 100%;
    padding-top: -10px;
    padding-bottom: -10px;
}

.section_second_slider_text span {
    width: 60px;
    height: 3px;
    background: #333333;
}

.section_second_slider_text h3 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    /* identical to box height, or 66px */

    text-transform: uppercase;

    color: #333333;

}

.section_second_slider_text {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 150px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 700px;
    filter: blur(0.800px);
    display: flex;
    justify-content: center;
    align-items: center;

}


.swiper-slide-active {
    background: #FFFFFF;
    filter: blur(0px);
}

.testimonialBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.center {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid #F4C5A1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 40px;
}

.fgdfg {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    color: #333333;

}

.kll {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    /* identical to box height, or 29px */

    letter-spacing: 0.01em;

    /* Gray 1 */

    color: #333333;

}

/* .swiper-button-next {
    position: absolute;
    top: 90%;
    left: 61%;
}

.swiper-button-prev {
    position: absolute;
    top: 90%;
    left: 37%;
} */

.section_first_slider_text span {
    width: 60px;
    height: 3px;

    background: #E0B08B;
}

.section_first_slider_text h3 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    color: #F4C5A1;

}

.section_first_slider_text {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    padding-top: 200px;
}













.swiper_main {
    margin: 0 auto;
    width: 100%;
    max-width: 1189px;
    overflow: hidden;
}

.swiper_main .swiper-container {
    width: 100%;
    padding-top: -10px;
    padding-bottom: -10px;

}

.swiper_main .swiper-slide {
    margin-bottom: 25px;
    background-position: center;
    background-size: cover;
    filter: grayscale(75%);
    display: flex;
    flex-direction: column;
    height: 50% !important;
    background: none;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    padding-bottom: 20px;
}
.swiper_main .swiper-container-main .swiper-slide {
    margin-top: 96px;
}

.section_first_slider .swiper-slide-active {
    filter: blur(0px);
}

.section_first_slider .swiper-slide-active .testimonialBox {
    box-shadow: 0px -6px 20px 10px rgb(255 162 0 / 50%)
}

.section_first_slider .swiper-slide .img {
    border-radius: 200px;
    width: 352px;
    height: 585px;
    background: url(../img/testimonial_img.png) no-repeat center;
    background-size: cover;

}

.section_first_slider .testimonialBox {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #F4C5A1;
    box-sizing: border-box;
    border-radius: 200px;
}

.section_first_slider .swiper-3d .swiper-slide-shadow-left,
.section_first_slider .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.section_first_slider .text1 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-top: 2px;
    color: #E0E0E0;
}

.text2 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    width: 600px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #FFD0AB;
}

.booking_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_first_slider .beige_butt button {
    border: 2px solid #E0B08B;
    box-sizing: border-box;
    width: 300px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 143%;
    background-color: transparent;
    color: #E0B08B;
    margin-top: 20px;
    height: 65px;
}

.section_first_slider .beige_butt button:hover {
    background-color: #E0B08B;
    color: #333333;
    cursor: pointer;
}

.swiper-slide-id,
.swiper-slide-name {
    display: none;
}

.section_first_slider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.section_first_slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.section_first_slider .swiper-button-next {
}

.section_first_slider .swiper-button-prev {
}

.swiper__buttons_inner {
    display: flex;
    justify-content: center;
}

.section_first_slider .swiper__buttons {
    position: relative;
    top: 60px;
    width: 150px;
    display: flex;
    justify-content: space-evenly;
}

.footer {
    background: #0A3153;
    padding-bottom: 117px;
}

footer .line img {
    width: 305.87px;
}

#hamburger {
    display: none;
    cursor: pointer;
}

#mobile_booking {
    display: none;
}

.back {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 51px;
    height: 51px;
    cursor: pointer;
    border-radius: 50%;
}

.back:hover {
    border: 5px solid #E0E0E0;
}

.alert {
    max-width: 600px;
    color: #e0b08b;
    background: rgba(0, 0, 0, 0.516);
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;

    padding: 5px 10px;
    margin-bottom: 20px;
}

#mobile_popup {
    display: none;
    background: #F2F2F2;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#mobile_popup .header {
    top: 0;
    right: 0;
    height: 50px;
}

#mobile_popup nav {
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mobile_popup nav a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #E0B08B;
    width: 100%;
    max-width: 300px;
}

#close_mobile_popup {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#mobile_popup .book_btn {
    display: flex;
    justify-content: center;
}

#mobile_popup .book_btn button {
    width: 300px;
}

.box .box_left_image {
    width: 575px;
}

.box_left_image .img {
    width: 575px;
    height: 637px;
    background: url(../img/testimonial_img.png) no-repeat center;
    background-size: cover;
}

.choose_date_container {
    padding-bottom: 200px;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* background-color: rgba(0, 0, 0, 0.473); */
}

.sdddssdds .swiper-slide .img {
    width: 1100px;
    height: 700px;
    background: url(../img/testimonial_img.png) no-repeat center;
    background-size: cover;
}

.sdddssdds .swiper-button-prev {
    position: relative;
    top: 30px;
    margin-right: 40px;
}
.sdddssdds .swiper-button-next {
    position: relative;
    top: 30px;
    margin-left: 40px;
}

.sdddssdds .swiper__buttons {
    width: 400px;
    display: flex;
    align-items: center;
}
.swiper_main .swiper-slide .swiper__main--book_btn {
    display: none;
}

.swiper_main .swiper-slide-active .swiper__main--book_btn  {
    position: unset;
    display: block;
}