body{
    font-family: 'Poppins', sans-serif;
    color:#1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.container{
    max-width: 1230px;
}

a{text-decoration: none;}
.menu a {
    color: #fff;    
}



/* ================= TEMPLATE END HERE ====================== */

.opacity5{
    opacity:0.5;
}

.bgline{
    background-image: url("https://res.cloudinary.com/dn7lqpl1x/image/upload/v1631083972/bgline-home_oqwtwt.svg");
    background-size: 100%;
}

.banner img{
    width:100%;
}

.marginbanner{
    height:70px;
}

.marginbottom{
    height:100px;
}

.palette{
    position: fixed;
    bottom:20px;
    left:20px;
}

.title{
    font-family: Bebas Neue;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.818182px;
    color: #1A1A1A;
}

.desc{
font-size: 16px;
line-height: 31px;
letter-spacing: 0.3px;
color: #444444;
margin-top:32px;
}

.rightsection{
    border-left: 1px solid #dedede;
    padding-left:104px;
    margin-left:65px;
}

.boxquote {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-top: 40px;
}

.quoteowner {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    opacity: 0.3;
    padding: 4px 0px 0px 0px;
}

.quoteotext {
    font-size: 30px;
    line-height: 40px;
    color: #121212;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.websitename {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    opacity: 0.5;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
}

.quoteoarrow {
    padding: 0px 0px;
    text-align: right;
}

.noborder{
    border:0px;
}

.signature img{
    max-width:388px;
    margin-top:32px;
}

.completed {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 10px;
    background: #D3F0E7;
    color: #4AA68A;
    font-weight: 500;
    border-radius: 5px;
    position: absolute;
    margin: 0px 0px 0px 8px;
}

.ongoing {
    background: #E4F1F9;
    color: #08A0F7;
}

.upcoming {
    background: #F6EFE7;
    color: #ED8C1B;
}

.bannerdesktop{display:block}
.bannermobile{display:none}

/* ================= MEDIA QUERY ====================== */

@media only screen and (max-width: 1280px) {
    .container{
        max-width: 1100px;
    }

    .signature img{
        max-width:288px;
    }
}

@media only screen and (max-width: 1200px) {
    .container{
        max-width: 1020px;
    }

    .signature img{
        max-width:288px;
    }

    .rightsection{
        border-left: 1px solid #dedede;
        padding-left:80px;
        margin-left:65px;
    }
}

@media only screen and (max-width: 1060px) {
    .container{
        max-width: 960px;
    }

    .signature img{
        display: none;
    }

    .palette{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .container{
       padding:40px;
    }
    .rightsection{
        border-left: 0px solid #dedede;
        border-top: 1px solid #dedede;
        padding-left:0px;
        margin-left:0px;
        margin-top:60px;
        padding-top:60px;
    }

    .marginbanner{
        height:20px;
    }
}

@media only screen and (max-width: 600px) {
    
    .marginbottom{
        height:50px;
    }

    .quoteoarrow{
        display: none;
    }

    .boxquote{
        margin-top:28px;
    }
    .websitename{
        margin-bottom:28px;
    }

    .bannerdesktop{display:none}
    .bannermobile{display:block}

    .title {
        font-size: 50px;
        line-height: 50px;
    }
    .desc {
        font-size: 16px;
        line-height: 26px;        
        margin-top:20px;
    }

    .boxquote {
        border-bottom: 1px solid #dedede;
        margin-top: 20px;
    }
    
    .quoteowner {        
        font-size: 20px;
        line-height: 30px;       
        padding: 4px 0px 0px 0px;
    }
    
    .quoteotext {
        font-size: 20px;
        line-height: 30px;        
        padding-left: 30px;
        padding-top: 2px;
        margin-bottom: 20px;
    }

    .rightsection{
        margin-top:40px;
        padding-top:40px;
    }
    
}


@media only screen and (max-width: 480px) {
    .container{
       padding:20px;
    }
}