@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

main.videos-template .bannerArea {
  width: 100%;
  height: 337px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  background-image: url(../videos-template/images/videos-template-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 20px;
}

main.videos-template .bannerArea .logo-area {
  margin-bottom: 15px;
  width: 225px;
}

main.videos-template .bannerArea .logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.videos-template .bannerArea h1 {
  color: #76bc21;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  margin: 0;
}

main.videos-template .bannerArea h1 > span {
  color: #57c1e8;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 55px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

main.videos-template .titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.videos-template .video-section {
  padding: 55px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main.videos-template .content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
}

main.videos-template .video-item {
  width: 100%;
  padding: 4% 10% 8% 10%;
}

main.videos-template .video-item-wrap {
  background-image: url(../videos-template/images/laptop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 826px;
  width: 100%;
}

main.videos-template .btns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  margin-top: 45px;
}

main.videos-template .btns-wrap .primary-btn {
  flex: 1;
  max-width: 400px;
  height: 62.796px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 118.182%;
  background: #036eb5;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  white-space: nowrap;
}

main.videos-template .btns-wrap .primary-btn:hover {
  border-color: #036eb5;
  background-color: #1d82c5;
}

@media (max-width: 991px) {
  main.videos-template .bannerArea .logo-area {
    width: 200px;
  }

  main.videos-template .btns-wrap {
    gap: 15px;
  }

  main.videos-template .btns-wrap .primary-btn {
    font-size: 18px;
    height: 55px;
  }

  main.videos-template .bannerArea h1 {
    font-size: 48px;
  }

  main.videos-template .bannerArea h1 > span {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  main.videos-template .bannerArea {
    height: 250px;
  }

  main.videos-template .bannerArea .logo-area {
    width: 150px;
  }

  main.videos-template .bannerArea h1 {
    font-size: 32px;
  }

  main.videos-template .bannerArea h1 > span {
    font-size: 28px;
  }

  main.videos-template .video-section {
    padding: 35px 20px;
  }

  main.videos-template .btns-wrap {
    flex-direction: column;
    flex: none;
    width: 100%;
    max-width: 400px;
  }

  main.videos-template .btns-wrap .primary-btn {
    width: 100%;
    font-size: 16px;
    height: 38px;
    flex: none;
  }
}
