html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    background-color: rgba(255, 255, 255, 1);
    /*background-color: rgba(151, 84, 172, 0.342);*/
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-inline: 0;
    overflow-x: hidden;
    width: 100vw;
}



header{
    position: fixed;
    z-index: 100;
}

.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 10px rgba(155, 144, 156, 0.066);
    font-size: 20px;
    height: 70px;
    padding-right: 20px;
    position: fixed;
    width: 100vw;
    z-index: 100;
    top: 0;
    /*overflow-x: hidden;*/
    .bi-list{
        display: none;
    }
    .bi-x-lg{
        display: none;
    }
}

.dropdown-content{
    position: absolute;
    z-index: 10000;
}

#dropdown-fromC{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4.4rem;
    right: 0;
    z-index: 100;
    width: 60vw;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-top: 10px;
    background-color:   rgba(240, 240, 240, 1);
    a{
        color: rgba(72, 71, 74, 1);
        font-size: 1.2rem;
        margin-left: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    a:nth-last-of-type(1){
        margin: 0;
    }
    .click-drop-fromC{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
        color: rgba(72, 71, 74, 1);
        padding: 0;
        p{
            font-size: 1.2rem;
            align-self: center;
        }
        i{
            color: rgba(72, 71, 74, 1);
            align-self: center;
            transform: translateY(-10px);
        }
    }
    ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
        li{
            list-style-type: none;
            font-size: 1rem;
        }
    }
    button{
        border: none;
        background-color: rgba(129, 35, 118, 1);
        margin-top: 10px;
        color: rgba(255, 255, 255, 1);
        margin-right: 10px;
    }
}

.header a{
    color: rgba(143, 12, 143, 0.9);
    text-decoration: none;
}

.welcome{
    transform: translateX(-20px);
    width: 100vw;
    position: relative;
    background-color: rgba(151, 84, 172, 0.1);
    margin-left: 0;
    padding-inline: 0;
    z-index: -1;
}

.welcome-1stchild .with-i{
    font-size: 17px; 
    i{
        vertical-align: middle;
        font-size: 20px;
    }
}

.welcome-1stchild{
    width: 60%;
    p:nth-last-of-type(1){
        margin-top: 30px;
        font-size: 20px;
    }
    i{
        color:blueviolet;
    }
}

.nd-nav{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-right: 10px;
    float: inline-end;
}

.st-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    margin-left: 60px;
    .dropbtn{
        transform: translateY(8px);
    }
}

.bx-chevron-down{
    font-size: 35px;
    margin-top: 5px;
    color: rgb(135, 54, 182);
}

.course{
    display: flex;
    align-items: center;
    gap: 0;
}

.header button:nth-of-type(1){
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    background-color: transparent;
    color: rgb(105, 36, 119);
}

.header button:nth-of-type(2){
    border: none;
    border-radius: 5px;
    background-color: rgb(129, 35, 118);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    padding-inline: 20px;
    height: 50px;
}

.logo-header{
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        img{
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }
        p{
            align-self: center;
            transform: translate(-15px, 8px);
        }
    }
}

.welcome{
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    margin-inline: 20px;
    padding: 20px;
}

.par-welcome{
    font-size: 35px;
}

.stud-img{
    width: 30%;
    height: 30%;
    margin-top: 30px;
    margin-right: 40px;
    /*clip-path: polygon(50% 0%, 80% 10%, 100% 48%, 100% 76%, 83% 96%, 50% 100%, 18% 96%, 0 80%, 0 43%, 20% 10%)*/;
}

.freeless-btn1{
    border: none;
    border-radius: 5px;
    background-color: rgb(129, 35, 118);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    padding-inline: 20px;
    height: 50px;
}

.trusted{
    font-size: 50px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid rgba(143, 12, 143, 0.9);
    width: 40px;
    animation-delay: 1s;
    animation: typing 20s steps(60) infinite alternate, blink 1s step-end infinite;
}

@keyframes typing {
    0% { width: 0; }
    60% { width: 75%; }
    80% { width: 75%;}
    100% { width: 0%;}
}

@keyframes blink {
    50% { border-color: transparent; }
}

.course-img{
    width: 100%;
    height: 150px;
}

/*.courses-detail{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 420px));
    grid-template-rows: max-content;
    column-gap: 5px;
    row-gap: 1%;
    margin-bottom: 50px;
    justify-content: center;
    padding-inline: 10px;
}

.courses{
    background-color:rgba(255, 255, 255, .5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    padding-inline: 2%;
    padding-bottom: 2%;
}*/

