/* Banner */

body{
    font-family: var(--ff-poppins);
    width: 100%;
}
.banner img{
position: absolute;
    height: 500px;
    width: 100%;
    object-fit: fill;
    background-position: top;
    filter: brightness(55%);
}
.banner h2{
    height: 500px;
    align-self: center;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
   position: relative ;
 
    color: white;
    font-size: 43px;
}


/* section-1 */

.section-1{
    padding-top: 40px;
    padding-bottom: 60px;
}
.section-1 h2{
    text-align: end;
    color: black;
}
.section-1 p{
    text-align: end;
    font-size: 18px;
    color: black;
}
.section-1 a{
    margin-left: 65%;

}
.section-1 .about-banner img{
     border-radius: 20px;
     border: 2px solid black;

      
   

}


/* section-2 */


.section-2 h2{
color: black;
width: 50%;
text-align: center;
margin: auto;    
font-size: 35px;
text-transform: capitalize;
}
.section-2 h4{
    margin: 42px auto ;
    color: black;
width: 50%;
line-height: 22px;
font-weight: 500;
text-align: center;
letter-spacing: 2px;
    
}


/* section-3 */


.section-3 h2{
    font-size: 25px;
    font-weight:400 ;
    color: black;

}

.section-3 a{
    margin-top: 50px;
}

.section-3 img{
    border-radius: 70%;
    border: 2px solid black;
}

/* section-4 */

.section-4 {
    display: flex;
    
    width: 80%;
    margin: auto;
}
.section-4 .left{
    width: 50%;
}
.section-4 .right{
    width: 50%;
}
.section-4 h2{
    text-align: start;
   font-size: 35px;
   letter-spacing: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        height: 300px; /* Adjust to the desired height */
    
    
}

.section-4 p {
    text-align: center;
    margin: 32px 0px;
    line-height: 22px;
    font-weight: 500;
    
    letter-spacing: 2px;
}

/* section-5 */

.section-5 {
    margin: 80px auto;
    display: flex;
    
    width: 80%;
    /* margin: auto; */
}
.section-5 .left{
    width: 50%;
}
.section-5 .right{
    width: 50%;
}
.section-5 h2{
    text-align: start;
   font-size: 35px;
   letter-spacing: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        height: 300px; /* Adjust to the desired height */
    
    
}

.section-5 p {
    text-align: center;
    margin: 32px 0px;
    line-height: 22px;
    font-weight: 500;
    
    letter-spacing: 2px;
}

/* section-6  */

.section-6 img{
    width: 80%;
    margin: auto;
    border-radius: 20px;
     border: 2px solid black;

   
}

/* section-7 */

.section-7{
    width: 80%;
    margin:50px auto ;
    display:flex ;
}
.box{
    width: 33.33%;
    text-align: center;
    margin: 15px 25px;
    /* border: 2px solid black; */
}
.box h2{
    margin: 40px auto;
}
.box p{
   font-family:  "Nunito Sans", sans-serif;
    font-size: 14px;
    text-align: center;
   
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

/* section-8 */

.section-8{
    width: 70%;
    margin: 90px auto;
}
.section-8 h2{
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.box .section-subtitle{

}

/* Media Queries for Tablet */
@media (max-width: 1199px) and (min-width: 768px) {

    /* .banner h2{
        position: absolute;
        top: 25%;
        left: 35%;
        color: black;
        font-size: 43px;
    } */

   
    .section-1 h2{
        text-align: start;
        color: black;
    }
    .section-1 p{
        text-align: start;
        font-size: 18px;
        color: black;
    }
    .section-1 a{
        margin-left: 0%;
    
    }
    .section-1 .about-banner img{
         border-radius: 20px;
         border: 2px solid black;
         width: 60%;
         /* margin: auto; */
    
          
       
    
    }
    /* section-2 */


.section-2 h2{
    
    width: 90%;
    text-align: center;
    margin: auto;    
    font-size: 35px;
    text-transform: capitalize;
    }
    .section-2 h4{
        margin: 42px auto ;
        color: black;
    width: 80%;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
        
    }
    .section-3 img{
    
        width: 50%;
        margin: 4% 0% 0% 52%;
    }
    .section-4, .section-5, .section-7 ,.section-8{
        width: 90%;
    }
    .box{
        margin: 15px 10px;
    }

    
}

/* Mobile screens */
@media (max-width: 767px) {
    /* .banner h2 {
        position: absolute;
        top: 50%;
        left: 19%;
    } */
    .service-card .item img{
        width: 100%;
        margin: 10px 0px;
      }
    .banner h2 {
        height: 250px;
    }
    .banner img {
       
        height: 250px;
    }
  .about-content h2,p{
    text-align: start;
  }
  .section-1 p{
    text-align: center;
  }
    .section-1 a {
        margin-left: 59%;
    }
    .section-3{
        margin-top: -80px;
    }
   
    .section-2 h2 {
        color: black;
        width: 90%;
        text-align: center;
        margin: auto;
        font-size: 19px;
        font-weight: 400;
    }
        .section-2 h4{
            width: 80%;
        }
        .about .section-title {
            --text-align: center;
            --margin-bottom: 15px;
        }
        
        .section-3 h2 {
            width: 90%;
            margin: auto;
        }
        .section-3 h2 {
            font-size: 19px;
        
        }
        .about .btn {
            margin: 50px auto;
        }
        .section-4{
            display: block;
        }
        .section-4 .left {
            width: 100%;
            height: 178px;
            margin-top: -90px;
        }
    
        .section-4 .right{
            width: 100%;
        }
        .section-5{
            display: block;
        }
        .section-5 .left {
            width: 100%;
            height: 178px;
            margin-top: -90px;
        }
    
        .section-5 .right{
            width: 100%;
        }
        .section-4, .section-5{
            width: 90%;
            
        }
        .section-4 h2 , .section-5 h2 {
            text-align: start;
            font-size: 19px;
            align-items: center;
        }
        .section-7 {
            width: 90%;
            margin: 50px auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .box {
            width: 100%;
        }
        .section-8{
            width: 90%;
        }
        .section-8 h2 {
            font-size: 16px;
        }

  
}