/*
    Theme Name: Theme For Astoria Fencing 
    Theme URI: https://github.com/Open-FS/astoriafencing
    Author: OpenFS LLC
    Author URI: https://digitalmarketingnewjersey.us/
    Description: Theme For Astoria Fencing
    Requires at least: 6.4
    Tested up to: 6.4.3
    Requires PHP: 8.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: fencing astoria
    Text Domain: fencing
    
*/

:root {
    --brand-primary: #428361;
}

:root {
    --brand-primary: #428361;
    --brand-second: #33cc33;
    --brand-terc: #22a922;
}

body {
    overflow-x: hidden;
}

.text-primary {
    color: var(--brand-primary) !important;
}

.text-second {
    color: var(--brand-second);
}

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

@media (min-width: 992px) {
    .main-swiper {
        height: 100vh!important;
        min-height: 600px!important;
    }
}

.btn-primary-1 {
    text-transform: uppercase;
}

.btn-primary-1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    font-size: 20px;
    transition: 0.5s;
    letter-spacing: 1px;
    background-color: white;
}

.btn-primary-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    width: 101%;
    height: 100%;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    background: #428361;
    -webkit-mask: url("assets/img/sprite.png");
    mask: url("assets/img/sprite.png");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
    text-decoration: none;
}

.btn-primary-1 a:hover {
    -webkit-animation: ani 0.7s steps(22) forwards;
    animation: ani 0.7s steps(22) forwards;
}

.mas {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #000;
    text-align: center;
    width: 101%;
    height: 100%;
    font-weight: 300;
    position: absolute;
    font-size: 11px;
    top: 0px;
    overflow: hidden;
    font-weight: bold;
}

.btn-primary-2 {
    text-transform: uppercase;
}

.btn-primary-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    font-size: 20px;
    transition: 0.5s;
    letter-spacing: 1px;
    background-color: white;
}

.btn-primary-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    width: 101%;
    height: 100%;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    background: #cba613;
    -webkit-mask: url(assets/img/sprite.png);
    mask: url(assets/img/sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
    text-decoration: none;
}

.btn-primary-2 a:hover {
    -webkit-animation: ani 0.7s steps(22) forwards;
    animation: ani 0.7s steps(22) forwards;
}

.mas {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #000;
    text-align: center;
    width: 101%;
    height: 100%;
    font-weight: 300;
    position: absolute;
    font-size: 11px;
    top: 0px;
    overflow: hidden;
    font-weight: bold;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 0;
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }
}

.header {
    z-index: 999;
}

.header.sticky {
    background: rgb(43 87 64 / 88%);
    backdrop-filter: blur(16px);
}

.sticky {
    position: fixed !important;
    top: 0;
    z-index: 999;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 99%;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header__border-bottom {
    border-bottom: 2px solid white;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#menu-lg {
    display: none;
}

.grupo-servicios li a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sub-menu {
    box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 65%);
    top: 70%;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(20px);
    background: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 280px;
    margin-top: 4px;
}

.sub-menu li>a {
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    padding: 5px 10px;
}

.sub-menu li {
    padding: 5px 12px;
    text-align: left;
    border-bottom: 1px solid #efefef;
    list-style: none;
}

.sub-menu li>a:hover {
    color: #4091bf;
}

.sub-menu li::before {
    display: none;
}

.nav-menu .current-menu-item>a,
.nav-menu .current_page_item>a,
.nav-menu .current-menu-ancestor>a {
    color: #FFD523;
    font-weight: bold;
    position: relative;
}

.nav-mobile-menu .current-menu-item>a,
.nav-mobile-menu .current_page_item>a,
.nav-mobile-menu .current-menu-ancestor>a {
    color: #00B5D8 !important;
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 81%;
    height: 4px;
    background-color: #e1b400;
}

.nav-menu li>a {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: color 0.3s ease;
}

.nav-menu li>a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 81%;
    height: 4px;
    background-color: #e1b400;
    ;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.nav-menu li>a:hover {
    color: #e1b400;
}

.nav-menu li>a:hover::after {
    transform: scaleX(1);
}

.sub-menu li.menu-item a::after {
    content: none !important;
}

.sub-menu li.menu-item:hover {
    background-color: #ea1826 !important;
}

.sub-menu li.menu-item:hover a {
    color: #ffffff !important;
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
    transform: scaleX(1);
}

@media (min-width: 992px) {
    #menu-lg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    #menu-toggle {
        display: none;
    }
}

.subtitle {
    font-size: 24px;
}

@media (min-width: 768px) {
    .subtitle {
        font-size: 30px;
    }
}

