* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #F4F6FE;
    min-height: 100vh;
    overflow-x: hidden;
}
/* Header CSS */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #FFF;
    display: flex;
    border-radius: 0px 0px 20px 20px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}
span{
    color: #333;
}
a{
    text-decoration: none;
}

.logo {
    width: 12%;
}
.bodyHeader{
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: row;
    background: #0faef3;
    border-radius: 0px 0px 1000px 0px;  
}
.bodyTextHeader{
    width: 50%;
    height: 800px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.textHeaderDiv{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 80%;
    height: 300px;
}
.textHeader{
    color: #fff;
    font-size: 45px;
}
.textHeaderBottom{
    width: 80%;
    height: auto;
    color: #fff;
    font-size: 18px;
}
.information{
    color: #2F3140;
    width: 60%;
    height: 50px;
    font-size: 18px;
    display: flex;
    background: #fff;
    border-radius: 50px;
    justify-content: space-around;
    align-items: center;
    transition: 0.2s;    
}
.information:hover{
    color: #fff;
    background: #2F3140;
}
.QRCode{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: #C0CAD3;
    width: 60%;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 1px;
}
.JahonQR{
    width: 80%;
    height: auto;
}
.buttonQR{
    color: #2F3140;
    width: 50%;
    height: 50px;
    font-size: 18px;
    display: flex;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #2F3140;
    justify-content: space-around;
    align-items: center;
    transition: 0.2s;
}
.buttonQR:hover{
    color: #fff;
    background: #2F3140;
}
/* bodyAbout */
.bodyAbout{
    width: 100%;
    height: 300px;
}
.headAbout{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: start;
    align-items: end;
}
.textAbout{
    margin-left: 5%;
    font-size: 35px;
    color: #2F3140;
}
.bodytextAboutBottom{
    width: 80%;
    height: 150px;
    display: flex;
    align-items:end;
}
.textAboutBottom{
    margin-left: 5%;
    font-size: 20px;
    color: #2F3140;
}
/* bodyJahonDriver */
.bodyJahonDriver{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-around;
    align-items: end;
}
.JahonDriver{
    color: #C0CAD3;
    width: 80%;
    height: 350px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background: #8c52ff;
    border-radius: 20px;
    box-shadow: 1px 1px 15px 1px;
}
.bodyimgDriver{
    width: 50%;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.imgDriver{
    width: 90%;
    height: 330px;
    border-radius: 20px;
}
.textJahonDriver{
    color: #FFF;
    font-size: 40px;
}
.textButtomJahonDriver{
    color: #FFF;
    font-size: 25px;
}
.bodyTextJahonDriver{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 200px;
}
.registInDriverButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}
.textRegistDriver{
    padding: 10px 35px;
    font-size: 21px;
    color: #2F3140;
    background: #FFF;
    border-radius: 50px;
    transition: 0.2s;
}
.textRegistDriver:hover{
    color: #fff;
    background: #2F3140;
}
.bodyInfo{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: end;
    justify-content: space-around;
    flex-direction: row;
}
.imgInfo{
    color: #C0CAD3;
    width: 25%;
    height: 230px;
    border-radius: 20px;
    box-shadow: 1px 1px 15px 1px;
}
/* Footer */
.bodyFooter{
    width:100%;
    height: 600px;
    display: flex;
    align-items: end;
    flex-direction: column;
}
footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    background: #dce3e9;
    padding: 60px 10%;
}
ul{
    list-style: none;
}
.footer-col{
    width: 25%;
}
.footer-col h4{
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    color: #2F3140;
    text-transform: capitalize;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #0CB9E4;
    height: 2px;
    width: 40px;
}
ul li:not(:last-child){
    margin-bottom: 8px;
}
ul li a{
    display: block;
    font-size: 19px;
    text-transform: capitalize;
    color: #2F3140;
    text-decoration: none;
    transition: 0.2s;
}
ul li a:hover{
    color: #0CB9E4;
    padding-left: 2px;
}
.links a{
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: #0CB9E4;
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.2s;
}
.links a:hover{
    color: #101E29;
    background-color: white;
}
.copyright {
    color: #A3ABB5;
    background: #dce3e9;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.copyright_text {
    margin: 10px 0;
}


