.highlight-phone {
  color: #313437;
  background-color: #eef4f7;
  padding: 50px 0 55px;
  overflow: hidden;
}

@media (max-width:767px) {
  .highlight-phone {
    text-align: center;
  }
}

.highlight-phone p {
  color: #7d8285;
}

.highlight-phone h2 {
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-phone .intro {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.5;
}

@media (max-width:767px) {
  .highlight-phone .intro {
    max-width: none;
  }
}

.highlight-phone .intro p {
  margin-bottom: 35px;
}

.highlight-phone .intro .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.highlight-phone .intro .btn:hover {
  opacity: 1;
}

.highlight-phone .intro .btn:active {
  transform: translateY(1px);
}

.highlight-phone .intro .btn-primary {
  background-color: #055ada;
  color: #fff;
}

.highlight-phone .iphone-mockup {
  position: relative;
  max-width: 250px;
}

.highlight-phone .iphone-mockup1 {
  margin-top: -30px;
  margin-bottom: -230px;
  transform: rotate(-15deg);
}

.highlight-phone .iphone-mockup2 {
  margin-top: 50px;
  margin-bottom: -230px;
  margin-left: -200px;
  transform: rotate(-50deg);
}
        
.highlight-phone .iphone-mockup3 {
  margin-top: 300px;
  margin-bottom: -230px;
  margin-left: -200px;
  transform: rotate(50deg);
}
        
.highlight-phone .iphone-mockup4 {
  margin-top: 30px;
  margin-bottom: -230px;
  margin-left: 20px;
  transform: rotate(40deg);
}

.highlight-phone .iphone-mockup img.device {
  width: 100%;
  height: auto;
}



.highlight-phone .iphone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

.assia-destination-blog-card {
  max-width: 550px;
  width:100%;
  height: 500px;
  position: relative;
  color:#fff;
  top: 20%;
  right: 0;  
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition:all 0.4s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.assia-destination-blog-card a{ 
  color:#fff;
  text-decoration:none;
  transition:all 0.2s
}
.assia-destination-blog-card .color-overlay {
  background: rgba(64, 84, 94,0.5);
  width: 550px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.assia-destination-blog-card .gradient-overlay {  
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 550px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.assia-destination-blog-card:hover{
    box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}
.assia-destination-blog-card:hover .more_contents_destination{
    top:0;
}
.assia-destination-blog-card:hover .card-info {
  opacity: 1;
  bottom: 100px;
}
.assia-destination-blog-card:hover .color-overlay {
  background: rgba(30, 108, 217,0.8);
}
.assia-destination-blog-card:hover .title-content{
  margin-top:70px
}
.title-content {
  text-align: center;
  margin: 170px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  transition:all 0.6s
}

.assia-destination-blog-card:hover h3:after{
 
  animation: changeLetter 0.3s 1 linear;
  width:80%
}

.assia-destination-blog-card h3, .assia-destination-blog-card h1 {
  font-size: 1.9em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  display:inline-block;
}
.assia-destination-blog-card h3 a{  
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
  transition:all 0.2s
}
.assia-destination-blog-card h3 a:hover{
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}
.assia-destination-blog-card h3:after {
  content: " ";
  display: block; 
  width: 10%;
  height: 2px;
  margin: 20px auto;
  border: 0;
  background: #f5883c;
  transition:all 0.2s
}

@keyframes changeLetter {
  0% {
    width: 10%;
  }
  100% {
    width: 80%;
  }
}

.assia-destination-blog-card .intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}
.assia-destination-blog-card .intro a{
  color: #ddd
}
.assia-destination-blog-card .intro a:hover{
  text-decoration:underline
}
.assia-destination-blog-card .card-info {
   box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.assia-destination-blog-card .card-info a.see-more{
  display:block;
  width:100px;
  margin:15px auto;
  background:#fff;
  color:#444;
  padding:3px 10px;
  border-radius:2px;
  font-size:0.8em
}
.assia-destination-blog-card .card-info a.see-more:hover{
  background: #f5883c;
  color:#fff;
}
.assia-destination-blog-card .card-info a.see-more:hover span{
   filter: brightness(10);
   opacity:1
}
.assia-destination-blog-card .utility-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 20;
  width:100%;
  text-align:left
}
.assia-destination-blog-card .utility-info:after{
  content:" ";
  background-size: 30px auto;
  display:block;
  opacity: 0.4;
  position:absolute;
  bottom:25px;
  right:15px;
  width:30px;
  height:15px
}
.assia-destination-blog-card .utility-info a:hover{
  text-decoration:underline
}
.assia-destination-blog-card .utility-list {
  list-style-type: none;
  margin: 0 0 10px 20px;
  padding: 0;
  width: 100%;

}
.assia-destination-blog-card .utility-list li {
  margin: 0 5px 0 0;
  padding: 3px 0 15px 0px;
  display: inline-block;
  
  font-size:0.8em
}

.assia-destination-blog-card .licon{
  position:relative;  
   width:23px;
   height:15px;
   display:inline-block;
   vertical-align:middle;
}
.assia-destination-blog-card .licon:before{
  content:"";
   background:url(https://rawcdn.githack.com/Nodws/NodPen/ffad95aa5244b4b09a3c7c1508a018959bbedb7e/postItem/licons.svg?) -2px -6px no-repeat;
   background-size:250px;
   width:26px;
   height:20px;
   display:inline-block;
   vertical-align:middle;
   position:absolute;
   top:-3px;
   left:0;
}
.assia-destination-blog-card .icon-white{
   filter: brightness(10);
}
.assia-destination-blog-card .icon-black{
   filter: brightness(0);
   opacity:0.6
}
.assia-destination-blog-card .icon-like:before{
  background-position: -183px -6px;

}
.assia-destination-blog-card .icon-com:before{
  background-position: -63px -4px;

}
.assia-destination-blog-card .icon-dat:before{
  background-position: -94px -7px;
}
.assia-destination-blog-card .icon-tag:before{
  background-position: -33px -6px;

}

#ALL_DESTINATION .destinationListHome:hover .more_contents_destination{
            top:0;
        }
        
        .more_contents_destination ul {
            margin:0;
            padding: 0;
        }
        
        .more_contents_destination ul li{
            display: inline;
            
        }
        
        .more_contents_destination ul li a {
            font-size: 10px;
            text-decoration: underline;
            margin-left: 1em;
            display: inline-block;
        }
        
        .more_contents_destination ul li a:hover{
            color: #f5883c;
        }
        
        #ALL_DESTINATION .destinationListHome .card-title{
            font-size: 1.5vw;
            text-transform: uppercase;
            font-weight: 600;
            
        }
        
        #ALL_DESTINATION .destinationListHome .overlay-grad {
            height:250px; 
            padding: 50px;
        }