.offer-horizontal-images {
    padding: 50px 0 40px;
    position: relative;
}

.offer-horizontal-images .offer-horizontal-images-wrapper {
    display: flex;
    gap: 15px 30px;
}
.offer-horizontal-images .offer-horizontal-images-wrapper .offer-price {
    padding: 20px 0;
}

.offer-horizontal-images .single-offer.offer-image {
    border-radius: 10px;
    border: 5px solid #FFF;
}

.offer-horizontal-images .single-offer.offer-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
}

.offer-horizontal-images .single-offer {
    transition: box-shadow .3s ease, transform .3s ease;
    width: 25%;
}

.offer-horizontal-images .single-offer:hover {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.offer-horizontal-images .single-offer .custom-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 45px;
    height: auto;
    z-index: 5;
}

.offer-horizontal-images .offer-single {
    border-radius: 10px;
    border: 5px solid #FFF;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.offer-horizontal-images .offer-single.offer-color-yellow {
    background: #FFB834;
}
.offer-horizontal-images .offer-single.offer-color-purple {
    background: #8400ff;
}

.offer-horizontal-images .offer-single.offer-color-blue {
    background: #0FA2EC;
}

.offer-horizontal-images .offer-single.offer-color-pink {
    background: #E81F76;
}
.offer-horizontal-images .offer-single.offer-color-green {
    background: #82c840;
}

.offer-horizontal-images .single-offer .offer-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 90%;
    width: 100%;
}

