﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

body {
    line-height: 1;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}



input,
select {
    vertical-align: middle;
}

/*-- RESET CSS ENDS HERE --*/


#WorkVideo {
    margin-top: -90px;
    left: 0;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
}

.padd-bottom15 {
    padding-bottom: 25px;
}

.con_inp {
    width: 100%;
    background: none;
    border: 1px solid #8d8d8d;
    margin: 7px 0px 12px;
}

#myVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#conVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

#navbar {
    position: absolute;
    top: 30px;
    z-index: 5;
    width: auto;
    margin: 0 auto;
    left: 28%;
}

.navbar-nav a {
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
    color: rgba(50, 60, 70, 1);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0px;
}

.navbar-nav a:hover,
.navbar-nav a:hover {
    font-family: 'Arimo';
    font-size: 1rem;
    font-style: italic;
    color: rgb(135 134 28);
    ;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-nav>li>a {
    padding: 0px 15px 0px 5px;
    background: url(../images/b-tilt.png) no-repeat right;
}

.çarrer {
    position: absolute;
    left: 50px;
    bottom: 70px;
    z-index: 5000;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav>li:last-child>a {
    background: none;
}

.navbar-nav>li:first-child>a {
    padding-left: 10px;
}

.navbar-nav {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 10px 12px;
}

.navbar-nav a.active {
    font-family: 'Arimo', sans-serif;
    font-size: 1rem;
    font-style: italic;
    color: rgba(50, 60, 70, 1);
    font-weight: 300;
    text-transform: uppercase;
}





.content {
    position: absolute;
    top: 30%;
    padding-left: 60px;
}

.content>h3 {
    font-family: 'Arimo';
    font-size: 1.15rem;
    color: rgba(50, 60, 70, 1);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.content>p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    /* letter-spacing: 0.04em;*/
    line-height: 1.15rem;
    text-shadow: 0px 0px #b1b1b1;
}

.brac-tab:hover,
.brac-tab:focus {
    rotate: scale(0.98)
}

.testing {
    object-fit: cover;
    width: 98.7vw;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -60px;
}

.wwd_l-content {
    position: absolute;
    top: 26%;
    font-family: 'Arimo';
    left: 8%;
}

.wwd_l-content>h2 {
    background: rgb(255, 255, 0);
    width: max-content;
    padding: 10px 15px;
    text-transform: uppercase;
    color: rgb(50, 60, 70);
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.wwd_l-content>h4 {
    font-size: .95rem;
    color: rgb(20 21 23);
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.wwd_l-content>ul>li {
    list-style: none;
    cursor: pointer;
    margin-bottom: 25px;
    padding-left: 30px;
    font-weight: 800;
    text-transform: uppercase;
    background: url(../images/d-arrow.png) no-repeat left;
    transform: rotate(0deg);

    letter-spacing: .05rem;
    font-size: 15px;
    color: rgb(20 21 23);
}

.wwd_l-content>ul>li:hover,
.wwd_l-content>ul>li:after {
    transform: translatex(-5px);
}

.padd-right15 {
    padding-right: 15px;
}

.wwd_r-content .inner-box>h3 {
    font-size: 1rem;
    color: rgba(255, 255, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.wwd_r-content .inner-box>p {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    padding: 0px 15px;
    line-height: 1.3em;
}

.wwd_r-content {
    position: absolute;
    top: 44%;
    font-family: 'Arimo', sans-serif;
    right: 0%;
    text-align: center;
    width: 300px;
    background: url(../images/board.png) center right no-repeat;

}

.wwd_r-content .inner-box>h4 {
    font-size: .85rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.wwd_r-content .inner-box>h3 {
    font-size: 1rem;
    color: rgba(255, 255, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.wwd_r-content .inner-box>p {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    padding: 0px 15px;
    line-height: 1.3em;
}

.block-sec {
    background: url(images/services.jpg) no-repeat center center fixed;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.wwd .modal-backdrop.in,
.stud .modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}

.wwd .modal-content,
.stud .modal-content {
    background-color: transparent;
}

.wwd .modal-header,
.stud .modal-content {
    padding: 15px;
    border-bottom: none;
}

.wwd .modal-content,
.stud .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}

.wwd .modal-title,
.stud .modal-title {
    margin: 0;
    line-height: 1.42857143;
    margin-top: 10%;
    font-size: 1.5rem;
    font-family: 'Arimo';
    text-transform: uppercase;
    color: rgb(255, 255, 0);
}

.wwd .modelCOntent,
.stud .modelCOntent {
    padding: 0px;
}

.wwd .modelCOntent>ul>li {
    list-style: none;
    line-height: 2em;
}

.modelCOntent p {
    font-style: italic;
    font-size: 15px !important;
    letter-spacing: 0.05em;
}

.work_container {

    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0px 60px;
    margin-top: -300px;
}

.work_container h1,
h2,
h3 {
    line-height: 1.42857143rem;
    font-size: 1.5rem;
    font-family: 'Arimo';
    text-transform: uppercase;
    color: rgb(50, 60, 70);
}

.work_container p {
    line-height: 1.2rem;
    font-size: 13px;
    margin: 15px 0px;
    color: rgb(50, 60, 70);
}

.work_container img {
    border-radius: 10px 0px 0px 10px;
}

ul.awards>li {
    list-style: none;
}

.awards h5 {
    position: relative;
    top: -70px;
    background: rgba(255, 255, 255, .7);
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.lr_gutter {
    padding-left: 0px;
    padding-right: 0px;
}


.stud .l_content {}

.stud .r_content ul li {
    list-style: none;
    line-height: 1.5rem;
    ;

}

.stud h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.3rem;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    ;
}

.underline--double {
    box-shadow:
        inset 0 -0.075em white,
        inset 0 -0.1em rgb(0, 0, 0),
        inset 0 -0.15em white,
        inset 0 -0.175em rgb(0, 0, 0);
}

.stud .l_content p {
    padding-bottom: 15px;
    line-height: 1.2rem;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: .03rem;

}

.x>li {
    line-height: 1.2rem;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    letter-spacing: .03rem;


}

.showreel {
    background: rgb(255 255 255 / 1);
    margin: 10px 0px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #0c0d48;
}

.showreel h3 {
    font-size: 1.2rem;
    color: #2a2929;
    margin: 50px 0px 0px;
}

.showreel a {
    color: #2a2929 !important;
}

.contact h4 {
    font-family: 'Arimo';
    font-weight: 700;
    padding-bottom: 20px
}

.loader {
    background: rgba(0, 0, 0, .75);
    min-height: 100vh;
    position: fixed;
    z-index: 50000;
    top: 0px;
    left: 0px;
    width: 100%;
}

.loaderImage {
    height: 150px;
    top: 40%;
    position: absolute;
    left: 40%;
}



#menu-top,
#consumerMenuTop {
    margin-right: -270px;
    right: 0;
    width: 270px;
    background: url(../images/M_menu_bg.jpg) top center;
    background-size: cover;
    ;
    border-left: 2px solid #dacd14;
    top: 0px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

#consumerMenuTop {
    margin-left: -270px;
    left: 0;
    width: 270px;
}

#btnRightSidebarMenuToggle {
    top: 60px;
    left: 0;
    position: fixed;
    z-index: 1;
}

#menu-top.active,
#consumerMenuTop.active {
    right: 270px;
    width: 325px;
    top: 0px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#consumerMenuTop.active {
    left: 270px;
    width: 270px;
    top: 0px;
}

.toggle-login {
    margin: 5px 5px 0 0;
    color: #fff;
    font-size: 22px;
    padding: 0px !important;
}

#menu-top li,
#consumerMenuTop li {
    list-style: none;
    padding: 10px 15px 10px 80px;
}

#menu-top li p,
#consumerMenuTop li p {
    padding-top: 5px;
}

#menu-top li.divider,
#consumerMenuTop.divider {
    border-bottom: 1px solid #000;
    height: 1px;
    margin: 0px;
    color: #767676;
    padding: 0px;
}

#menu-top a {
    color: #3a3a3a;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
}

#menu-top a:hover,
#consumerMenuTop a,
#consumerMenuTop a:hover {
    text-decoration: underline
}

