@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
  font-size: 16px;
  /*color: #ff4f81;  */
  font-family: 'Poppins', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 14px;
    color: #8c8b8b;
    line-height: 30px;
    padding: 0;
    margin: 10px 0;
    letter-spacing: 1px;
}
p b{color: black;}
a {
  color: #ff4f81;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
.head{
  font-size: 18px;
  text-transform: capitalize;
  color: #ff4f81;
  font-weight: 500;
}
section{
  padding: 100px 0;
}
.mar-40{
  margin-top: 40px;
}
.web-btn{
  margin-top: 40px;
}
.web-btn a{
  padding: 15px 40px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all ease-in-out 0.3s
}
.web-btn a:hover{
  background: #ff4f81;
  color: white;
  border-color: #ff4f81;
}
.web-btn2{
  margin-top: 40px;
}
.web-btn2 a{
  padding: 15px 40px;
  border: 2px solid #E31837;
  color: #ff4f81;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all ease-in-out 0.3s
}
.web-btn2 a:hover{
  background: #ff4f81;
  color: white;
  border-color: #ff4f81;
}
.heading{
  font-size: 50px;
  text-transform: uppercase;
  color: WHITE;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 20px 0;
}
.heading2{
  font-size: 50px;
  text-transform: capitalize;
  color: #000;
  line-height: 60px;
  font-weight: 500;
  margin: 0px 0;
}
.head2{
  font-size: 24px;
  font-style: italic;
  color: #ff4f81;
}
.line{
  width: 100px;
  height: 3px;
  background: #ff4f81;
  margin: 40px 0;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #ff4f81;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area {
  padding-top: 20px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
  float: left;
  margin-right: 15px;
  line-height: 44px;
  transition: all ease-in-out 0.3s;  
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part:hover i{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
  font-size: 26px;
  color: #ff4f81;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
  color: #454545;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
  background: white;
}
.full-width-header .rs-header .menu-area .logo-area a img {
  transition: 0.4s;
  max-height: 40px;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  align-items: center;
  justify-content: flex-end;
  float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
      font-size: 13px;
    font-weight: 500;
    height: 65px;
    line-height: 65px;
    padding: 0;
    color: #000;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 40px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 16px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
  color: #ff4f81 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #fff;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 18px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
  float: right;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
  line-height: unset;
  height: unset;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #ff4f81;
  color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #ff4f81;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
  display: none;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a {
  color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a:hover {
  color: #ffffff;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ff4f81;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle:hover {
  opacity: 0.8;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #ff4f81;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #ff4f81;
}
body .search-modal {
  background: #0B70E1;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(16, 110, 234, 0.98);
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: transparent;
}
body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  font-size: 18px;
}
body .search-modal .close span::before {
  font-size: 18px;
}
body .search-modal .close:hover {
  opacity: 1;
}
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*scrollup*/
.scrollup{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #000;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  z-index: 999;
}
.scrollup:hover{
  background: #ff4f81;
  color: whites;
}
/*scrollup*/

/*Banner Section*/
#banner{
  overflow: hidden;
}
.slider-one{
  height: 500px;
  background: url(images/banner1.jpg) center center repeat;
  background-size: cover;
  position: relative;
}
.slider-one.two{
  height: 500px;
  background: url(images/banner2.jpg) center center repeat;
  background-size: cover;
  position: relative;
}
.slider-one.three{
  height: 500px;
  background: url(images/banner3.jpg) center center repeat;
  background-size: cover;
  position: relative;
}
.slider-one .content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 550px;
}
.slider-one .content p{
  color: white;
}
#banner.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 60px;
    right: 40px;
}
#banner.owl-theme .owl-nav [class*=owl-] {
    color: transparent;
    font-size: 0;
    margin: 0 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 60px;
    height: 40px;
    border: 2px solid white;
    position: relative;
    transition: all linear 0.2s;
}
#banner.owl-theme .owl-nav [class*=owl-]::before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "\f105";
  font-family: fontAwesome;
  font-size: 24px;
  color: white;
  transition: all linear 0.2s;
}
#banner.owl-theme .owl-nav [class*=owl-]:hover{
  background: #ff4f81;
  border-color: #ff4f81;
  color: white;
}
#banner.owl-theme .owl-nav .owl-prev::before{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "\f104";
  font-family: fontAwesome;
  font-size: 24px;
  color: white;
}
#banner.owl-theme .owl-dots{
  display: none;
}
#banner .owl-item.active .head{
  animation-name:fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
}#banner .owl-item.active .heading{
  animation-name:fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}#banner .owl-item.active p{
  animation-name:fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2s;
}#banner .owl-item.active .web-btn{
  animation-name:fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 3s;
}
/*Banner Section*/

