@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  background-color: #f8f7fd;
}

:root {
  --primary-col: #ff9900;
  --dark-col: #181818;
}

li,
ul {
  list-style: none;
}

a:active,
a:focus,
a:hover,
button:active {
  text-decoration: none;
  outline: 0;
  color: var(--thm-color);
}

a {
  color: var(--black-col);
}

a:hover {
  transition: all 0.5s;
}

.lp-heading {
  font-size: 50px !important;
}

.line {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 50px;
  height: 3px;
  background-color: var(--primary-col);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}

h1 {
  font-size: 50px;
  margin: 0;
}

h3 {
  font-size: 1.67rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 14px !important;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  fill: #ffffff;
  color: #ffffff;
  border: none;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 20px 15px 20px;
}

.text-primary {
  color: var(--primary-col) !important;
}

.bg-primary {
  background-color: var(--primary-col) !important;
}

.btn-primary {
  background-color: var(--primary-col);
  color: white;
  border: 2px solid var(--primary-col) !important;
  &:hover {
    background-color: transparent;
    color: var(--primary-col);
  }
}

.btn-white {
  background-color: white;
  color: black;
  border-radius: 0px;
  &:hover {
    background-color: var(--primary-col);
    color: white;
  }
}

.btn-outline {
  border: 1px solid black !important;
  color: black;
  &:hover {
    background-color: black;
    color: white;
  }
}

.btn-outline-white {
  border: 1px solid white;
  color: white !important;
  &:hover {
    background-color: white;
    color: black !important;
  }
}

.btn-secondary {
  background-color: var(--dark-col);
  color: white;
}

.btn-blue {
  background-color: #007bff !important;
  color: white !important;
}

.btn-black {
  background-color: black;
  color: white;
  border-radius: 0px;
  &:hover {
    background-color: white;
    color: black;
  }
}

.btn-light:hover {
  color: white;
}

.error {
  color: red;
}

section {
  padding: 50px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

.active::after {
  background: none repeat scroll 0 0 transparent;
  display: block;
  height: 2px;
  margin-top: 10px;
  background: blue;
  width: 100% !important;
}

.navbar {
  background-color: transparent;
  width: 100% !important;
  transition: all 0.5s linear;
  padding: 25px 0px;
  .nav-link {
    font-size: 13px;
    height: auto !important;
    &::after {
      display: none !important;
    }
  }
  .dropdown-menu {
    width: 600px ;
    li {
      padding: 10px 20px;
      transition: all 0.1s linear;
      &:hover {
        background-color: var(--primary-col);
        color: white;
      }
    }
    .drop-link {
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
    }
  }
}

.about-section {
  .about-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 10px;
    p {
      font-size: 12px !important;
      font-weight: bold;
      margin: 0px;
    }
  }
}

