:root
{
    --color-cream: #F5E6C0;
    --color-yellow: #F4CE87;
    --color-brown:#79513A;
    --color-light-cream:#FDF9EE;
    --color-pink:#F3AFB9;
    --color-blue:#43A9CF;
    --color-purple:#D5DAFB;

    --marquee-content-width:0px;
}
@font-face {
    font-family: "tovari";
    src: url("../fonts/tovari-sans/tovari-sans.otf");
}
*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    color:#79513A ;
    font-family: "tovari";
}
.btn
{
    display: inline-block;
    background-color: initial;
    border: none;
}
body
{
    background-image: url("../media/images/cell.svg");
    background-repeat: repeat;
    background-size: 40px 40px;
    background-position: left + 1px top + 1px ;
    background-color: var(--color-light-cream);
}
main
{
    max-width: 1440px;
    margin: auto;
}
main .content
{
    
    padding: 0px 13.9%;
    display: flex;
    flex-direction: column;
    gap:100px;
}
header
{
    box-sizing: border-box;
}
.img-container
{
    position: relative;
}
.img-container img
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}
.header-content
{
    box-sizing: border-box;
    padding: 30px 60px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo-container
{
    width: 178px;
    height: 40px;
}
.header-right-section
{
    display: flex;
    align-items: center;
    gap: 36px;
}
.header-right-section .lang-container .lang-item
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.nav-container nav
{
    display: flex;
    gap: 60px;
    align-items: center;
}
.nav-container nav .nav-item
{
   font-size: 28px;
   text-transform: uppercase;
}
.nav-container nav .nav-item:hover
{
   text-decoration: underline;
}
.contant-container
{
    display: flex;
    align-items: center;
    gap: 15px;
}
.contant-container .contact-item
{
    width: 40px;
    height: 40px;
}
#welcome-section .section-title
{
    margin-bottom: 20px;
    
}

.section-title h2
{
    font-size: 60px;
}
#welcome-section .section-title h1
{
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.022em;
}
#welcome-section .section-title h1 span
{
    color: var(--color-blue);
}
#welcome-section .section-content .welcome-content-container
{
    display: flex;
    justify-content: space-between;
}
#welcome-section .welcome-text-container
{
    font-size: 60px;
    line-height:  80%;
    font-weight: 700;
    letter-spacing: -0.01em;
    width: 461px;
}
#welcome-section .welcome-text-container .welcome-text-line
{
    width: 277.5px;
    height: 12px;
    top: -7px;
    float: right;
}
.welcome-img
{
    width: 461px;
    height: 256px;
}
#welcome-section .btn-container
{
    display: flex;
    gap: 40px;
    margin-top: 60px;
    align-items: center;
    font-size: 30px;
}

.btn-blue
{
    padding: 40px 57px;
    background-image: url("../media/images/btn-1.svg");
    background-position: center;
    background-size: 100% 100%;
    color:var(--color-light-cream);
    font-size: 30px;
    font-weight: 700;
    background-repeat: no-repeat;
}
.btn-yellow
{
    padding: 23px 85px;
    background-image: url("../media/images/btn-2.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 24px;
}
.btn-underline
{
    font-weight: 700;
    text-decoration: underline;
}
#learning-section .section-title h2
{
    font-size: 40px;
}

.section-content .learning-card-container
{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(calc(33% - 40px),1fr));
}


#learning-section .section-content
{
    margin-top: 40px;
}
.learnig-card-item
{
    display:flex;
    flex-direction: column;
    background-size: 100% 100%;
    padding: 50px;
    box-sizing: border-box;
    align-items: center;
    gap: 28px;
}
.learning-card-container .learnig-card-item .learning-card-text
{
    font-size: 28px;
    font-weight: 700;
    line-height: 80%;
}
.learning-card-1
{
    background-image: url("../media/images/card-1.svg");
}
.learning-card-2
{
    background-image: url("../media/images/card-2.svg");
}
.learning-card-3
{
    background-image: url("../media/images/card-3.svg");
}
.learning-card-container .learnig-card-item .learning-card-img
{
    width: 180px;
    height: 100px;
}
#sign-up-learn
{
    background-image: url("../media/images/banner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding: 70px 50px;
}
#sign-up-learn .section-title h2
{
    text-align: center;
}
#sign-up-learn .section-content .sign-up-learn-content
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
#sign-up-learn .section-content .sign-up-learn-content .sign-up-learn-text
{
    margin-top: 30px;
    text-align: center;
}
#sign-up-learn .section-content .sign-up-learn-content .sign-up-learn-text span
{
    font-size: 40px;
}
.running-line
{
    position:initial;
    height: 87px;
}
.running-line .section-content
{
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    left:0px;
}
.running-line .section-content .marquee
{
    background-color: var(--color-purple);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
} 
.running-line .section-content .marquee .marquee-content-container
{
    display: flex;
    width: max-content;
    padding: 20px 0px;
    gap: 50px;

}
.running-line .section-content  .marquee-content
{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    text-align: center;
    font-size: 28px;
}
.running-line .section-content .marquee .marquee-content-container .marquee-content .will-do
{
    width: 46px;
    height: 46px;
}

.running-line .section-content .marquee .marquee-content-container .marquee-content .marquee-content-item
{
    display: flex;
    align-items: center;
    
}

#learnig-plans .section-title
{
    font-size: 28px;
}
#learnig-plans .section-content  .learnig-plans-content-container
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;

}
#learnig-plans .section-content  .learnig-plans-content-container .learnig-plan-item
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    box-sizing: border-box;
    padding: 30px 60px;
    gap: 40px;
}
#learnig-plans .section-content  .learnig-plans-content-container .learnig-plan-item .learnig-plan-item-text-container
{
    display: flex;
    flex-direction: column;
    gap:20px; 
    width: calc(100% - 300px);
}
#learnig-plans .section-content  .learnig-plans-content-container .learnig-plan-item .learnig-plan-item-text-container h4
{
    font-size: 40px;
}
#learnig-plans .section-content  .learnig-plans-content-container .learnig-plan-item .learnig-plan-item-text-container p
{
    font-size: 28px;
    line-height: 22.4px;
    letter-spacing: -0.022em;
}
#learnig-plans .section-content .learnig-plans-content-container  .learnig-plan-item-1
{
    flex-direction: row-reverse;
}
.learnig-plan-item-1
{
    background-image: url("../media/images/card-4.svg");
   
}
.learnig-plan-item-2
{
    background-image: url("../media/images/card-5.svg");
}
#learnig-plans .section-content  .learnig-plans-content-container .learnig-plan-item .learnig-plan-item-img
{
    flex-basis: 300px;
    height: 194px;
}
#learn-plans-cards .section-content .learn-plans-card-container 
{
    background-color: rgba(168, 177, 255, 0.486);
    display: flex;
   justify-content: center;
   gap: 40px;
   padding: 100px 0px;
}

