html {
    scroll-behavior: smooth;
}


@font-face {
    font-display: swap;
    font-family: POPG-Gotham;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gotham-Book.otf)
}

@font-face {
    font-display: swap;
    font-family: POPG-Gotham;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gotham-Medium.otf)
}

@font-face {
    font-display: swap;
    font-family: POPG-Gotham;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Gotham-Bold.otf)
}


body {
    font-family: 'POPG-Gotham' !important;
    background: #000;
    overflow-x: hidden;
}

a,
button {
    font-family: 'POPG-Gotham' !important;
}


/* For WebKit Browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 3px !important;
}
  
  /* Track (the background of the scrollbar) */
  ::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px;
}
  
  /* Handle (the draggable part) */
  ::-webkit-scrollbar-thumb {
    background: #89ff00;
    border-radius: 10px;
}




.gap-20 {
    gap: 20px !important;
}

.card-info {
    padding-top: 12px;
    padding-bottom: 3px;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    /* Adjust spacing between icons */
}

.terms {
    text-decoration: none;
}

/* .baseline1 {
    padding-right: 15px;
   
} */

.border-1 {
    border-width: 1px;
}

.p-10 {
    padding: 10px;
}

.row.baseline {
    display: none;
}

.baseline2 {
    align-items: baseline;
}

/* .baseline1{
    display: block !important;
} */

.custom-card {
    overflow: hidden;
    /* Ensures image fits inside the card without overflow */
    border: 1px solid rgba(67, 67, 67, .8);
    border-radius: 0.75em;
}

.custom-card img {
    width: 100%;
    /* Make image responsive */
    height: auto;
    /* Maintain image aspect ratio */
    display: block;
    /* Removes any extra space around the image */
    border: none;
    /* No border around the image itself */
}

.card-content {
    padding: 9px;
}


.card-header img {
    width: 100%;
    /* Ensure the image fits the card width */
    display: block;
    border-radius: 0;
    /* Reset border-radius if needed */
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    /* Add spacing */
    color: #fff;
    /* White color for text */
}

.card-subtitle {
    font-size: 16px;
    color: #39FF14;
    /* Bright color for the price */
}

.price1 {
    font-size: 14px;
    color: #ccc;
    /* Subtle color for the monthly description */
}

.btn-redeem {
    background-color: #007bff;
    color: white;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-redeem:hover {
    background-color: #0056b3;
}

.btn-primary2 {
    color: #fff;
    background-color: #0d6efd;
    border-radius: 5.181px;
    background: #89FF00;
    box-shadow: 2.591px 4.534px 35.751px -6.477px #89FF00;
    /* border-color: #0d6efd; */
    color: #000;
    text-align: center;
    /* font-family: Gotham; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.989px;
}

.pt-250 {
    padding-top: 250px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    color: #9A9A9A;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.btn-primary3 {
    color: #fff;
    /* background-color: #0d6efd; */
    border-radius: 5.181px;
    /* background: #89FF00; */
    /* box-shadow: 2.591px 4.534px 35.751px -6.477px #89FF00; */
    /* border-color: #0d6efd; */
    color: #000;
    text-align: center;
    /* font-family: Gotham; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.989px;
    border-radius: 5.181px;
    border: 0.648px solid #9A9A9A;
    color: #9A9A9A;
    text-align: center;
    /* font-family: Gotham; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.989px;
}

.btn-primary1 {
    color: #fff;
    /* background-color: #0d6efd; */
    /* border-color: #0d6efd; */
    background-image: url(../images/Gradient.png);
    border-radius: 5.181px;
    /* border: 0.648px solid #8F0; */
    color: #FFF;
    /* font-family: Gotham; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.989px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 11px;
}

.d-none-lap {
    display: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: none !important;
}

.w-100 {
    width: 100%;
}

.price1 {
    color: #9A9A9A;
    font-weight: 400;
    font-size: 12px;
}


.logo-image {
    max-width: 100px;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-align: left;
}

.card-subtitle {
    font-size: 14px;
    /* margin-top: -5px; */
    color: #89FF00;
    font-weight: 700;
    text-align: right;
}


button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: 'Gotham' !important;
    /* font-size: inherit; */
    line-height: inherit;
}



.price {
    font-size: 1rem;
    font-weight: bold;
}

.btn-redeem {
    background-color: #00aaff;
    color: #fff;
    font-size: .875rem;
    /* padding: 5px 15px; */
    border-radius: .75rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: .75rem 1.5rem;
    line-height: 1rem;
}

