* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: var(--black);
}

.slider-heading {
  max-width: 1619px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 160px 16px;

  @media (max-width: 1199.99px) {
    padding: 120px 16px;
  }

  @media (max-width: 991.99px) {
    padding: 80px 16px;
  }

  @media (max-width: 767.99px) {
    padding: 60px 16px;
  }

  @media (max-width: 567.99px) {
    padding: 48px 16px;
  }
}

.book-heading {
  padding-bottom: 10px !important;
}

.book-btn {
  padding: 17px 24.5px !important;
  font-size: 28px !important;
  line-height: 80% !important;
  text-decoration: none !important;

  @media (max-width: 767.99px) {

    font-size: 22px !important;
    line-height: 70% !important;

  }

  @media (max-width: 567.99px) {
    padding: 12px 24.5px !important;

    font-size: 18px !important;
    line-height: 60% !important;

  }
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 41px;
  line-height: 167%;


  @media (max-width: 767.99px) {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  @media (max-width: 567.99px) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.h-screen {
  height: 100vh;
  width: 100%;
}

.button-parent {
  max-width: 1619px;
  margin: 0 auto;
  margin-top: 63px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-end;

  @media (max-width: 1599.99px) {
    margin-top: 40px;
    padding-right: 16px;

  }

  @media (max-width: 767.99px) {
    margin-top: 32px;
  }
}

.next,
.prev {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  z-index: 20;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  svg {
    path {
      transition: all 0.3s linear;
    }
  }

  @media (max-width: 1023.99px) {
    width: 48px;
    height: 48px;

    svg {
      width: 24px;
      height: 24px;
    }
  }

  @media (max-width: 767.99px) {
    width: 32px;
    height: 32px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.slide {
  margin-left: 20px;
}

.slider-content {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 61px;
  display: flex;
  flex-direction: row;
  max-width: 1902px;

  @media (max-width: 991.99px) {
    margin-top: 40px;
  }

  @media (max-width: 767.99px) {
    margin-top: 32px;
  }
}

.z-index10 {
  z-index: 10;
}

.z-index1 {
  z-index: 1;
}

.hook-heading {
  max-width: 1619px;
  margin-bottom: 40px;
  margin: 0 auto;
  padding-left: 18px;
  z-index: 20;
  position: relative;

  @media (max-width: 991.99px) {
    justify-content: center;
    display: flex;
     padding-right: 16px;
       padding-left: 16px;

  }

  @media (max-width: 575.99px) {
    justify-content: center;
    display: flex;
    font-size: 22px;
    text-align: center;
  }
}

.icone-box {
  padding: 5px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 991.99px) {
    width: 48px;
    height: 48px;

    svg {
      width: 24px;
      height: 24px;
    }
  }

  @media (max-width: 767.99px) {
    width: 32px;
    height: 32px;

    svg {
      width: 18px;
      height: 18px;
    }
  }
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.card-book {
  max-width: 527px;
  height: unset !important;
  padding: 30px;
  border-radius: 21px;
  flex: 1;

  @media (max-width: 991.99px) {
    padding: 24px;
  }

  @media (max-width: 575.99px) {
    padding: 16px;
  }
}

.arrow {
  display: flex;
  justify-content: end;
  margin-top: 30px;

  @media (max-width: 991.99px) {
    margin-top: 20px;
  }
}

.Consolidated {
  margin-top: 17.42px;
}

.ellipse {
  position: absolute;
  width: 362px;
  height: 362px;
  background-color: rgba(242, 74, 74, 1);
  border-radius: 50%;
  filter: blur(190px);
  pointer-events: none;
  margin: 100px auto;

  @media (max-width: 991.99px) {
    width: 200px;
    height: 200px;
    filter: blur(150px);
  }

  @media (max-width: 767.99px) {
    width: 150px;
    height: 150px;
    filter: blur(120px);
  }
}

.slider-section {
  background-color: var(--black);
}

.ellipse2 {
  margin-left: 500px;

  @media (max-width: 767.99px) {
    margin-left: 300px;
  }

  @media (max-width: 575.99px) {
    margin-left: 150px;
  }
}

.ellipes-parent {
  display: flex;
  flex-direction: row;
  max-width: 800px;
  margin: 0 auto;
}

:hover.prev path {
  fill: var(--red);
}

:hover.next path {
  fill: var(--red);
}