@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
  transition: all 0.3s ease-out;
}

body {
    /* font-family: 'Nunito', sans-serif !important; */
  /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: Garamond !important; */
    font-family: "Source Sans 3", serif;
    font-size:90% !important;
    color: #3a3a3a;
    /* background-color: #fff !important; */
    background-color: #f7f7f7 !important;
}
a {
  color:#0d0d0d !important;
  
}
a:hover {
  font-weight: bold !important;
}
.grey-body {
  background-color: #F1F1F1 !important;
}
.blue-body {
  background: linear-gradient(to right, #2A2666, #E537C2) ;
  color:#fff;
}


h1, h3, h5 {
  color: #d6b622 !important; 
  font-family: "Source Sans 3", serif;
  font-weight: bold !important;
}
h2 {
  color: #fff !important; 
  font-family: "Source Sans 3", serif;
  font-weight: bold !important;
}
h4 {
  font-family: "Source Sans 3", serif;
  font-weight: bold !important;
}
.navbar ul li a {
  font-family: "Source Sans 3", serif;
  font-weight: bold !important;
}

.home_banner {
    /* background-image: url('/images/home-banner.png'); */
    
/*    background:linear-gradient(rgba(0, 0, 0, 0.700), rgba(0, 0, 0, 0.700)), url("/img/diani-beach.jpg") !important;*/
    /* background: linear-gradient(rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.349)), ; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    width:100% !important;
    color: #fff !important;
}
.commercial_banner {
  /* background-image: url('/images/home-banner.png'); */
  background: linear-gradient(rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.349)), url("/images/commercial-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-overlay {
    background-color: rgba(0, 0, 0, 0.233) ;
    min-width: 100% !important;
}
.btn {
  border-radius: 20px !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #d6b622 !important;
    border-color: #d6b622 !important; }
    .btn-primary.disabled {
      background-color: #d6b622 !important;
      border-color: #d6b622 !important; }
    .btn-primary:disabled {
      background-color: #d6b622 !important;
      border-color: #d6b622 !important; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
      background-color: #d6b622 !important;
      border-color: #d6b622 !important; }
    .btn-primary:focus {
      -webkit-box-shadow: 0 0 0 0.2rem white;
              box-shadow: 0 0 0 0.2rem white; 
            }

.btn-secondary {
    color:#fff !important;
    background-color: #2f632f !important;
    border-color: #2f632f !important; }
    .btn-secondary.disabled {
      background-color: #2f632f !important;
      border-color: #2f632f !important; }
    .btn-secondary:disabled {
      background-color: #2f632f !important;
      border-color: #2f632f !important; }
    .btn-secondary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
      background-color: #2f632f !important;
      border-color: #2f632f !important; }
    .btn-secondary:focus {
      -webkit-box-shadow: 0 0 0 0.2rem white;
              box-shadow: 0 0 0 0.2rem white; 
            }           

span .badge .text-bg-primary {
  background-color: green !important;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-control {
  display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.home_banner_title {
    color:#fff !important;
    margin-bottom:2%;
}
.destination_banner_title {
  color:#fff !important;
  margin-bottom:2%;
}
.box {
  width:100% !important;
  height:200px !important;
  
}
.local-property {
  width:100% !important;
  height: 100% !important;
  border-radius: 10px !important;
}
.property-thumb {
  width: 100%;
  height: auto ;
  border-radius: 10px;
}
.local-properties-section {
  margin-top:5% !important;
  margin-bottom: 5% !important;
}
.ad-box-1 {
  margin-top:10% !important;
  background-color: #FFEBEB !important;
  width: 100% !important;
  height:200px;
  border-radius: 10px;
}
.ad-box-2 {
  background-color: #FFEBEB !important;
  width: 100% !important;
  height:200px;
  border-radius: 10px !important;
}
.price-box {
  background-color: #FFEBEB !important;
  width: 100% !important;
  height:auto;
  border-radius: 10px !important;
  padding: 5px !important;
}
.inner-sidebar-box {
  /* margin-top: 5% !important; */
  margin-left:10px;
  margin-right:10px;
}
.footer {
  background-color:#2f632f !important ;
  color:#fff !important;
}
.text-body-light {
  color:#fff !important;
}
.text-body-primary {
  color:#2A2666 !important;
}

/* section {
  margin-top:5% !important;
  margin-bottom: 5% !important;
} */
.sectio-title{
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}
.neighborhood-content {
  margin-left:2px !important;
  margin-bottom: 2% !important;
}
.bg-overlay {
  margin-bottom :2px !important;
}
.business-parks-section {
    min-width: 100% !important;
    background-color: #fff !important;
}
.neighborhood-section {
  background-color: #f1f1f1 !important;
}
.neighborhood-gallery {
  padding-top:2% !important;
  padding-bottom: 2% !important;
}
.business-parks-content {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
.wrapper {
 padding-top: 30px !important;
 padding-left:15px !important;
 padding-right:15px !important;
 padding-bottom: 25px !important;
}
.wrapper-small {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  padding-left:15px !important;
 padding-right:15px !important;
}
.wrapper-tiny {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  
}
.wrapper-tiny-full {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left:7px !important;
  padding-right:7px !important;
  
}
.wrapper-big {
  padding-top: 60px !important;
  padding-bottom: 25px !important;
 }
 .content_wrapper {
  padding: 20px !important;
 }
 .safari-featured-title-wrapper {
  padding-top: 60px !important;
  padding-left:15px !important;
  padding-right:15px !important;
/*  padding-bottom: 25px !important;*/
 }
 .destination-featured-image {
  margin-top:25px !important;
  padding-bottom: 5px !important;
 }
 .destination-featured-title-wrapper {
  padding-top: 50px !important;
  padding-left:15px !important;
  padding-right:15px !important;
 }
 .destination-featured-text-wrapper {
  padding-left:15px !important;
  padding-right:15px !important;
 }
 .destinations-section {
   margin-top:50px !important;
 }
 .pre-footer {
 
  background-color: #fff !important;
  margin-top: 20px !important;
 }


.signup-select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 3px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}
.search-bar-section {
  background-color: #fff !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

 /**=====================
        Card CSS Start
  ==========================**/
  .card {
    margin-bottom: 20px;
    margin-top:10px;
    border: none !important;
     -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    letter-spacing: 0.5px;
    border-radius: 20px !important;
    box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.1);
   }

   .card:hover {
    box-shadow: 10px 6px 20px 5px rgba(0, 0, 0, 0.3);
}

    .card.card-load .card-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 8;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .card.card-load .card-loader i {
        margin: 0 auto;
        color: #1183ca;
        font-size: 20px; }
    .card.full-card {
      position: fixed;
      top: 80px;
      z-index: 99999;
      -webkit-box-shadow: none;
              box-shadow: none;
      right: 0;
      border-radius: 0;
      border: 1px solid #eff0f1;
      width: calc(100vw - 272px);
      height: calc(100vh - 80px); }
      .card.full-card .card-body {
        overflow: auto; }
    .card .card-header {
      background-color: #ffffff;
      padding: 10px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      .card .card-header .card-header-right {
        border-radius: 0 0 0 7px;
        right: 20px;
        top: 25px;
        display: inline-block;
        padding: 7px 0;
        position: absolute; }
        .card .card-header .card-header-right .card-option {
          text-align: right;
          width: 35px;
          height: 20px;
          overflow: hidden;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .card .card-header .card-header-right .card-option li {
            display: inline-block; }
        .card .card-header .card-header-right i {
          margin: 0 5px;
          cursor: pointer;
          color: #2a3142;
          line-height: 20px; }
          .card .card-header .card-header-right i.icofont-refresh {
            font-size: 13px; }
      .card .card-header h5 {
        font-size: 18px;
        margin-bottom: 0;
  
        font-weight: 600;
        line-height: 24px; }
      .card .card-header > span {
        font-size: 12px;
        color: #777777;
        margin-top: 5px;
        display: block;
        letter-spacing: 1px; }
    .card .card-body {
      padding: 20px;
      background-color: transparent; }
      .card .card-body p:last-child {
        margin-bottom: 0; }
    .card .sub-title {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      padding-bottom: 5px;
      margin-bottom: 8px;
      font-size: 18px; }
    .card .card-footer {
      background-color: #ffffff;
      border-top: 1px solid #f8f8f9;
      padding: 10px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  
  .card-header .nav-material {
    margin-bottom: -13px; }

.cardcustom{
    margin-bottom: 20px;
    margin-top:10px;
    border: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 20px !important;

}
.cardcustom .cardcustom-body {
  padding: 20px;
}
.card-primary {
    background-color:#d6b622 ;
  }
.card-gray {
    background-color: #eeeeee59 !important;
  }
.light-text {
    color:#fff !important;
  }
  


  /**=====================
       Card CSS End
  ==========================**/
  
  i .bi {
    color: #0d0d0d !important;
  }
  small {
    font-size: 0.8rem !important;
  }

  
  .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: none;
  }
  #lightbox-container-image img {
    width: auto;
    max-height: 520px;
  }
  .profile-image {
    width:100px;
    height:100px !important;
  }

  .purple-gradient {
     background: linear-gradient(to right, #2A2666, #E537C2) ;
     color:#fff;
  }
   /* Custom separator style */
   .column-separator {
    border-right: 1px solid #ccc;
  }
  
  /* Hide the separator on mobile devices */
  /* @media (max-width: 767px) {
    .column-separator {
      border-right: none;
    }
  } */
  .featured-safari-bottom-details {
    border-top: 1px solid #ccc;
  }
  .home-booking {
    /* background-image: url('/images/home-banner.png'); */
    background: linear-gradient(rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.349)), url("/images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-booking-text {
  color:#fff;
}
.title-section {
  background: url("/images/cleaning-breadcrumb-bg.jpeg") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -2% !important;
}
.service-title {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}
.bg-light{
  background-color: #fff !important;
}
#material-text {
  font-size:120%;
  line-height: 150%;
}
.material-symbols-outlined {
    display: inline-flex;
    vertical-align: top;
}

/* service cards styles */
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #E537C2;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px !important;
  padding: 32px 24px;
  margin: 5px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  /* box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.1); */

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #E537C2;
    height: 32px;
    width: 70px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.card1:hover {
  color: #fff !important;
  p {
    transition: all 0.3s ease-out;
    color: #ffffff !important;
  }
  h5 {
    transition: all 0.3s ease-out;
    color: #ffffff !important;
  }
}
.section-title {
  margin-top:4% !important;
  margin-bottom:4% !important;
}
.features {
  background-color: #f2f6f7 !important;
}
li a .footer-links {
  text-decoration: none !important;
}
a .neat-links {
  text-decoration: none !important;
}
.img-fluid {
  border-radius: 20px !important;
}
.top-bar {
  color:#fff !important;
}
.secondary_title {
  text-transform: uppercase !important;
  color: #2f632f !important;
}
.smaller_secondary_title {
  color: #2f632f !important;
}

.primary_title {
  text-transform: uppercase !important;
  color: #d6b622 !important;
}
.smaller_primary_title {
  color: #d6b622 !important;
}

/* Counter styles */
.counter {
  font-size: 2em;
  font-weight: bold;
  margin: 20px;
}
.counter-container {
  display: flex;
  justify-content: space-around;
}

/* Hosting plans card styles */
.hosting-plans-card {
  margin-top: -4%; 
  box-shadow: rgba(2, 3, 73, 0.41) 0px 4px 15px -3px !important; 
  margin-left: 8px !important; 
  margin-right: 8px !important; 
  width: 80% !important; 
  visibility: visible; animation-duration: 4s; animation-delay: 3s;
}

/* Domain search bar */
.domain_search_bar {
  margin-bottom: 10px !important ;
}
.services_section {
     background: url("/images/whiter-landscape.png") !important;

     background-repeat: no-repeat !important;
     background-size: cover !important;
     background-position: center;
     width:100% !important;
}


.copyright {
  border-top: 1px solid #5ba05b;
  background-color:#2f632f !important;
}
footer {
  
  background-color: #2f632f !important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  width:100% !important;
}
footer a {
  color: #fff !important;
}
.navbar-light {
  background-color: #fff !important;
}
.navbar {
/*  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, .1607843137) !important;*/
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1607843137);

}
.domain-box {
  background-color:#2f632f !important;
  border-radius:10px !important;
}
.secondary-stripe {
  background-color:#2f632f !important;
  color:#fff !important;
}
.search-card {
  margin-top:-60px !important;
  z-index: 10 !important;
}
.safari-thumb {
  max-width:100% !important; 
  border-top-left-radius: 20px;  
  border-top-right-radius: 20px; 
}
/* h2 .safari-title {
  color:#fff !important;
  margin-left: 10px !important;
  padding-bottom: 2px !important;
} */
.gray-bg {
  background-color: #ededf8 !important;
}
.image-background-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.596), rgba(0, 0, 0, 0.459));
}
.secondary-text {
  color: #d6b622 !important;
}
a.secondary-links {
  color:#2f632f !important;
  text-decoration: none;
}
.secondary-links {
  color:#2f632f !important;
  text-decoration: none;
}
.list-text {
  text-decoration: none !important;
  color: #fff !important;
}
.title-text {
  text-decoration: none !important;
}
.white-bg {
  background-color:#fff !important;
}
/*.nav-tabs {
  background-color: #2f632f !important;
}*/
.form-group {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.text-bg-secondary {
  background-color: transparent !important;
}
.bg-success {
  background-color: #0cc50c !important;
}
.bg-danger {
  background-color: red !important;
}
.bg-secondary {
  background-color: #d6b622 !important;
}
.thumb img {
      max-width: 100%;
      object-fit: cover;
      cursor: pointer;
    }
    .thumb.active img {
      border: 2px solid #007bff;
    }
.whatsapp-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}

.whatsapp-button img {
  width: 100%;
  height: 100%;
}

.cart-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 38px;
  z-index: 100;
}
