@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Revalia');



:root {
    --primary-color: #0b3ea1;
}

.main-color-1{
  color: #d04317;
}

.main-color-2{
  color:#13244f;
}


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

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Meiryo;;
  font-weight: 300;
}

.navbar-spec ul {
  list-style-type: none;
}

a {
	outline: none;
  text-decoration: none !important;
  cursor : pointer;
}

h1 ,
h2 {
  font-weight: 300 !important;
  line-height: 1.2 !important;
  margin :10px 0px !important;


}

strong {
  font-weight: 900;
}

img{width:100%;}

.float-center {
  margin: 0 auto;
}

/*Background Images*/


  /* background-size: repeat; */
.bg-image-2{
  background-image: url(../images/bg-image-2.jpg);
  width: 100%;

  background-size: cover;
}

  /* background-size: repeat; */

.bg-testimonials{
  background-image: url(../images/bg-testimonials.jpg);
}

/* loader */
.loader-wrapper {
  position: fixed;
	width: 100%;
	height: 100%;
	z-index: 29999;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}


/* toast */

.whatsapp-container a {
  position: fixed;
  background-color: #25D366;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  right:21px;
  bottom: 100px;
  z-index: 19999;
  transition: all 700ms ease-in-out;
}

.whatsapp-container a:hover{
  transform: scale(1.1);

}

.whatsapp-container i{
  position: absolute;
  padding: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: white;
  z-index: 19999;
}

.cookie-pop{
  position: fixed;
  left:0px;
  bottom: 0px;
  z-index: 10;

}



.logo-box{
  top: 0px;
  height: 70px;
}

.logo-box img{
  top:0px;
  width: 222px;
  transform:translateY(-30%);
  transition: 0.8s ease-in-out;
}