.offer-horizontal-images .single-offer .offer-bg svg {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.offer-horizontal-images .offer-single .offer-bg svg path {
    fill: #fff;
}

.offer-horizontal-images .single-offer .offer-price,
.offer-horizontal-images .offer-title {
    position: relative;
    z-index: 10;
}

.offer-horizontal-images .single-offer .offer-gb {
    gap: 5px;
}

.offer-horizontal-images .offer-description {
    text-align: center;
    padding: 25px 0 12px;
    color: var(--black, #291B22);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33
}

.offer-horizontal-images .offer-single .offer-description em {
    font-weight: bold;
}

.offer-horizontal-images .offer-single.offer-color-yellow .offer-description em {
    color: #0451BD;
	font-size:19px;
}
.offer-horizontal-images .offer-single.offer-color-green .offer-description em {
    color: #0451BD;
	font-size:19px;
}

.offer-horizontal-images .offer-single.offer-color-blue .offer-description em {
    color: #fff;
	font-size:19px;
}

.offer-horizontal-images .offer-single.offer-color-pink .offer-description {
    color: #fff;
}

.offer-horizontal-images .offer-single.offer-color-pink .offer-description em {
    color: #FFBC40;
    font-size: 19px;
}
.offer-horizontal-images .offer-single.offer-color-purple .offer-description {
    color: #fff;
}
.offer-horizontal-images .offer-single.offer-color-purple .offer-description em {
    color: #FFB834;
    font-size: 19px;
}
.offer-horizontal-images .offer-single.offer-color-purple .offer-price *{
	color: #FFB834;
}
/* .offer-horizontal-images .offer-single.offer-color-blue .offer-description em {
    font-size: 19px;
}
.offer-horizontal-images .offer-single.offer-color-yellow .offer-description em {
    font-size: 19px;
} */

.offer-horizontal-images .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 12px;
}

/* .offer-horizontal-images .single-offer:not(.offer-image) a {
    border: 1px solid var(--black, #291B22);
    background: var(--Color, #E81F76);
    box-shadow: 0px 5px 0px 0px var(--black, #291B22);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 100px;
    text-align: center;
}
 */
.offer-horizontal-images .single-offer:not(.offer-image) .btn-wrapper a {
    border: 1px solid var(--black, #291B22);
    background: var(--Color, #E81F76);
    box-shadow: 0px 5px 0px 0px var(--black, #291B22);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 100px;
    text-align: center;
}

.offer-horizontal-images .offer-title * {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.54;
    letter-spacing: 3.08px;
}

.offer-horizontal-images .offer-single.offer-color-yellow {
    color: #E72176;
}

.offer-horizontal-images .offer-single.offer-color-pink,
.offer-horizontal-images .offer-single.offer-color-blue {
    color: #fff;
}

.offer-horizontal-images .single-offer .offer-single.offer-color-pink .price-currency,
.offer-horizontal-images .single-offer .offer-single.offer-color-pink .offer-price,
.offer-horizontal-images .single-offer .offer-single.offer-color-pink .price {
    color: #fff;
}

.offer-horizontal-images .single-offer .price {
    font-size: 120px;
}

.offer-horizontal-images .single-offer .offer-price {
    font-size: 61px;
}

.offer-horizontal-images .single-offer .price-currency {
    font-size: 18px;
}

.offer-horizontal-images .offer-single.offer-promo {
    background-color: #0451BD;
}

.offer-horizontal-images .single-offer .offer-promo .offer-bg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(./bg-them-5.png);
    background-size: cover;
    background-position: center;
    z-index: 0;

}

.offer-horizontal-images .single-offer .offer-promo .offer-bg svg {
    width: 100%;
}

.offer-horizontal-images .single-offer .offer-promo .offer-bg svg path {
    fill: #000;
}

.offer-horizontal-images .single-offer .offer-promo>*:not(.offer-bg) {
    z-index: 9;
    position: relative;
    align-self: center;
}

.offer-horizontal-images .single-offer .offer-promo .offer-star {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 7;
}

.offer-horizontal-images .single-offer .offer-promo .custom-icon {
    position: absolute;
    left: 85%;
    top: 32%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    z-index: 8;
}

.offer-horizontal-images .offer-text-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    padding: 40px 0;
}

.offer-horizontal-images .offer-text .offer-text-1,
.offer-horizontal-images .offer-text {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.29;
    margin-top: 30px;
    text-transform: none;
}

.offer-horizontal-images .offer-text .offer-text-1 {
    padding-left: 15px;
}

.offer-horizontal-images .offer-text span {
    color: #E81F76;
    text-align: center;
    font-size: 33.781px;
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
}

.offer-horizontal-images .offer-text .offer-small {
    color: #FFF;
    font-kerning: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    display: flex;
    padding-left: 30px;
}

.offer-horizontal-images .offer-promo .offer-number {
    color: #FFBC40;
    text-align: center;
    text-shadow: 5px 5px 0px #FFF;
    -webkit-text-stroke-width: 3;
    -webkit-text-stroke-color: var(--main2-dark, #0451BD);
    font-family: Inter;
    font-size: 230px;
    font-style: normal;
    font-weight: 900;
    line-height: 38.452px;
    text-transform: uppercase;
}

@media (max-width:1700px) {
	.offer-horizontal-images .offer-single {
		padding:15px 10px;
		gap: 1px;
	}
    .offer-horizontal-images .offer-title *{
        font-size: 18px;
    }
    .offer-horizontal-images .single-gb .gb-title span {
        font-size: 38px;
    }

    .offer-horizontal-images .offer-description {
        padding: 15px 0 10px;
    }

    .offer-horizontal-images .single-offer .price {
        font-size: 130px;
    }
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 61px;
    }

    /* .offer-horizontal-images .single-offer .offer-price {
        font-size: 50px;
    } */

    .offer-horizontal-images .single-offer .price-currency {
        font-size: 16px;
    }

    .single-offer .single-gb .gb-title {
        font-size: 16px
    }

    .offer-horizontal-images .offer-promo .offer-number {
        font-size: 150px;
    }
}

@media (max-width:1440px) {
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 51px;
    }
    .offer-horizontal-images .single-offer .price {
        font-size: 110px;
    }
    
    .offer-horizontal-images .single-offer .custom-icon{
        max-width: 35px;
    }
    .offer-horizontal-images .single-offer .custom-icon svg{
        width: 100%;
        height: auto;
    }
    .offer-horizontal-images .offer-horizontal-images-wrapper{
        gap:15px 10px;
    }
    .offer-horizontal-images .offer-promo .offer-number {
        font-size: 120px;
    }

    .offer-horizontal-images .offer-text span {
        font-size: 25px;
    }

    .offer-horizontal-images .offer-text .offer-small {
        padding-left: 0;
    }
}

@media (max-width:1366px) {
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 41px;
    }
    .offer-horizontal-images .offer-horizontal-images-wrapper {
        /* flex-wrap: wrap; */
        justify-content: center;
    }

    .offer-horizontal-images .single-offer {
        width: calc(33.33333333% - 15px);
    }
    .offer-horizontal-images .offer-title *{
        font-size: 15px;
    }
}
@media (max-width:1300px) {
    .offer-horizontal-images .single-gb .gb-title span {
        font-size: 28px;
    }
	    .single-offer .single-gb .gb-title {
        font-size: 14px;
    }
}
 @media (max-width:1199px) {

    .offer-horizontal-images .single-offer .offer-price{
        font-size: 41px;
    }
    .offer-horizontal-images .single-offer .price {
        font-size: 80px;
    }
    .offer-horizontal-images .single-gb .gb-title span {
        font-size: 41px;
    }
    .single-offer .single-gb .gb-title {
        font-size: 16px;
    }
    .offer-horizontal-images .single-offer{
        width: calc(25% - 15px);
    }
    .offer-horizontal-images .single-offer .offer-promo {
        text-align: center;
    }
    .offer-horizontal-images .single-offer .offer-promo .custom-icon {
        position: relative;
        align-self: flex-end;
        top: -10px;
        left: 0;
        transform: initial;
    }
    .offer-horizontal-images .offer-promo .offer-number {
        font-size: 151px;
    }
    .offer-horizontal-images .single-offer .offer-promo .offer-text-wrapper{
        align-self: center;
        flex-direction: column;
        justify-content: center;
    }
    .offer-horizontal-images .offer-text .offer-text-1{
        margin-left: 0;
        padding: 0;
    }
    .offer-horizontal-images .offer-text .offer-small{
        display: block;
    }

    .offer-horizontal-images .single-offer .custom-icon{
        position: relative;
        align-self: flex-end;
        top:-10px;
        right: 0;
    }
    .offer-horizontal-images .single-offer .offer-gb{
        flex-direction: column;
    }
    .single-offer .single-gb{
        width: 100%;
    }
    .single-offer .offer-gb__wrap{
        width: 100%;

    }
    
    /* .offer-horizontal-images .single-offer {
        width: calc(50% - 15px);
    } */
    /* .offer-horizontal-images .offer-horizontal-images-wrapper {
        flex-wrap: wrap;
    } */
} 
@media (max-width:1024px) {
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 61px;
    }
    .offer-horizontal-images .single-offer .price {
        font-size: 140px;
    }
    .offer-horizontal-images .offer-horizontal-images-wrapper {
        flex-wrap: wrap;
    }
    .offer-horizontal-images .single-offer {
        width: calc(50% - 15px);
    }
    .offer-horizontal-images .single-offer .offer-gb{
        flex-direction: row;
    }
    .single-offer .single-gb{
        width: 100%;
    }
    .single-offer .offer-gb__wrap{
        width: 50%;
    }
    .offer-horizontal-images .single-offer .offer-promo .custom-icon {
        position: absolute;
        left: 85%;
        top: 32%;
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
        z-index: 8;
    }
    .offer-horizontal-images .single-offer .offer-promo .offer-text-wrapper {
        z-index: 9;
        position: relative;
        align-self: center;
        flex-direction: row;
        justify-content: initial;
    }
   
}
@media (max-width:998px) {
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 28px;
    }
    .offer-horizontal-images .offer-title *{
        font-size: 21px;
    }
    .offer-horizontal-images .single-offer .custom-icon {
        position: absolute;
        right: 15px;
        top: 15px;
        max-width: 35px;
        height: auto;
        z-index: 5;
    }
}
@media (max-width:679px) {
    .offer-horizontal-images .single-offer .offer-price{
        font-size: 28px;
    }
    .offer-horizontal-images .single-offer .price {
        font-size: 100px;
    }
    .offer-horizontal-images .single-offer {
        width: 100%;
    }
    .offer-horizontal-images .single-gb .gb-title span {
        font-size: 31px;
    }

}
@media (max-width:480px) {
    .offer-horizontal-images .single-offer .offer-price div > span{
        font-size: 60px!important;
    }
    .offer-horizontal-images .single-offer .offer-price div .price-currency {
        font-size: 18px!important;
    }
    .offer-horizontal-images .offer-text-wrapper{
        justify-content: center;
    }
}