@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");


body {
    font-family: 'Lato', sans-serif;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    
}

.body{
 /* background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);*/
  background-color: rgb(0, 0, 0);
}


.nav-container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 5vh;
  background-color: #000000;
    /*background-color: #1e293b;*/
}

.nav-container small
	{
		font-size: 30px;
		color: #FD7014;
		font-weight: bold;
	}

.nav-head{
   /* background-color: #10b981;*/
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.logo{
    height: 5vh;
    padding-left: 5vh;
    padding-top: 8px;
}


.nav-li{
  padding-top: 3vh;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    list-style-type:none;
    color: #FD7014;
}
.nav-a{
    text-decoration: none;
    color: #FD7014;
}

.nav-li button{
    border-radius: 10px;
    border: none;
    font-weight: 400;
    background-color: #FD7014;
    font-family: 'Courier New', Courier, monospace;
    size: 30px;
    width: 15vh;
    height: 3vh;
    color: #000000;
}

.nav-li button:hover{
  color: white;
}
.nav-links{
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: space-around;
    width: 35%;
    

}

.arrow{
  height: 4vh;
  width: 45px;
  padding-right:6px;
  transform: translateY(30%);
  display: none;
}

.line1,.line2,.line3{
  height: 20%;
  width: 100%;
  background-color: #FD7014;
  margin-top: 3px;
  border-radius: 3px;

}

.nav-links :hover{
  color: #ffffff;
} 

.nav-links li a :hover{
  font-weight: 200;
    color: #ffffff;
}

.nav-links li:hover{
  font-weight: 200;
    color: #ffffff;
}

.nav-li button:hover{
  color: white;
}

@media screen and (max-width:970px) {
  .nav-links{
    width: 60%;
  }

}


@media screen and (max-width:890px) {
  .nav-links{
    /*display: none;*/
    position: fixed;
    padding: none;
    top: 5vh;
    right: 0;
    flex-direction:column;
    height: 42vh;
    width: 40%;
    margin-right: 10px;
    border-radius: 8px;
    transform: translateX(110%);
    transition: transform 0.6;
    background-color: rgba(0, 0, 0, 0.863);
  }
  .arrow{
    display: block;
    padding-right: 10px;
    margin-right: 10px;
  }

}

.display{
  transform: translateX(0%);
}

.toggle1{
  transform: rotate(45deg) translate(12px,7px);
  transition: transform 0.6s;
}

.toggle2{
  display: none;
}

.toggle3{
  transform: rotate(-45deg) translate(-2px,6px);
  transition: transform 0.6s;

}

















/* start countdown */
#countdown 
	{
  		/*background: linear-gradient(90deg, #FF512F 10%, #DD2476 90%);*/
  	background-color: black;
      color: #EEEEEE;
		text-align: center;
		min-height: 500px;
		padding: 140px 0 100px 0;
	}
#countdown h1
	{
		font-size: 80px;
		font-weight: 700;
	}
#countdown h2
	{
    color: #FD7014;
		font-weight: 300;
		font-size: 20px;
    font-style: bold;
		padding-bottom: 40px;
	}

  #countdown h4{
    text-align: center;
    padding: 5px;
    font-size: 25px;
    font-style: bold;
    font-weight: 500;
  }

  #countdown p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
  }

#countdown small
	{
		font-size: 80px;
		color: #FD7014;
		font-weight: bold;
	}
ul.countdown
	{
		margin: 0;
		padding: 0;
	}
ul.countdown span 
	{
    padding: 5px;
		font-size: 40px;
		text-align: center;
		display: inline-block;
	}
ul.countdown li
	{
	border-right: 1px solid #ffffff;
	font-weight: bold;
	font-size: 18px;
	display:inline-block;
	padding: 0px 40px 0px 40px;
	}
ul.countdown li:last-child
	{
		border-right: none;
	}
ul.countdown li h3
	{
		font-size: 18px;
		font-weight: 300;
	}

  .button-cout-div{
    padding-top: 5vh;
    text-align: center;
  }

  .button-cout-div-broucher{
    align-items: center;
    align-content: center;
    padding: 5vh;
    padding-left: 30vh;
  }


  .button-cout-div h5{
    padding-top: 20px;
    color: #FD7014;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
  }
  .button-cout{
    border-radius: 10px;
    border: none;
    background-color: #FD7014;
    size: 50px;
    width: 20vh;
    height: 6vh;
  }



  .button-cout b{
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    font-weight: 600;
    color: rgb(0, 0, 0);
  }

  .button-cout b:hover{
    color: white;
  }
#countdown .form-control
	{
		border: none;
		border-radius: 0px;
		box-shadow: none;
		height: 50px;
		margin-top: 60px;
		transition: all 0.4s ease-in-out;
	}
#countdown input[type="submit"]
	{
		background: #7AD03A;
		color: #ffffff;
		transition: all 0.3s ease;
	}
#countdown input[type="submit"]:hover {
	background: #417F12;
}

@media screen and (max-width:600px){
  #countdown{
    margin-top: 5.5vh;
  }

  .button-cout b:hover{
    color: white;
  }
}
/* end countdown */





























:root {
    --white: #fff;
    --brand-500: #10b981;
    --gray-100: #f1f5f9;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-800: #1e293b;
    --gray-900: #0f172a;
  }
  
  body {
    font-family: "Inter", sans-serif;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
.footer-container small
	{
		font-size: 30px;
		color: #FD7014;
		font-weight: bold;
	}


  .footer-info {
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .footer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  
  .footer-title span {
    margin-left: 0.5rem;
  }
  
  .footer-tagline {
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .footer-section-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .footer-category {
    color: white;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  
  .footer-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    list-style-type: none;
  }
  
  .footer-link {
    color: #ffffff;
    text-decoration: none;
  }
  
  .footer-link:hover {
    color: #FD7014;
    text-decoration: none;
  }
  
  
  
  .footer-bottom-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 1rem;
    padding: 1.25rem 2rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-copyright {
    color: var(--gray-500);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .footer-social {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
  }
  
  .footer-social-icon {
    color: var(--gray-500);
  }
  
  .footer-social-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  
  /* Small breakpoint */
  @media screen and (min-width: 720px) {
    .footer-container {
      flex-direction: row;
    }
  
    .footer-info {
      margin-left: 0;
      margin-right: 0;
      text-align: left;
    }
  
    .footer-title {
      justify-content: flex-start;
    }
  
    .footer-section-wrapper {
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
    }
  
    .footer-bottom-container {
      flex-direction: row;
      justify-content: space-between;
    }
  }



  /* T&C PAGE */

  .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container h1{
     text-align: center;
     color: #FD7014;
     font-style: bold;
     font-weight: 600;
  }

  .container p{
    font-size: larger;
    font-family: roboto;
    font-weight: 400;
  }

  .container H2{
    color: #e32c58;
  }

