/* ########################################### */
/*                 Global                      */
/* ########################################### */
*{
    box-sizing: border-box;
}

html{
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    background-color:rgb(0,0,0);
    color:#FEFEFE;
}

a{
    color:#ffffff;
    font-weight: bolder;
    text-decoration: none;
}
a:hover{
  color:#0339e7
}

h1{
    font-size:16px;
    font-weight: bolder;
}


/* ########################################### */
/*           Forums.html                       */
/* ########################################### */
.container{
    margin: 20px;
    padding: 20px;
}

body {
    font-family: "Avengers";
    background-color: #000000;
    margin: 0px;
  }
  .main {
    padding: 16px;
    margin-top: 20px;
    height: 1500px; /* Used in this example to enable scrolling */
  }
  .navbar {
    position: fixed;
    background-color: #000000; 
    top: 0;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
    z-index: 1;
    height: 100px;
    border: #f2f2f2;
  }
  
  @font-face {
      font-family: "Avengers";
      src: url(IntegralCF-Regular.otf);
  }
  
  
  
      .link .dropdown {
          text-align: left;
          vertical-align: center;
          display: inline-block;
          color: rgb(255, 255, 255);
          margin-left: 15px;
          margin-right: 15px;
          padding: 14px 0px;
          text-decoration: none;
          font-size: 20px;
          bottom: 0;
  
      }
  
  .link .dropdown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    padding: 14px 16px;
    background-color: inherit;
    font-family: Avengers;
    margin: 0;
    vertical-align: center;
  }
  
  
      .dropdown-content {
          display: none;
          position: absolute;
          background-color: #000000;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          vertical-align: center;
          text-align: center;
          align-content: center;
      }
  
      .dropdown-content a {
          float: none;
          color: rgb(255, 255, 255);
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: center;
          font-family: "Avengers";
          align-content: center;
          
          
      }
  
  .dropdown-content a:hover {
    background-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    color: rgb(255, 255, 255);
  }
  
  .grid-container{
    display: grid;
    grid-template-columns:  0.1fr 1fr 0.5fr;
    grid-gap: 12px;
    background-color: #000000;  
    text-align: left;
    vertical-align: middle;
    

  }
  
  .grid-container > div{
    text-align: left;
    vertical-align: middle;
    justify-self: left;
    font-family: "Avengers";
  }
  
  .grid-container > div > b{
    margin-top: 60px;
    text-align: left;
    display: inline-block;
    color: rgb(255, 255, 255);
    
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    
    bottom: 0;
  }
  
  #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .grid-container> div > b:hover {
    color: black;
  }
  
  .link > a{    
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    bottom: 0;
    transition: 0.5s;
  }
  
  .link .dropdown > a{    
    margin-top: 0px;
    text-align: left;
    display: inline-block;
    color: rgb(255, 255, 255);
    
  
    text-decoration: none;
    font-size: 15px;
    bottom: 0;
  }
  
  .link > a:hover{
      color: white;
      background-color: #717171;
      border-radius: 8px;
      
  }
  
  .link .dropdown > a:hover{
    color: white;
   
    
  }
  
  .link .dropdown .dropdown-content > a{
      font-size: 15px;
      font-family: "Avengers";
  }
  
  .link_login >a{    
    margin-top: 32px;
    text-align: left;
    display: inline-block;
    color: rgb(165, 163, 163);
    letter-spacing: 1px;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 15px;
    bottom: 0;
    transition: 0.5s;
  }
  
  .link_login .dropdown > a{    
    margin-top: 0px;
    text-align: left;
    display: inline-block;
    color: rgb(255, 255, 255);
    
  
    text-decoration: none;
    font-size: 15px;
    bottom: 0;
  }
  
  .link_login > a:hover{
      color: white;
      border-radius: 8px;
      
  }
  
  .link_login .dropdown > a:hover{
    color: white;
   
    
  }
  
  .link_login .dropdown .dropdown-content > a{
      font-size: 15px;
      font-family: "Avengers";
  }
  
  
  #background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  }



  body{
    padding: 0;
    margin: 0;
    background-color: floralwhite;
}

h1{
  margin-top: 120px;
  text-align: center;
  font-size: 40px;
  
}
h2{
  margin-top: 150px;
  text-align: center;
  font-size: 30px;
}



.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

img {
  position: relative;
  max-height: 790px;
}
.text {
  color: #f2f2f2;
  font-size: 50px;
  position: absolute;
  transform: translate(50%,-130%);
  height: 200px;
  font-family: 'Federal Escort Semi-Italic';

}
.text2 {
  color: #f2f2f2;
  font-size: 50px;
  position: absolute;
  transform: translate(30%,-130%);
  height: 200px;
  font-family: 'Federal Escort Semi-Italic';

}
@font-face {
  font-family: 'square deal';
  src: url(square-deal.ttf);
}
@font-face{
  font-family: 'Federal Escort Semi-Italic';
  src: url(federalescortexpand.ttf);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: #000000;
  
  justify-content: center;
  align-items: center;
}
.tc-container{
  position: relative;
  margin-top: 60px;
  display: flex;
  max-width: 1300px;
  max-height: 400px;
}

.tc-container img{
  width: 300px;
  height: 370px;
}

.top-img{
  position: relative;
  left: 0;
  top: -370px;
  opacity: 0;
  transition: all 0.2s ease;
}

.top-img:hover{
  opacity: 1;
  cursor: pointer;
}

.teams{
  text-align: center;
  font-size: 40px;
  margin-top: 40px;
}

