/*Venatores Styles

1. Body & General
2. Containers Stanga (.container)
3. Containers Dreapta (.container-blog)
4. Responsive Containers (toate)
5. Butoane Anotimpuri
6. Menu
7. Snow
8. Animations */

/*1. Body & General*/

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Courgette", sans-serif;
       /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
     display: none;
}

img {
    width: 100%;
    transition-duration: .3s;
    max-width: 100%;
    display:block;
    overflow:hidden;
    cursor:pointer;
}

svg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.scrollElement {
    position: absolute;
    height: 6000px;
    width: 100px;
    top: 0;
    z-index: 0;
} 

/* 2. Containers Stanga */

.container-all>* {
    flex: 1 1 50%; /*grow | shrink | basis */
    height: 100px;
}

.container {
    width: calc(33% - 6px);
    overflow: hidden;
    height: fit-content;
    margin: 5%;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    border-radius: 16px;
    filter: drop-shadow(2px 1px 2px black);
}

.title {
    position:absolute;
    display: block;
    cursor:pointer;
    top: 85%;
    /*display: none;*/
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.text {
    position:absolute;
    top: 70%;
    cursor:pointer;
    max-width: 80%;
    text-align:center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 0.8em;
    display:none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%) 
}

.container:hover {
    /*transform: scale(95%);*/
    transform: scale(1.2);
    transition-duration: .3s;
    /*filter: grayscale(50%);*/
    filter: drop-shadow(0 0 0.75rem white);
    opacity: 1;
    right: -10%; 
}

.container:hover img{
    transform: scale(1.3);
    transition-duration: .3s;
    /*filter: grayscale(50%);*/
    filter: saturate(3);
    opacity: 1;
}

.container:hover span{
    color: white;
    display: block;
    transition-duration: .3s;
} 

@media only screen and (max-width: 800px) {
    .container:hover span{
        font-size: smaller;
    }
    .title {
        font-size: smaller;
    }
}
  @media only screen and (max-width: 900px) {
    .container {
        width: calc(50% - 6px);
    }
}
  @media only screen and (max-width: 400px) {
    .container {
        width: 100%;
    }
}

/*3. Containers Dreapta (.container-blog)*/

/*
.containerblog-all>* {
    flex: 1 1 50%; /*grow | shrink | basis 
    height: 100px;
} 
*/

.containerblog {
    width: calc(66% - 6px);
    overflow: hidden;
    height: fit-content;
    margin: 5%;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    border-radius: 30px;
    margin-right: 3vw;
}
 
.containerblog {
    filter: drop-shadow(2px 1px 2px black);
}
 
.containerblog:hover {
    /*transform: scale(95%);*/
    transform: scale(1.05);
    transition-duration: .3s;
    /*filter: grayscale(50%);*/
    filter: drop-shadow(0 0 0.75rem white);
    opacity: 1;
    /*right: -15%;*/
}

.containerblog:hover img {
    transform: scale(1.05);
    transition-duration: .3s;
    /*filter: grayscale(50%);*/
    /*filter: saturate(2);*/
    filter: invert(1);
    opacity: 1;
}

.containerblog:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
}

/* 4. Responsive Containers (toate) */

