html{
    scroll-behavior: smooth;
    overflow-x: hidden;
   
}

*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    font-family: 'Roboto Condensed', 'sans-serif';
    overflow-x: hidden;
    margin: 0;
    display: block;
    justify-content: center;
   
}

.header-text{
    color:white;
}

.header-text p{
    color:#fff;
    font-size: 25px;
    font-family:cursive;
}

.header-text punchline{
  padding-top: 20px;

}

#header{
    width: 100%;
    height: 100%;   
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}


.container{
    padding:40px;
    justify-content: center;
    
}



nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width:50%;
    height:50%;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
    font-family: "inter";
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3%;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
    color: white;
    font-family: "oswald";
}

.header-text h4{
  color:white;
  font-family: "inter";
}

.header-text p{
  font-family: "inter";
}

#header h1 span{
    color:rgb(226, 145, 226);
    
}

/* About Us - Desktop View */
#about-us {
  display: flex;
  flex-direction: column-reverse;   
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  gap: 40px;            
}

#about-us h2{
  font-family: "oswalds";
}


#about-us p{
  font-family: "inter";
}

/* Text column */
.about-text {
  flex: 1;
  max-width: 600px;
  text-align: center;     
}

/* Carousel wrapper column */
.carousel-wrapper {
  flex: 1;
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto;
}

/* Carousel images */
.carousel-wrapper .carousel-track img {
  max-width: 1000px;          
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  justify-content: center;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  width: 1000px;
  margin: 0 auto;
}
 
.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
  font-family: "bebas Neue";
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
  font-family:"inter";
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eeeeee;
  color: rgb(0, 0, 0);
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 97%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 400px;           
  text-align: center;
  padding: 0 20px;          
}

#about-founder h2{
  font-size: 25px;
  margin-left:250px;
  font-family: "bebas Neue"
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family:"inter";
  max-width: 600px;
  margin-left: 300px;
}


  .why-list,
  .what-we-do {
    margin: 1rem 0 2re 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-160%); }
  }
  
  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h2{
  color:white;
  font-family: "bebas Neue";
}

.container h6{
  color:white;
  font-family: "oswald";
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}

.services-list div p{
  font-family: "inter";
  font-size: 14px;
}

.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}

.container  h1{
  color:white;
}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
  font-family:"oswald";
}

#Projects h3{
  color:white;
  font-family: "bebas Neue";
}

#Projects p{
  font-family: "inter";
}

#Projects .work-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

#Projects .work-list iframe {
  width: 100%;
  height: 250px; 
  border-radius: 8px;
}


.work:hover img{
    transform: scale(1.1);
}




/**picture carousel*/
.carousel-container {
    width: 90%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }


/**Images Carousel*/
.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300%;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10%;
    height:10%;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }

  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
    padding-top: 5px;
    margin-left: 20px;
    max-width: 700px;
  }
  
  .testimonial-title {
    font-size: 2rem;
    font-family:"Bebas Neue";
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    font-family: "opens sans";
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 350%;
   
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80%;
    height: 80%;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    font-family:"inter";
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
    font-family:"inter";
}

.contact-left h3{
  color:white;
  font-family: "bebas Neue";
}

.contact-left h1{
  color:white;
  font-family: "oswald";
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

 .copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
    padding-top: 60px;
}

.copyright p{
  font-family: "inter";
}

nav .icons{
    display: none;
}


/* MacBook Pro 16-inch */
@media screen
  and (min-width: 1700px)
  and (max-width: 1750px) {

  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: grid;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}

.header-text h4{
  padding-top: 20px;
  
}

.header-text p{
    color:#fff;
    font-size: 25px;
    font-family:cursive;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}

.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  

/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;

}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}
.carousel-wrapper{
  overflow: hidden;
  max-width: 100%;
}

.carousel-wrapper .carousel-track img {
  
  width: 100%;
  height: 300px;
  transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
  margin-bottom: 60px;
  overflow: hidden;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 1000px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 97%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
  margin-left: 300px;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  padding: 0 20px;          
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  max-width: 320px;
  margin-left: 10px;
}

  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

  

 

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    max-width: 900px;
    margin-left: 390px;
    margin-top: 20px;
  }

  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}

