* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cabin', sans-serif;
}

/* navbar */


/*modal*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*modal-end*/


header {
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
}

header.active {
    box-shadow: hsla(0 0% 0% / 0.1) 0 0.5rem 1rem;
    transition-duration: 400ms;
    background-color: #fff;
}
img{max-width: 100%;}

.home_navbar {
    margin: 0 auto;
}

li.nav-item {
    padding: 0px 0px 0px 9px;
}

a.navbar-brand img {
    width: 120px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #EC3E24;
}

a.nav-link {
    color: #000;
}

.nav-link:focus,
.nav-link:hover {
    color: #EC3E24;
}

.home_Contact a {
    color: #fff;
    background-color: #EC3E24;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 7px 0px 7px 0px;
    border-radius: 30px;
    justify-content: center;
    width: 10vw;
}

.home_Contact a:hover {
    color: #EC3E24;
    background-color: transparent;
    border: 1px solid #EC3E24;
}

/* navbar-end */

/* slider */

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: justify;
    top: 25%;
}

.home_slider_text h2 {
    font-size: 3vw;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}

.home_slider_text h5 {
    font-size: 90px;
    font-family: 'Whisper';
    color: #F8D22C;
    margin-bottom: 0px;
    text-align:center;
}

.home_slider_text p {
    font-size: 16px;
    color: #fff;
}

.home_slider_text p {
    font-size: 16px;
    color: #fff;
    width: 34%;
}

.home_slider_text button {
    width: 15vw;
    background-color: #EC3E24;
    padding: 8px;
    color: #cacaca;
    border-radius: 30px;
    font-size: 18px;
    border: none;
    font-weight: 600;
    margin-top: 1vw;
}

.home_slider_text i {
    background-color: #fff;
    color: #EC3E24;
    width: 32px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 8px;
    margin-left: 20px;
}

.home_icen {
    margin-top: 5vw;
    display: flex;
    gap: 15px;
}

.home_icen i {
    color: #fff;
}

/* slider-end */

.Navyush_Travel_Experiences {
    margin-top: 3vw;
}

.Navyush_Travel_Experiences h2 {
    font-size: 30px;
    font-weight: 600;
}

.Navyush_Travel_Experiences h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F8D22C;
}

.Navyush_Travel_Experiences h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.Navyush_Travel_Experiences span {
    font-size: 16px;
    color: #806864;
}

.Navyush_Travel_Experiences p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-top: 20px;
    width: 85%;
}

.Navyush_Travel_Experiences hr {
    border: 3px solid #F8D22C;
    width: 8vw;
    border-radius: 10px;
}

.modal-dialog {
    margin-top: 9vw;
}

img.img_Play {
    width: 100%;
}

.home_footer_d_f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_footer_d_f img {
    width: 120px;
}

.home_footer_d_f a {
    color: #000;
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    margin-bottom: 0px;
    font-size: 16px;
}

.home_footer_d_f a:hover {
    color: #EC3E24;
}

.footer {
    margin-top: 1vw;
    background-color: #f7f7f7;
}

.footer_icen {
    display: flex;
    justify-content: end;
    gap: 20px;
    color: #fff;
    padding: 10px 0px 10px 0px;
}

.footer_last {
    background-color: #EC3E24;
}

.footer_icen p {
    margin-bottom: 0px;
}


/* Services */

.services_padding {
    padding-top: 6vw;
}

.services_pages_text {
    padding-top: 6vw;
}

