.text-primary {
  color: #eec521 !important;
}

.btn-primary {
  background: #eec521 !important;
  border: none !important;
}

.bg-primary {
  background: #eec521 !important;
}

html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Julius Sans One", sans-serif !important;
}

p,
a,
li {
  font-family: "Poppins", sans-serif !important;
}

.fa-phone {
  transform: rotate(90deg);
}

#desktop_header {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.navbar {
  box-shadow: none;
  background: transparent;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  margin: 0 15px;
  font-weight: 400;
  font-size: 15px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #eec521;
}
.navbar .navbar-nav .active {
  color: #fff !important;
}

.payment_btn {
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 16px 30px !important;
  border-radius: 5px !important;
  background-color: #eec521 !important;
  color: #000 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-item:active {
  background-color: #eec521 !important;
}

main #intro {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main #intro #background-video {
  width: 100%;
  height: 110vh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  position: relative;
}
main #intro .bg_overlay {
  height: 110vh;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
}
main #intro .banner_content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #intro .banner_content h1 {
  font-size: 40px;
  line-height: 1.2em;
  text-transform: capitalize;
  letter-spacing: -0.1px;
  color: #fff;
  margin-bottom: 40px;
}
main #intro .banner_content h1::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #eec521;
  margin: 30px auto;
}
main #intro .banner_content p {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  font-family: "Satisfy", cursive !important;
}
main #intro .banner_content .btn-1 {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 5px;
  background-color: #eec521;
  color: #000;
}
main #intro .banner_content img {
  max-width: 650px;
  height: auto;
  width: 800px;
}
main #services_tabs {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
main #services_tabs #cards_translate {
  transform: translateY(-40%);
}
main #services_tabs .card {
  border: none;
  border-radius: 20px !important;
}
main #services_tabs .card img {
  height: 400px !important;
  border-radius: 20px !important;
}
main #services_tabs .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px !important;
  position: absolute;
  background-color: #000;
  opacity: 0.3;
}
main #services_tabs .card1 .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main #services_tabs .card1 h3 {
  font-size: 46px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
main #services_tabs .card1 .btn-1 {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 5px;
  border: 2px solid #eec521;
  color: #fff;
}
main #services_tabs .card2 .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main #services_tabs .card2 h3 {
  font-size: 46px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
main #services_tabs .card2 .btn-1 {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 5px;
  border: 2px solid #eec521;
  color: #fff;
}
main #home_about h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
main #home_about h2::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #eec521;
  margin: 10px 0;
}
main #home_about p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
main #home_about img {
  border-radius: 50px;
}
main #home_products {
  background-color: #eee;
}
main #home_products h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
main #home_products h2::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #eec521;
  margin: 10px auto;
}
main #home_products h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
main #home_products a {
  text-decoration: none;
}
main #home_products .card {
  height: 100%;
  border: 1px solid #000;
}
main #home_products .card img {
  height: 200px;
}
main #cta {
  background-color: #f4f4f6;
}
main #cta h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
main #cta h2::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #eec521;
  margin: 10px 0;
}
main #cta .card {
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #333 !important;
}
main #cta .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid #eec521;
  color: #000;
}

#about_header {
  height: 60vh;
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../about_header.jpg) center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
#about_header h1 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 80px;
}

#about_us h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
#about_us h2::after {
  content: "";
  display: block;
  width: 25%;
  height: 3px;
  background: #eec521;
  margin: 10px 0;
}
#about_us p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
#about_us img {
  border-radius: 50px;
}

#vision_mission {
  background: rgba(0, 0, 0, 0.75) url(../vision_mission.jpg) center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
#vision_mission h3 {
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
  margin-bottom: 20px;
}
#vision_mission p,
#vision_mission li {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
#vision_mission #vision img {
  width: 70px;
  background: #333;
  border-radius: 10px;
  padding: 10px;
}

#services_header {
  height: 60vh;
  background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)), url(../services_header.jpg) center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
#services_header h1 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 80px;
}

#services_page .card {
  height: 100%;
  border-radius: 5px;
}
#services_page img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}
#services_page h5 {
  color: #000;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 20px;
}
#services_page p {
  font-size: 17px;
  font-weight: 400;
  color: #696969;
  text-align: justify;
}

#gallery_header {
  height: 60vh;
  background: rgba(43, 42, 40, 0.5) url("../gallery_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
#gallery_header h1 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 80px;
}

#gallery_images img {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #000;
  padding: 5px;
}

#contact_header {
  height: 60vh;
  background: rgba(43, 42, 40, 0.5) url("../contact_header.jpg") no-repeat bottom;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
#contact_header h1 {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 80px;
}

#contact_form .card {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eee;
}
#contact_form h2 {
  color: #000;
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2px;
  font-size: 42px;
}
#contact_form #contact_icons {
  color: #fff;
  background: #000;
  padding: 8px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
#contact_form a {
  color: #000;
  text-decoration: none;
}
#contact_form form input,
#contact_form form textarea {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  background-color: #f5f5f5;
}
#contact_form form .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid #eec521;
  color: #000;
}

@media (max-width: 767px) {
  /* Rules for smartphones only */
  #desktop_header {
    position: static;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0 5px;
    color: #000 !important;
  }
  #intro {
    height: 100vh !important;
  }
  #intro .bg_overlay {
    opacity: 1 !important;
  }
  #intro h1 {
    font-size: 32px !important;
  }
  #intro p {
    font-size: 30px !important;
  }
  #cards_translate {
    transform: translateY(-15%) !important;
  }
  #about_header, #services_header, #gallery_header, #contact_header {
    height: 40vh !important;
  }
  #about_header h1, #services_header h1, #gallery_header h1, #contact_header h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1199px) {
  .banner-text {
    display: none;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #000;
  color: #eee;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #0d3259;
  color: #fff;
}

#whatsappbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  left: 40px;
  padding-top: 4px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#whatsappbtn a {
  color: #fff;
}

#callbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 160px;
  left: 40px;
  padding-top: 4px;
  background-color: #000;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#callbtn a {
  color: #fff;
}

@keyframes sonarAnimation {
  0% {
    box-shadow: 0 0 0 rgba(183, 150, 89, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    margin: 0px 6px;
    font-size: 15px;
  }
  .payment_btn {
    padding: 8px 14px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    margin: 0px 3px;
    font-size: 11px;
  }
  .payment_btn {
    padding: 8px 14px !important;
  }
}