#menu-top .top-links,
#consumerMenuTop .top-links {
    display: table;
    margin: 0 auto;
    float: none;
}

#menu-top li>.top-h li,
#consumerMenuTop li>.top-h li {
    padding: 4px 5px;
}

#menu-top li>.top-h li a,
#consumerMenuTop li>.top-h li a {
    padding: 4px 5px;
}

#OpenSideMenu {
    float: left;
    height: 40px;
    margin-bottom: 25px;
    margin-top: 2px;
}





.cont-con {
    margin-top: 12%;
}







#menu-top.active {
    background: url(../images/M_menu_bg.jpg) top center;
    background-size: cover;
    font-family: 'Arimo';
    padding: 10px 20px;
}


.inner-box {
    background: #565658;
    margin: 10px;
    padding: 10px;
    border: 5px solid #000;
    box-shadow: 2px 2px #fff;
    border-radius: 9px;
}

.checking {
    background: none;
    background-size: cover;
}

.studi {
    background: url(../images/services.jpg) no-repeat top center;
    background-size: cover;
    min-height: 100vh;
}

.sr_content {
    margin-top: 18%;
    float: right !important;
}

.playButton {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 46%;
    cursor: pointer;
}

.contact-bg {
    background: url(../images/contact-bg.jpg) no-repeat left top;
    background-size: contain;
}

#MuteButton::before {
    content: '🔈';
}

