body {
  margin: 0px;
  
}
html{
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}
@font-face {
  font-family: 'The Bold Font';
  src: url(../font/theboldfont.ttf);
}
.clearfloat {
  clear: both;
}

.flx_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#main-Nav {
  position: fixed;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  /* background-color: rgb(255, 255, 255); */
  background-color: whitesmoke;
}
#IncredibleIndiaLogo {
  display: inline-flex;
  width: 170px;
  justify-content: unset;
}
#IncredibleIndiaLogo a {
  text-align: center;
  text-decoration: none;
  background-color: orange;
  font-size: 24px;
  color:#fff;
  padding: 0px 16px;
  border-radius: 4px;
  font-weight: 900;
}
.menuItems {
  display: flex;
  width: calc(100vw - 170px);
  justify-content: flex-end
}
.menuItems a {
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  color: rgb(51, 51, 51);
  font-weight: 900;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.menuItems a i {
  margin-right: 10px;
}
.menuItems a:hover {
  color: #fff;
  background-color: rgb(0 0 0 / 82%);
}
.dropdown:hover ul{
  display:  block !important;
  background-color:  orangered;
  color:#fff;
  margin:0;
  width:300px;
  list-style: none;
  padding:0;
  border:1px solid chocolate
}
.dropdown ul li{
   padding:10px 20px;
   
   
}
.dropdown ul li:hover{
   background-color:rgb(51, 51, 51);
   color: #FFF;
}
.dropdown ul li a{
   display: block;
   color:#fff
}
.dropdown ul li a:hover{
   background-color:transparent;
 
}
.buttonToogler {
  display: none;
}
.buttonToogler button {
  background-color: rgb(255 165 0);
  border: none;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
#header {
  height: 650px;
  width: 100%;
  display: flex;
  padding-top: 40px;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  padding: 0;
  clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0% 0%);
}
#header video{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 650px;
  object-fit: cover;
}
#header .head-overlay{
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(51 51 51 / 20%);
  align-items: center;
  justify-content: flex-end;
  padding-bottom:80px;
}
#header .head-overlay .fa.fa-arrow-down{
  padding:15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;

color:#fff;
background-color:orangered;
transition: 0.5s ease-in-out;
}
#header .head-overlay .fa.fa-arrow-down:hover{
  color:orangered;
  background-color: #fff;
}
#header p {
  text-shadow: rgb(255 153 51) 0px 0px 20px;
}
#header p,
#RamMandirHeader .main p.heading {
  /* text-shadow: rgba(0, 0, 0, 0.65) 0px 0px 10px; */

  /*  */
  color: rgb(255, 255, 255);
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  margin: 0px;
  letter-spacing: 2px;
}
.lgHeading {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -2px;
  margin: 0px 0px 10px;
}
#IncredibleIndiaLogo img {
  height: 42px;
  width: auto;
}

