@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&display=swap");
@font-face {
  font-family: "OtomanopeeOne";
  src: url("../fonts/OtomanopeeOne-Regular.ttf");
}
:root {
  --clr-primary-100: #eff7f8;
  --clr-primary-500: #066564;
  --clr-primary-500-hover: #115561;
  --clr-secondary-500: #A8333D;
  --clr-secondary-500-hover:#8b2029;
  --clr-green-500: #438019;
  --clr-yellow-500: #FCD70D;
  --clr-neutral-900: hsl(0, 0%, 0%);
  --clr-neutral-800: #1F2937;
  --clr-neutral-700: #374151;
  --clr-neutral-600: #676767;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #E7E8E9;
  --clr-neutral-150: #F3F3F3;
  --clr-neutral-100: hsl(0 0% 100%);
  --ff-primary: "Poppins", sans-serif;
  --ff-secondary: "Poppins", sans-serif;
  --ff-body: var(--ff-secondary);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
  --fs-200: 14px;
  --fs-300: 18px;
  --fs-400: 20px;
  --fs-500: 24px;
  --fs-600: 32px;
  --fs-700: 40px;
  --fs-800: 72px;
  --fs-900: 90px;
  --fs-body: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
}

@media (max-width: 768px) {
  :root {
    --fs-800: 55px;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

@media (min-width: 768px) {
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* general styling */
body {
  font-size: 16px;
  font-family: var(--ff-body);
  color: var(--clr-neutral-800);
}

p {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-800);
}

#main {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1150px;
}

.text-primary-500 {
  color: var(--clr-primary-500);
}

.text-secondary-500 {
  color: var(--clr-secondary-500) !important;
}

.text-green-500 {
  color: var(--clr-green-500);
}

.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900) !important;
}

.bg-primary-200 {
  background-color: var(--clr-primary-200);
}

.bg-primary-300 {
  background-color: var(--clr-primary-300);
}

.bg-primary-400 {
  background-color: var(--clr-primary-400);
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100);
}

.bg-neutral-150 {
  background-color: var(--clr-neutral-150);
}

