@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
body {
    font-size: 15px;
    line-height: 27px;
   /* letter-spacing: 0.3px;*/
   font-family: "Merriweather", serif;
   background: #f1e9db;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cinzel", serif;
    font-weight:600;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.custom-container {
    width: 85% !important;
    margin: auto;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn{
background: #84511d;
    color: #fff;
}


/* Top Black Bar */
.top-bar {
    background: #7e4a18;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}
.top-bar a {
    color: #fff;
    margin-left: 15px;
    font-size: 13px;
    text-decoration: none;
}

/* Navbar */
.navbar {
    background: #fbfaf8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    height: auto;
    position: relative;
    padding: 14px;
    border-radius: 50%;
    bottom: -35px;
    -moz-border-radius: 100%;
    /* -webkit-border-radius: 100%; */
    background-color: #fff;
    /* width: 150px; */
    /* height: 150px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
}

.navbar-nav .nav-link {
    font-weight: 500;
    letter-spacing:0.3px;
    color: #222 !important;
    padding: 10px 20px;
}
.navbar-nav .nav-link.active {
    color: #e63946 !important;
}
.navbar-brand img {
    max-height: 100px;
}
.social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.hero {
    margin-bottom: 120px; /* space for floating box */
}

.custom-height {
    height: 520px;
}

.services-box {
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 75%;
    padding: 35px;
}

.service img {
    width: 75px !important;
    padding-bottom: 10px;
}

.heading {
    width: 70%;
    margin: auto;
}

.heading h2 {
    font-size: 45px;
}

.heading h2 span{
    color: #7e4a18;
}

/*.welcome-section {
    background-color: #c0212f17;
}*/

.welcome-section h2 {
    font-weight: 600;
    font-size: 50px;
    padding-top: 80px;
}

.cta-card {
    background: #85511d;
    min-height: 240px;
    text-align: center;
    border-radius: 22px;
}

.safari-card .overlay {
    position: absolute;
    padding: 10px 20px;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #fff;
}

.safari-card p {
    font-size: 18px;
}

.safari-card .btn-sm {
    padding: 10px 20px !important;
    font-size: 15px !important;
}

.safari-card .overlay h5 a {
    color: #fff;
}

.covid-section {
    padding-top: 10px;
    padding-bottom: 50px;
}

.covid-section .row {
    padding: 85px 40px;
    border-radius: 35px;
background-color: #84511d;
}

.head-5 a {
    color: #000;
    font-size: 26px;
}

.taxi-service {
    margin: 60px 0;
}

.content-box {
    position: absolute;
    padding: 10px 20px;
    bottom: 0px;
    left: 70%;
    right: 0;
    top: 0px;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
	background: #84511d;
}

.testimonial-slider {
    margin-top: 60px;
}

.testimonial-slider img {
    width: 100px;
    padding-bottom: 15px;
}

.swiper-wrapper {
    margin-bottom: 50px;
}

.swiper-slide p {
    font-style: italic;
    font-size: 1;
}

.contact-section {
    margin-bottom: -150px;
    position: relative;
    z-index: 2;
}

.contact-section .row {
    padding: 60px 45px;
    border-radius: 30px;
}

.footer-main {
    padding-top: 150px;
	background: #83501c;
}

.footer-bottom {
    background: #8d6031;
    padding: 10px 0px;
}

/* Red underline form style */
.custom-input {
    border: none;
    border-bottom: 1px solid #c21807; /* Red color */
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
}

.custom-input:focus {
    border-color: #a10d0d;
    box-shadow: none;
}

/* Vertical Red Line between columns */
.border-right-custom {
    border-right: 2px solid #c21807;
}

.social-section p {
  font-size: 15px;
}
.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
  color: #c51d2d;
  transition: 0.3s ease;
}
.social-icons a:hover {
  color: #a91724;
  transform: scale(1.2);
}

.form-box {
  background: #fff;
  border-radius: 15px;
}

/* underline input fields */
.input-line {
  border: none;
  border-bottom: 2px solid #c51d2d;
  border-radius: 0;
  box-shadow: none;
}
.input-line:focus {
  border-color: #e63946;
  box-shadow: none;
  outline: none;
}
textarea.input-line {
  resize: none;
}
.btn-danger {
  background-color: #c51d2d;
  border: none;
  border-radius: 5px;
  transition: 0.3s ease;
}
.btn-danger:hover {
  background-color: #a91724;
}

.section-heading {
  margin-bottom: 50px;
}
.section-heading h1 {
  font-size: 45px;
  font-weight: 600;
}
.section-heading .line {
  width: 60px;
  height: 3px;
  background: #c41b2e;
  margin: 10px auto;
}
.section-heading p {
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

/* Safari Section */
.safari-section .safari-content h3 {
  font-weight: 600;
}
.safari-section .price {
  color: #c41b2e;
  font-weight: 500;
  display: block;
  margin: 5px 0 15px;
}
.safari-section .line.small {
  width: 40px;
  height: 2px;
  background: #c41b2e;
  margin: 10px 0;
}
.safari-section .btn-red {
  display: inline-block;
  padding: 10px 20px;
  background: #c41b2e;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.safari-section .btn-red:hover {
  background: #a01423;
}

.footer-bottom p a{
    color: #fff;
}

.captcha{
    display: flex;
    justify-content: center;
}

/* Mobile: Remove right border & add bottom border */
@media (max-width: 767.98px) {
    .border-right-custom {
        border-right: none;
        border-bottom: 2px solid #c21807;
        margin-bottom: 20px; /* gap below line */
        padding-bottom: 20px;
    }
    .top-bar {
        display: none;
    }
    .navbar-brand img {
        max-height: 70px;
    }
    .custom-height {
        height: 250px;
    }
    .welcome-section h2 {
        font-size: 25px;
        padding-top: 520px;
    }

    .content-box {
        position: static;
        border-radius: 0px 0px 15px 15px;
        margin-top: -10px;
    }

    .taxi-service img {
        height: 190px;
    }
    .navbar-light .navbar-brand{
        bottom:0px;
    }
    .services-box{
        bottom:auto;
    }
}

