html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    border: 0;

}

* {
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}


h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}






.navbar {
    background-color: #2929297b;
    height: 100px;
    display: flex;
    align-items: center;
   
}


.navbar-section {
    display: flex;
    list-style: none;
    color: blue;
    font-size: 18px;
    /* padding-top: 25px; */
    justify-content: space-between;
    align-items: center;



}

.logo h2 {
    margin: 0;

}

.logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: clip;
}

.logo img {
    height: 300px;
    width: 300px;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: none;
    object-position: 25px;
    transform: scale(1.6);
}


.menu-icon {
    display: none;
    max-width: 40px;
}

.menu-close-icon {
    display: none;
    max-width: 40px;
}

.nav-container {
    display: flex;
    justify-content: space-around;
    width: 50%;
    /* transition: 0.3s ease-out; */
}

.nav-container li {
    margin-left: 10px;
}



@media screen and (max-width: 1024px) {
    .navbar-section {
        padding: 10px;
        height: 70px;
    }


    .nav-container>li {
        display: none;

    }

    .nav-container {
        justify-content: flex-end;
        width: 30%;
        /* transition: .5s; */

    }

    .nav-container .menu-icon {
        display: block;
        float: right;

        /* width: 0; */
    }
}

.navbar-section a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/* .nav-container li a:hover{
    
    border-bottom: 2px solid white;
} */
.nav-container li a {
    padding-bottom: 10px;
}

.nav-container li a,
.nav-container li a:after,
.nav-container li a:before {
    transition: all .5s;
}

.nav-container li a {
    position: relative;
}

.nav-container li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: rgb(255, 255, 255);
    height: 1px;
}

.nav-container li a:hover:after {
    width: 100%;
}






@media screen and (max-width: 1024px) {
    .nav-container.responsive {
        /* position: relative; */
        display: block;
        position: fixed;
        z-index: 2;
        background: #262929;
        right: 0;
        top: 0;
        bottom: 0;
        /* min-height: 100%; */
        overflow-y: scroll;
        width: 50%;

        transition: width 0.3s ease;
    }


    .nav-container.responsive .menu-icon {

        display: none;
    }

    .nav-container .responsive .menu-close-icon {
        position: absolute;
        top: 0;

    }

    .nav-container li a::after {
        background: none;
    }
}

.nav-container.responsive li {
    float: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}



.background-img {
    width: 100%;
    min-height: 400px;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.container {
    /* max-width: 1140px; */
    margin-inline: auto;
    width: 90%;
}


@media(max-width: 576px) {
    .container {
        max-width: 540px;
    }


}

@media(min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

}

/* HERO-SECTION */

.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
    min-height: 400px;

}

.hero-content {
    width: 500px;
    text-align: center;

}





.hero-container h1 {
    color: rgb(38, 37, 37);
    font-size: 50px;
    font-family: 'Lato', sans-serif;
}

.hero-container p {
    color: rgb(38, 37, 37);
    
    font-size: 18px;
}
.hero-container button{
    margin-top: 50px;
}

.primary-btn {
    background-color: #013f4b00;
    width: 40%;
    border: 1px solid black;
    /* border-radius: 5px; */
    height: 50px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    transition: .5s all;
}

.primary-btn:hover {
    background-color: rgb(38, 37, 37);
    color: whitesmoke;
}

.primary-btn a {
    font-size: 18px;
}


@media (max-width:500px) {
    .hero-container h1 {
        font-size: 35px;
    }

    .hero-container p {
        font-size: 18px;
    }
}

.about-section {
    margin-block: 5%;
}

.about-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.abt-img {
    width: 50%;
    height: 100%;
    /* max-height: 400px; */

}

.abt-img img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
    box-shadow: 0 0 20px 0 #ddd;
}

.about-content h1 {
    color: #002744;

}

.about-content {
    position: relative;
    width: 50%;
}

.about-content h3 {
    color: #7a8187;
    margin-top: 30px;
}


.section-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    position: relative;
    /* margin:auto; */
    /* white-space: nowrap; */
    padding-bottom: 13px;
}

.section-title::before {
    background-color: #adb8c0;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.section-title::after {
    background-color: #adb8c0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}


.section-sub-title {
    font-size: 75px;
    line-height: 75px;
    color: #002744;
    font-family: roboto slab, serif;
    font-weight: 700;
    /* display: block; */
    opacity: .1;
    margin: 0;
}

.about-content p {
    margin-top: 30px;
}

.secondary-btn {
    background-color: rgb(38, 37, 37);
    ;
    color: white;
}

.secondary-btn:hover {
    background-color: transparent;
    color: black;
}

@media (max-width:991px) {
    .about-section {
        margin-top: 10%;
    }

    .about-container {
        flex-direction: column;
        align-items: center;
    }

    .abt-img {
        width: 100%;
    }

    .about-content {
        width: 100%;
    }
}

@media (max-width:500px) {
    .about-content {
        text-align: center;
    }

    .section-sub-title {
        font-size: 60px;
    }

    .about-content p {
        text-align: justify;
    }

    .abt-img {
        width: 100%;
    }
}





/* service-section */
.projects-section {
    margin-bottom: 5%;
    position: relative;
}

.projects-container {
    position: relative;
}

.projects-section::after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    transform: skewY(10deg);
    z-index: -1;
    width: 100%;
    background-color: #afb5b786;
}

