/* .top-cart-login {
    background-color: #000;
    padding: 7px 13px;
    color: #fff;
    border-radius: 50%;
} */

.header-style-three .header-cart-login {
    padding-top: 10px;
}

.hero-banner{
    padding: 165px 0px 150px;
}
.main-nav li {
    margin-right: 40px;
}
.dark-logo {
    display: none ;
}
.header-style-three.sticky-menu img.dark-logo {
    display: block;
    width: 100%;
    max-width: 260px;
}

.header-style-three.sticky-menu img.dark-logo {
    display: block;
}

.main-navigation > nav.main-nav.ul-li ul#main-nav > li a {
    color: #fff;
}
.header-style-three.sticky-menu  .main-navigation > nav.main-nav.ul-li ul#main-nav > li a , .header-style-three.sticky-menu  .main-navigation > nav.main-nav.ul-li ul#main-nav > li span{
color:#000;
}

.header-style-three {
    padding-top: 20px;
}

.main-nav ul#main-nav .dropdown ul.dropdown-menu li a {
    color: #000;
}
.main-nav .dropdown:after {
  display: none !important;
}
.rotating-text-wrapper {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
}
  .rotating-text-wrapper h2 {
    font-size: 16px;
    margin: 4px 0 0 0;
    padding: 0 0.3em;
    color: #000;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    opacity: 0;
    position: relative;
    top: 0px;
}
.rotating-text-wrapper h2:nth-child(1) {
  animation-name: rotating-text-1;
  top: 4px;
}
  @keyframes rotating-text-1 {
    0% {
      transform: translateY(200%);
    }
    33% {
      transform: translateY(100%);
      opacity: 1;
    }
    34% {
      opacity: 0;
    }
  }
  .rotating-text-wrapper h2:nth-child(2) {
    animation-name: rotating-text-2;
  }
  @keyframes rotating-text-2 {
    33% {
      transform: translateY(-50%);
      opacity: 0;
    }
    66% {
      transform: translateY(0);
      opacity: 1;
    }
    67% {
      opacity: 0;
    }
  }
  
  .header-cart-login .top-cart-login {
    align-items: center;
    position: relative;
    display: flex
;
}
.rotating-text-wrapper h2:nth-child(3) {
    animation-name: rotating-text-3;
  }
  .rotating-text-wrapper h2:nth-child(3) 
  {
    top: 3px;
  }
  @keyframes rotating-text-3 {
    66% {
      transform: translateY(-80%);
      opacity: 0;
    }
    99% {
      transform: translateY(-150%);
      opacity: 1;
    }
    100% {
      transform: translateY(-100%);
      opacity: 0;
    }
  }

.header-style-three .header-cart-login {
    background-color: #fff;
    padding: 0 10px;
    border-radius: 4px;
}

.header-style-three.sticky-menu .header-cart-login.float-right {
    padding-top: 0;
}
.header-style-three.sticky-menu  .header-cart-login {
    background-color: #ff6525;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
}

.header-style-three.sticky-menu  .header-cart-login  .rotating-text-wrapper h2 {
color:#fff;
}