/* MacBook Pro 14-inch */
@media screen
  and (min-width: 1450px)
  and (max-width: 1550px) {
    body{
      background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
      color: white;
      font-family: 'Roboto Condensed', 'sans-serif';
      display: grid;
      grid-gap: 2em;
      overflow-x: hidden;
      grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
     
  }
  
  .header-text{
      color:#080808;
  }
  
  .header-text h1{
    padding-top:60px;
  
  }
  
  .header-text h4{
    padding-top: 20px;
    
  }
  
  .header-text p{
      color:#fff;
      font-size: 25px;
      padding-top: 20px;
  }
  
  
  #header{
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      filter: blur(-1px);
    
  
  }
  
  .background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    overflow-x: hidden;
  }
  
  .container{
      padding:40px;
      
  }
  
  
  nav{
      display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
  }
  
  .logo{
      width: 140px;
      
  }
  
  
  nav ul li{
      display: inline-block;
      list-style-type: none;
      margin: 10px 20px;
  }
  
  
  nav ul li a{
      color:white;
      text-decoration: none;
      font-size: 18px;
      position: relative;
  }
  
  nav ul li a::after{
      content:'';
      width:0;
      height:3px;
      background: #ff004f;
      position: absolute;
      left:0;
      bottom:-6px;
      transition:0.5s;
  }
  
  nav ul li a:hover::after{
      width:100%;
  
  }
  
  #sidemenu{
      padding-bottom: 50px;
  }
  
  .header-text{
      margin-top: 20px;
      font-size: 30px;
  }
  
  .header-text h1{
      margin-top: 20px;
      font-size: 60px;
  }
  
  .header-text h1 span{
      color:#ff004f;
      
  }
  
  .about-col-1 img{
      width:400px;
  }
  /*----Aboutsection---*/
  
  .about-section {
      background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
      margin: 20px 20px;
      text-align: center;
    }
  
    .about-section h2 {
      color: #5e3f9d; /* dark purple */
      font-size: 36px;
      margin-bottom: 20px;
      letter-spacing: 1px;
    }
  
    .about-section p {
      max-width: 700px;
      margin: 0 auto 30px;
      font-size: 18px;
      line-height: 1.7;
      color: #333;
    }
    .carousel-wrapper{
      overflow: hidden;
      max-width: 100%;
    }
    
    .carousel-wrapper .carousel-track img {
      
      width: 100%;
      height: 300px;
      transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
      margin-bottom: 60px;
      overflow: hidden;
    }
    
  
  /*-----About----*/
  #about-us{
      padding:80px 0;
      color:hsl(0, 80%, 2%);
      display: flex;
      flex-direction: column-reverse;
  
  }
  
  .row{
      display:flex;
      justify-content: space-between;
      flex-wrap:wrap;
  }
  
  .about-col-1{
      flex-basis: 35%;
  
  }
  
  
  .about-col-1{
      width:100%;
      border-radius: 15px;
  }
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  
  .about-col-2{
      flex-basis: 60%;
  }
  
  .sub-title{
      font-size:60px;
      font-weight:600;
      color:black;
  }
  
  /*------visionstatement----*/
  .vision-mission-section {
    background-color: #fff;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #222;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .vision-mission-section .text-section {
    text-align: left;
  }
  
  .vision-mission-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
  }
  
  .vision-mission-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #444;
  }
  
  .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .cta-btn {
    background-color: rgb(193, 92, 250);
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .cta-btn:hover {
    background-color: #333;
  }
  
  .cta-btn.secondary {
    background-color: #eee;
    color: black;
  }
  
  .cta-btn.secondary:hover {
    background-color: #ccc;
  }
  
  /* founders section */
  #about-founder {
    width: 97%;
    background: white;
    padding: 60px 20px;  
    margin-top: 20px;
    margin-left: 20px;     
  }
  
  #about-founder .container-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;            
  }
  
  #about-founder .about-col-1 {
    flex: 0 0 100px;          
    text-align: center;
    margin-left: 300px;
  }
  
  #about-founder .about-col-2 {
    flex: 1 1 300px;           
    text-align: center;
    padding: 0 20px;          
  }
  
  #about-founder h2{
    font-size: 16px;
    text-align: center;
    align-items: center;
    max-width: 320px;
    margin-left: 70px;
  }
  
  #about-founder p{
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    max-width: 320px;
    margin-left: 70px;
  }
  
    .why-list,
    .what-we-do {
      margin: 1rem 0 2rem 1rem;
      padding-left: 1rem;
    }
    
    li {
      margin-bottom: 0.8rem;
    }
    
    .cta-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
    }
    
    .cta-btn {
      padding: 0.75rem 1.5rem;
      background: #c56fff;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: 0.3s;
    }
    
    .cta-btn:hover {
      background: #a14ee0;
    }
    
    .cta-btn.secondary {
      background: #eee;
      color: #333;
    }
    
    .cta-btn.secondary:hover {
      background: #ccc;
    }
    
  /*services*/
  
  #services{
      padding: 30px 0;
  }
  
  #services h1{
    color:white;
  }
  
  
  .services-list{
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      grid-gap:40px;
      margin-top: 50px;
  
  }
  
  .services-list div{
      background: #c56fff;
      padding: 40px;
      font-size: 13px;
      font-weight:300;
      border-radius: 10px;
      transition: background(0.5s, transform 0.5s);
  
  }
  
  .services-list div i{
      font-size: 50px;
      margin-bottom: 30px;
  }
  
  .services-list div h2{
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px;
  
  }
  .services-list div a{
      text-decoration: none;
      color:black;
      font-size:12px;
      margin-top: 20px;
      display: inline-block;
  }
  
  .services-list div:hover{
      background: #ff004f;
      transform: translateY(-10px);
  
  }
  
  
  /*Projects*/
  
  #Projects{
      padding:50px 0;
  }
  
  #Projects h1{
    color:white;
  }
  
  .work-list{
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      grid-gap:40px;
      margin-top: 50px;
  }
  
  .work{
      border-radius: 10px;
      position: relative;
      overflow: hidden;
  }
  
  .work img{
      width: 100%;
      border-radius: 10px;
      display: block;
  }
  
  .work iframe{
      width: 100%;
      border-radius: 10px;
      display: block;
  }
  
  
  
  
  .work:hover img{
      transform: scale(1.1);
  }
  
  
  
  .btn{
      display:block;
      margin:50px auto;
      width:fit-content;
      border:1px solid #ff004f;
      padding: 14px 50px;
      text-decoration: none;
      color:#c07d92;
      transition: background 0.5s;
  }
  
  .btn:hover{
      background: #ff004f;
  }
  
  /**picture carousel*/
  .carousel-container {
      width: 90%;
      max-width: 1000px;
      margin: 50px auto;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: #f8f8f8;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
  
    .carousel-title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold;
    }
  
    .carousel-track {
      display: flex;
      transition: transform 0.3s ease-in-out;
      gap: 20px;
    }
  
    .carousel-slide {
      min-width: 100%;
      box-sizing: border-box;
    }
  
    .carousel-slide img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }
  
    
  
   
  
  /**Images Caruosel*/
  .carousel-container {
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    
    .carousel-track {
      width: 60%;
      height:300px;
      display: flex;
      object-fit: cover;
      animation: scroll 60s linear infinite;
    }
    
    .carousel-image {
      width: 10px;
      height:10px;
     
    }
    
    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-300%); }
    }
    .carousel-container:hover .carousel-track {
      animation-play-state: paused;
    }  
  
    /*testimonial*/
    #testimonials {
      background: #f8f8f8;
      padding: 4rem 1rem;
      text-align: center;
      align-items: center;
      font-family: 'Arial', sans-serif;
      max-width: 900px;
      margin: 300px;
    }
  
    
    .testimonial-title {
      font-size: 2rem;
      margin-bottom: 2rem;
      color: #222;
    }
    
    .testimonial-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    
    .testimonial-card {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      max-width: 350px;
      width: 100%;
    }
    
    .stars {
      font-size: 1rem;
      font-style: italic;
      margin-bottom: 1.5rem;
      color: #444;
    }
    
    .testimonial-profile {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .profile-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;  
      object-fit: cover;         
      object-position: center;   
      display: block;
      border: 3px solid #c56fff; 
    }
    
    .profile-info strong {
      font-size: 1rem;
      color: #111;
    }
    
    .profile-info p {
      font-size: 0.9rem;
      color: #666;
      margin-top: 0.2rem;
    }
    
  
  /*Contact Us*/
  
  .contact-left{
      flex-basis: 35%;
  }
  
  .contact-right{
      flex-basis: 60%;
  }
  
  .contact-left p{
      margin-top: 20px;
      color:white;
  }
  
  .contact-left h3{
    color:white;
  }
  
  .contact-left h1{
    color:white;
  }
  
  .contact-left i{
      color: #ff004f;
      margin-right: 15px;
      font-size: 25px;
  }
  
  .social-icons{
      margin-top: 30px;
      
  
  }
  
  .social-icons a i{
      text-decoration: none;
      font-size: 30px;
      margin-right: 15px;
      color: #ababab;
      display: inline-block;
      transition: transform 0.5s;
  }
  
  .social-icons a i:hover{
      color: #ff004f;
      transform: translateY(-5px);
  }
  
  .btn .btn2{
      display: inline-block;
      color: #ff004f;
  }
  
  .contact-right form{
      width: 100%;
  }
  
  form input, form textarea{
      width:100%;
      border: 0;
      outline: none;
      background:#262626;
      padding:15px;
      margin:15px 0;
      color:#262626;
      font-size: 18px;
      border-radius: 6px;
  }
  
  form .btn2{
      padding:14px 60px;
      font-size:18px;
      margin-top: 20px;
      cursor: pointer;
  }
  
  .copyright{
      width:100%;
      text-align: center;
      color:white;
      padding:25px 0;
      font-weight:300;
      background: #262626;
      margin-top: 20px;
      box-sizing:border-box;
  }
  
  nav .icons{
      display: none;
  }
  
  
  }
  
