body {
    position:relative;
    overflow-y:hidden;
}


/* ------------------------------ CERC MOUSE ------------------------------ */

#circle {
    z-index: 999999;
}
.full-size { 
	height : 100%; 
	width : 100%; 
	position: absolute; 
	top : 0; 
	left : 0;
}
.blend-multiply {
	mix-blend-mode : multiply;
}
.blend-screen {
	mix-blend-mode : screen;
}
.mask-bg-color {
	background-color: #50c7f8;
}
.element-mask {
	background-color: #fff;
}

#circle {
    position :absolute;
	overflow : hidden;
	width :500px; 
	height: 500px;
    top: -100vw;
    left: -100vw;
    border-radius: 250px;  
    box-sizing: content-box;
    border: 100vw solid rgba(0,0,0,0.84);
    border-radius: 200vw;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    pointer-events: none;
}


/* ------------------------------ NAVBAR ------------------------------ */


.navbar {
    position:absolute;
    width:100%;
    z-index:2;
}

.navbar .navbar-brand {
    margin:auto;
}

.navbar .navbar-brand .logo {
    max-height:70px;
}

.navbar .navbar-collapse {
    position:absolute;
    right:7em;
    left:0;
}

.navbar .navbar-collapse .main-menu-item {
    display:none;
}

.navbar .dots {
    margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.navbar .dots:after {
    content: "";
    padding: 10px 24px;
    position: absolute;
    top: -5px;
    right: -30px;
}

.navbar .dot:hover, .dot:before:hover, .navbar .dot:after:hover {
    background-color:#fff;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.navbar .dot, .dot:before, .navbar .dot:after {
  position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border:1px solid #fff;
    opacity: 80%;
    display: flex;
}

.navbar .dot:before, .navbar .dot:after {
  content: "";
}

.navbar .dot:before {
  left: 15px;
  top:-1px;
}

.navbar .dot:after {
  right: 15px;
  top:-1px;
}


/* ------------------------------ SECTIUNE VIDEO BACKGROUND ------------------------------ */


.section-background-video {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-10;
}

.section-background-video video {
    display: block;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    /* filter: grayscale(1); */
}


/* ------------------------------ SECTIUNE PRINCIPALA ------------------------------ */


.section-background {
    background-size:cover;
    background:none;
    height:100vh;
    z-index:1;
}

.text-rotate-left {
    justify-content: center;
    display: flex;
    padding: 0;
    /* transform: rotate(-90deg); */

    align-items: center;
}

.text-rotate-left .text-left {
    margin:auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* position: absolute; */
}

.text-rotate-left .text-left .text-hover {
    /* height:120px; */

    width: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-90deg);
    position: absolute;
}

.text-rotate-left .text-left .first-text {
    position:relative;
    top:-10px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
    left: -20%;
    transition-timing-function:ease-out;
}

.text-rotate-left .text-left:hover .first-text,
.text-rotate-left .text-left:hover .second-text,
.text-rotate-right .text-right:hover .first-text,
.text-rotate-right .text-right:hover .second-text,
#text-rotate-right .text-right:hover .first-text,
#text-rotate-right .text-right:hover .second-text {
    color:#4972b4!important;
    transition-property:color;
    transition-duration: 0.9s; 
    transition-timing-function:ease-in; 
}

.text-rotate-left .text-left .second-text {
    position:relative;
    color:#fff;
    text-decoration:none;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 30%;
}


.text-rotate-left .text-left .line-bg {
    height:2px;
    background-color:#ffffff14;
    position:relative;
    width: 100%;
    pointer-events: none;
}

.text-rotate-right {
    justify-content: center;
    display: flex;
    padding: 0;
    align-items: center;
}

.text-rotate-right .text-right {
    margin:auto;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.text-rotate-right .text-right .text-hover {
    width: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-90deg);
    position: absolute;
}

.text-rotate-right .text-right .first-text {
    position:relative;
    top:-10px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
    right: -5%;
}

.text-rotate-right .text-right .second-text {
    position:relative;
    color:#fff;
    font-size:48px;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:900;
    letter-spacing:0;
    opacity: 30%;
    right:15%;
}

