*{
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
body{
    color: rgb(255, 255, 255);/*colour*/
    background-color: #000; /*colour*/
    font-family: Space Grotesk; /*font*/

}
h1,h2,h3,h4,h5,h6{
    font-family: Butler;
}
h1{
    font-size: 70px;
}
h2{
    font-size: 36px;
}
h3{
    font-size:26px ;
}
.container{
    max-width: 1166px;
    margin: 0 auto;
}
header{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;

}
header ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 50px;
    background-color: black;
}
header ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
header ul li a{
    color: rgb(255, 255, 255);/*colour*/
    text-transform: uppercase;
    text-decoration: none;
font-weight: 800;

}
.banner{
    height: 100vh;
    background: url(animatevideo.mp4) no-repeat;
    background-size: cover;
    background-position:top;
    display: flex;
    align-items: flex-end;
width: 100%;
}
.banner video{
    position: absolute;
    height: 100vh;
    background-size:auto;
    background-position:top;
    display: flex;
    align-items: flex-end;
    width: 100%;

}
.text{
    text-align: center;
    padding-bottom:0px;
    color: rgb(255, 255, 255);/*colour*/
    font-weight: 900;

}
.banner h1{


line-height: 80px;
font-weight: 300;
margin-bottom: 10px;
}

.btn{
    position:relative;
    display: inline-block;
    width: 250px;
    height: 60px;
    background-color: rgb(0, 0, 0);/*colour*/
    color: rgb(255, 255, 255);/*colour*/
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    z-index: 9;
    margin-top:50px;
    transition: all ease 0.5s;
    align-self: center;


}
.btn::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgb(255, 255, 255);/*colour*/

    opacity: 0.9;
    z-index: -1;
    transition: all ease 0.5s;
}
.btn:hover{
    color: rgb(0, 0, 0); /*colour*/

}
.btn:hover::before{
    top: 0;
    height: 100%;
}
.brand-logo{
    padding: 30px 0;
}
.brand-logo-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sec1{
    position: relative;
    padding: 80px 0;
}
.sec1 h3{
    text-transform: uppercase;
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 40px;
}
.sec1-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec1 .text{
    width: 47%;
}
.sec1 .text-left{
    text-align: right;
}
.sec1 .text-right{
    text-align: left;
}
.sec1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left,transparent ,#fff,transparent);
    animation-name: infiniteline1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration:2s;


}
#Try{
 text-align: center;
 font-size: 40px;
}

@keyframes infiniteline1{
    0%{
    left: 0;
    width: 100%;
    background: linear-gradient(to top,transparent,#fff);

    }
    20%{
        background-color: lightcoral;

    }
    40%
    {
        background-color: rgb(128, 240, 204);

    }
   60%{
    background-color: rgb(240, 163, 128);

    }
    80%{
        background-color: rgb(232, 128, 240);

    }
    100%{
        background-color: rgb(128, 203, 240);

        left: 50%;
        width:0%;

    }
}
.sec1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left,transparent ,#fff,transparent);
}
.sec2{
    padding: 100px 0 0;

}
.sec2 h2{
    text-transform: uppercase;

}
.sec2 p{
    line-height: 30px;
    font-size: 18px;
}
.sec2-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sec2-inner .img{
    width: 50%;
}
.gif{
    width:500px;
}
.gif1{
    width:600px;
    transform: rotate(90deg);
    overflow: hidden;
}
.sec2-inner .text{
    width: 50%;
    margin-left: -65px;
    z-index: 9;
}
.sec2 .text-inner{
    position: relative;
    margin: 55px 0 0 190px;
}
.sec2 .text-inner::before{
    content: '';
    position: absolute;
    top: 8px;
    left: -30px;
    width: 2px;
border-radius: 20%;
    height: 100%;
    background: linear-gradient(to top,transparent,#fff);
    animation-name: infiniteline;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration:2s;

}
@keyframes infiniteline{
    0%{
    top: 8px;
    height: 100%;
    background: linear-gradient(to top,transparent,#fff);

    }
    20%{
        background-color: lightcoral;

    }
    40%
    {
        background-color: rgb(128, 240, 204);

    }
   60%{
    background-color: rgb(240, 163, 128);

    }
    80%{
        background-color: rgb(232, 128, 240);

    }
    100%{
        background-color: rgb(128, 203, 240);

        top: 158px;
        height: 0%;

    }
}
.left-right-sec:nth-child(even) .text{
    margin-right: -65px;
    text-align: right;
}
.left-right-sec:nth-child(even) .text-inner{
    margin: 55px 190px 0 0 ;
}
.left-right-sec:nth-child(even) .text-inner::before{
    left: inherit;
    right: -30px ;
}
.sec3{
    padding: 150px 0 0;
}
.sec3 h2{
    text-transform: uppercase;
    max-width: 60%;
}
.sec3-slider{
    margin-top: 90px;
}
.slick-arrow{
    position: absolute;
    top: -160px;
}
.slick-prev{
    left: inherit;
    right: 180px;
    /* opacity: 0.5; */
}
.slick-next{
    right: 90px;
}
.slick-next::before{
    content: "";
    position: absolute;
    top: -360px;
    left: 0px;
    background: #fff url(../images/arrow-next.svg) no-repeat;
    background-size: 14px;
    background-position:center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
    opacity: 1;

}
.slick-prev::before{
    content: "";
    position: absolute;
    top: -360px;
    left: 1100px;
    background: #fff url(../images/arrow-prev.svg) no-repeat;
    background-size: 14px;
    background-position:center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
    opacity: 1;
}
.slick-prev::before{
    /* background:  url(../images/arrow-prev.svg) no-repeat; */
    background-size: 14px;
    background-position:center;

}
.sec4{
    padding: 100px 0;

}
.sec4 h2{
    text-transform: uppercase;
}
.sec4-boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}
.box{
    position: relative;
    display: flex;
flex-direction:column;
    align-items: center;
    justify-content: center;
    width: 23%;
    min-height: 270px;
    border: 1px solid #fff;
    margin-bottom: 40px;
    overflow: hidden;

}
.box h6{

    font-family: Space Grotesk;
    font-size: 22px;
    font-weight: 400;
    margin: 5px;
margin-bottom: 20px;
text-align: center;

}
.box p{
    font-family: Space Grotesk;
    font-size: 16px;
    font-weight: 400;
margin: 20px;
text-align: center;



}

.sec4-boxes .img{
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: -1;
    opacity: 0.2;
    /* width: 0%; */
    /* height: 100%; */
    transition: all ease 1s;

}
.box:hover .img{
    opacity: 0.4;
    transform: translateY(-250px);

}
footer{
    position: relative;
    padding: 50px 0;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-inner .col{
    padding-right: 50px;
}
footer ul{
    margin-left: 0;
}
footer ul li{
    list-style: none;
    margin-bottom: 30px;
}
footer ul li a{
    text-decoration: none;
    color: #fff;/*colour*/
    font-size: 14px;
}
footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left , transparent,#fff,transparent);
    animation-name: infiniteline1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration:2s;

}
footer::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left , transparent,#fff,transparent);
    animation-name: infiniteline1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration:2s;

}
.copyright{
    padding: 25px 0;
    text-align: center;
}
.copyright p {
    font-size: 14px;
}
/**********************/
.dropbtn {
    background-color: #000000;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;

  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #464646a0;
color:white;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
  .who{

      display: flex;
      margin: auto;
      margin-top: 185px;

      font-size: 70px;
      color: white;
      transition: all ease 0.5s;

  cursor: pointer;
  }
  @keyframes strike{
        0%   { width : 0; }
        100% { width: 100%; }
      }
      .who {
        position: relative;
      }
      .who:after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgb(255, 255, 255);
        animation-name: strike;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
      }
      /* .loginpic{
          opacity: 0.2;
          /* filter:blur(px); */
          /* width: 100%; */
      /* } */
