@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.8;
  text-transform: none;
  scroll-behavior: smooth;
}

.text-one {
  color: #000000;
}
.text-two {
  color: #c01f2e;
}
.text-three {
  color: #ffcc00;
}
.text-four {
  color: #989aa7;
}
.text-five {
  color: #ffffffcc;
}
.text-white {
  color: #ffffff;
}
.f-roboto {
  font-family: "Roboto", sans-serif;
}
.f-pop {
  font-family: "Poppins", Sans-serif;
}

.bg-one {
  background: #000016;
}

.bg-two {
  background: #f7f7f7;
}
.bg-three {
  background: #ffd4d4;
}
.bg-black {
  background: #000000;
}

.border-rad-15 {
  border-radius: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-19 {
  font-size: 19px;
}
.fs-24 {
  font-size: 24px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.h-100px {
  height: 100px;
}
/* nav  */
.logo {
  height: 60px;
}
.border-bottom-two {
  border-bottom: 2px solid #c01f2e;
}

.navbar {
  z-index: 3 !important;
}
.fixed-top-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.navbar-scrolled {
  background-color: white !important;
  color: black !important;
  transition: 0.5s;
  -webkit-box-shadow: 0px 17px 31px -6px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 17px 31px -6px rgba(255, 255, 255, 1);
  box-shadow: 0px 17px 31px -6px rgba(255, 255, 255, 1);
}
.show-scroll {
  display: none;
}
.show-scroll-logo {
  display: none;
}
.hide-scroll {
  display: block;
}
@media (min-device-width: 992px) {
  nav ul li .nav-link {
    margin-right: 30px;
    font-weight: bold;
  }
}
/* nav ends  */
/* home s-sections  */
.s-section-1 {
  background: rgba(41, 41, 41, 0.8) url(/static/assets/imgs/s-section-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  background-blend-mode: darken;
}

/* home s-sections ends */
a {
  text-decoration: none;
}
a:hover {
  color: #c01f2e !important;
  transition: 0.5s;
}
/* comments  */
.comments-carousel {
  z-index: 1;
}
/* comments ends */
/* footer  */
.footer-a1 li {
  margin-bottom: 30px;
}
footer .logo {
  height: auto;
  width: 130px;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  color: #ffffffcc;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-social-ico i {
  font-size: 20px;
}
footer a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffffcc;
}
footer ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffffcc;
}
.footer-social-ico a {
  color: #c01f2e;
}
/* footer ends  */

/* article and article detail page  */
.card-padding {
  padding: 20px;
}
.article-card {
  position: relative;
  padding: 0px;
  overflow: hidden;
  box-shadow: 9px 9px 18px 9px rgba(0, 0, 0, 0.18), -9px -9px 18px 9px #ffffff;
  border-radius: 18px;
  transition: 0.5s;
}
.article-card:hover {
  box-shadow: 3px 3px 9px 3px transparent, -3px -3px 9px 3px transparent;
  border-radius: 18px;
  transition: 0.5s;
}
.article-card-trans {
  transition: 0.5s;
  box-shadow: inset 3px 3px 9px 3px transparent,
    inset -3px -3px 9px 3px transparent;
  border-radius: 18px;
}
.article-card-trans:hover {
  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
  transition: 0.5s;
}
.project-card-body {
  position: relative;
}
.type-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  position: absolute;
  height: 32px;
  right: 2%;
  top: 4px;
  background: #f7f7f7;
  border: 1px solid #ffffff;
  border-radius: 18px;
}
.news-mid-img {
  height: 45vh;
  width: 100%;
  border-radius: 18px;
  background-position: center;
  object-fit: cover;
}
.article-img-top {
  height: 175px;
  background-position: center;
  width: 100%;
  object-fit: cover;
}
.btn-like {
  outline: none;
  border: 1px solid #c01f2e;
  padding: 3px 12px;
  color: #c01f2e;
  background: #ffffff;
  border-radius: 15px;
  font-weight: 700;
  transition: 0.5s;
}
.btn-like:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #c01f2e;
  transition: 0.5s;
}
.btn-like-selected {
  border-radius: 10px;
  padding: 3px 12px;
  border: 1px solid transparent;
  color: #ffffff;
  background: #c01f2e;
  transition: 0.5s;
}
.btn-like:hover .btn-like i {
  color: #ffffff;
}
.btn-dislike {
  outline: none;
  font-weight: 700;
  border: 1px solid #181818;
  padding: 3px 12px;
  color: #181818;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.5s;
}
.btn-dislike:hover {
  border: 1px solid transparent;
  color: #ffffff;
  background: #181818;
  transition: 0.5s;
}
.btn-dislike-selected {
  border: 1px solid transparent;
  color: #ffffff;
  background: #181818;
  transition: 0.5s;
}
.btn-dislike:hover .btn-dislike i {
  color: #181818;
}
.btn-rss {
  outline: none;
  border: none;
  padding: 6px 12px;
  display: flex;
  background: #c01f2e;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.5s;
  border: 1px solid #c01f2e;
  width: fit-content;
  white-space: nowrap;
}
.btn-rss:hover {
  border: 1px solid #c01f2e;
  color: #c01f2e;
  background: #ffffff;
  transition: 0.5s;
}
.btn-signin-google {
  outline: none;
  border: none;
  padding: 6px 12px;
  display: flex;
  background: #ebeef6;
  border-radius: 10px;
  color: #181818;
  transition: 0.5s;
  border: 1px solid #ebeef6;
  width: fit-content;
  white-space: nowrap;
}
.form-control:focus {
  border-color: #c01f2e;
  outline: 0;
  box-shadow: 0 0 0 0.17rem rgb(192 31 46);
}

.form-control {
  border-color: #73c2ff;
  outline: 0;
  box-shadow: 0 0 0 0.03rem rgb(0, 136, 255);
}

.form-checkk {
  border-color: #73c2ff;
  outline: 0;
  box-shadow: 0 0 0 0.03rem rgb(0, 136, 255);
}

.my-comments {
  padding: 10px;

  box-shadow: inset 3px 3px 9px 3px rgba(0, 0, 0, 0.18),
    inset -3px -3px 9px 3px rgba(255, 255, 255, 0.63);
  border-radius: 18px;
}
.comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: #ebeef6;
  border: 1px solid #000000;
  border-radius: 18px;
}
.platform-main-right-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 18px;
}
/* article and article detail page ends */
/* about us  */
.side-sticky {
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
}
.side-sticky-2 {
  -webkit-box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
  -moz-box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
  box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
}
@media (min-device-width: 767px) {
  .side-sticky {
    height: calc(100vh - 50px);
    padding: 54px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.75);
  }
  .side-sticky-2 {
    -webkit-box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
    -moz-box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
    box-shadow: 0px 7px 28px 1px rgba(255, 212, 212, 1);
  }
}
/* about us ends */
/* faq  */
.faq-accordian .accordion-item {
  border: none;
  margin-bottom: 10px;
  /* background-color: #ffffffcc; */
}

.faq-accordian .accordion-button {
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  background: #f7f7f7 !important;
  font-size: 18px;
}
.faq-accordian .accordion-button:not(.collapsed) {
  z-index: 0;
  box-shadow: none;
  background-color: #c01f2e;
  color: #c01f2e;
  padding: 15px 30px 15px 30px;
}
.faq-accordian .accordion-button {
  box-shadow: none;
  background-color: #ffffffcc;
  color: #000000;
  padding: 15px 30px 15px 30px;
}
.faq-accordian .accordion-body {
  /* color: #ffffff; */
  font-size: 18px;
  /* background-color: #000000; */
}
.faq-accordian .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
  font-size: 16px;
  height: 16px;
  width: 16px;
  font-family: "Font Awesome 5 Free"; /* Font Family name for regular Font Awesome icons */
  content: "\f107"; /* Unicode of the desired Font Awesome icon */
  font-weight: 900;
}
.faq-accordian .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-left: auto;
  background-image: none;
  transition: var(--bs-accordion-btn-icon-transition);
  font-family: "Font Awesome 5 Free"; /* Font Family name for regular Font Awesome icons */
  content: "\f107"; /* Unicode of the desired Font Awesome icon */
  font-weight: 900;
}

/* faq ends */
