
*{
    scroll-behavior: smooth;
    /* justify-self: center; */
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
 
}
header{
    background:rgb(16, 16, 16);
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    /* position: absolute;  */
    margin: 0 auto;
    z-index: 1;

}


img{
    max-width: 100%;
}
.head {
    padding-left: 32%;
    /* display: flex; */
    padding-top: 1%;
    /* justify-content: center; */
    width: 69%;

}
.row10{
    display: grid;
    grid-template-columns: 1fr;
    /* justify-items: anchor-center; */
}

.container{
    width: 100%;
    max-width: 1180px;
    margin:0 auto;
}

.container2{
    width: 100%;
    max-width: 1180px;
    margin:0 auto;
}
.logo img{
    padding-top: 1px;
    width: 200px;
    height: 90px;
}
.row{
    
    /* background-color: rgb(16, 16, 16); */
    padding-top: 7px;
    display: grid;
    grid-template-columns:1fr;
    /* justify-content: center; */
    align-items: center;
}

/* .row2{
    
    /* background-color: rgb(16, 16, 16); */
    /* padding-top: 7px;
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    justify-content: center;
    align-items: center;
} */ 

.row .nav ul {
    display: flex;
    justify-content: space-between;
}

.row2 .nav ul {
    display: flex;
    justify-content: space-between;
}


.row .nav ul li {
    /* padding-top: 15px; */
    /* gap: 25px; */
    /* padding-left: 50px; */
    list-style-type: none;
    font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
    font-size: 17.3px;
    /* font-weight: 50; */
    /* font-style: ; */
    /* justify-content: center; */
}

.row2 .nav ul li {
    /* padding-top: 15px; */
    /* gap: 25px; */
    /* padding-left: 50px; */
    list-style-type: none;
    font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
    font-size: 17.3px;
    /* font-weight: 50; */
    /* font-style: ; */
    /* justify-content: center; */
}


.row .nav ul li{
    transition: transform 0.1s ease; /* Smooth animation */
  }

  .row2 .nav ul li{
    transition: transform 0.1s ease; /* Smooth animation */
  }
  
  .row .nav ul li:hover {
    transform: scale(1.2); /* Increase size by 20% */
  }

    .row2 .nav ul li:hover {
    transform: scale(1.2); /* Increase size by 20% */
  }

.row a {
    text-decoration: none;
    color: rgb(237, 235, 235);

}

.row2 a {
    text-decoration: none;
    color: rgb(237, 235, 235);

}

/* Section1 */

/* section home */
section.home {
    /* height: 110vh; */
    /* z-index: 1; */
    background-image: url("./Assets/Graphics/VsScreen/gala.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80px;
    /* opacity: 1; */
    background-color: rgb(0, 0, 0, 0.3);
    background-blend-mode: overlay;
    position: relative;
}
section.home .row1{
    /* height: 100vh; */
 color: white;
 display: grid;
 align-items: center;
 justify-content: center;
 padding-left: 17px;
 font-family: sans-serif;
 grid-template-columns: 1fr 1fr; 
 justify-content: center;  
}

section.home .row1 .left-content span{
font-weight: 600;
/* font-size: 16px; */
font-weight: bold;
font-family: "Poppins";
/* letter-spacing: 1px; */

}
section.home .row1 .left-content{
 
   align-self: center;
   /* padding-top: 125px; */
}

section.home .container .row1 .head2{
padding-top: 15%;
}
section.last.container.row3.right{
    justify-self: center;
}
section.home .row1 .right-pic{
    /* padding-top: 30px; */
    justify-self: center;
    align-items: center;
    max-width:65%;
    padding-bottom: 25px;
    /* border-radius: 30px; */
}
section.home .row1 .right-pic img{
    /* border-radius: 40px; */
}

section.home .row1 .left-content h1{
    font-size: 60px;
    word-spacing: 22px;
    /* letter-spacing: 1px; */
    line-height: 65px;
    padding-bottom: 9px;
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  
}

section.home .row1 .left-content p{
    /* padding-top: 20px; */
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins';
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    /* font-weight: 50; */
}

#math-fighter{
    text-shadow: none;
}
.social a img{
    margin: 3px;
    max-width: 26%;
    
}
.social a img{
    transition: transform 0.3s ease; /* Smooth animation */
    
  }
  
  .social a img:hover {
    transform: scale(1.2); /* Increase size by 20% */
    
  }

section.home .row1 .left-content .btn-couple{
    display: flex;
}
section.home .row1 .left-content .btn-couple .explore{
    border: solid 2px blue ;
    width: 160px;
    padding: 17px 25px;
    margin-left: 10px;
    border-radius: 50px;
     text-align: center;
}
.explore a {
    color: white;
    text-decoration: none;
}

