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;}



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

.seponsor{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: #444444;
}

.gambarseponsor{
    margin:12px 0px 28px;
}

.gambarseponsor img{
    max-width:260px;
}

.opacity5{
    opacity:0.5;
}

.bgline{
   background-color: #C2CFD5;
}

.banner img{
    width:100%;
}

.marginbanner{
    height:100px;
}

.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;
}

.quoteimage img{
    width:100%;
}

.quoteimage{
    margin-top:80px;
}

.separatorsection{
    height:100px;
}

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

.desc b{
    font-weight: 600;
}

.desc a{
    color:#E7165D;
}

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

.boxquote {
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.boxquote:hover{
    padding-left:10px;
}
.boxquote:hover .quoteotext{
    color:#E7165D;
}
.boxquote:hover .quoteowner{
    color:#E7165D;
}

.paddingrightmenu{
    padding-right:20px;
}

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

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


.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;
}

.submissions{
    background-color: #121212;
    padding:140px 0px;
}

.specialtreatment{
    color:#fff;
    margin:0px 0px 60px 0px;
}

.shot{margin-bottom:20px;}
.shot img{width:100%;border-radius:8px;}

.innerpadding{
    padding:0px 12px;
    margin-bottom:60px;
}

.foto {
    display: inline-block;
}

.foto img{
    width:24px;
}

.namadesigner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    text-align: left;
    color:#ffffff;
    font-size:14px;
    opacity:0.7;
}

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

.thumbnailshot img{
    width:100%;
    border-radius: 10px;
}

.thumbnailshot{
    border-radius: 10px;
}

.winners{
    background-color: #191919;
    padding:140px 0px;
}

.winnersname{
    color:#ffffff;
    font-size:40px;
    line-height: 50px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    text-align: left;
}


.winnersdesc{
    font-size: 16px;
    line-height: 26px;
    color:#ffffff;
    opacity: 0.8;
    font-weight: 300;
    margin-top:20px;
}

.detailsshot{
    padding-left:40px;
}

.lineseparator{
    border-top:1px solid #ffffff;
    opacity:0.1;
    margin:100px 0px;
}

.fotowinners {
    display: inline-block;
}

.fotowinners img{
    width:48px;
}

.otherwinners{
    color:#ffffff;
    font-size:32px;
    line-height: 22px;
    font-weight: 500;
}

.otherwinnersdesc{
    font-size: 16px;
    line-height: 26px;
    color:#ffffff;
    opacity: 0.5;
    font-weight: 300;
    margin-top:24px;
    max-width:800px;
}

.listpemenanglainnya{
    margin-top:60px;
}

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

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

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

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

@media only screen and (max-width: 991px) {
    .container{
       padding:0px 40px;
    }

    .separatorsectiontop{
        height:100px;
    }

    .quoteimage{
        display: none;
    }

    
}

@media only screen and (max-width: 768px) {
    .detailsshot{
        padding-left:0px;
        margin-top:40px;
    }

    .paddingrightmenu{
        padding-right:0px;
    }
}

@media only screen and (max-width: 720px) {
    .container{
       padding:0px 40px;
    }

    .title{
        font-size: 70px;
        line-height: 70px;       
    }

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

    .boxquote {
        border-bottom: 1px solid #dedede;
        margin-top: 20px;
    }
    
    .quoteowner {
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        opacity: 0.3;
        padding: 4px 0px 0px 0px;
    }
    
    .quoteotext {
        font-size: 16px;
        line-height: 26px;
        color: #121212;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding-left: 30px;
        padding-top:2px;
        margin-bottom: 20px;
    }

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

    

    
}

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

    .title{
        font-size: 50px;
        line-height: 50px;       
    }

    .separatorsectiontop{
        height:60px;
    }

    .separatorsection{
        height:60px;
    }

    .innerpadding{
        padding:0px;
        margin-bottom:40px;
    }

    .submissions{
        background-color: #121212;
        padding:60px 0px;
    }

    .specialtreatment{
        color:#fff;
        margin:0px 0px 40px 0px;
    }
    .gambarseponsor img{
        max-width:220px;
    }
}