body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.navbar-brand img {
  width: 120px;
  height: auto;
}

.color-brand {
  color: #005c9e !important;
}

.bg-brand {
  background-color: #005c9e !important;
}

.btn-brand {
  background: #005c9e;
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
:not(.btn-check) + .btn:active {
  background: #0370be;
  color: #fff;
}

.nav-link {
  color: #003366 !important;
  font-weight: 500;
  transition: 0.3s;
}
.nav-link:hover,
.nav-link.active {
  color: #007bff !important;
}

.hero-section {
  height: 100vh;
  background: url("../images/hero.jpg") center/cover no-repeat;
  position: relative;
}

.hero-text {
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(0, -33%);
}

.hero-text h1 {
  font-size: 3rem;
}

.about-img {
  height: 400px;
  margin-left: 100px;
}

.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-bg {
  width: 300px;
  height: 560px;
  background-color: #005c9e !important;
  position: absolute;
  top: -80px;
  z-index: -1;
}

.about-bar {
  width: 50px;
  height: 5px;
  background-color: #005c9e;
  border-radius: 3px;
}

.service-card {
  border-bottom: 5px solid #005c9e !important;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
}

.service-card .card-img-top {
  height: 250px;
  object-fit: cover;
}

.mobile-img {
  position: absolute;
  left: 30%;
  bottom: -4%;
  width: 40%;
  transform: translate(-50%, 0);
}

section {
  scroll-margin-top: 80px;
}

footer a:hover {
  color: #0d6efd;
}
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

.footer-logo {
  width: 200px;
  margin-left: -10px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #005c9e;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-newsletter .marka-logo {
  width: 150px;
  margin-top: 20px;
}

#footer .footer-newsletter .ae-logo {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .navbar-nav {
    gap: 3rem;
  }

  .hero-text {
    left: 10%;
  }

  .about-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text {
    left: 7%;
    top: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .hero-text {
    left: 8%;
    top: 58%;
  }
}
