
.sarmila-hero{
    min-height:82vh;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
    linear-gradient(
        rgba(0,40,38,.85),
        rgba(0,40,38,.85)
    ),
    url('https://images.unsplash.com/photo-1581578731548-c64695cc6952');
    background-size:cover;
    background-position:center;
}

.sarmila-container{
    width:90%;
    max-width:1400px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    /* border: 1px solid red; */
}

.sarmila-hero-content{
    width:55%;
    color:white;
}

.sarmila-sub-title{
    color:#f6b01a;
    font-size:18px;
    font-weight:700;
    display:block;
    margin-bottom:20px;
}

.sarmila-hero-content h1{
    font-size:65px;
    line-height:1.15;
    margin-bottom:25px;
    font-weight:800;
}

.sarmila-hero-content h1 span{
    color:#f6b01a;
}

.sarmila-hero-content p{
    font-size:22px;
    color:#d4d4d4;
    max-width:700px;
    line-height:1.7;
    margin-bottom:35px;
}

.sarmila-hero-btns{
    display:flex;
    align-items:center;
    gap:40px;
}

.sarmila-btn{
    background:#f6b01a;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    border-radius:10px;
    font-size:20px;
    font-weight:600;
}

.sarmila-reviews{
    display:flex;
    align-items:center;
}

.sarmila-reviews img{
    width:55px;
    height:55px;
    border-radius:50%;
    border:3px solid #f6b01a;
    margin-left:-10px;
}

.sarmila-reviews h4{
    margin-left:15px;
    font-size:22px;
}

.sarmila-reviews span{
    color:#ddd;
}

.sarmila-hero-image{
    width:40%;
    position:relative;
}

.sarmila-hero-image img{
    width:100%;
}

.sarmila-discount{
    position:absolute;
    top:15%;
    left:-50px;
    width:170px;
    height:170px;
    border:5px solid #f6b01a;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:white;
    background:#06322f;
}

.sarmila-discount h2{
    font-size:50px;
}

.sarmila-discount span{
    font-size:22px;
    font-weight:700;
}
/* =========================
   TABLET (1024px)
========================= */
@media (max-width:1024px){

    .sarmila-hero-content h1{
        font-size:55px;
    }

    .sarmila-hero-content p{
        font-size:18px;
    }

    .sarmila-discount{
        width:140px;
        height:140px;
        left:-20px;
    }

    .sarmila-discount h2{
        font-size:40px;
    }
}


/* =========================
   TABLET (768px)
========================= */
@media (max-width:768px){

    .sarmila-container{
        flex-direction:column;
        text-align:center;
        padding-top:50px;
    }

    .sarmila-hero-content{
        width:100%;
        order:2;
    }

    .sarmila-hero-image{
        width:70%;
        margin-bottom:40px;
        order:1;
    }

    .sarmila-hero-content h1{
        font-size:48px;
    }

    .sarmila-hero-content p{
        font-size:17px;
        max-width:100%;
    }

    .sarmila-hero-btns{
        flex-direction:column;
        gap:25px;
    }

    .sarmila-reviews{
        justify-content:center;
    }

    .sarmila-discount{
        top:20px;
        left:0;
    }
}


/* =========================
   MOBILE (576px)
========================= */
@media (max-width:576px){

    .sarmila-hero{
        padding:60px 0;
    }

    .sarmila-container{
        width:92%;
    }

    .sarmila-hero-image{
        width:100%;
    }

    .sarmila-sub-title{
        font-size:14px;
    }

    .sarmila-hero-content h1{
        font-size:36px;
        line-height:1.3;
    }

    .sarmila-hero-content p{
        font-size:15px;
        line-height:1.6;
    }

    .sarmila-btn{
        width:100%;
        display:block;
        text-align:center;
        font-size:16px;
        padding:15px;
    }

    .sarmila-reviews{
        flex-wrap:wrap;
    }

    .sarmila-reviews h4{
        font-size:18px;
    }

    .sarmila-reviews span{
        font-size:14px;
    }

    .sarmila-discount{
        width:110px;
        height:110px;
        border-width:3px;
    }

    .sarmila-discount h2{
        font-size:28px;
    }

    .sarmila-discount span{
        font-size:12px;
    }
}


/* =========================
   SMALL MOBILE (400px)
========================= */
@media (max-width:400px){

    .sarmila-hero-content h1{
        font-size:30px;
    }

    .sarmila-hero-content p{
        font-size:14px;
    }

    .sarmila-discount{
        width:90px;
        height:90px;
    }

    .sarmila-discount h2{
        font-size:22px;
    }

    .sarmila-discount span{
        font-size:10px;
    }
}
