*
{
    padding:0px;
    margin:0px;
}

.button
{
    background-color: #FFB320;
    padding:10px 20px;
    border-radius: 25px;
   color:black;

   text-decoration: none;
   font-weight: 600;
   display: inline-block;
    
}

/* nav style start */
nav
{
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    position: relative;
}
nav ul li
{
    display: inline-block;
    margin: 0px 15px;
   
}
nav ul li a
{
    color: white;
    text-decoration: none;
}
nav ul
{
    margin: 0px;
}
nav ul li a:hover
{
   color: #FFB320;; 
}

.checkbtn
{
    color: white;
    font-size: 25px;
    position: absolute;
    right: 20px;
    display: none;
}
#check
{
    display: none;
}


#section2
{
    background-image: url("img/slider-1.jpg");
    height: calc(100vh - 80px);
}
.button:hover
{
    color:white;
}
#section2 h2
{
    font-size: 40px;
    color:white;
    padding-top:150px;
}
.colyellow
{
    color: #FFB320;
}
#section2 p
{
    color:white;
    font-size: 18px;
    margin:30px 0px;
}
.newsBox
{
    padding:5px 7px;
    margin:0px 50px; 
    color:white;
}
#section4 .newsBox
{
    margin:0px;
}
#section3 marquee
{
    padding:25px 0px;
    color:white;
}
#section3 h2
{
    text-align: right;
    padding-top:25px;
    color:white;
    font-size: 20px;
    margin-right: 20px;
}
#section3 .col-lg-4
{
    background-color: #FFB320;
}
#section3 .col-lg-8
{
    background-color: #131313;
}


#section4
{
    padding:80px 0px;;
}

.box
{
    
    
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#section4 .innerContent
{
    position: absolute;
    bottom:20px;
}
#section4 .content
{
    background-color: rgba(0, 0, 0, 0.486);
    height: 450px;
    padding:25px;
}
#section4 h3,#section4 p
{
color: white;
}
#section4 .col-lg-3
{
    padding:0px;
}


#section5
{
    padding:100px 0px;
    background-image: url("img/section5\ bg\ img.png");
    background-color: #EEF2F6;
    background-repeat: no-repeat;
    background-size: cover;
}
#section5 .box
{
    background-color: white;
    border:1px solid rgb(219, 219, 219);
}
#section5 .box h3
{
    font-size: 25px;
    padding:10px 10px;
}
#section5 .box p
{
    font-size: 18px;
    padding:10px 10px;
}
#section5 h1
{
    padding-bottom:60px;
}
#section5 .newsBox
{
    position: absolute;
    top:20px;
    left:20px;
    margin:0px;
}
#section6
{
    padding:100px 0px;
    background-image: url("img/pattern.png");
}
#section6 .row .section6box
{
    background-color: #252525;
}
#section6 .row .row p
{
    color:white;
}
#section6 .row .row .lightWhite
{
    color:rgba(245, 245, 245, 0.52);
}
#section6 .row .col-lg-6
{
    margin:10px 0px;
}
#section6 .premium
{
    padding:10px 20px;
    background-color:#FFB320 ;
    display: inline-block;
    margin-bottom: 20px;
}
#section6 .container>p
{
    background-color: #fb6e10;
    font-size: 15px;
    display: inline-block;
    padding:10px 20px;
    color:white;
    margin-bottom: -22px;
}
.circle
{
    padding:20px;
    background-color: #FFB320;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top:-30px;
    left:20px;
    color:white;
    font-size: 18px;
    font-weight: 600;
   
}
.section7box
{
    position: relative;
    text-align: center;
}
.section7box h3
{
    font-size: 20px;
    margin:20px 0px;
}
#section7 img
{
    display: inline-block;
    z-index: 1;
}
#section7 h1
{
    margin-bottom: 80px;;
}
#section7
{
    
    background-image: url("img/review-bg.png");
   
    /* background-position: right; */
 }
 #section8
 {
     background-image:url("img/pattern.png");
    
     padding: 100px 0px;
 }
 #section8 .innerPost
{
   display: flex;
   justify-content: space-between;
   margin-top: 30px;
}
#section8 .innerPost div
{
    margin: 0px 5px;
}
#section8 .innerPost div p
{
    margin: 0px 5px;
}
#section8 h3
{
    color: white;
    padding-left:15px;
    padding-top: 15px;
}
#section8 .section8box
{
    background-color:#252525;

}
@media only screen  and (max-width:420px)
{ 
    nav ul
    {
        position: absolute;
        top: 80px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.829);
        left: -100%;
        transition: all 3s;
    }
    nav ul li 
    {
        display: block;
        margin: 10px 0px;
    }
    #check:checked ~ul
    {
        left: 0px;
    }
    
    nav .button
    {
       display: none;
    }
    .checkbtn
    {
        display: block;
        margin-right: 10px;
    }
    #section2 h2
    {
        padding-top: 120px;
        font-size: 30px;
        
    }
    #section2 p br
    {
        display: none;
    }
    #section3 h2
    {
        text-align: center;
        padding: 0px 20px;
        margin-right: 0px;
    }
    .box
    {
        margin: 5px;
    }
    #section6 .content
    {
        padding: 10px;
    }
    #section6box
    {
        margin: 5px;
    }
    #section7box
    {
        margin: 5px;
    }
    #section8box
    {
        margin: 5px;
    }

}   
/* nav style end */