/*Destinations*/
.destinations {
  overflow: hidden;
  padding-bottom: 0;
}
.destinations .web-btn2{
  float: right;
  margin-top: 100px;
}
.desti-box{
  position: relative;
  margin: 15px 0;
  border-radius: 20px;
  z-index: 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: all ease-in-out .4s;
  cursor: pointer;
}
.desti-box:hover {
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transform: scale(1.01);
}
.desti-box:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(4,4,4,0.9), rgba(1,1,1,0));
  opacity: 0.9;
  z-index: 0;
  content: '';
  border-radius: 20px;
}
.desti-box img{
  border-radius: 20px;
}
.desti-box h4{
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  font-size: 20px;
}
/*Destinations*/

/*About Us*/
.about-us{
  background: url(images/about.jpg) center right repeat;
  background-size: cover;
  overflow: hidden;
}
.about-us .heading2{
  margin: 20px 0 0;
  font-size: 40px;
}
.about-us .line{
  margin: 20px 0;
}
.about-us  p{
  color: black;
  margin: 10px 0;
}
.about-us ul{
  padding: 0;
  margin: 0;
}.about-us ul li{
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
#about-slider.owl-theme .owl-dots{
  display: none;
}
.about_img{
  position: relative;
}
.about_img .shape{
  position: absolute;
  top: 0;
  left: -50px;
}
.about_img .about{
  margin-top: 100px;  
  width: 90%;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
  z-index: 0;
}
.about_img .about2{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
    z-index: 0;
}
.about_img h5{
  font-size: 22px;
  color: black;
  font-weight: 600;
  line-height: 30px;
  margin-top: 50px;
  text-align: right;
}
.about_img h5 img{
  width: 70px;
}
/*About Us*/

/*Why Choose*/
.why-choose{
  overflow: hidden;
}
.why-choose .line{
  margin-bottom: 40px;
}
.why-box{
  margin: 30px 0;
}
.why-box .icone{
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 100px;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
.why-box:hover .icone{
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 30%);
}
.why-box .icone img{
  width: 40px;
  text-align: center;
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
.why-box:hover .icone img{
  transform: scale(1.2);
}
.why-box h5{
  color: #000;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
}
.why-box .web-btn2 a{
  padding: 5px 20px;
  font-size: 12px;
  background: #ff4f81;
  color: white;
  font-weight: 600;
  letter-spacing: 3px;
}
.why-box p{
  font-size: 14px;
      color: #8c8b8b;
    line-height: 30px;
}
.why-choose .heading2.mar{
  margin-top: 60px;
}
.why-choose h3{
  margin-top: 40px;
  color: #ff4f81;
  font-style: italic;
}
/*Why Choose*/

/*Promo Section*/
.promo-section{
  text-align: center;
  background: url(images/indiagate.jpg) center center repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 150px 0;
  z-index: 0;
  overflow: hidden;
}
.promo-section:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: -1;
}
.promo-section .heading{
  font-size: 45px;
}
.promo-section .heading span{
  color: #ff4f81;
}
/*Promo Section*/

