@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@keyframes intrance {
  0% {transform: translateX(-500px);}
  100% {transform: translateX(0px);}
}

@keyframes leave {
  0% {transform: translateX(0px);}
  100% {transform: translateX(100%);}
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.main-box {
    display: inline;
    flex-direction: column;
    flex-grow: 1;
    margin: auto;
    max-width: 60rem;
    place-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;


}



.welcome {
  background-color: #060225;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
  font-family: 'Montserrat', sans-serif;
  color: white;
  align-items: start;

  

}

.welcome h2  {
  animation: 1s alternate intrance;
}
.welcome h3  {
  animation: 1s alternate intrance;
}
.welcome button  {
  animation: 1s alternate intrance;
  background-color: #060225;
  color: #FFFFFF;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 5px;
  padding: 5px;
  transition: .5s;
  
}

.welcome button:hover {
  transform: translateY(3px);
}
h3 {
  font-weight: 200;
}

#play {
  background-color:#ffffff;
  padding: 12px;
  font-size: 15px;
  border-radius: 10px;
  border-color: #FFFFFF;
  border-style: solid;
  color: #000000;
  margin-top: 5%;
  display: inline-block;
  transition: .5s;
}

#play:hover {
  transform: translateY(3px);
}


body {    
    background-image: url(../images/bg2.jpg);
    background-color: #272727;
    margin: 0;   
    background-size: contain;
    background-repeat: no-repeat;
}

h1 {
  font-size: 3rem;
  line-height: 0;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-shadow: 10px 10px 4px black;
  padding-top: 30px;
}
.h1p {
  font-size: 12rem;

}
p {
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 1.5rem;
text-align: center;
}

h6 {
    font-size: 3rem;
    line-height: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-shadow: 7px 7px 7px black;
}
.topnav {
  color: #FFFFFF;
  background-image: url('../images/navbar.png');
  background-size: 100%;
  overflow: hidden;
  margin: -50px;
  border-radius: 15px;
  height: 60px;

  

  


}

.nav-tab {
  
  float: right;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  margin-right: 20px;

  text-decoration: none;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  transition: color.3s ease-in-out;
  transition: 0.30s;
  

  
}

  .nav-tab:hover {
    transform: translateY(-0.3em);

  }

  #nav-text {
    float: right;
    color: #FFFFFF;
    text-align: center;
    padding: 35px;
    margin-bottom: -20px;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
  }




 .right-padding-nav {
    padding-right: 25px;
  }
  
 .left-padding-nav {
    padding-left: 5rem;
  }
  
 .topnav a:hover {
    color: rgb(255, 255, 255);
  }

 .topnav a.active {
    color: white;
   
  }

 .nav-image {
    height: 30px; /* Set the height of the image */
    width: 30px; /* Set the width of the image */
    transition: transform .1s ease-in-out; /* Add a transition effect on hover */
    vertical-align: bottom; /* Aligns with the text on the navbar */
    margin-right: 5px; /* Margin so text doesnt overlap with the icon*/
  }

  .nav-image:hover,
  .nav-image:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  }
  
  .main-holder {
  background-image: url(../images/index.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}

a {
  
  color: #adadad;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color .3s ease-in-out;
}


.main {
    display: flex;
    height: 100%;
    width: 100%;
}
.header {
  padding: 60px;
  height: 650px;
}

#nav-logo {
  margin-top: 7px;
  margin-left: 10px;
  width: 50px;
}


.footer-logo-holder 
{
  overflow: hidden;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.footer-logo {
  padding-top: 2rem;
  width: 3.7rem;
  height: 3.7rem;
}
.footer-nav-holder {
  height: fit-content;
  width: 100%;
  background-color: #272727;
  display: flex;
  flex-direction: row;
  place-content: center;
  flex-wrap: wrap;
  background-size: cover;
}
#uv-address {
  background-color: #060225;
  padding: 15px;
  border-radius: 10px;
  width: 700px;
  border: solid;
  color: #FFFFFF;
  font-size: 150%;
  font-family: 'Montserrat', sans-serif;
  margin-top: -100px;



}



#uv-log {
    background-color: transparent;
    padding: 15px;
    border-radius: 10px;
    width: 700px;
    border: solid;
    color: transparent;
    font-size: 150%;
    font-family: 'Montserrat', sans-serif;
    margin-top: 100px;
    height: fit-content;



  
}
.footer-tab {
  background-color: transparent;
  border: 2px solid #272727;
  color: #ffffff;
  text-align: center;
  padding:15px 50px;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  transition: color .4s ease-in-out;
  margin: 4px 2px;
  cursor: pointer;
  border-color: white;
  border-radius: 7px;
  margin-right: 25px;
}
.footer-tab:hover {
  background-color: white;
  color: black;
}

.footer-media-holder {
  height: fit-content;
  width: 100%;
  background-color: #272727;
  display: flex;
  flex-direction: row;
  place-content: center;
  flex-wrap: wrap;
  background-size: cover;
}
.footer-media {
  width: 4rem;
  height: 4rem;
}

.stats-logo {
  font-size: 2rem;
  line-height: 0;
  color: #ffffff;
  padding-bottom: 3rem;
}

.stats-holder {
  overflow: hidden;
  padding-bottom: 5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10%;
  margin-top: -150px;
}

.stats-box img {
    width: 100%; 
    height: 100%;
    object-fit: contain;
    width: 80px; 

}

.stats-title {
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  align-items: center;
}


.stats-desc {
  font-size: 100%;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: -20px;
}
.stats {
  display: block;
  padding-top: 10rem;
  padding-bottom: 10rem;
  
}
.stats-icon {
  width: 50px; 
  height: 50px;  
  padding-bottom: 2.5rem;
  padding-left: 1.7rem;
}

.stats-icon img {
  width: 110%; 
  height: 110%;
  object-fit: contain;
}
.stats-box {
  text-align: center;
}