/* MacBook Pro 13-inch */
@media screen and (max-width: 1300px) {
    body{
      background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
      color: white;
      font-family: 'Roboto Condensed', 'sans-serif';
      display: grid;
      grid-gap: 2em;
      overflow-x: hidden;
      grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
     
  }
  
  .header-text{
      color:#080808;
  }
  
  .header-text h1{
    padding-top:60px;
  
  }
  
  .header-text h4{
    padding-top: 20px;
    
  }
  
  .header-text p{
      color:#fff;
      font-size: 25px;
      padding-top: 20px;
  }
  
  
  #header{
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      filter: blur(-1px);
    
  
  }
  
  .background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    overflow-x: hidden;
  }
  
  .container{
      padding:40px;
      
  }
  
  
  nav{
      display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
  }
  
  .logo{
      width: 140px;
      
  }
  
  
  nav ul li{
      display: inline-block;
      list-style-type: none;
      margin: 10px 20px;
  }
  
  
  nav ul li a{
      color:white;
      text-decoration: none;
      font-size: 18px;
      position: relative;
  }
  
  nav ul li a::after{
      content:'';
      width:0;
      height:3px;
      background: #ff004f;
      position: absolute;
      left:0;
      bottom:-6px;
      transition:0.5s;
  }
  
  nav ul li a:hover::after{
      width:100%;
  
  }
  
  #sidemenu{
      padding-bottom: 50px;
  }
  
  .header-text{
      margin-top: 20px;
      font-size: 30px;
  }
  
  .header-text h1{
      margin-top: 20px;
      font-size: 60px;
  }
  
  .header-text h1 span{
      color:#ff004f;
      
  }
  
  .about-col-1 img{
      width:400px;
  }
  /*----Aboutsection---*/
  
  .about-section {
      background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
      margin: 20px 20px;
      text-align: center;
    }
  
    .about-section h2 {
      color: #5e3f9d; /* dark purple */
      font-size: 36px;
      margin-bottom: 20px;
      letter-spacing: 1px;
    }
  
    .about-section p {
      max-width: 700px;
      margin: 0 auto 30px;
      font-size: 18px;
      line-height: 1.7;
      color: #333;
    }
    .carousel-wrapper{
      overflow: hidden;
      max-width: 100%;
    }
    
    .carousel-wrapper .carousel-track img {
      
      width: 100%;
      height: 300px;
      transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
      margin-bottom: 60px;
      overflow: hidden;
    }
    
  
  /*-----About----*/
  #about-us{
      padding:80px 0;
      color:hsl(0, 80%, 2%);
      display: flex;
      flex-direction: column-reverse;
  
  }
  
  .row{
      display:flex;
      justify-content: space-between;
      flex-wrap:wrap;
  }
  
  .about-col-1{
      flex-basis: 35%;
  
  }
  
  
  .about-col-1{
      width:100%;
      border-radius: 15px;
  }
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  
  .about-col-2{
      flex-basis: 60%;
  }
  
  .sub-title{
      font-size:60px;
      font-weight:600;
      color:black;
  }
  
  /*------visionstatement----*/
  .vision-mission-section {
    background-color: #fff;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #222;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .vision-mission-section .text-section {
    text-align: left;
  }
  
  .vision-mission-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
  }
  
  .vision-mission-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #444;
  }
  
  .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .cta-btn {
    background-color: rgb(193, 92, 250);
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .cta-btn:hover {
    background-color: #333;
  }
  
  .cta-btn.secondary {
    background-color: #eee;
    color: black;
  }
  
  .cta-btn.secondary:hover {
    background-color: #ccc;
  }
  
  /* founders section */
  #about-founder {
    width: 97%;
    background: white;
    padding: 60px 20px;  
    margin-top: 20px;
    margin-left: 20px;     
  }
  
  #about-founder .container-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;            
  }
  
  #about-founder .about-col-1 {
    flex: 0 0 100px;          
    text-align: center;
  }
  
  #about-founder .about-col-2 {
    flex: 1 1 300px;           
    text-align: center;
    padding: 0 20px;  
       
  }
  
  #about-founder h2{
    font-size: 16px;
    margin-left:300px;
    text-align: center;
    align-items: center;
    max-width: 400px;
  }
  
  #about-founder p{
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    max-width: 320px;
    margin-left: 350px;
  }
  
    .why-list,
    .what-we-do {
      margin: 1rem 0 2rem 1rem;
      padding-left: 1rem;
    }
    
    li {
      margin-bottom: 0.8rem;
    }
    
    .cta-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 2rem;
    }
    
    .cta-btn {
      padding: 0.75rem 1.5rem;
      background: #c56fff;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: 0.3s;
    }
    
    .cta-btn:hover {
      background: #a14ee0;
    }
    
    .cta-btn.secondary {
      background: #eee;
      color: #333;
    }
    
    .cta-btn.secondary:hover {
      background: #ccc;
    }
    
  /*services*/
  
  #services{
      padding: 30px 0;
  }
  
  #services h1{
    color:white;
  }
  
  
  .services-list{
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      grid-gap:40px;
      margin-top: 50px;
  
  }
  
  .services-list div{
      background: #c56fff;
      padding: 40px;
      font-size: 13px;
      font-weight:300;
      border-radius: 10px;
      transition: background(0.5s, transform 0.5s);
  
  }
  
  .services-list div i{
      font-size: 50px;
      margin-bottom: 30px;
  }
  
  .services-list div h2{
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 15px;
  
  }
  .services-list div a{
      text-decoration: none;
      color:black;
      font-size:12px;
      margin-top: 20px;
      display: inline-block;
  }
  
  .services-list div:hover{
      background: #ff004f;
      transform: translateY(-10px);
  
  }
  
  
  /*Projects*/
  
  #Projects{
      padding:50px 0;
  }
  
  #Projects h1{
    color:white;
  }
  
  .work-list{
      display:grid;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      grid-gap:40px;
      margin-top: 50px;
  }
  
  .work{
      border-radius: 10px;
      position: relative;
      overflow: hidden;
  }
  
  .work img{
      width: 100%;
      border-radius: 10px;
      display: block;
  }
  
  .work iframe{
      width: 100%;
      border-radius: 10px;
      display: block;
  }
  
  
  
  
  .work:hover img{
      transform: scale(1.1);
  }
  
  
  
  .btn{
      display:block;
      margin:50px auto;
      width:fit-content;
      border:1px solid #ff004f;
      padding: 14px 50px;
      text-decoration: none;
      color:#c07d92;
      transition: background 0.5s;
  }
  
  .btn:hover{
      background: #ff004f;
  }
  
  /**picture carousel*/
  .carousel-container {
      width: 90%;
      max-width: 1000px;
      margin: 50px auto;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: #f8f8f8;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
  
    .carousel-title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: bold;
    }
  
    .carousel-track {
      display: flex;
      transition: transform 0.3s ease-in-out;
      gap: 20px;
    }
  
    .carousel-slide {
      min-width: 100%;
      box-sizing: border-box;
    }
  
    .carousel-slide img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }
  
    
  
   
  
  /**Images Caruosel*/
  .carousel-container {
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    
    .carousel-track {
      width: 60%;
      height:300px;
      display: flex;
      object-fit: cover;
      animation: scroll 60s linear infinite;
    }
    
    .carousel-image {
      width: 10px;
      height:10px;
     
    }
    
    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-300%); }
    }
    .carousel-container:hover .carousel-track {
      animation-play-state: paused;
    }  
  
    /*testimonial*/
    #testimonials {
      background: #f8f8f8;
      padding: 4rem 1rem;
      text-align: center;
      align-items: center;
      font-family: 'Arial', sans-serif;
      max-width: 850px;
      margin-right: 20px;
    }
  
    
    .testimonial-title {
      font-size: 2rem;
      margin-bottom: 2rem;
      color: #222;
    }
    
    .testimonial-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
    }
    
    .testimonial-card {
      background: white;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      max-width: 350px;
      width: 100%;
    }
    
    .stars {
      font-size: 1rem;
      font-style: italic;
      margin-bottom: 1.5rem;
      color: #444;
    }
    
    .testimonial-profile {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .profile-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;  
      object-fit: cover;         
      object-position: center;   
      display: block;
      border: 3px solid #c56fff; 
    }
    
    .profile-info strong {
      font-size: 1rem;
      color: #111;
    }
    
    .profile-info p {
      font-size: 0.9rem;
      color: #666;
      margin-top: 0.2rem;
    }
    
  
  /*Contact Us*/
  
  .contact-left{
      flex-basis: 35%;
  }
  
  .contact-right{
      flex-basis: 60%;
  }
  
  .contact-left p{
      margin-top: 20px;
      color:white;
  }
  
  .contact-left h3{
    color:white;
  }
  
  .contact-left h1{
    color:white;
  }
  
  .contact-left i{
      color: #ff004f;
      margin-right: 15px;
      font-size: 25px;
  }
  
  .social-icons{
      margin-top: 30px;
      
  
  }
  
  .social-icons a i{
      text-decoration: none;
      font-size: 30px;
      margin-right: 15px;
      color: #ababab;
      display: inline-block;
      transition: transform 0.5s;
  }
  
  .social-icons a i:hover{
      color: #ff004f;
      transform: translateY(-5px);
  }
  
  .btn .btn2{
      display: inline-block;
      color: #ff004f;
  }
  
  .contact-right form{
      width: 100%;
  }
  
  form input, form textarea{
      width:100%;
      border: 0;
      outline: none;
      background:#262626;
      padding:15px;
      margin:15px 0;
      color:#262626;
      font-size: 18px;
      border-radius: 6px;
  }
  
  form .btn2{
      padding:14px 60px;
      font-size:18px;
      margin-top: 20px;
      cursor: pointer;
  }
  
  .copyright{
      width:100%;
      text-align: center;
      color:white;
      padding:25px 0;
      font-weight:300;
      background: #262626;
      margin-top: 20px;
      box-sizing:border-box;
  }
  
  nav .icons{
      display: none;
  }
  
  
  }



