@import url('https://fonts.googleapis.com/css2?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=Manrope:wght@400;600;700&family=Sora:wght@600;700&display=swap&subset=latin-ext');











.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
}

.lightbox-close:hover {
    color: #ccc;
}

.logo{
    width:75px;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    padding: 20px;
    user-select: none;
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #ccc;
}

.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
}


































.ad{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000d4;
    z-index: 99;
    top: 0;
    left: 0;

    display:flex;
    justify-content:center;
    align-items:center;
    transition:0.3s
}

.ad .box{
    position:absolute;
    /*width:42%;*/
    height:40%;
}

.ad .box img{
    width:100%;
    height:100%;
    object-fit:cover
}

.ad .box .copy {
    position:absolute;
    width:100%;
    height:10%;
    background:#00A6FA;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:Manrope;
    color:white;
    cursor:pointer;
    transition:0.3s
}

.ad .box .copy:hover {
    background:#008AFA;
}

.ad .box i {
    position:absolute;
    right:2.3%;
    top:4%;
    color:white;
    font-size:1.4vw;
    cursor:pointer
}

* {
    margin: 0;
    padding: 0;
}


body {
    background: #0D0F10;
}

body::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://cdn.tebex.io/store/1040608/templates/213280/assets/060d128a29035d81e85bda63a4f62875c87ca097.png?updated=0e8b743186194ca26e1844361c28a3d177bec83f666d7e7e93c3d5f6367d13f1);
    z-index: -2;
}

a {
    text-decoration: none;
}

.header {
    width: 88%;
    margin: auto;
    margin-top: 40px;
    height: 100px;
    z-index: 2;
}


.header marquee {
    /*00A6FA*/
    background-color: #00A6FA;
    box-shadow: 0px 0px 70.4px 0px #00A6FA3B;
    height: 36px;
    display: flex;
    align-items: center;
    font-family: Manrope;
    font-size: 16px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    color:white;

}


.header .nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.header .nav .left {
    display: flex;
    align-items: center;
    gap: 60px;
    flex: 1;
    padding-right: 100px;
}

.header .nav .left .menu {
    display: flex;
    justify-content: space-between;
    width: 50%;
    z-index: 2
}

.header .nav .left .menu a {
    color: #ffffff80;
    font-family: Manrope;
    transition: 0.3s ease all;
    cursor: pointer;
}



.header .nav .left .menu a:hover {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}

.header .nav .left .menu a.active {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}

.header .nav .right {
    flex: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
}

.header .nav .right .icon-box i {
    color: #ffffff80;
    font-size: 18px;
    transition: 0.3s ease all;
    cursor: pointer;
}

.header .nav .right .icon-box i:hover {
    color: #ffffff;

}

.basket-wrapper {
    padding: 8px 20px;
    color: #ffffff;
    background: #00A6FA;
    font-family: Manrope;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0px 0px 60.1px 0px #00A6FA40;
    border: 1px solid #FFFFFF29;
    transition: 0.3s ease all;
    cursor:pointer;
}

.basket-wrapper img {
    /*width:1vw;*/
    /*height:1vw;*/
}

.basket-wrapper:hover {
    opacity:0.75;
}

.header .nav .right .login {
    padding: 8px 20px;
    color: #fff;
    background: #00A6FA;
    font-family: Manrope;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0px 0px 60.1px 0px #00A6FA40;
    border: 1px solid #FFFFFF29;
    transition: 0.3s ease all;
}

.header .nav .right .login img {
    width: 14px;
}

.header .nav .right .login:hover {
    background: #0389cb;
}


.header .nav .right .currency {
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #1C1F20;
    background: #141617;
    font-family: Manrope;
    font-size: 14px;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
}

.header .nav .right .currency i {
    font-size: 12px;
    margin-left: 4px;
    transition: 0.3s ease all;
}

.header .nav .right .currency-wrapper {
    position: relative;
}

.header .nav .right .currency-wrapper .all-currency {
    position: absolute;
    background: #141617;
    top: 50px;
    border-radius: 10px;
    border: 1px solid #1C1F20;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    right: 0;
    grid-gap: 12px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s ease all;
    z-index: 2;

}

.header .nav .right .currency-wrapper .all-currency p {
    color: #ffffff90;
    transition: 0.3s ease all;
    font-family: Manrope;
    cursor: pointer;
}

.header .nav .right .currency-wrapper .all-currency p:hover {
    color: #ffffff;
}

.commingsoon{
    filter: grayscale(1);
}

