.Subscribe{
    background-image: url(./../img/Rectangle\ 19.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 222px;
    position: relative;
}
.Subscribe::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    background: var(--main-color);
}


.Subscribe .specifications {
    background-color: var(--main-color);
    text-align: center;
    transform: translateY(-50%);
    padding: 20px 46px 20px 40px;
}
.Subscribe .specifications img {
    margin-bottom: 16px;
}
.Subscribe .specifications h1 {
    color: #FFF;
    font-size: 3rem;
    font-weight: var(--fw-700);
    line-height: 32px;
    text-transform: capitalize;
}
.Subscribe .specifications p {
    color: #FFF;
    font-family: 'Open Sans' !important;
    font-size: 1.8rem;
    font-weight: var(--fw-400);
    line-height: 32px;
}





.Subscribe .form {
    display: flex;
    flex-direction: column;
    padding-bottom: 190px;
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.Subscribe .form h1 {
    color: #FFF;
    font-size: 4.8rem;
    font-weight: var(--fw-900);
    line-height: 52.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.Subscribe .form p {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: var(--fw-600);
    line-height: 21.6px;
    margin-bottom: 32px;
}

.Subscribe .form form {
    display: inline-flex;
    gap: 8px;
}

.Subscribe .form form input {
    background-color: transparent;
    padding: 16px 10px 16px 20px;
    border: 1px solid #94AAB3;
    color: #94AAB3;
    font-family: 'Open Sans' !important;
    font-size: 1.3rem;
    flex: 1;
}
.Subscribe .form form input::placeholder {
    color: #94AAB3;
}

.Subscribe .form form button {
    background-color: var(--sub-head-color);
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 1.5rem;
    font-weight: var(--fw-600);
    border: none;
    text-transform: uppercase;
    padding: 14px 20px;
    min-width: 165px;
}

@media(max-width:944px) {
    .Subscribe  {
    margin-top: 140px;
    }
    .Subscribe .specifications img {
        margin-bottom: 10px;
        width: 35px;
    }
    .Subscribe .specifications h1 {
        font-size: 2rem;
        line-height: 24px;
        
    }
    .Subscribe .specifications p {
        font-size: 1.1rem;
        line-height: 24px;
    }

    .Subscribe .form {
        padding-bottom: 100px;
    }
    
    .Subscribe .form h1 {
        font-size: 4rem;
    }
    .Subscribe .form p {
        font-size: 1.4rem;
    }
    .Subscribe .form form button {
        font-size: 1.2rem;
    }
}


@media(max-width:767px) {
    .Subscribe{
        /* background-size: contain; */
        margin-top: 78px;
    }
    .Subscribe .specifications {
        padding: 10px 42px;
    }
    .Subscribe .specifications img {
        width: 24px;
    }
    .Subscribe .specifications h1 {
        font-size: 1.2rem;
        line-height: normal;
    }
    .Subscribe .specifications p {
        display: none;
    }
    .Subscribe .form {
        padding-bottom: 24px;
    }
    .Subscribe .form h1{
        font-size: 2rem;
        margin-bottom: 8px;
        line-height: normal;
    }
    
    .Subscribe .form p {
        font-size: 0.9rem;
        margin-bottom: 18px;
        line-height: normal;
    }
    .Subscribe .form form input {
        padding: 16px 10px 16px 16px;
        font-size: .8rem;
    }
    .Subscribe .form form button {
        font-size: .9rem;
        padding: 11px 6px 9px 6px;
        min-width: 100px;
    }
    
}







/* Arabic */


.ar .Subscribe .specifications h1 {
    font-size: 2.8rem;
    line-height: 27.6px; /* 98.571% */
}

@media(max-width : 767px) {
    .ar .Subscribe .specifications h1 {
        white-space: nowrap;
        font-size: 1.2rem;
        line-height: normal;
    }
}
@media(max-width : 365px) {
    .specifications {
        padding: 10px !important;
    }
    .ar .Subscribe .specifications h1 {
        white-space: nowrap;
        font-size: 1rem;
        line-height: normal;
    }
}
@media(max-width : 300px) {
    .specifications {
        padding: 5px !important;
    }
    .ar .Subscribe .specifications h1 {
        white-space: nowrap;
        font-size: 0.8rem;
        line-height: normal;
    }
}


