@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');

@font-face {
    font-family: DG-Tebian-Regular;
    src: url(./../fonts/DG-Tebian-Regular.ttf);
}
html{
    height: 100%;
    min-height: 100%;
    /*background-color: #2fbce4;*/
}
body{
    background-image: url("../imgs/bg3.png");
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-size: 838px 780px*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*height: 800px;*/
    /*width: 100%;*/
    /*background-size: cover;*/
    /*background-position: center bottom;*/
    /*height: 241px;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background-size: cover;*/
    /*background-position: center bottom;*/
    /*width: 100%;*/
    /*background-size: 28rem 30rem;*/
    /*background-position: 1px 25rem;*/
    position: absolute;
    /*bottom: 0;*/



    /*

    left: 0;
        background-position: center center;
            position: absolute;
    bottom: 0;
    background-size: cover;
    */
}
div {
    font-family: DG-Tebian-Regular;
}
.title-container{
    margin-top: 5%;
}

.title-container p{

    color: #075E72;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 150%;
    direction: rtl;
}

.slogan-container h5{
 /*background-color: #29A8E0;*/
    margin-top: -20px;
    padding: 0 10px;
    border-radius: 8px;
    color:#FFFFFF;
    font-size: 1.4rem;
    direction: rtl;
    font-weight: bold;
}
.coupon-container{
    font-family: 'Inter';
    border-radius: 16px;
    font-style: normal;
    font-weight: 400;
    direction: rtl;
    cursor: pointer;
    background: #FFFBFE;
    box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.1);
}

.coupon-container:hover{
    background-color: #4CB050;
}


.coupon-container h5{
    font-size: 0.9rem;
    padding: 12px;
}

.coupon-container span{
    font-weight: 1000;
    font-size: 1.4rem;
}

.title2{
    font-size: 2rem !important;
    color: #FFFFFF !important;
}
.coupon-background{
    background-image: url(../imgs/coupon-bg.png);
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.coupon-details{
    height: 100px;

}
.coupon-details p{
    font-family: 'sans-serif'!important;
}

.discount-title{
    padding: 1.1rem 0 0 2.1rem ;
}
.coupon-title1,.coupon-title2{
  text-align: left;
}

.coupon-title1 p{
    /*font-family: 'SF Pro Text';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #4CB050;
}

.coupon-title2 p{
    font-size: 12px;
    color: #757575;

}

.icons-margin{
    margin-top: 10rem;
}

@media only screen and (max-width: 600px) {
    .title-container{
        /*margin-top: 30%;*/
    }
}

@media only screen and (min-width: 600px) {
   body{
       width: 85%;
       margin: auto;
       background-size: 32rem;
       /*background-size: 23rem 30rem;*/
       /*background-position: 30rem 25rem;*/
       /*overflow: scroll;*/
   }
    .title-container p{
     font-size: 1.6rem;
    }
}
.step2{
    display: none;
}
.code{
    cursor: pointer;
}

.cart-icon-container{
    margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
    body {
        /*max-width: 615px;*/
        margin: 0 auto;
        position: static;
        background-position: center;
        /*background-size: contain;*/
        background-repeat-x: no-repeat;
    }
}
