@charset "UTF-8";
/* Css Document */

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
}

html {
  scroll-behavior: smooth;
  
}

#top {
  display: none;
  position: fixed;
   bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
   border: none;
  outline: none;
  background-color: rgb(246, 246, 246);
  color: rgb(25, 25, 25);
  cursor: pointer;
  padding: 10px 15px;
   border-radius: 50%;
}

  #top:hover {
  background-color:rgb(255, 70, 42);
  color: #ffffff;
  transition: .2s linear;
}

.container-fluid {
    width: 100%;
    background-color: rgb(22, 22, 22) ;
    margin: auto;
    border: 1px solid transparent;
    padding: 0%;
    min-height:max-content;
}


.navi {
    background-image: url(images/Tran\ symbol\ ldr.png);
    background-position: 30px 23px;
    background-size: 5%;
    background-repeat: no-repeat;

    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    
}

.navi > li{
    padding: 10px;
    padding-top: 18px;
}

.navi li > a:link, a:active, a:visited {
    color: rgb(238, 238, 238);
    text-decoration: none;
}

.navi li> a:hover {
    color:  rgb(255, 70, 42);
    border-bottom: 1px solid rgb(238, 238, 238);
    transition: .2s linear;
}

.navi >li {
    padding-right: 2%;
}

.main {
    background-image: url(images/glitch\ 2\ in\ gif.gif);
    background-color: rgb(22, 22, 22);
    min-height: 670px;
    align-items: center;
    padding-bottom: 0%;
}

.column1 {
    font-family: 'Anton', sans-serif;
    font-size: 110pt;
    color: rgb(238, 238, 238);
    position: absolute;
    top: 10%;
    left: 10%;

    background-image: url(images/Number32.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    height: 100%;
    text-align: end;
    
}

.column1 center{
    padding-top: 20%;
    
}


.button1 {
    position: absolute;
    top: 75%;
    left: 40.5%;
    display:flex;
    background-color: rgb(255, 70, 42);
    color: rgb(238, 238, 238);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    border: none;
    border-radius: 3px;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 5%;

}

.button1:hover {
    background-color: rgb(238, 238, 238);
    color:  rgb(255, 70, 42);
    transition: .2s linear;
}

.button2 {
    position: absolute;
    top: 75%;
    right: 40.5%;
    display:flex;
    background-color: rgb(7, 7, 7);
    color: rgb(238, 238, 238);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    border-color: rgb(238, 238, 238);
    border-width: 1px;
    border-radius: 3px;
    padding: 8px 25px;
    margin-top: 5%;
}

.button2:hover {
    background-color: rgb(238, 238, 238);
    color:  rgb(0, 0, 0);
    transition: .2s linear;
}

.button1:focus, .button2:focus, .button6:focus, .button3:focus, .button4:focus, .button7:focus {
    outline: none; 
    box-shadow: none;
}


.column2 {
    font-family: 'Anton', sans-serif;
    font-size: 50pt;
    color: rgb(238, 238, 238);

    background-image: url(images/Syn\ dark\ bg.png);
    min-height: 450px;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 15%;
    background-size:cover;
    background-repeat: no-repeat;
}

.column2 p {
    color: rgb(209, 209, 209);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 14pt;

    word-spacing: 4.5px;
    text-align: center;
    margin-left: 32%;
    margin-right: 32%;
 
    padding-top: 3%;
   
}




.button6 {
  background-color: rgba(7, 7, 7, 0);
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size: 16pt;
  border-color: rgb(238, 238, 238);
  border-width: 2px;
  border-radius: 3px;
  padding: 10px 20px;

}



.button6:hover {
  background-color: rgb(238, 238, 238);
  color:  rgb(255, 70, 42);
  transition: .2s linear;
}


.column3 {
    font-family: 'Anton', sans-serif;
    font-size: 50pt;
    color: rgb(238, 238, 238);
    background-color: rgb(22, 22, 22);
    min-height: 670px;
    padding-top: 8%;
    padding-bottom: 0%;
  
  
}

.cards-wrapper {
    display: flex;
    justify-content: center;

  }
  .card img {
    max-width: 100%;
    max-height: 100%;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    background-color:  rgb(37, 37, 37);
    border: none;
    border-radius: 0;

    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 14pt;
  }

  .card:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }

.card-title {
    color: rgb(238, 238, 238);
}

.card-text {
    color: rgb(168, 168, 168);
    font-size: 12pt;
}

  .carousel-inner {
    padding: 1em;
    width: 80%;
    margin-left: 10%;
    padding-bottom: 10%;
  }

  .btn, .btn:visited {
    background-color: rgb(255, 70, 42);
    color: #ffffff;
    border: none;
    
  }

  .btn:hover, .btn:active  {
    background-color: rgb(171, 20, 20) !important;
    color: #ffffff;
    text-decoration: none;
    
  }

  .btn:focus {
    box-shadow: none !important;
 
}



  
  
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e189;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .card img {
      height: 11em;
    }
  }



.container-fourth {
  background-image: url(images/Media\ dark\ bg.png);

  
  background-size:cover;
  background-repeat: no-repeat;
}

  .row-media h1 {
    font-family: 'Anton', sans-serif;
    font-size: 50pt;
    color: rgb(238, 238, 238);
    align-items: center;
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 0;
}  

