
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline:opsz,wght@10..72,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}



html, body {
    width: 100vw;  /* Ensures full width */
    max-width: 100vw; /* Prevents exceeding 100% */
    overflow-x: hidden; /* Hides unwanted horizontal scrolling */
}

header {
    position: sticky;
    top: 0;
    background: rgb(9, 3, 128);
    z-index: 1000;
 }
.first{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(9, 3, 128, 0.595);
    
}
.bg1 {
    background: url(./Assets/website.gif);
    min-height: 70vh;
    width: 100%;
    position: relative;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg2{
    background: url(./Assets/scaler-create-impact.gif);
    min-height: 70vh;
    width: 100%;
    position: relative;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main1{
    width: 98%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.middle ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style-type: none;
}
.middle ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.3rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    padding: 15px 30px;
    color: white;
    position: relative; 
}

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    margin-left: 1000%;
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #2c3e50;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.dropdown ul {
    list-style: none;
}

.dropdown ul li {
    padding: 10px 0;
}

.dropdown ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.dropdown ul li a:hover {
    color: #ffffff;
}

.dropdown.active {
    display: block; 
}

.social button {
    background: transparent;
    border: none;
    padding: 2px 2px; 
    border-radius: 50px;
    cursor: pointer;
}

.social button i {
    font-size: 30px; 
}

.social button:hover:nth-child(1) {
    background-color: #095ede;
}

.social button:hover:nth-child(2) {
    background-color: rgb(237, 36, 133);
}
.social button:hover:nth-child(3) {
    background-color: #1a63d2;
}
.social button:hover:nth-child(4) {
    background-color: #d40202;
}
.social button:hover:nth-child(5){
    background-color: #28a745;
}

.container{
    width: 90%;
    margin: auto;
    margin-top: 40px;
    padding-top:50px ;
    margin-bottom: 40px;
    border-radius: 20px;
}



.box {
    background:transparent;
    padding: 20px;
    text-align: center;
    height: 70vh;
}

.box h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Positions container1 inside .bglogo */
.container1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    position: absolute;
    top: 100%; 
    left: 53%;
    right: 20%;
    transform: translateX(-50%);
    background: transparent;
    padding: 20px;
    margin: auto;
}

.about {
    font-size: 20px;
    text-align: justify;
    max-width: 90%;
    margin-left: -5%;
}

.about h3 {
    color: rgba(90, 85, 85, 0.607);
    margin-top: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.about p {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 10px;
}

.about a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.about a:hover {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgba(1, 26, 250, 0.859);
    border-radius: 10px;
    padding: 10px 10px;
}

.indeximages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; 
}

.indeximages img {
    border-radius: 10px;
    margin: 10px;
    max-width: 100%; 
    height: auto; 
}

.footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgb(9, 3, 128);
    padding: 50px 5px;
}
.first1{
    color: white;
    font-size: 18px;
}
.first1 a{
    color: white;
    font-size: 22px;
    text-decoration: none;
}
.first1 button{
    background: transparent;
    border: none;
    padding: 2px 2px; 
    border-radius: 50px;
    cursor: pointer;
}
.first1 button i {
    font-size: 30px;
    padding: 0;
}
.quicklinks ul li a{
    font-size: 18px;
    color: white;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
}
.quicklinks ul li{
    list-style: none;
}
.quicklinks ul li a:hover{
    border-bottom: 1px solid white;
}




.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
}


.banner-text1 h1 {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 20px;
    background: #14131352;
}

.banner-text1 p {
    font-size: 10;
    line-height: 1.2;
    text-align: justify;
    background: #14131352;
}




.bglogo {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.bglogo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    height: 100%;
    background: url("./Assets/logo-png---circle.png") no-repeat center;
    background-size: 80%; /* Ensure full coverage */
    transform-origin: center;
    animation: rotateBg 20s linear infinite;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
}