.projects-section::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    transform: skewY(-10deg);
    z-index: -2;
    width: 100%;
    background-color: #b9bfc0;
}

.projects-container .section-sub-title {
    text-align: center;
}

.projects-container .section-title {
    text-align: center;
}

.projects-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    row-gap: 40px;
}


.project img {
    border-radius: 5px 5px 0 0;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    min-height: 270px;
    max-height: 270px;

}

.project {
    position: relative;
    width: calc(33.333333% - 20px);
    min-width: 300px;
    max-width: 50%;
    max-height: 450px;
   
    border-radius: 5px 5px 0 0;
    font-size: 0;
    transition: .5s all;
}

.project:hover {
    transform: translateY(-10px);
}

.inner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: initial;
    padding: 5% 5% 0 5%;
    color: white;
    background-color: rgb(38 37 37);
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease-in-out;
    /* opacity: 0; */
    /* border-radius: 5px; */

}

.inner-content>img {
    width: 40px;
}
.inner-content p{
    text-align: justify;
}
.inner-tile {
    /* position: absolute; */
    background-color: white;
    z-index: 1;
    bottom: -20px;
    right: 0;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #1116291c;
    transition: .3s ease-in-out;
    opacity: 1;
    padding-block: 20px;
    text-align: center;
}

.inner-tile h1 {
    margin-top: 20px;
}



/* service-section */
.service-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
}

.service{
    width: 20%;
    min-width: 200px;
    /* max-width: 20%;   */
    margin-inline:auto ;
  
    padding: 15px;
    border-radius: 10px;

   
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border:solid 1px rgb(0, 0, 0);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: .5s ease;
    /* flex: 0 1 1; */
    
}

.service:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-5%);
}
.service-content{
    text-align: center;
}

.service-img-container{
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
}
.service-img-container img{
    width: 100%;
    height: 100%;
}
.service-content p{
 text-align: justify;
 font-size: 15px;
}

@media (max-width:767px) {
    .service{
        width: 45%;
    }
}
@media (max-width:500px) {
    .service{
        width: 100%;
        /* height: 250px; */
    }
}


/* gallery section */
.gallery-section {
    margin-block: 10%;
}

.gallery-container {
    text-align: center;
}

.image-wrapper {
    columns: 15rem 3;
    gap: 1.4rem;
}

.image-row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-bottom: 50px;
}

.image-col {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.image-col img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.optional-btn {
    width: 20%;
    margin-inline: auto;
    /* text-align: center; */
}

@media screen and (max-width: 800px) {
    .image-col {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .optional-btn {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .image-col {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}



/* TESTIMONIAL SECTION */

.testimonial-section{
    position: relative;
    padding-block: 5%;
    margin-block: 5%;
}

.testimonial-wrapper {
    position: relative;
    width: 95%;
    margin-inline: auto;
}
.testimonial-wrapper .section-title{
    text-align: center;
    margin-inline: auto;
}
.testimonial-section::before {
    content: "";
    position: absolute;
    top:0%;
    left: 0;
    width: 100%;
    height: 100%;
    
    
    background-image: url(./assets/bg-4.webp);
    background-position: center;
    background-size: cover; /* Adjust the background size as needed */
    
    transform-origin: 0;
    opacity: 0.6;
    z-index: -2;
}
.testimonial-section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.539) 3%, rgba(3,0,0,0.7232142857142857) 85%);
    /* transform: skewY(10deg); Adjust the degree of slant as needed */
    transform-origin: 0;
    /* opacity: 0.4; */
    z-index: -1;
}
.temp {
    text-align: center;
    position: relative;
   
    /* background-image: url(./assets/farmhouse-4.jpg); */
}

.review-img img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
/* border-radius: 20px; */
}
.review{
    background-color: rgba(0, 0, 0, 0.567);
    display: flex;
    height: 400px;
    justify-content: space-between;
}
.review-img{
    width: 50%;
}


.review-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
   
    
    border-radius: 20px;
    /* text-align: center; */
}

.review-content h3 {
    color: #fafafa;
}

.review-content p {
    /* width: 70%; */
    margin-bottom: 5%;
    color: #c9cacb;
}

.mySwiper {
    margin-top: 5%;
}

.testimonial-wrapper .swiper-pagination-bullet-active {
    background: #adadad;
}

@media (max-width:767px) {
    .review{
        flex-direction: column-reverse;
        height: fit-content;
    }
    .review-content{
        width: 100%;
    }
    .review-img{
        width: 100%;
    }
    .review-img img{
        max-height: 350px;
    }
    
}

@media (max-width:500px) {
    .testimonial-wrapper {
        /* text-align: center; */
    }

    .testimonial-wrapper .section-sub-title {
        font-size: 50px;
    }
}

/* Gallery section */
.gallery {
    width: 100%;
    display: block;
   
    margin-block: 5%;
}

