@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html{
    scrollbar-color: #720272 #e101ff;
    scrollbar-width: none;
}

body {
    font-family: "Alata", serif;
    background-color: #f4f7fc;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: color 0.3s;
}



.nav-links {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-links .home {
    color: #a90ff1;
    transition: all 1s;
}

.nav-links .fa-house:hover {
    background-color: #a90ff1;
    color: #ffffff;
    padding: 10px;
    transition: all 1s;
    border-radius: 10px;
}

.nav-links .youtube {
    color: red;
    transition: all 1s;
}

.nav-links .fa-youtube:hover {
    background-color: red;
    color: #ffffff;
    padding: 10px;
    transition: all 1s;

}

.nav-links .whatsapp {
    color: green;
    transition: all 1s;

}

.nav-links .fa-whatsapp:hover {
    background-color: green;
    color: #ffffff;
    padding: 10px;
    transition: all 1s;
    border-radius: 10px;
}

.nav-links .instagram {
    color: #ee2a7b;
    transition: all 1s;
}

.nav-links .fa-instagram:hover {
    color: #fff;
    background-image: linear-gradient(to bottom left, #6228d7, #ee2a7b, #f9ce34);
    padding: 10px;
    transition: all 1s;
    border-radius: 10px;
}

.nav-links .fa-house,
.fa-youtube,
.fa-whatsapp,
.fa-instagram {
    transition: all 1s;
}





/* header Styling */

header .main {
    display: flex;
    padding: 110px 40px;
    justify-content: center;
    align-items: center;
}

/* This is a Left */

.left {
    width: 60%;
}

.left h3 {
    font-size: 40px;
    color: #6228d7;
}

.left h2 {
    font-size: 60px;

}

.left p {
    font-size: 20px;
    color: rgb(70, 69, 69);
    text-align: justify;
}

/* This is a Right */

.right {
    width: 40%;
}

.right img {
    width: 100%;
    /* filter: drop-shadow( 0px 0px 6px #6228d7); */
    transition: 1s;
    cursor: pointer;
}




.padding {
    padding-bottom: 30px;
}




/* this is a footer */

footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 25px 0;
    margin: auto;
    width: 89%;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.blue {
    color: rgb(2, 2, 87);
    margin-bottom: 10px;
}


.footer-links .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}



.footer-links .logo h3 {
    font-size: 30px;
    font-weight: 700;

    color: #6228d7;
}

.phone h4 {
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.596);
    letter-spacing: 1px;
    font-size: medium;
}

.footer-links .fa-phone {
    color: #ffffff;
    background-color: #0c01a5;
    font-size: 12px;
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;

}

.footer-links .fa-envelope {
    color: #ffffff;
    background: red;
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

.footer-links .social-icons {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 25px;
}


.footer-links .you {
    /* color: red;
    font-size: 30px;
    transition: all 1s; */
    background-color: #6228d7;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 11px;
    border-radius: 50%;
    transition: all 1s;
}

.footer-links .you:hover {
    background-color: red;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 11px;
    border-radius: 50%;
    transition: all 1s;

}

.footer-links .what {
    background-color: #9f16df;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 13px;
    border-radius: 50%;
    transition: all 1s;
}

.footer-links .what:hover {
    background-color: green;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 13px;
    border-radius: 50%;
    transition: all 1s;

}

.footer-links .insta {
    color: #fff;
    background-color: #6228d7;
    font-size: 20px;
    padding: 6px 13px;
    border-radius: 50%;
    transition: all 1s;
}

.footer-links .insta:hover {
    color: #fff;
    background-image: linear-gradient(to bottom left, #6228d7, #ee2a7b, #f9ce34);
    font-size: 20px;
    padding: 6px 13px;
    border-radius: 50%;
    transition: all 1s;

}

/* .footer-links,
.youtube,
.whatsapp,
.instagram {
    transition: all 1s;
} */

.courses-info ul,
li {
    list-style: none;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.596);
    font-weight: 500;

}

.service-info ul {
    list-style: none;
}

.footer {
    background-color: #9f16df;
    color: white;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    /* position: relative; */
    width: 100%;
    /* margin-top: 50px; */
}