.subtitle::before {
    content: '';
    display: inline-block;
    width: 53px;
    height: 42px;
    background-image: url('assets/img/sword-start.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.subtitle::after {
    content: '';
    display: inline-block;
    width: 53px;
    height: 42px;
    background-image: url('assets/img/sword-end.svg');
}

.subtitle.subtitle-light::before,
.subtitle.subtitle-light::after {
    filter: invert(1);
}

.bg-noise {
    background-image: url('assets/img/bg-noise.png');
}

.bg-light-2 {
    background-color: #f9f9f9;
}

.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.section-space-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .section-space-lg {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.footer {
    background-color: #181818;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 100px 0;
}

.footer-top .menu-footer a {
    color: #babcbf;
    text-decoration: none;
    transition: all .5s ease;
    font-size: 15px;
}

.footer-top .menu-footer li:hover a {
    color: #e1b400;
}

.learn__bg-columns {
    width: 100%;
    aspect-ratio: 1/1!important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.learn__bg-item-1 img {
    border-bottom-left-radius: 3rem;
}

.learn__bg-item-3 img {
    border-top-right-radius: 3rem;
}

.learn__bg-item-1 p,
.learn__bg-item-3 p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(14 73 27 / 48%);
    margin-bottom: 0;
}



@media (min-width: 576px) {
    .learn__bg-item-1 p,
    .learn__bg-item-3 p {
        font-size: 50px;
        ;
    }
}

@media (min-width: 768px) {
    .learn__bg-item-1 p,
    .learn__bg-item-3 p {
        font-size: 60px;
        ;
    }
    .learn__bg-item-1 img {
        border-bottom-left-radius: 5rem;
    }
    .learn__bg-item-3 img {
        border-top-right-radius: 5rem;
    }
}

@media (min-width: 992px) {
    .learn__bg-item-1 p,
    .learn__bg-item-3 p {
        font-size: 40px;
        ;
    }
}

@media (min-width: 1200px) {
    .learn__bg-item-1 p,
    .learn__bg-item-3 p {
        font-size: 50px;
        ;
    }
}

.learn__bg-item-1-text,
.learn__bg-item-3-text {
    background-image: linear-gradient(#487948, white);
    background-clip: text;
}

.bg-draw {
    width: 700px;
    height: 400px;
}

.bg-draw__path {
    fill: none;
    stroke: rgb(219, 219, 219);
    stroke-width: 1;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 3800;
    stroke-dashoffset: 3800;
    animation: draw 3s linear alternate infinite;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.catch-us-section__bg-bottom {
    background-color: #181818;
    height: 50%;
    width: 100%;
}

.accordion-item {
    border-color: none !important;
    border: none;
}

.accordion-button {
    background: #428361;
    color: white;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #428361 !important;
    box-shadow: none !important;
}

.accordion-button::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right-icon lucide-chevrons-right"%3E%3Cpath d="m6 17 5-5-5-5"%3E%3C/path%3E%3Cpath d="m13 17 5-5-5-5"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0px;
    transition: transform 0.3s ease;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-right-icon lucide-chevrons-right"%3E%3Cpath d="m6 17 5-5-5-5"%3E%3C/path%3E%3Cpath d="m13 17 5-5-5-5"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0px;
    transform: rotate(90deg);
}

.offcanvas {
    background-color: #131313;
}

.offcanvas-body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(assets/img/boy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scaleX(-1);
}

.navbar-nav:not(.menu-mobile) li:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.navbar-nav li>a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #e4e4e4;
    font-size: 14px;
    text-decoration: none;
}

.navbar-nav li>a:hover {
    color: var(--brand-primary);
}

.navbar-nav li.current-menu-item>a,
.navbar-nav li.current-menu-ancestor>a {
    color: var(--brand-primary);
    font-weight: 600;
}

.down-icon {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.down-icon.rotated {
    transform: rotate(180deg);
}

.grupo-servicios li a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sub-menu {
    box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 65%);
    top: 70%;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(20px);
    background: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 280px;
    margin-top: 4px;
}

.sub-menu li>a {
    color: #000 !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    padding: 5px 10px;
}

.sub-menu li {
    padding: 5px 12px;
    text-align: left;
    border-bottom: 1px solid #efefef;
    list-style: none;
}

.sub-menu li>a:hover {
    color: #4091bf;
}

.sub-menu li::before {
    display: none;
}

.nav-mobile-menu .current-menu-item>a,
.nav-mobile-menu .current_page_item>a,
.nav-mobile-menu .current-menu-ancestor>a {
    color: #00B5D8 !important;
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 81%;
    height: 4px;
    background-color: #e1b400;
}

.nav-menu li>a {
    position: relative;
    display: inline-block;
    color: #fff;
    /* color base */
    transition: color 0.3s ease;
}

.nav-menu li>a:hover::after {
    transform: scaleX(1);
}

.sub-menu li.menu-item a::after {
    content: none !important;
}

.sub-menu li.menu-item:hover {
    background-color: #428361 !important;
}

.sub-menu li.menu-item:hover a {
    color: #ffffff !important;
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
    transform: scaleX(1);
}

@media (min-width: 992px) {
    #menu-lg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    #menu-toggle {
        display: none;
    }
}

.icono-circulo {
    padding: 5px;
    border-radius: 50%;
    line-height: 1;
}

.found-img-1 {
    background-image: url('assets/img/Jackie-H1-insta-side-bg-img-01.png');
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 750px auto;
}

.found-img-2 {
    background-image: url('assets/img/Jackie-H1-class-list-bg-img-01.png');
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 750px auto;
}

.slider-title {
    font-weight: 900;
    font-size: 40px
}

.slide__bg {
    z-index: 1;
}

.slide__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 14, 5, 0.54) 17%, rgba(2, 8, 3, 0.41) 100%);
    z-index: 2;
}

