@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



#top-bar{
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display:flex;
    align-items:center;
    padding-top:10px;
    padding-left:50px;
    padding-right:200px;
    z-index:200;
}

#top-logo{
    height: 95px;
    width: 95px;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:50px;
}

#top-interactables{
    color:black;
    display:flex;
    font-size:20px;
    margin-left:100px;
    flex-grow:1;
    justify-content:space-between;
}

.toplinka{
    text-decoration:none;
    color:black;
    position: relative;
    background: linear-gradient(#3D5DAF 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
    transition: .2s var(--t,0s), background-position .1s calc(.3s - var(--t,0s));
}

.toplinka:hover{
    --p: 100%;
    --t: .3s;
    color: #fff;
}

.toplinka_{
    font-weight: 700;
    text-decoration:none;
    color:black;
    position: relative;
    background: linear-gradient(#3D5DAF 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
    transition: .2s var(--t,0s), background-position .1s calc(.3s - var(--t,0s));
}

.toplinka_:hover{
    --p: 100%;
    --t: .3s;
    color: #fff;
}

#topportion{
    margin-top:125px;
    display:block;
    align-items: center;
    background-color: #D9EEFD;
}

#headertext{
    font-weight:800;
    font-size:70px;
    text-align: center;
    margin:0px;
    padding-top:80px;
}

#desctext{
    font-weight:300;
    font-size:23px;
    text-align: center;
    margin:15px 0px 0px 0px;
    padding-bottom:80px;
}



.divider{

    position:relative;
    width:100%;
}

.divider1{
    clip-path: polygon(0% 0%, 50% 70%, 100% 0%, 100% 30%, 50% 100%, 0% 30%);
    background-color: #A2C3D9;
    height:100px;
    position:absolute;
    width:100%;
    top:0;
    z-index:101;
}

.divider2{
    clip-path: polygon(0% 30%, 50% 100%, 100% 30%, 100% 100%, 50% 100%, 0% 100%);
    background: linear-gradient(90deg, rgba(168,205,234,1) 0%, rgba(193,232,224,1) 100%);
    height:100px;
    position:absolute;
    width:100%;
    top:0px;
    z-index:100;
}



.divider3{
    clip-path: polygon(0% 0%,100% 0%, 50% 70%);
    background: #D9EEFD;
    height:100px;
    position:absolute;
    width:100%;
    top:0px;
    z-index:103;
}


#mainbody{
    margin-top:100px;
    padding-top:15px;
}

.lessoncontainer{
    margin:0px 350px 20px 350px;
    max-width: 770px;
    display:flex;
    border: 1.5px solid black;
    align-items: center;
    border-radius: 20px;
}

.lesson1{
    background: rgb(114,183,230);
    background: linear-gradient(90deg, rgba(114,183,230,1) 0%, rgba(150,224,211,1) 100%);   
}

.lesson2{
    background: rgb(114,183,230);
    background: linear-gradient(90deg, rgba(114,183,230,0.6069021358543417) 0%, rgba(150,224,211,0.590095413165266) 100%);
}

.lesson3{
    background: rgb(114,183,230);
    background: linear-gradient(90deg, rgba(114,183,230,0.3660057773109243) 0%, rgba(150,224,211,0.3688068977591037) 100%);
}


#updatesheadertext{
    margin-left:350px;
    margin-top:70px;
    font-weight: 600;
    color:#3D5DAF;
    font-size:30px;
}

.lessonnum{
    font-weight:700;
    font-size:36px;
    margin:0;
}

.lessondetails{
    font-size:19px;
    font-weight:300;
}

.findthelesson{
    font-size:19px;
    font-weight:600;
}

.numwrap{
    width:50px;
    margin-left:15px;
    margin-right:5px;
    display:flex;
    justify-content:center;
}
.detailwrap{
    display:flex;
    flex-grow:1;
    justify-content: flex-start;
}
.lessonwrap{
    display:flex;
    flex-grow:1;
    justify-content: flex-end;
    margin-right:25px;
}

#lessons{
    margin:100px 0px 100px 200px;
}

#lessonsheadertext{
    font-weight:600;
    font-size:42px;
    margin:0;
}

.line{
    border: 1px solid black;
    margin-bottom:60px;
}

#presentationcontainer{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
    width:88%
}

