body {
    font-family: IBM Plex Mono, sans-serif;
    background: linear-gradient(250.59deg, #EDDCD3 40%, white 53.53%, #D5F7EB 25.52%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar {
    backdrop-filter: blur(20px);
    overflow: hidden;
    width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
  flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:0px 20px;
    z-index: 1000;

}
.navbar a {
    display: block;
    color: #A34414;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
     text-transform: uppercase;
     font-size: 40px;


}
.navbar a:hover {
    background-color: #F59767;
}
.log h2{
   font-size: 25px;
    color: #A34414;text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin:0 20px;
    letter-spacing: 1px;
    text-shadow: 0 .5rem 1rem black;
    margin-top: 100px; 
}
.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
   margin-top: 160px;
    text-align: center;
}
.section:nth-child(even) {
    flex-direction: row-reverse;
}
#ch1 {
    display: none;
}
#ch1:checked ~ .unu {
    display: block;
}
#ch2 {
    display: none;
}
#ch2:checked ~ .doi {
    display: block;
}
#ch3 {
    display: none;
}
#ch3:checked ~ .trei {
    display: block;
}
#ch4 {
    display: none;
}
#ch4:checked ~ .patru {
    display: block;
}
#ch5 {
    display: none;
}
#ch5:checked ~ .cinci {
    display: block;
}
#ch6 {
    display: none;
}
#ch6:checked ~ .sase {
    display: block;
}
#ch7:checked ~ .sapte {
    display: block;
}
#ch8:checked ~ .opt {
    display: block;
}

label {
    display: inline-block;
    cursor: pointer;
    color: black;
    background-color: #F59767;
    padding: 5px 13px;
    border-radius: 8px;
    margin-top: 12px;
}
.unu, .doi, .trei, .patru, .cinci, .sase, .sapte, .opt{
    display: none;
    color: black;font-size: 20px;
    font-size: 25px;
    text-align: center;
    padding: 0 20px;
    font-weight: 300;
    font-family: Darker+Grotesque;
    letter-spacing: 1px;
    position: relative;
}
.title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    color: #d9883b;
}
.content, .media {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #F0641A;
    border-radius: 10px;
}
.content {
   
}
.content h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: black; filter: drop-shadow(5px 5px 5px #F0641A);
       -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke:1px black;
}
.media {
    border: 2px solid #F0641A;
    border-radius: 10px;
}
.media video {
    border-radius: 10px;
    filter: drop-shadow(10px 10px 5px #E2A9F3);
}
.content p, .media img, .media video {
    transition: transform 0.3s;
}
.content p:hover, .media img:hover, .media video:hover {
    transform: scale(1.1);
}





@media (max-width: 768px) {
    .section {
        flex-direction: column;
    }
    .media {
        margin: auto;
    }
}
@media (max-width: 700px) {
    .section {
        flex-direction: column !important;
        margin: auto;
    }
    .content, .media {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }
    .media img, .media video {
        max-width: 100%;
        height: auto;
    }
    .content h2{
        font-size: 30px;
    }
}



/*dragon*/
.dragon{
    
 position: relative;
    width: 100%;
    height: 100%;    
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel {
    height: 100vh;
    padding: 0 10%;
    overflow: hidden;
    width: 100%;
}

.carousel .box-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.box-info{
    width: 100%;
    height: auto;
}
.box-info .list-info {
    transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.list-info .info {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 700px;
    max-width: 700px;


 

}

.info .heading {
    font-size: 30px;
    line-height: 1;
}

.info .text {
    font-size: 16px;
    margin: 20px 0;
    height: auto;
}
.info h2{
    font-size: 40px;
    text-transform: uppercase;
}

.info .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    margin-left: 250px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.carousel .list-img {
    height: 100%;
    transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.list-img .item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.item img {
    position: absolute;
    right: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}
.item video{
    width: 600px;
    position: absolute;
    right: 0;
    pointer-events: none;
     animation: 5s anna infinite;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
}





@keyframes anna  {

   0%, 100% {border-radius:10px }

   50%{ border-radius: 240px}

}


.navigation {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.navigation span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    margin: 0 10px;
    font-size: 55px;
    color: #fff;
    z-index: 1000;
}
.bg-box{
    height: 100vh;
}
.bg-box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bg-box .bg:nth-child(1) {

    background: linear-gradient(360deg, #2E9AFE, #2EFEF7);
}

.bg-box .bg:nth-child(2) {
    background: linear-gradient(360deg, #550802, #f40401);
}

.bg-box .bg:nth-child(3) {
    background: linear-gradient(360deg, #696901, #ffff03);
}

.bg-box .bg:nth-child(4) {
    background: linear-gradient(360deg, #823043, #fac0cb);
}

.bg-box .bg:nth-child(2),
.bg-box .bg:nth-child(3),
.bg-box .bg:nth-child(4) {
    clip-path: circle(0% at 50% 50%);
}

.bg-box .bg:nth-child(2).active,
.bg-box .bg:nth-child(3).active,
.bg-box .bg:nth-child(4).active {
    clip-path: circle(75% at 50% 50%);
}




