/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




 @keyframes fadeDown { from { opacity: 0; transform: translate3d(0, -30px, 0); }
to { opacity: 1; transform: none; } }
.elementor-element.fadeInDown { animation-name: fadeDown; }
@keyframes fadeLeft { from { opacity: 0; transform: translate3d(-30px, 0, 0); }
to { opacity: 1; transform: none; } }
.elementor-element.fadeInLeft { animation-name: fadeLeft; }
@keyframes fadeRight { from { opacity: 0; transform: translate3d(30px, 0, 0); }
to { opacity: 1; transform: none; } }
.elementor-element.fadeInRight { animation-name: fadeRight; }
@keyframes fadeUp { from { opacity: 0; transform: translate3d(0, 30px, 0); }
to { opacity: 1; transform: none; } }
.elementor-element.fadeInUp { animation-name: fadeUp; }
@keyframes slideUp { from { opacity: 0; transform: translate3d(0, 100px, 0); }
to { opacity: 1; transform: none; } }
.elementor-element.slideInUp { animation-name: slideUp; }


strong{
  font-weight: 600!important;
  color: black!important;
}

.highlight-text {
  font-weight: 600;
  color: black;
   font-size:1rem!important;
}




/* MULTI GALLERY */

.mg-tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  flex-wrap: wrap;
  gap: 1rem;
}
.mg-tab-nav li {
  cursor: pointer;
  padding: 14px 32px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-right: 0.5em;
  font-family: "Dela Gothic One";
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
   line-height: 1.2rem;
  --space-between: -5px;
	color:#214027;
}
.mg-tab-nav li.active {
  background: #b9dc9e;
  border-color: #b9dc9e;
}
.mg-tab-content {
  display: none;
}
.mg-tab-content.active {
  display: block;
  margin-top: 50px !important;
}




@media all and (max-width: 1024px){
.mg-tab-content, .mg-tab-nav{
    padding: 0px 50px!important;
}
    
}

@media all and (max-width: 1024px){
.mg-tab-content{
    padding: 0px 20px!important;
}
    
}
.mg-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mg-gallery a {
  display: block;
  overflow: hidden;
}
.mg-gallery img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.mg-item.hidden {
  display: none;
}
.mg-load-more {
  	display: block;	
    margin: 5rem auto 0 auto;
    border: none;
    border-radius: 4px;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-08df521-font-family);
    font-size: var(--e-global-typography-08df521-font-size);
    text-transform: var(--e-global-typography-08df521-text-transform);
    line-height: var(--e-global-typography-08df521-line-height);
    fill: #F6F8E7;
    color: #F6F8E7;
    padding: 12px 28px 9px 28px;
}

button:focus.mg-load-more {
    background:var(--e-global-color-primary);
}

.mg-load-more:hover {
  background: var(--e-global-color-primary);
}

a.mg-item {
  animation: animate 0.3s ease-in-out;
}

@keyframes animate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  .mg-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .mg-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 550px) {
  .mg-tab-nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .mg-tab-nav li {
    text-wrap: nowrap;
  }

  .mg-tab-nav::-webkit-scrollbar {
    display: none;
  }

  .mg-tab-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