.btn-redeem:hover {
    background-color: #007acc;
}

.baseline {
    align-items: baseline;
}

.align-items-end {
    text-align: end !important;
}



.container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 261px;
    padding: 10px;
    /* background-color: #111; */
}

.icons {
    display: flex;
    gap: 10px;
}

.icon-x,
.icon-send {
    color: #00FF00;
    /* Same green color as STEVE */
    font-size: 1.2em;
    cursor: pointer;
}

.image-container {
    position: relative;
    width: 250px;
    /* Adjust width based on your image size */
    height: 260px;
    /* Adjust height based on your image size */
}

.image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    /* Smooth transition effect */
}

.image-hover {
    opacity: 0;
    /* Hide the hover image initially */
}

.image-container:hover .image-first {
    opacity: 0;
    /* Hide the first image on hover */
}

.image-container:hover .image-hover {
    opacity: 1;
    /* Show the hover image on hover */
}

a {
    color: #9A9A9A;
    text-decoration: underline;
}

.pt-50 {
    padding-top: 50px;
}

.w-100 {
    width: 100%;
}

.w-1200 {
    width: 1200px;
}

.active-link {
    color: #8cff2b !important;
    /* Change the color of the active link */
}


.mheading {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
    /* line-height: normal; */
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.section-padding {
    padding-bottom: 100px;
}

.ty-header {
    padding: 16px;
}

.ty-header .logo {
    max-width: 170px;
}

.mb-show {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.navbar-toggler img {
    width: 20px;
}

@media (min-width: 992px) {

    .offcanvas-lg {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        transform: none;
        width: auto;
        visibility: unset;
        background: transparent;
    }

    .offcanvas-lg .offcanvas-header {
        display: none;
    }

    .offcanvas-lg .offcanvas-body {
        padding: 60px 0 10px;
    }

    .offcanvas-lg .offcanvas-body .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .offcanvas-lg .offcanvas-body ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .offcanvas-lg .offcanvas-body ul li {
        padding: 0;
    }

    .offcanvas-lg .offcanvas-body ul li a {
        padding: 0;
        color: #fff;
        transition: all .3s;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        text-decoration: none;
    }

    .offcanvas-lg .offcanvas-body ul li:last-child {
        margin-left: 0px;
    }

    .offcanvas-lg .offcanvas-body ul li.active a {
        -webkit-text-stroke: 1px;
        /* color: #8cff2b;  */
        /* Highlight color for the active link */
    }

    /* .offcanvas-lg .offcanvas-body ul li:hover a {
        -webkit-text-stroke: 1px;
        color: #8cff2b;
    } */

}

li.nav-item {
    padding-left: 24px;
    font-size: 16px;
    padding-right: 22px;
    font-weight: 400;
    letter-spacing: 0.085em;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #8cff2b !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
    font-family: "ghotam", sans-serif;
}



section.ty-banner-sec {
    height: 100vh;
    display: grid;
    align-items: center;
    padding: 120px 0;
}

.innerbg {
    padding: 80px 0px;
    background-image: url(../images/background-ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ty-banner-sec span {
    color: #89FF00;
    font-weight: 700;
}

.ty-banner-img img {
    position: relative;
    width: 315px;
    margin-left: auto;
}

.ty-fan img {
    width: 100%;
    position: relative;
}

.ty-popgfans span {
    font-weight: 600;
    color: #1997fc;
    display: inline-block;
}

.ty-popgfans p {
    color: white;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 0px;
}

.ty-vip h1 {
    /* text-transform: uppercase;
    font-weight: 600; */
    padding-bottom: 50px;
    color: white;
}

.ty-vip span {
    color: #1997fc;
    font-weight: 700;
}


.flexty {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.ty-re1 .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ty-re1 .flex .num {
    font-size: 145px;
    margin-bottom: 0;
    margin-top: -5px;
    margin-right: 8px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent;
}

.ty-re1 {
    text-align: center;
}

.ty-re1 img {
    width: 150px;
    height: 250px;
    object-fit: contain;
    position: relative;
    padding-bottom: 50px;
}

.ty-re1:last-child img {
    width: 220px;
    height: 300px;
    margin-top: -60px;
}

.ty-re1 p {
    text-align: center;
    font-size: 30px;
    color: #0096ff;
    font-weight: 700;
    margin-bottom: 0;
}

.ty-re1 h6 {
    font-size: 20px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.ty-re1 h5 {
    color: white;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.ty-rewars img {
    width: 100%;
    position: relative;
}

.btn:hover {
    color: white !important;
}

button.btn.btn-primary3:hover {
    opacity: .75;
}

button.btn.btn-primary2:hover {
    color: black !important;
    background: rgba(137, 255, 0, .75);
}

a.terms {
    text-decoration: none;
}

.LoginRegister a:hover,
.StartNowBtn a:hover {
    color: black;
}
.StartNowBtn a
{
    background: #89FF00;
    color: black;
    text-decoration: none;
}
/* a:hover {
    color: #89FF00 !important;
} */

.ty-rewards h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.ty-rewards span {
    color: #89FF00;
    font-size: 45px;
    font-weight: 700;
}

.ty-rewards p {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-top: -1rem;
}

.ty-pra span {
    color: white;
    font-weight: 700;
}

.ty-pra h6 {
    font-size: 14px;
    color: white;
    font-style: italic;
    font-weight: 400;
}

.ty-life img {
    max-width: 400px;
    position: relative;
}


.ty-lifestyle h1 {
    color: #2598f9;
    font-weight: 600;
    margin-bottom: 20px;
}

.ty-lifestyle span {
    color: #fff;
}

.ty-lifestyle p {
    color: #fff;
    font-size: 24px;
}

.ty-lifestyle h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

span.ty-sp {
    color: #2e99f6;
    font-weight: 700;
}

.ty-text h1 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
}

.ty-text span {
    color: #1997fc;
}

.ty-text p {
    color: white;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 40px;
}

.ty-text h6 {
    color: white;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 50px;
}

.ty-wrk img {
    width: 100%;
    position: relative;
    object-fit: contain;
}

.ty-ex1 img {
    position: relative;
    max-width: 300px;
}


.ty-vip ul {
    padding-left: 0;
}

.ty-vip li {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    padding-left: 80px;
}

.ty-vip li:before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../images/arrow.png');
    width: 60px;
    height: 40px;
    top: 20px;
    background-repeat: no-repeat;
}

.ty-ex h1 {
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.ty-ex span {
    color: #1997fc;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.ty-ex p {
    font-size: 25px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.ex2 h1 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: capitalize;
}

.ex2 span {
    font-size: 24px;
    color: #1997fc;
    font-weight: 600;
    text-transform: uppercase;
}

.ex2 h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.ty-vip2 ul {
    padding-left: 0;
}

.ty-vip2 li {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    padding-left: 80px;
}

.ty-vip2 li:before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../images/arrow.png');
    width: 60px;
    height: 40px;
    top: 20px;
    background-repeat: no-repeat;
}

.ty-vip2 span {
    color: #1997fc;
    font-weight: 700;
}

.ty-ex3 {
    text-align: center;
}

.ty-ex3 img {
    max-width: 310px;
    position: relative;
}

.ty-services h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding-bottom: 60px;
}

.ty-services-img {
    text-align: center;
}

.ty-services-img img {
    width: 140px;
    height: 60px;
    object-fit: contain;
    margin-top: 40px;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.d-flex {
    justify-content: center;
}




.ty-btn input.form-control {
    border: 1px solid #9F9F9F;
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    padding: 10px 14px;
    margin: 0;
}

.ty-btn-dark {
    background-color: #89ff00;
    display: block;
    width: 100%;
    padding: 6px 0;
    text-align: center;
    color: #121212;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #89ff00;
}

.ty-btn-dark:hover {
    background-color: white;
    border: 1px solid white;
    color: black;
    transition: 0.5s;
}



.ty-footerimg img {
    max-width: 140px;
    padding-bottom: 30px;
}

.pb-11 {
    padding-bottom: 10px;
}

.footer h6 {
    color: #6c6c6c;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 400;
}

.footer p {
    color: #6c6c6c;
    font-size: 16px;
    /* text-align: justify; */
    margin-top: 0px;
}

.footer ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .social {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 24px;
    /* margin-top: 40px; */
}

.footer ul li a {
    color: #6c6c6c;
}

.footer ul li a:hover {
    color: #fff;
}

.ty-new h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}

label {
    font-size: 10px;
    color: #fff;
    margin-bottom: 4px;
}

.ty-new span {
    color: #89ff00;
}

.ty-new p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.rotate {
    width: 100px;
    /* animation: rotate 10s linear infinite; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zoom {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    animation: zoom 2s ease-in-out infinite;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.accordion-button::after {
    background-image: url(../images/plus.svg);
    filter: brightness(0) invert(1);


}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    background-size: 14px;
    background-size: 14px;
    filter: brightness(0) invert(1);



}

.fw-400 {
    font-weight: 400;
}

.br-10 {
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: #000;
    font-size: 30px;
    color: white;

}

.ty-faq h1 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
    text-transform: math-auto;
}

.accordion-item {
    background-color: black;
    color: #9A9A9A;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}

.accordion-body ul {
    margin: 20px 0;
}

.accordion-body li {
    padding-bottom: 0px;
    list-style: none;
}

.accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    border-bottom: none;
    font-weight: 700;
}

button.accordion-button.collapsed {
    border-bottom: 1px solid #fff;
    padding: 50px 0px 30px 0px;
}

.accordion-body {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

button.navbar-toggler {
    background-color: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 1;
}

span.navbar-toggler-icon {

    filter: contrast(0%) brightness(2);
}

[aria-expanded="true"] span {
    filter: contrast(0%) brightness(2);
    background-image: url(../images/close.png) !important;
    /* Styles */
}




/**************************************************
***************************************************
********** Muslim hussain code here ***************
******************************************************
****************************************************** */

.legends-hero-sec.ty-banner-sec .innerbg,
.spotify-hero-sec.ty-banner-sec .innerbg,
.callofduty-hero-sec.ty-banner-sec .innerbg {
    background-image: none;
    margin-top: 5rem !important;
}

.legends-hero-sec.ty-banner-sec .row,
.spotify-hero-sec.ty-banner-sec .row,
.callofduty-hero-sec.ty-banner-sec .row {
    justify-content: space-between;
}

.legends-hero-sec.ty-banner-sec .innerbg h1,
.spotify-hero-sec.ty-banner-sec .innerbg h1,
.callofduty-hero-sec.ty-banner-sec .innerbg h1 {
    text-transform: uppercase;
    margin-top: 3rem;
}

.legends-hero-sec.ty-banner-sec {
    color: white;
    margin-top: 10px;
    font-size: 20px;
}

.hero-small-text1 {
    color: white;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
    margin-top: 25px;

}

.hero-small-text2 {
    color: white;
    margin-top: 10px;
    font-size: 15px;
    margin-top: 25px;
}
.hero-small-text2 a
{
    color: white;
    text-decoration: none !important;
}
.hero-small-text2 a:hover {
    color: #89FF00;
}

.legends-hero-sec.ty-banner-sec .ty-banner-img img,
.spotify-hero-sec.ty-banner-sec .ty-banner-img img,
.callofduty-hero-sec.ty-banner-sec .ty-banner-img img {
    width: 100% !important;
}

.spotify-hero-sec.ty-banner-sec .ty-banner-img img {
    margin-left: -5rem;
}

.FollowStepsSec {
    margin-bottom: 200px;
}

.StartNowBtn a {
    display: inline !important;
    padding: 15px 35px;
}

.SmallHead {
    font-weight: 500;
    font-size: 24px;
}

.EachStep {
    padding: 0px 55px;
    margin-top: 80px;
    margin-bottom: 90px;
}

.EachStep p:nth-child(1) {
    border: 1px solid #89FF00;
    font-size: 28px;
    font-weight: 500;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.EachStep p:nth-child(2) {
    font-size: 18px;
    font-weight: 200;
}



/* BLOGS PAGE STYLES  */
.BlogsPage,
.SingleBlogPage {
    margin-top: 150px;
}

.Breadcrumbs a:hover {
    color: #89ff00;
}

.Breadcrumbs span {
    margin: 0px 10px;
}

.BlogLink .BlogImage {
    box-shadow: 0px 0px 15px 0px #ffffff3b;
    padding: 2px;
    border-radius: 10px;
}



.blogCategory,
.BlogText p:nth-child(2),
.BlogsDate {
    color: #909090;
    font-size: 0.9rem;
}

.BlogText {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    height: 130px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BlogCol a .hoverBorder {
    width: 100%;
    height: 3px;
    background-color: #89ff00;
    visibility: hidden;
}

.BlogCol a:hover .hoverBorder {
    visibility: visible;
}

.SingleBlogPage {
    margin-bottom: 100px;
}

.SingleBlogContent {
    width: 65%;

}

.BlogDetails {
    color: white;
}

.RelatedArticles {
    margin-top: 100px;
    border-top: 1px solid white;
    padding-top: 60px;
}

.BlogCategory {
    background-color: #4c4c4c;
    color: white;
    padding: 10px 20px 8px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 50px;
}

.BlogCategory:hover {
    background-color: #89ff00;
    color: black;
}

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

.ViewMore:hover {
    color: #89ff00 !important;
}



/* COOKIES BANNER  */
#cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 1000;
    width:100%;
  
    /* Initially zero width */
    /* transform: scale(0); */
    /* Initially scale is 0 */
    opacity: 0;
    transition: all 1.5s ease;
    /* Smooth animation */
  }
  
  .cookie-content-desktop {
    margin: 0 auto;
    padding: 10px 0px;
  }
  
  #cookie-banner.show {
    /* transform: scale(1); */
    opacity: 1;
  }
  
  
  
  .cookie-content-desktop {
    display: flex;
    justify-content: space-evenly;
  }
  
  .cookie-content-mobile {
    display: none;
  }
  
  .cookieText {
    padding: 16px 16px 16px 0px;
  }
  
  #cookie-banner .cookie-content-desktop .cookieText p:nth-child(1) {
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 0px;
  }
  
  #cookie-banner .cookie-content-desktop .cookieText p:nth-child(2) {
    display: inline;
    color: rgb(0, 0, 0);
    font-size: 16px;
  }
  
  .cookieButtons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
  }
  
  #cookie-banner .cookie-content-desktop .cookieButtons .btn-accept {
    border: none;
    cursor: pointer;
    background-color: black;
    padding: 15px 25px;
    white-space: nowrap;
    width: 150px;
    color: white;
    font-weight: 600;
  }
  
  #cookie-banner .cookie-content-desktop .cookieButtons a {
    color: white;
  }
  
  /* COOKIE BANNER MOBILE  */
  #cookie-banner .cookie-content-mobile .Privacy-mobile-head {
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0px 15px;
  }
  
  #cookie-banner .cookie-content-mobile .cookieText {
    padding: 10px 0px;
  }
  
  .cookie-banner-mobile-text {
    margin: 0px 15px;
  }
  
  .cookie-banner-mobile-text p {
    display: inline;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
  }
  
  .cookie-content-mobile .cookieButtons {
    margin: 20px 0px 5px 0px;
    ;
    align-items: center;
  }
  
  #cookie-banner .cookie-content-mobile .cookieButtons .btn-accept {
    border: none;
    cursor: pointer;
    padding: 14px 0px;
    height: 100%;
    white-space: nowrap;
    width: 150px;
  }
  
  #cookie-banner .cookie-content-mobile .cookieButtons a {
    color: white;
  }
  
  /* #cookie-banner .cookieButtons .btn-accept:hover {
    background-color: #67bf00;
  } */
  
  #cookie-banner .cookie-content-mobile .cookieButtons button {
    font-weight: 600;
    background-color: black;
    color: white;
  }
  
  




  /* PRIVACY PAGE  */



