body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #1a0033;
  color: rgb(255, 255, 255);
}


.hero {
  background:
    linear-gradient(rgba(26, 0, 51, 0.7), rgba(26, 0, 51, 0.7)),
    url("photo.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;

  display: flex;
  flex-direction: column;
}


.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 50px 30px; 
}


.logo {
  font-size: 60px;
  
  color: rgb(255, 192, 20);  
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: #FFD700;
  letter-spacing: 3px;
  text-transform: uppercase;
}



.nav a {
  font-size: 40px;
  text-decoration: none;
  color: rgb(255, 254, 253);
  margin-left: 20px;
}


.hero {
margin-bottom: 0px;

}

.hero-text {
  text-align: left;
  margin-left: 30px;
  margin-top: 240px;
}

.hero h1 {
  font-size: 90px;
  margin: 0 0 20px 0;
  color: rgb(255, 220, 20);
  line-height: 1.2;
  max-width: 800px;
}

.hero p {
  font-size: 40px;
  color: rgb(255, 255, 235);
  max-width: 900px;
  margin-top: 40px;
}

.btn {
  border: 3px solid rgb(255, 220, 20);
  border-radius: 70px;
  padding: 10px 20px;
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-left: 35px;
  margin-top: 30px;
  text-decoration: none;
}
.btn1{
  border: 3px solid rgb(255, 220, 20);
  border-radius: 70px;
  padding: 10px 20px;
  background: transparent;
  color: rgb(255, 220, 20);
  font-size: 40px;
  margin-left: 35px;
  margin-top: 30px;
  text-decoration: none;
}
 
.wordssection {
  text-align: center;
  margin-bottom: 0px;
  background-color: rgba(255, 217, 0, 0.986);
  position: relative;
  padding: 45px;
}

.wordssection h2::before,
.wordssection h2::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 4px;
  background: #1a0033;
  margin: 0 15px;
  vertical-align: middle;
}

.wordssection h2 {
  font-size: 50px;
  margin-top: 0px;
  color: #1a0033;
  font-weight: bold;
}

.wordssection p {
  font-size: 30px;
  margin-top: 20px;
  color: rgb(30, 0, 39);
  max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}
.why {
  background: #ffffff;
  color: rgb(0, 0, 0);
  padding: 120px 60px;
 
}
.why-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.why-text {
  max-width: 1200px;
}

.why-img {
  width: 900px;
  border-radius: 20px;
}
.description {
  width: 800px;
  border-radius: 20px;
    display: block;
  margin-left: auto;

}

.why h2 {
  font-size: 60px;
  color: #000000;
  margin-bottom: 30px;
}

.why-text {
  font-size: 24px;
  max-width: 800px;
  margin-bottom: 25px;
  line-height: 1.7;

}
.fact-section {
  background: #1a0033;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.fact-section h2 {
  font-size: 50px;
 
  color: #FFD700;
}

.fact-number {
  font-size: 100px;
  font-weight: bold;
  color: #FFD700;
}

.fact-text {
  font-size: 35px;
  max-width: 300x;
 
 
}
.who {
  padding: 100px 300px;
  background: #ffffff;
  text-align: center;
}

.who h2 {
  font-size: 100px;
  color: #1a0033;
  margin-bottom: 20px;
}

.who-intro {
  font-size: 30px;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: #333;
}

.who-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
 
}

.who-card {
  background: #ffd900;
  padding: 70px;
  border-radius: 35px;
  width: 200px;
  text-align: left;
  
}

.who-card h3 {
  font-size: 32px;
  color: #1a0033;
  margin-bottom: 10px;
}

.who-card p {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
}
.footer {
  background: #1a0033;
  color: white;
  padding: 60px 40px 20px;
  margin-top: 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #FFD700;
  margin-bottom: 10px;
}

.footer-logo p {
  max-width: 300px;
  font-size: 20px;
  line-height: 1.5;
}

.footer-links h3 {
  color: #FFD700;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-links a {
  display: block;
  color: white;
  text-decoration: none;  
  font-size: 22px;
}

.footer-links a:hover {
  color: #FFD700;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  font-size: 14px;
}
