@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  font-family: "Poppins", sans-serif;
}
p
{
	font-size:14px;
}
.stats-section {
  /* text-align: left; */
  padding: 20px;
}

.font_w_600 {
  font-weight: 600;
}

.cst_clr_org {
  color: #FD7E14;
}

.cst_text {
  color: #525560;
  text-align: justify;
  font-size: 14px;
}

/*Sewa Magnitude start*/
.bg_alice_blue {
  background-color: #F8F9FA;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  font-weight: 600;
  color: #FD7E14;
  border-bottom-color: #FD7E14;
}

.nav-underline .nav-link:hover {
  border-bottom-color: #FD7E14;
  color: #FD7E14;
}

.nav-underline .nav-link {
  /* border-bottom-color: #000000; */
  font-weight: 600;
  color: #000000;
  padding: 0px 20px;
}

/*Sewa Magnitude end*/

/*statastics data section start*/

.stats-number {
  font-size: 40px;
  font-weight: 600;
  color: #E86A1F;
}

.stats-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.divider {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.btn-custom {
  background-color: #FD7E14;
  color: #fff;
  font-weight: 700;
  border-radius: 17px;
  padding: 12px 20px;
}

.btn-custom:hover,
.btn-custom:active {
  background-color: #ffffff !important;
  color: #FD7E14 !important;
  border: 1px solid #FD7E14 !important;
}

.br-right {
  border-right: 1px solid #ddd;

}

.cst_padding {
  padding: 0rem 1rem 0rem 6rem;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .br-right {
    border-right: 0px solid #ddd;

  }

  .cst_padding {
    padding: 0rem 0rem 0rem 0rem;
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .br-right {
    border-right: 0px solid #ddd;

  }

  .cst_padding {
    padding: 0rem 1rem;
    text-align: center !important;
  }
}

/*statastics data section end*/

/*video slider start*/
.owl-carousel .item-video {
  height: 250px;
  border-radius: 20px;
}

.owl-stage-outer {
  padding: 0 !important;
}

.owl-stage {
  margin: 0 !important;
  padding: 0 !important;
}

/*video slider end*/
.button1 {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FD7E14;
  color: #fff;
  font-weight: 700;
  border-radius: 17px;
  padding: 12px 20px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-decoration: none;

}

.button1 span {
  position: relative;
  pointer-events: none;
  color: white;
}

.button1::before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #92490c, transparent);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;

  color: white;
}

.button1:hover::before {
  --size: 400px;
  color: white;
}

/* .btn-custom {
  background-color: #FD7E14;
  color: #fff;
  font-weight: 700;
  border-radius: 17px;
  padding: 12px 20px;
}

.btn-custom:hover,
.btn-custom:active {
  background-color: #ffffff !important;
  color: #FD7E14 !important;
  border: 1px solid #FD7E14 !important;
} */

.btn-swap1 {
  background-color: #FD7E14;
  color: #fff;
  font-weight: 700;
  /* border-radius: 17px; */
  padding: 8px 16px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;

}

.btn-swap1 span {
  position: relative;
  z-index: 1;
  /* border-radius: 17px; */
}

.btn-swap1:hover {
  color: #fff;
  /* border-radius: 17px; */

}

.btn-swap1:hover:after {
  width: 100%;
  z-index: 0;
  /* border-radius: 17px; */
}

.btn-swap1:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a34e08;
  /* border-radius: 17px; */
}

.btn-swap {
  background-color: #FD7E14;
  color: #fff;
  font-weight: 700;
  /* border-radius: 17px; */
  padding: 12px 20px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;

}

.btn-swap span {
  position: relative;
  z-index: 1;
  /* border-radius: 17px; */
}

.btn-swap:hover {
  color: #fff;
  /* border-radius: 17px; */

}

.btn-swap:hover:after {
  width: 100%;
  z-index: 0;
  /* border-radius: 17px; */
}

.btn-swap:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a34e08;
  /* border-radius: 17px; */
}


.cards {
  /* width: 100%; */
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  /* max-width: 820px; */
}


.card--2 .card__img,
.card--2 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_1.png');
}

.card--3 .card__img,
.card--3 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_2.png');
}

.card--4 .card__img,
.card--4 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_3.png');
}

.card--5 .card__img,
.card--5 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_4.png');
}

.card--6 .card__img,
.card--6 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_5.png');
}

.card--7 .card__img,
.card--7 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_6.png');
}

.card--8 .card__img,
.card--8 .card__img--hover {
  background-image: url('../images/unsplash_cVEOh_JJmEE_7.png');
}

.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #AD7D52;
}

.card__time {
  font-size: 12px;
  color: #AD7D52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}

.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;

}

.card2 {
  /* margin-right: 25px; */
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  /* width: 33.3%; */
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}

.card2:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(0.98, 0.98);
}

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
  height:50%;
}

/* 
.card__info:hover {
  z-index: 2;
  background-color: rgb(255, 255, 255,0.3);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
} */

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

/* .card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
} */

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #AD7D52;
}

.card2:hover .card__img--hover {
  height: 100%;
  opacity: 0.8;
}

.card2:hover .card__info {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  color: white;
  /* height:100%; */
}

.card2:hover .card__info-hover {
  opacity: 1;
}

.btnhove a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  
  transition: color 0.3s ease-in-out;
}

.btnhove a svg {
  margin-left: 5px;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}


.btnhove a:hover {
  color: #bd8057;
}

.btnhove a:hover svg {
  transform: translateX(5px);
  
  color: #bd8057;
  
}




.impact-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 20px solid transparent; /* will override via nth-child */
  transition: transform 0.3s ease-in-out;
  min-height: 370px;
}

.impact-card:hover {
  transform: translateY(-5px);
}

.impact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(198, 149, 99, 0.4), rgba(198, 149, 99, 0.9));
  z-index: 2;
  opacity: 0;
  transition: 0.5s all;
}

.impact-card:hover::before {
  opacity: 1;
}

.impact-card img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.impact-overlay {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all;
  padding: 30px 0px;
}

.impact-card:hover .impact-overlay {
  opacity: 1;
  transform: translateY(0);
}

.impact-heading {
  margin: 0;
  font-size: 20px;
}

.impact-text {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.impact-link {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.impact-link:hover {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
}


/* Target the card inside each column */
.impact-wrapper > div:nth-child(1) .impact-card { border-bottom-color: #ff6b6b; }
.impact-wrapper > div:nth-child(2) .impact-card { border-bottom-color: #f7b731; }
.impact-wrapper > div:nth-child(3) .impact-card { border-bottom-color: #20bf6b; }
.impact-wrapper > div:nth-child(4) .impact-card { border-bottom-color: #4b7bec; }
.impact-wrapper > div:nth-child(5) .impact-card { border-bottom-color: #a55eea; }
.impact-wrapper > div:nth-child(6) .impact-card { border-bottom-color: #0fb9b1; }
.impact-wrapper > div:nth-child(7) .impact-card { border-bottom-color: #fd9644; }
.impact-wrapper > div:nth-child(8) .impact-card { border-bottom-color: #2d98da; }
