@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;
}

@media only screen and (max-width: 896px) {
    .navbar {
        background-color: #131a36;
    }
    .link-navbar-content {
        display: block;
    }
    .link-navbar-content a {
        display: block;
    }
}

.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%;
    height: 100vh;
    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;
}

.wlc-viata-pst {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 45px;
    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 */
}

.wlc-viata-pst-content {
    height: 120px;
    color: white;
}

.wlc-viata-pst-content-top-txt {
    font-size: 17px;
}

.wlc-viata-pst-content-bottom-txt {
    font-size: 28px;
}

.image-for-welcome-section {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -65px;
    position: absolute;
}

.image-for-welcome-section img {
    width: 142vh;
    display: flex;
}

.blank-for-image-for-welcome-section {
    width: 100%;
    height: 73vh;
}

.overlay-for-image-for-welcome-section {
    width: 132vh;
    height: 72vh;
    margin-top: 5.5vh;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #00000080;
    color: white;
}

.overlay-for-image-for-welcome-section-content {
    width: 93%;
    margin: 0 auto;
}

.overlay-for-image-for-welcome-section-title {
    font-size: 4vh;
}

.overlay-for-image-for-welcome-section-discription {
    padding-top: 4vh;
    font-size: 2.2vh;
    font-weight: 300;
}

.overlay-for-image-for-welcome-section-discription button {
    width: 150px;
    height: 48px;
    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;
}

.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;*/
}

.why-Choose-visita {
    margin-top: 14vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-Choose-visita-content {
    width: 170vh;
    height: 60vh;
    display: flex;
    background-color: #072340;
}

.why-Choose-visita-left {
    width: 45vh;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #269c61;
    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 */
}

.why-Choose-visita-right {
    width: 125vh;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: right;
    background-color: #269c61;
    background-image: url('/assets/img/images/bg-12.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 */
}

.why-Choose-visita-left-content {
    width: 40vh;
    height: 54vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000066;
    color: white;
    text-align: center;
}

.why-Choose-visita-left-content-top {
    font-size: 2.3vh;
    font-weight: 300;
}

.why-Choose-visita-left-content-bottom {
    font-size: 3.5vh;
    font-weight: 300;
}

.why-Choose-visita-right-menu-for-details {
    width: 43vh;
    margin-right: 2vh;
    height: 56vh;
    background-color: #00000080;
    color: white;
}

.why-Choose-visita-right-menu-for-details-menu {
    margin-top: 1.2vh;
    margin-left: 1.2vh;
    margin-right: 1.2vh;
    display: flex;
    align-items: center;
    height: 53vh;
    padding-left: 2.5vh;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.text-div-why-Choose-visita-right-menu-for-details {
    padding: 2vh;
    font-size: 2vh;
}

.view-reviews {
    margin-top: 14vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-reviews-content {
    width: 170vh;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #072340;    
    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 */
}

.view-reviews-content-cnt {
    width: 157vh;
    height: 50vh;
    display: flex;
    background-color: #072340;    
    background-image: url('/assets/img/e7bb321e-33ac-46b6-84bf-8c69de376e38.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 */
}

.view-reviews-content-cnt-sdd {
    width: 157vh;
    height: 50vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #070707b4;
    color: white;
}

.view-reviews-content-cnt-sdd-title {
    font-size: 35px;
}

.view-reviews-content-cnt-sdd-sadasda button {
    width: 150px;
    height: 48px;
    margin-top: 10px;
    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;
}

.view-reviews-content-cnt-sdd-sadasda 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;
}

.our-gallery-win {
    margin-top: 14vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-gallery-win-content {
    width: 170vh;
    height: 72vh;
    display: flex;
    gap: 1.5vh;
    align-items: center;
    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 */
}

.our-gallery-win-content-left {
    width: 41vh;
    height: 69vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-left: 1.5vh;
    font-weight: 300;
    background-color: #00000066;
}

.our-gallery-win-content-left-top {
    font-size: 3.1vh;
}

.our-gallery-win-content-left-bottom {
    font-size: 4.5vh;
}

.our-gallery-win-content-right {
    width: 124.5vh; /* Adjust as needed */
    height: 69vh; /* Matches the height of the gallery content */
    background-color: #000000;
    position: relative; /* Ensures absolute elements are positioned relative to this div */
    overflow: hidden; /* Prevents content overflow */
}


.second-slideshow-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.second-slideshow {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.second-slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.second-prev, .second-next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
}

.second-prev {
    left: 0;
}

.second-next {
    right: 0;
}

.thumbnail-bar {
    text-align: center;
    margin-top: 10px;
}

.thumbnail-bar img {
    width: 80px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.thumbnail-bar img:hover {
    border-color: #333;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    width: 100%; /* Adjusted for 9 images */
    transition: transform 0.5s ease; /* Smooth transition for manual sliding */
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
}

.button-container {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.button {
    background-color: #134089ba;
    color: white;
    border: none;
    height: 9vh;
    cursor: pointer;
    font-size: 18px;
}

.thmbs-cnt-div {
    display: flex;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-top: 1vh;
}


.button svg {
    height: 3.5vh;
}

.thumbnails {
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    float: none;
    position: absolute;
    top: 50vh;
    left: 3vh;
    gap: 1vh;
}

.thumbnail {
    width: 10vh; /* Thumbnail size */
    height: 6vh; /* Thumbnail size */
    margin: 0 5px;
    cursor: pointer;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid transparent;
}

.thumbnail img.active {
    border-color: #007bff; /* Highlight color */
}

.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;
}