:root {
  --bs-primary: #3d5fb9;
  --bs-secondary: #1b2d5b;
  --bs-primary-rgb: 50, 81, 145;
  --bs-secondary-rgb: 15, 15, 15;
  --bs-border-radius: 1.25rem;
  --bs-body-font-family: "Jost";
}

body {
  background: #1f305d;
  color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1.4;
  color: white;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-gray-light {
  color: #d1d1d1;
}

#mainSection {
  min-height: 89vh;
  /* background: url("./Assets/dhapps\ bg\ video.mp4"); */
}

#mainSection .container {
  padding-top: 15vh;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
  /* background: rgba(34, 55, 112, 0.80); */
}

#bg2 {
  background: url("./Assets/Dhaapps\ Homepage.png") no-repeat;
  background-position: top;
  background-size: cover;
}

#aboutSection {
  background: url("./Assets/circleElement.png") no-repeat;
  background-size: 70px;
}

#aboutSection .ellipse {
  left: 30%;
  z-index: -1;
  top: -35px;
}

#testimonialsSection {
  background: url("./Assets/Group\ \(3\).png") no-repeat;
  background-position: top;
  background-size: cover;
}

.aboutus {
  background-color: var(--bs-secondary) ;
}

#testimonialsSection .user-img {
  width: 150px;
  height: 150px;
  border: 8px solid var(--bs-primary);
  background: var(--bs-primary);
}

iframe,
img {
  max-width: 100%;
}

.btn {
  border-radius: var(--bs-border-radius);
  padding: 0.5rem 1.5rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.owl-carousel .owl-item img{
  width: fit-content !important;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 2rem;
}

.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn-outline-secondary {
  color: var(--bs-secondary);
  border: 2px solid var(--bs-secondary);
  font-weight: 500;
}

.dropdown-toggle::after {
  vertical-align: 0.1em;
}

.bg-primary-light {
  background-color: #fae994;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.card {
  border-radius: var(--bs-border-radius);
}

.card-img-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}

.nav-link {
  padding: 1rem 1.2rem !important;
  color: #000 !important;
  font-weight: 500;
}

.nav-link img {
  vertical-align: sub;
}

#header2 .nav-link {
  padding: 1rem 1.2rem !important;
  color: #fff !important;
  font-weight: 400;
}

#header2 a {
  color: #fff !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 600;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 1.5rem;
}

/* .underlined {
  width: 101px;
  text-align: center;
  height: 5px;
  background: #325191;
} */
.underlined {
  position: relative;
  display: inline-block;
}

.underlined::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 100px;
  border: solid 3px #325191;
}

/* .owl-theme .owl-dots .owl-dot.active span {
  background: var(--bs-primary) !important;
} */
.owl-featured .owl-item:not(.active) {
  height: 300px !important;
  margin-top: 150px;
}

.owl-featured .owl-item.active {
  height: 600px !important;
}

.social-card {
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.social-card:hover {
  border: 1px solid var(--bs-primary);
  box-shadow: 0px 26px 34px 0px rgba(0, 0, 0, 0.1);
}

#footer {
  color: var(--bs-primary);
}

#footer a {
  text-decoration: none;
  color: var(--bs-primary);
}

.footer-end {
  background: #d9d9d9;
}

.footer-end a {
  color: #1f305d !important;
}

.footer-end img {
  vertical-align: sub;
}

#searchInput {
  width: 300px;
  border-radius: 10px;
  border: 0;
  background-color: rgba(28, 44, 90, 0.1) !important;
}

@media (max-width: 600px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #aboutSection .ellipse {
    left: 12%;
    z-index: -1;
    top: -20px;
    width: 300px;
  }

  .owl-featured .owl-item:not(.active) {
    height: 200px !important;
    margin-top: 80px;
  }

  .owl-featured .owl-item.active {
    height: 360px !important;
  }

  #searchInput {
    width: 200px;
  }
}