@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body {
      margin: 0%;
      padding: 0%;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background: #0f0f0f;
}

.image-slider {
      z-index: 0;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 100vh;
}

.image-slide {
      height: 100vh;
      margin: 0 auto;
}

.slick-slide.slick-center {
      transform: scale(1.2);
      transition: transform .8s 1.4s cubic-bezier(.84, 0, .08, .99);
}

.slick-slide {
      transition: transform .7s cubic-bezier(.84, 0, .08, .99);
}

.slider-control {
      margin: 0%;
      position: absolute;
      z-index: 2;
      bottom: 4%;
      left: 15%;
      transform: translate(-50%, -50%);
      display: flex;
}

button {
      color: #fff;
      background: none;
      padding: 24px;
      border: 1px solid rgba(255, 255, 255, .3);
      font-size: 16px;
      border-radius: 50%;
      margin: .4em;
      display: inline-block;
}

button:focus {
      outline: none;
}

.block-1 {
      z-index: 1;
      position: fixed;
      height: 100vh;
      width: 5%;
      left: 0%;
      background: #0f0f0f;
}

.block-2 {
      z-index: 1;
      position: fixed;
      height: 100vh;
      width: 25%;
      left: 25%;
      background: #0f0f0f;
}

.block-3 {
      z-index: 1;
      position: fixed;
      height: 100vh;
      width: 5%;
      right: 0%;
      background: #0f0f0f;
}

.overlay {
      z-index: 1;
      position: fixed;
      height: 100vh;
      width: 30%;
      left: 8%;
      background: rgba(0, 0, 0, 0.7);
}

.text-slider-wrapper {
      position: absolute;
      z-index: 2;
      width: 100%;

      top: 50%;
}

.text-slider {
      margin: 0%;
      padding: 0%;
      width: 100%;
      position: fixed;
      top: 45%;
      transform: translateY(-50%);
}


.text-slide h2 {
      color: #fff;
      font-size: 28px;
      font-family: "Roboto", serif;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: -2px;
      padding-left: 10%;
      margin-bottom: 0px;
}

.text-slide h1 {
      color: #fff;
      font-size: 60px;

      font-family: "Roboto", serif;
      font-weight: 600;
      margin-top: 0px;
      margin-bottom: 0px;

      line-height: 110%;
      letter-spacing: -2px;
      padding-left: 10%;
}

.text-slide p {
      color: #fff;
      font-size: 22px;
      font-family: "Roboto", serif;
      font-weight: 30;
      letter-spacing: 2px;
      padding-left: 10%;
      line-height: 130%;
      max-width: 520px;
}

.fooder {
      position: absolute;
      padding: 30px;
      
      font-size: 20px;
      font-family: "Roboto", serif;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 1px;
      bottom: 5%;
      left: 8%;
      color: #fff;
      z-index: 1000;
}

@media(max-width: 990px) {
      .block-2, .overlay {
            /* display: none; */
            left: 0%;
            width: 50%;
      }

      .block-1 {
            width: 50%;
      }

      .block-3 {
            width: 12%;
      }

      .slide-slick {
            display: none !important;
      }
      
      .text-slide h2 {
            font-size: 24px !important;
      }

      .text-slide h1 {
            font-size: 35px !important;
      }

      .text-slide p {
            font-size: 18px !important;
            max-width: 460px;
      }

      .text-slider-wrapper {
            position: absolute;
            top: 50% !important;
      }

      .slider-control {
            left: 22.5%;
      }
      .fooder {
            font-size: 16px;
            /* position: absolute;
            padding: 30px;
            
            font-size: 20px;
            font-family: "Roboto", serif;
            font-weight: 400;
            line-height: 140%;
            letter-spacing: 1px;
            bottom: 5%;
            left: 8%;
            color: #fff;
            z-index: 1000; */
      }
}
