/*

  _____  _     _     _ _      _                 _       _____  _____ _____ 
 |  __ \(_)   | |   | | |    | |               | |     / ____|/ ____/ ____|
 | |__) |_  __| | __| | | ___| |__   ___   ___ | | __ | |    | (___| (___  
 |  _  /| |/ _` |/ _` | |/ _ \ '_ \ / _ \ / _ \| |/ / | |     \___ \\___ \ 
 | | \ \| | (_| | (_| | |  __/ |_) | (_) | (_) |   <  | |____ ____) |___) |
 |_|  \_\_|\__,_|\__,_|_|\___|_.__/ \___/ \___/|_|\_\  \_____|_____/_____/ 
 
*/
body {
	font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.titlehidden {
    display: none;
    font-size: 0px;
}
a {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
#wrapper {
    float: left;
    width: 100%;
}
.logo-title {
	display: none;
}
noscript, noscript iframe {
    display: none;
}
header {
    float: left;
    width: 100%;
    height: 106px;
    background: rgba(0,0,0,.75);
    position: relative;
}
.logo-container {
    float: left;
    margin: 19px 0 0 34px;
    position: relative;
    z-index: 100;
}
.logo-container img {
    width: 177px;
}
.logo-container a {
    float: left;
}
header nav {
    float: right;
}
nav a {
    color: #bbb;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px;
    line-height: 106px;
    float: left;
    position: relative;
    /* transition: .3s all linear; */
}
header nav a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    background: #01bfa3;
    /* transition: .3s all linear; */
}
header nav a.active::after, header nav a:hover:after {
    right: 0;
}
header nav a.signup-link, header nav a.highlight {
    background: #01bfa3;
    color: #fff;
}
header nav a.signup-link {
    margin-left: 10px;
}
section {
    float: left;
    width: 100%;
}
.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1600px;
}
p.tag {
    font-size: 14px;
    background: #eea910;
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 182px 0 0;
}
#home-featured p {
    float: left;
    clear: both;
    color: #fff;
}
#home-featured h2 {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-weight: 900;
    color: #fff;
    font-size: 90px;
    clear: both;
    line-height: 1;
    max-width: 750px;
}
span.nl {
	display: block;
}
#home-featured p.game-desc {
    max-width: 620px;
    margin: 24px 0 0 0;
    line-height: 1.5;
}
#home-featured p.game-date {
    background: url(../images/icon-clock.png) no-repeat left center;
    margin: 32px 0 0;
    padding: 0 0 0 40px;
    font-size: 21px;
    font-weight: 600;
}
.featured-buttons {
    float: left;
    width: 100%;
    margin: 57px 0 0;
}
.btn {
    float: left;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 15px 37px;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 28px 0 0;
}
.btn.btn-white {
    color: #52575c;
    background: #fff;
}
.featured-buttons a, #upcoming-games .btn {
    border: 2px solid #fff;
    transition: all .2s linear;
}
.featured-buttons a:hover, #upcoming-games .btn:hover {
    background: #01bfa3;
    border: 2px solid #01bfa3;
    color: #fff;
}
.popular-single .hover-btn {
    padding: 15px;
    border: 2px solid #eea910;
    transition: all .2s linear;
}
.vid-btn {
    border: 2px solid #01bfa3;   
    transition: all .2s linear; 
}
.vid-btn:hover {
    border: 2px solid #fff;
    background: none;
}
.popular-view-all a {
    transition: all .2s linear;
}
.popular-view-all a:hover {
    background: #eea910;
}
.popular-single .hover-btn:hover {
    background: none;
    border: 2px solid #fff;
}
section#home-featured {
    padding-top: 101px;
    margin-top: -105px;
    min-height: 750px;
    background-size: cover;
    background-position: center center;
}
.upcoming-left, .upcoming-right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.upcoming-left {
    padding-right: 1px;
}
.upcoming-right {
	padding-left: 1px;
}
.game-details {
    position: absolute;
    bottom: 13%;
    left: 12%;
    right: 12%;
}
.time-counter {
    background: rgba(255,255,255,.2);
    float: left;
    padding: 10px 31px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
}
.active-game {
    background: rgba(255,255,255,.2);
    float: left;
    padding: 10px 31px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
}
.game-details h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    float: left;
    width: 100%;
    margin: 23px 0 14px;
}
.game-details p {
    color: #fff;
    margin: 0 0 45px;
    float: left;
    width: 100%;
    line-height: 1.5;
}
.btn.btn-yellow {
    background: #eea90f;
    border-color: #eea90f;
}
#home-primary {
    background: none no-repeat center center;
    background-size: cover;
    margin: 0 0 2px;
}
#upcoming-games img {
    float: left;
    width: 100%;
}
.sec-title {
    color: #282730;
    text-align: center;
    font-size: 43px;
    font-weight: 900;
    margin: 100px 0 0;
}
.game-img {
    float: left;
    position: relative;
    transition: .2s all linear;
}
.game-img:hover {
    transform: scale(1.03);
    box-shadow: 0px 7px 5px 0px #9b9b99;
}
.popular-listing {
    float: left;
    width: 100%;
    margin: 55px 0 0 0;
}
.popular-listing img {
    height: 461px;
    width: 369px;
    object-fit: cover;
    float: left;
}
.popular-single p {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #363636;
    margin: 11px 0 0;
    float: left;
    width: 100%;
    line-height: 1.4;
}
.popular-single:nth-child(4n+1) {
    clear: both;
}
.slider-rating-outer {
    float: left;
    position: relative;
    background: url(../images/star-rating-bg.png) no-repeat;
    height: 14px;
    width: 82px;
}
.star-rating-outer {
    float: left;
    position: relative;
    background: url(../images/star-rating-bg.png) no-repeat;
    height: 14px;
    width: 82px;
    margin: 10px 0 0 0;
}
.star-rating {
    background: url(../images/star-rating.png) no-repeat;
    float: left;
    height: 14px;
}
.popular-single {
    float: left;
    width: 23%;
    margin: 0 1% 69px;
}
.game-img .hover {
    opacity: 0;
    background: rgb(54, 54, 54, .75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s all linear;
}
.hover-btns {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.hovemenu-link, .hover-btn {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
}
.hover-btn {
    display: block;
    padding: 19px;
    max-width: 130px;
    margin: 0 auto 40px;
    background: #eea910;
    border-radius: 5px;
}
.popular-single .hover-btn {
    margin: 0 auto;
}
.game-img:hover .hover {
	opacity: 1;
}
.popular-view-all {
    text-align: center;
    width: 100%;
    float: left;
    margin: 18px 0 0;
}
.popular-view-all a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #01bfa3;
    font-size: 16px;
    padding: 17px 48px;
    border-radius: 5px;
}
section#home-video {
    margin: 100px 0 0 0;
}
.video-left {
    float: left;
    width: 90%;
    background: #193938;
    margin: 54px 0 0 0;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 85px 44% 129px 110px;
    position: relative;
}
.vid-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin: 36px 0 0 0;
}
.vid-desc {
    color: #fff;
    font-size: 22px;
    margin: 32px 30px 0 0;
    line-height: 1.5;
}
.vid-btn {
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 45px;
    background: #01bfa3;
    border-radius: 5px;
    margin: 56px 0 0 0;
}
.vid-container {
    position: absolute;
    right: -136px;
    top: -27px;
    height: 638px;
    width: 52%;
    margin-top: 0;
    perspective: 1870px;
}
.vid-screen {
    transform: rotateY(-14deg);
    width: 100%;
    height: 100%;
    background: url(../images/video-screen.jpg) no-repeat;
    background-size: cover;
    border-radius: 10px;
    transition: .3s all linear;
}
.vid-play {
    background: url(../images/vid-play-btn.png) no-repeat;
    width: 82px;
    height: 58px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-31%) translateY(-68%);
}
footer {
    float: left;
    width: 100%;
    margin: 180px 0 0;
    background: #161616;
}
.footer-top, .footer-bottom {
	float: left;
	width: 100%;
}
.all-games {
    float: left;
    width: 100%;
}
#footer-nav {
    float: left;
    margin: 63px 0 0 0;
}
#footer-nav a {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px;
    border-right: 1px solid #707070;
    color: #a9a9a9;
}
#footer-nav > a:first-child {
	padding-left: 0;
}	
#footer-nav > a:last-child {
	border-right: none;
}	
#footer-nav a:hover {
	color: #01bfa3;
}
.social-links {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 58px 0 0 0;
}
.social-links li {
    float: left;
    margin-left: 37px;
}
.social-links li a {
    background: none no-repeat center center #707070;
    float: left;
    height: 28px;
    width: 28px;
    transition: .3s all linear;
}
.social-links li a.social-fb {
    background-image: url(../images/social-fb.png); 
}
.social-links li a.social-tw {
    background-image: url(../images/social-tw.png); 
}
.social-links li a.social-ln {
    background-image: url(../images/social-ln.png); 
}
.social-links li a:hover {
    background-color: #01bfa3;
}
.footer-bottom {
    margin: 53px 0 0;
    border-top: 2px solid #707070;
}
.footer-bottom {
    text-align: center;
    color: #a9a9a9;
    font-size: 14px;
    font-weight: bold;
    padding: 56px 0 67px;
}
.footer-bottom a {
	color: #a9a9a9;
	text-decoration: none;
	transition: .3s all linear;
}
.footer-bottom span.sep {
	display: inline-block;
	padding: 0 10px;
}
.footer-bottom a:hover {
    color: #01bfa3;
}
.vid-screen video {
    position: absolute;
    top: -90px;
    left: -320px;
    right: 0;
    height: 127%;
    object-fit: cover;
}
.vid-screen {
	overflow: hidden;
}
.vid-container.playing {
    overflow: hidden;
    border-radius: 10px;
}
.playing .vid-screen {
    overflow: hidden;
    transform: none;
}

