@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
  overflow-x: hidden;
}

body {
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
}

h1,
h2,
h3,
h4,
p,
#logo a,
.font-primary {
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}

:root {
  /* Color Variables */
  --spicy-red: hsl(2, 88%, 63%);
  --pumpkin: hsl(11, 82%, 61%);
  --chocolate: hsl(11, 51%, 14%);
  --full-white: hsl(0 0% 100%);
  --ticker-margin: -50%;
  --cnvs-themecolor: hsl(11, 82%, 61%);

  /* Lightbox controls size */
  --cnvs-mfp-close-btn-font-size: 1rem;

  /* Fonts Family */

  --Ubuntu: 'Ubuntu', sans-serif;
  --Lato: 'Lato', sans-serif;
}

:dark {
  --cnvs-contrast-1000: hsl(0, 0%, 100%) !important;
}

::selection {
  background: hsl(2, 88%, 63%);
  color: hsl(0, 0%, 100%);
}

#header {
  --cnvs-header-height: 70px;
  --cnvs-header-bg: var(--cnvs-themecolor);
  --cnvs-header-sticky-bg: var(--cnvs-header-bg);
}

.is-expanded-menu .sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--cnvs-header-bg);
}

#header-wrap {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  border-bottom: none;
}

#header-wrap #logo img.logo-default {
  height: 50px;
}

.menu-container > .menu-item > .menu-link {
  font-weight: 400 !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
  transition: color 0.3s ease;
  color: var(--chocolate) !important;
  font-family: var(--Lato) !important;
}

.menu-item:not(:first-child) {
  border-top: none;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.Ubuntu {
  font-family: var(--Ubuntu) !important;
}

.title-h1 {
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--Ubuntu);
  line-height: 1.2;
}

.title-h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--Ubuntu);
  line-height: 1.2;
}

.title-h3 {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--Ubuntu);
  line-height: 1.2;
}

.paragraph {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: var(--Lato) !important;
  line-height: 1.4 !important;
}

.paragraph-2 {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  font-family: var(--Ubuntu) !important;
  line-height: 1.4 !important;
}

/*Colors*/
.full-white {
  color: var(--full-white) !important;
}

.spicy-red {
  color: var(--spicy-red) !important;
}

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

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

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

/* Background Colors */
.bg-full-white {
  background-color: var(--full-white) !important;
}

.bg-spicy-red {
  background-color: var(--spicy-red) !important;
}

.bg-pumpkin {
  background-color: var(--pumpkin) !important;
}

.bg-chocolate {
  background-color: var(--chocolate) !important;
}

.border-radius-images {
  border-radius: 1rem !important;
}

.space-35 {
  margin-bottom: 35px;
}

.gutter-35 {
  --cnvs-custom-gutter: 35px;
}

.space-25 {
  margin-bottom: 25px;
}

.space-20 {
  margin-bottom: 20px;
}

.space-16 {
  margin-bottom: 16px;
}

.space-boxs-text {
  margin-bottom: 0;
}

/* dark button*/

.dark-button {
  background-color: var(--pumpkin) !important;
  color: var(--full-white) !important;
  font-family: var(--Lato) !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  border-radius: 50px !important;
}
.dark-button:hover {
  background-color: var(--spicy-red) !important;
  color: var(--full-white) !important;
}

/* light button*/

.light-button {
  background-color: var(--full-white) !important;
  color: var(--chocolate) !important;
  font-family: var(--Lato) !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  border-radius: 50px !important;
}
.light-button:hover {
  background-color: var(--pumpkin) !important;
  color: var(--full-white) !important;
}

/* WhatsApp style */
.contact-link-wa {
  position: fixed;
  width: 3rem;
  height: 3rem;
  bottom: 85px;
  right: 10px;
  letter-spacing: 0px !important;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 2.5rem;
  z-index: 3;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.float i {
  font-size: 2rem;
}

.bg-whatsapp.float {
  transition: background-color 0.3s ease;
}

.bg-whatsapp.float:hover {
  background-color: hsl(168, 41%, 43%) !important;
}

.stretched #gotoTop {
  bottom: 145px;
  right: 10px;
  border-radius: 24px;
}

#gotoTop {
  font-size: 2.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: hsl(2, 88%, 63%, 0.8) !important;
}

#gotoTop:hover {
  background-color: hsl(2, 88%, 63%, 1) !important;
}

#gotoTop.show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.contact-link-wa {
  position: fixed !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}

.space-container {
  padding: 100px 0;
}

#logo {
  margin-right: 0 !important;
}

