@font-face {
  font-family: SpaceGroteskLight;
  src: url("../fonts/SpaceGrotesk-Light.ttf");
}

@font-face {
  font-family: SpaceGroteskRegular;
  src: url("../fonts/SpaceGrotesk-Regular.ttf");
}

@font-face {
  font-family: SpaceGroteskMedium;
  src: url("../fonts/SpaceGrotesk-Medium.ttf");
}

@font-face {
  font-family: SpaceGroteskSemiBold;
  src: url("../fonts/SpaceGrotesk-SemiBold.ttf");
}

@font-face {
  font-family: SpaceGroteskBold;
  src: url("../fonts/SpaceGrotesk-Bold.ttf");
}

/* Outfit Fonts */
@font-face {
  font-family: outfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}

@font-face {
  font-family: outfitExtraLight;
  src: url("../fonts/Outfit-ExtraLight.ttf");
}

@font-face {
  font-family: outfitLight;
  src: url("../fonts/Outfit-Light.ttf");
}

@font-face {
  font-family: outfitRegular;
  src: url("../fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: outfitMedium;
  src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
  font-family: outfitSemiBold;
  src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: outfitBold;
  src: url("../fonts/Outfit-Bold.ttf");
}

@font-face {
  font-family: outfitExtraBold;
  src: url("../fonts/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: outfitBlack;
  src: url("../fonts/Outfit-Black.ttf");
}

/* Variables */
:root {
  --fontSpace-300: SpaceGroteskLight;
  --fontSpace-400: SpaceGroteskRegular;
  --fontSpace-500: SpaceGroteskMedium;
  --fontSpace-600: SpaceGroteskSemiBold;
  --fontSpace-700: SpaceGroteskBold;

  --font-200: outfitThin;
  --font-300: outfitLight;
  --font-400: outfitRegular;
  --font-500: outfitMedium;
  --font-600: outfitSemiBold;
  --font-700: outfitBold;
  --font-800: outfitExtraBold;
  --font-900: outfitBlack;

  --primary: #138b9c;
  --secondary: #1a1a1a;
}

/* Default Font */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-400);
}

html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
  background: white;
}

/* ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
} */

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #575757;
  font-size: 17px;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: black;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: var(--secondary) !important;
}

.navbar-nav .nav-link.active {
  color: black;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: var(--secondary) !important;
  color: white !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
  width: 190px;
  height: 80px;
  object-fit: contain;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
  border-radius: 5px;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header > img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
  margin: 5px 0;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  /* background: url("../images/contact-bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */
.theme-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  /*padding: 11px 50px;*/
  padding: 8px 32px;
  border: 2px solid;
  border-color: var(--primary);
  font-size: 16px;
  /* background-color: ; */
  font-weight: 600;
  color: var(--secondary);
  box-shadow: 0 0 0 2px var(--primary);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--primary);
  border-radius: 6px;
}

.secondary-btn {
  background: var(--secondary);
  box-shadow: 0 0 0 2px var(--secondary);
  border-color: var(--se);
}

.hero-section-btn-main {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.theme-btn svg {
  position: absolute;
  width: 24px;
  fill: var(--secondary);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.theme-btn .arr-1 {
  right: 16px;
}

.theme-btn .arr-2 {
  left: -25%;
}

.theme-btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.theme-btn .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: var(--font-400);
  letter-spacing: 1px;
  /* color: white; */
}

.theme-btn:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  background: var(--secondary);
  color: white;
  border-color: var(--secondary);
}

.theme-btn:hover .arr-1 {
  right: -25%;
}

.theme-btn:hover .arr-2 {
  left: 16px;
}

.theme-btn:hover .text {
  transform: translateX(12px);
}

.theme-btn:hover svg {
  fill: white;
}

.theme-btn:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px var(--primary);
}

.theme-btnn:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.secondary-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.secondary-btn .text {
  color: white;
}

.secondary-btn .arr-1 {
  fill: white;
}