.text-rotate-right .text-right .line-bg {
    height:2px;
    background-color:#ffffff14;
    width:100vh;
    /* top:-50px; */
    position:relative;
    /* z-index:-10; */

    pointer-events: none;
}


/* ------------------------------ SECTIUNE PRINCIPALA - CONTACT ASCUNS ------------------------------ */


.section-hide-contact {
    opacity:00%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction:column;
    margin: auto;
    width: 100%;
    align-items: center;
    z-index:-10;
}

.section-hide-contact .content {
    margin:auto;
    width:100%;
    height:100vh;
}

.section-hide-contact .content .row:first-of-type {
    height:100vh;
    max-width:80%;
    margin:auto;
}

.section-hide-contact #text-rotate-left {
    display:flex;
    padding:0;
    height:100vh;
}

.section-hide-contact #text-rotate-left .text-left {
    transform: rotate(-90deg);
}

.section-hide-contact #text-rotate-left .text-left .first-text {
    margin-top:auto;
    margin-right:auto;
    margin-bottom:10px;
    margin-left:300px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
}

.section-hide-contact #text-rotate-left .text-left .line-bg {
    height:2px;
    background-color:#ffffff14;
    width:100vh;
}

.section-hide-contact #text-rotate-left .text-left .second-text {
    margin-top: auto;
    margin-right:auto;
    margin-bottom:auto;
    margin-left:320px;
    color:#fff;
    text-decoration:none;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 30%;
}

.section-hide-contact .contact-content .content {
    display:flex;
}

.section-hide-contact .contact-content .content .row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 90%;
}

.section-hide-contact .contact-content .content .row .description {
    margin:0;
    color:#fff;
}

.section-hide-contact .contact-content .content p {
    color:#fff;
    font-size:14px;
    margin:auto 0 1em;
    text-align:justify;
}

.section-hide-contact .contact-content .content p:last-of-type {
    margin-bottom:0;
}

.section-hide-contact .contact-content .social-media {
    padding:0;
}

.section-hide-contact .contact-content .line {
    background: #ffffff69;
    width: 100%;
    height: 1px;
    margin: 3em auto;
}

.section-hide-contact .contact-content .social-media .social-links {
    display:flex;
    flex-direction:row;
}

.section-hide-contact .contact-content .social-media .social-links a {
    margin:auto 20px;
}

.section-hide-contact .contact-content .social-media img {
    max-height:30px;
}

.section-hide-contact .contact-content .social-media .social-links svg {
    max-height:25px;
    margin:auto;
    width:auto;
}

.section-hide-contact .contact-content .social-media #location, .section-hide-contact .contact-content .social-media #mail, .section-hide-contact .contact-content .social-media #phone, .section-hide-contact .contact-content .social-media #social-media {
    display: flex;
    flex-flow: row;
}

.section-hide-contact .contact-content .content .social-media p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3em;
    margin-left: 20px;
    text-align: justify;
}

.section-hide-contact #text-rotate-right {
    display:flex;
    padding:0;
    height:100vh;
}

.section-hide-contact #text-rotate-right .text-right {
    transform: rotate(-90deg);
    text-align: start!important;
}

.section-hide-contact #text-rotate-right .text-right .first-text {
    position: relative;
    top: -10px;
    left: 300px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
}

.section-hide-contact #text-rotate-right .text-right .line-bg {
    position:relative;
    top:-5px;
    z-index:-10;
    height:2px;
    background-color:#ffffff14;
    width:100vh;
}

.section-hide-contact #text-rotate-right .text-right .second-text {
    position: relative;
    top: 65px;
    left: 60px;
    color:#fff;
    text-decoration:none;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 30%;
}


/* ------------------------------ SECTIUNE PRINCIPALA - PORTOFOLIU ASCUNS ------------------------------ */


.section-hide-portfolio {
    opacity:00%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction:column;
    margin: auto;
    width: 100%;
    align-items: center;
    z-index:-10;
}

.section-hide-portfolio .content {
    margin:auto;
    width:100%;
    height:100vh;
}