.courses{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.courses-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 1%;
    gap: 2%;
    margin-bottom: 4rem;
}

.courses h2{
    width: 70%;
    align-self: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.web-course{
    border: 1px solid rgba(124, 12, 189, .3);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, .6);
    transition: transform .35s ease-in-out;
    width: 300px;
    margin-top: 20px;
}

.web-course p:nth-last-of-type(1){
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.web-course a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.web-course:hover{
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(236, 86, 236, 0.068);
}

.web-course button{
    background-color: rgba(154, 32, 170, 0.9);
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
}

.par{
    font-family: sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.choose-us{
    background-color: rgba(255, 255, 255, .5);
    padding: 15px;
    margin: 19px;
    border-radius: 10px;
}


.dropdown {
    position: relative;
    display: inline-block;
}


.dropbtn {
    color: rgba(143, 12, 143, 0.9);
    display: flex;
    flex-direction: row;
    align-items: center;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 300px;
    margin-top: -5px;
    left: -5px;
    box-shadow: 0px 8px 16px rgba(200,32,180, 1);
    border-radius: 6px;
    z-index: 100000;
    border: 1px solid rgb(197, 87, 219);
}


.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.dropdown-content a:nth-of-type(1){
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}

.dropdown-content a:nth-last-of-type(1){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
}

.dropdown-content a:hover {
    background-color: rgba(153, 33, 180, 0.212);
}


.dropdown:hover .dropdown-content {
    display: block;
    overflow-y: scroll;
}

.phone{
    height: 35px;
    border: 1px solid rgba(100, 100, 100, .9);
}

.phone:focus{
    outline: 1px solid rgba(200,32,180, 1);
    box-shadow: 0 10px 10px rgba(200,32,180, 1);
    border: none;
}

@media(max-width: 880px){
    .nd-nav button{
        display: none;
    }
    .nd-nav i{
        display: block;
    }
    .stud-img{
        height: 15rem;
        width: 20rem;
    }
}

@media(max-width: 650px){
    .st-nav{
        display: none;
    }
    .nd-nav button:nth-child(2){
        display: block;
    }
    .stud-img{
        height: 10rem;
        width: 13rem;
    }
}

.reviews-img{
    width: 30%;
    height: 100%;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.reason{
    margin: 30px;
    margin-inline: 0;
    padding-top: 20px;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(151, 84, 172, 0.1);
    h2{
        font-size: 40px;
    }
}

.reason-1{
    background-color: rgba(255, 255, 255, .8);
    /*border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: red;*/
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    gap:15%;
    padding: 10px;
    font-size: 25px;
    /*background-color:  rgba(124, 12, 189, .3);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);*/
    
    
    div{
        width: 30%;
        background-color: rgba(0, 0, 255, .4);
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        gap: 2rem;
        h5{
            font-size: 30px;
            padding: 0;
            margin-top: 10px;
        }
        p{
            font-size: 22px;
        }
    }
}

#only-sec1{
    background-color: rgba(0, 0, 255, .4);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-div1{
    width: 270px;
    height: 270px;

    background-image: url(../assets/tech-haven/Image1.png);
    background-position: center;
    background-size: cover;

    clip-path: circle(50%);
}


.reason-2{
    /*border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: red;*/
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    gap:15%;
    padding: 30px;
    font-size: 25px;
    /*background-color:  rgba(124, 12, 189, .3);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);*/
    img{
        clip-path: circle(50%);
        width: 25%;
        height: 25%;
    }
    div{
        width: 30%;
        background-color: rgba(164, 4, 212, 0.4);
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
        padding: 10px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
        h5{
            font-size: 30px;
            padding: 0;
            margin-top: 10px;
        }
        p{
            font-size: 22px;
        }
    }
}

#only-sec2{
    background-color: rgba(164, 4, 212, 0.4);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-div2{
    width: 270px;
    height: 270px;

    background-image: url(../assets/tech-haven/Image8.png);
    background-position: center;
    background-size: cover;

    clip-path: circle(50%);
}

.reason-3{
    background-color: rgba(255, 255, 255, .8);
    /*border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: red;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:15%;
    padding: 10px;
    font-size: 25px;
    /*background-color:  rgba(124, 12, 189, .3);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);*/
    img{
        clip-path: circle(50%);
        width: 25%;
        height: 25%;
    }
    div{
        width: 30%;
        background-color: rgba(4, 212, 115, 0.4);
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
        h5{
            font-size: 30px;
            padding: 0;
        }
        p{
            font-size: 22px;
        }
    }
}

#only-sec3{
    background-color: rgba(4, 212, 115, 0.4);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-div3{
    width: 270px;
    height: 270px;

    background-image: url(../assets/tech-haven/Image5.png);
    background-position: center;
    background-size: cover;

    clip-path: circle(50%);
}

.reason-4{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:15%;
    padding: 25px;
    font-size: 25px;
    /*background-color:  rgba(124, 12, 189, .3);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);*/
    img{
        clip-path: circle(50%);
    }
    div{
        width: 30%;
        background-color: rgba(181, 212, 4, .4);
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
        border-bottom-left-radius: 30%;
        padding: 10px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2rem;
        h5{
            font-size: 30px;
            padding: 0;
            margin-top: 10px;
        }
        p{
            font-size: 22px;
        }
    }
}

#only-sec4{
    background-color: rgba(181, 212, 4, 0.4);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec-div4{
    width: 270px;
    height: 270px;

    background-image: url(../assets/tech-haven/Image6.png);
    background-position: center;
    background-size: cover;

    clip-path: circle(50%);
}

.whys{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    margin-inline: 50px;
    gap: 10px;
    padding-inline: 25px;
}
.codebase{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-inline: 10%;
    margin-top: 30px;
    gap: 20px;
}

.why-us{
    margin-top:150px;
}

.why-us h2{
    text-align: center;
    margin-bottom: 50px;
} 

.catchy{
    text-align: center;
    font-weight: large;
    font-size: 30px;
    margin-top: 70px;
}

.why-1, .why-2, .why-3, .why-4, .why-5{
    background-color: rgba(205, 12, 192, .3);
    border-radius: 20px;
    padding-inline: 10px;
    padding-top: 0;
    box-shadow: 0 5px 5px rgba(5, 5, 5, 0.9), inset 0 5px 10px rgba(0, 0, 0, 0.5), inset -5px -5px 10px rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 30px;
    h6{
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 20px;
        align-self: center;
    }
    p{
        font-size: 20px;
    }
}

.why-1{
    background-color: rgba(210, 105, 30, .7);
    /*h6{
        color: blue;
    }*/
}

.why-3{
    background-color: rgba(184, 134, 11, .7);
}

.why-2{
    background-color: rgba(0, 0, 255, .7);
    /*h6{
        color: chocolate;
    }*/
}

.why-4{
    background-color: rgba(0, 255, 255, .7);
    /*h6{
        color: rgb(255, 0, 43);
    }*/
}

.why-5{
    background-color: rgba(103, 240, 5, .7);
    align-self: center;
    /*h6{
        color: rgb(53, 91, 160);
    }*/
}

.rev-1-img{
    width: 130px;
    border-radius: 50%;
    height: 120px;
}

.kids-reviews-parent{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(210, 139, 248, 0.305);
    /*background-color: rgba(206, 40, 248, 0.185);*/
    margin-inline: 0;
    border-radius: 10px;
    margin-top: 80px;
    padding-top: 50px;
    position: relative;
    height: 450px;
    width: 98%;
    margin-inline: 1%;
}

.after-thought{
    width: 100%;
    opacity: 0;
    position: absolute;
    animation: rotateReviews 21s infinite ease-in-out;
}

@keyframes rotateReviews {
    0%{ 
        opacity: 0;
    }
    11%{ 
        opacity: 1;
        /*transform: translateX(-30px);*/
    }
    23% { 
        opacity: 1;
        /*transform: translateX(20px);*/
    }
    38% { 
        opacity: 0;
    }
    100% { opacity: 0; }
}

.after-thought:nth-child(1){
    animation-delay: 0s;
}

.after-thought:nth-child(2){
    animation-delay: 7s;
}

.after-thought:nth-child(3){
    animation-delay: 14s;
}

.par-reviews, .grand-par-reviews{
    display: flex;
    flex-direction: row;
}

.after-thought{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
    padding-top: 40px;
    text-align: center;
}

.kids-reviews-parent h2{
    text-align: center;
}

.rev-1, .rev-2, .rev-3, .rev-4, .rev-5, .rev-6, .rev-7, .rev-8, .rev-9, .rev-10, .rev-11, .rev-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    border: none;
    padding-inline: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.432);
    box-shadow: inset 10px 10px 10px rgba(209, 118, 235, 0.856), inset -10px -10px 10px rgb(255, 255, 255);
    height: 300px;
    margin-top: 50px;
}

.rev-1 p{
    text-align: center;
    font-size: 17px;
}

.rev-2 p{
    text-align: center;
    font-size: 17px;
}

.rev-3 p{
    text-align: center;
    font-size: 17px;
}

.rev-4 p{
    text-align: center;
    font-size: 17px;
}

.faq{
    margin-top: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    h5{
        font-size: 30px;
    }
    i{
        background-color: rgba(124, 12, 189, .3);
        border-radius: 50%;
    }
}

.faq-1, .faq-2, .faq-3, .faq-4, .faq-5, .faq-6, .faq-7, .faq-8, .faq-9{
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(100, 100, 100, .3);
    margin-inline: 5%;
    width: 60%;
    padding: 10px;
}
.quiz-1, .quiz-2, .quiz-3, .quiz-4, .quiz-5, .quiz-6, .quiz-7, .quiz-8, .quiz-9{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
    min-width: 60%;
    margin-inline: 5%;
}
.ans-1, .ans-2, .ans-3, .ans-3, .ans-4, .ans-5, .ans-6, .ans-7, .ans-8, .ans-9{
    font-size: 20px;
    display: none;
    align-items: center;
    margin-inline: 5%;
    min-width: 60%;
}

.quiz-1:hover{
    color: rgb(225, 0, 255);
}

.quiz-2:hover{
    color: rgb(225, 0, 255);
}

.quiz-3:hover{
    color: rgb(225, 0, 255);
}

.quiz-4:hover{
    color: rgb(225, 0, 255);
}

.quiz-5:hover{
    color: rgb(225, 0, 255);
}

.quiz-6:hover{
    color: rgb(255, 0, 255);
}

.quiz-7:hover{
    color: rgb(255, 0, 255);
}

.quiz-8:hover{
    color: rgb(225, 0, 255);
}

.quiz-9:hover{
    color: rgb(225, 0, 255);
}

.clossing{
    background-color: rgb(49, 10, 54);
    display: flex;
    font-display: row;
    gap: 60px;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-around;
}

.clossing a:hover{
    color: rgba(10, 186, 255, 1);
}

.logo{
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    align-items: center;
}

.us-name{
    font-size: large;
    font-weight: bold;
}

.logo-foot{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.follow{
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    gap: 10px;
}

.follow a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    gap: 10px;
}

.quick-links{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
    padding-top: 30px;
}

.quick-links a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.ending{
    background-color: rgba(206, 40, 248, 0.185) ;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.chat-btn{
    display: flex;
    flex-direction: row;
    border: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: linear-gradient(to right, rgba(200,32,180, 1), rgba(50, 10, 70, .9));
    color: rgba(255, 255, 255, 1);
    padding: 15px;
    width: 200px;
    height: 40px;
    gap: 20px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    animation: breathe 2s infinite ease-in-out;
}


@keyframes breathe{
    0%{transfomr:scale(1);}
    50%{transform: scale(1.1);}
    100%{transform: scale(1);}
}

.modal{
    display: none;
    flex-direction: column;
    position: fixed;
    right:10px;
    bottom: 20px;
    width: 35%;
    height: 75%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    z-index: 1000;
    box-shadow: 0  0 10px rgba(200,32,180, 1);
    justify-content: space-between;
}

.modal-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    border-bottom: 1px solid rgba(154, 32, 170, 0.9);
    padding-bottom: 0;
    background-color: rgba(161, 53, 175, 0.6);
    border-radius: 20px 20px 0 0;
}

.modal i:nth-of-type(1){
    font-size: 30px;
}

.modal-bottom{
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:20px;
    border-top: 1px solid rgba(154, 33, 180, .5);
}

.user-message-icons{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.user-message-icons i:nth-of-type(1){
    font-size: 20px;
}

#user-message{
    width: 80%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#user-message:focus{
    outline: none;
    padding-inline: 10px;
}

#files-upload{
    display: none;
}

