@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700); @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); @import url(https://fonts.googleapis.com/css?family=RobotoDraft:regular,bold,italic,thin,light,bolditalic,black,medium); /* latin */
html {
    font-family: Roboto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

.main {
    width: 1000px;
    background: transparent;
    border: 0;
    margin: 0 auto;
}

h1{
    color: #2e2e2e;
}

.l-mdb{
    float: left;
    width: 300px;
}
.l-mdb > .b-img{
    float: left;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    background: #1d1d1d;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px #dadada;
}
.l-mdb > .b-title{
    float: left;
    padding: 20px 5px;
    font-size: 16px;
    color: #2e2e2e;
    width: 95%;
    font-weight: 700;
    text-transform: uppercase;
}
iframe{
    float:left;
    margin-left: 10px;
}
.l-mdb .b-desc-title{
    float: left;
    padding: 10px 8px;
    font-size: 15px;
    color: #5f5f5f;
    width: 95%;
    font-weight: 400;
}
.r-mdb{
    float: right;
    width: 60%;
}
.r-mdb .d-h1{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    float: left;
    padding: 20px 0px;
    text-transform: uppercase;
}
.r-mdb > .b-desc-title{
    float: left;
    padding: 10px 0px;
    font-size: 15px;
    color: #5f5f5f;
    width: 100%;
    font-weight: 300;
}
.r-mdb > .poster-image-box{
    width: 292px;
    height: 180px;
    float: left;
    margin-bottom: 15px;
    background-size: 140%;
    border-radius: 10px;
    background: #1d1d1d url(../images/bg_car.jpg) center;
    background-repeat: no-repeat;
    background-size: 115px;
    background-position: 180px -32px;
}
.r-mdb > .poster-image-box-qr{
    width: 271px;
    height: 100px;
    float: left;
    margin-bottom: 15px;
    background: linear-gradient(160deg, rgb(58 58 58) 0%, rgb(18 18 18) 37%, rgb(0 0 0) 100%);
    border-radius: 10px;
    line-height: 176px;
    color: #ededed;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px #00000057;
    text-align: left;
    padding: 0px 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px #dadada;
}
.r-mdb > .poster-image-box .poster-image{
    height: 100%;
    width: 95%;
    background: url(../images/image1.png) center;
    background-size: contain !important;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px #dadada;
    background-repeat: no-repeat !important;
    line-height: 335px;
    padding: 0px 10px;
    color: #ededed;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px #00000057;
    text-align: left;
}

.r-mdb > .poster-image-box-qr .poster-image-qr{
    height: 100%;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
}

logo{
    height: 78px;
    width: 260px;
    float: left;
    background: url(../images/bg_car.jpg ) center;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-size: 223px;
    /* background-repeat: no-repeat; */
    background-position-y: -64px;
}

.d-logo{
    float:left;
    color: #2e2e2e;
    font-size: 18px;
    font-weight:500;
    padding: 0px 20px;
    margin-top: 35px;
}

.hdr-main-menu{
    color:#ffff;
    padding: 10px 0px;
}

.hdr-main-menu .main ul{
    float: right;
    margin-top: 25px;
}
.hdr-main-menu .main ul a{
    list-style-type: none;
    text-decoration: none;
}
.hdr-main-menu .main ul a li{
    float: left;
    background: #1d1d1d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
    line-height: 54px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px #dadada;
}

.hdr-main-menu > .main ul > a > .whatsapp{
    background: #2cd46d url(../images/whatsapp.png) center;
    background-size: 85%;
}

.hdr-main-menu > .main ul > a > .instagram{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.hdr-footer-menu{
    color:#ffff;
    padding: 10px 0px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.hdr-footer-menu > logo{
    height: 48px;
    width: 127px;
    float: left;
    background: url(../images/bg_car.jpg ) center;
    background-size: cover;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-top: 15px;
}
.hdr-footer-menu > .d-logo{
    float:left;
    color: #3f3f3f;
    font-size: 13px;
    font-weight:500;
    padding: 0px 20px;
    margin-top: 31px;
}
.hdr-footer-menu ul{
    float: right;
}
.hdr-footer-menu ul a{
    list-style-type: none;
    text-decoration: none;
}
.hdr-footer-menu ul a li{
    float: left;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
}

#dev-club {
    background: #fff;
}

#dev-club .inr {
    width: 1080px;
    margin: 0 auto;
    padding: 84px 0;
}

#dev-club .inr .devclass-outer {
    position: relative;
}

#dev-club .inr .devclass-outer .dev-member {
    float: left;
    position: relative;
    width: 16.6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666%;
    background: transparent;
}

/* ===================================
   MOBILE FIX (max-width: 768px)
=================================== */
@media (max-width: 768px) {

    /* Container */
    .main,
    #dev-club .inr {
        width: 100%;
        max-width: 100%;
    }

    /* Remove floats everywhere */
    .l-mdb,
    .r-mdb,
    .l-mdb > *,
    .r-mdb > *,
    .hdr-main-menu .main ul,
    .hdr-footer-menu,
    .hdr-footer-menu ul,
    #dev-club .inr .devclass-outer .dev-member {
        float: none !important;
    }

    h1 {
        float: left;
        padding: 20px 10px;
        font-size: 21px;
        color: #2e2e2e;
        width: 95%;
        font-weight: 700;
        text-transform: uppercase;
    }
    .d-h1{
        font-size: 20px !important;
        font-weight: 400;
        color: #333333;
        width: 100%;
        float: left;
        padding: 20px 0px;
        text-transform: uppercase;
        margin-left: 10px;
    }
    .r-mdb > .poster-image-box .poster-image
 {
    height: 100%;
    width: 95%;
    background: url(../images/image1.png) center;
    background-size: contain !important;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px #dadada;
    background-repeat: no-repeat !important;
    line-height: 403px;
    padding: 0px 10px;
    color: #ededed;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px #00000057;
    text-align: left;
}
    iframe{
        float: left;
        margin-left: 10px;
    }
    /* Stack layout */
    .l-mdb,
    .r-mdb {
        width: 100% !important;
    }

    /* Image resizing */
    .l-mdb > .b-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .r-mdb > .poster-image-box,
    .r-mdb > .poster-image-box-qr {
        width: 94%;
        height: auto;
        margin-left: 10px;
    }

    .r-mdb > .poster-image-box {
        aspect-ratio: 16 / 9;
        background-position: center;
        background-size: contain;
    }

    .poster-image {
        width: 100%;
        height: 100%;
        line-height: normal;
    }

    /* Header layout */
    .hdr-main-menu .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hdr-main-menu .main ul {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: -52px;
    }

    /* Footer layout */
    .hdr-footer-menu {
        text-align: center;
    }

    .hdr-footer-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    /* Logo scaling */
    logo,
    .hdr-footer-menu > logo {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    

    .d-logo,
    .hdr-footer-menu > .d-logo {
        float: none;
        margin: 10px 0;
        text-align: center;
    }

    /* Dev Club Grid */
    #dev-club .inr .devclass-outer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #dev-club .inr .devclass-outer .dev-member {
        width: 100%;
    }

}