.section-hide-portfolio .content .row:first-of-type {
    height:100vh;
    max-width:90%;
    margin:auto;
}

.section-hide-portfolio #text-rotate-left {
    display:flex;
    padding:0;
    height:100vh;
}

.section-hide-portfolio #text-rotate-left .text-left {
    transform: rotate(-90deg);
}

.section-hide-portfolio #text-rotate-left .text-left .first-text {
    margin-top:auto;
    margin-right:auto;
    margin-bottom:10px;
    margin-left:300px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
}

.section-hide-portfolio #text-rotate-left .text-left .line-bg {
    height:2px;
    background-color:#ffffff14;
    width:100vh;
}

.section-hide-portfolio #text-rotate-left .text-left .second-text {
    margin-top: auto;
    margin-right:auto;
    margin-bottom:auto;
    margin-left:320px;
    color:#fff;
    text-decoration:none;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 30%;
}

.section-hide-portfolio .portfolio-content .open-new-portfolio {
    position: absolute;
    /* bottom: 190px; */
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    font-size: 12px;
    letter-spacing: 7px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.section-hide-portfolio .video-block {
    color: #fff;
    height: 100vh;
    display: flex;
    margin: auto;
    width: 100%;
}

.section-hide-portfolio .video-block .video-tab {
    width:100%;
}

.section-hide-portfolio .video-block #play {
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    margin:auto;
}

.section-hide-portfolio .video-block #playlist {
    height:-webkit-fit-content;
    height:-moz-fit-content;
    height:fit-content;
    margin:auto;
}

.section-hide-portfolio .video-block .tab-pane .play-icon .post-thumbnail img {
    width:100%;
}

.section-hide-portfolio .video-tab .post-overlay-wrapper {
    min-height: 430px;
}

.section-hide-portfolio .video-tab .post-overlay-wrapper .post-content {
    padding: 35px;
}

.section-hide-portfolio .video-tab .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.section-hide-portfolio .video-tab .nav-tabs {
    border-bottom: none;
    margin-left: 30px;
    height: 376px;
    overflow-y: auto;
}

.section-hide-portfolio .video-tab .nav-tabs::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff14;
    border-radius: 10px;
}

.section-hide-portfolio .video-tab .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
}

.section-hide-portfolio .video-tab .nav-tabs li {
    width: 100%;
    display: block;
    min-height: 160px;
}

.section-hide-portfolio .video-tab .nav-tabs li a {
    background: none;
    border: 0;
    padding: 0;
    border: 0;
    text-decoration:none;
    display:flex;
}

.section-hide-portfolio .video-tab .nav-tabs li a .post-thumbnail {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.section-hide-portfolio .video-tab .nav-tabs li a .post-thumbnail img {
    max-width: 200px;
}

.section-hide-portfolio .video-tab .nav-tabs li a .text {
    width:100%;
    height:fit-content;
    margin:auto;
}

.section-hide-portfolio .video-tab .nav-tabs li a h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-hide-portfolio .video-tab .nav-tabs li a p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.section-hide-portfolio .play-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.section-hide-portfolio .play-icon:hover {
    cursor: none;
}

.section-hide-portfolio .play-icon .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.1s ease;
}

.section-hide-portfolio .play-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.section-hide-portfolio .video-tab iframe {
    width: 100%;
    min-height: 369px;
    border: none;
}

.section-hide-portfolio #text-rotate-right {
    display:flex;
    padding:0;
    height:100vh;
}

.section-hide-portfolio #text-rotate-right .text-right {
    transform: rotate(-90deg);
    text-align: start!important;
}

.section-hide-portfolio #text-rotate-right .text-right .first-text {
    position: relative;
    top: -10px;
    left: 300px;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    letter-spacing:1px;
    opacity: 30%;
}

.section-hide-portfolio #text-rotate-right .text-right .line-bg {
    height:2px;
    background-color:#ffffff14;
    width:100vh;
    top: -5px;
    position: relative;
    z-index: -10;
}

