@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

html{
  font-family: sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth; 
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: inherit;
  background-color: #fff;
  color: #333333;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

section{
  width: 100%;
  padding: 8rem 12rem;
  background-color: #dbdbdb9a; 
}

header{
  width: 100%;
  min-height: 2rem;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000000;
}

.btn {
  display: block;
  background-color: #2b72fb;
  color: #fff;
  text-align: center;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  border-radius: 5px;
}

#nav-menu {
  width: 100%;
  padding: 0 12rem;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  height: 10rem;
  background: #0000003f;
  box-shadow: 0 0px 20px rgb(228, 228, 228);
  backdrop-filter: blur( 10.5px );
  -webkit-backdrop-filter: blur( 10.5px );
  border-radius: 100px;
}

.logo {
  float: left;
  width: 10rem;
  border-radius: 50%;
   -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}

.logo:hover {
  transition: mask-position 1s ease,-webkit-mask-position 1s ease;
  -webkit-mask-position: 120%;
  mask-position: 120%;
  opacity: 1;
}

.menu , .nav-start{
  width: 100%;
  position: relative;
}

.menu-bar li:first-child .dropdown {
  flex-direction: initial;
  width: fit-content;
}

.menu-bar li:first-child ul:nth-child(1) {
  border-right: #eeeeee;
}

.menu-bar{
  margin-right: 3rem;
}

.act{
  width: fit-content;
  border-radius: 7px;
  padding: 0rem 1rem;
  color: #fff !important;
  background-color: #000 !important;
}

.menu-bar .nav-link {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 0.7rem 1rem;
  color: #ffffff;
  border-radius: 7px;
  text-transform: uppercase;
}

.menu-bar .nav-link:hover,  
.dropdown-link:hover {
  color: #fff;
}

.nav-start,
.nav-end,
.menu-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dropdown {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
  rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

.menu-bar a:hover{
  color: #fff;
  background: #000000;
  transition: .3s;
}

.dropdown ul {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem;
}

.dropdown ul li{
  padding: 0.2rem;
}

.dropdown .rolemenu li a{
  color: #000;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.bx-chevron-down{transition: all 0.5s ease;}

.dropdown-btn[aria-expanded="true"] .bx-chevron-down{
  transform: rotate(180deg);
}

.dropdown-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 7px;
  transition: 0.1s ease-in-out;
}

.dropdown-link p {
  font-size: 0.8rem;
  color: #636363;
}

#hamburger {
  display: none;
  padding: 1rem;
  margin-left: 1rem;
}

.container_1{
  width: 100%;
  height: 100vh;
  background: url(../../assets/index-img/background.jpg) no-repeat;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
} 

.container_1 div{
  width: 100%;
  height: 0%;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
}

.container_1 :where(h1,p,span){
  font-family: 'Playfair Display', serif;
  color: #ffffff;
}

.container_1 h1{  
  font-size: 10rem;
  text-shadow: 10px 10px 30px rgb(0, 0, 0);
}

.container_1 span{
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 5px 5px 20px rgb(0, 0, 0);
}

.container_1 p{  
  font-size: 6rem;
  letter-spacing: 5px;
  font-weight: 600;
  text-shadow: 5px 5px 20px rgb(0, 0, 0);
}

/* container_2  */

.container_2 h1{
  text-align: center;
  font-size: 6rem;
  margin-bottom: 3rem;
  text-transform: capitalize;
  letter-spacing: 3px;
  background: #ffffff;
  padding: 1rem 0;
  border-radius: 30px;
}

.parent {
  display: grid;
  place-items: center;  
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 50px;
}

.parent div{
  overflow: hidden;
  border-radius: 15px;
  max-width: 350px;
  width: 100%;
  height: 481px;
} 

.div .top{
  width: 350px;
  height: 408px; 
  position: relative;
}

.top img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.top img:hover{
  transform: scale(1.05);
}

.top span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #000;
  font-size: 2.5rem;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  z-index: 1;
}

.div .bottom{
  width: 100%;
  height: 57px;
  margin-top: 1rem;
}

.div a{
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  background-color: #fab0d0;
  padding: 1.7rem 0;
  color: #000;
  transition: all 0.3s ease;
  border-radius: 20px;
  letter-spacing: 2px;
}

.div a:hover{
  background-color: #f667a5;
}

.bottom i{
  margin-left: 1rem;
}

.footer{
	width: 100%;
  padding-bottom: 2rem;
}

.footer{
  padding-top: 0rem;
}

.footer_div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: left;
	border-bottom: .5px solid grey;
  border-top: .5px solid grey;
	padding: 4rem;
}

.footer_1, .footer_3, .footer_4{
  width: calc(minmax(30%, 300px));
  padding: 0 1rem;
  text-transform: uppercase;
}
 
.footer_div :where(h1,h2,h3,h4,h5) {
  margin-bottom: 2rem;
	color: #000000;
	font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
} 

.footer a{
	color: #000000;
	font-size: 1.5rem;
	display: block;
	line-height: 3rem;
	text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.footer a:hover{
  transform: scale(1.05);
}

.games, .knowledge, .follow_us_on, .subscribe{
	padding-top: 2rem;
}

.footer_icon{
	width: 100%;
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
  flex-wrap: wrap;
	align-items: center;
}

.instagram{
  background: linear-gradient(#f9ce34,  #ee2a7b, #6228d7);
}
.fa-facebook-square{
	background: #316FF6;
}
.fa-whatsapp{
	background: #25d366
}
.fa-phone{
  background-color: #5b39c6;
}

.footer_icon a i{
	font-size: 3rem;
	padding: 0.7rem 1rem;
	border-radius: 10px;
	color: #fff;
  margin-right: 1rem;
}

.gmail {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  color: blue;
}

.gmail a {
  color: blue;
}

.footer_4_child{
  width: 100%;
  min-height: 3rem;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.youtube a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.youtube a i{
	font-size: 3rem;
	padding: .5rem 1rem;
	color: #fff;
	background:red;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.youtube span{
	padding: .5rem;
	background: #ffffff;
	color: rgb(0, 0, 0);
  font-size: 1.6rem;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.footer_5{
	width: 100%;
	min-height: 2rem;
	font-size: 1.7rem;
	padding: 2rem;
  text-align: center;
  background-color: #dbdbdb9a; 
}

.footer_5 p{
	color: #000000;
	margin-bottom: 1rem;
}