/* ------------------------------- media@ -------------------------------------------------- */
@media (max-width: 600px) {
    /* Header CSS */
    header {
        width: 100%;
        height: 70px;
        background-color: #FFF;
        display: flex;
        border-radius: 0px 0px 20px 20px;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
    }
    .logo {
    width: 25%;
    }
    .bodyHeader{
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        background: #0faef3;
        border-radius: 0px 0px 1000px 0px;  
    }
    .bodyTextHeader{
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .textHeaderDiv{
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        width: 90%;
        height: 300px;
    }
    .textHeader{
        color: #fff;
        font-size: 31px;
    }
    .textHeaderBottom{
        width: 100%;
        height: auto;
        color: #fff;
        font-size: 20px;
    }
    .QRCode{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        color: #C0CAD3;
        width: 80%;
        height: 350px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 1px 1px 10px 1px;
    }
    .JahonQR{
        width: 75%;
        height: auto;
    }
    .buttonQR{
        color: #2F3140;
        width: 55%;
        height: 50px;
        font-size: 18px;
        display: flex;
        background: #fff;
        border-radius: 50px;
        border: 1px solid #2F3140;
        justify-content: space-around;
        align-items: center;
        transition: 0.2s;
    }
    /* bodyAbout */
    .bodyAbout{
        width: 100%;
        height: 550px;
    }
    .headAbout{
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: start;
        align-items: end;
    }
    .textAbout{
        margin-left: 5%;
        font-size: 30px;
        color: #2F3140;
    }
    .bodytextAboutBottom{
        width: 90%;
        height: 350px;
        display: flex;
        align-items:end;
    }
    .textAboutBottom{
        margin-left: 5%;
        font-size: 20px;
        color: #2F3140;
    }
    /* bodyJahonDriver */
    .bodyJahonDriver{
        width: 100%;
        height: 700px;
        display: flex;
        justify-content: space-around;
        align-items: end;
    }
    .JahonDriver{
        color: #C0CAD3;
        width: 90%;
        height: 650px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: #8c52ff;
        border-radius: 20px;
        box-shadow: 1px 1px 15px 1px;
    }
    .bodyimgDriver{
        width: 100%;
        height: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .imgDriver{
        width: 95%;
        height: 330px;
        padding: 8px 0px;
        border-radius: 20px;
    }
    .textJahonDriver{
        color: #FFF;
        font-size: 35px;
    }
    .textButtomJahonDriver{
        color: #FFF;
        font-size: 20px;
    }
    .bodyTextJahonDriver{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: 150px;
    }
    .bodyInfo{
        width: 100%;
        height: 1050px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .imgInfo{
        color: #C0CAD3;
        width: 80%;
        height: 230px;
        border-radius: 20px;
        box-shadow: 1px 1px 15px 1px;
    }
/* Footer */
.bodyFooter{
    width:100%;
    height: 600px;
    display: flex;
    align-items: end;
    flex-direction: column;
}
footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    margin-top: auto;
    background: #dce3e9;
    padding: 60px 10%;
}
ul{
    list-style: none;
}
.footer-col{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer-col h4{
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    color: #2F3140;
    text-transform: capitalize;
}
.footer-col h4::before{
    position: absolute;
    left: 25%;
    bottom: -6px;
    background: #0CB9E4;
    height: 2px;
    width: 100px;
}
ul li:not(:last-child){
    margin-bottom: 8px;
}
ul li a{
    display: block;
    font-size: 19px;
    text-transform: capitalize;
    color: #2F3140;
    text-decoration: none;
    transition: 0.2s;
}

ul li a:hover{
    color: #0CB9E4;
    padding-left: 2px;
}
.links a{
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: #0CB9E4;
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.2s;
}
.links a:hover{
    color: #101E29;
    background-color: white;
}
.copyright {
    color: #A3ABB5;
    background: #dce3e9;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.copyright_text {
    margin: 10px 0;
}

}