@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background-color: #f1f1f1 !important;
}
header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

nav {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
}

.hero-section {
  height: 260px;
  width: 100%;
  position: relative;
  background: url("../images/image5.webp") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.hero-section::before,
.bg-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0,
    rgba(1, 62, 124, 0.75) 80%,
    rgba(70, 50, 116, 0.63) 100%
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.7) 0,
    rgba(1, 62, 124, 0.75) 93%,
    rgba(70, 50, 116, 0.63) 100%
  );
}
.content-wrapper {
  width: 100%;
  max-width: 1300px;
  display: flex;
  margin: 25px auto;
}
.h-main-heading,
.h-main-heading span {
  position: relative;
  color: #013e7c;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 35px;
  /*  font-family: "Inter", sans-serif;*/
  text-transform: capitalize;
}
.hero-section .text-section p {
  color: white;
  text-align: justify;
  font-size: 18px;
}
.text-section,
.c-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-section p,
.c-text-section p {
  color: #013e7c;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
  margin-top: 5px;
  position: relative;
}

.img-section img {
  width: 545px;
}
.img-section1 img {
  width: 675px;
}

.c-heading,
.sec-main-heading,
.sec-main-heading span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #013e7c;
  font-size: 26px;
  position: relative;
}
.buy-btn {
  text-decoration: none;
  border: none;
  background: #013e7c;
  width: 163px;
  text-align: center;
  padding: 7px 0px;
  margin-top: 14px;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: white;
  border-radius: 73px;
  text-transform: capitalize;
}
.buy-btn:hover {
  background-color: #0056b3;
}
.sh-content-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bg-section {
  background: url("../images/image3.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1px;
  position: relative;
}
.cards-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px 0px;
}
.cards {
  width: 100%;
  background: white;
  display: flex;
  padding: 20px;
  box-shadow: 0px 0px 6px 0px #e7e7e7;
  border-radius: 10px;
  gap: 11px 23px;
}
.c-img-section img {
  height: 430px;
  border-radius: 10px;
}
.newslater-section {
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto;
  width: 800px;
}
form label {
  color: #013e7c;
}

input {
  padding: 4px 5px;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 1px solid #013e7c;
}
input:focus,
input:active {
  border: 1px solid transparent !important;
  outline: none;
  border-bottom: 1px solid #013e7c !important;
}
button {
  padding: 6px;
  background: #013e7c;
  border: 1px solid transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
  width: 254px;
  margin-top: 25px;
  border-radius: 99px !important;
}

footer {
  display: flex;
  flex-direction: column; /* Stack the elements vertically */
  justify-content: center;
  align-items: center; /* Center content horizontally */
  padding: 16px;
  color: white;
  background: #013e7c;
}

footer p,
footer div {
  width: 100%; /* Make the p and div take full width */
  text-align: center; /* Center text inside these elements */
}

footer hr {
  width: 100%; /* Ensure the <hr> takes full width */
  margin: 16px 0; /* Add vertical spacing around <hr> */
}

.hero-section2 {
  height: 180px;
}
.content-section .content-wrapper p {
  text-align: justify;
}

.go-back-btn {
  text-decoration: none;
  background: #013e7c;
  position: relative;
  padding: 1px 11px;
  border: 1px solid transparent;
  margin-top: 20px;
}

.alert {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  position: fixed !important;
  bottom: 0px;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 7px 0px !important;
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
  z-index: +5;
}
.alert-dismissible {
  z-index: +3;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
}
.hide {
  display: none;
}
span {
  font-weight: bold;
}

@media (max-width: 568px) {
  .alert p {
    font-size: 15px;
  }
}
.hide {
  display: none;
}
.alert-close {
  padding: 0px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  margin: 0 !important;
}

#scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 40px;
  background-color: #013e7c;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
  text-align: center;
  transition: 0.4s;
  transition: background-color 0.3s, transform 0.3s;
}

#scrollUpBtn:hover {
  background-color: #0056b3;
  transform: scale(1.02);
}

/* mob */

@media screen and (max-width: 1340px) {
  .content-wrapper {
    padding: 0px 28px;
  }
}
@media screen and (max-width: 1695px) {
  .text-section p {
    font-size: 14px;
  }
  .buy-btn {
    margin-top: 5px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section {
    height: auto;
  }
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper2 {
    flex-direction: column-reverse;
  }
  .cards {
    flex-direction: column;
    align-items: center;
    gap: 30px 0px;
  }
  .img-section img {
    width: 100%;
  }
  .img-section1 {
    margin-top: 30px;
  }
  .sh-content-wrapper .text-section {
    margin: 25px 0px !important;
  }
  #scrollUpBtn {
    right: 10px;
  }
  .footer-content {
    justify-content: center;
  }
}
