@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Ysabeau+Infant:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caramel&family=Poppins&family=Raleway&display=swap');

html,body{
    /* text styles/title/medium */
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    top: 0;
    left: 0;
    }
    
    .header .btn
    {
        font-family: 'Raleway';
        font-size: 16px;
        font-style: 'normal';
        font-weight: 700;
        line-height: 24px;
    }
    .nav-link:hover
    {
        color: #E9C400;
    }



.we_are_first
{
    background-image: url("we_are_first_silde.png");
    background-size: cover;
    width: 100%;
   height: 740px;
}


.we_are_first .h1
{
font-family: 'Bebas Neue';
font-size: 42px;
font-style: normal;
font-weight: 300;
line-height: 42px;

bottom: 1px;
left: 26px;
width: 200px;
background: linear-gradient(269deg, rgba(0, 0, 0, 0.29) -13.14%, rgba(0, 0, 0, 0.42) 101.75%);
height: 93px;
padding-left: 4%;
}

.we_are_first .container
{
  padding-top: 35%;
}

/*#box
{
  width: 200px;
  background: linear-gradient(269deg, rgba(0, 0, 0, 0.29) -13.14%, rgba(0, 0, 0, 0.42) 101.75%);
  height: 50px;
  margin-top: 20%;
}*/


.content
  {
    background-color: #1D1B15;
    width: 100%;
    height: 600px;
   flex-shrink: 0;
}

.steps-2,
.steps-3
{
  background-color: #1D1B15;
  
  
}

#line{
  margin-bottom: 20%;
}

.h2{
  font-family: Bebas Neue;
font-size: 42px;
font-style: normal;
font-weight: 300;
}

.fourth_slide
{
  background-color: #1D1B15;
    width: 1600px;
    height: 623px;
}

.fourth_slide img{
    margin-bottom: 10%;
}

.fourth_slide .h1{
    font-family: 'Bebas Neue';
    font-size: 44px;
    font-style: 'normal';
    font-weight: 400;
     line-height: 44px;
    color: white;
    padding: 25px 35px;
}

/*.fifth_slide {
  background: var(--color-system-website-colors-surface-container-lowest,#1D1B15);
  width: 100%;
  height: 506px;
  flex-shrink: 0;
}*/

.fiveth_slide
{
  background-color: #000;
  width: 100%;
height: 506px;
}

.fiveth_slide .h1 
{
  font-family: 'Bebas Neue';
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 44px;
color: #FFF;
}

.fiveth_slide .counter
{
  color: #FFF;

/* text system/display/large */
font-family: 'Bebas Neue';
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 100% */
margin-top: 25px;
width: 100%;

}

.fiveth_slide span
{
  color: #E9C400;
  font-size: 64px;
  display: inline-block;
}

.fiveth_slide h1
{
  font-family: 'Bebas Neue';
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
color:#E9C400;
}

.fiveth_slide img
{
  width: 72px;
height: 72px;
}



.sixth_slide
{
  width: 100%;;
height: 1900px;
background: linear-gradient(
  to right,
  #000 0%,
  #000 30%,
  #1D1B15 30%,
  #1D1B15 100%
  );
}

.sixth_slide h1{
  color: rgba(233, 196, 0, 0.60);
}

.sixth_slide img{
  width: 414px;
  height: 480px;
  /*border-left:9px solid #E9C400;   */
}

/*#border
{
  
  border-bottom:10px solid #E9C400;
 
  
}*/
.sixth_slide h2
{
  color: #FFF;
/* text system/display/medium */
font-family: 'Bebas Neue';
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 52px;
}

.sixth_slide h3
{
  color: rgba(233, 196, 0, 0.60);

/* text system/headline/medium */
font-family: 'Bebas Neue';
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 128.571% */
}


/*
.inside_left_slide
{
  background-color: #000;
  width: 430px;
height: 1924px;
align-items: center;
}


.sixth_slide img{
  width: 300px;
height: 300px;
flex-shrink: 0;
border-color: aqua;
background: lightgray 50% / cover no-repeat, #D9D9D9;
}
*/



.h3
{
  color: #FFF;
/* text system/display/large */
font-family: 'Bebas Neue';
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 100% */
flex-direction: column;
justify-content: center;
flex-shrink: 0;
}


.h4{
  color: #FFF;

  /* text system/display/large */
  font-family: Bebas Neue;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 100% */
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

}

footer{
   
  background-color: black;
  width: 1700px;
  height: 289px;
  padding-top: 2%;
}

footer .row{
  margin-left :0;
 }

 .hr
{
  border:3px solid #E9C400;
  width: 100%;
  
}




@media screen and (max-width: 960px)
{
  
  .content p
  {
      width:25%;
  }

  .we_are_first .container
  {
    padding-top: 130%;
  }

  .steps-2 img
  {
    margin-top: 5%;
  }


  .fiveth_slide 
  {
    background-color: #000;
    width: 100%;
    height: 806px;
  }

  .fiveth_slide .container
  {
    margin-left: 10%;
  }

  .sixth_slide
{
  width: 100%;;
  height: 2900px;
  background: linear-gradient(
  to right,
  #000 0%,
  #000 30%,
  #1D1B15 30%,
  #1D1B15 100%
  );
}

  .content
{
  background-color: #1D1B15;
  height: 350px;
  width: 1470px;
}


.first_slide .container .row{
  margin-left: 1%;
}

footer{
  width: 423px;
  height: 770px;
  margin-top: 0%;
  padding-top: 5%;
}

#footer
{
  align-items: center;
  margin-right: 60%;
  margin-left: -15%;
  
}

.hr
{
  width: 100%;
  border:2px solid #E9C400;
  
}

.footer .row{
  margin-left: 35%;
}

#copyright
{
  width: 100%;
  margin-left: 15%;
}
}





/*.about-text h2{
  color: #FFF;


 font-family: 'Bebas Neue';
 font-size: 44px;
 font-style: normal;
 font-weight: 400;
 line-height: 44px; 
}*/


/*.second_slide{
    width: 640px;
height: 540px;
flex-shrink: 0;

float:right;
}


.h2{

    font-family: Bebas Neue;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; 
 }
    
  .content p
  {
    color: #FFF;
    display: flex;
    width: 544px;
    height: 160px;
   flex-direction: column;
   justify-content: center;
    flex-shrink: 0;

    
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

  }


  .content2{
    background-color: #1D1B15;
    width: 100%;
    height: 600px;
   flex-shrink: 0;

  }



  .content2 p{
    color: #FFF;
    display: flex;
    width: 544px;
    height: 160px;
   flex-direction: column;
   justify-content: right;
    flex-shrink: 0;

    
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
   
 .thrid_slide{
    margin: left 10px;
   
 }



  .h3{
    width: 303px;
font-family: Bebas Neue;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 52px;
  
}*/



