
@font-face {
  font-family: 'coffee';
  src: url('Content/Poppins-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'italic';
  src: url('Content/Harshita.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('Content/NotoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppin-bold';
  src: url('Content/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Loading Screen */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden; 
  width: 100%; 
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%); 
  transition: transform 1s ease-in-out; 
    overflow: hidden; 
}

.page1 {
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%; 
  height: 110%;
  object-fit: cover;
  filter: blur(8px) brightness(0.5); 
  z-index: -1; 
}

.tagline {

  font-family: 'coffee' , sans-serif;
  font-size: 4em;
  margin: 0;

  color: #ffffff;
  text-align: center; 
  z-index: 2; 
}

.logo-first{
  max-width: 34%;
  margin: 20px auto 20px; 
  display: block; 
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; 
  z-index: 1;
}

.container_mouse {
  position: fixed;      
  bottom: 0%;           
  left: 50%;            
  transform: translateX(-50%); 
  z-index: 9999;        
  text-align: center;  
}

.mouse-btn {
  position: fixed;           
  bottom: 5%;               
  left: 50%;               
  transform: translateX(-50%); 
  width: 1%;
  height: 5%;
  border: 1px solid rgba(170, 170, 170, 0.918);
  border-radius: 20px;
  display: flex;
  z-index: 4;                
}

.mouse-scroll {
  display: block;
  width: 35%;
  height: 10%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}

.mouse-text {

  bottom: -97%;
  font-size:10px;
  color: #fff; 
  font-family: 'coffee' , sans-serif;
  text-align: center;
}

@keyframes scroll {
  0% {
    opacity: 1;
    top:10%;
  }
  100% {
    opacity: 0;
    top: 90%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto Slab', serif;
}
h1 {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 300;
}
p {
  font-weight: 300;
  color: #546E7A;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  margin: 0;
}
a {
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

.logo-about,.logo-contact {
  position: fixed; 
  top: 3px;      
  left: 50%;       
  transform: translateX(-50%); 
  max-width: 10%;; 
  z-index: 10;     

}
.logo-events{
  position: absolute;

  top: 3px;       
  left: 50%;       
  transform: translateX(-50%); 
  max-width: 10%; 
  z-index: 10;      
}

.page2 {
  background-color: #121212; 
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0%; 
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.56, 1);
}
.page2 .logo {
  position: fixed; 
  top: 20px;       
  left: 50%;       
  transform: translateX(-50%); 
  max-width: 150px; 
  z-index: 1000;      
  margin: 0;        
}

.page2 {
  background-image: url('Content/2nd\ page.png'); 
}

.page1,
.page2 {
  transition: transform 1.4s cubic-bezier(0.19, 1, 0.56, 1);
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.menu {
  margin-top: 19%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  text-align: center;
  z-index: 2;
  font-family: 'poppin-bold' , sans-serif;
}


.menu__link {
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  pointer-events: auto;
  line-height: 40px;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 0px;
  margin: 20px; 
  border-right: 2px solid #acacac; 

}
.menu__link:last-child {
  border-right: none;
}

.menu__link:hover::before {
  top: 0;
}

.text-container {
  font-size: small;
  
  text-align: center;  
  position: absolute;
  top: 70%;             
  left: 50%;
  transform: translateX(-50%); 
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}

.main-text {
  font-size: 2em;       
  font-weight: normal;      
  color: #ffffff;         
  margin-top: 20px;       
  margin-bottom: 10px;    
  font-family: 'coffee' , sans-serif;
}

.catchphrase {
  font-size: 1em;       
  font-style: italic;     
  color: #ffffff;         
  margin-top: 30px;       
  font-family: 'italic' , sans-serif;
}

.panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 999;
  color: #000;
  box-sizing: border-box;
  background-color: #ECEFF1;
  justify-content: flex-start;
}

.panel__content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    will-change: margin-top, opacity; 
    transition: all 700ms ease; 
    transition-delay: 600ms;
    margin-top: 0; 
    position: relative;
    z-index: 1;
    height: 100vh; 
  }
  



.panel:target .panel__content {
  opacity: 1;
  margin-top: 0;
}

.panel#home {
  z-index: 1;
  background: radial-gradient(ellipse at center, #ffffff 0%, #CFD8DC 100%);
}

.page1.scrolled {
  transition: all 1400ms cubic-bezier(0.19, 1, 0.56, 1);
  transform: translate3d(0, -100%, 0 );
}

.panel#About {
  background-color: #000000; 
  background-image: url('Content/About\ us.png'); 
  background-size: cover;
  background-position: center;
  transition: all 1200ms cubic-bezier(0.5, 1, 0.56, 1);
  transform: translate3d(-100%, 0, 0); 
  overflow: hidden; 
}
.panel#About:target {
  transform: translate3d(0, 0, 0); 
}

