*{
    margin: 0px;
    padding: 0px;
}


/* Header Section Starts Here */

.header {
    background-color: #0a0a0a;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

.header .name{
    color: #545761;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    width: 180px;
}

.header .icons .sub{
    position: relative;
    z-index: 100;
}


.header .icons p{
    font-size: 13px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #760e12;
    border-radius: 50%;
    padding: 3px 7px;
    color: #545761;
    position: absolute;
    z-index: 1000;
    top: -10px;
    left: 22px;
}

.header .icons .fa-solid{
    color: #545761;
    font-size: 18px;
}


/* Header Secion Ends Here */


/* SignUp Section Starts Here  */

.mainSignup{
    background-image: url(../images/signUp-Background1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 771px;
    width: 100%;
    position: relative;
}

.mainSignup .signUp {
    background-color: #141414;
    width: 400px;
    position: absolute;
    left: 500px;
    padding: 35px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

.mainSignup .signUp .signUpHeading{
    color: #a9afc3;
    font-size: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.mainSignup .signUp .existingAccount{
    color: #6c757d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;   
    margin-bottom: 20px;
}

.mainSignup .signUp .existingAccount a{
    color: #a9afc3;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.mainSignup .signUp .existingAccount a:hover{
    text-decoration: underline;
}

.mainSignup .signUp input{
    font-size: 15px;
    padding: 13px 10px;
    border-radius: 3px;
    margin: 10px 0px;
    background-color: #141414;
    border: 2px solid #3d3d3d;
    color: #ffffff;
}

.mainSignup .signUp .signUpBtn{
    background-color: #d00404;
    border: none;
    font-size: 17px;
    padding: 10px;
    border-radius: 3px;
    margin: 20px 0px 30px 0px;
    color: #ffffff;
    cursor: pointer;
}

.mainSignup .signUp .seperating{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainSignup .signUp .seperating .orLoginWith{
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.mainSignup .signUp .seperating hr{
    width: 130px;
    height: 0.5px;
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
}

.mainSignup .signUp .otherOptions{
    display: flex;
    justify-content: space-between;
}

.mainSignup .signUp .otherOptions button{
    margin: 30px 0px 0px 0px;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}

.mainSignup .signUp .otherOptions .facebook{
    background-color: #3b5998;
}

.mainSignup .signUp .otherOptions .google{
    background-color: #a61c00;
}

.mainSignup .signUp .otherOptions .twitter{
    background-color: #1da1f2;
}
/* SignUp Section Ends Here */


/* Footer Starts Starts Here */

.footer{
    background-color: #000000;
    padding: 20px;
    display: flex;
    align-content: space-between;
    padding: 40px 20px;
    border-bottom: 1px solid #232323;
}

.footer .left{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 40px;
}

.footer .left .footerHeading{
    color: #a9afc3;
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 15px;
}

.footer .left .footerDesc{
    color: #6c757d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
}

.footer .left .footerEmail{
    border: 1px solid #3d3d3d;
    border-radius: 3px;
    padding: 8px 50px 8px 20px;
    margin-bottom: 20px;
    background-color: #000000;
    width: 200px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.footer .left .subcribe{
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 25px 10px 25px;
    background-color: #d00404;
    color: #ffffff;
    cursor: pointer;
}

.footer .right{
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.footer .right ul{
    list-style-type: none;
}

.footer .right ul li{
    margin-bottom: 15px;
}

.footer .right ul .help0,.policies0,.company0{
    color: #a9afc3;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}


.footer .right ul li a{
    color: #838897;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer .right ul li a:hover{
    text-decoration: none;
    color: #c2c3c7;
}

.finFooter{
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}

.finFooter .rights{
    color:#838897;
    font-size:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
}

.finFooter .footerIcons .fa-brands{
    color: #6c757d;
    padding: 0px 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Footer Starts Ends Here */