/*smaller screens 1280px */
@media only screen and (max-width:1280px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: grid;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}

.container{
    padding:40px;
    
}


nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3%;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400%;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; 
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700%;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

 
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    width: 100%;
    height: 300%;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  
/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 1000px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/*-----Aboutus---
#about-founder {
    background: #fff;
    padding: 4rem 1rem;
    font-family: 'Arial', sans-serif;
    color: #111;
    line-height: 1.6;
    max-width: 100px;
  }
  
  .about-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  h2, h3 {
    margin-bottom: 0.5rem;
    color: #222;
  }
  
  .carousel-container {
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  .carousel-track {
    display: flex;
    animation: scroll 25s linear infinite;
    gap: 10px;
  }
  
  .carousel-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-160%); }
  }
  
  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }-*/
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}


.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

  

 

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
    max-width: 900%;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}


/*smaller screens 1280px */
@media only screen and (max-width:1280px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: grid;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}



.container{
    padding:40px;
    
}


nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3%;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400%;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; 
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700%;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

 
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300%;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  

/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;

}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 1000px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/*-----Aboutus---
#about-founder {
    background: #fff;
    padding: 4rem 1rem;
    font-family: 'Arial', sans-serif;
    color: #111;
    line-height: 1.6;
    max-width: 100px;
  }
  
  .about-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  h2, h3 {
    margin-bottom: 0.5rem;
    color: #222;
  }
  
  .carousel-container {
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  .carousel-track {
    display: flex;
    animation: scroll 25s linear infinite;
    gap: 10px;
  }
  
  .carousel-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-160%); }
  }
  
  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }-*/
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}


/*smaller screens 1024px*/
@media only screen and (max-width:1029px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: grid;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}

.header-text h4{
  padding-top: 20px;
  
}

.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}

.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }
  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  

/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;

}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}
.carousel-wrapper{
  overflow: hidden;
  max-width: 100%;
}

.carousel-wrapper .carousel-track img {
  
  width: 100%;
  height: 300px;
  transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
  margin-bottom: 60px;
  overflow: hidden;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 1000px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 97%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  padding: 0 20px;          
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}

  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

  

 

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    max-width: 900px;
  }

  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}


@media only screen and (max-width:998px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: grid;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr, 1fr,1fr));
     
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;
  

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 20px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}


.container{
    padding:40px;
    
}

nav{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  

/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;
    margin: 10px;
}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 900px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/*-----Aboutus----
#about-founder {
    background: #fff;
    padding: 4rem 1rem;
    font-family: 'Arial', sans-serif;
    color: #111;
    line-height: 1.6;
    margin: 10px;
    width:95%;
    justify-items: center;
  }
  
  .about-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  h2, h3 {
    margin-bottom: 0.5rem;
    color: #222;
  }
  
  .carousel-container {
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  
  .carousel-track {
    display: flex;
    animation: scroll 25s linear infinite;
    gap: 10px;
  }
  
  .carousel-img {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-160%); }
  }
  
  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }-*/
  
/*services*/

#services{
    padding: 10px 0;
    margin: 10px;
}

.container .sub-title{
  color:white;
  font-size: 25px;
}


#why-choose-us .container{
    display:inline-block;
    grid-template-columns: repeat(auto-fit,minmax(250px,3fr));
    grid-gap:20px;
    margin-top:50px;
    width:100%;
    

}