#MuteButton.muted::before {
    content: '🔇';
}

#MuteButton {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    color: #fff;
    z-index: 500000000;
    font-size: 1.5rem;
    border-radius: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999999;

}

#popup_content {
    width: 50%;
    padding: 15px;
    position: relative;
    top: 32%;
    left: 25%;
    cursor: pointer;
}

.dyButton::before {
    content: '🔇';
}

.pyButton:before {
    content: '🔈';
}

.dyButton {
    margin: 5px 0px;
}

.pyButton {
    float: right;
    margin: 5px 0px;
}

#pop_cont {
    cursor: pointer;
    cursor: pointer;
    width: 50%;
    padding: 15px;
    position: relative;
    top: 32%;
    left: 25%;
    cursor: pointer;
}

@media (max-width: 480px) {

    .checking {
        background: url(../images/m_inde_bg.jpg) top center;
        background-size: cover;
    }

    .tes {
        width: 180vw;
        position: relative;
        bottom: 0;
        left: -60px;
    }

    .cont-con {
        margin-top: 0%;
    }

    .content {
        position: relative;
        top: 0px;
        padding: 10px 20px;
    }

    .content>p {
        font-size: .9rem;
    }

    .testing {
        width: 178.7vw;
        position: relative;
        bottom: 0;
        left: -55px;
        margin-top: 94px;
    }

    .wwd_l-content {
        position: absolute;
        top: 62%;
        font-family: 'Arimo';
        left: 6%;
    }

    .wwd_r-content {
        position: absolute;
        top: 15%;
        right: 0%;
        text-align: center;
        background: url(../images/board.png) center right no-repeat;
    }

    .dyButton::before {
        content: none;
    }

    .pyButton:before {
        content: none;

    }

    .pyButton {
        float: left;
    }

    .inner-box {
        background: #565658;
        margin: 10px;
        padding: 10px;
        border: 2px solid #000;
        box-shadow: 2px 2px #fff;
        border-radius: 9px;
    }

    .work_container {
        padding: 0px 0px;
        margin-top: 0px;
    }

    #WorkVideo {
        margin-top: 0px;
    }

    #conVideo {
        object-fit: cover;
        width: 100vw;
        height: auto;
        position: fixed;
        top: 70%;
        left: 0;
    }

    .çarrer {
        left: 21%;
        bottom: 5px;
        text-align: center;
        background: rgba(255, 255, 255, .5);
        padding: 10px 25px;
    }

    .studi {
        background: url(../images/M_studiobg.jpg) no-repeat top center;
        background-size: cover;
        min-height: auto;
    }

    .stud .l_content p {
        padding-bottom: 5px;
        line-height: 1rem;
        font-family: 'Kanit', sans-serif;
        font-size: 13px;
        letter-spacing: .03rem;
    }

    .sr_content {
        margin-top: 18%;
        float: none;
        margin-bottom: 0px;
    }

    .playButton {
        width: 110px;
        height: 51px;
        padding: 10px;
        margin: 61px auto 30px;
        position: relative;
        bottom: 45px;
        left: 116px;
        cursor: pointer;
    }

    .showreel h3 {
        margin: 20px 0px 20px;
    }

    .contact-bg {
        background: url(../images/M_contact_bg2.jpg) no-repeat center top;
        background-size: cover;
        min-height: 100vh;
    }

}

@media (min-width:1440px) {
    .testing {
        object-fit: cover;
        width: 100vw;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: -60px;
        min-height: 100vh;
    }
}

@media (min-width: 1980px) and (max-width: 2560px) {
    .testing {
        object-fit: cover;
        width: 100vw;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 0px;
        min-height: 100vh;
    }

    .content {
        position: absolute;
        top: 40%;
        padding-left: 180px;
    }

    #navbar {
        left: 38%;
    }

}

@media (min-width: 1024px) and (max-width:1244px) {
    .content {
        position: absolute;
        top: 14%;
        padding-left: 60px;
    }
}

@media (min-width: 1244px) and (max-width:1440x) {
    .content {
        position: absolute;
        top: 8%;
        padding-left: 60px;
    }


}




/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* CSS */
    .testing {
        object-fit: cover;
        width: 100vw;
        position: relative;
        bottom: 0;
        left: 0;
        min-height: 100vh;
        margin-top: 0px;
    }

    .content {
        position: absolute;
        top: 32%;
        padding-left: 100px;
    }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* CSS */
    .testing {
        object-fit: cover;
        width: 99vw;
        position: relative;
        bottom: 0;
        left: 0px;
        min-height: 96vh;
        margin-top: 0px;
    }
}







/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
video::-webkit-media-controls-start-playback-glyph {
    will-change: opacity;
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.close {
    opacity: 1;
}

.foofter {
    position: absolute;
    bottom: 10px;
    left: 20%;
}