@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
  font-family: "Poppins";
}

/* hero section */
.section-main {
  background: var(--hero-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 124px 0 56px;
}

.section-main h1 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 64px;
  line-height: 89px;
  color: #120155;
  margin-bottom: 16px;
}

.section-main p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #504092;
  margin: 0;
}
/* end */

/* section links */

.section-links {
  padding: 48px 0;
}

.section-links-card-img-container {
  margin-bottom: 16px;
}

.down-img {
  position: relative;
  bottom: -13px;
}

.section-links-card-row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-top: 40px;
  padding: 0 0 0 32px;
  height: 288px;
}

.section-links-card-row-2-card-1 {
  background: #cee7f1;
}

.section-links-card-row-2-card-2 {
  background: #ffefe2;
  padding-right: 20px;
  position: relative;
}

.card-lines {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-links a {
  text-decoration: none;
}

.section-links-card {
  background: #fafafd;
  border-radius: 8px;
  padding: 8px;
  height: 100%;
}

.section-links-card:hover,
.section-links-card-row-2:hover,
.section-useful-resources-card:hover {
  box-shadow: 0px 14px 28px rgb(0 0 0 / 12%);
  transform: translateY(-4px) translateX(0.5px);
  /* transform: rotate(360deg); */
  transition: all 0.15s;
}

/* .section-links-card:hover{
    background: #FAFAFD;
    filter: drop-shadow(0px 14px 28px rgba(0, 0, 0, 0.1));
} */

.section-links-card:hover h2,
.section-links-card-row-2:hover h2 {
  text-decoration: underline;
}

.section-links-card h2,
.section-links-card p {
  padding: 0 28px;
}

.section-links-card h2,
.section-links-card-row-2 h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #120155;
  position: relative;
  z-index: 2;
}

.section-links-card p,
.section-links-card-row-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #766d97;
  position: relative;
  z-index: 2;
}

/* section-useful-resources --start */

.section-useful-resources {
  background: var(--useful-resource);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 110px 0 64px;
  margin-top: -78px;
}

.section-useful-resources .row {
  row-gap: 2rem;
}

.section-useful-resources a {
  text-decoration: none;
}

.color-pink {
  background: #eee1f9;
}

.color-purple {
  background: #e5e9fc;
}

.color-blue {
  background: #ddebf8;
}

.color-orange {
  background: #f8e0e0;
}

.section-useful-resources h2 {
  font-family: "Paytone One";
  font-size: 46px;
  line-height: 64px;
  color: #120155;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

.section-useful-resources-card {
  border-radius: 8px;
  padding: 1.68rem 1.68rem 1.68rem 2.56rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.section-useful-resources-card:hover h3 {
  text-decoration: underline !important;
}

.sep-tool {
  position: absolute;
  top: 0;
  right: 0;
}

.sdr-calc {
  position: absolute;
  top: 0;
  right: -16px;
}

.sdr-cold-email {
  position: absolute;
  bottom: -19px;
  right: 0;
  transform: rotate(90deg);
}

.section-useful-resources-card img {
  z-index: 2;
}

.section-useful-resources-card h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #120155;
  margin-bottom: 2px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.section-useful-resources-card p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #766d97;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 2;
}
/* section-useful-resources --end */

/*  */

.section-corousel {
  background: var(--corousel-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 36px;
}

.section-corousel a:hover {
  text-decoration: none !important;
}

.owl-carousel.owl-drag .owl-item {
  height: 554px;
}

.section-corousel-card {
  border-radius: 8px;
  height: 518px;
  display: flex;
  align-items: center;
  padding: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 14px rgb(0 0 0 / 12%);
  margin: 0 12px 40px 12px;
}

.section-corousel-sales-jobs {
  background: var(--sales-jobs-bg);
  background-position: center;
  padding: 0px 0 0 40px;
}

.section-corousel-sales-jobs img {
  position: relative;
  bottom: -8.5px;
  left: -54px;
  transform: scale(1.08);
}

.section-corousel-sales-salaries {
  background: var(--sales-salaries-bg);
  background-position: left;
}

.section-corousel-card h2 span {
  color: #504ee4;
}

.section-corousel-card .text-hover,
.section-corousel-card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #504ee5;
  text-decoration: none;
  transition: all 0.3s;
  display: inline;
}

.section-corousel-card p {
  font-size: 24px;
  position: relative;
  top: 2px;
}

.section-corousel-card:hover .right-arrow {
  margin-left: 4px;
}

.section-corousel-card .text-hover:hover .right-arrow {
  margin-left: 4px;
}

.section-corousel-card h2 {
  font-family: "Paytone One";
  font-size: 48px;
  line-height: 67px;
  color: #120155;
  margin-bottom: 24px;
}

.section-corousel-card-text-container {
  max-width: 459px;
}

.section-corousel-sales-salaries img {
  /* position: absolute; */
  top: 0;
  right: 0;
  transform: scale(0.7);
}

.section-corousel button:focus {
  outline: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 48px;
  height: 4px;
  margin: 5px 7px;
  background: #c5c5e1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #504ee4;
}

.section-corousel .owl-nav .owl-next,
.section-corousel .owl-nav .owl-prev {
  position: absolute;
  border-radius: 50%;
  border-radius: 50%;
  font-size: 28px;
}

.section-corousel .owl-nav .owl-next {
  top: 40%;
  right: -30px;
}

.section-corousel .owl-nav .owl-prev {
  top: 40%;
  left: -30px;
}

.section-corousel .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 60px;
  color: #8a89d4;
}

