body{
            font-family: 'Manrope', sans-serif;
        }
        .nav-link.active{
            border-bottom: 2px black solid;
        }
        .nav-item .nav-link{
            font-size: 16px;
            font-weight: bold;
        }
        .nav-item{
            margin: 0 20px;
        }
        .section-banner{
            background-color: #000;
            background: url(../img/banner-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 650px;
            color: #fff;
        }
        .section-banner h2{
            font-weight: bold;
            text-align: center;
            font-size: 30px;
        }
        .section-banner h4{
            text-align: center;
            font-size:20px;
        }
        .text-section{
            width: 90%;
            max-width: 900px;
            margin: auto;
            display:flex;
            flex-direction: column;
            justify-content: center;
        }
        .nav-btn{
            border-radius: 50px;
            background: #000;
            color: #fff;
            font-weight: bold;
            padding: 6px;
            width: 100%;
            max-width: 150px;
            border: none;
        }
        .offer-btn{
            border-radius: 50px;
            background: #fff;
            color: #000;
            font-weight: bold;
            padding: 6px;
            width: 100%;
            max-width: 200px;
            margin: auto;
            margin-top: 5px;
            border: none;
            font-size: 20px;
        }
        vl{
            border-left: 2px solid #fff;
            height: 70px;
            margin:auto;
        }
        .smp-img{
            width: 90%;
            margin: auto;
            margin-bottom: -350px;
            margin-top: 10px;
            border-radius: 20px;
        }
        .sec2{
            margin-top: 240px;
            margin-bottom: 20px;
        }
        .how-text{
            max-width: 900px;
            margin: auto;
        }
        .how-text h2{
            text-align: center;
            font-weight: bold;
        }
        .how-text p{
            text-align: center;
        }
        .watch a{
            font-weight:bold;
            color: #000;
            text-decoration: none;
        }
        .sec-bullets{
            background-color: #F6F6F6;
            padding: 20px 0;
        }
        .bullets img{
            width: 100%;
            max-width: 100px;
        }
        .bullets .b-title{
            font-weight: bold;
        }
        .sec-oss{
            padding: 3% 0;
        }
        .sec-oss h2{
            font-weight: bold;
            font-size: 34px
        }
        .sec-getmore{
            background: url(../img/getmore-sec.jpg);
            background-color: #f6f6f6;
            background-size: cover;
            background-repeat: no-repeat;
            height: 500px;
            padding: 3%;
        }
        .getmore-content{
            width: 100%;
            max-width: 600px;
        }
        .getmore-content h2{
            font-weight: bold;
        }
        .sec-help{
            padding: 3%;
            background: url(../img/help-bg.jpg);
            /* background-size: cover; */
            background-repeat: no-repeat;
            min-height: 650px;
        }
        .sec-help .letus-text{
            width: 100%;
            max-width: 600px;
        }
        .bullets2 img{
            width: 100%;
            max-width: 100px;
        }
        .bullets2 .b-title{
            font-weight: bold;
            font-size: 20px;
        }
        .sec-create{
            padding: 3%;
        }
        .sec-create .create-title{
            font-weight: bold;
        }
        .img-indfkinmdle{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            text-align: center;
            width: 100%;
            max-width: 320px;
        }
        .quote{
            text-align: center;
            margin: auto;
            width: 90%;
            max-width: 700px;
        }
        .sec-quote{
            padding: 3%;
        }
        .sec-join{
            padding: 3%;
            background-color: #000;
            text-align: center;
        }
        .sec-join h2{
            color: #fff;
        }
        .footer{
            padding: 3%;
        }
        .footer ul {
            list-style-type: none;
            /* margin: 0; */
            padding: 0;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            display: table;
        }
            .footer li {
            float: left;
            margin: 0 20px;
        }
            .footer li a {
            display: block;
            color: #000;
            text-align: center;
            padding: 16px;
            text-decoration: none;
            font-weight: bold;
        }
        .sec-copyright{
            border-top: 1px solid rgb(187, 187, 187);
        }
        vl.vl-black{
            border: 1px #000 solid;
        }
        @media only screen and (max-width: 600px) {
        .section-banner{
            min-height: 500px;
        }
        .img-indfkinmdle{
            display: none;
        }
        .section-banner h4{
            font-size:14px;
        }
        .section-banner h2{
            font-size: 25px;
        }
        .smp-img{
            margin-bottom: 10px;
        }
        .bullets, .bullets2{
            text-align:center;
        }
        .sec-oss{
            padding: 40px 20px;
        }
        vl{
            height: 40px;
        }
        .sec2{
            margin-top: 20px;
        }
        .sec-getmore{
            background: unset;
            background-color: #f6f6f6;
            height: unset;
        }
        .sec-create{
            background: url(../img/cr8epik.jpg) no-repeat;
            background-size:  cover;
        }
        .footer li {
            float: unset;
        }
        }