.presentationwrap{
    border-radius:20px;
    background-color: #F6F6F6;
    display:flex;
    flex-direction: column;
    justify-content: center;
    max-width:350px;
    margin-bottom:20px;
}

.blankpresentationwrap{
    width:350px;
    margin-bottom:20px;
}

.ptb{
    object-fit:cover;
    max-width:350px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.presentationimagedivider{
    border: 3px solid #C0C2C1;
    width:100%;
    margin:0;
}

.pnum{
    font-weight:400;
    font-size:17.5px;
    margin:15px 0px 0px 20px;
    align-self:flex-start;
}

.ptitle{
    font-weight:600;
    font-size:17.5px;
    margin:8px 0px 0px 20px;
    align-self:flex-start;
}
.pdesc{
    font-weight:300;
    font-size:15px;
    margin:15px 20px 0px 20px;
    align-self:flex-start;
}

.pdate{
    font-weight:300;
    font-size:13.5px;
    margin:15px 0px 25px 20px;
    align-self:flex-start;
    color:#A6A6A6;
}

#signup-button{
    border-radius: 50px;
    border: none;
    width:275px;
    height:70px;
    padding:8px;
    font-size:22px;
    font-weight:700;
    color:white;
    background: rgb(114,183,230);
    text-align:center;
    background: linear-gradient(90deg, rgba(114,183,230,1) 0%, rgba(150,224,211,1) 100%);
}

#joinus{
    background:#D9EEFD;
    margin:0px 0px 80px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

.join-left{
    display:flex;
    flex-direction: column;
    align-items: center;
    max-width:250px;
    margin:0px 30px 0px 60px;
}

.join-right{
    display:flex;
    flex-direction: column;
    align-items: center;
    max-width:250px;
    margin:0px 60px 0px 30px;
}




#joinus-image{
    width:100%;
    height:auto;
}

.join-headertext{
    font-weight:700;
    font-size:42px;
    margin:0;
    text-align: center;
}

.join-subtitle{
    text-align: center;
    font-size:18px;

}



#join-wrapper{
    width: 100%;
    margin-top: 90px;
    background-color: #3d5daf;
    padding-top: 50px;
    padding-bottom: 50px;
    color:white;
}

#join-body{
    display:flex;
    justify-content: space-around;
    margin: 50px 60px 0px 100px;

    height:300px;
}


#join-body-r{

    flex-direction: column;
    max-width:350px;

}

#join-body-r-1{
    font-weight:800;
    font-size:32px;
    margin:0px 0px 20px 0px;

}

#join-body-r-2-wrap,#join-body-r-3-wrap,#join-body-r-4-wrap{
    display:flex;
    flex-direction: row;
    align-items: center;
    height:60px;
}

#join-body-r-2,#join-body-r-3,#join-body-r-4{
    font-weight:400;
    font-size:21px;
    padding-left:20px;
}


#join-body-m{

    flex-direction: column;
    max-width:350px;

}


#join-body-m-1{
    font-weight:800;
    font-size:32px;
    margin:0px 0px 20px 0px;

}

#join-body-m-2,#join-body-m-3{
    font-weight:400;
    font-size:21px;

}

#join-body-m-4{
    font-weight:400;
    font-size:21px;

}

#join-body-m-5{
    height:15px;

}

#join-body-l{
    display:flex;
    flex-direction: column;
    max-width:350px;
}

#join-body-l-1,#join-body-l-3{
    font-weight:800;
    font-size:40px;
    color:white;
    margin:0px;
    padding:0px;
    text-align: left;
    line-height:40px;
}

#join-body-l-2{
    font-weight:800;
    font-size:40px;
    color:white;
    -webkit-text-fill-color: #3d5daf;
    -webkit-text-stroke: 1.5px white;
    margin:0px;
    padding:0px;
    text-align: left;
}

#join-body-l-4{
    font-weight:300;
    font-size:18px;
    color:white;
    margin:20px 0px 0px 0px;
    text-align: left;
}

.white-line{
    width: 85%;
    height: 1px;
    margin-top: 0px;
    background-color: white;
}

.linkclass,.linkclass:active,.linkclass:visited{
    text-decoration: none;
    color:black;
}

.linkclass:hover{
    text-decoration: underline;
    color:black;
}

.white,.white:visited,.white:active,.white:hover{
    color:white;
}
