.lilita-one-regular {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.header {
  width: 100%;
  height: auto;
  background-color: #0f2f76;
  padding: 10px 10px;
}

.main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}

.logo2-div {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 20px 0px;
}

.hero {
  width: 100%;
  height: auto;
}

.h1-div {
  width: 100%;
  display: flex;
  justify-items: center;
}

.h1-div h1 {
  font-family: "Lilita One", sans-serif;
  color: #b60005;
  font-size: 34px;
}

.h1-div img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.hero p {
  font-size: 16px;
  margin-top: 15px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  color: #322c76;
  padding-bottom: 20px;
}

.hero-image-div img {
  width: 100%;
  height: auto;
}

.sec2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 30px 0px;
}

.sec2 .sec2-d1 {
  width: 40%;
  height: auto;
  display: flex;
  justify-content: center;
}

.sec2 .sec2-d2 {
  width: 60%;
}

.sec2 .sec2-d1 img {
  width: 70%;
}

.sec2 h2 {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  color: #003c6b;
}

.sec2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #322c76;
  margin-top: 10px;
}

.sec3 .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
}

.sec3 .card img {
  height: 40px;
  max-width: 100%;
}

.sec3 .card p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #322c76;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec3 .card a button{
  background: none;
  border: none;
  color: white;
}

.sec3 .card a {
  background-color: #00be7d;
  color: white;
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  margin-top: auto;
}

.sec4 {
  width: 100%;
  height: auto;
  padding: 0px 20px;
  text-align: center;
}

/* sec 5........ */
.sec5 {
  width: 100%;
  /* height: auto; */
}

.sec5 .d1 form {
  width: 100%;
  background-color: white;
  padding: 50px 20px;
}

.row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.field {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

label {
  font-family: "open sans", sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

input,
select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.full-width .field {
  flex: 100%;
}

.submit-btn {
  background-color: #b12025; /* Red color from image */
  color: white;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #8e1a1e;
}

/* sec 6........ */
.sec6 {
  width: 100%;
  height: auto;
  padding: 0 10%;
  text-align: center;
  margin: 50px 0px;
}

footer {
  background-color: #0f2f76;
  padding: 10px 20px;
  text-align: center;
}

footer p {
  color: white;
  font-family: "open sans", sans-serif;
}

@media screen and (max-width: 600px) {
  .logo1 {
    width: 150px;
    height: auto;
  }

  .logo2 {
    width: 150px;
    height: auto;
  }

  .h1-div h1 {
    font-family: "Lilita One", sans-serif;
    color: #b60005;
    font-size: 22px;
  }

  .h1-div img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .sec2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .sec2 .sec2-d1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .sec2 .sec2-d2 {
    width: 100%;
  }

  .sec2 .sec2-d1 img {
    width: 50%;
  }

  .sec2 h2 {
    font-family: "Anton", sans-serif;
    font-size: 22px;
    color: #003c6b;
  }

  .sec2 p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #322c76;
    margin-top: 10px;
  }

  .sec3 {
    margin: 50px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0px 20px;
    align-items: stretch;
  }

  .sec4 h2 {
    font-family: "open sans", sans-serif;
    font-size: 18px;
    color: #322d76;
  }

  .sec5 .d1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #322d77;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }

  .sec6 h2 {
    font-family: "open sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #d62a2a;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .logo1 {
    width: 170px;
    height: auto;
  }

  .logo2 {
    width: 200px;
    height: auto;
  }

  .h1-div h1 {
    font-family: "Lilita One", sans-serif;
    color: #b60005;
    font-size: 34px;
  }

  .h1-div img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .sec2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px 0px;
  }

  .sec2 .sec2-d1 {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sec2 .sec2-d2 {
    width: 60%;
  }

  .sec2 .sec2-d1 img {
    width: 70%;
  }

  .sec2 h2 {
    font-family: "Anton", sans-serif;
    font-size: 32px;
    color: #003c6b;
  }

  .sec2 p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #322c76;
    margin-top: 10px;
  }

  .sec3 {
    margin: 50px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  .sec4 h2 {
    font-family: "open sans", sans-serif;
    font-size: 28px;
    color: #322d76;
  }

  .sec5 .d1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #322d77;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }

  .sec6 h2 {
    font-family: "open sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #d62a2a;
  }
}

@media screen and (min-width: 993px) {
  .logo1 {
    width: 200px;
    height: auto;
  }

  .logo2 {
    width: 250px;
    height: auto;
  }

  .h1-div h1 {
    font-family: "Lilita One", sans-serif;
    color: #b60005;
    font-size: 34px;
  }

  .h1-div img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .sec2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px 0px;
  }

  .sec2 .sec2-d1 {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .sec2 .sec2-d2 {
    width: 60%;
  }

  .sec2 .sec2-d1 img {
    width: 70%;
  }

  .sec2 h2 {
    font-family: "Anton", sans-serif;
    font-size: 32px;
    color: #003c6b;
  }

  .sec2 p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #322c76;
    margin-top: 10px;
  }

  .sec3 {
    margin: 50px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  .sec4 h2 {
    font-family: "open sans", sans-serif;
    font-size: 28px;
    color: #322d76;
  }

  .sec5 .d1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #322d77;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }

  .sec6 h2 {
    font-family: "open sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #d62a2a;
  }
}

.iframe-container {
  width: 100%;
  margin: 50px auto;
  background-color: white;
}

.iframe-container iframe {
  width: 100%;
  height: auto;          /* viewport-based */
  max-height: 1200px;     /* prevents absurd height */
  min-height: 600px;      /* prevents collapse */
  border: none;
  display: block;
  overflow-y: auto;
}

/* Tablet */
@media (max-width: 992px) {
  .iframe-container iframe {
    height: 90vh;
    min-height: 900px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .iframe-container iframe {
    height: 85vh;
    min-height: 1000px;
  }
}


