@import url(./sweed.css);
@import url(./color.css);
@import url(./hambuger-menu.css);
@import url(./domain.css);
@import url(./hosting.css);
@import url(./footer.css);
@import url(./style.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.offers-hero-section {
    padding: calc(5rem + 80px) 10%;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    background-color: var(--gray50);
}

.timer-item .countdown-box {
    width: 100px;
    height: 100px;
    background-color: var(--background);
    border-radius: 10px;
    color: var(--body-color);
}

.display-triangle{
    width: 32px;
    position: absolute;
    height: 32px;
    z-index: 0;
    background-size: cover;
    opacity: .5;
    background-repeat: no-repeat;
    background-image: url(/assests/blue_star.svg);
}

.display-triangle[n='1']{
    top: 35%;
    left: 10%;
}

.display-triangle[n='2'] {
    top:35%;
    right:10%;
}

.display-triangle[n='3'] {
    top:45%;
    right: 5%;
}

.display-triangle[n='4'] {
    top:45%;
    left: 5%;
}

.display-triangle[n='5'] {
    top:55%;
    left: 12%;
}
.display-triangle[n='6'] {
    top:55%;
    right: 12%;
}
.display-percent[n='1']{

    right:5% ;
}
.display-percent[n='2']{

    right:10% ;
}

.timer-item {
    z-index: 1;
    position: relative;
}

.offer-section-display-ele-con {
    position: aboslute;
    width: 100%;    

    height: 100%;
}

.display-circ:nth-child(1) {
    left: -10%;
}

.display-circ:nth-child(2) {
    right: -10%;
}

.display-circ {
    width: 20vm;
    height: 20vm;
    top: 5vw;
    position: absolute;
    border-radius: 50%;
    border: 10px solid var(--blue300);
}

.timer-item-wrapper {
    padding: 2rem 3rem;
    border-radius: 10px;
    background-size: contain;
    gap: 2rem;
    position: relative;
}

.timer-bg-img {
    z-index: 0;
    position: absolute;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.offer-con {
    height: 6.5rem;
    width: 6.5rem;
    margin-right: -3rem;
    margin-top: -3rem;
    background-color: var(--primary);
    border-radius: 50%;
}

.combo-pack-offer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background: var(--gray50);
    border-radius: 20px;
    border: 3px solid var(--gray200);
    padding: 1.5 1rem;
}

.combo-pack-offer .hosting-item {
    margin: 1.5rem 0;
}

.combo-pack-offer .hosting-item:hover {
    top: -.5rem;
}

.hosting-item {
    align-self: baseline;
}

.coupon-con {
    background: var(--blue50);
    border: dashed 3px var(--blue400);
    color: var(--blue500);
    border-radius: 5px;
    text-align: center;
    padding: .5rem 1rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1476px) {
   
    .display-circ {
        width: 40vw;
        height: 40vw;
        top: 8vw;
}
.display-circ:nth-child(1) {
    left: -20%;
}

.display-circ:nth-child(2) {
    right: -20%;
}
}
@media screen and (max-width: 992px) {
   
    .timer-bg-img {
        height: 80%;
    }

    .timer-item .countdown-box{
        width: 80px;
        height: 80px    ;
       font-size: 2.5rem;
    }
}

@media screen and (max-width: 696px) {
    .timer-bg-img {
        height: 200px;
        width: 110%;
    }
    .timer-item .title{
        font-size: 14px;
        font-weight: 400;
    }
    .timer-item{
        gap: 0;
    }
    .timer-item .countdown-box{
        width: 50px;
        height: 50px    ;
                font-size: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .timer-bg-img {
        width: 100%;
    }
    .timer-item .countdown-box{
        width: 40px;
        height: 40px    ;
        font-weight: 400;
                font-size: 1.5rem;
    }
}