#why-choose-us .services-list div{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr, 1fr, 1fr));
    grid-gap:10px;
    margin-top: 30px;
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    max-width:350px;

    

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
    margin: 10px;
}

#Projects h1{
  color:white;
}

#Projects .work-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-gap: 40px;
  margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    
}

.work img{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 40px;
    margin-top: 50px;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}


.work:hover img{
    transform: scale(1.1);
}



/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }


/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin: 10px;
    width:90%;
    margin-left: 30px;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
    font-size: 14px;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}


@media only screen and (max-width:945px){


  #services .container{
    padding:5px;
    width:80%;
    height:40%;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }

  #why-choose-us .container{
    display:inline-block;
    grid-template-columns: repeat(auto-fit,minmax(250px,3fr));
    grid-gap:20px;
    margin-top:50px;
    width:100%;

}

#why-choose-us .services-list div{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr, 1fr, 1fr));
    grid-gap:10px;
    margin-top: 30px;
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    max-width:350px;

    

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list .container div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 30px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


  
}


/*smaller screens 924px*/
@media only screen and (max-width:924px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 90%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}

.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }
.carousel-wrapper{
  overflow: hidden;
  max-width: 100%;
}

.carousel-wrapper .carousel-track img {
  
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
  margin-bottom: 60px;
  overflow: hidden;
}


/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;

}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  margin: 0 auto;
  margin-left: 20px;
  max-width:800px;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/* founders section */
#about-founder {
  width: 95%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}

  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr, 1fr, 1fr));
    grid-gap:20px;
    margin-top: 50px;
    

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

#Projects .work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr, 1fr, 1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    
}

.work img{
   
    border-radius: 10px;
    display: block;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr, 1fr));
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}


/**Images Caruosel*/
.carousel-container {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-right:65px;
  justify-content: center;
}

.carousel-track {
  width: 60%;
  height:100px;
  display: flex;
  object-fit: cover;
  animation: scroll 60s linear infinite;
}

.carousel-image {
  width: 10px;
  height:10px;

}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-300%); }
}
.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}  

/*testimonial*/
#testimonials {
  background: #f8f8f8;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin-left: 40px;
}

.testimonial-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  max-width: 350px;
  width: 100%;
}

.stars {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #444;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;  
  object-fit: cover;         
  object-position: center;   
  display: block;
  border: 3px solid #c56fff; 
}

.profile-info strong {
  font-size: 1rem;
  color: #111;
}

.profile-info p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.2rem;
}


/*Contact Us*/

.contact-left{
  flex-basis: 35%;
  padding-right:10px;
  padding-top: 30px;
 
}

.contact-left h1{
font-size: 46px;
}

.contact-right{
  flex-basis: 60%;
  padding-top: 30px;
}

.contact-left p{
  margin-top: 20px;
  color:white;
  font-size: 14px;
}

.contact-left h3{
color:white;
font-size: 10px;
}

.contact-left .sub-title h1{
color:white;
font-size: 3px;
}

.contact-left i{
  color: #ff004f;
  margin-right: 15px;
  font-size: 25px;
}

.fa-solid fa-envelope{
width:10px;
}

.social-icons{
  margin-top: 30px;
  

}

.social-icons a i{
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color: #ababab;
  display: inline-block;
  transition: transform 0.5s;
}

.social-icons a i:hover{
  color: #ff004f;
  transform: translateY(-5px);
}

.btn .btn2{
  display: inline-block;
  color: #ff004f;
}

.contact-right form{
  width: 100%;
}

form input, form textarea{
  width:100%;
  border: 0;
  outline: none;
  background:#262626;
  padding:15px;
  margin:15px 0;
  color:#262626;
  font-size: 18px;
  border-radius: 6px;
}

form .btn2{
  padding:14px 60px;
  font-size:18px;
  margin-top: 20px;
  cursor: pointer;
}

.copyright{
  width:120%;
  text-align: center;
  color:white;
  padding:25px 0;
  font-weight:300;
  background: #262626;
  margin-top: 20px;
  box-sizing:border-box;
}

nav .icons{
  display: none;
}


}


/*smaller screens 888px*/
@media only screen and (max-width:888px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
    margin: 0;
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}


.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  

/*-----About----*/
#about-us{
    padding:80px 0;
    color:hsl(0, 80%, 2%);
    display: flex;
    flex-direction: column-reverse;

}

.row{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.about-col-1{
    flex-basis: 35%;

}


.about-col-1{
    width:100%;
    border-radius: 15px;
}

.about-col-2{
    flex-basis: 60%;
}

.sub-title{
    font-size:60px;
    font-weight:600;
    color:black;
}

/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 700px;
  margin: 0 auto;
  
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/* founders section */
#about-founder {
  width: 94%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**picture carousel*/
.carousel-container {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .carousel-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
  }

  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }

  

 

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left: 40px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}

/*smaller screens 800px*/
@media only screen and (max-width:801px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
    margin: 0;
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}


.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  


/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 650px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 94%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}

  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left: 40px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}

/*smaller screens 766px*/
@media only screen and (max-width:766px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(250px, 1fr));
    margin: 0;
   
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;

}
.header-text h4{
  padding-top: 20px;
  
}
.header-text p{
    color:#fff;
    font-size: 25px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}



.container{
    padding:40px;
    
}


nav{
    display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.logo{
    width: 140px;
    
}


nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 10px 20px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu{
    padding-bottom: 50px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 20px 20px;
    text-align: center;
  }

  .about-section h2 {
    color: #5e3f9d; 
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .about-section p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 300px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  


/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 650px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 94%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
}


.services-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:50px 0;
}

#Projects h1{
  color:white;
}

.work-list{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
}

.work iframe{
    width: 100%;
    border-radius: 10px;
    display: block;
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:300px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left: 40px;
   
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}

.contact-left p{
    margin-top: 20px;
    color:white;
}

.contact-left h3{
  color:white;
}

.contact-left h1{
  color:white;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}

}

/*smaller screens 700px*/
@media only screen and (max-width:700px){
  #about-founder {
    width: 92%;
    background: white;
    padding: 60px 20px;  
    margin-top: 20px;
    margin-left: 20px;     
  }
  
  #about-founder .container-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;            
  }
  
  #about-founder .about-col-1 {
    flex: 0 0 100px;          
    text-align: center;
  }
  
  #about-founder .about-col-2 {
    flex: 1 1 300px;           
    text-align: center;
    align-items: center;
    padding: 0 20px; 
    margin-left:170px;         
  }
  
  #about-founder h2{
    font-size: 16px;
    margin-left:4px;
    text-align: center;
    align-items: center;
    max-width: 320px;
  }
  
  #about-founder p{
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    max-width: 320px;
    margin-left: 10px;
  }
}