.section-hide-portfolio #text-rotate-right .text-right .second-text {
    position: relative;
    top: 65px;
    left: 60px;
    color:#fff;
    text-decoration:none;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
    opacity: 30%;
}


/* ------------------------------ SECTIUNE PRINCIPALA - PORTOFOLIU ------------------------------ */


.portfolio {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    overflow: auto;
}


.portfolio::-webkit-scrollbar
{
    width: 5px;
    background-color: #ffffff14;
    border-radius: 10px;
    z-index:9998;
}

.portfolio::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: #fff;
    z-index:9999;
}

#portfolio {
    height:initial;
    margin: 120px auto auto auto;
}

.portfolio .return-home {
    margin: auto;
    color: #fff;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 100;
    display: flex;
    opacity: 70%;
}

.portfolio .return-home:hover {
    color:#fff;
    opacity:100%;
}

.portfolio .return-home img {
    width:20px;
    margin-right:10px;
}

.portfolio .section-header {
    text-align: center;
    margin: auto;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
}

.portfolio .section-header-underline {
    border: 1px solid #ffffff69;
    width: 20rem;
    margin: 20px auto;
}

.portfolio .section-description {
    margin: auto;
    color: #fff;
    text-align: justify;
}

.portfolio .video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.portfolio .video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}

.portfolio .video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  object-fit: cover;
}

.portfolio .video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.portfolio .video-gallery .gallery-item .gallery-item-caption,
.portfolio .video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio .video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}


.portfolio .video-gallery .gallery-item h2,
.portfolio .video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.portfolio .video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.portfolio .video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: translate3d(0, 0, 0);

}

.portfolio .video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.portfolio .video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.portfolio .video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.portfolio .video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}






/* ------------------------------ SECTIUNE PRINCIPALA - DESPRE NOI ------------------------------ */




.despre-noi {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    overflow: auto;
}

#despre-noi {
    /*pentru poza /uploads/background/despre-ers-2.jpg*/
    background-position: left;
    max-width: 800px;
}


.despre-noi::-webkit-scrollbar
{
    width: 5px;
    background-color: #ffffff14;
    border-radius: 10px;
}

.despre-noi::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: #fff;
}

#despre-noi {
    height:initial;
    margin: 120px auto auto auto;
}

.despre-noi .return-home {
    margin: auto;
    color: #fff;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 100;
    display: flex;
    opacity: 70%;
}

.despre-noi .return-home:hover {
    color:#fff;
    opacity:100%;
}

.despre-noi .return-home img {
    width:20px;
    margin-right:10px;
}

.despre-noi .section-header {
    text-align: center;
    margin: auto;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    margin-top: 60px;
}

.despre-noi .section-header-underline {
    margin: 30px auto;
}

.despre-noi .section-description {
    margin: auto;
    color: #fff;
    text-align: justify;
}

.despre-noi .col-img .module-image {
    height:100%;
    display:flex;
}

.despre-noi .col-img .module-image img {
    margin:auto;
}

.col-despre {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.col-despre .module-text {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.col-despre .module-text p {
    text-align:justify;
}

.col-despre.col-text .module-text:after {
    display: block;
    position: absolute;
    content :"";
    background: #000;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: 0;
}

.col-despre.col-text.col-right .module-text:after {
    right: auto;
    left: 0;
}

.col-despre.col-left {
    padding-left: 30px;
}

.col-despre.col-right {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .col-despre.col-right {
        padding-right: 15px;
    }
    .col-despre.col-left {
        padding-left: 15px;
    }
    .col-img.col-left {
        order: 2;
    }
}

/* ------------------------------ INFO DREAPTA ------------------------------ */


#info-right-hide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 25%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-left: 1px solid #ffffff14;
    z-index:-10;
}

.info-right-hide .row-content {
    position:relative;
    margin:auto;
    padding:0;
}

.info-right-hide #close {
    position: absolute;
    left: -90px;
    top: -170px;
    color: #fff;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    transform: rotate(-90deg);
}

.info-right-hide .close-container:after {
    content: "";
    padding: 10px;
    position: absolute;
    left: 0px;
    top: 15px;
    padding-right: 70px;
}