.slide__content {
    z-index: 4;
}

.swiper-slide {
    height: 100vh !important;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    background-color: #000;
    transform: scale(1.1);
    transition: transform 7s ease;
    opacity: 1;
}

.swiper-slide-active .hero-img {
    transform: scale(1);
}

.main-swiper {
    height: 100vh !important;
}

.text-about h2 {
    font-size: 30px;
    font-weight: 800;
}

.text-about p {
    font-size: 18px;
}

.boy-float {
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.learn-text h1 {
    font-size: 33px;
    font-weight: 800;
}

.title-sections-page {
    font-weight: 900 !important;
    font-size: 40px;
}

.learn-text p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.faq-content p {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 18px;
}

.accordion-header button {
    font-size: 17px;
    font-weight: 500;
}

.catch-us-section {
    position: relative;
    background-image: url('assets/img/slide-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    z-index: 1;
    border-radius: 20px;
    overflow: auto;
}

.catch-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.conten-footer p {
    font-size: 14px;
    color: #d9d9d9;
    text-align: justify;
}

.hero-banner {
    width: 100%;
    position: relative;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    padding-top: 110px;
    padding-bottom: 50px;
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(2 14 5 / 79%) 17%, rgb(4 18 7 / 71%) 100%);
    z-index: 1;
}

.hero-text-area {
    z-index: 3;
    position: relative;
    font-size: 35px;
    font-weight: 900;
}

.hero-banner::after {
    z-index: 2;
}

.icono-circulo {
    padding: 5px;
    border-radius: 60%;
    line-height: 1;
}

.found-img-1 {
    background-image: url('assets/img/Jackie-H1-insta-side-bg-img-01.png');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.found-img-2 {
    background-image: url('assets/img/Jackie-H1-class-list-bg-img-01.png');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left top;
}

.location-button .location-svg {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    height: 25px;
    width: 25px;
}

.location-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #428361;
    border: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.location-button:hover {
    background: #4c5f4e;
    border-color: #4c5f4e;
}

.location-button:hover .location-svg {
    fill: #fff !important;
}

iframe {
    border: none;
    width: 100%;
    height: 400px;
}

.title-contact {
    font-size: 30px;
    font-weight: 900;
}

.content-about h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
}

.content-about p {
    text-align: justify;
    font-size: 18px;
}

.title-call {
    font-weight: 900;
    color: #428361;
}

.title-features {
    font-weight: 900;
}

.title-feat {
    font-weight: 900;
}

.featured-image img {
    width: 100%;
    height: 300px;
    border-radius: 19px;
    object-fit: cover;
    object-position: center top;
}

.featured-image {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.single-blog-p {
  
    text-align: justify !important;
    margin-top: 20px;
    font-size: 18px;
}

.content-single h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
}

.about-block {
    position: relative;
    width: 100%;
}

@media (max-width: 1024px) {
    .about-block {
        width: 100%;
    }
}

.about-block .image-box {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
}

.about-block .image-box img {
    -webkit-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
    border-radius: 24px;
    width: 100%;
}

@media (max-width: 1024px) {
    .about-block .image-box img {
        width: 100%;
    }
}

.about-block .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 23px 23px;
    z-index: 1;
}