@keyframes rotateBg {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.courseslist {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding: 3%;
    border-radius: 15px;
    max-width: 90%;
    margin: auto;
}


.coursee{
    padding-top: 20px;
    font-size: 40px;
}


.courseslist .courseone {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 3px 2px 5px rgb(75, 72, 72);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    
}

.courseone {
    position: relative; 
    font-size: 19px;
    overflow: visible; 
    position: relative;
    pointer-events: auto; 
    z-index: 10; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.courseone:hover{
    transform: scale(1.1);
    box-shadow: 0 0 15px rgb(72, 0, 255);
}

.snowflake {
    position: absolute; /* Confines movement inside the .courseone div */
    top: -20%;
    width: 1px; /* Adjust size */
    height: 1px;
    z-index: -1; /* Behind text */
    pointer-events: none;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 4s, 4s; 
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    pointer-events: none;

}

@keyframes snowflakes-fall {
    0% { top: -10%; }
    100% { top: 100%; }
}

@keyframes snowflakes-shake {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(20px); } /* Smaller shake effect */
}

/* Different positions for each snowflake */
.snowflake:nth-child(1) { left: 2%; animation-delay: 0.5s; }
.snowflake:nth-child(2) { left: 4%; animation-delay: 1s; }
.snowflake:nth-child(3) { left: 6%; animation-delay: 1.5s; }
.snowflake:nth-child(4) { left: 8%; animation-delay: 2s; }
.snowflake:nth-child(5) { left: 10%; animation-delay: 2.5s; }
.snowflake:nth-child(6) { left: 12%; animation-delay: 3s; }
.snowflake:nth-child(7) { left: 14%; animation-delay: 3.5s; }
.snowflake:nth-child(8) { left: 16%; animation-delay: 4s; }
.snowflake:nth-child(9) { left: 18%; animation-delay: 4.5s; }
.snowflake:nth-child(10) { left: 20%; animation-delay: 5s; }
.snowflake:nth-child(11) { left: 22%; animation-delay: 5.5s; }
.snowflake:nth-child(12) { left: 24%; animation-delay: 6s; }
.snowflake:nth-child(13) { left: 26%; animation-delay: 6.5s; }
.snowflake:nth-child(14) { left: 28%; animation-delay: 7s; }
.snowflake:nth-child(15) { left: 30%; animation-delay: 7.5s; }
.snowflake:nth-child(16) { left: 32%; animation-delay: 8s; }
.snowflake:nth-child(17) { left: 34%; animation-delay: 8.5s; }
.snowflake:nth-child(18) { left: 36%; animation-delay: 9s; }
.snowflake:nth-child(19) { left: 38%; animation-delay: 9.5s; }
.snowflake:nth-child(20) { left: 40%; animation-delay: 10s; }
.snowflake:nth-child(21) { left: 42%; animation-delay: 10.5s; }
.snowflake:nth-child(22) { left: 44%; animation-delay: 11s; }
.snowflake:nth-child(23) { left: 46%; animation-delay: 11.5s; }
.snowflake:nth-child(24) { left: 48%; animation-delay: 12s; }
.snowflake:nth-child(25) { left: 50%; animation-delay: 12.5s; }
.snowflake:nth-child(26) { right: 1%; animation-delay: 0.5s; }
.snowflake:nth-child(27) { right: 5%; animation-delay: 1s; }
.snowflake:nth-child(28) { right: 9%; animation-delay: 1.5s; }
.snowflake:nth-child(29) { right: 13%; animation-delay: 2s; }
.snowflake:nth-child(30) { right: 17%; animation-delay: 2.5; }
.snowflake:nth-child(31) { right: 21%; animation-delay: 3s; }
.snowflake:nth-child(32) { right: 25%; animation-delay: 3.5s; }
.snowflake:nth-child(33) { right: 29%; animation-delay: 4s; }
.snowflake:nth-child(34) { right: 33%; animation-delay: 4.5s; }
.snowflake:nth-child(35) { right: 37%; animation-delay: 5s; }
.snowflake:nth-child(36) { right: 41%; animation-delay: 5.5s; }
.snowflake:nth-child(37) { right: 45%; animation-delay: 6s; }
.snowflake:nth-child(38) { right: 49%; animation-delay: 6.5s; }
.snowflake:nth-child(39) { right: 53%; animation-delay: 7s; }
.snowflake:nth-child(40) { right: 57%; animation-delay: 7.5s; }
.snowflake:nth-child(41) { right: 61%; animation-delay: 8s; }
.snowflake:nth-child(42) { right: 65%; animation-delay: 8.5s; }
.snowflake:nth-child(43) { right: 69%; animation-delay: 9s; }
.snowflake:nth-child(44) { right: 73%; animation-delay: 9.5s; }
.snowflake:nth-child(45) { right: 77%; animation-delay: 10s; }
.snowflake:nth-child(46) { right: 81%; animation-delay: 10.5s; }
.snowflake:nth-child(47) { right: 85%; animation-delay: 11s; }
.snowflake:nth-child(48) { right: 89%; animation-delay: 11.5s; }
.snowflake:nth-child(49) { right: 93%; animation-delay: 12s; }
.snowflake:nth-child(50) { right: 97%; animation-delay: 12.5s; }
.snowflake:nth-child(51) { left: 2%; animation-delay: 0.5s; }
.snowflake:nth-child(52) { left: 4%; animation-delay: 1s; }
.snowflake:nth-child(53) { left: 6%; animation-delay: 1.5s; }
.snowflake:nth-child(54) { left: 8%; animation-delay: 2s; }
.snowflake:nth-child(55) { left: 10%; animation-delay: 2.5s; }
.snowflake:nth-child(56) { left: 12%; animation-delay: 3s; }
.snowflake:nth-child(57) { left: 14%; animation-delay: 3.5s; }
.snowflake:nth-child(58) { left: 16%; animation-delay: 4s; }
.snowflake:nth-child(59) { left: 18%; animation-delay: 4.5s; }
.snowflake:nth-child(60) { left: 20%; animation-delay: 5s; }
.snowflake:nth-child(61) { right: 1%; animation-delay: 0.5s; }
.snowflake:nth-child(62) { right: 5%; animation-delay: 1s; }
.snowflake:nth-child(63) { right: 9%; animation-delay: 1.5s; }
.snowflake:nth-child(64) { right: 13%; animation-delay: 2s; }
.snowflake:nth-child(65) { right: 17%; animation-delay: 2.5; }
.snowflake:nth-child(66) { right: 21%; animation-delay: 3s; }
.snowflake:nth-child(67) { right: 25%; animation-delay: 3.5s; }
.snowflake:nth-child(68) { right: 29%; animation-delay: 4s; }
.snowflake:nth-child(69) { right: 33%; animation-delay: 4.5s; }
.snowflake:nth-child(70) { right: 37%; animation-delay: 5s; }




.btncourse button {
    position: relative;
    z-index: 100;
    border: none;
    outline: none;
    width: 130px;
    padding: 10px;
    background-color: rgb(9, 3, 128);
    font-size: 17px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.btncourse a{
    color: white;
    text-decoration: none;
}



.javacontainer{
    border-radius: 30px;
    max-width: 90%;
    margin: auto;
    min-height: 40vh;
    margin-bottom: 20px;
    background-color: #80a1c5;
    position: relative;
    padding: 20px; 
    display: flex;
    justify-content: space-evenly;
    padding: 40px;
    gap: 20px;
    margin-top: 20px;
}
.leftjava h1{
    font-size: 30px;
    padding-bottom: 10px;
}
.leftjava p{
    font-size: 18px;
    text-align: justify;
}
.leftjava h2{
    font-size: 22px;
    padding-bottom: 10px;
}

ol li{
    list-style-position: inside;
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 17px;
    padding-bottom: 10px;
}
ol li::before {
    content: "👉"; 
    position: absolute;
    left: 0;
}


.blur-background {
    display: none; 
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1000;
}

.formjava {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    margin: auto;
    top: 30%;
    text-align: center;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: white;
    background-color: red;
    padding: 5px 10px;
    border-radius: 50%;
}

input {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.8rem;
}


.btnjava {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
}

.javabtnn{
    margin-top:20px ;
    background-color: #098a27;
    color: white;
    outline: none;
    font-size: 1.3rem;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

iframe{
    width: 100%;
    height: 100vh;
}

.aboutt{
    
    margin-top: 5px;
}

.leftabout{
    width: 80%;
    margin: auto;
    text-align: justify;
    font-size: 18px;
    padding: 10px;
}
.leftabout p{
    padding-bottom: 15px;
    font-size: 20px;
}



.coursesbox1{
    border-radius: 30px;
    max-width: 90%;
    margin: auto;
    margin-top: 40px;
    min-height: 60vh;
    margin-bottom: 40px;
    background-color: #80a1c5ea;
    position: relative;
    padding: 20px; 
}
.points1 ul li{
    list-style-type: circle;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}


/* Contact Section */
.contactus {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    height: 100vh;
}

.map {
    width: 50%;
    height: 100vh;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.form-container {
    background:transparent;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 910px;
    position: relative; 
    overflow: hidden;
    z-index: 1;
}

.form-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px; /* Adjust size */
    height: 750px;
    background: url('./Assets/logo-png---circle.png') no-repeat center;
    background-size: contain;
    opacity: 0.1; /* Adjust transparency */
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateLogo 10s linear infinite;
    pointer-events: none; /* ✅ Fixes button click issue */
    z-index: -1; /* ✅ Moves logo behind the form */
}


/* Keyframes for rotation */
@keyframes rotateLogo {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Styling for the form inputs */
input, textarea {
    width: 100%;
    padding: 15px;
    margin: 12px 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    outline: none;
}

input:focus, textarea:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #2b00ff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: -10px;
    display: block;
}


.swiper {
    width: 100%;
    top: 0;
    height: 80vh;
    margin: auto;
    overflow: hidden; 
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-text {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    width: 65%;
    max-width: 80%;
    
    
}

.slide-text h2{
    font-family: "Caveat", cursive;
}




.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color:transparent;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: flex;
    animation: marqueeMove 60s linear infinite;
    gap: 0;
}

.feedbacks {
    flex-shrink: 0;
}

.feedbacks img {
    width: 500px;
    height: 65vh; 
    object-fit: cover;
    margin: 0; /* Removes any gaps */
    padding: 0; /* Ensures no extra padding */
    display: block;
    border-radius: 10px;
}

@keyframes marqueeMove {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}









/* Contact Section */
.contactus {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 20px;
    height: 100vh;
    max-height: 300vh;
}

.map {
    width: 47%;
    height: 100vh;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.form-container {
    background:transparent;
    border-radius: 10px;
    width: 48%;
    max-width: 1000px;
    position: relative; 
    overflow: hidden;
    z-index: 1;
}

.form-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px; /* Adjust size */
    height: 750px;
    background: url('./Assets/logo-png---circle.png') no-repeat center;
    background-size: contain;
    opacity: 0.1; /* Adjust transparency */
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateLogo 10s linear infinite;
    pointer-events: none; /* ✅ Fixes button click issue */
    z-index: -1; /* ✅ Moves logo behind the form */
}


/* Keyframes for rotation */
@keyframes rotateLogo {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Styling for the form inputs */
input, textarea {
    width: 100%;
    padding: 15px;
    margin: 12px 0;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    outline: none;
}

input:focus, textarea:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #2b00ff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: -10px;
    display: block;
}








.banner {
    position: relative;
    width: 100%;
    height: 90vh; /* Adjust based on need */
    overflow: hidden;
}

/* Video Background */
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* Banner Text Container */
.banner-text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 900px; /* Prevents excessive width */
    overflow: hidden;
    word-wrap: break-word;
}

/* Heading */
.banner-text2 h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}

/* Paragraph */
.banner-text2 p {
    font-size: 1.2rem;
    line-height: 1.5;
    word-wrap: break-word;
}

/* Points List */
.points ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.points ul li {
    list-style-type: circle;
    list-style-position: inside;
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
