html {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-family: "montserratregular" !important;
}
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  font-family: "newyorkregular" !important;*/
/*}*/
/*p,*/
/*a,*/
/*.btn,*/
/*li {*/
/*  font-family: "montserratregular" !important;*/
/*}*/
.fa-phone {
  transform: rotate(90deg);
}
header {
  background: #1c1d4b;
  padding: 8px 0 0;
  height: 40px;
  font-weight: 500;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #dac1a2;
}
.navbar {
  background: #fff;
  box-shadow: none;
}
.navbar .navbar-nav .nav-link {
  color: #333;
  margin: 0 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #dac1a2;
}
.payment_btn {
  background: #1c1d4b !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 10px 25px !important;
  border-radius: 10px !important;
}
.payment_btn:hover {
  background: #dac1a2 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
main #intro {
  height: 80vh;
  background: url("../intro_bg.jpg") no-repeat bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #intro .card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
main #intro h1 {
  color: #1c1d4b;
  text-transform: uppercase;
  font-weight: bold;
}
main #intro h4 {
  margin-bottom: 0;
  color: #1c1d4b;
  font-weight: bold;
  text-transform: uppercase;
}
main #intro .btn {
  border: none;
  background: #1c1d4b;
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 10px;
}
main #home_about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main #home_about h2 {
  color: #1c1d4b;
  font-weight: 700;
}
main #home_about p {
  color: #1c1d4b;
}
main #home_about img {
  max-width: 100%;
}
main #home_services {
  background: url("../services_bg.jpg") no-repeat fixed;
  background-size: cover;
}
main #home_services h2 {
  color: #dac1a2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
main #home_services .card {
  background: rgba(218, 193, 162, 0.75);
  border-radius: 10px;
  padding: 20px;
  border: none;
  text-align: center;
  height: 100%;
  positon:relative;
}
main #home_services img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 200px;
}

main #home_services .card-title {
  background: #fff;
    padding: 9px;
    border-radius: 15px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
main #brands {
  background-color: #1c1d4b;
}
main #brands h2 {
  color: #dac1a2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
main #brands .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
main #brands .item {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 8px;
  height: 200px;
  border-radius: 10px;
}
main #brands img {
  width: 150px;
  object-fit: contain;
}
main #cta {
  background: #dac1a2;
  display: flex;
  justify-content: center;
  color: #1c1d4b;
}
main #cta h2 {
  font-weight: 700;
  color: #1c1d4b;
  text-transform: uppercase;
}
main #cta a {
  color: #1c1d4b;
}
main #cta .card {
  background: #1c1d4b;
  border-radius: 20px;
  padding: 20px;
  border: none;
}
main #cta form .btn {
  background-color: #dac1a2;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
}
footer {
  background: #1c1d4b;
  color: #fff;
}
footer h5 {
  color: #dac1a2;
  font-weight: bold;
}
footer .nav-link {
  color: #fff;
}
footer .nav-link:hover {
  color: #dac1a2 !important;
}
#about_header {
  height: 60vh;
  background: url("../about_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #1c1d4b;
}
#about_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}
#about_us {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_us h2 {
  color: #1c1d4b;
  font-weight: 700;
}
#about_us p {
  color: #1c1d4b;
}
#about_us img {
  max-width: 100%;
}
#vision_mission {
  background: rgba(28, 29, 75, 0.2) url("../services_bg.jpg") no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
}
#vision_mission #vision img {
  width: 70px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
}
#vision_mission #vision h3 {
  color: #dac1a2;
}
#vision_mission #vision p {
  color: #fff;
  text-align: justify;
}
#services_header {
  height: 60vh;
  background: url("../services_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #1c1d4b;
}
#services_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}
#services_page {
  background: linear-gradient(to bottom, #fff, #eee);
}
#services_page h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #1c1d4b;
  font-size: 24px;
  margin-bottom: 15px;
}
#services_page p,
#services_page li {
  color: #1c1d4b;
  text-align: justify;
}
#services_page img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#gallery_header {
  height: 60vh;
  background: url("../testimonials_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #1c1d4b;
}
#gallery_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}
#gallery_images img {
  border: 2px solid #eee;
  padding: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
#contact_header {
  height: 60vh;
  background: url("../contact_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #1c1d4b;
}
#contact_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}
#contact_form .card {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #1c1d4b;
}
#contact_form h2 {
  font-weight: 700;
  color: #1c1d4b;
  text-transform: uppercase;
}
#contact_form p {
  color: #1c1d4b;
}
#contact_form #contact_icons {
  color: #fff;
  background: #dac1a2;
  padding: 8px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
#contact_form a {
  color: #fff;
  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: #333;
  background-color: #f5f5f5;
}
#contact_form form .btn {
  background-color: #dac1a2 !important;
  color: #1c1d4b;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
  }
  .navbar-brand img {
    width: 250px !important;
  }
  #intro {
    height: auto !important;
    padding: 2rem 0 !important;
  }
  #intro h4{
      font-size:19px !important;
  }
  
  #intro h1{
      font-size:21px !important;
  }
  #about_us p, #home_about p{
      text-align: justify !important;
  }
  #home_services .card-title {
      font-size:16px !important;
  }
  #gallery_images .item .text-center{
      text-align:justify !important;
  }
  #about_header,
  #services_header,
  #gallery_header,
  #contact_header {
    height: auto !important;
  }
  #about_us {
    height: auto;
  }
}
.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;
  right: 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;
  right: 40px;
  padding-top: 4px;
  background-color: #dac1a2;
  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(225, 200, 133, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}
.modal .modal-header {
  background-color: #dac1a2;
  color: #1c1d4b;
}
.modal .modal-header .modal-title {
  font-weight: bold;
}
.modal .modal-footer .btn {
  background-color: #1c1d4b;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
}
