/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Nis 2020, 10:10:05
    Author     : emrecete
*/


.banner {
    position: relative;
    margin: 0px;
}

.banner .bannerImg {
    width: 100%;
}

.banner .search {
    position: absolute;
    top:80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.banner .search .searchText {
    margin-right: auto;
    margin-left: auto;
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    width: 850px;
    padding-left: 10px;
    text-shadow: -2px 3px 6px rgba(0,0,0,0.27);
    margin-bottom: 20px;

}



.banner .search .categorys {

    padding-bottom: 5%;
    text-align: center;
}

.banner .search .categorys ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline; 
}



.banner .search .categorys ul li {
    position: relative;
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    /* border-left: 1px solid #dedede;*/
    font-weight: 500;
    color: #333;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    transition: .5s ease;
}

.banner .search .categorys li>a  {
    text-decoration: none;
    color:#333 !important;

}

.banner .search .categorys li:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: .5s ease;
}

.banner .search .categorys ul li:last-child {
    border-right: 0px;
}

.banner .search .categorys ul li:first-child {
    border-left: 0px;
}

.banner .search .categorys ul li .categoryIcon {
    width: 31px;
    height: 32px;
    position: absolute;
    top: -30px;
    /*left: 20%;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner .search .categorys ul li .categoryText {

    border: 1px solid #dedede;
    /* padding: 8px; */
    background-color: #6363639e;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.40);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.40);
}

.banner .search .searchBox {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    background-color: rgba(255,255,255,1);
    padding: 0px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
}
.banner .search .searchBox .input-group {
    margin-bottom:0px;
    width: 100%
}
.banner .search .searchBox .input-group input {
    padding: 26px;
    border-radius: 50px;

}

.banner .search .searchBox .searchIcon {
    color: #dedede;
    font-size: 25px;
    margin-top: 12px;
    margin-right: 10px;
    z-index: 6;
}


.banner .search .searchBox .input-group button {
    padding: 14px;
    background-color: #ef5b5b;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}


.banner .search .buldingTour {
    margin-top: 5%;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-radius: 50px;
    text-align: center;

}


.banner .search .buldingTour .buldingButton {
    background-color: #ef5b5bd9;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);



}


.middel .container {
    background-color: #f2f5f6;

}

.middel .container .groups {
    width: 100%;
    padding-top: 20px;
    float: left;
}


.middel .container .topMenuLink {
    width: 100%;
}
.middel .container .groups .groupTitle {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 20px;
    padding-top: 20px;
}

.middel .container .groups .swiper-container {
    width: 100%;
    height: 100%;
}
.middel .container .groups .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.middel .container .groups .swiper-imgs {
    width: 100%;
    border-radius: 7px;
}


.middel .container .groups .tourDiv {

    border-radius: 5px;
    background-color: #fff;
    transition: .5s ease;

}

.middel .container .groups .tourDiv:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: .5s ease;
    -webkit-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
}
.middel .container .groups .tourDiv .tourImage {
    height: 160px;
    overflow: hidden;
    position: relative;

}
.middel .container .groups .tourDiv .tourImage img {
    width: 100%;
    border-radius: 7px 7px 0px 0px;
}

