.clr-white {color: white}
.bg-white {background: white}
.clr-black {color: black}
.bg-black {background-color: black}
.bg-dark {background-color:rgb(62 94 124)}
.clr-heading{color: #FA462F;}
.text-uper-case{text-transform: uppercase;}
.text-decoration-none {text-decoration: none;}
.list-style-none {list-style-type: none;}
.line-height-1 {line-height: 1.7;}
.line-height-2 {line-height: 1.5;}
.overflow-hidden{overflow: hidden;}
.margin-start {margin-block-start:0rem;}
.margin-end {margin-block-end:0rem;}
.max-100 {max-width: 100%;}

 .container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header {
	background: linear-gradient(135deg, #307aa8, #4a2f34);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hero {
	background: linear-gradient(135deg, #307aa8, #4a2f34);
}

.hero h2 {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.content h2 {
	font-size: x-large;
	font-weight: 600;
	margin-top: 3%;
	margin-bottom: 3%;
}
.content h3 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.footer-content {
	width: 23%;
}

.footer-logo {
	transition: 0.3s ease-in-out;
}

.get-content {
	width: 20%;
}

.get-content {
	background: white;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.footer-logo:hover {
	transform: scale(1.05);
	transition: 0.3s ease-in-out;
}

.team-icon {
	width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #d8bfbe, #ffedd3);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.team-content {
	    background: white;
    padding: 2rem;
    width: 23%;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.get-icons {
	width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #307aa8, #4a2f34);
    border-radius: 50%;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.play-icons {
	width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #307aa8, #4a2f34);
    border-radius: 50%;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.login-icon {
	width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e44e6c, #495a95);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.form {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding:40px;
	padding-top: 5%;
	padding-bottom: 10%;
}

.logo {
  width: 60px;
}

.faq-sec {
	background: #caf4ff;
}

.faq-drawer {
  margin-bottom: 30px;
      background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.faq-drawer__content-wrapper {
  font-size: 1em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 1.15em;
  font-weight: 700;
  padding: 23px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.faq-drawer__content {
	padding-left:23px;
	padding-right:23px;
}
.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
  display: none;
}

.contact-info {
    padding: 1.5rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.about-icon i {
	color: #dc143c;
	font-size: 8rem;
	opacity: 0.3;
}

.icon-content {
	position: absolute;
    top: 1rem;
    right: 1rem;
    background: #558db1;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.about-icon {
	width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #a09897, #ffe1b4);
    border-radius: 1rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.info-icon {
	width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #cc304f, #cb6d7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-fields {
	border-radius: 8px;
	border:2px solid #f7cac9;
	outline: none;
	box-sizing: border-box;
	padding:11px;
}

.age-warning {
	background: #dc143c;
    color: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 1rem;
}

.login-btn {
	border:2px solid white;
	border-radius: 5px;
	padding:10px 25px;
	background: transparent;
	font-size: 1rem;
	color: white;
	transition: 0.3s ease-in-out;
}
.login-btn:hover {
	transition: 0.3s ease-in-out;
	background: white;
	color:black;
}

.sign-btn {
	border:2px solid #d54f4f;
	border-radius: 5px;
	padding:10px 25px;
	background: #d54f4f;
	font-size: 1rem;
	color: white;
	transition: 0.3s ease-in-out;
}
.sign-btn:hover {
	transition: 0.3s ease-in-out;
	background: white;
	color:black;
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	border:2px solid #fff;

}

.phone-nav {
	display: none;
}

.desktop {
	display: flex !important;
}
.phone {
	display: none !important;
}

.games-wrapper {
	width: 31%;
}

.games-content {
	padding:20px;
}

.games-wrapper:hover {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	transform: translateY(-8px);
}

iframe {
	width: 90%;
	display: flex;
	margin: auto;
	height: 500px;
}

.games-wrapper:hover .games-overlay {
	opacity: 1;
}

.games-overlay {
	position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: flex
;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.games-wrapper {
	background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    position: relative;
}

.games-wrapper img {
	height: 200px;
    object-fit: cover;
}

.updates-icons i {
	font-size: 3rem;
    color: white;
}

.updates-icons {
	height: 200px;
    background: linear-gradient(135deg, #307aa8, #4a2f34);
    display: flex
;
    align-items: center;
    justify-content: center;
}

.community {
	background:linear-gradient(135deg, #307aa8, #4a2f34);
	padding:30px;
	border-radius: 10px;
}

.phone-nav-content li {
	background: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    padding: 14px 30px;
    width: 30%;
    text-align: center;
    border-radius: 5px;
}

@media only screen and (max-width: 900px) {
	.footer-content {
		width: 44% !important;
	}
	.desktop {
		display: none !important;
	}
	.get-content {
		width: 30% !important;
	}
	.phone {
		display: flex !important;
	}
	.phone-nav-content {
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    justify-content: center;
	}
	.close {
		position: absolute;
	    right: 4%;
	    top: 5%;
	    z-index: 111;
	}
	.phone-nav {
		background: #746565;
	    position: absolute;
	    left: 0;
	    top: 0;
	    transition: 0.3s ease-in-out;
	    width: -webkit-fill-available;
	    height: -webkit-fill-available;
	}
	.phone-nav.show {
		display: flex !important;
	    transition: 0.3s ease-in-out;
	}
	.team-content {
		width: 40% !important;
	}
	.games-wrapper {
		width: 48% !important;
	}
}

.info-content i {
	color: #8c8e90;
    font-size: 1.25rem;
}

.company-options i {
	font-size: 8rem;
    color: white;
    opacity: 0.3;
}

.options-text {
	position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.company-options {
	width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #717171, #ede7e7);
    border-radius: 1rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.info-content {
	display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.faq-content {
	background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.company-sec {
	background: #caf4ff;
}

p,ul {
	line-height: 1.6;
}

@media only screen and (max-width: 850px) {
	.flex-column-md {flex-direction: column !important;}
	.w-100-md {width: 100% !important}
	.team-content {width: 100% !important;}
}

@media only screen and (max-width: 650px) {
	.footer-content {
		width: 100% !important;
	}
	.get-content,.games-wrapper {
		width: 100% !important;
	}
}