.row-media {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.row-media-btn {
  display: flex;
  margin-left: 610px;
  margin-top: 0;
  padding-top: 0;
}

.button3{
  margin-right: 30px;
}

.button3, .button4 {
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 18pt;
  background-color: #e1e1e100;
  border-color: rgb(238, 238, 238);
  border-width: 2px;
  border-radius: 3px;
  padding: 8px 25px;
}

.button3:hover, .button4:hover {
  background-color: rgb(238, 238, 238);
  color:  rgb(255, 70, 42);
  transition: .2s linear;
}

.video-container {
  margin-left: 500px;
  margin-top: 50px;
  margin-bottom: 150px;
  
}




@media screen and (max-width:700px){
  
  .navi{
    background-size: 50%;
   } 

   .main {
    min-height:820px;
   }



  .column1{
    font-size: 75pt;
    margin-right: 10%;
  } 

  .number {
    height: 500px;
    
   } 
  .button1 {
    position: absolute;
    top: 120%;
    left: 35%;
    
  }

  .button2 {
    margin-top: 40px;
    position: absolute;
    top: 130%;
    left: 35%;
    width: 28%;
    
  }

  .column2 p {
    width: 75%;
    margin-left: 65px;
  }

  .container-fourth {
  background-size:cover ;
  min-height: 850px;

  }

  .button3 {
    position: absolute;
    top: 440%;
    left: 36%;
  }
  
  .button4 {
    position: absolute;
    top: 455%;
    left: 36.5%;
  }

.video-container {
  
  margin-left: 20%;
  margin-top: 35%;
}

  .video-container iframe, .video-container object, .video-container embed {
     
    width:100%;
    height:100%;
  }

  .figures1 {
    margin-right: 10px;
  }
  
    
  

}

@media screen and (max-width:912px){
  
  .navi{
    background-size: 10%;
   } 

  .column1{
    font-size: 85pt;
    margin-right: 10%;
  } 
  .column4 {
    background-size:cover ;
    }



    .video-container iframe, .video-container object, .video-container embed {
     
      width:100%;
      height:100%;
    }

}



.container-fifth {
  
  margin: auto;
  border: 1px solid transparent;
  padding: 0%;
  background-color: rgb(26, 26, 26);

}

.figure-img {
  height: 350px;
  
}

.col-bookbook {
  margin-left: auto;
  margin-right: auto;
}

.col-book h1 {
  font-family: 'Anton', sans-serif;
  font-size: 50pt;
  color: rgb(238, 238, 238);
  margin: auto;
  margin-left: 350px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.figures1 {
  margin-bottom: 100px;

}


.button7 {
  background-color: rgb(255, 70, 42);
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  font-size: 18pt;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;


}

.button7:hover {
  background-color: rgb(238, 238, 238);
  color:  rgb(255, 70, 42);
  transition: .2s linear;
}



footer{
  background-color:  rgb(10, 10, 10);
  padding: 40px 0;
  
}

.footer-container{
  max-width: 1300px;

  margin: auto;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.newsletter-form{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  float: left;

}

.logo{
  width: 200px;
}

.social-media{
  margin: 0;
  float: right;
  padding-right: 30px;
  padding-top: 0;
  position: absolute;
  right: 4%;
  bottom: 7%;
  
}

.social-media a{
  color: rgb(238, 238, 238);
  margin-right: 18px;
  font-size: 22px;
  text-decoration: none;
  transition: .2s linear;
}

.social-media a:hover{
  color: rgb(255, 70, 42);
}

.rights-text {
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 10pt;
  padding-left: 2%;
  padding-top: 40px;
}

.col-md-4 h1{
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 16pt;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.col-md-4 {
  display: block;
  float: left;

}

.newsletter-form {
  margin-bottom: 0;
  padding-bottom: 0;
}


.txtb{
  
  padding: 10px 50px;
  color: rgb(238, 238, 238);
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 14pt;
 
  background: rgba(221, 221, 221, 0);
  border-width: 2px;
  border-radius: 3px;
  border-color: rgb(255, 255, 255);
  min-width: 260px;
}

.btn5 {
  padding: 12px 30px;
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 14pt;
  color: #ffffff;
  background:  rgb(255, 70, 42);
  border: none;
  border-radius: 3px;
  border-width: none;

  margin-top: 15px;
  cursor: pointer;
  transition: .2s linear;
}

.btn5:hover{
  
  background-color: rgb(241, 241, 241);
  color:  rgb(255, 70, 42);
}

.modal-title {
  color:  rgb(255, 70, 42);
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  font-size: 16pt;
}

.modal-body {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: black;

}


@media screen and (max-width:960px) {
  .footer-container{
    max-width: 600px;
  }
  .right-col{
    width: 100%;
    margin-bottom: 60px;
  }

  .left-col{
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width:700px){
  .btn{
    margin: 0;
    width: 100%;
    margin-top: 20px;
    }

}

.cursor{
  position: fixed;
  width: 50px;
  height: 50px;
  border: 2px solid #f1f1f1ac;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;

  box-shadow: 0 0 5px rgb(255, 253, 253);
}

.cursor2{
  position: fixed;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 34, 0, 0.749);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .15s;

}

.content:hover ~ .cursor{
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #c6c6c6;
  opacity: .5;
}

.content:hover ~ .cursor2{
  opacity: 0;
}