@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Playfair+Display&family=Raleway&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;
}

/* 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 {
  transition: all 0.8s ease;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.carouselDiv {
  background-color: white !important;
  color: black !important;
  border-radius: 10px;
}

.carouselDiv img {
  border-radius: 10px;
}


.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;
}

#mainResProDiv h4 {
  text-transform: uppercase !important;
}

#mainComProDiv h4 {
  text-transform: uppercase !important;
}

.nav-pills .nav-item {
  width: 25%;
}

.nav-pills .nav-link {
  padding: 15px !important;
  background: none !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  border: 0px !important;
  border-radius: 10px 10px 0px 0px !important;
}

.nav-pills .active {
  background-color: white !important;
  border: 1px solid whitesmoke !important;
  border-bottom: 4px solid #df5f18 !important;
}

.mainSec {
  height: 100vh;
  width: 100%;
  /* background:  url(img/pexels-geraldine-tay-1619660.jpg); */
  background: url(img/pexels-scott-webb-24924.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.mobileNav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.mobileNav > nav {
  background-color: transparent !important;
  color: white !important;
}

.mobileNav .nav-link {
  color: white !important;
  padding: 10px;
  margin: 10px;
}

.mobileNav ul {
  border: none !important;
  border-radius: none !important;
}

.mobileNav ul li {
  padding: 5px !important;
}

.mobileNav2 > nav {
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  /* color: white !important; */
}

.mobileNav2 .nav-link {
  /* color: white !important; */
  padding: 10px;
  margin: 10px;
}

.mobileNav2 ul {
  border: 1px solid whitesmoke;
  /* border-radius: none !important; */
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.mobileNav2 ul li {
  padding: 5px !important;
}

@media only screen and (max-width: 600px) {
  #navbarNavAltMarkup {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.7px);
    -webkit-backdrop-filter: blur(13.7px);
    border: 1px solid rgba(255, 255, 255, 0.43);
  }

  .mainSec{
    background-position: center center;
  }

  .mainSec h1{
    font-size: 3rem !important;
  }

  .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;
  }
}
