/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    /* font-family: 'Lato', sans-serif;
    font-family: "Poppins", sans-serif; */
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #404041;
    overflow-x: hidden;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 15px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background: #ee355c;
    border-radius: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-month-field {
    -webkit-appearance: none;
    /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    /* display: none; */
}

input[type="date"]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    /* display: none; */
}

img {
    max-width: 100%;
}

.mobile-img {
    display: none;
}

.btn-primary1 {
    background: #ee355c;
    color: #fff;
    padding: 10px 35px;
    transition: all 0.5s;
    border: 1px solid #ee355c;
    font-weight: 500;
    box-shadow: none !important;
}

.btn-primary1 i {
    margin-left: 8px;
}

.btn-primary1:hover {
    background: transparent;
    color: #ee355c;
    transition: all 0.5s;
}

.btn-white {
    background: #fff;
    color: #ee355c;
    padding: 10px 35px;
    transition: all 0.5s;
    border: 1px solid #fff;
    box-shadow: none !important;
    font-weight: 500;
}

.btn-white i {
    margin-left: 10px;
}

.btn-white:hover {
    background: #ee355c;
    border-color: #ee355c;
    color: #fff;
    transition: all 0.5s;
}

.main-title {
    margin-bottom: 35px;
}

.main-title p {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    width: max-content;
    position: relative;
    z-index: 1;
    font-family: "Arima", system-ui;
}

.main-title p.pink span {
    color: #ee355c;
}

.main-title p.blue span {
    color: #4476bb;
}

.main-title p.light-blue span {
    color: #38abdc;
}

.main-title p.purple span {
    color: #5a60ab;
}

.main-title p:after {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 50px;
    bottom: -5px;
}

.main-title p.pink:after {
    background: #ee355c;
}

.main-title p.blue:after {
    background: #4476bb;
}

.main-title p.light-blue:after {
    background: #38abdc;
}

.main-title p.purple:after {
    background: #5a60ab;
}

.inquiry-form-section .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.inquiry-form-section .form-group label {
    position: absolute;
    left: 25px;
    top: 50%;
    transition: all 0.4s ease;
    color: #999;
    transform: translateY(-50%);
}

.inquiry-form-section .form-group label.formTop {
    top: 0 !important;
    left: 30px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    color: #ee355c;
}

.inquiry-form-section .form-group .custom-form-control {
    color: #999;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.4s ease;
}

.inquiry-form-section .form-group .custom-form-control:focus {
    border-color: #ee355c;
    transition: all 0.4s ease;
}

.inquiry-form-section {
    margin-top: 20px;
}

.first-section .first-image-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.first-section .content-box-section {
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 5px;
    position: relative;
    top: -175px;
    top: -110px;
    /* padding: 35px; */
    width: 65%;
    margin: 0 auto;
    margin-bottom: -65px;
    display: flex;
    align-items: center;
    z-index: 9;
    padding: 35px 162px;
}

.first-section .content-box-section .cbsdiub_merge {
    /* width: 65%; */
    width: 100%;
}

.first-section .content-box-section .video-front {
    width: 35%;
}

.first-section .content-box-section .contantshow-top p.dateshowinfo {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #4476bb;
    margin-bottom: 10px;
}

.first-section .content-box-section .contantshow-top h3.titletopinfo {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.first-section .content-box-section .contantshow-top p.information-top {
    /* width: 85%; */
    /* margin: 0 auto 35px; */
    color: #33393e;
    font-size: 1.1em;
    line-height: 1.7;
    text-align: left;
}

.ncudis_ncdsg {
    margin-top: 40px;
}

.ncudis_ncdsg button {
    font-size: 1em;
}

.second-section.enquiry-section {
    margin-bottom: 0;
    padding-top: 80px;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.second-section.enquiry-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/background/rann.jpg);
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
}

.inquiry-image-custom {
    padding: 25px 12px 0px;
}

.third-section {
    padding: 80px 0 35px;
    border-top: 1px solid #efefef;
}

.tableshow .table {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}

.tableshow {
    margin-top: 55px;
}

.tableshow .table thead th {
    padding: 15px 15px;
    background: rgb(68 118 187 / 10%);
    font-size: 1.2em;
}

.tableshow .table td.bluetd {
    font-weight: 600;
    color: #4476bb;
}

.tableshow .table td.bluebg {
    background: rgb(68 118 187 / 10%);
    white-space: nowrap;
}

.fourth-section {
    padding: 45px 0 35px;
    border-bottom: 1px solid #efefef;
}

.listview-section {
    width: 75%;
    margin: 0 auto;
    margin-top: 55px;
}

.listview-section ul li {
    font-size: 1.2em;
    line-height: 38px;
    position: relative;
    padding-left: 30px;
}

.listview-section ul {
    list-style: none;
    padding: 0;
}

.listview-section ul li:before {
    content: "\f054";
    content: "\f30b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    left: 0;
    color: #38abdc;
}

.listview-section .noteshown {
    font-size: 1.3em;
    font-weight: 600;
}

.fifth-section {
    padding: 80px 0;
}

.videoshow-section iframe {
    border-radius: 10px;
    height: 50vh;
}

.sixth-section {
    background: linear-gradient( 90deg, rgba(68, 118, 187, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient( 90deg, rgba(56, 171, 220, 0.1) 0%, rgba(68, 118, 187, 0.1) 25%, rgba(90, 96, 171, 0.1) 75%, rgba(238, 53, 92, 0.1) 100%);
    background: linear-gradient( 90deg, rgba(238, 53, 92, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient( 90deg, rgba(56, 171, 220, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 60px 0;
    margin-bottom: 35px;
}

.sixth-section .row {
    align-items: center;
}

.content-design {
    padding-left: 5%;
}

.content-design h4 {
    font-size: 2.7em;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.content-design p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 35px;
}

.image-snuihcs {
    border-radius: 0 100px;
    overflow: hidden;
}

.image-snuihcs img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.image-snuihcs img {
    transition: all 0.5s;
    cursor: pointer;
}

.seventh-section {
    padding: 50px 0;
}

.accorditioncontent {
    margin-top: 55px;
}

.accorditioncontent .accordion .accordion-item {
    margin-bottom: 2px;
    border: 1px solid #f4f4f4 !important;
    border-radius: 0;
}

.accorditioncontent .accordion .accordion-item .accordion-header .accordion-button {
    box-shadow: none !important;
    background: #f4f4f4 !important;
    border-radius: 0;
}

.ea-body h5 {
    font-size: 28px;
    font-weight: 600;
    color: #ee355c;
}

.ea-body .one_night p.hgcsv {
    font-weight: 500;
    color: #000;
    margin: 10px 0 20px;
}

.ea-body .one_night p.iusbss {
    margin-bottom: 10px;
}

.ea-body ul {
    padding: 0;
    list-style: none;
}

.ea-body ul li {
    position: relative;
    padding-left: 25px;
    line-height: 32px;
    font-size: 14px;
}

.ea-body ul li:before {
    content: "\f0a4";
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    left: 0;
    color: #ee355c;
}

.ea-body h6 {
    font-size: 20px;
    margin: 35px 0 10px;
    font-weight: 600;
}

.ea-body table th.gsayuc {
    width: 244px;
    font-size: 16px;
    vertical-align: middle;
}

.ea-body h5.topmargin {
    margin-top: 45px;
    margin-bottom: 15px;
}

.accorditioncontent .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgb(238 53 92 / 10%);
}

.customtabpanel {
    margin-top: 65px;
    border: 1px solid #efefef;
}

.customtabpanel .tab-content {
    padding: 15px 25px;
}

.customtabpanel ul.nav.nav-pills {
    background-color: #ee355c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link {
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.5s;
    font-size: 13px;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link.active {
    background-color: #fff;
    color: #000;
}

.customtabpanel ul.nav.nav-pills li.nav-item .nav-link:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.5s;
}

.customtabpanel ul.nav.nav-pills li.nav-item {
    margin: 0 10px;
}

.eighth-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.visit-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(https://i0.wp.com/work.zestratech.in/ranutsav/assets/img/banner/banner5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.54;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(4.1px) hue-rotate(0deg);
    background-attachment: fixed;
    z-index: -1;
}

.huichdsg_niudsh {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin: 0 0 25px;
    text-align: center;
    cursor: pointer;
}

.huichdsg_niudsh .placename {
    padding: 10px 10px;
}

.huichdsg_niudsh .placename p {
    margin: 0;
    font-size: 1em;
    color: #000;
    font-weight: 500;
}

.huichdsg_niudsh .imgsechcdhndff {
    overflow: hidden;
}

.huichdsg_niudsh .imgsechcdhndff img {
    transition: all 0.5s;
}

.huichdsg_niudsh:hover .imgsechcdhndff img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.btfcdohnsd_mcdks {
    text-align: center;
    margin-top: 50px;
}

.ninth-section {
    padding: 80px 0;
}

.testimonialimage-layout {
    margin-top: 75px;
}

.imagecyugdb_nfjhd img {
    margin-bottom: 15px;
}

.buycdgs_cdyud_cd {
    text-align: center;
    margin-top: 50px;
}

.cyugbbsg_cndsiugdsb ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cyugbbsg_cndsiugdsb ul li {
    margin: 0 25px;
    text-align: center;
}

.cyugbbsg_cndsiugdsb ul li img {
    height: 125px;
    width: auto;
}

.tenth-section {
    padding: 65px 0;
}

.footer {
    padding: 20px 0;
    background: transparent;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer p.copyright {
    margin: 0;
    color: #000;
}

.footer p.copyright a {
    text-decoration: none;
    color: #ee355c;
    font-weight: 600;
    transition: all 0.5s;
}

.footer p.copyright a:hover {
    color: #000;
    transition: all 0.5s;
}

.scrolltop-btn {
    position: fixed;
    right: 25px;
    bottom: 130px;
    transform: translateX(200%);
    transition: all 0.5s;
    z-index: 99;
}

.scrolltop-btn button {
    border: 0;
    background: #ee355c;
    color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.scrolltop-btn.show {
    transform: translateX(0);
    transition: all 0.5s;
}

.whatsapp-btn {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 99;
}

.whatsapp-btn a.whatsappfix-button {
    font-size: 26px;
    background: #25d366;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-btn a.whatsappfix-button i {
    position: relative;
    /* top: -1px; */
}

.phonecall-btn {
    position: fixed;
    left: 70px;
    bottom: 15px;
    z-index: 99;
}

.phonecall-btn .phonecallfix-button {
    font-size: 18px;
    background: #38abdc;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.thankyoubox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.thankyoubox .imageujchdthankyou img {
    height: 400px;
    width: auto;
}

.thankyoubox .thankyoumessage p.titlethanks {
    font-size: 44px;
    font-weight: 600;
    color: #ee355c;
    margin: 0;
}

.thankyoubox .thankyoumessage p.msg {
    color: #000;
    font-size: 22px;
}

.thankyoubox .thankyoumessage a {
    margin-top: 15px;
}

.datepicker.datepicker-dropdown table tbody tr td.disabled.day {
    color: #adb5bd;
}

#datepicker-popup input {
    height: 50px;
    background: transparent;
    padding: 10px 25px;
    border-radius: 0;
    box-shadow: none !important;
    display: unset;
    width: auto;
    border-right: 0;
    border: 0;
    border-radius: 8px;
}

#datepicker-popup input:focus {
    border-color: #ee355c;
}

#datepicker-popup span.input-group-addon {
    height: 50px;
}

#datepicker-popup span.input-group-addon span {
    height: 50px;
    background: transparent;
    border-radius: 0;
    border-left: 0;
    border: 0;
}

#datepicker-popup input:focus~span.input-group-addon span {
    border-color: #ee355c;
}

#datepicker-popup {
    padding: 0;
    border: 1px solid #ccc;
}

#datepicker-popup label {
    z-index: 9;
}

#datepicker-popup~input:focus {
    border-color: #ee355c;
}


/* .container {
  padding: 40px;
} */

.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.bts-popup.is-visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
    position: relative;
    width: 60%;
    max-width: unset;
    background: #fff;
    border-radius: none;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-75%);
    -webkit-backface-visibility: hidden;
}

.bts-popup-container p {
    color: black;
    padding: 10px 0px;
}

.cuioashcsa_nkncas img {
    max-width: 100%;
    height: 75vh;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
}

.bts-popup .modal-body {
    padding: 0;
}

.bts-popup .background1 {
    padding: 25px 50px 25px 25px;
}

.bts-popup button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
    opacity: 0.3;
    font-size: 28px;
    cursor: pointer;
}

button.close.csdiusdcdsclose {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

section.eleventh-section.topsaler-section {
    /* padding-top: 80px; */
    padding: 16px 0 0 0;
}

.topsaler-section .counter-box.counter-box-two .icon i {
    color: #ff3d66;
    font-size: 45px;
}


/* .topsaler-section .counter-box.counter-box-two {
    font-weight: 400;
    color: #a3a3a3;
    max-height: 86%;
    background-color: #fff;
    box-shadow: 0 1px 5px #ccc;
} */

.topsaler-section .counter-box.counter-box-two {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    padding: 35px 25px 25px;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(56, 71, 220, 0.04) 0%, rgba(238, 53, 92, 0.04) 100%);
    border: 1px solid rgb(56 71 220 / 40%);
    border-style: dashed;
    box-shadow: none;
}

