body {
    color: #555555;
    padding: 0;
    margin: 40px 0px;
    font-size: 18px;
    overflow-x: hidden;   
    font-family: century-gothic, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: tenez, sans-serif;
}


h1{
    font-family: century-gothic, sans-serif;
    text-transform: uppercase;
    font-size:18px;
    letter-spacing: 2px;

}
.container{
    padding:0px 50px;

}

header nav ul{
    list-style:none;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding:0px;
}

footer{
    width: 100%;
    position: absolute;
    bottom:40px;
    text-align: left;
}

a{
    color:#333;
    text-decoration: none;
    transition:0.3s ease all;
}
a:hover{
    color:#000;
}

.social img{
    width:25px;
    height:25px;
    margin:auto 15px auto 0px;
    transition:0.3s all ease;
    opacity:0.15;
}


.social img:hover{
    opacity:1.0;
}

.tabs {
    position: relative;   
    clear: both;
    margin: 25px 0;
}
.tab {
    float: left;
}
.tab label {
    color:#ccc;
    padding: 0px 40px 0px 0px;
    position: relative;
    cursor:pointer;
    transition:0.5s ease all;
    line-height: 32px;
}
.tab [type=radio] {
    display: none;
    cursor:pointer;
    transition:0.3s ease all;   
}
.content {
    /* height: 12rem; */
    width:100%;
    height: calc(100vh - 250px);
    position: absolute;
    z-index: 1;
    top: 2.75em;
    right: 0;
    bottom: 0;
    padding: 0px 40px 0px 0px;
    background: #fff;
    opacity: 0;
    transition: all 0.35s;
    display: flex;
    justify-content: flex-end;
    overflow: scroll;

}

.gradient{
    position: absolute;
    width:100%;
    z-index: 99;
    pointer-events:none;
    bottom:100px;
    height:200px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

[type=radio]:hover + label {
    color:#000;
    text-decoration: underline;
}


[type=radio]:checked + label {
    background: #fff;
    color:#000;
    text-decoration: underline;
    border-bottom: 0;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
  }
  [type=radio]:checked + label + .content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
  }





ul.mega-list{
    list-style: none;
    padding:0px;
    margin:0px;
    text-align:right;
    margin-bottom:200px;

}

ul.mega-list li{
    padding:0px; 
}

/* .content.active ul.mega-list li{
    opacity:1;
} */

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: scale(0.6) translateY(-8px);
    }
    
    100% {
         opacity: 1;
    }
  }

/* ul.mega-list li {
    animation: animateIn 300ms ease-out;
} */

/* [type=radio]:checked + label + .content.active ul.mega-list li{
    animation: animateIn 300ms ease-out;

}

[type=radio]:checked + label + .content ul.mega-list li:nth-child(1) {
    animation-delay: 100ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(2) {
    animation-delay: 200ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(3) {
    animation-delay: 300ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(4) {
    animation-delay: 400ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(5) {
    animation-delay: 500ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(6) {
    animation-delay: 600ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(7) {
    animation-delay: 700ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(8) {
    animation-delay: 800ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(9) {
    animation-delay: 900ms;
}
[type=radio]:checked + label + .content ul.mega-list li:nth-child(10) {
    animation-delay: 1000ms;
} */



ul.mega-list li:last-child:after{
    content:'';
    height:200px;
    width:100%;
    position: relative;
    float:right;
}

ul.mega-list li a{
    position: relative;
    width:100%;
    float:left;
    padding:30px 0px;
    border-bottom:3px solid #eee;
}

ul.mega-list li a h2{
    font-weight: 400;
    text-transform: uppercase;
    font-size:60px;
    line-height: 60px;
    margin:0px;
}

ul.mega-list li a span{
    font-size:20px;
    font-weight: 600;
    font-family: century-gothic, sans-serif;
    line-height: normal;
    position: absolute;
    right:0px;
    top:calc(50% - 10px);
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity:0;
    transition:0.5s ease all;
    white-space: nowrap;
    transform:translateX(0px);
}

ul.mega-list li a:hover{
    color:#f2f2f2;
}

ul.mega-list li a:hover:after{
    content:'\2192';
    color:rgb(12, 183, 189);
    position: absolute;
    right:0px;
    top:35px;
    font-size:45px;
}

ul.mega-list li a:hover span{ 
    opacity:1;
    color:#000;
    transform:translateX(-100px);
}


@media (max-width:600px){
    .container{
        padding:0px 20px;
    }

    .content{
        overflow: visible;
        top:150px;
        padding:0px;
    }

    .gradient{
        display: none;
    }
  

    ul.mega-list li a h2{
        font-size:28px;
        line-height:28px;
        font-weight: 400;
        line-height: normal;
        margin:0px;
    }

    ul.mega-list li a span{
        position: relative;
        right:auto;
        top:auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity:1;
        transition:0.5s ease all;
        white-space: normal;
        transform:translateX(0px);
        font-size:14px;
        line-height: normal;
    }

    body{
        margin-top:80px;
    }

    footer{
        top:20px;
        bottom:auto;
        text-align:center;
    }
    
    
}