@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;
}


main .main h3{
    font-size: medium;
    font-weight: 300;
}

/* iframe styling  */

iframe {
    width: 80vw;
    height: 100vh;
    margin-bottom: 50px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    

}



.flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.btn {
    margin-bottom: 40px;

}


.btn a {
    text-decoration: none;
    color: white;
    background-image: linear-gradient(to right, #a90ff1, rgb(247, 0, 255));
    padding: 12px;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s;

}

.btn a:hover {
    background-image: linear-gradient(to left, #a90ff1, #f700ff);
    transition: all 0.3s;
}

.ui {

    min-height: auto;
    margin-top: 120px;
    text-align: center;

}



.container {
    
    margin: 20px auto;
    padding: 10px;
}

/* This is a excel-1*/
.excel-1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    margin: 0 0 200px;

}

.excel {
   display: grid;
   grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 20px;
    margin: 30px;
}

.excel .card {
    width: 300px;
    height: 370px;
    background-color: #fff;
    border: 0.1px solid #6228d7;
    border-radius: 8px;
    cursor: pointer;
    transition: 1s;
}

.excel .card:hover {
    box-shadow: 0 0 10px #a90ff1;
    transition: 1s;
}

.excel .card img {
    width: 90%;
    border-radius: 8px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 1s;
}

.excel .card img:hover {
    box-shadow: 0 0 10px #a90ff1;
    transition: all 1s;
}

.excel .card .memes {
    width: 50%;
    border-radius: 50%;
}



/* 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 9px;
    border-radius: 50%;
    transition: all 1s;
}

.footer-links .you:hover {
    background-color: red;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 9px;
    border-radius: 50%;
    transition: all 1s;

}

.footer-links .what {
    background-color: #9f16df;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 11px;
    border-radius: 50%;
    transition: all 1s;
}

.footer-links .what:hover {
    background-color: green;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 11px;
    border-radius: 50%;
    transition: all 1s;

}

.footer-links .insta {
    color: #fff;
    background-color: #6228d7;
    font-size: 20px;
    padding: 6px 11px;
    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 11px;
    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; */
}