@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    background-color: #103f6eb8;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
}

#navbar-top {
    width: 100%;
    height: 80px;
    padding-top: 10px;
    transition: 0.5s;
}

.navbar-bottom-content {
    width: 82%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-top-content {
    width: 82%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.navbar-bottom-content-cnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-top-content-left {
    display: flex;
    justify-content: left;
    gap: 2vh;
}

.navbar-top-content-left-item {
    display: flex;
    height: 55px;
    gap: 5px;
    align-items: center;
}

.navbar-top-content-left-item-icon {
    display: flex;
    align-items: center;
    height: 55px;
}

.navbar-top-content-left-item-text {
    display: flex;
    align-items: center;
    height: 55px;
    font-weight: 300;
    font-size: 15px;
    color: white;
}

.navbar-top-content-left-item-icon img {
    width: 20px;
}

.navbar-top-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1245px) {
    .navbar-top-content {
        width: 90%;
    }
    .navbar-top-content-center {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .navbar-bottom-content {
        width: 90%;
    }
}

.navbar-top-content-center img {
    width: 280px;
}

.nvbrtptcntposition {
    width: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1134px) {
    .navbar-top-content {
        width: 90%;
    }
    .navbar-top-content-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nvbrtptcntposition {
        width: 100%;
        line-height:10px;
        display: block;
    }
    .navbar-top-content-left-item {
        height: 35px;
    }
}

#navbar-bottom {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.link-navbar-content {
    text-transform: uppercase;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    align-items: center;
    gap: 20px;
}

.link-navbar-content a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

#menu-for-mobiless {
    display: none;
}

#menu-for-mobiles {
    display: none;
}

.navbar-bottom-content-cnt-bt {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #131a3600;
    border: none;
    border: 1px solid #004f76;
}

.navbar-bottom-content-cnt-bt img {
    width: 30px;
}

.navbr-menu-sh-bt {
    background-color: #004f76;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
}

.menu-for-mobile {
    position: absolute;
    background-color: #103f6eb8;
    float: none;
    position: absolute;
    width: 200px;
    display: none;
    text-align: center;
    top: 190%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-for-mobile a {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
}

.navbar-top-content-right {
    display: flex;
    gap: 20px;
    justify-content: right;
}

.navbar-top-content-right-social-link a {
    color: white;
}

.nvbc-right-button button {
    width: 140px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background-color: #072340;
    border: none;
    font-size: 13px;
    color: #fff;
    height: 45px;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.mySlides {
    display: none;
}

.slideshow-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 99;
    background-color: #00000061;
}



@media only screen and (max-width: 1024px) {
    .slideshow-overlay {
        display: none;
    }
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from { opacity: 0.3; }
    to { opacity: 1; }
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 99999999;
    width: 25vh;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    height: 100%; /* Full height of the slideshow */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    background-color: #00000000; /* Semi-transparent background */
}

.next {
    cursor: pointer;
    position: absolute;
    z-index: 99999999;
    top: 0;
    width: 25vh;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    height: 100%; /* Full height of the slideshow */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    background-color: #00000000; /* Semi-transparent background */
}

.prev svg {
    width: 10vh;
    opacity: 0.5;
}
 

.next svg {
    width: 10vh;
    opacity: 0.5;
}

.slideshow-container a svg {
    transition: 0.6s;
}

.slideshow-container a svg:hover {
    opacity: 1;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #00000000;
}

.whatsapp-link-for-user {
    position: fixed;
    bottom: 6vh;
    left: 3.4vh;
    border-radius: 4px;
    z-index: 99999999999999999999999999999999999999999;
}

.whatsapp-link-for-user-content {
    display: flex;
    gap: 7px;
    align-items: center;
}

.whatsapp-link-for-user {

    padding: 10px 20px;
    border-radius: 10px !important /* Adjust border-radius as needed */;
    cursor: pointer;
    transition: 0.5s;
    background-color: #229059;
    transition: box-shadow 0.3s ease; /* Smooth transition for the shadow effect */
}

.whatsapp-link-for-user:hover {
    background-color: #269c61;
}


.whatsapp-link-for-user a {
    text-decoration: none;
    font-size: 25px;
}

.whatsapp-link-for-user-content {
    color: #fff;
}

.whatsapp-link-for-user-text {
    font-size: 18px;
}

.show-time-in-home-screen {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
    border-radius: 8px;
    text-align: center;
    width: 250px;
    background-color: #00000098;
    color: white;
    z-index: 999999999;
}

#show-time-in-home-screen-crnt-time {
    font-size: 85px;
}

#scrolltotopbt {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #25b6ff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
  
#scrolltotopbt:hover {
    background-color: #555;
}

.overlay-for-image-for-welcome-section-discription button:hover {
    background-color: #25b6ff;
    box-shadow: inset 0 0 0 0 #25b6ff;
    color: #fff !important;
    /* background-color: #004f76;*/
}


.get-in-touch-win {
    margin-top: 14vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-in-touch-win-content {
    width: 170vh;
    padding-bottom: 6vh;
    display: flex;
    background-image: url('/assets/img/images/w-1.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


.get-in-touch-win-content-cnt {
    width: 100%;
}

.get-in-touch-win-content-top-section {
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 6vh;
    display: flex;
    text-align: center;
    align-items: center;
    font-weight: 300;
    justify-content: center;
    color: white;
}

.get-in-touch-win-content-top-section-content-top {
    font-size: 3.3vh;
}

.get-in-touch-win-content-bottom-form {
    width: 145vh;
    padding-top: 1vh;
    padding-bottom: 3vh;
    background-color: white;
}

.get-in-touch-win-content-bottom-section-content {
    display: flex;
    width: 94%;
    justify-content: center;
    font-size: 2vh;
    gap: 4vh;
    margin: 0 auto;
}

.get-in-touch-win-content-bottom-menu-form {
    width: 63vh;
    height: 54vh;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #000000;
    color: white;
}

.get-in-touch-win-content-bottom-section {
    display: flex;
    gap: 5vh;
}

.get-in-touch-win-content-bottom-menu-form-content {
    width: 85%;
    margin: 0 auto;
}

.get-in-touch-win-content-bottom-menu-form-content-top-bottom {
    padding-top: 4vh;
}

.get-in-touch-win-content-bottom-form-content {
    display: flex;
    width: 90%;
    gap: 1vh;
    margin: 0 auto;
}

.get-in-touch-win-content-bottom-form {
    width: 80%;
    margin: 0 auto;
}

.get-in-touch-win-content-bottom-section-content {
    width: 90%;
    margin: 0 auto;
}

.get-in-touch-win-content-bottom-form-item {
    width: 100%;
}

.get-in-touch-win-content-bottom-form-item select {
    width: 89%;
    padding-top: 3vh;
    padding-bottom: 1.8vh;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* For modern browsers */
    padding-left: 1vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #676867;
    outline: none;
    transition: border-color 0.3s;
}

.get-in-touch-win-content-bottom-form-item input {
    width: 86%;
    padding-top: 3vh;
    padding-bottom: 1.8vh;
    color: #676867;
    padding-left: 1vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    transition: border-color 0.3s;
}

.get-in-touch-win-content-bottom-form-itemgtintwcntbtfrmitgroup {
    display: flex;
    gap: 5%;
    width: 100%;
}

.get-in-touch-win-content-bottom-form-itemgtintwcntbtfrmitgroup select {
    width: 85%;
    padding-top: 3vh;
    padding-bottom: 1.8vh;  -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* For modern browsers */
    padding-left: 1vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    border: none;
    color: #676867;
    border-bottom: 2px solid #ccc;
    outline: none;
    transition: border-color 0.3s;
}

.get-in-touch-win-content-bottom-form-itemgtintwcntbtfrmitgroup input {
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 1.8vh;
    padding-left: 1vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    margin-right: 3.8vh;
    color: #676867;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    transition: border-color 0.3s;
}

.get-in-touch-win-content-bottom-form-item textarea {
    width: 94%;
    padding-top: 3vh;
    padding-bottom: 0.1vh;
    color: #676867;
    padding-left: 1vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 2vh;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    transition: border-color 0.3s;
}

.get-in-touch-win-content-bottom-form-content-button {
    text-align: center;
    padding-top: 2vh;
}

.get-in-touch-win-content-bottom-form-content-button button {
    width: 18vh;
    height: 6.5vh;
    background-color: #072340;
    border: 2px solid #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

.footer-background-image {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: end;
    margin-top: 13vh;
    background-image: url('/assets/img/images/a-7.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.footer {
    background-color: #000000a9;
    width: 100%;
    height: 24vh;
    padding-bottom: 2vh;
    display: flex;
}

.footer-content {
    width: 80%;
    display: flex;
    padding-top: 5vh;
    justify-content: end;
    gap: 10vh;
    color: #Fff;
}

.footer-content-title {
    padding-bottom: 2vh;
    font-size: 2.8vh;
    font-weight: 300;
}

.footer-content-cnt-for-title-item {
    padding-bottom: 1vh;
    font-size: 2vh;
    font-weight: 300;
}

.tour-packages-bg {
    width: 100%;
    margin-top: 9vh;
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url('/assets/img/slide_img/tr/b-1.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.chr-tr-tour-packages-top {
    width: 85%;
    margin: 0 auto;
    background-image: url('/assets/img/images/w-1.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.chr-tr-tour-packages-top-content {
    text-align: center;
    padding-top: 20px;
    color: white;
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 20px;
}

.chr-tr-tour-packages-top-cnt-bottom {
    font-size: 35px;
}

.chr-tr-tour-packages-bt-box {
    width: 390px;
    height: 390px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chr-tr-tour-packages-bottom-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    color: white;
    justify-content: center;
    gap: 20px;
    transition: 0.5s;
    align-items: center;
}

.chr-tr-tour-packages-bt-box-content {
    width: 370px;
    height: 370px;
    border: 2px solid #fff;
}

.chr-tr-tour-packages-bt-box-content-left {
    width: 250px;
    height: 370px;
    display: flex;
    align-items: center;
    font-weight: 100;
    justify-content: center;
    background-color: #000000a5;
}

.chr-tr-tour-packages-bt-box-content-left-cnt-content {
    width: 90%;
    margin: 0 auto;
}

.chrtrpckgbximg1 {
    background-image: url('/assets/img/slide_img/tr/eH2qYLNrdbD5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 0.5s;
}

.chrtrpckgbximg1:hover {
    transform: scale(1.08);
}

.chrtrpckgbximg2 {
    background-image: url('/assets/img/slide_img/tr/GwVrjCnoTlMq.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    transform: scale(1);
    transition: 0.5s;
}

.chrtrpckgbximg4 {
    background-image: url('/assets/img/slide_img/tr/aa.jpeg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    transform: scale(1);
    transition: 0.5s;
}

.chrtrpckgbximg2:hover {
    transform: scale(1.08);
}

.chrtrpckgbximg3 {
    background-image: url('/assets/img/slide_img/tr/AkcgLBVUVMyb.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    transform: scale(1);
    transition: 0.5s;
    

}

.chrtrpckgbximg3:hover {
    transform: scale(1.08);
}

.chr-tr-tour-packages-bt-box-content-left-pkg-title {
    font-size: 27px;
}

.chr-tr-tour-packages-bt-box-content-left-pkg-tt-sub {
    padding-bottom: 15px;
    font-size: 18px;
}

.chr-tr-tour-packages-bt-box-content-left-pkg-paragraph {
    font-size: 13px;
    padding-bottom: 15px;
}

.chr-tr-tour-packages-bt-box-content-left-cnt-content button {
    width: 135px;
    height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #072340;
    color: #fff !important;
    border: 1px solid #fff !important;
    font-family: 'Open Sans', sans-serif;
}

.chr-tr-tour-packages-bt-box-content-left-cnt-content button:hover {
    background-color: #25b6ff;
    box-shadow: inset 0 0 0 0 #25b6ff;
    color: #fff !important;
    /* background-color: #004f76;*/
}

@media only screen and (max-width: 1445px) {
    .chr-tr-tour-packages-bt-box-content-left-pkg-title {
        font-size: 22px;
    }
    
    .chr-tr-tour-packages-bt-box-content-left-pkg-tt-sub {
        padding-bottom: 15px;
        font-size: 14px;
    }
    
    .chr-tr-tour-packages-bt-box-content-left-pkg-paragraph {
        font-size: 10px;
        padding-bottom: 15px;
    }

    .chr-tr-tour-packages-bt-box-content-left-cnt-content button {
        width: 115px;
        height: 35px;
        font-size: 10px;
    }

    .chr-tr-tour-packages-bt-box-content {
        width: 270px;
        height: 270px;
        border: 2px solid #fff;
    }
    
    .chr-tr-tour-packages-bt-box-content-left {
        width: 200px;
        height: 270px;
    }
    .chr-tr-tour-packages-bt-box {
        width: 290px;
        height: 290px;
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media only screen and (max-width: 896px) {
    .navbar {
        background-color: #131a36;
    }
    .link-navbar-content {
        display: block;
    }
    .link-navbar-content a {
        display: block;
    }

    #pc-nav-bottom-cnts {
        display: none;
    }
    
    #menu-for-mobiless {
        display: block;
    }
    
    #menu-for-mobilesdsad {
        display: none;
    }

    
.footer-background-image {
    width: 100%;
    height: 75vh;
    display: flex;
    align-items: end;
    margin-top: 13vh;
    background-image: url('/assets/img/images/a-7.jpg'); /* Replace 'your-image-url.jpg' with the actual path to your image */
    background-size: cover; /* This makes the image cover the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.footer {
    background-color: #000000a9;
    width: 100%;
    display: flex;
}

.footer-content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
    justify-content: space-between;
    color: #Fff;
}

.footer-content-title {
    padding-bottom: 2vh;
    font-size: 20px;
    font-weight: 300;
}

.footer-content-cnt-for-title-item {
    padding-bottom: 1vh;
    font-size: 15px;
    font-weight: 300;
}
    
.navbar {
    background-color: #131a36;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
}

#navbar-top {
    width: 100%;
    height: 80px;
    padding-top: 10px;
    transition: 0.5s;
}

.navbar-bottom-content {
    width: 82%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-top-content {
    width: 82%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.navbar-bottom-content-cnt {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-bottom-content-cnt

.navbar-top-content-left {
    display: none;
    justify-content: left;
    gap: 2vh;
}

.navbar-top-content-left-item {
    display: none;
    height: 55px;
    gap: 5px;
    align-items: center;
}

.navbar-top-content-left-item-icon {
    display: none;
    align-items: center;
    height: 55px;
}

.navbar-top-content-left-item-text {
    display: none;
    align-items: center;
    height: 55px;
    font-weight: 300;
    font-size: 15px;
    color: white;
}

.navbar-top-content-left-item-icon img {
    width: 20px;
}

.navbar-top-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-top-content-center img {
    width: 280px;
}

.nvbrtptcntposition {
    width: 100%;
    display: flex;
    align-items: center;
}

#navbar-bottom {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.link-navbar-content {
    text-transform: uppercase;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    align-items: center;
    gap: 20px;
}

.link-navbar-content a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.navbar-top-content-right {
    display: none;
}

.navbar-top-content-left {
    display: none;
}

}

.chr-tr-tour-packages-bottom-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    color: white;
    justify-content: center;
    gap: 20px;
    transition: 0.5s;
    align-items: center;
}


@media only screen and (max-width: 1145px) {
    .chr-tr-tour-packages-bottom-content {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
        display: flex; /* Change from block to flex */
        flex-direction: column; /* Stack cards vertically */
        align-items: center; /* Center cards horizontally */
    }
    .chr-tr-tour-packages-top {
        width: 100%;
    }
}