/*
Theme Name: TS Travel Ebooking Pro
Theme URI:
Author: Themeshopy
Author URI: https://www.themeshopy.com/
Description:
Version: 0.0.1
License: GNU General Public License
License URI:license.txt
Text Domain: ts-travel-ebooking-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
TS Travel Ebooking Pro WordPress Theme has been created by Themeshopy(themeshopy.com), 2019.
TS Travel Ebooking Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');
:root {
  --color-black: #4A4A4A;
  --color-white: #fff;
  --color-orange: #FFAB01;
  }
:root {
  --font-quiksand: "Outfit";
  --font-quiksand: "Poppins";
}
:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#1C1B1B;
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family:Outfit;
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #242424;
}
a:hover {
    color: var(--color-black);
}
.wp-block-search__inside-wrapper{
  display: block;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
h6{
  font: 300 15px/15px var(--font-quiksand);
}
h2{
  font: 600 32px/40px var(--font-quiksand);
      /* color: #000; */
}
h3{
  font: 600 35px/50px var(--font-quiksand);
}
.image{
  width: 100px;
}
p{
  font: 400 15px/20px var(--font-quiksand);
  color: #363636;
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
textarea {
    padding: 5px;
}
.wpcf7-spinner{
  position: absolute !important;
}

.theme_button{
  border-radius: 5px;
  background: var(--color-sky-blue);
  font: 600 14px/30px var(--font-quiksand);
  border: none;
  transition: ease 0.25s all;
  transition-duration: 1s;
  color: var(--color-white);
  transform: translateX(0px);
}

.theme_button:hover{
  transform: translateX(0px);
  opacity: 1;
  letter-spacing: 1.2px;
  background-image: linear-gradient(to right, #03B2FB , #088CEF);
  color: var(--color-white);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.modal-backdrop{
  background: unset!important;
  top: unset!important;
  opacity: 1!important;
  left: unset!important;
}
.ts-scroll{
  background-attachment: scroll;
}
.ts-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}

/*--------------Owl Carousel-----------------*/
.owl-carousel button.owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 55px;
    background-color: var(--color-sky-blue) !important;
    border: 2px solid #FFF !important;
    box-shadow: 0px 0px 0px 0.5px var(--color-sky-blue);
        background-image: repeating-linear-gradient(
25deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
115deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px),repeating-linear-gradient(
205deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
295deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px);
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-position: 12px 13px, 9px 14px, 100% 18px, 8px 100%;
    background-repeat: no-repeat;

}
.owl-carousel button.owl-dot{
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: var(--color-sky-blue) !important;
  border: 1px solid var(--color-sky-blue) !important;
  margin: 0 12px;
}
/*--------------- Comments ---------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: .5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: var(--color-sky-blue);
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: var(--color-sky-blue);
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.dashicons-star-filled:before{
  color: var(--color-sky-blue);
}
.dashicons, .dashicons-before:before{
  font-size: 16px;
}
/*-------- Loader ------------*/

.ts-travel-loading-box .loader {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 35rem;
  height: 30rem;
  margin: 0 auto;
  top: 40%;
}

.wait {
  margin: 5rem 0;
}
.iata_code {
    font-size: 6rem;
    opacity:0.3;
  top: 52%;
  position: absolute;
  color: #0099cc;
  }
.departure_city {
  left: 0;
}

.arrival_city {
  right: 1.5rem;
}

.plane {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}

.plane-img {
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.earth-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding-top: 2.7rem;
}

.earth {
  width: 160px;
  height: 160px;
  background:url(assets/images/spinner-2.gif);
  border-radius: 100%;
  background-size: 340px;
  animation: earthAnim 12s infinite linear;
  margin: 0 auto;
  border: 1px solid #CDD1D3;
}

@keyframes earthAnim {
  0% {background-position-x: 0;}
  100% {background-position-x: -340px;}
}

@media screen and (max-width: 420px) {
  .departure_city {
    left: 0;
    right: 0;
    top: 30%;
    position: absolute;
    margin: 0 auto;
  }

  .arrival_city {
    left: 0;
    right: 0;
    top: 93%;
    position: absolute;
    margin: 0 auto;
  }
}
.ts-travel-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 9999;
}
/* .ts-travel-loading-box .loader{
  display: inline-block;
  width: 10%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(assets/images/loader.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
} */
/*----------------Header menu----------------------*/
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.close-icon:after, .close-icon:before {
    display: block;
    position: absolute;
    background-color: var(--wolmart-light-color,#ccc);
    content: "";
}
.close-icon:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: calc(50% - 1px);
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  padding: 1.25em 40px 0.3em;
  line-height: 1.45;
  position: relative;
  color: #0f0f0f;
  border-bottom: 8px solid var(--color-sky-blue);
  background: #EDEDED;
  background:#EDEDED;
    -webkit-box-shadow: 0px 4px 13px -7px var(--color-black)000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 13px -7px var(--color-black)000, 5px 5px 15px 5px rgba(0,0,0,0);
}
blockquote::before{
  font-size: 88px;
  font-family: Arial;
  content: "\201C";
  color: var(--color-sky-blue);
  position: absolute;
  left: 7px;
  top: -28px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#accordion .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/accordion.png") !important;
    transform: rotate(-180deg);
}
#accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("assets/images/accordiono.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
th a{
  color: #03B2FB;
}
#typography-sec .table-striped th:hover a{
  color: #03B2FB;
}
/*----------Return To Top------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background-color: #088CEF;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  line-height: 50px;
  text-align: center;
}
#return-to-top i {
  color: white;
  position: relative;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*#return-to-top:hover {
  background: var(--color-sky-blue);
}*/
#return-to-top:hover i {
  color: white;
}
.customize-partial-edit-shortcut-button{
  padding: 0 !important;
}
/*--------------Buy Now----------------*/
/* .buynow{
  padding:10px !important;
}
.buynow:hover a{
  letter-spacing: 2px;
  transition-duration:1s;
}
.buynow{
  background-color: #e9a229;
}
.buy-now-footer:hover{
  color: #fff;
  letter-spacing: 2px;
  transition-duration: 1s;
} */
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .product-rating,.product-rating{
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 1em;
  font-family: star;
}
.woocommerce ul.products li.product .product-rating{
 color: #fec806;
 margin: 0 auto;
 float: none;
 height: 1.7em;
 width: 5.4em;
 font-family: star;
}
.star-rating{
  color: #ffca04;
  font-size: 17px;
  height: 1em;
  width: 5.4em;
  margin-bottom: 8px;
  margin-top: 0px;
}
.woocommerce .product-rating::before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left:0;
 position: absolute;
}
.product-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
 width: 18%;
}
/* .shop-page .product-rating span::before,.shop-page .product-rating::befores{
  left: 46px !important
} */
.product-rating:before {
    content: "\73\73\73\73\73";
    color: #E7A702;
    float: left;
    font-size: 18px;
}
.product-rating span:before {
    content: "\53\53\53\53\53";
}


