@media(max-width:1700px){
    #nav .logo h1{
        font-size: 25px;
    }
    #nav .container-fluid {
    padding: 20px 50px;
}
}
@media(max-width:1550px){
    #nav .logo h1{
        font-size: 22px;
    }
    #nav .container-fluid {
    padding: 20px 40px;
}
}
@media(max-width:1450px){
    #nav .logo h1{
        display: none;
    }
    #nav .container-fluid {
    padding: 20px 40px;
}
#banner .ban-text h1 br{
    display: none;
}
#banner .ban-text{
    left: 0;
    padding: 0 24px;
}
#banner img{
    height: 700px;
}
}
@media(max-width:1350px){
    #banner .ban-text h1{
    font-size: 55px;
}
#banner img{
    height: 650px;
}
.pad-all{
    padding: 70px 0;
}
#about .stat-wrap
{
    margin-top: 50px;
}
#products{
    padding: 70px 0;
}
}
@media(max-width:1110px){
    #banner img{
    height: 600px;
}
}
@media(max-width:991px){
     #banner img{
    height: 500px;
}
#products .p-btn{
    margin-top: 20px;
}
 #banner .ban-text h1{
    font-size: 45px;
}
#banner .custom-buttons button{
    width: 60px;
    height: 60px;
}
#inner-banner {
    margin-top: 80px;
}
#nav .logo img{
    height: 50px;
}
#nav .container-fluid {
    padding: 16px 10px !important;
}

.menu-toggle{
    display:flex;
    justify-content:center;
    align-items:center;
    width:48px;
    height:48px;
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
}

.menu ul{

    position:fixed;
    top:0;
    right:-270px;

    width:250px;
    height:100vh;

    background:#fff;

    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content: start !important;

    padding-top: 90px;

    gap:25px;

    transition:.4s ease;

    z-index:1001;

    box-shadow:-5px 0 20px rgba(0,0,0,.15);
}

.menu.active ul{
    right:0;
}

.menu ul li{
    width:100%;
    list-style:none;
}

.menu ul li a{
    display:block;
    width:100%;
    text-decoration:none;
    font-size:18px;
}

.menu-close{

    display:flex;
    position:absolute;

    top:25px;
    right:25px;

    width:45px;
    height:45px;

    justify-content:center;
    align-items:center;

    border:none;
    background:none;

    font-size:28px;
    cursor:pointer;

}

.menu-overlay{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;
    visibility:hidden;

    transition:.4s;

    z-index:1000;

}

.menu.active + .menu-overlay{

    opacity:1;
    visibility:visible;

}

}
@media(max-width:720px){
         #banner img{
    height: 400px;
}
 #banner .ban-text h1{
    font-size: 40px;
}
.pad-all{
    padding: 40px 0;
}
#products{
    padding: 40px 0;
}
}
@media(max-width:520px){
     #banner img{
    height: 350px;
}
 #banner .ban-text h1{
    font-size: 35px;
}
}