.topsaler-section .col-lg-3 {
    margin-bottom: 30px;
}

.topsaler-section .counter-box.counter-box-two .icon {
    margin: 0;
    margin-bottom: 20px;
}

.topsaler-section .counter-box.counter-box-two h4 {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.topsaler-section .icon img {
    width: auto;
    height: 50px;
    opacity: 0.6;
}

.eleventh-section .topsaler-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.twelth-section.download-form {
    margin: 60px 0px;
}

.left-image img {
    max-width: 100%;
    height: 94vh;
    object-fit: cover;
    object-position: center;
}

.bg1 {
    background: linear-gradient( 135deg, hsla(348, 97%, 63%, 0.65), hsla(230, 96%, 62%, 0.65));
    /* background: linear-gradient(135deg, hsl(347, 84%, 57%, 1), hsla(230, 96%, 62%, 0.65)); */
    /* padding: 156px 60px 0 60px; */
}

.twelth-section .bg1 .title-box {
    text-align: center;
}

.twelth-section .bg1 .box-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 94vh;
}

.twelth-section .bg1 .title-box h2 {
    color: #fff;
    font-size: 43px;
    font-family: fantasy;
    max-width: 504px;
}

.twelth-section .bg1 .title-box h2 span {
    /* color: #2e386c; */
    color: #ee355c;
}

.twelth-section .bg2 {
    padding: 0;
}

.twelth-section .bg1 .download-btn {
    text-align: center;
    margin-top: 30px;
}

.pdf-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.pdf-popup.is-visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.pdf-popup-container {
    position: relative;
    width: 60%;
    max-width: unset;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-75%);
    -webkit-backface-visibility: hidden;
}

.pdf-popup-container p {
    color: black;
    padding: 10px 0px;
}

.pdf-popup .modal-body {
    padding: 0;
}

.pdf-popup .background1 {
    padding: 25px 50px 25px 25px;
}

.pdf-popup button.close {
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 9;
    opacity: 0.3;
    font-size: 28px;
    cursor: pointer;
}

.itinerary-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.itinerary-popup.is-visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.itinerary-popup-container {
    position: relative;
    width: 60%;
    max-width: unset;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-75%);
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.itinerary-popup-container p {
    color: black;
    padding: 10px 0px;
}

.itinerary-popup .modal-body {
    padding: 0;
}

.itinerary-popup .background1 {
    padding: 25px 50px 25px 25px;
}

.itinerary-popup button.close {
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 9;
    opacity: 0.3;
    font-size: 28px;
    cursor: pointer;
}

.special-days-section {}