.middel .container .groups .tourDiv .tourTitle {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.middel .container .groups .tourDiv .tourExpect {
    font-size: 11px;
    color:#666;
    text-align: left;
}
.middel .container .groups .tourDiv .plr0 {
    padding-right: 5px;
    padding-left: 5px;  
}

.middel .container .groups .tourDiv .line {
    border-bottom: 1px solid #dedede;
    width: 100%;
    height: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.middel .container .groups .tourDiv .tourExpectParent{
    padding-left: 5px;
    padding-right: 5px;
}
.middel .container .groups .tourDiv .tourCategory {
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    top: 0px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background-color: #ffb743;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%)
}
.middel .container .groups .tourDiv .tourBottom {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.middel .container .groups .tourDiv .tourBottom .booknow {
    background-color: #ef5b5b;
    color: white;
    font-size: 12px;
    font-weight: 100;

}
.middel .container .groups .tourDiv .fromPriceParent {
    position: absolute;
    bottom:0;
    background: rgb(251,0,0);
    background: linear-gradient(90deg, rgba(56,56,56,1) 0%, rgba(56,56,56,0) 100%);
    right: 0px;
    left: 0px;
    padding: 5px;
}

.middel .container .groups .tourDiv .from {

    float: left;
    font-size: 14px;
    text-align: left;
    color:#dedede;
}
.middel .container .groups .tourDiv .price{
    float: left;
    padding-left: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

.firstGroup .swiper-button-next, .firstGroup .swiper-button-prev {
    top:25%;
}


.middel .container .groups .tourDiv .ratingParent {
    padding-top: 7px;
    padding-left: 25px;
}
.middel .container .groups .tourDiv .ratingParent .stars {
    float:left;
    font-size: 15px;
}
.middel .container .groups .tourDiv .ratingParent .checked {
    color: #ef5b5b;
}

.middel .container .groups .tourDiv .ratingParent .rating{
    font-size: 12px;
    float: left;
    padding-right: 5px;
  
    padding-top: 1px;
}


.middel .container .groups .tourDiv .ratingParent .views{
    font-size: 12px;
    float: left;
    padding-left: 5px;
    padding-top: 1px;
}

.middel .container .groups .tourHref {
    text-decoration: none;
    color:#333;
}

.middel .container .groups .tourHref:hover {
    text-decoration: none;
    color:#333;
}

.middel .container .swipeTouchAnimation{
    position: absolute;
    width: 100%;
    height: 50px;
    top: 55px;
    z-index: 99;
    display: none;
}
.middel .container .swipeTouchAnimation img{
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    animation-name: stretch;
    animation-duration: 1.5s; 
    animation-timing-function: ease-in-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}


.destinatios{
    margin-bottom: 40px;
}

.middel.destinatios .container {
    padding-bottom: 20px;
}


.destinatios .imgTagParent {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
}
.destinatios .imgTag {
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background-color: #ffb743;

}

.destinatios .imgText{
    background-color: #ffffff;
    color:#333;
    font-size: 10px;
    padding: 5px 10px 5px 10px;

}
.destinatios .imgParent {
    height: 200px;
    overflow: hidden;
    border-radius: 7px;

}

.bookPlan {
    position: relative;
    padding: 0px;
}
.bookPlan img{
    width: 100%;
}

.bookPlan .bookPlanContent {
    position: absolute;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.bookPlan .bookPlanContent .bookGroup{
    background-color: rgba(0,0,0,0.5);
    padding: 20px;

}
.bookPlan .bookPlanContent .bookGroup .bookPlanContentText {
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    color:#fff;
    text-shadow: -2px 3px 6px rgba(0,0,0,0.27);
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;


}
.bookPlan .bookPlanContent .bookGroup .bookplanButton{
    background-color: #00b1ff;
    color: white;
    font-size: 12px;
    font-weight: 100;
}


.apps {
    position: relative;
    padding: 0px;
    margin:0px;
}

.apps img {
    width: 100%;
}

.apps .appsContent {
    position: absolute;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}
.apps .appsContent .appsContentTitle {
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    font-size: 32px;
    font-weight: 800;
}

.apps .appsContent .appsContentDesc {
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 100;
    padding-right: 10px;
    margin-bottom: 20px;
}

.apps .appsButton {
    background-color: #ef5b5b;
    color:#fff;
}


.iconSets{
    margin-top: 40px;
}

.iconSets .circle {
    padding-top: 15px;
    /*  background-image: url(assets/images/circle.png);*/
    background-repeat: no-repeat;
    height: 283px;
    background-position: center;
}

.iconSets .circle .icons{
    margin-top: 30px;
    text-align: center;
}

.iconSets .circle .cicrleTitle {
    font-family: 'Avenir LT Std', Helvetica, Arial, Sans-Serif;
    padding-left: 80px;
    padding-right: 80px;
    color: #ef985b;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
    text-align: center;
}