.modalcontent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 1530px){
    main{
        .courses{
            .courses-detail{
                margin-bottom: 10rem;
            }
        }
    }
}

@media (max-width: 1380px){
    main{
        .welcome{
            .welcome-1stchild{
                .par-welcome{
                    width: 80%;
                }
            }
            .stud-img{
                width: 40%;
            }
        }

        .reason{
            .reason-1{
                div{
                    width: 40%;
                }
            }
            .reason-2{
                div{
                    width: 40%;
                }
            }
            .reason-3{
                div{
                    width: 40%;
                }
            }
            .reason-4{
                div{
                    width: 40%;
                }
            }
        }
    }
}

@media (max-width: 1280px){
    main{
        .reason{
            .reason-1{
                div{
                    padding: 0;
                    h5{
                        font-size: 1.6rem;
                    }
                    p{
                        font-size: 1.2rem;
                    }
                }
                #only-sec1{
                    width: 240px;
                    height: 240px;
                    border-radius: 50%;
                    #sec-div1{
                        width: 220px;
                        height: 220px;
                    }
                }
            }

            .reason-2{
                div{
                    padding: 0;
                    h5{
                        font-size: 1.6rem;
                    }
                    p{
                        font-size: 1.2rem;
                    }
                }
                #only-sec2{
                    width: 240px;
                    height: 240px;
                    border-radius: 50%;
                    #sec-div2{
                        width: 220px;
                        height: 220px;
                    }
                }
            }

            .reason-3{
                div{
                    padding: 0;
                    h5{
                        font-size: 1.6rem;
                    }
                    p{
                        font-size: 1.2rem;
                    }
                }
                #only-sec3{
                    width: 240px;
                    height: 240px;
                    border-radius: 50%;
                    #sec-div3{
                        width: 220px;
                        height: 220px;

                        background-image: url(../assets/tech-haven/Image5.png);
                        background-position: center;
                        background-size: cover;

                        background-clip: circle(25%);
                    }
                }
            }

            .reason-4{
                div{
                    padding: 0;
                    h5{
                        font-size: 1.6rem;
                    }
                    p{
                        font-size: 1.2rem;
                    }
                }
                #only-sec4{
                    width: 240px;
                    height: 240px;
                    border-radius: 50%;
                    #sec-div4{
                        width: 220px;
                        height: 220px;
                    }
                }
            }
        }
        .why-us{
            .codebase{
                height: min-content;
                .why-5{
                    width: 100%;
                }
            }
        }
    }
}

