@import url("https://fonts.googleapis.com/css2?family=Bakbak+One&family=Hind:wght@700&family=Montserrat&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #d90e11;
  --white-color: #ffff;
  --main-font: 'Bakbak One', sans-serif;
  --font-size: 16px;
  --width: 70%;
  --main-gradient: linear-gradient(to right, rgba(255, 122, 89, 1), rgba(255, 122, 89, 0));
  ;
  --primary-color: #212121;
  --background-color: #111;
  --font: sans-serif;

}

body {
  position: relative;
  overflow-x: hidden !important;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.infra-wrapper {}


.infra-card {
  padding: 10px 15px;


}

.infra-card {
  text-align: center;
}

.infra-card p {
  padding: 10px 0;
  font-family: var(--font);
  font-weight: 500;
}

.slider2 {
  height: 400px;
  width: 100%;
}

.slider-img-wrapper {
  height: 100%;
  width: 100%;

  img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.articals {
  padding: 20px 0;
  border-bottom: 2px solid var(--main-color);
}

.wrapper2 li p {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  opacity: 0.7;
  margin: 10px 0;
}

.pop-img-wrapper {
  width: 65%;
  height: auto;
  margin: auto;

  img {
    width: 100%;
    margin: auto;
  }
}

.swiper {
  max-height: 400px;
  width: 100%;
  margin: auto;
}

.resp-top {
  display: none;
  background-color: red;
  font-family: var(--font);
  padding: 4px 0;

  a {
    color: #fff;
    font-family: var(--font) !important;
    font-size: 1rem;
    text-decoration: none;
  }
}

.res-nav {
  display: none;
  color: #fff;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.accordion-button:not(.collapsed) {
  border: none !important;
  /* color: var(--bs-accordion-active-color); */
  background-color: transparent !important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.titles {
  font-family: var(--main-font);
  font-size: .9rem;
}

.redlf-in p {
  font-family: var(--main-font);
  color: #fff;
  font-size: 1.8rem;
}



.latest-content {

  /* width: calc(25% - 20px)!important; */

  border: 1px solid #c4c8d1b7 !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 10px;
  font-family: var(--font) !important;
}

.latest-caption .caption {
  text-wrap: wrap;
  font-style: normal;
  font-weight: 300 !important;
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 1rem;
  color: red;
  text-decoration: none;
}

.latest-caption p {
  font-family: var(--font);
  font-feature-settings: "liga" off;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  font-weight: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* Adjust this value according to your font-size and spacing */
  max-height: 4.5em;

}

.caption {
  font-family: 'Noto Sans Devanagari', sans-serif !important;
  font-feature-settings: "liga" off;
  letter-spacing: normal;
  white-space: nowrap;
  word-break: break-word;
}

.latest-caption a {
  font-size: 13px;
  text-decoration: none !important;
  font-weight: 500;
}

.latest-content:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
  transform: scale(1.05, 1.05);
}

.fa-arrow-right-long {
  visibility: hidden;
  transition: all ease-in-out 100ms;
}

.redmore:hover {
  text-decoration: underline;
}

.redmore:hover .fa-arrow-right-long {
  visibility: visible;
}

/* navbar  */

.navbar-toggler {
  margin: 3px 0px;
  /* padding: 15px 0px; */
  width: 30px;
  height: 30px;
  border: none !important;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler.collapsed .toggler-icon {
  border: none !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
  position: relative;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  /* border-radius: 1px; */
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
  position: absolute;
  top: 0px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  position: absolute;
  top: 10px;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  position: absolute;
  top: 20px;
  transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
  top: inherit;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  top: inherit;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  top: inherit;
  transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
  /* background: rgb(63,94,251); */
  background: #ffffff;
  background: linear-gradient(90deg, rgb(248, 249, 252) 0%, rgb(248, 249, 252) 45%);
}

/* button:focus:not(:focus-visible){
  border: none !important;
} */
.navbar-toggler:focus {
  box-shadow: none !important;
}

/* navbar end */
.benefit-info ul {
  padding: 0 !important;
}

/* font-family: 'Bakbak One', sans-serif;
font-family: 'Hind', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif; */
.inner-container {
  height: auto;
  margin: auto;
  width: 70% !important;
}

.heading {
  font-family: "Bakbak One";
  color: #d90e11;
}

.inner-content {
  color: #757575;
  font-family: "Bakbak One", sans-serif;
}

.upper-div {
  text-align: center;
  font-family: "Bakbak One";
  background-color: #d90e11;
  height: max-content;
  width: 100%;
  font-size: 1.4em;
  padding: 10px 0px;
}

.upper-div a {
  color: #FFF;
  text-decoration: none;
}

.navbar-section {
  background-color: #666666;
}

/* Add this CSS to your existing styles */
.navbar-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Adjust the z-index as needed */
  background-color: #666666;
  /* Set a background color if needed */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional: Add a box shadow for a subtle effect */
}


/* Rest of your existing styles */

.nav-container {
  margin: auto;
  width: 90% !important;
  /* justify-content: center !important; */
  text-align: center;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.nav-btn {
  background-color: #d90e11 !important;
  color: #ffff !important;
  border-radius: 20px !important;
  height: max-content;
  width: max-content;
  margin: auto 0;
}

.nav-link {
  /* text-transform: uppercase; */
  color: #ffff !important;
}

.icons .bx {
  padding-top: 5px;
  color: #ffff;
  font-size: 30px;
}

.logo-section {
  /* padding-top: 10px; */
  margin-top: 40px;
  margin: auto;
  width: 70% !important;
  display: flex;
  justify-content: space-between;
}

.logo {
  padding: 15px 0px;
  width: 40% !important;
}

.logo img {
  width: 100%;
}

.num-info {
  color: #d90e11;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: end;
  /* text-align: justify; */
}

.banner {
  min-height: 100px;
  height: 400px;
  position: relative;
  background: url("../assects/images/bannerImg.jpg");
  /* background-color: #808080; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
}

.banner-1 {
  min-height: 100px;
  height: 300px;
  position: relative;
  background: url("../assects/images/bannerImg.jpg");
  /* background-color: #808080; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
}

:root {
  --color-background: #5c0303;
  --stroke-width: calc(1em / 12);
  --font-size: 30vmin;
  --font-weight: 700;
  --letter-spacing: calc(1em /28);
}

.banner-heading {
  font-family: 'Bakbak One';
  padding-top: 3rem;
  width: 70% !important;
  text-align: end;
  background-clip: text;
  background-image: linear-gradient(90deg,
      rgba(246, 119, 50, 1) 0%,
      rgba(226, 11, 11, 1) 0%,
      rgba(255, 93, 0, 1) 95%);
  color: var(--color-background);
  font-size: 60px;
  font-weight: var(--font-weight);
  letter-spacing: var(--letter-spacing);
  /* line-height: !important ; */
  padding: calc(--stroke-width / 2);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: var(--stroke-width);
}

.redlife-chmp {
  align-items: center;
  padding: 20px 0px;
  background-color: #d90e11;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 60px; */
}

.red-banner {
  align-items: center;
  padding: 40px 0px;
  background-image: url(../assects/images/inside-header.jpg);
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 60px; */
}

.abt {
  color: var(--white-color);
  font-family: var(--main-font);
}

.redlf-btn1 {
  padding: 15px 3px;
  color: #fff !important;
  background-color: #9a0f08 !important;
  border-radius: 20px !important;
}

.redlf-btn2 {
  float: inline-end;
  color: #d90e11 !important;
  background-color: #ffff !important;

  border-radius: 20px !important;
}

.cont-in {
  justify-content: center;
}

.cont-in .bx {
  float: left;
  color: #d90e11;
  padding: 0px 5px;
  font-size: 40px;
}

.info-box .heading {
  font-size: 18px;
}

.list {
  list-style: none !important;
  text-align: justify;
}

.info-spn {
  text-decoration: none !important;
  color: #949494;
  font-size: 10px;
}

.abt-img {
  padding-top: 30px;
}

.about-content {
  padding-top: 30px;
}

.about-content p {
  color: #666666;
}

.about-img {
  height: 400px !important;
  width: 100% !important;
}

.benifits-section {
  background-color: #f5f5f5;
}

.benifit-container {
  padding-top: 3rem;
  width: 70% !important;
}

.benefit-info ul {
  list-style: none;
  padding-top: 10px;
}

.benefit-info ul li {
  color: #757575;
}

.benefit-info h2 {
  font-family: "Bakbak One";
  font-size: 25px;

}

.ben-img {
  text-align: center;
}

.benifit-img {
  height: 90% !important;
}

.map {
  min-height: 100px;
  /* height: 300px; */
  position: relative;
  background: url("../assects/images/footerBg.jpg");
  /* background-color: #808080; */
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
}

.map-content {
  width: 70% !important;
  margin: auto;
}

.map-info {
  color: #fff !important;
}

.map-info h2 {
  font-size: 20px;
  font-family: "Bakbak One";
  font-size: 700 !important;
}

.map-info ul {
  padding-left: 0 !important;
}

.num {
  display: none !important;
}

/* footer */
.footer {
  background-color: #d90e11;
  height: 50px;
}

.footer h3 {
  /* font-family: "Bakbak One"; */
  color: #fff;
  padding: 10px 0px;
  font-size: 20px !important;
}

/* footer end */
/* Time-line start */
.event-title {
  font-family: var(--main-font);
  color: var(--main-color);
  font-size: 1rem
}

@import url("https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans+Condensed:300");

.breadcrumb {
  font-size: 0.9em !important;
}

.breadcrumb li {
  color: var(--white-color) !important;
}

.breadcrumb li a {
  color: var(--white-color) !important;
}

.wrapper {
  /* background: rgb(207,37,22);  linear-gradient(rgba(206, 27, 40, 0.25), rgba(206, 27, 40, 0.25)),*/
  /* background: url(../assects/images/journey-Bg.jpg); */
  /* linear-gradient(90deg, rgba(207, 37, 22, 1) 0%, rgba(226, 104, 11, 0.7176995798319328) 58%, rgba(255, 93, 0, 1) 99%) */

  /* opacity: 0.4; */
  background-image: url(../assects/images/journey-Bg.jpg);
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font: normal 16px/26px Open Sans Condensed, sans-serif;
  /* color: #fff; */
  padding: 100px 20px 200px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block {
  z-index: 1;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    height: calc(100% - 40px);
    width: 1px;
    /* #f2f2f2 */
    background-color: #aeaeae;
    left: 50%;
    margin-top: 90px;
  }
}

.title {
  text-align: center;
  padding: 20px;
  transition: all 0.8s ease-in-out;
  font-family: var(--main-font);
}

.each-event {
  background-color: #f4f4f4;
  color: #777;
  padding: 15px;
  margin: 60px 20px;
  width: 300px;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;

  &:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: -27px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
  }

  &:nth-child(odd) {
    margin-left: calc(50% + 20px);
  }

  &:nth-child(even) {
    margin-left: calc(50% - 321px);

    &:before {
      left: calc(100% + 14px);
    }
  }
}

.title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}

.each-event.non-focus {
  color: #d2d2d2;
  background: #e6e6e6;
  margin-top: 90px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;

  &:before {
    opacity: 0;
    background-color: #aaa;
  }
}

/* responsive timeline-code */
.responvie-timeline {
  display: none !important;
}

@mixin tablet-and-up {
  @media screen and (min-width: 769px) {
    @content;
  }
}

@mixin mobile-and-up {
  @media screen and (min-width: 601px) {
    @content;
  }
}

@mixin tablet-and-down {
  @media screen and (max-width: 768px) {
    @content;
  }
}

@mixin mobile-only {
  @media screen and (max-width: 600px) {
    @content;
  }
}


ul,
li {
  list-style: none;
  padding: 0;
}

.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background: linear-gradient(45deg, #209cff, #68e0cf);

  padding: 3rem 0;
}

.wrapper2 {
  /* background: #eaf6ff; */
  background-image: linear-gradient(rgba(237, 228, 229, 0.25), rgba(206, 27, 40, 0.25)), url(../assects/images/journey-Bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 1rem;
  /* border-radius: 15px; */
}

h1 {
  color: #0000;
  font-size: 1.2rem;
  font-family: var(--main-font);
}

.sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.wrapper2 li {
  /* background-color: #666666; */
  padding-bottom: 1.5rem;
  border-left: 1px solid black;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;

  &:last-child {
    border: 0px;
    padding-bottom: 0;
  }

  &:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
}

.time {
  color: #2a2839;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;

  @include mobile-and-up {
    font-size: .9rem;
  }

  @include mobile-only {
    margin-bottom: .3rem;
    font-size: 0.85rem;
  }

}

.sessions li p {
  color: #000;
  font-family: var(--main-font);
  line-height: 1.5;
  margin-top: 0.4rem;

  @include mobile-only {
    font-size: 1rem;
  }
}

/* responsive timeline-code */
/* time-line end */
[data-aos="new-animation"] {
  opacity: 0;
  transition-property: transform, opacity;

  &.aos-animate {
    opacity: 1;
  }

  @media screen and (max-width: 575px) {
    transform: translateX(100px);

    &.aos-animate {
      transform: translateX(0);
    }
  }
}

/* teams section */
.card {
  box-sizing: border-box !important;
  column-count: 3;
  /* padding: 10px 0px; */
}

.card-title {
  word-spacing: 2px;
  /* letter-spacing:0.05em; */
  border-bottom: 1px solid #757575;
  font-size: 25px;
  font-family: var(--main-font);
}

.card-text {
  color: #757575;
  letter-spacing: 0.01em;
}

.img-section {
  padding-top: 30px;
  justify-content: center;
  text-align: center;
}

.card-img {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50% !important;
}

.card-icons {
  text-align: center;
  padding-top: 10px;
}

.card-icons .bi {
  margin-right: 5px;
  color: var(--main-color);
  font-size: 20px !important;
  cursor: pointer;
}

.res-links {
  color: #000 !important;
}

/* teams section end */
/* Responsive screens */
@media only screen and (max-width: 575px) {

  .map-content,
  .res-contain {
    width: 100% !important;
  }

  .lg-nav {
    display: none;
  }

  .resp-top,
  .res-nav {
    display: block;
  }

  .banner {
    height: 300px;
  }

  .redlf-in p {
    font-size: 1rem;
  }

  .latest-content {
    margin: 20px auto;
  }

  .upper-div {
    display: none !important;
  }

  .logo-section,
  .nav-container,
  .inner-container {
    width: 100% !important;
  }

  .logo {
    width: 90% !important;
  }

  .banner-heading {
    text-align: center;
    font-size: 30px;
  }

  .num-info {
    display: none !important;
  }

  .about-img {
    height: 100% !important;
  }

  .benifit-container {
    width: 100% !important;
  }

  .ben-img {
    text-align: center;
  }

  .redlife-chmp {
    padding: 10px 0px;
  }

  .redlf-in {
    text-align: center;
  }

  .redlf-btn2 {
    margin: 10px 0px;
    float: none !important;
  }

  .num {
    color: #d90e11;
    display: block !important;
  }

  .footer h3 {
    padding: 10px;
    font-size: 15px !important;
  }

  .wrapper {
    display: none !important;
  }

  .responvie-timeline {
    display: block !important;
  }

  .breadcrumb li a {
    font-size: 15px;
  }

  .breadcrumb-item.active {
    font-size: 18px;
  }

  .card-img {
    height: 150px !important;
    width: 150px !important;
    border-radius: 50% !important;
  }

}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .res-contain {
    max-width: 100% !important;
  }

  .banner-heading {
    text-align: center;
    font-size: 32px;
  }

  .banner {
    height: 350px;
  }

  .lg-nav {
    display: none;
  }

  .resp-top,
  .res-nav {
    display: block;
  }

  .latest-content {
    /* width: calc(100% - 20px)!important; */
    margin: 20px auto;
  }

  .logo-section,
  .nav-container,
  .inner-container,
  .benifit-container {
    max-width: none !important;
    width: 100% !important;
  }

  .logo {
    width: 50% !important;
  }

  .num-info {
    display: none !important;
  }

  .cont-in {
    text-align: center;
    align-items: center;
    margin-top: 15px;
  }

  .ben-img {
    text-align: center;
  }

  .about-img {
    height: 100% !important;
  }

  .num {
    display: block !important;
  }

  .wrapper {
    display: none !important;
  }

  .responvie-timeline {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-contain {
    max-width: 100% !important;
  }

  .banner-heading {
    text-align: center;
    font-size: 35px;
  }

  .lg-nav {
    display: none;
  }

  .resp-top,
  .res-nav {
    display: block;
  }

  .res-nav {
    display: block;
  }

  .latest-content {
    /* width: calc( 50% - 20px)!important; */
    margin: 20px auto;
  }

  .logo-section,
  .nav-container,
  .inner-container {
    max-width: none !important;
    width: 100% !important;
  }

  .num-info {
    color: #d90e11;
    font-weight: 500;
    font-size: 20px;
    padding: 30px 20px;
  }

  .redlife-chmp {
    padding: 20px;
  }

  /* .info-spn{text-align: right;} */
  .benifit-container {
    width: 100% !important;
  }

  .info-spn {
    text-align: center !important;
  }

  .ben-img {
    padding-top: 5rem;
  }

  .benifit-img {
    height: 80% !important;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: right !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .info-spn {
    text-decoration: none !important;
    color: #949494;
    font-size: 10px;
    text-align: -webkit-center;
  }

  .about-img {
    height: 80% !important;
    width: 100% !important;
  }

  .benifit-img {
    height: 70% !important;
  }

  .ben-img {
    margin-top: 3rem !important;
  }

  .abt-img {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {}