html, body{
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: #d8e7ed;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration:none;
    color:#111;
}



.navbar{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #d8e7ed;
    border-bottom: 1px solid grey;
}
.navbar img{
    width: 120px;
}
.navbar .navItems{
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navItems a{
    text-decoration: none;
    color: #111;
}


.navbar{
    background-color: #d8e7ed;
}
.navbar-items{
    width: 100%;
    justify-content: flex-end;
}
.nav-item{
    margin:  0 15px;
}





  
  
  

.index-banner{
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url("../images/pexels-marcin-jozwiak-3808769.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    color: #fff;
    position: relative;
    overflow:visible;
    z-index: 10;
}
.index-banner .indexBanner-content{
    width: 60vw;
}
.index-banner .indexBanner-content h1{
    font-size: 58px;
}
.index-banner .indexBanner-content p{
    width: 600px;
}
.index-banner .indexBanner-content .indexBanner-button{
    display: flex;
    width: 300px;
    justify-content: space-between;
}
.index-banner .indexBanner-content .indexBanner-button .serviceBtn,.indexBanner-button .viewBtn{
    padding: 10px 22px;
    background-color: #1662f4;
    color: #fff;
    border-radius: 10px;
    border: none;
}
.indexBanner-button .viewBtn{
    background-color: #fff;
    color: #111;
}
.index-banner .bannerHighlight{
    position: absolute;
    /*z-index: 999999;*/
    background-color: #1662f4;
    /*color: #fff;*/
    /*padding: 30px;*/
    /*border-radius: 12px;*/
    bottom: -70px;
    right: 100px;
    overflow: hidden;
    
}
.bannerHighlight ul li{
    margin: 5px 0;
}



/* ----------Experience------------- */
.experience{
    padding-top: 20px;
    z-index: 10;
    background-color: #d8e7ed;
    position:relative;
    width:100%;
}
.stats{
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.stats h4{
    font-size: 40px;
    font-weight: bold;
}
.stats .stat{
    display: flex;
    justify-content: center;
}
.main{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 40px;
    padding: 80px 10px 40px 10px;
}
.main img{
    width: 40%;
}
.main .content{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 30px 0;
}
.main .content h1{
    width: 350px;
    font-size: 54px;
    font-weight: bold;
}
.main .content p{
    width: 90%;
}
.main .content img{
    width: 200px;
}

@media (max-width:1000px){
    .main{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px 0;
    }
    .main img{
        width: 90%;
    }
    .main .content{
        justify-content: center;
        align-items: center;
        width: 90%;
    }
    .main .content h1{
        text-align: center;
        width: 100%;
        font-size: 42px;
    }
}


/* -------featured section------------- */
.featuredProducts{
    padding: 70px 30px;
    background-color: #d8e7ed;
}
.featuredProducts h1{
    margin: 45px 0;
    font-size: 48px;
    font-weight: bold;
}
@media (max-width:576px) {

    .featuredProducts h1{
        font-size:32px;
    }
}
/* 
.featuredProducts .row1{
    display: flex;
    justify-content: space-between;
}
.featuredProducts .row1 .featuredproduct{
    background-image: url("../images/patrick-federi-3zARwJlUjts-unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 470px;
    width: 440px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    padding: 20px;
} 

.featuredProducts>p{
    margin: 20px 0;
    font-weight: bold;
    color: #1662f4;
    text-align: right;
} */
.featuredProducts .card{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 40px 0 0;
}
.featuredProducts .card img{
    height: 450px;
}
.featuredProducts .card h5{
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
}


/* ----testimonial----------- */

.testimonials-section{
    background-color: #d8e7ed;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-color: #1d242d;
    color: #fff;
}

.testimonials-section .testimonialDiv h1{
    text-align: center;
    margin: 0 0 50px 0;
}
.testimonials-section .testimonialDiv .testimonial-row{
    margin: 80px 0 40px 0;
}
.card{
    background-color: #d8e7ed;
}
.testimonialCard{
    /* background-color: #fff; */
    /* border-radius: 0px; */
    color: #111;
    display: flex;
    align-items: center;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 30px; 
    position: relative;
    margin: 30px ;
    height: 350px;
    max-width: 330px;
    background-color: #d8e7ed;
}
.testimonialCard img{
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    border-radius: 50%;
}
.testimonialCard p{
    text-align: center;
}
.stars{
    margin-top: 20px;
    display: flex;
    gap: 0 5px ;
}


/* ---------clients---------- */
.owl-carousel{
    padding: 30px 20px;
    background-color: #d8e7ed;

}
.owl-carousel h1{
    text-align: center;
    margin: 20px 0 40px 0;
}


/* --------browse------- */
.browse-section{
    display: flex;
    justify-content: center;
    background-color: #d8e7ed;
    padding: 20px;
    width:100%;
}
.browse{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     width: 90%; 
    gap: 30px 0;
    padding: 30px ;
}
.browse .browse-buttons{
    display: flex;
    justify-content: center;
    gap: 0 40px;
    width: 100%;
}   
.browse .browse-buttons .browseBtn{
    padding: 7px 40px;
    border: 1px solid grey;
    /*min-width: 170px;*/
    border-radius: 3px;
    background-color: transparent;
}

.browse .browse-buttons button.selected{
    color: #fff;
    background-color: #1d242d;
}
.browse-container{
    /* padding: 30px ;
    margin: 20px; */
}
/*.browse-card{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 20px 30px;*/
/*    position: relative; */
    /* padding: 20px; */
/*}*/
/*.browse-card img{*/
/*    width: 90%;*/
/*    height: 90%;*/
/*}*/
.browse-card h2{
    position: absolute;
    color: #fff;
}

.browse .browse-cards .browseCard h2{
    text-align: center;
}

@media (max-width:620px) {
    .browse .browse-buttons{
    gap: 0 20px;
    width: 40%;
}  
}


/* ---------why------------ */
.why-section{
    width: 100vw;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 20px 40px;
    background-color: #d8e7ed;

}
.why-section h4{
    font-weight: 500;
}
.why-section .whyDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 20px 0;
}
.why-section .whyDiv .left{
    width: 48%;
}
.why-section .whyDiv  .right{
    width: 52%;
}

.why-section .whyDiv .left  img{
    width: 92%;
    height: 100%;
    border-radius: 2px;
   
box-shadow: -18px 16px 0 3px rgba(29,36,45,1);
}
.why-section .whyDiv .right{
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
    gap: 15px 15px;
}
.why-section .whyDiv .right .whyItem{
    width: 40%;
    height: 51%;
    padding: 15px;
    border: 1px solid grey;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    gap: 20px 0;
    cursor: pointer;
}
.why-section .whyDiv .right .whyItem.selected{
    background-color: #1d242d;
    color: #f5f5f7;
}
.why-section .whyDiv .right .whyItem .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width:1000px) {
    .why-section .whyDiv{
        gap: 20px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .why-section .whyDiv .left, .right{
        width: 90%;
    }
    .why-section .whyDiv .right{
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .why-section .whyDiv .right .whyItem{
        width: 48%;
        min-width: 220px;
    }
}
@media (max-width:587px){
    .why-section .whyDiv .right .whyItem{
        width: 100%;
    }
}


/* ---------explore------------- */
.explore-section{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #d8e7ed;

}
.explore-section .explore-Banner{
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 0 40px;
    background-color: #1d242d;
    height: 340px;
}
.explore-section .explore-Banner .explore-image{
    width: 45%;
    height: 100%;
}
.explore-section .explore-Banner  img{
    max-width: 450px;
    width: 100%;    
    height: 100%;
}
.explore-section .explore-Banner .explore-content {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px 0;
        padding: 15px;
}
.explore-section .explore-Banner .explore-content h1 {
    font-size: 46px;
    color: #fff;
    /* max-width: 550px; */
    display: inline;
}
.explore-section .explore-Banner .explore-content a {
    border: 1px solid #fff;
    padding: 13px 35px;
    margin: 50px 0;
    width: 190px;
    background-color: #fff;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
} 

@media (max-width:1000px) {
    .explore-section{
        padding: 30px 20px;
    }
    .explore-section .explore-Banner .explore-content h1{
        font-size: 38px;
    }
}
@media (max-width:800px) {
    .explore-section{
        padding: 30px 10px;
    }
    
    .featuredProducts h1{
    margin: 20px 0;
    font-size: 36px;
    font-weight: bold;
}
    
    .explore-section .explore-Banner .explore-content h1{
        font-size: 32px;
    }
}
@media (max-width:700px) {
    .explore-section .explore-Banner{
        flex-direction: column;
    }
    .explore-section .explore-Banner .explore-content h1{
        font-size: 32px;
    }
}


/* -------get in touch---------- */

.getInTouch-section{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
    padding: 40px;
    background-color: #d8e7ed;

}
.getInTouch-section .getInTouchDiv{
    display: flex;
    justify-content: center;
    gap: 0 40px ;
    width: 100%;
}

.getInTouch-section .getInTouchDiv .form{
    width: 63%;
    display: flex;
    flex-direction: column;
    gap: 10px 5px;
    background-color: #eaeef2;
    padding: 40px;
    align-items: flex-start;
    border-radius: 10px;
    margin: 20px 0;
}
.getInTouch-section .getInTouchDiv .form .inputDiv{
    width: 100%;
}
.getInTouch-section .getInTouchDiv .form .inputDiv input{
    width: 49%;
    height: 55px;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
}
.getInTouch-section .getInTouchDiv .form .inputDiv input:focus{
    outline: 1px solid grey;

}
.getInTouch-section .getInTouchDiv .form textarea{
    width: 99%;
    height: 200px;
    border: none;
    resize: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.getInTouch-section .getInTouchDiv .form textarea:focus{
    outline: 1px solid grey;
}
.getInTouch-section .getInTouchDiv .form .submitBtn{
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
    width: 99%;
    background-color: #1662f4;
    color: #fff;
}
.getInTouch-section .getInTouchDiv .contact-info{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px 5px;
    background-color: #eaeef2;
    padding: 40px;
    align-items: flex-start;
    border-radius: 10px;
    margin: 20px 0;
}
.getInTouch-section .getInTouchDiv .contact-info .info p{
    margin: 0;
}

@media (max-width:920px) {
    .getInTouch-section .getInTouchDiv{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .getInTouch-section .getInTouchDiv .form{
        width: 100%;
    }
    .getInTouch-section .getInTouchDiv .contact-info{
        width: 100%;
    }
    .featuredProducts h1{
    margin: 45px 0;
    font-size: 34px;
    font-weight: bold;
}
}
@media (max-width:564px){
    .getInTouch-section .getInTouchDiv .form .inputDiv input{
        width: 100%;
        margin: 5px 0;
    }
    .getInTouch-section .getInTouchDiv .form{
        gap: 0 5px;
    }
    .getInTouch-section .getInTouchDiv .form textarea{
        margin: 5px 0;
    }
    .getInTouch-section .getInTouchDiv .form .submitBtn{
        margin: 10px 0;
    }
}





.contactSubmitBtn{
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
    width: 99%;
    background-color: #1662f4;
    color: #fff;
}


/* ---------footer---------- */
footer{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #eaeef2;
}
footer .footer-top{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 40px;
    gap: 40px 0vw;
    /* justify-content: space-around; */
}
footer .footer-top .top-item{
    display: flex;
    width: 23%;
    margin: 0 25px 0 0 ;
    /* min-width: 200px; */
    flex-direction: column;
}
footer .footer-top .top-item a{
    margin: 5px 0;
}
footer .footer-top .top-item p{
    margin: 0;
}
footer hr{
    margin-top: 20px;
    width: 70%;
}





