@import url("https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Playfair+Display&amp;family=Raleway&amp;display=swap");

/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;
 */

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  /* outline: 1px solid red; */
}

body {
  scroll-behavior: smooth;
  background-color: #f5f5dc57;
  /* background-color: #E8DED1; */
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cfont {
  font-family: "Playfair Display", serif !important;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

.bRadidus {
  border-radius: 10px;
}

.navbar-toggler {
  border: none;
}

.boxShadow {
  box-shadow: 0 0.7961918735236395px 2.0700988711614627px -0.5px #f0f1f469,
    0 2.414506143104518px 6.277715972071746px -1px #f0f1f46c,
    0 6.382653521484461px 16.5948991558596px -1.5px #f0f1f476,
    0 20px 52px -2px #f0f1f499;
}

.cInput2 {
  border: none;
  border-bottom: 1px solid lightgray;
  padding: 5px;
  background-color: transparent;
}

.cInput {
  border: none;
  border-bottom: 1px solid white;
  padding: 5px;
  background-color: transparent;
}

.cInput:focus {
  color: white !important;
}

.whiteBtn {
  border: none;
  background-color: white;
  color: black;
  border-radius: 30px;
  min-width: 150px;
  min-height: 50px;
}

.cBtn {
  border: none;
  background-color: #df5f18;
  color: white;
  border-radius: 30px;
  min-width: 150px;
  min-height: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}

.carousel-control-next-icon {
  color: black !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.aboutUl li {
  font-size: 15px;
  padding: 5px;
}

.propertyList li {
  font-size: 0.9rem;
  padding: 5px 15px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.carouselDiv {
  background-color: white !important;
  border-radius: 10px;
}

.carouselDiv img {
  width: 55px !important;
}

.carouselDiv h6 {
  font-weight: bold;
}

.slider img {
  width: 100px;
  height: 100px;
  animation: scroll 60s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin: 50px;
  background-color: white;
  padding: 5em;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000%);
  }
}

.numFont {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* #mainComDiv p{
  font-weight: bold;
} */

@media only screen and (max-width: 600px) {
  .splide p {
    font-size: 0.9rem !important;
    padding-right: 150px !important;
  }

  .splide h1 {
    font-size: 3rem !important;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .splide .container {
    padding-left: 40px;
  }

  .slider {
    margin: 10px;
    padding: 2rem;
  }

  .slider img {
    width: 50px !important;
    height: 50px !important;
    animation: scroll 60s linear infinite;
  }
}
