body {
   background-image: linear-gradient(black, black);
    font-family: 'Montserrat', sans-serif;
    margin:0;
  }

  .card-button{
    margin-left: 40%;
    height: 50px;
    
  }

  .card-button a{
    transform: scale(2);
    height: 70%;
    width: 30%;
    background-color: rgb(218,165,32, 0.8);
    color:white;
  }

  .card-button a:hover{
    background-color: rgb(218,165,32, 1);

  }

.filter-area{
display: flex;
flex-direction: row;
}

.filter-area p{
  margin-bottom: 0;
  font-size: 12px;
  color: white;
}
.sort-filter{
  margin-bottom: 20px;
margin-right: 40px;
}

.travel-category{
  margin-bottom: 20px;
}

.travel-category p{
  margin-left: 80px;
}

.travel-category i{
  margin-right: 10px;
  color: goldenrod;
}

.top-banner{
  background-image: url(../images/BackgroundNoLogo2.jpg);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-logo{
  display: block;
  margin-left: 22%;
  margin-top: -55%;
  top:0; 
  transform: scale(0.87);
}

.center {
  margin-top: 15%;
  margin-left:4.5%;

  background-color: transparent;

}

.card {
  width: 550px;
  height: 250px;
  background: rgb(255,255,255);
  background: linear-gradient(187deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%); overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  zoom: 0.68;
  -moz-transform:scale(0.68);
}



.card .additional {
  position: absolute;
  width: 150px;
  height: 100%;

  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.card1{
  background: url(https://images.unsplash.com/photo-1612437118912-ec24644cf846?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=564&q=80);
  background-position: center;
  background-repeat: no-repeat;
}
.card2{
  background: url(https://images.unsplash.com/photo-1591649389515-2e1640c7ac8d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
.card3{
  background: url(https://images.unsplash.com/photo-1573790387438-4da905039392?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=666&q=80);
  background-position: center;
  background-repeat: no-repeat;
}
.card4{
  background: url(https://images.unsplash.com/photo-1503899036084-c55cdd92da26?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
  background-position-y: 90%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
.card5{
  background: url(https://images.unsplash.com/photo-1529655683826-aba9b3e77383?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=701&q=80);
  background-position-y: 60%;
  background-position-x: 50%;
  background-repeat: no-repeat;
}

.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0,0,0,0.025);*}


.card .additional .user-card .level,
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  background: rgba(0,0,0,0.60);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.card .additional .user-card .points {
  margin-top: 110%;
 margin-left: 35%;
  width: fit-content;
}



.card .additional .more-info {
  width: 400px;
  float: left;
  position: absolute;
  left: 150px;
  height: 100%;
}


.card .additional .stats {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #fff;
  background: rgba(0,0,0,0.40);
  padding: 0.125rem 0.75rem;
  border-radius: 20px;
  opacity: 0.9;
  transform: scale(0.8);
}


.card .additional .stats > div {
  flex: 1;
  text-align: center;
}

.card .additional .stats i {
  display: block;
}

.card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}




.card .general {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
}

.footer{
  color: white;
 margin-left: 20%;
  font-size: 10px;

}




.like-favorite{
  margin-top:5%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
}

.like-heart i:hover{
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
  transform: scale(2.5);
  color:red;
  transition: 1s;
  opacity: 0.6;
}

.like-heart i{
  margin-right: 40px;
  transform: scale(2);
  color:black;
  opacity: 0.6;

}

.card-wrap{
  display: grid;
}

@media (min-width: 600px){
 
.top-banner{
  height: 650px;
  width: 106.5%;
  background-position: center;
  background-size: contain;
 } 

 .banner-logo img{        
  margin-top:-10%;
  margin-left: 23%;
  margin-bottom: 20%;
  transform: scale(1.3);
 }

 .card{
   transform: scale(1.8);
   margin-bottom: 10%;
   margin-left: 26%;
   margin-top: 10%;
 }

 .filter-area{
   margin-left: 20%;
 }

.sort-filter{
  transform: scale(1.5);
}

.travel-category{
  margin-left:10%;
  transform: scale(1.5);
}

.footer{
  font-size: 15px;
  margin-left: 30%;
}
}

@media (min-width: 1024px){

  body{
    background-image: url(../images/BackgroundNoLogo2.jpg);
    background-repeat: no-repeat;
    background-position:top;
    background-position-y: 20%;


  }

  .top-banner{
    display: none;
  }

  .banner-logo{
    margin-top: 7%;
    margin-left: 26%;
  }
  .banner-logo img{        
    margin-left: 23%;
    margin-bottom: 0;
  }
  
   .card{
     transform: scale(1.2);
     margin-bottom: 0;

   }
  
   .card-wrap{
     margin-top: 0;
    width: 60%;
    margin-right: 0;
    margin-left: 15%;
    margin-bottom: 10%;
    display: grid;
    grid-template-columns: auto auto;
    
  }

   .filter-area{
     margin-left: 27%;
     margin-top: -15%;
    transform: scale(0.7);
   }


  
  .footer{
    font-size: 15px;
    margin-left: 40%;
  }





}