div.col-8 {
  width: 80%;
}
.text-center {
  text-align: center;
}
.text-justify{
  text-align: justify;

}
.mg-auto {
  margin: 0px auto;
}
section {
  padding-top: 50px;
}
.img-grd-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 15px;
  margin-top: 50px;
}
.image-grd-col {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}
.image-grd-col a {
  text-decoration: none;
}
.image-grd-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.architectureInfo {
  height: 300px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  transition:0.5s ease-in-out;  
}
.architectureInfo p {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0px;
}
.architectureInfo blockquote {
  font-style: italic;
  color: rgb(240, 240, 240);
  font-size: 16px;
  font-weight: 400;
}
.readMoreBtn {
  border: none;
  background-color: orange;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  box-shadow: rgb(255 255 255 / 40%) 0px 0px 10px;
  transition:0.2s ease-in-out;
}
.readMoreBtn:hover{
  color: orange;
  background-color:#fff;

  
}
.img-inside {
  height: 300px;
  z-index: 1;
}
.image-grd-col:hover {
  box-shadow: rgba(0, 0, 0, 0.9) 1px 5px 10px;
}
.image-grd-col:hover .architectureInfo {
  margin-top: -300px;
}
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(51, 51, 51);
  color: rgb(136, 136, 136);
  font-weight: 300;
  text-align: center;

}
p.heading, p.heading span, p.heading label {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0px 0px 10px;
  font-family: 'The Bold Font';
 
}
.subHeading {
  margin: 0px 0px 20px;
  font-size: 18px;
  color: rgb(68, 68, 68);
}
#PlanATrip {
  background-color: rgb(238, 192, 198);
  background-image: linear-gradient(
    315deg,
    rgb(238, 192, 198) 0%,
    rgb(126, 232, 250) 74%
  );
  padding-bottom:50px;
}
#PlanATrip p.heading,
#PlanATrip p.subHeading {
  color: rgb(235, 47, 6);
  max-width: 390px;
  margin: 10px auto;
  width: 100%;
}
#PlanATrip p.heading {
  font-weight: 900;
}
#states{
    margin-bottom:100px;
}
.states-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.state-grid-item {
  height: 200px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

.state-grid-item:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 14px 6px;
}
.state-img {
  z-index: 1;
  position: relative;
}
.state-img::before {
  content: " ";
  display: block !important;height: 100px;
  width: 100%;
  z-index: 2;
  position: absolute;
  border-radius: 0px;
  top: -230px;
  left: -63%;
  transform: rotateZ(-90deg);
  transition: all 0.5s ease 0s;
  background-color: #02020200;
}
.state-grid-item:hover .state-img::before {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 15px 15px 0px 0px;
  top: 0px;
  left: 0px;
  transform: rotateZ(0deg);
}
.state-img::after {
  content: " ";
  height: 100px;
  width: 100%;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  left: 64%;
  top: 330px;
  transform: rotateZ(90deg);
  background: transparent;
/* transition-delay: 0.02s; */}
.state-grid-item:hover .state-img::after {
  background-color: rgba(0, 0, 0, 0.65);
  transform: rotate(180deg);
  left: 0px;
  top: 100px;
}
.state-img img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 15px;
  transition: all 0.5s ease-in-out 0s;
}
.state-img img:hover {
  opacity: 0.7;
}
.state-name {
  position: relative;
  z-index: 3;
  top: -204px;
  justify-content: center;
  align-items: center;
  display: none;
  color: transparent;
  height: 100%;
}
.state-grid-item:hover .state-name {
  display: flex;
  color: rgb(255, 255, 255);
}
.state-grid-item a {
  text-decoration: none;
}
#TripInQueryForm {
  /* width: 80%; */
  max-width: 800px;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
gap:20px;
  flex-direction: row;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
.formItem {
  margin-top: 10px;
  margin-bottom: 10px;
}
.FormLabel {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.FormInput {
  margin-bottom: 10px;
}
.FormInput input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.FormInput input::placeholder {
  color: rgb(136, 136, 136);
}
.FormInput textarea,
.FormInput input {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(136, 136, 136);
}
.FormInput textarea {
  height: 280px;
  width: 100%;

  border-radius: 4px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 18px;
  resize: none;
}
.FormErr {
  height: 24px;
  line-height: 22px;
  font-size: 16px;
  color: red;
  padding: 0 10%;
}
#TripInQueryForm > p.heading,
#TripInQueryForm p.subHeading {
  text-align: center;
}
.formItem {
  box-shadow: rgb(255 255 255 / 90%) 1px 1px 10px inset;
  flex-basis: calc(50% - 20px);
  flex-grow: 1;
  flex-shrink: 1;
}

#FormSubmit {
  font-size: 12px;
  flex-basis: 100%;
  text-align: center;
}
#TravellingPartners {
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient( 315deg, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 74% );
  padding-bottom: 50px;
  padding-top: 50px;
}
.TravellingMainItems img {
  height: 150px;
  border-radius: 10px;

  background-color: rgb(255, 255, 255);
  object-fit: contain;
}
.TravellingMainItems .subHeading {
  color: rgb(255, 255, 255) !important;
  text-align: center;
  margin-top:15px;
}
@media (max-width: 1400px) {
  .states-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .states-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .states-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 846px) {
  .col-8{
    width:95% !important;
  }
  #main-Nav {
    flex-direction: column;
    /* height: 100vh; */
  }
  .menuItems {
    flex-direction: column;
    display: none;
    text-align: center;
    margin: 0 auto;
    height: calc(100vh - 50px);
  }
  .menuItems a {
    padding: 10px 20px;
    height: calc(100% / 5);
    object-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .buttonToogler {
    position: absolute;
    right: 10px;
    display: flex;
  }
  .buttonToogler button {
    width: 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 800px) {
  .img-grd-col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  p.heading {
    font-size: 24px;
    line-height: 1.1;
  }
  .states-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .lgHeading {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .img-grd-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 300px);
    gap: 15px;
  }
  .img-grd-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #IncredibleIndiaLogo {
    display: flex;
  }
  .states-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .lgHeading.english{
    font-size:1.9rem;
  }
}