.no-winners {
    text-align: center;
    padding: 30px 0;
}
.no-winners p {
    max-width: 420px;
    margin: 0 auto;
    line-height: 30px;
}

.section {
    float: left;
    width: 100%;
}
.footer {
    padding: 286px 0 0px 0;
}
/*.footer {
    background: url(https://www.riddlebook.com/assets-old/new-pages/images/footer.png) no-repeat top center;
    background-size: cover;
}*/
.footercover {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 45px;
}
.footercover {
    position: relative;
    margin-top: -85px;
}
.footerOne {
    float: left;
    background: url(../../../assets-old/new-pages/images/bor3.jpg) repeat-x bottom;
    width: 100%;
}
.footerLeftOne {
    display: inline-block;
    padding-bottom: 30px;
    float: left;
}
.footerRightOne {
    display: inline-block;
    float: left;
    border-left: 1px solid #5f6573;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
.footerRightTwo {
    display: inline-block;
    float: right;
    padding: 35px 0 0 0px;
}
.social_fb{
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin:0 16px;
    opacity: .3;
    transition: .3s all linear;
    background: url(../images/fb_icon.png) no-repeat center center;
}
.social_twitter{
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin:0 16px;
    opacity: .3;
    transition: .3s all linear;
    background: url(../images/twitter_icon.png) no-repeat center center;
}
.social_youtube{
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin:0 16px;
    opacity: .3;
    transition: .3s all linear;
    background: url(../images/youtube_icon.png) no-repeat center center;
}
.social_instagram{
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 16px;
    opacity: .3;
    transition: .3s all linear;
    background: url(../images/instagram_icon.png) no-repeat center center;
}
.social_fb:hover,
.social_twitter:hover,
.social_youtube:hover,
.social_instagram:hover{
    opacity: 1;
    transition: .3s all linear;
}
.footerRightOne p {
    color: #1e2332;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.footerRightOne p.made-with-txt {
    font-size: 15px;
    margin: 8px 0 0;
}
.footerRightOne span {
    color: #696f82;
}
.footerRightOne > p > span {
    color: #e30707;
    font-size: 23px;
    position: relative;
    top: 3px;
}
.footerTwo {
    float: left;
    width: 100%;
}
.footerTwoOne, .footerTwoTwo {
    float: left;
    width: 100%;
}
.menu1 {
    float: left;
    width: 100%;
    padding-top: 35px;
    text-align: center;
}
.menu1 ul, .menu2 ul {
    padding: 0;
    margin: 0;
}
.menu1 li, .menu2 li {
    list-style: none;
}
.menu1 li, .menu2 li {
    background: url(../../../assets-old/new-pages/images/bb.png) no-repeat right;
    padding: 0 20px;
    float: none;
    display: inline-block;
}
.menu1 li:nth-child(1), .menu2 li:nth-child(1) {
    padding-left: 0;
}
.menu1 li a, .menu2 li a, .menu2 li {
    color: #696f82;
    font-size: 17px;
    text-decoration: none;
    font-weight: 300;
    transition: .3s all linear;
}
.menu1 li a:hover, .menu2 li a:hover {
    color: #fff;
}
.menu1 li.last, .menu2 li.last {
    background: none;
}
.socialFooter {
    float: right;
    width: 12%;
    padding-top: 25px;
}
.menu2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.menu2 ul {
    margin: 0 auto;
    display: inline-block;
}
.footer {
    padding: 160px 0 0px 0;
    margin: 100px 0 0;
    background: #1d2331;
}
.container.containerfooter {
    max-width: 1230px;
}
.menu2 li:last-child {
    background: none;
}
#inner-page-wrapper {
    background: url(../images/page-banner.png) no-repeat center center;
    background-size: cover;
}
.inner-page-header {
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
}
.inner-page-header h1 {
    margin: 100px 0 0;
    font-size: 43px;
}
.inner-page-header p {
    max-width: 50%;
    margin: 30px auto 50px;
    line-height: 1.3;
    font-size: 22px;
}


