body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  /* ***********************************Navbar CSS *************************** */
  .navbar {
    background: #ffc107;
  }
  .header-headings {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
    width: fit-content;
  }
  .header-headings i {
    color: rgb(255, 217, 0);
  }
  .navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    font-size: 14px;
  }
  .navbar-dark .navbar-nav .nav-link:hover{
    color: black;
  }
  /* ************************Second section start *********************** */
  .properties-heading {
    font-size: 3rem;
    text-transform: uppercase;
  }
  .properties-heading::after {
    height: 1px;
    content: "";
    background: #ffc107;
    width: 150px;
    position: absolute;
    padding-bottom: 0.2rem;
    transition: 0.5s linear;
    top: 70%;
    right: 43%;
  }

  .box .image {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }

  .box .heading {
    font-size: 1.5rem;
  }
  .price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .about {
    height: 400px;
    width: 75%;
    overflow: hidden;
  }
  /* -------------------------------------Carousel------------------------- */
  .carousel-inner .name{
      font-size: 30px;
  }
  .carousel-inner .feedback{
      font-size: 18px;
      padding-left: 3rem;
      padding-right: 3rem;
  }
  .carousel-indicators{
      top: 8rem;
  }
  .carousel-indicators li{
     background: black;
     border-radius: 80%;
     width: 22px;
  }
  .information{
    font-size: 3rem;
    text-transform: uppercase;
  }
  .information::before {
    content: "";
    background: black;
    width: 70px;
    position: absolute;
    padding-bottom: 0.1rem;
    transition: 0.5s linear;
    margin-top: -1rem;
    right: 50%;
  }
  .buttons button{
       font-size: 18px;
       text-transform: uppercase;
       color: black;
       font-weight: bold;
       padding-top: .8rem;
       padding-bottom: .8rem;
       border: 2px solid black;
       transition: .3s linear;
  }
  .buttons .button2{
      background: transparent;
  }
  .buttons .button2:hover{
         background: white;
  }
  .buttons .button1{
      background: white;
  }
  .buttons .button1:hover{
      background: transparent;
  }
  /* ------------------------------Footer CSS ------------------------------ */
  .footer{
      background: url(./img/form-bg.jpg)100%;
      background-attachment: fixed;
  }
  .footer-row{
      background-color: #000000;
      opacity: .85;
      color: white;
  }
  .footer-heading{
      font-size: 1.9rem;
  }
  .footer-heading::after{
    height: 1px;
    content: "";
    background: #ffc107;
    width: 80px;
    position: absolute;
    padding-bottom: 0.0.85rem;
    transition: 0.5s linear;
    top: 20%;
    right: 75%;
  }
  .footer-row .pera{
      font-size: 15px;
  }
  .quick-links{
    font-size: 1.9rem;
  }
  .quick-links::after{
    height: 1px;
    content: "";
    background: #ffc107;
    width: 80px;
    position: absolute;
    padding-bottom: 0.0.85rem;
    transition: 0.5s linear;
    top: 20%;
    right: 65%;
  }
  .contact-heading{
    font-size: 1.9rem;
  }
  .contact-heading::after{
    height: 1px;
    content: "";
    background: #ffc107;
    width: 80px;
    position: absolute;
    padding-bottom: 0.0.85rem;
    transition: 0.5s linear;
    top: 20%;
    right: 65%;
  }
  .social-icon{
      height: 25px;
      width: 25px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  @media screen and (max-width: 1024px) {
    .properties-heading::after {
    right: 40%;
  }
    .box .image {
      width: 100%;
      height: 150px;
    }
    .carousel-indicators {
     top: 10rem;
    }
    .information::before{
        right: 45%;
    }
    .footer-column-left{
        text-align: center;
    }
    .footer-column-left .footer-heading::after{
        top: 25%;
        right: 45%;
    }
    .footer-column-left .pera{
      padding: 0 3rem;
    }
    .contact-heading::after{
        top: 18%;
        right: 75%;
    }
  }
  @media screen and (max-width: 767px) {
    /* ******************Navbra ************************* */
    .navbar {
      background: none;
    }
    .navbar-dark .navbar-toggler {
      margin-left: auto;
      background: black;
      color: white;
    }
    /* ***********************Second Section CSS **************************** */
    .properties-heading {
      font-size: 1.6rem;
    }
    .properties-heading::after {
      width: 150px;
      position: absolute;
      padding-bottom: 0.2rem;
      transition: 0.5s linear;
      top: 60%;
      right: 27%;
    }
    .box .image {
      width: 100%;
      height: 150px;
    }
    .about{
        width: 100%;
        height: 200px;
    }
    .properties-heading::after{
        top: 80%;
        right: 30%;
    }
    .carousel-inner .feedback {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .carousel-indicators {
        top: 15rem;
    }
    .information{
      font-size: 2rem;
    }
    .information::before {
        right: 40%;
    }
    .footer-column-left .pera{
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .quick-links::after{
        right: 70%;
    }
    .footer-links{
        margin-right: 3rem;
        margin-top: 1rem;
        margin-left: -2rem;
    }
    .contact-section{
        margin-top: 5rem;
        margin-left: .5rem;
    }
    .contact-heading::after{
        right: 72%;
    }
    .footer-column-left .footer-heading::after {
      top: 15%;
    }
  }