﻿
.Header {
    animation-name: headerent;
    animation-duration: 1s;
}

.Header.active {
    animation-name: header;
    animation-duration: 1s;
}

.Header_background {
    background-color: transparent;
    border-bottom-color: transparent;
}

.Header_background.active {
    background-color: #231F20;
}


@-webkit-keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes headerent {
  from {top: -70px;}
  to {top: 0px;}
}

@-webkit-keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}

/* Standard syntax */
@keyframes header {
  from {top: -70px;}
  to {top: 0px;}
}

.experienceheader{
    background-image: url(/tripmobav3zzz/img/tmbbackground.jpg?38117);
    background-size: cover;
    padding: 3em 9em;
    height: 300px;
    position: relative;
    z-index: 0;
}

.experienceheader:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:300px;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity: 1;
    border-radius: 10px;
    z-index: -1;
}

.MainContent {
    padding: 0px 0px 100px 0px;
}


.experiences{
    padding: 20px 4em;
}

.Search_wrapper:after {
    left: 10px;
    top: 16px;
}

.content{
    max-width: 1020px;
    display: block;
    margin:auto;
}

.topdest{
    height: 250px;
    width: 190px;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
    background-position-x: center;
    position: relative;
    z-index: 5;
}

.topdest:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:300px;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity: 1;
    border-radius: 10px;
    z-index: -1;
}
}

.expcard {
    height: 250px;
    width: 190px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    OVERFLOW: hidden;
    box-shadow: 0px 3px 5px rgba(100,100,100,.1);
    padding: 0px;
    background-size: cover;
}

.expcard:hover{
    box-shadow: 0px 10px 10px rgba(100,100,100,.2);
}

.destimg{
    height: 250px;
    background-size: cover;
}

.destTitle{
    margin-top: 50%;
    /*text-shadow: 0px 0px 10px rgba(0,0,0,1);*/
    font-size: 25px;
}

.destPrice{
    margin-top: 50%;
    /*text-shadow: 0px 0px 10px rgba(0,0,0,1);*/
    font-size: 25px;
}

.expimg{
    height: 155px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.expdetails{
    padding: 5px 8px;
}

.owl-wrapper {
    width: 2040px;
}

.expPackage {
    width: 1060px;
}

/*responsive-start*/
@media screen and (max-width: 800px){
    .tmblogowhite{
    display: none;
    }

    .tmblogo{
    display: inline;
    }

    .Header_background {
    background-color: #231F20;
    }
    
    .MainContent {
    padding: 0px;
    }

    .experienceheader{
    padding: 10px;
    }
    
    .experiences{
    padding: 10px;
    }
    
    .content{
    }
    
    .comingsoon {
        top:  -10px !important;
        right: 0px !important;
    }
    
    .topdest{
    height: 170px;
    width: 100%;
    }
    
    .topdestContainer{
    width: 100%;
    }
    
    .destTitle {
    margin-top: 18% !important
    }
    
    .destPrice {
    margin-top: 5% !important;
    }
    
    .expcard {
        width: 100%;
        margin-left: 0px !important;
    }
    
    .expPackage {
        width: auto !important;
    }
    
    .searchbar {
        width: 70% !important;
    }
    
    .owl-carousel .owl-item {
    }
    
}
/*responsive-end*/