/* Center the PrivacyPage */
.PrivacyPage {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 120px;
}
.PrivacyPage  p,
.PrivacyPage  ul li,
.PrivacyPage  ol li
{
    color: white;
}
.terms-heading
{
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 132%;
    margin: 27px 0px 57px;
}
.PrivacyPage  ul li,
.PrivacyPage  ol li
{
    list-style-type: none;
}
.PrivacyPage  ul,
.PrivacyPage  ol
{
    margin: 15px 0px;
}


/* Center the home-container */
.home-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Styles for the home-page-container */
.home-page-container {
    padding: 40px 20px;
    /* Added padding for better spacing */
    max-width: 1100px;
    /* Limit the width for better readability */
}



h2.terms-section-title {
    color: #ffffff;
    /* White for sub-sections */
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    /* Font size for section titles */
    border-bottom: 2px solid #d4edda;
    /* Underline for section titles */
    padding-bottom: 5px;
}

/* Paragraph styles */
.home-page-container p {
    line-height: 1.6;
    /* Better line height for readability */
    margin-bottom: 20px;
    /* Spacing between paragraphs */
}
.home-page-container p a,
.home-page-container ul li a,
.home-page-container ol li a
{
    color: #89ff00;
}

/* Styles for ordered lists */
.home-page-container ol {
    margin: 15px 0;
    /* Spacing around lists */
    padding-left: 20px;
    /* Indentation for list items */
    list-style-type: decimal;
    /* Use decimal numbers for ordered lists */
    color: #ffffff;
    /* Ensure numbers are white */
}

