/* font-family: 'Roboto', sans-serif; */

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    font-family: 'samsungone700';
    margin: 0;
}

@font-face {
    font-family: 'samsungone700';
    src: url('../fonts/samsungone-700-webfont.woff2') format('woff2'),
        url('../fonts/samsungone-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #7e7e7e;
}

h2.tag-heading {
    font-size: 30px;
    text-align: center;
    /* text-transform: capitalize; */
    font-weight: 600;

    /* background: #1F6BB0;
    color: #fff; */
    background: none;
    color: #525252;
    padding: 20px 30px;
    border-radius: 60px;
    margin-top: 0px;
    margin-bottom: 0;
}


.center-aligned {
    display: flex;
    align-content: center;
    align-self: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0px 0 80px;
    padding-top: 40px;
}

.logo-content {
    text-align: center;
}

.logo-content img {
    width: 200px;
}

.logo-content figure {
    margin: 0;
}

section.middle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    gap: 80px;
    /* background-color: rgba(220, 220, 220, 0.21); */
    background: #fff;
}

.gift-img {
    max-width: 150px;
    margin: 0 auto 20px;
}

.vector-img {
    width: 250px;
}

.vector-img img {
    width: 100%;
}

.d-flex {
    display: flex;
    align-items: center;
}

.gift-img img {
    max-width: 100%;
}

.mobile-container {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #F6F6F6;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.top-headerbar {
    display: flex;
    position: sticky;
    width: 100%;
    top: 0;
    padding: 20px 20px;
    background: #F6F6F6;
    z-index: 1;
}

.coupon-sec {
    width: 100%;
    padding: 4px 20px 20px;
    box-sizing: border-box;
    /* max-height: calc(100vh - 90px); */
    max-height: none;
    /* max-height: calc(100vh - 140px); */
    overflow: auto;
    min-height: 100vh;
}

.d-flex-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.d-flex-sec a {
    color: #252525;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.d-flex-sec a.coupons {
    font-weight: 400;
    font-size: 18px;
}

.d-flex-sec a.coupons.wht-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.coupon-details .back-btn {
    background: url(../images/back-arrow-wht.svg) no-repeat center center / 13px;
    width: 20px;
    height: 30px;
}

