@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.bg-orange {
  background-image: linear-gradient(to right, #F43E05, #FE640B);
}

.nav-link {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-right: 16px;
}

.nav-link:focus,
.nav-link:hover {
  color: rgba(255, 255, 255, 0.90);
}

#navbar_top{
  transition: transform 1s;
}

#navbar_top.fixed-top{
  /* top: 40px; */
  top: 0;
}

a.linking{
  text-decoration: none;
  color: #000;
}

.action-btns-bottom {
  position: fixed;
  bottom: 20px;
  left: 15px;
}

.peopleaskmost span{
  font-size: 12px;
  padding: 4px 8px;
  margin: 2px;
  /* border: 1px solid #e1e1e1; */
  border-radius: 5px;
  color: #999;  
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 540px;
  background-size: cover;
  background-position: center;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 512px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .carousel-item {
    height: 480px;
  }
}

/* // `md` applies to small devices (landscape phones, less than 540px) */
@media (max-width: 767.98px) {
  .carousel-item {
    height: 480px;
  }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .carousel-item {
    height: 540px;
  }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .carousel-item {
    height: 540px;
  }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

  .carousel-item {
    height: 480px;
  }
}


.reviews{

}

.reviews .item p{

}


.social a{
   color: #000;
   font-size: 28px;
   padding: 10px;
}