@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/Helvetica.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'HelveticaNowDisplay-Bold';
    src: url("../fonts/HelveticaNowDisplay-Bold.eot");
    src: local("../fonts/Helvetica Now Display Bold"), local("HelveticaNowDisplay-Bold"), url("../fonts/HelveticaNowDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNowDisplay-Regular';
    src: url("../fonts/HelveticaNowDisplay-Regular.eot");
    src: local("Helvetica Now Display Regular"), local("HelveticaNowDisplay-Regular"), url("../fonts/HelveticaNowDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Helvetica';
}

h1,
h2,
h3,
p {
    color: #30323D;
}

.24 {
    font-size: 24px;
}

.btn {
    border-radius: 0;
    color: #fff;
    border: none;
    z-index: 1;
    position: relative;
}

.btn:hover {
    color: #eee;
}

a.btn {
    color: #fff;
}

.btn-gradient {
    background: -moz-linear-gradient(left, #295788 0%, #16bac5 82%);
    background: -webkit-linear-gradient(left, #295788 0%, #16bac5 82%);
    background: linear-gradient(to right, #295788 0%, #16bac5 82%);
}

.btn-orange {
    background-color: #ff8243;
}

.darkness {
    background-color: rgba(21, 21, 22, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 30;
    transition: all 0.2s ease-in;
}

.header {
    /* background: -moz-linear-gradient(left, #295788 0%, #16bac5 82%); */
    /* background: -webkit-linear-gradient(left, #295788 0%, #16bac5 82%); */
    /* background: linear-gradient(to right, #295788 0%, #16bac5 82%); */
    /* New added 17-11-2025 s */
    background-color: white !important;
    /* New added 17-11-2025 e */
    z-index: 50;
    position: relative;
}

.header a {
    color: #fff;
    font-size: 16px;
}

.header a:hover,
.header a:focus {
    text-decoration: none;
}

.header .first-menu {
    padding: 10px 0;
}

.header .first-menu .nav-logo {
    margin-right: 15px;
}

.header .first-menu .nav-logo img {
    height: 73px;
}

@media (max-width: 992px) {
    .header .first-menu .nav-logo {
        text-align: start;
    }
}

@media (min-width:991px) {
    .mobile-search-bar {
        display: none !important;
    }

    .mobile-nav-links {
        display: none !important;
    }
}

@media (max-width: 524px) {
    .mobile-search-bar-wrapper form {
        justify-content: center;
        margin-top: 15px;
    }
}

.header .first-menu form {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.header .first-menu form input.icon {
    padding: 7px;
    width: 38px;
}

.header .first-menu form input.search {
    /* background-color: #7BACC3; */
    /* New added 17-11-2025 s */
    background-color: transparent !important;
    border: 1.5px solid #d2d2d7 !important;
    width: 330px !important;
    /* New added 17-11-2025 e */
    height: 36px;
    /* border: none; */
    padding: 10px;
}

/* New added 20-11-2025 s */
#second-menu-nav-menu li {
    display: flex;
    /* align-items: center; */
}

/* New added 20-11-2025 s */
.header .first-menu .nav-links a,
.header .second-menu .nav-links .nav-menu li a {
    margin-right: 5px;
    font-family: 'HelveticaNowDisplay-Regular';
    border-bottom: 2px solid;
    border-color: transparent;
}

/*.header .first-menu .nav-links a { margin-right: 5px; font-family: 'HelveticaNowDisplay-Regular'; border-bottom: 2px solid; border-color: transparent; }*/

.header .first-menu .nav-links a.active {
    border-color: #ff8243;
}

.header .first-menu .nav-account-bar {
    display: flex;
    align-items: center;
}

.header .first-menu .nav-account-bar a {
    margin-right: 5px;

}

.header .first-menu .nav-account-bar .btn {
    font-size: 17px;
}

.header .first-menu .nav-account-bar .btn-bordered {
    /* border: 1px solid #fff; */
    /* New added 17-11-2025 s */
    background-color: #295788 !important;
    /* New added 17-11-2025 e */
}

.header .first-menu .nav-account-bar .btn-red {
    /* background-color: #A30B37; */
    /* New added 17-11-2025 s */
    background-color: #ff8243;
    /* New added 17-11-2025 e */
}

.header .first-menu .nav-account-bar .btn-red span {
    font-family: 'HelveticaNowDisplay-Regular';
}

.header .first-menu .social-items img {
    /* height: 40px;
    width: 40px; */
    /* New added 20-11-2025 s */
    height: 40px;
    width: 20px;
    /* New added 20-11-2025 e */
}

@media (max-width: 992px) {
    .header .first-menu .mobile-menu {
        text-align: end;
    }
}

.header .first-menu .mobile-menu a img {
    max-height: 50px;
}

.header .second-menu {
    border-top: 2px solid #ffffff26;
    /* New added 17-11-2025 s */
    background: #295788 !important;
    /* New added 17-11-2025 e */
}

.header .second-menu .nav-links .nav-menu li a.active {
    border-color: #ff8243 !important;
}

.header .second-menu ul li {
    /* padding: 10px; */
    /* New added 19-11-2025 s */
    padding: 0px 10px 0px 10px;
    /* New added 19-11-2025  */
}

/* New added 19-11-2025 s */
#second-menu-nav-menu ul li a {
    font-size: 17px !important;
}

/* New added 19-11-2025 e */

.header .second-menu ul li#dropdown-more>ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
    z-index: 100;
    visibility: hidden;
    transition: all 0.2s ease-in;
}

.header .second-menu ul li#dropdown-more:hover>ul {
    display: block;
    visibility: visible;
    padding: 10px 0;
}

.header .second-menu ul li#dropdown-more:hover>ul:before {
    content: "";
    display: block;
    border: 10px solid #bbb0;
    border-bottom-color: #fff;
    position: absolute;
    top: -20px;
    left: 9px;
}

.header .second-menu ul li#dropdown-more:hover>ul li {
    padding: 0;
}

