@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


*,
*::after,
*::before{

    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none

}

html {
    scroll-behavior: smooth;
  }
  

  html {

    font-size: 62.5%;
} 

body{
    background-color: rgba(3.4764088297982565,3.4764088297982565,3.902173088592246, 1);
    font-family: 'Poppins', sans-serif;
}


/* ##################  All Fonts size and class ##################  */



.extralight-15{
    font-size: 1.5rem;
    font-weight: 200;
    color: white;
}

.light-15{
    font-size: 1.5rem;
    font-weight: 300;
}


.Regular-12{
    font-size: 1.2rem;
    font-weight: 400;
}


.Regular-16{
    font-size: 1.6rem;
    font-weight: 400;
}

.Regular-14{
    font-size: 1.4rem;
    font-weight: 400;
}


.Regular-20{
    font-size: 2rem;
    font-weight: 400;
}

.Regular-25{
    font-size: 2.5rem;
    font-weight: 400;
}

.Regular-18{
    font-size: 1.8rem;
    font-weight: 400;
    color: white;
}


.Regular-28{
    font-size: 2.8rem;
    font-weight: 400;
}

.Regular-30{
    font-size: 3rem;
    font-weight: 400;
}


.medium-13{
    font-size: 1.3rem;
    font-weight: 500;
}

.medium-15{
    font-size: 1.5rem;
    font-weight: 500;
}


.medium-18{
    font-size: 1.8rem;
    font-weight: 500;
}


.medium-20{
    font-size: 2rem;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 1rem;
}

.button-hover{
  transition: all 0.3s ease-in-out;
}

.button-hover:hover{
  transform: scale(1.1);
  color: #fcb045;
}

.medium-20:hover{
  color: #fcb045;
  transition: all 0.3s ease-in-out;
}

.medium-37{
    font-size: 3.7rem;
    font-weight: 500;
}

.regular-40{
  font-size: 4rem;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}


.medium-25{
    font-size: 2.5rem;
    font-weight: 500;
}

.medium-50{
    font-size: 5rem;
    font-weight: 500;
    line-height: 5rem;
    text-transform: uppercase;
}

.medium-50-two{
    font-size: 5rem;
    font-weight: 500;
}

.bold-19{
    font-size: 1.8rem;
    font-weight: bold;
}


.bold-15{
    font-size: 1.5rem;
    font-weight: bold;
}

.bold-35{
    font-size: 3.5rem;
    font-weight: bold;
}

.bold-90{
    font-size: 9rem;
    font-weight: bold;
    line-height: 10rem;
}

.bold-60{
    font-size: 6rem;
    font-weight: bold;
    color: white;
}

.bold-45{
    font-size: 4.5rem;
    font-weight: bold;

}

.bold-76{
    font-size: 7.6rem;
    font-weight: bold;
    color: white;

}


.bold-45{
    font-size: 4.5rem;
    font-weight: bold;
}


.semibold-14{
    font-size: 1.4rem;
    font-weight: 600;
    
}

.semibold-20{
    font-size: 2rem;
    font-weight: 600;
    
}

.semibold-30{
    font-size: 3rem;
    font-weight: 600;
    
}

.uper{
  text-transform: uppercase;
}

.bold-200{
  font-size: 20rem;
  width: bold;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  line-height: 30px;
}


/* ##################  All Fonts size and class ##################  */


/*  ###################### nav section ###################### */


.nav-button{
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 1rem;
}

.logo {
    color: white;
    font-size: 3rem;
    font-weight: bold;
  }
  
  nav {
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #36003300;
   
  }
  
  ul {
    margin-bottom: 0;
  }
  
  .navbar {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .nav-menu li {
    list-style: none;
    padding: 0 3rem;
  }
  
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .landing-link{
    color: white;
    font-size: 2rem;
    
  }

  .landing-button li{
    list-style: none;
  }
  
  a.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  a.nav-link:hover {
    color: #fcb045;
    
  }
  
  .hamburger {
    display: none;
  }
  
  .bar,
  .fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    color: #fff;
    padding: 0;
    margin: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
  }
  
  .bar:nth-child(1) {
    width: 100%;
  }
  
  .bar:nth-child(2) {
    width: 200%;
  }
  
  .bar:nth-child(3) {
    width: 300%;
  }




  /*  ###################### nav section ###################### */


  /*  ###################### landing page ###################### */
