body{
    margin: 0px;
}
/* .main{
    max-width: 1400px;
    min-width: 576px;
    max-height: 100vh;
    min-height: 100vh;
     */
/* } */
@media only screen and (min-width: 576px) {
    .main{
        height: 200vh;
        background-color: rgb(128,128,128,0.3);
    }
    
    .navbar{
    height: 85px;
    width: 100%;
    background-color: black;
    position: relative;
}

.img{
    position: absolute;
    top: 10px;
    left: 110px;
}
.list>ul{
    position: absolute;
    top: 30px;
    right: 356px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-family: poppins;
    font-size: 16px;
    gap: 30px;
}
a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 22px;
    right: 70px;
    width: 145px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}
.btn{position: relative;
    /* padding-top: 0px; */
    padding-right: 35px;
    background-color: #ed1c24;
    width: 145px;
    height: 45px;
    border-radius: 35px;
    border: none;
    color: #fff;
    font-family: poppins;
    font-size: 14px;
    flex: 0.8;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn:hover{
    background-color: rgb(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgb(255,255,255,0.1);
}
.btn:active{
    scale: 0.9;
}
.arrow{
    position: absolute;
    top: 12px;
    right: 15px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    flex: 0.2;
    cursor: pointer;
}

.body{
    width: 100%;
    height: 200vh;
    background-color: rgb(128,128,128,0.7);
}
.impcon1{
    width: 100%;
    height: 90vh;
}
.impcon1>.img1{
    width: 100%;
    height: 90vh;
}
.impcon2{
    margin-top: 90px;
    background-color: none;
    width: 700px;
    height: 23vh;
    font-family: cambria;
    font-weight: 300;
}
.impcon2>h1{
    font-family: cambria;
    font-weight: 300;
    font-size: 40px;
}
span{
    font-weight: 900;
    font-family: sans-serif;
}
.impcon3{
    margin-top: 140px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: none;
    width: 100%;
    height: 110px;
}
.impcon3>.order1{
    background-color: #fff;
    border-radius: 5px;
}
.impcon3>.order2{
    background-color: #fff;
    border-radius: 5px;
}
.impcon3>.order3{
    background-color: #fff;
    border-radius: 5px;
}
.impcon3>.order4{
    background-color: #fff;
    border-radius: 5px;
}
.buttons>a{
    background-color: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 110px;
}
.buttons>a>.button1,.button2,.button3,.button4{
    height: 50px;
    width: 150px;
    color: white;
    border: none;
    border-radius: 40px;
    background-color: black;
}
}
@media only screen and (max-width: 1200px){
    .main{
        background-color: rgb(128,128,128,0.3);
        height: 200vh;
    }

    .navbar{
        height: 85px;
        width: 100%;
        background-color: black;
        position: relative;  
    } 
    .img{
        position: absolute;
        top: 10px;
        left: 70px;
    }    
.list>ul{
    position: absolute;
    top: 40px;
    left: 370px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: georgia;
    font-size: 18px;
}
a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 20px;
    right: 60px;
    width: 145px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}
}
@media only screen and (max-width: 992px){
    .main{
        background-color: rgb(128,128,128,0.3);
        height: 200vh;
    }   
      .navbar{
        height: 85px;
        width: 100%;
        background-color: black;
        position: relative;  
    } 
    .img{
        position: absolute;
        top: 10px;
        left: 70px;
    } 
    .list>ul{
    position: absolute;
    top: 40px;
    left: 280px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: georgia;
    font-size: 18px;
}
a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 20px;
    right: 50px;
    width: 145px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}      
}
@media only screen and (max-width: 930px){
       
.list>ul{
    position: absolute;
    top: 40px;
    left: 260px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: georgia;
    font-size: 18px;   
}
    a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 20px;
    right: 50px;
    width: 145px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}
.impcon3{
    width: 100%;
    background-color: black;
    height: 300px;
    /* align-items: center;
    gap:100px;
    flex-wrap: wrap;
    flex-direction: column; */
}
.orde1{
    position: absolute;
       top: ;
}
}
@media only screen and (max-width: 890px){
           
.list>ul{
    position: absolute;
    top: 40px;
    left: 260px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: georgia;
    font-size: 18px;   
}
    a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 20px;
    right:43px;
    width: 145px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}
}

@media only screen and (max-width: 855px){
    .list>ul{
    position: absolute;
    top: 40px;
    left: 240px;
    list-style-type: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: georgia;
    font-size: 18px;   
}
    a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: lightblue;
}
.button{
    position: absolute;
    top: 25px;
    right: 30px;
    width: 135px;
    height: 45px;
    background-color: black;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
}
    .btn{
    padding-right: 35px;
    background-color: brown;
    width: 125px;
    height: 40px;
    border-radius: 35px;
    border: none;
    color: #fff;
    font-family: cambria;
    font-size: 14px;
    flex: 0.2;
    cursor: pointer;
    transition: all ease 0.3s;
}
.arrow{
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    flex: 0.8;
    cursor: pointer;
}

}