@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=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::selection {
    background: #2BE271;
    color: rgb(255, 255, 255);
}

::-moz-selection {
    background: #2BE271;
    color: rgb(255, 255, 255);
}

body {
  max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
    padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    background-image: url("body.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-attachment: scroll;
	background-color: #070707;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 88rem;
    width: 100%;
    margin: 0 auto;
    flex: 1;

    padding-left: 30px;   /* ← Add this */
    padding-right: 30px;  /* ← Add this */
}

/* Header */

.header {
	display: flex;
	align-items: center;
	width: 100%;
    height: 123px;
}

.header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 15%;
}

.header-logo img {
    width: 42px;
    height: 42px;
}

.header-name p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2px;
    margin-left: 12px;
}

.header-navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 55px;
}

.header-navbar a {
    text-decoration: none;
    margin-right: 30px;
    font-size: 15px;
    font-family: "Chakra Petch", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    font-weight: 500;
}

.header-navbar .active {
    font-weight: 600;
    color: white !important;
}

.header-navbar a:hover {
    color: white !important;
}

.header-buttons {
    position: relative; /* ADD THIS */
    font-family: "Chakra Petch", sans-serif;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-left: auto;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .05);
    outline: solid 1px rgba(255, 255, 255, .1);
    color: white;
    font-size: 10px;
    transition: .15s;
}

.buttonuser {
    position: relative; /* ADD THIS LINE */
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 10px;
    height: 32px;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .05);
    outline: solid 1px rgba(255, 255, 255, .1);
    color: white;
    font-size: 10px;
    transition: .15s;
    gap: 10px;
    text-transform: uppercase;
}

.buttonuser:hover {
    background-color: rgba(255, 255, 255, .1);
    outline: solid 1px rgba(255, 255, 255, .15);
    cursor: pointer;
}

.buttonuser i {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    transition: .3s;
}

.button i {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    transition: .3s;
}

.button.currency {
    width: 67px;
    gap: 10px;
}

.button:hover {
    background-color: rgba(255, 255, 255, .1);
    outline: solid 1px rgba(255, 255, 255, .15);
    cursor: pointer;
}

/* Main Page */

.main {
    display: flex;
    width: 100%;
}

.main img {
    display: flex;
    margin-left: -220px;
    width: 1920px;
}

.main-header {
    position: absolute;
    display: flex;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 735px;
    margin-top: 105px;
    line-height: 43px;
}

.main-smalltext-phone {
    display: none;
    position: absolute;
    color: rgba(255, 255, 255, .7);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin-left: 735px;
    margin-top: 210px;
    line-height: 17px;
}

.main-smalltext {
    position: absolute;
    display: flex;
    color: rgba(255, 255, 255, .7);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin-left: 735px;
    margin-top: 230px;
    line-height: 17px;
}

.main-button {
    position: absolute;
    display: flex;
    margin-left: -965px;
    margin-top: 350px;
    width: 179px;
    height: 51px;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: white;
    background-color: rgba(255, 255, 255, .05);
    outline: solid 1px rgba(255, 255, 255, .1);
    transition: .15s;
    border-radius: 100px;
}

.main-button:hover {
    background-color: rgba(255, 255, 255, .1);
    outline: solid 1px rgba(255, 255, 255, .15);
    cursor: pointer;
}

/* Information */

.information {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 177px;
    margin-top: 52px;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
}

.info-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 265px;
    height: 177px;
    background-color: rgba(255, 255, 255, .01);
}

.bar-title {
    font-size: 12px;
    color: white;
}

.bar-stitle {
    margin-top: 12px;
    text-align: center;
    width: 175px;
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    font-weight: 200;
    line-height: 12px;
}

.info-bar:hover {
    background-color: rgba(255, 255, 255, .02);
    outline: solid 1px rgba(255, 255, 255, .05);
    cursor: pointer;
}

/* Featured Resources */

/* Main Page */

.resources-main {
    display: flex;
    width: 100%;
    height: 526px;
    margin-top: 52px;
}

.resources-main img {
    display: flex;
    margin-left: -220px;
    width: 1920px;
}

.resources-main-header {
    position: absolute;
    display: flex;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 200px;
    margin-top: 105px;
    line-height: 43px;
}

.resources-main-smalltext {
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    color: rgba(255, 255, 255, .6);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 200;
    margin-left: 235px;
    margin-top: 145px;
    line-height: 17px;
}

.resources-scripts {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 555px;
    height: 200px;
    margin-left: 60px;
    margin-top: 220px;
    justify-content: space-between;
}