.header .second-menu ul li#dropdown-more:hover>ul li a {
    padding: 4px 20px;
    display: block;
    color: #30323D;
}

.header .second-menu ul li#dropdown-more:hover>ul li a:hover {
    background-color: #E5E3E9;
}

.hero {
    padding: 0 0 120px 0;
}

.hero h1 {
    font-family: 'HelveticaNowDisplay-Regular';
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 36px;
    padding: 0 40px 0 15px;
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 26px;
        padding: 0;
        margin-bottom: 10px;
    }
}

.hero h1 span {
    color: #16bac5;
    font-family: 'HelveticaNowDisplay-Bold';
}


.hero .layer-bg>div {
    position: relative;
}

.hero .layer-bg .btn {
    font-size: 21px;
    padding: 7px 21px;
    color: #fff;
}

.hero .layer-bg .btn:hover {
    color: #eee;
}

@media (max-width: 576px) {
    .hero .layer-bg .btn {
        padding: 10px;
        font-size: 18px;
    }
}

.hero .layer-bg .row {
    z-index: 10;
    position: relative;
}

.hero .layer-bg {
    background-image: url('../img/waves-1.svg');
    /*background-image: url(/img/waves-1.svg);*/
    background-size: cover;
    background-position: top;
    min-height: 370px;
}

.hero .layer-bg h2 {
    text-align: center;
    font-family: 'HelveticaNowDisplay-Bold';
    font-size: 24px;
}

@media (max-width: 576px) {
    .hero .layer-bg h2 {
        font-size: 20px;
        margin-top: 30px;
    }
}


.hero .layer-bg p {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px 0px 10px;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .hero .layer-bg p {
        padding: 0;
    }
}

.hero .layer-bg .col-sm {
    text-align: center;
}

.hero .layer-bg .row-sections {
    margin-top: 50px;
}

