/* 
/////////////////////////////  global
*/

body {
    background-color: #1C1C1C;
    color: #00FFE0;
    font-family: 'Kulim Park', sans-serif;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

p {
    margin: 0;
}

img {
    display: block;
    object-fit: contain;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.btn-outline-info {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    font-family: 'Russo One' !important;
    font-size: 16px;
    text-transform: uppercase;
    border-image-source: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    border-image-slice: 1;
    color: #00FFE0;
    background: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    border-radius: 0;
    border-width: 3px;
    transition: .4s;
}

.btn-outline-info:hover {
    background: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    /* border-color: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1)); */
    border-image-source: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    color: #1C1C1C !important;
    -webkit-text-fill-color: #1C1C1C;
    transition: .4s;
}

.global-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 90px !important;
    padding-right: 90px !important;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .global-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    .global-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.mb-10px {
    margin-bottom: 10px;
}

/* 
/////////////////////////////  section 1
*/

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    align-items: center;
    width: 100%;
    padding: 15px 20px 5px 20px;
    transition: all 0.15s ease-in;
    backdrop-filter: blur(12px);
}

.navbar.menu-show {
    position: fixed;
    height: 100vh;
    background-color: #1C1C1C;
}

.navbar-collapse {
    transition: all 0.2s ease-in;
}

.navbar-brand img {
    height: 180px;
    width: auto;
    margin-top: -60px;
    margin-bottom: -60px;
    transform: rotate(60deg) translate(6px, 1px);
    margin-left: 40px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    font-size: 20px;
}

/* mobile burger */
.navbar-toggler {
    display: flex;
    height: 40px;
    padding: 6px;
    margin-top: 15px;
    border: 3px solid #00FFE0;
    border-color: #00FFE0 !important;
    border-radius: 0;
    outline: none !important;
}

.navbar-toggler .navbar-toggler-icon {
    position: relative;
    display: block;
}

.navbar-toggler .navbar-toggler-icon:after,
.navbar-toggler .navbar-toggler-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
}

.navbar-toggler .navbar-toggler-icon:after {
    top: 18px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon:after,
.navbar-toggler .navbar-toggler-icon:before {
    width: 30px;
    height: 3px;
    background-color: #00FFE0;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.navbar-toggler.on span {
    background-color: transparent;
}

.navbar-toggler.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
}

.navbar-toggler.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
}

.nav-item {
    margin-left: 40px;
    position: relative;
    transition: .4s;
}

/* .nav-item:hover {
    opacity: 0.7;
    transition: .4s;
} */

.lang a {
    display: flex;
    align-items: center;
}

.lang img {
    margin-right: 5px;
}

.nav-link {
    color: #fff;
    transition: .4s;
}

.nav-link:hover {
    color: #ffffff;
    z-index: 9;
    transition: .4s;
}

