

@font-face {
    font-family: "proxima-nova-regular";
    src: url(../fonts/proximanova_regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "playfair-display-regular";
    src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body{
    font-family: "proxima-nova-regular";
    line-height: 140%;
    letter-spacing: normal;
    overflow-x: hidden;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

* {
    scroll-behavior: smooth;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

.hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 130px;
    left: 10%;
    background-color: #0000007d;
    flex-direction: column;
    width: 260px;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    margin-bottom: 0px;
    padding-left: 0rem;
    padding-bottom: 5px;

  }

  .nav-links.active {
    transform: translateX(0%);
  }

  .nav-links li {
    margin: 5px 0;
  }
  
  .header_text {
    position: relative;
    top: 5vh;
    left: -18%;
    letter-spacing: 2px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    font-family: "proxima-nova-regular";
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  padding: 10px 20px;
  z-index: 9999;
}

.logo {
  top: 5vh;
  right: 10%;
  position: relative;
}

.nav-links {
  display:none;
  list-style: none;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a , .nav-links{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.nav-links a:hover{
    color:#ffffff9e;
}
/* Hamburger Menu Styles */
.hamburger {
  flex-direction: column;
    cursor: pointer;
    left: 10%;
    position: relative;
    top: 5vh;
    background-color: #0000007d;
    padding: 10px 20px;
}

.bar {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
}
.sec_2{
  background-color: #143d8f;
  padding: 2% 5%;
}
.sec_2_div{
  width: 80%;
  margin: auto;
  display: block;
}
.sec_2_heading{
  font-family: "playfair-display-regular";
  font-size: 3.2vw;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  max-width: 90%;
  display: block;
  margin: auto;
  padding-top: 2%;
}
.height{
  padding-top: 1%;
}
.sec_2_heading span{
color:#cc9933 ;
}
.hr_line{
  width: 15%;
  color: #cc9933;
  padding: 1px;
  opacity: 1;
  margin: auto;
  margin-top: 1%;
}
.sec_2_para{
  font-family: "proxima-nova-regular";
  font-size: 1.5vw;
  line-height: 1.2;
  color: #fff;
  padding: 2% 10%;
  padding-left: 7%;
  padding-right: 15%;
}
sub, sup {
  position: relative;
  font-size: .35em !important;
  top: -1.5em !important;
  font-weight: 500 !important;

}
.sec_3{
  position: relative;
  background-color: #143d8f;
  background-image: url(../images/sec_2bg_1.png);
  background-size: contain;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  /* position: fixed; */
  /* min-height: 1800px; */
}

.sec_31{
  position: relative;

  background-color: #143d8f;
  background-image: url('../images/sec_2bg_1 - Copy.png');
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  /* position: fixed; */
}
.sec_3_headding{
  font-family: "playfair-display-regular";
  font-size: 2vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 2%;
  width: 100%;
  height: 100%;
  
  align-items: center; /** Y-axis align **/
  justify-content: center; /** X-axis align **/
}
.sec_3_img{
  position: absolute;
  top: 8%;
  left: 30%;

}
.sec_3_img img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.sec_3_para{
  /* position: absolute; */
  bottom: 0%;
  font-family: "playfair-display-regular";
  font-size: 2.6vw;
  color: #fff;
  /* width: 30%; */
  margin: auto;
  display: block;
  line-height: 1.2;
  width: 42%;
  left: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}
.sec_3_para span{
  color: #cc9933;
}
.sec_4{
  background-color: #143d8f;
  padding: 1%;
}
.sec_4_heading{
  font-size: 2.5vw;
  color: #fff;
  font-family: "playfair-display-regular";
  text-align: center;
  padding-top: 2%;
  text-transform: uppercase;
}


.slide-div .sec_4_heading::before,
.slide-div .sec_4_heading::after {
    display: inline-block;
    content: "";
    border-top: .2rem solid #cc9933;
    width: 20rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}


.hr_line2{
  width: 15%;
  color: #cc9933;
  padding: 1px;
  opacity: 1;
  /* margin: auto; */
  margin-top: 1.5%;
  margin-bottom: 2%;
}
#js-swiper-hotels{
  padding-top: 2%;
  padding-bottom: 5%;
}
.ht-40{
  height: 40px;
}
.sec_3_1{
  position: relative;
  /* padding:0% 5%; */
}
.sec_3_1_flex_container{
  position: absolute;
  top: 7%;
  padding: 0% 5%;
  left: 20%;
}
.sec_3_1_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.sec_3_1_flex_item_left {
  padding: 0% 2%;
  margin-bottom: 5%;
}
.sec_3_1_flex_item_right {
  padding: 0% 2%;
  margin-bottom: 5%;
}
.sec_3_1_flex_heading {
  font-size: 2vw;
  color: #FFCC99;
  font-weight: 600;
  font-family: "proxima-nova-regular";
  line-height: 1.2;
  /* padding-bottom: 2%; */
  width: max-content;
}
.sec_3_1_flex_sub_heading {
  font-size: 1.5vw;
  color: #CC9933;
  font-family: "proxima-nova-regular";
  line-height: 1.2;
}
.sec_3_1_flex_new_heading{
  font-size: 2vw;
  color: #CC9933;
  font-family: "proxima-nova-regular";
  line-height: 1.2;
  width: max-content;
}
.popup_video_class .video-play{
  display: block;
  margin: auto;
  padding: 2% 0%;
  padding-top: 3%;
  width: 50%;
}

.popup_video_class a img{
  display: block;
  margin: auto;
  padding: 2% 0%;
  padding-top: 3%;
  width: 50%;
}


@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}


@media (max-width: 767px) {
  .sec_2_para {
    font-size: 4vw;
    padding-right: 5%;
  }
 
  .sec_3_1_flex_item_left img{
    width: 100px;
  }
  .hr_line {
    width: 40%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .sec_2_div {
    width: 100%;
  }
  .sec_2_heading {
    font-size: 5vw;
  }
  .sec_3_headding{
    font-size: 4vw;
    top: 3%;
    left: 3%;
    max-width: 90%;

  }
  .sec_3_img {
    top: 15%;
    left: 0%;
}
.sec_31 {
  min-height: 850px;
}
.sec_4_heading {
  padding-top: 5%;
  font-size: 5vw;
}
.slide-div .sec_4_heading::before, .slide-div .sec_4_heading::after {
  display: inline-block;
  content: "";
  border-top: .2rem solid #cc9933;
  width: 2.5rem;
  margin: 0 1rem;
  transform: translateY(-0.2rem);
}
#js-swiper-hotels {
  padding-top: 0%;
}
.sec_3_para {
         /* position: absolute; */
         bottom: 0%;
         font-family: "playfair-display-regular";
         font-size: 6vw;
         color: #fff;
         /* width: 30%; */
         margin: auto;
         display: block;
         width: 85%;
         left: 10%;
         padding-bottom: 5%;
         padding-top: 5%;
         line-height: 1.4;
}
.hr_line2{
  width: 30%;
  margin-bottom: 5%;
}
.ht-40{
  height: 4px;
}

.sec_3_img img {
  width: 90%;
}
    .navbar {
        position: absolute;
        top: calc(100% - 0px);
    }
    .hamburger {
        flex-direction: column;
        cursor: pointer;
        left: 5%;
        position: relative;
        top: 0;
        background-color: #0000007d;
        padding: 5px 10px;
    
    }
    .header_text{
        display: none;
    }
    .bar {
        width: 30px;
        height: 1px;
        background-color: #fff;
        margin: 3px 0;
    }
    .logo {
        top: 0vh;
        right: 2%;
        position: relative;
    }
    .logo img{
        width: 50%;
        float: right;
    }
    .nav-links {
        position: absolute;
        top: 70px;
        left: 5%;
        background-color: #000000c7;
        flex-direction: column;
        width: 90%;
        align-items: flex-start;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in;
        margin-bottom: 0px;
        padding-left: 0rem;
        padding-bottom: 5px;


        
    }
    .sec_3_1_flex_container {
      position: relative;
        left: 0%;
        margin-top: -6%;
    }
    .sec_3_1_flex_heading {
      font-size: 4vw;
    }
    .sec_3_1_flex_sub_heading {
      font-size: 3.5vw;
    }
    .sec_3_1_flex_new_heading{
      font-size: 4vw;     
    }
    .popup_video_class .video-play{
      width: 90%;
    }
    .popup_video_class a img{
      width: 90%;
    }
      
}


@media (max-width:768px) {

}


@media (min-width:768px) and (orientation:portrait) {

}

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

}

@media only screen  and (min-width : 1224px) {
  .popup_video_class .video-play{

    width: 50%;
  }

  .popup_video_class a img{

    width: 50%;
  }
    .header_text {
        position: relative;
        top: 5vh;
        left: -18%;
        font-size: 1.2vw;
        font-weight: 600;
        color: #fff;
        font-family: "proxima-nova-regular";
    }
    
    .sec_3_img {
      position: absolute;
      top: 8%;
      left: 25%;
  }
  
    .hamburger {
        flex-direction: column;
        cursor: pointer;
        left: 8%;
        position: relative;
        top: 5vh;
        background-color: #0000007d;
        padding: 4px 10px;
    }
    .nav-links {
        position: absolute;
        top: 110px;
        left: 8%;
    }
    .logo {
        top: 3vh;
        right: 7%;
        position: relative;
    }
    .why-sahasra-bottom-sec-div {
      background-color: #000000;
      width: 40%;
      padding-top: 600px;
      position: absolute;
      bottom: 0;
      right: 20%;
  }
  .sec_3_1_flex_container {
   
    top: 5%;
    left: 20%;
  }
    .sec_3_1_flex_item_left img{
      width:150px
    }
    .sec_3_1_flex_new_heading{
      font-size: 1.8vw;     
    }
}

@media only screen  and (min-width : 1800px) {
  .sec_3_1{
    position: relative;
    /* padding:0% 5%; */
  }
  .popup_video_class a img{

    width: 50%;
  }
  .sec_3_1_flex_item_left img{
    width:211px
  }
  .sec_3_1_flex_container{
    position: absolute;
    top: 7%;
    padding: 0% 5%;
    left: 20%;
  }
  .sec_3_1_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }
  .sec_3_1_flex_item_left {
    padding: 0% 2%;
    margin-bottom: 5%;
  }
  .sec_3_1_flex_item_right {
    padding: 0% 2%;
    margin-bottom: 5%;
  }
  .sec_3_1_flex_heading {
    font-size: 2vw;
    color: #FFCC99;
    font-weight: 600;
    font-family: "proxima-nova-regular";
    line-height: 1.2;
    /* padding-bottom: 2%; */
  }
  .sec_3_1_flex_sub_heading {
    font-size: 1.5vw;
    color: #CC9933;
    font-family: "proxima-nova-regular";
    line-height: 1.2;
    width: max-content;
  }
  .sec_3_1_flex_new_heading{
    font-size: 2vw;     
  }
  .sec_3_img {
    position: absolute;
    top: 8%;
    left: 30%;
}
.why-sahasra-bottom-sec-div {
  background-color: #000000;
  width: 40%;
  padding-top: 700px;
  position: absolute;
  bottom: 0;
  right: 20%;
}
    .header_text {
        position: relative;
        top: 5vh;
        left: -18%;
        font-size: 1.5vw;
        font-weight: 600;
        color: #fff;
        font-family: "proxima-nova-regular";
    }
    .logo {
        top: 5vh;
        right: 10%;
        position: relative;
      }
      .nav-links {
        position: absolute;
        top: 135px;
        left: 10%;
       
      }
      .hamburger {
        flex-direction: column;
          cursor: pointer;
          left: 10%;
          position: relative;
          top: 5vh;
          background-color: #0000007d;
          padding: 10px 20px;
      }
    
}



@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
 

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {

}
