.portofolio {
    background: #002530;
    width: 100%;
    min-height: 1200px;
    border-bottom-right-radius: 400px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
    position: relative;
}

.portofolio .cover-portofolio {
    position: relative;
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 400px;
    background: url("../imagini/prt.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    -moz-box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    box-shadow: 0px 0px 11px 6px rgba(216, 216, 216, 0.37);
    top: 0%;
    right: 0%;
}

.portofolio .content-prt {
    width: 70%;
    min-height: 200px;
    margin-left: 15%;
    margin-right: auto;
}

.portofolio .content-prt h1 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    padding-bottom: 50px;
}

.portofolio .content-prt h1 span {
    font-size: 1.3em;
    color: #00A4CE;
}

.portofolio .content-prt p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #fff;
}

.portofolio .content-prt p span {
    font-size: 1.1em;
    color: #00A4CE;
}



.spaceprt{
    height: 5vh;

}







.container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
}
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 800px;
  min-height: 400px;
  border-radius: 100px;
}

.swiper-slide .box{
  width: 100%;
  border-radius: 20px;
  border: solid 2px #002530
}
.swiper-slide .box:hover{
  background: #002530;
}

.swiper-slide .box img{
  width: 100%;
  display: block;
  border-radius: 17px;
}
.swiper-slide .box .row{
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .box .row .selector{
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #2196f3;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  font-size: 24px;
  overflow: hidden;
  transition: 0.2s;
  margin: 20px 20px 20px 20px;
}
.swiper-slide .box .row .selector:hover{
  color: #002530;
  background: #2196f3;
  box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
  transition-delay: 1s;
}
.swiper-slide .box .row .selector span{
  position: absolute;
  display: block;
}
.swiper-slide .box .row .selector span:nth-child(1){
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#2196f3);
}
.swiper-slide .box .row .selector:hover span:nth-child(1){
  left: 100%;
  transition: 1s;

}

.swiper-slide .box .row .selector span:nth-child(2){
  top: -100%;
  right: 0%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,#2196f3);
}
.swiper-slide .box .row .selector:hover span:nth-child(2){
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}

.swiper-slide .box .row .selector span:nth-child(3){
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,#2196f3);
}
.swiper-slide .box .row .selector:hover span:nth-child(3){
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
.swiper-slide .box .row .selector span:nth-child(4){
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg,transparent,#2196f3);
}
.swiper-slide .box .row .selector:hover span:nth-child(4){
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}
.space{
  padding-top: 10vh;
}
.sites{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 1200px;
}
.sites .site{
  position: absolute;
  top: 0;
  left: 10%;
  opacity: 0;
}
.sites .site.active{
  opacity: 1;
}


.container{
  background: #efefef;
  width: 100%;
  min-height: 800px;
  border-top-left-radius: 400px;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.37);
  position: relative;
  
}

.space-top{
  padding-top: 10vh;
}


.space-top2{
  padding-top: -60vh;
}



#tabs {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
  
