* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Inter';
}

header {
  background-image: url(images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 20px;
  padding-bottom: 60px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -31px;

}

.logo img {
  width: 155px;
  height: auto;
  padding-top: 10px;
}

.button-link {
  font-size: 16px;
  margin: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.btn h1 {
  font-size: 16px;
  margin: 10px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.button-link:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s;
}

.menu-icon {
  display: none;
  font-size: 20px;
  color: #fff;
  user-select: none;
  cursor: pointer;
  padding: 2px 7px;
  border: 2px solid transparent;
  border-radius: 8px;
  background-image: linear-gradient(#0A1A2C), linear-gradient(to right, #06B8FF, #00FB94);
  background-origin: border-box;
  background-clip: padding-box, border-box;

}


.heading-section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #06B8FF;
  text-align: center;
}

.heading-section h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}


.heading-section p {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 20px;
  line-height: 1.2;
}

main {
  padding-top: 40px;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  justify-content: center;
}

.Rectangle-img {
  width: 100%;
  height: auto;
  max-height: 400px;
  max-width: 380px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 10px;
}

.text-section {
  margin-left: 35px;
  font-weight: 700;
}

.text-section h1 {
  width: 100%;
  max-width: 600px;
  color: #0A1A2C;
  font-weight: 700;
  font-size: 30px;
}

.text-section p {
  max-width: 600px;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
}

.info-boxes {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.box {
  background-color: #06B8FF14;
  border-radius: 13px;
  padding: 10px 25px;
  width: 260px;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  cursor: pointer;

}

.box:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.box img {
  width: 50px;
  height: 50px;
}

.text-content {
  display: flex;
  flex-direction: column;
}

.text-content h3 {
  font-size: 14px;
  color: #06B8FF;
  margin: 0 0 5px 0;
}

.text-content h4 {
  width: 100%;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
  margin: 0;
}

.heading {
  padding: 40px 0;
  text-align: center;
}

.heading h1 {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -2%;
  color: #06B8FF;
}

.heading h2 {
  font-weight: bold;
  padding-top: 10px;
  font-size: 35px;
  letter-spacing: -2%;
  color: #0A1A2C;
}

.container-section {
  margin: auto;
  max-width: 1000px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-section img {
  width: 100%;
  display: block;
  max-width: 400px;
  object-fit: cover;
  height: auto;
  border-radius: 10px;
}

.card {
  width: 532px;
  height: auto;
  border-radius: 2px;
  background-color: #0A1A2C;
  position: relative;
  right: 5%;
  padding: 20px;
}

.card h1 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -2%;
  color: #FFFFFF;
}

.card p {
  width: 100%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  line-height: 1.3;
  padding-top: 10px;
}

.card h2 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FEFEFE;
}

.card h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

/* .hero-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  color: #06B8FF;
}

.hero-section h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 0%;
}


.hero-section p {
  width: 800px;
  text-align: center;
  height: 44px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.75px;
  color: #7A7D9C;
}

.image-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 30px;
}

.images {
  text-align: center;
}
.images-size {
  text-align: center;
}

.images img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}
.images-size img {
  margin-left: 20px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
}


.images h1 {
  font-weight: 600;
  font-size: 24px;
  color: #414141;
}

.images h2 {
  font-weight: 600;
  font-size: 20px;
  color: #9F9F9F;
}
.images-size h1 {
  font-weight: 600;
  font-size: 24px;
  color: #414141;
}

.images-size h2 {
  font-weight: 600;
  font-size: 20px;
  color: #9F9F9F;
} */

.main-section {
  width: 90%;
  height: 569.25px;
  margin: 50px auto;
  padding-top: 80px;
  background-image: url(images/About\ back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.main i {
  width: 58px;
  height: 56px;
  font-size: 50px;
  color: #fff;
}

.radio {
  width: 17px;
  height: 17px;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  background-color: #06B8FF;
  position: relative;
  bottom: 80%;
  left: 70%;
}

.main h1 {
  color: #ffff;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -1.83px;
  padding-top: 40px;

}

.main p {
  color: #ffff;
  font-weight: 400;
  font-size: 20px;
  padding-top: 40px;
  padding-left: 40px;
}

.input-section {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.input-section input {
  width: 364px;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 12px;
}

.input-section button {
  width: 106px;
  height: 48px;
  border: none;
  background-color: #06B8FF;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  right: 5%;
}

.input-section button:hover {
  transform: scaleX(1.1);
  transition: .3s;
  cursor: pointer;
}

footer {
  background-color: #0A1A2C;
  margin-top: 60px;
}

.footer-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 229px;
  height: 229px;
}

.footer-para {
  width: 395px;
  height: 140px;
  padding-top: 50px;
}

.footer-para p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}

.under-line .line7 {
  width: 90%;
  height: 1px;
  opacity: 30%;
  background-color: #D7E0E5;
  border-radius: 10px;
  margin: 50px auto;
}

.under-para {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 30px;
}

.under-para p {
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px;
  line-height: 24px;
  color: #ffffff;
}

.footer-icon a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  line-height: 37px;
  padding: 0px 5px;
  margin-right: 10px;
}

.footer-icon i {
  font-size: 20px;
  color: #000;
  pointer-events: none;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}


/* =================== Responsive Design =================== */

@media screen and (max-width: 1024px) {

  .logo img {
    width: 120px;
  }

  .about-section {
    padding: 20px 10px;
    gap: 20px;
    justify-content: center;
  }

  .Rectangle-img {
    width: 60%;
    height: auto;
  }

  .info-boxes {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .box {
    width: 100%;
    max-width: 270px;
  }

  .box img {
    width: 30%;
    padding-right: 20px;
  }

  .container-section img {
    margin-bottom: 20px;
  }

  .card {
    width: 50%;
    height: auto;

  }

  .card p {
    font-size: 20px;
  }

  .hero-section p {
    width: 90%;
  }

  .image-section {
    flex-wrap: wrap;
    gap: 30px;
  }

  .main-section {
    width: 90%;
    height: auto;
    flex-direction: column;
    padding: 30px 10px;
  }

  .main p {
    width: 90%;
    font-size: 18px;
  }

  .radio {
    margin-left: 10px;
  }

  .input-section input {
    width: 50%;
  }

  .input-section button {
    width: 20%;
  }

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

}

@media screen and (max-width: 945px) {
  .container-section {
    flex-direction: column;
  }

  .container-section img {
    width: 60%;
  }

  .card {
    width: 70%;
    right: 0;
  }
}

/* Mobiles (up to 768px) */
@media screen and (max-width: 768px) {

  .btn h1,
  .button-link {
    padding: 8px 25px;
  }

  .heading-section h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-section h2 {
    font-size: 18px;
  }

  .hero-section h1 {
    font-size: 28px;
  }

  .hero-section h2 {
    font-size: 18px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .images h1,
  .images h2 {
    font-size: 18px;
  }

  .images-size h1,
  .images-size h2 {
    font-size: 18px;
  }

  .card p {
    font-size: 18px;
  }

  .card h2 {
    font-size: 18px;
  }

  .card h3 {
    font-size: 14px;
  }

  .main h1 {
    font-size: 22px;
  }

  .main p {
    font-size: 16px;
  }

  .radio {
    left: 50%;
  }

  .footer-para {
    width: 90%;
  }

  .footer-logo img {
    width: 160px;
    height: auto;
  }

}

@media (max-width: 700px) {

  .btn {
    display: none;
    position: absolute;
    top: 64px;
    right: 10px;
    z-index: 100;
    border-radius: 10px;
    background: #0A1A2C;
    flex-direction: column;
    padding: 10px;
  }

  .btn.show {
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .button-link {
    padding: 10px 30px;
    font-size: 12px;
    margin: 5px 0;
    background-image: none;
  }

  .btn h1 {
    padding: 10px 30px;
    font-size: 12px;
    margin: 5px 0;
    background-image: none;
  }

  .under-para {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
  }

  .under-para p {
    order: 2;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-icon {
    order: 1;
  }
}

@media (max-width: 660px) {
  .card p {
    font-size: 14px;
  }

  .about-section {
    justify-content: center;
  }

  .Rectangle-img {
    width: 80%;
    max-height: 350px;
    height: auto;
  }

  .box {
    margin-right: 30px;
    width: 100%;
  }

  .box img {
    width: 25%;
  }
  .footer-para p{
    font-size: 14px;
}
}

@media (max-width: 510px) {
  .under-line {
    padding-top: 60px;
  }

  .text-section p {
    width: 90%;
  }

  .text-section h1 {
    font-size: 24px;
  }

  .heading h1 {
    font-size: 28px;
  }

}

@media (max-width: 335px) {

  .text-section h1 {
    font-size: 20px;
  }

}