#copyrights {
  background-color: var(--chocolate) !important;
  border-top: none;
}

/* slider */

.slide-bg-1 {
  background: url('../img/slider-home/seedforce-slide-1-desk.jpg') no-repeat
    center center;
  background-size: cover;
}

.slide-bg-2 {
  background: url('../img/slider-home/seedforce-slide-2-desk.jpg') no-repeat
    center center;
  background-size: cover;
}

#slider {
  margin-top: -1px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  top: auto;
  bottom: 180px;
  left: auto;
  right: 100px;
  width: 200px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.swiper-scrollbar-drag {
  background: #000;
}

.slider-caption.container-caption {
  max-width: 850px;
  width: 100%;
}

.swiper-navs {
  position: absolute;
  left: auto;
  right: 300px;
  bottom: 140px;
  top: auto;
  z-index: 99;
}

.carousel-indicators [data-bs-target] {
  background-color: hsl(11, 51%, 14%, 1);
}

.slider-arrow-left,
.slider-arrow-right {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--full-white);
  width: 36px;
  height: 36px;
  background-color: hsl(11, 51%, 14%, 0.45) !important;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: hsl(11, 51%, 14%, 0.45) !important;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
  background-color: hsl(11, 51%, 14%, 0.3) !important;
}

.slider-arrow-right {
  left: 45px;
}

.slider-arrow-left i,
.slider-arrow-right i {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  color: #000;
}

.slider-arrow-right i {
  margin-left: -1px;
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.dark .slider-arrow-left,
.dark .slider-arrow-right {
  border-color: var(--full-white);
}

.dark .swiper-container-horizontal > .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.4);
}

.dark .swiper-scrollbar-drag {
  background: #fff;
}

.dark .slide-number,
.dark .slider-arrow-left i,
.dark .slider-arrow-right i {
  color: #fff;
}

.slider-feature {
  position: relative;
  transform: translateY(-20%);
  z-index: 4;
}

.slider-feature a {
  color: #222;
  transition: all 0.2s ease;
}

.slider-feature a:hover {
  background-color: var(--cnvs-themecolor);
  transform: translateY(-2px);
  z-index: 1;
}
.card-body-slider {
  font-family: var(--Ubuntu);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--chocolate);
  text-transform: none;
}

.slider-feature i {
  position: relative;
  font-size: 20px;
  padding-right: 6px;
  color: var(--spicy-red);
}

/* Animated Setting
-----------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* supporting */

.card-supporting {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  background-color: hsl(11, 51%, 14%, 0.8) !important;
  border-radius: 1rem !important;
}

.paragraph-supporting {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  font-family: var(--Ubuntu) !important;
  line-height: 1.4 !important;
  color: var(--full-white) !important;
}

/* aobut */
.about-paragraph {
  color: hsl(11, 51%, 14%, 0.8);
  max-width: 800px;
}

.second-paragraph,
.fbox-content {
  color: hsl(11, 51%, 14%, 0.8) !important;
}

.list-icons li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.list-icons i {
  color: var(--spicy-red);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.vertical-middle.about {
  justify-content: flex-end;
}

.heading-block {
  margin-bottom: 0 !important;
}

.about-box-title {
  font-family: var(--Ubuntu);
  font-size: 1.25rem;
  font-weight: 700;
}

.fbox-icon i {
  color: var(--spicy-red) !important;
}

/* promise */
.container-slider-light {
  background-color: hsl(11, 82%, 61%, 0.2) !important;
}

#bs-carousel .slider-arrow-left i,
#bs-carousel .slider-arrow-right i {
  color: var(--full-white) !important;
}

#bs-carousel .slider-arrow-left,
#bs-carousel .slider-arrow-right {
  left: 16px;
  right: auto;
  background-color: hsl(11, 51%, 14%, 0.45) !important;
}

#bs-carousel .slider-arrow-right {
  left: auto;
  right: 16px;
}

#bs-carousel .slider-arrow-left:hover,
#bs-carousel .slider-arrow-right:hover {
  background-color: hsl(11, 51%, 14%, 1) !important;
}

/*  events */

