@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
}

h3 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.flex {
    display: flex;
    align-items: center;
}

/* ------- NAVBAR -------- */

.navbar {
    padding: 15px 0;
    width: 100%;
    z-index: 9;
}
.nav {
	position: -webkit-sticky;
}
.sticky {
    position: fixed;
    width: 100%;
    background-color: #f9ebff;
    box-shadow: 1px 0px 5px 1px #d3d3d3;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
  }
.navbar-brand {
    width: 200px;
}

.navbar-brand img {
    width: 100%;
}


.sign li {
    display: inline;
    padding: 10px 25px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: #fff;
    transition: all .5s;
}

.nav-link {
    color: #685F78;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s;
}

.nav-link:hover {
    color: #fff;
    background-color: #533d78;
    transition: all .5s;
}

.sign li a {
    color: #685F78;
    font-size: 16px;
    font-weight: 500;
}

.sign li:first-child {
    border: 2px solid #fff;
}

.sign li:last-child {
    border: 2px solid #685F78;
}

.sign li a:hover {
    color: #fff;
}

.sign li:hover {
    background-color: #F66962;
    border: 2px solid #F66962;
    transition: all .5s;
}

/* ------- BANNER -------- */

.banner {
    background-image: url(../img/banner\ glow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    padding: 100px;
    position: relative;
}

.banner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #685F78;
    margin-top: 40%;
    margin-bottom: 25px;
}

.banner h3 {
    font-size: 50px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: 80px;
    margin-bottom: 25px;
}

.banner h5 {
    font-size: 50px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: 35px;
    margin-bottom: 25px;
}

.banner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #685F78;
    margin-top: 10%;
    margin-bottom: 45px;
}

.banner p {
    font-size: 20px;
    font-weight: 500;
    color: #685F78;
    margin-top: 5%;

}

.object {
    width: 90%;
    margin-top: 40%;
}

.object img {
    width: 100%;
}

.inner-input {
    background-color: #fff;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 0px;
    color: #5f5079;
    font-size: 15px;
    padding-left: 20px;
}

.rate {
    width: 150px;
    margin-left: 20px;
}

.rate img {
    width: 100%;
}

.c-btn {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #F66962;
    position: absolute;
    right: 2%;
    top: 11%;
}

.c-btn svg {
    position: absolute;
    top: 10%;
}

.input-type {
    position: relative;
}

.white-area {
    background-color: #fff;
    width: 100%;
    padding: 18px;
    border-radius: 20px;
}

.color-ing0 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 30px 50px 25px 25px;
    background-color: #FFF0EE;
}

.color-ing0 svg {
    position: absolute;
    top: 25%;
    width: 60px;
    height: 40px;
    color: #F66962;
}

.color-ing1 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 30px 50px 25px 25px;
    background-color: #ECEDFE;
}

.color-ing1 svg {
    position: absolute;
    top: 25%;
    width: 60px;
    height: 40px;

}

.color-ing2 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 30px 50px 25px 25px;
    background-color: #f4e0fc;
}

.color-ing2 svg {
    position: absolute;
    top: 25%;
    width: 60px;
    height: 40px;
}

.color-ing3 {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 30px 50px 25px 25px;
    background-color: #EAFDFF;
}

.color-ing3 svg {
    position: absolute;
    top: 25%;
    width: 60px;
    height: 40px;
}

.text-position {
    margin-left: 15%;
}

.option-area h2 {
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
}

.option-area h3 {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.white-cover {
    position: absolute;
    bottom: -6%;
}

/* Favourite  */
.favorite {
    margin-bottom: 100px;
    margin-top: 150px;
}

.favorite h2 {
    font-size: 23px;
    font-weight: 600;
    color: #F66962;
}

.favorite h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
}

