/*
Theme Name: Narcos
Theme URI:
Description: Narcos
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	font-size: 17px;    
	color: #fff;
    font-family: 'Londrina Solid', cursive;
    overflow-x: hidden;
}
section.hero-sec {
    background-image: url(./images/banner.jpg);
    background-size: cover;
    background-position: top center;
    display: inline-flex;
    width: 100%;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    padding: 50vh 0 100px;
}

header.top-nav .row {
    align-items: center;
}
header.top-nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 9999;
}

section.hero-sec  .row {
    align-items: flex-end;
}

.logo img {
    width: 400px;
    max-width: 100%;
}

.nav ul {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
}
.nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.nav ul li a:hover:after {
    width: 100%;
}

.nav ul li a:after {
    display: block;
    width: 0%;
    content: '';
    height: 3px;
    background-color: #fbb513;
    transition: 0.3s;
}
.mobile-img img {max-width: 100%;}

.mobile-img {
    position: absolute;
    width: 100%;
    bottom: -240px;
    right: 0;
}

section.hero-sec .col-lg-5 {
    position: relative;
}

section.hero-sec:after {
    display: block;
    width: 100%;
    height: 40%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
}

section.hero-sec .container {
    z-index: 9;
}
.dwn-btns span img {
    width: 280px;
}
.sidebar .nav ul > li:hover ul.sub-menu {
    display: block;
    position: relative;
}

.sidebar .nav ul > li:hover ul.sub-menu li a {
    font-size: 16px;
    padding: 4px 15px;
}
.dwn-btns span {
    display: inline-block;
    margin-right: 20px;
}

section.hero-sec .content h2 {
    color: ffba01;
    text-decoration: none;
    font-size: 32px;
    -webkit-text-fill-color: #ffba01;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
section.hero-sec .content h1 {
    font-size: 96px;
    color: #fef0e8;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-text-fill-color: #fef0e8;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000;
}
section.hero-sec p {
    font-size: 22px;
    font-weight: 300;
}
section.games-slider {
    background-image: url(./images/bt-banner.jpg);
    background-size: cover;
    background-position: top center;
}
.bttom-text {
    background-color: #1e190c82;
    padding: 60px 0;
    border-top: 2px solid #beac83;
}

.bttom-text p {
    font-size: 24px;
    font-weight: 300;
}

.bigwolf-logo img {
    width: 300px;
    margin: 30px 0 0;
}
footer {
    background-color: #171717;
    padding: 30px 0;
}

footer p {
    color: #fef0e8;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 0;
}

footer .row {
    align-items: center;
}

.col-lg-6.bt-rlt {
    text-align: end;
}

.social span {
    margin-left: 10px;
}

a {
    text-decoration: none;
}

.social span img {
    width: 40px;
}
.slider-sec {
    padding: 60px 0;
}

.slider-sec .container {
    padding: 0 80px;
}
.img-box {
    background-image: url(./images/scrl-bck-img.jpg);
    padding: 14px;
    border: 2px solid #000;
}
.owl-nav button {
    position: absolute;
    top: calc(50% - 33px);
    width: 40px;
    height: 66px;
}

.owl-nav button.owl-next {
    background-image: url(./images/ar-right.png) !important;
    background-size: cover !important;
    right: -60px;
}
.owl-nav button.owl-prev {
    background-image: url(./images/ar-left.png) !important;
    background-size: cover !important;
    left: -60px;
}

.owl-nav button:hover {
    background-color: transparent !important;
}
.owl-nav button span {
    display: none;
}
.sidebar {position: fixed;left: 0;height: 100vh;overflow: auto;background-color: #ffb701;z-index: 99999;min-width: 230px;transform: translateX(-231px);opacity: 0;transition: 0.3s;}

.sidebar ul {
    position: relative;
    display: block;
}

.sidebar ul li a {
    display: block;
    padding: 15px;
}

.sidebar.menu-open {
    transform: translateX(0);
    opacity: 1;
}
.menu-icon{
    display: none;
}
.menu-icon button {
    background-color: #ffb701;
    width: 44px;
    height: 44px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
}

.menu-icon.btn-close:hover {
    opacity: 1;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    position: relative;
    transition: 0.3s;
}

.menu-icon span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    transition: 0.3s;
}

.menu-icon span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    transition: 0.3s;
}

.menu-icon.btn-close span:before {
    width: 60%;
}

.menu-icon.btn-close span:after {
    width: 80%;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    display: none;
    width: 190px;
    background-color: #ffba01;
}

.nav ul > li {
    position: relative;
}

ul.sub-menu li a {
    font-size: 16px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    display: block;
    width: 100%;
    padding: 4px 10px;
    font-weight: 300;
}

ul.sub-menu li a:hover {
    background-color: #d00b09;
}

ul.sub-menu li a:hover:after {
    display: none;
}

.nav ul > li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a:after {
    display: none;
}


/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1199px) {
	.nav ul li a {
        font-size: 26px;
    }
    section.hero-sec .content h1 {
        font-size: 70px;
    }
    section.hero-sec .content h2 {
        font-size: 26px;
    }
    section.hero-sec p {
        font-size: 19px;
    }
    .dwn-btns span img {
        width: 220px;
    }
    .bttom-text p {
        font-size: 20px;
        font-weight: 300;
    }
}

@media (max-width: 991px) {
    .mobile-img {
        display: none;
    }
    .hidden-lg-down {
        display: none;
    }
    .menu-icon{
        display: block;
    }
}


@media (max-width: 767px) {

section.hero-sec .content h1 {
    font-size: 58px;
}
section.hero-sec .content h2 {
    font-size: 25px;
}
.dwn-btns span img {
    width: 180px;
}
footer, .col-lg-6.bt-rlt {
    text-align: center;
}
.social span {
    display: inline-block;
    margin: 15px 5px;
}
.logo img {
    width: 340px;
}
}


@media (max-width: 575px) {
  
section.hero-sec .content h1 {
    font-size: 46px;
}
.dwn-btns span img {
    width: 140px;
}
section.hero-sec{
        padding: 30vh 0 30px;
        min-height: 80vh;
}
.logo img {
    width: 260px;
} 
}