.news{
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
}

.tc-container-news{
  position: relative;
  margin-top: 80px;
  display: flex;
  max-width: 1400px;
  max-height: 270px;
}

.tc-container-news img{
  width: 400px;
  height: 230px;
}

.top-img-news{
  position: relative;
  left: 0;
  top: -271px;
  opacity: 0;
  transition: all 0.3s ease;
}

.top-img-news:hover{
  opacity: 1;
  cursor: pointer;
}

.news-container{
  margin-top: 10px;
  position: relative;
  display: flex;
  width: 1300px;
  max-height: 100px;
  font-size: 30px;
  align-items: center;
  
}
.first-news{
  
  margin-left: 10px;
}
.secound-news{
 
  margin-left: 80px;
}

.third-news{
  
  margin-left: 85px;
}







.container-footer{
	max-width: 1170px;
	margin:auto;
  
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #000000;
  padding: 70px 0;
 
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #0339e7;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.container-about{
  position: relative;
  line-height: 1.7;
  word-spacing: 3px;
  letter-spacing: 1px;
  margin-top: 70px;
}

.abstz{
  margin: auto;
  max-width: 700px;
  font-size: 12px;
  margin-bottom: 30px;
  
}

.castle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.hidden{
  opacity:  0;
  transform: translateY(20%);
  transition: all 0.4s;
}


.show{
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
  
}
.delay1{
  transition-delay:200ms;
}
.delay2{
  transition-delay:400ms;
}
.delay3{
  transition-delay:600ms;
}
.delay4{
  transition-delay:800ms;
}
.delay5{
  transition-delay:1000ms;
}
.delay6{
  transition-delay:1200ms;
}
.delay7{
  transition-delay:1400ms;
}
.delay6{
  transition-delay:1200ms;
}
.desc{
  font-size: 12px;
  letter-spacing: 1px;
}

.shop{
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
}

.tc-container-shop{
  position: relative;
  margin-top: 80px;
  display: flex;
  max-width: 1500px;
  max-height: 550px;
  
}

.tc-container-shop img{
  width: 480px;
  height: 490px;
}

.shop-container{
  position: relative;
  width: 100%;
  max-height: 100px;
  align-items: top;
  margin-top: 80px;
  vertical-align: top;
  
}

.top-img-shop{
  position: relative;
  left: 0;
  top: -553px;
  opacity: 0;
  transition: all 0.1s;
 
}

.top-img-shop:hover{
  opacity: 1;
  cursor: pointer;
}

.no-clip{
  min-width: 480px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideshow-container {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 0.5s ease 0s 1 slideInFromLeft;
  width: 100%;
  
  background: #333;
 
}

.clip{
  margin-top: 150px;
}
.signup-form{
   margin-top:  100px;
   display: grid;
   justify-content: center;
   text-align: center;
   align-items: baseline;
   align-content: stretch;
   justify-items: center;
}


input{
  border-radius: 10px;
  padding: 1rem;
  border-width:1px;
  border-color: #333;
  background-color: #141414 ;
  height: 80px;
  width: 550px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
}

h3{
  letter-spacing: 1px;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}

button{
  border-radius: 10px;
  padding: 1rem;
  border-width:1px;
  border-color: #333;
  background-color: #ffffff ;
  margin-top: 60px;
  height: 80px;
  width: 550px;
  letter-spacing: 1px;
  border: solid;
  font-size: 30px;
  font-weight: 1000;
  cursor: pointer;
  transition: 0.4s;
}
button:hover{
  background-color: #b9b8b8;
}


.clips{
  margin-top: 100px;
  padding-left: 20px;
  height: 370px;
  width: 600px;
}

.clip-container{
  max-height: 1300px;
  
}

::placeholder {
  color: rgb(214, 211, 211)
  
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(255, 255, 255);
}

label{
  display: flex;
  margin-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #004280;
  padding-left: 5px;
}
form{
  width: 550px
  
}
br{
  height: 0px;
}
section{
  margin-bottom: 300px;
}
.border{
  border: 2px solid rgb(121, 121, 121);
  border-radius: 7px;
  transition: 0.4s;
  padding: 10px 12px;
}
.border:hover{
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
 
}
.border-sign-up{
  border: 1px solid rgb(255, 246, 246);
  border-radius: 7px;
  transition: 0.4s;
  background-color: #ffffff;
  margin-right: 15px;
  margin-left: 15px;
  color: #000000 !important;
  padding: 10px 12px;
  letter-spacing: 1px;
}
.border-sign-up:hover{
  border: 1px solid rgb(255, 246, 246);
  border-radius: 7px;
 
  background-color: #aaaaaa;
  margin-right: 15px;
  margin-left: 15px;
  color: #000000 !important;
}
p{
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 2px;
}
h4{
  margin-top: 80px !important;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}
.border-log-out{
  border: 2px solid rgb(121, 121, 121);
  border-radius: 7px;
  transition: 0.4s;
  padding: 10px 12px;
  margin-right: 15px;
  margin-left: 15px;
  color: #868686 !important;
  padding: 10px 12px;
  letter-spacing: 1px;
}
.border-log-out:hover{
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
  color: #ffffff !important;
}
.signup-redirect{
  display: flex;
  margin-top: 85px;
  letter-spacing: 1px;
  text-align: right;
  justify-content: right;
  max-width: 85%;
}
.signup-redirect-text{
  text-decoration-line: underline;
  margin-left:5px;

}
.signup-redirect-text:hover{
  text-decoration-line: underline;
  color: #0339e7;
}
