@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Roboto", sans-serif;
}
.pad0{padding: 0px;}
.padt40{padding-top: 50px;}
.padb40{padding-bottom: 50px;}
.clearfix{clear: both;}

.topbar{
    background: #FFF;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.topbar img{
    margin-top: 10px;
}
.topbar ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 13px;
}
.topbar li{
    display: inline-block;
}
.topbar a{
    display: block;
    text-decoration: none;
    color: #5f14f5;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 500;
    font-size: 15px;
}
.topbar a:hover{
    background: #5f14f5;
    color: #FFF;
}
.buttonBorder{
    border: #5f14f5 2px solid;
    color: #5f14f5;
}
.button{
    display: inline-block;
    padding: 10px 25px;
    border: #5f14f5 2px solid;
    color: #5f14f5;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    background: #FFF;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.5s;
}
.button:hover{
    background: #5f14f5;
    color: #FFF;
}

/* -------------------------- Mobile Menu------------------ */
.mobile{
    background: #FFF;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
}
.mobile .bi-list{
    font-size: 1.8em;
    float: left;
    color: #5f14f5;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.mobile img{
    width: 80%;
    margin-top: 8px;
    float: left;
}
.mobile ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-top: 7px;
}
.mobile li{
    display: inline-block;
}
.mobile a{
    display: block;
    text-decoration: none;
    color: #5f14f5;
    border: 1px solid #5f14f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 500;
    font-size: 15px;
}
.mobileSideMenu{
    width: 100vw;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0px;
    padding: 20px;
    margin-left: -100vw;
    z-index: 3;
    transition: all 0.5s;
}
.mobileSideMenu.active{
    margin-left: 0px;
}
.mobileSideMenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mobileSideMenu li{
    display: block;
}
.mobileSideMenu a{
    display: block;
    text-decoration: none;
    color: #5f14f5;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 500;
    font-size: 15px;
}
.mobileSideMenu a i{
    width: 25px;
    display: inline-block;
}
.mobileSideMenu .bi-x-lg{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 1.4em;
    cursor: pointer;
}
.para{
    font-size: 1.1em;
    color: #444;
    font-weight: 300;
    line-height: 26px;
}
.heading{
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    padding-bottom: 20px;
}
.sectionBack{
    background: #ecf5ee;
}

/* --------------------- For Service------------ */
.service{
    position: relative;
    margin-bottom: 20px;
    height: 400px;
    overflow: hidden;
}
.service img{
    position: absolute;
    width: 100%;
    object-fit: fill
}
.serviceText{
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    width: 100%;
    height: 100%;
    padding: 0px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serviceText h3{
    margin-bottom: 20px;
}

/* --------------- For Event ---------------- */
.event{
    background: #FFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 20px;
}
.event img{
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.eventDate{
    font-size: 1em;
    font-weight: 500;
    color: #999;
    margin-bottom: 5px;
}
.eventText{
    padding: 10px;
}
.eventText h3{
    margin-bottom: 10px;
    font-size: 1.4em;
}

/* ----------------- For Course ------------- */

.course{
    background: #FFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.courseCategory{
    position: absolute;
    background: #4c06d7;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px 10px;
    border-radius: 10px 0px 30px 0px;
}
.courseCategory2{
    background: #1dae03;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 10px;
}
.course img{
    border-radius: 10px 10px 0px 0px;
}
.courseText{
    padding: 10px;
}
.courseText h3{
    margin-bottom: 10px;
    font-size: 1.2em;
}
.courseDuration{
    font-size: 1em;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
}
.courseDuration span{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.courseDuration i{
    width: 25px;
    display: inline-block;
}
.coursePrice{
    display: flex;
    align-items: center;
}
.coursePrice span{
    font-size: 2em;
    font-weight: 500;
    margin-right: 20px;
}
.coursePrice strike{
    font-size: 1em;
    color: red;
}
.priceSave{
    background: rgb(211, 255, 211);
    padding: 5px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
}
.courseButton{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.courseButton a{
    background: #5f14f5;
    color: #FFF;
    text-decoration: none;
    padding: 0px 20px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #5f14f5;
}
.courseButton a:first-child{
    background: #FFF;
    color: #5f14f5;
    border: 2px solid #5f14f5;
}








footer{
    padding: 50px 0px;
    background: #2c213b;
    color: #ddd;
}
.follous{
    margin-top: 50px;
}
.follous a{
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #FFF;
    border-radius: 100%;
    border: 0px solid #fff;
    text-align: center;
    line-height: 40px;
}
.QuickLink a{
    text-decoration: none;
    color: #ddd;
    font-size: 1em;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.QuickLink a:hover{
    margin-left: 10px;
}
.address p, .address a{
    display: flex;
    justify-content: flex-start;
    color: #ddd;
    text-decoration: none;
}
.address i{
    width: 25px;
    display: inline-block;
}
.designBy{
    background: #332843;
    padding: 20px 0px;
    color: #FFF;
}













@media(max-width: 800px) {
    .mobile{display: block;}
    .topbar{display: none;}
}