/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}
#flex-head {
  margin-top: 5%;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.click {
  font-family: monospace;
  text-transform: uppercase;
  font-weight: 900;
  color: black;
  letter-spacing: 2px;
}
.logo {
  max-width: 500px;
  max-height: 800px;
  margin: auto;
}
.logo img {
  width: 500px;
  height: 482px;
  margin: auto;
}
.shift {
  display: none;
  list-style: none;
  max-width: 350px;
  margin: auto;
}
.logo:hover .shift {
  display: block;
  position: absolute;
  list-style: none;
  animation: fadeOutRight 1s;
  transition: 0.3s;
  top: 20%;
  right: 35%;
  z-index: 2;
}
.logo:hover .shift li {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.logo:hover .shift #menu-item-21 {
  background: #ff0000;
  border: 2px solid black;
  width: 350px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 5px;
  animation: fadeOutRight 1s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.container {
  height: 250px;
  width: 250px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, #000000, #0000008a);
}
.buttons .btn a {
  text-decoration: none;
  color: white;
  font-family: 'Lato';
}
.videoclip {
  filter: blur(5px); /* Aplică efectul de blur */
  opacity: 0.8; /* Redă videoclipul cu 40% opacitate pentru a obține un efect de blur la 60% */
  volume: 0.1; /* Setează volumul la 30% */
}
.container:hover{
  height: 550px;
  width: 350px;
  border-radius: 5px;
  box-shadow: 0px 1px 35px 0px rgba(0,0,0,0.3);
}
.container .wrapper img{
  position: relative;
  z-index: 20;
  border-radius: 50%;
  display: block;
  height: 200px;
  width: 200px;
  border: 5px solid #fff;
  object-fit: cover;
  margin: 24px auto;
  transition: all 0.3s ease;
}
.container:hover .wrapper img.active{
  height: 470px;
  width: 350px;
  margin: 0px auto;
  border: none;
  border-radius: 5px;
}
.wrapper .title{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px;
  line-height: 25px;
}
.wrapper .place{
  color: #fff;
  font-size: 17px;
  line-height: 0px;
  margin: 10px 0;
}
.content{
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
}
.content .buttons {
  display: flex;
  background: #00000099;
  border-radius: 5px;
}
.buttons .btn{
  height: 40px;
  width: 150px;
  margin: 0 5px;
}
.buttons .btn button {
  height: 100%;
  width: 100%;
  background: #ff0000;
  text-transform: uppercase;
  color: black;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
  padding: 2px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn button:hover{
  transform: scale(0.95);
}
.container .icons {
  position: relative;
  margin-top: -423px;
  margin-left: -4px;
  list-style: none;
}
.container .icons.active{
  display: none;
}
.container .icons li{
  height: 40px;
  width: 40px;
  margin: 5px 0;
  opacity: 0;
  margin-left: -100px;
  transition: all 0.5s ease;
}
.container:hover .icons li{
  opacity: 1;
  margin-left: 7px;
}
.container:hover .icons li:nth-child(2){
  transition-delay: 0.2s;
}
.container:hover .icons li:nth-child(3){
  transition-delay: 0.4s;
}
.container .icons li a {
  color: white;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #0000009c;
  display: block;
  line-height: 40px;
  transition: all 0.3s;
}
.container .icons li a:hover{
  transform: scale(0.9);
}
@-webkit-keyframes fadeOutRight {
  0% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
  100% {
     opacity: 0;
     -webkit-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
     opacity: 1;
     transform: translateX(0);
  }
  100% {
     opacity: 0;
     transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  }
  animation-name: fadeOutLeft;
}
.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 0 !important;
  font-size: 48px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .fa-angle-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .fa-angle-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox .modal-body{
 padding:0;   
}
.ekko-lightbox .modal-header{
 text-align:center;
}

.ekko-lightbox .close {
margin-top: -2px;
position: absolute;
top: 0;
right: -20px;
color: #fff;
opacity: 1;
}

.fa-angle-left:before {
content: "\f104";
position: absolute;
top: 50%;
margin-top: -15px;

}
.fa-angle-right:before {
content: "\f105";
position: absolute;
top: 50%;
margin-top: -15px;
    margin-left: -15px;
}