/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/

.mcs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: center;
}

.mcs-grid-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.mcs-item-header {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  vertical-align: initial;
  gap: 10px;
}

.mcs-item-header > img {
  height: 65px;
  width: auto;
}

.mcs-grid-item h3.mcs-grid-item-title {
  margin-bottom: 12px;
}

.mcs-grid-item img {
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 17px;
}

.mcs-grid-item.logo img {
  aspect-ratio: auto;
  object-fit: contain;
  margin-bottom: 17px;
  height: 150px;
}

.mcs-grid-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  color: var(--global-palette3);
}

h1.mcs-title {
  text-transform: none;
  font-size: 46px;
}

@media (max-width: 767px) {
  h1.mcs-title {
      font-size: 30px;
  }
}


h2.mcs-title {
  font-size: 36px;
}

@media (max-width: 767px) {
  h2.mcs-title {
      font-size: 24px;
  }
}

body .single-content h2.mcs-title,
body .single-content h2.mcs-title:first-child {
  margin: auto;
}

body .single-content h3.mcs-grid-item-title,
body .single-content h3.mcs-grid-item-title:first-child {
  margin-bottom: 12px;
}

.mcs-section {
  margin: 150px 0;
}

.testimonial-carousel .elementor-testimonial-wrapper .elementor-testimonial-content {
  background-color: #6cc1e4;
}

.elementor-testimonial-wrapper::before {
  background-color: #f8fcff;
}

.header-image-title {
  position: absolute;
  z-index: 100;
  color: #DBE46C;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(7vw, 90px);
  font-weight: 700;
  line-height: 0;
  white-space: nowrap;
  font-family: var(--global-heading-font-family)
}

.header-image-title-overlay {
  position: absolute;
  z-index: 50;
  color: #6CC1E4;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(20vw, 251px);
  font-weight: 700;
  line-height: 0;
  white-space: nowrap;
  font-family: var(--global-heading-font-family)
}

.header-image-overlay {
  position: absolute;
  z-index: 10;
  background: linear-gradient(180deg, #03101DD8, #03101D00, #03101D80);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a{
  color: #fff;
}
.active-scroll{
  position: relative;
}
.active-scroll::after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 2px;
  right: 50%;
  background: #DBE46C;
  -webkit-transform: scale(0, 0) translate(-50%, 0);
  transform: scale(0, 0) translate(-50%, 0);
  transition: color .0s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, color .0s ease-in-out;
  transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
  width: calc(100% - 46px);
  -webkit-transform: scale(1, 1) translate(50%, 0);
  transform: scale(1, 1) translate(50%, 0);
}

.partnershops-container {
  margin-top: 1em!important;
}

.partnershop-element {
  border: 1px solid #e3e3e3;
  padding: 1em 1em 3em 1em;
}

.partnershop-filter{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:30px;
}

.partnershop-filter button{
    padding:8px 14px;
    border:1px solid #ccc;
    background:#fff;
    cursor:pointer;
    transition:.2s;
}

.partnershop-filter button:hover{
    background:#eee;
}

.partnershop-filter button.active{
    background:#0073aa;
    color:#fff;
    border-color:#0073aa;
}
