@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;
}

.section-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.section-one span {
  padding: 150px 30px 0 30px;
  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;
}

.third-section span h2, .third-section span p {
  color: white;
}

.sec-section span h2, .sec-section span p {
  color: rgb(255, 255, 255);
}


@keyframes animate {
  from {
    width: 0ch;
  }
  to {
    width: 20ch;
  }
}

.section-one h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 80px;
  overflow: hidden;
  text-wrap: nowrap;
  animation: animate 3s steps(30) infinite alternate-reverse; 

}

.section-one h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 80px;
  overflow: hidden;
  text-wrap: nowrap;
  animation: animate 3s steps(30) infinite alternate-reverse; 

}

.section-one img {
  width: 50%;
}

.sec-section {
  display: flex;
  justify-content: space-between;
  margin: 50px;
}

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

.sec-section span {
  width: 280px;
  padding: 20px;
  margin-left: 10px;
  border-radius: 20px;
  transition: transform 0.5s;
}

 .third-section span{
  width: 40%;
  margin: 0 40px;
  padding: 30px;
  border-radius: 20px;
  transition: transform 0.5s;
}

.sec-section span h2, .third-section span h2{
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 800;
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}

.third-section span p {
  color: black;
}

.sec-section span {
  background-color: #52677D;

}

.third-section span {
  background-color: #91AEC4;
}

.sec-section span:hover {
  transform: translateY(-15px);
  box-shadow: 3px 3px 20px #52677D;
}

.third-section span:hover{
  transform: translateY(-15px);
  box-shadow: 3px 3px 20px  #91AEC4;
}

.sec-container, .third-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0px auto 20px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 1;
  transition: border 0.5s;
}

.sec-section span:hover .sec-container {
  border: 5px solid lightblue;
}

.third-section span:hover .third-container{
  border: 5px solid #FD6600;
}

.sec-container {
  border-radius: 20%;
}

.third-container {
  border-radius: 50%;
}
.sec-section span:hover .sec-container img, .third-section span:hover .third-container img {
  transform: scale(1.07);
}

.sec-container img, .third-container img{
  transition: transform 0.5s;
}

.sec-section img, .third-section img {
  width: 100%;
  height: 100%;
}

.fourth-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 50px;
}

.fourth-container {
  position: relative;
  width: 260px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px 20px 0 0 ;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 1;
  transition: border 0.5s;
}

.card:hover .fourth-container img {
  transform: scale(1.07);
}


.fourth-container img {
  width: 260px;
  height: 200px;
  transition: transform 0.5s;
}

.card {
  transition: transform 0.5s;
}

.card:hover {
  transform: translateY(-10px);
}

.card h3 {
  font-size: 25px;
  width: 260px;
  background-image: linear-gradient(45deg, #43ced6 , #d2e43a 50%, #93ec10 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding: 10px;
  margin-top: -8px;
}

.card p {
  width: 260px;
  height: 200px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  padding: 20px;
  background-color: gray;
  border-radius: 0 0 20px 20px;
  transition: color 0.5s;
}

.card p:hover {
  color: rgb(0, 0, 0);
}

.fifth-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 70px 180px;
}

.five {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  background-color: #7DA0C4;
  border-radius: 20px;
  transition: transform 0.5s;
}

.five:hover {
  transform: translateY(-15px);
  box-shadow: 3px 3px 20px #7DA0C4;
}

.five img {
  width: 500px;
  height: 250px;
  border-radius: 20px;
  clip-path: polygon(0 0, 95% 0, 75% 100%, 0% 100%);
}

.five span {
  padding: 20px;
  line-height: 40px;
}

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

.one {
  background-color: #91AEC4;
  width:260px;
  margin: 0 20px;
  padding: 30px;
  border-radius: 20px;
  transition: transform 0.5s;
}

.one:hover {
  transform: translateY(-10px);
  box-shadow: 3px 3px 20px #91AEC4;
}

.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;
}

.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 (min-width: 1024px) and (max-width: 1440px) {
  .nav-bar img {
    width: 80px;
    height: 80px;
  }

  .nav-bar p {
    font-size: 2.5rem;
    margin-left: 150px;
  }

  .section-one h1, .section-one h2 {
    font-size: 2.2rem;
    line-height: 60px;
  }

 .card {
    flex-direction: column;
       justify-content: center;

 }
  .section-one img {
    width: 40%;
    padding: 20px;
  }

  .sec-section, .third-section {
    margin: 40px 50px;
  }

  .fifth-content {
    margin: 50px 100px;
  }
}

@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 {
    padding: 5px;
  }

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

  .section-one {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section-one h1, .section-one h2 {
  font-size: 1.2rem;
  }

  .section-one p {
    font-size: 0.9rem;
  }


  .section-one img {
    width: 80%;
    padding: 20px 0;
  }

  .sec-section, .third-section, .fourth-content, .fifth-content, .seventh-content, .five {
    flex-direction: column;
    align-items: center;
    margin: 40px;
  }

 .card {
    flex-direction: column;
       justify-content: center;

  }

  .sec-section span, .third-section span, .card, .five, .one {
    width: 90%;
    margin-bottom: 20px;
  }

  .five img {
    width: 200px;
    height: 150px;
  }

  .card {
    margin-left: 40px;
  }

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