.favorite p {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.all-category {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    border: solid 3px #5f5079;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #5f5079;
    transition: all .5s;
}

.all-category:hover {
    background-color: #533d78;
    color: #f4e0fc;
    transition: all .5s;
}

.boxy {
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 15px;
    margin-top: 50px;
    transition: all .5s;
}

.boxy:hover {
    background-color: #533d78;
    transition: all .5s;
}

.boxy-img {
    width: 100px;
    margin: 0 auto;
}

.boxy-img img {
    width: 100%;
}

.boxy h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1d;
    text-align: center;
    padding-top: 20px;
    transition: all .3s;
}

.boxy h4:hover {
    color: #f4e0fc;
    transition: all .3s;
}

.boxy h5 {
    font-size: 15px;
    font-weight: 400;
    color: #535353;
    text-align: center;
    padding-top: 10px;
    transition: all .3s;
}

.boxy h5:hover {
    color: #f4e0fc;
    transition: all .3s;
}


/* featured */
.featured {
    background-image: url(../img/banner\ glow.png);
    width: 100%;
    background-size: 200% 100%;
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.featured::after {
    content: "";
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.featured-h2 {
    font-size: 23px;
    font-weight: 600;
    color: #F66962;
}

.featured h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
}

.featured p {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.boxy-make {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    transition: all 1s;
    height: 400px;
}

.boxy-make:hover {
    transition: all 1s;
    box-shadow: 0 10px 20px 0px #533d7868;

}

.boxs-img {
    width: 100%;
    height: 170px;
    border-radius: 15px;
}

.boxs-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

.gap {
    margin-block: 20px;
}

.icon {
    width: 40px;
    border-radius: 100%;
}

.icon img {
    width: 100%;
    border-radius: 100%;
}

.boxy-make h4 {
    font-size: 16px;
    font-weight: 600;
    color: #F66962;
    margin-bottom: 5px;
}

.boxy-make h5 {
    font-size: 14px;
    font-weight: 500;
    color: #533d78;
}

.boxy-make:hover svg {
    fill: #F66962;
}


.feat-h2 {
    color: #533d78;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-block: 25px;

}

.featured span {
    font-size: 14px;
    color: #424242;
    font-weight: 300;
}

.big-gap {
    margin-top: 70px;
}

.all-over {
    display: inline-block;
}

/* ------- CARRER ------- */

.career {
    margin-top: 150px;
}

.career h2 {
    font-size: 23px;
    font-weight: 600;
    color: #F66962;
}

.career h3 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
}

.career p {
    font-size: 16px;
    font-weight: 400;
    color: #685F78;
}

.all-category {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    border: solid 3px #5f5079;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #5f5079;
    transition: all .5s;
}

.all-category:hover {
    background-color: #533d78;
    color: #f4e0fc;
    transition: all .5s;
}

.one-img {
    max-width: 100%;
    height:auto;
}

.nav-item> a:hover{

    color: #fff;
}

.one-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-box {
    width: 100%;
    background-color: #fff;
    border: 0.5px solid #ccc;
    border-radius: 20px;
    padding: 25px;
    transition: all .3s;
    height: 110px;
    margin-bottom: 15px;
}

.a-box:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

.a-box h4 {
    color: #685F78;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-left: 25px;
    margin-bottom: 0;
}

.a-img {
    width: 100px;
}

.a-img img {
    width: 100%;
}

.gapping {
    margin-top: 70px;
}

/* ----- INSTUUCTOR ----- */

.instuctor {
    background-image: url(../img/banner\ glow.png);
    width: 100%;
    background-size: 200% 100%;
    position: relative;
    padding: 60px 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.instuctor::after {
    content: "";
    background-image: url(../img/arrow.png);
    position: absolute;
    top: 90%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.instuctor h2 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
    text-align: center;
}

.instuctor p {
    font-size: 16px;
    font-weight: 400;
    color: #685F78;
    text-align: center;
}
.logos h2 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
    text-align: center;
}

.logos p {
    font-size: 16px;
    font-weight: 400;
    color: #685F78;
    text-align: center;
}

.big-box {
    position: relative;
    width: 100%;
    margin-top: 50px;
    border-radius: 20px;
    transition: all 2s;
}

.big-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    transition: all .2s;
}