.fa-brands{
  transition: all 0.3s ease-in-out;
}

  .fa-brands:hover{
    color: #fcb045;
  }

  .container{
    width: 1700px;
    height: 90vh;
    margin: auto auto;
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 2fr 1fr;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .up-phase{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
  }

  .part-one{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    justify-content: left;
    align-items: center;
    padding: 2rem 2rem;
  }
  .fa-brands{
    color: white;
    scale: 1.5;
  }

  .part-two{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    position: relative;
  }

  .special{
    position: absolute;
    height: 90px;
    width: 200px;
    background-color: rgba(3.4764088297982565,3.4764088297982565,3.902173088592246, 1);
    right: 3%;  
    bottom: 7%;
    
  }

  .part-three{
    width: 100%;
    height: 100%;
    padding: 2rem 2rem;
    display: grid;
    justify-content: right;
    align-items: flex-start;
    padding-top: 60px;
    padding-right: 40px;
  }


  .gol{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    position: relative;
    animation: zoom-in-zoom-out 1s ease infinite;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  .mein-gol{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0);
    position: relative;
  }

.mein-gol::after{
    content: "";
    display: block;
    height: 0px;
    width: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 45%;
    top: 30px;
    animation: up-in-down 2s ease-in-out infinite;
    
  }

  @keyframes up-in-down {
    0% {
      height: 0px;
    }
    50% {
      height: 50px;
    }

    100% {
      height: 0px;
    }
  }

  .gol-two{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    position: relative;
    animation: zoom-in-zoom-out 1s ease infinite;
    
  }

  .gol-two-mein{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    position: relative;
    
  }

  .gol-two-mein::after{
    content: "";
    display: block;
    height: 0rem;
    width: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 45%;
    top: 30px;
    border-radius: 100%;
    animation: up-in-down-two 2s ease-in-out infinite;
    
  }

  @keyframes up-in-down-two {
    0% {
      height: 0px;
    }
    50% {
      height: 45rem;
    }

    100% {
      height: 0px;
    }
  }

  /* ###### phase down  */


  .down-phase{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-row: 2fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-content: center;

  }

  .para{
    padding: 2rem 2rem;
    width: 100%;
    height: 100%;
    margin: auto auto;
  }

  .button{
    padding: 2rem 2rem; 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }

  li{
    list-style: none;
  }

  .number{
    margin: auto auto;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .number h1{
    position: absolute;
    right: -10%;
    bottom: -3%;
  }

  .bold-200{
    font-size: 30rem;
    width: bold;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    line-height: 30px;
  }
  



  .son-para h1{
    margin-right: 10px;
  }
  


  
/* nav bar media ################################ */
  
  @media (max-width: 1000px ){
    .hamburger {
      display: block;
    }
    .active .bar:nth-child(2) {
      opacity: 0;
    }
    .active .bar:nth-child(1) {
      -webkit-transform: translateY(8px) rotate(-315deg);
      transform: translateY(8px) rotate(-315deg);
      width: 300%;
    }
    .active .bar:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg);
      width: 300%;
    }
    .nav-menu {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 75px;
      right: -100%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0 auto;
      background-color: #000000;
      
    }
  
    .nav-menu li {
      padding: 1rem 0;
     
    }
  
    a.nav-link {
      margin: 1rem 0;
      color: white;;
      z-index: 1;
      font-size: 3rem;
    }
  
    .active {
      right: 0;
      z-index: 100;
      transition: 0.2s ease;
    }

  }

  
  @media screen and (max-width: 400px) {
    a.nav-link {
      padding: 0.75rem 0;
    }

    
  }

  @media (max-width: 1399px ){

    .container{
      width: 100%;
      height: 90vh;
      margin: auto auto;
      display: grid;
      grid-template-columns: 2fr;
      grid-template-rows: 2fr 1fr;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .part-one{
      padding-left: 5rem;
    }

    .para{
      padding-left: 5rem;
    }

    .button{
      padding-left: 5rem;
    }
  
   
  }

  @media (max-width: 1115px ){



  .container{
      width: 100%;
      height: 90vh;
      margin: auto auto;
      display: grid;
      grid-template-columns: 2fr;
      grid-template-rows: 2fr 1fr;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }


    .up-phase{
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: 1fr 5fr 1fr;
    }

    .button a{
      font-size: 1.6rem;
    }

    .part-one{
      padding-left: 5rem;
    }

    .para{
      padding-left: 5rem;
    }

    .button{
      padding-left: 5rem;
    }
  
  

  }


  
  @media (max-width: 1000px ){



    .container{
        width: 100%;
        height: 90vh;
        margin: auto auto;
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 2fr 1fr;
        justify-content: center;
        align-items: center;
        overflow: hidden;
      }

      .up-phase{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
      }
  
  
      .button a{
        font-size: 1.6rem;
      }
    
      .down-phase{
        display: grid;
        grid-template-columns: 2fr 2fr 2fr;
        grid-row: 2fr 2fr;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        align-content: center;
    
      }

      .para{
        order: 1;
        grid-column-start: 1;
        grid-column-end: 3;
      }

      .button{
        order: 3;
        display: flex;
        justify-content: left;
      }

      .number{
        order: 2;
      }

      .number h1{
        font-size: 25rem;
      }

      .part-one{
        padding-left: 5rem;
      }
  
      .para{
        padding-left: 5rem;
      }
  
      .button{
        padding-left: 5rem;
      }
    


      
  
    }

 
    @media (max-width: 700px ){


      .up-phase{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
      }

     

      .part-three{
        overflow: hidden;
      }

      .number h1{
        font-size: 23rem;
      }

      .part-one{
        padding-left: 3rem;
      }
  
      .para{
        padding-left: 3rem;
      }
  
      .button{
        padding-left: 3rem;
      }
    

    }


    @media (max-width: 620px ){


      .up-phase{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
      }



      .part-three{
        overflow: hidden;
      }

      .button a{
        font-size: 1.4rem;
      }

      .button{
        padding: 1rem 1rem; 
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
       
      }

      .number h1{
        font-size: 20rem;
      }

      .part-one{
        padding-left: 2rem;
      }
  
      .para{
        padding-left: 2rem;
      }
  
      .button{
        padding-left: 2rem;
      }
    

    }


    @media (max-width: 505px ){


      .up-phase{
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
      }

  
      .part-three{
        overflow: hidden;
      }

      .button a{
        font-size: 1.4rem;
      }

      .button{
        padding: 0.4px 0.4px; 
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
       
      }

      .number h1{
        font-size: 20rem;
      }

      .para{
        order: 1;
        grid-column-start: 1;
        grid-column-end: -1;
      }

      .button{
        order: 3;
        display: flex;
        justify-content: left;
        grid-column-start: 1;
        grid-column-end: -1;
      }

      .number{
        order: 2;
        filter: blur(2px);
      }

      
  .number h1{
    position: absolute;
    right: -270%;
    bottom: -3%;
  }


    }

    @media (max-width: 505px ){


      .medium-20{
        font-size: 2rem;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        border: none;
        padding: 10px 20px;
        border-radius: 1rem;
    }
    }