.about-block .content-box.box-2 {
    padding: 0px 23px 23px;
}

.about-block .content-box h2,
.about-block .content-box .h5 {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}

.about-block .content-box h5 {
    color: #4d4d4d;
    transition: all 0.3s ease;
}

.about-block:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s linear 0s;
    transition: all 0.35s linear 0s;
}

.about-block:hover .content-box h2,
.about-block:hover .content-box .h5 {
    color: #33cc33;
    transition: all 0.3s ease;
}

.about-block:hover .content-box h5 {
    color: #ffffff;
    transition: all 0.3s ease;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(2 14 5 / 16%) 17%, rgb(2 8 3 / 85%) 100%);
    z-index: 1;
}

.image-box img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.eyebrow {
    color: #fad225;
    font-weight: 600;
}

.timeline__item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.text-grey {
    color: rgb(114, 114, 114);
}

.border-red-100 {
    border: solid 1px #d2ffe8;
}

.timeline__item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.25rem;
}

.timeline__item span:first-child {
    flex: 1;
}

.timeline__item span:last-child {
    flex-shrink: 0;
    text-align: right;
}

.text-grey {
    color: #777;
}

.card-hours {
    background: #426853;
    border-radius: 15px;
    color: #fff;
}

.ages-card {
    padding: 15px;
    background: #000000;
    display: flex;
    width: 35%;
    border-radius: 10px;
    justify-content: center;
}

.ages-card p {
    color: #33cc33;
    margin-bottom: 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}

.single-class strong {
    font-weight: 700;
    text-align: justify;
}

.single-class {
    text-align: justify;
}

.single-class li {
    margin-bottom: 4px;
}

.single-class ul li::marker,
.single-class ol li::marker {
    color: #36ab6a;
    font-size: 17px;
}

.ages-classes-card {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.btn-classes-new {
    background: #fad225;
    color: #1c4b32;
    padding: 5px 15px;
    margin-bottom: 7px;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.btn-classes-a {
    text-decoration: none;
}

.btn-classes-new:hover {
    color: #33cc33;
    transition: all 0.3s ease;
    background: #fff;
}

.title-classes-page {
    font-weight: 900;
    padding-bottom: 20px;
}

.paypal-form table{
    width: 100%;
}

.paypal-form table td{
      padding-bottom: 10px;
      font-weight: 500;
}

.paypal-form select{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.paypal-form input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.paypal-form input[name="submit"] {
    display: inline-block;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    width: 40%;
}

.paypal-form{
    background: #395947;
    color: #fff;
    border-radius: 15px;
}

.logo-img {
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.07);
    cursor: pointer;
}

.title-comptetitive h2{
        font-size: 30px;
    font-weight: 800;
}

.single-blog-p a{
    color: #428361;
    font-weight: 700;
    text-decoration: none;
}

.title-camps{
font-weight: 900 !important;
    color: #456b57;
    font-size: 40px;
}

.from-text-price{
    background: #d1a131;
    border-radius: 5px;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #428361;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #428361;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #428361;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #ffffff;
}

.floatWapp-movil {
position: fixed;
    width: auto;
    bottom: 20px;
    left: 20px;
    background-color: #428361;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    transition: 0.3s all;
    display: flex;
    padding: 9px 20px 3px;
    text-decoration: none;
}

.floatWapp-movil:hover {
    color: #fff;
    transform: scale(1.08);
    transition: 0.3s all;
}

.floatWapp-movil svg {
    margin-top: 3px;
}

.floatWapp-movil:after,
.floatWapp-movil:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 20%;
    width: auto;
    height: 100%;
}

.content-w{
	margin-left: 7px;
}

.content-w h2{
	font-size: 20px;
    margin-bottom: 0px;
}

.content-w p{
font-size: 15px;
    margin-bottom: 5px;
}

.social-rrss {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 0;
    margin-bottom: 10px;
    width: 195px;
    z-index: 9999;
}

.social-rrss a {
    text-decoration: none;
    font-weight: bold;
    padding: 0.6em;
    margin: 3px 0px;
    text-align: left;
    transform: translateX(150px);
    transition: all 0.5s;
    display: flex;
}

.book {
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.icon {
    margin-right: 5px;
}

.book p {
    color: #fff;
    margin-bottom: 0px;
}

.social-rrss a i {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.social-rrss>a:hover {
    transform: translateX(0px);
    color: white;
}

.form-page{
	    padding: 20px;
    background: #f3f3f3;
    border-radius: 20px;
}

.nf-form-content textarea.ninja-forms-field {
    height: 80px !important;
}