.secondary-btn:hover span.text {
  color: var(--secondary);
}

.secondary-btn:hover .arr-2 {
  fill: var(--secondary);
}

/* end */

/* footer */
.footer {
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links > h6 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links > p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links > ul {
  padding-left: 18px;
}

.footer-links > ul > li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li:hover {
  color: var(--secondary);
}

.footer-links > ul > li > a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links > ul > li > a:hover {
  color: var(--secondary);
}

.social > p > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social > p > a {
  color: white;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: var(--primary);
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.social > p > a:hover {
  color: var(--primary);
  background: white;
}

.footer-bootom-links > span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
  color: black !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.navbar-nav {
  gap: 22px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: black;
}

.dropdown-menu li a {
  padding: 7px;
}

.hero-section-content h1 {
  font-size: 50px;
  font-family: var(--fontSpace-700);
}
.hero-section-content li {
  font-size: 16px;
}
section.hero-section {
  overflow-x: hidden;
  background: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)),
    url("../images/hero-bg.webp");
  /* background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 140px;
}

.logo-slider-section h2 {
  /* TRUSTED BY */
  font-size: 20px;
  display: none;
  line-height: 25px;
  /* identical to box height, or 125% */
  letter-spacing: 0.42em;
  color: #000000;
  font-family: var(--font-700);
}

.logo-slider-section {
  margin-top: 40px;
}

.pricing-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 15px;
  flex-wrap: wrap;
}

.pricing-card {
  padding: 40px 28px;
  background: var(--secondary);
  border-radius: 24px;
  position: relative;
}
.pricing-card span {
  color: #fff;
}
.pkg-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #138b9c;
  margin-bottom: 0;
}

.pkg-title:after {
  content: "";
  width: 180px;
  height: 2px;
  background: #f8e1b3;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0px;
}
.main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  flex-direction: column;
  /* max-width: 650px; */
}

.main-heading h2 {
  font-size: 40px;
  font-family: var(--fontSpace-700);
  line-height: 1.2;
}

.pricing-card-top h3 {
  font-size: 31px;
  font-weight: bold;
  background-image: url("../images/text-bg.webp");
  /* background-size: cover; */
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--font-500);
}

.pricing-card-top span {
  color: white;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-family: var(--fontSpace-400);
  margin-bottom: 6px;
  display: block;
}

.pricing-card-list h4 {
  font-size: 20px;
  color: white;
  font-family: var(--fontSpace-500);
}
.pkg-list {
  height: 295px;
  overflow-y: auto;
  margin: 25px 0px;
}
.pricing-card-list ul li {
  color: #ffffffc7;
  font-size: 16px;
  line-height: 2;
  /*text-transform: capitalize;*/
}
.pricing-card-btn .theme-btn {
  padding: 10px 20px;
  box-shadow: none;
  color: white;
  font-size: 15px;
}
.pricing-card-list {
  margin-top: 20px;
}
.pricing-card-btn .theme-btn .theme-btn.simple-border-btn {
  background: transparent;
}

.pricing-card-btn .simple-border-btn {
  background: transparent;
  color: var(--primary);
  box-shadow: none;
  box-shadow: none;
  color: white;
}

.pricing-card-btn .simple-border-btn:hover {
  background: var(--primary) !important;
  color: var(--secondary) !important;
  border-color: var(--primary);
}

.pricing-card-btn .theme-btn:hover {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.pkg-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.pkg-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.pkg-list::-webkit-scrollbar-thumb {
  background-color: #f7e1b3;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.features {
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  font-family: var(--fontSpace-400);
  background: var(--primary);
  border-radius: 24px 24px 0px 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  z-index: -1;
  padding-bottom: 17px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--fontSpace-700);
  letter-spacing: 4px;
}

.price-star {
  position: absolute;
  top: -39px;
  right: 5px;
  height: 90px;
  width: 90px;
  animation: zoom-in-zoom-out 3s ease-out infinite;
  object-fit: contain;
}

.pricing-card:has(.features) {
  background-color: var(--secondary);
  /* Replace with your desired color */
  background-image: url(../images/pricing-card-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.white-btn {
  background: white;
  border-color: white;
  color: black !important;
}

.theme-btn.white-btn:hover {
  border-color: white;
  background: transparent;
  color: white !important;
}

.white-btn-border {
  border-color: white;
  color: white !important;
}

.theme-btn.white-btn-border:hover {
  background: white !important;
  color: var(--secondary) !important;
  border-color: white !important;
}
.sec-01 {
  position: relative;
  padding-top: 70px;
  margin-top: 20px;
}

.sec-01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 270px);
  height: 2px;
  background: var(--secondary);
}

section.pricing {
  padding-bottom: 70px;
  position: relative;
}

.sec-01-heading {
  align-items: flex-start;
  text-align: left;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
  flex-direction: column;
  display: flex;
  gap: 15px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 19px;
  color: #575757;
}

.check-list li i {
  color: #02ac35;
  font-size: 22px;
}
.sec-01-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 20px 25px;
}
.sec-01-card-wrapper {
  margin-top: 90px;
}
.sec-01-card .icon {
  margin-top: -75px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.sec-01-card-content h4 {
  font-family: var(--fontSpace-600);
  font-size: 26px;
}
.sec-01-card:hover .icon {
  transform: rotate(-17deg);
}
.sec-01-btn-main {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-wrapper {
  background: var(--secondary);
  border-radius: 24px;
  padding: 30px;
  padding-left: 0;
}
.book-img.img-box {
  margin: -20px 0;
  /* height: 100%; */
}

.book-heading {
  align-items: flex-start;
  text-align: left;
}
.book-content .book-heading {
  margin: 0;
  height: 100%;
}

.book-content .book-heading h2 {
  color: white;
  text-transform: capitalize;
}

.book-content {
  height: 100%;
}
.book-heading.main-heading p {
  margin-bottom: 20px;
  color: #ffffffb0;
}

.book-img.img-box img {
  margin-left: 0px;
}

.book-content .book-heading .theme-btn:hover {
  background: white;
  border-color: white;
  box-shadow: 0 0 0 12px transparent;
}

.book-content .book-heading .theme-btn:hover .text {
  color: var(--secondary);
}

.book-content .book-heading .theme-btn:hover .arr2 {
  fill: var(--secondary) !important;
}

.book-content .book-heading .theme-btn:hover .arr-2 {
  fill: var(--secondary);
}
.sec-02-heading {
  align-items: flex-start;
  text-align: left;
  max-width: 660px;
}
.sec-02-heading {
  align-items: flex-start;
  text-align: left;
  max-width: 660px;
  margin-bottom: 40px;
}
.sec-02-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: red;
  background: #f1f2ff;
  border: 8px solid #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-left: -280px;
}
.sec-02-card .icon {
  font-size: 39px;
  color: #7663d5;
}
.sec-02-card-wrapper {
  flex-direction: column;
  display: flex;
  gap: 15px;
  margin-top: 120px;
}
.sec-02 {
  padding-bottom: 70px;
}
.writing-start-card p {
  margin: 0;
  font-size: 18px;
  color: #575757;
}

.writing-start-card {
  padding: 15px 20px;
  background: #f1f2ff;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2ff;
  border-radius: 16px;
  flex-direction: column;
  text-align: center;
}

.writing-start-card-list {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.writing-start-card:nth-child(2) {
  transform: translateX(-40px);
}
.writing-start-card-list-2 .writing-start-card:nth-child(2) {
  transform: translateX(40px);
}

.writing-start-img {
  position: relative;
  display: block;
}

.writing-start-img:after {
  content: "";
  background: var(--primary);
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  height: 460px;
  width: 460px;
  z-index: -1;
}
.plan-wrapper {
  background: #202020;
  padding: 70px 45px;
  border-radius: 15px;
  padding-bottom: 250px;
  /* position: relative; */
}

.writing-start.main-heading h2 {
  color: white;
  line-height: 1.2;
}

.writing-start.main-heading p {
  color: white;
}
.plan-carwd {
  padding: 25px;
  background: white;
  border-radius: 10px;
  align-items: flex-start;
  height: 100%;
}

.plan-carwd h3 {
  font-size: 23px;
  font-family: var(--fontSpace-700);
}
.plan-big-card .plan-carwd {
  padding: 0;
  background: transparent;
  margin: 0;
}

.plan-big-card {
  padding: 15px;
  padding: 25px;
  background: white;
  border-radius: 10px;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.plan-card-wrapper .row {
  gap: 20px 0;
}
.plan-card-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.plan-card-content > span {
  color: #575757;
  font-size: 19px;
}
.plan-01 {
  margin-top: 80px;
}
.plan-01-img-main {
  background: #f8f8f817;
  border-radius: 16px;
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.plan-01-img-main ul li {
  color: #ffffffb3;
}
.plan-01-img {
  /* width: 100%; */
  object-fit: contain;
  position: absolute;
  left: calc(100% - 200px);
  top: 50%;
  transform: translateY(-50%);
}
.plan-01-content {
  flex-direction: column;
  display: flex;
  display: flex;
  align-items: flex-start;
}

.plan-01-content h3 {
  font-size: 40px;
  font-family: var(--fontSpace-700);
  line-height: 1.2;
  color: white;
}

.plan-01-content p {
  color: #ffffffa8;
  margin-bottom: 20px;
}
.plan-slider {
  margin-top: 100px;
}
.plan-slider .swiper-slide img {
  object-fit: contain;
}
.plan-img {
  height: 400px;
}
.plan-swiper {
  position: absolute !important;
  width: calc(100% + 120px);
  left: -70px;
  bottom: 0px;
  transform: rotate(-8.95deg);
}

.plan {
  position: relative;
  padding-bottom: 180px;
  /* overflow: hidden; */
  margin-bottom: 130px;
  padding-top: 160px;
}
.section-wrapper {
  background-image: url(../images/sec-wrap-img.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #1a1a1a;
  position: relative;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.footer-top p {
  color: black;
  font-size: 17px;
  display: none;
}
.footer-middle {
  padding-bottom: 40px;
}
.footer-widget {
  height: 100%;
}
.footer-widget h3 {
  font-family: var(--fontSpace-500);
  color: var(--primary);
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer-widget ul li a,
.footer-widget ul li {
  color: #b5b5b5;
  font-size: 16px;
  transition: 0.3s;
}
.footer-widget ul li a:hover {
  color: var(--primary);
}
.footer-widget:not(.no-border) {
  padding-left: 20px;
  border-left: 2px solid var(--primary);
}
.footer-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-top img {
  /* filter: invert(1); */
  width: 360px;
}
.testimonial-heading h2 {
  text-align: left;
  margin: 0;
}
.main-heading.testimonial-heading {
  margin: 0;
}

.testi-swiper .swiper-slide .testi-card {
  background: #ddd;
  padding: 30px;
  border-radius: 10px;
  min-width: 200px; /* for auto width slides */
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  background: white;
  /* height: 250px; */
  justify-content: space-between;
}
.testi-swiper.row1 {
  margin-bottom: 30px;
}
.testi-swiper .swiper-slide {
  max-width: 560px;
  width: 100%;
}

.test-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.test-name {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.test-name strong {
  font-size: 20px;
  color: #092b37;
  font-family: var(--font-700);
}

.test-name span {
  color: #747474;
  font-size: 17px;
  display: none;
}

.testi-card p {
  margin-bottom: 21px;
  font-size: 18px;
  color: #747474;
  font-family: var(--font-500);
}

.testi-heading-main {
  margin-bottom: 50px;
}
.testi-p p {
  margin: 0;
}
.main-heading.contact-form-heading {
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  align-items: flex-start;
}

.main-heading.contact-form-heading h3 {
  text-align: left;
  color: white;
  font-size: 31px;
  font-family: var(--fontSpace-700);
  text-transform: capitalize;
  line-height: 1.2;
}

.contact-us form .form-control {
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  border-color: #ffffffd9 !important;
  color: #ffffff8c !important;
}
.contact-form {
  padding: 50px 30px;
  background-image: url(../images/contact-bg.png);
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.choosen-wrapper .main-heading.contact-form-heading p {
  color: white !important;
}

.contact-us form .form-control::placeholder {
  color: #ffffff8c !important;
}

.contact-us form .form-control option {
  color: black;
}
.contact-us form {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.testimonial {
  padding-bottom: 80px;
}
.main-heading.contact-form-main-heading.contact-form-heading p {
  color: #575757;
}
.contact-us-form-list-main {
  flex-direction: column;
  display: flex;
  gap: 15px;
}

.contact-us-form-list-main span {
}

.contact-us-form-list-content strong {
  color: #092b37;
  font-size: 21px;
  font-family: var(--font-700);
  line-height: 1;
}

.contact-us-form-list-content {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.contact-us-form-list {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-us-form-list .icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--secondary);
  flex: 0 0 20px;
}

.contact-us-form-list-content p {
  font-size: 18px;
  color: #575757;
}
.img-box-content.contact-man {
  position: relative;
  bottom: -200px;
}

.contact-us.sec-01 .row {
  align-items: center;
}
.falcon-img {
  position: absolute;
  right: 160px;
  top: 0px;
  width: 330px;
}
.sec-01 .row {
  align-items: center;
}
.book-falcon.img-box {
  margin-top: -210px;
}

.book {
  margin-top: 117px;
}
.falcom-with-book {
  position: absolute;
  left: 119px;
  top: 9px;
}

.plan-wrapper > .main-heading {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.writing-start-card h3 {
  font-size: 22px;
  margin: 0;
  font-family: var(--fontSpace-600);
}
.test-footer .img-box-content {
  height: 50px;
}
.plan-01-img-main img {
  height: 300px;
}

.plan-01-img-main img:nth-child(2) {
  display: block;
}

.plan-01 .row {
  align-items: center;
}

.model-discount span label {
  color: #546dd4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0d1f2d;
  padding: 10px 15px;
  color: #0d1f2d !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #546dd4 !important;
}

.model-input::placeholder {
  color: #0d1f2d !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--primary);
  border-radius: 50%;
  color: white;
}

.model-discount hr {
  background-color: #0d1f2d;
  opacity: 1;
}
.animate-div span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary);
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}
.form-btn-main {
  display: flex;
  justify-content: flex-end;
}
.hero-section.thank-you {
  height: 100vh;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section-content.thank-you-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* height: 100vh; */
  /* justify-content: center; */
}
.hero-section-content.thank-you-content h1 {
  text-transform: capitalize;
}
.hero-section-content > span {
  display: none;
}
.offcanvas-header a img {
  width: 170px;
}

.offcanvas-body ul.navbar-nav {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.offcanvas-body ul.navbar-nav li a {
  color: white !important;
}

.offcanvas-header .btn-close {
  background: var(--primary);
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 {
  height: 100%;
  justify-content: center !important;
}
.ser-sec-1.sec-01 {
  /* padding-bottom: 70px; */
}

.ser-sec-1-content .main-heading {
  margin-bottom: 20px;
}
.ser-wot-do-list-main {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 18px;
}

.ser-wot-do-list h6 {
  font-size: 20px;
  color: white;
  font-family: var(--font-600);
  margin-bottom: 10px;
}

.ser-wot-do-list {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.ser-wot-do-list .icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
}

.ser-wot-do-list p {
  color: #ffffffa6;
}
.ser-wot-do-img.img-box {
  height: 100%;
}

.ser-wot-do-list .icon:hover {
  transform: rotate(-45deg);
  background: var(--primary);
  border-color: var(--primary);
}
.wot-we-do-wrapper {
  padding-bottom: 70px;
}
.wot-we-do-wrapper-main .plan {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.about-us-list .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #e5fe9b;
  flex: 0 0 60px;
}
.check-list li {
  gap: 15px;
}

.about-us-list-content > * {
  margin: 0;
}

.about-us-list-content h6 {
  font-size: 20px;
  font-family: var(--fontSpace-500);
}

ul.check-list.about-us-list {
  gap: 25px;
}
.main-heading.sec-01-heading span {
  font-size: 22px;
  margin-bottom: 20px;
  color: #303030;
  font-family: var(--fontSpace-400);
}
.choosen-wrapper {
  padding: 50px;
  background: var(--secondary);
  border-radius: 23px;
  padding-right: 0;
  overflow: hidden;
}

.choosen-content-main .main-heading h2 {
  color: white;
}
.img-box-content.choosen-img {
  margin-top: -50px;
}
.main-heading.contact-form-main-heading.contact-form-heading span {
  border: 0.603494px solid #ffffff;
  border-radius: 22.1782px;
  padding: 5px 16px;
  color: white;
  margin-bottom: 15px;
  font-family: var(--fontSpace-500);
}
.choosen-content-box-main {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.choosen-content-box-container {
  padding: 22px 30px;
  flex-direction: column;
  display: flex;
  gap: 15px;
  background: #ffffff;
  border: 0.979283px solid #e8e8e8;
  box-shadow: 0px 0px 5.8757px rgba(0, 0, 0, 0.16);
  border-radius: 11.0917px;
}

.choosen-content-box-main:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.choosen-content-box-content h4 {
  font-size: 21px;
  font-family: var(--fontSpace-500);
  margin: 0;
}

.choosen-content-box-content p {
  margin: 0;
}

.choosen-content-box-content {
  flex-direction: column;
  display: flex;
  gap: 6px;
}
.about-sec-01-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.about-sec-01-card .img-box-content {
  flex: 0 0 70px;
}

.about-sec-01-card-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.about-sec-01-card-content > * {
  margin: 0;
}

.about-sec-01-card-content h6 {
  font-size: 20px;
  font-family: var(--fontSpace-500);
}

.about-sec-01-container {
  margin-top: 50px;
  padding: 44px;
  background: #f1f2ff;
  border-radius: 24px;
}

ul.check-list.about-sec-01-list {
  flex-wrap: wrap;
  flex-direction: row;
}

.check-list li {
}

ul.check-list.about-sec-01-list {
  flex-direction: row;
  margin-bottom: 40px;
}

ul.check-list.about-sec-01-list li {
  flex: 0 0 240px;
}

ul.check-list.about-sec-01-list li .icon {
  background: #d9d9d9;
  border-radius: 50%;
  flex: 0 0 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.check-list.about-sec-01-list li .icon i {
  font-size: 19px;
  color: 0F535D;
}

.about-sec-01-content {
  background: #eaecff;
  border: 1.93459px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
ul.check-list.about-sec-01-list li span {
  font-size: 17px;
}
.ser-wot-do-img.img-box img {
  object-fit: cover;
  border-radius: 260px 260px 0 0;
  object-position: center;
}

.ser-wot-do-img.img-box img {
  object-fit: cover;
}

.social {
  margin-top: 10px;
}

.social p i {
  color: white;
  transition: 0.3s;
}

.social p a:hover i {
  color: var(--primary) !important;
}

.hero-form p {
  color: white;
}

.hero-form-main {
  padding: 5px;
  border: 5px solid #303130;
  background: transparent;
  position: relative;
}
/* .hero-form-wrapper {
  padding: 21px;

  border: 5px solid white;
  border-radius: 10px;
} */
.hero-form-wrapper {
  padding: 20px;
    background-image: url(../images/contact-bg.png);
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}