.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  /* padding: 20px; */
  border-radius: .5rem;
}
.navbar-toggle{
  display: none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
.dropdown-menu{
    width: 1000px;
}
.dropdown-M{
    width: 850px;
}
.fa{
    color: orangered;
    cursor: pointer;
}
.card{
  cursor: pointer;
}
section{
  overflow: hidden;
}
.carousel-caption{
   animation:  animation 1s linear;
}
.btn{
  cursor: pointer;
}
.section2 h1{
  font-size: 55px;
}
.section2 span{
 color: orangered;
}
@keyframes animation {
    0%{
      transform: translateX(50px);
    }
    25%{
      transform: translateX(50px);
    }
}
.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 30px;
}
.card1 h5{
  font-weight: bold;
  color: rgb(60, 60, 60);
}
.icon{
   float: right;
}
.card-img-top1{
  transform: translateX(-40px);
}
#header {
  background-color: #f1f1f1;
  padding:10px  ;
  color: black;
  text-align: center;
  font-size: 10px; 
  font-weight: bold;
  position: fixed;
  width: 100%;
  /* height: 30px; */
  transition: 0.2s;
}
.footer{
 justify-content: center;
}
.button{
  border-radius: 40px;
  height: 30px;
  border: 2px solid orangered;
  padding-bottom: 30px;
  transform: translateY(-20px);
}
.btn1{
  background-color: orangered;
  padding-bottom: 30px;
}
.button2{
  border-radius: 40px;
  height: 30px;
  border: 1px solid rgb(28, 28, 28);
  padding-bottom: 30px;
  font-size: 14px;
  color: rgb(255, 30, 0);
}
.button2:hover{
  background-color: orangered;
  color: #f1f1f1;
  border: 1px solid orangered;
  transition: 1s all  ease-in-out;
}
.text-h{
  color: rgb(72, 72, 72);
}

.slide-box {
  display: flex;
  justify-content: space-between;
}
.slide-box h5{
  font-weight: bold;
  color: rgb(50, 50, 50);
}
.card{
  border:none;
}
.card-img-top{
  transition: 1s all  ease-in-out;
}

.card-text{
  transform: translateY(-10px);
}
.button3{
  border-radius: 40px;
  height: 30px;
  width: 130px;
  border: 1px solid orangered;
  color: orangered;
  background-color: #f1f1f1;
  padding-bottom: 30px;
  transform: translateY(-150px);
  margin-left: 60px;
  opacity: 0;
  cursor: pointer;
  transition: 1s all  ease-in-out;
}
.card:hover .button3{
  opacity: 1;
  transition: 1s all  ease-in-out;
}
.card:hover .card-img-top{
  opacity: 0.5;
  transition: 1s;
}
.packages-b{
  transform: translateY(-180px);
 
 
}
.cards{
  border: 1px solid rgb(201, 201, 201);
  width: 150px;
  cursor: pointer;
}
.img{
  transition: 1s all ease-in-out;
}
.cards:hover .img{
  transform: translateY(-20px);
  transition: 1s ;
}
.q-link{
  transition: 0.5s all ease;
  cursor: pointer;
}
.pointer{
  cursor: pointer;
}
.q-link:hover{
   transform: translateX(10px);
   font-weight: bold;
}
.figure{
  margin-bottom: -90px;
  cursor: pointer;
}
.figure-caption{
  transform: translateY(-320px);
}
.figure-caption h2{
  font-family: 'Great Vibes', cursive;
  color: #f1f1f1;
}
.figure-caption h5{
  font-family: 'Signika Negative', sans-serif;
  color: #f1f1f1;
}
.button4{
  border-radius: 40px;
  height: 30px;
  width: 130px;
  border: 1px solid orangered;
  color: orangered;
  background-color: #f1f1f1;
  padding-bottom: 30px;
  transform: translateY(-300px);
  margin-left: 35px;
  opacity: 0;
  cursor: pointer;
}
.figure:hover .button4{
  opacity: 1;
  transition: 1s all ease-in-out;
}
.figure:hover{
  opacity: 0.8;
  transition: 1s;
}
.content{
  background-color: rgb(239, 240, 241);
  /* width: 100%; */
}
.main-img{
  transform: translateY(-50px);
}
.content h6{
  color: orangered;
}
.card-2{
  background-color: rgb(254, 88, 27);
  color: #f1f1f1;
}
.icon{
  font-size: 30px;
}
.border{
  height:130px ;
}
.line{
  border-bottom: 1px solid orangered;
}
.line-2{
  border-bottom: 1px solid rgb(139, 139, 139);
}
.drop-m{
  width: 550px;
}
.border2{
  border: 1px solid orangered;
  color: orangered;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.7s all ease-in-out;
}
.border2:hover{
  background-color: orangered;
  color: #ffffff;
}
.section3{
  background-color: rgb(39, 43, 59);
  width: 100%;
  height: 130vh;
  font-size:14px ;
}
.section3 p{
  color: rgb(163, 163, 163);
}
.B-line{
  border-bottom: 1px solid rgb(90, 90, 90);
}
.R-line{
  border-right: 1px solid rgb(90, 90, 90);
}
.nav-item {
  list-style: none;
}
.navbar-nav ul li{
  list-style: none;
}
.slider{
  transition: 1s all ease-in-out;

}
/* 		
.container {
  padding: 2rem 0rem;
} */