section.welcomeSection {
    background: url('../images/bg1.jpg') no-repeat top right #fff;
    background-size: 1350px;
    padding: 50px 0 50px 0;
}


.welcomeNote h1 {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    margin: 50px 0 30px;
}

.welcomeNote p {
    font-size: 22px;
    line-height: 1.8;
}
.welcomeNote {
    padding-top: 100px;
}
h3 {
    color: #32802c;
    
    font-weight: 700;
    margin-bottom: 50px;
}


.privacy-policy h3 {
    margin: 30px 0 20px;
}
h3 {
    font-size: 22px;
}
.welcomeNote li {
    line-height: 1.6;
}
.mobileView{
    display: none;
}

#popular-games .popular-view-all .popular-single .hover-btn {
   
     border: 2px solid #01bfa3; 
    
}
#popular-games .popular-view-all .popular-single .hover-btn:hover {
   
     border: 2px solid #fff; 
    
}

.cky-consent-bar {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}
.cky-consent-bar .cky-btn {
    border-radius: 0;
}
.cky-consent-bar .cky-btn {
    border: none !important;
}
.cky-tab-content {
    background: #fff !important;
}
.cky-tab-content .cky-tab-desc-large, .cky-tab-title, .cky-tab-desc {
    color: #333 !important;
}
.cky-switch input:checked + .cky-slider {
    background-color: #eea910 !important;
}
.made-with-txt a {
    color: #fff;
    text-decoration: none;
    transition: .3s all linear;
}
.made-with-txt a:hover {
    color: #01bfa3;
}
.footerOne {
    padding-bottom: 50px;
}

