 * {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.header {
   min-height: 100vh; 
   width: 100%;
   background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/banner1.jpg);
   background-position: center;
   background-size: cover;
   position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 60px;
}
.nav-links {
    flex: 1;
    text-align: right;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #ffcc00;
    text-decoration: none;
    font-size: 14px;
}
.shop-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffcc00;
    border: 1px solid #ffcc00;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.shop-btn:hover{
    border: 1px solid #fff;
    background: #94864e;
    transition: 1s;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background:#ffcc00;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;

}
.text-box {
    width: 90%;
    color: #ffcc00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.text-box h1 {
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color:#ffcc00;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffcc00;
    border: 1px solid #ffcc00;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #fff;
    background: #94864e;
    transition: 1s;
}
nav  .fa{
    display: none;
}
@media(max-width:700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
       display: block; 
    }
    .nav-links {
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/*------ CALL TO ACTION------*/
.lrpresets {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/banner2.jpg);
    background-position: center;
    background-size: cover;
    text-align: left;
    padding: 320px 0;
}

.lrpresets h1{
    color: #ffcc00;
    margin-left: 50px;
    padding: 0;
}
.lr-btn{
    color: #ffcc00;
    margin-left: 50px;
    text-decoration: underline;
}
.lr-btn:hover{
    color: #94864e;
    transition: 0.5s;
}

/*-------SM BANNERS------*/

.section-p1{
    padding: 0px 100px;
}
.rtc{
    text-align: center;
    padding: 50px;
}
#sm-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(images/b2.jpg);
    min-width: 810px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#sm-banner h4{
    color: #ffcc00;
    font-size: 20px;
    font-weight: 300;
}

#sm-banner h2{
    color: #ffcc00;
    font-size: 28px;
    font-weight: 800;
}

#sm-banner span{
    color: #ffcc00;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
}

.sm-banner1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*------ MOTION GRAPHICS SECTIONS------*/
#mogfx {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/mogfx.jpg);
    background-position: center;
    background-size: cover;
    text-align: left;
    padding: 320px 0;

}

#mogfx h1{
    color: #ffcc00;
    margin-left: 50px;
    padding: 0;
}
.gfx-btn{
    color: #ffcc00;
    margin-left: 50px;
    text-decoration: underline;
}
.gfx-btn:hover{
    color: #94864e;
    transition: 0.5s;
}


/*------ SHOP NOW SECTIONS------*/
.shop-now {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/shopnow.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 320px 0;
}

.shop-now h1{
    color: #ffcc00;
    margin-left: 50px;
    padding: 0;
}
.sh-btn{
    color: #ffcc00;
    margin-left: 50px;
    text-decoration: underline;
}
.sh-btn:hover{
    color: #94864e;
    transition: 0.5s;
}

/*------ YOUTUBE SECTIONS------*/
.wyt {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/yt.jpg);
    background-position: center;
    background-size: cover;
    text-align: left;
    padding: 320px 0;
}

.wyt h1{
    color: #ffcc00;
    margin-left: 50px;
    padding: 0;
}
.yt-btn{
    color: #ffcc00;
    margin-left: 50px;
    text-decoration: underline;
}
.yt-btn:hover{
    color: #94864e;
    transition: 0.5s;
}

/*-------FOOTER----*/

.footer{
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.footer h4{
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* --About Section--*/