/*Testimonial*/
.testimonial {
  overflow: hidden;
}
.testimonial .content{
  text-align: center;
}
.testimonial .content .heading2{
  font-size: 40px;
}
.testimonial .content .quotes{
  width: 120px;
  margin: 20px 0;
}
#testimonial{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.testi-slide p{
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: black;
}
.testi-slide .name{
  font-size: 20px;
  color: #ff4f81;
  font-weight: 600;
  margin: 20px 0 0;
}
.testi-slide .caption p{
  font-size: 14px;
  margin: 0;
  font-style: inherit;
  color: black;
  font-weight: 500;
  margin-bottom: 20px;
}
#testimonial.owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  font-size: 20px;
  color: transparent;  
  background: transparent;
  width: 0;
  height: 0;
  line-height: 0;
}
#testimonial.owl-theme .owl-nav .owl-prev::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "\f104";
  font-family: fontAwesome;
  color: #ff4f81;
  font-size: 40px;
}
#testimonial.owl-theme .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  font-size: 20px;
  color: transparent;  
  background: transparent;
  width: 0;
  height: 0;
  line-height: 0;
}
#testimonial.owl-theme .owl-nav .owl-next::before{
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  font-family: fontAwesome;
  color: #ff4f81;
  font-size: 40px;
}
#testimonial.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 7px;
    background: #ff4f81;
    border-radius: 0;
    opacity: 0.5;
}
#testimonial.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #ff4f81;
  opacity: 1;
}
.play-image{
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  transition: all ease-in-out 0.4s;
}
.play-image img{
  border-radius: 10px;
}
.play-image i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 100px;
  color: white;
  transition: all ease-in-out 0.4s;
  font-weight: 100;
}
.play-image:hover i{
  transform:translate(-50%,-50%) scale(1.1);
}
.testimonial .explore{
  padding: 40px 60px;
  background: #ff4f81;
  border-radius: 15px;
  margin: 80px 0 0;
  line-height: 50px;
}
.testimonial .explore h2{
  font-size: 24px;
  color: white;
  font-weight: 600;
  line-height: 40px;
}
.testimonial .explore .web-btn{
  float: right;
  margin: 0;
}
.testimonial .explore .web-btn a{
  padding: 10px 40px;
}
.testimonial .explore .web-btn a:hover{
  background: white;
  color: #ff4f81;
  border-color: white;
}
/*Testimonial*/

/*Package Section*/
.package-section{
  padding-top: 0;
  position: relative;
}
.package-section .head{
  margin-bottom: 20px;
}
.package-section .featured{
  position: absolute;
  left: -100px;
}
.price-box{
    position: relative;
    display: block;
    padding: 30px 30px 5px;
    background: #ffffff;
    border-bottom: 7px solid #ff4f81;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 10%);
}
.price-box h5{
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.price-box p{
  text-align: center;
  margin: 0;
}
.price-box .price{
  position: relative;
  display: block;
  margin: 15px 0px;
  text-align: center;
}

.price-box .price .amount{
  position: relative;
  font-size: 60px;
  color: #ff4f81;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
}

.price-box .price .sign{
  position: relative;
  font-size: 24px;
  color: #ff4f81;
  font-weight: 600;
  line-height: 1.5em;
  vertical-align: top;
}
.price-box .price .cycle {
    position: relative;
    font-size: 14px;
    color: #ff4f81;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: bottom;
}
.price-box .best-title{
  position: relative;
  font-size: 13px;
  color: #7b8594;
  text-transform: uppercase;
  text-align: center;
}

.price-box .best-title:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  margin-top: -0.5px;
}

