.footer {
    display: flex;
    /* justify-content: space-between; */
    gap: 20rem;
    padding: 5rem;
    width: 100%;
    box-sizing: border-box;
}
.cratcash {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
.cratimg {
    background-color: #DDDDDD;
    border-radius: 50%;
    padding: 1.5rem 1rem
}

.craticon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.download {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.download p {
    font: 400 1.6rem 'Poppins', sans-serif;
    letter-spacing: -0.06rem;
    line-height: 100%;
}
.playstore, .appstore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    background-color: #000;
    padding: 1.17rem 1.95rem;
    border-radius: 0.58rem;    
}
.playstore p, .appstore p {
    font: 400 1.5rem 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.047rem;
    line-height: 100%;
}

.site-socials h1, .headoffice h1 {
    font: 400 1.6rem 'Cinzel', sans-serif;
    color: #0A142F;
    line-height: 2.8rem;
    letter-spacing: 0%;
    padding-bottom: 2rem;
}
.site-socials-container {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    width: 100%;
}
.site-socials {
    display: flex;
    align-items: flex-start;
    justify-content: space-between!important;
    gap: 5rem;
    width: 100%;
}
.site-socials ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
.site-socials ul li a {
    text-decoration: none;
    font: 400 1.4rem 'Poppins', sans-serif;
    line-height: 2.2rem;
    letter-spacing: 0%;
    color: #0A142F;
}
.headoffice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.address h1 {
    font: 400 1.6rem 'Cinzel', sans-serif;
    color: #0A142F!important;
    line-height: 2.8rem;
    letter-spacing: 0%;
}
.address p, address {
    font: 400 1.4rem 'Poppins', sans-serif;
    /* line-height: 2.2rem; */
    color: #0A142F;
}
.newsletter {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 5rem;
}
.mail {
    display: flex;
    align-items: center;
    justify-content: space-between!important;
}
.mail h2 {
    font: 400 1.6rem 'Cinzel', sans-serif;
    color: #0A142F;
    line-height: 2.8rem;
    letter-spacing: 0%;
    
}
.newsletter input::placeholder {
    padding-bottom: 2rem;
}

.newsletter input {
    font: 400 1.4rem 'Poppins', sans-serif;
    border: none;
    /* width: 23rem; */
    padding: 0px 0px 1rem;
    border-bottom: 0.1rem solid #0A142F;
    line-height: 2.2rem;
}

.footer-scc {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    padding: 5rem;
}

.support-div,
.contact-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.support-div p,
.contact-div p {
    font: 300 1.8rem 'Noto Sans', sans-serif;
    color: #0A142F!important;
    line-height: 2.4rem;
    letter-spacing: 0%;

}

.support-div span,
.contact-div span {
    height: 0.145rem;
    border-radius: 20%;
    background: #0081fe;
}

.support-div span {
    margin: 0px 10px 0px 0px;
}

.contact-div p {
    text-align: end;
    line-height: 2.4rem;
    /* margin: 0px 0px 0px 90px; */
}
.all-right {
    font: 400 1.2rem 'Poppins', sans-serif;
    line-height: 2rem;
    color: #0A142F;
    letter-spacing: 0%;
    text-align: start;
}
#subscriptionBtn {
    cursor: pointer;
    display: none;
    border: none;
    background-color: #0081fe;
    color: #fff;
    border-radius: 0.8rem;
    padding: 1.5rem;
    font: 400 1.5rem 'Poppins', sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

@media (max-width: 70rem) {
    .footer {
        gap: 8rem;
    }
}
@media (max-width: 53.5rem) {
    .step {
        gap: 2rem;
    }
    .footer {
        flex-direction: column;
    }
    .cratcash {
        flex-direction: row;
    }
   
    .all-right, .support-div p,
.contact-div p  {
        font-size: 1.2rem;
    }
    .footer-scc {
        padding: 2rem;
        box-sizing: border-box;
        gap: 1.5rem;
    }
}

@media (max-width: 40rem) {
     .site-socials{
         flex-wrap: wrap;
    }
    .craticon, .download {
        width: 35%;
    }
    .footer {
        padding-bottom: 0;
    }
    
       .all-right, .support-div p,
.contact-div p  {
        /* font-size: 1rem; */
    }
}


@media (max-width: 28rem) {
    .footer-scc {
        flex-wrap: wrap;
    }
    .all-right {
        margin: 0 auto;
    }
     .cratimg {
        padding: 1rem 0.5rem;
     }
     .craticon {
        gap: 1rem;
     }
       .all-right, .support-div p,
.contact-div p  {
        /* font-size: 0.8rem; */
    }
    
}

@media (max-width: 26rem) {
    .cratcash {
        flex-direction: column;
    }
    .download {
        transform: translateX(-2rem);
    }
    .playstore, .appstore {
        white-space: nowrap;
    }
     .headoffice, .sitemap {
        transform: translateX(-24px);
     }
     .socials {
        transform: translateX(24px);
     }
     .cratimg img {
        /* transform: translateX(10px); */
        width: 20px;
     }
     .footer {
        gap: 3rem;
     }
}
 .address h1, .address p, .download p, .site-socials h1 {
    text-align: start;
  }
  input:focus {
  outline: none;
}

.g-recaptcha {
    width: 100%;
    display: flex;
}


@media (max-width: 40rem) {
  .recaptcha-wrapper {
    transform: scale(0.85); 
  }
}

@media (max-width: 32rem) {
  .recaptcha-wrapper {
    transform: scale(0.7); 
  }
}