.close-container{
  position: relative;
  margin: auto;
  width: auto;
  height: 50px;
  cursor: pointer;
}

.leftright{
  height: 2px;
  width: 25px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 2px;
  width: 25px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close{
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(135deg);
  background-color: #fff;
}

.close-container:hover .rightleft{
  transform: rotate(-135deg);
  background-color:#fff;
}

.info-right-hide #close p {
    margin:auto;
    padding-left:35px;
}

.info-right-hide .content .page-link {
    background: none;
    border: none;
    list-style: none;
    margin:auto;
}

.info-right-hide .content .page-link .item {
    text-align: right;
    margin: 2em 2em 2em auto;
}

.info-right-hide .content .page-link .item:last-of-type {
    margin-bottom:auto;
}

.info-right-hide .content .page-link .item a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 70%;
}

.info-right-hide .content .page-link .item a:hover {
    text-decoration:none;
    opacity:100%;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    cursor: pointer;
}

.info-right-hide .content .page-link .item #phone {
    flex-direction: row;
    width: fit-content;
    margin: auto;
    display: inline-flex;
    align-items: center;
}

.info-right-hide .content .page-link .item #phone img {
    height:15px;
}

.info-right-hide .content .page-link .item #phone a {
    color: #fff;
    font-size: 18px;
    margin: auto;
    margin-left: 12px!important;
    text-align: justify;
}

.info-right-hide .content .page-link .item #phone a:hover {
    text-decoration:none;
}

.info-right-hide .content .line {
    width:80%;
    margin: 30px auto;
    height:1px;
    background-color:#ffffff14;
}

.info-right-hide .social-media {
    display: flex;
    margin: auto;
    align-items: center;
    flex-flow: column;
}

.info-right-hide .social-media img {
    height: 30px;
}

.info-right-hide .content .social-links {
    display: flex;
    margin: auto 3em auto auto;
    align-items: center;
}

.info-right-hide .content .social-links a svg {
    width: 20px;
    margin: 10px;
    height:auto;
}


/* ------------------------------------------------------------ CONTACT ------------------------------------------------------------ */ 

.contact-us-section {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    overflow: auto;
}

#contact-us-section {
    /*pentru poza /uploads/background/despre-ers-2.jpg*/
    background-position: left;
    max-width: 800px;
}


.contact-us-section::-webkit-scrollbar
{
    width: 5px;
    background-color: #ffffff14;
    border-radius: 10px;
}

.contact-us-section::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    background-color: #fff;
}

#contact-us-section {
    height:initial;
    margin: 120px auto auto auto;
}


.contact-section img,
.contact-section svg {
    width: 60px;
    height: auto;
} 
.contact-section {
    text-align: center;
}
.contact-section #mail,
.contact-section #phone {
    margin-bottom: 30px;
}

form .form-group {
    margin: auto;
}

form .form-group:nth-last-of-type(2) {
    max-width:100%!important;
}

form .mail, form .mesaj {
    max-width:100%!important;
    margin-top:30px;
}

form .form-group label {
    color:#fff;
    padding:3px 0;
}

form .form-group .col-12 {
    padding:0;
}

form .form-group input {
    background-color:transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: calc(1em + .75rem + 2px);
    color:#fff;
}

form .form-group input:focus {
    background:transparent;
    color:#fff;
    outline:none;
    border-color:#fff;
    box-shadow:none;
}

form .form-group textarea {
    background-color:transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color:#fff;
    padding: .375rem .75rem!important;
    margin-top: 0;
}

form .form-group textarea:focus {
    background:transparent;
    color:#fff;
    outline:none;
    border-color:#fff;
    box-shadow:none;
}

form .form-group .acceptance input {
    height:auto;
}

form .form-group .acceptance .checkbox-text {
    width:100%;
    color:#fff;
}

form .form-group .acceptance .checkbox-text a {
    font-weight:700;
    color:#fff;
}

form .form-group button {
    background-color: #ffffff1f;
    border-color: #fff;
    padding: 10px 40px;
    margin-top: 20px;
}