.product {
    display: flex;
    overflow:hidden;
    flex-direction: column;
    width: 270px;
    height: 100%;
    background-color: rgba(255, 255, 255, .01);
}

.product-cat {
    position: absolute;
    background-color: rgba(255, 255, 255, .01);
    outline: solid 1px rgba(255, 255, 255, .03);
    color: white;
    font-size: 11px;
    font-family: "Chakra Petch", sans-serif;
    padding: 5px;
    border-radius: 4px;
    margin-top: -145px;
    margin-left: 7px;
    backdrop-filter: blur(25px);
    font-weight: 300
}

.product-img img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
}

.product-img {
    transition: .2s;
}

.product-img:hover {
    opacity: .5;
}

.product-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Chakra Petch", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.product-price {
    font-size: 12px;
    color: #2BE271;
    font-family: "Chakra Petch", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.product-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-top: 8px;
}

.product-buy {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    width: 33px;
    height: 33px;
    background-color: rgba(255, 255, 255, .03);
    margin-left: 228px;
    margin-top: -40px;
}

.product-buy:hover {
    background-color: #2be27131;
    cursor: pointer;
    color: white;
    outline: solid 1px #2be2716d;
}

/* F.A.Q */

.question-main {
    display: flex;
    margin-top: 52px;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: auto;
    user-select: none;
}

.question-main-header {
    display: flex;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.question-main-smalltext {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    color: rgba(255, 255, 255, .6);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 200;
    margin-bottom: 52px;
}

.faq-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    padding: 15px;
    color: rgba(255, 255, 255, .8);
    width: 750px;
    background-color: rgba(255, 255, 255, .01);
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    outline: solid 1px rgba(255, 255, 255, .03);
    cursor: pointer;
}

.faq-item i {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: flex;
    margin-left: 725px;
    color: rgba(255, 255, 255, .5);
    margin-top: -18px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    font-family: "Chakra Petch", sans-serif;
    font-size: 12px;
    padding-left: 19px;
    line-height: 18px;
    transition: max-height .3s ease, padding .3s ease;
}

.faq-item.active {
    height: auto;
    padding-bottom: 15px;
    color: #2BE271;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 15px;
}

.faq-item.active i {
    transform: rotate(180deg);
    transition: .3s;
    color: #2BE271;
}

/* Footer */

.footer {
	display: flex;
	margin-top: 7rem;
	width: 100%;
	height: 100px;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	border: solid 1px transparent;
	transition: .2s;
	padding-top: 9rem;
	padding-bottom: 3rem;
	margin-top: auto;
	font-family: 'Poppins', sans-serif;
    align-items: center;
}

.footer img {
    margin-left: 25px;
}

.footer-text {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, .25);
    font-weight: 300;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bar {
    margin-top: 10px;
	display: flex;
	width: 100%;
	height: 50px !important;
	background-color: #111111;
	padding: 15px;
	color: rgba(255, 255, 255, 1);
    font-weight: 200;
	font-size: 11.5px;
}

/* Login Page */