.price-box .best-title span{
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  background: #ffffff;
}
.price-box ul{
  margin: 20px 0;
  padding: 0;
}
.price-box ul li{
  font-size: 14px;
  color: #8c8b8b;
  line-height: 30px;
}
.price-box ul li i{
  margin-right: 5px;
  color: #ff4f81;
}
.price-box .link-box{
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform-origin: left top;
  transform: scaleY(0);
  transition: all 300ms ease;
}
.price-box .link-box a{
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  padding: 6px 20px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  background: #ff4f81;
}
.price-box:hover .link-box{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
/*Package Section*/

/*Footer*/
.top-footer{
  width: 100%;
  height: 100px;
  background-repeat: repeat-x;
  background: url(images/shape.png);
}
footer{
  background: #14161c;
  padding: 60px 0;
  position: relative;
}
footer:before{
    position: absolute;
    left: 0px;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(images/shape1.png);
    background-repeat: repeat-x;
    background-size: cover;
    animation: slide 100s linear infinite;
}
@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}
footer p{
  color: #aeb1b8;
  margin: 20px 0;
}
footer ol{
  padding: 0;
  margin: 30px 0 0 0;
  display: block;
}footer ol li{
  padding: 0;
  margin: 0 5px 0 0px;
  display: inline-block;
}footer ol li a{
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: white;
  transition: all ease-in-out 0.3s;
}
footer ol li a:hover{
  background: #ff4f81;
  color: white;
}
.mid-footer{
  margin: 15px 0;
}
.mid-footer h4{
  color: white;
  margin-bottom: 20px;
}
.mid-footer ul{
  padding: 0;
  margin: 20px 0 0;
}.mid-footer ul li{
  padding: 0;
  margin: 0;
}.mid-footer ul li a{
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #aeb1b8;
  line-height: 35px;
}
.mid-footer.left{
  padding-left: 50px;
}
.mid-footer .imgbox{
  display: block;
}.mid-footer .imgbox img{
  display: inline-block;
  margin: 10px 10px 10px 0px;
}
.mid-footer .address{
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  color: #aeb1b8;
  line-height: 30px;
  font-size: 15px;
}
.mid-footer .address a{
  color: #aeb1b8;
}
.mid-footer .address i{
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 20px;color: #ff4f81;
}
.end-footer{
  background: black;
  padding: 25px 0;
}
.end-footer p{
  color: white;
  padding: 0;
  margin: 0;
}
.end-footer ol{
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}.end-footer ol li{
  padding: 0;
  margin: 0 0px 0 10px;
  display: inline-block;
  color: white;
}.end-footer ol li a{
  padding: 0;
  margin: 0;
  display: inline-block;
  color: white;
  font-size: 14px;
}
/*Footer*/