.hero-banner p {
    color: #fff;
    font-size: 26px;
}
.hero-banner:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-primary);
}
.banner-search-section {
  position: relative;
}
.banner-search-section ul.nav.nav-tabs {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: max-content;
  border-bottom: none;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a {
  display: flex;
  /* flex-direction: column; */
}
ul.nav.nav-tabs.from-tabs-wrap a.nav-link {
  background-color: #ffffff;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item i.fas.fa-plane {
  transform: rotate(270deg);
}

ul.nav.nav-tabs.from-tabs-wrap li.nav-item a {
  background-color: #fff;
  color:#000;
  border-radius: 4px;
  padding: 10px 30px;
  /* box-shadow: 0 3px 5px 0 rgba(0,0,0,.3); */
  transition: all .5s ease;
}

ul.nav.nav-tabs.from-tabs-wrap li.nav-item a.nav-link.active {
  background-color: #03A9F4;
  color: #fff;
  border: 1px solid #03A9F4;

}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a i {
  font-size: 18px;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a span {
  font-size: 16px;
  line-height: 1;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item {
  margin: 0 10px;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a:hover{
  transform: translateY(-7%);
  -moz-transform: translateY(-7%);
  transition: all .5s ease;
  cursor: pointer;
}


.flight-type-wrap label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
.flight-type-wrap label input {
  position: absolute;
  left: -9999px;
}
.flight-type-wrap label input:checked + span {
  background-color: #ff652529;
}
.flight-type-wrap label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em var(--thm-primary);
}
.flight-type-wrap label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.flight-type-wrap label span:hover {
  background-color: #ff652529;
}
.flight-type-wrap label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em var(--thm-primary);
}
form.flight-type-wrap {
  display: flex
;
}
form.flight-type-wrap label:nth-child(1) {
  margin-right: 15px;
}

.banner-search-section .search-form-field .input-field {

  padding: 0 15px;
}

.search-form-field {
  background-color: #fff;
  padding: 0px 0px ;
}

.banner-search-section .search-form-field .input-field {
  padding: 0 1px;
  background: transparent;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.search-form-fields
{
  flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
}
/* .search-form-field-one {
  width: calc(((100% - 190px) / 5) + 60px) !important;
  cursor: pointer;
}

.search-form-field-two{
  width: calc(((100% - 190px) / 5) - 40px) !important;
  cursor: pointer;
  position: relative;
} */

.banner-search-section .search-form-field p {
  font-size: 13px;
  color: #000;
  margin: 0;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-search-section .search-form-field label.label-one
{
  font-size: 13px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin-bottom: 0px;
}

.banner-search-section .search-form-field label.label-one + input
{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}

.banner-search-section.style-two .banner-search-form {
  background-color: #ffffff;
  width:100%;
}

/* .ng-tns-c8-3{
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.ng-tns-c8-3 span {
  font-weight: 400;
  font-size: 18px;
}

.banner-search-section.style-two .search-form-field {
  position: relative;
  padding: 10px 0px;
}
.banner-search-section .search-form-fields
{
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  width:100%;
}
.from-btn-wrap {
  display: flex
;
  align-items: center;
}

.ng-tns-c8-3::after {
  content: '';
  width: 1px;
  height: 70%;
  background: #ebebeb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
} */
.travels-txt::after 
{
display: none;
}

h3.from-title {
  position: absolute;
  right: 20px;
  top: 27px;
  font-size: 20px;
  color: #000;
}

div#hotel h3 {
  font-size: 20px;
  padding: 18px 0 0 0;
  color: #000;
}
div#hotel {
  padding-top: 10px;
}
.banner-search-section button {
  height: 66%;
  display: flex
;
  align-items: center;
  flex-direction: row-reverse;
}
.banner-search-section button i {
  margin-right: -6px;
  float: right;
  display: flex
;
  background: #03a9f4;
  padding: 25px 10px;
  position: relative;
  top: 0px;
  margin-left: 16px;
}

.hero-banner:after {
  content: '';
  background-image: url(../img/building_bg.png);
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  opacity: 0.15;

}
img.runway-fly-plane {
  position: absolute;
  right: 10%;
  width: 100%;
  max-width: 220px;
  top: 47%;
  opacity: 0.8;
}

/* div#hotel .search-form-field-one {
  width: calc(((100% + 190px) / 5) + 60px) !important;
  cursor: pointer;
} */
.banner-search-section .search-form-field i {
  position: unset;
}


/* div#hotel .search-form-field-two {
  width: calc(((100% - 20px) / 5) - 40px) !important;
  cursor: pointer;
  position: relative;
} */


/* home page destination sec start here */
.cardeffect {
  transition: all 500ms ease-in-out;
}
.theme-border-radius {
  border-radius: 0.5rem;
}
.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}
.theme-bg-white {
  background-color: #ffffff;
}
.fw-bold {
  font-weight: 700 !important;
}

.destination-sec-wrap .cardeffect  h6 {
 color:#000;
}
.destination-sec-wrap .cardeffect p
{
  font-weight: 500;
    color: #000;
}
.destination-sec-wrap .cardeffect p.font-small {
  line-height: 1;
  font-size: 14px;
  color: #222121;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.theme-text-secondary {
  color:var(--thm-primary);
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cardeffect  {
  position: relative;
}
span.flight-price-wrap {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: #3a3837;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.destination-sec-wrap {
  padding-top: 60px;
}
.destination-sec-wrap h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}

.destination-single:hover .destination-btn {

  background-color: #ff6525;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.testimonial .testimonial-item .testimonial-body .testimonial-content {
  padding-left: 0;
}
.footer-subscribe-widget input
{
  height: 50px;
    width: 100%;
    border: none;

    padding-left: 20px;
    border-radius: 8px;
    background-color: #efeff0;
}

.footer-subscribe-widget button
{
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}

.footer-subscribe-widget button i
{
  margin-left: 10px;
}

.footer-subscribe-wraper i.fas.fa-envelope-open-text {
  text-align: center;
  margin: auto;
  font-size: 65px;
  color: #ff6525;
}
.footer-subscribe-wraper .testimonial-item-inner {
  text-align: center;
}

.footer-item .footer-links .top .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* .cardeffect:hover span.flight-price-wrap {
  right: 17px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}  */
.footer-section.style-two p {
  color: #fff;
  font-size: 16px;
}
.footer-section.style-two .footer-item .footer-links .top ul li a  , .footer-item .footer-contact .top ul li a{
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.footer-item .footer-links .top ul li a:before {

  top: 10px;

}

.company-about-wrap .section-title.title-style-two {
  max-width: 660px;
  margin: 0 auto;
  float: inline-end;
}
.figure-box.parallax-scene-js.img-wrap-cont {
  float: left;
  margin: 0 40px 30px 0px;
}
.company-about-wrap + section.features-section-2 .section-title.headline.title-style-two.position-relative {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}


/* home page destination sec end here */



/* contact us page design start here */
.contact-form-wrap {
  margin-top: 0;
}
.contact-form-area .contact-form-input input {
  height: 50px;
  width: 46%;
  border: none;
  margin: 0px 15px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
  margin-bottom: 15px;
}
.contact-form-area textarea {
  margin-top: 0;
}

.company-about-wrap.cp-tb {
  padding: 50px 0;
}

.company-about-wrap.cp-tb h2.h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #242424;
}
/* contact us page design end here */


.list-title-content {
  list-style-type: none;
  padding-left: 0px;
}
.list-title-content li strong {
  color: #242424;
}

.list-title-content li:not(last-child) {
  margin-bottom: 8px;

}
.disclaimer-cont {
  background-color: #eee;
  padding: 15px !important;
  border-radius: 4px;
  margin-top: 0px;
  color: #000 !important;
}

.copyright-area {
  margin-top: 40px;
}
ul.list-title-content.ul-item-wrap {
  list-style-type: square;
  padding-left: 20px;
}
ul.list-title-content.ul-item-wrap ::marker {
  color: #ff6525;
}

ul.cat-list.grid-list-items {
  display: flex
;
  flex-wrap: wrap;
}
ul.cat-list {
  padding-left: 20px;
}
.cat-list {
  position: relative;
}
.cat-list li a {
  position: relative;
  color: #6d6c6c;
  font-size: 16px;
  font-weight: 400;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

ul.cat-list.grid-list-items li {
  width: 25%;
}

ul.cat-list.grid-list-items ::marker {
  color: #ff6525;
}




/* call us button css start here  */
/* a.scrollup.text-center {
  right: unset;
  left: 12px;
} */
footer  {
  z-index: 0;
}
a#back2Top {
  right:unset;
  left: 12px;
}
button.call-now-button {
  position: fixed;
  right: 0;
  z-index: 99;
  bottom: 0%;
}
button.call-now-button {
  border: none;
  background: transparent;
}

.call-now-button-dismissible {
  position: fixed;
  bottom: 44px;
  right: 80px;
  z-index: 999;
  background-color: #ff6727;
  color: #fff;
}
.call-now-button-dismissible button.btn-close {
  color: #fff !important;
  opacity: 1;
  filter: invert(1);
}
/* button.call-now-button {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid #ff6727;
} */

.call-now-model button.btn-close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.call-now-model .modal-body h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.3;
}

