/*=========== fonts impot==============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*=========== component impot==============*/
@import url("component/socialIcons.css");
@import url("component/navbar.css");
@import url("component/companySlider.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;

  --primary-color: #e7e0ee;
  --sec-color: #f3f1f5;
  --hover-color: #11052c;
  --color: #1f1f1f;
  --text-color: #f3f1f5;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: brown;
}
.hero .bg-image {
  height: 80vh;
  max-width: 100%;
}
.heroContent {
  padding: 100px;
}
.heroContent h1 {
  font-size: 100px !important;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.heroContent p {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

/*=========header buttom content css media screen===========*/
@media screen and (min-width: 350px) {
  .hero .col-image-4 {
    height: 40vh;
    max-width: 100%;
  }
}

/* ============= team logo ============== */

.customer-logo .row .slide {
  text-align: center;
}
/* ============= home page about content ============== */
.aboutContent .aboutContentHeader {
  padding-bottom: 15px;
}
/* ============= countdown content============== */
.countdownContent {
  width: 100%;
  background-color: #100e5d;
  color: #fff;
}

.textDivider {
  border-right: 6px solid var(--color);
}

.card-right {
  height: 100%;
}

.card-right .img-desktop {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .col-lg-4 {
    width: 8.33%;
  }
  .textDivider {
    border-right: 6px solid var(--color);
    border-bottom: none;
    margin-bottom: 15px;
  }
}
/* ============= home page about content ============== */
.aboutContent .aboutContentHeader {
  padding-bottom: 15px;
}
/* ============= countdown content============== */
.countdownContent {
  width: 100%;
  background-color: #100e5d;
  color: #fff;
}

/* ============= fooder  ============== */

.form-control.shadow-0:focus {
  box-shadow: none;
}

.display-3 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

.lead {
  font-family: "Poppins", sans-serif;
}
/* ============= fooder  ============== */
/*============== Scroll to Top ===================*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #100e5d;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 20px;
}

#myBtn:hover {
  background-color: #fff;
  color: #100e5d !important;
  border: 1px solid #100e5d !important;
}

#myBtn i:hover {
  color: #100e5d !important;
}
/*============== Scroll to Top ===================*/
/*============= Contact maps css ===================*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
