@font-face {
  font-family: "Ananda Black";
  src: url("../fonts/Ananda\ Personal\ Use.ttf") format("truetype");
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
html,
body {
  font-family: "Montserrat", sans-serif;
}

header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.primary-btn {
  padding: 5px 25px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #408f8c;
  color: #fff !important;
  font-weight: 600;
  /* margin: 0 0 0 10px; */
}
.primary-btn:disabled {
  opacity: 0.5;
}
.primary-btn:hover {
  background-color: #408f8c;
  color: #fff !important;
}
.secondary-btn {
  padding: 5px 25px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: transparent;
  color: #408f8c;
  font-weight: 600;
  border: 1px solid #408f8c;
}
.secondary-btn:disabled {
  opacity: 0.5;
}

.modal-footer {
  background-color: #f5f4f7 !important;
  border-bottom-right-radius: 1.3rem !important;
  border-bottom-left-radius: 1.3rem !important;
  justify-content: center !important;
}
.modal-body {
  padding: 3rem 2rem !important;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* background-color: transparent !important; */
}

a {
  text-decoration: none !important;
  color: inherit !important;
}
.fa-whatsapp {
  color: #fff !important;
}
a:hover {
  text-decoration: none !important;
  color: initial !important;
}

.menu-items {
  padding-bottom: 20px;
}

.menu-items1 {
  padding-top: 20px;
}

ul.menu-items {
  list-style: none;
}
ul.menu-items > li {
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #347674;
}

ul.menu-items1 > li {
  border: 1px solid #dadada;
  border-radius: 12px;
  margin-bottom: 5px;
}

.ui-menu-item-wrapper {
  background-color: transparent;
  border: 1px solid #fff;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  background-color: transparent !important;
  border: unset !important;
}

.menu::after {
  content: "";
  position: absolute;
  width: 95%;
  background-color: #408f8c;
  height: 2px;
  top: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.single-menu {
  padding: 5px;
}

.menu {
  position: relative;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-radius: 1.3rem !important;
  outline: none !important;
}

.input-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  color: #636363;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #757575;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  margin:auto !important;
  text-align: left;
  vertical-align: middle;
  width: 100% !important;
}

@media (max-width: 600px) {
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -563px) !important;
    overflow: hidden;
  }
  .modal {
    overflow: hidden !important;
  }

  /* .primary-btn {
    margin: 10px 0 0 0px;
  } */

  .search-btn {
    justify-content: center;
  }
}

input:focus {
  outline: none;
}

/* Label */

.modal-label {
  color: #ababb7 !important;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease;
}

/* active */

/* input:focus ~ label,
input.used ~ label {
  top: -20px;
  transform: scale(0.75);
  left: -2px;
  color: #ababb7;
} */

/* Underline */

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #408f8c;
  transition: all 0.2s ease;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active */

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* Highlight */

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.search-first-section {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  height: fit-content;
}

/* active */

input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

/* Animations */

@keyframes inputHighlighter {
  from {
    background: #408f8c;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.form-control:focus {
  color: #212529;
  background-color: transparent !important;
  border-color: #b1fffc;
  outline: 0;
  box-shadow: 0 0 0 0.25remrgba (13, 110, 253, 0.25);
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 769px) {
  h1 {
    font-size: 32px;
  }
}