.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery .gallery-filter .filter-item {
    color: #000000;
    font-size: 15px;
    /* text-transform: uppercase; */
    /* display: inline-block; */
    margin: 0 10px;
    cursor: pointer;
    /* border-bottom: 2px solid transparent; */
    line-height: 1.2;
    transition: all 0.3s ease;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.gallery h1 {
    text-align: center;
}

.gallery .gallery-filter .filter-item.active {
    color: #fff;
    /* border-color : #ff9800; */
    background-color: #636363;
}

.gallery .gallery-item {
    /* width: calc(100% / 3); */
    width: 25%;
    padding: 15px;
}

.gallery .gallery-item-inner img {
    width: 100%;
}

.gallery .gallery-item.show {
    animation: fadeIn 0.9s ease;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {
    .gallery .gallery-item {
        width: 33.333333%;
    }
}

@media(max-width: 567px) {
    .gallery .gallery-item {
        width: 50%;
    }

    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}

.gallery-item-inner {
    position: relative;
}

.overlay-zoom {
    width: 31px;
    height: auto;
}

.gallery-overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-item-inner:hover .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
}

.close-icon {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    /* background-color: blue; */
}

body.lightbox-open {
    overflow: hidden;
    height: 100vh;
}

/* Media queries for responsiveness */
@media(max-width: 600px) {

    .lightbox img {
        max-width: 95%;
        max-height: auto;
    }
}


/* owner section */
.owner-section{
    padding-block: 5%;
    background-color: #000000;
    color: #fafafa
}
.owner-title{
    text-align: center;
    margin-bottom: 20px;
}
.owner-wrapper{
    display: flex;
    justify-content: space-between;
}
.owner-img-container{
    width: 30%;
    /* height: 400px; */
}
.owner-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owner-content{
    margin-top: 50px;
    width: 60%;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 20px;
    font-weight: 300;
}
.owner-content h1{
    margin-bottom: 50px;
}

@media (max-width:767px) {
    .owner-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .owner-img-container{
        width: 50%;
    }
    .owner-content{
        width: 100%;
    }
    .owner-content h1{
        text-align: center;
    }
}
@media (max-width:500px) {
    .owner-img-container{
        width: 100%;
    }
}


/* contact-section */


.contact-section {
    margin-block: 5%;
    /* margin-top: 10%; */
}

.contact-wrapper {
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 20px;
}

.map-wrapper {
    flex: 1;
    min-width: calc(50% - 20px);
    /* min-height: 400px; */
}
.map-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 20px;
}

.contact-form {
    flex: 1;
    min-width: calc(50% - 20px);
    padding: 20px;
}

.contact-form h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #02123a;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1rem;
    font-family: jost, sans-serif;

}

.contact-form form input {
    flex: 0 0 auto;
    padding-block: 0;
    border: none;
    min-width: calc(45% - 20px);
    height: 50px;
    padding-left: 10px;
    /* box-shadow: 0 0 20px 0 #fafafa; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.contact-form textarea {
    width: 100%;
    /* box-shadow: 0 0 20px 0 #fafafa; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
}
.contact-form form button{
    width: 100%;
}
.contact-form textarea {
    font-size: 1rem;
    font-family: jost, sans-serif;
    padding-left: 10px;
    padding-top: 10px;
}
/*  */

@media (max-width:991px) {
    .contact-section{
        /* margin-top: 20%; */
    }
    .contact-wrapper {
        flex-direction: column-reverse;
    }

    .contact-form,
    .map-wrapper {
        width: 100%;
        font-size: 0;
    }
    .map-wrapper img{
        border-radius: 0 0 20px 20px;
    }
}
@media (max-width:550px) {
    .contact-section{
        /* margin-top: 30%; */
    }
}
@media (max-width:390px) {
    .contact-section{
        /* margin-top: 50%; */
    }
}


footer {
    height: 100px;
    background-color: #013f4b;

}


footer {
   
    min-height: 600px;
    background-color: #00000089;
    

    width: 100%;
    height: auto;
    padding-top: 30px;
    position: relative;
    margin-top: 5%;
    /* z-index: -2; */
}
footer::after{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000089;
    background-image: url(./assets/bg-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

footer>h1 {
    font-size: 50px;
    /* color: rgb(255, 205, 75); */
    color: white;
    /* font-weight: 600; */
    /* margin-top: 0px; */
    text-align: center;
    margin-bottom: 40px;
}

.footer-container h1 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;

}

.footer-container li {
    list-style: none inside;
    /* padding-left: 30px; */
}

.footer-container a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: initial;

}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin-top: 30px;

}

.footer-card {
    /* text-align: center; */
    width: 250px;
    height: auto;
}
.footer-card li{
    margin-top: 10px;
}
.logos{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.footer-logo{
    width: 40px;
    height: 40px;
}
.footer{
    /* text-align: center; */
    color: whitesmoke;
    height: 50px;
    background-color: rgb(38, 37, 37);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:600px) {
    footer {
        height: 800px;
    }

    .footer-container {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        row-gap: 20px;
    }
}