.bg-grey-100 {
  background-color: var(--clr-grey-100);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semiBold {
  font-weight: var(--fw-semiBold);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-200 {
  font-size: var(--fs-200) !important;
}

.fs-300 {
  font-size: var(--fs-300) !important;
}

.fs-400 {
  font-size: var(--fs-400) !important;
}

.fs-500 {
  font-size: var(--fs-500) !important;
}

.fs-600 {
  font-size: var(--fs-600) !important;
}

.fs-700 {
  font-size: var(--fs-700) !important;
}

.fs-800 {
  font-size: var(--fs-800) !important;
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none !important;
}

.padding-block-900 {
  padding: 90px 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.margin-top-900 {
  margin-top: var(--size-900);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.margin-top-max {
  margin-top: 110px;
}

.margin-block-max {
  margin: 110px 0;
}

.margin-bottom-max {
  margin-bottom: 110px;
}

.padding-top-max {
  padding-top: 120px;
}

.padding-block-max {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .margin-top-max {
    margin-top: 70px;
  }
  .margin-block-max {
    margin: 70px 0;
  }
  .margin-bottom-max {
    margin-bottom: 70px;
  }
  .padding-block-900 {
    padding: 70px 0;
  }
  .margin-top-900 {
    margin-top: 70px;
  }
  .margin-bottom-900 {
    margin-bottom: 70px;
  }
  .padding-top-max {
    padding-top: 70px;
  }
  .padding-block-max {
    padding: 70px 0;
  }
}
.error,
.error p,
label.error {
  font-size: var(--fs-200);
  margin-top: 0;
  color: #ff0000;
}

.btn1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  height: 39px;
  font-weight: var(--fw-medium);
  padding: 0 20px;
  background: var(--clr-primary-500);
  text-decoration: none;
  color: var(--clr-neutral-100);
  border-radius: 30px;
  gap: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.btn1:hover {
  background: var(--clr-primary-500-hover);
}

.btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  height: 40px;
  font-weight: var(--fw-medium);
  padding: 0 20px;
  background: var(--clr-secondary-500);
  text-decoration: none;
  color: var(--clr-neutral-100);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
.btn2:hover {
  background: var(--clr-secondary-500-hover);
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
}
header .logo {
  width: 134px !important;
}
@media (max-width: 768px) {
  header .logo {
    width: 114px !important;
  }
}
header .wrapper {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
}
header .wrapper .desktopMenu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* Hide Dropdowns by Default */
  /* Display Dropdowns on Hover */
  /* Fisrt Tier Dropdown */
  /* Second, Third and more Tiers	*/
  /* Change this in order to change the Dropdown symbol */
}
@media screen and (max-width: 980px) {
  header .wrapper .desktopMenu {
    display: none;
  }
}
header .wrapper .desktopMenu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-right: 10px;
}
header .wrapper .desktopMenu nav .l1 > li {
  display: inline-block;
}
header .wrapper .desktopMenu nav .l1 > li > a {
  display: block;
  padding: 4px 13px;
  color: var(--clr-neutral-900);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  border-radius: 15px;
  transition: all 0.3s;
}
header .wrapper .desktopMenu nav .l1 > li.active a, header .wrapper .desktopMenu nav .l1 > li:hover a {
  background: var(--clr-yellow-500);
  color: var(--clr-green-500) !important;
}
header .wrapper .desktopMenu nav .l2 {
  display: none;
  position: absolute;
  background: var(--clr-yellow-500) !important;
  top: 33px; /* the height of the main nav */
  border-radius: 10px;
  overflow: hidden;
}
header .wrapper .desktopMenu nav ul li:hover > ul {
  display: inherit;
  z-index: 2;
}
header .wrapper .desktopMenu nav ul .l2 li {
  width: 180px;
  float: none;
  display: list-item;
  position: relative;
  background-color: var(--clr-neutral-100);
}
header .wrapper .desktopMenu nav ul .l2 li a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
  text-transform: none;
  color: var(--clr-green-500);
  font-size: 16px;
  font-weight: 500 !important;
  text-decoration: none;
  transition: all 0.3s;
}
header .wrapper .desktopMenu nav ul .l2 li a:hover {
  background-color: var(--clr-green-500) !important;
  color: var(--clr-neutral-100) !important;
}
header .wrapper .desktopMenu nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}
header .wrapper .desktopMenu li > a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/nav-arrow.svg");
  background-size: cover;
  display: inline-block;
  margin-top: 2px;
  opacity: 0.2;
}
header .wrapper .desktopMenu li > a:only-child:after {
  content: "";
  display: none;
}
header .wrapper .mobileMenu {
  width: 50px;
  display: none !important;
}
header .wrapper .mobileMenu img {
  width: 36px;
}
header .wrapper .mobileMenu.menuBlack {
  display: none !important;
}
@media screen and (max-width: 980px) {
  header .wrapper .mobileMenu.menuBlack {
    display: block !important;
  }
}
header.background {
  background: #ffffff !important;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  header.background .wrapper {
    height: 80px !important;
  }
}

#darkHeader header .wrapper .desktopMenu nav .l1 > li > a {
  color: var(--clr-neutral-100) !important;
  font-weight: 500;
}
#darkHeader header .wrapper .desktopMenu nav .l1 > li.active a, #darkHeader header .wrapper .desktopMenu nav .l1 > li:hover a {
  background: var(--clr-yellow-500);
  color: var(--clr-green-500) !important;
}
#darkHeader header .wrapper .desktopMenu nav ul .l2 li a:hover {
  background-color: var(--clr-green-500) !important;
  color: var(--clr-neutral-100) !important;
}
#darkHeader header.background {
  background: #ffffff !important;
  border-bottom: 1px solid #e9e9e9;
}
#darkHeader header.background .wrapper .desktopMenu nav .l1 > li > a {
  color: var(--clr-neutral-900) !important;
  font-weight: 500;
}
#darkHeader header.background .wrapper .desktopMenu nav .l1 > li.active a, #darkHeader header.background .wrapper .desktopMenu nav .l1 > li:hover a {
  background: var(--clr-yellow-500);
  color: var(--clr-green-500);
}

