/* variables  */
:root {
  --font-nunito: "Nunito Sans", sans-serif;
  --color-clifford: #da373d;
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #1a2342;
  --color-secondary: #f0f7fa;
  --color-info: #2a94b2;
  --color-success: #198754;
  --color-warning: #eda000;
  --color-error: #d73c5c;
  --color-dark: #3c3c3c;
  --color-light: #fbeaed;
  --color-header: #1a2342;
  --drop-shadow-hero: 0 4px 12px rgba(0, 0, 0, 0.09);
  --breakpoint-2xl: 120rem;
}

.bg-gradient-to-b {
  background: linear-gradient(
      180deg,
      rgba(26, 35, 66, 0.68) 35.25%,
      rgba(42, 148, 178, 0.93) 100%
    ),
    linear-gradient(
      227.1deg,
      rgba(26, 35, 66, 0.16) 47.56%,
      rgba(252, 206, 139, 0.672) 98.07%
    );
}

.hero-section {
  background-image: linear-gradient(
      227.1deg,
      rgba(26, 35, 66, 0.16) 47.56%,
      rgba(252, 206, 139, 0.672) 98.07%
    ),
    linear-gradient(
      180deg,
      rgba(26, 35, 66, 0.68) 35.25%,
      rgba(42, 148, 178, 0.93) 100%
    ),
    url("./../images/bg-home-main-hero-banner.jpg");
  padding: 96px 15px;
}

.hero-container .text-content {
  min-width: 280px;
  max-width: 490px;
  position: relative;
  top: -12px;
  left: 9px;
}

.hero-container .text-content h2 {
  max-width: 454px;
  font-size: 51px;
  line-height: 60px;
  letter-spacing: -1%;
  margin: 0 0 14px;
}

.hero-container .text-content p {
  font-size: 17px;
  line-height: 28px;
}

.btn {
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #e0e0e0;
}

.hero-container .image-content {
  flex: 1;
  min-width: 280px;
  max-width: 1024px;
  height: 708px;
  text-align: left;
  top: 97px;
  right: 47px;
  background-image: url("./../images/monitor-image.png");
  padding: 27px 86px 0 80px;
}

.hero-container .image-content img {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
}

.video-thumb {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 20px;
  cursor: pointer;
}

.video-container video {
  width: 100% !important;
  height: 100% !important;
  max-width: 857px;
  max-height: 480px;
  cursor: default;
}

.explore-tools-section {
  padding-top: 118px;
  padding-bottom: 178px;
  padding-inline: 15px;
}
.explore-tools-section .container {
  max-width: 1440px;
}

.explore-tools-section h2 {
  max-width: 574px;
  margin-bottom: 17px;
}

.explore-tools-section h3 {
  max-width: 574px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 56px;
}
.explore-tools-section .explore-tools-slider-mobile h3 {
  margin-bottom: 16px;
}
.explore-tools-slider-mobile .splide p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-top: 0;
  margin-bottom: 26px;
}
.explore-tools-slider-mobile .splide__arrow:disabled {
  opacity: 0;
}
.explore-tools-slider-mobile .splide__arrow {
  /* background-color: #000;
  color: #fff;
  opacity: 1; */
}
.explore-tools-slider-mobile .splide__arrow svg {
  /* fill: #fff; */
}
.explore-tools-slider-mobile .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.explore-tools-slider-mobile .splide__arrow--prev {
  left: -13px;
}
.explore-tools-slider-mobile .splide__arrow--next {
  right: -13px;
}
.explore-tools-slider-mobile .splide__arrow--prev,
.explore-tools-slider-mobile .splide__arrow--next {
  margin: 0;
  transform: translateY(-50%);
}

.explore-tools-section .grid h3 {
  font-size: 26px;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 5px;
}
.explore-tools-section .grid h4 {
  font-size: 1.17em;
}
.explore-tools-section .grid .expanded-area p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-top: 0;
  margin-bottom: 26px;
}
.explore-tools-section .grid button {
  margin-top: 0;
  margin-bottom: 10px;
}
.explore-tools-section .grid button:hover {
  color: #fff;
}

.explore-tools-slider-mobile .splide {
  border: none;
  padding: 0;
}
.explore-tools-slider-mobile .carousel__item {
  text-align: left;
}

.expanded-wrapper {
  margin-bottom: 18px;
}

.discover-area.upgrade-discover-pro {
  padding-bottom: 175px;
}

.benefit-area {
  max-width: 1145px;
}

.benefit-area h2 {
  max-width: 691px;
  margin-top: 0;
  margin-bottom: 17px;
}

.benefit-area h3 {
  font-size: 34px;
  line-height: 46px;
}
.benefit-area > p {
  max-width: 574px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 56px;
}

.benefit-area .benefit-content {
  padding-inline-start: 60px;
}
.benefit-area .benefit-content p {
  line-height: 26px;
  letter-spacing: 0.09em;
}

