/* NAVBAR START */
nav {
    /* background: #fff; */
}

nav .container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 15px;
}

.logo {
    max-height: 40px;
}

.logo_div {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo_div p {
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}


.nav_link {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

#nav_btn,
#nav_close_btn {
    display: none;
}

#nav_links {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 500px) {
    .nav_link {
        color: #fff;
    }

    #nav_btn,
    #nav_close_btn {
        display: block;
        background: transparent;
        border: none;
        color: #fff;
    }

    #overlay {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        transition: all 0.2s ease-in-out;
        z-index: 999999;
    }

    #nav_links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        z-index: 999999;
    }
}

/* NAVBAR END */


/* BODY START */


.card {
    /* display: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    gap: 20px;*/
    position: fixed;
    top: 24px;
    right: 24px;
    opacity: 0;
    transition-duration: 200ms;
    flex-direction: column;
    z-index: 1000;
    align-items: center;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 12px;
    border: 1px solid #383838;
    background: #1A1A1A;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}


.card-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .card-icon .image {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #DDF4DE;
} */
/* 
.card-icon .image img {
  width: 20px;
  height: 20px;
} */

.card-icon h2 {
    color: #0CC03F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.card-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #667085;
    align-self: start;
}


#confirmation-card {
    /* display: none; */
    opacity: 0;
}


.title_div {
    padding: 32px 0px;
}

