body {
    background-color: #040534;
    background-image: url(/wp-content/themes/game-changers/assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

body * {
    font-family: "Tektur", sans-serif;
}

body.cart-active {
    overflow: hidden;
}

body.cart-active main {
    filter: blur(10px);
    position: relative;
    z-index: -1;
    pointer-events: none;
}

.navbar-nav li a {
    color: white;
    padding: 0;
    font-size: 20px;
}

.navbar-nav {
    gap: 2rem;
    margin-left: 5rem;
}

header {
    padding: 1rem 0;
}

.cart-icon .cart-counter {
    position: absolute;
    color: white;
    background: #570086;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    right: -10px;
}
.cart-icon {
    cursor: pointer;
    position: relative;
}

section.hero-section {
    display: flex;
    align-items: center;
}

.hero-slider {
    margin-top: 50px;
    /* background-image: url(./assets/images/slide-bg.png);
    background-repeat: no-repeat;
    background-position: center right; */
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slider-bg {
    position: absolute;
    z-index: 0;
    right: 100px;
}

.hero-slider .slider-wrapper {
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content: space-between;
}

.hero-slider h2, .hero-slider p {
    color: white;
}

.hero-slider h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}

.hero-slider .slider-info {
    width: 50%;
}

.hero-slider .slider-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider .swiper-pagination {
    display: flex;
}

.hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet {
    background: white;
}

.hero-slider .swiper-pagination-bullet-active {
    background: #A600FF;
}

section.about-us {
    margin-top: 5rem;
}

section.about-us {
    margin-top: 10rem;
}

.about-us-icons {
    display: flex;
    justify-content: space-evenly;
}

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

.about-us-icon p {
    color: white;
}

.about-us-icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A600FF;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(166,0,255,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(166,0,255,1);
    box-shadow: 0px 0px 40px 0px rgba(166,0,255,1);
}

.about-us-icon-img img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.about-us-wrapper {
    display: grid;
    margin-top: 5rem;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.about-us-wrapper h2 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 45px;
}

.about-us-wrapper p {
    color: white;
    margin: 0;
}

.about-us-text {
    display: flex;
    flex-direction: column;
    background: linear-gradient(270deg, #A600FF 0%, #73007E 100%);
    height: 100%;
    justify-content: center;
    padding: 2rem;
    border-radius: 20px;
}

section.products {
    margin-top: 5rem;
}

section.products h2 {
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.products-slider {
    margin-top: 2rem;
    position: relative;
    padding-bottom: 5rem;
	display: flex;
	height: 100%;
}

.product-box {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #550083 0%, #A600FF 100%);
    position: relative;
    padding: 15px;
    border-radius: 20px;
	height: 100%;
}

.product-info {
    display: flex;
    align-items: flex-start;
	justify-content: space-between;
}

.product-info .product-title {
    display: flex;
    flex-direction: column;
}

.product-info .product-title h3 {
    color: white;
    font-size: 20px;
}

.product-info .product-title p {
    color: white;
}

p.product-mg {
    background: black;
    display: flex;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.product-buy {
    display: flex;
    align-items: end;
    gap: 1rem;
	height: 100%;
}

.product-buy p {
    margin: 0;
    width: 50%;
    text-align: center;
}

.product-buy .price {
    color: white;
    background: #A600FF;
    border-radius: 20px;
    padding: 10px;
}

.product-buy .add-to-cart {
    background: black;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px;
    cursor: pointer;
}

.products-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.products-slider .swiper-pagination-bullet {
    background: white;
}

.products-slider .swiper-pagination-bullet-active {
    background: #A600FF;
}

section.blog {
    margin-top: 5rem;
}

section.blog h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: white;
}

section.blog {
    margin-top: 5rem;
}

section.blog h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: white;
}

.blog-posts {
    display: flex;
    gap: 20px;
    margin-top: 3rem;
}

.blog-post {
    height: 500px;
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    transition: flex .6s cubic-bezier(.25,.46,.45,.94);
    cursor: pointer;
}

.blog-post.active {
    flex: 4;
}

.blog-post img {
    height: 500px;
    object-fit: cover;
}

.blog-post-info {
    background: #040534CC;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    flex-direction: column;
    gap: 20px;
}

.blog-post.active .blog-post-info {
    display: flex;
    opacity: 1;
    transition: opacity .4s linear .5s;

}

.blog-post-info h3 {
    color: white;
    font-size: 20px;
}

.blog-post-info p {
    color: white;
}

section.brands {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

section.brands h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: white;
}

.brands-wrapper {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.brands-wrapper img {
    margin: 0 auto;
    display: block;
}

footer {
    background: linear-gradient(90deg, #550083 0%, #A600FF 100%);
    padding: 2rem 0;
}

.footer-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.logo .copyright {
    margin-top: 3rem;
    color: white;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    text-decoration: none;
}

.social-icons img {
    height: 37px;
}

.logo .copyright a {
    margin-left: 10px;
}

.contact-info {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form form input::placeholder, .contact-form form textarea::placeholder {
    color: white;
}

.contact-form form input, .contact-form form textarea {
    background: no-repeat;
    border: 1px solid;
    border-radius: 10px;
    color: white;
    text-indent: 10px;
    padding: 5px;
    resize: none;
}

.contact-form button {
    background: linear-gradient(90deg, #550083 0%, #A600FF 100%);
    padding: 5px;
    border: none;
    border-radius: 10px;
    color: white;
}

.shoping-cart {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: white;
    width: 500px;
    height: 100%;
    display: none;
}

.shopping-cart-hero {
    color: #550083;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.shopping-cart-hero h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopping-cart-hero h2 img {
    height: 35px;
}

.shopping-cart-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
}

.shopping-cart-product {
    display: flex;
    border: 1px solid;
    padding: 20px;
    border-radius: 20px;
    gap: 2rem;
    position: relative;
}

p.remove-product {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.shopping-cart-product-img img {
    height: 120px;
}

.shopping-cart-product-img {
    display: flex;
    align-items: center;
}

.shopping-cart-product-info {
    display: flex;
    flex-direction: column;
    color: #550083;
}

.shopping-cart-product-info h2 {
    font-size: 24px;
}

.shopping-cart-product-quantity-price {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.shopping-cart-product-quantity-price input {
    width: 45px;
}

.shopping-cart-product-quantity-price p {
    margin: 0;
    font-size: 20px;
}

.shopping-cart-checkout {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background: #E8E8E8;
}

.shopping-cart-checkout .totals {
    display: flex;
    justify-content: space-between;
    color: #550083;
    font-weight: bold;
    font-size: 20px;
}

a.go-back {
    color: white;
    margin-bottom: 2rem;
    display: flex;
}

.shopping-cart-checkout .totals .total-price {
    font-weight: normal;
}

.shopping-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.shopping-cart-checkout-btn a {
    text-decoration: none;
    background: linear-gradient(90deg, #550083 0%, #A600FF 100%);
    width: 100%;
    text-align: center;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
}

.shopping-cart-hero, .shopping-cart-products {
    padding: 2rem;
    padding-bottom: 0;
}

.shopping-cart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

section.checkout {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.checkout-wrapper form {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 10rem;
    justify-content: space-between;
}

.checkout-wrapper form h2 {
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-weight: bold;
}

.checkout-wrapper .form-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkout-wrapper .form-input input {
    background: no-repeat;
    border: 1px solid;
    color: white;
    border-radius: 10px;
    text-indent: 10px;
    padding: 5px;
}

.checkout-wrapper .form-input input::placeholder {
    color: white;
}

.checkout-order {
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    border: 0.8px solid #FFFFFF;
    border-radius: 20px;
    border-radius: 20px;
}

.checkout-order h2 {
    color: white;
    font-weight: bold;
    text-align: center;
    border: none !important;
    margin: 0;
    padding: 10px;
}

.checkout-order-wrapper {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 2rem;
    border-radius: 20px;
    border-radius: 20px;
    gap: 20px;
}

.checkout-order-products {
    display: flex;
    flex-direction: column;
}

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

.checkout-order-product {
    display: flex;
    justify-content: space-between;
}

.checkout-totals {
    display: flex;
    flex-direction: column;
}

.checkout-totals .shipping {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.checkout-totals .checkout-total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.checkout-headers p {
    font-weight: bold;
    font-size: 20px;
    color: #505050;
}

.checkout-headers p {
    font-weight: bold;
    font-size: 20px;
    color: #505050;
}

.checkout-order-product p {
    font-size: 20px;
    color: #505050;
} 

.checkout-order-product p:nth-child(1) {
    display: flex;
    gap: 30px;
}

.checkout-order-product p:nth-child(1) span {
    font-weight: bold;
}

.checkout-totals p {
    font-size: 20px;
    color: #505050;
    margin: 0;
    padding: 10px 0;
}

.checkout-totals .checkout-total p:nth-child(1) {
    font-weight: bold;
}

.form-check-input {
    border-radius: 5px !important;
}

.form-check-input:checked {
    background: #505050;
    border: none;
}

.checkout-btn button {
    color: white;
    text-decoration: none;
    font-size: 20px;
    background: linear-gradient(90deg, #550083 0%, #A600FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: none;
    width: 100%;
}

.thank-you-wrapper {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(90vh - 270px);
}

.thank-you-wrapper h1 {
    color: white;
}

.thank-you-wrapper h2 {
    color: white;
}

section.single-post {
    margin-top: 5rem;
}

.single-post-wrapper {
    display: grid;
    grid-template-columns: .5fr 1fr;
    gap: 2rem;
}

.post-wrapper figure {
    border-radius: 20px;
    overflow: hidden;
}

.post-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-wrapper h1 {
    color: white;
    font-weight: bold;
}

.post-wrapper .post-content {
    color: white;
}

.news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffffa6;
}

.news h2 {
    font-size: 18px;
    color: white;
}

.news img {}

.related-news-wrapper {
    width: 70%;
}

.related-news-wrapper h2 {
    /* color: white; */
}

.related-news h2 {
    color: white;
    margin-bottom: 2rem;
}

.related-news img {
    border-radius: 20px;
}

p.close-cart {
    margin: 0;
    cursor: pointer;
}

p.close-cart svg {
    height: 30px;
}

@media screen and (max-width: 1000px) {
	html, body {
		overflow-x: hidden !important;
	}
	
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	
	.navbar-nav {
		margin: 0;
		text-align: center;
		margin-top: 2rem;
	}
	
	.navbar-brand {
		width: 220px;
	}
	
	
	
	button.navbar-toggler {
		border: none;
	}
	.shoping-cart {
		width: 100%;
	}
	
	.checkout-wrapper form {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.hero-slider .slider-wrapper {
		flex-direction: column;
		gap: 2rem;
	}

	.hero-slider .slider-info {
		width: 100%;
	}

	.hero-slider .slider-image {
		/* width: 50%; */
	}

	.hero-slider .swiper-pagination {
		margin-top: 2rem;
		align-items: center;
		justify-content: center;
		bottom: 0rem;
		gap: 2rem;
	}

	.hero-slider h2 {
		font-size: 30px;
		text-align: center;
	}

	.hero-slider p {
		text-align: center;
	}

	.hero-slider {
		margin-top: 1rem;
		height: 550px;
	}
	
	.hero-slider .swiper {
		padding-bottom: 3rem;
	}

	.hero-slider-bg {
		right: -400px;
	}
	
	.about-us-icons {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
		text-align: center;
    }

	.about-us-wrapper {
		grid-template-columns: 1fr;
	}

	.about-us-image {
		order: 2;
	}

	.blog-posts {
		flex-direction: column;
	}
	
	.blog-post-info {
		opacity: 1;
	}

    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
        justify-content: center;
    }
	
	.footer-wrapper .copyright {
		color: white;
	}
	
	.social-icons {
		align-items: center;
		justify-content: center;
	}

	section.hero-section {
		position: relative;
		overflow: hidden;
	}
	
	.product-box .product-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        color: white;
    }
    .product-info .product-title h3 {
        font-size: 24px;
    }
    .product-info .product-title {
        justify-content: center;
        height: 100%;
    }
}