.nav-cart-item-count {
    color: #000;
    background-color: #00FFE0;
    position: absolute;
    right: -9px;
    bottom: 16px;
    font-size: 12px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/background.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: url('../img/soldier.svg') no-repeat center center;
    background-size: cover;
    background-position-y: 63px;
    z-index: 2;
    opacity: 0.8;
    /* Adjust opacity as needed */
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-text {
    max-width: 650px;
    padding: 0;
    margin-left: auto;
    margin-right: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display-4 {
    margin-bottom: 15px;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    font-size: 48px;
}

.lead {
    max-width: 525px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .nav-item {
        margin-left: 20px;
    }

    .hero-text {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .navbar .hide {
        transform: translateY(-200%);
    }

    .nav-item {
        margin-left: 0px;
        padding: 10px;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        align-items: center;
        width: 100%;
        padding: 15px 20px 5px 20px;
        transition: all 0.15s ease-in;
        backdrop-filter: blur(12px);
        height: 90px;
    }
}

@media (max-width: 768px) {
    .hero-image {
        width: 100%;
        background-size: 700px;
        background-position-y: 100%;
        background-position-x: -100px;
    }

    .display-4 {
        font-size: 24px;
    }

    .lead {
        font-size: 18px;
    }
}

/* 
/////////////////////////////  section 2 
*/

.content-section {
    padding: 100px 20px;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    background-color: #1C1C1C;
    color: #00FFE0;
}

.order-info {
    margin-right: 40px;
    margin-bottom: 40px;
}

.order-info p {
    max-width: 500px;
    margin-bottom: 40px;
}

.order-info h2 {
    line-height: 1.7;
}

.order-info h2,
.contact-info h3 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
}

.order-info p,
.contact-info p {
    color: #fff;
}

.order-info .btn {
    margin-top: 20px;
}

.contact-info {
    width: 100%;
    max-width: 593px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    border: 2px solid #00FFE0;
    box-shadow: 10px 10px 103.3px 0px #0643349E;
}

.contact-info a {
    color: #ffffff;
    text-decoration: underline;
}

.contact-info a:hover {
    opacity: 0.7;
}

.contact-info h3 {
    margin-bottom: 32px;
    text-transform: uppercase;
}

.contact-info strong {
    color: #00FFE0;
}

@media (max-width: 991px) {
    .content-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .content-section {
        padding: 40px 20px;
    }

    .order-info {
        margin-right: 0px;
    }

    .order-info h2 {
        line-height: 1.5;
    }

    .contact-info {
        padding: 25px 15px;
    }
}

/* 
/////////////////////////////  section 3
*/

.values-section {
    padding: 70px 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(4, 163, 143, 0.1) 0%, rgba(7, 82, 10, 0.03) 100%);
    color: #00FFE0;
    font-family: 'Kulim Park', sans-serif;
}

.values-section h2 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    margin-bottom: 125px;
    text-transform: uppercase;
}

.value-item {
    max-width: 400px;
    margin-bottom: 15px;
}

.value-item h3 {
    font-family: 'Russo One', sans-serif;
    color: #00FFE0;
    font-size: 24px;
}

.value-item p {
    color: #fff;
}

.values-section .row {
    margin-bottom: 140px;
    align-items: center;
    justify-content: center;
}

.values-section .row:first-of-type {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .values-section {
        padding: 40px 20px;
    }

    .values-section h2 {
        margin-bottom: 30px;
    }

    .values-section .row {
        margin-bottom: 0px;
    }

    .values-section .row:first-of-type {
        justify-content: center;
    }
}

/* 
/////////////////////////////  section 4
*/

.orders-section {
    padding: 40px 20px 20px;
    background-color: #1C1C1C;
    color: #00FFE0;
}

.orders-section h2 {
    margin-bottom: 45px;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.nav {
    margin-bottom: 45px;
    justify-content: flex-end;
    border-bottom: 1px transparent solid;
}

.nav .gallery-tab-active {
    border-bottom: 1px #ffffff solid;
}

.nav-link {
    padding: 0;
    cursor: pointer;
}

.tab-container {
    display: none;
    flex-wrap: wrap;
    height: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}

.tab-container-show {
    display: flex;
}

.tab-container>div {
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    gap: 20px;
}

.photos-page a {
    width: 100%;
}

.photos-page img {
    width: 100%;
}

.photos-mr-30 {
    margin-right: 20px;
}

.video-w-50 {
    width: 50% !important;
}

.tab-content {
    position: relative;
    /* height: 800px; */
    overflow-y: auto;
    /* Enable vertical scroll */
    overflow-x: hidden;
    white-space: normal;
}

.scroll-container {
    display: flex;
    flex-wrap: wrap;
    /* Wrap the content in multiple rows */
    height: auto;
}

@media (max-width: 768px) {
    .orders-section h2 {
        margin-bottom: 30px;
    }

    .nav {
        margin-bottom: 15px;
    }

    .values-section {
        padding: 40px 20px;
    }

    .tab-container>div {
        margin-bottom: 10px;
        gap: 10px;
    }

    #videos .tab-container>div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .photos-mr-30 {
        margin-right: 10px;
    }

    .video-w-50 {
        width: 100% !important;
    }
}

