@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
* {
  transition: transform 0.3s ease-in-out;
}

.heading {
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.heading-info {
  color: #2B4BA9;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 0;
  transform: translateY(7px);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  background-color: #FFF;
}
header .navbar .navbar-brand {
  margin: 0;
}
header .navbar .navbar-brand img {
  width: 2.2rem;
}
header .navbar .navbar-brand span {
  color: #01195F;
  font-family: "Prompt";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
header .navbar .navbar-toggler {
  color: #000000;
}
header .navbar .offcanvas {
  width: 80%;
  background-color: #FFF;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: #01195F;
  font-size: 18px;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title span {
  font-family: "Prompt";
}
header .navbar .offcanvas .offcanvas-header .btn-close {
  border-radius: 50px;
  background-color: #C0353C;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav {
  line-height: 30px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-transform: uppercase;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link {
  color: #C0353C;
}

#homeHero {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
}
#homeHero .homehero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: inherit;
}
#homeHero h1 {
  font-family: "Prompt";
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 36px;
  margin: 0;
}
#homeHero a {
  display: inline-block;
  padding: 14px 20px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #FFF;
}
#homeHero a:hover {
  background-color: #C0353C;
  color: #FFF;
  border-color: #C0353C;
}
#homeHero::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("../images/shapes/home-hero-wave.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
}

#hero, #homeHero {
  /* Add the overlay */
}
#hero img, #homeHero img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#hero::before, #homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#hero {
  position: relative;
  top: 0;
  width: 100%;
  height: 50vh;
}
#hero .hero-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#hero h1 {
  color: #FFF;
  text-align: center;
  font-family: "Prompt";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
#hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("../images/shapes/home-hero-wave.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
}

#productSection .col {
  display: flex;
  justify-content: center;
}
#productSection .col .product-card {
  overflow: hidden;
  border-radius: 2px;
}
#productSection .col .product-card img {
  height: 100%;
  object-fit: cover;
}
#productSection .col .product-card .card-body {
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
}
#productSection .col .product-card .card-body h3 {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
#productSection .col .product-card .card-body p {
  color: #FFF;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
}
#productSection .col .product-card:hover img {
  transform: scale(1.1);
}

#contributionSection {
  background: url("../images/contribution-bg-img.webp"), rgb(229, 247, 253) 13.568px 200.694px/36.055% 26.696%;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  width: 100%;
}
#contributionSection ul {
  padding: 30px 0;
  overflow: hidden;
}
#contributionSection ul li {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
#contributionSection ul img {
  height: 24px;
  padding-right: 10px;
}
#contributionSection::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 43px;
  background-image: url("../images/shapes/contribution-wave.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
  top: -7px;
}
#contributionSection::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  background-image: url("../images/shapes/quick-delivery-wave.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
  bottom: -1px;
}

#deliverySection {
  background: linear-gradient(356deg, #02112E 3.11%, #001D57 96.78%);
  color: #FFF;
  overflow: hidden;
}
#deliverySection .heading-info {
  color: #BCCDFF;
}
#deliverySection .row:nth-child(2) li span img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
#deliverySection .row:nth-child(2) li p {
  font-weight: 200;
}

#gallerySection .gallery-img-card {
  border: 0;
  border-radius: 3px;
  overflow: hidden;
}
#gallerySection .gallery-img-card img {
  border-radius: 3px;
}
#gallerySection .gallery-img-card:hover img {
  transform: scale(1.1);
}

#testimonialSection .card {
  border: 0;
  text-align: center;
}
#testimonialSection .card a {
  text-decoration: none;
}
#testimonialSection .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#testimonialSection .card .card-body p {
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
#testimonialSection .card .card-footer {
  background: transparent;
  margin: 10px 0;
  border: 0;
}
#testimonialSection .card .card-footer p {
  color: #484848;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}

#aboutContent {
  overflow: hidden;
}
#aboutContent .col-12:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutContent img {
  padding: 20px 0;
  max-width: 100%;
  height: auto;
}
#aboutContent p {
  color: #5F5F5F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

#contactContent {
  overflow: hidden;
}
#contactContent .col-12:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contactContent img {
  padding: 35px 0;
}
#contactContent form {
  padding-bottom: 60px;
}
#contactContent form .form-control {
  border: 0;
  border-bottom: 1px solid #8D8D8D;
  font-size: 15px;
}
#contactContent form .form-control:focus {
  box-shadow: none;
}
#contactContent form .form-control::placeholder {
  color: #999;
}
#contactContent form .form-control:not(textarea) {
  border-radius: 0;
}
#contactContent form .form-control:is(textarea) {
  border-radius: 4px;
  border: 1px solid #8D8D8D;
}
#contactContent form input[type=submit] {
  border: 2px solid #3461BB;
  background: #3461BB;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}

footer {
  background-color: #01195F;
  color: #FFF;
}
footer .row .footer-name h6 {
  text-transform: uppercase;
  padding-left: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
footer .row:first-child {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid white;
}
footer .row:first-child .footer-logo {
  display: flex;
  align-items: center;
}
footer .row:first-child .footer-logo img {
  width: 2.4rem;
  padding-right: 6px;
}
footer .row:first-child h6 {
  font-style: normal;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
footer .row:first-child p {
  color: #F2F2F2;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-family: "Prompt";
  font-weight: 300;
  line-height: 20px;
}
footer .row:first-child ul {
  margin: 0;
  font-family: "Prompt";
}
footer .row:first-child ul li {
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  font-size: 15px;
}
footer .row:first-child ul li a {
  color: #FFF;
  text-decoration: none;
}
footer .row:first-child #footer-contact-list li a, footer .row:first-child #footer-contact-list li span {
  color: #F2F2F2;
  font-family: "Prompt";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
footer .row:last-child p {
  color: rgb(225, 225, 225);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
footer .row:last-child p a {
  color: #FFF;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */