@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:"hoss-sharp";
}
@font-face {
    font-family: 'Badlooking_Brush';
    src: url('/fonts/Badlooking_Brush.woff2') format('woff2'),
        url('/fonts/Badlooking_Brush.woff') format('woff')
        url('../fonts/Badlooking_Brush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Color Emoji";
    src: url('../fonts/NotoColorEmoji-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Dubai Regular";
    src: url('../fonts/Dubai_Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Dubai Bold";
    src: url('../fonts/Dubai_Bold.ttf') format('truetype');
}

.dubai-reg{
    font-family: "Dubai Regular" !important;
}
.dubai-bold{
    font-family: "Dubai Bold" !important;
}

.lang{
    color: #121212;
    text-decoration: none;
    font-weight: 600;
}

.hero{
    background: url('../img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-inner .logo{
    width: 1000px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.hero-inner{
    height: 100%;
}
.hero-inner .text{
    height: 100%;
    margin-top: -70px;
    padding: 70px 0px;
}
.main-logo img{
    width: 180px;
}
.main-text{
    font-size: 120px;
    font-family:"hoss-sharp";
}
.brush{
    font-family: 'Badlooking_Brush';
}
.brushed-span{
    margin-left: -15px;
    margin-right: -30px;
    color: #0dac19;
    font-size: 170px;
    position: relative;
    z-index: 10;
}
.line-2{
    margin-top: -140px;
}
.stars{
    color: #f0186e !important;
    transform: translateY(5px);
}
.stars i{
    margin-bottom: -7px;
    font-size: 19px;
}
#join-us .content{
    width: 1000px !important;
    max-width: 1100px !important;
}
#join-us-ar .content{
    width: 800px !important;
    max-width: 1000px !important;
}
.join-text p{
    font-size: 22px;
    font-family:"hoss-sharp";
    margin-bottom: 0px;
}
#get-notified h2{
    font-size: 100px;
    color: #121212;
    text-align: center;
    transform: translateY(40px);
}
#get-notified .form-heading-ar{
    transform: translateY(27px);
    width: 300px;
}
#get-notified p{
    font-family:"hoss-sharp";
    font-weight: 500;
    font-size: 20px;
}
#get-notified .form{
    background: #57ef64;
    border: 2px solid #121212;
    border-radius: 20px;
    width: 900px;
    max-width: 1100px !important;
    padding: 50px 0px 20px 0px;
}
#get-notified form input{
    padding: 16px;
    border-radius: 36px;
    outline: none;
    border: 2px solid #121212;
    color: #121212;
    width: 40%;
    padding-left: 15px;
}
#get-notified form input::placeholder{
    color: #121212;
    font-weight: 600;
}
#get-notified form button{
    padding: 16px;
    border-radius: 36px;
    outline: none;
    background: #121212;
    border: none;
    width: 20%;
    color: #fff;
}
#get-notified form button img{
    width: 12px;
    margin-right: 5px;
}
#features .content{
    width: 1000px !important;
    max-width: 1100px !important;
}
#features .features{
    width: 1100px !important;
    margin: 0px auto;
    max-width: 1100px !important;
}
#register .top{
    width: fit-content;
}
#register .content{
    width: 900px !important;
    max-width: 1100px !important;
}
#register .content .text{
    padding-top: 4rem !important;
    transform: translateX(-20px);
}
#register .top h6{
    color: #1c1c1c;
    font-size: 19px;
    text-align: center;
    transform: translate(-50px, 50px);
}
#register .top h4{
    color: #1c1c1c;
    text-align: center;
}
#register .top h2{
    color: #f0186e;
    position: relative;
    z-index: 10;
    font-size: 80px;
    margin-bottom: -15px;
}
.ar-translate{
    transform: translate(50px, 50px) !important;
    font-size: 22px !important;
}
.register-block{
    background-color: #cdef57;
    border: 2px solid #121212;
    border-radius: 25px;
}
.register-block .rocket{
    width: 200px;
    height: fit-content;
    transform: translate(-50px, -50px);
}
.register-btn{
    background-color: #121212;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    width: 190px;
}
.register-txt p{
    font-size: 19px;
}
.register-cta p{
    font-size: 20px;
}
.emoji{
    font-family: "Noto Color Emoji";
}
#partner .content{
    width: 900px !important;
    max-width: 1100px !important;
}
#partner .content div{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
#partner .content .partner-ar{
    padding-right: 2.5rem !important;
    padding-left: 1rem !important;
}

footer{
    width: 1000px;
    max-width: 1100px;
    margin: 0px auto;
}

footer a{
    text-decoration: none;
    color: #121212;
}
footer .dot{
    width: 5px;
    height: 5px;
    background-color: #121212;
    border-radius: 50%;
}
footer .project-by{
    transform: translateX(20px);
}
.project-logo{
    width: 130px;
}
.backed-logo{
    width: 50px;
}

@media screen and (max-width: 1100px) {
#get-notified .form, #register .content, #features .content, #partner .content, #features .features{
    width: 90% !important;
}
}

@media screen and (max-width: 992px) {
    #get-notified .form, #register .content, #features .content, #partner .content, #features .features{
        width: 100% !important;
    }
    #features .container, #features{
        width: 100% !important;
        max-width: 100% !important;
    }
    footer{
        width: 100%;
        max-width: 100%;
    }
    .register-cta{
        flex-direction: column !important;
        align-items: start !important;
        gap: 20px;
    }
    .register-block .rocket{
        display: none !important;
    }
    #register .content .text{
        transform: translateX(0px) !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .register-block{
        gap: 10px;
    }
    .hero{
        height: 70vh !important;
    }
    .register-txt{
        padding-right: 0rem !important;
    }
    #join-us, #get-notified, #features, #register, #partner, footer{
        overflow: hidden !important;
    }
    .hero{
        overflow-x: hidden;
    }
    footer .project-by{
    transform: translateX(0px);
}
}

@media screen and (max-width: 768px){
    #get-notified form{
        flex-direction: column !important;
    }
    #get-notified form input{
        width: 100% !important;
    }
    #get-notified form button{
        width: 100% !important;
    }
    #join-us, #hero{
        width: 100% !important;
        max-width: 100% !important;
    }
    #join-us .w-75{
        width: 100% !important;
        max-width: 100% !important;
    }
    footer .project .row .col-sm-12{
        justify-content: center !important;
        margin-bottom: 1rem;
    }
    .main-text{
        font-size: 90px;
    }
    .brushed-span{
        font-size: 120px;
    }
    .line-2{
        margin-top: -110px;
    }
    .register-txt p{
        font-size: 18px;
    }
    .register-cta p{
        font-size: 20px;
    }
    .register-btn{
        width: 160px;
        font-size: 16px;
    }
    .join-text p{
        font-size: 22px;
    }
    .stars{
        transform: translateY(0);
    }
    .stars i{
        font-size: 17px;
    }
    .ar-change-maker{
        width: 400px;
    }
}

@media screen and (max-width: 576px){
    .main-logo img{
        width: 120px;
    }
    .main-text{
        font-size: 75px;
    }
    .brushed-span{
        font-size: 90px;
    }
    .line-2{
        margin-top: -70px;
    }
    .hero{
        height: 50vh !important;
    }
    .hero-inner .text{
        height: initial !important;
        padding: 90px 0px 30px 0px;
    }
    #get-notified form{
        padding: 10px !important;
    }
    #get-notified h2{
        font-size: 80px;
    }
    .rocket{
        display: none;
    }
    #register .text{
        padding: 2rem 1rem !important;
    }
    .stars{
        transform: translateY(0);
    }
    .stars i{
        font-size: 15px;
    }
    .join-text p {
        font-size: 20px;
      }
}
@media screen and (max-width: 470px){
    .main-text{
        font-size: 55px;
    }
    .brushed-span{
        font-size: 70px;
    }
    .line-2{
        margin-top: -50px;
    }
    .stars{
        transform: translate(0px);
    }
    .stars i{
        margin-bottom: -11px;
    }
    .line-2, .line-1{
        transform: translateX(-10px);
    }
    #partner .w-75 div{
        flex-direction: column;
        gap: 20px;
    }
    footer .project-logo{
        width: 100px;
    }
    footer .links{
        gap: 10px !important;
    }
    #register .content .text{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .register-txt p{
        font-size: 16px;
    }
    .register-cta p{
        font-size: 17px;
    }
    #partner .content > .d-flex{
        flex-direction: column !important;
        gap: 20px;
    }
    #partner .content > .partner-ar{
        padding-right: 1rem !important;
    }
    .ar-change-maker{
        width: 300px;
        margin: 0px auto;
        display: block;
    }
    .ar-translate {
        transform: translate(30px, 30px) !important;
        font-size: 20px !important;
      }
}
@media screen and (max-width: 335px){
    .main-text{
        font-size: 45px;
    }
    .brushed-span{
        font-size: 60px;
    }
    .line-2{
        margin-top: -50px;
    }
    #register .top h2{
        font-size: 65px;
    }
}