@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

.primary-overlay {
  background-color: rgba(84, 109, 134, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-header {
  background: url(../images/background1_edit.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.brand-logo-img {
  border-radius: 5px;
  margin-top: 2px;
  height: 50px;
  width: 90px;
  transition: transform 3s ease-in;
  transform: translateY(4px);
}

.main-header .showcase {
  padding-top: 110px;
}

a img.circle {
  height: 25px;
  width: 40px;
}

ul.side-nav {
  background-image: linear-gradient(rgba(9, 50, 112, 0.7), rgba(0, 0, 0, 0.8));
}

ul.side-nav li a {
  color: #fff;
}

.side-nav .background {
  padding: 10px 0;
}

.side-nav a img {
  height: 55px !important;
  width: 60px !important;
}

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 47%;
  opacity: 0.5;
}

section.section-testimonials {
  min-height: 800px !important;
}

section.section-testimonials ul {
  height: 800px !important;
}

.slides .btn {
  margin-top: 25px;
}

.pill {
  border-radius: 25px;
}

.image_slider_1 {
  background: url(../images/excellent_delivery_edit.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.image_slider_2 {
  background: url(../images/Services.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.image_slider_3 {
  background: url(../images/Team_work_edit.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}

.icon-margin {
  margin: auto 8px !important;
}

.row-1,
.row-2,
.row-3 {
  margin-top: 50px;
  opacity: 0;
}

.section-articles {
  padding: 50px 0 !important;
}

.section-articles p {
  font-weight: bold;
}

.section-about,
.section-team,
.section-services,
.section-contact {
  background-image: linear-gradient(
    rgba(11, 50, 128, 0.75),
    rgba(0, 0, 0, 0.7)
  );
  padding: 50px 0;
  color: #fff;
  margin: 0;
}

.card-panel {
  min-height: 400px;
  border-radius: 8px;
}

.section-team .collapsible {
  margin-top: 80px !important;
}

.tab-text {
  font-size: 20px;
  font-weight: 300;
  flex-wrap: wrap;
  height: 600px;
  text-align: justify;
}

footer li {
  margin-top: 8px;
}

.footer-text {
  font-size: medium;
  font-weight: 400;
  flex-wrap: wrap;
  text-align: justify;
}

.section-error {
  padding: 180px 0 !important;
}

.error_btn {
  margin-top: 50px !important;
}

.submit-button {
  margin-top: 20px !important;
  background-color: #000;
  border-radius: 25px;
}
@media (max-height: 600px) {
  .main-header {
    height: 62vh;
  }

  .brand-logo-img {
    border-radius: 5px;
    height: 25px;
    width: 60px;
    transition: transform 2s ease-in;
    transform: translateY(1px);
  }
  section.section-testimonials {
    min-height: 400px !important;
  }

  section.section-testimonials ul {
    height: 400px !important;
  }
  .image_slider_1,
  .image_slider_2,
  .image_slider_3 {
    height: 62vh;
    min-height: 400px;
  }
}