.upgrade-discover-pro .benefit-area > div.flex:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.monitor-frame {
  width: 558px;
  min-height: 430px;
  padding: 74px 71px 120px;
  background: linear-gradient(
      269.92deg,
      rgba(26, 137, 168, 0.1) 0.06%,
      rgba(6, 46, 58, 0.1) 99.93%
    ),
    url("./../images/monitor-frame.png") no-repeat center bottom / auto;
  border-radius: 20px;
}

.who-benefit-section {
  padding-top: 152px;
  padding-bottom: 0;
  padding-inline: 15px;
}
.who-benefit-section h2 {
  max-width: 581px;
  margin-bottom: 17px;
}
.who-benefit-section .gap-55 {
  gap: 55px;
}
.who-benefit-section p {
  font-size: 15px;
  line-height: 23px;
}

.who-benefit-section h2 + p {
  max-width: 574px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}

.scroll-box {
  overflow-y: scroll;
}

.counter-container {
  padding-inline-end: 58px;
}

.counter-container > .flex {
  column-gap: 47px;
}

.counter {
  font-size: 32px;
  line-height: 46px;
}
.vertical-line::after {
  content: "";
  width: 1px;
  height: calc(100% - 65px);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 65px;
  left: 17px;
}

.benefit-section {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.benefit-scroll {
  width: 60%;
  overflow-y: auto;
  padding: 40px;
  background-color: #f9f9f9;
}

.benefit-image {
  width: 40%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.benefit-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.benefit-block {
  margin-bottom: 50px;
}

.benefit-block h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.benefit-block h2 span {
  color: #0083ff;
  margin-right: 10px;
}

.benefit-block p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #0083ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.toggle-icon {
  margin-left: 10px;
  font-size: 1.5em;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.who-benefit-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.benefit-item.expanded .who-benefit-content {
  max-height: 1000px;
}

.benefit-scroll-container {
  /* scroll-behavior: smooth; */
  /* max-height: 80vh; */
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* scroll-snap-type: y proximity; */
}

.benefit-scroll-container::-webkit-scrollbar {
  display: none;
}

.benefit-item {
  transition: all 0.3s ease;
  padding: 0 0 25px;
  scroll-snap-align: start;
  /* min-height: 100%; */
}

/* Make sure the last item has space at the bottom */
.benefit-item:last-child {
  padding-bottom: 5vh;
}
.benefit-scroll-container {
  scroll-behavior: smooth;
}

@media (min-width: 1600px) {
  .hero-section {
    height: 739px;
  }
}

@media (max-width: 1600px) {
  .hero-container .btn {
    margin-top: 16px;
  }

  .video-container video {
    max-width: 780px;
    max-height: 439px;
  }
  .hero-container .image-content {
    max-width: 890px;
    height: 647px;
    top: 140px;
    right: 20px;
    padding: 24px 36px 0 74px;
  }
  .discover-area {
    padding-bottom: 40px;
    padding-inline: 15px;
  }
  .discover-inner-content {
    margin-bottom: 100px;
  }
  .discover-top-area .discover-inner-content {
    margin-bottom: 0;
  }

  .upgrade-discover-pro button {
    margin-top: 0;
  }

  .discover-area.discover-top-area {
    padding-bottom: 140px;
  }
  .explore-tools-section {
    padding-bottom: 158px;
  }
}

@media (max-width: 1536px) {
  .hero-section .container {
    max-width: 100%;
  }

  .hero-container .image-content {
    top: 100px;
    right: 15px;
    padding-inline-start: 75px;
  }
}
@media (max-width: 1521px) {
  .benefit-area > .flex.gap-10 {
    column-gap: 20px;
  }
  .benefit-area .benefit-content {
    padding-inline-start: 20px;
  }
}
@media (max-width: 1440px) {
  .hero-container .image-content {
    top: 100px;
  }
}
@media (max-width: 1366px) {
  .hero-container .image-content {
    max-width: 785px;
    height: 550px;
    padding: 20px 60px 0 62px;
    top: 120px;
    right: 0;
  }
  .hero-container .text-content h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .hero-container .text-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1280px) {
  .hero-container .image-content {
    max-width: 785px;
    height: 550px;
    padding: 20px 60px 0 62px;
    top: 100px;
  }
  .hero-container .text-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .discover-top-area .discover-inner-content .p-10 {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .hero-container .image-content {
    max-width: 685px;
    height: 480px;
    padding: 18px 51px 0 55px;
    top: 110px;
  }
  .hero-container .text-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .who-benefit-section .gap-55 {
    gap: 0;
  }
  .who-benefit-section .flex-none {
    max-width: 410px;
  }
  .counter-container > .flex {
    column-gap: 20px;
  }
  .benefit-item:last-child {
    padding-bottom: 30px;
  }
  .counter-container {
    row-gap: 0;
    padding-inline-end: 0;
    padding-inline-start: 20px;
  }
  .who-benefit-section .flex-none img {
    margin-left: 20px;
  }
  .who-benefit-section {
    padding-top: 100px;
    padding-inline: 15px;
  }

  .who-benefit-section .gap-55 {
    flex-direction: column;
  }
  .discover-area.upgrade-discover-pro {
    padding-bottom: 125px;
  }
  .laptop-image {
    max-width: 530px;
    top: 30px;
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    padding-block: 80px;
  }
  .hero-container .image-content {
    max-width: 560px;
    height: 380px;
    right: 0;
    padding: 15px 50px 0 45px;
  }

  .hero-container .text-content {
    max-width: 420px;
    top: 0;
  }
  .hero-container .text-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-container .text-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .discover-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .discover-area.upgrade-discover-pro {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .benefit-area {
    max-width: 100%;
    padding-inline: 20px;
  }

  .explore-tools-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .explore-tools-section .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .hero-section {
    /* height: calc(75vh - 65px); */
    height: 770px;
  }
  .hero-section .container {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .hero-container .image-content {
    max-width: 560px;
    height: 380px;
    right: auto;
    padding: 15px 50px 0 45px;
    bottom: -30px;
    top: auto;
    left: auto;
  }

  .hero-container .text-content {
    max-width: 100%;
    text-align: center;
    position: unset;
  }
  .hero-container .text-content h2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .benefit-area > .flex.gap-10 {
    flex-direction: column;
  }
  .who-benefit-section {
    padding-top: 70px;
  }

  .benefit-area > .flex {
    flex-direction: column;
  }
  .benefit-area .benefit-content {
    align-items: center;
    padding-inline: 0;
    text-align: center;
  }

  .benefit-area > p {
    margin-bottom: 0;
  }
  .who-benefit-section h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .discover-top-area .discover-inner-content .w-1-3 {
    flex: none;
    width: 100%;
  }
  .card-grid {
    flex-direction: column;
  }
  .card-grid .w-1-3 {
    width: 100%;
  }
  .card-grid .w-1-3 .max-w-360 {
    max-width: 100%;
  }

  .discover-top-area .discover-inner-content .min-w-52 {
    width: 100%;
  }

  .discover-top-area .discover-inner-content .min-w-52 .block {
    display: inline;
  }
  .who-benefit-section h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .discover-top-area .discover-inner-content .w-1-3 {
    flex: none;
    width: 100%;
  }
  .discover-top-area .discover-inner-content .w-1-3 > div {
    background-color: transparent;
    text-align: center;
  }
  .discover-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .discover-area.discover-top-area {
    padding-bottom: 70px;
  }
  .hero-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .hero-section .container {
    justify-content: space-between;
    gap: 30px;
  }
  .hero-container .text-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .hero-container .text-content p {
    font-size: 17px;
    line-height: 26px;
  }

  .hero-container .image-content {
    flex: none;
    max-width: 385px;
    height: 264px;
    padding: 10px 35px 0 30px;
    position: unset;
    background-size: contain;
    background-position-x: center;
    margin-bottom: -24px;
  }
  .hero-container .btn {
    font-size: 14px;
    padding-block: 8px;
    margin-block: 16px;
  }

  .newsletter-form {
    margin-top: 40px;
    flex-direction: column;
  }

  .benefit-area {
    padding-inline: 0;
  }

  .benefit-area .monitor-frame {
    width: 320px;
    min-height: 100%;
    padding: 20px 28px 95px;
    background-size: 90%;
  }

  .benefit-area .monitor-frame img {
    position: relative;
    top: 17px;
  }
  .explore-tools-section {
    padding: 50px 15px 70px;
  }
  .explore-tools-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .explore-tools-section .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .benefit-area h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
  }
  .explore-tools-section .grid h3,
  .benefit-area h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-4xl {
    font-size: 24px;
    line-height: 36px;
  }
  .explore-tools-section .grid p {
    font-size: 14px;
    line-height: 24px;
  }

  .counter-container {
    padding-inline-start: 0;
  }
  .counter-container > .flex {
    column-gap: 10px;
  }
  .counter {
    font-size: 24px;
    line-height: 36px;
  }
  .benefit-item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 412px) {
  .hero-container .image-content {
    padding-inline-start: 29px;
  }
}
@media (max-width: 390px) {
  .hero-container .image-content {
    padding-top: 9px;
    padding-inline-start: 28px;
    padding-inline-end: 31px;
    margin-bottom: -38px;
  }
}
@media (max-width: 375px) {
  .hero-container .image-content {
    padding-top: 9px;
    padding-inline-end: 30px;
    padding-inline-start: 27px;
    margin-bottom: -46px;
  }
  .hero-container .text-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .hero-container .image-content {
    padding-top: 8px;
    padding-inline-start: 26px;
    padding-inline-end: 29px;
    margin-bottom: -56px;
  }
}
@media (max-width: 320px) {
  .hero-container .image-content {
    padding-top: 8px;
    padding-inline-start: 24px;
    padding-inline-end: 25px;
    margin-bottom: -24px;
  }
  .hero-container .image-content {
    height: 204px;
  }

  .benefit-area .monitor-frame {
    width: 290px;
    padding: 20px 25px 80px;
  }

  .benefit-area .monitor-frame img {
    top: 10px;
  }
  .benefit-area h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .discover-area.upgrade-discover-pro {
    padding-top: 60px;
  }
}