.cc-window {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    z-index: 20000;
    background: #000;
    text-align: center;
    color: #fff;
}

.cc-window .cc-compliance {
    display:inline-block;
    margin-left: 1rem;
}

.cc-window span {
    font-weight:100;
}

.cc-window span a {
    color:#fff;
    font-weight:700;
}

.cc-window span a:hover {
    text-decoration:none;
}


/* ------------------------------ FOOTER ------------------------------ */


footer {
    position:fixed;
    background:none;
    bottom:0;
    width:100%;
    padding:0 40px 10px;
}

footer .container-fluid {
    display:none;
}

footer .social-link {
    display:flex;
}

footer .social-link a {
    cursor:pointer;
}

footer .social-link img {
    height:30px;
    margin: auto 45px;
    width: auto;
    opacity:60%;
}

footer .social-link img:hover {
    opacity:100%;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

footer .copywrite p{
    text-align:right;
    font-size:10px;
    text-transform: uppercase;
    letter-spacing:3px;
}

footer .copywrite a {
    cursor: pointer;
    font-size: 10px;
    font-weight: 100;
    margin-right: 40px;
}

.bg-blur:first-of-type {
    position:relative;
    z-index:1;
}

.bg-blur:first-of-type:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    z-index: -1;
    top: 0;
    position: fixed;
}


/* ------------------------------------------------------------ MEDIA QUERY ------------------------------------------------------------ */


@media only screen and (max-width: 1600px) {
    
    
    .navbar .dot, .dot:before, .navbar .dot:after {
        width:8px;
        height:8px;
    }
    
    .navbar .dot:before {
        left:12px;
    }
    
    .navbar .dot:after {
        right:12px;
    }
    
    .section-background .text-rotate-left .second-text {
        font-size:40px;
        line-height: initial;
    }
    
    .section-background .text-rotate-left .text-hover, .section-background .text-rotate-right .text-hover {
        height: auto;
    }
    
    .section-background .text-rotate-left .first-text, .section-background .text-rotate-right .first-text {
        font-size: 20px;
        line-height: initial;
    }
    
    .section-background .text-rotate-right .second-text {
        font-size:40px;
        line-height: initial;
    }
    
    .section-hide-portfolio #text-rotate-left .text-left .first-text {
        font-size:20px;
        margin-left: 220px;
    }
    
    .section-hide-portfolio #text-rotate-left .text-left .second-text {
        font-size:40px;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .first-text {
        font-size:20px;
        top:0px;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .second-text {
        font-size:40px;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .line-bg {
        top:5px;
    }
    
    .section-hide-contact #text-rotate-left .text-left .first-text {
        font-size:20px;
        margin-left: 220px;
    }
    
    .section-hide-contact #text-rotate-left .text-left .second-text {
        font-size:40px;
    }
    
    .section-hide-contact #text-rotate-right .text-right .first-text {
        font-size:20px;
        top:0px;
    }
    
    .section-hide-contact #text-rotate-right .text-right .second-text {
        font-size:40px;
    }
    
    .section-hide-contact #text-rotate-right .text-right .line-bg {
        top:5px;
    }


    #info-right-hide  {
        background: #181818;
    }
    
}

@media (max-height: 800px) {
    .info-right-hide #close {
        top: 0;
    }
}


