@font-face {
    font-family: "Helvetica";
    src: url(/assets/Font/Helvetica.ttf);
}
*{
  font-family: "Helvetica"; 
  box-sizing: border-box; 
}
a{
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.cs-nav-btn{
    background: rgba(0, 0, 0, 1);
    color: white;
    border-radius: 3px;
    width: 100px;
}
.cs-nav-btn:hover{
    background-color: white ;
    color: rgba(0, 0, 0, 1) ;
    transition: 2s ease-in ;
}
.cs-nav-ul{
    gap: 24px;
}
.cs-nav-ul li a{
font-size: 20px;
}
nav{
    background-color: white;
    min-height: 80px;
}



/* Banner Working */

.cs-left-btn{
    background: rgba(0, 0, 0, 1);
    color: white;
    border-radius: 3px;
   padding: 10px 30px;
   width: 240px;
}
.cs-left-text{
    height: 500px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.cs-left-text h2{
    font-size: 55px;
    font-weight: 600;
}
.cs-left-text p{
    font-size: 25px;
}
.cs-main{
    margin-top: 30px;
}
.cs-right-image{
    display: flex;
    /* justify-content: flex-end; */
}
.cs-right-image img{
height: 500px;
object-fit: contain;
margin-left: 20px;
width: 100%;
}
@media (max-width:767px){

    .cs-endfooter p{
text-align: center;
    }
    .cs-endfooter-right{
        display: flex;
        justify-content: center !important;
        margin: 30px 0px;
    }
    .cs-endfooter-right i{
/* text-align: center !important; */

    }
    .cs-left-text h2{
        font-size: 55px;
        font-weight: bold;
        font-weight: 500;
        text-align: center;
        margin-top: 40px;
    }
    .cs-left-text p{
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }
    .cs-right-image img{
        width: 100%;
        object-fit: contain;
        /* margin-left: 20px; */
        height: 350px;
margin-top: 30px;

        }
        .cs-left-text{
            
            /* background-color: red; */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        .cs-left-btn{
            background: rgba(0, 0, 0, 1);
            color: white;
            border-radius: 3px;
            width: 190px;
           
            font-size: 14px;
            padding: 7px 10px;
            margin: auto;
            margin-top: 20px;
        }
        .cs-Sbanner-text h2{
            font-size: 29px !important;
            margin-top: 35px !important;
        }
        .cs-Sbanner-text p{
            font-size: 15px !important;
        }
        .cs-Sbanner-text h2{
            font-size: 29px !important;
            margin-top: 35px !important;
        text-align: center;
        margin-bottom: 20px;
        }
        .cs-Sbanner-text p{
            font-size: 15px !important;
        text-align: center;
        }
        .cs-Sbanner-img img{
            width: 100%;
          height: 250px;
          object-fit: cover;
        }
        .cs-feature-cols{
            margin: 10px 0px !important;
        }
        
    .cs-footer-input{
        border: solid rgba(0, 0, 0, 0.603) 2px;
        padding: 15px 10px !important;
        /* width: 310px !important; */
        display: flex;
        justify-content: space-between;
        margin-bottom: 38px;
        width: 100%;
        margin: auto;
       
    }
    .cs-footer-input{
        display: flex !important;
        justify-content: center;

    }
    .cs-inpt-1 h2{
        font-size: 35px !important;
       text-align: center;
       margin-bottom: 29px;
    }
    .cs-footer-left-text{
        display: flex !important;
        justify-content: center !important;
        flex-direction: column;
     }
     .cs-footer-left-text img{
         margin: auto !important;
     }
     .cs-footer-left-text p{
        text-align: center;
      
     }
     .cs-footer-right{
display: flex;
justify-content: center !important;
margin: 30px 0px;
    }
     .cs-footer-right-text-1{
        text-align: center !important;
     }
}
@media (max-width:450px){
    .cs-left-text h2{
        font-size: 40px;
        font-weight: bold;
        font-weight: 500;
        text-align: center;
        margin-top: 2px;
    }
    .cs-left-text p{
        font-size: 18px;
        text-align: center;
    }
    .cs-left-text{
        /* height: 500px; */
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 30px;
        height: auto;
    }
    .cs-info-row{
        display: flex;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 38px;
       
    }
    .cs-footer-input{
        width: 100% !important;
padding: 10px 10px !important;
    }
    .cs-footer-input button{
        font-size: 10px !important;
width: 130px !important;
    }
.cs-footer-input input{
    /* width: 50px !important; */
}
.cs-footer-right{
    display: flex;
    
    margin: 30px 0px;
    
        }
        .cs-footer-right-text-1{
            width: 100% !important;
        }
        .cs-footer-right-text-2{
            width: 100% !important;
        }
}
@media (max-width:377px){
    .cs-footer-input input{
width: 100% !important;

    }
    .cs-footer-input input::placeholder{
        font-size: 12px;
    }
    .cs-footer-input button{
        width: 100% !important;
    }
    .cs-feature-cols{
       
    }
}
@media (min-width:767px) and  (max-width:992px) {
   
    .cs-right-image{
        margin: auto;
    }
    .cs-right-image img{
        height: 400px !important;
        object-fit: contain;
       /* margin: 30px 0px; */
     
        }
        .cs-right{
          display: flex;
          justify-content: center;
        }

        .cs-left-text{
            height: 500px;
            /* background-color: red; */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding-top: 30px;
        }
        
        .cs-left-text h2{
font-size: 37px;
margin: 20px 0px ;
        }
        .cs-left-text p{
            font-size: 16px;
margin: 20px 0px 20px 0px ;

        }
        .cs-right-image {
            display: flex;
           
        }
        .cs-right-image img{
            width: 100%;
            height: auto;
            object-fit: cover;
            margin-bottom: 100px;
           
            
        }
        .cs-left-btn{
            background: rgba(0, 0, 0, 1);
            color: white;
            border-radius: 3px;
            width: 190px;
           
            font-size: 14px;
            padding: 7px 10px;
        }

       
        .cs-info-row{
            
            margin-top: 38px;
            margin-bottom: 38px;
           
        }    
        .cs-Sbanner-text h2{
            font-size: 29px !important;
            margin-top: 35px !important;
        
        }
        .cs-Sbanner-text p{
            font-size: 15px !important;
        
        }
        .cs-feature-cols{
            margin: 20px 0px !important;
        }

        .cs-inpt-1 h2{
            font-size: 35px !important;
            font-weight: 500;
        }
        .cs-h-col{
        
        display: flex;
        justify-content: flex-end;
        }
        .cs-h-inpt-2{
        
            display: flex;
            justify-content: flex-end;
         
        }
       
        .cs-footer-input{
            border: solid rgba(0, 0, 0, 0.603) 2px;
            padding: 15px 10px !important;
            width: 310px !important;
            display: flex;
            justify-content: space-between;
            margin-bottom: 38px;
        }
        /* .cs-footer-input button{
        } */
        .cs-footer-btn{
            font-size: 10px !important;
padding: 2px ;

        }
        .cs-footer-input button{
            border: none;
            background: #000;
            color: white;
            font-size: 15px !important;
            padding: 4px 12px !important;
            width: 120px;
            
        }
        /* .cs-footer-left-text{
           display: flex !important;
           justify-content: fle !important;
           flex-direction: column;
        } */
      
}

.cs-info{
    width: 100%;
   padding: 20px 20px 10px 10px;
   height: 260px;
   margin-bottom: 20px;
}
.cs-info-row{
    display: flex;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 38px;
   
}

.cs-box-3{
    border: solid rgba(0, 0, 0, 0.541) 2px;
    border-radius: 4px;
    padding: 18px 30px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.cs-box-1 img{
    width: 250px;
    object-fit: cover;
  
}
.cs-box-2 img{
    width: 250px;
    object-fit: cover;
   
}
.cs-box-3 img{
    width: 250px;
    object-fit: cover;
  
}




/* second banner */

.cs-Sbanner-img{

width: 100%;
object-fit: cover;

}
.cs-Sbanner-img img{
    width: 100%;
  
}
.cs-Sbanner{

}
.cs-Sbanner-text h2{
    font-size: 50px;
    margin-top: 35px;
}
.cs-Sbanner-text p{
    font-size: 23px;
}
.cs-Sbanner-row{
    margin-top: 30px;
}


/* six box */

.cs-feature-heading h2{
    font-size: 45px ;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px 50px 0px !important;
    
}
.cs-feature-card{
    border: solid rgba(0, 0, 0, 0.651) 2px;
    padding: 20px 8px;
    height: 270px;

}
.cs-feature-cols{
    margin: 25px 0px;
}
.cs-feature-card h4{
    color: rgba(0, 0, 0, 0.815);
}
.cs-feature-card i{
    font-size: 35px;
    color: rgba(0, 0, 0, 0.815);
}


/* footer seach  */
.cs-footer-input{
    border: solid rgba(0, 0, 0, 0.603) 2px;
    padding: 13px 16px;
    width: 390px;
    display: flex;
    justify-content: space-between;
   
}
.cs-footer-input input{
border: none;
width: 200px;
}
.cs-footer-input input:focus{
    outline: none;
}
.cs-footer-input button{
    border: none;
    background: #000;
    color: white;
    font-size: 15px;
    padding: 10px 30px;
}
.cs-footer-input-row {
margin: 50px 0px 30px 0px;
}
.cs-inpt-1 h2{
    font-size: 40px;
    font-weight: 500;
}
.cs-h-col{

display: flex;
justify-content: flex-end;
}
.cs-h-inpt-2{

    display: flex;
    justify-content: flex-end;
 
}





/* footer */
.cs-footer-left-text img{
}
.cs-footer-left-text p{
    margin: 30px 0px 0px 0px;
   
}
.cs-footer-left-text p:last-child{
    margin: 55px 0px 0px 0px;
    font-size: 20px;
}


.cs-footer-right-text-1{
    display: flex;
    flex-direction: column;
}
.cs-footer-right-text-2{
    display: flex;
    flex-direction: column;
}
.cs-footer-right{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    line-height: 40px;
 
}
.cs-footer-right a{
    color: rgba(0, 0, 0, 0.589);
}
.cs-endfooter-right{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    font-size: 30px;

}
.cs-endfooter{
    margin-top: 30px;
}
.cs-footer{
    margin-top: 90px;
}


