h2,
h1 {
  margin-bottom: 25px !important;
}

.cfo-logos .cfo-row {
  gap: 0 5px;
}

.home-header#main-header {
  position: absolute;
  z-index: 999;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0.85) 9.32%, rgba(0, 0, 0, 0.697) 27.14%, rgba(0, 0, 0, 0.408) 60.62%, rgba(0, 0, 0, 0) 125.6%);
}

#main-header {
  height: 110px;
  width: 100%;
}

#main-header .container {
  padding: 0 30px;
}

.menu-mobile {
  display: none !important;
}

.menu-item-list a {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
}

.menu-item-list .last-menu-item a {
  background-color: var(--red);
  padding: 10.5px 40px;
  border-radius: 50px;
  color: var(--black);
  ;
}

.menu-item-list .last-menu-item a,
.home .fixed-header .menu-item-list .last-menu-item a {
  background-color: var(--red);
}

.home .menu-item-list .last-menu-item a {
  background-color: var(--white);
}

.menu-item-list .last-menu-item:hover a {
  background-color: var(--black);
  color: var(--white);
}

.menu-item-list {
  gap: 0 50px;
}

.has_child svg {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.desktop-menu .has_child:hover svg {
  transform: rotate(-180deg);
}

.desktop-menu .has_child:hover svg path {
  fill: var(--red);
}

.dropdown-menu-item {
  position: absolute;
  top: 100px;
  left: -30px;
  padding: 25px 26px !important;
  background-color: #181717;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000026;
  gap: 10px 0;
  width: 232px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.has_child:hover .dropdown-menu-item {
  pointer-events: all;
  opacity: 1;
}

.dropdown-menu-item a {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
}

.fixed-header {
  position: fixed !important;
  background-color: var(--white) !important;
  box-shadow: 0px 2px 4px 0px #0000000f;
  animation: header-pop 0.2s;
  top: 0;
  z-index: 10;
  background: #fff !important;
}

@keyframes header-pop {
  0% {
    top: -110px;
  }

  100% {
    top: 0;
  }
}

.fixed-header .menu-item-list a {
  color: var(--black);
}

.fixed-header .menu-item-list svg path {
  fill: var(--black);
}

.fixed-header .menu-item-list .last-menu-item a {
  color: var(--white);
}

.fixed-header .dropdown-menu-item {
  background-color: var(--white);
}

.for-fixed-header {
  display: none;
}

img.for-fixed-header,
img.for-default-header {
  height: 100px;
  width: 118%;
  max-width: 100%;
  object-fit: contain;
}

.fixed-header .for-fixed-header {
  display: block;
}

.fixed-header .for-default-header {
  display: none;
}

.for-default-header {
  display: block;
}

li:hover>a,
.fixed-header li:hover>a {
  color: var(--red);
}

.site-content section.cutajar-banners {
  margin-top: 100px;
}

.cutajar-banners .cutajar-banner-heading p {
  display: flex;
  text-align: left;
}

.cutajar-banners .cutajar-banner-heading strong {
  flex-shrink: 0;
  min-width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 1450px) {
  .menu-item-list a {
    font-size: 18px;
  }

  /* #main-header img {
    width: 100%;
  } */
}

@media screen and (max-width: 1200px) {
  .menu-item-list a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-menu {
    display: none;
  }

  .menu-mobile {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .site-content .our-culture-video iframe {
    height: 27vh;
  }

  .homepage-certifications .container,
  .homepage-b2b .container-fluid,
  .cutajar-foundation-get-support .container {
    padding: 0 !important;
  }

  .certifications-section .cert-box {
    gap: 30px;
  }

  .cutajar-foundation-get-support .row,
  .certifications-section .cert-box,
  .cutajar-foundation-what-we-do .row {
    flex-direction: column;
  }

  .homepage-marketing .homepage-marketing-carousel .marketings-tab {
    padding: 13px 13px;
  }

  .site-content .homepage-meet,
  .site-content .homepage-meet h3,
  .cutajar-our-culture .cutajar-our-culture-items,
  .cutajar-foundation-board .cutajar-foundation-board,
  .cutajar-foundation-board .cfb-heading h2,
  .cutajar-foundation-board .cfb-card {
    margin-bottom: 30px;
  }

  .homepage-our-shop .heading-our-shop {
    padding: 50px 20px;
  }

  /* .marketings-col-half.vertical-gap-15 {
    display: none !important;
  } */
  .marketings-inner-card .marketings-col-half {
    max-width: 100%;
    max-height: revert;
  }

  .marketings-col-half .m-card-type-whole img {
    height: 200px;
  }

  .marketing-carousel .marketings-card {
    height: auto;
  }

  .homepage-marketing-carousel .homepage-marketing-carousel .slick-dots {
    bottom: -50%;
  }

  .cutajar-our-culture-items .our-culture-item {
    margin: 0 auto;
  }

  /* .site-content section.cutajar-banner {
    margin-top: 50px;
    height: 70vh;
  } */

  .cutajar-foundation-what-we-do .what-we-do-content {
    align-items: start !important;
    padding: 30px 0 30px 0;
  }

  .site-content section {
    /* margin-top: 50px; */
    margin-bottom: 50px;
  }

  .cutajar-foundation-get-support .cfgs-content-column {
    padding: 30px;
  }

  .cutajar-foundation-get-support .cfgs-image-column,
  .cutajar-foundation-get-support .cfgs-content-column,
  .cutajar-foundation-what-we-do .what-we-do--content {
    width: 100%;
  }

  .cfgs-image-column {
    height: 299px;
  }

  .cutajar-foundation-what-we-do .cfwwd-video {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 258px;
    width: 100%;
  }

  .page-id-399 .site-content section.cutajar-banner {
    height: 16vh;
  }
}