.back-btn {
    background: url(../images/back-arrow.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-flex;
}

.coupon-box {
    margin: 0 auto 20px;
}

.coupon-box figure,
.coupon-box figure a.links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.53;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.coupon-box figure {
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    background: url(../images/PH.png) no-repeat center center / cover;
}

.coupon-box a.links {
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.promotion-ended {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(27, 27, 27, 0.9);
    color: #fff;
    display: none;
}

.promo-ended .promotion-ended {
    display: inline-flex;
}

h3.wht-heading {
    font-weight: 500;
    margin-top: 0;
}

.purple-btn {
    color: #fff;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 500;
}

.purple-btn {
    background: rgb(65, 46, 167);
    background: -moz-linear-gradient(-45deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
    background: linear-gradient(135deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#412ea7', endColorstr='#361571', GradientType=1);
}


.coupon-sec img {
    object-fit: cover;
    /* image-rendering: pixelated; */
}
/* figure .links > img {
    width: 100%;
    height: 100%;
} */

h4.titles {
    font-weight: 500;
    margin: 10px auto;
    font-size: 16px;
    color: #252525;
    text-decoration: none;
}

.content-sec p {
    font-size: 16px;
    color: #757575;
    margin: 0 auto 10px;
}

.coupon-details {
    background: rgb(11, 15, 59);
    background: -moz-linear-gradient(-45deg, rgba(11, 15, 59, 1) 1%, rgba(26, 26, 96, 1) 29%, rgba(53, 19, 101, 1) 66%, rgba(3, 3, 8, 1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(11, 15, 59, 1) 1%, rgba(26, 26, 96, 1) 29%, rgba(53, 19, 101, 1) 66%, rgba(3, 3, 8, 1) 99%);
    background: linear-gradient(135deg, rgba(11, 15, 59, 1) 1%, rgba(26, 26, 96, 1) 29%, rgba(53, 19, 101, 1) 66%, rgba(3, 3, 8, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0f3b', endColorstr='#030308', GradientType=1);
}

.coupon-details {
    position: absolute;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    /* right: -100%; */
    right: 0;
    transition: all .3s;
}

.top-headerbar.no-bg {
    background: none;
    position: absolute;
}

.thanks-box {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 90%;
    margin: 30px auto 0;
    color: #fff;
}

.middle-content {
    width: 100%;
    text-align: center;
}

h2.main-heading {
    font-size: 32px;
    font-weight: 500;
}

.thanks-box p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.animation-check {
    width: 100px;
    margin: auto;
}

.mobile-container-sec {
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    /* height: calc(100vh - 50px); */
}

.coupon-details.open {
    right: 0;
}

.copy-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5) url(../images/copy-icon-wht.svg) no-repeat center center / 25px auto;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.copy-code {
    /* background: #ddd url(../images/copy-icon.svg) no-repeat calc(100% - 10px) 50% / 22px auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 90%;
    padding: 4px 4px 4px 10px;
    background: rgba(252, 252, 252, 0.66);
    margin: 0 auto;
    height: 34px;
    font-size: 14px;
    border-radius: 7px;
    color: #000;
    position: absolute;
    bottom: 7px;
    right: 7px;
    text-transform: uppercase;
}

.copyBtn {
    border: 0;
    border-radius: 7px;
    width: 32px;
    height: 30px;
    padding: 0;
    box-sizing: border-box;
}

.copyBtn {
    background: url(../images/copy-icon-wht.svg) no-repeat center center / 16px auto, rgb(65, 46, 167);
    background: url(../images/copy-icon-wht.svg) no-repeat center center / 16px auto, -moz-linear-gradient(-45deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
    background: url(../images/copy-icon-wht.svg) no-repeat center center / 16px auto, -webkit-linear-gradient(-45deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
    background: url(../images/copy-icon-wht.svg) no-repeat center center / 16px auto, linear-gradient(135deg, rgba(65, 46, 167, 1) 0%, rgba(86, 38, 165, 1) 49%, rgba(54, 21, 113, 1) 100%);
}

.code-text {
    background: none;
    outline: 0;
    border: 0;
    width: auto;
    min-width: 0;
    display: inline-block;
    font-size: 14px;
    width: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 1px;
}

input:disabled {
    opacity: 1 !important;
}

.tooltip {
    position: absolute;
    top: -40px;
    font-size: 14px;
    text-transform: none;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    width: 100px;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: all 0.3s;
}

.tooltip.open {
    opacity: 1;
}

.openOrInstall {
    color: #003580;
    font-size: 11px;
    border-radius: 33px 0px 0px 33px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.25);
    position: absolute;
    right: 0;
    bottom: 22px;
    padding: 4px 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 767px) {

    h2.tag-heading {
        font-size: 20px;
        padding: 15px 20px;
        background: none;
        color: #525252;
        margin: 20px auto 0;
    }

    .logo-content img {
        width: 150px;
    }

    .center-aligned {
        flex-direction: column;
    }

    .container {
        margin: 0px auto 0;
    }

    .vector-img {
        width: 140px;
        margin: 0 auto;
    }

    h4.titles,
    .content-sec p {
        font-size: 14px;
    }

    /* .mobile-container-sec {
        height: calc(100vh - 50px);
    }


    .coupon-sec {
        max-height: calc(100vh - 140px);
    } */
    .coupon-sec {
        max-height: calc(100vh - 65px);
        max-height: 100vh;
    }

    .top-headerbar.no-bg {
        position: fixed;
    }
    .openOrInstall {
        bottom: 18px;
    }
}

.top-headerbar {
    display: none;
}

.coupon-sec {
    padding: 20px 20px 20px;
    min-height: 100vh;
    overflow: auto;
    max-height: 100vh;
}