*{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(lets-see.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header1024{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 1, 5, 0.7), rgba(96, 97, 102, 0.7)),url(desktop-wallpaper-master-oogway-practicing-his-tai-chi-underneath-the-peach-peach-tree-anime.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
    margin-left: -70px;
    margin-top: -8px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #1f1f1f;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: darkgreen;
    display: block;
    margin: auto;
}
.nav-links ul li:hover::after{
    width: 100%;
    transition: 0.5s;
}
.content{
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.title{
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    height: 100px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    font-family: sans-serif;
}
button{
    padding: 15px 25px;
    margin: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 2px solid #777;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    transition: 0.5s;
}
button:hover{
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.slider{
    color: #5ce1e6;
    margin-left: 12px;
    box-sizing: border-box;
    animation: slider 6s linear infinite;
}
@keyframes slider{
    0%{ margin-top: -400px;}
    5%{ margin-top: -200px;}
    30%{ margin-top: -200px;}
    35%{ margin-top: 0px;}
    65%{ margin-top: 0px;}
    70%{ margin-top: 200px;}
    100%{ margin-top: 200px;}
}
.container595{
    position: absolute;
    left: 0;
    top: 17vh;
    width: 100%;
    height: 85vh;
    animation: animate 18s ease-in-out infinite;
    background-size: cover;
}
.outer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85vh;
    background: rgba(0,0,0,0.5);
}
@keyframes animate{
    0%,100%{
        background-image: url(sugarcane-farm-getty.gif); 
        animation-delay: 1s;
    }
    25%{
        background-image: url(riz1.jpg);
    }
    50%{
        background-image: url(wheeet.jpg);
    }
    75%{
        background-image: url(veg.jpg);
        
    }
}
.text-box{
    color: lightgray;
    margin-top: 15%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
}
.text-box h1{
    font-size: 60px;
    line-height: 160px;
    color: rgb(15, 241, 15);
}
.text-box p {
    font-size: 25px;
    color: orange;
    animation: flicker 3s infinite;
    text-shadow: 0 0 2px goldenrod, 0 0 4px goldenrod, 0 0 8px goldenrod;
}

@keyframes flicker {
    0%, 99% {
        color: orange;
    }
    40% {
        color: white;
    }
    65% {
        color: #5ce;
    }
}
.auto{
    color: goldenrod;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow: 5px 5px 7px azure;
}
.course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.coursecol{
    flex-basis: 31%;
    background-color: aquamarine;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.coursecol:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campuscol{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campuscol img{
    width: 443px;
    height: 310px;
    display: flex;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(28, 146, 57, 0.8);
}
.layer h3{
    font-size: 20px;
    font-weight: 200;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;    
}
.sidebar{
    width: 155px;
    height: 100vh;
    background: rgba(29,31,58,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.search-icon{
    width: 20px;
    display: block;
    margin: 120px auto 0;
}
.social-links{
    width: 20px;
    display: block;
    margin: 220px auto 0;
    text-align: center;
}
.social-links img{
    height: 15;
    margin-bottom: 30px;
}
.info-icon{
    width: 20px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.msg-container{
    width: 600px;
    height: 380px;
    position: absolute;
    left: 14%;
    top: 40%;
    transform: translateY(-10%);
    transform: translateX(15%);
    font-size: 15px;
    overflow: hidden;
}
#slider{
    display: inline-flex;
    transition: 0.5s;
}
.msg-col{
    width: 600px;
    height: 280px;
}
.msg-col h1{
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    margin: 10px 0;
}
.msg-col p{
    color: #ddd;
    font-size: 13px;
    line-height: 25px;    
}
.msg-col a{
    display: inline-block;
    text-decoration: none;
    color: #555;
    background: #fff;
    font-size: 15px;
    padding: 10px;  
    border-radius: 30px;
    margin-top: 25px;  
}
.controller{
    width: 1px;
    height: 320px;
    display: block;
    background: #c0c0c0;
    position: absolute;
    top: 55%;
    right: 50px;
    transform: translateY(-50%);
}
#line1,#line2,#line3,#line4{
    height: 80px;
    width: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}
#active{
    width: 5px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}
.footer{
    background-color: #1f1f1f;
    height: 40px;
    margin-top: 50px;
}
.footerimg{
    width: 200px;
    padding-left: 15px;
    padding-top: -28px;
    position: absolute;
}
.footer-links{
    flex: 1;
    text-align: right;
}
.footer-links ul h1{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-right: 38px;
    margin-top: 15px;
}
.footer-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 26px;
    position: relative;
    margin-right: -3px;
}
.footer-links ul li a{
    color: darkgray;
    text-decoration: none;
    font-size: 11px;
}
.footer-links ul li a:hover{
    color: gray;
}
.footer2{
    background-color: #1f1f1f;
}
.footer2-links{
    flex: 1;
    text-align: right;
}
.footer2-links ul h1{
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin-right: 64px;
    margin-top: 25px;
}
.footer2-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    margin-right: 6px;
}
.footer2-links ul li a{
    color: darkgray;
    text-decoration: none;
    font-size: 11px;
}
.footer2-links ul li a:hover{
    color: gray;
}
.footer3{
    background-color: #1f1f1f;
}
.footer3 h1{
    text-align: center;
    color: #ddd;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
}
.login-btn{
    padding: 10px 25px;
    margin: 10px;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #5ce1e6;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to right, transparent 50%, #5ce1e6 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.5s;
}
.login-btn:hover{
    background-position: right;
    color: #fff;
    box-shadow: none;
}
.weslide{
    background-color: #fff;
    width: 100%;
    height: 400px;
    padding-top: 100px;
}
.msg-container1{
    width: 600px;
    height: 380px;
    position: weslide;
    left: 20%;
    top: 80%;
    transform: translateY(-10%);
    transform: translateX(15%);
    font-size: 15px;
    overflow: hidden;
}
#slider1{
    display: inline-flex;
    transition: 0.5s;
    position: weslide;
}
.msg-col1{
    width: 600px;
    height: 280px;
    position: weslide;
}
.msg-col1 h1{
    color: #888;
    font-size: 50px;
    font-weight: 100;
    margin: 1px 8px;
    position: weslide;
    text-decoration: underline goldenrod;
}
.largetitle {
    font-size: 50px; /* Larger font size for 'U' and 'S' */
}
.smalltitle {
    font-size: 35px; /* Smaller font size for the other text */
}
.msg-col1 p{
    color: #777;
    font-size: 16px;
    text-align: justify;
    line-height: 25px; 
    position: weslide;
}
.msg-col1 a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #777;
    font-size: 12px;
    padding: 10px;  
    border-radius: 30px;
    margin-top: 25px; 
    transition: 0.5s; 
}
.msg-col1 a:hover{
    background: darkorange;
}
.controller1{
    width: 1px;
    height: 320px;
    display: block;
    background: #c0c0c0;
    position: absolute;
    top: 55%;
    right: 50px;
    transform: translateY(-50%);
    margin: 575px 0 0 0;
}
#line1a,#line2a,#line3a,#line4a{
    height: 80px;
    width: 10px;
    cursor: pointer;
    transform: translateX(-50%);
}
#active1{
    width: 5px;
    height: 80px;
    border-radius: 10px;
    background: goldenrod;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}