.logo-box img:hover{
  transform:translateY(-28%);
}








  @keyframes changeLogo {
  50%{padding-right: 30px;padding-left: 30px;font-size: 2.4rem; border-radius: 10px; text-align: right; text-shadow: 1px 2px 3px #fdfec8;}


}




p {
  margin: 10px 0;
}

/*navbar*/

.navbar-spec {
  width: 100%;
  position: fixed;
  top: 0px;
  /* background: linear-gradient(to right, #417dcc,#13244f); */
  background-color: transparent;
  /* background: #417dcc; */
  color: #edf6ff;
  height: 70px;
  z-index:2;
  border-bottom: inset 0px;
  border-bottom-color: black;
  box-shadow: 0px 1px 1px black;
  animation: slideInFromUp 1s ease-in;
  transition: 1s ease-in-out;
  display:flex;
  flex-wrap: wrap;
  transition: all 600ms linear;



}

.navbar-relative{
  position: sticky;
  background: linear-gradient(to right, #d04317, #13244f);
  box-shadow: 5px -1px 12px -5px grey;
  border-bottom: 1px solid white;
}

.navbar-spec:hover {
  background-color: #497fcc;
  box-shadow: 5px -1px 12px -5px grey;
  border-bottom: 1px solid white;
}


.nav-wrap{
  height: 30px;
}

.navbar-spec ul {
  display: flex;
  position:relative;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;

}



.nav-wrap a{
  color: white;
  padding: 3px 10px;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.nav-wrap a:hover {
  text-shadow: 1px 2px 3px #fdfec8;
}



.nav-active {
  background: linear-gradient(to right, #d04317, #13244f);
  box-shadow: 5px -1px 12px -5px grey;
  border-bottom: 1px solid white;
}

.active-nav{
  color:#13244f !important;
}

/* Dropdown Button */




.dropdown-menu-lg {
  background-color:white;
  box-shadow: 0px 3px 5px #8b8b8b;

}
.dropdown-menu-lg img {
  width:30px;

}
.dropdown-menu-sm img {
  width:30px;

}

.lang-btn{
  border: 1px solid white;
  padding: 5px;
  color: white;
  background-color:#f1460f;
}

.lang-btn:hover{
  color: white;
  background-color:#2ed97c;
}

.dropdown-menu-lg a{
  color: black;
  text-align: center;
}
.dropdown-menu-lg a:hover{
  background-color: #497fcc;
  color: white;
}

.dropdown-item-lg{
  width: 100%;
}




.toggle-dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: white;
  width: 40%;
  box-shadow: 0px 3px 5px #8b8b8b;
  z-index:1;
  border: solid 0px;
  border-radius: 5px;
  right: 30%;
  left: 30%;

}


.toggle-dropdown-content a {
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: black;
  text-align: center;

}



.toggle-dropdown:hover .toggle-dropdown-content {
  visibility: visible;
  opacity:100;
  transition: all 0.8s ease-in;
}

/* Change the background color of the dropdown button when the dropdown content is shown */


.menu-toggler *{
  border:0px;
  background: transparent;
  color: white;
  text-align: right;
  visibility: hidden;
}

.menu-toggler button{
  height: 40px;
  width: 30px;
  z-index: 2;
  cursor: pointer;
}

.hidden-menu ul{
  margin: 0;
}

.hidden-menu .card{
  background-color:#497fcc;
  color: white;
  outline: 2px solid black;
}
.hidden-menu .card .card-header{
  color: white;
}
.hidden-menu button{
  font-weight: bold;
  color: white;
  background-color:#f1460f;

}

.dropdown-item-sm{
  background-color:white;
  border: solid 1px #497fcc;
  color:black;
}


.top-slider{
  height: 655px;
  overflow: hidden;
}

.top-slider img {
  width: 100%;
}


.top-slider-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 40%;
}

.top-slider-control-prev{
  width: 10%;
}
.top-slider-control-next{
  width: 10%;
}

.top-slider-caption-1 {
  position: absolute;
  color: white;
  bottom: 68%;
  top:32%;
  left: 40px;
  width: 35%;
  /* outline: 2px solid white; */
}

.slider-1-header h1{font-size: 3rem;}
.slider-1-header p{font-size: 1.2rem;}

.top-slider-caption-1 a{
  padding: 12px 5px;
  border: solid 1px;
  border-radius: 10px;
  transition: all 0.5s ease;
  color: #13244f;
  background-color:white;
}

.top-slider-caption-1 a:hover{
  color: white;
  background-color:#13244f;

}

.slider-1-header{
  border-bottom: 1px solid white;
}

.slider-1-btn{
  font-size: 1.4rem;
  position: relative;
  margin-top:20px;
}

.top-slider-caption-2 {
  position: absolute;
  color: white;
  bottom: 80%;
  top:20%;
  right: 63%;
  left:37%;
  width: 27%;
  /* outline: 2px solid white; */
}

.top-slider-caption-2 h2{font-size: 3.0rem;}
.top-slider-caption-2 h1{font-size: 3.5rem; font-style: italic;}


.top-slider-caption-2 a{
  padding: 12px 5px;
  border: solid 1px;
  border-radius: 10px;
  transition: all 0.5s ease;
  color: #13244f;
  background-color:white;
}

.top-slider-caption-2 a:hover{
  color: white;
  background-color:#13244f;

}



.slider-2-btn{
  font-size: 1.2rem;
  position: relative;
  margin-top:20px;
}

.top-slider-caption-3 {
  position: absolute;
  color: white;
  bottom: 88%;
  top:12%;
  left: 20px;
  width: 25%;
  /* outline: 2px solid white; */
}

.slider-3-header h1{font-size: 3rem;}
.slider-3-header p{font-size: 1.2rem;}

.top-slider-caption-3 a{
  padding: 12px 5px;
  border: solid 1px;
  border-radius: 10px;
  transition: all 0.5s ease;
  color: #f9ad81;
  background-color:white;
}

.top-slider-caption-3 a:hover{
  color: white;
  background-color:#f9ad81;

}

.slider-3-header{
  border-bottom: 1px solid white;
}

.slider-3-btn{
  font-size: 1.4rem;
  position: relative;
  margin-top:20px;
}




.showcase {
  position: relative;
  height: 722px;
  background: linear-gradient(to right, var(--primary-color),#13244f);
  z-index: 0;
  width:100%;


}


.showcase-text{
  animation: slideInFromLeft 1s ease-in;
}


.showcase-text h1 {
  font-size: 2rem;
  color: white;
}

.showcase-text p {
  color: white;

}


/* customer Menu */



.customer-menu{
  display:none;
  position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
  top: 0;
  left: 0;
  background:#8f469a;

}

.man{
  background-color:#2f7be4;
  position: absolute;
  height: 100%;
  width:50%;
  left: 0%;
  border-right: 5px solid #c6c2be;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
}
.woman{
  background-color:#8f469a;
  position: absolute;
  height: 100%;
  width:50%;
  right: 0;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
}



.gender{
  font-size: 5rem;
  transition: all 0.3s;

}

.man i, .woman i {
  font-size: 10rem;
  padding: 20px;
  transition: all 0.3s;
}

.woman:hover > i{
  transform:scale(1.2);
}
.man:hover > i{
  transform:scale(1.2);
}

.close-button{
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 2.5rem;
  z-index: 999;
  transition: all 0.3s;
  cursor:pointer;
}


.close-button i:hover{
  color:#4d4d4d;
}

.back-button{
  position: absolute;
  top: 10px;
  left: 20px;
  color: white;
  font-size: 2.5rem;
  z-index: 999;
  transition: all 0.3s;
  cursor:pointer;
}

.back-button i:hover{
  color:#4d4d4d;
}



.age-input{
  display: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.age-input input{
  width:260px;
  height:50px;
  border-radius: 20px;
  text-align: center;
  font-size: 2rem;
  border: none;
}

.age-input form{
  width:260px;
  height:50px;
  border-radius: 20px;
  text-align: center;
  font-size: 2rem;
  border: none;
}

.btn-age{
  width:120px;
  background:white;
  color:black;
  margin:10px;
}


.btn-age:hover{
  background:black;
  color:white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hair-figure{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hair-figure-w img{
  border: 10px #d4fffb solid;
  background: #d4fffb;
  border-radius: 30%;
  width:130px;
  margin-bottom:30px;
  cursor: pointer;
}
.hair-figure-m img{
  border: 10px #d4fffb solid;
  background: #d4fffb;
  border-radius: 30%;
  width:250px;
  margin:10px 0px;
  padding:0;
  cursor: pointer;
}

.hair-figure img:hover{
  background: #808080;
  border: 10px #808080 solid;
}

.customer-result{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.load-screen{
  color: white;
}

.load-screen h1{
  font-size: 3rem;
}

.result-border{
  font-size: 2rem;
  color: white;
}

.mail-screen{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mail-screen input{
  width:350px;
  height:50px;
  border-radius: 20px;
  text-align: center;
  /* font-size: 2rem; */
  border: none;
}

.mail-screen small{
  flex-wrap: wrap;
}

.mail-screen form{
  width:350px;
  display: flex;
  flex-direction: column;
  /* width:400px; */
  /* height:50px; */
  /* border-radius: 20px; */
  text-align: center;
  font-size: 1rem;
  border: none;
}

.mail-title{
  font-size: 2rem;
  padding: 15px 30px;
}

.btn-mail{
  width:200px;
  background:white;
  color:black;
  margin-top:10px;
}

.btn-mail:hover{
  background:black;
  color:white;
}



.mail-icon, .live-icon{
  font-size:3rem;
  border: 1px solid WHITE;
  padding: 10px;
  border-radius: 30px;
  background: rgba(217, 217, 217, 0.42);
}

.contact-chat h4{
  color: black;
}

.question-city{
  background-image:url(../images/istanbul-bosphorus.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.question-flight{
  background-image:url(../images/airplane-services-tp.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.question-transfer{
  background-image:url(../images/transfer-services-tp.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.question-hotel{
  background-image:url(../images/hotel-standard-tp.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.question-where{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.question-where input{
  width:400px;
  height:50px;
  border-radius: 20px;
  text-align: center;
  font-size: 2rem;
  border: none;
}

.question-where form{
  width:400px;
  height:50px;
  border-radius: 20px;
  text-align: center;
  font-size: 2rem;
  border: none;
}

.btn-yes{
  width:110px;
  height:50px;
  background:white;
  color:black;
  margin:10px;
}

.btn-yes:hover{
  background:black;
  color:white;
}
.btn-city{
  width:120px;
  background:white;
  color:black;
  margin:10px;
}

.btn-city:hover{
  background:black;
  color:white;
}

.main-result a{
  color: inherit;
}

.contact-chat a:hover{
  color: white;
}




/* Cards  Start*/

.jumbotron-price{
  background: none;
}

.display-4{}

.card-offer{
  /* box-shadow: 0px 3px 5px #8b8b8b; */
  border-radius: 4px;
  margin:40px -20px 0px;
  border: 0px;
  transition: all 0.5s ease-in-out;
  max-width:390px;
}

.card-offer:hover{
  transform: translateY(-10px);
}

.card-offer-header{
  height: 2rem;
  background-color: #2ed97c;
}

.card-offer-header h5{
  position: relative;
  width: 100%;
  left:0;
  right:0;
  top: 50%;
  transform: translateY(-50%);
}




.economy{
  z-index: 0;
  box-shadow: 0px 3px 5px #8b8b8b;
}

.standard{
  z-index: 1;
  margin:10px -20px 0px;
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.25);
}


.premium{
  z-index: 0;
  box-shadow: 0px 3px 5px #8b8b8b;
}

.price {
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
}

.economy .price{
  color:rgb(52, 116, 255);
}
.standard .price{
  color: #2ed97c;
}
.premium .price{
  color: rgb(88, 59, 236);
}

.economy .card-title{
  border-bottom: 2px solid rgb(52, 116, 255);
  border-radius: 3px;

}

.standard .card-title{
  border-bottom: 2px solid #2ed97c;
  border-radius: 3px;
}

.premium .card-title{
  border-bottom: 2px solid rgb(88, 59, 236);
  border-radius: 3px;
}

.economy-check{
  color:rgb(52, 116, 255);
  position: absolute;
  left:20px;
  top:50%;
  transform: translateY(-50%);
}
.standard-check{
  color:#2ed97c;
  position: absolute;
  left:20px;
  top:50%;
  transform: translateY(-50%);

}
.premium-check{
  color:rgb(88, 59, 236);
  position: absolute;
  left:20px;
  top:50%;
  transform: translateY(-50%);
}

.economy-btn{
  padding: 10px 20px;
  border-radius: 10px;
  background-color:white;
  color:rgb(52, 116, 255);
  border: 1px solid rgb(52, 116, 255);
}

.standard-btn{
  padding: 10px 20px;
  border-radius: 10px;
  background-color:white;
  color:#2ed97c;
  border: 1px solid #2ed97c;
}

.premium-btn{
  padding: 10px 20px;
  border-radius: 10px;
  background-color:white;
  color:rgb(88, 59, 236);
  border: 1px solid rgb(88, 59, 236);
}

.economy-btn:hover{
  color: white;
  background-color:rgb(52, 116, 255);
  padding: 10px 20px;
}

.standard-btn:hover{
  color: white;
  background-color:#2ed97c;

}

.premium-btn:hover{
  color: white;
  background-color:rgb(88, 59, 236);
  border: 1px solid rgb(88, 59, 236);
}

.economy-bottom{
  border-bottom:3px solid rgb(52, 116, 255);

}
.standard-bottom{
  border-bottom:3px solid#2ed97c;
}
.premium-bottom{
  border-bottom:3px solid rgb(88, 59, 236);
}

/* Cards end */




.wrapper{
  position: relative;
  bottom: 100px;
  display: flex;
  justify-content: center;
}

.showcase::before,
.showcase::after {
  content:'';
  position: absolute;
  width: 100%;
  height: 100px;
  bottom:-20px;
  right: 0;
  left:0;
  background:linear-gradient(to right, #d04317, #13244f);
   /* background: #ff3d00; */
  /* background: white; */
  transform: skewY(-1deg);
  border-bottom: solid 0px;
  border-color: black;
  box-shadow: 0px 3px 5px #571f12;
  border-top: inset 0px;
  border-top-color: black;
  animation: slideInFromDown 1s ease-in;



}

.showcase-form .form-control {
  margin: 30px 0;
}

.showcase-form input[type='text'],
.showcase-form input[type='email'] {
  border: 0;
  border-bottom: 1px solid #bdbecb;
  width: 100%;
  padding : 3px;
  font-size: 17px;
}

.showcase-form input:focus {
  outline: none;
}




.grid {
  display: grid;
  grid-template-columns:2fr 1fr ;
  height: 100%;
  align-items: center;
  justify-content: center;


}

.btn-explore {
  border: solid 1px;
  border-radius: 5px;
  background-color: transparent;
  border-color: white;
  color: white;
  padding: 10px;
  position: absolute;


}






@keyframes tabAnimation {
  50%{transform: scale(1.1); text-shadow: 1px 2px 3px #fdfec8;}

}




.image-container{
    background-color: #ffffff;
    width: 100%;
    height: 534px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 37%;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    overflow: hidden;
}

.slide-container{
    position: absolute;
    left: 0;
    top: 0;

}

.slide-container img{
  position: relative;
  width: 100%;
  height: 50%;
  display: none;
}




.flex {
  align-items: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 100%;
}







#catalogs-section {
  position: relative;
  width: 100%;
  padding: 70px 0;
  text-align: center;
}


.title-box {
  width: 40%;
  margin: auto;
  border-bottom: solid 1px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5px;
  /* box-shadow: 0px 5px 5px #8b8b8b; */
  width: 40%;
}

.title {
  font-size: 25px;
  text-align: center;
  font-style: bold;
  position: relative;
  /* z-index: 1; */
  display: inline-block;
  text-shadow: 2px 0px 7px black;


}

.no-margin{
    margin-top: 1%;
    margin-bottom: 1%;
}

.title::after {
  content: '';
  width: 25px;
  height: 50px;
  background:linear-gradient(#13244f, #d04317);
  position: absolute;
  top:0;
  left: -33px;
  /* z-index: -1; */
  transform: rotateZ(30deg);
  border-radius: 4px;
  box-shadow: 5px 0px 9px black;
}

.catalog-box {
  width: 80%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  flex-basis: 50%;

}




.catalog {
  flex-basis: 48%;
  border-radius: 7px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;



}

.catalog img {
  width: 100%;
  border-radius: 7px;
  background: white;
}

/* .overlay {
  background: linear-gradient(rgba(0,0,0,0.5),#13244f);
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  opacity: 0;
  transition: 1s;
  cursor: pointer;

}

.catalog:hover .overlay{
  opacity:1;

}

.catalog-desc{
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s;
}

.catalog-desc h3 {
  text-align: center;
}

.catalog-desc p{
  font-size: 14px;
}
.catalog:hover .catalog-desc{
  bottom: 40%;
  opacity: 1;
}

.catalog:hover .desc-btn {

bottom :20%;
opacity: 1;
}

hr {
  background: linear-gradient(#13244f, #d04317);
  height: 2px;
  border: 0;
  margin: 15px auto;
  width: 60%;
}

.desc-btn {
  border: solid 1px;
  padding: 5px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 40%;
  border-radius: 3px;
  opacity: 0;
  border-color: white;
  color: white;
  transition: 1s;
  box-shadow: 2px 2px 10px #565657;
  cursor: pointer;

}

.desc-btn:hover {
  transform: translateY(-5px);
  background-color: white;
  color: #13244f;
} */




#about-section {
  text-align: center;
  width: 100%;
  padding: 70px 0;
  /* background: #f1f1f1; */
  /* background: white; */
  position: relative;
}



.about-box {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 60% 40%;
  flex-flow: nowrap;
  flex-basis: 48%;
  justify-content: space-between;
  position: relative;



}

.about-box img{
  width: 100%;
  margin-left: 20px;
  border-radius:15px;
  align-items: center;
  /* padding: 10px; */
  padding: 0px;
  box-shadow: 0px 3px 5px #8b8b8b;
}
.about-col img{
  width: 100%;
  border-radius:15px;
  align-items: center;
  /* padding: 10px; */
  padding: 0px;
  box-shadow: 0px 3px 5px #8b8b8b;
}

.about-text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(#f1f1f1, #e4e4e4);  /* remove */
  border-radius: 14px;
  box-shadow: 0px 3px 5px #8b8b8b;



}

.about-text h3{
margin-bottom:2px;
font-size: 2rem;
font-weight: bold;
}

.about-text p{
text-align: left;
font-size: 1.3rem;
}



/*faq start*/


.faq-section{
  background-color:#13244f;
  color: white;
  padding: 10px 0px;
  margin-bottom: 50px;
}

.more-question{
  padding: 17px 13px;
  background-color:#bdbdbd;
  border-radius: 7px;
  color: #13244f;
  font-weight: bold;
}

.more-question:hover {
  background-color:#13244f;
  color: white;
}



.faq-card{
  border-radius: 10px;
}

.category-header{
  padding: 24px;
  outline: 1px solid black;
}

.category-header, .question-header{
  cursor: pointer;
}

.question-class{
  margin:-8px 0px;
}

.category-title{
  color: black;
  font-size:22px;
  line-height:26px;
}
.question-title{
  color: black;
  font-size:17px;
  line-height:26px;
}
.question-answer{
  color: rgb(100, 100, 100);
  transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}



.accordion .category-header:after, .accordion .question-header:after {
  font-family:'Font Awesome 5 Free';
  content: "\f068";
  float: right;
  font-weight: 900;
  opacity: 30%;
  transition:all 0.3s ease;
}

.accordion .category-header.collapsed:after, .accordion .question-header.collapsed:after  {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.collapsed:hover:after{
  opacity: 100%;
}
.category-header:hover:after, .question-header:hover:after{
  opacity: 100%;
}



/*faq end*/





.contact-us {
  position: relative;
  bottom: 5px;
  height: 650px;
  justify-content: center;
  border-radius: 20px;


}

.contact-us .title-box {
  position: relative;
}

.info-box {
  position: relative;
  top :10%;
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.time ,
.info {
  flex-basis: 45%;
  padding: 10px;
}

.time {
  border-left: 1px solid;
  border-radius: 15px;
}


.info {
  text-align: right;
  border-right: 1px solid;
  border-radius: 15px;

}

.info-box h1 {
  margin: 10px 0;

}

.info-box p {
  line-height: 35px;
}

.info-box .fa {
  font-size: 20px;
  color: #d04317;
  margin: 10px;
}





/*CONTACT*/

#contact-us-section {
  position: relative;
  bottom: 100px;
  height: 650px;
  background: #ffffff;
  justify-content: center;
  border-radius: 20px;

}

#contact-us-section .title-box {
  position: relative;
  top: 30px;
}

.contact-container{
  position: relative;
  display:flex;
  width:80%;
  right: 10%;
  left: 10%;
  flex-wrap: wrap;

  /* justify-content: space-between; */
}

.info-container{
  flex-basis: 45%;
  display:flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;


}

.row-info{
  display:flex;
  flex-direction: row;
  justify-content: space-around;

}

.row-info i{
  padding: 10px;
  border:1px solid #d04317;
  border-radius: 50%;
  color: #d04317;
}

.form-container{
  flex-basis: 55%;
  border-right: 1px solid #13244f;
  width: 100%;
  margin-top: 2%;
}

.form-container form input, .form-container form textarea{
  display:block;
  margin: 20px;
  width: 500px;
  height: 50px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px;

}

.form-container form button{
  border: 1px solid black;
  border-radius: 10px;
  margin: 0px 20px 20px;
  padding: 5px;
  width: 150px;
  height: 30px;
  background-color: #fff;

}

#message{
  height: 150px;
  resize: none;

}

.map {
	width: 100%;
}
.map iframe {
	width: 100%;
	float: left;
	height: 400px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*testimonial*/

.google-review-stars {
  display: inline-block;
  font-size: 16px;
  color: #fbbc05;
  vertical-align: middle;
}
.google-review-source {
  font-size: 14px;
  color: #70757a;
  margin-left: 5px;
  vertical-align: middle;
}
.google-logo {
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.testimonials-block {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 520px;
	position: relative;
  margin-top:-10px;
  margin-bottom: 10px;
}
.testimonials-block:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(41 41 41 / 65%);
}

.bottom-slider{
  opacity: 90%;
  border-radius: 14px;
  box-shadow: 0px 3px 5px #8b8b8b;
  margin: 10px 0px;
}

.customer-comment{
  position: relative;
  padding: 15px 50px 0px;
}
.quote{
  font-size: 4rem;
  font-family: 'Revalia';
  position: absolute;
}

.quote-left{
  left:5px;
  top:-8px;
}
.quote-right{
  bottom:-60px;
  right:5px;
  text-align: right;
}

.testimonials-card{
  /* background-color:#d04317; */
  background-color: rgba(0, 0, 0, 0.25);
  color:white;

}

.testimonials-card-body{
  margin-top:10px;
  border: 1px outset white;
  border-radius: 3px;
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.25);
  background-color:white;
  color: #13244f;


}

.customer-box{
  display:flex;
  padding: 15px;
  margin: 5px 50px 0px;
  justify-content:flex-end;
  gap:10px;
}
.customer-img{
  width: 10%;
  padding:5px;
  border-radius: 50%;
}
.customer-flag{
  width: 30px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 0px 3px 5px #8b8b8b;
}
.customer-info{
  text-align: right;
}

.bottom-slider-indicators{
  position: absolute;
  bottom: -50px;
}

@media (max-width: 768px) {
  .customer-comment {
    text-align: center;
  }
  .testimonials-block {
    height: auto;
  }
  .customer-box {
    margin-top: 20px;
  }
  .video-testimonial {
    margin-top: 20px;
  }
}


/* Footer */

footer{
  position:relative;
  bottom:0px;
  margin-bottom: 0px;
  background:#13244f;
  border-radius: 5px;
  border-color:#bbbbbb;
  width: 100%;
  box-shadow: 0px -3px 5px #262626;


}

.footer-brand{
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copyright{
  margin-top:-30px;
}


.brand{
  margin-top:-40px;
}

.footer-logo{
  width:70%;
}


footer ul{
  list-style-type: none;
  padding: 3px;
}

footer li a{
  color: white;
}

footer h5 {
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}

.footer-fixed{
  position:relative;
  margin-top: 25%;
  bottom:0px;
}


footer .social{
  display: flex;
  flex-direction: column;
  justify-content: center;
  top:0px;
}


footer .social a{
  display: block;
  transition: transform 0.5s ease-in ;
  color: white;
  margin: 0 auto;




}

footer .social a:hover {
  transform: scale(1.1);

}

.flight-row{
  position: relative;
  width:85%;
  margin: auto;
  height: 420px;
}

.service-img img{
  border-radius: 40%;
}

.abs-left{
  position:absolute;
  left:5%;
}
.abs-right{
  position:absolute;
  right:-1%;
  top:28%;
}

/*results*/

.results-btn{
  padding: 12px 15px;
  color: white;
  border-radius: 10px;
  background-color:#d04317;
  transition: background-color 0.5s ease-in-out;
}
.results-btn:hover{
  background-color:white;
  color:#d04317;
  border: 1px solid #d04317;
}

/*results*/

.ht-text {
  text-align: center;
  padding: 10px 20px;
  background: linear-gradient(#f1f1f1, #e4e4e4);  /* remove */
  border-radius: 14px;
  box-shadow: 0px 3px 5px #8b8b8b;
}
.ht-img {
  width: 100%;
  border-radius:30px;
  /* padding: 10px; */
  padding: 0px;

}

/*blog*/

.share-btn{
  border:none;
}

.blog-header{
  font-size:4rem;
}

.blog-content {
  color: black;
}

.blog-card{
  min-width:200px;
  transition: all 0.5s ease-in-out;
  height:360px;
}

.blog-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


.blog-card:hover{
  transform: translateY(-10px);
}

.top-blog-text{
  border-bottom: 1px solid black;
}

.top-blog-img img{
  box-shadow: 0px 2px 3px #8b8b8b;
  border-radius:5px;
}

.read-more{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #d04317;
}


.blog-info i {
  color:#d04317;
}

.author{
  border: 1px solid black;
  border-radius: 50%;
  width:64px;
  margin-left:20px;
  box-shadow: 0px 3px 5px #8b8b8b;
}

.in-blog-img{

  width: 100%;
  height: 420px;
  object-fit: cover;
}

.in-blog-content{
  box-shadow: 0px 3px 5px #8b8b8b;
}
.in-blog-content ul{
  margin-left: 15px;
}
.in-blog-content ul li{
  padding: 5px;
}



.share-btn i{
  transition: all 0.2s ease-in;
}
.share-btn i:hover{
  transform: scale(1.3);
}


@keyframes slideInFromRight {
  0%{ transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}
@keyframes slideInFromLeft {
  0%{ transform: translateX(-100%);}
  100% {transform: translateX(0%);}
}
@keyframes slideInFromUp {
  0%{ transform: translateY(-100%);}
  100% {transform: translateY(0%);}
}
@keyframes slideInFromDown {
  0%{ transform: translateY(100%);}
  100% {transform: translateY(0%);}
}



@media screen and (max-width: 868px){
  .question-city{background-image:none;}
  .question-hotel{background-image:none;}
  .question-transfer{background-image:none;}
  .question-flight{background-image:none;}
  .hair-figure-m img{width: 160px; padding:5px;};
  .gender{font-size: 3rem;}
  .man i, .woman i {font-size: 6rem;padding: 12px;}
  .author-title{transform:translateX(2%)};
  .blog-date{transform:translateY(-100%);}
  .display-4{font-size: 2rem;}
  .footer-logo{width:120%; transform:translateX(-8%);}
  .footer-fixed {margin-top:70%;}
  .top-blog-text h1 {font-size: 1.2rem;}
  .logo-box img{width: 100%; transform:translateY(-30%);}
  .about-box{grid-template-columns: 100%;}
  .about-box-img{display:none;}
  .desc-btn{left: 32%;transform: translateY(10px);}
  .title-box {margin-bottom: 10%; width: 80%;}
  .time , .info {flex-basis: 100%;}
  .info-box {transform:translateY(-40px);}
  .showcase {height:90%;}
  .top-slider{height:90%;}
  .showcase:after, .showcase:before{height:70px;}
  .top-slider-indicators{transform:translateY(-40px);}
  .nav-wrap li a {font-size:12px; padding:1px;}
  .lang-btn , .lang-btn *{font-size:13px}
  .dropdown-menu-lg{font-size:13px;}
  .dropdown-menu-lg img{width:20px;}
  .nav-wrap i{display:none;}
  .dropbtn {padding:8px;}
  .navbar-spec{height:55px;}
  .top-slider-caption-1{position: absolute; bottom: 79%;top:21%;left: 14px; width: 35%;}
  .top-slider-caption-1 h1 {font-size:1.8rem;}
  .top-slider-caption-1 p {font-size:0.7rem;}
  .top-slider-caption-1 a {padding:6px 3px;}
  .slider-1-btn{font-size: 0.8rem;}
  .top-slider-caption-2{position: absolute; bottom: 87%;top:13%;;}
  .top-slider-caption-2 h2{font-size: 1.7rem;}
  .top-slider-caption-2 h1{font-size: 1.8rem; font-style: italic;}
  .slider-2-btn{
    font-size: 1.2rem;
    position: relative;
    margin-top:15px;
  }
  .top-slider-caption-3{position: absolute; width: 20%; left:15px; bottom: 85%;top:15%;}
  .slider-3-header h1{font-size: 1.6rem;}
  .slider-3-header p{font-size: 0.7rem;}
  .slider-3-btn{
    font-size: 0.8rem;
    position: relative;
    margin-top:15px;
  }

  /* .carousel img{height:80%;} */
  }

@media screen and (max-width: 400px){
  .result-heading{font-size:1.1rem;}
  .graft-exp{font-size:0.8rem;}
  .mail-title{font-size: 1.5rem;}
  .mail-screen input{width:300px; font-size:1.5rem;}
  .hair-figure-m img{width: 99px; padding:0;}
  .hair-figure-w img{width: 75px;}
  .gender{font-size: 2.0rem;}
  .man i, .woman i {font-size: 3.7rem;padding:5px;}
  .blog-date{transform:translateY(-200%);}
  .footer-logo{width:170%; transform:translateX(-18%)}
  .copyright{font-size:0.8rem;}
  .navbar-spec{position:relative; background-color:#417dcc;}
  .menu-toggler{padding:10px; position:absolute; right:15px; top:50%; transform: translateY(-50%);}
  .menu-toggler *{visibility: visible;}
  .top-blog-text h1 {font-size: 1rem;}
  .logo-box img{width: 170%; transform:translateY(-30%);}
  .navbar-spec{height:45px;}
  .showcase:after, .showcase:before{height:40px;}
  .menu-toggler i{font-size:2rem;}
  .top-slider-indicators{bottom:-40px;}
  .top-slider-caption-1{position: absolute; bottom: 79%;top:21%;left: 14px; width: 35%;}
  .top-slider-caption-1 h1 {font-size:0.7rem;}
  .top-slider-caption-1 p {font-size:0.5rem;}
  .top-slider-caption-1 a {padding:6px 3px;}
  .slider-1-btn{font-size: 0.8rem;}
  .top-slider-caption-2{position: absolute; bottom: 100%;top:0%;;}
  .top-slider-caption-2 h2{font-size: 0.9rem;}
  .top-slider-caption-2 h1{font-size: 1.3rem; font-style: italic;}
  .top-slider-caption-2 a {padding:6px 3px;}
  .slider-2-btn{
    font-size: 0.4rem;
    position: relative;
    margin-top:15px;
  }
  .top-slider-caption-3{position: absolute; width: 25%; left:6px; bottom: 96%;top:4%;}
  .top-slider-caption-3 a {padding:4px 2px;}
  .slider-3-header h1{font-size: 0.8rem;}
  .slider-3-header p{font-size: 0.5rem;}
  .slider-3-btn{
    padding: 1px 2px;
    font-size: 0.6rem;
    position: relative;
    margin-top:15px;
  }

}

@media screen and (min-width:401px) and (max-width: 575px){
  .mail-title{font-size: 1.8rem;padding: 15px 30px;}
  .hair-figure-m img{width: 120px; padding:0;}
  .hair-figure-w img{width: 87px;}
  .gender{font-size: 2.6rem;}
  .man i, .woman i {font-size: 4.5rem;padding:5px;}
  .blog-date{transform:translateY(-180%);}
  .copyright{font-size:0.8rem;}
  .footer-logo{width:120%;}
  .footer-fixed {margin-top:95%;}
  .logo-box img{width: 150%; transform:translateY(-30%);}
  .menu-toggler{padding:10px; position:absolute; right:15px; top:50%; transform: translateY(-50%);}
  .menu-toggler *{visibility: visible;}
  .title-box h1, .title-box h2 {font-size:1.8rem;}
  .nav-wrap li a {font-size:8px; padding:2px;}
  .navbar-spec{position:relative; background-color:#417dcc;}
  .navbar-spec:hover{border-bottom:2px solid black;}
  .economy , .standard, .premium{margin: 8px 2px; box-shadow:0px 3px 5px #8b8b8b;left:50%; transform: translateX(-50%);}
  .card-offer:hover{transform: translateX(-50%);}
  .testimonials-card-body *, .customer-box * {font-size: 1.1rem;}
  .top-slider-caption-1{position: absolute; bottom: 91%;top:8%;left: 10px; width: 35%;}
  .top-slider-caption-1 h1 {font-size:1rem;}
  .top-slider-caption-1 p {font-size:0.7rem;}
  .slider-1-btn{font-size:0.7rem;}
  .top-slider-caption-2{position: absolute; bottom: 94%;top:6%;;}
  .top-slider-caption-2 h2{font-size: 0.8rem;}
  .top-slider-caption-2 h1{font-size: 1.2rem; font-style: italic;}
  .slider-2-btn{
    font-size: 0.7rem;
    position: relative;
    margin-top:15px;
  }
  .top-slider-caption-3{position: absolute; width: 23%; left:10px; bottom: 95%;top:5%;}
  .slider-3-header h1{font-size: 1.2rem;}
  .slider-3-header p{font-size: 0.5rem;}
  .slider-3-btn{
    padding: 3px 7px;
    font-size: 0.7rem;
    position: relative;
    margin-top:15px;
  }
}

@media screen and (min-width:869px) and (max-width: 1200px){
  .hair-figure-m img{width: 200px;}
  .gender{font-size: 4rem;}
  .man i, .woman i {font-size: 8rem;padding:12px;}
  .author-title{transform:translateX(2%)};
  .display-4{font-size: 2rem;}
  .footer-logo{width:80%;}
  .footer-fixed {margin-top:45%;}
  .top-blog-text h1 {font-size: 1.8rem;}
  .logo-box img{width: 85%; transform:translateY(-30%);
  }
  .nav-wrap li a {font-size:14px; padding:5px;}
  .top-slider-caption-1{position: absolute; bottom: 75%;top:25%;left: 40px; width: 35%;}
  .slider-1-header h1{font-size: 2.5rem;}
  .slider-1-header p{font-size: 1rem;}
  .top-slider-caption-2 h2{font-size: 2.5rem;}
  .top-slider-caption-2 h1{font-size: 3rem; font-style: italic;}
  .slider-2-btn{
    font-size: 1.2rem;
    position: relative;
    margin-top:15px;
  }
  .top-slider-caption-3{position: absolute; width: 20%; left:30px; bottom: 85%;top:15%;}
  .slider-3-header h1{font-size: 2.0rem;}
  .slider-3-header p{font-size: 1rem;}
  .slider-3-btn{
    font-size: 1.2rem;
    position: relative;
    margin-top:15px;
  }

}



.iti__arrow { 
  border: none;
 }