@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    width: 100%;
}
* {
    box-sizing: border-box; /* Ensures padding and borders are included in width/height */
}
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.container {
    display: flex;
    align-items: normal;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    height: 210px;
    z-index: 3000;
}
.container #sidebartoggle {
    display: none;
}
.container .conarrow {
    display: none;
}
.container .nav-backdrop {
    display: none;
}
.container .nav{
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    padding: 10px;
    position: absolute;
    left: 10%;
    top: -7px;
    z-index: 3000;
}
.container li{
    list-style: none;
    margin: 0 10px;
    text-wrap: nowrap;
}
.container button{
    background-color: transparent;
    border: solid 2px #00C89A;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 50%;
    position: relative;
    top: 5px;
    align-content: center;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 59px 23px rgba(255, 214, 89, 0.01), 
    0px 33px 20px rgba(255, 214, 89, 0.05), 
    0px 15px 15px rgba(255, 214, 89, 0.09), 
    0px 4px 8px rgba(255, 214, 89, 0.1);
}
.container button.ins{
    margin: 0;
    height: 40px;
    background-color: #FFF;
    color: #00C89A !important;
}
.container button.ins a{
    color: #00C89A;
    text-decoration: none;
}
.container button.ins a:visited{
    color: #00C89A;
}
.container button.con{
    margin: 0 5px;
    height: 40px;
    background-color: #00C89A;
    color: #fff;
}
.container button.con a{
    color: #fff;
    text-decoration: none;
}
.container button.con a:visited{
    color: #fff;
}
.container .lang{
    position: absolute;
    right: 23.3%;
    height: 20px;
    top: 15px;
    width: 10px;
    border: none;
}
.container .lang img{
    width: 20px;
    object-fit: contain;
    position: relative;
    right: 15px;
}
.container div{
    display: flex;
    justify-content: space-between;
}
.logo{
	background-color: rgba(11, 2, 99, 1);
    border-radius: 120px 150px 50px 200px;
    height: fit-content;
    width: 50%;
    height: 300px;
    overflow: hidden;
    position: relative;
    left: -39%;
    top: -200px;
    transform: rotate(13deg);
}
.logo img{
    object-fit: contain;
    position: relative;
    top: 60px;
    left: 39%;
    transform: rotate(-13deg);
    width: 25%;
    height: 120px;
    margin:auto;
    padding: 5px;
}
a{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.nav a{
    color: #00C89A;
    text-shadow: 0px 3px 40px #0B0263;
}
.nav a:hover, #dropdown-button:hover{
    color: #ffd659;
}
#dropdown-button {
    border: none;
    cursor: pointer;
    color: #00C89A;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 0;
    background-image: url('../droparrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    margin: 0;
    box-shadow: none;
}
#dropdown-button:hover {
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9761 19.7875L8.17984 11.5037C7.36609 10.3437 8.19609 8.75 9.61234 8.75L20.3898 8.75C21.8061 8.75 22.6361 10.3437 21.8236 11.5037L16.0248 19.7875C15.9096 19.952 15.7563 20.0864 15.5781 20.1791C15.3999 20.2718 15.202 20.3203 15.0011 20.3203C14.8002 20.3203 14.6023 20.2718 14.4241 20.1791C14.2458 20.0864 14.0914 19.952 13.9761 19.7875Z" fill="%23ffd659"/></svg>');;
}
#dropdown {
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px 24px 12px;
    top: 50px;
    left: 110px;
    width: 250px;
    height: 170px;
    background-color: #FFF;
    z-index: 1000;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    gap: 5px;
}
#dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#dropdown a {
    text-wrap: wrap;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    text-shadow: none;
}
.spacer{
    margin: auto;
    width: 80%;
    background-color: #ffd559ab;
    height: 1px;
}
.firstteach{
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
    top: -60px
}
.first{
    width: 20%;
    position: relative;
}
.scnd {
    width: 90%;
    z-index: 2;
    background: linear-gradient(to right, #0b0263 35%, #00a87a 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.scnd-left {
    flex: 1;
    color: white;
    z-index: 3;
    padding-right: 40px;
}
.scnd-tagline {
    font-size: 13px;
    color: #b0c8de;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
}
.scnd-heading {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin: 0 0 22px;
    line-height: 1.35;
    text-align: center;
}
.scnd-body {
    font-size: 13px;
    color: #c8daea;
    line-height: 1.8;
    text-align: center;
}
.scnd-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: 100%;
    min-height: 280px;
}
.scnd-puzzle-bg {
    position: absolute;
    inset: 0;
    background: url('../puzzle-bg.png') center / cover no-repeat;
    opacity: 0.25;
    border-radius: 0 20px 20px 0;
}
.scnd-blob {
    background: white;
    border-radius: 60% 60% 0 0;
    padding: 24px 36px 0;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    position: relative;
}
.scnd-classroom {
    max-width: 360px;
    width: 100%;
    height: auto;
    display: block;
}
.present{
    position: relative;
    background: linear-gradient(to bottom, #fff 95%, rgba(11, 2, 99, 1));
    display: grid;
    padding: 5%;
    padding-top: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 10px auto 50px auto;
    grid-template-areas:
        ". title title ."
        "line line line line"
        "card1 card2 card3 card4"
        ". . . ."
        ". card5 card6 .";
    gap: 40px;
}
.present h3{
    color: #ffd659;
    text-align: center;
    font-size: 42px;
    grid-area: title;
    margin-bottom: 0;
}
.present .line{
    width: 38%;
    height: 7px;
    margin: auto;
    border-radius: 0;
    grid-area: line;
    margin-bottom: 3%;
}
.present img{
    position: absolute;
}
.present div{
    background-color: #00c899;
    display: inline-block;
    border-radius: 23px 23px 50px 23px;
}
.present p{
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    padding-top: 5px;
}
/* ── Scroll-reveal base ── */
.reveal {
    opacity: 0;
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.from-left  { transform: translateX(-60px); }
.reveal.from-right { transform: translateX( 60px); }
.reveal.from-top   { transform: translateY(-60px); }
.reveal.from-bottom{ transform: translateY( 60px); }
.reveal.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.card1 {
    grid-area: card1; 
    height: fit-content;
    }
.card2 {
    grid-area: card2; 
    height: fit-content;
    }
.card3 {
    grid-area: card3; 
    height: fit-content;
    }
.card4 {
    grid-area: card4; 
    height: fit-content;
    }
.card5 {
    grid-area: card5; 
    height: fit-content;
    }
.card6 {
    grid-area: card6; 
    height: fit-content;
}
.emo {
    right: 20px;
    top: 80px;
}
.reverse-emo{
    transform: rotate(300deg);
    left: 20px;
    top: 80px;
}
.scndimg{
    top: 41px;
    left: 85px;
    width: 220px;
}
.lostimg{
    top: 100px;
    right: 70px;
    width: 220px;
}
.rightimg{
    width: 200px;
    right: 100px;
    top: 560px
}
.leftimg{
    width: 200px;
    left: 100px;
    top: 560px;
}
.howto{
    position: relative;
    background: #0B0263;
    padding-bottom: 30px;
}
.howto h3{
    margin-top: 0;
    color: #ffd659;
    padding: 10px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.scn{
    position: absolute;
    top: 0;
    width: 150px;
    right: 20px;
}
.tuto{
    width: 40%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-left: 55%;
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 25px;
    font-weight: bold;
}
.tuto p{
    padding: 0;
    margin: 0;
}
.tutovid{
    position: absolute;
    background-color: #D9D9D9;
    margin-left: 6%;
    width: 40%;
    height: 300px;
    top: 200px;
    border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howto button.con{
    margin: 0 5px;
    height: 40px;
    background-color: #00C89A;
    color: #0B0263;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border: #00C89A;
    padding: 0px 20px 0px 20px;
    width: 180px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.howto button.con a{
    color: #0B0263;
    text-decoration: none;
}
.howto button.con a:visited{
    color: #0B0263;
}
.howto .line2{
    width: 400px;
    height: 5px;
    margin: auto;
    background-color: #00C89A;
    margin-bottom: 100px;
}
.howto .howens{
    width: 45%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 4%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.howto .phoneshadow{
    position: absolute;
    width: 370px;
    top: 170px;
    right: -87%;
}
.howto .phones{
    position: absolute;
    right: -95%;
    top: -180px;
    width: 700px;
    object-fit: contain;
}
.howto .last{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0;
}
.reverse-spacer{
    position: relative;
    left: -50px;
    background-color: #ffd659;
    width: 2px;
    height: 75%;
}
.howto .telech{
    height: 60px;
    background-color: #00C89A;
    background-image: url('data:image/svg+xml;utf8,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.33594 35.4163V39.583C8.33594 40.6881 8.77492 41.7479 9.55633 42.5293C10.3377 43.3107 11.3975 43.7497 12.5026 43.7497H37.5026C38.6077 43.7497 39.6675 43.3107 40.4489 42.5293C41.2303 41.7479 41.6693 40.6881 41.6693 39.583V35.4163M14.5859 22.9163L25.0026 33.333M25.0026 33.333L35.4193 22.9163M25.0026 33.333V8.33301" stroke="%230B0263" stroke-width="4.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 30px;
    color: #0B0263;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border: #00C89A;
    padding: 0px 20px 0px 20px;
    width: 60%;
}
.revetelech{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.firstlast{
    width: 50%;
}
.firstlast h2{
    margin-bottom: 0;
    color: #ffd659;
    margin-left: 30px;
    padding: 10px;
    font-size: 42px;
    font-weight: bold;
}
form{
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr 1fr 2fr;
    grid-template-areas: "inpu1 inpu2"
    "inpu3 inpu3"
    "inpu4 inpu4"
    "inpu5 inpu5"
    "inpu5 inpu5"
    "inpu6 inpu6"
    ;
}
.inpu1{
    grid-area: inpu1;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    border: none;
}
.inpu2{
    grid-area: inpu2;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    border: none;
}
.inpu3{
    grid-area: inpu3;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    border: none;
}
.inpu4{
    grid-area: inpu4;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    border: none;
}
.inpu5{
    grid-area: inpu5;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    border: none;
}
.inpu6{
    grid-area: inpu6;
    height: 40px;
    width: 40%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 31px;
    border: none;
    background-color: #00C89A;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #0B0263;
}
.footer {
    position: relative;
    background-color: #6D8DCA;
    color: white;
    font-family: Arial, sans-serif;
    padding: 0px 20px;
    padding-bottom: 0;
    border-top: 5px solid #00C89A;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    margin: 20px;
    min-width: 250px;
    text-align: center;
}

.logan{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-logo {
    width: 50%;
    max-width: 100px;
}

.slogan {
    color: #ffc857;
    font-size: 20px;
    width: 50%;
    margin: 0;
    text-shadow: #0B0263 1px 1px;
}
.emof{
    width: 15%;
    object-fit: contain;
    align-self: flex-start;
    transform: rotate(8deg);
}
.description {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
    text-shadow: #0B0263 2px 0px;
}
.footer .infos{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #0B0263;
}
.footer-section h3:not(.slogan) {
    color: #ffc857;
    text-decoration: underline;
    margin-bottom: 15px;
    text-shadow: #0B0263 2px 0px;
}

.apps p{
    text-shadow: #0B0263 2px 0px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

footer p{
    font-weight: bold;
    font-size: 14px;
}
.footer a{
    text-shadow: #0B0263 2px 0px;
}

.footer-bottom {
    border-top: 1px solid #333;
    text-align: center;
    color: #555;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.footer-bottom a{
    color: #FFFFFF;
    text-shadow: #0B0263 2px 0px;
}

.social-icons a {
    display: inline-flex;
    margin: 0;
}
.social-icons{
    position: absolute;
    top: 320px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 26px;
    border: none;
    border-radius: 12px;
}
.social-icons::after{
    content: "";
    position: absolute;
    background: rgba(0, 200, 154, 0.79);
    filter: blur(50px);
    border-radius: 20px;
    transform: rotate(-180deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.social-icons img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
@media (max-width: 1250px) {
    .container ul li {
        margin: 0;
    }
    .container .nav {
        width: fit-content;
        gap: 15px;
    }
    .container .lang {
        right: 25%;
    }
}
@media (max-width: 1200px){
    .scndimg, .lostimg{
        display: none;
    }
}
@media (max-width: 1170px) {
    .container{
        overflow: visible;
    }
    .logo {
        position: relative;
        left: 0%;
        top: 0;
        width: 120px;
        height: 120px;
        border-radius: 12px;
        transform: none;
    }
    .logo img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 80%;
        height: 80%;
    }
    .container .header {
        justify-content: flex-start;
    }
    .container .header div:not(.logo) {
        flex-grow: 1;
    }
    .container .nav {
        position: relative;
        left: 0;
        top: 0;
        width: fit-content;
        margin: auto;
    }
    .container .lang {
        display: none;
    }
    .container div {
        align-items: center;
    }
    .container button {
        position: relative;
        top: 0px;
    }
    .container button.ins {
        display: none;
    }
    .howto .phones{
        right: -119%;
    }
    .howto .phoneshadow{
        right: -110%;
    }
}
@media (max-width: 1000px) {
    .container .con {
        display: none;
    }
    .container .conarrow {
        display: block;
        width: fit-content;
        transform: rotate(180deg);
    }
    .leftimg, .rightimg{
        display: none;
    }
    .present{
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "title title"
        "line line"
        "card1 card2"
        "card3 card4"
        "card5 card6";
        grid-template-rows: auto;
    }
    .emo{
        top: 100px;
    }
     .reverse-emo{
        top: 100px;
    }
    .tuto{
        width: 90%;
        margin: auto;
    }
    .tutovid{
        position: static;
        margin: 20px auto;
        width: 80%;
    }
}
@media (max-width: 900px) {
    .container .header {
        justify-content: space-between;
        padding: 8px 12px;
        background-color: #0B0263;
    }
    .container > .header > div:last-child {
        flex: none;
        min-width: unset;
    }
    .container .nav {
        position: fixed;
        top: 0;
        left: -320px;
        width: min(300px, 85vw);
        height: 100vh;
        margin: 0;
        padding: 100px 16px 24px;
        background: linear-gradient(180deg, rgba(11, 2, 99, 0.98) 0%, rgba(4, 30, 109, 0.98) 100%);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 30px;
        overflow-y: auto;
        transition: left 0.28s ease;
        z-index: 20000;
    }
    .container .nav.nav-open {
        left: 0;
    }
    body.nav-open {
        overflow: hidden !important;
    }
    .container .nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(11, 2, 99, 0.45);
        backdrop-filter: blur(2px);
        z-index: 19990;
    }
    .container .nav-backdrop.show {
        display: block;
    }
    .container li {
        margin: 0;
    }
    .container .nav a,
    .container .nav #dropdown-button {
        width: 100%;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        filter: none;
        padding: 0;
    }
    .container .nav button {
        width: 100%;
        justify-content: flex-start;
        padding: 12px;
        box-shadow: none;
    }
    .container .nav > li {
        display: flex;
        flex-direction: column;
    }
    .container .nav #dropdown {
        position: static;
        width: 100%;
        height: auto;
        overflow: visible;
        background-color: #0B0263;
    }
    .container #sidebartoggle {
        display: block;
        background-color: #00C89A;
        position: relative;
        padding: 0px 9px;
        height: 40px;
        z-index: 30001;
    }
    .container #sidebartoggle img {
        width: 20px;
        height: 20px;
    }
    .first{
        display: none;
    }
    .scnd{
        width: 100%;
    }
    .scn{
        display: none;
    }
    .howto .howens{
        width: 90%;
        margin: auto;
    }
    .howto .phones{
        position: static;
        width: 50%;
        background: url('../phoneshadow.svg');
        background-repeat: no-repeat;
        background-size: 58%;
        background-position: 80% 80%;
        transform: translateX(-15%);
    }
    .line2{
        display: none;
    }
    .social-icons {
        position: relative;
        top: -50px;
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
    }
    .links {
        display: none;
    }
}
@media (max-width: 700px) {
    .scnd{
        flex-direction: column;
        background: linear-gradient(to bottom, #0b0263 35%, #00a87a 100%);
        border-radius: 0 0 20px 20px;
    }
    .scnd-puzzle-bg{
        background: none;
    }
    .container{
        height: fit-content;
        border-bottom: #00C89A solid 2px;
    }
    .firstteach{
        top: 0;
    }
    .scnd-left{
        width: 100%;
        padding: 20px;
    }
    .scnd-right{
        width: 100%;
    }
    .scnd-puzzle-bg{
        background: url('../respnsivepuzzle.png') center / 800px no-repeat;
        width: 100%;
    }
    .scnd-blob{
        width: 80%;
    }
    .howto .last{
        flex-direction: column-reverse;
        border-top: #ffc857 solid 3px;
        padding-top: 30px;
    }
    .firstlast{
        width: 100%;
    }
    .revetelech{
        width: 100%;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-bottom {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .links {
        display: block;
        margin-bottom: 100px;
    }
}
@media (max-width: 600px){
    .present{
        grid-template-columns: 1fr;
        grid-template-areas:
        "title"
        "line"
        "card1"
        "card2"
        "card3"
        "card4"
        "card5"
        "card6";
        padding-bottom: 20%;
    }
    .emo{
        top: 150px;
    }
     .reverse-emo{
        top: 150px;
    }
}