@media (max-width: 1260px){
    main{
        .reason{
            .reason-1{
                div{
                    width: 50%;
                }
            }
            .reason-2{
                div{
                    width: 50%;
                }
            }
            .reason-3{
                div{
                    width: 50%;
                }
            }
            .reason-4{
                div{
                    width: 50%;
                }
            }
        }
        .why-us{
            .codebase{
                .why-5{
                    width: 110%;
                }
            }
        }
    }
}

@media (max-width: 1160px){
    main{
        .kids-reviews-parent{
            height: 50rem;
            .after-thought{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                div{
                    width: 300px;
                }
            }
        }
    }
}

@media (max-width: 1125px){
    header{
        .header{
            .logo-header{
                gap: 0;
                img{
                    width: 3rem;
                    margin: 0;
                }
                p{
                    font-size: 1.4rem;
                    margin: 0;
                    transform: translateX(-20px);
                }
            }
            .st-nav{
                margin-left: 0;
            }
        }
    }

    main{
        .welcome{
            .par-welcome{
                font-size: 1.8rem;
            }
        }

        .courses{
            h2{
                width: 50%;
            }
            .courses-detail{
                margin-bottom: 2rem;
                gap: 30px;
                .web-course{
                    margin-top: 0;
                    margin-bottom: 0;
                }
            }
        }

        .why-us{
            .codebase{
                .why-5{
                    width: 135%;
                }
            }
            
        }
    }
}