@media (max-width: 767px) {

    #main-navbar .logo {
        max-height: 40px;
    }
    .navbar .navbar-brand {
        margin: 0;
    }

    #info-right-hide  {
        width: 80%;
        min-width: 300px;
        max-width: 100%;
        background: #181818;
    }

    .info-right-hide #close {
        top: 60px;
        background: #181818;
        padding: 0px 38px;
    }

    .info-right-hide #close p {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .navbar .navbar-collapse {
        top: 28px;
        right: 40px;
    }

    .portfolio .video-gallery .gallery-item {
        width: 100%;
        margin: 0;
    }

    .section-hide-portfolio .video-block #play {
        align-self: end;
        margin: 0;
    }
    .section-hide-portfolio .video-block #playlist {
        margin-top: 30px;
    }
    
    .section-hide-portfolio .video-tab iframe {
        min-height:auto;
    }
    
    .portfolio-content, .contact-content {
        background: #000;
    }
    .section-hide-portfolio .portfolio-content .open-new-portfolio {
        bottom: 30px;
    }

    .section-hide-contact .content .row:first-of-type,
    .section-hide-portfolio .content .row:first-of-type {
        max-width: 100%;
    }
    .section-hide-portfolio .video-tab .nav-tabs li a .post-thumbnail {
        display: none;
    }

    .contact-section img,
    .contact-section svg {
        width: 30px;
    }
    .contact-section #mail {
        margin-right: 30px;
    }
    .contact-section #mail,
    .contact-section #phone,
    .contact-seciton #social-media {
        display: inline-block;
        margin-bottom: 0;
    }
    .contact-section #social-media {
        margin-top: 30px;
        margin-bottom: 30px;
    }



}