.menu-container {
    display: none;
}

/*error page*/
.error-page {line-height: 0}
.footer.errorpage {margin-top: 0}

@media screen and (max-width: 1800px){
    header {
        height: 87px;
    }
    .logo-container img {
        width: 155px;
    }
    nav a {
        font-size: 15px;
        line-height: 87px;
    }
    .welcomeNote h1 {
        font-size: 70px;
    }
    .welcomeNote p {
        font-size: 18px;
    }
    .footer {
        margin: 50px 0 0;
    }
    section.welcomeSection {
        background-size: 1100px;
    }
    .inner-page-header p {
	    font-size: 18px;
	}
}

@media screen and (max-width: 1440px){
	.welcomeNote {
	    padding-top: 30px;
	}
	.inner-page-header h1 {
	    font-size: 35px;
	}
	.welcomeNote h1 {
	    font-size: 60px;
	}
	section.welcomeSection {
	    background-size: 1000px;
	    padding-bottom: 0;
	}
}
@media screen and (max-width: 1366px){
	.inner-page-header h1 {
	    font-size: 30px;
	}
	.welcomeNote h1 {
	    font-size: 50px;
	}
	section.welcomeSection {
	    background-size: 900px;
	}
	

}
@media screen and (max-width: 1200px){
    section.welcomeSection {
        background-size: 800px;
    }
    .welcomeNote p {
        max-width: 80%;
    }
    .welcomeNote h1 {
        font-size: 40px;
    }

}
@media screen and (max-width: 1024px){
    
    .welcomeNote p {
        max-width: 75%;
    }
    .menu1 li a, .menu2 li a, .menu2 li {
        font-size: 15px;
    }
    .inner-page-header h1 {
        margin: 50px 0 0;
    }
    
    .game-details p {
        margin: 0 0 20px;
    }
    .game-details p {
        font-size: 15px;
    }
    .game-details h3 {
        font-size: 25px;
        margin: 15px 0 10px;    
    }




}
@media screen and (max-width: 991px){
    section.welcomeSection {
        background-size: 700px;
    }
    .welcomeNote h1 {
        margin: 8px 0 30px;
    }
    .vid-container {
        right: -100px;
    }
    #home-primary nav a {
        padding: 0 20px;
    }
    
    
}
@media screen and (max-width: 850px){
    #home-primary nav a {
        padding: 0 14px;
    }
}
@media screen and (max-width: 900px){
    .welcomeNote h1 {
        max-width: 50%;
    }
}
@media screen and (max-width: 768px){

    #home-primary nav {
        display: none;
    }
    section#home-featured {
        margin-top: -87px;
    }
    .menu-container {
        display: block;
    }
    /* Basic Styles */
    .menu-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    /* Toggle Functionality */
    #toggle {
        display: none;
    }
    #toggle:checked ~ .toggle-container .button-toggle {
        box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
    }
    #toggle:checked ~ .toggle-container .button-toggle:before {
        transform: translateY(-50%) rotate(45deg) scale(1);
    }
    #toggle:checked ~ .toggle-container .button-toggle:after {
        transform: translateY(-50%) rotate(-45deg) scale(1);
    }
    #toggle:checked ~ .nav {
        margin-bottom: 100px;
        pointer-events: auto;
        transform: translate(50px, 50px);
    }
    #toggle:checked ~ .nav .nav-item {
        color: #EC7263;
        letter-spacing: 0;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        opacity: 1;
        transform: scaleY(1);
        transition: 0.5s, opacity 0.1s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(1) {
        transition-delay: 0.15s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(1):before {
        transition-delay: 0.15s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(2) {
        transition-delay: 0.1s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(2):before {
        transition-delay: 0.1s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(3) {
        transition-delay: 0.05s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(3):before {
        transition-delay: 0.05s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(4) {
        transition-delay: 0s;
    }
    #toggle:checked ~ .nav .nav-item:nth-child(4):before {
        transition-delay: 0s;
    }
    #toggle:checked ~ .nav .nav-item:before {
        opacity: 0;
    }
    #toggle:checked ~ .dummy-content {
        padding-top: 30px;
    }
    #toggle:checked ~ .dummy-content:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    /* Toggle Button */
    .button-toggle {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 25px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 100%;
        transition: 0.6s;
    }
    .button-toggle:hover {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .button-toggle:before, .button-toggle:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #EC7263;
        border-radius: 5px;
        transition: 0.5s;
    }
    .button-toggle:before {
        transform: translateY(-50%) rotate(45deg) scale(0);
    }
    .button-toggle:after {
        transform: translateY(50%) rotate(-45deg) scale(0);
    }

    /* Menu */
    .nav {
        display: inline-block;
        margin: 25px 25px 20px;
        pointer-events: none;
        transition: 0.5s;
    }

    .nav-item {
        position: relative;
        display: inline-block;
        float: left;
        clear: both;
        color: transparent;
        font-size: 14px;
        letter-spacing: -6.2px;
        height: 7px;
        line-height: 7px;
        text-transform: uppercase;
        white-space: nowrap;
        transform: scaleY(0.2);
        transition: 0.5s, opacity 1s;
    }
    .nav-item:nth-child(1) {
        transition-delay: 0s;
    }
    .nav-item:nth-child(1):before {
        transition-delay: 0s;
    }
    .nav-item:nth-child(2) {
        transition-delay: 0.05s;
    }
    .nav-item:nth-child(2):before {
        transition-delay: 0.05s;
    }
    .nav-item:nth-child(3) {
        transition-delay: 0.1s;
    }
    .nav-item:nth-child(3):before {
        transition-delay: 0.1s;
    }
    .nav-item:nth-child(4) {
        transition-delay: 0.15s;
    }
    .nav-item:nth-child(4):before {
        transition-delay: 0.15s;
    }
    .nav-item:nth-child(1) {
        letter-spacing: -8px;
    }
    .nav-item:nth-child(2) {
        letter-spacing: -7px;
    }
    .nav-item:nth-child(n + 4) {
        letter-spacing: -8px;
        margin-top: -7px;
        opacity: 0;
    }
    .nav-item:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #EC7263;
        transform: translateY(-50%) scaleY(5);
        transition: 0.5s;
    }
    nav a {
        padding: 0;
    }

    
    .menu1 li, .menu2 li {
        background: none;
        padding: 0 5px;
    }
    .menu2 li:last-child {
        display: block;
        margin: 20px 0 0;    
    }
}