.hero .layer-bg .row-sections>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hero .oliver-image {
    background-image: url('../img/oliver.svg');
    height: 490px;
    width: 490px;
    background-position: top right;
    position: absolute;
    top: -115px;
    right: -175px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.home-section.testimonials .container-xl {
    position: relative;
}

.home-section.testimonials .container-xl:before {
    content: "";
    background-image: url(../img/triggerfish.svg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: -127px;
    width: 226px;
    height: 156px;
    background-repeat: no-repeat;
    z-index: 9999;
}

@media (max-width: 1200px) {
    .hero .oliver-image {
        height: 335px;
        top: -60px;
    }
}

@media (max-width: 992px) {
    .hero .oliver-image {
        display: none;
    }
}

.home-section h2 {
    font-size: 34px;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.home-section h2+div {
    font-size: 24px;
    margin-bottom: 18px;
    letter-spacing: -1px;
    line-height: 1;
}

.hero .layer-bg {
    background-image: url('../img/waves-1.svg');
    /*background-image: url(/img/waves-1.svg);*/
    background-size: cover;
    background-position: top;
    min-height: 370px;
}

.home-section p {
    letter-spacing: -0.5px;
}

.home-section .m-t {
    margin-top: 40px;
}

.home-section .btn {
    font-size: 21px;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px;
}


@media (max-width: 1095px) {
    .home-section .btn {
        font-size: 20px;
        padding: 10px;
    }

    .hero .layer-bg {
        background-image: url('../img/waves-1.svg');
        /*background-image: url(/img/waves-1.svg);*/
        background-size: cover;
        background-position: top;
        min-height: 370px;
    }
}

@media (max-width: 576px) {
    .home-section .btn {
        font-size: 17px;
        width: 100%;
    }
}

.home-section img {
    max-width: 100%;
}

.home-section ul {
    padding: 0 0 0 20px;
}

.home-section ul li {
    line-height: 1.2;
    list-style: none;
    display: list-item;
}

.home-section ul li:before {
    content: "";
    border: 2px #30323D solid;
    border-radius: 100%;
    margin-top: 8px;
    margin-left: -9px;
    position: absolute;
}

.home-section .img-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .home-section .img-3 {
        flex-wrap: wrap;
    }
}

/* Video */

.responsive-youtube {
    margin: 25px auto;
    height: 432px;
    width: 768px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-height: 432px;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.piano-section {
    padding-bottom: 50px;
}

.piano-section h2 {
    margin-bottom: 40px;
}

.unlimited-access {
    padding: 55px 0;
    background-color: #F6F3F9;
}

.unlimited-access h2 {
    font-family: 'HelveticaNowDisplay-Bold';
    font-size: 34px;
}

.unlimited-access .fish {
    background: url('../img/fish.svg') no-repeat center top;
    height: 133px;
    width: 250px;
    background-size: cover;
    position: absolute;
    top: -125px;
    left: 200px;
}

@media (max-width: 576px) {
    .unlimited-access .fish {
        top: -107px;
        left: 55px;
    }
}

.unlimited-lesson {
    padding: 70px 0;
}

.unlimited-lesson h2 {
    font-family: 'HelveticaNowDisplay-Bold';
}

@media (max-width: 768px) {
    .unlimited-lesson .row-r-m {
        flex-direction: column-reverse;
    }
}

.unlimited-lesson .bubbles {
    background: url('../img/bubble.svg') no-repeat center top;
    height: 136px;
    width: 168px;
    position: absolute;
    top: -145px;
    right: 0;
}

@media (max-width: 992px) {
    .unlimited-lesson .bubbles {
        top: -265px;
    }
}

@media (max-width: 768px) {
    .unlimited-lesson .bubbles {
        top: -145px;
    }
}

.unlimited-lesson .crub {
    background: url('../img/crub.svg') no-repeat center top;
    height: 200px;
    width: 235px;
    position: absolute;
    top: -260px;
    left: 70px;
}

@media (max-width: 992px) {
    .unlimited-lesson .crub {
        height: 145px;
        top: -160px;
    }
}

@media (max-width: 768px) {
    .unlimited-lesson .crub {
        display: none;
    }
}

.unlimited-lesson {
    background-color: #f5f5f7 !important;
}

.online-competition {
    padding: 55px 0;
    background-color: #f5f5f7;
}

.online-competition h2 {
    margin-bottom: 30px;
}

.online-competition h2 strong {
    font-family: 'HelveticaNowDisplay-Bold';
}

.online-competition p strong {
    font-family: 'HelveticaNowDisplay-Bold';
}

.online-competition .trophy {
    background: url('../img/trophy.svg') no-repeat center top;
    height: 150px;
    width: 141px;
    position: absolute;
    right: -30px;
    top: -40px;
}

@media (max-width: 768px) {
    .online-competition .trophy {
        display: none;
    }
}

.footer-menu {
    padding: 40px 0;
}

.footer-menu .row {
    position: relative;
}

.footer-menu h3 {
    font-size: 24px;
}

.footer-menu h3 strong {
    font-family: 'HelveticaNowDisplay-Regular';
}

.footer-menu ul {
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    color: #4A9EF9;
}

.footer-menu ul li a:hover {
    text-decoration: none;
}

.footer-menu ul li a span {
    color: #231F20;
}

.footer-menu .juniorWithBubbles {
    background: url('../img/juniorWithBubbles.svg') no-repeat center top;
    height: 136px;
    width: 191px;
    position: absolute;
    right: 0px;
    top: -115px;
}

footer {
    color: white;
    padding: 50px 0;
    background: -moz-linear-gradient(left, #295788 0%, #16bac5 82%);
    background: -webkit-linear-gradient(left, #295788 0%, #16bac5 82%);
    background: linear-gradient(to right, #295788 0%, #16bac5 82%);
}

footer h3 {
    color: #fff;
    font-size: 33px;
}

footer .suscribe-form {
    margin: 10px 0 5px 0;
}

footer .suscribe-form input.form-control {
    max-width: 55%;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 0;
    height: 60px;
    border: none;
}

@media (max-width: 576px) {
    footer .suscribe-form input.form-control {
        max-width: 100%;
        height: 45px;
    }
}

footer .suscribe-form .input-checkbox {
    justify-content: center;
    align-items: center;
}

footer .suscribe-form input[type="checkbox"] {
    border-radius: 10px;
}

footer .suscribe-form span {
    margin-left: 15px;
    margin-top: 0px;
}

footer .footer-gift {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    footer .footer-gift {
        flex-direction: column;
    }
}

footer .footer-gift h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

footer .footer-gift .icon.icon-gift {
    background-image: url('../img/gift.png');
    background-size: cover;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px;
}

footer a,
footer p {
    color: #fff;
    font-size: 17px;
}

footer a:hover,
footer a:focus,
footer p:hover,
footer p:focus {
    text-decoration: none;
    color: #eee;
}

footer .footer-menu {
    margin-right: 20px;
}

footer .footer-menu a {
    padding: 0 5px;
    color: #fff;
}

footer .footer-social-icons img {
    height: 40px;
    width: 40px;
}

/*# sourceMappingURL=main.css.map */