@media (max-width: 1000px){
    header{
        .header{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            .st-nav{
                display: none;
            }
            .nd-nav{
                display: none;
            }
            .bx-menu-close{
                display: flex;
            }
            .bi-list{
                display: flex;
                font-size: 1.8rem;
                color: rgba(100, 100, 100, .3);
            }
        }
    }

    main{
        .welcome{
            .trusted{
                display: none;
            }
        }

        .reason{
            .reason-1{
                div{
                    padding: 20px;
                    width: 55%;
                }
            }
        }
        .reason{
            .reason-2{
                div{
                    padding: 20px;
                    width: 55%;
                }
            }
        }
        .reason{
            .reason-3{
                div{
                    padding: 20px;
                    width: 50%;
                }
            }
        }
        .reason{
            .reason-4{
                div{
                    padding: 20px;
                    width: 50%;
                }
            }
        }
    }
}

@media (max-width: 800px){
    main{
        .courses{
            h2{
                width: 70%;
            }
        }

        .kids-reviews-parent{
            padding-bottom: 20rem;
            height: 55rem;
            .after-thought{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                height: 30rem;
                padding-bottom: 20px;
                gap: 10px;
                .rev-1, .rev-2, .rev-3, .rev-4{
                    width: 300px;
                }
            }
        }
        .par-reviews{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
            .rev-5, .rev-6, .rev-7, .rev-8{
                width: 300px;
            }
        }
        .grand-par-reviews{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
            .rev-9, .rev-10, .rev-11, .rev-12{
                width: 300px;
            }
        }
        
    }
}