section.home{
    position: relative;
    /* height: 205vh; */
}
section.home .container{
    position: relative;
    /* top: 60px; */
}
section.videos{

    background : rgb(12, 12, 12);
    position: relative;
    color: white;
    /* top: 40px; */
    /* background: rgb(118, 118, 117); */
    /* bottom: 0px; */
    
}
.video{
    /* height: 100px   ; */
    /* justify-content: center; */
    justify-self: center;


}
.video h2{
    padding-top: 20px;
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  

    font-family: "Luckiest Guy";
    /* font-weight: 550px; */
    font-size: 70px;
    letter-spacing: 2.4px;
    justify-self: center;
}
.content p{
    font-family: "Poppins";
    text-align: center;
    font-weight: 650;
}
iframe{
    padding-top: 20px;
    width: 1000px;       /* Responsive: fits container */
    max-width: 1000px;  /* Optional: sets a maximum width */
    height: 550px;      /* Maintains aspect ratio */
    border-radius: 50px;
    
}

.title{
    font-size: 40px;
    font-family: "Luckiest Guy";
    letter-spacing: 1.5px;
    text-align: center;
    padding: 20px;
}

.social-btn a{
    transition: transform 0.3s ease; /* Smooth animation */
    width: 30px;
    height: 30px;
}
.social-btn{
    
    padding-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
 .social-btn a:hover {
    transform: scale(1.2); /* Increase size by 20% */
    
  }
.media h4{

    padding-top: 25px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 25px;
    font-family: "Luckiest Guy";
    
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  

}
.row3{
    padding-top: 7px;
    display: grid;
    /* grid-template-columns: 0.3fr 0.7fr; */
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
.title {
    font-size: 40px;
    font-family: "Luckiest Guy";
    letter-spacing: 1.5px;
    text-align: center;
    padding: 20px;}
.row2{
    padding-top: 7px;
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    justify-content: center;
    align-items: center;

    /* column-gap: 30px; */
}
.content h2{
    font-size: 42px;
    font-weight: 800;
    font-family: sans-serif;
    
}
.content{
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.content p{
    font-family: sans-serif;
    font-size: 17px;
    padding: 5px;
    line-height: 28px;
}
.row3{
    
    padding-top: 60px;
    /* align-items: center; */
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    justify-content: center;


    /* padding-bottom: 100px; */
    }
    section.last .container .row3 .right{
        justify-self: center;
        align-self: center;
    }

section.last{
    color: white;
    position: relative;
    /* top: 40px; */
    background : rgb(12, 12, 12);
    
}

.right img{
    justify-self: center;
    text-align: center;
    width: 400px;
    height: 345px;
    border-radius: 67px;
}
/* .row3 .right{justify-self: center;} */
.row3 .left{
    /* justify-items: center; */
    /* align-items: center; */
    /* font-family: sans-serif;
    font-size: 17px;
    line-height: 28px; */
    padding: 40px;
}

.row3 .left{
    font-family: "Poppins";
}

.row3 .left p{
    /* padding-right: 2px; */
}
span{
    
    background: linear-gradient(90deg, #F98C15 , #EAC300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  

   

}
.row3 .left h2{
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  
    letter-spacing: 2px;
    font-family: "Luckiest Guy";
    font-size: 42px;
    font-family: 800px;
    padding-bottom: 20px;
}
.row3{
    
    padding-bottom: 100px;
}
section.footer{position: relative;
    background: linear-gradient(90deg, #F98C15 , #EAC300);
    /* align-items: center; */
/* color: #F98C15,#EAC300; */
font-family: "Poppins";
}
.desc{
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
   color: white;
/* color: linear-gradient(90deg, #f98c15, #eac300) */
}

.row4{
    text-align: center;
display: grid;
grid-template-columns:  1fr;
justify-content: center;
align-items: center;
padding: 20px;
}
.social a{
    list-style-type: none;
}

/* Instructions */
.instructions {
  padding: 40px 20px;
  background-color: #0c0c0c;
  color: white;
  overflow-x: auto;
}

.container4 {
  max-width: 1200px;
  margin: auto;
}



.row6 {
  display:flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

/* WebKit scroll styling */
.row6::-webkit-scrollbar {
  height: 8px;
}
.row6::-webkit-scrollbar-track {
  background: #0a0a0a; /* match dark site background */
}
.row6::-webkit-scrollbar-thumb {
  background: #2e2e2e;
  border-radius: 4px;
}
.row6::-webkit-scrollbar-thumb:hover {
  background: #444;
}


.container4 h2{
    padding-bottom: 50px;
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  

    font-family: "Luckiest Guy";
    /* font-weight: 550px; */
    font-size: 70px;
    letter-spacing: 2.4px;
    justify-self: center;
}

.card {
  background-color: #000000;
  border-radius: 12px;
  flex: 0 0 250px;
  /* padding: 20px; */
  text-align: center;
  scroll-snap-align: start;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.card p {
  font-size: 14px;
  color: #ddd;
}

.media2 h4{

    padding-top: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 25px;
    font-family: "Luckiest Guy";
    
    background: linear-gradient(90deg, #F98C15 , #EAC300);   
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  

}

.media{
    padding-bottom: 40px;
    background-color: #0c0c0c;
}
.hamburger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}
