@import url("https://fonts.googleapis.com/css2?family=Manrope&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&display=swap");

/* inter font family */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope&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&display=swap");

@font-face {
  font-family: "Bigola Display";
  src: url("../fonts/BigolaDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard H";
  src: url("../fonts/MazzardH-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard H";
  src:
    url("../fonts/MazzardH-ExtraLight.woff2") format("woff2"),
    url("MazzardH-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard H";
  src:
    url("../fonts/MazzardH-SemiBold.woff2") format("woff2"),
    url("MazzardH-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #022f2c; /* Cyan */
  --secondary-color: #000000; /* Black */
  --text-color: #e5e5e5;
  --secondary-text-color: #212529;
  --secondary-bg-color: #161616;
  --text-secondary-color: #999b9f;
  --secondary-paragraph-color: #fff;
  --nav-link-color: #677e77;
  --button-bg-color: #022f2c;
}

html,
body {
  height: 100%;
}

#smooth-wrapper {
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

.button-bg {
  background-color: var(--button-bg-color);
}

body {
  font-family: "Mazzard H";
  font-weight: 400;
  font-style: normal;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bigola Display";
  margin: 0px;
}

p {
  font-family: "Mazzard H";
  font-size: 18px;
  line-height: 1.3em;
}

h1 {
  font-size: clamp(40px, 6vw, 50px);
  line-height: 1em;
}

h2 {
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.2em;
}

h3 {
  font-size: clamp(28px, 4vw, 55px);
  line-height: 1em;
}

button {
  font-family: "Mazzard H";
}

nav.navbar.navbar-expand-lg.navbar-dark {
  padding: 15px 0 15px 0;
}
.get-touch ul {
  margin: 0px;
}
.get-touch ul li {
  box-shadow: 0px 4px 6px -4px #0000001a;
  box-shadow: 0px 10px 15px -3px #0000001a;
  background-color: var(--primary-color);
  border-radius: 10px;
}
.get-touch ul li a {
  color: var(--secondary-paragraph-color);
  padding: 12px 20px 12px 20px;
  display: block;
}
ul.navbar-nav.mx-auto li a {
  color: var(--primary-color) !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.hero-sect {
  background: url("../images/baner.png");
  padding: 100px 0 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hero-sect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(18, 24, 33, 0.9) 0%,
    rgba(18, 24, 33, 0.7) 50%,
    rgba(18, 24, 33, 0.4) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.hero-sect > * {
  position: relative;
  z-index: 2;
}
.form-sect {
  box-shadow: 0px 0px 9.95px 0px #000000;
  background: #00000047;
  border-radius: 14px;
  padding: 20px 35px 20px 35px;
}
.form-sect h2 {
  font-size: clamp(30px, 4.5vw, 40px);
}
.why-chose {
  padding: 50px 0 50px 0;
}
.why-chose img {
  width: 100%;
}
.chose-text h2 span,
.service h2 span,
.your-complete h2 span,
.avoid-heading h2 span,
.author h2 span {
  font-family: "Mazzard H";
  font-weight: 200;
}
.chose-text ul {
  padding: 20px 10px 0px 20px;
  column-count: 2;
}
.chose-text ul li {
  list-style: inside;
  color: #212529;
}
.counter-box {
  background: #000;
  text-align: center;
  padding: 15px 20px 15px 20px;
  border-radius: 20px;
  width: 250px;
  margin: 0 auto;
}
.counter-box h4 {
  font-size: clamp(30px, 4vw, 50px);
  color: #fff;
}
.counter-box p {
  color: #fff;
  text-transform: capitalize;
}
section.get-touch {
  background-color: var(--primary-color);
  padding: 50px 0 50px 0;
}
.service {
  padding: 70px 0 60px 0;
}
form.query-form button {
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
}
form.query-form button:hover,
form.query-form button:active,
form.query-form button:focus {
  background-color: var(--button-bg-color);
  outline: 0;
  box-shadow: inherit !important;
  border: 1px solid var(--button-bg-color);
}
form.query-form input {
  border-radius: 50px;
  padding: 10px 10px 10px 20px;
}
form.query-form input:active,
form.query-form input:hover,
form.query-form input:focus,
form.query-form textarea:active,
form.query-form textarea:focus,
form.query-form textarea:hover {
  border: 1px solid #fff;
  box-shadow: inherit;
}
form.query-form textarea {
  border-radius: 19px;
  height: 160px;
  resize: unset;
  padding: 15px 0 0 20px;
}
form.query-form input::placeholder {
  font-size: 13px;
  color: #576675;
  padding-left: 10px;
  font-family: "Mazzard H";
}
.hero-sect .col-md-7 {
  padding-right: 100px;
}
.hero-sect .col-md-7 p {
  padding-right: 100px;
  font-size: 18px;
}
.baner-btn a.get-free {
  background: var(--button-bg-color);
  color: rgb(255, 255, 255);
  padding: 13px 30px 13px 30px;
  border-radius: 100px;
  font-size: 15px;
  display: inline-block;
}
.baner-btn {
  margin: 20px 0 0 0;
}
.baner-btn a.our-serv {
  margin-left: 10px;
  border: 2px solid #fff;
  color: #fff;
  padding: 13px 25px 13px 25px;
  border-radius: 100px;
  font-size: 15px;
}
.get-touch h3 {
  font-size: clamp(28px, 4vw, 45px);
}
.get-touch .col-md-6 p {
  font-size: 15px;
  line-height: 1.4em;
}
.service .serv-text {
  color: #677e77;
  width: 500px;
  margin: 0 auto;
}
.serv-box {
  box-shadow: 0px 4.37px 26.21px -4.37px #17262114;
  border: 1.09px solid #e9e7e2;
  border-radius: 15px;
  padding: 25px 20px 25px 25px;
}
.serv-box h2 {
  font-size: 20px;
  line-height: 1.2em;
}
.serv-box p {
  font-size: 15px;
  color: #677e77;
}
.girl-book img {
  width: 610px;
  border-radius: 40px;
}
.girl-book {
  position: relative;
}
.girl-book::after {
  content: "";
  background-image: url(../images/dot-border.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 950px;
  right: 0px;
}
.your-complete {
  padding: 0px 0px 80px 0;
}
.book-box {
  border: 1px solid #000000;
  padding: 25px 25px 20px 25px;
  border-radius: 20px;
  margin: 0px 0px 0px 30px;
  position: relative;
}
.book-box a.promote-book {
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-bg-color);
  color: var(--secondary-paragraph-color);
  font-size: 14px;
  padding: 8px 25px 8px 25px;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  right: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.book-box h4 {
  font-size: 22px;
}
.book-box p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.top-book {
  background-color: var(--primary-color);
  padding: 50px 0 50px 0;
}
.top-book h4 {
  font-family: "Mazzard H";
}
.top-book h3 {
  font-size: 50px;
}
.book-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.book-item img {
  width: 240px;
  object-fit: cover;
}
.avoid-sect {
  padding: 120px 0 80px 0;
  position: relative;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.avoid-sect::before {
  content: "CASPER";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(120px, 20vw, 420px);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  font-family: "Bigola Display";
}
.avoid-sect > * {
  position: relative;
  z-index: 2;
}
.avoid-sect p {
  font-family: "Poppins", sans-serif;
  color: var(--secondary-text-color);
  font-weight: 300;
}
.author {
  background-color: #f6f5f4;
  padding: 80px 0 50px 0;
}
.author p {
  color: var(--nav-link-color);
  font-size: 16px;
  padding: 0px 18px 0px 0px;
}
.author-box {
  box-shadow: 0px 4px 24px -4px #17262114;
  border: 1px solid #e9e7e2;
  padding: 20px 20px 20px 25px;
  border-radius: 16px;
}
.author-prof {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.author-prof h3 {
  font-size: 16px;
  color: #172621;
  display: inline-block;
}
.author-designation p {
  margin: 0px;
}
.avoid-heading ul {
  column-count: 2;
  padding: 10px 0px 0px 25px;
}
.avoid-heading ul li {
  list-style: inherit;
}
.avoid-heading h5 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}
.avoid-heading a,
.chose-text a {
  background: #2b2b2b;
  padding: 13px 30px 13px 30px;
  border-radius: 100px;
  color: #fff;
  margin: 5px 0 0 0;
  display: inline-block;
}
.chose-text a i {
  background: #fff;
  color: #022f2c;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 8px 0px 0px 8px;
  font-size: 13px;
}
.book-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ready-bring {
  background-image: url(../images/book.png);
  padding: 70px 0 70px 0;
  position: relative;
  overflow: hidden;
}
.ready-bring::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(18, 24, 33, 0.9) 0%,
    rgba(18, 24, 33, 0.7) 50%,
    rgba(18, 24, 33, 0.4) 100%
  );
  position: absolute;
  top: 0;
  z-index: 1;
}
.ready-bring > * {
  position: relative;
  z-index: 2;
}
.ready-bring h3 {
  font-size: clamp(28px, 4vw, 45px);
}
.ready-bring p {
  font-size: 16px;
}
.ready-bring .baner-btn {
  text-align: center;
  margin: 30px 0 0 0;
}
.ready-bring .baner-btn a {
  background-color: var(--secondary-paragraph-color);
  color: var(--primary-color);
  font-weight: 700;
}
.ready-bring ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0px;
  margin: 40px 0 0 0;
}
.ready-bring ul li {
  display: inline-block;
  color: #fff;
  position: relative;
}
.our-seamles {
  padding: 30px 0px 80px 0px;
}
.our-seamles h4,
.request-heading h4 {
  font-family: "Mazzard H";
  color: #212529;
  font-size: clamp(20px, 4vw, 25px);
}
.our-seamles p {
  color: #677e77;
  font-size: 16px;
}
.request-sect {
  padding: 70px 0 70px 0;
}
.off-percent {
  background: #1c4a3d;
  border-radius: 18px;
  padding: 18px 0px 18px 20px;
}
.off-percent h3 {
  font-size: clamp(25px, 4vw, 30px);
  color: #fff;
  line-height: 1.2em;
}
.off-percent p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
}
.request-heading ul {
  padding: 40px 0px 0px 10px;
}
.request-form {
  box-shadow: 0px 4.79px 23.95px -2.4px #15202d14;
  padding: 30px 30px 80px 30px;
  border-radius: 28px;
  margin: 0px 0px 0px 20px;
}
.request-heading {
  padding-right: 50px;
}
form.quote-form input {
  border: 1px solid #e0e5eb;
  border-radius: 12px;
  padding: 8px 30px 8px 15px;
}
form.quote-form label {
  color: #15202d;
  font-size: 15px;
  margin: 0px 0px 2px 0px;
  font-family: "Bigola Display";
}
.request-form h4 {
  font-size: clamp(28px, 4vw, 30px);
}
form.quote-form textarea {
  border-radius: 12px;
  border: 1px solid #e0e5eb;
  resize: unset;
}
form.quote-form button.btn {
  background-color: var(--primary-color);
  color: var(--secondary-paragraph-color);
  border-radius: 10px;
  width: 100%;
  padding: 10px 0px 10px 0px;
}
form.quote-form input::placeholder {
  font-size: 13px;
  color: #607185;
}
form.quote-form input:active,
form.quote-form input:focus,
form.quote-form input:hover,
form.quote-form textarea:active,
form.quote-form textarea:focus,
form.quote-form textarea:hover {
  border: 1px solid #e0e5eb;
  box-shadow: inherit;
}
.address-col {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px 20px 10px 20px;
}
.address-col h5,
.address-col h5 i {
  color: var(--primary-color);
}
.address-col ul {
  padding: 0px;
}
.footer-sect {
  padding: 160px 0 10px 0;
  position: relative;
  overflow: hidden;
}
.footer-sect::before {
  content: "CASPER";
  position: absolute;
  top: 32%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: clamp(160px, 20vw, 460px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Bigola Display";
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(2, 47, 44, 0.35) 0%,
    rgba(2, 47, 44, 0.15) 50%,
    rgba(255, 255, 255, 0) 58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
ul.fot-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 25px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #02010126;
}
ul.fot-links li a {
  color: #000;
  font-size: 18px;
}
ul.terms-link {
  padding: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin: 0px;
}
ul.terms-link li a {
  color: #000;
}
.row.copy-right {
  padding: 10px 0 0 0;
  align-items: center;
}
ul.terms-link li.social-link {
  background: var(--primary-color);
  color: var(--secondary-paragraph-color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
}
ul.terms-link li.social-link a {
  color: var(--secondary-paragraph-color);
}
ul.terms-link li.social-link a i {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.3em;
}
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.phone-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.phone-item i {
  font-size: 20px;
  color: var(--secondary-paragraph-color);
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 14px;
  line-height: 3em;
  text-align: center;
}
.phone-text {
  display: flex;
  flex-direction: column;
}
.phone-text .label {
  font-size: 15px;
  color: #666;
  font-family: "Inter", sans-serif;
}
.phone-text .number {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "Inter", sans-serif;
}
.process-flow {
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 80px 0 0 0;
}
/* STEP */
.process-step {
  position: relative;
}
/* NUMBER BADGE */
.step-number {
  position: absolute;
  top: -35px;
  left: -8px;
  width: 80px;
  height: 80px;
  background: #0f3b2e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.8em;
  font-weight: 600;
  z-index: -2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* MAIN CIRCLE */
.step-circle {
  width: 230px;
  height: 230px;
  background: #ffffff85;
  border-radius: 50%;
  padding: 40px 25px;
  text-align: center;
  border: 1px solid #eef1ef;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step-circle h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
  line-height: 1.3;
}

.step-circle p {
  font-size: 13px;
  color: #595959;
  line-height: 1.6;
}

/* ARROWS */
.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow svg {
  width: 90px;
  height: 50px;
}
.arrow path {
  fill: none;
  stroke: #0f3b2e;
  stroke-width: 2;
}
.arrow polygon {
  fill: #0f3b2e;
}
.top-arrow {
  background-image: url(../images/top-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 57px;
  margin-left: 50px;
}
.down-arrow {
  background-image: url(../images/down-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 106px;
  height: 86px;
  margin-left: 50px;
}
/* Scrollbar overall width */
::-webkit-scrollbar {
  width: 2px; /* Vertical scrollbar width */
  height: 20px; /* Horizontal scrollbar height */
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: var(--secondary-bg-color); /* Track color */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); /* Thumb color */
  border-radius: 10px; /* Rounded edges */
  border: 3px solid var(--primary-color); /* Optional spacing around thumb */
}

/* Hover effect on thumb */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--button-bg-color);
}

/* MOBILE */
@media (max-width: 1024px) {
  .process-flow {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .arrow {
    display: none;
  }

  .step-circle {
    width: 200px;
    height: 200px;
  }
}

/* paragraph width for desktop screen and 100% width for responsive screen */

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-60 {
    width: 60%;
  }
}