.panel#contact {
  background-color: #000000; 
  background-image: url('Content/Contact\ us.png'); 
  background-size: cover;
  background-position: center;
  transition: transform 1.4s cubic-bezier(0.5, 1, 0.56, 1); 
  transform: translate3d(-100%,0,0); 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  z-index: 999; 
  
  overflow: hidden; 
}

.panel#contact:target {
  transform: translate3d(0, 0, 0); 
}


.panel#Our-Services{
  background-color: #000000; 
 background-image: url(Content/Esports\ News\ Coverage.png);
  background-size: cover;
  background-position: center;
  transition: all 1200ms cubic-bezier(0.5, 1, 0.56, 1);
  transform: translate3d(-100%, 0, 0); 
  overflow: hidden; 
  
}

.panel#Our-Services:target {
  transform: translate3d(0, 0, 0); 
  
}




button {
  height: 30%; 
  margin: 0px;
  width: 5%; 
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5); 
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Consolas, Courier New, monospace;
  border: solid #000000 1px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 5px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rotate-text {
  transform: rotate(270deg); 
  transform-origin: center;
  white-space: nowrap; 
  text-align: center;
 
}

button:active {
  -webkit-box-shadow: 1px 1px 13px #161616, -1px -1px 33px #080808;
  box-shadow: 1px 1px 13px #161616, -1px -1px 33px #0c0c0c;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}
div {
  position: relative;
  width: 100vw;
  height: 100vh;
}






@keyframes down {
  from {
    transform: translateY(-100vh);
  }
  to {
    transform: translateY(0);
  }
}

#about-header {
  margin-top: 10%;
  color: #f1f1f1;
  font-weight: bold;
  font-family: 'poppin-bold', sans-serif;
  margin-bottom: 0px; 
  font-size: 2rem; 
}


#description {
  font-size: 1.2rem; 
  line-height: 1.6;
  width: 80%; 
  color: #ffffff;
  font-family: 'MyCustomFont', sans-serif;
  font-weight: normal;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5%;
}

#Services {

  margin-bottom: 10%;
  color: #ffffff;
  font-family: 'poppin-bold', sans-serif;
  font-weight: bold;
  margin: 0 0 1.5%;
  text-align: center;
  width: fit-content;
  font-size: 1.8rem; 
}

#contact-h1{
  color: #f1f1f1;
  font-weight: bold;
  padding-bottom: 1%;
  margin-top: 13%;
  font-family: 'poppin-bold' ,sans-serif;
}

#contact-description{
  
  letter-spacing: 0.5px;
 text-align:center;
  font-style: normal;
  font-size: large;
  line-height: 1.6;  
  width: 80%;        
  margin: 0 auto;    
 
  color: #ffffff;
  font-weight: normal;
  font-family: 'MyCustomFont' ,sans-serif;
 
}



.service-list .number {
  position: absolute; 
  left: 0; 
  top: 0%; 
  transform: translateY(-100%); 
  font-size: 13px; 
  font-weight: bold; 
  color: #8b8b8b; 
  margin-bottom: 100px;
  font-family: 'coffee' , sans-serif;
}


.service-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: auto; 
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 1%; 
  top: 50%; 
  transform: translateY(-50%); 
}

.service-item {
  width: 30px;
  height: 2px;
  margin: 20px 0;
  
  background-color: #b6b6b6;
  position: relative;
  transition: width 0.3s ease;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
  cursor: pointer; 
    user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
}


.service-item .hover-text {
  width: 23.5rem;
  font-size: x-small;
  color: #ffffff;
  position: absolute;
  text-align: right;
  top: -25px;
  left: 2%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  font-family: 'poppin-bold' ,sans-serif;
  font-size: 0.6rem;
}


.service-item:hover {
  width: 100%;
}

.service-item:hover .hover-text {
  opacity: 1;
}


.service-item.active {
  width: 12rem;  
  background-color: #888888; 
}



.service-item.active .hover-text {
  opacity: 1; 
}


.service-item .checkbox {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  
}