.big-img:hover img {
    transform: scale(1.04);
    transition: all .2s;
}

.white-hide {
    padding: 15px;
    text-align: center;
    width: 100%;
    border: 0.5px solid #ccc;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    transition: all .3s;

}

.big-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 7px 10px 0px #a8a8a8b9;
}

.white-hide h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2d2d2d;
}

.white-hide h4 {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    margin-top: 5px;
}

.white-hide h5 {
    font-size: 16px;
    font-weight: 300;
    color: #F66962;
    margin-bottom: 0;
}

/* ------- LOGOS ------ */

.logos {
    margin-block: 100px;
}

.logos h2 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-block: 30px;
    text-align: center;
}

.logos p {
    font-size: 16px;
    font-weight: 400;
    color: #685F78;
    text-align: center;
}

.logo-width {
    width: 110px;
    height: 35px;
    margin-top: 50px;
}

.logo-width img {
    width: 100%;
    height: 100%;
}

/* ------- PERSON ------ */

.pink {
    width: 100%;
    background-color: #FFDEDA;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    height: 240px;
}

.pink h2 {
    font-size: 21px;
    font-weight: 500;
    color: #1d1d1d;
    margin-block: 15px;
}

.pink p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 15px;
}

.pink-img {
    width:100%;
    height: 200px;
}

.pink-img img {
    width: 100%;
    height: 100%;
}

.yellow {
    width: 100%;
    background-color: #FFE88F;
    border-radius: 20px;
    text-align: left;
    padding: 20px;
    height: 240px;
}

.yellow h2 {
    font-size: 21px;
    font-weight: 500;
    color: #1d1d1d;
    margin-block: 15px;
}

.yellow p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 15px;
}

/* UNLIMITED COURSE  */
.unlimited {
    background-image: url(../img/banner\ glow.png);
    width: 100%;
    background-size: 200% 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.unlimited h2 {
    color: #1d1d1d;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.unlimited p {
    font-size: 16px;
    font-weight: 400;
    color: #685F78;
    text-align: center;
}

.iconers {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 70px;
    height: 65px;
    margin-top: 50px;
    transition: all .5s;
}

.iconers img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.iconers:hover {
    transform: translateY(-8px);
    box-shadow: 0 5px 10px 0px rgba(179, 179, 179, 0.311);
    transition: all .5s;
}

/* footer-area */

.footer-area {
    padding: 50px 0;
}

.foot-logo {
    width: 150px;
}

.foot-logo img {
    width: 100%;
}

.footer-area p {
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
    font-weight: 400;
    color: #2d2d2d;
    padding-right: 20px;
}

.footer-area h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1d;
    text-align: left;
}
.footer-area ul{
    margin-top:40px;
}
.footer-area li{
    margin-block: 15px;
}
.colloring {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: all .2s;
}
.colloring:hover{
    color: #533d78;
    transition: all .2s;
    filter: drop-shadow(0px 0px 1px #533d786f);
}

.footer-area input{
    border: 0;
    margin-top: 30px;
    border-bottom: 0.5px solid #ccc;
    padding-bottom: 5px;
}
.footer-area input::placeholder{
    font-size: 16px;
    color: rgb(75, 75, 75);
}
.footer-area h3{
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1d;
}
.address-in{
    margin-top: 20px;
}
.address-in h3{
margin-left: 15px;
}
/* LAST-FOOTER */
.last-footer{
    margin-bottom: 20px;
}
.last-footer h6{
text-align: left;
font-size: 15px;
color: #2d2d2d;
font-weight: 400
}
.last-footer h5{
    text-align: right;
}
.last-footer a{
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 400;
}