.special-days-section .special-days-box {
    /* border: 1px solid #ededed; */
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.special-days-section .special-days-box .title {
    background: #f7f7f7;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    /* background: linear-gradient(170deg, rgb(237 53 93), rgb(65 96 251 / 65%)); */
    color: #fff;
    font-size: 16px;
    background: #ee355c;
}

.special-days-section .special-days-box .title p {
    margin: 0;
}

.special-days-section .special-days-box .multiple-boxDescription {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-days-section .special-days-box .multiple-boxDescription .boxDescription {
    width: 50%;
}

.special-days-section .special-days-box .boxDescription {
    text-align: center;
    padding: 25px;
}

.special-days-section .special-days-box .boxDescription img {
    height: 65px;
    margin-bottom: 10px;
}

.special-days-section .special-days-box .boxDescription p.name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.special-days-section .special-days-box .boxDescription p.date {
    margin: 0;
    color: #888;
}

.special-days-section .special-days-box .multiple-boxDescription .boxDescription:first-child {
    border-right: 1px solid #ededed;
}

section.contact-section {
    background: #f7f7f7;
    padding: 40px 0 60px;
    background: linear-gradient( 90deg, rgba(56, 171, 220, 0.1) 0%, rgba(68, 118, 187, 0.1) 100%);
}

section.contact-section .contact-box {
    text-align: center;
    background: #fff;
    padding: 40px 10px 15px;
    border-radius: 15px;
    height: 100%;
    position: relative;
}

section.contact-section .contact-box .contact-icon {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    background: #fff;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.contact-section .contact-box .contact-icon img {
    height: 35px;
}

section.contact-section .contact-box .contact-detail {}

section.contact-section .contact-box .contact-detail p {
    margin: 0;
    font-size: 13px;
    margin-top: 7px;
}

section.contact-section .contact-section__inner {
    margin-top: 100px;
}

section.faqs-section {
    padding: 50px 0;
}

.faqs-section__inner .accordion .accordion-item {
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
}

.faqs-section__inner .accordion .accordion-item .accordion-header {
    border: 0;
}

.faqs-section__inner .accordion .accordion-item .accordion-header button.accordion-button {
    border: 0;
    box-shadow: none;
    background: #ee355c;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
}

.faqs-section__inner .accordion .accordion-item .accordion-header button.accordion-button.collapsed {
    background: #f5f5f5;
    color: #000;
}

.faqs-section__inner .accordion .accordion-item .accordion-header button.accordion-button::after {
    content: "";
    content: "\f077";
    background: transparent;
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faqs-section__inner .accordion .accordion-item .accordion-header button.accordion-button.collapsed::after {
    content: "";
    content: "\f078";
    background: transparent;
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faqs-section__inner .faqs-main p.subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #db3155;
    font-family: "Arima", system-ui;
    margin-bottom: 10px;
}

.faqs-section__inner .faqs-main {
    margin-bottom: 35px;
}

.faqs-section__inner .faqs-main:last-child {
    margin: 0;
}

.activity-section .col-md-3 {
    width: 20%;
}

section.activity-section {
    padding: 0 0 50px;
}

section.activity-section .huichdsg_niudsh .placename {
    background: #f7f7f7;
}

section.tour__download-form {
    padding: 50px 0 0;
    position: relative;
}

section.tour__download-form .tour-download__banner {
    overflow: hidden;
}

section.tour__download-form .tour-download__banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 75vh;
}

section.tour__download-form .tour-download__description {
    position: absolute;
    top: 20%;
    z-index: 9;
    width: 35%;
    left: 10%;
}

.tour__download-form .tour__download-form-inner {
    position: relative;
}

section.tour__download-form .tour-download__description p.title {
    color: #000;
    font-size: 36px;
    font-family: "Arima";
    font-weight: 600;
}

.inquiry-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.inquiry-btn a.inquiryfix-button {
    background: #4476bb;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.inquiry-btn a.inquiryfix-button i {
    margin-right: 5px;
}

.authentic-section {
    padding-top: 35px;
}

.authentic-section .authentic__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.authentic-section .authentic__inner .authentic__bannerBox {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.authentic-section .authentic__inner .authentic__bannerBox .authentic__banner {
    width: 50%;
}

.authentic-section .authentic__inner .authentic__bannerBox .authentic__banner img {
    width: 100%;
}

.authentic-section .authentic__inner .authentic__banner1 {
    width: 33.33%;
    /* padding: 0 10px; */
}

.authentic-section .authentic__inner .authentic__banner1 img {
    width: 100%;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled li i {
    color: #ee355c;
    line-height: 1.7;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled li {
    color: #33393e;
    font-size: 1.1em;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

section.gallery-section {
    padding: 60px 0 80px;
}

section.gallery-section img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 10px;
}

section.carousel-inner {
    border-radius: 10px;
}

section.carousel-control-prev-icon,
section.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

section.package-section .packge-note {
    background: #ecf1f8;
    border-left: 5px solid #4476bb;
    padding: 30px 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

section.package-section .packge-note ul {
    list-style: square;
    margin-bottom: 0;
}

section.package-section .packge-note ul li::marker {
    color: #4476bb;
}

section.package-section .packge-note ul li {
    padding-bottom: 10px;
}

section.package-section .packge-note ul li:last-child {
    padding-bottom: 0;
}

.homeview-section .content-box-section .contantshow-top ul.list-unstyled {
    text-align: left;
}

section.homeview-section .carousel-fixed-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient( to right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.1) 100%);
    color: #fff;
}

section.homeview-section .carousel-fixed-content .hero-content {
    padding: 40px 20px;
}

section.homeview-section .mobile-fixed-content {
    display: none;
}

section.homeview-section .carousel-fixed-content .hero-content .logo img {
    height: 72px;
}

section.homeview-section .carousel-fixed-content .hero-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Arima";
    max-width: 564px;
}

section.homeview-section .carousel-fixed-content .subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
}

section.homeview-section .carousel-fixed-content .hero-title .highlight {
    color: #ee355c;
}

section.homeview-section .carousel-fixed-content .hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    position: relative;
}

section.homeview-section .carousel-fixed-content .hero-list img.heart-arrow {
    position: absolute;
    bottom: -36%;
    left: -1%;
    height: 90%;
    width: 100%;
}

section.homeview-section .carousel-fixed-content .hero-list li {
    margin-bottom: 12px;
    border-left: 3px solid #ee355c;
    padding: 2px 9px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp:focus {
    outline: none;
    box-shadow: none;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp {
    background-color: #ee355c;
    color: #fff;
    padding: 0px 30px;
    border-radius: 7px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    border: 1px solid #ee355c;
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
    height: 45px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp i {
    font-size: 20px;
}

section.homeview-section .carousel-fixed-content .btn-whatsapp:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ee355c;
}

.carousel-item .first-image-section img.mobile-slider {
    display: none;
}

.carousel-item .first-image-section img.desktop-slider {
    display: block;
}

.special-days-section .special-days-box .whatsapp-cta a {
    color: #ee355c;
    background: transparent;
    /* background: linear-gradient(170deg, rgb(237 53 93), rgb(65 96 251 / 104%)); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    gap: 6px;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    border-top: 1px dashed #ee355c;
    transition: 0.5s ease-in-out;
}

.special-days-section .special-days-box .whatsapp-cta a span {
    width: 60%;
}

.special-days-section .special-days-box .whatsapp-cta a i {
    width: 40%;
    text-align: right;
    font-size: 30px;
}

.special-days-section .special-days-box .whatsapp-cta a:hover {
    background: #ee355c;
    color: #fff;
}

section.highlight-swiper-section .swiper-wrapper .swiper-slide .highlighter-box {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    padding: 35px 25px 25px;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(238, 53, 92, 0.04) 0%, rgba(56, 71, 220, 0.04) 100%);
    border: 1px solid rgb(238 53 92 / 35%);
    border-style: dashed;
}

section.highlight-swiper-section .swiper-wrapper .swiper-slide .highlighter-box .icon {
    margin-bottom: 20px;
    opacity: 0.6;
}

section.highlight-swiper-section .swiper-wrapper .swiper-slide .highlighter-box h4 {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

section.highlight-swiper-section .swiper-wrapper .swiper-slide .highlighter-box .icon img {
    height: 50px;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    z-index: 9999;
}

section.highlight-swiper-section {
    margin-top: 70px;
    margin-bottom: 50px;
}

section.testimonial-section .testimonial-box .testimonial-img {
    display: block;
    /* border-radius: 50%; */
    margin-top: -11%;
    margin-bottom: 40px;
}

section.testimonial-section .testimonial-box:hover {
    background-color: rgb(68 68 68 / 4%);
}

section.testimonial-section .testimonial-box {
    text-align: center;
    padding: 20px 30px;
    /* border: 1px solid rgb(68 68 68 / 4%); */
    border-radius: 15px 15px 0 15px;
    margin-top: 60px;
    transition: ease-in-out 0.3s;
    position: relative;
    background: rgb(68 68 68 / 4%);
    margin-bottom: 40px;
}

section.testimonial-section .testimonial-box::after {
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent rgb(68 68 68 / 4%) transparent transparent;
    content: " ";
    position: absolute;
    float: right;
    bottom: -30px;
    right: 0;
    z-index: 99;
}

section.testimonial-section .testimonial-box .testimonial-content::before {
    content: " \201C ";
    font-size: 80px;
    position: relative;
    display: block;
    top: 0px;
    line-height: 0.3;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.testimonial-section .testimonial-box .testimonial-img img {
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 15px #fff;
    transition: box-shadow 0.3s linear;
}

section.testimonial-section .testimonial-box:hover img {
    box-shadow: 0px 0px 0px 2px #fff;
}


/* section.testimonial-section .testimonial-box .testimonial-content{
  padding: 20px 30px;
} */

section.reel-section {
    margin-top: 80px;
}

section.reel-section .reel-video video {
    width: 100%;
    /* height: 520px; */
    border-radius: 25px;
}

section.reel-section .reel-video {
    position: relative;
}

section.reel-section .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    transition: all 0.3s;
}

span.packageDate-highlight {
    color: #ee355c;
}