@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

/* Color variables */
:root {
  --ac-orange: #f2982e;
  --ac-orange-dark: #eb8b1b;
  --ac-orange-darker: #de8319;
  --ac-accent: #a7926c;
  --ac-accent-translucent: #a7926ca6;
  --ac-gold: #eed251;
}

/* Color classes */
.ac-orange {
  color: var(--ac-orange);
}

.ac-gray {
  color: gray;
}

/* Fonts */
.inr {
  font-family: serif;
}

body {
  font-family: "Roboto Slab", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  height: 100vh;
}

#non-footer-wrapper {
  min-height: 100%;
  margin-bottom: -150px;
  padding-bottom: 150px;
}

/* Carousel */
.carousel-item {
  height: 35vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Navigation Bar */
nav {
  background: url("/img/nav-bg.jpg") repeat-x top left #f5f2e2;
  border-bottom: 6px solid var(--ac-gold);
}

nav a.nav-link,
footer p {
  color: #a7926c;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

footer a,
footer a:hover {
  text-decoration: underline;
}

.dropdown-item:focus {
  background: #efefef;
}

.logo-banner {
  position: absolute;
  top: 0;
  font-size: 0.9rem;
}

.logo-banner img {
  max-height: 37.5vh;
  max-width: 40vw;
  display: inline-block;
}

.nav-date {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  padding-top: 1rem;
  font-size: 0.9em;
  color: var(--ac-accent);
}

.navbar-toggler {
  border: 2px solid var(--ac-accent);
  color: var(--ac-accent);
  outline: none;
}

.navbar-toggler:focus,
.nav-item:focus,
.nav-link:focus {
  outline: none;
}

.navbar-toggler-icon {
  padding-top: 5px;
}

/* Footer */
footer {
  background: url("/img/footer-bg.png") repeat top left #f5f2e2;
  border-top: 6px solid var(--ac-gold);
  height: 150px;
}

/* Privacy policy & TOS page */
.policy-page h5 {
  color: var(--ac-orange);
}

.policy-page ul {
  color: gray;
}

/* Index page */
#index-why {
  width: 80%;
}

#index-signin {
  font-size: 0.8em;
}

#index-signup-button {
  margin-left: 20px;
}

#index h4 {
  color: gray;
  line-height: 160%;
}

#index .card {
  font-size: 1.15em;
}

.index-buttons a {
  font-size: 1.5em;
  padding: 10px 20px;
  font-weight: 400;
}

/* Support pages */
.gratuity-div {
  margin-right: 1rem;
}

/* Checkout page */
#checkout-button-group a {
  margin-bottom: 10px;
}

#checkout-notice {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 30px;
}

.currency-select {
  text-align: right;
  margin-bottom: 20px;
  font-size: 1.3em;
}

/* General styles */
#ui-datepicker-div {
  font-family: "Roboto Slab", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

a.ui-state-default,
a.ui-widget-content {
  background: white !important;
  color: black !important;
}

a.ui-state-hover {
  background: #efefef !important;
}

h1,
h2,
h3,
.header-font {
  font-family: "PT Serif", serif;
}

h1 {
  color: var(--ac-orange-darker);
}

h2 {
  color: var(--ac-orange-dark);
}

hr {
  border-color: var(--ac-accent-translucent);
}

.mobile-only {
  display: none;
}

p {
  color: gray;
}

.services-card-img {
  width: 100%;
}

.card {
  border-radius: 5px;
}

.card-text {
  font-size: 0.9em;
}

.services-row {
  display: flex;
  align-items: stretch;
}

#services-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#services-card a {
  font-size: 1.1em;
}

.services-totals {
  color: black;
}

/* Links */
a,
a:visited {
  color: #ac965c !important;
  transition: all 0.1s linear;
}

a:hover {
  color: var(--ac-orange) !important;
  text-decoration: none;
}

/* Buttons */
a.btn {
  color: white !important;
}

.btn-primary,
.badge-primary {
  background-color: var(--ac-orange);
  border: 1px solid var(--ac-orange-darker);
  color: white !important;
}

