@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Oleo+Script:wght@400;700&family=Sigmar+One&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #000000;
  line-height: 1.6;
}

.nav-list-second button {
  border: none;
  background: none;
}

.nav-bar img {
  width: 70px;
  height: 70px;
  margin: 10px 60px;
  transition: transform 0.5s;
}
.nav-bar img:hover {
  transform: scale(1.1);
}

.nav-bar p {
  font-size: 2.5rem;
  position: absolute;
    padding: 5px;
  margin-top: 15px;
  margin-left: 145px;
 font-family: "Sigmar One", sans-serif;
  font-weight: 400;
  font-style: italic;   text-transform: uppercase;
  animation-name: gradient;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes gradient {
  from { color: #fdfdfd;}
  to { color: #FD6600;}
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0,0.9);
}

.nav-list {
  position: relative;
  right: 30px;
}

.nav-list li {
  font-size: 1.2rem;
  display: inline-block;
  justify-content: space-between;
  margin: 20px 10px;
  padding: 14px;
  border-bottom: 3px solid #D0F0C0;
  transition: all 0.5s ;
}
.nav-list li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px 8px 30px 8px;

}

.nav-list a , .nav-list-second a {
  text-decoration: none;
  color: inherit;
  color: white;
  font-style: italic;
} 

.nav-list a:visited , .nav-list-second a:visited {
  background-color: #002347;
}

.nav-bar-second li {
  list-style-type: none;
}

.nav-list-second li {
  font-size: 24px;
  border-radius: 40%;
  transition: background-color 0.5s ;
  transition: all 0.5s;
}
.nav-list-second li:hover {
    transform: translateY(-7px);

}

#icon {
  font-size: 27px;
  text-decoration: none;
  color: inherit;
  color: white;
  transition: all 0.5s;
  font-style: italic;
}

.nav-list-second a {
  font-weight: 900;
  font-size: 24px;
  transition: color 0.5s;
  color: rgb(255, 255, 255);
  transition: all 0.5s;  
  font-style: italic;
}

.nav-list-second li:hover a, .nav-list-second li:hover #icon {
    text-shadow: 0 10px 5px #D0F0C0;

}

.nav-bar-second {
  position: sticky;
  top: 0;
  width: 100%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255,0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 15px;
  z-index: 5;
}
.nav-bar-second ul {
  display: flex;
  justify-content: space-around;
}

.head {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: 100px 0;
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}

.first-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.main {
  width: 50%;
  padding: 140px 50px 0 50px;
}

.main h1, .main h3, .main p {
  text-transform: uppercase;
 
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}

.main h1, .main h3 {
  font-weight: 800;
  line-height: 80px;
  overflow: hidden;
  text-wrap: nowrap;
  animation: animate 3s steps(30) infinite alternate-reverse; 
  }

  .main h3 {
    font-size: 2.1rem;
  }

  .main h1 {
    font-size: 2.6rem;
  }
  
  @keyframes animate {
    from {
      width: 0ch;
    }
    to {
      width: 23ch;
    }
  }

.branch {
  margin-left: 50px;
}

.two {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 30px 0;
}

.onee {
  display: flex;
  justify-content: center;
  align-items: center;
    margin: 100px 30px 30px 0;
}

.two img , .onee img{
  width: 250px;
  height: 230px;  
  margin-left: 20px;
}

.sec-content, .third-content, .fourth-content {
  display: flex;
  justify-content: space-around;
  margin: 0px 100px;
}

.card {
  background-color: #DAF1DE;
  color: rgb(3, 3, 3);
  width: 250px;
  height: 430px;
  border-radius: 20px;
  margin: 30px;
  padding: 20px;
  transition: transform 0.5s;
}

.card:hover {
  transform: translateY(-15px);
  box-shadow: 3px 3px 20px #DAF1DE;

}
.sec-content img, .third-content img, .fourth-content img{
  width: 80%;
  border-radius: 20px;
  margin: 20px 0;
}

.fifth-content {
  width: 100%;
}

.famous {
  display: flex;
  justify-content: space-between;
  margin: 50px 100px;
  border-radius: 20px;
  background-color: #8A9A5B;
  color: white;
  transition: transform 0.5s;
}