#service-description {


  transition: all 5s ease;
  font-size: large;
  line-height: 1.6;
  width: 60%; 
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-family: 'MyCustomFont', sans-serif;
  padding: 0; 
  font-size: 1rem; 
  
}
.service-list .service-item:first-child:hover {
  width: 12rem;  
  
}

.service-list .service-item:first-child:hover .hover-text {
  opacity: 1;
}

.image-container {
  position: absolute; 
 
  height: 100vh; 
  overflow: hidden;
  margin: 0; 
  z-index: -1; 
}

.image-container img {
  position: fixed;
  width: 100%;
  height: 100% ;
  object-fit: cover; 
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}


.image-container img.active {
  opacity: 1; 
  transform: translateY(0); 
}


.image-container img.exit {
  opacity: 0; 
  transform: translateY(100%); 
}

.image-container img.active {
  opacity: 1;
  transform: translateY(0);
}


.service-image-new.slide-up {
  top: 100%; 
  transform: translateY(100%);
  opacity: 0;
  z-index: 1; 
  transition: transform 1s ease, opacity 1s ease;
}

.service-image-new.slide-up.active {
  top: 0; 
  transform: translateY(0);
  opacity: 1; 
  z-index: 2; 
  position: absolute;
}


.service-image-new.slide-down {
  top: -100%; 
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1; 
  transition: transform 1s ease, opacity 1s ease;
}

.service-image-new.slide-down.active {
  top: 0; 
  transform: translateY(0);
  opacity: 1; 
  z-index: 2; 
  position: absolute;
}
#service-description {
  transition: transform 5s ease, opacity 1s ease-in-out;
  opacity: 1;
}
#service-description.fade-out {
  opacity: 0;
}

.card {
  position: relative;
  z-index: 1000;
  width: 300px; 
  height: 200px; 
  margin: 0 auto; 
 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  border-radius: 10px; 
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.card2 {
  position: relative;
  z-index: 10;
  width: 300px; 
  height: 200px; 
  margin: 0 auto; 
 top: 45%;
 left: 42%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  border-radius: 10px; 
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.socialContainerWrapper {
  position: fixed;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px; 
  z-index: 1000;
}

.socialContainer {
  width: 40px;
  height: 50px;
  margin: 1%;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1.2s;
  border-radius: 15px 0 15px 0px;
}


.containerOne:hover {
  background-color: #d62976;
  transition-duration: 1.2s;
}


.containerTwo:hover {
  background-color: #000000;
  transition-duration: 1.2s;
}

.containerFive:hover {
  background-color: #ce1111;
  transition-duration: 1.2s;
}


.containerSix:hover {
  background-color: #526691;
  transition-duration: 1.2s;
}


.containerSeven:hover {
  background-color: #0082c9;
  transition-duration: 1.2s;
}


.containerEight:hover {
  background-color: #030303;
  transition-duration: 1.2s;
}
.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 1.2s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 1.2s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-out {
  opacity: 0;
  transition: opacity 5s ease;
}

.fade-in {
  opacity: 1;
  transition: opacity 5s ease;
}

#Services {
  transition: opacity 1s ease;
}

.checkbox-container {
  display: none;
 
}


#rights {
  position: fixed;
  bottom: -2%;
  width: 30%;
  text-align: center;
  color: #8d8d8d; 
  padding: 10px 0;
  font-size: 0.5rem; 
  z-index: 2; 
  right: -8%;
  z-index: 9999;
  font-family:'coffee', sans-serif ;
}



@media (max-width: 768px) {

  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden; 
    width: 100%; 
  }

  .content {
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .logo {
    padding-top: 10px;
  }

  .tagline {
    font-size: 1.7em; 
    margin: 20px auto; 
  }

  #about-header {
    font-size: 1.5rem; 
   padding-bottom: 5%;
  }

  #description {
    font-size: 0.9rem; 
    width: 90%; 
  }
#contact-h1{
  padding-bottom: 1%;
  margin-top: 50%;
}
  .menu{
    padding-top: 60%;
  }

  .menu__link {
    font-size: 25px;
    display: block; 
    font-weight: 100;
    text-decoration: none;
    color: #ffffff;
    pointer-events: auto;
    line-height: 40px;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 10px 0; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 0px;
    border-right: none; 
    padding: 10px 20px; 
  }
  .menu__link::after {
    content: none;
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 80%; 
    height: 1px; 
    background-color: #424242; 
    
  }

  
  .menu__link:last-child::after {
    content: none; 
  }

