.navc {
    background: linear-gradient(to right, #000000, #4c4c4c);
    width: 100%;
    padding: 0px 30px;
    opacity: 90%;
}

.navbar-brand {
    color: rgb(254, 254, 254);
    font-size: 36px;
}

.nav-item {
    padding: 0px 15px;
    color: white;
}

.nav-link {
    color: rgb(254, 254, 254);
    font-size: 36px;
}

.nav-link:hover {
    color: rgb(178, 60, 60);
}

.navbar-brand {
    width: 100px;
}

.title {
    font-size: 400%;
    margin-left: 45%;
    font-weight: bolder;
}

.container {
    margin-top: 5%;
    font-size: 20px;
}

#subscription-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.subscription-form {
    width: 30%;
    height: auto;
    margin-top: 20%;
    margin-bottom: 20%;
    padding: 15px 15px;
    background-color: #f1f1f1;
    border-radius: 15px;
    text-align: center;
}


.subscription-form h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.subscription-form p {
    font-size: 14px;
    margin-bottom: 20px;
}

.subscription-form input[type="email"] {
    width: 60%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.subscription-form input[type="phone"] {
    width: 60%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.subscription-form button {
    padding: 10px 20px;
    background-color: #ea5656;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscription-form button:hover {
    background-color: #45a049;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('path/to/font/Ubuntu-Regular.ttf') format('truetype');
    /* Add more src statements for additional font weights or styles */
}

.container-fluid {
    display: flex;
    align-content: left;
    justify-content: left;
}

.text {
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: bold;
    background-image: linear-gradient(to right, #000000, #302e30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 600px;
}

#demo {
    font-size: 20px;
    padding: 10px 20px;
    background-color: #f44336;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#demo:hover {
    background-color: #680505;
}

.course {
    font-size: 20px;
    padding: 10px 20px;
    background-color: #0066ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 5%;
}

.course:hover {
    background-color: #00078f;
}

.text1 {
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: bold;

    width: 600px;
}

.contact {
    color: white;
}

.navbar-toggler {
    color: white;
    background-color: white;
}

body {
    font-family: "Ubuntu", sans-serif;
    background: linear-gradient(to right, #000000, #0b0b0b);
}

.footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    /* Adjust this value according to your footer's height */
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.social-icon {
    display: inline-block;
    margin-right: 30px;
    color: white;
    font-size: 30px;
    width: 50px;
    height: auto;
}

.footer-text {
    margin: 0;
    color: white;
    font-size: 14px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 15%;

}

.moving-image {
    animation: moveUpDown 4s ease-in-out infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

#team {
    padding: 50px 0;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.team-member {
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    text-align: center;
    width: 50%;
    justify-content: center;

}

.team-member img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border: white solid 5px;

}

.team-member h3 {
    color: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.team-member p {
    margin-bottom: 20px;
    font-size: 16px;
}

/* CSS styles for the team member names */
.team-names {
    display: flex;
    justify-content: center;
    margin-top: 50px;

}

.team-names a {
    display: block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.team-names a:hover {
    color: #f00;
}

.cont {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-left: 3%;
    margin-top: 3%;
    align-content: center;
    background: linear-gradient(to right, #000000, #0c0909);
}

.box {
    width: 40%;
    background: linear-gradient(to right, #a6a9a9, #f4f5f6);
    padding: 20px 30px;
    margin-right: 10%;
    border-radius: 20px;
    margin-bottom: 5%;
    align-items: center;
    justify-content: center;

}

.box:hover {

    background: linear-gradient(to right, #3c54ef, #a2bce2);

}

.box1 {
    width: 40%;
    background: linear-gradient(to right, #04b5fb, #a4d7eb);
    padding: 20px 30px;
    margin-right: 10%;
    border-radius: 20px;
    margin-bottom: 5%;
    align-items: center;
    justify-content: left;


}

.box1:hover {
    background: linear-gradient(to right, #0e37ed, #87a0eb);
}

.hy {
    color: white;
    margin-left: 34%;
    font-size: 60px;
    font-weight: bolder;
    margin-bottom: 4%;
    font-family: comic sans ms;
    justify-content: center;

}

/* Styles for screens smaller than 768px */
@media screen and (max-width: 768px) {
    .bx {
        width: 100%;
        font-size: 15px;
    }
   

    .cont {
        flex-direction: column;
        align-items: center;
    }

    .box,
    .box1 {
        width: 80%;
        margin-right: 0;
    }

    body {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        margin-right: 10px;
    }

    .hero-section h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    .team-member h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .team-member p {
        font-size: 16px;
        margin-top: 10px;
    }

    .footer-text {
        font-size: 12px;
    }

    .footer {
        padding: 20px 20px;
        margin-top: 30px;
        height: 150px;
        margin-top: 20px;
        width:100%;
    }

    .social-icon {
        font-size: 100%;
        margin-right: 100px;

    }

    #reg {
        background-color: #71008a;
    }

    .hy {
       
        margin-left: 24%;
        font-size: 60px;
        font-weight: bolder;
        margin-bottom: 4%;
        margin-left: 8%;
        font-size: 35px;
    }

    .text {
        font-size: 6px;
    }
  
}

/* Styles for screens smaller than 480px */
@media screen and (max-width: 480px) {

    .nav-item,
    .subscription-form {
        padding: 5px;
    }

    .footer {
        padding: 60px 20px;
    }

    .subscription-form {
        max-width: 300px;
    }

    .subscription-form h2 {
        font-size: 20px;
    }

    .subscription-form p {
        font-size: 12px;
    }

    .subscription-form input[type="email"] {
        padding: 8px;
    }

    .subscription-form button {
        padding: 8px 16px;
    }

    .text {
        font-size: 16px;
    }

    .footer {
        padding: 0 20px;
    }

    .social-icon {
        font-size: 24px;
    }

    .footer-text {
        font-size: 12px;
    }

    .image {
        width: 80%;
    }

    .team-member img {
        width: 120px;
        height: 120px;
    }

    #team {
        padding: 50px 0;
        justify-content: center;
        /* margin-top: 4%;
        margin-bottom: 24%; */
    }

    .team-member h3 {
        font-size: 20px;
    }

    .team-member p {
        font-size: 14px;
    }

    .team-names a {
        font-size: 14px;
    }

    .bx {
        width: 100%;
    }
    
}

.ser {
    display: flex;
    flex-wrap: wrap;

}

.bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 50%;
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .ser {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .bx {
        width: 100%;
        font-size: 15px;
    }
}

.divu {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    color: white
}
.divus {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    color: white
}