:root {
  --white: #fff;
  --black: #000;
  --text: #222d65;
  --bage: #eeece0;
}

/* @font-face {
  font-family: "cairo";
  src: url("../font/") format("truetype");
  font-weight: 100;
  font-style: normal;
} */

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "cairo";
  src: url("../font/Cairo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "cairo", sans-serif !important;
  direction: ltr;
  overflow-x: hidden;
  background-color: var(--bage);
}

h1,
h2,
h3,
p,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
}

h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--text);
}

h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--text);
}

h4 {
  font-size: 25px;
  font-weight: 700;
  color: var(--text);
}

h5 {
  color: var(--bage);
  font-size: 22px;
  line-height: 110%;
  font-weight: 300;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}

p,
span,
label,
.contactLink a {
  font-size: 21px;
  font-weight: 400;
  color: var(--text);
}
p,
.contactLink a {
  font-size: 18px;
  line-height: 28px;
}
.mt-5rem {
  margin-top: 5rem;
}
span {
  font-size: 20.307px;
}
.bage {
  color: var(--bage);
}

.white {
  color: var(--white);
}

.blue {
  color: var(--text);
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
}

.nav-bar {
  padding-top: 75px;
}

.hero {
  padding-top: 80px;
  padding-bottom: 40px;
}
.productImage {
  height: 20px;
}

.hero-content {
  margin-bottom: 32px;
}

.img-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a5c32;
  opacity: 0.49;
  mix-blend-mode: darken;
  pointer-events: none;
  border-radius: 20px;
}
.Bannar {
  padding: 121px 0 60px;
}
.bannarData {
  padding: 0 78px;
  height: 500px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: darken;
}
.link {
  color: var(--text);
}
.link i {
  font-size: 23px;
}
/* .img-overlay h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
} */

.datesImage.img-overlay::after,
.datesImage.img-overlay img {
  border-radius: 20px;
}

.contact-btn {
  padding: 10px 20px;
  background-color: var(--text);
  color: var(--white) !important;
  border: none;
  cursor: pointer;
  font-size: 19.81px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  padding-bottom: 150px;
}

.key-success {
  padding: 75px 0 60px 0;
}

.key {
  background-color: #ee5a4c;
  border-radius: 20px;
  padding: 80px;
}

.pratners {
  margin: 110px 0 220px 0;
}

.partners-grid {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.partners-row img {
  object-fit: contain;
}

.partners-row-wide {
  margin-left: -60px;
  margin-right: -60px;
}

.im-ali {
  height: 96px;
  width: auto;
}

.footer {
  padding-bottom: 50px;
}

.footer-bg {
  background-color: #222d65;
  border-radius: 20px;
  padding: 60px 70px;
}

.logo-size {
  height: 140px;
  width: auto;
}

.fs-23 {
  /* font-size: 23.79px; */
  color: var(--bage);
}

.season-calendar {
  border: 1px solid var(--text);
  overflow: hidden;
}

.season-calendar table {
  width: 100%;
  border-collapse: collapse;
}

.season-calendar th,
.season-calendar td {
  border: 1px solid var(--text);
  text-align: center;
  padding: 8px 0px;
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  width: calc(100% / 12);
}

.download {
  padding-bottom: 120px;
}

.sectionPadding {
  padding: 80px 0;
}

.blueBtn {
  background: var(--text);
  border: 1px solid var(--text);
  padding: 1px 42px;
  color: #faf5ef;
  font-size: 28.16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contactBox {
  max-width: 210px;
}
.contactSection textarea {
  height: 176.33px;
}
.formContact input:not([type="submit"]),
.formContact textarea {
  border: 1px solid var(--text);
  background-color: unset;
}

.imageVegoitable {
  height: 251px;
  position: relative;
}
.imageVegoitable img {
  height: 100%;
  border-radius: 50%;
}

.vitabelsTitle {
  text-align: center;
  max-width: 155px;
}
/* .vitabelsTitle p {
  font-size: 28.607px;
} */

.orangeSection {
  background-color: #ee5a4c;
  border-radius: 20px;
  padding: 75px 90px;
}

.orangeSection h4 {
  font-size: 26.96px;
  font-weight: 400;
}
.orangeSection h2 {
  font-size: 44.35px;
}
.orangeSection p,
.orangeSection h2,
.orangeSection h4 {
  color: #eeece0;
}

.rowGap {
  row-gap: 30px;
}

.aboutImage {
  height: 354px;
}
.aboutImage img,
.image img,
.datesImage.img-overlay img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  max-width: 760px;
  padding-bottom: 70px;
}

.whyText {
  padding-top: 66px;
}

.partnerText {
  max-width: 663px;
}
.partnersImages {
  padding-top: 52px;
}
.partnerImagesData {
  gap: 30px;
  row-gap: 25px;

  background-color: var(--bage);
}
.partnerImagesData img,
.map img {
  mix-blend-mode: multiply;
}

.rowGap55 {
  row-gap: 55px;
}

.image {
  height: 214px;
}

.map {
  background-color: var(--bage);
}

.contractual {
  padding: 80px 0 102px;
}

.producsData {
  padding: 30px 0 80px;
}

.downloadText i {
  font-size: 36px;
  color: var(--text);
}

.datesText {
  max-width: 830px;
}

.variantsSection {
  padding: 52px 0;
}

.supportSection {
  padding-bottom: 100px;
}

.imageVegoitable::after {
  content: "";
  position: absolute;
  background-color: var(--bage);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contactSection {
  padding: 209px 0;
}

.honeyImage {
  height: 350px;
}
.honeyImage img,
.productImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.honeyImage img {
  border-radius: 20px;
}
.bs-gutter-x-32 {
  --bs-gutter-x: 32px;
}

.datesImage {
  height: 600px;
  width: 100%;
}

.datesImage img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.partnerPaginantion {
  position: unset;
}
.partnerPaginantion .swiper-pagination-bullet-active {
  background-color: var(--text) !important;
}

.producsData h5 {
  font-weight: 400;
  color: var(--text);
}

.farmeText h2 {
  font-weight: 700;
}

.bannerText {
  max-width: 680px;
  align-items: center;
}
.bannerText h2 {
  max-width: 450px;
  text-align: center;
  font-weight: 700;
  line-height: 110%;
}