.service-item .number,
.service-item .hover-text {
  display: none; 
}

.service-item {
display: none;
  
}
.service-item:hover {
  width: 30px;
}

.checkbox-container {
  position: fixed;
  top: 95%;  
  left: 0;   
  transform: translateY(-50%);  
  display: flex;
  flex-direction: column;  
  gap: 4px;  
  margin-left: 10px; 
}

.circle-checkbox {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  appearance: none;
  border: 2px solid #3b3b3b;
  pointer-events: none; 
}

.circle-checkbox:checked {
  background-color: #636363; 
  border-color: #9c9c9c;
}



button {
  height: 80px; 
  margin: 0px;
  width: 40px; 
  

 border-radius: 0%;

  right: 0;
  top: 100px;
  transform: translateY(-50%);
}

.rotate-text{
  font-size: 10px;
}

.mouse-text {
 
  display: none;
}

#rights {
  position: fixed;
  bottom: 5%;
  width: 50%;
  text-align: center;
  color: #8d8d8d; 

  font-size: 0.5rem; 
  z-index: 2; 
  right: 0%;
  z-index: 9999;
  font-family:'coffee', sans-serif ;
}

.logo-first{
  max-width: 300px;
  margin: 200px auto 20px; 
  display: block; 
}


.panel__content {
  height: 100%; 
  padding: 20px; 
  margin-top: -20%; 
}

#Services {
  font-size: 1.5rem; 
  margin-bottom: 10px; 
}

#service-description {
  font-size: 0.9rem;
  
}

.main-text{
  font-size: 100%;
}

.card-container {
  flex-direction: column; 
  margin: 1%;
}

.card {
  width: 90%;
  height: 100%; 
}
.card2 {

 top: 36%;
 left: 22%;

}
}

.logo {
  max-width: 70%;
  margin: 20px auto 20px; 
  display: block; 
}

p {
 font-family: 'coffee', sans-serif;
  color: #ffffff;
  margin-bottom: 10%; 
  margin-top: 3%;
}

.Email {
  color: #bebebe; 
  text-decoration: none; 
}

.Email:hover {
  color: #0056b3; 
  text-decoration: underline; 
}

a {
  font-weight: bold; 
}

#Touch {
  margin-top: 30px;
  padding-top: 0%;
  margin-bottom: 15px; 
}
@media (max-width: 1024px) and (min-width: 600px) {

  .logo-first{
    max-width: 80%;
    margin: 20px auto 20px; 
    display: block; 
  }

  .tagline {
    font-size: 3.5em; 
    margin: 20px auto; 
  }
  .panel__content {
    height: 100%; 
    padding: 30px; 
    margin-top: -20%; 
  }

  #Services {
    font-size: 1.8rem; 
    margin-bottom: 15px; 
  }

  #service-description {
    font-size: 1rem; 
    line-height: 1.5; 
    width: 90%; 
  }

  #about-header {
    font-size: 1.8rem; 
  }

  #description {
    font-size: 1rem; 
    width: 80%; 
  }
#contact-h1{
  padding-bottom: 1%;
  margin-top: 50%;
}

  .menu{
    padding-top: 60%;
  }

  .mouse-text {
 
    display: none;
  }
  
  .menu__link {
    font-size: 25px;
    display: block; 
    font-weight: 100;
    text-decoration: none;
    color: #ffffff;
    pointer-events: auto;
    line-height: 40px;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 10px 0; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    border-radius: 0px;
    border-right: none; 
    padding: 10px 20px; 
  }
  .menu__link::after {
    content: none;
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 80%; 
    height: 1px; 
    background-color: #424242; 
    
  }


  .menu__link:last-child::after {
    content: none; 
  }

.service-item .number,
.service-item .hover-text {
  display: none; 
}

.service-item {
display: none;
  
}
.service-item:hover {
  width: 30px;
}
.checkbox-container {
  position: fixed;
  top: 90%;  
  left: 0;   
  transform: translateY(-50%);  
  display: flex;
  flex-direction: column;  
  gap: 4px;  
  margin-left: 10px; 
}
.circle-checkbox {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  appearance: none;
  border: 2px solid #3b3b3b;
  
}
.circle-checkbox:checked {
  background-color: #636363; 
  border-color: #9c9c9c;
}

}


.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-video {
  width: 300px; 
  height: auto;
}


#content {
  visibility: hidden;
  background-color: #000; 
}

/* First Page Visible State */
#content.show {
  visibility: visible;

}