/*smaller sreen 679px*/
@media only screen and (max-width:679px){
 /*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 600px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 92%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 800px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
  margin-left: 3px;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 350px;
  padding-right: 90px;
  
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 350px;
  padding-right: 90px;
}

}

  
/*smaller screens 620px*/
@media only screen and (max-width:620px){
  nav ul li a {
    font-size: 8px;
    padding: 0 0px;
    
  }
  
  nav ul {
    white-space: nowrap;
  }
  
  /*------visionstatement----*/
 .vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 520px;
  margin: 0 auto;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 12px;
  margin-bottom: 15px;
  color: #000;
  padding-top: 10px;
  
}

.vision-mission-section p {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/* founders section */
#about-founder {
  width: 92%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
} 

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 800px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
  margin-left: 3px;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 400px;
  padding-right: 90px;
  
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 400px;
  padding-right: 90px;
}


}

/*smaller screens 614px*/
@media only screen and (max-width:614px){
  #about-founder {
    width: 92%;
    background: white;
    padding: 60px 20px;  
    margin-top: 20px;
    margin-left: 20px;     
  }
  
  #about-founder .container-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;            
  }
  
  #about-founder .about-col-1 {
    flex: 0 0 100px;          
    text-align: center;
  }
  
  #about-founder .about-col-2 {
    flex: 1 1 400px;           
    text-align: center;
    align-items: center;
    padding: 0 10px; 
    margin-left:170px;  
    width:100%;
          
  }
  
  #about-founder h2{
    font-size: 16px;
    margin-left:4px;
    text-align: center;
    align-items: center;
    max-width: 300px;
  }
  
  #about-founder p{
    color: #000;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 300px;
    margin-left: 10px;
  }
}

/*smaller screens 548px*/
@media only screen and (max-width:548px){
  #Projects .work-list {
    grid-template-columns: 1fr;   
    gap: 20px;
  }

  #Projects .work iframe {
    width: 100%;                 
    height: auto;
    aspect-ratio: 16 / 9;     
  }
}


/*smaller screens 500px*/
@media only screen and (max-width:500px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(150px, 2fr));
    margin: 0;
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;
  font-size: 10px;

}

.header-text h4{
  padding-top: 20px;
  font-size: 18px;
  
}
.header-text p{
    color:#fff;
    font-size: 15px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}



.container{
    padding:40px;
    
}


nav{
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   
}

#header .logo{
    width: 80px;
    padding-left:10px;
    
}


#sidemenu nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 5px 5px;
    font-size: 6px;
    padding-right: 40px;
}


nav ul li a{
    color:white;
    text-decoration: none;
    font-size: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
   
    
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu {
    padding-bottom: 50px;
    font-size: 10px;
    padding-left: 60px;
}

.container #sidemenu li{
  font-size: 12px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}

/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 10px px;
    text-align: center;
    display: flex;
   flex-direction: column-reverse;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #about-us p {
    max-width: 100px;
    margin: 0 auto 10px;
    font-size: 8px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: 500px;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  


/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 120vh;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/*founders section*/
#about-founder {
  width: 92%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 20px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:170px;   
  width:100%;      
}

#about-founder h2{
  font-size: 16px;
  margin-left:4px;
  text-align: center;
  align-items: center;
  max-width: 320px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 400px;
  margin-left: 10px;
}

/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
  padding-top: 60px;
  
}


.services-list{
    display:grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    width:80%;

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:0;
    display:grid;
    grid-template-columns: 1fr;
    
}

#Projects h1{
  color:white;
  font-size: 20px;
 
}

#Projects .work-list {
  grid-template-columns: 1fr;   
  gap: 20px;
}

#Projects .work iframe {
  width: 100%;                 
  height: auto;
  aspect-ratio: 16 / 9;        
}
.work{
    
  position: relative;
  
}

.work img{
  display:grid;
  grid-template-columns: 1fr;
  border-radius: 0px;
  
  
}


.work:hover img{
  transform: scale(1.1);
}



.btn{
  display:block;
  margin:50px auto;
  width:fit-content;
  border:1px solid #ff004f;
  padding: 14px 50px;
  text-decoration: none;
  color:#c07d92;
  transition: background 0.5s;
}

.btn:hover{
  background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.carousel-track {
  width: 60%;
  height:100px;
  display: flex;
  object-fit: cover;
  animation: scroll 60s linear infinite;
}

.carousel-image {
  width: 10px;
  height:10px;
  margin-left:40px;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-300%); }
}
.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}  

/*testimonial*/
#testimonials {
  background: #f8f8f8;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin-left:20px;
}

.testimonial-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  max-width: 350px;
  width: 100%;
}

.stars {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #444;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;  
  object-fit: cover;         
  object-position: center;   
  display: block;
  border: 3px solid #c56fff; 
}

.profile-info strong {
  font-size: 1rem;
  color: #111;
}

.profile-info p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.2rem;
}


/*Contact Us*/

.contact-left{
  flex-basis: 35%;
  padding-right:10px;
  padding-top: 30px;
 
}

.contact-left h1{
font-size: 46px;
}

.contact-right{
  flex-basis: 60%;
  padding-top: 30px;
}

.contact-left p{
  margin-top: 20px;
  color:white;
  font-size: 14px;
}

.contact-left h3{
color:white;
font-size: 10px;
}

.contact-left .sub-title h1{
color:white;
font-size: 3px;
}

.contact-left i{
  color: #ff004f;
  margin-right: 15px;
  font-size: 25px;
}

.fa-solid fa-envelope{
width:10px;
}

.social-icons{
  margin-top: 30px;
  

}

.social-icons a i{
  text-decoration: none;
  font-size: 30px;
  margin-right: 15px;
  color: #ababab;
  display: inline-block;
  transition: transform 0.5s;
}

.social-icons a i:hover{
  color: #ff004f;
  transform: translateY(-5px);
}

.btn .btn2{
  display: inline-block;
  color: #ff004f;
}

.contact-right form{
  width: 100%;
}

form input, form textarea{
  width:100%;
  border: 0;
  outline: none;
  background:#262626;
  padding:15px;
  margin:15px 0;
  color:#262626;
  font-size: 18px;
  border-radius: 6px;
}

form .btn2{
  padding:14px 60px;
  font-size:18px;
  margin-top: 20px;
  cursor: pointer;
}

.copyright{
  width:100%;
  text-align: center;
  color:white;
  padding:25px 0;
  font-weight:300;
  background: #262626;
  margin-top: 20px;
  box-sizing:border-box;
}

nav .icons{
  display: none;
}


}


/*smaller screens 474px*/
@media only screen and (max-width:474px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(150px, 2fr));
    margin: 0;
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;
  font-size: 10px;

}

.header-text h4{
  padding-top: 20px;
  font-size: 18px;
  
}
.header-text p{
    color:#fff;
    font-size: 15px;
    padding-top: 20px;
}

#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}


.container{
    padding:40px;
    
}

nav{
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   
}

#header .logo{
    width: 80px;
    padding-left:10px;
    
}


#sidemenu nav ul li{
    display: inline-block;
    list-style-type: none;
    margin: 5px 5px;
    font-size: 6px;
    padding-right: 40px;
}


nav ul li a {
  font-size: 6px;
  padding: 0 0px;
  
}

nav ul {
  white-space: nowrap;
}


nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu {
    padding-bottom: 50px;
    font-size: 10px;
    padding-left: 60px;
}

.container #sidemenu li{
  font-size: 12px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 10px px;
    text-align: center;
    display: flex;
   flex-direction: column-reverse;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #about-us p {
    max-width: 100px;
    margin: 0 auto 10px;
    font-size: 8px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  
/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 150vh;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/*founders section*/

#about-founder {
  width: 82%;
  background: white;
  padding: 60px 20px;  
  margin-top: 20px;
  margin-left: 40px;     
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
  width: 80%;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:10px;
  width:90%;         
}

#about-founder img{
  padding-left:40px;
  width:200px;
}

#about-founder h2{
  font-size: 14px;
  text-align: center;
  align-items: center;
  padding-left: 40px;
  width:150%;
  
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 320px;
  margin-left: 10px;
}
  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
  padding-top: 60px;
  
}


.services-list{
    display:grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    width:80%;

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:0;
    display:grid;
    grid-template-columns: 1fr;
    
}

#Projects h1{
  color:white;
  font-size: 20px;
 
}

.work-list{
    display:grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding:0;
}

.work{
    
    position: relative;
    
}

.work img{
    display:grid;
    grid-template-columns: 1fr;
    border-radius: 0px;
    
    
}

.work iframe{
    border-radius: 0px;
   
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:100px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left:40px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
    padding-right:10px;
    padding-top: 30px;
   
}

.contact-left h1{
  font-size: 46px;
}

.contact-right{
    flex-basis: 60%;
    padding-top: 30px;
}

.contact-left p{
    margin-top: 20px;
    color:white;
    font-size: 14px;
}

.contact-left h3{
  color:white;
  font-size: 10px;
}

.contact-left .sub-title h1{
  color:white;
  font-size: 3px;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.fa-solid fa-envelope{
  width:10px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}

/*smaller screens 421px*/
@media only screen and (max-width:421px){
  nav ul li a {
    font-size: 6px;
    padding: 7 3px;
    right: 20px;
   
  }
  
  nav ul {
    white-space: nowrap;
    padding-right: 40px;
  }

  /*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 140vh;
  margin-left: 20px;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}

/* founders section */
#about-founder {
  width: 89%;
  background: white;
  padding: 5px 5px;  
  margin-top: 20px;
  margin-right:20px;
    
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:40px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:10px;
  text-align: center;
  align-items: center;
  max-width: 330px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 350px;
  margin-left: 10px;
}

 /*testimonial*/
 #testimonials {
  background: #f8f8f8;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin-left: 20px;
  
}

.testimonial-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  max-width: 350px;
  width: 100%;
}

.stars {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #444;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;  
  object-fit: cover;         
  object-position: center;   
  display: block;
  border: 3px solid #c56fff; 
}

.profile-info strong {
  font-size: 1rem;
  color: #111;
}

.profile-info p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.2rem;
}

  
}

/*smaller screens 390px*/
@media only screen and (max-width:390px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    display: block;
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(150px, 2fr));
    margin: 0;
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;
  font-size: 10px;

}

.header-text h4{
  padding-top: 20px;
  font-size: 18px;
  
}
.header-text p{
    color:#fff;
    font-size: 15px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}



.container{
    padding:40px;
    
}



nav{
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   
}

#header .logo{
    width: 80px;
    padding-left:10px;
    
}


#sidemenu nav ul li a {
  font-size: 12px;
  padding: 0 0px;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap:1px;
  padding-left:4px;
  
}

nav ul {
  white-space: nowrap;
}

nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu {
    padding-bottom: 50px;
    font-size: 10px;
    padding-left: 60px;
}

.container #sidemenu li{
  font-size: 12px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}
/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 10px px;
    text-align: center;
    display: flex;
   flex-direction: column-reverse;
  }

  .about-section h2 {
    color: #5e3f9d; 
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #about-us p {
    max-width: 100px;
    margin: 0 auto 10px;
    font-size: 8px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
  }
  


/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 135vh;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}



/* founders section */
#about-founder {
  width: 86%;
  background: white;
  padding: 5px 5px;  
  margin-top: 20px;
    
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 20px; 
  margin-left:40px;         
}

#about-founder h2{
  font-size: 16px;
  margin-left:10px;
  text-align: center;
  align-items: center;
  max-width: 330px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 350px;
  margin-left: 10px;
}


  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
    padding: 30px 0;
}

#services h1{
  color:white;
  padding-top: 60px;
  
}


.services-list{
    display:grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    width:80%;

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:0;
    display:grid;
    grid-template-columns: 1fr;
    
}

#Projects h1{
  color:white;
  font-size: 20px;
 
}

.work-list{
    display:grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding:0;
}

.work{
    
    position: relative;
    
}

.work img{
    display:grid;
    grid-template-columns: 1fr;
    border-radius: 0px;
    
    
}

.work iframe{
    border-radius: 0px;
   
}




.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:100px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left:40px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin-left: 25px;
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
    padding-right:10px;
    padding-top: 30px;
   
}

.contact-left h1{
  font-size: 46px;
}

.contact-right{
    flex-basis: 60%;
    padding-top: 30px;
}

.contact-left p{
    margin-top: 20px;
    color:white;
    font-size: 14px;
}

.contact-left h3{
  color:white;
  font-size: 10px;
}

.contact-left .sub-title h1{
  color:white;
  font-size: 3px;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.fa-solid fa-envelope{
  width:10px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}
 
/*smaller screens 375px*/
@media only screen and (max-width:375px){
  body{
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    color: white;
    font-family: 'Roboto Condensed', 'sans-serif';
    grid-gap: 2em;
    overflow-x: hidden;
    grid-template-columns: repeat(auto-fit, min-max(150px, 2fr));
    margin: 0;
}

.header-text{
    color:#080808;
}

.header-text h1{
  padding-top:60px;
  font-size: 6px;

}

.header-text h4{
  padding-top: 10px;
  font-size: 18px;
  
}
.header-text p{
    color:#fff;
    font-size: 10px;
    padding-top: 20px;
}


#header{
    width: 100%;
    height: 100vh;
    background-size:cover;
    background-position: center;
    filter: blur(-1px);
  

}

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  overflow-x: hidden;
}



.container{
    padding:40px;
    
}



nav{
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: wrap;
   
}

#header .logo{
    width: 80px;
    padding-left:10px;
    
}


#sidemenu nav ul li{
    list-style-type: none;
    margin: 0;
    font-size: 6px;
    padding: 0 6px;
    display: inline-block;
    align-items: center;
    white-space: no-wrap;
    width:100%;
}

nav ul li a {
  font-size: 3px;
  padding: 0 0px;
  
}

nav ul {
  white-space: nowrap;
}


