/* .navbar {
    height: 90px;
} */
*{
    font-family: 'Josefin Sans', sans-serif;
}

.hero {
    background: url('./image/home-page-hero.jpg') no-repeat center center;
    background-size: cover;
    color: rgb(12, 11, 11);
    text-align: center;
    padding: 100px 0;
}

/* .container {
    height: 250px;
} */

/* .about-hero-section {
    height: 350px;
} */

.py-5 {
    padding: 20px 50px;
}
.display-4 {
    text-shadow: 2px 2px 5px rgb(12, 12, 12), -1px -1px 3px rgb(12, 12, 16);
    padding: 50px 0 0 0;
}

.lead {
    text-shadow: 2px 2px 5px rgb(12, 12, 12), -1px -1px 8px rgb(12, 12, 16);
    font-weight: 400;
    padding: 0px 0 50px 0;
}

.service-icon {
    font-size: 2rem;
    color: #007bff;
}

.contact-section {
    padding: 60px 0;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.contact-info h3 {
    margin-bottom: 20px;
}

.contact-info p {
    margin: 10px 0;
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #eee;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-title {
    margin-bottom: 30px;
}

.icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 15px;
}

.scroll-section {
    overflow: hidden;
}

.footer {
    background-color: #2f3236;
    padding: 40px 0;
    color: rgb(239, 239, 239);
    border-top: 1px solid #e9ecef;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-social a {
    margin: 0 10px;
    color: rgb(239, 239, 239);
    text-decoration: none;
}

.footer-social a:hover {
    color: #007bff;
}

.footer-nav a {
    color: rgb(239, 239, 239);
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
    text-align: center;
}

.section-title {
    margin-bottom: 30px;
}
.swiper-button-prev, 
        .swiper-button-next { 
            margin: 0 -10px; /* Adjust horizontal margin */ 
            color:black; 
            opacity: 0.2; 
        }
.icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 15px;
}


.service-section {
    padding: 60px 0;
}

.service-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-title {
    margin-bottom: 20px;
}

.service-description {
    margin-bottom: 20px;
}

.bg-light-gray {
    background-color: #f8f9fa;
}

.section-title {
    margin-bottom: 30px;
}


.founder-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.founder-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.blockquote {
    background: #ffffff;
    border-left: 5px solid #007bff;
    padding: 20px;
    border-radius: 5px;
}

.blockquote-footer {
    font-size: 1rem;
    color: #000000;
}


.privacy-policy {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

.privacy-policy h3 {
    margin-top: 0;
}

video {
    width: 100%;
}
#video {
    overflow: hidden;
    width: 100vw;
}

.video-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /*  background: rgba(0, 0, 0, 0.5); */
    /* Optional: adds a dark overlay for better text readability */
    z-index: 3;
}

.video-overlay-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.video-overlay-description {
    font-size: 1.5rem;
}



.swiper {
    width: 100%;
    height: 60%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.swiper-pagination-bullet {*/
/*    margin-top : 200px;*/
/*}*/
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.slider-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20%;
    justify-content: center;
}

.slider-description {
    margin-left: 5%;
    margin-right: 5%;

}

/* parallex effect*/


.scroll-section {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    /* background:#2f3236; */
    background-image: url('./image/scroll-bg.jpg');
    background-position: bottom;
}

#image-wrapper-1 {
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
}

#image-wrapper-2 {
    top: 0;
    left: 25%;
    z-index: 1;
    opacity: 1;
}

#image-wrapper-3 {
    top: 0;
    left: 80%;
    z-index: 3;
    opacity: 1;
}

.image-wrapper {
    position: relative;
    width: 80%;
    height: auto;
    transform-style: preserve-3d;
    transition: transform 0.1s;
}

.image-wrapper img {
    position: absolute;
    width: auto;
    height: 400px;
    display: block;
    backface-visibility: hidden;

}

.image-1 {
    top: 0;
    left: 0;
    border-radius: 30px;
}

.image-2 {
    top: 30px;
    left: 0;
}

.image-3 {
    top: 150px;
    left: 0;
}

/* parallex effect end*/

