@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

.main-wrapper { position: relative; }
.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.mobile-header i {
    font-size: 18px;
}
.yith-wcwl-share i {
    font-family: FontAwesome !important;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fafafa;
    padding: 0 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler {
    background: transparent;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    background: transparent;
}
.navbar-collapse {
    overflow-y: scroll;
    display: none;
    padding: 0px 15px 0 5px;
}
.navbar-nav > li > a{
    font-size: 1.1rem;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 0.86em;
}
.sub-menu h4 {
    text-transform: capitalize;
    font-size: 0.96rem;
    padding: 0 0 0.5rem;
    margin-bottom: 10px;
    line-height: 1;
}
.sub-menu ul li {
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
    position: relative;
}
.children .drop-icon {
    position: relative;
    left: 5px;
}
.sub-menu ul li .subsub-menu li {
    margin: 0;
}
.sub-menu ul li a {
    opacity: 0.8;
    transition: all 0.5s ease;
    font-size: 0.94em;
}
.sub-menu ul li a:hover {
    opacity: 1;
    color: #EC3237;
}
.sub-menu {
    display: none;
    background: url('../assets/images/trophy_bg.webp');
    background-position: center;
    background-size: cover;
}

.sub-menu-item {
    padding-left: 1.2rem;
    padding-right: 15px;
}

/* .sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
} */


/* header */
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}
.main-wrapper nav {
    background-color: #bfbdbd;
    justify-content: center;
}
.subsub-menu {
    display: none;
    margin-left: 15px;
    line-height: 1;
}

/* Media Queries */

@media screen and (min-width: 1280px){
    .navbar{
        padding: 0 5rem;
    }
    .navbar-collapse{
        flex: 1 0 auto;
    }
}

@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav > li > a {
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 10px 20px 8px;
        font-size: 0.95rem;
        color: #464646;
        font-weight: 500;
    }
    .navbar-nav > li:hover > a,
    .navbar-nav > li > a:active{
        color: #fafafa;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
    }
    .navbar-nav > li:hover .sub-menu {
        display: grid!important;
        grid-template-columns: repeat(5, 1fr);
        padding: 1.6rem 5rem 1rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover {
        border-bottom-color: #95201b;
        background-color: #d82f29;
    }
    .sub-menu-item{
        padding-left: 0;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
    .brand-and-icon {
        display: none;
    }
    .sub-menu ul li.children:hover .subsub-menu {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding: 1rem 0.8rem 0.8rem 0.6rem;
    }
    .navbar {
        padding: 0;
    }
    .drop-icon {
        right: -5px;
    }
}
@media screen and (max-width: 1050px) {
    .navbar-nav > li > a {
        font-size: 0.85em;
    }
}