
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    box-sizing: border-box;
    
}

header {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: top 0.3s;
}
header.hidden{
    top:-100px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
}
.logo-image {
    margin-left: 100px;
    width: 400px;
    height: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin: 0 1rem;
}

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 {
    display: none; 
}

.see-more-button {
    font-size: 1.2em;
    padding: 15px 30px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 20px; 
    right: 35%;
    transform: translateX(-50%);
}

.see-more-button:hover {
    background-color: #186831;
}




.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;
}

.hero p {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.btn {
    background-color: #e63946;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: background-color 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: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mission-section {
    position: relative;
    z-index: 2;
}

.mission-text h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    color: #000;
    font-weight: bold;
}

.mission-text p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}


.container-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.mission-text {
    max-width: 800px;
}

strong {
    font-weight: bold;
    color: #3498db;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



.container-2 {
    background: #000;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: dashed white 8px;
    max-width: 900px;
    margin: 40px auto;
}


.main-blog h2 {
    font-size: 2.5em;
    color: #3498db;
    text-align: center;
    margin-bottom: 20px;
}


.main-blog h3 {
    font-size: 1.8em;
    color: white;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.main-blog p {
    font-size: 1.2em;
    color: #3498db;
    margin-bottom: 20px;
    line-height: 1.7;
}
.image-container {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 20px;
}
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}


strong {
    font-weight: bold;
    color: #3498db;
}


.main-blog {
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
}




  

  
  

  
  

.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: 15%;
}

.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: #007BFF;
    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;
}

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;
}

.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;
  }
  