.signinform {
    display: flex;
    position: absolute;
    width: 300px;
    height: 270px;
    margin-left: 1000px;
    margin-top: 110px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.signinform p {
    font-family: "Chakra Petch", sans-serif;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.inputbar {
    width: 100%;
}

.inputbar p {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

input {
    width: 95%;
    background-color: rgba(255, 255, 255, .01);
    border: none;
    outline: solid 1px rgba(255, 255, 255, .03);
    height: 37px;
    padding-left: 12px;
    backdrop-filter: blur(10px);
    font-family: "Chakra Petch", sans-serif;
    font-size: 12px;
    color: white;
    font-weight: 300;
}

input::placeholder {
    font-family: "Chakra Petch", sans-serif;
    color: rgba(255, 255, 255, .2);
}

input:hover {
    background-color: rgba(255, 255, 255, .03);
    outline: solid 1px rgba(255, 255, 255, .08);
}

input:focus {
    background-color: rgba(255, 255, 255, .03);
    outline: solid 1px rgba(255, 255, 255, .08);
}

.register {
    margin-top: 20px;
    font-size: 12px !important;
    text-transform:inherit !important;
    color: rgba(255, 255, 255, .4) !important;
    font-weight: 300 !important;
}

.register span a {
    color: #2BE271;
    text-decoration: none !important;
}

.register span a:hover {
    text-decoration: underline !important;
}

button {
    margin-top: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, .01);
    border: none;
    outline: solid 1px rgba(255, 255, 255, .03);
    height: 37px;
    padding: 10px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 12px;
    color: white;
    font-weight: 300;
    color: rgba(255, 255, 255, .7)
}

button:hover {
    background-color: rgba(255, 255, 255, .03);
    outline: solid 1px rgba(255, 255, 255, .08);
    color: white;
    cursor: pointer;
}

/* Resource Tab */

.resource-title {
    font-size: 25px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.category-script {
    display: flex;
    margin-top: 24px;
    width: 100%;
    height: 30px;
    align-items: center;
    color: white;
    font-family: "Chakra Petch", sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.rescategory {
    padding: 8px;
    background-color: rgba(255, 255, 255, .01);
    outline: solid 1px rgba(255, 255, 255, .05);
    border-radius: 4px;
    font-size: 11px;
    margin-left: 10px;  
    user-select: none;
    backdrop-filter: blur(5px);
}

.rescategory:hover {
    background-color: rgba(255, 255, 255, .03);
    outline: solid 1px rgba(255, 255, 255, .08);
    cursor: pointer;
}

.rescategory.active {
    background-color: #2be2711a !important;
    outline: solid 1px #2be271a6 !important;
}

/* Desktop (default) */
.product-bar {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 15px;
    width: 100%;
    height: 200px;
}

/* Tablets */
@media (max-width: 1200px) {
    .product-bar {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Small tablets / large phones */
@media (max-width: 800px) {
    .product-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile phones */
@media (max-width: 500px) {
    .product-bar {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Notification */

.notify {
    position: fixed;
    top: 20px;
    right: -300px;
    background: #271212;
    color: white;
    outline: solid 1px #401d1d;
    padding: 12px 20px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 12px;
    font-weight: 300;
    transition: .4s ease;
    z-index: 99999;
}

.notify.show {
    right: 20px;
}

.user-dropdown {
    display: none;
    position: absolute;
    top: 42px; 
    left: 50%; 
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, .05);
    outline: solid 1px rgba(255, 255, 255, .1);
    padding: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Chakra Petch', sans-serif;
    z-index: 99999;
    transform: translateX(-50%);
}

.user-dropdown:hover {
    background-color: rgba(255, 255, 255, .1);
    outline: solid 1px rgba(255, 255, 255, .15);
    cursor: pointer;
}

.user-wrapper {
    position: relative; /* parent for dropdown */
    display: flex;
    align-items: center;
}

.test {
    position: absolute;
    /* width: 50%; */
}

/* Resource Preview */

.resource-preview {
    margin-top: 25px;
    width: 180%;
    /* height: 500px; */
    display: flex;
}

.video {
    width: 850px;
    height: 445px;
}

.header a {
    text-decoration: none !important;
}

.resource-description {
    position: absolute;
    /* background-color: rgba(255, 0, 0, 0.091); */
    width: 61%;
    height: 460px;
    margin-left: 890px;
}

.resource-name {
    color: white;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.resource-category {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.resource-category a {
    color: white;
    font-size: 13px;
    font-family: "Chakra Petch", sans-serif;
    text-decoration: none;
}

.rescat {
    background-color: rgba(255, 255, 255, .01);
    outline: solid 1px rgba(255, 255, 255, .03);
    padding: 6px 15px;
    margin-top: 10px;
    border-radius: 4px;
    backdrop-filter: blur(25px);
    font-weight: 300;
    text-transform: uppercase;
}

.rescat:hover {
    background-color: rgba(255, 255, 255, .05);
    outline: solid 1px rgba(255, 255, 255, .08); 
    cursor: pointer;
}

.yt-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    outline: solid 1px rgba(255, 255, 255, .15);
    transition: .2s;
}

.yt-btn:hover {
    background-color: rgb(255, 69, 69);;
    /* opacity: .7; */
}

.yt-btn i {
    font-size: 15px;
    line-height: 5px;
    margin-right: 10px;
}


.yt-btntext {
    text-decoration: none;
    color: white;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
}

.purchase-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #41c4c41f;
    backdrop-filter: blur(10px);
    outline: solid 1px #41C4C3;
    transition: .2s;
    color: #41C4C3;
}

.purchase-btn:hover {
    background-color: #41C4C3;
    color: black;
    font-weight: 500;
}

.purchase-btn i {
    font-size: 12px;
    line-height: 5px;
    margin-right: 10px;
}

.resource-req {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 92%;
    height: 31.5%;
    background-color: rgba(255, 255, 255, .01);
    backdrop-filter: blur(20px);
    outline: solid 1px rgba(255, 255, 255, .01);
}

.req-title {
    margin-top: -5px;
    /* margin-left: 20px; */
    color: white;
    font-family: 'Poppins', sans-serif;
}

.req-title-desc {
    margin-top: 5px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.req-category {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.req-category a {
    color: rgb(255, 69, 69);
    font-size: 13px;
    font-family: "Chakra Petch", sans-serif;
    text-decoration: none;
}

.reqcat {
    background-color: rgba(255, 69, 69, 0.132);
    outline: solid 1px rgba(255, 255, 255, .03);
    padding: 6px 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.reqcat:hover {
    background-color: rgba(255, 69, 69, 0.423);
    outline: solid 1px rgba(255, 255, 255, .08); 
    cursor: pointer;
}

.resource-descinfo {
    padding: 20px;
    position: absolute;
    /* width: 90%; */
    width: 161%;
    /* height: auto;   */
    margin-top: 485px;
    background-color: rgba(255, 255, 255, .01);
    backdrop-filter: blur(20px);
}

.descinfo-title {
    color: white;
    font-family: "Chakra Petch", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.descinfo-point {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

.descinfo-smalltitle {
    color: white;
    font-family: "Chakra Petch", sans-serif;
    font-size: 17px;
}

.descinfo-description {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    font-family: "Chakra Petch", sans-serif;
}

/* Loader */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #070707;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.spinner {
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-top: 2px solid #2BE271;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fade-out {
	opacity: 0;
	transition: opacity 0.5s ease;
}





































































/* Hamburger Menu */

.hamburger {
    display: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
    margin-left: auto;
}

@media (max-width: 600px) {
    .container {
        display: flex;
        flex-direction: column;
        max-width: 22rem;
        width: 100%;
        margin: 0 auto;
        flex: 1;
    }

    .header-name p {
        display: none;
    }

    .header-navbar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        width: 78%;
        max-width: 340px;
        background: rgba(16,16,16,.9);
        backdrop-filter: blur(18px);
        border-left: 1px solid rgba(255,255,255,.08);
        transform: translateX(100%);
        transition: transform .25s ease;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }

    .header-navbar.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .hamburger {
        display: flex;
    }

    .header-navbar a {
        font-size: 15px;
        margin-left: 20px;
        padding: 15px 20px;
        background-color: rgba(255, 255, 255, .03);
        width: 70%;
        border-radius: 7px;
        outline: solid 1px rgba(255, 255, 255, .1);
    }

    .header-navbar a.active {
        background-color: #2be27118;
        outline: solid 1px #2be271;
    }

    .header-buttons {
        margin-left: 10px;
    }

    .main img {
        display: flex;
        margin-left: -650px;
        width: 1920px;
    }

    .main-header {
        margin-left: 85px;
        margin-top: 135px;
        font-size: 30px;
        text-align: right;
        line-height: 30px;
    }

    .main-smalltext {
        display: none;
    }

    .main-smalltext-phone {
        display: flex;
        margin-left: 65px;
        margin-top: 235px;
        line-height: 20px;
        width: 250px;
        text-shadow: 0 0 5px black;
        text-align: right;
    }

    .main-button {
        margin-left: -1135px;
        margin-top: 370px;
        backdrop-filter: blur(25px);
    }

    .information {
        display: none;
    }

    .resources-main {
        display: none;
    }

    .resources-main-header {
        position: absolute;
        display: flex;
        margin-left: 25px;
        justify-content: center;
        align-items: center;
    }

    .resources-main-smalltext {
        position: absolute;
        display: flex;
        margin-left: 25px;
        justify-content: center;
        align-items: center; 
    }

    .faq-item {
        width: 100%;
    }

    /* .main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } */

    .faq-question i {
        display: none;
    }

    .header-logo img {
        margin-left: 5px;
    }

    .category-script {
        display: none;
    }

    .product-bar {
        margin-top: 24px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px;
        width: 108%;
        height: 100%;
    }

    .product img {
        width: 0px;
        height: 100%;
    }

    .product-img img {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 0px;
    }

    .product {
        height: 100%;
        width: 100%;
    }

    .product-buy {
        display: none;
    }

    .mbar {
        width: 100%;
    }

    .product-cat {
        font-size: 8px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        position: relative;
        overflow-x: hidden;
    }

    .video {
        width: 340px;
        height: 205px;
    }

    .resource-description {
        position: absolute;
        /* background-color: rgba(255, 0, 0, 0.091); */
        width: 100%;
        height: 460px;
        margin-left: 0px;
        margin-top: 220px;
    }
}