.conect-wrap {
  display: flex
;
  justify-content: center;
}

.conect-wrap a {
  margin: 0 5px;
}

.conect-wrap {
  display: flex
;
  justify-content: center;
  margin-top: 18px;
}

.modal.call-now-model .modal-content{
  text-align:center;
}


/* call us button css end here  */

.header-style-three.sticky-menu .main-nav, .header-style-three.sticky-menu .header-cart-login{
  padding-top: 15px;
}
.footer-logo a img {
 margin-bottom: 20px;
 max-width: 260px;
}

.container {
  width:100%;
  max-width: 1320px;
}

.header-style-three .main-nav {
  padding-top: 0px;
}

.main-nav .dropdown span {
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;
    color: #fff;
    cursor: pointer;
}

header.header-main.header-style-three.sticky-menu .white-logo {
    display: none;
}

.footer-item .footer-contact .top ul li {

    padding-top: 5px;
}

.destination-single .destination-img img {
  height: 410px;
    object-fit: cover;
}

.list-items-content p {
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.list-grid-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13.10px;
        margin-top: 15px !important;
}

.list-grid-cont li {
    width: 32.6%;
    border: 1px solid var(--theme-color);
    padding: 33px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.list-grid-cont li i {
    margin-bottom: 5px;
    font-size: 24px;

}
.company-about-wrap .section-title.title-style-two {
    max-width: 100%;
    margin: 0 auto;
      float: unset;
}

.features-section-2  , .destination-section{
  
    background: #f5e9e9 !important;
}
.features-section-2 .feature-block .inner-box .icon {
  font-size: 40px;
}

p {
    margin-bottom: 10px;
}

.list-items-content a {
    color: var(--main-color);
    font-weight: 600;
}


.list-items-content a:hover{
  color:var(--dark-color);
}

.shaodw , .presnt-guest .psg_dls {

    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 35%) !important;
}

.runway-fly-plane {
  display: none !important;
}
.header-style-three.sticky-menu {

    border-bottom: 1px solid #eee;
}

.brand-logo img {
    width:100%;
    max-width:260px;
}

.breadcrumb-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 10px;
}