@media (max-width: 715px){
    main{
        .why-us{
            .whys{
                display: flex;
                flex-direction: column;
            }
            .codebase{
                display: flex;
                flex-direction: column;
                .why-4{
                    width: 100%;
                }
                .why-5{
                    width: 100%;
                }
            }
        }

        .kids-reviews-parent{
            height: 65rem;
            margin-bottom: 0;
            h2{
                margin-bottom: 20rem;
            }
            .after-thought{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 20px;
                justify-content: center;
                align-items: center;
                margin-top: 40px;
                div{
                    margin: 0;
                    width: 300px;
                }
            }
        }
    }
}

@media (max-width: 660px){
    main{
        .kids-reviews-parent{
            padding-bottom: 5rem;
            height: 50rem;
        }
    }

    .reason{
        padding-inline: 0;
        .reason-1{
            padding-inline: 10px;
            display: flex;
            flex-direction: row;
            gap: 30px;
            #only-sec1{
                margin: 0;
            }
            div{
                padding: 10px;
                width: 80vw;
                h5{
                    font-size: .5rem;
                }
                p{
                    font-size: 1rem;
                }
            }
        }

        .reason-2{
            padding-inline: 10px;
            display: flex;
            flex-direction: row;
            gap: 30px;
            #only-sec2{
                margin: 0;
            }
            div{
                padding: 10px;
                width: 80vw;
                h5{
                    font-size: .5rem;
                }
                p{
                    font-size: 1rem;
                }
            }
        }

        .reason-3{
            padding-inline: 10px;
            display: flex;
            flex-direction: row;
            gap: 10px;
            #only-sec3{
                margin: 0;
            }
            div{
                padding: 10px;
                width: 80vw;
                h5{
                    font-size: .5rem;
                }
                p{
                    font-size: 1rem;
                }
            }
        }

        .reason-4{
            padding-inline: 10px;
            display: flex;
            flex-direction: row;
            gap: 10px;
            #only-sec4{
                margin: 0;
            }
            div{
                padding: 10px;
                width: 80vw;
                h5{
                    font-size: .5rem;
                }
                p{
                    font-size: 1rem;
                }
            }
        }

        
    }

    footer{
        .clossing{
            padding-inline: 10px;
            .logo{

            }
        }
    }
}

@media (max-width: 650px){
    main{
        .welcome{
            .welcome-1stchild{
                .par-welcome{
                    width: 150%;
                }
            }
            img{
                display: none;
            }
        }

        .reason{
            .reason-1{
                display: flex;
                flex-direction: column;
                gap: 0;
                div{
                    width: 80%;
                }
            }

            .reason-2{
                display: flex;
                flex-direction: column;
                gap: 0;
                div{
                    width: 80%;
                }
            }

            .reason-3{
                display: flex;
                flex-direction: column;
                gap: 0;
                div{
                    width: 80%;
                }
            }

            .reason-4{
                display: flex;
                flex-direction: column;
                gap: 0;
                div{
                    width: 80%;
                }
            }
        }
    }
}

@media (max-width: 635px){
    main{
        .kids-reviews-parent{
            height: 90rem;
        }
    }
}

@media (max-width: 500px){
    main{
        .welcome{
            .welcome-1stchild{
                .par-welcome{
                    font-size: 1.6rem;
                }
                .with-i{
                    width: 120%;
                }
            }
        }

        .courses{
            h2{
                font-size: 1.8rem;
                width: 90%;
            }
        }

        .reason{
            h2{
                font-size: 1.8rem;
            }
        }

        .why-us{
            display: flex;
            flex-direction: column;
            align-items: center;
            .whys{
                width: 80%;
            }
            .codebase{
                .why-5{
                    width: 80%;
                }
            }
        }

        .faq{
            padding-inline: 0;
            h5{
                font-size: 1.8rem;
            }
            div{
                margin-inline: 0;
                width: 90%;
            }
        }
    }

    footer{
        .clossing{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0;
        }
    }
}
