*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: fit-content;
    padding: 0;
    margin: 0;
}

html{
    font-family: "Oxygen", sans-serif;
    font-weight: normal;
    font-style: normal;
}

body{
    background: #000000;
    color: #FFFFFF;
    overflow-x: hidden;
    background-image: url(../assets/image/bg_img.svg);
    background-position: center;
    background-repeat: repeat-y;
}

.hero{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 700px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    overflow: hidden;
}

.hero img{
    pointer-events: none;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
    backdrop-filter: blur(16px);
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/* .header_logo{

} */

.header_logo{
    width: 150px;
     height: auto;
    }

.header_button{
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 12px 38px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    transition: 400ms;
}

.header_button:hover{
    color: #000000;
    background: #FFFFFF;
}

.block_wrapper{
    display: flex;
    justify-content: center;
    width: 100vw;
    padding: 0px 50px;
    margin-top: 80px;
}

.block_wrapper.first_block{
    margin-top: 0px;
}

.block{
    max-width: 1340px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 34px;
    border-bottom: 1px solid #202024;
}

.block_content_wrapper{
    padding-top: 92px;
    display: flex;
    gap: 24px
}

.block_number{
    color: #80808F;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 100% */
    text-transform: uppercase;
}

.block_content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 544px;
}

.block_heading{
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 100% */
    text-transform: uppercase;
}

.block_heading.one_line{
    height: 96px;
    font-weight: 500;
}

.block_text{
    color: #b2b2bb;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 155.556% */
    letter-spacing: 0.5px;
}

.head_text{
    color: chartreuse;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px; 
    text-align: justify;
    padding: 0 85px;
}

.block_image{
    width: 680px;
    height: auto;
}

.footer{
    display: flex;
    justify-content: center;
    width: 100vw;
    padding: 64px 40px 80px 40px;
}

.footer_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    padding-left: 25px;
    padding-right: 25px;
}

.footer_address{
    display: flex;
    flex-direction: column;
    place-items: center;
}

.footer_address_1{
    color: khaki;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.18px;
    text-decoration: none;
}
.footer_address_2{
    color: tan;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.18px;
    text-decoration: none;
}

a{
    cursor: pointer;
}

@media (max-width: 1400px){
    .block_image{
        width: 560px;
    }
}

@media (max-width: 1024px){
    .block_image{
        width: 560px;
    }

    .block_number{
        font-size: 40px;
    }

    .block_heading{
        font-size: 40px;
        line-height: 40px;
    }

    .block_text{
        font-size: 22px;
        line-height: 24px; /* 142.857% */
        letter-spacing: 0.5px;
    }

    .block_image{
        width: 478px;
    }

    .block_content_wrapper{
        padding-top: 40px;
    }
}

@media (max-width: 900px){
    .block_image{
        width: 420px;
    }

    .block{
        align-items: flex-end;
        gap: 12px;
    }

    .block_content_wrapper{
        padding-top: 0px;
        padding-bottom: 32px;
    }
}

@media (max-width: 780px){
    .header{
        padding: 8px 35px;
    }

    .header_button{
        padding: 6px 16px;
    }

    .block_wrapper{
        padding: 0px 20px;
        margin-top: 64px;
    }

    .block{
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .block_number{
        font-size: 40px;
    }

    .block_heading{
        font-size: 40px;
        line-height: 40px;
    }

    .block_text{
        font-size: 22px;
        line-height: 24px; /* 142.857% */
        letter-spacing: 0.5px;
    }

    .block_image{
        width: 100%;
        padding-left: 40px;
    }

    .block_content{
        padding-right: 40px;
        min-width: 10px;
    }

    .block_content_wrapper{
        padding: 0px;
    }

    .block_heading.one_line{
        height: auto;
        text-wrap: wrap;
        word-break: break-all;
    }

    .footer{
        padding: 64px;
    }

    .footer_content{
        flex-direction: column;
        gap: 48px;
    }

    .footer_address{
        gap: 8px;
    }

    .footer_address.first_footer_address{
        gap: 8px;
        padding-bottom: 38px;
        border-bottom: 1px solid #202024;
    }

    .footer_address_1{
        text-align: center;
        text-wrap: balance;
    }

    .footer_address_2{
        text-align: center;
        text-wrap: balance;
    }

    .hero{
        height: 806px;
    }
}

@media (max-width: 1024px){
    .hero_image{
        height: auto;
        width: 140vw;
    }
}

@media (max-width: 440px){
    /* .hero {
        height: 1200px;
    } */

    .header_logo{
        width: 120px;
        height: auto;
    }

    .header_button{
        text-wrap: nowrap;
    }
    
    .block_heading{
        font-size: 25px;
        line-height: 25px;
    }
    
    .block_number{
        font-size: 32px;
        line-height: 32px;
    }

    /*. head_text{
        padding: 0 85px;
    } */

    .hero_image{
        height: 100px;
        width: auto;
    }
}




.profile__profession {
  font-size: 1.75rem;
  font-weight: 500;
  color: orange;
  margin-bottom: 1rem;
}

  .profile__profession {
    margin-bottom: 1.5rem;
    color: #F6BE00;
  }





.home__greeting {
  font-size: .75rem;
  font-weight: 400;
}

.home__greeting {
  display: block;
  color: #F6BE00;
  margin-bottom: -0.00025rem;
}
 
  .bee-wave-container {
    height: 0px;
    width: 0px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }


  .bee-wave {
    will-change: transform;
    -webkit-animation: xAxis 16.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
    animation: xAxis 16.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
    position: absolute;
    bottom: -10px;
    left: -10px;
  }

  .bee-wave:after {
    content: '🐝';
    display: block;
    will-change: transform;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: transparent;
    -webkit-animation: yAxis 16.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 16.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
  }

  .bee-wave-final-x {
    -webkit-animation: xAxis 16.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
    animation: xAxis 16.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
  }

  .bee-wave-final-y {
    -webkit-animation: yAxis 16.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 16.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
  }

  .bee-wave-final::after {
    -webkit-animation: none;
    animation: none;
  }

  @keyframes yAxis {
    50% {
      -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
      animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
  }

  @-webkit-keyframes yAxis {
    50% {
      -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
      animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
    }
  }

  @keyframes xAxis {
    50% {
      -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
      animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  }

  @-webkit-keyframes xAxis {
    50% {
      -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
      animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
    }
  }


.scroll {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 40px;
  right: -80px;
  border-radius: 100%;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 5px 0px #888;
  transition: 300ms;
}

.scroll i {
  margin-top: .5px;
  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes rotate {
  from {margin-top: 4px}
  to {margin-top: .5px}
}

.visible {
  right: 30px;
  transition: all 400ms;
  transform: rotate(360deg)
}

