body{
  font-size: 20px;
  font-family: "Andada Pro", serif;
  font-optical-sizing: auto;
  background-color: #e9eee4;;

}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
header{
  background-color: #70d2da;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 10px 200px;
  transition: 0.6s ease;

}
.logo{
  text-decoration: none;
  color: #347397;
  transition: 0.6s ease;
  font-weight: 800;
  font-size: 1.8em;
}
.logo:hover{
  transform: scale(1.1);
}
.logo-i{
  border-radius: 20px;
  max-width: 80px;
  margin: auto;
}
.nav a{
  color: #16425B;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
  padding-left: 30px;
  transition: ease 0.6s ;
}

.nav a:hover{
  color: #0a63ac;
  transform: scale(1,1);
  font-size: 33px;
}


.main{
  width: 100%;
  max-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #93b2bc;
  background: url(/img/banner.svg) no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  padding: 360px 150px;
}
.main h2{
  color: #2F6690;
  font-size: 2em;
  font-weight: 100;
}
.main h2 span{
  color: #225e8b;
  display: inline-block;
  font-size: 2.2em;
  font-weight: 400;
}
.main h3 {
  color: #4a7ea7;
  font-size: 2.3em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.main-btn{
  color: #ffffff;
  background-color: #60a3b8;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 15px 45px;
  letter-spacing: 1px;
  border-radius: 35px;
  margin-bottom: 22px;
  transition: 0.6s ease;
}

.main-btn:hover{
  color: #1b405c;
  transform: scale(1.1);
}

.social-icons a{
  color: #0d6b91;
  font-size: 1.8em;
  padding-right: 20px;

}
.social-icons a:hover{
  color: #0c526e;

}
.cards{
  background-color: #e9eee4;
  padding: 160px 200px;
}
.title{
  display: flex;
  justify-content: center;
  color: #2F6690;
  font-size: 4.2em;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 0;
}
.content{
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.card{
  background-color: #f7f7f7;
  width: 22.25em;
  box-shadow: 0 5px 20px rgba(1, 1, 1, 25%);
  border-radius: 20px;
  padding: 20px;
  margin: 15px;
  text-decoration: none;
  transition: 0.7s ease;

}
.card:hover{
  transform: scale(1.1);
  
}
.icon{
  color: #0065a0;
  font-size: 2em;
  text-align: center;
  padding-bottom: 10px;
}
.icon-img{
  height: 20%;
}
.info{
  text-align: center;
}
.info h3{
  color: #2F6690;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
.projects{
  background-color: #e9eee4;
  padding: 50px 100px;
}
.projects .content{
  margin-top: 30px;
}
.project-card{
  background-color: #fff;
  border: 2px solid #888181;
  border-radius: 30px;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 25%);
  padding: 5px;
  margin: 20px;
  min-height: 13em;
  width: 17.7em;
  overflow: hidden;
  transition: 0.7s ease;
}
.project-card:hover .project-image{
  opacity: 0.8;
}
.project-card:hover{
  transform: scale(1.1);
}
.project-image img{
  width: 100%;
  border-radius: 25px;
}
.project-info{
  font-size: 0.7em;
  margin: 15px;
}
.project-cat{
  font-size: 1.7em;
  font-weight: bolder;
}
.project-title{
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 1000;
  margin-top: 10px ;
  font-size: 1.2em;
  padding-right: 10px;
  
}
.more-details{
  color: #1998be;
  text-decoration: none;
}
.more-details:hover{
  color: #2F6690;
}

.content .icon{
  font-size: 4.5em;
}
.content .info h3{
  color: black;
}
.content .info p{
  font-size: 1.2em;
}
.card-contact{
  padding: 0px;
}

footer{
  background-color: black;
  color: #e4eeed;
  padding: 1.5em;
  display: flex;
  justify-content: space-between;
}
.footer-title{
  font-size: 1.2em;
  font-weight: 600;
}
.footer-title span{
  color: #2F6690;
}
.footer .social-icons{
  font-size: 0.8em;
  padding: 0 14px 0 0;
}

.slider-container {
  position: relative;
  width: 80%;
  right: 10%;
  left: 10%;
  height: 70vh;
  min-height: 500px;
  margin-top: 120px;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(69, 146, 197, 0.418), 0 6px 20px 0 rgba(69, 146, 197, 0.418);
  overflow: hidden;
   
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.slide-content {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: white;
  text-align: right;
  max-width: 600px;
  z-index: 5;
}

.slide-content h2 {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.slide-content p {
  font-size: 1.5em;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slide-content .main-btn {
  background-color: #2F6690;
  border: 2px solid #fff;
  font-size: 1.2em;
  padding: 12px 35px;
}

.slide-content .main-btn:hover {
  background-color: #fff;
  color: #2F6690;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 10;
}

.slider-controls button {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.slider-controls button:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #2F6690;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.slider-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: #fff;
  transform: scale(1.2);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #70d2da;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 200px;
  transition: 0.6s ease;
}
@media (max-width: 1023px) {
  .slider-container {
    width: 100%;
    height: 80vh;
    min-height: 400px;
    margin-top: 120px;
    border-radius: 50px;
  }
  
  .slide-content {
    right: 5%;
    left: 5%;
    text-align: center;
  }
  
  .slide-content h2 {
    font-size: 2.5em;
  }
  
  .slide-content p {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .slider-container {
    height: 50vh;
    min-height: 350px;
  }
  
  .slide-content h2 {
    font-size: 2em;
  }
  
  .slide-content p {
    font-size: 1em;
  }
  
  .slide-content .main-btn {
    font-size: 1em;
    padding: 10px 25px;
  }
  
  .slider-controls button {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .slider-container {
    height: 40vh;
    min-height: 300px;
    width: 80%;
  }
  
  .slide-content h2 {
    font-size: 1.7em;
  }
  
  .slider-controls {
    padding: 0 10px;
  }
  
  .slider-controls button {
    width: 35px;
    height: 35px;
    font-size: 1em;
  }
  
  .slider-dots .dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 12px 20px;
  }
  
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: #70d2da;
    flex-direction: column;
    padding-top: 80px;
    transition: 0.5s ease;
    z-index: 998;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }
  
  .nav.active {
    right: 0;
  }
  
  .nav a {
    padding: 15px 20px;
    display: block;
    text-align: center;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5em;
    color: #16425B;
    cursor: pointer;
    z-index: 999;
    background: none;
    border: none;
  }
  
  .main {
    padding: 180px 20px !important;
    text-align: center;
  }
  
  .main h2 {
    font-size: 1.5em !important;
  }
  
  .main h2 span {
    font-size: 1.8em !important;
  }
  
  .main h3 {
    font-size: 1.3em !important;
  }
  
  .main-btn {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  
  .cards {
    padding: 80px 20px !important;
  }
  
  .projects {
    padding: 40px 20px !important;
  }
  
  .title {
    font-size: 2.5em !important;
    text-align: center;
  }
  
  .card {
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
  }
  
  .project-card {
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
  }
  
  .slider-container {
    height: 300px;
  }
  
  .slide .caption {
    font-size: 1em;
    bottom: 15px;
    padding: 8px 15px;
  }
}

@media (max-width: 768px) {
  .logo-i{
    padding: 0px;
  }
  .main {
    padding: 150px 20px !important;
  }
  
  .main h2 {
    font-size: 1.3em !important;
  }
  
  .main h2 span {
    font-size: 1.6em !important;
  }
  
  .main h3 {
    font-size: 1.1em !important;
  }
  
  .title {
    font-size: 2em !important;
  }
  
  .slider-container {
    height: 250px;
  }
  
  .slider-controls button {
    width: 35px;
    height: 35px;
    font-size: 1em;
  }
  
  footer {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .main {
    padding: 120px 15px !important;
  }
  
  .main h2 {
    font-size: 1.1em !important;
  }
  
  .main h2 span {
    font-size: 1.4em !important;
  }
  
  .main h3 {
    font-size: 1em !important;
  }
  
  .main-btn {
    font-size: 1em;
    padding: 12px 25px;
  }
  
  .social-icon a {
    font-size: 2em;
  }
  
  .slider-container {
    height: 200px;
  }
  
  .slide .caption {
    font-size: 0.8em;
    bottom: 10px;
    padding: 5px 10px;
  }
  
  .slider-dots .dot {
    width: 10px;
    height: 10px;
  }
  
  .card-contact {
    padding: 10% 5% !important;
  }
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }
  
  .nav {
    display: flex !important;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    flex-direction: row;
    padding-top: 0;
  }
  
  .nav a {
    padding-left: 30px;
    display: inline;
    border-bottom: none !important;
  }

}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .main {
    padding: 400px 200px !important;
  }
}
@media (max-width: 768px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}
.social-icon a {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.info{
  font-size: 0.8em;
}
.svg{
  width: 75px;
  height: 75px;
  
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.9em;
}
.card .icon {
  margin-bottom: 15px;
  font-size: 2.9em;
}
button, .main-btn {
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
footer {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5em;
    color: #16425B;
    cursor: pointer;
    z-index: 999;
    background: none;
    border: none;
    transition: transform 0.3s ease;
  }

  .menu-toggle.active {
    transform: rotate(90deg);
    color: #0a63ac;
  }
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: #70d2da;
    flex-direction: column;
    padding-top: 80px;
    transition: right 0.4s ease;
    z-index: 998;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
  }
  .nav.active {
    right: 0;
  }
  .nav a {
    padding: 18px 25px;
    display: block;
    text-align: center;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #16425B;
    transition: background-color 0.3s ease;
  }
  
  .nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #0a63ac;
    transform: none;
    font-size: 1.2em;
  }
  body.nav-open {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main {
    background-image: none !important;
    background-color: #93b2bc;
    padding: 200px 20px !important;
  }
}
.nav a {
  transition: all 0.3s ease;
}
body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .nav {
    padding-top: 70px;
  }
  
  .nav a {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  
  .menu-toggle {
    z-index: 1000;
  }
}
@media (max-width: 480px) {
  .main {
    text-align: center;
    padding: 150px 15px !important;
  }
  
  .main h2 {
    font-size: 1.3em !important;
  }
  
  .main h2 span {
    font-size: 1.6em !important;
  }
  
  .main h3 {
    font-size: 1.1em !important;
    margin: 8px 0 12px;
  }
  
  .main-btn {
    font-size: 0.9em;
    padding: 12px 25px;
    margin-bottom: 15px;
  }
  
  .social-icons a {
    font-size: 1.8em;
    margin: 0 8px;
  }
}