.header .nav .right .currency-wrapper .all-currency.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: none;
}

.header .nav .right .currency-wrapper .all-currency.active p {
    pointer-events: auto;
}

.header .mobile-nav {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: none;
    z-index: 999;
}

.header .mobile-nav .logo {
    z-index: 2;
    position: relative;
}

.header .mobile-nav .bar {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 10px 10px;
    background-color: #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    transition: 0.3s ease all;
    z-index: 2;
    border-radius: 4px;
}

.header .mobile-nav .bar.active {
    background-color: #00A6FA90;
}


.header .mobile-nav .bar .line {
    position: relative;
    width: 50%;
    height: 1.5px;
    background-color: #fff;
    transform-origin: center;
    transition: 0.4s ease all;
    position: absolute;
}

.header .mobile-nav .bar .line-1 {
    top: 11px;
}

.header .mobile-nav .bar .line-2 {
    top: 50%;
    transform: translateY(-50%);
}

.header .mobile-nav .bar .line-3 {
    bottom: 11px;
}

.header .mobile-nav .bar.active .line-1 {
    transform: rotate(-45deg);
    top: 19px;
}

.header .mobile-nav .bar.active .line-2 {
    width: 0%;
}

.header .mobile-nav .bar.active .line-3 {
    transform: rotate(45deg);
    bottom: 19px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: #0D0F10;
    z-index: 1;
    padding-top: 180px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}

.mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu .container {
    width: 88%;
    margin: auto;
}

.mobile-menu .wrapper {
    width: 100%;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.mobile-menu-column {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;

}



.mobile-menu-column a {
    color: #ffffff80;
    font-family: Manrope;
    transition: 0.3s ease all;
    cursor: pointer;
    font-size: 20PX;
}


.mobile-menu-column a:hover {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}

.mobile-menu-column a.active {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}


.mobile-icon-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
}


.mobile-icon-column a {
    color: #ffffff80;
    font-family: Manrope;
    transition: 0.3s ease all;
    cursor: pointer;
    font-size: 20PX;
}


.mobile-icon-column a:hover {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}

.mobile-icon-column a.active {
    color: #ffffff;
    text-shadow: 0 0 16px #ffffff80;
}

.mobile-menu .mobile-login {
    font-family: Manrope;
    width: 100%;
    background-color: #00A6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 6px 0;
    color: #fff;
    margin-top: 20px;
    transition: 0.3s ease all;
}

.mobile-menu .mobile-login img {
    width: 14px;
    margin-right: 5px;
}

.mobile-menu .mobile-login:hover {
    background-color: #096898;
}

.mobile-currency {
    font-family: Manrope;
    width: 100%;
    border: 1px solid #1C1F20;
    background: #141617;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 6px 0;
    color: #fff;
    margin-top: 20px;
    transition: 0.3s ease all;
    cursor: pointer;
    position: relative;
}


.mobile-currency i {
    font-size: 12px;
    margin-left: 4px;
    transition: 0.3s ease all;
}

.mobile-currency.active i {
    transform: rotate(180deg);
}



.mobile-currency .mobile-currency-box {
    position: absolute;
    background: #141617;
    top: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #1C1F20;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    right: 0;
    grid-gap: 12px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s ease all;
    box-sizing: border-box;
    pointer-events: none;
}

.mobile-currency .mobile-currency-box p {
    color: #ffffff90;
    transition: 0.3s ease all;
}

.mobile-currency .mobile-currency-box p:hover {
    color: #ffffff;
}

.mobile-currency .mobile-currency-box.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;

}

.hero {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
}

.hero .left {
    width: 100%;
    padding-left: 16%;
    height: max-content;
    box-sizing: border-box;
}

.hero .right {
    width: 100%;
}


.hero .right .feedbacks {
    position: relative;
    width: 100%;
    height: 380px;
    justify-self: right;
    background-color: #00A6FA;
    border-radius: 20px 0 0 20px;
}