@media (min-width: 576px){
  .modal-dialog {
    max-width: 400px;
    
    .modal-content {
      padding: 1rem;
    }
  }
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;  
}

.social-buttons {
  .btn {
    margin: 0 0.5rem 1rem;
  }
}

.signup-section {
  padding: 0.3rem 0rem;
}
	
/* } */
/* rajashtan.html */
.text-rajashtan{
  margin-left: 100px;
}
.text-rajashtan span{
 color: orangered;
}
.text-rajashtan .fa{
  font-size: 15px;
}
.text-rajashtan .card{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(3deg);
  margin: 80px 30px;
}
.section-r-1{
  background-color: rgb(45, 45, 50);
  margin-top: -65px;
}
.white{
  background-color: #f1f1f1;
  border-radius: 20px;
  transform: translateY(-15px);
}
.section-r-1 button{
  background-color: rgb(255, 104, 23);
  
}
.button5{
  border-radius: 20px;
  height: 25px;
  width: 75px;
  border: 1px solid rgb(200, 200, 200);
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 14px;
  padding-left: 10px;
}
.border4{
  height: 200px;
}
.border5{
  height: 250px;
}
.sticky{
  background-color: #ffffff;
}
.sticky span{
  width: 130px;
  height: 30px;
  border: 1px solid orangered;
  border-radius: 30px;
  background-color: #ffffff;
}
.button6{
  background-color: orangered;
  width: 100%;
}
.section4{
  background-color: rgb(237, 224, 219);
  width: 100%;
  height: 130vh;
  font-size:14px ;
  margin-top: -16px;
}
.carousel-control-prev-icon:hover{
 color: black;
}
:root {

  --border: 4px;
  --page-width: 80ch;
  --font-family: 'Helvetica', sans-serif;
  --color-link: black;
  --color-active: royalblue;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --duration: 350ms;
  --section-offset: 0;
}

* {
  box-sizing: border-box;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: var(--scroll-behavior);
}
  @media (prefers-reduced-motion: reduce) {
    --scroll-behavior: auto;
  }

.nav-sections ul li{
  list-style: none;
}
ul:not(.menu) {
  list-style-type: disc;
  margin-left: var(--space);
}
   li + li {
    margin-top: var(--space);
  }


.nav-sections {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: white;
  /* box-shadow: 
    inset lightgray 0 -1px 0,
    rgba(black, 0.15) 0 3px 10px 0; */
  z-index: 100;
}
  .menu {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    overscroll-behavior: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: var(--page-width);
    transform: translateZ(0);
    transition: transform var(--ease) var(--duration);
  }
  
    ::-webkit-scrollbar { display: none; }
  
  
  .menu-item-link {
    display: block;
    padding: calc(var(--space) * 1.5) var(--space);
    text-decoration: none;
    white-space: nowrap;
    color: var(--color-link);
    transition: color var(--ease) var(--duration);
  }
  .menu-item-link.active {
      color: var(--color-active);
  
    }

.active-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: orangered;
  transition: width var(--ease) var(--duration), transform var(--ease) var(--duration);
}

.placeholder-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50vh;
  background-color: lightgray;
}

.page-sections {
  /* max-width: var(--page-width); */
}

.page-section {
  /* margin: calc(var(--space) * 2) 0; */
  /* padding: calc(var(--space) * 2) var(--space); */
} 
  * + * {
    margin-top: calc(var(--space) * 1.5);
  }
