/* ---------------- Google fonts ------------------ */

/* ---------------- Basic css ------------------ */

html {
  font-size: 62.5%;
}

:root {
  scroll-behavior: unset;
  --primaryFont: "Inter", sans-serif;
  --gray-600: #415D60;
  --gray-800: #123538;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, strong, i, ol, ul, li, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: inherit;
  display: inline-block;
}

button:focus, a:focus, input:focus, textarea:focus {
  outline: none;
}

/* body */

body {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: var(--primaryFont);
  background-color: #fff;
  color: var(--gray-600);
}

/* Title */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--primaryFont);
  color: var(--gray-800);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-padding {
  padding: 2.5rem 0;
}

.section-padding2 {
  padding: 2.3rem 0 9.3rem;
}

/* Title */

.title_font_xl {
  font-size: 6rem;
}

.title_font_lg {
  font-size: 4.6rem;
}

.title_font_md {
  font-size: 3.6rem;
}

.title_font_xs {
  font-size: 2.4rem;
}

/* Text color */

.text_white {
  color: var(--white) !important;
}

.text_black {
  color: var(--black) !important;
}

.text_gray_600 {
  color: var(--gray-600) !important;
}

.text_gray_800 {
  color: var(--gray-800) !important;
}

/* background color */

.bg_white {
  background-color: var(--white) !important;
}

.bg_black-200 {
  background-color: var(--dark-200) !important;
}

/* ---------------- Site Header ------------------ */

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  transition: all 0.9s;
}

.site_header.sticky {
  background: #377831;
  box-shadow: 0rem 4rem 2.5rem rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.site_header > .container {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  transition: 300ms;
}

.site_header.sticky > .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site_header .border_shape {
  width: 100%;
  height: 0.1rem;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 49.88%, rgba(255, 255, 255, 0.00) 100%);
}

.header-main {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 24.3rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 5.1rem;
  margin-left: auto;
}

.menu li a {
  color: var(--Light, #FFF);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}

.menu li a:hover {
  color: #dbdbdb;
}

.menu li a.active {
  font-weight: 700;
}

.header-icon {
  width: 2.5426rem;
  margin-right: 0.5rem;
}

.language-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 3.8rem;
  margin-top: 1rem;
}

.language-selected {
  color: #FFF;
  font-family: var(--primaryFont);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  display: inline-block;
  align-items: center;
  gap: 0.82rem;
  transition: 0.2s all ease;
}

.language-selected:hover {
  color: #dbdbdb;
}

.language-selected span.language-label {
  display: inline-block;
}

.language-options {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1000;
  border-radius: 0.5rem;
}

.language-options li {
  padding: 0.8rem 1.5rem;
  cursor: pointer;
}

.language-options li:hover {
  background-color: #f0f0f0;
}

.language-dropdown.open .language-options {
  display: block;
}

.header-button {
  margin-left: 7rem;
}

.header-button .theme-btn2 {
  border-radius: 4rem;
  background: #123538;
  display: flex;
  padding: 1.5rem 2.4rem 1.5rem 2rem;
  justify-content: center;
  align-items: center;
  transition: 0.25s all ease;
}

.header-button .theme-btn2 span {
  color: var(--Light, #FFF);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.06rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.25s all ease;
}

.header-button .theme-btn2 span img {
  width: 2.4rem;
  transition: 0.25s all ease;
}

.header-button .theme-btn2:hover {
  background: #E7ED00;
}

.header-button .theme-btn2:hover span {
  color: #123538;
}

.header-button .theme-btn2:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(6%) saturate(6576%) hue-rotate(136deg) brightness(94%) contrast(87%);
}

.header_right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hamburgar_menu button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-top: 0.4rem;
}

.hamburgar_menu button img {
  width: 2.4rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(293deg) brightness(113%) contrast(98%);
}

/* offcanvas_menu */

.offcanvas {
  background: #2C6751;
  max-width: 40rem;
  width: 100%;
  backdrop-filter: blur(20rem);
  -webkit-backdrop-filter: blur(20rem);
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.6rem 2rem;
}

.offcanvas-header a img {
  max-width: 20rem;
}

.offcanvas-header button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.offcanvas-header button img {
  width: 2rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(293deg) brightness(113%) contrast(98%);
}