.forge-classes-title {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--cnvs-themecolor);
  font-weight: 700;
}
.forge-classes-heading {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.1;
}
.forge-class-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 380px;
  cursor: pointer;
}
.forge-class-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.forge-class-card:hover img {
  transform: scale(1.06);
}
.forge-class-overlay {
  position: absolute;
  inset: 0;
}
.forge-class-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 24px;
}
.forge-class-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--full-white);
  font-family: var(--Ubuntu);
  line-height: 1.2;
  margin-bottom: 10px;
}
.forge-class-desc {
  font-size: 1rem;
  color: hsl(0, 0%, 100%, 0.8);
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 400;
}
.forge-class-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.forge-class-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 2px;
}
.forge-class-badge i {
  font-size: 0.8rem;
  color: var(--cnvs-themecolor);
}
.forge-class-flames {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.forge-class-flames i {
  font-size: 0.9rem;
}
.forge-class-link {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--full-white);
  transition: color 0.2s ease;
  font-family: var(--Lato);
}
.forge-class-card-link:hover .forge-class-link {
  color: hsl(0, 0%, 100%, 0.75);
}
.forge-schedule-btn {
  display: inline-block;
  background: var(--cnvs-themecolor);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.forge-schedule-btn:hover {
  opacity: 0.85;
  color: #fff;
}
.forge-divider-line {
  width: 48px;
  height: 3px;
  background: var(--cnvs-themecolor);
  margin: 12px auto 32px;
}

/* sponsors  */
.forge-class-sponsors {
  font-size: 1.5rem;
  color: hsl(0, 0%, 100%, 0.8);
  line-height: 1.2 !important;
  font-weight: 400;
  font-family: var(--Lato);
  max-width: 800px;
}

#oc-clients .oc-item {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#oc-clients .oc-item:hover {
  opacity: 1;
}

/* pleca */
.container-pleca .boxs {
  background-color: hsl(11, 82%, 61%, 0.2);
  color: var(--chocolate);
}

.container-pleca .boxs-text {
  font-family: var(--Ubuntu);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.container-pleca .boxs-animate {
  background-color: var(--chocolate);
  color: var(--full-white);
}

/* contact */

.invalid-feedback {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  color: hsl(0, 100%, 60%);
  text-align: right;
  margin-top: 0.5rem;
  font-family: var(--Lato);
}

.form-control.error {
  border-color: hsl(0, 100%, 60%);
}

.fluid-width-video-wrapper {
  height: 100%;
}

.contact-list .space-container-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.contact-list i {
  color: var(--spicy-red);
}

.contact-list .space-container-text a {
  color: var(--chocolate);
  font-family: var(--Lato);
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.5s ease;
}

.contact-list .space-container-text a:hover {
  color: hsl(11, 51%, 14%, 0.5);
}
.form-control:focus {
  border-color: var(--pumpkin);
  font-family: var(--Lato);
  font-size: 1rem;
  font-weight: 400;
  color: var(--chocolate);
}

.form-control {
  border-color: var(--pumpkin);
  font-family: var(--Lato);
  font-size: 1rem;
  font-weight: 400;
  color: hsl(11, 51%, 14%, 0.5);
}

/* modals */

.modal {
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(30px);
}

.modal-dialog {
  max-width: 1100px;
  display: flex;
  align-items: center;
}

.modal-content {
  background-color: var(--full-white);
  height: auto;
  padding: 3em;
}

.modal-header {
  padding-left: 20px !important;
  border-bottom: 1px solid var(--pumpkin);
}

.modal-header.container.ps-0,
.modal-header.container.\!ps-0 {
  padding-left: 0 !important;
}

.modal-title h2 {
  text-align: start;
  color: var(--pumpkin);
  padding-left: 0 !important;
  margin: 0;
}

.close-modal {
  right: 32px;
  top: 16px;
  position: fixed;
  color: hsl(0, 0%, 100%, 0.65);
  font-size: 2rem;
  cursor: pointer !important;
  pointer-events: auto !important;
  z-index: 9999;
  background: none;
  border: none;
  padding: 0;
  transition: color 0.3s ease;
}

.close-modal:hover {
  color: hsl(0, 0%, 100%);
}

.modal-body,
.modal-body h5 {
  color: hsl(11, 51%, 14%, 0.8);
  font-family: 'Be Vietnam Pro';
  font-size: 2.5rem;
}

#modal-privacidad h5,
#modal-terms h5 {
  margin-bottom: 10px;
}

.modal-footer {
  border-top: 1px solid hsl(0, 5%, 13%, 0.5);
}

/* =============================================
   Footer BF
   ============================================= */

.footer-bf {
  background-color: var(--chocolate) !important;
}

.footer-main {
  padding-top: 30px;
  padding-inline: 60px;
}

.footer-logo {
  max-width: 250px;
  width: 100%;
}