card
.section-title {
  outline: none;
}
  .section-title :before {
    content: ""; 
    display: block; 
    visibility: hidden;
    pointer-events: none;
    margin-top: calc(var(--section-offset) * -1px);
    height: calc(var(--section-offset) * 1px);
  }
  .faq-section .mb-0 > a {
    display: block;
    position: relative;
  }
  

  .faq-section .mb-0 > a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
  }
  
  .faq-section .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
.card-header{
  background-color: rgb(54, 124, 54);
}
.card2{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.left{
  border-left:  2px solid orangered;
}
.orange{
  background-color: orangered;
  border-radius: 30px;
  margin-right: 30px;
}
.font{
   color: black;
   background-color: #ffffff;
}


.font-family p{
  font-family: 'PT Sans', sans-serif;
}


 @media screen and (max-width: 992px){
  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
  }
  .navber-brand{
    width: 70px;
  }
  .dropdown-menu{
    width:100% ;
}
.dropdown-M{
  width: 100%;
}
.title{
  font-size: 12px;
}
.footer{
  display: none;
}
.footer-s{
  display: flex;
}
.last{
  display: none;
}
/* .text{
  padding: 50px;
} */
.card1 {
  margin: 10px;
}
.card-img-top1{
 width: 120px
}
.card1 .fa{
  font-size: 20px;
}
.figure-img{
  width: 150px;
  height: 300px;
}
.hide{
  display: none;
}
.figure-caption{
  transform: translateY(-250px);
}
.figure-caption h2{
  font-size: 25px;
}
.figure-caption h5{
  font-size: 15px;
}
.section3{
  height: 70vh;
}
.text-rajashtan{
  margin-left: 100px;
  margin-bottom: 50px;
}
.text-rajashtan .card{
  margin: 10px;
}
.image-r{
  width: 400px;
}
.white{
  transform: translateY(-10px);
}
 }
 @media screen and (max-width: 769px){
  
 .card1 h5{
   font-size: 15px;
 }
 .card-img-top1{
   transform: translateX(-25px);
   width: 90px;
 }
 .section3{
  height: 80vh;
 }
 
}
@media screen and (max-width: 767px){
 .slide-box-sm{
  display: block;
  margin-left: 10%;
}
.cards{
  border: 1px solid rgb(137, 137, 137);
  width: 90%;
}
.card1 h5{
  font-size: 20px;
}
.card-img-top1{
  transform: translateX(-30px);
}
.button4{
  display: none;
}
.figure{
  margin-left: -30px;
}
.figure img{
  width: 400px;
}
.figure-s{
  margin-top: -150px;
  margin-left: -30px;
  
}
.main-img{
  margin-left: -50px;
}
.small{
  margin-left: 50px;
}
.border2{
  margin-left: -5px;
}
.navbar-toggle{
  display: block;
}
.fast-slider{
  padding: 0px 10px;
}

}
@media screen and (max-width: 541px){
  .image-m{
    width: 100%;
  }
  .navber-brand{
    width: 50px;
  }
}

@media screen and (max-width: 415px){
  .container{
    font-size: 15px;
  }
  .container h2{
    font-size: 20px;
  }
  .container h3{
    font-size: 18px;
  }
  .section2 h1{
    font-size: 32px;
  }
  .section2 h5{
    font-size: 17px;
  }
  .image-r{
    width: 100%;
  }
  .hide{
    display: block;
  }
  .figure-img{
    width: 200px;
    height: 400px;
  }
  .figure-caption{
    transform: translateY(-350px);
  }
  .figure-caption h2{
    font-size: 30px;
  }
  .figure-caption h5{
    font-size: 25px;
  }
  .image-m{
    width: 100%;
  }
 .button2{
  margin-bottom: 10px;
 }
 .section3{
  height: 135vh;
 }
 .text-rajashtan{
  margin-left: 0px;
  margin-bottom: 50px;
}
.text-rajashtan .card{
  margin: 10px;
}
.image-r{
  width: 400px;
}
.section-r-1{
  margin-top: 0px;
}
.text-rajashtan{
  margin-left: 0px;
}

.text-rajashtan .card{

  transform: rotate(1deg);
  margin: 10px 30px;
}
.image-r{
  width: 100%;
}
.white{
  transform: translateY(-50px);
}
.orange{
  width: 100%;
  margin-right: 0px;
  border-radius: 0px;
  margin-bottom: -10px;
}
.card-img-top1{
  width: 100%;
}
.border2{
  margin-left: 10px;
}
.packages-b{
  transform: translateY(-50px);
}
.footer-s{
  margin-bottom: -32PX;
}

}
@media screen and (max-width: 376px){

  .section3{
    height: 180vh;
  }
}