/*A. MOBILE*/
@media only screen and (max-width: 800px) {
    .navopacmenu {
        display: none;
   }
    .navopac{
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 3;
   }
  .logo {
       position: -webkit-sticky;
       position: absolute;
       top: -150px;
       left: -2%;
       padding: 5px;
       transform: scale(0.25);
       z-index: 8;
       filter: drop-shadow(5px 6px 4px #5c5c5c);
       margin-top: 3%;
   }
   .container-all{
       position: fixed;
       padding: 5px;
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       width: 30%;
       left: 1vh;
       top: 10vh;
       height: auto;
       z-index: 2;
       border-radius: 16px;
       box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
       backdrop-filter: blur(5px);
       -webkit-backdrop-filter: blur(5px);
       border: 1px solid rgba(255, 255, 255, 0.3);
   }
   .containerblog-all{
       position: absolute;
       padding: 0;
       display: flex;
       flex-direction: column;
       flex-wrap: nowrap;
       width: 270px;
       left: 30vw;
       top: 100px;
       height: auto;
       z-index: 2;
       align-content: center;
       justify-content: center;
       align-items: flex-end;
       filter: drop-shadow(2px 1px 2px black);
   }
}

/*B. DESKTOP */
@media only screen and (min-width: 801px) {
  .navopac {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100px;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 3;
   }
  .navopacmenu {
       margin: 0;
       display: flex;
       justify-content: center;
   }
  .navopacmenu a {
       color: white;
       text-decoration: none;
   }
  .navopacmenu li {
       list-style: none;
       padding: 10px;
       margin: 25px;
       font-size: larger;
       border-radius: 16px;
   }
  .navopacmenu li:hover {
       background-color: #FFFFFF44;
   }
  .logo {
       position: -webkit-sticky;
       position: fixed;
       padding: 5px;
       z-index: 4;
       filter: drop-shadow(5px 6px 4px #5c5c5c);
       width: 400px;
       border-radius: 16px;
       box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
       backdrop-filter: blur(5px);
       -webkit-backdrop-filter: blur(5px);
       border: 1px solid rgba(255, 255, 255, 0.3);
   }
  .logo img {
       width: 200px;
       height: auto;
       margin-left: 25%;
   }
   .container-all{
       position: fixed;
       padding: 5px;
       display: flex;
       flex-direction: row;
       flex-wrap: wrap;
       width: 10%;
       left: 3vw;
       top: 30vh;
       height: auto;
       z-index: 2;
       border-radius: 16px;
       box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
       backdrop-filter: blur(5px);
       -webkit-backdrop-filter: blur(5px);
       border: 1px solid rgba(255, 255, 255, 0.3);
   }
   .containerblog-all{
       position: absolute;
       top: 15vh;
       left: 65vw;
       padding: 0;
       display: flex;
       flex-direction: column;
       flex-wrap: nowrap;
       width: 650px;
       height: auto;
       z-index: 2;
       align-content: center;
       justify-content: center;
       align-items: center;
       filter: drop-shadow(2px 1px 2px black);

   }
  
}

/*C CONTAINER DETALII */

/*c1 Desktop */
@media only screen and (min-width: 801px) {
.container-details {
       position: fixed;
       top: 15vh;
       left: 23vw;
       padding: 0;
       display: flex;
       flex-direction: row;
       flex-wrap: nowrap;
       width: 800px;
       height: auto;
       z-index: 2;
       align-content: center;
       justify-content: center;
       align-items: center;
       filter: drop-shadow(2px 1px 2px black);
       border: solid 1px #256329ad;
       border-radius: 5%;
       box-shadow: 1px 1px 1px #5b5e46;
       backdrop-filter: saturate(1.6);
       
       
 }
}

.container-details-row {
    position: relative;
}

/* c2 Mobile */

/* c3 children */ 
.container-content {
    width: calc(90% - 6px);
    overflow: hidden;
    height: fit-content;
    margin: 5%;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 2px black);
    
    
}
.container-content:hover {
    transform: scale(1.5);
    transition-duration: .3s;
    filter: drop-shadow(0 0 0.75rem white);
    opacity: 1;
    z-index: 5;
}

.container-content:hover img {
    transform: scale(1);
    transition-duration: .3s;
    filter: saturate(1.3);
    opacity: 1;
    
}

.container-content:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
}
/* c4 close detalii */
.container-details-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -1%;
    left: 97%;
    margin: 1%;
    margin-bottom: 5px;
    background: transparent;
    z-index: 4;
}

.buton-details-close {
    position: absolute;
    margin-left: 1%;
    margin-top: 1%;
    border: 1px solid #fff0;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0.5rem 0.7em;
    background-color: #86ceff;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all .3s;
    z-index: 11;
    filter: drop-shadow(2px 4px 2px #5c5c5c);
    
}
/*nu pleca!*/
.container-details-nu-pleca {
       position: fixed;
       top: 15vh;
       left: 23vw;
       padding: 0;
       display: none;
       flex-direction: row;
       flex-wrap: nowrap;
       width: 800px;
       height: auto;
       z-index: 20;
       align-content: center;
       justify-content: center;
       align-items: center;
       filter: drop-shadow(2px 1px 2px black);
       border: solid 1px #256329ad;
       border-radius: 5%;
       box-shadow: 1px 1px 1px #5b5e46;
       backdrop-filter: saturate(1.6);
       
 }

.container-content-nu-pleca {
    width: calc(90% - 6px);
    overflow: hidden;
    height: fit-content;
    margin: 5%;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 2px black);
    
    
}
.container-content-nu-pleca:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    filter: drop-shadow(0 0 0.75rem white);
    opacity: 1;
    z-index: 5;
}

.container-content-nu-pleca:hover img {
    transform: scale(1);
    transition-duration: .3s;
    filter: saturate(1.3);
    opacity: 1;
    
}

.container-content-nu-pleca:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
} 

.title-nu-pleca {
    position:absolute;
    display: block;
    cursor:pointer;
    top: 85%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.8em;
    color: white;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.text-nu-pleca {
    position:absolute;
    top: 70%;
    cursor:pointer;
    max-width: 80%;
    text-align:center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 2em;
    display:none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%) 
}