.title {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.title .title_text {
    display: flex;
    max-width: 674px;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.title .title_text h1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    /* 150% */
    letter-spacing: -0.8px;
}

.title .title_text p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.title .title_img1 {
    position: absolute;
    left: 0;
}

.title .title_img2 {
    position: absolute;
    right: 0;
}

.card_box {
    gap: 24px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.card_box .card_item {
    display: flex;
    margin-bottom: 24px;
    border-radius: 12px;
    border: 1.5px solid #3F3F3F;
    height: max-content;
    overflow: hidden;
}


.card_item .card_parent {
    width: 100%;
    position: relative;
}

.card_parent .card_number {
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 2;
}

.card_parent .card_number p {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.card_parent .cart-middle {
    display: flex;
    flex-direction: column;
}

.card_parent .card_left {
    display: flex;
    padding: 10px 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    position: relative;
    background: transparent;
    background: linear-gradient(90deg, #061574 0%, #6732FF 100%);

}

.card_left .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.card_left .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.empty_listing {
    display: flex;
    padding: 24px 0px 72px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.empty_listing h2 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.empty_listing p {
    color: #cdcdcd;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.empty_listing button {
    width: 100%;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
}

.card_parent .card_right {
    /* width: 80%; */
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    background: #FFF;
    border-radius: 0 0 12px 12px;
}

.card_parent .card_top {
    width: 100%;
    height: 28px;
    flex-shrink: 0;
    background: #E7E7E7;
    border-radius: 9px 9px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.right_elements .pros-div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
    /* margin-bottom: 20px; */
}

.right_elements .pros-div .pros {
    display: flex;
    flex-direction: row;
    gap: 8px;

}

.right_elements .pros-div .pros span {
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.26px;
}

.right_elements .pros-div .pros .img {
    padding: 3px 0;
    display: flex;
    /* align-items: center; */
}

.right_elements .pros-div .pros .img img {
    /* display: block; */
    width: 13px;
    height: 13px;
}

.card_parent .card_top .brand_name {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin: auto;
    display: none;
}

.card_parent .card_top_blue {
    width: 100%;
    height: 28px;
    flex-shrink: 0;
    border-radius: 9px 9px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_parent .card_top_blue .star {
    margin-right: 12px;
}

.card_parent .card_top .star {
    margin-right: 12px;
}


.card_parent .card_top_blue .brand_name {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    padding: 3px 8px;
    display: none;

}

.card_parent .card_top_blue .card_num {
    position: absolute;
    top: 0;
    left: 0;
}

.card_parent .card_top_blue span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.left_elements .left_up_mobile {
    display: none;
}


.card_parent .card_top_blue .card_num p {
    display: flex;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.card_parent .card_top .card_num span {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.card_parent .card_top .card_num p {
    display: flex;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.card_left .left_elements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 88px;
    flex: 1 0 0;
    z-index: 2;
}

.card_left .left_elements .brand-name {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.right_elements .promo_code {
    /* padding: 5px; */
    /* margin-bottom: 20px; */
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    width: calc(100% - 10px);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    /* gap: 8px; */
}


.right_elements .promo_code button {
    border: none;
    display: flex;
    width: 110px;
    padding: 4px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFF;
}

.right_elements .promo_code button span {
    color: #EB1111;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
}


.right_elements .promo_code .promo_text {
    width: 100%;
    display: flex;
    padding: 4px 4px 4px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px dashed #EB1111;
    background: #F6F6F6;
}

.promo_text span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
}

.card_right .right_elements {
    display: flex;
    height: auto;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
}

.left_elements .left_up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 2.8px;
}

.left_elements .left_up img {
    max-height: 65px;
}

.right_elements .right_up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.right_text .main_discount {
    margin-top: 12px;
    color: #5E5E5E;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.96px;
}

.right_text .discount {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 12px;
}

.right_text .discount p {
    color: #5E5E5E;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 100% */
    letter-spacing: -0.96px;
}

.right_text .discount span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.4px;
}

.right_elements .brand-adress {
    order: 0;
    overflow: hidden;
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    display: none;
}

.right_elements .brand-adress img {
    padding-right: 4px;
}

.right_elements .right_mid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.right_mid p {
    color: #000;
    text-align: center;
    text-shadow: 0px 2px 8.5px rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.24px;
}


.right_elements .more {
    order: 2;
    display: flex;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}

.more p {
    color: #929292;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.28px;
}

.right_elements .right_down {
    order: 1;
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border-radius: 30px;
    background: var(--Gradient-20, linear-gradient(0deg, #7839EE 3.33%, #875BF7 100%));
    text-decoration: none;
}

.right_down p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.48px;
}


.link-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}


.right_up img {
    width: 26px;
    height: 26px;
}


.left_elements .left_down {
    display: flex;
    padding: 6px 8px 10px 8px;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background: #FFF;
}

.left_down p {
    color: #000;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}

.left_up p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    /* 121.429% */
    letter-spacing: -0.28px;
}


/* aaaaaaaaaaa */


.pchoice {
    background: #fff;
    padding: 32px 0px 40px 0px;
    position: relative;
}

.pchoice .icons {
    display: none;
}

.pchoice .icons .icon-heart {
    position: absolute;
    left: 97px;
    top: 224px;
}

.pchoice .icons .icon-heart2 {
    position: absolute;
    right: 302px;
    top: 59px;
}

.pchoice .icons .icon-club {
    position: absolute;
    left: 191px;
    top: 63px;
}

.pchoice .icons .icon-spade {
    position: absolute;
    left: 323px;
    top: 188px;
}

.pchoice .icons .icon-spade2 {
    position: absolute;
    right: 72px;
    top: 156px;
}

.pchoice .icons .icon-diamond {
    position: absolute;
    left: 478px;
    top: 11px;
}

.pchoice .icons .icon-diamond2 {
    position: absolute;
    right: 318px;
    top: 203px;
}


.pchoice .choice {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 24px;
}

.pchoice .boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pchoice .boxes .box {
    width: 17%;
    border-radius: 12px;
    border: 1.5px solid #003044;
    background: #FFF;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pchoice .boxes .box .bg-logo {
    border-radius: 46px;
    background: #003044;
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.pchoice .boxes .box .brand-name {
    color: #000;
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.pchoice .boxes .box .brand-point {
    margin-bottom: 12px;
}

.pchoice .boxes .box .brand-point p {
    color: #000;
    text-align: center;
    text-shadow: 0px 2px 8.5px rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 150% */
    letter-spacing: -0.48px;
}


.pchoice .boxes .box .brand-point span {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.pchoice .boxes .box .offer {
    display: flex;
    gap: 4px;
}

.pchoice .boxes .box .offer span {
    background: var(--gradient-28, linear-gradient(180deg, #D02525 0%, #A91E1E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.desktop-offer {
    color: #FFF;
    text-shadow: 2px 2px 26px rgba(255, 255, 255, 0.60);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.mobile-offer {
    display: none;
    color: #FFF;
    text-shadow: 2px 2px 26px rgba(255, 255, 255, 0.60);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pchoice .boxes .box .brand-name-mobile {
    display: none;
}

.pchoice .boxes .box .brand-name {
    display: block;
}

@media (max-width: 1024px) {
    .card_box .card_item {
        /* width: 48%; */
        margin-left: 5px;
    }


    .card_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .card_box > div.card_item_blue {
        grid-column: 1;
        /* Ensure it takes full width */
        grid-row: auto;
    }

    .pchoice .icons .icon-diamond {
        display: none;
    }

    .pchoice .icons .icon-diamond2 {
        visibility: hidden;
    }

    .pchoice .icons .icon-spade {
        display: none;
    }

    .pchoice .boxes .box {
        width: 25%;
    }
}


@media (max-width: 768px) {


    .card_box {
        gap: 0;
    }

    .right_elements .right_up {
        /* margin-bottom: 16px; */
    }

    .right_elements .pros-div {
        display: none;
    }


    .card-div {
        display: flex;
        justify-content: center;
    }

    .card {
        width: 320px;
        top: 24px;
        right: 16px;
    }

    .card_left .img-overlay {
        display: none;
    }

    .card_left .bg-img {
        display: none;
    }

    .card_parent .card_top {
        justify-content: space-between;
    }

    .right_text .main_discount {
        margin-top: 0;
    }

    .pchoice .icons {
        display: block;
    }

    .filter {
        margin-top: 16px;
    }


    .right_elements .brand-adress {
        display: block;
        color: rgba(0, 0, 0, 0.70);
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: -0.28px;
    }

    .right_elements .brand-adress img {
        display: none;
    }

    .right_text {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile-offer {
        display: block;
    }

    .right_elements {
        width: 100%;
    }

    .desktop-offer {
        display: none;
    }

    .left_elements .star {
        display: block;
    }

    .card_left .left_elements {
        gap: 0px;
        width: 100%;
    }

    .card_box {
        grid-template-columns: 1fr;
        /* Single-column grid */
    }

    /* Reset the grid-column behavior for mobile */
    .card_box > div.card_item_blue {
        grid-column: 1;
        /* Ensure it takes full width */
        grid-row: auto;
    }

    .card_parent .card_top .brand_name {
        display: block;
        margin: 0;
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        line-height: 18px;
        padding: 3px 8px;
    }

    .card_parent .card_top_blue .brand_name {
        display: block;
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        line-height: 20px;
        padding: 3px 8px;
    }

    .card_parent .card_left {
        padding: 10px 46px;
    }

    .card_parent .card_top_blue .star {
        /* display: none; */
    }

    .card_parent .card_top .star {
        /* display: none; */
    }

    .card_parent .card_right {
        padding: 16px;
    }

    .card_left .left_elements .brand-name {
        display: none;
        /* display: block; */
    }

    .card_left .left_elements .left_up {
        /* display: none; */
    }

    .pchoice .boxes .box .brand-name-mobile {
        display: block;
        color: #000;
        font-family: Inter !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 10px;

    }

    .pchoice .boxes .box .brand-name {
        display: none;
    }

    .card_left .left_elements .star {
        margin: 7.5px 9px;
    }

    .card_parent .card_left {
        /* background: #000; */
        height: fit-content;
    }

    .logo_div .logo_text {
        display: none;
    }

    .card-box {
        gap: 0
    }

    .card_box .card_item_blue {
        margin-bottom: 24px;
    }

    .title {
        padding: 0;
    }

    .left_up p {
        display: none;
    }

    .card_box {
        margin-top: 24px;
    }

    .title_div {
        padding: 0;
    }

    .title .title_text {
        width: 100%;
        padding: 20px 0 16px 0;
    }

    .title .title_text h1 {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        /* 133.333% */
        letter-spacing: -0.42px;
    }

    .title .title_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .title .title_img1 {
        top: 30px;
    }

    .title .title_img2 {
        top: 40px;
    }

    .title .title_img1 img {
        width: 75px;
        height: 85px;
    }

    .title .title_img2 img {
        width: 75px;
        height: 85px;

    }

    .card_box .card_item {
        margin-left: 0;
    }

    .pchoice {
        padding: 24px 16px 40px 16px;
    }

    .pchoice .boxes .box {
        width: 40%;
    }
}

@media (max-width: 520px) {
    .title .title_img1 {
        top: 60px;
    }

    .title .title_img2 {
        top: 70px;
    }

    .card_box .card_item {
        width: 100% !important;
        margin-left: 0;
    }

    .pchoice .icons .icon-heart2 {
        display: none;
    }

    .pchoice .icons .icon-diamond2 {
        visibility: visible;
        left: 82%;
        top: 85.5%;
    }

    .pchoice .icons .icon-heart {
        left: 28%;
        top: 89%;
        transform: rotate(-16.441deg);
    }

    .pchoice .icons .icon-club {
        left: 12%;
        top: 7%;
        transform: rotate(-15.744deg);
    }

    .pchoice .icons .icon-spade2 {
        left: 78%;
        top: 4%;
        transform: rotate(17.444deg);
    }

    .pchoice {
        padding: 24px 0 40px 0;
    }

    .pchoice .boxes .brand-name {
        text-align: center;
    }

    .pchoice .choice {
        font-size: 20px;
        line-height: 30px;
    }

    /* .pchoice .boxes .box {
      width: 36%;
    } */
}


/* BODY END  */


/* FOOTER START */


.linear {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.24) 49.5%,
    rgba(255, 255, 255, 0) 100%);
}


.footer_images {
    padding: 64px 0 40px 0
}

.footer_images .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 64px;
    row-gap: 48px;
    max-width: 1216px;
    margin: auto;
    padding: 0 32px;
}

.footer_images img {
    width: auto;
    max-height: 56px;
    object-fit: cover;
}


.footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 48px; */
}

.footer_text .text-div {
    padding: 32px;
    max-width: 1280px;
    margin: 0;
    border-top: 1px solid rgba(175, 175, 175, 0.50);;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.text-div .text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.text-div .text h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.text-div .text p,
.text-div .text a{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: capitalize;
}


.footer-links .common {
    display: flex;
    justify-content: space-between;
    padding: 40px 32px 54px 32px;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-links .common .left {
    order: 0;
}

.footer-links .common .left p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

.footer-links .common .right {
    display: flex;
    gap: 16px;
    order: 2;
}

.footer-links .common .right a {
    color: #A7B1FF;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    text-decoration-line: underline;
}

@media (max-width: 520px) {

    .footer_text p,
    .footer_text a {
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        letter-spacing: -0.02em;
    }


}

@media screen and (max-width: 768px) {
    .footer_images img {
        max-height: 36px;
    }


    .footer_nav div {
        flex-direction: column;
    }
}

@media screen and (max-width: 1033px) {
    .footer_nav {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .footer_text .container {
        padding: 0;
    }

    .footer_text {
        padding: 0 16px 32px 16px;
    }

    .footer_text .line {
        height: 0.5px;
        width: 100%;
    }

    .footer_text .text-div {
        padding: 24px 0 0 0;
        gap: 24px;
    }

    .footer-links .common {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: fit-content;
        padding: 24px 16px 9px 16px;
        max-width: 100%;
    }

    .footer-links .common .left {
        order: 2;
    }

    .footer-links .common .right {
        order: 0;
    }
}

/* FOOTER END */

/* PAGES START */
.pages {
    max-width: 960px;
    margin: auto;
    padding: 0 32px;
}

.pages h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
    letter-spacing: -0.8px;
    padding: 32px 0;
}

.pages p,
.pages a,
.pages li,
.pages span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}

.pages a {
    text-decoration: underline;
}

.pages ol,
.pages ul {
    margin-left: 15px;
    padding: 0px;
}

@media (max-width: 768px) {

    .pages {
        padding: 0 16px;
    }

    .pages h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        padding: 0;
    }

    .pages p,
    .pages a,
    .pages li {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
    }
}

/* PAGES END */


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex .test {
    width: 30%;
    border: 1px solid red;
    padding: 10px;
    margin: 10px;
}


@media (max-width: 385px) {
    .card {
        right: 10px;
    }
}


@media (max-width: 768px) {
    .footer_images .container {
        padding: 0 16px;
        gap: 28px;
    }

    .footer_images {
        padding: 48px 0;
    }
}