
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    box-sizing: border-box;
    
}

header {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: .5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: top 0.4s ease;
}
header.hidden{
    top:-100px;
}
body {
    margin: 0; /* Remove default margin to ensure the slideshow starts at the top */
    padding: 0;
  }


  

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    
}

nav {
    flex-grow: 1;
    width: 115%;
    justify-content: flex-start;
    
    
}

.logo {
    
    font-size: 1.5rem;
    font-weight: bold;
}



nav ul {
  display: flex;
  flex-direction: row;   /* force horizontal */
  flex-wrap: nowrap;     /* prevent wrapping */
  justify-content: space-around; /* spread items */
}

nav li {
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-right: 144px;
    padding: 10px 0;
    flex: 1;
    
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}



.full-screen-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('../images/logo.png') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.logo-image {
    align-items: flex-start;
    width: 300px;
    height:300px;
    margin-left: 640px;
    margin-top: -300px;
    

    
}

    


.see-more-button {
    font-size: 1.9em;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    bottom: 20px; 
    right: auto;
    transform: none;
    display: block;
    margin: 20px auto;
}

.see-more-button:hover {
    background-color: #186831;
}

.hero-content p {
  font-size: 4rem;
  overflow: hidden;
  border-right: .15em solid #333;
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(60, end) forwards, blink 1s step-end infinite;

}
#fireworks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* so clicks pass through */
}

@keyframes typing {
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}





.hero {
    background: url('../images/mountain.jpeg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero h1 {
    font-size: 3rem;
    margin: 0;

}





.btn {
    background-color: #e63946;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration:wavy none;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: background 0.3s ease;
}
.box {
    width: 100%;
    padding: 0;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    text-align: center;
}

#box1 {
    background-color: #000;
    color: white;
}

#fancy-bio {
    background-color: linear-gradient(to right, #f4f4f9, #d9d9e3);
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
} 


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');




.container-1 {
    background: url('images/vision.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
    text-align: center;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}


.container-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
}
.mission-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
    background: grey;
  color: white;
  position: relative;
  border-radius: 20px;
}

.mission-image {
  flex: 1;
  min-width: 200px;
  overflow: hidden;
  position: relative;

}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;    
  
}


.mission-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  border-radius: 40px;
}
.mission-content h2 {
  font-size: 3rem;
  color: black;
  text-align: center;
  text-shadow: 0 0 10px black, 0 0 20px black;
  animation: pulseGlow 1s infinite alternate;
}

@keyframes pulseGlow {
  from {
    text-shadow: 0 0 5px darkgrey, 0 0 10px white;
  }
  to {
    text-shadow: 0 0 20px darkgrey, 0 0 40px white;
  }
}


.mission-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  color: #000
}



.container-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}


strong {
    font-weight: bold;
    color: #3498db;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



.container-2 {
    background:  grey;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    max-width: 1000spx;
    margin: 40px auto;
}


.main-blog h2 {
    font-size: 2.5em;
    color: #f6fafc;
    text-align: center;
    margin-bottom: 20px;
}


.main-blog h3 {
    font-size: 1.8em;
    color: black;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.main-blog p {
    font-size: 1.2em;
    color: #f6fafc;
    margin-bottom: 20px;
    line-height: 1.7;
}
.image-container {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    
 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}


strong {
    font-weight: bold;
    color: #141c21;
}


.main-blog {
    text-align: left;
    background: rgba(77, 74, 74, 0.7);
    margin: 0;
    border-radius: 40px;
}




  

  
  

  
  

.bio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.bio-image {
    flex: 1;
    max-width: 250px;
}

.bio-image img {
    width: 100%;
    height: auto;
    border-radius: 90px;
}

.bio-content {
    flex: 2;
    padding: 20px 30px;
    background-color: #fff;
}



.bio-content h2 {
    margin-top: 0;
    font-size: 32px;
    color: #333;
}

.bio-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.bio-content a {
    color: #3498db;
    text-decoration: none;
}

.bio-content a:hover {
    text-decoration: underline;
}

.bio-content strong {
    color: #333;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }

}


.btn:hover {
    background-color: #d62828;
    color: blue; 
}


footer {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 1rem 0;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
footer.hidden {
    bottom: -100px;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #6a11cb #2575fc);
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
    z-index: -1;
}


#contact {
    background-color: #f8f8f8; 
    padding: 40px 0; 
}

.container-4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container-4 h2 {
    font-size: 2.5em;
    color: #3498db;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 49px;
}

.hero-text {
    font-size: 300px;
    margin: 1rem 0;
    color: white;
    text-align: center;
}

.container-4 p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.container-4 form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.container-4 label {
    font-size: 1em;
    color: #333;
    margin-bottom: 5px;
}

input, textarea {
    font-size: 1em;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    font-size: 1.2em;
    padding: 10px;
    color: #fff;
    background-color: #3498db;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
}

.contact-info {
    margin-top: 20px;
    text-align: center;
}

.contact-info p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 10px;
}


@keyframes snowflakes-fall {
    0% { top: -10%; }
    100% { top: 100%; }
  }
  
  @keyframes snowflakes-shake {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(80px); }
  }
  
  .snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    user-select: none;
    cursor: default;
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    animation: snowflakes-fall 10s linear infinite, snowflakes-shake 3s ease-in-out infinite;
  }
  
  .snowflake:nth-of-type(odd) {
    animation: snowflakes-fall 8s linear infinite, snowflakes-shake 4s ease-in-out infinite;
  }
  
  .snowflake:nth-of-type(even) {
    animation: snowflakes-fall 12s linear infinite, snowflakes-shake 5s ease-in-out infinite;
  }
  
  
@media (max-width: 768px) {
  .container,
  .container-1,
  .container-2,
  .container-4,
  .bio-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .logo-image {
    margin-left: 0;
    width: 100%;
    max-width: 250px;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
  }

  nav ul li {
    margin: 10px 0;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .see-more-button {
    right: 50%;
    transform: translateX(-50%);
    font-size: 1em;
    padding: 10px 20px;
  }

  .bio-content {
    padding: 20px;
  }

  .main-blog h2,
  .main-blog h3 {
    font-size: 1.5em;
  }

  .container-4 h2 {
    font-size: 2em;
  }

  .container-4 p {
    font-size: 1em;
  }

  input,
  textarea,
  button {
    font-size: 1em;
  }
}
/* Tablet and smaller */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .logo {
    position: static;   /* prevent overlap */
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
  }

  .logo-image {
    width: 150px;
    margin-right: 0;
  }

  .services {
    grid-template-columns: 1fr; /* single column */
    padding: 1rem;
  }

  .card {
    padding: 1.5rem;
  }

  .price {
    font-size: 1.25rem;
  }

  .btn {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
  }

  .star-container {
    height: 100px; /* shrink star area */
  }

  .star {
    width: 1px;
    height: 3px;
  }
}

/* Very small phones */
@media (max-width: 480px) {
  body {
    font-size: 14px; /* scale down base font */
  }

  .card {
    padding: 1rem;
  }

  .card h3 {
    font-size: 1.1rem;
  }

  .price {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  nav ul li {
    margin: 5px 0;
    flex-direction: column
  }
}
