*,
*::after,
*::before {
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body{
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Noto Sans Thai Looped", sans-serif;
    color: #242121;
}

a{
    text-decoration: none;
    color: inherit;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.65px;
    color: #242121;
    padding-bottom: 18px;
    align-self: flex-start;
    position: relative;
}

.title::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #F96400;
    bottom: 0;
    left: 0;
}
 
.button{
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 19px 100px 19px 40px;
    max-width: 292px;
}

.button::after {
    content: "";
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 30px;
    width: 30px;
    height: 20px;
}

/* .header__top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
} */

.header__top-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #040548;
    
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
    
}

.logo span{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.header__top{
    padding: 18px 0;
    background: linear-gradient(to right, #FF972D, #F96400);
}

.menu__btn{
    display: none;
}

.menu__list{
    display: flex;
    gap: 45px;
    
}

.menu__list-link{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-weight: bold;
    transition: all 0.3s;
    text-transform: uppercase;
}

.menu__list-link:hover{
    border-bottom: 2px solid #040548;
}


.translate__en,
.translate__ua,
.phone__link,
.translate-slash {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    font-weight: SemiBold;
    transition: all 0.3s;
}

.translate__en:hover,
.translate__ua:hover {
    border-bottom: 2px solid #040548;
}


.phone__link{
    position: relative;
}

.phone__link::before{
    content: "";
    background-image: url('../images/phone.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.header__content{
    background-color: #040548;
    color: #FFFFFF;
    min-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}


.header__content-inner{
    display: flex;
    justify-content: space-between;
}

.header__content-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__title{
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 36px;
    letter-spacing: 0.2px
}

.header__subtitle{
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0.2px;
}


.header__content-item{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    padding-left: 50px;
    position: relative;
}

.header__content-item::before {
    content: "";
    background-image: url('../images/header-mark.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
}

.header__content-about p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 20px;
    max-width: 436px;
    text-align: end;
}

.button-orange{
    background: linear-gradient(to right, #FF972D, #F96400);
}

.button-orange:hover {
        background: linear-gradient(to right, #5FC5A0, #F96400);
}


.about {
    padding: 0 0 40px;
}

.about__all {
    padding: 0 0 56px 0;
}

.about__all {
    display: flex;
    justify-content: space-between;
}

.about__title {
    padding-top: 56px;
}

.about__subtitle {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
    margin-top: 40px;
}

.about__subtitle span {
    color: #F96400;
}

.about__subtitle span+span {
    color: #5FC5A0;
}

.about__left-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-bottom: 60px;
    max-width: 726px;
}

.about__offer-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 42px;
    color: #FF972D;
}

.about__offer-items {
    max-width: 860px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.offer__item {
    max-width: 340px;
    padding-left: 90px;
    margin-bottom: 50px;
    position: relative;
}

.offer__item-1::before {
    content: "";
    background-image: url('../images/offer_2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.offer__item-2::before {
    content: "";
    background-image: url('../images/offer_1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.offer__item-3::before {
    content: "";
    background-image: url('../images/offer_3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.offer__item-4::before {
    content: "";
    background-image: url('../images/offer_4.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.offer__item-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer__item-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.about__offer-items {
    display: flex;
}

.about__right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 440px;
    padding: 0 20px;
    background-image: url('../images/about-img.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.about__right-text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    align-items: center;
    margin: 0 auto 30px;
}

.button-green {
    background-color: #5FC5A0;
    margin: 0 auto;
    transition: background 0.3s;
}

.button-green:hover {
    background: linear-gradient(to right,#F96400, #5FC5A0);
}


.pricing {
    padding: 56px 0 80px;
    background-color: #040548;
}

.pricing__title {
    margin-bottom: 74px;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 75px;
    font-weight: semi-bold;
    letter-spacing: 0.4px;
}

.pricing__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 100px;

}


ul.pricing__item {
    background-color: white;
    padding: 24px 12px 32px;
    text-align: center;
    width: 285px;
    border: 3px solid #5FC5A0;
    border-radius: 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.pricing__item li {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #242121;
    letter-spacing: 0.2px;
  
}

.pricing__item:nth-child(even) {
    position: relative;
    top: 100px;
}

.pricing__item .pricing__item-name {
    font-weight: bold;
    text-align: left;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
    color: #242121;
}

.pricing__item-name{
    position: relative;
    padding-left: 50px;
}

.pricing__item-name::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    height: 45px;
    
}


.pricing__item-kids::before {
    background-image: url(../images/price/item-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing__item-adults::before {
    background-image: url(../images/price/item-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing__item-individ::before {
    background-image: url(../images/price/item-3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pricing__item-programing::before {
    background-image: url(../images/price/item-4.png);
    background-repeat: no-repeat;
    background-position: center;
}


.pricing__item .pricing__item-pay {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FF972D;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

sup {
    font-size: 20px;
    line-height: 24px;
    color: #FF972D;
}

.pricing__item .pricing__item-lessons {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #242121;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.pricing__item-format{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #242121;
    margin-bottom: 30px;
}

.pricing__item .pricing__item-preference {
    text-align: start;
    font-size: 16px;
    line-height: 18px;
    color: #242121;
    margin-bottom: 10px;
    padding-left: 25px;
}

.pricing__item-preference{
    position: relative;
}

.pricing__item-preference::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px double #5FC5A0;
    left: 10px;
    top: 6px;
    border-radius: 50%;
}


.pricing__item-link {
    margin-top: 22px;
    display: inline-block;
    border-radius: 50px;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    background: linear-gradient(to right, #FF972D, #F96400);
    align-items: center;
    padding: 19px 84px 19px 34px;
    position: relative;

}

.pricing__item-link:hover {
    background: linear-gradient(to right, #5FC5A0, #F96400);
}


.pricing__item-link::before {
    content: "";
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 40px;
    top:24px;
    width: 26px;
    height: 18px;
}


.gallery{
    padding: 40px 0 80px;
}

.card__inner {
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 68rem;
  width: 100%;
}


.card__inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.card {
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
  }
.card-image {
      background: #FFFFFF;
      display: block;
      padding-top: 70%;
      position: relative;
      width: 100%;
        }
.card img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    

.contact{
    padding: 56px 0 80px;
    background-color: #040548;
    color: #FFFFFF;
}

.contact__title{
    color: #FFFFFF;
}

.contact__info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__details{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.contact__phone,
.contact__email,
.contact__social,
.contact__address{
    position: relative;
    padding-left: 55px;
}


.contact-title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.contact__phone-link,
.contact__email-link,
.contact__address-text{
    font-size: 24px;
    line-height: 30px;
}

.contact__phone::before{
    content: "";
    background-image: url('../images/contact/phone.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
}

.contact__email::before {
    content: "";
    background-image: url('../images/contact/email.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
}

.contact__social::before {
    content: "";
    background-image: url('../images/contact/social.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
}

.contact__address::before {
    content: "";
    background-image: url('../images/contact/address.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 40px;
    height: 40px;
}

.contact__social-list {
    display: flex;
    gap: 24px;
    margin-top: 26px;
}

.contact__social-link path {
    fill: #5FC5A0;
}

.contact__social-link svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}

.contact__social-link:hover path {
    fill: #FFFFFF;
    background-color: transparent;
}

.contact__social-link:hover svg {
    fill: #FFFFFF;
}


.contact__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

.contact__form-link{
    display: inline-block;
    background: linear-gradient(to right, #FF972D, #F96400);
    color: #FFFFFF;
    width: 436px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 19px 40px;
    border-radius: 50px;
    transition: all 0.3s;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    
}

.contact__form-link::after {
    content: "";
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 27px;
    width: 30px;
    height: 20px;
}

.contact__form-link:hover {
    background: linear-gradient(to right, #5FC5A0, #F96400);
}

.contact__form-title{
    margin-top: 10px;
    font-size: 24px;
    padding-left: 14px;
    margin-bottom: 32px;
    align-self: start;
}


/* --- Footer Styles --- */
.footer {
    background: #04064b;
    color: #fff;
    padding: 40px 0 20px;
    font-family: inherit;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #5FC5A0;
    text-decoration: none;
}

.footer__logo img {
    width: 40px;
    height: 40px;
}

.footer__menu {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}


.footer__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.footer__menu a:hover {
    color: #5FC5A0;
}

.footer__logo-text{
    text-transform: uppercase;
    font-size: 20px;
}

.footer__social {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__social a svg {
    width: 28px;
    height: 28px;
    transition: fill 0.3s;
}

.footer__social a:hover svg path,
.footer__social a:hover svg rect,
.footer__social a:hover svg circle {
    fill: #fff;
}

.footer__bottom {
    text-align: center;
    font-size: 16px;
    opacity: 0.7;
    margin-top: 22px;
}


.footer__bottom-text{
    padding: 5px 0;
}


.portfolio__video{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: #F972Db;
}


/* adapting */

@media (max-width: 1000px) {
    
    .header__content-inner{
        flex-direction: column;
    }

    .header__content-about{
        display: none;
    }

    .menu__list{
        display: none;
    }
}

@media (max-width: 786px) {
    .menu__list{
        /* display: none; */
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        background: linear-gradient(to bottom, #FF972D, #F96400);
        display: block;
        text-align: center;
        transform: translateY(-200%);
        transition: all .5s;
    }

    .menu__list-item + .menu__list-item{
        margin-left: 0;
    }
    
    .menu__list-link{
        padding: 15px 0;
        display: block;
        color: #040548;              
        font-size: 16px;
    }

    .logo{
        position: relative;
        z-index: 2;
    }

    .translate__en,
    .translate__ua,
    .translate-slash{
        position: relative;
        z-index: 2;
    }

    ul.menu__list{
        padding: 90px 0 15px;
    }
    
    .menu__btn {
        display: block;
        background-color: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .header__top-inner.header__top-inner--active .menu__list{
        transform: translateY(0);
    }

    .header__top-inner.header__top-inner--active path{
        fill: white;
    }

    .header__top-inner.header__top-inner--active .menu__btn rect{
        fill: white;
    }
    

    .header__title {
        font-size: 36px;
        line-height: 38px;
    }

    .header__subtitle {
        font-size: 26px;
        line-height: 28px;
        
    }

    .header__content-item {
        font-size: 18px;
        line-height: 24px;
    }

    .phone__link{
        display: none;
    }

    .contact__social-link-viber{
        z-index: 4;
        position: relative;
    }

    
}

@media (max-width: 400px) {

    .header__content-text {
        min-height: calc(100vh - 96px);
        justify-content: space-evenly;
        align-items: center;
    }


    .header__title {
        font-size: 32px;
        line-height: 34px;
        text-align: center;

    }

    .header__subtitle {
        font-size: 24px;
        line-height: 26px;
        text-align: center;

    }

    .header__content-item {
        font-size: 16px;
        line-height: 24px;
    }

    .button-orange {
        font-size: 22px;
        line-height: 36px;
        font-weight: 600;
        border-radius: 50px;
        transition: all 0.3s;
        text-transform: uppercase;
        padding: 16px 100px 16px 40px;
        max-width: 292px;
    }

    .button::after {
        content: "";
        right: 50px;
        top: 25px;
        width: 26px;
        height: 18px;
    }


    .logo span{
        font-size: 16px;
        line-height: 18px;
    }

}


@media (max-width: 1200px) {
    .about__all {
        flex-direction: column;
    }

    .about__right {
        background-image: none;
    }

}

@media (max-width: 600px) {
    
    .about{
        padding-bottom: 24px;
    }

    .about__all{
        padding-bottom: 40px;
    }
    
    .offer__item {
        margin-bottom: 30px;

    }

    .about__subtitle {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: center;
        max-width: 300px;
    }

    .about__left-text {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.1px;
        margin-bottom: 44px;
        max-width: 100%;
        text-align: center;
       
    }

    .about__right-text {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 38px;
        align-items: center;
    }

    .about__offer-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 34px;
    }


    .about__title {
        padding-top: 56px;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 18px;
        letter-spacing: 0.4px;
        padding-bottom: 4px;
    }

    .button-green {
        font-size: 22px;
        line-height: 36px;
        font-weight: 600;
        border-radius: 50px;
        transition: all 0.3s;
        text-transform: uppercase;
        padding: 16px 100px 16px 40px;
        max-width: 292px;
    }



    .offer__item-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}


@media (max-width: 1200px) {
    .pricing {
            padding: 56px 0 30px;
            
        }

.pricing__title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 38px;
    /* margin-bottom: 18px; */
    letter-spacing: 0.4px;

}
    .pricing__items {
    flex-wrap: wrap;
    padding-bottom: 40px;
    justify-content: center;
    }

    .pricing__item:nth-child(even) {
        position: none;
        top: 0px;
    }


    .pricing__item {
       margin-bottom: 30px;
        
    }
}


@media (max-width: 900px) {
    .gallery__title{
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    .gallery__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.3px;
        padding-bottom: 8px;
    }
    .gallery {
        padding: 30px 0 30px;
    }

    
    .card__inner {
        grid-template-columns: repeat(1, 1fr);
       
    }
}


@media (max-width: 900px) {
    .contact__info {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .contact__details,
    .contact__photo {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .contact__photo img {
        max-width: 100%;
        height: auto;
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .contact {
        padding: 56px 0 40px;
    }

    .contact__title {
        font-size: 48px;
        line-height: 54px;
    
    }

    .contact__details,
    .contact__photo {
        padding: 12px 8px;
        border-radius: 12px;
    }

    .contact-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .contact__phone-link,
    .contact__email-link,
    .contact__address-text {
        font-size: 16px;
        line-height: 26px;
    }

    .contact__social-list {
        gap: 12px;
        margin-top: 12px;
    }

    .contact__form-link {
        font-size: 20px;
        padding: 12px 18px;
        max-width: 320px;
    }


    .contact__form-link::after {
        content: "";
        background-size: contain;
        right: 30px;
        top: 20px;
        width: 26px;
        height: 18px;
    }

    .contact__form-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .contact__photo img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 400px) {
    .contact__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0.3px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .contact-title {
        font-size: 18px; 
    }

    .contact__form-title {
        font-size: 18px;
    }

    .contact__email,
    .contact__address{
        margin-top: 15px;
    }

    .contact__address-text{
        margin-bottom: 5px;
    }

    .contact__phone-link{
        line-height: 28px;
    }

    .contact__social-list {
        gap: 24px;
        justify-content: flex-end;
    }

    .contact__social{
        margin-top: 15px;
    }
}




@media (max-width: 700px) {
    .footer__top {
        flex-direction: column;
        gap: 20px;
    }

    .footer__menu {
        flex-direction: column;
        gap: 10px;
    }

    .footer__social {
        gap: 20px;
        margin: 0 auto;
    }
    .footer__menu li {
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width: 400px) {
    .footer{
        border-top: 0.1px solid #575454;
    }
}


