body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	margin: 0;
    background-color: #f5f5f7;
    color: #1d1d1f;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

b {
    font-weight: 600;
}

body.no-scroll {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
	margin: 0;
}

h1 {
	font-size: 5rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.5rem;
}

p,
label,
li {
	font-size: 1.8rem;
}

button {
    cursor: pointer;
}


input[type="text"] {
	font-family: 'Montserrat';
	font-weight: 320;
    padding: 1rem;
	border: none;
    border-radius: 1rem;
    color: #505050;
    font-size: 0.9rem;
}

header {
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
}

.menu-comp {
	display: flex;
	gap: 1rem;
}

.menu-mob {
	display: none;
	gap: 1.5rem;
}

.menu {
	border: 1px solid #a9c9f9;
    border-radius: 999rem;
    background: #e2ecfd;
    padding: 0.5rem 1.1rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.menu a,
.menu-mob a {
	font-size: 1rem;
	text-decoration: none;
	color: #1B1F23;
	font-weight: 450;
}

.menu a:hover {
	color: #3B82F6;
}

.logo-img {
	width: 8%;
}

.cart-button-mob {
	display: none !important;
}

/*

main {
	display: flex;
    flex-direction: column;
	padding: 0 2.5rem;
	gap: 4.5rem;
}

*/

.banner {
	position: relative;
    height: 600px;
	margin: 4.5rem 2.5rem;
}

.content-overlay {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
	justify-content: center;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.content-overlay-text {
	display: flex;
	flex-direction: column;
    align-items: center;
	color: #ffffff;
	margin-right: 4rem;
}

.content-overlay-text p:first-child {
	font-size: 3rem;
    font-weight: 600;
	margin-bottom: 0.5rem;
}

.content-overlay-text p:nth-child(2) {
	font-weight: 400;
    font-style: italic;
}

.content-overlay-text a {
	margin-top: 1.5rem;
    border-radius: 999px;
    color: black;
    background: white;
    padding: 1rem 2rem;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.banner img,
.banner-img-mob,
.banner-img-comp {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.all-games {
	display: flex;
    flex-direction: column;
    gap: 2rem;
	margin: 4.5rem 2.5rem;
}

.game-description {
	display: flex;
	align-items: center;
    gap: 2rem;
	background: #ffffff;
	border-radius: 2rem;
	margin: 4.5rem 2.5rem;
}

.game-description-text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 2rem 0 2rem 2rem;
    max-width: 50%;
}

.game-description-img {
	padding-top: 2rem;
    max-width: 50%;
}

.game-description-img img {
	width: 100%;
	border-radius: 0 0 2rem 0;
}

.how-to-play {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}

.how-to-play-cubes,
.differences-from-games-cubes {
	display: flex;
	justify-content: space-between;
	margin: 0 2.5rem;
}

.how-to-play-cube,
.differences-from-games-cube {
	display: flex;
    flex-direction: column;
	gap: 1.5rem;
	width: 30%;
}

.how-to-play-cube img,
.differences-from-games-cube img {
	width: 50px;
}

.how-to-play-cube p,
.differences-from-games-cube p {
	font-size: 1.4rem;
}

.who-is-this-game,
.differences-from-games {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin: 0 0 4.5rem 0;
	background: #ffffff;
	padding: 6rem 0;
}

.who-is-this-game-text,
.differences-from-games-text {
	display: flex;
    flex-direction: column;
	gap: 1rem;
	max-width: 80%;
	margin: 0 2.5rem;
}

.who-is-this-game h2,
.differences-from-games h2 {
	margin-bottom: 1.5rem;
}

.differences-from-games {
	background: unset;
}

.game-quote {
	gap: 2rem;
    text-align: center;
    border-radius: 2rem;
    padding: 4rem 3rem;
    background: #f5f5f7;
    display: flex;
    margin: 0 2.5rem;
    flex-direction: column;
    align-items: center;
}

.game-quote p {
	max-width: 85%;
}

.game-quote a {
	border-radius: 999px;
    color: white;
    background: black;
    padding: 1.5rem 2.5rem;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
	font-weight: 500;
}

.game-reviews {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 3.5rem;
	margin: 4.5rem 2.5rem;
}

.title-reviews {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.cards-reviews {
	display: flex;
    gap: 3rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
	scrollbar-color: #3B82F6 #f5f5f7;
	padding-bottom: 3rem;
}

.card-reviews {
	flex: 0 0 420px;
	display: flex;
    flex-direction: column;
	background: #ffffff;
	border-radius: 1rem;
	gap: 1rem;
	padding: 1.5rem;	
}

.card-reviews p {
	font-size: 1.4rem;
}

.top-of-review {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.top-of-review-img {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0.8rem;
}

.top-of-review-user-name {
	font-weight: 600;
}

.top-of-review-user-date {
	color: #808080;
}

.card-reviews-stars {
	width: 30%;
}

.game-faq {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 4.5rem 2.5rem;
}

.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #50505025;
    margin-bottom: 0.8rem;
}

.accordion-item summary {
    display: flex;
    justify-content: space-between;
}

.accordion-item svg {
	width: 30px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.accordion-item h4 {
	font-size: 2rem;
	font-weight: 500;
    margin-bottom: 2rem;
    cursor: pointer;
}

.accordion-item p {
	color: #606060;
    margin-bottom: 2rem;
    display: none;
}

.accordion-item.active p {
    display: block;
}

.accordion-item.active svg {
	transform: rotate(180deg);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 2rem;
}

.footer_top {
	padding: 0 1.5rem;
}

.footer-logo img {
	width: 6%;
}

.footer_row {
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}

.footer_row_info {
	display: flex;
	width: 70%;
	gap: 4rem;
}

.footer_col {
	display: flex;
    flex-direction: column;
	gap: 1rem;
	max-width: 45%;
}

.footer_col p {
	font-weight: 700;
	font-size: 1.3rem;
}

.footer_col a,
.business_hours {
	display: flex;
	gap: 0.8rem;
	text-decoration: none;
	color: #1B1F23;
	font-weight: 450;
}

.footer_col a svg,
.business_hours svg {
	color: #3B82F6;
}

.social_media {
	display: flex;
    gap: 1rem;
}

.footer_bottom {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	background: #1B1F23;
    color: white;
	margin-top: 2.5rem;
}

.footer_bottom p {
	font-size: 0.9rem;
	font-weight: 500;
}

.subscribe {
	display: flex;
    flex-direction: column;
	max-width: 30%;
	gap: 1rem;
	background: #e2ecfd;
	padding: 1.5rem;
	border-radius: 1rem;
}

.subscribe_title {
	font-size: 1.3rem !important;
	font-weight: 620;
}

.subscribe p {
	font-size: 0.9rem;
}

.subscribe button {
    font-family: 'Montserrat';
    font-size: 1.2rem;
    font-weight: 600;
    background: #3B82F6;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 10px 15px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
    z-index: 20;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
	header {
		flex-direction: row-reverse;
	}
	
	.hamburger {
        display: flex;
    }
	
	.menu-comp {
	    display: none;
    }
	
	.menu-mob {
        position: absolute;
        top: 75px;
        left: 20px;
	    width: 70%;
        flex-direction: column;
        background: #3B82F6;
        padding: 20px;
        border-radius: 10px;
        z-index: 9999;
    }

    .menu {
        display: none;
    }

    .menu-mob.show {
        display: flex !important;
	    flex-direction: column;
    }
	
	.menu-mob a {
		color: #ffffff;
	}
	
	.cart-button-mob {
	    display: unset !important;
    }
	
	.cart-button {
		display: none !important;
	}
}

@media (max-width: 768px) {
	h1 {
	    font-size: 2.5rem;
    }
	
	h2 {
	    font-size: 2.2rem;
    }
		
	.footer_bottom p {
		font-size: 0.6rem;
	}
	
	.menu {
		display: none;
	}
	
	.accordion-item svg {
	    display: none;
	}
	
	.who-is-this-game {
	    flex-direction: column;
	}
	
	.how-to-play-cubes {
	    max-width: 100%;
	}
}

@media (max-width: 321px) {
    .footer_bottom	{
		flex-direction: column;
	}
	
	a,
	div,
    p,
    button,
    h3 {
		word-break: break-all;
	}
}

@media (max-width: 500px) {
	p,
	label,
	li {
    font-size: 1.4rem;
    }
	
	.logo-img {
		width: 25%;
	}
	
	.footer_row {
		flex-direction: column;
		align-items: unset;
		gap: 4rem;
	}
	
	.footer_row_info {
		flex-direction: column;
	}
	
	.subscribe {
		max-width: unset;
	}
	
	.footer_col {
		max-width: unset;
	}
	
	.footer-logo img {
		width: 22%;
	}
	
	.email_support svg,
	.business_hours svg {
		display: none;
	}
	
	h3 {
		font-size: 2rem;
	}
	
    .differences-from-games-text {
		flex-direction: column;
	}
	
	.differences-from-games-text {
		gap: 2rem;
	}
	
	.differences-from-games-text-p {
		width: 100%;
	}
	
	.title-reviews {
		flex-direction: column;
        align-items: flex-start;
		gap: 0.6rem;
	}
	
	.card-reviews {
		flex: 0 0 280px;
	}
	
	.top-of-review-img {
		font-size: 1rem;
		width: 20px;
        height: 20px;
	}
	
	.top-of-review p {
		font-size: 1rem;
	}
	
	.top-of-review-user-date {
		font-size: 0.9rem !important;
	}
	
	.card-reviews p {
		font-size: 1.2rem;
	}
	
	.game-quote p {
		font-size: 1.4rem;
	}
	
	.banner {
	    height: 55vh;
		margin: 3rem 1.5rem;
	}
	
	.banner img,
    .banner-img-mob,
    .banner-img-comp {
        border-radius: 1rem;
    }
	
	.all-games,
    .game-description {
		margin: 3rem 1.5rem;
	}
	
	.game-description {
		flex-direction: column;
	}
	
	.game-description-text,
	.game-description-img {
		max-width: unset;
	}
	
	.game-description-text {
		padding: 1.6rem;
	}
	
	.game-description-img {
		padding-top: unset;
	}
	
	.how-to-play-cubes,
	.differences-from-games-cubes {
        flex-direction: column;
		gap: 3rem;
    }
	
	.how-to-play-cube,
	.differences-from-games-cube {
		width: unset;
    }
	
	.who-is-this-game-text,
	.differences-from-games-text,
    .how-to-play-cubes,
	.differences-from-games-cubes,
    .game-quote	{
        margin: 0 2rem;
    }
	
	.game-quote {
		padding: 2rem 1rem;
	}
	
	.game-quote p {
		max-width: unset;
	}
	
	.game-quote a {
		font-size: 1.2rem;
		padding: 1rem 2rem;
	}
	
	.who-is-this-game,
	.differences-from-games {
		padding: 4rem 0;
		margin: 0 0 3rem 0;
	}
	
	.accordion-item h4 {
		font-size: 1.6rem;
	}
	
	.game-reviews,
    .game-faq {
		margin: 3rem 1.5rem;
	}
	
	.game-quote,
	.game-description {
		border-radius: 1rem;
	}
	
	.game-description-img img {
		border-radius: 0 0 1rem 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 768px) {
	.logo-img {
		width: 15%;
	}
	
	.footer_row {
		flex-direction: column;
		align-items: unset;
		gap: 4rem;
	}
	
	.footer_row_info {
		flex-direction: column;
	}
	
	.subscribe {
		max-width: 70%;
	}
	
	.footer_col {
		max-width: unset;
	}
	
	.footer-logo img {
		width: 14%;
	}
	
	.email_support svg,
	.business_hours svg {
		display: none;
	}
	
    .differences-from-games-text {
		flex-direction: column;
	}
	
	.differences-from-games-text {
		gap: 2rem;
	}
	
	.differences-from-games-text-p {
		width: 100%;
	}
	
	.title-reviews {
		flex-direction: column;
        align-items: flex-start;
		gap: 0.6rem;
	}
	
	.game-quote p {
		font-size: 1.4rem;
	}
	
	.banner {
	    height: 250px;
	}
	
	.banner img,
    .banner-img-mob,
    .banner-img-comp {
        border-radius: 1rem;
    }
	
	.all-games,
    .game-description {
		margin: 3rem 1.5rem;
	}
	
	.game-description {
		flex-direction: column;
	}
	
	.game-description-text,
	.game-description-img {
		max-width: unset;
	}
	
	.game-description-text {
		padding: 1.6rem;
	}
	
	.game-description-img {
		padding-top: unset;
	}
	
	.how-to-play-cubes,
	.differences-from-games-cubes {
        flex-direction: column;
		gap: 3rem;
    }
	
	.how-to-play-cube,
	.differences-from-games-cube {
		width: unset;
    }
	
	.who-is-this-game-text,
	.differences-from-games-text,
    .how-to-play-cubes,
	.differences-from-games-cubes,
    .game-quote	{
        margin: 0 2rem;
    }
	
	.game-quote {
		padding: 2rem 1rem;
	}
	
	.game-quote p {
		max-width: unset;
	}
	
	.game-quote a {
		font-size: 1.2rem;
		padding: 1rem 2rem;
	}
	
	.who-is-this-game,
	.differences-from-games {
		padding: 4rem 0;
		margin: 0 0 3rem 0;
	}
	
	.accordion-item h4 {
		font-size: 1.6rem;
	}
	
	.game-reviews,
    .game-faq {
		margin: 3rem 1.5rem;
	}
	
	.game-quote,
	.game-description {
		border-radius: 1rem;
	}
	
	.game-description-img img {
		border-radius: 0 0 1rem 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.email_support svg,
	.business_hours svg {
        display: none;
    }
	
	.how-to-play-cube {
		height: 160px;
	}
	
	.banner {
	    height: 420px;
	}
	
	.banner img,
    .banner-img-mob,
    .banner-img-comp {
        border-radius: 1rem;
    }
	
	h2 {
        font-size: 2.2rem;
    }
	
	h3 {
        font-size: 1.8rem;
    }
	
	p,
	label,
	li {
        font-size: 1.4rem;
    }
	
	.how-to-play-cube p,
	.differences-from-games-cube p {
		font-size: 1rem;
	}
	
	.game-quote a {
		font-size: 1.2rem;
	}
	
	.accordion-item h4 {
		font-size: 1.6rem;
	}
	
	.card-reviews p {
        font-size: 1.2rem;
    }
}

.cards-product {
	gap: 2rem;
    display: flex;
}

.card-product {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 0.8rem;
	padding: 1.5rem;
    width: 25%;
	background: #ffffff;
	border-radius: 1rem;
}

.card-product-buy {
	display: flex;
    flex-direction: column;
	gap: 0.8rem;
}

.card-product-link {
	display: flex;
    flex-direction: column;
	gap: 0.8rem;
	width: 100%;
	text-decoration: none;
	color: #000000;
}

.card-product p {
	font-size: 1.4rem;
	font-weight: 550;
}

.card-product-sale {
	display: flex;
}

.card-product-sale p {
	padding: 0.3rem 0.8rem;
	background: #ff3d3d;
	font-weight: 600;
	color: #fff;
	border-radius: 1rem;
	font-size: 1.1rem;
}

.card-product img {
	border-radius: 1rem;
	width: 100%;
}

.card-product-price {
	display: flex;
	gap: 1rem;
}

.card-product-price p:first-child {
	font-size: 1.6rem;
	font-weight: 800;
}

.card-product-price p:nth-child(2) {
	font-size: 1.1rem;
	font-weight: 700;
	color: #50505050;
	text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration-thickness: 1.5px;
}

.card-product-button {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 550;
    background: #3B82F6;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 10px 15px;
}

@media (max-width: 500px) {
	.cards-product {
		flex-direction: column;
	}
	
	.card-product {
		width: unset;
		border-radius: 1rem;
	}
	
	.card-product img {
		border-radius: 1rem;
	}
	
	.card-product-button {
		font-size: 1.4rem;
	}
	
	.card-product-buy {
		gap: 1rem;
	}
}

@media screen and (min-width: 500px) and (max-width: 600px) {
	.cards-product {
		gap: 1rem;
	}
	
	.card-product {
		width: 40%;
		border-radius: 1rem;
	}
	
	.card-product img {
		border-radius: 1rem;
	}
	
	.card-product-sale p {
		font-size: 0.8rem !important;
	}
	
	.card-product p {
		font-size: 1rem;
	}
	
	.card-product-price p:first-child {
		font-size: 1.2rem;
	}
	
	.card-product-price p:nth-child(2) {
		font-size: 0.9rem;
	}
	
	.card-product-button {
		font-size: 1rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 950px) {
	.card-product {
		width: 40%;
		border-radius: 1rem;
	}
	
	.card-product p {
        font-size: 1.4rem;
        font-weight: 700;
    }
	
	.card-product-price p:first-child {
		font-size: 1.6rem;
	}
	
	.card-product-price p:nth-child(2) {
		font-size: 1.2rem;
	}
	
	.card-product-button {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
	.card-product {
		width: 30%;
	}
}