.home-banner-sec {
  background-image: url("../../../public/images/banner-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 252px 0px 80px;
}

.home-banner-sec::before {
  content: "";
  position: absolute;
  right: 0;
  top: 120px;
  bottom: 0;
  background-image: url("../../../public/images/banner-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 924px;
  height: 762px;
}

.home-banner-sec::after {
  content: "";
  position: absolute;
  right: 150px;
  top: 100px;
  background-image: url("../../../public/images/banner-img-blur.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 944px;
  height: 725px;
  z-index: -1;
}

.home-banner-sec .home-banner-content h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 35px;
  text-transform: capitalize;
  color: var(--black-color);
}

.home-banner-sec .home-banner-content h1 {
  font-size: 65px;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 25px;
}

.home-banner-sec .home-banner-content p {
  width: 490px;
}

.home-banner-sec .home-banner-content .home-banner-btn {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
}

.home-banner-sec .home-banner-btn {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner-sec .home-banner-btn button {
  background-color: transparent;
  border: 2px solid var(--black-color);
  outline: none;
  padding: 15px 40px;
  border-radius: 100px;
}

@media (max-width: 1536px) {
  .home-banner-sec:before {
    width: 700px;
    height: 600px;
  }

  .home-banner-sec::after {
    right: 0;
  }
}

@media (max-width: 1440px) {
  .home-banner-sec::before {
    width: 708px;
    height: 562px;
  }

  .home-banner-sec::after {
    right: 0;
  }
}

@media (max-width: 1366px) {
  .home-banner-sec::before {
    width: 608px;
    height: 462px;
    top: 150px;
  }

  .home-banner-sec::after {
    right: 0;
    width: 844px;
    height: 625px;
  }
}

@media (max-width: 768px) {
  .home-banner-sec::before {
    display: none;
  }

  .home-banner-sec::after {
    display: none;
  }

  .home-banner-sec {
    padding: 100px 0px 30px;
  }

  .home-banner-sec .home-banner-content h1 {
    font-size: 45px;
  }

  .home-banner-sec .home-banner-content h3 {
    font-size: 24px;
  }

  .home-banner-sec .home-banner-content p {
    width: 100%;
  }

  .home-banner-sec .home-banner-btn {
    margin-top: 50px;
  }
}

@media (max-width: 428px) {
  .home-banner-sec {
    padding: 130px 0px 30px;
  }
}

@media (max-width: 390px) {
  .home-banner-sec .home-banner-content h1 {
    font-size: 35px;
  }

  .home-banner-sec .home-banner-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .home-banner-sec .home-banner-content h1 {
    font-size: 34px;
  }

  .home-banner-sec .home-banner-content h3 {
    font-size: 20px;
  }
}
