.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}


.project-details__img img {
    width: 100%;
}

.table th {
    border: 1px solid black;
    font-size: 14px;
}

#wrapper {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
}
 .content {
	 /*max-width: 600px;*/
	 width: 100%;
	 /*min-width: 260px;*/
	 margin: 0 10%;
	 margin-top: 10%;
	 transition: 0.3s ease;
}
 @media screen and (max-width: 512px) {
	 .content {
		 margin: 0 4%;
		 margin-top: 20%;
	}
}
/* Tabs menu */
 .tabs {
	 margin: 0;
	 background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	 /*background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);*/
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 height: 80px;
	 border-radius: 2px 2px 0px 0px;
}
 @media screen and (max-width: 512px) {
	 .tabs {
		 height: 80px;
	}
}
/* Tab Links */
 .tablinks {
	 background: transparent;
	 background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
	 /*background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);*/
	 border: none;
	 outline: none;
	 cursor: pointer;
	 width: 50%;
	/*change depending on the number of tabs*/
	 height: 80px;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 font-size: 16px;
	 font-family: "IBM Plex Sans", sans-serif;
	 overflow: hidden;
	 transition: 0.3s ease;
}
 @media screen and (max-width: 512px) {
	 .tablinks {
		 height: 40px;
		 font-size: 12px;
	}
}
 .tablinks:before {
	/* Gradient */
	 /*background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
	 background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
	 content: "";
	 width: 100%;
	 height: 0px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: 0.3s ease-in-out;
	 z-index: 2;
}
/*tab buttons hover*/
 .tablinks:hover::before {
	 height: 100%;
	 z-index: 2;
	 bottom: 0;
}
 @media screen and (max-width: 512px) {
	 .tablinks:hover::before {
		 height: 0;
	}
}
/* Tab active */
 .tablinks.active {
	 background-color: white;
	 z-index: 0;
	 border-right: 0px;
	 border-left: 0px;
	 height: 110px;
	 bottom: 0px;
	 overflow: hidden;
}
 @media screen and (max-width: 512px) {
	 .tablinks.active {
		 height: 80px;
	}
}
 .tablinks.active:before {
	/* Gradient */
	 content: "";
	 width: 100%;
	 height: 5px;
	 top: 0;
	 left: 0;
}
/* Tabs text */
 .tablinks.active p, .tablinks.active:hover p {
	 opacity: 1;
	 /*background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
	 background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
 .tablinks p {
	 opacity: 0.6;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 z-index: 2;
	 transition: 0.5s ease;
	 padding: 0;
	 margin: 0;
	 color: #686868;
	 backface-visibility: hidden;
	 font-weight: 600;
	 font-size: 20px!important;

}
 .tablinks:hover p {
	 color: white;
	 opacity: 1;
}
 @media screen and (max-width: 512px) {
	 .tablinks:hover p {
		 color: #686868;
		 opacity: 0.6;
	}
}
/* Tabs text bigger */
 .tablinks p:before {
	 content: attr(data-title);
	 position: absolute;
	 height: auto;
	 width: auto;
	 color: white;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0.1;
	 font-size: 40px;
	 transition: 1s ease-out;
	 z-index: -1;
	 font-weight: 600;
	 top: 110%;
}
 @media screen and (max-width: 512px) {
	 .tablinks p:before {
		 display: none;
	}
}
 .tablinks:hover p:before {
	 opacity: 0.1;
	 font-size: 40px;
	 top: -80%;
}
/* tab content */
 .wrapper_tabcontent {
	 background-color: white;
	 margin-top: 0px;
	 /*z-index: -3;*/
	 position: relative;
	 opacity: 1;
	 padding: 40px 60px;
	 overflow: hidden;
	 transition: all 1s ease;
	 top: 0;
}
 .tabcontent {
	 display: none;
	 min-height: 180px;
}
 @keyframes tabEffect {
	 from {
		 top: -40px;
	}
	 to {
		 top: 0px;
	}
}
 .tabcontent.active {
	 transition: all 1s ease;
	 display: block;
}
/* Tab content line */
 .wrapper_tabcontent:after {
	 content: "";
	 height: 5px;
	 width: 100%;
	 position: absolute;
	 background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 /*background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);*/
	 left: 0;
	 bottom: 0;
	 z-index: -2;
	 transition: all 1s ease;
}
/* Title */
 .tabcontent h3 {
	 font-size: 30px;
	 top: 75px;
	 transform: rotate(90deg);
	 position: absolute;
	 left: -90px;
	 opacity: 0.1;
	 width: 200px;
	 height: 60px;
	 background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 padding: 0;
	 animation: city 1s ease;
}
 @media screen and (max-width: 512px) {
	 .tabcontent h3 {
		 top: 65px;
	}
}
 @keyframes city {
	 from {
		 left: -150px;
	}
	 to {
		 left: -90px;
	}
}
/* Text*/
 .tabcontent p {
	 color: #686868;
	 margin: 0;
	 padding: 0;
	 line-height: 28px;
	 font-weight: 100;
	 transition: all 1s ease;
	 animation: fadeEffect 0.6s ease;
	 width: 100%;
	 font-size: 16px;
	 font-family: "IBM Plex Sans", sans-serif;
}
 @media screen and (max-width: 512px) {
     
     
     .wrapper_tabcontent {
    padding: 40px 0px;
    
     }
     
     .tablinks p {
         font-size:12px!important;
     }
	 .tabcontent p {
		 font-size: 14px!important;
		 line-height: 26px;
	}
	
	.tabcontent h3 {
    font-size: 20px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -105px;
	}
}
 @keyframes fadeEffect {
	 from {
		 opacity: 0;
		 margin-left: 30px;
	}
	 to {
		 opacity: 1;
		 margin-left: 0;
	}
}
 
 
 
   .table td {
   font-size: 14px;
   padding: 0px 5px 0px 5px;
   }
   .table {
   border: 1px solid #000;
   }
   .table tbody td {
   border: 1px solid black;
   }
   .table th {
   border: 1px solid black;
   }
   .table-striped > tbody > tr:nth-of-type(odd) {
   background-color: #95d2fa;
   /*background-color:#0075bf;*/
   /*background: linear-gradient(36deg, #00afea 0%, #03b1ec 0%, #2a83c6 18%, #3e6cb2 44%, #4663aa 100%);*/
   }
   /*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
   padding: 8px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #ddd;
   }*/
   .table td {
   /*padding: 10px;*/
   font-size: 14px;
   }
   
   tr {
    transition: all .15s ease;
}

tr:hover {
    transform: scale(1.02);
   font-weight:bold;
}

   
tbody tr:hover {
  background-color: #e2f6ff;
  /*//transition: background-color 0.1s ease-out;*/
}

tbody tr td {
  opacity: 1;
  transition: opacity 0.2s ease-in;
  
}

tbody:hover tr:not(:hover) td {
  opacity: .3;
  transition: opacity 0.2s ease-out;
}