/* 
/////////////////////////////  section 5
*/

.order-form-section {
    position: relative;
    padding: 40px 0px 145px;
    background-color: #1C1C1C;
    color: #fff;
    font-family: 'Kulim Park', sans-serif;
    overflow: hidden;
    /* Ensure backgrounds do not overflow */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Align form to the right */
    align-items: center;
    /* Center content vertically */
    /* height: 100vh; */
}

.order-form-section h2 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
    /* Ensure it is above the backgrounds */
    width: 100%;
}

.order-background1,
.order-background2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* Ensure backgrounds are behind the content */
}

.order-background1 {
    background-image: url('../img/wing2.png');
}

.order-background2 {
    background-image: url('../img/formBg.png');
    background-size: 900px;
    background-position-y: 100%;
}

.form-container {
    display: flex;
    justify-content: flex-end;
    /* Align form to the right */
    align-items: center;
    position: relative;
    z-index: 2;
    /* Ensure content is above the backgrounds */
    margin-left: auto;
}

.order-form {
    padding: 40px 90px 40px 50px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #1C1C1C;
    border: 2px solid #ffffff;
    box-shadow: 10px 10px 103.3px 0px #0643349E;
    /* box-shadow: 149px 209px 95.7px 0px #07520A05; */
}

.form-control,
.form-control:focus {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: rgb(255 255 255 / 69%);
    margin-bottom: 30px;
    height: 40px;
}

.form-control::placeholder {
    color: rgb(255 255 255 / 69%);
}

.form-control option {
    background-color: #333;
    color: #fff;
}

.form-group {
    margin: 0;
}

.invalid-feedback {
    margin-top: -30px;
}

.btn-submit {
    padding: 9px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 1130px) {
    .order-background2 {
        background-position-x: -200px;
    }
}

@media (max-width: 991px) {
    .order-background2 {
        background-position-x: -300px;
    }
}

@media (max-width: 768px) {
    .order-form-section {
        padding: 20px 0 40px;
    }

    .order-form-section h2 {
        margin-bottom: 40px;
    }

    .order-background2 {
        display: none;
    }

    .form-container {
        justify-content: center;
    }

    .order-form {
        padding: 20px;
    }

    .btn-submit {
        margin-bottom: 20px;
    }
}

/* 
/////////////////////////////  section 6
*/

.faq-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #1C1C1C;
    color: #fff;
    font-family: 'Kulim Park', sans-serif;
    overflow: hidden;
    /* Ensure backgrounds do not overflow */
}

.faq-section h2 {
    position: relative;
    z-index: 2;
    /* Ensure it is above the backgrounds */
    max-width: 700px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    font-size: 48px;
    text-align: left;
    line-height: 1.7;
}

.faq-background2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* Ensure backgrounds are behind the content */
}

.faq-background2 {
    background-image: url('../img/faqBg.png');
    /* Path to second background image */
    background-position-x: 100%;
}

.faq-container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the backgrounds */
    max-width: 730px;
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid #ffffff;
}

.faq-question {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    background-color: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.faq-answer p {
    padding: 0 15px 15px;
    margin: 0;
}

.faq-question::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    background: url('../img/down-arrow.svg');
    transition: all 0.2s ease-in;
}

.faq-item.open .faq-question::after {
    transform: rotate(180deg);
}

.faq-item.open .faq-answer {
    max-height: 200px;
    /* Adjust based on content length */
}

@media (max-width: 768px) {
    .faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .faq-section h2 {
        font-size: 32px;
    }

    .faq-question {
        padding: 20px 0;
        font-size: 16px;
    }
}

/* 
/////////////////////////////  section 7
*/

.price-section {
    padding: 80px 20px;
    background-color: #1C1C1C;
    color: #fff;
    font-family: 'Kulim Park', sans-serif;
    position: relative;
}

.price-section h2 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.price-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/priceBg.png');
    background-size: 1000px;
    z-index: 1;
    /* Ensure backgrounds are behind the content */
}

.price-container {
    /* margin: 0 auto;
    text-align: left; */
    position: relative;
    z-index: 2;
}

.price-item {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.item-name {
    width: 100%;
    max-width: 560px;
    margin-right: 30px;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    text-align: left;
}

.item-price {
    border-bottom: 1px solid transparent;
}


@media (max-width: 768px) {
    .price-section {
        padding: 40px 20px;
    }

    .item-name,
    .item-price {
        border: none;
    }

    .price-item {
        border-bottom: 1px solid #ffffff;
    }
}


/* 
///////////////////////////// preview card 
*/

.preview-card {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000000bc;
    z-index: 99;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    display: none;
}

.card {
    width: max-content;
    height: max-content;
    background-color: rgba(242, 242, 242, 1);
    overflow-y: auto;
}

.close-card-btn {
    width: max-content;
    background: none;
    border: none;
    outline: none;
    transition: .4s;
}

.close-card-btn:hover {
    opacity: .6;
    transition: .4s;
}

.close-card-btn:focus {
    outline: none;
    box-shadow: none;
}

.close-card-btn img {
    width: 70px;
    height: 70px;
}

.card-main-content {
    display: flex;
    gap: 26px;
    padding: 0 30px;
}

.card-main-image {
    width: 300px;
    height: 350px;
    background-color: #696969;
    object-fit: cover;
    cursor: pointer;
}

.card-about-item-block {
    width: 380px;
    margin: 2px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-about-item-block div h2 {
    color: #000;
    padding-left: 8px;
    font-size: 28px;
    font-family: 'Russo One';
}

.card-about-item-block div p {
    color: #000;
    font-size: 24px;
    margin: 34px 0 20px 0;
    padding-left: 10px;
    font-weight: 500;
}

.card-about-item-block div button {
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    margin-right: 16px;
    font-weight: 500;
    transition: all .4s;
    padding: 0 12px;
}

.card-about-item-block div button:hover {
    background-color: #00ffd016;
    transition: all .4s;
}

.card-sizes-block button{
    color: #000;
}

.card-sizes-block button.active {
    background: linear-gradient(to right, rgba(0, 255, 224, .2), rgba(1, 255, 133, .2));
    transition: all .4s;
}

.card-price {
    color: #000;
    font-size: 24px;
    margin-left: 12px;
    width: max-content;
}

.card-additional-content {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 30px 38px 30px;
}

.card-additional-images {
    height: 210px;
    display: flex;
    gap: 15px;
}

.card-additional-images img {
    height: 100%;
    width: 180px;
    background-color: #696969;
    object-fit: cover;
    cursor: pointer;
}

.buy-btn {
    border-image-source: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    border-image-slice: 1;
    border-width: 3px;
    background: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    font-size: 16px;
    color: #000;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    font-family: 'Russo One';
}

.buy-btn:hover {
    background: none;
    background: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buy-btn:focus {
    outline: none;
    box-shadow: none;
}

.sizes-error {
    display: block;
    font-size: 16px;
    color: red;
    padding-top: 15px;
    padding-left: 10px;
}

@media (max-width: 850px) {
    .card {
        width: 500px;
        height: max-content;
        background-color: rgba(242, 242, 242, 1);
        overflow-y: auto;
    }

    .card-main-content {
        display: flex;
        flex-direction: column;
    }

    .card-main-image {
        width: 100%;
        height: 420px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }

    .card-about-item-block {
        width: 100%;
        margin: 2px 0 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .card-price {
        color: #000;
        font-size: 24px;
        margin-left: 12px;
        width: max-content;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .card-additional-content {
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 30px 40px;
        gap: 30px;
    }

    .card-additional-images {
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: space-between;
    }

    .card-additional-images img {
        height: 100%;
        width: 200px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}

@media (max-width: 580px) {
    .card {
        width: 490px;
        height: max-content;
        background-color: rgba(242, 242, 242, 1);
        overflow-y: auto;
    }

    .card-main-image {
        width: 100%;
        height: 420px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}

@media (max-width: 540px) {
    .card {
        width: 430px;
    }

    .card-main-image {
        height: 400px;
    }

    .card-additional-images {
        width: 100%;
        height: 420px;
        display: flex;
        justify-content: space-between;
    }

    .card-additional-images img {
        height: 100%;
        width: 200px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    .card {
        width: 390px;
    }

    .card-main-image {
        height: 360px;
    }

    .card-additional-images {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .card-additional-images img {
        width: 100%;
        max-width: 390px;
        height: 390px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}

@media (max-width: 430px) {
    .card {
        width: 350px;
    }

    .card-main-image {
        height: 310px;
    }

    .card-additional-images img {
        width: 100%;
        max-width: 390px;
        height: 350px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}

@media (max-width: 380px) {
    .card {
        width: 330px;
    }

    .card-main-image {
        height: 300px;
    }

    .card-additional-images img {
        width: 100%;
        max-width: 390px;
        height: 320px;
        background-color: #696969;
        object-fit: cover;
        cursor: pointer;
    }
}


/* 
/////////////////////////////  section 8
*/

.trophies-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #1C1C1C;
    color: #fff;
}

.trophies-section h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
    font-family: 'Russo One', sans-serif;
    font-size: 48px;
    color: #fff;
}

.trophies-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.trophy-card {
    position: relative;
    z-index: 2;
    width: calc(20% - 20px);
    min-width: 300px;
    margin-right: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 10px 10px 103.3px 0px #0643349E;
    display: flex;
    flex-direction: column;
}

.trophy-card:nth-child(4n) {
    margin-right: 0px;
}

.trophy-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    transition: .4s;
    cursor: pointer;
}

.trophy-card img:hover {
    filter: brightness(70%);
    transition: .4s;
}

.trophy-info {
    position: relative;
    height: max-content;
    padding: 10px;
    background-color: #ffffff;
    color: #000000;
    text-align: left;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.trophy-info h3 {
    margin: 0;
    font-size: 1.2rem;
}

.trophy-info p {
    margin: 5px 0 0;
}

.trophy-price {
    position: absolute;
    top: -32px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #ffffff;
}

.trophy-headline {
    font-size: 18px;
    cursor: pointer;

    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .4s;
}

.trophy-add-to-cart-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: max-content;
    margin-top: 10px;
    padding-right: 8px;
    align-self: flex-end;
    transition: .4s;
}

.trophy-add-to-cart-btn:hover {
    opacity: .5;
    transition: .4s;
}

.trophy-add-to-cart-btn:focus {
    outline: none;
    box-shadow: none;
}

.trophy-add-to-cart-btn img {
    width: 35px;
    height: 35px;
}

.card-price-select {
    width: max-content;
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
    outline: none;
}

.card-price-select option {
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 1439px) {
    .trophy-card {
        width: calc(33.3% - 13px);
    }

    .trophy-card:nth-child(4n) {
        margin-right: 20px;
    }

    .trophy-card:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 1165px) {
    .trophy-card {
        width: calc(50% - 10px);
    }

    .trophy-card:nth-child(3n) {
        margin-right: 20px;
    }

    .trophy-card:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .trophy-card {
        width: 100%;
        margin-right: 0;
    }

    .trophy-card:nth-child(3n) {
        margin-right: 0px;
    }
}

/* 
/////////////////////////////  section 9
*/

.support-section {
    padding: 60px 20px;
    background-color: #1C1C1C;
    color: #fff;
    background: radial-gradient(50% 50% at 50% 50%, rgba(4, 163, 143, 0.1) 0%, rgba(7, 82, 10, 0.03) 100%);
}

.support-section h2 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.support-section p {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 18px;
}

.support-content {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.support-text,
.support-details {
    width: 45%;
}

.support-details h3 {
    font-family: 'Russo One', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .support-content {
        flex-wrap: wrap;
    }

    .support-text,
    .support-details {
        width: 100%;
    }
}

/* 
/////////////////////////////  section 10
*/

.contact-section {
    padding: 40px 20px;
    background-color: #000;
    color: #fff;
    font-family: 'Kulim Park', sans-serif;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partner-logo {
    margin: 10px;
}

.footer-contact-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 80px 0;
}

.footer-contacts {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-contact-info strong {
    font-family: 'Russo One', sans-serif;
    color: #00FFE0;
}

.footer-contacts-list {
    display: flex;
    padding: 0 5px 0;
    margin-bottom: 16px;
    list-style-type: none;
    text-align: left;
}

.footer-contacts-list li:first-of-type {
    margin-right: 90px;
}

.footer-contacts-list li>p {
    margin-bottom: 15px;
}

.footer-contacts-list a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-contacts>p {
    margin-bottom: 26px;
    text-align: left;
}

.collaboration p {
    margin-bottom: 30px;
    text-align: left;
}

.social-media {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.social-icon:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .footer-contact-info {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 40px 0;
    }

    .footer-contacts-list li:first-of-type {
        margin-right: 30px;
    }
}


/* 
///////////////////////////// cart
*/

.cart {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #000000bc;
    z-index: 99;
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cart-container {
    width: 850px;
    height: max-content;
    background-color: rgba(242, 242, 242, 1);
    padding: 28px 35px;
    border-radius: 3px;
    max-height: 96vh;
    overflow-y: hidden;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h1 {
    font-size: 30px;
    color: #000;
}

.cart-header button {
    border: none;
    outline: none;
    background: none;
    transition: .4s;
}

.cart-header button:hover {
    opacity: .6;
    transition: .4s;
}

.cart-header button img {
    width: 30px;
}

.cart-main {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.cart-main-content,
.order-page-order {
    height: 32vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.cart-item,
.order-item {
    display: flex;
    gap: 25px;
}

.cart-item img,
.order-item img {
    width: 200px;
    height: 230px;
    background-color: #b6b6b6;
    object-fit: cover;
}

.cart-item-info {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item-info h4 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    height: max-content;
}

.cart-item-info p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.cart-counter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.cart-counter button {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background-color: rgba(217, 217, 217, 1);
    color: #000;
    border-radius: 10px;
    transition: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cart-counter button:hover {
    opacity: .6;
    cursor: pointer;
    transition: .4s;
}

.cart-counter p {
    font-size: 20px;
}

.cart-shoping-results {
    width: 85%;
    border-top: 2.2px solid rgba(128, 128, 128, 0.473);
    margin: 30px 0;
    padding: 20px 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.cart-shoping-result {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-shoping-result-caption,
.cart-shoping-result-price {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.cart-shoping-results-navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 60%;
}

.cart-buy-btn,
.cart-add-more-btn {
    padding: 8px 15px;
    font-size: 20px;
    outline: none;
    border-image-source: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    border-image-slice: 1;
    border-width: 2.3px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-buy-btn {
    background: linear-gradient(to right, rgba(0, 255, 224, 1), rgba(1, 255, 133, 1));
    transition: .4s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.cart-buy-btn:hover {
    text-decoration: none;
    color: #000;
}

.cart-add-more-btn {
    background: linear-gradient(to right, rgba(0, 255, 225, 0.1), rgba(1, 255, 133, 0.1));
    transition: .4s;
}

.empty-cart-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30vh;
}

.empty-cart-message h3 {
    color: #000;
    text-align: center;
}

.empty-cart-message p {
    color: #000;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 900px) {
    .cart-container {
        width: 750px;
    }
}

@media (max-width: 800px) {
    .cart-container {
        width: 650px;
    }
}

@media (max-width: 700px) {
    .cart-container {
        width: 100%;
    }

    .cart-main-content::-webkit-scrollbar {
        width: 0px;
    }
}

@media (max-width: 650px) {
    .cart-container {
        padding: 28px 25px;
    }

    .cart-shoping-results {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .cart-container {
        padding: 28px 25px;
    }

    .cart-shoping-results {
        width: 100%;
    }

    .cart-shoping-results-navigation {
        width: 80%;
    }

    .cart-item img,
    .order-item img {
        width: 35vw;
        height: 230px;
        background-color: #b6b6b6;
        object-fit: cover;
    }

    .cart-item-info,
    .order-item-info {
        width: 30vw;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cart-item-info h4,
    .order-item-info h4 {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        height: max-content;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 450px) {
    .cart-container {
        padding: 28px 15px;
    }

    .cart-shoping-results-navigation {
        width: 100%;
    }

    .cart-shoping-result-caption {
        width: 50%;
    }

    .cart-counter button {
        width: 32px;
        height: 32px;
        border: none;
        outline: none;
        background-color: rgba(217, 217, 217, 1);
        border-radius: 7px;
        transition: .4s;
    }

    .cart-counter {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 10px;
    }

    .cart-item img,
    .order-item img {
        width: 35vw;
        height: 180px;
    }
}

/* 
///////////////////////////// order page
*/

.order-page {
    height: 100%;
    background-color: rgba(242, 242, 242, 1);
    padding: 20px 50px 60px 50px;
}

.order-page-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.close-order-btn {
    width: max-content;
    background: none;
    border: none;
    outline: none;
    transition: .4s;
    cursor: pointer;
}

.close-order-btn:hover {
    opacity: .6;
    transition: .4s;
}

.close-order-btn:focus {
    outline: none;
    box-shadow: none;
}

.close-order-btn img {
    width: 70px;
    height: 70px;
}

.order-page-content {
    padding: 0 30px;
}

.order-page-user-data {
    width: 42%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-item {
    align-items: flex-start;
}

.order-item-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-item-info h4 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}

.order-item-info p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.user-contacts-details h3,
.user-delivery-info h3,
.user-payment-info h3 {
    color: #000;
    font-size: 20px;
}

.user-contacts-details h3 span,
.user-delivery-info h3 span,
.user-payment-info h3 span {
    color: #ff0000;
    font-size: 30px;
}

.user-main-info-form {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.user-main-info-form input {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    border: none;
    outline: none;
    border-radius: 18px;
    font-size: 18px;
}

.order-page-order {
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    margin-top: 25px;
    width: 42%;
    height: max-content;
}

.order-page-order-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: -15px;
    height: max-content;
    max-height: 70vh;
    overflow-y: auto;
}

.order-page-order-container::-webkit-scrollbar {
    width: 5px;
}

.user-delivery-info {
    background-color: #f4f4f4;
    border-radius: 8px;
}


.user-delivery-info h3 span {
    color: red;
}

.delivery-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 30px;
}

.delivery-option {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 18px;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.066);
    cursor: pointer;
}

.delivery-option input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.delivery-option input[type="radio"]:checked+.custom-radio {
    background-color: rgba(217, 217, 217, 1);
    border-color: rgba(217, 217, 217, 1);
}

.custom-radio:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.delivery-option input[type="radio"]:checked+.custom-radio:before {
    opacity: 1;
}

.delivery-option img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-left: 5px;
}

.delivery-option span {
    font-size: 20px;
    color: #000;
}

.payment-option-text span:nth-child(2) {
    color: rgba(162, 162, 166, 1);
}




.nova-post-container {
    background-color: rgba(255, 255, 255, 1);
    margin: 5px 0;
    padding: 35px 20px 60px 20px;
    border-radius: 20px;
    display: none;
    flex-direction: column;
    gap: 35px;
}

.nova-post-delivery-methods {
    display: flex;
    gap: 50px;
}

.nova-post-delivery-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nova-post-delivery-option input[type="radio"] {
    display: none;
}

.nova-post-delivery-option .custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.nova-post-delivery-option input[type="radio"]:checked+.custom-radio {
    background-color: rgba(217, 217, 217, 1);
    border-color: rgba(217, 217, 217, 1);
}

.nova-post-delivery-option .custom-radio:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.nova-post-delivery-option input[type="radio"]:checked+.custom-radio:before {
    opacity: 1;
}

.nova-post-delivery-option span {
    font-size: 18px;
    color: #000;
}

.nova-post-label {
    display: block;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
    font-size: 18px;
}

.required {
    font-size: 24px;
    color: red;
}

.nova-post-input {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #00ffb0;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 18px;
    outline: none;
    margin-bottom: -8px;
}

.nova-post-input::placeholder {
    color: #ccc;
}

.nova-post-input:focus {
    border-color: #00ffaa;
    box-shadow: 0 0 5px rgba(0, 255, 170, 0.5);
}

.city-list,
.post-office-list {
    background: white;
    border: 2px solid #00ffb0;
    border-radius: 15px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
    margin-top: 20px;
    padding: 10px 0;
    display: none;
}

.city-list div {
    padding: 8px 18px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.city-list div:hover {
    background-color: #f0f0f0;
}

.post-office-list div {
    padding: 8px 18px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.post-office-list div:hover {
    background-color: #f0f0f0;
}

.city-error-message {
    opacity: .6;
    padding: 8px 18px;
    color: #000;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .order-page-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
    }

    .order-page-user-data {
        width: 80%;
    }

    .order-page-order {
        width: 80%;
    }

    .order-page-order-container {
        max-height: 42vh;
    }
}

@media (max-width: 900px) {
    .order-page-user-data {
        width: 90%;
    }

    .order-page-order {
        width: 90%;
    }
}

@media (max-width: 750px) {
    .order-page-user-data {
        width: 100%;
    }

    .order-page-order {
        width: 100%;
    }

    .order-page-order-container {
        max-height: 36vh;
    }
}

@media (max-width: 600px) {
    .order-page {
        height: 100%;
        background-color: rgba(242, 242, 242, 1);
        padding: 20px 30px 60px 30px;
    }

    .order-item-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: -20px;
    }
}

@media (max-width: 500px) {
    .order-page {
        height: 100%;
        background-color: rgba(242, 242, 242, 1);
        padding: 20px 15px 60px 15px;
    }

    .delivery-options {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-left: 0px;
    }

    .user-main-info-form {
        background-color: rgba(255, 255, 255, 1);
        padding: 30px;
        border-radius: 26px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        margin-top: 20px;
        margin-left: -30px;
    }
}

/* 
///////////////////////////// successful purchase page
*/


.successful-purchase {
    width: 100%;
    height: 100vh;
    background-color: rgba(248, 248, 248, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.successful-purchase-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border: 2px solid #00ffb0;
    border-radius: 10px;
    background-color: #fff;
    width: 500px;
    height: 260px;
}

.successful-purchase-message h1 {
    margin: 0;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

.successful-purchase-message img {
    width: 80px;
}

.order-error-message {
    font-size: 16px;
    font-weight: 600;
    color: red;
    margin: 15px 0 0 30px;
}

@media (max-width: 560px) {
    .successful-purchase-message {
        width: calc(82% - 40px);
        height: 37%;
        padding: 0 40px;
    }
}

@media (max-width: 480px) {
    .successful-purchase-message {
        width: calc(75% - 40px);
        height: 34%;
        padding: 0 40px;
    }

}

.no-scroll {
    overflow: hidden;
}




.spinner-container{
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00000063;
    z-index: 99;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid #ffffffb9;
    animation: spinner-bulqg1 0.96s infinite linear alternate,
         spinner-oaa3wk 1.92s infinite linear;
 }
 
 @keyframes spinner-bulqg1 {
    0% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }
 
    12.5% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }
 
    25% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }
 
    50% {
       clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    62.5% {
       clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    75% {
       clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }
 
    100% {
       clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
 }
 
 @keyframes spinner-oaa3wk {
    0% {
       transform: scaleY(1) rotate(0deg);
    }
 
    49.99% {
       transform: scaleY(1) rotate(135deg);
    }
 
    50% {
       transform: scaleY(-1) rotate(0deg);
    }
 
    100% {
       transform: scaleY(-1) rotate(-135deg);
    }
 }