/****HOME****/
#home-page-top{
    width:100%;
    background-size: cover;
    height:720px;
    position: relative;
    margin-bottom: 40px;
}
#home-h1-wrapper {
    position: relative;
    top: 256px;
}
#home-h1 {
    display: inline-block;
    float: right;
    position: relative;
    font-size: 28px;
    color: #333;
    background: rgba(255, 255, 255, 0.85);
    padding: 16px 40px;
    border-radius: 4px;
    border-color: #ececfb;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    opacity: 1;
    animation: showElement 1.5s ease-in-out both;
    animation-delay: 1.8s;
}
h1#home-h1:before {
    content: "";
    background: linear-gradient(to right, transparent 0%, #ffa000, #d585e2,#47a5d2, #00ad2d, transparent 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
}
#home-page-top #home-search-wrapper {
    position: absolute;
    top: 408px;
    left: 0;
    right: 0;
    z-index: 100;
}
#home-search-wrapper iframe{
    width: 100% !important;
}
#home-page-top #home-search-wrapper .container{
    position: relative;
}
#home-trends {
    margin-top: -96px;
}
#home-trends a{
    color: #212529;
}
#home-trends a{
    text-decoration: none;
}
#home-trends .home-trend {
    position: relative;
    height: 112px;
    line-height: 6px;
    background: #fff;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    border-radius: 4px;
    padding: 20px 8px;
    text-align: center;
    font-family: "Comfortaa";
}
#home-trends .home-trend i {
    display: block;
    height: 56px;
}
#home-trends .home-trend i:before{
    margin-left: 0;
    font-size: 48px;
    line-height: 48px;
}
#home-trends .home-trend span:after{
    bottom: -2px;
}
#home-top-countries{
    margin-top: -56px;
    margin-bottom: 32px;
    padding-top: 56px;
}
#home-top-countries > .container{
    border-bottom: 2px dotted rgb(231, 231, 231);
    height: 100%;
}
#home-top-countries a{
    color: #212529;
}
#home-top-countries a{
    text-decoration: none;
}
#home-top-countries ul{
    list-style: none;
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: space-around;
}
#home-top-countries li{
    padding: 8px 16px 8px 8px;
    margin: 8px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    border-radius: 50px;
    font-family: "Comfortaa";
}
#home-top-countries li>img{
    width: 32px;
    margin-right: 8px;
}
#home-promo{
    margin-bottom: 40px;
}
#home-promo-image-wrapper{
    position: relative;
    width: 100%;
    padding-top: 32px;
    padding-right: 32px;
}
#home-promo-image{
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(103, 103, 103, 0.2) 7px -7px 20px 0px;
    border-radius: 4px;
    z-index: 1;
}
#home-promo-image-frame{
    position: absolute;
    left: 32px;
    right: 0;
    top: 0;
    height: 400px;
    border-radius: 4px;
    z-index: 0;
}
@media (max-width: 991px){
    #home-page-top {
    height: 800px;
    }
    #home-page-top #search-wrapper{
    top: 296px;
    }
    #home-h1{
    right: auto;
    left: 40px;
    font-size: 28px;
    top: -40px;
    bottom: auto;
    }
    #home-page-top #home-search-wrapper {
    position: absolute;
    top: 344px;
    left: 0;
    right: 0;
    z-index: 100;
    }
}
@media (min-width: 576px) and (max-width: 991px){
    #home-page-top {
    height: 800px;
    }
    #home-trends{
    position: relative;
    z-index: 1;
    margin-top: -152px;
    }
    #home-trends:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    z-index: 0;
    }
    #home-trends>div>div:nth-of-type(1) .home-trend:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 200%;
    width: 2px;
    border-right: 2px dotted rgb(231, 231, 231);
    z-index: 1;
    }
    #home-trends>div>div:nth-of-type(2) .home-trend:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 200%;
    height: 2px;
    border-bottom: 2px dotted rgb(231, 231, 231);
    z-index: 1;
    }
    #home-trends>div>div:nth-of-type(2n+1) {
    padding-right: 0;
    }
    #home-trends>div>div:nth-of-type(2n) {
    padding-left: 0;
    }
    #home-trends .home-trend {
    border-radius: 8px 0 0 0;
    box-shadow: none;
    }
    #home-trends>div>div:nth-of-type(1) .home-trend {
    border-radius: 8px 0 0 0;
    }
    #home-trends>div>div:nth-of-type(2) .home-trend {
    border-radius: 0 8px 0 0;
    }
    #home-trends>div>div:nth-of-type(3) .home-trend {
    border-radius: 0 0 0 8px;
    }
    #home-trends>div>div:nth-of-type(4) .home-trend {
    border-radius: 0 0 8px 0;
    }
}
@media (max-width: 767px){
    #home-page-top{
    height:920px;
    }
    #home-h1{
    right: 15px;
    left: 15px;
    font-size: 26px;
    }
}
@media (max-width: 575px){
    #home-page-top{
    height:736px;
    }
    #home-trends>div>div .home-trend {
    border-radius: 0 0 0 0;
    }
    #home-trends>div>div:first-of-type .home-trend {
    border-radius: 8px 8px 0 0;
    }
    #home-trends>div>div:last-of-type .home-trend {
    border-radius: 0 0 8px 8px;
    }
}
@media (max-width: 549px){
    #home-page-top{
    height:856px;
    }
    #home-h1{
    top: -48px;
    font-size: 24px;
    border-radius: 4px 0 0 4px;
    }
}
@media (max-width: 439px){
    #home-page-top{
    height:936px;
    }
}
@media (max-width: 375px){
    #h1--tours{
    font-size: 24px;
    }
}
@media (max-width: 328px){
    #home-page-top{
    height:1004px;
    }
}
/****END HOME****/