*{
    margin: 0;
    padding: 0;
    font-family: "Cabin", sans-serif;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: black;
}
.nav{
    background-color: #000000;
    /* color: white; */
}
nav a{
    color: white !important;
}
nav li:hover,.EN:hover{
    background: #282828;
    border-radius: 20px;
}
nav .dropdown-menu li a{
    color: #7e7a7a !important;
}
nav .dropdown-menu:hover{
    color: black !important;
}
.sign-up:hover{
    background: none;
}
.nav-list{
    list-style-type: none;
}

.left h1, .left p{
    color:  white !important;
 }
.img{
    width: 80%;
 }
 .section1 .left h1{
    font-size: 3.5rem;
    width: 68%;
 } 
 .section1 .left .p{
    width: 61%;
 }
 .section1 .a{
    color: black;
    position: relative;
 }
.section1 .a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
     width: 0%;
    height: 2px;
    background-color: lightgray;
    transition: width 0.3s ease-in;
    transform-origin: right;
}
.section1 .a:hover::after{
    background-color: white;
    width: 100%;
}
.section2 .drive{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 .icon, .section3 .icon{
    width: 25px;
}
.section3{
    background-color: #F6F6F6;
}
.section3 a{
    color: black;
}
.section3 .text{
    position: relative;
}
.section3 .link a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 2px;
    background-color: lightgray;
    transition: width 0.3s ease-in;
    transform-origin: right;
}
.section3 .link a:hover::after{
    background-color: black;
    width: 40%;
}
.section4 .icon{
    width: 50px;
}
.section4 .text{
    position: relative;
}
.section4 .text a{
    color: black;
}
.section4 .text a::after{
    content: "";
    position: absolute;
    /* background-color: black; */
    width: 0;
    /* width: 0; */
    height: 2px;
    bottom: 15px;
    transition: width 0.5s;
}
.section4 .text a:hover::after{
    background-color: black;
    width: 40% ;
}
.section5, .section7{
    background-color: #F6F8FA;
}
.section5 h1, .section5 p{
    color: black !important;
    width: 50%;
}
.section5 .phone{
    width: 130%;
}
.section7 .left{
    background-color: white;
}
.section7 .scan{
    width: 150px;
}
.section7 p, .section7 span{
    color: black !important;
}
footer{
    background-color: black;
    color: white;
}
footer ul{
    list-style-type: none;
    padding-left: 0;
}
footer a{
    color: white;
}
footer a:hover{
    color: rgb(110, 103, 103);
}
footer ul li{
    line-height: 40px;
    font-size: 14px;
}
footer .download .logo{
    width: 10%;
} 
footer .last{
    font-size: 14px;
    color: rgb(110, 103, 103);
    /* font-weight: lighter ; */
}
@media (max-width: 767px){
    body{
        overflow-x: hidden;
    }
    .section1 .left h1{
        font-size: 2.5rem;
        width: 80%;
     } 
     .section1 .left .p{
        width: 90%;
     }
     .section1 form{
        flex-direction: column;
     }
     .section1 .a:hover::after{
        width: 63%;
    }
    .nav, section, footer{
        padding: 0px 15px;
    }
}
@media (max-width: 991px) {
    .section1 .left h1{
        font-size: 3.5rem;
        width: 80%;
     } 
     .img{
        width: 90%;
     }
}
