@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Josefin Sans", sans-serif !important;
  overflow-x: hidden;
}

/*.flatpickr-calendar{*/
/*    z-index: 999;*/
/*}*/

.btn {
  text-transform: uppercase;
  padding: 8px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  border: none !important;
}

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

.modal .modal-header {
  background-color: #ff474c;
  color: #fff;
}
.modal .btn-submit {
  background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);
  color: #fff !important;
  padding: 10px 35px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}

header {
  background-color: #030303;
  padding: 10px 0;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a svg {
  fill: #fff;
}
header svg {
  fill: #fff;
}

.navbar {
  background: #fff;
  box-shadow: none;
}
.navbar .navbar-nav .nav-link {
  color: #030303;
  margin: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
  color: #ff474c;
}

.payment_btn {
  background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}

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

main #intro #intro_bg1 {
  background: rgba(0, 0, 0, 0.25) url("../intro_bg1.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  height: 90vh;
}
main #intro #intro_bg2 {
  background: rgba(0, 0, 0, 0.25) url("../intro_bg2.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  height: 90vh;
}
main #intro #intro_bg3 {
  background: rgba(0, 0, 0, 0.25) url("../intro_bg3.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  height: 90vh;
}
main #intro #intro_bg4 {
  background: rgba(0, 0, 0, 0.25) url("../intro_bg4.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  height: 90vh;
}
main #intro h1 {
  font-weight: 700;
  color: #fff;
  font-size: 65px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
}
main #intro h1 span {
  color: #fff;
}
main #intro .btn-1 {
  background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);
  color: #fff;
  padding: 10px 35px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}
main #home_about {
  display: flex;
  justify-content: center;
  align-items: center;
}
main #home_about .card {
  background-color: #fff;
  padding: 15px;
  border: none;
}
main #home_about h2 {
  color: #030303;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
main #home_about h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px 0;
}
main #home_about p {
  color: #030303;
  font-size: 16px;
  text-align: justify;
}
main #home_about #about_bg {
  background: url("../about_bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  border-radius: 10px;
}
main #vision_mission {
  background-color: rgba(254, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
main #vision_mission h2 {
  text-align: center;
  color: #030303;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
main #vision_mission h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px auto;
}
main #vision_mission .card {
  background-color: #fff;
  padding: 20px;
  border: none;
}
main #vision_mission p {
  text-align: center;
  color: #030303;
  font-size: 18.5px;
}
main #home_services {
  background-color: #fff;
}
main #home_services h2 {
  color: #030303;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
main #home_services h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px auto;
}
main #home_services .card {
  background-color: transparent;
  padding: 20px;
  border: none;
}
main #home_services .card img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #030303;
  border-radius: 10px;
}
main #home_services .card .card-title {
  font-size: 32.5px;
  text-align: center;
  font-weight: 500;
  color: #030303;
}
main #complete_services img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
main #complete_services h4 {
  font-size: 32.5px;
  font-weight: bold;
  color: #030303;
}
main #complete_services h4::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px 0;
}
main #complete_services p {
  font-size: 20px;
  color: #030303;
  text-align: justify;
}
main #complete_services .btn-book {
  background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);
  color: #fff;
  padding: 10px 35px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}
main #complete_services .row:nth-child(even) {
  flex-direction: row-reverse;
}
main #price_list h2 {
  color: #030303;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
main #price_list h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px auto;
}
main #price_list span {
  display: flex;
  justify-content: center;
  color: #030303;
  text-transform: uppercase;
  font-size: 64px;
}
main #price_list .card-header {
  background: linear-gradient(90deg, #c90004 0%, #ff474c 100%);
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  border: none;
  text-transform: uppercase;
}
main #price_list .card {
  border-radius: 0px;
  border: none;
  background-color: #eee;
  height: 100%;
}
main #price_list .card-body svg {
  color: #ff474c;
}
main #price_list .card-body a {
  text-decoration:none;
}
main #price_list .card-body .card-title {
  font-size: 18px;
  color: #030303;
  font-weight: 500;
}
main #price_list .card-body .card-text {
  font-size: 18px;
  color: #030303;
  font-weight: 500;
}
main #gallery_images h2 {
  color: #030303;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
main #gallery_images h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #ff474c;
  margin: 5px auto;
}
main #gallery_images .gallery_img {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
  height: 350px;
}
main #gallery_images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #030303;
  color: #fff;
}
footer h5 {
  color: #fff;
}
footer a {
  fill: #fff !important;
  color: #fff !important;
}
footer a:hover {
  color: #ccc !important;
}

#about_header {
  height: 75vh;
  background: url("../about_header.jpg") no-repeat top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_header h1 {
  font-weight: 700;
  color: #030303;
}

#services_header {
  height: 75vh;
  background: url("../services_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services_header h1 {
  font-weight: 700;
  color: #030303;
}

#gallery_header {
  height: 75vh;
  background: url("../price_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery_header h1 {
  font-weight: 700;
  color: #030303;
}

#payment_header {
  height: 75vh;
  background: url("../payment_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact_header {
  height: 75vh;
  background: url("../contact_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact_header h1 {
  font-weight: 700;
  color: #030303;
}

#contact_form .card {
  border-radius: 10px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #030303;
}
#contact_form h2 {
  font-weight: 700;
  color: #030303;
}
#contact_form p {
  color: #030303;
}
#contact_form #contact_icons {
  color: #fff;
  background: #ff474c;
  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 select,
#contact_form form textarea {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  background-color: #fff;
}
#contact_form form .btn-submit {
  background: linear-gradient(135deg, #c90004 0%, #ff474c 100%);
  color: #fff;
  padding: 10px 35px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}

@media (max-width: 767px) {
  /* Rules for smartphones only */
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
    color: #ff474c;
  }
  .navbar-brand img {
    width: 120px !important;
  }
  #intro {
    height: 80vh !important;
  }
  #intro h1 {
    font-size: 40px !important;
  }
  #home_about #about_bg {
    height: 50vh !important;
  }
  #home_about,
  #vision_mission {
    height: auto !important;
  }
  #vision_mission .card {
    height: auto !important;
  }
  #about_header,
  #services_header,
  #gallery_header,
  #contact_header {
    height: auto !important;
  }
  #cta span {
    font-size: 24px !important;
  }
}
.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: #ff474c;
  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(207, 170, 90, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}