nav ul li a::after{
    content:'';
    width:0;
    height:3px;
    background: #ff004f;
    position: absolute;
    left:0;
    bottom:-6px;
    transition:0.5s;
}

nav ul li a:hover::after{
    width:100%;

}

#sidemenu {
    padding-bottom: 50px;
    font-size: 10px;
    padding-left: 60px;
}

.container #sidemenu li{
  font-size: 12px;
}

.header-text{
    margin-top: 20px;
    font-size: 30px;
}

.header-text h1{
    margin-top: 20px;
    font-size: 60px;
}

.header-text h1 span{
    color:#ff004f;
    
}

.about-col-1 img{
    width:400px;
}

/*----Aboutsection---*/

.about-section {
    background: linear-gradient(to bottom, white 40%, #d4c3f6 60%);
    margin: 10px px;
    text-align: center;
    display: flex;
   flex-direction: column-reverse;
  }

  .about-section h2 {
    color: #5e3f9d; /* dark purple */
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #about-us p {
    max-width: 100px;
    margin: 0 auto 10px;
    font-size: 8px;
    line-height: 1.7;
    color: #333;
  }

  .carousel-wrapper{
    overflow: hidden;
    max-width: 100%;
  }
  
  .carousel-wrapper .carousel-track img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out, width 0.1s ease-in-out;
    margin-bottom: 60px;
    overflow: hidden;
    
  }
  


/*------visionstatement----*/
.vision-mission-section {
  background-color: #fff;
  padding: 20px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center;   
  height: 150vh;
}

.vision-mission-section .text-section {
  text-align: left;
}

.vision-mission-section .text-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.vision-mission-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #444;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: rgb(193, 92, 250);
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #333;
}

.cta-btn.secondary {
  background-color: #eee;
  color: black;
}

.cta-btn.secondary:hover {
  background-color: #ccc;
}


/* founders section */
#about-founder {
  max-width: 85%;
  background: white;
  padding: 5px 5px;  
  margin-top: 20px;
  margin-right: 70px;
    
}

#about-founder .container-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;   
  gap: 4rem;
  max-width: 900px;
  margin: 0 auto;            
}

#about-founder .about-col-1 {
  flex: 0 0 100px;          
  text-align: center;
}

#about-founder .about-col-2 {
  flex: 1 1 300px;           
  text-align: center;
  align-items: center;
  padding: 0 0px; 
  margin-left:1px;         
}

#about-founder h2{
  font-size: 16px;
  padding-left:10px;
  text-align: center;
  align-items: center;
  max-width: 330px;
}

#about-founder p{
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  max-width: 350px;
  margin-left: 5px;
}


  .why-list,
  .what-we-do {
    margin: 1rem 0 2rem 1rem;
    padding-left: 1rem;
  }
  
  li {
    margin-bottom: 0.8rem;
  }
  
  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .cta-btn {
    padding: 0.75rem 1.5rem;
    background: #c56fff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .cta-btn:hover {
    background: #a14ee0;
  }
  
  .cta-btn.secondary {
    background: #eee;
    color: #333;
  }
  
  .cta-btn.secondary:hover {
    background: #ccc;
  }
  
/*services*/

#services{
     padding: 30px 0;
}

#services h1{
  color:white;
  padding-top: 60px;
  
}


.services-list{
    display:grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
    margin-top: 50px;

}

.services-list div{
    background: #c56fff;
    padding: 40px;
    font-size: 13px;
    font-weight:300;
    border-radius: 10px;
    transition: background(0.5s, transform 0.5s);
    width:80%;

}

.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}

.services-list div h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;

}
.services-list div a{
    text-decoration: none;
    color:black;
    font-size:12px;
    margin-top: 20px;
    display: inline-block;
}

.services-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);

}


/*Projects*/

#Projects{
    padding:0;
    display:grid;
    grid-template-columns: 1fr;
    grid-gap:40px;
    
}

#Projects h1{
  color:white;
  font-size: 20px;
 
}
#Projects h3{
  font-size: 10px;
}

#Projects p{
  font-size: 10px;
}

#Projects .work-list {
  grid-template-columns: 1fr;   
  gap: 20px;
}

#Projects .work iframe {
  width: 100%;                
  height: auto;
  aspect-ratio: 16 / 9;       
}
.work-list h3{
 font-size: 10px;
}

.work-list p{
  font-size: 10px;
}

.work{
    position: relative;
}

.work img, .work iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
}


.work:hover img{
    transform: scale(1.1);
}



.btn{
    display:block;
    margin:50px auto;
    width:fit-content;
    border:1px solid #ff004f;
    padding: 14px 50px;
    text-decoration: none;
    color:#c07d92;
    transition: background 0.5s;
}

.btn:hover{
    background: #ff004f;
}

/**Images Caruosel*/
.carousel-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .carousel-track {
    width: 60%;
    height:100px;
    display: flex;
    object-fit: cover;
    animation: scroll 60s linear infinite;
  }
  
  .carousel-image {
    width: 10px;
    height:10px;
    margin-left:40px;
  }
  
  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-300%); }
  }
  .carousel-container:hover .carousel-track {
    animation-play-state: paused;
  }  

  /*testimonial*/
  #testimonials {
    background: #f8f8f8;
    padding: 4rem 1rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin-left: 20px;
    
  }
  
  .testimonial-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  
  .testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
  }
  
  .stars {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;  
    object-fit: cover;         
    object-position: center;   
    display: block;
    border: 3px solid #c56fff; 
  }
  
  .profile-info strong {
    font-size: 1rem;
    color: #111;
  }
  
  .profile-info p {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.2rem;
  }
  

/*Contact Us*/

.contact-left{
    flex-basis: 35%;
    padding-right:10px;
    padding-top: 30px;
   
}

.contact-left h1{
  font-size: 46px;
}

.contact-right{
    flex-basis: 60%;
    padding-top: 30px;
}

.contact-left p{
    margin-top: 20px;
    color:white;
    font-size: 14px;
}

.contact-left h3{
  color:white;
  font-size: 10px;
}

.contact-left .sub-title h1{
  color:white;
  font-size: 3px;
}

.contact-left i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.fa-solid fa-envelope{
  width:10px;
}

.social-icons{
    margin-top: 30px;
    

}

.social-icons a i{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a i:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.btn .btn2{
    display: inline-block;
    color: #ff004f;
}

.contact-right form{
    width: 100%;
}

form input, form textarea{
    width:100%;
    border: 0;
    outline: none;
    background:#262626;
    padding:15px;
    margin:15px 0;
    color:#262626;
    font-size: 18px;
    border-radius: 6px;
}

form .btn2{
    padding:14px 60px;
    font-size:18px;
    margin-top: 20px;
    cursor: pointer;
}

.copyright{
    width:100%;
    text-align: center;
    color:white;
    padding:25px 0;
    font-weight:300;
    background: #262626;
    margin-top: 20px;
    box-sizing:border-box;
}

nav .icons{
    display: none;
}


}