.footer-title {
  font-family: var(--Ubuntu);
  font-size: 24px;
  font-weight: 500;
  color: var(--full-white);
  margin-bottom: 16px;
  line-height: 1.5rem;
}

.footer-logo-col {
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-list.footer-contact-list-right {
  align-items: flex-end;
}

.footer-contact-list a {
  color: hsl(0 0% 93% / 0.5);
  text-decoration: none;
  font-family: var(--Lato);
  font-size: 1rem;
  transition: color 0.2s ease;
  font-weight: 400;
}

.footer-contact-list a:hover {
  color: hsl(0 0% 93% / 0.25);
}

.footer-icon {
  color: hsl(0 0% 93% / 0.5);
  font-size: 16px;
  flex-shrink: 0;
}

.footer-newsletter-desc {
  font-family: var(--Lato);
  font-size: 14px;
  color: var(--full-white);
  margin-bottom: 16px;
  line-height: 1.5;
}

.footer-newsletter-row {
  position: relative;
}

.footer-newsletter-input {
  width: 80%;
  padding: 14px 90px 14px 24px;
  border: none;
  border-radius: 50px;
  font-family: var(--Lato);
  font-size: 14px;
  background: var(--full-white);
  color: var(--full-white);
  outline: none;
}

.footer-newsletter-input::placeholder {
  color: hsl(0 0% 60%);
}

.footer-newsletter-btn {
  position: absolute !important;
  right: 39px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-radius: 50px !important;
  padding: 14px 24px !important;
  font-size: 14px !important;
  white-space: nowrap;
}

/* Copyrights */

.footer-copyrights {
  border-top: 1px solid hsl(0 0% 100% / 0.1);
  padding: 0 0 30px !important;
}

.footer-copyrights-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.footer-copyrights-boxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copy-text {
  font-family: var(--Lato);
  font-size: 16px;
  font-weight: 700;
  color: hsl(0, 0%, 93%, 0.5);
  margin: 0;
}

.footer-abeha {
  color: hsl(0, 0%, 93%, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-abeha:hover {
  color: hsl(0, 0%, 93%, 0.25);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 93%, 0.5);
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.footer-social-icon.instagram {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 93%, 0.5);
}

.footer-social-icon i {
  font-size: 32px;
  color: hsl(0, 0%, 93%, 0.5);
}

.footer-social-icon.instagram i {
  font-size: 22px;
  color: var(--chocolate);
}

.footer-social-icon.facebook:hover i,
.footer-social-icon.instagram:hover {
  color: hsl(0, 0%, 93%, 0.25);
}

.footer-social-icon.instagram:hover {
  background-color: hsl(0, 0%, 93%, 0.25);
}

.footer-legales {
  font-family: var(--Lato);
  font-size: 16px;
  font-weight: 700;
  color: hsl(0, 0%, 93%, 0.5);
  margin: 0;
}

.footer-legal-link {
  color: hsl(0, 0%, 93%, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-link:hover {
  color: hsl(0, 0%, 93%, 0.25);
}

.line,
.double-line {
  margin-top: 25px;
}

/* Media queries */

/* tablet */
@media (max-width: 992px) {
  .p-0-mobile {
    padding: 0 !important;
  }

  .gy-30-mobile {
    --bs-gutter-y: 30px;
  }

  .space-35 {
    margin-bottom: 30px;
  }

  .space-25 {
    margin-bottom: 25px;
  }

  .space-20 {
    margin-bottom: 20px;
  }

  .mt-lg-initial {
    margin-top: 0 !important;
  }

  .promise-carousel-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }

  .promise-carousel-wrap .carousel-item img {
    border-radius: 0 !important;
  }

  .slide-bg-1 {
    background-image: url('../img/slider-home/seedforce-slide-1-mob.jpg');
  }

  .slide-bg-2 {
    background-image: url('../img/slider-home/seedforce-slide-2-mob.jpg');
  }

  .slider-curve-desktop {
    display: none;
  }

  .swiper-navs {
    left: 45px;
    right: auto;
  }

  .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 140px;
    right: 30px;
    width: 140px;
  }

  #header .container {
    padding-inline: 24px;
  }

  #header-wrap {
    border-bottom: none;
    padding: 15px 0 15px 0;
  }

  .primary-menu-trigger .cnvs-hamburger {
    color: var(--full-white) !important;
  }

  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background-color: var(--full-white) !important;
  }

  #logo {
    margin-right: auto !important;
  }

  .button-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-misc {
    position: initial;
    display: flex;
    align-items: center;
    margin-left: 0;
  }

  .menu-container > .menu-item > .menu-link {
    color: var(--full-white) !important;
  }

  .container,
  .container-fluid {
    padding-inline: 24px;
  }

  .space-container {
    padding: 64px 0;
  }

  .title-h1 {
    font-size: 2rem !important;
    font-weight: 700;
  }

  .title-h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
  }

  .paragraph {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }

  .container-slider {
    padding-inline: 0;
    max-width: 100%;
  }

  /* modals */
  .close-modal {
    right: 16px;
    position: fixed;
    font-size: 1.25rem;
  }

  .modal-title h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .modal-body,
  .modal-body h2 {
    font-size: 1rem;
  }

  /* supporting */

  .card-supporting {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  /* about */

  .col-padding {
    padding: 1.875rem 2rem 0 2rem;
  }

  .about-img-wrap {
    height: 350px;
    width: calc(100% + 24px) !important;
    max-width: calc(100% + 24px) !important;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .space-boxs-text {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  #slider.min-vh-75 {
    min-height: 100vh !important;
    max-height: 100vh !important;
  }

  .swiper-navs {
    left: 25px;
    right: auto;
  }
}

.grid-item.is-hidden {
  display: none !important;
}

@media (max-width: 992px) {
  .mfp-counter {
    display: none !important;
  }

  .footer-main {
    padding-top: 64px;
    padding-inline: 0;
  }

  .space-container-footer-text {
    margin-bottom: 20px;
  }
  .space-container-footer-title {
    margin-bottom: 25px;
  }

  .footer-logo-col,
  .texts-footer,
  .footer-contact-list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: 0;
  }

  .footer-logo {
    max-width: 220px;
  }

  .footer-copyrights-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  nav.primary-menu.primary-menu-active {
    margin-left: auto !important;
    padding-inline: 0 !important;
  }
}