.hero-section {
  background: url(/assets//images/banner-bg.png);
  .container .row {
    min-height: 70svh;
  }
  .hero {
    padding-top: 120px;
  }
  .thank {
    height: 80svh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.home-hero {
  border-top: 4px solid #ff9900;
}

.lp-hero {
  background: url(/assets/images/hero-bg.webp) no-repeat;
  background-size: cover;
}

.hero-form {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 25px 0px rgba(128, 128, 128, 0.25);
  padding: 40px;
  .select-group {
    display: none;
  }
  .form-main {
    flex-direction: column;
  }
  input,
  textarea {
    background-color: #ffffff !important;
    border-color: #a6a6a6 !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 5px 5px 5px 5px !important;
    min-height: 47px !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 26px !important;
    padding: 6px 16px !important;
    color: #000 !important;
    margin-bottom: 20px;
  }
  .btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
}

.lp-form {
  margin-left: 120px;
  background-color: #fff;
  padding: 30px 40px 30px 55px;
  border-radius: 10px;
  color: #000;

  .form-main {
    flex-direction: column;
  }
  .select-group {
    display: none;
  }
  input,
  textarea,
  select {
    box-shadow: none !important;
    height: 45px;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
    margin-top: 0px;
    text-indent: 14px;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 30%) !important;
  }
  textarea {
    height: 150px;
  }

  form {
    position: relative;
    &::before {
      content: "";
      background: url(/assets/images/form-spring-img.png) no-repeat center;
      background-size: contain;
      position: absolute;
      width: 50px;
      height: 620px;
      left: -80px;
      top: -60px;
      bottom: 0;
      margin: auto;
    }
  }

  .btn-primary {
    width: 100%;
    padding: 14px 45px;
    padding: 14px 26px;
    border-radius: 10px;
    background-color: var(--primary-col);
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    &:hover {
      background-color: white;
      color: black;
      border: 1px solid black;
    }
  }
}

.test-section {
  background: url(/assets/images/testimonial-bg.png);
  .swiper-slide {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 20px !important;
    padding: 25px !important;
    height: 250px !important;
  }
}

.brandSwiper {
  img {
    max-width: 120px;
    object-position: center;
    height: 50px;
    object-fit: contain;
  }
}

.navbar .btn {
  min-width: fit-content !important;
}

@keyframes navChange {
  from {
    background-color: transparent;
  }

  to {
    background-color: rgba(40, 40, 40, 0.9);
  }
}

.nav-item {
  color: var(--secondary-col-rgba) !important;
  transition: all 0.3s ease 0s, left 0.3s ease 0s;
  min-width: fit-content;
  font-weight: 600;
}

.active {
  font-weight: bold;
  color: white !important;
}

.nav-item::after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  background: var(--gradient2);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-item:hover::after {
  width: 100%;
  left: 0;
}

.navbar-toggler {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  color: white !important;
}

.navbar-bg-dark {
  background-color: rgb(78, 78, 78) !important;
}

.net-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 30px 12px;
  padding: 27px 17px;
  height: 100%;
  p {
    font-size: 14px !important;
  }
}

.net-box-1 {
  background-color: #edddb3;
}

.net-box-2 {
  background-color: #f5d9df;
}

.net-box-3 {
  background-color: #dfd9f5;
}

.net-box-4 {
  background-color: #d9e9f5;
}

.net-box-5 {
  background-color: #dbdcda;
}

.net-box-6 {
  background-color: #e0eae1;
}

.net-box-7 {
  background-color: #e7caf0;
}

.net-box-8 {
  background-color: #f5e8d9;
}

.net-box-9 {
  background-color: #dff0ff;
}

.grow-section {
  background: url(/assets/images/cta_img.png) no-repeat center;
  background-size: cover;
}

.steps {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 15px;
  position: relative;

  &::before {
    content: "";
    width: 94%;
    height: 1%;
    background: #ff9900;
    position: absolute;
    top: 4rem;

    left: 2rem;
  }
  .step-box {
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

.portfolio-section {
  .nav-pills .nav-link {
    border-radius: 15px;
    background: #e4e4e4 !important;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
  }
  .nav-pills .nav-link.active {
    background: var(--primary-col) !important;
  }
}

.feature-main-box {
  background: linear-gradient(
    333.76deg,
    #181717 1.59%,
    #222222 56.33%,
    #111111 95.84%
  );
  padding: 70px 0px;
  border-radius: 20px;
}

.feature-box {
  background: #eaeaea;
  border-radius: 60px 60px 16px 16px;
  padding: 30px 32px;
  margin: 15px 15px;
  height: 100%;
}

.contact-section {
  background-color: var(--primary-col);
  .form-wrapper {
    form {
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      .form-main {
        width: auto !important;
        gap: 20px;
        .form-group {
          width: 100%;
        }
      }
      .form-control {
        padding: 15px;
        border-radius: 10px;
        width: 300px;
      }
      .btns {
        display: inline-block !important;
      }
      .btn-primary {
        background-color: black;
        &:hover {
          background-color: white;
          border: 1px solid black !important;
          color: black;
        }
      }
    }
    .message-group,
    .select-group {
      display: none;
    }
  }
}

.lp-contact-section {
  background: url(/assets/images/c_sec.png) no-repeat;
  background-size: cover;
}

.form-main {
  display: flex;
}

.lp-contact-section {
  .form-main {
    gap: 10px;
  }

  .form-control,
  .form-select {
    box-shadow: none !important;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 7px 30px;
    padding-left: 10px;
    margin: 10px 0px;
    &::placeholder {
      color: white;
    }
  }
  .btn-primary {
    font-size: 20px !important;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    color: black;
  }

  .form-group {
    width: 50%;
  }
  .message-group {
    width: 100% !important;
  }
}

.lp-test-section {
  background: url(/assets/images/testimonial-lp.png);
  .lp-test-box {
    display: flex;
    .lp-test-img {
      object-fit: contain;
    }
    .test-btn {
      border-radius: 50px;
      background-color: #e3e1e1;
      width: 38px;
      height: 38px;
      font-size: 10px;
      text-align: center;
      text-decoration: none;
      line-height: 38px;
    }
    .lp-test-text {
      padding: 40px;
      background-color: #fff;
      border-radius: 0px 20px 20px 0px !important;
    }
  }
}

.packages-section {
  .package-box {
    padding: 25px 40px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    &::before {
      content: "";
      width: 40px;
      height: 40px;
      position: absolute;
      left: -20px;
      border-radius: 50%;
      top: 80px;
      border: 1px solid #000;
      background-color: #fff;
      z-index: 2;
      display: block;
      clip-path: polygon(48% 0, 103% 0%, 103% 103%, 48% 103%);
      transition: 0.5s;
    }
    &::after {
      content: "";
      width: 40px;
      height: 40px;
      position: absolute;
      right: -19px;
      border-radius: 50%;
      top: 80px;
      border: 1px solid #000;
      background-color: #fff;
      z-index: 2;
      display: block;
      clip-path: polygon(0 0, 57% 0, 57% 100%, 0 100%);
      transition: 0.5s;
    }
    &:hover {
      background-color: var(--primary-col);
      color: white;
    }
    &:hover li::before {
      color: white !important;
    }
    .pack-header {
      text-align: center;
      border-bottom: 1px solid black;
    }
    .pack-body {
      padding-top: 20px;
      ul {
        padding: 0px;
        height: 220px;
        overflow-y: auto;
        &::-webkit-scrollbar {
          width: 5px;
          background-color: #ebe8e8;
        }
        &::-webkit-scrollbar-thumb {
          background-color: black;
        }
        li {
          margin: 7px;
          font-size: 14px;
          display: flex;
          gap: 5px;
          &::before {
            content: "\f00c";
            font-family: "fontawesome";
            color: var(--primary-col);
          }
        }
      }
    }
  }

  .package-box.last {
    background-color: black;
    color: white;
    height: 100%;
    .pack-body {
      height: 70%;
    }
  }
}

.support-section {
  background: url(/assets/images/journey-bg.png) no-repeat center;
  .support-box {
    background-color: white;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    .support-img {
      position: absolute;
      right: 20px;
      top: 20px;
    }
    .support-num {
      font-size: 100px !important;
      position: absolute;
      right: 20px;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--primary-col);
      opacity: 0.1;
      bottom: -20px;
    }
  }
}

.cta-section {
  background: url(/assets/images/cta-bg.jpg);
  height: 700px;
  display: flex;
  align-items: center;
}

.exp-box {
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
  margin-bottom: 45px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  .exp-img {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.exp-box.exp-left {
  margin-right: -90px;
  margin-left: 90px;
}

.lp-contact-section {
  background: url(/assets//images/contact-bg-img.jpg) no-repeat;
  background-size: cover;
  ul {
    padding: 0px;
    li {
      &::before {
        content: "\f00c";
        font-family: "fontawesome";
        background-color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 1px 2px;
        border-radius: 50%;
        margin-right: 5px;
        color: black;
      }
    }
  }

  .lp-form {
    label {
      display: inline-block !important;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .select-group {
      display: inline-block !important;
    }
    .form-main {
      flex-direction: row;
      gap: 10px;
    }
    .form-group {
      width: 100%;
    }
    .message-group {
      display: none;
    }
  }
}

.books-section {
  padding: 0px;
  .swiper-slide {
    padding: 50px 0px;
  }
  img {
    filter: drop-shadow(-47px 63px 22px rgba(0, 0, 0, 0))
      drop-shadow(-30px 40px 20px rgba(0, 0, 0, 0.03))
      drop-shadow(-17px 23px 17px rgba(0, 0, 0, 0.1))
      drop-shadow(-7px 10px 13px rgba(0, 0, 0, 0.17))
      drop-shadow(-2px 3px 7px rgba(0, 0, 0, 0.2));
  }
}

.idea-section {
  background: url(/assets/images/sacasc.png) no-repeat center;
  padding-bottom: 180px;
}

.journey-section {
  .journey-box {
    padding: 60px;
    box-shadow: -11px 18px 44.6px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    margin-top: -190px;
    background-color: white;
  }
}

.service-section {
  background: url(/assets/images/awdawdxqw-1.png);
  .service-box {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid var(--primary-col);
    padding: 20px;
    padding-bottom: 45px;
    height: 100%;
  }
}

.author-section {
  background-color: #ffe8cc;
}

.step-section {
  background: url(/assets//images/awdawdzxaw.png) no-repeat;
  background-size: cover;
  .s-step-box {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 45px;
    position: relative;
    .step-num {
      font-family: sans-serif;
      position: absolute;
      font-size: 120px;
      font-weight: bold;
      right: 10px;
      bottom: -10px;
      color: var(--primary-col);
      opacity: 0.1;
    }
  }
}

.main-contact {
  .contact-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #eeeeee !important;
    margin: 0px 0px 30px 0px;
    padding: 30px 0px 30px 30px;
    border-style: solid;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    border-color: #f9941b00;
    border-radius: 30px 30px 30px 30px;
  }

  .form-box {
    background-color: var(--primary-col);
    border-radius: 30px;
    padding-bottom: 30px;
  }

  label {
    font-weight: 600;
    font-size: 14px;
    margin: 10px;
    display: inline-block !important;
  }
  .form-control {
    padding: 15px;
    border-radius: 20px;
    font-size: 14px;
  }
  textarea {
    height: 120px !important;
  }

  form {
    .select-group {
      display: none !important;
    }
    padding: 30px;
    .form-main {
      flex-direction: column;
    }
    .btn-primary {
      margin-top: 15px;
      background-color: black;
      width: 100%;
      font-size: 16px;
      border-radius: 20px;
    }
  }

  .social {
    width: 40px;
    height: 40px;
    background-color: var(--primary-col);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid var(--primary-col);
    color: white;
    &:hover {
      background-color: white;
      color: var(--primary-col);
    }
  }
}

.generic-modal button.is-close-btn {
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  width: 50px;
  height: 50px;
  line-height: 16px;
  border-radius: 100%;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  padding: 5px;
  font-size: 18px !important;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
}

.generic-modal {
  width: 40%;
  background: var(--primary-light);
  border-radius: 0;
  border: none;
  color: black;
  padding: 0px;
  position: relative;
  z-index: 1;

  .lp-form {
    height: 500px;
    form::before {
      height: 100%;
      background-size: cover;
    }
  }

  .form-control {
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    border: solid 1px #a6a6a6;
  }

  label {
    margin-bottom: 10px;

    a {
      color: var(--dark-blue) !important;
    }
  }
}

.generic-modal input,
.generic-modal select {
  min-width: 350px !important;
  height: 40px !important;
  color: black !important;
  background-color: white !important;
  border: 1px solid #e2e2e2 !important;
  outline: none;
  padding: 8px;
  border-radius: 50px !important;
  margin: 0px;
}

.generic-modal input::placeholder,
.generic-modal textarea::placeholder {
  color: black;
}

.generic-modal p {
  font-size: 14px;
}

.generic-modal .btns {
  justify-content: center !important;
}

.generic-modal .btn-primary,
.generic-modal .btn {
  border-radius: 50px !important;
  padding: auto 40px !important;
}

#dialog-content {
  display: none;
}