/* Styles for unordered lists */
.home-page-container ul {
    margin: 15px 0;
    /* Spacing around lists */
    padding-left: 20px;
    /* Indentation for list items */
    list-style-type: disc;
    /* Bullet points for lists */
    color: #ffffff;
    /* Ensure bullets are white */
}

/* Styles for list items */
.home-page-container li {
    margin-bottom: 10px;
    /* Spacing between list items */
    line-height: 1.6;
    /* Improved line height for readability */
    color: #ffffff;
    /* Ensure list items are white */
}

.PrivacyButton
{
    margin-left: 15px
}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }

    h2.terms-section-title {
        font-size: 20px;
        /* Adjust section title size for mobile */
    }
}

/* Styles for the headings */
h1 {
    text-align: left;
    /* Align text to the left */
    color: #fff;
    margin: 27px 0px 57px 0px;
    font-size: 32px;
    /* Smaller font size for desktop */
    font-weight: 700;
    line-height: 132%;
}

/* Media query for tablets and larger mobile screens */
@media (max-width: 1024px) {
    h1 {
        font-size: 6vw;
        /* Increase font size for medium-sized screens like tablets */
        margin: 20px 0px 40px 0px;
    }
}

/* Media query for smaller screens (e.g., mobile) */
@media (max-width: 768px) {
    h1 {
        font-size: 8vw;
        /* Larger font size for smaller screens like smartphones */
        margin: 20px 0px 40px 0px;
    }
    #cookie-banner .cookie-content-mobile .cookieText {
        padding: 10px 0px;
      }
      .cookie-banner-mobile-text {
        margin: 0px 0px;
    }
    #cookie-banner .cookie-content-mobile .Privacy-mobile-head {
        padding: 0px 0px;
    }
}