.section-corousel .owl-carousel .owl-nav button span {
  position: relative;
  top: -27px;
  font-family: serif;
}

.section-corousel .owl-carousel .owl-nav button.owl-next span {
  right: -3px;
}

.section-corousel .owl-carousel .owl-nav button.owl-prev span {
  left: -2px;
}

.section-corousel .owl-nav button {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.section-corousel .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #8a89d4;
}

/*  */

/* section-cta */

.section-cta {
  background: var(--cta-img-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0;
}

.section-cta h2 {
  font-family: "Paytone One";
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 20px;
}

.section-cta p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
  mix-blend-mode: normal;
  margin-bottom: 36px;
}

.section-cta h2 {
  font-family: "Paytone One";
  font-size: 32px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
}

.owl-carousel .owl-nav .disabled {
  display: none;
}

/* section-cta */

/* Media queries */

/* max-width 600 */
@media only screen and (max-width: 576px) {
  .section-main {
    background: var(--hero-mobile-bg);
    background-size: cover;
    background-position: center;
  }
  .section-main h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .section-main p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-links img {
    width: 100%;
  }
  .section-links .row .col-12 {
    margin-bottom: 16px;
  }
  .section-links-card-row-2 {
    flex-direction: column-reverse;
    height: fit-content;
    padding: 16px;
    margin-top: 0;
  }
  .section-links-card-row-2-card-1 {
    margin-top: 24px;
  }
  .section-links-card-row-2 p {
    margin: 0;
  }
  .card-lines {
    transform: scale(0.6);
    left: -68px;
    top: -72px;
  }
  .down-img {
    top: -16px;
    right: -26px;
  }
  .customer-img {
    position: relative;
    z-index: 4;
    margin-bottom: 24px;
  }
  .section-links-card-row-2 h2,
  .section-links-card-row-2 p {
    text-align: center;
  }

  /* section-useful-resources --starts */
  .section-useful-resources {
    padding: 58px 0 32px;
  }

  .section-useful-resources h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 24px;
  }
  .section-useful-resources-card {
    margin-bottom: 16px;
    flex-direction: column-reverse;
    text-align: center;
    row-gap: 1rem;
    padding: 2.56rem;
  }
  .section-useful-resources-card h3,
  .section-useful-resources-card p {
    text-align: center;
  }

  .section-useful-resources-card p {
    font-size: 1.2rem;
  }

  /* section-useful-resources --ends */

  /*  */

  .section-corousel {
    padding: 40px 0 18px;
  }

  .section-corousel-card {
    margin: 0;
  }

  .section-corousel-card h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .owl-carousel .owl-stage {
    padding: 0 !important;
  }

  .section-corousel-sales-jobs img {
    position: relative;
    left: 0;
    bottom: 38px;
  }

  .section-corousel .owl-theme .owl-nav {
    display: none;
  }

  .owl-theme .owl-dots {
    margin-top: 14px;
  }

  /* .owl-carousel.owl-drag .owl-item{
        max-width: 344px !important;
        width: 100% !important;
        margin: auto !important;
        margin-right: auto !important;
    } */

  .section-corousel-sales-salaries {
    background: var(--sales-salaries-mobile-bg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 412px;
    box-shadow: none;
    padding: 24px;
    align-items: flex-start;
  }

  .section-corousel-sales-jobs {
    height: 412px;
    box-shadow: none;
    padding: 24px;
    align-items: flex-start;
  }

  .section-corousel-sales-jobs img {
    width: 100%;
  }

  .owl-carousel.owl-drag .owl-item {
    height: fit-content;
    width: 305px;
  }

  /*  */

  /*  */

  .section-cta {
    padding: 40px 0 56px;
  }

  .section-cta h2 {
    font-size: 28px;
    line-height: 39px;
  }

  /*  */
}
