﻿
.coupon-card {
    width: 365px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.ccode h1 {
    margin-top: 3%;
    color: #f8049c;
    font-weight: bold;
    padding: 0 12%;
    font-size: 56px;
}

.ccode p {
    margin-top: 4%;
    font-weight: 600;
    font-size: 1.5rem;
}

.couponhead h2 {
    color: #f8049c;
    font-weight: bold;
    margin: 3% 0;
    font-size: 28px;
}

.couponcode label {
    margin-bottom: 0 !important;
}

.coupontxt p {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 4%;
}

.couponcode {
    display: flex;
    padding-top: 10px;
    align-items: center;
}

    .couponcode span {
        color: #b01c5f;
        background-color: #ffe1f4;
        font-weight: bold;
        border-radius: 8px;
        padding: 4px 8px 2px 8px;
    }

.explore-btn .explore {
    color: #112950;
    border: 2px solid #324B72;
    width: 135px;
    height: 47px;
    background: #fff;
}

.couponcode label {
    margin-left: auto;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
}

.coupon {
    /*padding-right: 19%;
    margin-bottom: 15%;*/
}

.pagination a {
    color: black;
    padding: 0 15px;
    font-weight: 500;
    border: none;
    font-size: 1.2rem
}

    .pagination a i {
        color: black;
        font-size: 1.2rem;
    }

.page-item.active .page-link {
    color: #f8049c;
    background-color: #ffffff;
}

.section-four {
    background-color: #f8049c;
    padding: 4% 0 7% 0;
}

    .section-four p {
        padding-right: 50%;
    }

.mobnum h2 {
    background-color: #ffe1f4;
    position: relative;
    left: 5%;
    border-radius: 10px;
    font-weight: bold;
    padding: 2px 8px;
    color: #b01c5f;
}

.mobnum img {
    height: 60px;
    width: 60px;
    color: white;
    position: relative;
    top: -10px;
    border-radius: 50px;
    border: 5px solid black;
    background-color: white;
    padding: 6px;
}

.couponimg img {
    width: 365px;
    height: 365px;
}

section.logo {
    margin-top: 0px !important;
}

@media(max-width:1200px) {
    .section-four p {
        padding-right: 40%;
    }

    .coupon {
        padding-right: 0;
    }
}

@media(max-width:992px) {
    html {
        font-size: 90%;
    }

    .section-four p {
        padding-right: 20%;
    }

    .coupon {
        padding-right: 0;
    }

    .ccode h1 {
        padding: 0 15%;
    }

    .couponcode span {
        font-size: 1rem;
    }
}

@media(max-width:768px) {
    .section-four p {
        padding-right: 0%;
    }

    .coupon {
        padding-right: 10%;
    }

    .ccode h1 {
        padding: 0 0;
        font-size: 26px;
        margin-top: 20%;
    }

    .couponcode span {
        font-size: 1.2rem;
    }
}

@media(max-width:576px) {
    html {
        font-size: 85%;
    }
}

@media(max-width:450px) {
    .coupon {
        padding-right: 0%;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .konverse-whatsapp img {
        position: relative;
        top: -20px;
        right: 25%;
    }

    .user-image {
        width: 100%;
        position: relative;
        left: 180% !important;
    }
}

@media (max-width:767px) and (min-width:576px) {
    .navbar .nav .location-mobile i {
        position: relative;
        top: 0px;
        right: 18px;
    }
}

@media (max-width:767px) and (min-width:576px) {
    .user-image {
        margin-top: -5% !important;
    }

    .user-info .user-image {
        margin-top: -8px !important;
    }

    .navbar .nav .location-mobile i {
        position: relative;
        top: 10px;
        left: -27px;
    }

    .konverse-whatsapp img {
        position: relative;
        top: 9px;
    }
}

@media (min-width:456px) and (max-width:575px) {
    .konverse-whatsapp img {
        position: relative;
        right: -26px;
    }

    .navbar .nav .location-mobile i {
        position: relative;
        margin-top: -3px;
        right: 0px;
    }

    .user-info {
        position: relative;
        top: -10px;
    }
}

@media(max-width:455px) {
    .navbar .nav .location-mobile i {
        position: relative;
        margin-top: 7px;
    }
}
