* {
  margin: 0;
  padding: 0;
}

:root {
  --voilet-light: #c697f5;
  --violet: #542c85;
  --lightblack: #cfd1d4;
  --white: #ffffff;
  --lightvoilet: #8f4fcf;
  --black: rgba(0, 0, 0);
  --lightshade: #dac6f3;
  --second-bg-color: #323946;
  --main-color: #d26cf8;
  --background: #11081f;
}

body {
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  overflow x: hidden;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



/*Navbar*/
.navbar-brand{
    height: 10%;
    overflow: hidden;
}
.logo {
    height: 55px;
    width: 240px;
}

.navbar.sticky-top {
    top: 0px;
    transition: .5s;
    right:0;
    left:0;
    position:sticky;
}

.navbar .navbar-nav .nav-link {
    margin-right: 5px !important;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    outline: none;                                  
    overflow :auto;
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        /*color: var(--primary);*/
        color: violet !important;
    }


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.places ul {
    list-style: none;
}
.dropdown-menu{
   padding-x: 5px !important;
}

    .contact {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #8a4baf;
    background-color: var(--white);
    color: var(--violet);
    font-weight: 500;
    font-size: 13px;
    height: 32px;
    width: 80px;
    padding: 3px 16px 4px;
    border-radius: 4px;
    margin: 12px 20px;
    text-decoration: none;
    display: inline-flex;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.login {
    align-items: center;
    background-color: var(--violet);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    font-weight: 500;
    margin: 12px 0;
    width: 100px;
    font-size: 20px;
    height: 40px;
    min-height: 32px;
    padding: 3px 16px 4px;
    text-decoration: none;
    display: inline-flex;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (max-width: 1260px) {

    .login {
        font-size: 14px;
        width: 80px;
        margin: 1px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 0;
        font-size: 25px;
    }
}
@media (max-width: 1137px) {

    .login {
        font-size: 16px;
        width: 80px;
        margin: 1px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 0;
        font-size: 15px;
    }
}

  /*index page secondsection*/
.services {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 6%;
}
.Seperater {
    margin-top: -12%;
    text-align: center;
}

.SeperaterBelowResident {
    margin-top: -12%;
    text-align: center;
}

@media (max-width: 576px) {
    .SeperaterHomeNew {
        margin-top: 365px;
        text-align: center;
    }
    .Seperater {
        margin-top: 85%;
    }
    .SeperaterBelowResident {
        margin-top: 100% !important;
    }
}


.services img {
  width: 48%;
  height: 450px;
  padding: 5px;
  white-space: 2px;
}

#img-manali {
  margin: -190px 0 0 0;
  padding: 20px;
}

.services-text {
  align-items: center;
  /*width: 600px;*/
  padding: 20px 20px 0 20px;
  margin: -120px 0 0 0;
  font-size: 20px;
}
.services-text h1{
font-size: 45px;
}


.descriptions {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #8a4baf;
  background-color: var(--white);
  color: var(--violet);
  font-weight: 500;
  font-size: 17px;
  height: 38px;
  width: 150px;
  padding: 3px 16px 4px;
  border-radius: 4px;
  margin: 10px 2px;
  text-decoration: none;
  display: inline-flex;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.active,
.descriptions:hover {
  background-color: var(--violet);
  color: var(--white);
  transition: 0.5s ease;
}

.air {
  display: none;
  padding: 5px;
}
@media (max-width: 1024px) {
    #img-manali {
        margin: 10px 0 0 0;
        padding: 20px;
    }
    .SeperaterBelowResident {
        margin-top: 2%;
        text-align: center;
    }
}
@media (max-width: 756px) {
    #img-manali {
        margin: 10px 0 0 0;
        padding: 20px;
    }    
}
@media (max-width: 640px) {
    #img-manali {
        margin: 10px 0 0 0;
        padding: 20px;
    }
    .services-text {
        /* width: 100%;*/
        margin: 20px 0 0 0;
    }  

    services img {
        width: 38%;
        height: 250px;
        padding: 5px;
    }
}

@media screen and (max-width: 450px){
    #img-manali {
        margin: 0px 0 0 0;
        padding: 0;
        width: 40%;
        height: 200px;
    }
    .services-text {
       /* width: 100%;*/
        margin: 20px 0 0 0;
    }
    .services img{
        width: 40%;
        height: 200px; 
    }
}
/*index page thirdsection*/

.facts {
  position: relative;
  margin: 6rem 0;
  background-color:  #8f4fcf;
}
.facts h1,span,i{
  color: black;
  /* color: #fff; */
}
  .facts .border {
      border-color: rgba(249, 252, 249, 0.1) !important;
  }

@media screen and (max-width: 1036px) {
  .counter-up {
    padding: 50px 50px 0 50px;
  }
    .SeperaterBelowResident {
        margin-top: 2%;
        text-align: center;
    }
  .counter-up .content .box {
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px){
 

}
@media screen and (max-width: 580px) {
  .counter-up .content .box {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .wrapper {
    padding: 20px;
  }

  .counter-up {
    padding: 30px 20px 0 20px;
  }
}
/*Contact form*/



.form {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: grid;
  height: 700px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: var(--lightvoilet);
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #542c85);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--lightshade);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

::placeholder {
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}



.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
  color: var(--white);
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
 
}

.contact-info .title {
  color: var(--violet);
}

.text {
  color: #282828;
  margin: 1.5rem 0 2rem 0;
  font-size: 1.50rem;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 1rem;
}

.information img{
  width: 28px;
  margin-right: 0.7rem;
  color: black !important;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons{
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #8f4fcf, #542c85);
  color: #fff !important;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.social-icons a i{
  color: white;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #8a4baf;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}



@media (max-width: 1500px){    
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}






/*index page fourthsection*/

.section-subtitle {
  font-size: 29px;
  text-transform: uppercase;
  font-family: var(--ff-montserrat);
  margin-bottom: 8px;
}
.section-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-text {
  padding: 0 0 26px 0;
  font-size: 18px ;
}
.places {
  display: flex;
}
.places-list {
   margin-bottom: 40px;
}
.places-list>li:not(:last-child) {
  margin-bottom: 30px;
}
.places-card {
  overflow: hidden;
  border-radius: 15px;
 
}
.places-card .card-banner {
  height: 250px;
}

.places-card .card-banner img {
  width: 315px;
  height: 310px;
  object-fit: cover;
}



.places-card .card-title {
  margin-bottom: 15px;
}

/*.places-card .card-text {
  line-height: 1.6;
  margin-bottom: 20px;
  width: 410px;
  font-size: 21px;
}*/

#contact{
  align-self: center;
  margin: 0 0 180px 0;
}
.places-card .card-price {
    background: var(--lightvoilet);
    color: var(--white);
    padding: 25px 20px;
    text-align: center;
    border-radius: 10px;
    height: 313px;
    /* width: 300px; */
}

.places-card .card-price .wrapper {

 
  justify-content: center;
  align-items: center;
  gap: 5px 10px;
 
}

.places-card .card-price .reviews {
  font-size: 20px;
}

.places-card .price {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.places-card .price span {
  font-size: 23px;
  font-weight: initial;
}



.places .btn:hover {
  background-color: var(--violet);
  color: var(--white);
}


.contactinfo {
  height: 80vh;
  background-color: var(--voilet-light);
  color: var(--black);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
@media screen and (max-width: 600px) {

    .places-card .card-content {
        padding: 1px 2px;
    }

    .places-card .card-banner img {
        width: 200px;
        height: 310px;
        object-fit: cover;
    }

    .card-content {
        margin-top: 60px;
        margin-bottom: 20px;
        text-align: left;
    }

    .card-title {
        text-align: left !important;
    }
}

/*This is for home page*/
@media screen and (max-width: 450px) {
    .places-card .card-content {
        padding: 1px 2px;
        margin-left: 0; /* Remove negative margin */
        width: 100%; /* Make content full width */
    }

    .places-card .card-banner img {
        width: 100%; /* Make the image full width */
        height: auto; /* Let the height adjust proportionally */
        object-fit: contain; /* Keep the aspect ratio, fit within the container */
    }

    .card-content {
        margin-top: 10px; /* Adjust margin as needed */
        margin-bottom: 20px;
        text-align: left;
    }

    .card-title {
        text-align: left !important;
    }

    .places-card .card-price {
        background: var(--lightvoilet);
        color: var(--white);
        padding: 25px 20px;
        text-align: center;
        border-radius: 10px;
        height: auto; /* Allow content to determine height */
        min-height: 384px; /* Set a minimum height if necessary */
    }

    .Place-Sections {
        width: 100%; /* Make sections full width */
        margin-left: 0; /* Remove margin */
        margin-top: 10px; /* Adjust margin as needed */
    }

    .divHead {
        margin-left: 0 !important;
    }

   
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100%) */
        height: 0;
        overflow: hidden;
    }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}



.Place-Sections {
    margin-top: 46px;
    width: 65%;
    margin-left: 20%;
}

@media screen and (max-width: 1400px) {
    .Place-Sections {
        width: 84%;
        margin-left: 12%;
    }
    .places-card .card-content {
        margin-left: 4%;
        padding: 10px 20px;
    }
    #places-btn {
        width: 21% !important;
        margin-left: 40% !important;
    }
    .SeperaterBelowResident {
        margin-top: 2%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .Place-Sections {
        width: 104%;
        margin-left: 10%;
    }
    .places-about {
        width: 79%;
        margin-left: 4%;
    }

    .places-card .card-content {
        margin-left: 20%;
        padding: 10px 20px;
    }

    .divHead {
        margin-left: 17%;
    }

    #places-btn {
        width: 26% !important;
        margin-left: 47% !important;
    }
}

@media screen and (max-width: 992px) {
    .Place-Sections {
        width: 84%;
        margin-left: 10%;
    }
}

.places-card .card-content {
    margin-left: 0%;
    padding: 10px 20px;
}

#places-btn {
    width: 18%; /* Adjust the width relative to the parent container */
    justify-content: center;
    padding: 25px;
    font-size: 25px;
    margin-left: 40%;
}

@media (min-width: 992px) {
    /*#places-btn {
        width: 30%;*/ /* Adjust the width for larger screens */
    /*}*/
}

@media screen and (max-width: 450px) {
    #places-btn {
        width: 62% !important;
        margin-left: 20% !important;
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 450px) {
    .places-about {
        /*width: 88%;*/
    }
}

/*.places-about ul {
    padding: 2px !important;
    list-style: none;
}*/

/*Till Here*/
/*About-info*/
.about {
    background-color: var(--background);
}

.footer {
  overflow: hidden;
  color: #B0B9AE;
  background-color: var(--background);
  
}
.footer .fab{
  color: white;
}

.footer .btn.btn-link {
      display: block;
      margin-bottom: 5px;
      padding: 0;
      text-align: left;
      color: #B0B9AE;
      font-weight: normal;
      text-transform: capitalize;
      transition: .3s;
  }
.footer .btn.btn-link::before {
          position: relative;
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          margin-right: 10px;
      }

      .footer .btn.btn-link:hover {
          color: var(--light);
          letter-spacing: 1px;
          box-shadow: none;
      }

.copyright {
  color: #B0B9AE;
  background-color:  var(--background);
  border-top: 1px solid rgba(255, 255, 255, .1);
}




/*About*/

.whytravelwandrer {
  background-color: var(--lightvoilet);
  /*height: 64vh;*/
  align-items: center;
  justify-content: center;
  text-align: center;
}

#kbyg {
  padding: 60px 0 30px 0;
  font-size: 64px;
  font-weight: 700;
  color: white;
  font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.findings span {
  color: var(--background);
}

.findings p {
  color: black;
  font-size: 30px;
  z-index: 1;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


@media screen and (max-width: 450px) {
    #kbyg {
        font-size: 34px !important;
        font-weight: 400;
        padding: 30px 0 5px 0;
    }

    .findings p {
        font-size: 15px !important;
        padding:  7px !important;
    }
}

@media screen and (max-width: 1536px) {
    #kbyg {
        padding: 0px 0 30px 0;
        font-size: 57px;
        font-weight: 700;
        color: white;
        font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }

    .findings p {
        font-size: 21px;
        padding: 9px !important;
    }
}
/* Single-state Mumbai*/

#mumbai {
  font-size: 68px;
}

.img-box img {
    width: 80%;
    height: 260px;
}
.places-box {
    width: 250px;
    height: 530px;
    text-align: center;
    margin: 20px;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
    border: 2px solid #cce7d0;
    border-radius: 4px;
    position: relative;
    border-end-end-radius: 2px;
}
.place-des h1{
  color: black;
  font-size: 33px ;
}
.place-des p {
    font-size: 20px;
    margin: 3px;
}

.Commentplace-des {
    text-align: center !important;
    margin-top: -16%;
}

.Residentplace-des {
    text-align: left !important;
    margin-top: -16%;    
}

.place-des {
    text-align: center !important;    
}
.places-box:hover {
    border-color: var(--main-color);
}
@media screen and (max-width: 450px){

    #mumbai {
        font-size: 40px;
    }
    .places-box {
        width: 90px;
        height: 470px!important;
        margin-left: 0px !important;
        padding: 8px; 
    }
    .img-box img {
        width: 70%;
        height: 188px;
    }

}
/* Single-Place page*/
.image-content {
    width: 1200px;
    margin: 20px 0 0px 70px;
    height: 550px;
}

@media screen and (max-width: 450px) {
    .image-content {
        /* width: 99%; */
        /* margin: 20px 0 0px 70px; */
        height: 50%;
        margin-left: 0%;
    }
    .explanation-box{
        margin-top: -72%;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top: calc(-131px - (var(--swiper-navigation-size)/ 2)) !important;
        /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
        color: #FFF !important;
    }
    .info-more {
     /*   margin-top: 74% !important;*/
    }
}
.swiper-wrapper {
  margin:  0 0px 10px 0px  ;
  padding-bottom: 5px;
  display: flex;
}
.swiper {
  width: 80%;
  height: 600px;
}

.swiper-button-next {
    color: black !important;
}

.swiper-button-prev {
    color: black !important;
}
.place-details {
  justify-content: center;
  align-items: center;
  background-color: var(--lightvoilet);
  
}
.place-section {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.placeinfo h1 {
  color: var(--violet);
  margin-top: 10px ;
  font-size: 64px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}
.explanation {
position: relative;
background-color: #f6edfa;
color: rgb(1, 8, 49);
font-size: 23px ;
padding: 5px;
}
.explanation span{
  color: var(--violet);
}
.place-things-to-do {
  display: flex;
}

.wtd-box {
  width: 380px;
  height: 250px;
  border-radius: 14px;
  text-align: left;
  margin: 9px;
  padding: 10px;
  color: var(--background);
  background-color: #8f4fcf;
  transition: 0.5s ease;
}

.place-box img {
    height: 70%;
    width: 85%;
    margin: 20px 50px 20px 50px;
    transition: .5s ease;
}

.place-container {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: 20px;
}

.place-box {
  margin: 20px;
  padding: 20px;
  width: 100%;
  height: 550px;
  max-width: 800px;
  max-height: 800px;
  font-size: 28px;
  box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
}
.place-layer {
  padding: 4px;
}

@media screen and (max-width: 992px){
    .place-box {
        width: 100%;
        font-size: 22px !important;
        box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);        
        margin: 0px -9px !important;
        padding: 0px !important;
    }
}

@media screen and (max-width: 450px){
    .place-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .place-box img {
        width: 99% !important;
        height: 68% !important;
        margin-left: 1% !important;
    }
    .place-box {
        margin-left: -8% !important;
        width: 117% !important;
        border: solid var(--violet);
        font-size: 16px !important;
        height: 95% !important;
    }
 /*   .clsLink {
        font-size: 90% !important;
    }*/
    
}
@media screen and (max-width: 640px) {
    .place-container {
        /*grid-template-columns: repeat(2, 1fr);*/
    }
    .place-box img {
        height: 170px;
        width: 250px;
        margin: 10px 20px 10px 30px;
    }

    .place-box {
        margin: 10px;
        padding: 10px;
        width: 350px;
        height: 300px;
        font-size: 25px;
    }
   /* .clsLink {
        font-size: 40% !important;
    }*/
}

@media screen and (max-width: 768px){
    .place-container {
        /*grid-template-columns: repeat(2, 1fr);*/
    }
    .place-box img {
        height: 170px;
        width: 250px;
        margin: 10px 20px 10px 30px;
    }

    .place-box {
        margin: 10px;
        padding: 10px;
        width: 350px;
        height: 300px;
        font-size: 25px;
    }

/*    .clsLink {
        font-size: 40% !important;
    }*/
}
@media screen and (max-width: 1024px){
    .place-box img {
        height: 170px;
        width: 250px;
        margin: 10px 20px 10px 30px;
    }

    .place-box {
        margin: 10px;
        padding: 10px;
        width: 350px;
        height: 300px;
        font-size: 25px;
    }
   /* .clsLink {
        font-size: 40% !important;
    }*/

}
@media screen and (max-width: 1280px) {
    .place-box img {
        height: 170px;
        width: 250px;
        margin: 10px 20px 10px 30px;
    }

    .place-box {
        margin: 10px;
        padding: 10px;
        width: 350px;
        height: 300px;
        font-size: 16px !important;
    }

  /*  .clsLink {
        font-size: 32% !important;
    }*/
}



@media screen and (max-width: 1400px) {
    .place-box img {
        height: 73%;
        width: 91%;
        margin: 10px 20px 10px 30px
    }

    .place-box {
        margin: 10px;
        padding: 10px;
        width: 100%;
        height: 370px;
        font-size: 18px;
    }

    /*  .clsLink {
        font-size: 32% !important;
    }*/
}

/*@media screen and (max-width: 1450px) {
    .clsLink {
        font-size: 45% !important;
    }
}*/

/* Know.more page*/
.single-state {
    display: flex;
    overflow: hidden;
    margin: 50px;
}

.states-box {
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 17px;
    cursor: pointer;
}

.states-box img {
  width: 80%;
  height: 400px;
  margin: 30px;
  border-radius: 18px;
  border: 2px solid var(--black);
  transition: 1.8 ease;
}

.states-box img:hover {
  transition: 0.4s ease;
  transform: scale(1.1);
}

.single-state-des {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*border: 1px solid #8a4baf;*/
    background-color: var(--white);
    color: var(--violet);
    font-weight: 500;
    font-size: 35px;
    height: 33%;
    /* width: 230%; */
    /* max-width: 284%; */
    /* padding: 0% 26% 8%; */
    border-radius: 4px;
    /* margin-left: 70px; */
    text-decoration: none;
    display: inline-flex;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


.single-state-des:hover {
  background-color: var(--violet);
  color: var(--white);
  transform: scale(1.1);
  transition: 0.3s ease;
}

#single-state-des {
  width: 190px;
}

#single-state-des2 {
  width: 210px;
}





.owl-carousel {
  width: 100%;
  /*height: 100vh;*/
}

.slide {
  width: 100%;
  height: 83vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 450px) {
    .owl-stage-outer {
        width:100% !important;
    }
    .slide-1 {
        height: 285px !important;
    }

    .slide-2 {
        height: 285px !important;
    }

    .slide-3 {
        height: 285px !important;
    }
    .owl-carousel {
        width: 100%;
        height: 44vh !important;
    }
}

.slide-1 {
  background-image: url('../images/Kedarnath Image.jpg');
}

.slide-2 {
  background-image: url('../images/Humayun Tomb.jpg');
}

.slide-3 {
  background-image: url('../images/Mumbai Image.jpg');
}

.slide-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  padding: 0 20%;
}

.slide-content h1 {
  font-family: "Anton", serif;
  font-size: 45px;
  text-transform: uppercase;
  color: white !important;
}
.slide-content h4{
  color: white !important;
}
.slide-content p {
  font-family: "Lato", serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}

.slide-content button {
  font-family: "Roboto", serif;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 10px 25px;
  border: none;
}

.owl-dots {
  position: absolute;
  bottom: 1%;
  visibility: hidden;
}
#explore{
  width: 150px;
  height: 40px;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 45px !important;
  font-weight: bolder !important;

}

.owl-prev {
  left: 1%
}
.owl-nav span{
  color: white;
}
.owl-next {
  right: 1%;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto !important;
        width: 30.333333% !important;
        text-align:center!important;
    }
}

/*.clsLink{
    font-size:60% !important;
}*/

/*#places-btn {
    width: 280px;
    justify-content: center;
    margin: 0 0 20px 530px;
    padding: 30px;*/
    /* height: 60px; */
    /*font-size: 25px;
}


@media (min-width: 992px) {
    #places-btn {
        width: 280px;
        justify-content: center;*/
        /* margin: 0 0 20px 530px; */
        /*padding: 30px;*/
        /* height: 60px; */
        /*font-size: 25px;
    }
}

@media (max-width: 450px) {
    #places-btn {
        width: 280px;
        justify-content: center;*/
        /* margin: 0 0 20px 530px; */
        /*padding: 30px;*/
        /* height: 60px; */
        /*font-size: 25px;
    }
}*/



@media screen and (max-width: 450px) {
    .slide-content h1 {
        font-family: "Anton", serif;
         font-size: 28px !important; 
        text-transform: uppercase;
        color: white !important;
        margin-left: -37px !important;
    }
    .slide-content h4 {
        margin-right: 9%;
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .states-box {
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin: 0px !important;
    }
}

@media screen and (max-width: 1400px) {
    .places-box {
        width: 250px;
        height: 530px;
        text-align: center;
        margin: 15px;
        padding: 20px;
        box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
        border: 2px solid #cce7d0;
        border-radius: 4px;
        position: relative;
        border-end-end-radius: 2px;
    }
}


/*@media screen and (max-width: 1400px) {
    .states-box {
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin: 15px;
    }
    .Place-Description {
        margin-left: 46px !important;
        width: 77% !important;
        border: 6px solid #78008063 !important;
        padding: 10px !important;
        text-align: center !important;
        margin-left: 34px !important;
        font-weight: bold !important;
    }
}*/


/*@media (min-width: 992px) {
    .Place-Description {
        margin-left: 46px;
        width: 77%;
        border: 6px solid #78008063;
        padding: 10px;
        text-align: center;
        margin-left: 34px;
        font-weight: bold;
    }
}*/

/*.Place-Description {
    margin-left: 46px;
    width: 77%;
    border: 6px solid #78008063;
    padding: 10px;
    text-align: center;
    margin-left: 65px;
    font-weight: bold;
}*/

.social-iconshome a {
    height: 55px;
}

/* Style the social icons */
.social-iconshome {
    position: fixed; /* Fix the icons on the screen */
    top: 50%; /* Adjust the top position as needed */
    left: 10px; /* Adjust the left position as needed */
    transform: translateY(-50%); /* Center vertically */
    z-index: 999; /* Ensure the icons appear on top of other content */
    display: flex; /* Display icons in a flex container */
    flex-direction: column; /* Arrange icons vertically */
}



/*Home Page Style*/



/* Default styles for all screens */
.fact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #f0f0f0; */
    /* padding: 20px; */
}

.fact-item {
    text-align: center;
    flex-basis: calc(25% - 20px); /* Four items per row */
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}

.fact-image {
    max-width: 100%; /* Prevent images from increasing in size */
    height: 50%;
    margin-bottom: 10px;
}

.fact-description {
    font-size: 1rem;
    font-weight: bold;
}

/* Styles for screens smaller than 768px (mobile - vertically stacked) */
@media screen and (max-width: 768px) {
    .fact-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items vertically */
    }

    .fact-item {
        flex-basis: calc(100% - 20px); /* Full width for mobile */
    }
}
/**/
/* Add this CSS in your style file or within a <style> tag in your HTML */

/* Default styles for all screen sizes */
/*.project-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: #FFF;
    color: black;
    font-weight:bold;
}

.image-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);*/ /* Default 5 columns for larger screens */
    /*gap: 10px;*/ /* Adjust the gap between images */
    /*max-width: 100%;
}*/

/* Ensure all images fill the entire box without background color */
/*.image-container {
    width: 100%;*/ /* Width of the container is 100% */
    /*padding-top: 100%;*/ /* Set the padding-top to create a 1:1 aspect ratio */
    /*position: relative;
}

    .image-container img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;*/ /* Ensure images cover the container and maintain aspect ratio */
    /*}

.img-HomeComment {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .img-HomeComment img {
        max-width: 100%;
        max-height: 100%;
    }*/


/* The project-description class is not used for background color */
/*.project-description {
    background-color: transparent;
    color: inherit;
    padding: 0;
}*/

/* Show description on hover */
/*.project-container:hover .project-description {
    display: block;
}*/

/* Media query for smaller screens (e.g., mobile devices) */
/*@media screen and (max-width: 767px) {
    .image-collage {
        grid-template-columns: repeat(3, 1fr);*/ /* Adjust the number of columns for mobile */
    /*}

    .project-container {
        margin-bottom: 20px;*/ /* Add margin to separate collages on mobile */
        /*background-color: #FFF;
        color: black;
    }
    #Commnentcls{
        margin-top:42%;
    }
}*/

/* Add this CSS in your style file or within a <style> tag in your HTML */

.project-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: purple;
    color: black;
    padding: 10px;
    background-color: #FFF;
    font-weight: bold;
}

.image-collage {
    display: flex;
    gap: 10px; /* Adjust the gap between images */
    max-width: 100%;
    overflow: auto; /* Enable horizontal scrolling if needed */
}

.img-comment {
    flex: 1; /* Distribute available space evenly among images */
    display: flex;
    flex-direction: column;
}

.image-wrapper {
    flex: 1; /* Allow images to expand within the container */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f0f0f0; /* Set a background color for each image container */
}

    .image-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }


/* Media queries for different screen sizes */
@media (max-width: 767px) {
    /* Styles for mobile view */
    .image-collage {
        grid-template-columns: repeat(3, 1fr); /* Display images in a single column */
    }
    .project-container {
        color: black;
        background-color: #FFF;
        font-weight: bold;
    }
    .img-comment {
        flex: none; /* Reset the flex property to stack images vertically */
    }
    #Commnentcls {
        margin-top: 48%;
    }
    .project-description{
        font-size:15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Styles for tablet view */
    .image-collage {
        display: flex; /* Return to the original display style */
    }
    .project-container {
        color: black;
        background-color: #FFF;
        font-weight: bold;
    }
    .img-comment {
        flex: 1; /* Distribute available space evenly among images */
        flex-direction: row; /* Display images in a row for tablets */
    }
}


#CommentImageSlider {
    height: 12%;
}
.project-description {
    text-align:left;
}

.facts h1, span, i {
    color: var(--bs-heading-color) !important;
}


/*GetAllComments starts Here*/


/* Default styles for all screen sizes */
/*.comment-box {
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
    border: 2px solid #cce7d0;
    border-radius: 4px;
    position: relative;
    border-end-end-radius: 2px;
    max-height: 550px;
}

.img-comment {
    margin-bottom: 10px;
}

    .img-comment img {
        max-width: 100%;*/ /* Allow images to scale with screen size */
        /*height: auto;
        max-height: 258px;
        margin-left: 0;*/ /* Reset margin for mobile screens */
    /*}




.CommentSection {
    height: auto;
}*/

/* Media queries for different screen sizes */
/*@media (max-width: 576px) {*/
    /* Styles for mobile devices */
    /*.comment-box {
        max-width: 100%;
        padding: 20px;*/ /* Common padding for all mobile screens */
    /*}

    .img-comment img {
        max-height: 150px;
    }
}

@media (max-width: 768px) {*/
    /* Styles for tablets (including 13-inch and 14-inch laptops) */
    /*.comment-box {
        max-width: 100%;
    }    
    .img-comment img {
        max-height: 200px;
    }
    
}*/

/* Styles for 15-inch laptops (and larger screens if needed) */
/*@media (min-width: 1024px) {
    .comment-box {
        max-width: 100%;
    }
    .col-lg-3 {
        width: 23%;
    }
    .img-comment img {
        max-height: 240px;
    }
}*/

.comment-box {
    max-width: 250px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
    border: 2px solid #cce7d0;
    border-radius: 4px;
    position: relative;
    max-height: 550px;
}

.Resident-box {
    max-width: 250px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(58, 58, 58, 0.3);
    border: 2px solid #cce7d0;
    border-radius: 4px;
    position: relative;
    max-height: 625px;
}

.img-comment {
    margin-bottom: 10px;
}

    .img-comment img {
        max-width: 100%;
        height: auto;
        max-height: 100%; /* Constrain image height within the container */
    }

.CommentSection {
    height: auto;
}

/* Media queries for different screen sizes */
@media (max-width: 576px) {
    .comment-box {
        max-width: 100%;
        padding: 10px; /* Reduce padding for smaller screens */
    }

    .Resident-box {
        max-width: 100%;
        padding: 10px; /* Reduce padding for smaller screens */
    }

    .img-comment img {
        max-height: 150px; /* Adjust image height for mobile devices */
    }
    .CommentDesc{
        font-size:15px;
    }
    .ResidentDesc {
        font-size: 15px;
    }
    .HomeLinks {
        width: 150px !important;
        height: 150px !important;
        margin-left: 90px;
    }
    .Descposition {
       text-align:center;
    }

}
.HomeLinks {
    /*max-width: 50%;
    max-height: 50%;*/
    width:150px;
    height:150px;
}

@media (max-width: 768px) {
    .comment-box {
        max-width: 100%;
    }

    .Resident-box {
        max-width: 100%;
    }
    .col-lg-3 {
        width: 23%;
    }
    .img-comment img {
        max-height: 200px; /* Adjust image height for tablets (including 13-inch and 14-inch laptops) */
    }
}

/* Styles for 15-inch laptops (and larger screens) */
@media (min-width: 1024px) {
    .comment-box {
        max-width: 100%;
    }
    .Resident-box {
        max-width: 100%;
    }
    .col-lg-3 {
        width: 23%;
    }
    .img-comment img {
        max-height: 240px; /* Adjust image height for 15-inch laptops and larger screens */
    }
}



@media (min-width: 992px) {    
    .col-lg-3 {
        width: 23% !important;
    }
}

.CommentDesc {
    font-size: 100%;
}


.ResidentDesc {
    font-size: 100%;  
}


.ResidentPrice {
    align-items: center;
    background-color: var(--violet);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--white);
    cursor: pointer;
    font-weight: 500;
    margin: 12px 0;
    max-width: 100%;
    font-size: 20px;
    height: 40px;
    min-height: 32px;
    padding: 3px 16px 4px;
    text-decoration: none;
    display: inline-flex;
    font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


.SeperaterHome {
    text-align: center;
}

.Seperaterimg {
    width: 100%;
    height: 5px;
}



















