body {
  /* font-family: yatra; */
  background-color: #131313 !important;
}

/* .section{
    background-color: #131313 !important;
} */
/* .container-fluid{
    background-color: #131313;
} */

/* p,
h3, */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* border-radius: 20px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #420505;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f45353;
}
button {
  /* span { */
  font-family: yatra !important;
  font-size: larger !important;
  font-weight: bold;
}

@font-face {
  font-family: yatra;
  src: url(./YatraOne-Regular.ttf);
}

.top_section {
  max-height: 100vh;
  height: 100%;
  background-image: url(img/CN-background-compressed.webp);
}

.counter_container {
  width: 30% !important;
  position: absolute;
  right: 3%;
  top: 28%;
}

.form_col {
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #FFFFFF
    border-radius: 30px; */
  /* position: absolute;
    right: 1%;
    top: 5%;
    width: 440px !important;
    background: #1B1C1E;
    border: 2px solid #FFFFFF;
    border-radius: 30px; */
}

.form_box {
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 380px !important;
}

.lang {
  position: absolute;
  top: 2%;
  left: 2%;
  color: white;
  background-color: #f18316;
  padding: 3px 20px;
  border-radius: 20px;
}

.form-label {
  left: 2%;
  position: absolute;
  top: -25%;
  padding: 0px 9px 0px 4px;
  background-color: #1b1c1e;
  font-family: "manrope";
  font-style: normal;
  /* font-weight: 400; */
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;

  /* Grey 4 */
  border-radius: 4px;
  color: #e5e5e5 !important;
  /* Grey 6+ */

  /* color: #787575; */
}

input::placeholder {
  font-size: 14px !important;
  font-family: yatra !important;
}

select {
  font-size: 14px;
  color: #212529;
}

select,
select option {
  color: #212529;
  font-family: yatra !important;
}

select:invalid,
select option[value=""] {
  color: #6c757d;
  font-size: 15px;
  padding: 8px;
  font-family: yatra !important;
}

.form-control {
  border-radius: 0px !important;
}

.counter h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Impact";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 73px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin: 0px;
}

.counter p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  /* font-size: 30px !important; */
  font-size: 24px !important;
  line-height: 37px;
  /* identical to box height */
  text-align: center;
  /* letter-spacing: 0.05em; */
  text-transform: uppercase;
  color: #f5f5f5;
  /* line-height: 2rem; */
}

.first_sec {
  padding: 15px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 148%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.hero_section {
  display: flex;
}

.carousel_col {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}

.logo {
  position: absolute;
  top: 20%;
  left: 1%;
  width: 10%;
}
.carousel-item {
  border: 1px solid #5a0004;
  filter: drop-shadow(0px 4px 37px rgba(109, 3, 8, 0.35));
  border-radius: 16px;
}

.carousel-item img {
  border-radius: 16px;
}

.top_head {
  font-weight: 700;
  font-size: 44px;
  /* identical to box height, or 71px */
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .carousel-indicators botton {
    height: 30px;
    width: 30px;
    border-radius: 15px;
  } */

.timeline {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url(Timeline_Mobile-02.png), url(.jpg);
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.7);
}

.gallary {
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url(image.png), #591B1B; */
  border: 2px solid #631313;
  /* border-radius: 16px; */
  padding: 1%;
  margin: 3%;
}

.gallary img {
  border-radius: 0px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ysm {
  width: 22%;
}

.git_desktop {
  position: absolute;
  width: 32%;
  top: 34%;
  left: 2%;
}

.agenda {
  padding-bottom: 80px;
  padding-top: 30px;
}

.section_padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

#refer-img {
  width: 80% !important;
  /* border: 2px solid red; */
}

@media (max-width: 768px) {
  .section_padding {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .refer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #refer-img {
    width: 100% !important;
    /* border: 2px solid red; */
  }

  .agenda {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .git_desktop {
    position: absolute;
    width: 52%;
    top: 44%;
    left: 1%;
  }

  .counter_container {
    width: 100% !important;
    position: relative;
    right: auto;
    top: auto;
  }

  .counter h3 {
    /* color: white !important; */
    font-size: 45px !important;
    line-height: 2rem !important;
  }

  .counter {
    padding: 30px;
  }

  .counter p {
    line-height: 2rem !important;
    font-size: 21px !important;
    /* color: black !important; */
  }

  .logo {
    width: 22% !important;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    /* display: none; */
  }

  .ysm {
    width: 11% !important;
  }

  .footer {
    display: block;
    text-align: center;
  }

  .top_head {
    font-weight: 700;
    font-size: 22px;
    /* identical to box height, or 71px */
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }

  .carousel-item {
    /* border: 1px solid #5A0004; */
    filter: drop-shadow(0px 4px 37px rgba(109, 3, 8, 0.35));
    border-radius: 16px;
    border: 1px solid #ffffff;
    border-radius: 4px;
  }

  .hero_section {
    display: block;
  }

  .carousel_col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
  }

  .form_col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #FFFFFF;
        border-radius: 30px; */
    /* position: absolute;
        right: 1%;
        top: 5%;
        width: 440px !important;
        background: #1B1C1E;
        border: 2px solid #FFFFFF;
        border-radius: 30px; */
  }
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 33%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 3);
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  margin-right: -2px !important;
  margin-left: -2px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-prev i {
  margin-left: -50px !important;
}

.owl-next i {
  margin-right: 0px !important;
}

@media (max-width: 500px) {
  .owl-prev i {
    margin-left: 0px !important;
  }

  .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 33.5%;
    right: 0px !important;
    display: block !important;
    border: 0px solid black;
  }

  .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 33% !important;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
  }
}

/* new css */

.nav-item .nav-link {
  color: white !important;
}

.nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link :hover {
  font-weight: 700 !important;
}

.about {
  /* padding: 30px; */
  font-family: "yatra";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 148%;
  text-align: center;
  letter-spacing: 0.01em;
  color: white;
  text-align: left;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.about_us {
  margin: 40px 0px !important;
}

.testi {
  /* width: 100%;
    max-height: 100%;
    background-image: url('new_image/Rectangle\ 4575.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover */
}

.test {
  background-color: #420505;
  color: rgb(255, 255, 255);
  border-radius: 58px;
  border-top: 5px solid #703b07;
  border-bottom: 5px solid #703b07;
  max-width: 100%;
  position: absolute;
  top: 12%;
  height: 250px;
  width: 100% !important;
}

/* .splide {
    padding-left: 75px;
    padding-right: 75px;
} */

.fb_container {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.fb-video {
  /* box-shadow: rgba(130, 130, 130, 0.63) 0px 74px 20px -53px; */
  height: 40vw;
}

.social_thank {
  margin: 5px;
}

.nav-item .nav-link {
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  text-shadow: 3px 3px 4px #131313 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  /* box-shadow:1px 1px 4px #131313; */
  /* opacity: .; */
}

.nav-item {
  color: red !important;
}

.splide__pagination__page {
  display: none !important;
}

.navbar-nav {
  margin-top: 1% !important;
}

.ref_first {
  color: white;
}

.owl-carousel3 .item {
  min-height: 300px;
}

.side_navbutton {
  position: absolute;
  right: 1%;
  top: 1%;
}
.offcanvas {
  width: 80% !important;
}

.slidenav_name {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.logonav {
  width: 30%;
}
.offcanvas-body {
  background-color: #131313;
  color: white;
}
.offcanvas-body a {
  color: white !important;
  text-decoration: none;
  font-weight: 700;
}
.btn-close {
  color: white !important;
}
.yatra-font {
  font-family: "yatra" !important;
}
@media (max-width: 768px) {
  .about_us {
    margin: 10px 0px !important;
  }

  .navbar-nav {
    margin-top: 1% !important;
    /* background-color: #131313;
        z-index:99999; */
  }

  .navbar {
    /* background-color: #131313;
        opacity: 1;
        z-index: 99999; */
  }

  .test {
    background-color: #420505;
    color: rgb(255, 255, 255);
    border-radius: 14px !important;
    border-top: 5px solid #703b07;
    border-bottom: 5px solid #703b07;
    max-width: 100%;
    position: absolute;
    top: 1%;
    font-size: 16px;
  }

  .testi {
    /* width: 100% !important;
        max-height: 100%;
        height: 100%;
            background-image: url('new_image/Rectangle\ 4575.png');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover; */
  }

  .owl-carousel3 .item {
    min-height: 280px !important;
  }

  .fb-video {
    /* box-shadow: rgba(130, 130, 130, 0.63) 0px 20px 5px -25px; */
    height: 55vw;
  }

  .fb_container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #ref {
    text-align: center !important;
  }

  .ref_first {
    text-align: justify !important;
    color: white;
  }

  .about {
    text-align: center;
    font-size: 32px !important;
  }

  .about_p {
    text-align: justify !important;
  }

  .agenda-card {
    width: 95% !important;
    margin: auto;
    /* padding: 2%; */
  }

  .offcanvas-body a p {
    font-size: 22px !important;
  }
}

.about_p {
  color: white !important;
}

@media (min-width: 1400px) {
  .about_p {
    font-size: 20px !important;
  }
}

.top_button {
  background: linear-gradient(180deg, #ff2900 0%, #c71f00 100%) !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3),
    inset -2.43841e-16px -3.98222px 3.98222px #be1d00,
    inset 2.43841e-16px 3.98222px 3.98222px #ff2b00 !important;
  border-radius: 0px !important;
  border: none !important;
  padding: 14px 30px !important;
  font-size: 16px !important;
  color: white !important;
}

.card-body {
  height: 130px;
}

.card-content {
  height: 13rem;
  font-size: 14px;
  text-align: justify !important;
  padding: 0 5px;
}
.card-content {
  background-color: white;
  /* border: 2px solid red; */
  font-weight: 700 !important;
}
.agenda-card {
  border: 2px solid #9a2b2b;
  border-radius: 0px;
  overflow: hidden;
  font-family: "Khand", sans-serif;
  font-size: 1.2rem !important;
  background-color: white;
}
.agenda-card {
  /* border: 1px solid #ff2900; */
  /* border-radius: 8px; */
  overflow: hidden;
  /* padding: 1%; */
  margin: 4%;
}
.card-title {
  color: #ffffff;
  background-color: #ff2200;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 0.7rem; */
}
.card-title h4 {
  font-size: 1.2rem;
}

#agenda-caraousal .splide__slide.is-active {
  transform: scale(1);
  filter: opacity(100%);
}
#agenda-caraousal .splide__track {
  width: 90%;
  margin: auto;
}

#agenda-caraousal .splide__slide {
  transition: all 0.3s ease;
  filter: opacity(50%);
  transform: scale(0.95);
}

.wa-number{
  position:absolute;top:7.5%;right:10.7%;color:#ffba00;font-size:28px;font-weight: 700; border-radius:90px;width:60px;height:60px;
}
@media (max-width: 768px) {
  .wa-number{
    top:6.6%;right:10.2%;
  }
  #agenda-caraousal .splide__slide {
    transform: scale(1);
  }
  .card-title {
    margin-top: -5px;
  }
  .column1 {
    background-image: url("./d-banner.webp");
    max-height: 60vh !important;
    height: 60vh !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position: 44%; */
    background-size: contain;
  }

  .column2 {
    max-height: 30vh !important;
    height: 30vh !important;
  }
}
.column1 {
  background-image: url("m-banner-new.webp");
  max-height: 100vh;
  height: 100vh;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* background-position: 44%; */
  background-size: center/cover;
}

.column2 {
  /* max-height: 100vh;
	height: 100vh;
	display:none; */
}