#learn-plans-cards .section-content .learn-plans-card-container .learn-plan-card
{
    background-image: url("../media/images/card-6.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    height: 500px;
    box-sizing: border-box;
    padding: 40px;
}
#learn-plans-cards .section-content .learn-plans-card-container .learn-plan-card .learn-plan-card-title
{
    font-weight: 700;
    font-size: 28px;
    line-height: 80%;
}
#learn-plans-cards .section-content .learn-plans-card-container .learn-plan-card .learn-plan-card-img
{
    width: 257px;
    height: 211px;
}
#learn-plans-cards .section-content .learn-plans-card-container .learn-plan-card .learn-plan-card-text
{
    font-weight: 700;
    font-size: 26px;
    line-height: 80%;
}
#learn-plans-cards .section-content .learn-plans-card-container .dark
{
    background-image: url("../media/images/card-7.svg");
}
#about-me .section-title
{
    margin-bottom: 60px;
}
#about-me .section-container
{
    display: flex;
    justify-content: space-between;

}
#about-me .section-container .section-container-content
{
    padding-top: 40px;
}
#about-me .section-content .about-me-content-container .about-me-content-text
{
    font-weight: 700;
    font-size: 40px;
    line-height: 90%;
    
}
#about-me .section-container .about-me-content-img
{
    min-width: 520px;
    height: 520px
}
#contacts .section-container
{
    display: flex;
    justify-content: space-between;
}
#contacts .section-container .section-container-content
{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
#contacts .section-container .section-container-content .section-content .contacts-container
{
    display: flex;
    flex-direction: column;
    gap: 50px;

}
#contacts .section-container .section-container-content .section-content .contacts-container .contacts-item
{
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 40px;
}
#contacts .section-container .section-container-content .section-content .contacts-container .contacts-item .contact-item
{
    width: 40px;
    height: 40px;
}
.callback .callback-title h2
{
    font-size: 40px;
    line-height: 80%;
}
.callback .callback-content-container
{
    margin-top: 40px;
}
.callback .callback-content-container form
{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.callback .callback-content-container form .callback-input[type="text"]
{
    border: none;
    box-sizing: border-box;
    background-color: initial;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 22.5px 30px;
    height: 60px;
    color:rgba(121, 81, 58, 0.5);
    background-image: url("../media/images/input.svg");
    max-width: 500px;
    font-size: 28px;
}
.callback .callback-content-container form .callback-send-container
{
    width: 500px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    
}
.callback .callback-content-container form .callback-send-container a
{
    text-decoration: underline;
}
.callback .callback-content-container form .callback-input::placeholder
{
    color:rgba(121, 81, 58, 0.5);

}
footer
{
    margin-top: 100px;
    background-color: rgba(168, 177, 255, 0.486);
    padding: 40px 160px;
}
footer .footer-content-container
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
footer .footer-content-container .footer-content
{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
footer .footer-content-container .copyright
{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    
}
footer .footer-content-container .footer-content .footer-nav-container
{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    font-size: 28px;
    text-transform: uppercase;
}

footer .footer-content-container .footer-content .footer-logo
{
    width: 140px;
    height: 120px;
}
footer .footer-content-container .footer-content .footer-up-btn-up-container
{
    width: 60px;
    height: 60px;
}

@keyframes marquee-right
{
    0% {
        transform: translate( 0,0);
      }
      100% {
        transform: translate(var(--marquee-content-width),0);
      }
}
@keyframes marquee-left
{
    0% {
        transform: translate( var(--marquee-content-width),0);
      }
      100% {
        transform: translate(0,0);
      }
}
