/* ! Base style */
bodY {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


  
a{text-decoration: none;}

h1, h2, h3, h4, h5,h6 p{color: rgb(0, 0, 0);padding-bottom: 30px;line-height: 30px;}


h6{color:rgb(255, 255, 255)}


p{line-height: 28px;color: #272624; font-weight: 300;}



.big-text{font-size: 90px;font-weight: 9000;}
.big2-text{font-size: 95px;font-weight: 1000;}
.big3-text{font-size: 90px;font-weight: 1000;}
.big4-text{font-size: 80px;font-weight: 1000;}
.med-text{font-size: 40px;font-weight: 900}
.med2-text{font-size: 30px;font-weight: 900;}
.normal-text{font-size: 20px;}






.intro-text{text-transform: uppercase; font-size: 20px;font-weight: bold;}




.button{padding: 10px 14px;color:#e7eb10;display: inline-block;border-radius: 500px;background-color: #008BD1;}
.button2{padding: 10px 14px;color:rgb(255, 0, 0);display: inline-block;border-radius: 10px;}
.button3{padding: 5px 7px;color:#e7eb10;display: inline-block;border-radius: 500px;background-color:#008BD1;}
.button4{padding: 10px 14px;color:#e7eb10;display: inline-block;border-radius: 5000px;background-color:#008BD1;}
.button5{padding: 10px 14px;color:#e7eb10;display: inline-block;border-radius: 500px;background-color: #008BD1;}
.button6{padding: 30px 30px;color:#e7eb10;display: inline-block;border-radius: 500px;background-color: #ffffff;}


/* ! Header */

.header{

width: 100%;
position: fixed;
z-index: 10;
top:0;
left:50%;
transform:translateX(-50%);
padding:40px;
display: flex;
max-width: 2000px;
background-color: #272624;



}

.logo{z-index:1;}

.menu{

    width: 100%;
    transition: all 1s cubic-bezier(.251, .61, .355, .1);
    }
   .menu li {display: inline-block;}
   .menu li a {color: #fff;padding: 30px; display: block;}
   .hamburger{display: none;}

   @media (max-width: 768px){
    .big-text{font-size: 40px;}

    .cta{display: none;}
    .menu{position: absolute; top: 0;right: -100%;background: 	#808080;height: 100vh;padding-top: 20px;}
    .menu li{display: block;}
    .menu li{padding: 10px;font-style: 20px;}
    
    
    




    .menu--open{right:0%;}



    .hamburger{
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 60px;
        right: 60px;
        z-index: 10;


    }
    .hamburger span{background: rgb(66, 65, 65) ;height: 3px;width: 100%;display: block;margin-bottom: 5px;}




}


    
    
   
      
    

/* ! Hero */

.hero{
position: relative;
height: 100vh;
display: flex; width: 100%; align-items: center;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0,0,0,0.8));
overflow: hidden;
}


.hero:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position:absolute;
  top:0; left:0;
  background: black;
  opacity: 0.3;


}

.hero__content{

width: 100px;
max-width: 1350px;
margin: 0 auto;
padding: 30px;
z-index: 1;
position: relative;


}

.hero__content h1,
.hero__content p{color: #fff;}
.hero--small{height: 450px;text-align: center;align-items: center;}


#videobuilding{
    position: relative;
    bottom:0;
    left: 0;
    min-width: 50%;
    min-height: 50%;
    z-index: 0;




  


}




  
  .message {
    color: #355891;
    font-size: 14px;
  }
  
  .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .form label {
    position: relative;
  }
  
  .form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid #355891;
    border-radius: 5px;
  }
  
  .form label .input + span {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #355891;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .form label .input:focus + span,.form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form label .input:valid + span {
    color: green;
  }
  
  .input01 {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid #355891;
    border-radius: 5px;
  }
  
  .form label .input01 + span {
    position: absolute;
    left: 10px;
    top: 50px;
    color: #355891;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }
  
  .form label .input01:placeholder-shown + span {
    top: 40px;
    font-size: 0.9em;
  }
  
  .form label .input01:focus + span,.form label .input01:valid + span {
    top: 50px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .form label .input01:valid + span {
    color: green;
  }
  
  .fancy {
    background-color: white;
    border: 2px solid #355891;
    border-radius: 0px;
    box-sizing: border-box;
    color: #355891;
    cursor: pointer;
    display: inline-block;
    font-weight: 390;
    letter-spacing: 2px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 8px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
  }
  
  .fancy::before {
    content: " ";
    width: 1.7rem;
    height: 2px;
    background: #355891;
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform: translateX(230%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
  }
  
  .fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
    color: #355891;
    transform: translateX(30%);
  }
  
  .fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #355891;
    transition: width 0.5s ease-out, left 0.3s ease-out;
  }
  
  .fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #355891;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }
  
  .fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #355891;
    transition: width 0.5s ease-out, right 0.3s ease-out;
  }
  
  .fancy:hover {
    color: #355891;
    background: #5f82a9;
  }
  
  .fancy:hover::before {
    width: 1.5rem;
    background: #355891;
  }
  
  .fancy:hover .text {
    color: white;
    padding-left: 1.5em;
  }
  
  .fancy:hover .top-key {
    left: -2px;
    width: 0px;
  }
  
  .fancy:hover .bottom-key-1,
   .fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
  }



/*! Poster */

.poster{

    display: flex;
    height: 100vh;
    width:100%;
    align-items: center;
}
 

.poster__img{width:65%; height: 100%;}
.poster__img img{object-fit: cover; width: 100% ;height: 100%;}
.poster__content{width: 35%;padding: 50px;align-items: center;}


@media (max-width: 768px){
     .poster{flex-wrap: wrap;height: auto;}
     .poster__img,
     .poster__content{width: 100%;}



}
/*! BG cover */

.bg-cover{

    display: flex;
    padding: 100px 0;
    background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0.8)) , url(wow4.jpg) no-repeat center center;
    background-size: cover;
    font:#FFFFFF;
}

.bg-cover__title{padding: 30px;}
.bg-cover__text{align-items: center;} 




@media (max-width: 768px){
    bg-cover{flex-wrap: wrap;height: auto;}
        
    .bg-cover__title,
    .bg-cover__text{width: 100%;}


}


/*! Grid */

.grid{display: flex;max-width: 1350px;padding: 0 30px; margin: 0 auto;}
.grid .col{width: 100%;}

@media(max-width : 768px){

    .grid{flex-wrap: wrap;}
}

/*! Carousel */

.main-carousel{padding: 40px 0;}

.carousel-cell{
    height: 350px;
    width: 350px;
    margin-right: 40px;

}







.carousel-cell__content{
    width: 100%;
    height: 100%;
    background: #008BD1;
    border-radius: 100%;
    line-height: 350px;
    text-align: center;



}



















/*! Footer */



.footer{
    background: #008BD1;
    padding: 5px 0;
}


























/* ! Helpers */
.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.tw{color: #fff;}






@media(max-width : 768px){
.mt-sma-0{margin-top: 0;}
.mt-sma-0{margin-bottom: 0;}
}






*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}