/* Media query for very small screens (e.g., small phones) */
@media (max-width: 480px) {
    h1 {
        font-size: 10vw;
        /* Increase font size even more for very small screens */
        margin: 15px 0px 30px 0px;
    }
    
}




/* NEW MUSLIM CODE  */

/* LANDING HERO SECTION  */
.LandingHeroSection
{
    height: 100vh;
    display: grid;
    align-items: center;
    padding: 120px 0;
}
.LandingHeroBg
{
    padding: 80px 0px;
    background-image: url(../images/background-ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.LandingHeroContainer
{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 16rem;
}
.LandingHeroContainer h1
{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.LandingHeroContainer h1 span {
    color: #89FF00;
    font-weight: 700;
}
.LandingHeroImg
{
    width: 315px;
}
.LandingHeroImg img
{
    width: 100%;
}



.QuestionAnswerSection
{
    padding: 0rem 9rem;
    color: white;
    margin-top: 12rem;
}
.QuestionAnswerWrapper {
    border-bottom: 1px solid white;
}
.QuestionAnswerSectionInner h2,
.StartRedeemingHeading
{
    font-size: 45px;
    text-align: center;
    margin-bottom: 60px;
    font-weight:600;
}
.QuestionAnswerSectionInner h2
{
    margin-bottom: 40px;

}
.Question
{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 45px 0px 25px 0px;
}
.Question p
{
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px;
    font-weight:600;
}
.Answer
{
    margin-bottom: 20px;
    color: #9A9A9A;
}
.Answer p
{
    color: #9A9A9A;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}
.Answer ul
{
    list-style-type:none;
    color: #9A9A9A;
    margin-bottom: 1rem !important;
}
.QuestionAnswerWrapper i {
    color: white;
    transition: all 0.5s ease;
    height: fit-content;
    margin-left: 10px;
}
.QuestionAnswerWrapper i img
{
    filter: brightness(0) invert(1);
    width: 25px;
}


/* START REDEEMING SECTION  */
.StartRedeemingSection,
.OurPopgStars,
.PopStarList
{
    padding: 0px 9rem;
}
.StartRedeemingHeading
{
    text-align: left;
    color: white;
    font-size: 32px;
}
.RedeemingSection
{
    display: flex;
    gap: 35px 18px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.EachRedeem
{
    width:calc(25% - 14px);
    border-radius: 12px;
    border:1px solid #d7d7d7a1;
    overflow: hidden;
}
.RedeemName
{
    display:flex;
    justify-content: space-between;
}
.RedeemName p:nth-child(1)
{
    color:white;
    font-size: 18px;
}
.RedeemName p:nth-child(2)
{
    font-size: 14px;
    color: #89FF00;
}
.RedamNowButton
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}
.RedamNowButton p:nth-child(1)
{
    font-size: 13px;
    color: #9A9A9A;
    font-weight:100;
    text-align:left;
}
.RedeemPrice
{
    padding: .75rem;
    align-items:center;
    border-top:1px solid #d7d7d7a1;
}
.RedeemPrice p
{
    font-weight: 900;
    margin-bottom: 0px;
    font-size: 15px;
}
.RedeemPrice a
{
    white-space: nowrap;
    text-decoration: none;
    background-color: #0096FF;
    color: #fff;
    font-size: 12px;
    border-radius: .55rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: .45rem 0.8rem;
    line-height: 1rem;
    background-color: #00aaff;
    border: 1px solid transparent;
    border-color: #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color 0.3s;
}
.RedeemPrice a:hover
{
    background-color: #007acc;
    border-color: #0a58ca;
}


/* OUR POPG START SECTION  */
.OurPopgHeading h3
{
    color: white;
    font-size: 32px;
    font-weight:400;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.OurPopgHeading h3 span
{
color: #89FF00;
font-weight:600;
text-transform: uppercase;
}
.OurPopgHeading p
{
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}
.HeaderStarSection
{
    margin: 0px 0px;
    display: flex;
}

.HeaderStarSection .HeaderStarImage
{width: 25%;
}
.StartsDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px 0px 0px;
}
.StarsLocation {
    color: #FFF;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}
.HeaderStarDetails
{
margin-left:100px;
width: 75%;
}
.HeaderStarDetails p
{
    color: white;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin-top: 30px;
}   
.HeaderStarDetails p span 
{
    color: #89FF00;
    font-weight: 500;
}
.PopStarList,
.OurPopgStars
{
    margin-top:12rem;
}    
.PopStarList .OurPopgHeading p
{
margin-top:40px;
}
.PopStarsListContainer
{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    margin-top: 80px;
}
.PopStarsListContainer .HeaderStarImage
{
    width: calc(25% - 40px)
}
.PopStarsListContainer .HeaderStarImage > img,
.HeaderStarSection .HeaderStarImage > img
{
    width: 100%;
}
.OurPopgHeading p  span:nth-child(2)
{
    display: block;
    margin: 25px 0px 20px 0px;
}
.name {
    display: flex;
    gap: 5px;
}
.first-name {
    color: #89FF00;
    font-size: 20px;
    font-weight: 500;
}
.last-name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}









/* Footer  */
section.footer {
    background-color: #121212;
    padding: 50px 0px;
    margin-top: 100px;
}
.FooterContainer
{
    padding:0px 9rem;
}
.Powered-Logo {
    display: flex;
    align-items: center;
    justify-content: end;
}
.Powered-Logo p {
    margin-right: 5px;
    margin-bottom: 0px;
}
.Powered-Logo img {
    width: 65px;
}


/****************************************************
*************** MEDIA QUERIES *************************
***************************************************************  */

/******************* MAX WIDTH 1580 ******************************* */
@media (max-width: 1580px) {
    .LandingHeroContainer,
    .StartRedeemingSection,
    .QuestionAnswerSection,
    .FooterContainer,
    .OurPopgStars,
    .PopStarList {
        padding: 0rem 9rem;
        max-width: none;
    }

    .HeaderStarDetails p {
    width: 100%;
    margin-top: 10px;
}
    
    
    
}

/******************* MAX WIDTH 1440 ******************************* */
@media (max-width: 1440px) {
    .LandingHeroContainer,
    .StartRedeemingSection,
    .QuestionAnswerSection,
    .FooterContainer,
    .OurPopgStars,
    .PopStarList {
        padding: 0rem 6rem;
        max-width: none;
    }
    .RedeemPrice a
    {
        padding: .55rem 0.8rem; 
    }
    .PopStarsListContainer .HeaderStarImage {
        width: calc(25% - 40px);
    }

    .first-name,
    .last-name {
        font-size: 18px;
    }
    .HeaderStarDetails p {
    font-size: 19px;
    width: 100%;
}
}


/******************* MAX WIDTH 1280 ******************************* */
@media (max-width: 1280px)
{
    .EachRedeem {
        width: calc(33% - 18px);
    }
    .LandingHeroContainer,
    .StartRedeemingSection,
    .QuestionAnswerSection,
    .FooterContainer,
    .OurPopgStars,
    .PopStarList {
        padding: 0rem 3rem;
    }
    .PopStarsListContainer .HeaderStarImage {
        width: calc(30% - 40px);
    }

    .RedeemPrice a
    {
        padding: .75rem 1.5rem;
    }
    .first-name,
    .last-name {
        font-size: 14px;
    }
    
    
}


/******************* MAX WIDTH 992 ******************************* */
@media (max-width: 992px)
{
    .first-name,
    .last-name  {
        font-size: 14px;
    }
    .StarsLocation {
        font-size: 10px !important;
    }
    .PopStarsListContainer {
        gap: 40px;
    }
    .PopStarsListContainer .HeaderStarImage {
        width: calc(32% - 32px);
    }
    .HeaderStarSection .HeaderStarImage {
        width: 33%;
    }
    .HeaderStarDetails {
        width: 65%;
    }
    .PopStarsListContainer {
        justify-content: space-between;
    }
    .StartsDetails
    {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .icons
    {
        width: 100%;
        justify-content: end;
    }
    .RedeemName,
    .RedamNowButton
    {
        flex-direction: column;
        align-items: center;
    }
    .RedamNowButton,
    .RedeemName p:nth-child(2)
    {
        margin-top: 5px;
    }
    .RedeemPrice a {
        padding: 5px 15px;
        margin-top: 8px;
        border-radius: 18px;
    }
    .RedeemPrice {
        padding: 8px 15px 15px 15px;
    }
    .RedamNowButton p:nth-child(1),
    .RedeemName p:nth-child(1) {
        font-size: 12px !important;
        text-align: center;
    }
    .HeaderStarDetails {
    margin-left: 70px;
}
}


/******************* MAX WIDTH 768 ******************************* */
@media (max-width: 768px)
{
    .LandingHeroBg {
        padding: 30px 0px;
    }
    .LandingHeroContainer 
    {
        flex-direction: column;
        align-items: center;
    }

    .EachRedeem {
        width: calc(50% - 15px);
    }
    .LandingHeroContainer h1 {
        font-size: 35px;
    }
    .QuestionAnswerSectionInner h2, .StartRedeemingHeading,
    .OurPopgHeading h3 {
        font-size: 30px;
    }
    .Question p {
        font-size: 20px;
    }
    .Answer p,
    .Answer ul li {
        color: #9A9A9A;
        font-size: 16px;
    }
    .LandingHeroSection {
        height: auto;
        padding: 76px 0 40px 0px;
    }
    .QuestionAnswerSectionInner h2, .StartRedeemingHeading {
        margin-bottom: 40px;
    }

    .HeaderStarDetails,
    .HeaderStarSection .HeaderStarImage {
        width: 50%;
    }
    .HeaderStarDetails {
        margin-left: 0px;
    }
    .HeaderStarSection .HeaderStarImage
    {
        margin: 0 auto;
    }
    .HeaderStarDetails p {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
    }
    .OurPopgHeading p {
        font-size: 16px;
        line-height: 30px;
    }
    .HeaderStarSection
    {
        flex-direction: column;
    }
    .HeaderStarDetails
    {
        width: 100%;
        margin-top: 38px;
    }
    

    
}


/******************* MAX WIDTH 600 ******************************* */
@media (max-width: 600px)
{

    .RedeemPrice
    {
        flex-direction:column;
    }
    .LandingHeroImg {
        width: 200px;
    }
    .LandingHeroContainer h1 {
        font-size: 26px;
    }

    .LandingHeroContainer,
    .StartRedeemingSection,
    .QuestionAnswerSection,
    .FooterContainer,
    .OurPopgStars,
    .PopStarList {
        padding: 0rem 1rem;
    }
    .Question {
        padding: 20px 0px 10px 0px;
    }
    .Answer {
        margin-bottom: 10px;
    }
    .Question p {
        font-size: 16px;
    }
    .Answer p, .Answer ul li {
        font-size: 14px;
    }
    .QuestionAnswerWrapper i img {
        width: 18px;
    }
    .QuestionAnswerSectionInner h2, .StartRedeemingHeading,
    .OurPopgHeading h3 {
        font-size: 25px;
    }
    .QuestionAnswerSectionInner h2 {
        margin-bottom: 20px;
    }
    section.footer {
        margin-top: 50px;
    }
    .PopStarsListContainer .HeaderStarImage {
        width: 70%;
        margin-bottom: 35px;
    }
    .PopStarList .StartsDetails {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .OurPopgStars .StartsDetails {
        flex-direction: row;
        width: 74%;
        margin: 0 auto;
    }

    .PopStarsListContainer {
        justify-content: center;
    }
    .QuestionAnswerSection,
    .PopStarList {
        margin-top: 6rem;
    }
    .HeaderStarSection .HeaderStarImage {
        width: 100%;
        text-align: center;
    }
    .HeaderStarSection .HeaderStarImage > img {
    width: 75%;
}
    .HeaderStarDetails p {
        font-size: 16px;
    }
    .PopStarList{
        margin-top: 8rem !important;
    }
    .OurPopgStars {
        margin-top: 10rem !important;
    }

    
}