/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
@font-face {
    font-family: 'Ogg TRIAL';
    src: url('fonts/OggTRIAL-Regular.woff2') format('woff2'),
        url('fonts/OggTRIAL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-Light.woff2') format('woff2'),
        url('fonts/FoundersGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('fonts/FoundersGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: rgba(218, 213, 214, 1);
}
body.home .page-header {
    display: none;
}
.site-header .site-branding .site-logo img,
.site-footer .site-branding .site-logo img {
    height: auto;
}
.elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Ogg TRIAL' !important;
    font-weight: 400 !important;
}
.elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Founders Grotesk' !important;
}

body h2 ,.page-header .entry-title {
    font-family: 'Ogg TRIAL';
    text-transform: uppercase;
    font-weight: 400;
}
.site-navigation ul.menu li a,
.site-navigation-dropdown ul.menu li a {
    font-family: 'Ogg TRIAL' !important;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
}

.site-navigation ul.menu li.current-menu-item > a,
.site-navigation ul.menu li > a:hover {
    background: url("images/MediumCircle.001d68e.gif") no-repeat;
    background-position: 50%;
    background-size: contain;
}
.site-navigation ul.menu li.menu-item-30 > a:hover,
.site-navigation ul.menu li.current-menu-item.menu-item-30 > a {
    background: url("images/LargeCircle.e8691c7.gif") no-repeat;
    background-position: 50%;
    background-size: contain;
}
.page-header .entry-title {
    color: rgba(255, 62, 179, 1);
    font-size: 84px;
 }
 body, body p, .elementor-widget-text-editor,
 .elementor-widget-text-editor a,
 .site-footer .footer-inner .copyright p {
    font-family: 'Founders Grotesk' !important;
 }

 .elementor-widget-text-editor p {
    line-height: 1.5em;;
 }

 .elementor-widget-text-editor a {
    color: #000 !important;
 }

 body .site-footer .footer-inner {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 50px;
    position: relative;
}

 .home_gallery {
    position: relative;
 }

 .overlap_heading {
    position: absolute !important;
    display: flex;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    left: 0;
    top: 40%;
    z-index: 9;
 }

.transparent-btn .elementor-button {
    background: none !important;
    font-family: 'Ogg TRIAL' !important;
}

.transparent-btn .elementor-button::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 10px;

  /* Force pink color */
  background-color: #FF3EB3;

  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms ease, opacity 160ms ease;
  pointer-events: none;

  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 40' preserveAspectRatio='none'><path d='M5 30 C55 10, 95 35, 145 20 S235 30, 295 18 S345 35, 395 22' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 36 C70 18, 120 32, 185 24 S280 28, 345 20' fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' opacity='.7'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 40' preserveAspectRatio='none'><path d='M5 30 C55 10, 95 35, 145 20 S235 30, 295 18 S345 35, 395 22' fill='none' stroke='%23000' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 36 C70 18, 120 32, 185 24 S280 28, 345 20' fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' opacity='.7'/></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.transparent-btn .elementor-button:hover::after,
.transparent-btn .elementor-button:focus-visible::after{
  opacity: 1;
  transform: scaleX(1);
}

.transparent-btn .elementor-button:hover {
    border: none !important;
}


.back_to_top {
    position: absolute;
    right: 0;
    color: rgba(255, 62, 179, 1);
    text-decoration: none;
}
@media (min-width: 768px) {
    body .site-header .header-inner {
        max-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .elementor-image-carousel.swiper-wrapper {
        align-items: center;
    }
    main#content {
        min-height: 700px;
    }
}

@media (max-width: 768px) {
    .page-header .entry-title {
        font-size: 48px;
    }
    body .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
        height: 100vh;
        top: 0;
        margin-top: 0;
    }
    body .site-header .site-branding,
    body .site-navigation-toggle-holder {
        position: relative;
        z-index: 99999;
    }
    body .site-navigation-dropdown {
        position: fixed;
    }
    body .site-header .site-branding {
        margin-left: 10px;
    }
    body .site-navigation-dropdown ul.menu {
        position: fixed;
        height: 105vh;
        background: #00514d;
        padding-top: 90px;
    }
    body .site-navigation-toggle-holder .site-navigation-toggle {
        background: none !important;
        padding-right: 0;
        padding-left: 0;
        color: #000;
    }
    body .site-navigation-dropdown ul.menu li a {
        color: #000;
        background: none;
        font-size: 3rem;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
    .back_to_top {
        display: none;
    }
}