.services_pages {
    background-image: url(../image/Services-banner.png);
    height: 395px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.event_pages {
    background-image: url(../image/event.jpg);
    height: 395px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.mag_pages {
    background-image: url(../image/E-magine.jpg);
    height: 395px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.services_pages_text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.services-hr{
     width: 8vw;
     border: 3px solid #F8D22C;
     margin-top: 0px;
     border-radius: 10px;
}

.services_pages_text p {
    font-size: 16px;
    color: #fff;
    width: 50%;
    text-align: justify;
}

.services_col_pages img {
    width: 100%;
}

.services_col_pages_text p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}

.services_col_pages_text {
    margin-top: 5vw;
}

.services_we_Offer {
    background-color: #FCF3E9;
    padding: 30px 0px 30px 0px;
}

.services_we_Offer h2 {
    font-size: 30px;
    color: #000;
}

.services_we_Offer h2 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

/* img-hover */


.flipbox {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 10px auto;
    perspective: 1000px;
}

.card-22 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 5px 13px 2px rgba(0, 0, 0, 0.3);
 
  text-align: center;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform-style: preserve-3d;
}

.flipbox-front {
  transform: rotateY(0deg);
  background: #EC3E24;
  color:#F8D22C;
  padding:2px;
}
.flipbox-front h2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.flipbox-back {
  transform: rotateY(180deg);
     padding: 10px;
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    background: #F8D22C;
    font-weight: 400;
    text-align: left;
}

.flipbox:hover .flipbox-front {
  transform: rotateY(-180deg);
}

.flipbox:hover .flipbox-back {
  transform: rotateY(0deg);
}









/* img-hover-end */

.footer_background {
    background-image: url(../image/Services-bac.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.footer_pagination {
    display: flex;
    justify-content: center;
    padding-top: 2vw;
}

.footer_pagination a {
    color: #EC3E24;
}

.footer_pagination a:hover {
    color: #EC3E24;
}

a.page-link.page_bac {
    background-color: #EC3E24;
    color: #fff;
}

/* Services-end */

/* events */

.events_padding {
    padding-top: 8vw;
}

.events_bac {
    background-image: url(../image/events_banner.png);
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
}

.events_text h2 {
    font-size: 5vw;
    font-weight: 600;
    width: 37%;
    padding-top: 2vw;
}

.events_text hr {
    width: 10%;
    border: 3px solid #F8D22C;
    margin-top: 0px;
    border-radius: 10px;
}

.events_text p {
    width: 35%;
    font-size: 16px;
    padding-top: 1vw;
    color: #000;
}

.events_conference {
    margin-top: 3vw;
}

.events_conference h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.events_conference h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.events_conference_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FDF9F4;
}

.events_conference_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card_events {
    padding: 16px 16px 0px 16px;
}

/* events-end */

/* Press-Release */

.Press_Release_padding {
    padding-top: 10vw;
}

.Press_Release_bac {
    background-image: url(../image/press-release-bac.png);
    height: 150px;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: center;
    margin-bottom: 20px;
}

.Press_Release_bac h2 {
    font-size: 5vw;
    font-weight: 600;
    width: 70%;
    line-height: 90px;
}

.Press_Release_bac hr {
    width: 8vw;
    border: 3px solid #F8D22C;
    margin-top: 5px;
    border-radius: 10px;
}

.Press_Release_text {
    border-left: 1px solid #F8D22C;
    padding-left: 2vw;
}

.Press_Release_Download {
    background-color: transparent;
    padding: 5px;
    width: 10vw;
    border: 1px solid #EC3E24;
    border-radius: 30px;
    text-align: center;
    /* margin-top: 2vw; */
}


.Press_Release_Download a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #EC3E24;
}

.Press_spotlight h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.Press_spotlight h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.Press_spotlight {
    margin-top: 7vw;
}

.Press_spotlight_col {
    background-color: #FDF9F4;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.Press_spotlight_col:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.rural_tourism {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.rural_tourism h4 {
    color: #EC3E24;
    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
}

.rural_tourism button {
    background-color: #F8D22C;
    border: none;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

.Press_spotlight_col p {
    padding-left: 10px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.Press_spotlight_col img {
    width: 100%;
}

/* Press-Release-end */

/* emag */

.emag_padding {
    padding-top: 5vw;
}

.emag_bac {
    background-image: url(../image/emag-banner.png);
    height: 520px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.emag_text {
    padding-top: 13vw;
}

.emag_text h2 {
    font-size: 3vw;
    color: #fff;
    font-weight: 600;
}

.emag_text hr {
    width: 8%;
    border: 3px solid #F8D22C;
    border-radius: 10px;
}

.emag_text p {
    font-size: 16px;
    color: #fff;
    width: 40%;
}

.download_E_Magazine h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.download_E_Magazine h3 span {
    font-size: 33px;
    color: #F8D22C;
    font-weight: 600;
}

.download_E_Magazine {
    margin-top: 3vw;
}

.download_E_Magazine_bac {
    background-color: #FDF9F3;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.download_E_Magazine_bac:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.download_E_Magazine_bac img {
    width: 100%;
}

.download_E_Magazine_bac h4 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 15px;
}

.emag_icen {
    display: flex;
    gap: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

._emag_download {
    margin-top: 2vw;
    text-align: center;
}

._emag_download button {
    width: 40%;
    border: none;
    padding: 10px;
    border-radius: 30px;
    background-color: #EC3E24;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* emag-end */


/* contact-us */

.contact_us_padding {
    padding-top: 10vw;
}

.contact_us_pages h2 {
    font-size: 4vw;
    font-weight: 600;
}

.contact_us_pages hr {
    width: 8%;
    border: 3px solid #F8D22C;
    border-radius: 10px;
    margin-top: 5px;
}

.contact_d_f {
    display: flex;
    margin-top: 3vw;
}

.contact_information {
    width: 40%;
    background-color: #000;
    border-radius: 10px;
    padding: 30px;
}

.get_touch {
    width: 60%;
    background-color: #FCF3E9;
    border-radius: 10px;
    padding: 20px;
}

.get_touch h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.contact_information h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.contact_information p {
    color: #fff;
    font-size: 16px;
}

.contact_number {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.contact_address {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.con_icen i {
    font-size: 20px;
    color: #F8D22C;
}

.con_num p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.con_num h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}

.con_ice a {
    color: #fff;
    font-size: 20px;
    padding-left:15px;
}

.con_ice {
    margin-top: 2vw;
}

.contact_us_form_top {
    padding-top: 2vw;
}

.contact_input_form {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    margin-bottom: 45px;
}

.contact_sand button {
    background-color: #EC3E24;
    width: 30%;
    padding: 10px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.contact_sand {
    text-align: center;
    /* padding-top: 2vw; */
}

input.submit-btn {
    background-color: #EC3E24;
    border: none;
    width: 25%;
    padding: 8px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.careertable th {
    color: #ec3e24 !important;
    background: #f8d22c !important;
    font-weight: bolder;
    font-size: 18px;
}

.careerpage h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.oldfoterlinks a {
    color: #fff;
    text-decoration: none;
    padding: 10px 7px;
}
.oldfoterlinks {
    padding: 10px;
}
.copyright {
    color: #fff;
    text-align: right;
    padding: 10px;
    padding-bottom: 0;

}