@media (min-width: 992px) {
  .gutter-lg-50 {
    --cnvs-custom-gutter: 50px;
  }

  .col-mb-lg-0 {
    --cnvs-col-mb: 0px;
  }

  .slider-curve-desktop {
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 1;
  }

  .card-supporting {
    max-width: 420px;
    width: 100%;
  }

  .sub-menu-container .menu-item:hover > .menu-link {
    background-color: transparent;
  }

  .svg-line {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
  }

  .button-svg {
    background-image: url('../img/border.svg');
    background-repeat: no-repeat;
    background-position: center 120%;
    background-size: 100% 10px;
    color: #222;
    font-size: 16px;
  }

  .menu-container > .menu-item > .menu-link div::after {
    opacity: 0;
    content: '';
    position: absolute;
    background-image: url('../img/border.svg');
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: 50%;
    margin-top: 16px;
    width: 60%;
    height: 10px;
    background-size: 100% 10px;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .menu-container > .menu-item.current > .menu-link div::after,
  .menu-container > .menu-item:hover > .menu-link div::after {
    opacity: 1;
    width: 90%;
  }

  .menu-container.box-red {
    width: auto;
  }

  #header .menu-bg {
    width: 87px;
    height: var(--cnvs-header-height, 70px);
    background: var(--full-white);
    border-right: none;
  }

  #header .menu-bg::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background-color: var(--full-white);
    width: 100vw;
    z-index: -1;
    border-bottom-color: var(--full-white);
  }

  #header .menu-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0px solid transparent;
    border-right-width: var(--cnvs-header-height, 70px);
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-width: var(--cnvs-header-height, 70px);
    border-bottom-style: solid;
    border-bottom-color: var(--cnvs-themecolor);
    z-index: 0;
  }

  /* slider */
  .border-radius-images-slider {
    border-radius: 16px !important;
  }

  .slider-feature {
    transform: translateY(-50%);
  }

  .heading-block h2 {
    font-size: 54px;
  }

  .feature-box .fbox-icon {
    width: 80px;
    height: 80px;
  }

  .feature-box h3 {
    font-size: 20px;
  }

  .charity-card h3 {
    font-size: 22px;
  }

  .counter {
    font-size: 48px;
    letter-spacing: 1px;
  }

  .counter-section h3 {
    font-size: 2.6rem;
  }

  .full-width-img {
    margin-left: calc(50% - 300px);
  }

  .page-title.page-title-center .breadcrumb {
    margin-top: 35px !important;
  }
}

.mfp-arrow-left::before,
.mfp-arrow-right::before {
  font-size: 1.25rem;
}

.masonry-thumbs {
  --bs-gutter-x: calc(1px * 5);
  --bs-gutter-y: calc(1px * 6);
}
