
/*= Reset CSS 
============= */

h3{font-size: 20px; margin: 5px 0 10px;}
.btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #4d92d9; background-color: #4d92d9; text-decoration: none; transition: 0.4s;}
.btn:hover{background-color: transparent; color: #4d92d9; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}





.port-6{ position: relative; overflow: hidden; text-align: center; border: 4px solid rgba(255, 255, 255, 0.9); overflow: visible;border: 1px solid #ccc;
}
.port-6.effect-3 img{transition: 0.5s;width: 75%;}
.port-6.effect-3:hover img{transform: scale(0.3) translateY(-60%); position: relative; z-index: 9; }
.port-6.effect-3 .text-desc{transform: translateY(100%); opacity: 0; padding: 145px 20px 10px; transition: 0.5s;}
.port-6.effect-3:hover .text-desc{transform: translateY(0px); opacity: 1;}