@media only screen and (max-width: 425px) {
    
    .section-background .text-rotate-left .text-hover, .section-background .text-rotate-right .text-hover {
        transform:revert;
    }
    
    .section-background .text-rotate-left .first-text, .section-background .text-rotate-right .first-text {
        left:-7%;
        opacity: 100%!important;
    }
    
    .section-background .text-rotate-left .second-text, .section-background .text-rotate-right .second-text {
        left:7%;
        opacity: 100%!important;
    }
    
    .section-background .text-rotate-left .first-text {
        left: -20px !important;
        
    }
    .section-background .text-rotate-left .second-text {
        left: 0 !important;
    }
    
    .section-background .text-rotate-left .text-hover {
        bottom:90px;
    }
    
    .section-background .text-rotate-right .text-hover {
        top:50px;
    }
    
    .section-hide-portfolio {
        padding:0;
    }
    
    .section-hide-portfolio #text-rotate-left {
        display:none;
    }
    
    .section-hide-portfolio .portfolio-content {
        background: #000000c7;
        max-width: 70%;
        padding: 0;
    }
    
    .section-hide-portfolio .portfolio-content #play {
        margin: auto;
        margin-bottom: 60px;
        top:-30px;
    }
    
    .section-hide-portfolio .video-block #playlist {
        height: 200px;
        margin: 0;
        top:-30px;
    }
    
    .section-hide-portfolio .video-tab .nav-tabs {
        overflow: hidden;
        overflow-y: scroll!important;
        outline: none;
        height: 200px;
        margin: auto;
    }
    
    .section-hide-portfolio .portfolio-content .open-new-portfolio {
        bottom: 15%;
        margin: auto;
        width: fit-content;
        display: flex;
        font-size: 12px;
        padding-left: 15px;
    }
    
    .section-hide-portfolio #text-rotate-right {
        margin: auto;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .first-text {
        font-size: 24px;
        top: -40px;
        left: 280px!important;
        opacity: 100%!important;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .second-text {
        top: 20px;
        font-size: 32px;
        opacity: 100%!important;
        left:130px!important;
    }
    
    .section-hide-portfolio #text-rotate-right .text-right .line-bg {
        top:-35px;
        opacity: 100%!important;
    }
    
    .section-hide-contact {
        padding:0;
    }
    
    .section-hide-contact #text-rotate-left {
        display:none;
    }
    
    .section-hide-contact .contact-content {
        background: #000000c7;
        max-width: 70%;
    }
    
    .section-hide-contact #text-rotate-right {
        margin: auto;
    }
    
    .section-hide-contact #text-rotate-right .text-right .first-text {
        font-size: 20px;
        top: -50px;
        left: 280px!important;
        opacity: 100%!important;
    }
    
    .section-hide-contact #text-rotate-right .text-right .second-text {
        top: 5px;
        font-size: 36px;
        opacity: 100%!important;
        left:130px!important;
    }
    
    .section-hide-contact #text-rotate-right .text-right .line-bg {
        top:-50px;
        opacity: 100%!important;
    }
    
    .section-background-video:after {
        content: '';
        background-color: #000000a6;
        padding: 100%;
        width: 100%;
        height: 100%;
        z-index: -9;
        position: absolute;
    }
    
    .section-hide-portfolio .video-tab .nav-tabs li a p {
        margin: auto;
    }

    .section-hide-portfolio .video-tab .nav-tabs li {
        min-height: auto;
        margin: 20px auto;
    }
    
    #circle {
        display:none;
    }
    
    .portfolio .section-header {
        margin-top:50px;
    }
    
    .portfolio .section-header-underline {
        width:100%;
    }
    
    .portfolio .section-description {
        font-size:14px;
    }
    
    .portfolio .video-gallery .gallery-item {
        max-width: 100%;
        margin: auto auto 20%;
        max-height: 200px;
        min-width: 100%;
    }
    
    .portfolio .video-gallery .gallery-item img {
        transform: initial;
        width: 100%;
        height: auto;
    }
    
    .portfolio .video-gallery .gallery-item .gallery-item-caption {
        height: fit-content;
        text-align: center;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    
    .portfolio .video-gallery .gallery-item h2 {
        font-size:24px;
        padding:0;
        pointer-events: none;
    }
    
    .portfolio .video-gallery .gallery-item p {
        display:none;
    }
    
    footer {
        padding:0!important;
    }
    
    .page-id-1 footer {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    
    .page-id-2 footer {
        background-color:#000;
        z-index: 10;
    }
    
    .portfolio .big-portfolio-content {
        margin-bottom:40%;
    }
    
    .portfolio .video-gallery .gallery-item:last-of-type {
        margin-bottom:0;
    }
    
    .despre-noi .section-header {
        margin-top:50px;
    }
    
    #despre-noi {
        margin-bottom:30%;
    }
    
    .page-id-3, .page-id-4 {
        overflow:scroll;
    }
    
    footer .row {
        display:flex;
        flex-direction:column;
        margin:auto;
    }
    
    footer .social-link {
        padding:0;
        height:fit-content;
        margin:auto;
        width:100%;
        margin-bottom: 20px;
    }
    
    footer .social-link a {
        margin:auto;
    }
    
    footer .social-link a img {
        height:24px;
    }
    
    footer .copywrite {
        padding:0;
        line-height:20px;
        width:100%;
        display:flex;
        margin:auto;
        max-width:100%;
    }
    
    footer .copywrite p {
        margin:auto;
        font-size:6px;
        margin-right:10px;
        font-weight: 100;
    }
    
    footer .copywrite p a {
        font-size:6px;
    }
    
    .section-hide-contact .contact-content .content {
        overflow:scroll;
        padding-top:6em;
        padding-bottom:3em;
    }
    
    .section-hide-contact .contact-content .content .contact-form {
        padding:0;
        margin-top: 40px;
    }
    
    form .form-group .acceptance .checkbox-text {
        font-size:12px;
    }
    
    form .form-group button {
        padding:5px 20px;
    }
    
}


@media only screen and (min-width: 426px) and (max-width:767px) {
    
    .portfolio .section-header {
        margin-top:50px;
    }
    
    .portfolio .section-header-underline {
        width:100%;
    }
    
    .portfolio .section-description {
        font-size:14px;
    }
    
    .portfolio .video-gallery .gallery-item {
        max-width: 100%;
        margin: auto auto 20%;
        max-height: 200px;
        min-width: 100%;
    }
    
    .portfolio .video-gallery .gallery-item img {
        transform: initial;
        width: 100%;
        height: auto;
    }
    
    .portfolio .video-gallery .gallery-item .gallery-item-caption {
        height: fit-content;
        text-align: center;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    
    .portfolio .video-gallery .gallery-item h2 {
        font-size:24px;
        padding:0;
    }
    
    .portfolio .video-gallery .gallery-item p {
        display:none;
    }
    
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    
    .portfolio .section-header {
        margin-top:50px;
    }
    
    .portfolio .section-header-underline {
        width:100%;
    }
    
    .portfolio .video-gallery .gallery-item {
        width: 100%;
        max-width: 100%;
    }
    
    .portfolio .video-gallery .gallery-item img {
        max-width: 100%;
        transform: initial;
        height: auto;
    }
    
}








