@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300&display=swap');

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/GE-SS-Two-Bold.otf')
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/GE_SS_Two_Light.otf')
}

body {
    background: #d4af37;
    padding: 4em 10em 0em;
}

.content {
    background: white;
    height: 80vh;
    border-radius: 2em;
}

.rightsec {
    background: #000000;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.h2-c{
 color:#d4af37;   
font-weight: bold;
    
}

.img-soon {
    position: absolute;
    left: -170px;
    top: 0px;
    width: 550px;

}

.sooner {
    font-family: 'Almarai';

    margin-top: 4em;
}

.sooner h2 {
    font-size: 40px;
    font-family: 'Almarai';
}

.sooner h5 {
    font-family: 'Almarai';
    font-size: 24px;
    font-weight: 400;
}

.sooner p {
    font-family: 'Almarai';
    margin-top: 80px;
    font-size: 25px;
}

.sooner .divid {

    margin-top: 100px;
}

.sooner h6 {
    font-size: 20px;
}

@media only screen and (max-width: 1240px) {
    .sooner .divid {

        margin-top: 60px;
    }

    .sooner p {
        font-family: 'Almarai';
        margin-top: 80px;
        font-size: 20px;
    }

    .img-soon {
        position: absolute;
        left: -55px;
        top: 140px;
        width: 300px;

    }
}

@media only screen and (max-width: 1060px) {
    .sooner .divid {

        margin-top: 60px;
    }

    .sooner p {
        font-family: 'Almarai';
        margin-top: 80px;
        font-size: 20px;
    }


    .img-soon {
        position: absolute;
        left: -55px;
        top: 140px;
        width: 300px;

    }
}

@media only screen and (max-width: 992px) {
    .sooner .divid {

        margin-top: 60px;
    }

    .sooner {
        padding-bottom: 70px;
    }

    .content {
        background: white;
        height: auto;


    }

    .rightsec {
        text-align: center;
        background: #12054E;
        border-bottom-right-radius: 2em;
        border-bottom-right-radius: 0em;
        border-bottom-left-radius: 2em;
    }

    .sooner p {
        font-family: 'Almarai';
        margin-top: 40px;
        font-size: 20px;
    }

    body {
        padding: 1em 1em;

    }

    .img-soon {
        position: static;

        width: 230px;

    }

    .sooner .divid {

        margin-top: 40px;
    }

    h6 {
        font-size: 17px !important;
    }


}