/*Top Section*/
.top-section{
  background: url(images/bg1.jpg) center center repeat;
  background-size: cover;
  padding: 170px 0;
  text-align: center;
}
.top-section .heading{
  text-shadow: 11px 0px 15px rgb(0 0 0 / 75%);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
/*Top Section*/

/*Gallery Section*/
.gallery-section a img{
  width: 100%;
}
.lightbox{
  padding: 20px;
  box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
  margin: 15px 0;
}
/*Gallery Section*/

/*Contact Us*/
.contactbox{
  padding: 50px 30px 47px 120px;
  box-shadow:0px 20px 50px 0px rgb(6 26 58 / 15%);
  border-radius: 10px;
  position: relative;
  background: white;
  margin: 20px 0;
}
.contactbox .first{
  position: absolute;
  top: -30px;
  width: 90px;
  left: 50%;
  z-index: -1;
}.contactbox .last{
  position: absolute;
  bottom: -30px;
  width: 90px;
  right: 50%;
  z-index: -1;
}
.contactbox .icone{
  position: absolute;
  left: 30px;
  top: 50px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f0f2f2;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  transition: all 500ms ease;
  color: #ff4f81;
}
.contactbox:hover .icone{
  background: #ff4f81;
  color: white;
}
.contactbox h5{
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: black;
}
.contactbox p{
  padding: 0;
  margin: 0;
}
.contactbox p a{
  color: #8c8b8b;
}
.contact-form{
  padding: 0 0 100px;
}
.contact-form .heading2{
  margin-top: 20px;
}
.contact-form ul{
  padding: 0;
  margin: 20px 0 0;
  display: block;
}.contact-form ul li{
  padding: 0;
  margin: 0 10px 0 0px;
  display: inline-block;
}.contact-form ul li a{
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  background: #466ca9;
  text-align: center;
  color: white;
  border-radius: 100px;
}
.contact-form ul li:nth-child(2) a{
  background: #dd4b39;
}.contact-form ul li:nth-child(3) a{
  background: #55acee;
}
.contact-form form{
  padding: 40px;
  background: #f5f6f6;
  border-radius: 10px;
}
.contact-form form input,
textarea{
  position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    margin: 15px 0;
    outline: 0;
}
.contact-form form textarea{
  height: 160px;
}
.contact-form form button{
  background: #ff4f81;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin: 20px 0 0;
}
/*Contact Us*/

/*Inner Section*/
.inner-section .heading2{
  margin: 20px 0 0;
}.inner-section .heading2.mar{
  margin: 100px 0 0;
}
.inner-box{
  margin: 15px 0;
  position: relative;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
  transition: all ease-in-out 0.3s;
}
.inner-box:hover{
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
  transform: translateY(-5px);
}
.inner-box .content{
  padding: 30px;
}
.inner-box .content H4{
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.inner-box .content h5{
  color: #999;
  font-size: 16px;
  margin: 30px 0 0;
  font-weight: 400;
}
.inner-box .content p{
  color: black;
  font-weight: 500;
}
.inner-box .content .inr-btn{
  margin: 30px 0 10px;
  display: block;
}
.inner-box .content .inr-btn a{
    padding: 10px 30px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff4f81;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.66px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    margin: 5px 5px 5px 0px;
    display: inline-block;
}
.inner-box img{
  width: 100%;
}
.inner-box .content .inr-btn a:nth-child(2){
  background: transparent;
  color: #000;
  border: 2px solid #ff4f81;
}
.inner-section .web-btn2 button{
      padding: 17px 60px;
    background: #fd4e7f;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    outline: 0;
}
.modal-body form{
  padding: 20px;
}
.modal-body form h6{
  color: black;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  text-transform: uppercase;
}
.modal-body form label p{
  text-transform: uppercase;
}
.modal-body form label p span{
  color: #ff4f81;
}
.modal-body form label{
  width: 100%;
}.modal-body form input,
select,
textarea{
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #8c8b8b;
  font-size: 14px;
  font-weight: 500;
  outline: 0;
}
.modal-body form textarea{
  height: 120px;
}
.modal-body form label.check{
  margin: 10px 0 20px;
}
.modal-body form .checkbox{
  text-align: left;
  width: 20px;
  float: left;
  height: 20px;
  margin: 5px 0 0;
}
.modal-body form .text{
  padding: 0px 0 0 30px;
}
.modal-body form button{
  padding: 10px 40px;
  background: #ff4f81;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  outline: 0;
  border: 0;
  border-radius: 0;
}
/*Inner Section*/

/*tours-section*/
.tours-section{
  padding-top: 0;
  overflow: hidden;
}
.tours-box{
  position: relative;
  margin: 15px 0;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.tours-box:hover img{
  transform: scale(1.1);
}
.tours-box img{
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.tours-box .content{
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
}
.tours-box:hover .content{
  left: 40px;
  transition-delay: .1s;
}
.tours-box .content h3{
  color: white;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 30px;
}
.tours-box .content .web-btn2 a{
  border-color: white;
  color: white;
  padding: 10px 30px;
}
.tours-box .content .web-btn2 a:hover{
  background: transparent;
}
/*tours-section*/

/*inner-destinations*/
.inner-destinations p{
  margin: 20px 0;  
}
.inner-destinations .heading2.mar{
  margin-top: 60px;
}
.inner-destinations .img-box{
  margin: 50px 0;
}
.inner-destinations .search{
  padding: 40px 30px;
  box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 8%);
  border-radius: 10px;
}
.inner-destinations .search h4{
  padding: 0;
  margin: 0 0 20px;
  color: black;
  font-size: 20px;
}
.inner-destinations .search label{
  width: 100%;
  position: relative;
}
.inner-destinations .search label input{
  position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e6ebeb;
    border-radius: 10px;
    font-size: 16px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
    outline: 0;
}
.inner-destinations .search label button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: transparent;
    transition: all 500ms ease;
    outline: 0;
    border: 0;
    color: #ff4f81;
}
.inner-destinations .download{
  padding: 40px 30px;
  box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 8%);
  margin: 40px 0 0;
  border-radius: 10px;
}
.inner-destinations .download ul{
  padding: 0;
  margin: 30px 0 0;
}.inner-destinations .download ul li{
  padding: 5px 0;
  margin: 0;
  border-top: 1px solid #eee;
}
.inner-destinations .download ul li p{
  margin: 10px 0;
}
.inner-destinations .download ul li a{
  font-size: 15px;
  color: black;
  font-weight: 500;
  transition: all linear 0.3s;
}
.inner-destinations .download ul li a:hover{
  color: #ff4f81;
}
.inner-destinations .download ul li a span{
  float: right;
}
.inner-destinations .download h4{
  padding: 0;
  margin: 0 0 20px;
  color: black;
  font-size: 20px;
}
.inner-destinations .download ol{
  padding: 0;
  margin: 30px 0 0;
}
.inner-destinations .download ol li{
  padding: 0 0 0 110px;
  margin: 30px 0 ;
  list-style: none;
  position: relative;
  transition: all linear 0.3s;
}
.inner-destinations .download ol li .img{
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear 0.3s;
}
.inner-destinations .download ol li .img:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #ff4f81;
  border-radius: 100px;
  opacity: 0;
  transition: all linear 0.3s;
}
.inner-destinations .download ol li:hover .img:before{
  opacity: 0.7;
}
.inner-destinations .download ol li p{
  padding: 0;
  margin: 0;
}.inner-destinations .download ol li h4 a{
  padding: 0;
  margin: 0;
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.inner-destinations table{
  width: 100%;
  border: 1px solid #e4e8e9;
}.inner-destinations table tr{
  border: 1px solid #e4e8e9;
}.inner-destinations table tr td{
  border: 1px solid #e4e8e9;
  padding: 20px 40px;
  width: 0;
}
.inner-destinations table tr td i{
  color: #ff4f81;
  margin-right: 10px;
}
.inner-destinations table tr td b{
  color: black;
  font-weight: 500;
}
.inner-destinations .photo-gallery{
  margin: 30px 0 0;
}
.inner-destinations .photo-gallery img{
  width: 100%;
}
.discount{
  padding: 40px;
  border-radius: 10px;
  background: url(images/photo27.jpg) center center repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
  margin: 40px 0 0;
}
.discount:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #ff4f81;
  opacity: 0.7;
  border-radius: 10px;
}
.discount h5{
  position: absolute;
  font-size: 50px;
  color: white;
  font-style: italic;
}
/*inner-destinations*/