.imgg{
    padding-left: 850px;
    padding-bottom: 0;
    position: weslide;
    margin: -415px 0 0 0;
    margin-bottom: 80px;
}
.imgg img{
    width: 500px;
    height: 350px;
    border: 2px solid #555;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.5s;
}
.imgg img:hover{
    box-shadow: 0px 3px 5px 3px darkgreen;
}
.roll-up{
    width: 90%;
    margin-left: 80px;
}
.roll-up h1{
    text-align: right;
    font-weight: 200;
    text-decoration: underline green;
    padding-top: 50px;
}
.largetestimon {
    font-size: 50px; /* Larger font size for 'U' and 'S' */
}

.smalltestimon {
    font-size: 35px; /* Smaller font size for the other text */
}
.roll-up p{
    text-align: left;
    font-size: 27px;
    color: #777;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -50px;
    line-height: 25px;
}
.roll-up h2{
    font-size: 30px;
    font-weight: 200;
    padding-top: 20px;
    text-align: center;
    color: #777;
    border: none;
    transition: 0.5s;
    margin-bottom: 50px;
}
hr{
    width: 1200px;
    color: #777;
    margin: auto;
    margin-bottom: 30px;
    border: 2px solid #777;
    border-radius: 2px;
}
.finish{
    margin-top: 50px;
    margin-bottom: 50px;
}
.finish h1{
    text-align: center;
    font-size: 40px;
    color: #777;
    font-weight: 400;
    text-decoration: underline #5ce1e6;
    transition: 0.5s;
}
.btn-fin{
    padding: 20px 65px;
    margin: 50px 0 40px 650px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #777;
    border-radius: 40px;
    background-color: #fff;
    color: #777;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
    transition: 0.5s;
}
.btn-fin:hover{
    color: #fff;
    background-color: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.header11{
    min-height: 100vh;
    width: 100%;
    background-image: none;
    background-position: center;
    background-size: cover;
    position: relative;
}
.outline-map{
    background: #fff;    
}
.outline-map h1{
    text-align: center;
    height: 50px;
    font-size: 30px;
    padding-top: 10px;
    width: 350px;
    margin: 30px auto;
    color: #fff;
    font-weight: 300;
    background-color: #1f1f1f;
    border-radius: 70px;
    border: 2px solid #777;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.text-box386 p a{
    text-decoration: underline;
    color: #777;
}
.outline-map h3{
    text-align: center;
    color: #777;
    text-decoration: underline goldenrod;
    padding-top: 25px;
    padding-bottom: -10px;
    font-weight: 200;
    margin-top: -480px;
}
.outline-map h3 a{
    text-decoration: none;
    color: #555;
    font-weight: 400;
}
.outline-map h3 a:hover{
    color: #000;
    text-shadow: 0 0 2px #5ce1e6;
}
.timeline{
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
}
.container1{
    padding: 10px;
    position: relative;
    width: 50%;
    animation: appear 1s forwards;
    opacity: 0;
}
@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.container1:nth-child(1){
    animation-delay: 0s;
}
.container1:nth-child(2){
    animation-delay: 2s;
}
.container1:nth-child(3){
    animation-delay: 3s;
}
.container1:nth-child(4){
    animation-delay: 5s;
}
.container1:nth-child(5){
    animation-delay: 4s;
}
.container1:nth-child(6){
    animation-delay: 5s;
}
.container1:nth-child(7){
    animation-delay: 6s;
}
.text-box386{
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    border: 2px solid #000;
    font-size: 15px;    
    box-shadow: none;
}
.text-box386:hover{
    box-shadow: 0px 6px 8px 4px goldenrod;
}
.leftcont{
    left: -5%;    
}
.rightcont{
    left: 55%;
}
.container1 img{
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -70px;
    top: 32px;
    z-index: 10;
}
.rightcont img{
    left: -70px;
}
.vl{
    border-left: 6px solid green;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: 7.75px;
    top: 0;
    animation: moveline 6s linear forwards;
}
@keyframes moveline{
 0%{
    height: 0;
 }    
 100%{
    height: 100%;
 }
}
.text-box386 h2{
    font-weight: 600;
}
.text-box386 small{
    display: inline-block;
    margin-bottom: 15px;
}
.text-box386 p{
    text-align: justify;
}
.contleft-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #555;
    right: -15px;
}
.contright-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #555;
    left: -15px;
}
.final-comment{
    padding-top: 30px;
}
.final-comment h1{
    text-align: center;
    color: #555;
    text-decoration: underline #1f1f;
}
.final-comment h1 a{
    color: #555;
    text-decoration: none;
}
.final-comment h1 a:hover{
    color: #000;
}
.final-comment h4{
    text-align: center;
    padding-top: 17px;
    font-weight: 200;
    color: #777;
}
.headeraboutus{
    height: 80px;
    width: 100%;
    background-image: linear-gradient(#000, #1f1f1f);
    margin-top: 0;
}
.headeraboutus .logo123{
    padding-top: 20px;
    width: 200px;
    margin-left: 50px;
}
.headeraboutus .user-1{
    width: 40px;
    border-radius: 70%;
    margin-right: 10px;
    margin-top: 20px;
    padding-left: 20px;
}
.aboutus-btn{
    margin: -80px 0 500px 1000px;
    position: relative;
    top: -15px;
    border: 2px solid lightgrey;
    box-shadow: none;
    color: #fff;
    transition: 0.5s;
}
.aboutus-btn:hover{
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
}
.aboutus-page{
    margin-bottom: 30px;
}
.aboutus-page h1{
    font-size: 45px;
    text-align: left;
    font-weight: 700;
    padding-top: 20px;
    margin-left: 30px;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
}
.aboutus-textbox p{
    text-align: left;
    margin-left: 17px;
    width: 50%;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #555;
}
.aboutus-page img{
    margin: -350px 0 0 950px;
    width: 500px;
    position: absolute;
    height: 300px;
    border-radius: 30px;
    border: 2px solid #555;
    transition: 0.5s;
    box-shadow: none;
}
.aboutus-page img:hover{
    box-shadow: 0px 5px 8px 3px #5ce1e6;
}
.accordion-123 {
    background: #fff;
    margin-bottom: -60px;
    padding-bottom: 50px;
    padding-left: 650px;
}
.accordion-123 img{
    margin: 80px 0 50px -530px;
    width: 500px;
    position: absolute;
    height: 300px;
    border-radius: 30px;
    border: 2px solid #555;
    transition: 0.5s;
    box-shadow: none;    
}
.accordion-123 img:hover{
    box-shadow: 0px 5px 8px 3px goldenrod;    
}
.accordion-123 h1{
    font-size: 45px;
    text-align: left;
    font-weight: 400;
    color: #333;
    padding-top: 20px;
    margin-left: -20px;    
    text-decoration: underline darkgreen;
    text-underline-offset: 10px;
}
.accordion {
    margin: 60px auto;
    width: 600px;
}
.accordion li {
    list-style: none;
    width: 100%;
    margin: 20px;
    padding: 10px;
    border: 2px solid #555;
    border-radius: 8px;
    background: white;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
}
.accordion li label {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
label::before {
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
input[type="checkbox"] {
    display: none;
}
.accordion .content123 {
    color: azure;
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}
.accordion input[type="checkbox"]:checked + label + .content123 {
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="checkbox"]:checked + label::before {
    content: '-';
}
.header12{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(Maths.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline darkorange;
}
.formbar img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header13{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(Computing.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar1 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline green;
}
.formbar1 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar1 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header14{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(3d-render-of-black-hole-royalty-free-image-1713975678.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar2 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline #5ce;
}
.formbar2 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar2 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.header15{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(econ.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar3 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline purple;
}
.formbar3 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar3 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.formbar4 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}
.formbar .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}
.formbar1 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}
.formbar2 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}
.formbar3 .under-p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}
nav .loggout-btn{
    font-size: 12px;
    background: transparent;
    border: 2px solid #777;
    transition: 0.5s;
}
nav .loggout-btn:hover{
    border: 2px solid #fff;
    box-shadow: none;
}
.header16{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(#1f1f1f, rgba(39, 42, 53, 0.4)),url(pistons.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.formbar4 h1{
    margin-top: 20px;
    color: #000;
    font-size: 45px;
    text-align: left;
    margin-left: 30px;
    text-decoration: underline goldenrod;
}
.formbar4 img{
    width: 60px;
    margin-left: 1400px;
    margin-top: -50px;
    padding-top: -15px;
    position: absolute;
}
.formbar4 p{
    text-align: center;
    font-size: 18px;
    color: #1f1f1f;
    padding-top: 38px;
}
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(bg128.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: azure;
}
.sub-header h1{
    padding-top: 130px;
}
.sub-header1{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)), url(bg126.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: azure;
}
.sub-header1 h1{
    padding-top: 130px;
}
.contact-container{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Outfit';
    background: #fff;
    margin-top: -2px;
    padding-top: -180px;
    margin-bottom: -50px;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title h2{
    font-weight: 600;
    color: #1f1f1f;
    font-size: 40px;
    margin-bottom: 5px;
    margin-left: -20px;
}
.contact-left-title .contact-hr{
    border: none;
    width: 420px;
    height: 5px;
    background-color: green;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.contact-inpt{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;  
    border-color: green; 
    border-width: 2px;
    border-style: solid; 
}
.contact-left textarea{
    height: 140px;
    padding: 15px;
    border-radius: 20px;
    border-color: green;
    border-width: 2px;
    border-style: solid;
}
.contact-inpt:focus{
    border: 2px solid goldenrod;
}
.contact-inpt::placeholder{
    color: #a9a9a9;
}
.contact-left .contact-btn{
    display: flex;
    align-items: center; 
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;   
    background: green;
    cursor: pointer;
    transition: 0.5s;
}
.contact-left .contact-btn:hover{
    box-shadow: none;
    background: goldenrod;
}
.contact-left .contact-btn img{
    height: 15px;
}
.contact-right img{
    width: 500px;
    border-radius: 15px;
}
.subject-form{
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    padding-top: -180px;
    margin-bottom: -80px;
}
.subject-form1{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.subject-inpt{
    width: 600px;
    height: 75px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 24px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
}
.subject-inpt:focus{
    border: 4px solid darkorange;
}
.file-inpt{
    font-size: 15px;
    width: 300px;
    padding: 3px;
    align-items: center;
    padding-left: 54px;
    text-align: center;
    margin-left: 160px;
}
.file-inpt::-webkit-file-upload-button{
    background-color: #777;
    color: azure;
    padding: 12px 8px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.file-inpt::-webkit-file-upload-button:hover{
    background-color: darkorange;
}
.subject-btn{
    display: flex;
    align-items: center; 
    margin-bottom: 30px;
    margin-top: -2px;
    margin-left: 250px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
}
.subject-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
}
.sentence p{
    margin-top: 50px;
    margin-bottom: -50px;
    font-size: 25px;
    color: #777;
    text-align: center;
}
.roll-up{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(-100%);
    transition: all 1.5s;  
}
.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.finish{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 1.5s;
}
.show1{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.campuscol{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 2.5s;
}
.campuscol:nth-child(1){
    transition-delay: 600ms;
}
.campuscol:nth-child(2){
    transition-delay: 1200ms;
}
.campuscol:nth-child(3){
    transition-delay: 1800ms;
}
.show2{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.contain386{
    width: 100%;
    height: 100vh;
    background: none;
    padding-bottom: 50px;
    margin-top: -100px;
}
.contain386 h2{
    color: #1f1f1f;
    font-size: 32px;
    padding: 50px 0;   
    text-align: center; 
    font-weight: 400;
    text-decoration: underline green;
    text-underline-offset: 10px;
}
.price-row{
    width: 90%;
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 75px;
    margin-bottom: -160px;
}
.price-col{
    background: #fff;
    padding: 10% 15%;
    border-radius: 10px;
    color: #1f1f1f;
    text-align: center;
    border: 2px solid goldenrod;
}
.price-col p{
    font-size: 22px;
    color: #555;
}
.price-col h3{
    font-size: 44px;
    margin: 20px 0 40px;
    font-weight: 500;
}
.price-col h3 span{
    font-size: 16px;
}
.price-col .price-ul{
    text-align: left;
    margin: 20px 0;
    color: #777;   
    list-style: none; 
}
.price-col .price-ul .price-li{
    margin: 15px 0;
}
.price-col .price-ul .price-li::before{
    content: '\2022'; 
    color: green; 
    font-weight: bold;
    margin-right: 8px;  
}
.price-col .price-btn{
    width: 100%;
    padding: 14px 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #e33058;
    border-radius: 6px;
    margin-top: 23px;
    margin-left: 0px;
    cursor: pointer;
    transition: background 0.5s;
}
.price-col .price-btn:hover{
    background: #e33058;
    box-shadow: none;
}
.expert-price{
    margin-bottom: 70px;
}
.expert-price h1{
    color: #1f283b;
    font-size: 32px;
    padding: 50px 0;   
    text-align: center; 
    text-decoration: underline #e33058;
    text-underline-offset: 10px;
}
.flowchart1235{
    display: flex;
    align-items: center;
    justify-content: center;
}
.stage{
    background-color: #1f283b;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
    height: 120px;
    margin-right: 800px;
    margin: 0 20px;
    position: relative;
    animation: fadeIn 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow{
    font-size: 2em;
    animation: moveArrow 1s infinite alternate;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fadeIn{
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes moveArrow{
    from { transform: translateX(0); }
    to { transform: translateX(10px); }
}
.subject-select{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    margin-bottom: -345px;
}
.subject-select h1{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
    margin-left: -880px;
    position: absolute;
}
.dropdown{
    position: absolute;
    margin-top: 150px;
    margin-left: -450px;
    width: 300px;
    height: 25px;
}
.dropdown::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown.active::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #5ce;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown .options125{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown.active .options125{
    display: block;
}
.dropdown .options125 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown .options125 div:hover{
    background: #62baea;
    color: #fff;
}
.dropdown .options125 div ion-icon{
    position: relative;
    top: 0;
    font-size: 1.2em;
}
.expert-btn{
    height: 60px;
    width: 130px;
    margin-top: 260px;
    margin-left: -50px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.expert-inpt{
    width: 400px;
    margin-top: 150px;
    margin-left: 130px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #666;
    border-radius: 50px;  
    border-color: #5ce; 
    border-width: 4px;
    border-style: solid; 
    position: absolute;
}
.expert-inpt:focus{
    border: 4px solid darkorange;
}
.terms-and-conditions {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 20px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.terms-and-conditions h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}
.terms-and-conditions h2 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.terms-and-conditions p, .terms-and-conditions ul {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.terms-and-conditions ul {
    padding-left: 20px;
}
.terms-and-conditions ul li {
    margin-bottom: 10px;
}
.terms-and-conditions p:last-child {
    text-align: center;
}
.comment618 h3{
    color: #333;
    font-size: 14px;
    font-weight: 100;
}
.comment618 h3 a{
    text-decoration: none;
}
.header93{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(39, 42, 53, 0.7)),url(dxb.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header93 h1{
    text-align: center;
    justify-items: center;
    color: #fff;
    font-size: 40px;
    margin-top: 90px;
    transition: 0.5s;
    text-shadow: none;
}
.header93 h1:hover{
    text-shadow: 5px 7px 7px #e33058;
}
.posting h3{
    font-weight: 100;
    font-size: 25px;
    margin-bottom: -100px;
    margin-top: 30px;
}
.posting{
    min-height: -30vh;
}
.subject-select1{
    display: flex;
    justify-content: center;
    min-height: 90vh;
    background: #fff;
    margin-bottom: -245px;
}
.subject-select1 h1{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
    text-decoration: underline darkorange;
    text-underline-offset: 10px;
    margin-left: -880px;
    position: absolute;
}
.dropdown1{
    position: absolute;
    margin-top: 150px;
    margin-left: -258px;
    width: 300px;
    height: 25px;
}
.dropdown1::before{
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 10000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}
.dropdown1.active1::before{
    top: 22px;
    transform: rotate(-225deg);
}
.dropdown1 input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 2px solid #5ce;
    outline: none;
    padding: 24px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
.dropdown1 .options1251{
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: none;
}
.dropdown1.active1 .options1251{
    display: block;
}
.dropdown1 .options1251 div{
    padding: 9px 15px; 
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dropdown1 .options1251 div:hover{
    background: #62baea;
    color: #fff;
}
.dropdown1 .options1251 div ion-icon{
    position: relative;
    top: 0;
    font-size: 1.2em;
}
.expert1-btn{
    height: 60px;
    width: 150px;
    margin-top: 145px;
    margin-left: 100px;
    padding: 15px 30px;
    font-size: 16px;
    color: #666;
    gap: 10px;
    border: 2px solid #555;
    border-radius: 50px;   
    background: transparent;
    cursor: pointer;
    transition: 1.0s;
    position: absolute;
}
.expert1-btn:hover{
    background: #1f1f1f;
    box-shadow: 0px 3px 5px 3px rgb(18, 186, 198);
} 
.subject-select1{
    min-height: 40vh;
    margin-bottom: -50px;
}
.payment-section{
    font-family: 'Open Sans', sans-serif;
    color: var(--gray-900);
    background: linear-gradient(#fffaff,#000);
    min-height: 87vh;
}
.container98765 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 16px;
}
/* start: Payment */
.payment-section {
    padding: 48px 0;
}
.payment-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.payment-header {
    padding: 24px;
    background-color: var(--indigo-500);
    border-radius: 12px;
    padding-bottom: 72px;
}
.payment-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--indigo-600);
    color: var(--white);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.payment-header-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 4px;
}
.payment-header-description {
    font-size: 15px;
    color: var(--gray-200);
    line-height: 1.5;
}
.payment-content {
    padding: 24px;
    margin-top: -64px;
    position: relative;
}
.payment-content::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    height: 16px;
    border-radius: 4px;
    background-color: var(--indigo-600);
}
.payment-body {
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05), inset 0 8px 0 rgba(0, 0, 0, .05);
    position: relative;
    padding-top: 8px;
    overflow: hidden;
}
.payment-plan {
    display: flex;
    align-items: center;
    padding: 12px;
}
.payment-plan-type {
    width: 40px;
    height: 40px;
    background-color: var(--indigo-500);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
}
.payment-plan-info {
    width: 100%;
    margin-right: 8px;
    display: grid;
}
.payment-plan-info-name {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.payment-plan-info-price {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.payment-plan-change {
    color: var(--blue-500);
    font-size: 12px;
    font-weight: 600;
    text-underline-offset: 2px;
}
.payment-plan-change:hover {
    color: var(--blue-600);
}
.payment-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}
.payment-summary-name {
    font-size: 14px;
    color: var(--gray-500);
}
.payment-summary-price {
    font-weight: 500;
    font-size: 15px;
}
.payment-summary-divider {
    width: calc(100% - 16px);
    height: 0;
    margin: 12px auto;
    border-bottom: 1px dashed var(--gray-200);
    position: relative;
}
.payment-summary-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
}
.payment-summary-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
}
.payment-summary-total {
    padding-bottom: 16px;
}
.payment-summary-total .payment-summary-name {
    color: var(--gray-900);
}
.payment-summary-total .payment-summary-price {
    font-size: 16px;
    color: var(--indigo-500);
    font-weight: 600;
}
.payment-right {
    min-width: 0;
}
.payment-form {
    padding: 24px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
}
.payment-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.payment-method {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 6px 0;
    margin-bottom: 12px;
    width: 100%;
}
.payment-method input {
    display: none;
}
.payment-method-item {
    width: 80px;
    height: 80px;
    padding: 8px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
input:checked + .payment-method-item {
    border-color: var(--indigo-500);
}
input:checked + .payment-method-item::before {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--indigo-500);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjAwMDcgMTUuMTcwOUwxOS4xOTMxIDUuOTc4NTJMMjAuNjA3MyA3LjM5MjczTDEwLjAwMDcgMTcuOTk5M0wzLjYzNjcyIDExLjYzNTRMNS4wNTA5MyAxMC4yMjEyTDEwLjAwMDcgMTUuMTcwOVoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMSkiPjwvcGF0aD48L3N2Zz4=");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.payment-method-item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.payment-form-group {
    position: relative;
    margin-bottom: 16px;
    width: 380px;
}
.payment-form-control {
    outline: transparent;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 24px 16px 8px 16px;
    width: 100%;
    transition: all .15s ease-in-out;
}
.payment-form-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    color: var(--gray-400);
    pointer-events: none;
    transition: all .1s ease-in-out;
}
.payment-form-control:focus {
    outline: 1px solid var(--indigo-500);
    border-color: var(--indigo-500);
}
.payment-form-control:focus + .payment-form-label,
.payment-form-control:not(:placeholder-shown) + .payment-form-label {
    top: 30%;
    font-size: 12px;
}
.payment-form-label-required::after {
    content: ' *';
    color: var(--red-500);
}
.payment-form-group-flex {
    display: flex;
    align-items: center;
    gap: 26px;
    width: 380px;
}
.payment-form-group-flex > * {
    width: 300px;
}
.payment-form-group-flex > :not(:last-child) {
    margin-right: 12px;
}
.payment-form-submit-button {
    background-color: var(--indigo-500);
    border-radius: 8px;
    outline: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    border: none;
    cursor: pointer;
    color: var(--white);
    font-weight: 600;
    padding: 16px;
    transition: all .15s ease-in-out;
}
.payment-form-submit-button:hover {
    background-color: var(--indigo-600);
    box-shadow: none;
}
.payment-form-submit-button > i {
    margin-right: 8px;
}
/* end: Payment */



/* start: Breakpoints */
@media screen and (max-width: 767px) {
    .payment-wrapper {
        grid-template-columns: 1fr;
    }
    .payment-content {
        padding: 16px;
    }
    .payment-content::before {
        top: 16px;
        width: calc(100% - 20px);
    }
    .payment-form-group-flex {
        display: block;
        flex-direction: column;
        gap: 8px;
    }
}
.payment-method-item::before,
.payment-method-item::after,
.payment-method img::before,
.payment-method img::after {
    content: none;
}
.bottomimg{
    align-items: center;
    padding-top: 50px;
    margin-left: 650px;
    width: 300px;
    height: 60px;
}
/* end: Breakpoints */

.comeback{
    min-height: 100vh;
    background: linear-gradient(#000, #5ce);
}
.registerimg{
    width: 200px;
    margin-left: 45px;
    margin-top: 50px;
}
.comeback h1{
    margin-left: 530px;
    margin-top: 220px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.comeback h4{
    margin-left: 590px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}
.return-btn{
    margin-left: 690px;
    margin-top: 50px;
    border: 2px solid #fff;
}
.header94{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(back.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -600px;
}
.header94 h1{
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-left: 700px;
    padding-top: 30vh;
}
.header95{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(candy.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -600px;
    margin-bottom: 650px;
}
.header95 h1{
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-left: 700px;
    padding-top: 30vh;
}
.header96{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(tech.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -600px;
    margin-bottom: 650px;
}
.header96 h1{
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding-top: 30vh;
}
.location{
    width: 80%;
    margin-bottom: -50px;
    margin: auto;
    padding-bottom: -50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 50px;
}
.location iframe{
    width: 100%;
}
.ppt iframe{
    width: 80%;
    height: 90vh;
    margin-left: 160px;
}
.ppt h3{
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: lighter;
}
.ppt1 iframe{
    width: 80%;
    height: 90vh;
    margin-left: 160px;
}
.ppt1 h3{
    margin-top: 300px;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 90%;
    margin-left: 70px;
}
.intro19{
    position: absolute;
    margin-top: -600px;
}
.intro19 h3{
    font-weight: lighter;
    margin-bottom: 100px;
    width: 90%;
    align-items: center;
    margin-left: 80px;
}
.intro19 h2{
    color: green;
    text-align: center;
    margin-bottom: 30px;
}
.largeabout {
    font-size: 30px; /* Larger font size for 'U' and 'S' */
}

.smallabout {
    font-size: 20px; /* Smaller font size for the other text */
}
.phos123{
    margin-left: 260px;
    margin-top: -187px;
    width: 69px;
    height: 102px;
    position: absolute;
}
.technolog h1{
    margin-left: 50px;
    margin-top: -630px;
    position: absolute;
    text-decoration: underline goldenrod;
    text-underline-offset: 5px;
}
.dapup h1{
    position: absolute;
    margin-left: 380px;
    margin-top: -120px;
    text-decoration: underline goldenrod;
    text-underline-offset: 5px;
    margin-bottom: 400px;
}
.dapup{
    min-height: 88vh;
}
.technolog p{
    width: 60%;
    position: absolute;
    margin-top: -570px;
    margin-left: 30px;
    margin-bottom: 400px;
    font-size: 18px;
    text-align: justify;
    color: #000;
}
.technolog p b{
    text-decoration: underline green;
}
.technolog2 p{
    width: 60%;
    position: absolute;
    margin-top: -390px;
    margin-left: 570px;
    margin-bottom: 400px;
    font-size: 18px;
    text-align: justify;
    color: #000;
}
.technolog2 p b{
    text-decoration: underline green;
}
.dapup img{
    width: 60%;
    align-items: center;
    margin-left: 280px;
    margin-top: -40px;
}
.dapup h5{
    margin-left: 140px;
    font-weight: lighter;
    margin-top: 10px;
    text-align: center;
    width: 80%;
}
.dapup p{
    width: 70%;
    text-align: justify;
    margin-left: 220px;
    margin-top: 20px;
    color: #000;
    margin-bottom: -270px;
}
.header97{
    min-height: 70vh;
    width: 100%;
    background-image: linear-gradient(rgba(6, 10, 23, 0.7), rgba(4,9,30,0.7)),url(stocks.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -600px;
    margin-bottom: -10px;
}
.header97 h1{
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding-top: 30vh;
}
.ppt2 iframe{
    width: 80%;
    height: 90vh;
    margin-left: 160px;
}
.ppt2 h3{
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 90%;
    margin-left: 80px;
}
.xlsx iframe{
    width: 80%;
    height: 90vh;
    margin-left: 160px;
    margin-bottom: 50px;
}
.xlsx h3{
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 90%;
    margin-left: 70px;
}
.ppt2 img{
    width: 60%;
    align-items: center;
    margin-left: 310px;
    margin-top: 40px;
}
.benefits h3{
    width: 80%;
    font-weight: lighter;
    color: #000;
    text-align: justify;
    margin-left: 160px;
    margin-top: 30px; 
}
.benefits h4{
    width: 80%;
    font-weight: lighter;
    color: #000;
    text-align: center;
    margin-left: 160px;
    margin-top: 30px; 
    font-size: 18px;
}
.thesugar h3{
    font-weight: lighter;
    width: 85%;
    text-align: center;
    margin-left: 100px;
    margin-top: -140px;
    position: absolute;
}
.thesugar iframe{
    width: 50%;
    height: 50vh;
    margin-left: 350px;
    margin-top: -30px;
    margin-bottom: 170px;
}
.technolog{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 1.5s;
}
.show1{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.technolog2{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(-100%);
    transition: all 1.5s;
}
.show3{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.price-row{
    opacity: 0;
    filter: blur(1px);
    transform: translateX(100%);
    transition: all 2.5s;
}
.price-row:nth-child(1){
    transition-delay: 600ms;
}
.price-row:nth-child(2){
    transition-delay: 1200ms;
}
.show4{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
nav .fa-xmark, 
nav .fa-bars {
    display: none;
}
@media (max-width:600px) {
    .contact-inpt{
        width: 80vh;
    }    
    .contact-right{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .text-box h1{
        font-size: 13px;
        margin-top: 160px;
    }
    .dcm{
        width: 63px !important;
        height: 45px !important;
        margin-left: 231px !important;
        padding-top: 315px !important;
        position: absolute !important;
    }
    .Avadh{
        width: 93px !important;
        height: 45px !important;
        margin-left: 110px !important;
        padding-top: 315px !important;
        position: absolute !important;
    }
    html, body {
        margin: 0;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    .text-box p {
    font-size: 13px;
    color: #5ce;
    animation: flicker 3s infinite;
    text-shadow: 0 0 5px goldenrod, 0 0 10px goldenrod, 0 0 20px goldenrod;
    }
    nav img{
        margin-left: -6px;
        margin-top: 8px;
    }
    .nav-links ul li{
        display: block;
        color: #fff;
    }
    .nav-links ul li a{
        color: #fff;
    }
    .nav-links ul li a:hover{
        color: goldenrod;
        text-decoration: underline goldenrod;
    }
    .nav-links ul li:hover{
        display: block;
        color: #fff;
        animation: none;
        text-decoration: none;
        transition: 0.5s;
    }
    .nav-links{
        position: absolute;
        background: green;
        height: 102vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-xmark,
    nav .fa-bars{
        display: block;
        color: goldenrod;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .header95, .header96, .header97{
        min-height: 86vh;
        margin-top: -680px;
    }
    .header94{
        min-height: 84.5vh;
        margin-top: -680px !important;
    }
    .container595{
        margin-top: -30px;
    }
    .header94 h1{
        font-size: 20px;
        margin-left: -565px;
    }
    .header95 h1{
        font-size: 20px;
        margin-left: -555px !important;
    }
    .header96 h1, .header97 h1{
        font-size: 20px;
        margin-left: 10px;
    }
    .footer-links ul li{
        display: inline-block;
        margin-top: 185px;
    }
    .footer2-links{
        margin-right: 22px !important;
        margin-top: 1px;
    }
    .footer2-links ul li{
        display: inline-block;
        margin-left: 10px;
        margin-top: 80px;
        text-align: left;
    }
    .footer-links{
        position: absolute;
        margin-left: 20px;
    }   
    .footer-links ul h1{
        display: none;
    }
    .footer2-links ul h1{
        display: none;
    }
    .footer img{
        width: 200px;
        height: 72px;
        margin-left: 50px;
        padding-bottom: 80px;
    }
    .outline-map h3{
        margin-left: 31px !important;
        padding-bottom: -100px !important;
    }
    .footer3 {
        margin-top: 0px;
        padding: 0;
        overflow-y: hidden;
    }
    .accordion-123{
        margin-top: -400px;
    }
    .accordion-123 h1{
        font-size: 19px;
        align-items: center;
        margin-left: -612px;
    }
    .accordion{
        margin-left: -628px;
        width: 280px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .accordion li label{
        font-size: 14px;
    }
    .content123 p{
        font-size: 12px;
    }
    .accordion-123 img{
        margin-top: -260px;
        width: 300px;
        height: 200px;
        margin-left: -610px;
    }
    hr{
        display: none;
    }
    .imgg img{
        display: none;
    }
    .weslide{
        margin-bottom: 630px;
        margin-top: -50px;
    }
    .controller1{
        margin-top: -200px; 
        position: absolute;
        margin-right: -30px;
    }
    .imgg{
        margin-top: 10px;
    }
    .msg-container1{
        width: 340px;
        height: 420px;
        margin-left: -30px;
    }
    .msg-col1 h1{
        font-size: 20px;
    }
    .msg-col1 p{
        font-size: 12px;
        width: 47%;
    }
    .location{
        width: 80%;
        margin-bottom: -40px;
        padding-bottom: -50px;
        padding-left: 40px;
        padding-right: 80px;
        padding-top: 50px;
    }
    .location iframe{
        width: 100%;
    }
    .contact-container h2{
        font-size: 20px;
        margin-left: 50px;
        text-decoration: underline goldenrod;
    }
    .contact-inpt{
        width: 290px;
        margin-left: -3px;
    }
    .contact-btn{
        margin-bottom: -20px;
    }
    .benefits h3{
        margin-left: 38px;
        font-size: 14px;
        margin-bottom: -20px;
        color: #666;
    }
    .benefits h3 u{
        text-decoration: underline green;
    }
    .outline-map{
        left: -2%;
        position: relative;
    }
    .outline-map h3{
        padding-left: 10px !important;
        padding-bottom: -30px !important;
    }
    .timeline{
        padding-top: -80px !important;
    }
    .benefits p{
        margin-top: 30px;
        text-align: justify;
        font-size: 14px;
        margin-bottom: -30px;
        width: 80%;
        margin-left: -30px;
        color: #000;
    }
    .benefits p u{
        text-decoration: underline 2px goldenrod;
    }
    .ppt2 img{
        margin-left: 35px;
        margin-top: -10px;
        width: 310px;
        height: 104px;
    }
    .ppt2 h3{
        margin-left: 15px;
        margin-top: 30px;
    }
    .ppt2 iframe{
        display: none;
        tabindex: "-1";
    }
    .ppt2 a{
        margin-left: 140px;
    }
    .xlsx h3{
        margin-left: 15px;
    }
    .xlsx iframe{
        display: none;
    }
    .xlsx a{
        margin-left: 140px;
        margin-bottom: 150px;
    }
    .roll-up h1{
        font-size: 22px;
    }
    .roll-up p{
        font-size: 16px;
        margin-bottom: 10px;
        text-align: justify;
    }
    .roll-up p br{
        display: none;
    }
    .row{
        margin-left: 10px;
    }
    .roll-up{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(-100%);
        transition: all 1.5s;  
    }
    .show{
        opacity: 1;
        filter: blur(0);
        transform: translateX(-20%);
    }
    .roll-up h2{
        font-size: 20px;
        margin-top: -10px;
        margin-bottom: -3px;
    }
    .campuscol img{
        height: 160px;
    }
    .benefits{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(100%);
        transition: 2.5s;
    }
    .benefits h4{
        margin-left: 34px;
        margin-top: 60px;
        margin-bottom: -10px;
    }
    .show5{
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
    .technolog h1{
        font-size: 22px;
        margin-left: 30px;
        padding-bottom: -50px;
    }
    .technolog p{
        font-size: 14px;
    }
    .technolog2{
        margin-top: 930px;
        margin-left: -450px;
    }
    .technolog2 p{
        font-size: 14px;
        width: 200px;
    }
    .contain386{
        margin-top: 1310px;
    }
    .technolog2{
        opacity: 0;
        filter: blur(1px);
        transform: translateX(100%);
        transition: all 1.5s;
    }
    .show3{
        opacity: 1;
        filter: blur(0);
        transform: translateX(0%);
    }
    .contain386 h2{
        font-size: 22px;
        text-underline-offset: 2px;
        margin-left: 20px;
        width: 90%;
        padding-top: 110px !important;
        padding-bottom: -10px !important;
    }
    .price-ul img{
        display: none;
    }
    .price-col{
        margin-bottom: -45px !important;
    }
    .thesugar h3{
        margin-top: 550px;
        margin-left: 40px;
    }
    .thesugar iframe{
        display: none;
    }
    .thesugar a{
        margin-top: 930px;
        margin-left: 130px;
        position: absolute;
    }
    .dapup{
        margin-top: 580px;
        min-height: 174vh;
    }
    .dapup h1{
        margin-left: 20px;
        width: 90%;
        font-size: 22px;
        text-align: center;
    }
    .dapup img{
        margin-left: 35px;
        width: 310px;
        height: 84px;
    }
    .dapup h5{
        margin-left: 35px;
    }
    .dapup p{
        margin-left: 45px;
    }
    .ppt1 h3{
        margin-left: 15px;
        margin-top: 280px;
    }
    .ppt1 iframe{
        display: none;
    }
    .ppt1 a{
        margin-left: 132px;
        margin-top: 10px;
    }
    .ppt h3{
        margin-left: 15px;
        margin-top: 20px;
    }
    .intro19 h3{
        margin-left: 15px;
        margin-top: 20px; 
    }
    .outline-map h3{
        margin-top: -230px;
        width: 80%;
        margin-left: 40px;
        position: absolute;
        margin-bottom: -450px;
    }
    .text-box386 p{
        text-align: left;
        font-size: 10px;
    }
    .container1 .leftcont, .container1 .rightcont{
        width: 40%;
        margin: 25px 25px 25px 25px;
    }
    .container1 p{
        width: 100%;
    }
    .rightcont p{
        margin-left: -15px;
    }
    .timeline{
        margin-top: -100px;
    }
    .ppt iframe{
        display: none;
    }
    .ppt a{
        margin-left: 132px;
        margin-top: 10px;
    }
    .header94{
        margin-top: -150px;
    }
    .largeabout {
    font-size: 23px; /* Larger font size for 'U' and 'S' */
    }

    .smallabout {
    font-size: 15px; /* Smaller font size for the other text */
    }
}
.benefits p{
    width: 80%;
    margin-left: 150px;
    text-align: center;
}
html {
    scroll-behavior: smooth;
}
.dcm{
    width: 100px;
    height: 60px;
    margin-left: 220px;
    margin-top: -150px;
    margin-bottom: 15px;
}
.Avadh{
   width: 160px;
   height: 60px;
   margin-left: 60px;
   margin-top: -150px;
   margin-bottom: 15px;
}





