* {
  margin: 0;
  padding: 0;
}


body{
    background-image: radial-gradient(circle 500px at 50% 100px, rgba(139,92,246,0.4), transparent);
    background-color: black;
    color: white;
    margin: 0;
    padding: 0 ;
}


#preloader{
    background-color: radial-gradient(circle 500px at 50% 100px, rgba(139,92,246,0.4), transparent);
    background-image: url(images/preloader.gif);
    background-position: center;
    background-size: 10%;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    z-index: 100;
    text-align: center;
    color: white;
}

@media ( max-width:780px) {
    #preloader{
    background-size: 22%;
    }
}

.Loading{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Ubuntu', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: bold;
}


.hero{
    width: auto;
    height: 650px;
    overflow: hidden;
    margin: 0;
    background-image: url(images/person2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

h1{
    font-family: Ubuntu, sans-serif;
    font-size: clamp(2.2rem, 2vw, 2.3rem);
    line-height: 1.2;

}

.hero-content{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;

}

.hero-info{
    margin: 0;
    height: 650px;
    width: 750px;
    overflow: hidden;


}

.hero-info img{
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;  
    background-size: cover; 


    
}

.circle-wrapper{
position: relative;
  display: inline-block;
  margin: 40px;
  margin-top: 0;
  padding-top: 100px;
  padding-left: 0px;
   width: 600px;

}

.circle{
  width: 12rem;              /* scalable with rem (instead of fixed px) */
  aspect-ratio: 1 / 1;       /* keeps circle perfectly round */
  background-color: blueviolet;
  border-radius: 50%;
   z-index: 1;
animation:circle 3s cubic-bezier(.23,1.000,.32,1.000) 0.5s both
}


@keyframes circle {0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}

.circle-label{  
  margin-top: 0;
  position: absolute;
  top: 30%;
  left: 40%;
  padding-left: 0px;
  padding-top: 0px;
  transform: translateX(-25%);
  color: white;
  font-size: clamp(1.5rem, 2vw, 1.8rem);  /* scales with screen */
  font-weight: bold;
  line-height: 1.5;
  width: 850px;
}

.circle-label h1{
    margin-bottom: 20px;
    font: 55px Arial Black, sans-serif;
    font-weight: strong;
    line-height: 60px;
    animation:tracking-in-contract-bck-top 1s cubic-bezier(.215,.61,.355,1.000) 0.5s both
}

@keyframes tracking-in-contract-bck-top{0%{letter-spacing:1em;transform:translateZ(400px) translateY(-300px);opacity:0}40%{opacity:.6}100%{transform:translateZ(0) translateY(0);opacity:1}}

.circle-label p{
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-family: Ubuntu, sans-serif;}

.services-product-bnt{
display: flex;
justify-content: center;
width: 450px;
margin-top: 30%;
gap: 20px;
padding-top: 30px;
}


.product-bnt{
    color: white;
    background-color: blueviolet;
    border: 2px solid blueviolet;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 20px;
    width: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    animation:vibrate-1 .3s linear infinite both
}

@keyframes vibrate-1{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}100%{transform:translate(0)}}

.product-bnt:hover{
    color: white;
   background-color: transparent;
}

.service-bnt{
    color: white;
    border: 2px solid blueviolet;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 20px;
    width: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}


.services-bnt a{
    text-decoration: none;
    color: white;
    text-align: center;
}


.service-bnt:hover{
   color: white;
   background-color: blueviolet;

}


@media (max-width:992px) {

.hero-info img{
   display: none;
}
    
.hero{
    height: 500px;

}

h1{
    margin-top: 70px;
    font-family: Ubuntu, sans-serif;
    font-size: clamp(2rem, 2vw, 2.3rem);
    line-height: 0.1;
}

.hero-content{
    display: inline-block;
    gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin: 0;
}

.hero-info{
    margin: 0;
    height: 650px;
    width: auto;
    margin: 0;
    gap: 20px;
    overflow: hidden;


}

.circle-wrapper{
 position: relative;
  display: flex;
  margin: 0;
  padding: 20px;
  margin-top: 0;
  padding-left: 0px;
  padding-top: 0px;
}

.circle{
  display: none;
}

h1{
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    line-height: 1.2;
}

.circle-label{
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 30%;
  padding-left: 0px;
  padding-top: 0px;
  transform: translateX(-25%);
  color: white;
  font-size: clamp(1rem, 2vw, 1.3rem);  /* scales with screen */
  font-weight: bold;
  line-height: 1.5;
  width: auto;
  text-align: center;
}


.services-product-bnt{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 450px;
margin-top: 30%;
margin-left: -5%;


}

.services-bnt{
    color: white;
    border: 2px solid blueviolet;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
}

}

@media (max-width:768px) {

.hero-info img{
   display: none;
}
    
.hero{
    height: 500px;

}

h1{
    margin-top: 30px;
    font-family: Ubuntu, sans-serif;
    font-size: clamp(2rem, 2vw, 2.3rem);
    line-height: 0.1;
}

.hero-content{
    display: inline-block;
    gap: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    margin: 0;
}

.hero-info{
    margin: 0;
    height: 650px;
    width: 750px;
    margin: 0;
    gap: 20px;
    overflow: hidden;


}

.circle-wrapper{
 position: relative;
  display: flex;
  margin: 0;
  padding: 20px;
  margin-top: 0;
  padding-left: 0px;
  padding-top: 0px;
}

.circle{
  display: none;
}

h1{
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    line-height: 1.2;
}


.circle-label{
  margin-top: 0;
  position: absolute;
  top: -30%;
  left: -35%;
  padding-left: 0px;
  padding-top: 0;
  transform: translateX(0%);
  color: white;
  font-weight: bold;
  width: 850px;
  height: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.circle-label h1{
    padding-bottom: 0px;
    font: 35px Arial Black, sans-serif;
    font-weight: strong;
    line-height: 40px;
    animation:tracking-in-contract-bck-top 1s cubic-bezier(.215,.61,.355,1.000) 0.5s both;
    padding: 0;
}
.circle-label h4{
    padding: 0;
    margin: 0;
    font: 75px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.circle-label p{
    font-size: clamp(0.8rem, 1vw, 0.3rem);
    font-family: Ubuntu, sans-serif;
    padding-bottom: 20px;
}

.services-product-bnt{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 450px;
margin-top: 40%;
margin-left: -5%;
padding-top: 30px;
gap: 20px;

}

.services-bnt{
    color: white;
    border: 2px solid blueviolet;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
}



}


/* ========= marquee styling ========= */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #613769;
    padding: 10px 0;
    height: 3%;
}


.marquee-content {
    display: flex;
    animation: scroll 40s linear infinite;
    white-space: nowrap;
}
.marquee-item {
    padding: 0 2rem;
    font-size: 1.1rem;
    color: white;   
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-item {
        padding: 0 1rem;
        font-size: 1rem;
    }
    .marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: blueviolet;
    padding: 10px 0;
    height: 3%;
}
}






/*main section styling*/
main{ 
margin:0;

background-image: radial-gradient(circle 500px at 50% 100px, rgba(139,92,246,0.4), transparent);
    background-color:black;
    position: relative;

}


/*stying for nav*/

.nav{
    width: auto;
    height: 50px;
    background-color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    overflow: visible;
    position: sticky;
    top: 0;
    display: flex;
    margin: 0;
     z-index: 1000;


}

.nav-conten{
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 100%;
}


.nav ul{
    
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

ul a{
    text-decoration: none;
    color: blueviolet;
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
    padding: 10px;
    display: flex;
    margin-top: 8px;
}

ul a:hover{
    background-color: white;
    color: blueviolet;
    border-radius: 15px ;
    border: 3px solid blueviolet;
    transition: 0.5s;
}

.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nav-menu ul{
    display: flex;
    gap: 20px;
}


/* =========================
   HAMBURGER ICON
========================= */

.hamburger{
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-top: 10px;
    z-index: 1001;
}

.hamburger .bar{
    height: 3px;
    width: 35px; 
    background-color: blueviolet;
    margin: 5px 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}



@media (max-width:780px){

    .hamburger{
        display: flex;
    }

    .nav-menu{
        display: none;
        flex-direction: column;
        width: 50%;
        background-color: white;
        position: absolute;
        top: 50px;
        left: 50%;
        text-align: center;
        z-index: 1000;
        padding-bottom: 20px;
    }

    .nav-menu ul{
        flex-direction: column;
        align-items: center;
    }


    /* SHOW MENU WHEN ACTIVE */
    .nav-menu.active{
        display: flex;
    }

    .nav-link{
        flex-direction: column;
        gap: 15px;
    }

    .nav-link li a{
        color: blueviolet;
        font-size: 16px;
        padding: 10px;
    }
}


/* =========================
   HAMBURGER ANIMATION
========================= */

.hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(2){
    opacity: 0;
}

.hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}



.about-us-content{
padding-top: 10px;
text-align: center;
overflow: hidden;
}

.fade-name {
font-size: 50px;
opacity: 12%;
}



.about-us{
width: 100%;
height: auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 2rem;
justify-content: center;
align-items: center;
}

.about{
    width: 600px;
    height: 400px;
    /*border: 2px solid blueviolet;*/
    gap: 20px;
    padding: 20px;
    padding-top: 0;
}
.about p{
    font-family: 'Ubuntu', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.6;
}

.o-d {
padding-top: 0;
margin-top: 50px;
background-color: blueviolet;
height: 600px;
width: 600px;
display: flex;
justify-content: center;
border-radius: 60%;

}


.span-o-d{
margin-top: 50px;
display: flex;
justify-content: center;
height: 200px;
background-color: black;
border-radius: 50%;
width: 200px;
}

.keyboard{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 400px;
    animation: FadeIn 5s infinite;
}

@keyframes FadeIn {
  0% {opacity: 0.1;}
  50% {opacity: 1;}
  100% {opacity: 0.1;}
}

.key {
    display: flex;
    justify-content: center;
    align-items: center; 
}


@media (max-width:780px) {
.about{
    width: 350px;
    height: 400px;
    /*border: 2px solid blueviolet;*/
    gap: 20px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.o-d {
display: none;
}

.span-o-d{
    display: none;
}

.keyboard{
    display: none; }

.fade-name {
font-size: 20px;
opacity: 12%;
}

}

/*Programms Styling*/

.Our-Programmes{
    margin: 0;
    min-height: 400px ;
    text-align: center;
    overflow: hidden;
    background-color: blueviolet;  
    color: white;
    padding-top: 30px;
}

.program-parent{
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    gap: 20px;
    margin: 0;
}

.program-card{
    transition: transform 0.3s ease;
    width: 400px;
    height: 300px;
    margin: 0;
    text-align: left;
    line-height: 25px;
    /*background-color: red;*/
    overflow: hidden;
    padding: 10px;

}
.program-card h3{
font-size: 25px;
padding-bottom: 15px;
}
.program-icon{
    height: 50px;
    width: 50px;
    border: 2px solid white;
    background-color: white;
    padding: 20px;
    margin: 5px;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}
.program-icon img{
    height: 80px;
    width: 80px;

}

.program-card p{
    font-size: 15px;
    margin-bottom: 20px; 
}

.program-card a{
    text-decoration: none; 
    border: 2px solid white;
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: 130px;  
}

.program-card a:hover{
    background-color: white;
    color: blueviolet;
    border: 2px solid blueviolet;
}

.prev-btn{
  background-color: none;  
}

/* Responsive adjustments  for Our Service "Programm" */
@media (max-width: 992px) {
.program-parent{
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    gap: 20px;
    margin: 0;
}
.program-card{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.program-icon{
    align-items: center;
    display: contents;
     justify-content: center;
     background-color: white;
}

}

@media (max-width: 768px) {
.program-parent{
    justify-content: center;
    align-items: center;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}
.program-card{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.program-icon{
    align-items: center;
    display: contents;
     justify-content: center;
     background-color: white;
}
}

/*testimonial section styling*/
.testimonial-main{
    background-color: blueviolet;
    
}



/*contact section styling*/
.contact{
text-align: center;
background-image: radial-gradient(circle 500px at 50% 100px, rgba(139,92,246,0.4), transparent);
background-color: black;
color: white;
margin: 0;
padding-top: 20px;
margin-bottom: 100px;


}

.contact h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font: 30px Arial Black, sans-serif;
    font-weight: strong;
    line-height: 30px;
    }   


.contact-info{
    margin: 0;
    height: 650px ;
    text-align: center;
    overflow: hidden;
    color: white;
     display: flex;
     justify-content: center; 
     align-items: center;
     padding: 0;
}
.contact-parent{
    margin: 0;
    width: 80%;
    height: 600px;
    min-height: 500px ;
    text-align: center;
    display: flex;
    overflow: hidden;
    background-color: blueviolet;  
    gap: 20px; 
    justify-content: center;
    align-items: center;
    border: #051a53;
    border-radius: 50px;
}

.get-in-touch{
    margin: 30px;
    width: 40%;
    height: 500px;
    min-height: 100px ;
    text-align: left;
    overflow: hidden;
    background-color: rgb(213, 213, 213);  
    gap: 20px; 
    border: #051a53;
    border-radius: 50px;
    padding: 20px;
    color: black;
    padding-left: 35px;
}
.get-in-touch p{
    margin-top: 20px;
    font: 18px sans-serif;
    font-weight: strong;
    line-height: 25px;}
  
.get-in-touch a{
    text-decoration: none;  }

.get-in-touch h2{
    margin-top: 30px;
    font: 25px Arial Black, sans-serif;
    font-weight: strong;
    line-height: 30px;
    color: blueviolet;
}

.get-in-touch form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.get-in-touch   label{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.get-in-touch input, .get-in-touch textarea{
    width: 90%;
    padding: 10px;
    border: 2px solid blueviolet;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.get-in-touch button{
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: blueviolet;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Responsive adjustments  for Our Service "Programm" */
@media (max-width: 992px) {
.contact{
margin-bottom: 0;
}
.contact h1{
    margin-bottom: 0;
    }  
 .contact-parent{
    margin: 0;
    width: 95%;
    height: 600px;
    min-height: 500px ;
    text-align: center;
    display: flex;
    overflow: hidden;
    background-color: blueviolet;  
    gap: 20px; 
    justify-content: center;
    align-items: center;
    border: #051a53;
    border-radius: 50px;
}    

}

@media (max-width: 768px) {
.contact{
margin-bottom: 0;
}
.contact h1{
    margin-bottom: 0;
    }   
.contact-info{
    margin: 0;
    height: 1250px ;
    width: 400px;
    text-align: center;
    overflow: hidden;
    color: white;
     display: flex;
     justify-content: center; 
     align-items: center;
     padding: 0;
     margin-bottom:0 ;
}
.contact-parent{
    margin: 0;
    width: 95%;
    height: 1150px;
    min-height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: transparent;  
    gap: 5px; 
    justify-content: center;
    align-items: center;
    border: #051a53;
    border-radius: 50px;
    padding: 0;
}
.get-in-touch{
    margin: 30px;
    width: 80%;
    height: 500px;
    min-height: 100px ;
    text-align: left;
    overflow: hidden;
    background-color: rgb(213, 213, 213);  
    gap: 20px; 
    border: #051a53;
    border-radius: 50px;
    padding: 20px;
    color: black;
    padding-left: 35px;
}
}


/* FOOTER STYLING */    
footer{
    background-color: blueviolet;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
}  

footer a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.social-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;

}   

.social-medials{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-medials a {
    color: white;
    font-size: 20px;
    text-decoration: none;

}

.social-medials a:hover {
    border: 1px solid white;
    color: blueviolet;
    background-color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 8px;
    border-radius: 15px;
}