.offcanvas-body {
  padding: 2rem 2.5rem;
}

.offcanvas-body .menu {
  display: block;
}

.offcanvas-body .menu li {
  padding: 1rem 0rem;
}

.offcanvas-body .header-button .theme-btn2 {
  display: inline-flex;
}

.offcanvas-body .header-button {
  margin: 0;
  margin-top: 1rem;
}

/* --------------------- Hero Section Start --------------------- */

.hero_section {
  padding: 22rem 0rem 20rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  background-position: center;
}

.hero-wrapper {
  justify-items: center;
}

.hero-wrapper .theme-btn {
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.10);
  display: inline-flex;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  color: var(--Light, #FFF);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 3.4rem;
}

.theme-btn .icon-1 {
  display: inline-block;
  border-radius: 5.6rem;
  background: rgba(255, 255, 255, 0.10);
  padding: 0.4rem 2rem 0.4rem 1.6rem;
}

.theme-btn .icon-1 img {
  width: 2.4rem;
}

.hero-wrapper h1 {
  color: var(--Light, #FFF);
  text-align: center;
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.44rem;
  text-transform: capitalize;
  max-width: 140.8rem;
  width: 100%;
  margin-bottom: 6rem;
}

.hero-wrapper h2 {
  color: var(--Light, #FFF);
  text-align: center;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.36rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.hero-wrapper p {
  color: var(--Light, #FFF);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
}

.hero-button a {
  color: var(--Dark, #123538);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 4rem;
  background: #E7ED00;
  padding: 2rem 4.8rem 2.3rem 4.4rem;
  transition: all 0.2s ease-in-out;
}

.hero-button a:hover {
  background-color: #123538;
  color: white;
}

/* --------------------- Hero Section End --------------------- */

/* --------------------- About Section Start --------------------- */

.about_section {
  padding: 20rem 0rem 20rem;
}

.about_section .row {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 3.2rem;
}

.about-box-card {
  position: relative;
  padding: 5.6rem 4rem;
  border-radius: 5.6rem;
  border: 0.1rem solid #C6CECF;
  background: #FFF;
  transition: all 0.2s ease-in-out;
}

.about-box-card:hover {
  border-color: #14553E;
}

.about-box-card::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27.6rem;
  height: 37.6rem;
  border-radius: 4rem;
  background: var(--Primary, #14553E);
  filter: blur(86px);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.about-box-card:hover::before {
  opacity: 1;
}

.about-box-card .about_logo {
  width: 19.393rem;
  margin-bottom: 2.2rem;
}

.about-box-card .content h4 {
  margin-bottom: 1.2rem;
}

.about-box-card .content h4 a {
  color: var(--Dark, #123538);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.16rem;
  text-transform: capitalize;
}

.about-box-card .content p {
  color: var(--Dark-2, #415D60);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
}

.about_section2 {
  padding: 14rem 0rem 20rem;
}

.about-wrapper2 .about_thumb {
  max-width: 100%;
  margin-bottom: 5rem;
}

.about-wrapper2 .content h2 {
  color: var(--Primary, #14553E);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.about-wrapper2 .content p {
  color: var(--Dark-2, #415D60);
  font-family: var(--primaryFont);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08rem;
}

/* --------------------- About Section End --------------------- */

/* --------------------- Solutions Section Start --------------------- */

.solutions_section .title_box {
  margin-bottom: 5.5rem;
}

.solutions_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
}

.solutions_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.solutions_section .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  gap: 6.4rem 0;
  padding-top: 3rem;
}

.solutions-box2 {
  display: flex;
  justify-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-top: 5.5rem;
}

.solution-card {
  width: 23.9rem;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.solution-card .logo_img {
  width: 13.6rem;
  margin-bottom: 2rem;
  transition: 0.2s all ease;
}

.solution-card .logo_img:hover {
  transform: scale(1.1);
}

.solution-card h4 {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.16rem;
  text-transform: capitalize;
  text-align: center;
}

/* --------------------- Solutions Section End --------------------- */

/* --------------------- Why-Us Section Start --------------------- */

.whyus_section {
  padding: 20rem 0rem 2rem;
}

.whyus_section .title_box {
  margin-bottom: 5.5rem;
}

.whyus_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
}

.whyus_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.whyus_section .row {
  --bs-gutter-x: 12rem;
}

.whyus-tab-nav {
  border-left: 1px solid #C6CECF;
}

.whyus-tab-nav .nav .nav-item:not(:last-child) {
  margin-bottom: 3.2rem;
}

.whyus-tab-nav .nav .nav-item a {
  display: block;
  padding-left: 4.6rem;
  position: relative;
}

.whyus-tab-nav .nav .nav-item a::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: 0.3rem;
  height: 0;
  background: #14553E;
  border-radius: 1rem;
  transition: 200ms;
}

.whyus-tab-nav .nav .nav-item a.active::before {
  height: 100%;
}

.whyus-tab-nav .nav .nav-item h3 {
  color: var(--Dark, #123538);
  font-family: var(--primaryFont);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.16rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.whyus-tab-nav .nav .nav-item p {
  color: var(--Dark-2, #415D60);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072rem;
}

.whyus-thumb .tab-content .whythumb {
  width: 100%;
  border-radius: 5.6rem;
}

/* --------------------- Why-Us Section End --------------------- */

/* --------------------- Blogs Section Start --------------------- */

.blogs_section {
  padding: 19rem 0rem 3rem;
}

.blogs_section .title_box {
  margin-bottom: 5.5rem;
}

.blogs_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #F7FAB3;
  padding: 1rem 2.8rem;
}

.blogs_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.blogs_section .row {
  --bs-gutter-x: 3.2rem;
  --bs-gutter-y: 3.5rem;
}

.blog-card {
  display: block;
}

.blog-card .blog-thumb {
  overflow: hidden;
  border-radius: 3.2rem;
  margin-bottom: 3.2rem;
}

.blog-card .blog-thumb img {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  transition: 200ms;
  border-radius: 3.2rem;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-content .blog-date {
  margin-bottom: 2rem;
  color: var(--gray-800);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.064rem;
}

.blog-title {
  color: var(--gray-800);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.16rem;
  text-transform: capitalize;
  transition: all 0.1s ease-in-out;
}

.blog-card:hover .blog-title {
  text-decoration: underline;
}

/* --------------------- Blogs Section End --------------------- */

/* --------------------- Cta Section Start --------------------- */

.cta_section {
  padding: 17rem 0 2rem;
}

.cta-wrapper {
  justify-items: center;
}

.cta-wrapper h1 {
  color: var(--Dark, #123538);
  text-align: center;
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.44rem;
  text-transform: capitalize;
  margin-bottom: 2.5rem;
}

.cta-wrapper p {
  color: var(--Dark-2, #415D60);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.072rem;
  max-width: 72rem;
  width: 100%;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-button a {
  color: var(--Dark, #123538);
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 4rem;
  background: #E7ED00;
  display: inline-block;
  padding: 2rem 4.8rem 2.3rem 4.4rem;
  transition: all 0.2s ease-in-out;
}

.cta-button a:hover {
  background-color: #12381e;
  color: white;
}

/* --------------------- Cta Section End --------------------- */

/* --------------------- Funnel Section Start --------------------- */

.funnel_section .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}

.funnel_section .title_box {
  margin-bottom: 5.5rem;
}

.funnel_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
}

.funnel_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.funnel-box {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 4.8rem 0rem 4.8rem 4.9rem;
  border-radius: 4rem;
  border: 0.1rem solid var(--Border, #C6CECF);
  background: var(--Light, #FFF);
}

.style {
  padding: 4.8rem 0rem 2.8rem 4.9rem;
}

.funnel-box .icon {
  padding: 2.4rem;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 50%;
  text-align: center;
  justify-items: center;
  background: var(--Shadow, #ECEFEF);
}

.funnel-box .icon img {
  width: 3.2rem;
  margin-top: -5rem;
}

.funnel-box .content h4 {
  color: var(--Dark, #123538);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.16rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.funnel-box .content p {
  color: var(--Dark-2, #415D60);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
  max-width: 43.6rem;
  width: 100%;
}

/* --------------------- Funnel Section End --------------------- */

/* --------------------- Offer section Start --------------------- */

.offer_section {
  position: relative;
  padding: 20.0rem 0rem 0rem;
}

.offer_title h2 {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.25rem;
  text-transform: capitalize;
  color: #123538;
}

.offer_title {
  padding-bottom: 8.5rem;
  border-bottom: 1px solid #C6CECF;
}

.offer-items {
  position: relative;
}

.offer-items a {
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.2rem;
  text-transform: capitalize;
  color: #123538;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.7rem 0rem;
  border-bottom: 1px solid #C6CECF;
  transition: 0.2s all ease;
}

.offer-items a img {
  width: 2rem;
  display: none;
}

.offer-items a:hover {
  background: #ECEFEF;
  padding-left: 4.5rem;
}

.offer_inner img {
  max-width: 36.2rem;
}

.offer_inner {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-35%) rotate(12deg);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease;
  z-index: 9;
}

.offer-items:hover .offer_inner {
  visibility: visible;
  opacity: 1;
}

/* --------------------- Offer section  End --------------------- */

/* --------------------- Logos Section Start --------------------- */

.logos_section {
  padding-bottom: 19.6rem;
}

.logos_section .title_box {
  margin-bottom: 8.5rem;
}

.logos_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
  display: inline-block;
}

.logos_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.logos-items1 {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6rem;
  justify-items: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.logos-items1 .logo img {
  width: 12.8rem;
  display: block;
  margin: 0 auto;
  transition: 0.2s all ease;
}

.logos-items1 .logo img:hover, .logos-items2 .logo img:hover {
  transform: scale(1.1);
}

/* --------------------- Logos Section End --------------------- */

/* --------------------- contact Section Start --------------------- */

.contact-content {
  justify-items: 0 auto;
  justify-content: center;
  justify-items: center;
}

.contact-content .row {
  --bs-gutter-x: 2.1rem;
}

.contact-content h2 {
  color: var(--Dark, #123538);
  text-align: center;
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.44rem;
  text-transform: capitalize;
  margin-bottom: 5rem;
}

.contact-form-items {
  justify-items: 0 auto;
  justify-content: center;
  justify-items: center;
}

.contact-form-items .form-clt input, textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 1.6rem;
  border: 0.1rem solid #C6CECF;
  color: var(--gray-600);
  font-family: var(--primaryFont);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08rem;
  padding: 1.7rem 2.4rem;
  transition: all 0.4s ease-in-out;
}

.contact-form-items .form-clt textarea {
  height: 14rem;
  resize: none;
}

.contact-form-items .form-clt input::placeholder, textarea::placeholder {
  color: var(--gray-600);
  opacity: 1;
}

.contact-form-items .form-btn {
  width: 100%;
  border-radius: 4rem;
  background: var(--Dark, #123538);
  display: flex;
  gap: 0.8rem;
  padding: 2rem 2rem;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.25s ease-in-out;
  border: none;
  outline: none;
}

.contact-form-items .form-btn:hover {
  background: #377831;
  border: none;
  color: white;
}

.contact-form-items .form-btn.link-btn img {
  width: 2.4rem;
  transition: all 0.25s ease-in-out;
}

.contact-form-items .form-btn.link-btn:hover img {
  transform: rotate(40deg);
}

/* --------------------- contact Section End --------------------- */

/* --------------------- Get Touch Section Start --------------------- */

.get_touch_section {
  padding: 14rem 0rem 20rem;
}

.get_touch_section .row {
  --bs-gutter-x: 2.5rem;
}

.get_touch_section .title_box {
  margin-bottom: 5.5rem;
}

.get_touch_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
}

.get_touch_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.get-touch-box {
  padding: 8rem 1.5rem;
  border-radius: 5.6rem;
  border: 0.1rem solid var(--Border, #C6CECF);
  background: var(--Light, #FFF);
  text-align: center;
  position: relative;
}

.get-touch-box::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 27.6rem;
  height: 37.6rem;
  border-radius: 4rem;
  background: var(--Primary, #14553E);
  filter: blur(86px);
  z-index: -1;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.get-touch-box:hover::before {
  opacity: 1;
}

.get-touch-box img {
  width: 15rem;
  height: 16rem;
}

.get-touch-box .content h4 {
  font-family: var(--primaryFont);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.18rem;
  color: var(--Dark, #123538);
  text-align: center;
  margin-top: 1rem;
}

/* --------------------- Get Touch Section End --------------------- */

/* --------------------- history_vision Section Start --------------------- */

.history_vision {
  padding: 0rem 0rem 16.7rem;
}

.history-content h2 {
  color: var(--Primary, #14553E);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-bottom: 4rem;
}

.history-content p {
  color: var(--Dark-2, #415D60);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08rem;
  max-width: 67rem;
  width: 100%;
}

.history-thumb img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* --------------------- history_vision Section End --------------------- */

/* --------------------- marque_section Section Start --------------------- */

.marque_section {
  padding: 20rem 0rem;
}

.marque_section .title_box span {
  color: var(--Dark, #123538);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  border-radius: 6.4rem;
  background: #C6CECF;
  padding: 1rem 2.8rem;
}

.marque_section .title_box .title_lg {
  color: var(--gray-800);
  font-family: var(--primaryFont);
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.32rem;
  text-transform: capitalize;
  margin-top: 3.5rem;
}

.marquee_wrapper {
  padding-top: 7.5rem;
}

.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 0.8rem 0rem;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  will-change: transform;
}

.marquee-content {
  display: inline-flex;
  gap: 1.6rem;
}

.marquee_item span {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  color: #123538;
  text-align: center;
  border: 1px solid #C6CECF;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem 2.8rem;
  border-radius: 1.6rem;
}

.marquee_item span img {
  width: 2.8rem;
}

/* --------------------- marque_section Section End --------------------- */

/* --------------------- site_footer Section Start --------------------- */

.site_footer {
  position: relative;
}

.site_footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background: linear-gradient(0deg, #E7ED00 0%, #E7ED00 50.16%, rgba(231, 237, 0, 0.00) 100%);
  z-index: -1;
}

.footer-widgets-wrapper {
  padding: 20rem 0 8.4rem;
  z-index: 1;
}

.widget-head {
  margin-bottom: 1.6rem;
}

.widget-head a img {
  max-width: 24.3rem;
}

.footer-content p {
  color: var(--gray-600);
  font-family: var(--primaryFont);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.064rem;
  max-width: 34.2rem;
  width: 100%;
  margin-bottom: 3rem;
}

.footer-content .social-icon {
  gap: 1.6rem;
}

.footer-content .social-icon a img {
  width: 2.4rem;
  transition: 0.2s all ease;
}

.footer-content .social-icon a img:hover {
  filter: brightness(0) saturate(100%) invert(39%) sepia(11%) saturate(2687%) hue-rotate(68deg) brightness(93%) contrast(80%);
}

.widget-head h3 {
  color: var(--gray-800);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.064rem;
  text-transform: capitalize;
}

.single-footer-widget .list-group li a {
  color: var(--gray-600);
  font-family: var(--primaryFont);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.single-footer-widget .list-group li a:hover {
  transform: translateX(0.5rem);
  color: #043021;
}

.single-footer-widget .list-group li:not(:last-child) {
  margin-bottom: 1.4rem;
}

.footer-wrapper p {
  color: var(--gray-800);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
}

.footer-bottom {
  position: relative;
  padding: 3rem 0 2rem;
}

.footer-bottom::before {
  position: absolute;
  content: "";
  top: 0rem;
  width: 100%;
  height: 0.1rem;
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #2B114F 49.88%, rgba(255, 255, 255, 0.00) 100%);
}

.footer-menu {
  display: flex;
  gap: 2rem;
}

.footer-menu li a {
  color: var(--gray-800);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.064rem;
  background-image: linear-gradient(rgb(31, 29, 29), rgb(20, 19, 19));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% .1rem;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-menu li a:hover {
  background-size: 100% .1rem;
}

.chatbot-button {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  background: #fff;
  width: 11rem;
  height: 11rem;
  border-radius: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid rgba(18, 53, 56, 0.20);
  transition: 300ms;
  padding: 0;
  z-index: 111;
}

.chatbot-button:hover {
  background: #E7ED00;
}

.chatbot-button img {
  width: 8rem;
}

/* --------------------- site_footer Section End --------------------- */

/* -------------------- sell page start ----------------------- */

.sellhero_button ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding-top: 6rem;
}

.sellhero_button ul li a {
  border: 1px solid transparent;
  padding: 2rem 4.2rem;
  border-radius: 5rem;
}

.sellhero_button ul li:last-child a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: transparent;
  transition: 0.2s all ease;
}

.sellhero_button ul li:last-child a:hover {
  background: #E7ED00;
  border-color: #E7ED00;
  color: #123538;
}

.sellhero_section {
  padding-bottom: 10.5rem;
}

.sell_section {
  padding: 10rem 0rem;
}

.sell_title h3 {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.3rem;
  text-transform: capitalize;
  color: #14553E;
  margin-bottom: 4.4rem;
}

.sell_wrapper {
  padding: 4.8rem 0rem;
  border-bottom: 1px solid #D9DFDF;
}

.sell_wrapper .row {
  --bs-gutter-x: 2.3rem;
  --bs-gutter-y: 3rem;
}

.sell_card_img a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 3rem;
  transition: 0.2s all ease;
}

.sell_card_img a img {
  width: 100%;
  border-radius: 3rem;
  transition: 0.2s all ease;
}

.sell_card_img a:hover img {
  transform: scale(1.12);
}

.sell_card_price {
  margin: 2.4rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sell_card_price h4 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.08rem;
  text-transform: capitalize;
  color: #123538;
  margin: 0;
}

.sell_card_price p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.08rem;
  text-transform: capitalize;
  color: #123538;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.sell_card_price p img {
  width: 1.4rem;
}

.sell_card_price p span {
  color: #C9CBCB;
}

.sell_card_title a {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  color: #123538;
  transition: 0.2s all ease;
}

.sell_card_title p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.06rem;
  color: #415D60;
  margin-top: 2rem;
  max-width: 39.8rem;
  width: 100%;
}

.sell_card_btn a {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.07rem;
  color: #123538;
  border: 1px solid #123538;
  display: inline-block;
  padding: 2rem 4.4rem;
  border-radius: 5rem;
  margin-top: 3.2rem;
  transition: 0.2s all ease;
}

.sell_card_btn a:hover {
  background: #123538;
  color: #FFFFFF;
}

/* ========================== modal_area start ============================ */

.modal {
  padding-left: 1rem;
  padding-right: 1rem;
}

.modal-dialog {
  max-width: 90rem;
}

.modal-content {
  background: #FFF;
  border-radius: 2.4rem;
}

.modal-body {
  padding: 5rem 4.5rem 7.5rem;
  position: relative;
}

.close_btn {
  position: absolute;
  top: 4rem;
  right: 3.5rem;
}

.close_btn button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transition: 0.2s all ease;
}

.close_btn button img {
  width: 1.8rem;
}

.close_btn button:hover {
  opacity: 0.7;
}

.modal_title h3 {
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.2rem;
  text-transform: capitalize;
  color: #123538;
  text-align: center;
  margin: 0;
}

.modal_item {
  padding-top: 4rem;
}

.modal_img img {
  width: 100%;
  border-radius: 3rem;
}

.modal_price {
  padding: 3rem 1.5rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal_price h4 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  color: #123538;
  margin: 0;
}

.modal_price p {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.1rem;
  text-transform: capitalize;
  color: #123538;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modal_price p span {
  color: #C9CBCB;
}

.modal_price p img {
  width: 2.4rem;
}

.modal_text {
  padding: 0rem 1.5rem 7rem;
  border-bottom: 0.2rem solid #889A9B;
}

.modal_text p {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: initial;
  color: #415D60;
  margin-bottom: 0.8rem;
}

.modal_btn {
  padding-top: 7rem;
}

.modal_btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal_btn ul li {
  width: 48%;
}

.modal_btn ul li a {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.1rem;
  color: #123538;
  border: 1px solid #123538;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 2rem 2rem;
  border-radius: 4rem;
  transition: 0.2s all ease;
}

.modal_btn ul li a img {
  width: 2.5rem;
}

.modal_btn ul li a:hover, .modal_btn ul li a.active {
  background: #123538;
  border-color: #123538;
  color: #FFFFFF;
}

.modal_btn ul li a:hover img, .modal_btn ul li a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7431%) hue-rotate(145deg) brightness(113%) contrast(91%);
}

