@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.pgw-coupon * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1500px) {
    .carousel-coupon .carousel-control-prev {
        left: 10% !important;
        width: 30% !important;
    }

    .carousel-coupon .carousel-control-next {
        right: 10% !important;
        width: 30% !important;
    }
}

@keyframes pgw-coupon-blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.pgw-coupon .container {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
}

.pgw-coupon .card {
    width: 430px;
    height: 180px;
    border-radius: 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffc0dc !important;
    padding: 10px 10px;
    position: relative;
}

.pgw-coupon .main,
.pgw-coupon .redeem-button {
    display: flex;
    justify-content: space-between;
    padding: 0 49px 0px 31px;
    align-items: center;
}

.pgw-coupon .card::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #fff;
    width: 40px;
}

.pgw-coupon .card::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #fff;
    width: 40px;
}

.pgw-coupon .co-img img {
    width: 100px;
    height: 100px;
}

.pgw-coupon .vertical {
    border-left: 5px dotted black;
    height: 100px;
    position: absolute;
    left: 40%;
}

.pgw-coupon .content h1 {
    font-size: 25px;
    margin-left: -20px;
    color: #565656;
}

.pgw-coupon .content h1 span {
    font-size: 18px;
}

.pgw-coupon .content h2 {
    max-width: 200px;
    font-size: 18px;
    margin-right: -20px;
    margin-left: -20px;
    color: #565656;
    text-transform: uppercase;
}

.pgw-coupon .content p {
    font-size: 16px;
    color: #696969;
    margin-left: -20px;
}

.pgw-coupon .redeem-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.pgw-coupon .redeem-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    background-color: #ffc0dc !important;
    font-weight: 200;
}

.pgw-coupon .redeem-button button {
    padding: 5px 20px;
    background-color: #E2136E !important;
    color: #fff;
    border: 1px transparent;
    border-radius: 20px;
}

.pgw-coupon .applied-coupon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E2136E !important;
    font-weight: bolder;
    font-size: 25px;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .pgw-coupon-carousel .carousel-inner {
        display: flex;
    }
    .pgw-coupon-carousel .carousel-item {
        padding-left: 15px;
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 4);
    }

    .pgw-coupon-carousel .carousel-item:hover {
        transform: scale(1.05);
    }
}
.pgw-coupon-carousel .carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6vh;
    border-radius: 50%;
    top: 50%;
    opacity: 0.5;
}
.pgw-coupon-carousel .carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}

.carousel-coupon {
    position: relative;
    height: 10px;
}

.carousel-control-next {
    right: 35% !important;
}

.carousel-control-prev {
    left: 40% !important;
}


/* Mesh Loader START */
.flexbox-coupon > div {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}


/* MESH LOADER */
.mesh-loader-coupon {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
.mesh-loader-coupon .circle {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #E2136E !important;
    border-radius: 50%;
    margin: -15px;
    -webkit-animation: mesh-coupon 3s ease-in-out infinite -1.5s;
    animation: mesh-coupon 3s ease-in-out infinite -1.5s;
}

.mesh-loader-coupon > div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mesh-loader-coupon > div {
    position: absolute;
    top: 50%;
    left: 50%;
}

.mesh-loader-coupon > div:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


@-webkit-keyframes mesh-coupon {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mesh-coupon {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 968px) {
    .flexbox-coupon > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
    }
}

@media only screen and (max-width: 768px) {
    .flexbox-coupon > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 568px) {
    .flexbox-coupon > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
/* Mesh Loader END */