.sideMenu {
  position: relative;
}
.sideMenu .search {
  position: relative;
  width: 100%;
}
.sideMenu .search input {
  position: relative;
  border: 1px !important;
  width: 100%;
  font-weight: var(--fw-medium);
}
.sideMenu .search button {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  top: 0;
  z-index: 2;
}
.sideMenu .search button img {
  width: 22px;
}
.sideMenu .modal-body {
  padding: 0 !important;
}
.sideMenu .singleLink {
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--fw-medium);
  color: var(--clr-neutral-800);
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 10px;
}
.sideMenu .singleLink img {
  width: 20px;
}
.sideMenu .singleLink.noBorder {
  border: none;
}
.sideMenu .singleLink:hover {
  color: var(--clr-primary-400);
}
.sideMenu .accordion-item:first-of-type, .sideMenu .accordion-item:last-of-type .accordion-button.collapsed, .sideMenu .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.sideMenu .accordion-button {
  font-size: 14px;
  text-transform: uppercase;
}
.sideMenu .accordion-button::after {
  position: absolute;
  border-left: 1px solid #ccc;
  height: 49px;
  width: 50px;
  right: 0;
  top: 0;
  background-position: center;
}
.sideMenu .accordion-button:not(.collapsed) {
  background-color: var(--clr-neutral-200);
  box-shadow: none;
}
.sideMenu .accordion-button:not(.collapsed)::after {
  background-color: var(--clr-primary-400) !important;
}
.sideMenu .accordion-body {
  padding: 0;
}
.sideMenu .accordion-body ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
.sideMenu .accordion-body ul li {
  border-bottom: 1px solid #ccc;
  color: var(--clr-neutral-400);
  padding: 10px 20px;
}
.sideMenu .accordion-body ul li a {
  color: var(--clr-neutral-700);
  font-size: 14px;
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.sideMenu .accordion-body ul li a:hover {
  color: var(--clr-primary-400);
}

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-search .modal-dialog {
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-search .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 340px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */
.modal.modal-top .modal-dialog,
.modal.modal-search .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-search .modal-content {
  height: calc(100vh - 127px);
  overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-search .modal-body {
  padding: 15px 15px;
}

/* Top */
.modal.modal-top.fade .modal-dialog {
  top: -100%;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */
.modal.modal-search.fade .modal-dialog {
  bottom: -100%;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-search.fade.show .modal-dialog {
  bottom: 0;
}

.modal.modal-search.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */
.modal.modal-full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.modal-full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */
.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  display: flex;
  align-items: center;
  background-color: #438019;
  background-image: url("../images/banner/greenbg.png");
  background-size: cover;
  overflow: hidden;
}
.banner::before {
  position: absolute;
  content: "";
  height: calc(100% + 20px);
  width: 100vw;
  background-image: url("../images/banner/banner-bg.svg");
  background-position: bottom right;
  background-size: auto 130%;
  top: 0px;
  right: calc(50% - 150px);
  z-index: 1;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .banner::before {
    width: 200vw;
    right: calc(-50% + 150px);
  }
}
.banner::after {
  position: absolute;
  content: "";
  height: 230px;
  width: 100%;
  background-image: url("../images/banner/bottom-shade.png");
  background-position: bottom;
  background-size: auto 100%;
  background-repeat: repeat-x;
  bottom: 0px;
  z-index: 2;
}
.banner .container {
  z-index: 3;
}
.banner .details {
  position: relative;
  display: flex;
  flex-direction: column;
}
.banner .details h1 {
  position: relative;
  font-size: 37px;
  font-weight: 700;
  color: var(--clr-primary-500);
}
@media (max-width: 768px) {
  .banner .details h1 {
    font-size: 20px;
  }
}
.banner .details h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: var(--clr-secondary-500);
}
@media (max-width: 768px) {
  .banner .details h2 {
    font-size: 20px;
  }
}
.banner .details P {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .banner .details P {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner .imgWrp img {
    width: auto;
    height: 300px !important;
  }
}
.banner .swiper-wrapper {
  align-items: center;
}
.banner .swiper {
  width: 100%;
}
.banner .swiper .banner-prev, .banner .swiper .banner-next {
  width: 40px;
  height: 40px;
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  top: 50%;
}
.banner .swiper .banner-prev svg, .banner .swiper .banner-next svg {
  stroke: #fff;
  width: 14px;
}
.banner .swiper .swiper-button-next.swiper-button-disabled, .banner .swiper .swiper-button-prev.swiper-button-disabled {
  background-color: var(--clr-neutral-100);
}
.banner .swiper .swiper-button-next.swiper-button-disabled svg, .banner .swiper .swiper-button-prev.swiper-button-disabled svg {
  stroke: #263238;
}
.banner .swiper .swiper-slide:first-child .imgLeft {
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.6s;
}
.banner .swiper .swiper-slide:first-child h1 {
  left: -100px;
  opacity: 0;
  transition: all 0.6s;
}
.banner .swiper .swiper-slide:first-child h2 {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.3s;
}
.banner .swiper .swiper-slide:first-child p {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.45s;
}
.banner .swiper .swiper-slide:first-child a {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.6s;
}
.banner .swiper .swiper-slide:first-child .imgWrp {
  position: relative;
  right: -100px;
  opacity: 0;
  transition: all 0.6s 0.3s;
}
.banner .swiper .swiper-slide:first-child.swiper-slide-active h1, .banner .swiper .swiper-slide:first-child.swiper-slide-active h2, .banner .swiper .swiper-slide:first-child.swiper-slide-active a, .banner .swiper .swiper-slide:first-child.swiper-slide-active p, .banner .swiper .swiper-slide:first-child.swiper-slide-active .imgLeft {
  left: 0;
  opacity: 1;
}
.banner .swiper .swiper-slide:first-child.swiper-slide-active .imgWrp {
  right: 0;
  opacity: 1;
}
.banner .swiper .swiper-slide .imgLeft {
  position: relative;
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.3s;
}
.banner .swiper .swiper-slide h1 {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.3s;
}
.banner .swiper .swiper-slide h2 {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.6s;
}
.banner .swiper .swiper-slide p {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.75s;
}
.banner .swiper .swiper-slide a {
  left: -100px;
  opacity: 0;
  transition: all 0.6s 0.9s;
}
.banner .swiper .swiper-slide .imgWrp {
  position: relative;
  right: -100px;
  opacity: 0;
  transition: all 0.6s 0.6s;
}
.banner .swiper .swiper-slide.swiper-slide-active h1, .banner .swiper .swiper-slide.swiper-slide-active h2, .banner .swiper .swiper-slide.swiper-slide-active a, .banner .swiper .swiper-slide.swiper-slide-active p, .banner .swiper .swiper-slide.swiper-slide-active .imgLeft {
  left: 0;
  opacity: 1;
}
.banner .swiper .swiper-slide.swiper-slide-active .imgWrp {
  right: 0;
  opacity: 1;
}

.banner-inside {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner-inside .bg {
  position: absolute;
  z-index: -1;
  right: -20px;
}
@media (max-width: 768px) {
  .banner-inside .bg {
    top: -200px;
  }
}
.banner-inside .details {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 567px;
}
.banner-inside .details h1 {
  position: relative;
  font-family: var(--ff-primary);
  font-size: 50px;
  color: var(--clr-primary-500);
}
.banner-inside .details h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: var(--clr-secondary-500);
}
@media (max-width: 768px) {
  .banner-inside .details h2 {
    font-size: 20px;
  }
}
.banner-inside .details P {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .banner-inside .details P {
    font-size: 16px;
  }
}

.banner-inside-about {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  background: url("../images/bg/about.jpg");
}
.banner-inside-about .details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.banner-inside-about .details h1 {
  position: relative;
  font-family: var(--ff-primary);
  font-size: 50px;
  color: var(--clr-neutral-100);
}
.banner-inside-about .details h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: var(--clr-yellow-500);
}
@media (max-width: 768px) {
  .banner-inside-about .details h2 {
    font-size: 20px;
  }
}
.banner-inside-about .details P {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .banner-inside-about .details P {
    font-size: 16px;
  }
}

.heading1 {
  position: relative;
  font-family: var(--ff-primary);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .heading1 {
    font-size: 30px;
  }
}

.heading2 {
  position: relative;
  font-family: var(--ff-primary);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .heading2 {
    font-size: 18px;
  }
}

.heading3 {
  position: relative;
  font-family: var(--ff-primary);
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .heading3 {
    font-size: 30px;
  }
}

.aboutHome {
  position: relative;
}
.aboutHome .overlay {
  position: absolute;
  left: 0;
  top: -150px;
  opacity: 0.6;
  transform: rotateY(180deg);
}
.aboutHome p {
  font-size: 22px;
  color: var(--clr-neutral-900);
  max-width: 450px;
}

.homePoints {
  position: relative;
  background: url("../images/bg/img1.jpg");
  background-position: center center;
  background-size: cover;
}
.homePoints h1 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-yellow-500);
}
.homePoints p {
  color: var(--clr-neutral-100);
  font-weight: 400;
}

.mangoGang {
  position: relative;
}
.mangoGang .items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.mangoGang .items img {
  max-width: 200px;
  transition: all 0.3s;
}
.mangoGang .items h2 {
  text-align: center;
  font-size: 22px;
  color: var(--clr-neutral-900);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  transition: all 0.3s;
}
.mangoGang .items h3 {
  text-align: center;
  font-size: 16px;
  color: var(--clr-neutral-800);
  font-weight: 400;
}
.mangoGang .items:hover img {
  transform: scale(0.95);
}
.mangoGang .items:hover h2 {
  color: var(--clr-primary-500);
}

.poductDetails {
  position: relative;
}
.poductDetails .table-dark {
  border-radius: 20px !important;
  overflow: hidden;
}
.poductDetails .table-dark tr td {
  padding: 15px 20px;
}
.poductDetails .table-dark tr:last-child td {
  border: 0;
}
.poductDetails .table-dark tr td:first-child {
  background: var(--clr-yellow-500);
  color: var(--clr-neutral-900);
}
.poductDetails .table-dark tr td:last-child {
  background: var(--clr-green-500);
}

.faq {
  position: relative;
}
.faq .accordion-button {
  position: relative;
  background-color: var(--clr-primary-500);
  color: var(--clr-yellow-500);
  box-shadow: none;
}
.faq .accordion-button::after {
  background-image: url("../images/icons/faq.svg");
}

.contact {
  position: relative;
}
.contact .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border: 2px solid var(--clr-primary-500);
  border-radius: 10px;
  gap: 15px;
}
.contact .item .icon {
  width: 60px;
  flex-shrink: 0;
}
.contact .item h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--clr-primary-500);
  text-align: center;
}
.contact .item p {
  text-align: center;
}

.other-varieties {
  position: relative;
}
.other-varieties .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.other-varieties .item img {
  max-width: 200px;
}
.other-varieties .item h2 {
  text-align: center;
  font-size: 20px;
  color: var(--clr-primary-500);
  font-weight: 600;
  margin-top: 30px;
  transition: all 0.3s;
}

.whatsapp {
  position: fixed;
  width: 50px;
  z-index: 99;
  right: 50px;
  bottom: 50px;
}

footer {
  position: relative;
  width: 100%;
  background: var(--clr-primary-500);
}
footer .topSection {
  padding: 80px 0 20px;
}
footer .topSection .footerHead {
  position: relative;
  margin-top: 25px;
  font-size: 20px;
  color: var(--clr-neutral-100);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
}
footer .topSection .info .logo {
  width: 150px;
}
footer .topSection .info p {
  font-size: 16px;
  color: #ffffff;
}
footer .topSection .linkWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 15px;
}
footer .topSection .linkWrapper .singleLink {
  position: relative;
  font-size: 16px;
  font-weight: var(--fw-regular);
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}
footer .topSection .linkWrapper .singleLink:hover {
  color: var(--clr-yellow-500);
}
footer .topSection .subscribeForm {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
footer .topSection .subscribeForm form {
  position: relative;
}
footer .topSection .subscribeForm form input {
  position: relative;
  width: 100%;
  height: 55px;
  background: var(--clr-neutral-100);
  border: 0;
  border-radius: 50px;
  padding: 0 50px 0 30px;
}
footer .topSection .subscribeForm form input:focus {
  outline: 2px solid var(--clr-primary-100);
}
footer .topSection .subscribeForm form button {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--clr-primary-500);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  right: 6px;
  top: 6px;
  transition: all 0.3s;
}
footer .topSection .subscribeForm form button:hover {
  background: var(--clr-primary-500-hover);
}
footer .topSection .social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
footer .topSection .social a {
  position: relative;
  transition: all 0.3s;
}
footer .topSection .social a:hover {
  opacity: 0.8;
}
footer .bottomSection {
  position: relative;
  padding: 60px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--clr-neutral-100);
  gap: 25px;
}
footer .bottomSection p {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=style.css.map */