/*privacy*/
.privacy ul{
  padding: 0;
  margin: 0;
}.privacy ul li{
    font-size: 14px;
    color: #8c8b8b;
    line-height: 30px;
    padding: 0  0 0 30px;
    margin: 15px 0;
    letter-spacing: 1px;
    position: relative;
}
.privacy h4{
  font-size: 35px;
  margin: 40px 0 0;
  color: black;
  font-style: italic;
}
.privacy h4 span{
  color: #ff4f81;
  font-weight: 300;
  text-decoration: underline;
}
.privacy p b{
  color: black;
}
.privacy ul li:before{
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  background: #ff4f81;
}
/*privacy*/

/*====Reservations Page====*/
/*==Plane Section===*/
.plane {
    padding: 170px 0;
    background-image: url(images/airport-generic-c.jpg);
    background-size: cover;
    background-position-y: -190px;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    z-index: 1;
}
.plane:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
.plane h1 {
    font-size: 30px;
}
.plane .custom-link {
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}
.plane img {
    display:none;
}

@media (max-width:768px){
    .delta-logo {
        display: inline-block;
        margin: 0 auto;
    }
    .plane img {
        display:block;
        width:120px;
    }
    .plane {
        padding:70px 0;
        height:100vh;
        background-image:none;
        background-color:#282f43;
    }
    .plane h1 {
    font-size: 47px;
    }
    .cust-link-col {
            padding: 34px 0 30px !important;
    }
    
}

@media (max-width:404px) {
    .plane h1 {
    font-size: 43px;
}
.web-btn2 a {
    padding: 15px 9px;
}
}

/*===Custom Experience Section==*/
.custom-exp {
    padding: 60px 0;
}
.custom-exp h4, .custom-exp h1 {
    color: #ff4f81;
}

/*===Dedicated Section====*/
.dedicated {
    padding: 60px 0;
    border-bottom: 2px solid #ff4f81;
}
.dedicated h1, .dedicated h3 {
    color: #ff4f81;
}

/*===Air Content Section===*/
.air-content {
    padding: 60px 0;
}
.air-content h2 {
    color: #ff4f81;
}
.air-content p, .air-content li {
    font-size: 15px;
    line-height: 24px;
}
}