:root {
    --Purple: #7B4B94;
    --TurquoiseOne: #40E0D0;
    --OrangeOne: #FFA94D;
    --OrangeBolld: #f7941d;
}
@font-face {
    font-family: "manrope";
    src: url("/Fonts/manrope-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "manrope";
    src: url("/Fonts/manrope-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "manrope";
    src: url("/Fonts/manrope-bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "manrope";
    src: url("/Fonts/manrope-extrabold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
ul {
    padding-left: 0;
}
a{
    text-decoration: none;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "manrope"!important;
    font-weight:700;
}
a, span, label {
    font-family: "manrope" !important;
    font-weight: 600;
}
.orangebutton {
    background-color: var(--OrangeBolld)!important;
}
body {
    font-family: "manrope";
}
.termandcondition{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:0 40px;

}
    .termandcondition h2{
        color:var(--Purple);
    }
    .section {
        transform: translateY(50px);
        transition: all 0.8s ease-out;
    }
header{
    width: 100%;
}
nav{
    width: 100%;
    
}
.navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.logo{
    width: 30%;
}
.logo img{
    width: 28%;
    height: 100%;F
}
.navbar ul{
    width:30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0;
}

.mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.7s ease-in-out;
    height: 0;
    z-index:9999;
}

    .mobile ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        display:none
    }
    .toolsMobile{
        display:none
    }
.toolsMobile a {
    margin: 0 5px;
}

.navbar ul li {
    margin-right: 4%;
}

    .navbar ul li a {
        outline: none;
    }
.height {
    height: 150px !important;
}
.tools {
    width: 30%;
    height: 100%;
    direction: rtl;
    display: flex;
    margin-right: 1%;
    align-items: center;
    gap:5px;
}
.signInBtn{
    background-color: var(--Purple);
    border-radius: 5px;
    padding: 10px;
    transition: color .3s ease-in-out;
    color: #ffff;
}
.signInBtn:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 0;
    transition: height .5s ease;
}
.signInBtn:hover::before{
    height: 100%;
}
.signInBtn:hover{
    color:var(--Purple);
    
}
.signInBtn span,.signInBtn{
    position: relative;
    z-index: 1;
}
.Banner {
    width: 100%;
    display: flex;
    height: 750px;
    position: relative;
    z-index: 2;
}
.welcome{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top:10%;
    color: var(--Purple);
}
    .welcome h3 {
        font-family: "montseratbold";
        font-weight: 900;
        font-size: clamp(1rem,2.2vw,3rem);
        width: 100%;
    }
.slogan{
    position:absolute;
    left:50%;
    transform: translate(-50%);
    bottom: 3%;
}
    .slogan p {
        font-size: clamp(.7rem, 1.3vw, 1.5rem);
    }
.Banner img{
    width: 95%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
     object-fit: cover;
     object-position: center;
}
.aboutUs{
    margin: 40px 10px;
    display: flex;
    justify-content: space-between;
}
.mainAboutList{
    padding-left:20px;
}
.mainAboutList li{
    list-style-type:square;
}
.mainAboutList li::marker{
    color:var(--TurquoiseOne);
    font-size:1.5rem;
}
.aboutUs .leftPart {
    width: 50%;
    padding: 0 30px;
}
    .aboutUs .leftPart p {
        font-family: "montseratbold";
        width:80%;
    }
.aboutUs .aboutUsContent {
    width: 50%;
    padding: 0 30px;
}
.aboutUsBtn{
    width: 100%;
    direction: rtl;
}
/* workshop  */
.workshop {
    background-color: var(--Purple);
    border-radius: 15px;
    width: 100%;
    padding: 5rem 0;

}

    .workshop h2 {
        font-size: clamp(10px,5vw,48px);
        color: var(--TurquoiseOne);
        font-weight: 800;
        width: 30%;
        margin: auto;
        text-align: center;
        padding: 10px 20px;
        border: 1px solid #000;
        border-radius: 20px;
    }

    .workshop h5 {
        color: #fff;
        text-align: center;
        margin-top: 30px;
        font-size: clamp(15px,2vw,25px);
        width: 100%;
    }

    .workshop ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-top: 40px;
        align-items: stretch;
    }

        .workshop ul li {
            margin-right: 5px;
            width: 28%;
            display: flex;
            flex-direction:column;
            align-items:stretch;
            flex: 1 1 45%;
            margin-bottom:15px;
        }

            .workshop ul li a {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                flex-grow:1
            }

            .workshop ul li img {
                width: 70%;
                margin: 0 auto;
                object-fit: cover;
                border-radius: 10px;
                height: 400px;
            }

.finger {
    margin: 10px 0;
    text-align: left;
    width: 100%;
    color: #fff;
    padding-left:35px;
    margin-top:auto;
}

    .finger img {
        width: 15% !important;
        object-fit: unset !important;
        height: 50px !important;
    }
.polygan{
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.firstOne{
    border-radius: 25%;
}
.thirdOne{
    border-radius: 40%;
}
.forthOne{
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
}
.workshop ul li h4{
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    
}
.yellowOne{
    color: var(--OrangeOne);
}
.blueOne{
    color: var(--TurquoiseOne);
}
.workshop ul li p{
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
/* galllery */
/* galllery */
.gallery {
    margin: 70px 0;
    background-color: var(--OrangeOne);
    padding: 40px 0;
    border-radius: 15px;
}

    .gallery h3 {
        font-size: 48px;
        font-weight: 900;
        color: #fff;
        text-align: center;
    }

    .gallery ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 20px 0;
    }

        .gallery ul li {
            width: 30%;
        }

    .gallery img {
        height: 350px !important;
        object-fit: cover !important;
        border-radius: 15px;
        width: 100%;
    }
.prevBtn{
    background-color: var(--Purple)!important;
    outline: none;
    border: none;
}
.nextBtn{
    background-color: var(--Purple)!important;
    outline: none;
    border: none;
}
.lastLine {
    color: var(--Purple);
    font-weight: 900;
    width: 100%;
    text-align: center;
}
/* footer */
footer {
    background-image: url(/images/600Asset\ 1.png);
    background-color: var(--TurquoiseOne);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.usefulLinks {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .usefulLinks h4 {
        font-size: 28px;
        font-weight: 900;
        font-family: "montseratbold";
        text-align: center;
    }

    .usefulLinks ul {
        display: flex;
        flex-direction: column;
    }

        .usefulLinks ul li {
            margin-bottom: 2px;
        }

            .usefulLinks ul li a {
                font-size: 18px;
                font-weight: 600;
            }

.footerLogo {
    width: 100%;
    text-align: center;
    height: 120px;
    margin: 20px auto;
}

    .footerLogo img {
        height: 100%;
    }

.links {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.contactinfo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .contactinfo a {
        font-family: "montserat"!important;
    }

    .contactinfo h4 {
        font-size: 28px;
        font-weight: 900;
        font-family: "montseratbold";
        text-align: center;
    }

    .contactinfo p{
        margin:0!important;
    }
.social {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .social h4 {
        font-size: 28px;
        font-weight: 900;
        font-family: "montseratbold";
        text-align: center;
    }

    .social ul {
        display: flex;
        justify-content: space-between;
        width: 30%;
    }

        .social ul li a svg {
            font-size: 27px;
        }

.guest {
    width: 100%;
    padding: 10px 40px;
}

    .guest h5 {
        float: right;
        color: #fff;
        width: 30%;
        direction: rtl;
        margin-top: -50px;
    }

.emailsending {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    padding: 2px 10px;
    gap: 5px;
    margin-bottom: 40px;
}

    .emailsending button {
        border-radius: 30px;
        padding: 5px 45px !important;
        border: none;
    }

    .emailsending input {
        width: 30%;
        padding: 0 10px;
        border-radius: 30px;
        border: 1px solid #fff;
        background-color: transparent;
        fill: #fff;
        color: #fff;
    }

        .emailsending input::placeholder {
            fill: #fff;
            color: #fff;
        }
/* admin */
.Mobilesidebaradmin{
    display:none;
}
.keshoe{
    display:none;
}
.sidebaradmin {
    display: flex;
    align-items: center;
    height: 100vh;
}
.sidebaradmin ul{
    display:flex;
    flex-direction:column;
}
.sidebaradmin ul li{
    margin:5px 0;
    border-radius:15px;
    padding:5px 40px;
    background-color:var(--TurquoiseOne);
    
}
    .sidebaradmin ul li a {
        color: #ffff;
    }
.tablecontent{
    margin:40px 0;
}
.tablecontent h4{
    color:var(--Purple);
    font-weight:800;
}
.tablecontent form{
    color:var(--Purple);
    padding:20px 20px;
    border-radius:30px;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

    .tablecontent form input {
        border: none;
        border-bottom: 2px solid var(--OrangeOne);
        padding: 10px 30px;
        width:60%;
        margin: 0 auto;
    }
        .tablecontent form input:focus {
            outline: 2px solid var(--OrangeOne);
        }
    .tablecontent form select {
        border: none;
        border-bottom: 2px solid var(--OrangeOne);
        padding: 10px 30px;
        width: 60%;
        margin: 0 auto;
    }

        .tablecontent form select:focus {
            outline: 2px solid var(--OrangeOne);
        }
    .tablecontent form textarea {
        border: none;
        border-bottom: 2px solid var(--OrangeOne);
        padding: 10px 30px;
        width: 60%;
        margin: 0 auto;
    }
    .tablecontent form textarea:focus {
        outline: 2px solid var(--OrangeOne);
    }
.btn-create{
    background-color:var(--TurquoiseOne);
    color:#fff;
}
.btn-create:hover{
    background-color:var(--TurquoiseOne)!important;
}
.navbar{
    
    padding:10px 0!important;
}
.navbar-brand{
    margin:0 10px!important;
    color:var(--Purple)!important;
    font-weight:bolder!important;
}
.navbar-nav{
    justify-content:unset!important;
}
.navbaradmin {
    margin: 5px 10px;
    border-radius: 15px;
    padding: 5px 40px;
    background-color: var(--TurquoiseOne);
}
/* Login */
.centerBox {
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}

.LogoForLogin {
    position: absolute;
    width: 240px;
    top: 2%;
    left: 3%;
    z-index: 5;
}

.LoginBox {
    background-color: var(--OrangeOne);
    width: 100%;
    transform: rotate(-3deg);
    height: 80vh;
    display: flex;
    align-items: center;
}

.Login {
    background-color: var(--TurquoiseOne);
    width: 60%;
    margin: auto;
    height: 50vh;
    transform: rotate(3deg) !important;
    border-radius: 20px;
    box-shadow: 0px 3px 25px #fff;
    padding: 40px 0;
}

    .Login h3 {
        text-align: center;
        color: var(--Purple);
        font-size: 40px;
        font-weight: 800;
        margin: 20px 0;
    }

    .Login p {
        text-align: center;
        margin: 10px 0;
        color: var(--Purple);
    }

    .Login form {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align:center;
    }

        .Login form input {
            outline: none;
            border: none;
            border-radius: 10px;
            padding: 1% 3%;
            margin: 2% 0;
            width:70%;
        }

        .Login form label {
            color: var(--Purple);
        }

.loginBtn {
    outline: none;
    border: none;
    padding: 10px 50px;
    width: 70%;
}
/* courses */
.CourseBanner {
    width: 100%;
    height: 750px;
    position: relative;
}

    .CourseBanner h1 {
        position: absolute;
        top: 70%;
        left: 5%;
        font-weight: 900;
        color: #fff;
        font-size: 120px;
    }

    .CourseBanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.courseBook {
    position: fixed;
    right: 10%;
    top: 30%;
    width: 30%;
    background-color: var(--OrangeBolld);
    border-radius: 25px;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    z-index:999;
}
    .courseBook.absolote {
        position: absolute;
        right: 10%;
        top: 15%;
        width: 30%;
        background-color: var(--Purple);
        border-radius: 25px;
        padding: 30px 30px;
        display: flex;
        flex-direction: column;
    }
.courseBook.stopped {
    transition:none;
    position: absolute;
}
    .courseBook.absoloteEvent {
        position: absolute;
        right: 10%;
        top: 15%;
        width: 30%;
        border-radius: 25px;
        padding: 30px 30px;
        display: flex;
        flex-direction: column;
    }
    .courseBook.absoloteEvent p{
        width:90%;
    }
.absolote a {
    background-color: var(--TurquoiseOne) !important;
}
/*.courseBook.down{
    top:30%;
}*/
.blueCourseBook {
    background-color: var(--TurquoiseOne)!important;
}
.courseBook h5 {
    color: #fff;
    font-weight: bolder;
}

    .courseBook p {
        margin: 10px 0;
        width: 60%;
    }

    .courseBook ul {
        line-height: 1.5;
        padding-left:20px;
    }

        .courseBook ul li {
            list-style: square;
            margin: -7px 0 !important;
        }

            .courseBook ul li::marker {
                color: var(--TurquoiseOne);
                font-size: 1.5rem;
            }
            .blueCourseBook ul li::marker {
                color: var(--Purple);
                font-size: 1.5rem;
            }
            .courseBook.absolote ul li::marker {
                color: var(--OrangeOne);
                font-size: 1.5rem;
            }

    .courseBook select {
        padding: 5px 20px;
        width: 45%;
        margin: 5px 0;
        border: none;
        border-radius: 10px;
        border: 1px solid #4f4f4fee;
        outline: none;
        color: var(--Purple);
    }

.registerbtn {
    width: 50% !important;
    align-self: flex-end;
    padding: 5px 10px !important;
    border-radius: 30px;
}

.courseDescription {
    width: 40%;
    margin: 40px 0;
}

    .courseDescription ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
    }

        .courseDescription ul li {
            margin: 20px 0;
            direction: ltr;
            width: 100%;
        }

            .courseDescription ul li a {
                display: flex;
                align-items: center;
            }

            .courseDescription ul li svg {
                font-size: 58px;
                color: var(--Purple);
                padding: 10px;
                background-color: rgb(252, 249, 230);
                margin: 0 5px;
                border-radius: 5px;
            }

.aboutUsPage {
    margin: 50px 0;
    padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .aboutUsPage h3 {
        width: 34%;
        text-align: center;
        margin: 0 auto;
        font-size: 35px;
        padding: 33px 0;
        font-family: 'montserat' !important;
    }

    .aboutUsPage .aboutUsPageContent {
        display: flex;
        flex-direction: column;
        text-align: start;
        width: 50%;
        margin: 0 auto;
    }

.sloganAboutUs {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 40%;
    color: #fff;
}

    .sloganAboutUs h4 {
        font-size: 60px;
        word-spacing: 5px;
        margin: 0 auto;
    }

.abtusBtn {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.Banner video {
    width: 100%;
    object-fit: cover;
}
/* aboutUs */


.feature-panel {
    max-width: 50%;
    margin: 30px auto;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, var(--Purple) 0%, var(--TurquoiseOne) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.cards {
    display: flex;
    gap: 34px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
    width: 95%;
    margin: 0 auto;
}


.card {
    flex: 1 1 45%;
    min-width: 45%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: transparent;
    border: none;
}

    .card img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.18);
        flex-shrink: 0;
    }


    .card p {
        margin: 0;
        line-height: 1.45;
        font-size: 14px;
        color: #fff;
    }


.cta {
    margin: 32px auto;
    text-align: center;
}

    .cta a {
        background: var(--Purple);
        color: #fff;
        border: 0;
        padding: 12px 34px;
        border-radius: 22px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 6px 18px rgba(138,44,240,0.26);
    }


@media (max-width:740px) {
    .cards {
        flex-direction: column
    }

        .card img {
            width: 100%;
        }

    .feature-panel {
        padding: 22px;
        max-width:100%;
    }
}
/* register form */
.registerBanner {
}

    .registerBanner ul {
        display: flex;
        flex-direction: column;
    }

        .registerBanner ul li img {
            width: 100%;
        }

.registerform {
    width: 60%;
    margin: 0 auto;
}

    .registerform div {
        margin: 10px 0;
    }

.boldlabel {
    font-weight: 900;
    font-size: 17px;
    margin: 5px 0;
}

.lightlabel {
    font-size: 17px;
    margin: 5px 0;
    flex: 0 1 auto;
}

.registerform input, textarea {
    padding: 7px 10px;
    border: 1px solid rgb(99, 98, 98);
    border-radius: 30px;
    outline: none;
    flex: 1;
    min-width: 0;
    font-size: 12px;
}

.registerform button {
    margin: 60px 0;
    outline: none;
    border: none;
    width: 40%;
    align-self: end;
    border-radius: 20px;
    padding: 5px 40px !important;
    font-size: 12px;
}

.registerdiv h3 {
    font-weight: bolder;
    color: var(--TurquoiseOne);
}

.selectdiv {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .selectdiv select {
        padding: 10px 10px;
        border: 1px solid rgb(99, 98, 98);
        border-radius: 30px;
        outline: none;
        fill: var(--Purple);
        width: 100%;
        font-size: 12px;
    }

.checkboxdiv {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}

    .checkboxdiv input {
        width: 10%;
        padding: 0 !important;
        transform: scale(1.5);
    }

    .checkboxdiv label {
        width: 80%;
    }
/* contactUs */
.contactpic {
}

    .contactpic img {
        width: 100%;
    }

.Kontakt {
    padding: 10px 60px;
}

    .Kontakt h2 {
        color: var(--Purple);
        font-weight: 900;
        font-family: "montseratbold";
        font-size: 48px;
        text-align: start;
        margin-bottom: 40px;
    }

.boldh4 {
    font-size: 20px;
    font-family: "montseratbold";
}

.contactform {
    margin: 0 !important;
    width: 70% !important;
}

    .contactform textarea {
        width: 100%;
    }

.orangbold {
    font-size: 24px;
    font-family: "montseratbold";
    color: var(--OrangeOne);
    margin-bottom: 40px;
    margin-top:20px;
}
/* school */
.skolaregister h2 {
    font-family: "montseratbold";
    font-size: 22px;
}

.skolaregister h3 {
    font-family: "montseratbold";
    font-size: 22px;
    color: var(--Purple);
}

.references h2 {
    font-family: "montseratbold";
    font-size: 32px;
    color: var(--TurquoiseOne);
}

.desc {
    width: 40%;
    text-align: start;
}
/* loading */
.spinner {
    width: 80px;
    height: 80px;
    border: 8px solid #ddd;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.message {
    font-size: 18px;
    color: #333;
}
/* Cart start */
.BasketContainer {
    margin: 20px 0;
}

.Basket {
    padding: 60px;
}

    .Basket h2 {
        font-size: 38px;
        font-family: "montseratbold";
        color: var(--Purple);
        margin-bottom: 30px;
    }

    .Basket p {
        font-size: 20px;
    }

.BasketBanner img {
    object-fit: cover;
    width: 100%;
}

.line {
    width: 100%;
    margin: 20px 0;
    height: 2px;
    background-color: var(--TurquoiseOne);
}
.payForm{
    width:30%;
}
.cartbtn {
    padding: 5px 35px;
    border-radius: 30px;
    border: none;
    outline: none;
    background-color: var(--Purple);
    color: #fff;
    width: 100%;
    margin: 40px 0;
    text-align:center;
}
.policy{
    width:80%;
    margin:10px auto;
}
.policy p{
}

.bluebtn {
    background-color: var(--TurquoiseOne);
    width:30%;
}
/* Cart end */
/*school referencer*/
.schoolbox{
    align-items:center;
    width:90%;
    margin:0 auto;
    justify-content:space-around;
}
.schoolbox .name{
    width:40%;
}
    .schoolbox .desc {
        width: 60%;
    }