/*5. Butoane Anotimpuri*/
.containerbutoane {
    position: fixed;
    bottom: 1%;
    right: 10px;
    margin-bottom: 5px;
    width: 180px;
    height: 180px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 4;
}
  
.btn {
    position: absolute;
    margin-left: 20%;
    margin-top: 67%;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0.5rem 0.7em;
    background-color: transparent;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all .3s;
    z-index: 11;
    width: 110px;
    filter: drop-shadow(2px 4px 2px #5c5c5c);
    background: #8a6e95;
}
  
.butonvara {
    position: absolute;
    margin-left: 20%;
    margin-top: 37%;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0.5rem 0.7em;
    background-color: #87ba4b;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all .3s;
    z-index: 11;
    width: 110px;
    filter: drop-shadow(2px 4px 2px #5c5c5c);
}
  
.butonvara:hover {
    background: #ffc400;
    color: #1B1734;  
}
  
.butoniarna {
    position: absolute;
    margin-left: 20%;
    margin-top: 7%;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0.5rem 0.7em;
    background-color: #00b3ec;
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all .3s;
    z-index: 11;
    width: 110px;
    filter: drop-shadow(2px 4px 2px #5c5c5c);
}
  
.butoniarna:hover {
    background: #ffffff;
    color: #1B1734; 
}
  
.btn_works {
    left: 100px;
    right: unset;
    text-decoration: none;
}
  
.btn:hover {
    background: #ffc400;
    color: #1B1734;
}

/*6. Menu*/
#menuToggle {
    display: block;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 5;
    -webkit-user-select: none;
    user-select: none;
}
   
#menuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}
   
#menuToggle a:hover {
    color: green;
}
   
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; 
    z-index: 5; 
    -webkit-touch-callout: none;
}
   
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 33px;
    z-index: 4;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}
   
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
   
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
   
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}
   
#menuToggle input:checked ~ span:nth-last-child(3)  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
   
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
   
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #302a53;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    border-radius: 20px;
}
   
#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

/*7. Snow*/

.snow {
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}

/*8. Animations*/

/*Animations*/

#container1 {
  transform: translateX(-150%);
  animation-name: container1-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes container1-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#container2 {
  transform: translateX(-150%);
  animation-name: container2-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 300ms;
  animation-fill-mode: forwards;

}

@keyframes container2-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#container3 {
  transform: translateX(-150%);
  animation-name: container3-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 600ms;
  animation-fill-mode: forwards;

}

@keyframes container3-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#container4 {
  transform: translateX(-150%);
  animation-name: container4-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 900ms;
  animation-fill-mode: forwards;

}

@keyframes container4-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#container5 {
  transform: translateX(-150%);
  animation-name: container5-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 1200ms;
  animation-fill-mode: forwards;

}

@keyframes container5-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#container6 {
  transform: translateX(-150%);
  animation-name: container6-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 1500ms;
  animation-fill-mode: forwards;

}

@keyframes container6-load {
  0% {
      transform: translateX(-100%);
  }
  
  90% {
      transform: translateX(1%);
  }
  
  100% {
      transform: translateX(0);
  }
}

#containerblog1 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog1-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog1-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}

#containerblog2 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog2-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog2-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}

#containerblog3 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog3-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog3-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}


#containerblog4 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog4-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog4-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}

#containerblog5 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog5-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog5-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}

#containerblog6 {
  
  filter: opacity(0);
  transform: translateX(10%);
  animation-name: containerblog6-load; 
  animation-duration:1000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 100ms;
  animation-fill-mode: forwards;

}

@keyframes containerblog6-load {
  0% {
      filter: opacity(0);
      transform: translateX(10%);
  }
  
  100% {
      filter: opacity(1);
      transform: translateX(0);
  }
}

#detalii-ciucas-2021 {
  transform: translateY(-150%);
  animation-name: show-detalii-ciucas-2021-load; 
  animation-duration:2000ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 1ms;
  animation-fill-mode: forwards;

}

@keyframes show-detalii-ciucas-2021-load {
  0% {
      transform: translateY(-150%);
  }
  
  90% {
      transform: translateY(5%);
  }
  
  100% {
      transform: translateY(0%);
  }
}

#hide-detalii-ciucas-2021 {
  transform: translateY(150%);
  animation-name: detalii-ciucas-2021-exit; 
  animation-duration:1500ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: 1ms;
  animation-fill-mode: forwards;

}

@keyframes detalii-ciucas-2021-exit {
  0% {
      transform: translateY(0%);
  }
  
  100% {
      transform: translateY(-150%);
  }
}