.btn-primary:hover {
  background-color: var(--ac-orange-dark);
  border: 1px solid var(--ac-orange-darker);
  color: white !important;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: var(--ac-orange-darker) !important;
}

.btn-primary:visited {
  color: white !important;
}

/* Services */
.service-img {
  width: 100%;
  border-radius: 5px;
}

.service-price {
  color: black;
}

.verified-users-only {
  font-weight: 400;
  background-color: var(--ac-gold);
}

.about img,
.about-staff-image {
  width: 100%;
  border-radius: 5px;
}

.services-order-form {
  margin-bottom: 0;
}

.service-card {
  width: 100%;
}

#loading-bg {
  visibility: hidden;
  z-index: 30;
  position: fixed;
  color: white;
  font-size: 2em;
  text-align: center;
  padding-top: 40vh;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  -moz-transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

#share-input {
  width: 50%;
}

#share-input input {
  text-align: center;
}

/* Share Icons */
#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1.st-hidden {
  opacity: 0;
}

#st-1.st-hide {
  display: none;
}

#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#st-1 .st-btn:last-child {
  margin-right: 0;
}

#st-1 .st-btn > svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn > span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

#st-1.st-has-labels .st-btn {
  min-width: 120px;
}

#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}

#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}

#st-1.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}

#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}

#st-1 .st-total.st-hidden {
  display: none;
}

#st-1 .st-total > span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}

#st-1 .st-total > span.st-shares {
  font-size: 9px;
  line-height: 9px;
}

#st-1.st-justified {
  display: flex;
  text-align: center;
}

#st-1.st-justified .st-btn {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}
#st-1 .st-btn[data-network="facebook"] {
  background-color: #4267b2;
}

#st-1 .st-btn[data-network="facebook"] svg {
  fill: #fff;
}

#st-1 .st-btn[data-network="facebook"] > span {
  color: #fff;
}

#st-1 .st-btn[data-network="twitter"] {
  background-color: #55acee;
}

#st-1 .st-btn[data-network="twitter"] svg {
  fill: #fff;
}

#st-1 .st-btn[data-network="twitter"] > span {
  color: #fff;
}

#st-1 .st-btn[data-network="email"] {
  background-color: #7d7d7d;
}

#st-1 .st-btn[data-network="email"] svg {
  fill: #fff;
}

#st-1 .st-btn[data-network="email"] > span {
  color: #fff;
}

#st-1 .st-btn[data-network="sms"] {
  background-color: #ffbd00;
}

#st-1 .st-btn[data-network="sms"] svg {
  fill: #fff;
}

#st-1 .st-btn[data-network="sms"] > span {
  color: #fff;
}

#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}

#st-1 .st-btn[data-network="whatsapp"] svg {
  fill: #fff;
}

#st-1 .st-btn[data-network="whatsapp"] > span {
  color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
  body,
  html {
    font-size: 0.9em;
  }

  #main-container {
    padding: 0 2rem;
  }

  .logo-banner {
    font-size: 1.75vh;
  }

  .nav-date {
    padding-top: 2vh;
  }

  #index-signup-button {
    margin-left: 0;
    margin-top: 20px;
  }

  .mobile-only {
    display: block;
    border: 0.5px solid var(--ac-accent-translucent);
    width: 100%;
  }

  .service-img {
    margin-bottom: 25px;
  }

  .about-img {
    margin-bottom: 25px;
  }

  .gratuity-div input {
    margin-top: 1rem;
  }

  #share-input {
    width: 100%;
  }

  .navbar-collapse,
  .dropdown-menu {
    font-size: 0.95em;
  }
}

@media (max-width: 992px) {
  .navbar-collapse,
  .dropdown-menu {
    text-align: right;
  }
}

/* Muktad Ad */
#muktad {
  padding: 0;
}

#muktad img {
  width: 100%;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

@media (min-width: 992px) {
  #muktad .image-col {
    padding-right: 0;
  }

  #muktad .content-col {
    padding-left: 0;
    position: relative;
  }

  #muktad img {
    border-radius: calc(0.25rem - 1px) 0 0 calc(0.25rem - 1px);
  }

  #muktad .message-div {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
  }
}