.hero .right .feedbacks .fedback-image {
    background: url(https://cdn.tebex.io/store/1040608/templates/213280/assets/5da3a41d84594dbec0376b173e2cb4c7d66983f3.png?updated=3fa6e424cf0e5be57a649c7ad1bb3696d4f11a3f73c364c8d3904a06c206ee34);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.hero .right .feedbacks .fedback-image .text-1 {
    font-family: Manrope;
    color: #fff;
    font-size: 30px;
    margin-right: 80px;
}

.hero .right .feedbacks .fedback-image .text-2 {
    font-family: Manrope;
    color: #ffffff80;
    font-size: 16px;
    margin-right: 80px;

}

.hero .evaluations {
    position: absolute;
    right: 13%;
    width: 330px;
    height: 420px;
    background-color: #131617;
    top: -20px;
    border-radius: 10px;
    border-top: 4px solid #00A6FA;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.hero .evaluations .item {
    width: 100%;
    margin-bottom: 30px;
}

.hero .evaluations .item:nth-last-child(1) {
    margin-bottom: 0;
}

.hero .evaluations .item .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .evaluations .item .wrapper .image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.hero .evaluations .item .box-1 {
    display: flex;
    gap: 8px;
    align-items: center;
}

.hero .evaluations .item .box-1 .column {
    display: flex;
    flex-direction: column;
}

.hero .evaluations .item .text-1 {
    font-family: Manrope;
    color: #fff;
    font-size: 14px;
}

.hero .evaluations .item .text-2 {
    font-family: Manrope;
    color: #384144;
    font-size: 12px;
}

.hero .evaluations .item .stars {
    display: flex;
    gap: 5px;
}


.hero .evaluations .item .stars i {
    color: #81898D;
    font-size: 12px;
}

.hero .evaluations .item .stars i.active {
    color: #00A6FA;
}

.hero .evaluations .item .desc {
    margin-top: 10px;
    color: #727F84;
    font-family: Manrope;
    font-size: 12px;
    line-height: 19px;
}


.hero .circular-bar {
    width: 48px;
    height: 48px;
    background: conic-gradient(#00A6FA 94%, #ffffff20 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.hero .circular-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090b0c00;
    border-radius: 50%;
    z-index: 0;
}

.hero .circular {
    overflow: hidden;
    width: 42px;
    height: 42px;
    background-color: #1C1F20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    font-family: Manrope;
    font-size: 14px;
    text-shadow: 0 0 10px #fff;
}


.hero .service-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero .service-rating .text {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 14px;
    margin-bottom: 5px;
}

.hero .service-rating .ratings {
    display: flex;
    gap: 5px;
}


.hero .service-rating .ratings i {
    color: #81898D;
    font-size: 12px;
}

.hero .service-rating .ratings i.active {
    color: #00A6FA;
}


.hero .left h1 {
    color: #fff;
    font-family: Manrope;
    margin-top: 30px;
    font-size: 30px;
    position: relative;
}

.hero .left h1::before {
    position: absolute;
    content: '';
    left: -24px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00A6FA;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #00A6FA80;
}


.hero .left .desc {
    color: #81898D;
    font-family: Manrope;
    font-size: 14px;
    margin-top: 20px;

    line-height: 30px;
    padding-right: 100px;
    padding-left: 20px;
}

.hero .left .platforms {
    display: flex;
    color: #fff;
    font-family: Manrope;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero .left .platforms .tag {
    padding: 6px 12px;
    color: #ADB6BA;
    background-color: #81898D12;
    font-size: 14px;
    border-radius: 20px;

}


.hero .left .tags {
    display: flex;
    color: #fff;
    font-family: Manrope;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero .left .tags .tag {
    padding: 6px 12px;
    color: #ADB6BA;
    background-color: #81898D12;
    font-size: 14px;
    border-radius: 20px;

}

.hero .left .buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero .left .buttons .btn {
    padding: 8px 16px;
    color: #fff;
    font-family: Manrope;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease all;
    font-size: 14px;
    text-align: center;
}

.hero .left .buttons .btn:hover {
    opacity: 0.6;
}

.hero .left .buttons .btn i {
    font-size: 10px;
    margin-right: 5px;
}

.hero .left .buttons .btn.buy {
    background: #00A6FA;
    border: 6px solid #FFFFFF10;
    box-shadow: 0px 0px 60.1px 0px #00A6FA40;
}

.hero .left .buttons .btn.gray {
    background: #616161;
    border: 6px solid #acacac10;
    box-shadow: 0px 0px 60.1px 0px #b8b8b840;
}

.hero .left .buttons .btn.video {
    background: #FF3235;
    border: 6px solid #FF323529;
    box-shadow: 0px 0px 2px 6px #FF323520;
}

.hero .left .buttons .btn.discord {
    background: #7289DA;
    border: 6px solid #7289DA29;
    box-shadow: 0px 0px 2px 6px #7289DA20;
}

.slide {
    width: 100%;
    margin: auto;
    height: 36vh;
    margin-top: 80px;
}

.slide .slider {
    height: 100%;
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    transition: 0.5s ease all;
    scroll-behavior: smooth;
    gap: 20px;
}

.slide .slider::-webkit-scrollbar {
    width: 0;
}

.slide .slider .item {
    width: calc(100%/3);
    min-width: calc(100%/3);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    transition: 0.3s;
}

.slide .slider .item:hover {
    transform: scale(0.95);
}

.slide .slider .item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

.slide .slider .item .circular-bar {
    width: 48px;
    height: 48px;
    background: conic-gradient(#00A6FA 77%, #ffffff20 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.slide .slider .item .circular-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #090b0c00;
    border-radius: 50%;
    z-index: 0;
}

.slide .slider .item .circular {
    overflow: hidden;
    width: 42px;
    height: 42px;
    background-color: #1C1F20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    font-family: Manrope;
    font-size: 14px;
    text-shadow: 0 0 10px #fff;
}


.slide .slider .item .service-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slide .slider .item .service-rating .text {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 14px;
    margin-bottom: 5px;
}

.slide .slider .item .service-rating .ratings {
    display: flex;
    gap: 5px;
}


.slide .slider .item .service-rating .ratings i {
    color: #81898D;
    font-size: 12px;
}

.slide .slider .item .service-rating .ratings i.active {
    color: #00A6FA;
}



.slide .slider .item .title {
    color: #fff;
    font-size: 25px;
    font-family: Manrope;
    max-width: 50%;
}


.slide .dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.slide .dots .dot {
    width: 20px;
    height: 5px;
    background-color: #ffffff20;
    cursor: pointer;
    transition: 0.3s ease all;
}

.slide .dots .dot:nth-last-child(1) {
    display: none;
    pointer-events: none;
}

.slide .dots .dot:nth-last-child(2) {
    display: none;
    pointer-events: none;
}

.slide .dots .dot.active {
    background-color: #00A6FA;
    box-shadow: 0 0 10px 2px #00A6FA50;
}



.features {
    width: 88%;
    margin: auto;
    margin-top: 100px;
}

.features .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Manrope;
    gap: 10px;
}

.features .title img {
    width: 30px;
}

.features .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.features .wrapper .item {
    flex-basis: calc(100% / 6);
    flex-grow: 1;
    padding: 40px;

}

.features .wrapper .item .box {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
    margin-bottom: 20px;
}

.features .wrapper .item .box .text {
    color: #fff;
    font-family: Manrope;

}

.features .wrapper .item .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00A6FA;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 47.5px 0px #00A6FA59;
    border: 1px solid #FFFFFF29
}

.features .wrapper .item .desc {
    color: #81898D;
    font-family: Manrope;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.features .wrapper .item .desc::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 2px;
    box-shadow: 0px 0px 10px #00A6FA59;
    border-radius: 10px;

    height: 60px;
    background-color: #00A6FA;
}




.questions {
    width: 88%;
    margin: auto;
    margin-top: 60px;
}

.questions .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Manrope;
    gap: 10px;
}

.questions .title::first-letter {
    color: #00A6FA;
}

.questions .title img {
    width: 30px;
}

.questions .item {
    width: 100%;
    height: auto;
    transition: 0.3s ease all;
    margin-bottom: 20px;
}

.questions .item:nth-last-child(1) {
    margin-bottom: 0px;

}

.questions .wrapper {
    margin-top: 40px;

}

.questions .item .asked {
    width: 100%;
    padding: 20px 30px;
    background-color: #131617;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s ease all;
    color: #6D7578;
    font-family: Manrope;
    font-size: 14px;
    box-sizing: border-box;

}

.questions .item .answer {
    color: #81898D;
    font-family: Manrope;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    transition: 0.3s ease all;
    max-height: 0px;
    padding: 0 0;
    overflow: hidden;
}

.questions .item .answer::before {
    position: absolute;
    content: '';
    left: 0;
    /*top: 30px;*/
    width: 2px;
    height: 60px;
    background-color: #00A6FA;
    border-radius: 10px;
}

.questions .item.active .asked {
    background-color: #00A6FA;
    color: #fff;
}


.questions .item.active .asked path {
    fill: #fff;
}

.questions .item.active .asked svg {
    transform: rotate(180deg);
    transition: 0.3s ease all;
}

.questions .item.active .answer {
    max-height: none;
    padding: 20px 0px 20px 40px;
    overflow: auto;
}


.footer {
    width: 88%;
    margin: auto;
    margin-top: 160px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 50px;
    background-color: #0D0F10;
    padding-bottom: 20px;
}

.footer .logo {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    color: #fff;
    font-family: Manrope;

}

.footer .logo img {
    width: 40px;
}

.footer .text {
    color: #81898D;
    font-family: poppins;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
}

.footer .reserved {
    color: #fff;
    font-family: poppins;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
}

.footer .title {
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 20px;

}

.footer .column {
    display: flex;
    flex-direction: column;
}

.footer .link {
    color: #81898D;
    font-family: Manrope;
    display: block;
    margin-bottom: 20px;

}


.footer .media-column {
    display: flex;
    justify-content: right;
    gap: 30px;
    flex-direction: column;
    align-items: flex-end;
}

.footer .media-column a {
    color: #ffffff50;
    transition: 0.3s ease all;
    cursor: pointer;
}


.footer .media-column a:hover {
    color: #ffffff;
}

.product {
    width: 88%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    grid-gap: 100px;
}

.product .left {
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;
    position: relative;
}


.product .left .video {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    /* height: auto; */
    position: relative;
}

.product .left .photos {
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    grid-gap: 20px;
}

.product .left .photos img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.product .left .icon {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 10px;
    width: 20px;
    cursor: pointer;
}


.product .right h1 {
    color: #fff;
    font-family: Manrope;
    margin-top: 30px;
    font-size: 30px;
    position: relative;
}

.product .right h1::before {
    position: absolute;
    content: '';
    left: -24px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00A6FA;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #00A6FA80;
}


.product .right .desc {
    color: #81898D;
    font-family: Manrope;
    font-size: 14px;
    margin-top: 20px;

    line-height: 30px;
}

.product .right .desc p a {
    display:none
}

.product .right .desc img {
    display:none
}

.product .right .tags {
    display: flex;
    color: #fff;
    font-family: Manrope;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.product .right .tags .tag {
    padding: 6px 12px;
    color: #ADB6BA;
    background-color: #81898D12;
    font-size: 14px;
    border-radius: 20px;

}

.product .right .buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.product .right .buttons .btn {
    padding: 8px 16px;
    color: #fff;
    font-family: Manrope;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease all;
    font-size: 14px;
    text-align: center;
}

.product .right .buttons .btn:hover {
    opacity: 0.6;
}

.product .right .buttons .btn i {
    font-size: 10px;
    margin-right: 5px;
}

.product .right .buttons .btn.buy {
    background: #00A6FA;
    border: 6px solid #FFFFFF10;
    box-shadow: 0px 0px 60.1px 0px #00A6FA40;
}

.product .right .buttons .btn.video {
    background: #FF3235;
    border: 6px solid #FF323529;
    box-shadow: 0px 0px 2px 6px #FF323520;
}

.product .right .buttons .btn.discord {
    background: #7289DA;
    border: 6px solid #7289DA29;
    box-shadow: 0px 0px 2px 6px #7289DA20;
}


.products {
    position: relative;
    width: 88%;
    margin: auto;
    margin-top: 100px;
}

.products .container {
    width: 100%;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    grid-gap: 40px;
}

.products .container .left-box {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #00A6FA;
    position: relative;
}


.products .container .left-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.products .container .left-box .text-1 {
    padding-left: 40px;
    padding-top: 30px;
    color: #6EC4EF;
    font-family: Manrope;
    font-size: 16px;

}

.products .container .left-box .text-2 {
    padding-left: 40px;
    font-family: Manrope;
    color: #fff;
    font-size: 20px;
}

.products .container .right-box {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(#00A6FA, #006294);
    /* border: 1px solid #FFFFFF20; */
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease all;
}

.products .container .right-box i {
    transition: 0.3s ease all;

}

.products .container .right-box:hover i {
    transform: translateX(10px);
}

.products .container .right-box p {
    color: #fff;
    font-family: Manrope;

}



.products .wrapper {
    display: grid;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.products .wrapper .item {
    flex-basis: 400px;
    flex-grow: 1;
    border-radius: 6px;
    background-color: #1c1d2247;
    border: 1px solid #ffffff04;
    box-sizing: border-box;
    height: max-content;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition:0.4s;
    cursor:pointer
}

.products .wrapper .item:hover {
    transform:scale(0.99);
    background-color: #ffffff10;
}

.products .wrapper .item:hover .image{
    transform:scale(1.05)
}

.products .wrapper .item .image {
    width: 100%;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    transition:0.4s;
}

.products .wrapper .item .tags {
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.products .wrapper .item .tags .tag {
    padding: 4px 8px;
    background-color: #a4a4a436;
    border-radius: 4px;
    color: #c7c7c7;
    font-family: Manrope;
    font-size: 14px;
}

.products .wrapper .item .name {
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
}


.products .wrapper .item .price {
    color: #00A6FA;
    font-family: Manrope;
    font-size: 16px;
    padding-left: 20px;
}

.products .wrapper .item .price span del {
    float:left;
    padding-right:6px;
    color: #d3d3d34f;
    font-size:16px
}

.products .wrapper .item .new {
    position: absolute;
    left: -60px;
    transform: rotate(-45deg);
    top: 0px;
    width: 200px;
    height: 30px;
    background-color: #00A6FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Manrope;
    font-size: 18px;
    padding-right: 34px;
    box-sizing: border-box;
    display: none;
}

.products .wrapper .item.new .new {
    display: flex;
}

.products .wrapper .item .popular {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 26px;
    background-color: #E6FF5A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 600;
    display: none;
    overflow: hidden;
    white-space: nowrap;
}

.products .wrapper .item.popular .popular {
    display: flex;
}



.basket {
    width: 88%;
    margin: auto;
    margin-top: 100px;

}

.basket .title {
    text-align: center;
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    margin-bottom: 40px;
}

.basket .wrapper .item {
    width: 100%;
    padding: 26px;
    background-color: #131617;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: 0.3s ease all;
}

.basket .wrapper .item:hover {
    background-color: #00A6FA90;

}


.basket .wrapper .item:nth-last-child(1) {
    margin-bottom: 0;
}
.basket .wrapper .item .left {
    display: flex;
    gap: 50px;
}

.basket .wrapper .item .left .script-image {
    width: 40px;
    border-radius: 2px;
}

.basket .wrapper .item .left .name {
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    overflow: hidden;
}

.basket .wrapper .item .left .discord-id {
    color: #fff;
    font-family: Manrope;

}

.basket .wrapper .item .left .discord-id i {
    margin-right: 10px;
    color: #ffffff50;
    font-size: 14px;
}

.basket .wrapper .item .left .price {
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
}


.basket .wrapper .item .right .minus-box {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.basket .btn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    background-color: #00A6FA;
    border: 1px solid #ffffff20;
    transition: 0.3s ease all;
    cursor: pointer;
    margin-top: 30px;
    font-family: Manrope;
    font-size: 16px;
}

.basket .btn:hover {
    background-color: #006294;
}

.fullscreen{
    position:absolute;
    width:100%;
    height:100%;
    left:0vw;
    top:0vw;
    z-index:5;
    background:#000000b0;
    cursor:pointer;
    display:none;
}

.fullscreen img{
    transform:scale(0.8)
}

.terms{
    width:50%;
    margin:auto;
    padding-top:100px
}
.terms .termTitle{
	font-weight:600;
	font-size: 3rem;
	text-align:center;
    color:white;
    font-family:arial
}

.terms h2{
	font-weight:600;
	font-size: 2rem;
	text-align:center;
    color:white;
    padding-top:50px;
    font-family:arial
}

.terms h3{
	font-weight:600;
	font-size: 1.5rem;
	text-align:center;
    color:white;
    padding-top:50px;
    font-family:arial
}

.terms p{
	font-weight:600;
	margin-top:3rem;
	font-size: 1.5rem;
	text-align:center;
	opacity:0.7;
    color:white;
    font-family:arial
}

.search-box {
    position: relative;
    margin-top: 30px;

}

.search-box i {
position: absolute;
top: 13px;
left: 18px;
color: #fff;
font-size: 18px;
}

.search-bar {
    width: 100%;
    padding: 12px 50px;
    box-sizing: border-box;
    background-color: #ffffff10;
    color: #fff;
    font-family: Manrope;
    border: none;
    outline: none;
    font-size: 16px;
}

.products .wrapper .item .product-desc {
    color: #797979;
    font-family: Manrope;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    font-weight: 200;
}

.products .wrapper .item h3 {
    color: #fff;
    font-family: Manrope;
    font-size: 15px;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 200;
}

.products .wrapper .item .remain-time-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 1px;
}

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

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

.title-52{
    color: #fff;
    font-family: Manrope;
    font-size: 40px;
    padding-left: 20px;
    margin-top: 10px;
    text-align:center
}