.famous:hover {
  transform: translateY(-15px);
  box-shadow: 3px 3px 20px #8A9A5B;
}

.famous h1 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.famous img {
  width: 300px;
  height: 200px;
  border-radius: 20px;
  margin: 30px 60px;
}

.text {
  padding: 30px;
  line-height: 40px;
}

.seventh-content {
  display: flex;
  justify-content: space-between;
  margin: 50px 150px;
}

.one {
  background-color: #D0F0C0;
  margin: 0 20px;
  width: 380px;
  height: 300px;
  padding: 20px;
  border-radius: 20px;
  transition: transform 0.5s;
}

.one:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 30px #a4c3b2;

}

.icon i {
  width: 70px;
  height: 70px;
  background-color: #002347;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: white;
}

.content h3{
  font-size: 20px;
  color: #002347;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.content p {
  font-size: 15px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.width-hover, .width-hover-sec {
  display: flex;
  width: 100%;
  margin: 100px 0;
}

.width-hover {
  justify-content: start;
}

.width-hover-sec {
  justify-content: end;
}

.width-hover img, .width-hover-sec img {
  filter: saturate(0%);
  width: 10%;
  border: 3px solid white;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  transition:  all ease 1s;
  cursor: pointer;
  margin-left: 15px;
}


.width-hover img:hover, .width-hover-sec img:hover {
 filter: saturate(100%);
  width: 40%;
  border: 2px solid #FD6600;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  background-color: #002347;
  width: 100%;
  padding: 50px 0;
  cursor: pointer;
}

.footer-column h3:hover, .footer-links  li a:hover,
.footer-links li:hover {
  color: lightblue;
}

.footer-column h3 {
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
  transition: color 0.5s;
}

.footer-column p {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin: 0.7rem;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.5s;
}

#foot {
  margin-right: 20px;
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}
.footer-links a {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.5s;
  
}

.footer-bottom p {
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .nav-bar img {
    width: 80px;
    height: 80px;
    margin: 10px 20px;
  }

  .nav-bar p {
    font-size: 2.2rem;
    margin-left: 120px;
  }

  .nav-list li {
    font-size: 20px;
    margin: 10px 5px;
    padding: 10px;
  }

  .first-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main {
    width: 90%;
    padding: 50px 20px;
  }

  .sec-content, .third-content, .fourth-content {
    flex-wrap: wrap;
    margin: 0 20px;
  }

  .card {
    width: 45%;
    height: auto;
  }

  .famous {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px;
  }

  .famous img {
    margin: 20px auto;
  }

  .seventh-content {
    flex-wrap: wrap;
    margin: 20px;
  }

  .one {
    margin: 10px 0;
    width: 100%;
  }

  .width-hover, .width-hover-sec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .width-hover img, .width-hover-sec img {
    width: 30%;
    height: auto;
  }

  .footer-content {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-column {
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .nav-bar {
    flex-direction: column;
    align-items: center;
  }

  .nav-bar p {
    position: static;
    margin: 10px 0;
    text-align: center;
  }

  .nav-list {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-list li {
    font-size: 18px;
    padding: 10px;
    margin: 10px 5px;
  }

  .nav-bar-second ul {
    flex-wrap: wrap;
  }

  .nav-list-second li {
    
  }

   .nav-list-second li a {
    font-size: 0.8rem;
  }
  #icon {
    font-size: 1.1rem;
  }
  
  .main {
    padding: 20px;
  }

  .main h1 {
    font-size: 1.2rem;
  }

  .main h3 {
font-size: 0.9rem;
  }


  .main p {
    font-size: 0.9rem; 
  }

  .head {
    font-size: 1.6rem;
  }

 .width-hover img, .width-hover-sec img {
    width: 80%;
    margin: 10px 0;
  }

  .card {
    width: 100%;
    margin: 10px 0;
  }

  .famous {
    flex-direction: column;
  }

  .famous img {
    width: 80%;
    height: auto;
  }

 .width-hover, .width-hover-sec {
    flex-direction: column;
    align-items: center;
  }

  .width-hover img, .width-hover-sec img {
    width: 50%;
    height: auto;
    margin: 10px 0;
  }
  .width-hover img:hover , .width-hover-sec img:hover {
    width: 80%
  }
  .footer-column {
    width: 100%;
  }
}