.product-rating span {
    overflow: hidden;
    float: left;
    padding-top: 1.5em;
}
/* .product-rating:before, .product-rating span, .product-rating span:before {
    top: 4px;
    left: 0;
    position: absolute;
} */
.product-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.comment-value{
  display: none;
}
.product-content a:hover {
    color: var(--color-black);
}
#ourArt .outer-art .add_to_cart_button i{
  color: #fff;
    background-color: var(--black-head);
    padding: 9px 8px;
    border-radius: 50%;
    float: right;
}
#ts-footer{
  padding: 0px 0px !important ;
}
.accordion-item:before {
    content: '';
    display: block;
    background-image: url(assets/images/our-faq/icon.png) !important;
  }
#slider .carousel-inner{
  /* -webkit-mask-image: url('/assets/images/slider/Slide-shape.png'); */
  /* position: relative; */
  -webkit-mask-size: cover;
}

.cloud-single {
  animation: shake 20s ease infinite;
}
.discover-clouds-women {
  animation: shake 30s ease infinite;
}
.offer-details h2 {
  animation: zoomIn 2s ease infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px); /* Adjust the value as needed */
  }
  100% {
    transform: translateX(0);
  }
}

#accordion .accordion-button::after {
  content: '\f077';
 font-family: "font awesome 6 free";
 font-weight: 900;
 font-size: 14px;
 background-image: unset !important;
 height: unset !important;
 width: unset !important;
 transition: unset;
 color: #fff;
}
#accordion  .accordion-button::after{
    content: '\f077';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}
#accordion .accordion-button:not(.collapsed){
  color: #000;
  transition: unset;
  background: #fff;
}
#accordion .accordion-button:not(.collapsed)::after{
    color: #000;
}
.btn:hover{
  background-color:#0279E7;
  transition: unset;
  color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  background: #0279E7;
  color: #fff;
  font-size: 15px;
  font-family: 'Outfit';
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
  background: #fff;
  color: #000;
}


#announcement-bar .header-mask{
    -webkit-mask-image: url(assets/images/header-mask.png);
    mask-image: url(assets/images/header-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* -webkit-mask-size: contain; */
    /* width: 430px;
    height: 380px; */
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    position: relative;
        background: #fff;
        position: absolute;
inset: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  padding: 10px;
      color: #000;
}

/*  blog */

 .blog-admin {
  justify-content: space-between;
  display: flex;
margin-bottom: -15px;
position: relative;
z-index: 1;
padding-left: 10px;
}

.owl-carousel {
  text-align: center;
}

#ourBlog {
  position: relative;
}
.svg-design-blog svg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.our-blog-heading h3 {
  font-family: Outfit;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.our-blog-heading h5 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #0279E7;
}

.our-blog-content-box {
  padding-inline: 10px;
  background-color: #000000;
  border-radius: 15px;
}
.our-blog-image {
  text-align: center;
}
.our-blog-image img {
  border-radius: 15px;
}
.our-blog-name a {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.68px;
  color: #FFFFFF;
}
.our-blog-content p {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #E4E4E4;
}
.blog-button {
  font-family: Outfit;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 10px 5px 10px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.blog-admin i {
  color: #0279E7;
}
.blog-admin a ,.c-text{
  color: #BABABA;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.72px;
  text-align: left;
  font-family: Mulish;
}
.blog-admin p {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.72px;
  text-align: left;
  color: #BABABA;
  position: absolute;
  z-index: 2;
}
.event-btn {
  background-color: #0279E7;
  padding: 10px;
  border-radius: 17px;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.72px;
  /* text-align: left; */
  color: #fff;

}
.event-btn i {
  color: #FFFFFF !important;
}
.date-wrap {
  position: relative;
}
.date-wrap p {
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.72px;
  text-align: left;
  color: #FFFFFF;
  width: max-content;
  padding: 12px;
}
/* .blog-admin {
  justify-content: center;
} */
.fa-calendar-days {
  font-size: 14px;
}
.blog-button-box {
  text-align: justify;
}
.our-blog-content-box:hover .blog-button {
  background-color: #0279E7;
  color: #fff;
  transition: unset;
}
.our-blog-content-box:hover .btn-icon {
  background-color: #FFFFFF;

}
.our-blog-content-box:hover .btn-icon i {
  color: #0279E7;
}
