@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



.menu-item-esx {
    color: #fff !important;
}

.menu-item-esx::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3EBFF6;
    box-shadow: 0px 0px 29px 0px #3EBFF6C2;
}

body {
    background: #131217;

}


.scripts {
    width: 100%;
}


.scripts .container {
    width: 90%;
    margin: 70px auto;

}

.scripts .container .site-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    padding: 24px 30px;
    background-color: #0E1A2B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #2A8CDC44;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.scripts .container .site-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000cc 0%, #00000055 100%);
    z-index: 0;
}

.scripts .container .site-banner .site-banner-text,
.scripts .container .site-banner .site-banner-btn {
    position: relative;
    z-index: 1;
}

.scripts .container .site-banner .site-banner-text h3 {
    color: #fff;
    font-family: "Chakra Petch";
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 6px;
}

.scripts .container .site-banner .site-banner-text p {
    color: #FFFFFFCC;
    font-family: "inter", serif;
    font-size: 14px;
}

.scripts .container .site-banner .site-banner-btn {
    flex-shrink: 0;
    padding: 14px 26px;
    background-color: #2A8CDC;
    color: #fff;
    font-family: "poppins", serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 3px 5px 5px #2A8CDC40;
    transition: 0.4s ease all;
    white-space: nowrap;
}

.scripts .container .site-banner:hover .site-banner-btn {
    background-color: #336894;
}

.scripts .container .site-cta {
    margin-top: 50px;
    padding: 30px;
    text-align: center;
    background-color: #0B0B0B50;
    border: 2px solid #FFFFFF11;
    border-radius: 8px;
}

.scripts .container .site-cta p {
    color: #FFFFFFB3;
    font-family: "inter", serif;
    font-size: 16px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.scripts .container .site-cta .site-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #2A8CDC;
    color: #fff;
    font-family: "poppins", serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 3px 5px 5px #2A8CDC40;
    transition: 0.4s ease all;
}

.scripts .container .site-cta .site-cta-btn:hover {
    background-color: #336894;
}

.scripts .container h1 {
    color: #FFF;
    font-weight: 300;
    font-family: "Chakra Petch";
    font-size: 60px;
}

.scripts .container h2 {
    color: #3296E6;
    font-weight: 600;
    font-family: "Chakra Petch";
    font-size: 60px;
    margin-bottom: 20px;
}

.scripts .container .category-intro {
    color: #FFFFFFB3;
    font-family: "inter", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    max-width: 900px;
    margin-bottom: 30px;
}

.scripts .container .input-box {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.scripts .container .input-box .scripts-inp {
    width: 100%;
    padding: 12px 50px;
    outline: none;
    border: none;
    background-color: #98989818;
    color: #fff;
    font-size: 16px;
}

.scripts .container .input-box .scripts-inp::placeholder {
    color: #ffffff99;
}

.scripts .container .input-box i {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 13px;
    border-radius: 6px;
    font-size: 18px;
}

.scripts .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.scripts .product {
    width: 100%;
    background-color: #0B0B0B50;
    border: 2px solid #FFFFFF11;
    border-radius: 4px;
    overflow: hidden;

}

.scripts .product .image-box {
    width: 100%;
    height: 230px;
    max-height: 230px;
    position: relative;
    overflow: hidden;
}

.scripts .product .image-box .tags-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #00000050;
    backdrop-filter: blur(6px);
    gap: 10px;
}

.scripts .product .image-box .tags-box .tag {
    background-color: #CECECE50;
    color: #fff;
    font-family: "inter";
    padding: 5px 0px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
}

.scripts .product .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition:0.3s;
    cursor:pointer
}

.scripts .product .image-box img:hover {
    transform:scale(1.1)
}


.scripts .product .box {
    padding: 18px 16px;
}

.scripts .product .box .product-title {
    font-size: 19px;
    font-family: "inter", serif;
    font-weight: 500;
    margin-bottom: 12px;
}

.scripts .product .box .prices {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
}


.scripts .product .box .prices .original-price {
    color: #3296E6;
    font-family: "inter", serif;
    font-weight: 600;
    font-size: 20px;
}


.scripts .product .box .prices .discount-price {
    color: #3E3E3E;
    font-family: "inter", serif;
    font-weight: 600;
    font-size: 13px;
    text-decoration: line-through;
}

.scripts .product .box h3 {
    color: #fff;
    font-family: "inter", serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.scripts .product .box .product-description {
    color: #FFFFFF40;
    font-family: "inter", serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px;

}


.scripts .product .box .remain-time-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
}

.scripts .product .box .remain-time-box .fire-blue {
    color: #369FF2;
    text-shadow: 0 0 10px #369FF2;
    font-size: 20px;
}

.scripts .product .box .remain-time-box .time {
    color: #fff;
    font-family: "poppins", serif;
    font-weight: 600;
    font-size: 16px;
}


.scripts .product .box .add-basket-btn {
    width: 100%;
    height: 40px;
    background-color: #2A8CDC;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 5px 5px #2A8CDC40;
    border-radius: 6px;
    color: #fff;
    font-family: "poppins", serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.4s ease all;
}

.scripts .product .box .add-basket-btn:hover {
    background-color: #336894;
}

.ad{
    display:flex;
    position:absolute;
    width:100%;
    height:100%;
    z-index:99999;

    justify-content: center;
    align-items: center;
    background:#000000ab;
    display:none;
    top:0vw;
    
}

.ad img{
    position:absolute;
    /*width:55%;*/
    /*height:50%;*/
    border-radius:0.5vw;
}

.ad p{
    position:absolute;
    color:white;
    /*top:1vw;*/
    display:none;
}