@charset "UTF-8";

@font-face {
    font-family: 'EQHeadline-Regular';
    src: url('../fonts/EQHeadline-Regular.eot');
    src: url('../fonts/EQHeadline-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/EQHeadline-Regular.woff2') format('woff2'), url('../fonts/EQHeadline-Regular.woff') format('woff'), url('../fonts/EQHeadline-Regular.svg#EQHeadline-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EQHeadline-Bold';
    src: url('../fonts/EQHeadline-Bold.eot');
    src: url('../fonts/EQHeadline-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/EQHeadline-Bold.woff2') format('woff2'), url('../fonts/EQHeadline-Bold.woff') format('woff'), url('../fonts/EQHeadline-Bold.svg#EQHeadline-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bright: #ece7e4;
    --black: #000;
    --white: #FFF;
    --blue: #4F708C;
    --red: #cc0000;
    --gray: #333;
    --thfont: 'EQHeadline-Regular';
    --thfontB: 'EQHeadline-Bold';
    --orenge: #ee7421;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #444;
    font-family: 'EQHeadline-Regular', sans-serif;
    font-size: 1.5rem;
    overflow-x: hidden;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

html,
body {
    width: 100%;
    height: 100%;
}

.btn {
    font-size: 1.5rem;
}

img {
    width: 100%;
    height: auto;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

#hero {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.scassetlogo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 150px;
    height: auto;
    z-index: 3;
}

/* Prelaoder */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--gold);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #4bd680;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid var(--orenge);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/* */
.yplayer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
    aspect-ratio: 3 / 2;
}

/*.yplayer iframe, .yplayer object, .yplayer embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}*/
.player__poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    transition-duration: 250ms;
    transition-property: opacity;
}

.player__poster--hidden {
    opacity: 0;
    pointer-events: none;
}

.player__poster-btn {
    position: relative;
    font-size: 0;
    color: transparent;
    line-height: 1;
    outline: none;
    cursor: pointer;
    border: none;
    background: rgba(238, 116, 33, .9);
    border: none;
    transition-duration: 250ms;
    transition-property: transform;
    transform: translate(-50%, -50%);
}

.player__poster-thumb {

    /* poster  */
    display: block;
    height: 100%;
    object-fit: cover;
  
}

.player__video {

    /* youtube */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ytp-embed:not(.ad-showing) .ytp-title-text {
    display: none !important;
}

.player__progress {

    /* seek bar */
    display: none;
    width: 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    height: 3px;
    background-color: red;
    transition-duration: 250ms;
    transition-property: bottom;
}

.yplayer:not(.player--state-loading):hover .player__progress {
    bottom: 10px;
}

.player__progress-indicator {
    position: absolute;
    top: -4px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: red;
    border-radius: 50%;
    transition-duration: 100ms;
    transition-property: left;
    transform: translateX(-50%);
}

.player--state-loading .player__poster,
.player--state-loading .player__video {
    visibility: hidden;
}

/*======  */
.textoverlap {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 3;
    top: 40%;
    right: 0;
    width: 30%;
    margin: 30px;
    transform: translateY(-50%);
}

img.keyheader {

    /*Key Header*/
    width: 80%;
    height: auto;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

.textslide {

    /* Key message animation */
    width: 80%;
    min-height: 140px;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.textslide li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 1.4em;
    font-weight: 400;
}

.btnwatchvid {
    background-color: rgba(238, 116, 33, .3);
    padding: 10px 30px;
    border-radius: 30px;
    color: #FFF;
    white-space: nowrap;
    font-size: 1.1em;
    border: none;
    display: inline-block !important;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btnwatchvid:hover, .btnwatchvid:focus {
    color: #FFF;
    background-color: rgba(238, 116, 33, .5);
}

.btnwatchvid i {
    margin-right: 2px;
    transition: all ease-in-out .35s;
}

.btnwatchvid:hover i {
    margin-right: 10px;
}

.hilight {
    background: url('../img/conercurver.svg') no-repeat var(--bright) 0 0;
    background-size: 30% auto;
    width: 100%;
    height: auto;
    min-height: 80vh;
    position: relative;
}

/**/
.flexbox {
    display: flex;
    flex-direction: row;
}

.flexbox .box1 {
    width: 20%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flexbox .box1 h3 {
    color: #FFF;
    font-size: 2em;
}

.flexbox .box2 {
    width: 80%;
    margin: 40px;
    display: flex;
    flex-direction: row;
}

.vidbox, .vidbox:focus, .vidbox:hover {
    /* button */
    display: flex;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
 
    border-radius: 20px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;

}

.vidbox.active {
    outline: none;
    border: none;
    /*	border: 3px solid rgba(255, 255, 255, .8);*/
}

.thumber {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .35s;
}

.vidbox img {
    width: 100%;
    transform: scale(1);
    transition: all ease-in-out .35s;
}

.vidbox:hover img {
    transform: scale(1.2) rotate(-5deg);
}

.thumber:hover:before,
.thumber:hover:after {
    bottom: 10px;
    transition: all ease-in-out .35s;
}

.thumber:before {
    content: "\f4f3";
    font-family: bootstrap-icons !important;
    position: absolute;
    bottom: -20px;
    left: 10px;
    color: #FFF;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 3;
}

.thumber:after {
    content: "Watch video";
    position: absolute;
    bottom: -20px;
    left: 30px;
    color: #FFF;
    font-size: .9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 3;
}

.vidbox h4 {

    /* name */
    font-size: 1.4em !important;
    font-weight: 600;
    color: #333;
    margin: 20px 0 10px 0 !important;
    /*	text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;*/
    letter-spacing: 1px;
}

.vidbox h5 {

    /* position  */
    font-family: var(--thfontB);
    font-size: 1em;
    color: var(--gray);
}

.vidbox p {
    font-size: 1em;
    color: var(--gray);
    text-align: left !important;
    margin: 0;
    position: 0;
}

/**/
.quoat {
    position: relative;
    text-align: center;
    margin: 80px auto 0 auto;
    width: 60%;
}

.quoat:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "”";
    font-size: 8em;
    font-family: sans-serif;
    color: #CCC;
    font-weight: 600;
    line-height: 0;
}

.quoat h2 {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 1px;
    color: #333;
}

.quoat h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #333;
}

/*  */
.contentHead {
    margin: 80px 0 20px 0;
    padding: 30px;
}

.contentHead h2 {
    font-family: var(--thfontB);
    font-size: 1.8em;
    letter-spacing: .5px;
    color: #333;
}

.contentHead h3 {
    font-family: var(--thfont);
    font-size: 1.6em;
    letter-spacing: .5px;
    color: #333;
}

/* Footer section */
.footer {
    background-color: var(--orenge);
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px;
}

.footerlogo,
.sociallink {
    display: flex;
    flex-direction: column;
}

.footerlogo {
    width: 50%;
    justify-content: flex-end;
}

.footerlogo img {
    width: 150px;
}

.sociallink {
    width: 50%;
    justify-content: flex-end;
}

.sociallink small {
    color: #FFF;
    font-size: .8em;
    line-height: 0;
    white-space: nowrap;
    font-weight: lighter;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 10px;
}

.sociallink ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.sociallink ul li {
    list-style: none;
    width: 50px;
}

.sociallink ul li img {
    width: 100%;
    height: auto;
}

/* CV card */
.cvcontainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.cvcontainer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
}

.cvcontainer ul li {
    display: flex;
    width: calc(100% / 4);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cvcontainer ul li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all ease-in-out .35s;
}

.cvcontainer ul li:hover img {
    transform: scale(1.1) rotate(-4deg);
}

.cvcontainer ul li:hover .btnOpenCV,
.cvcontainer ul li:focus .btnOpenCV {
    opacity: 1;
}

.backfade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 10%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 10%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.backfade .swap {
    opacity: 0;
    margin-top: 30px;
    text-align: center;
    transition: all ease-in-out .35s;
    cursor: default;
}

.cvcontainer ul li .backfade:hover .swap,
.cvcontainer ul li .backfade:focus .swap {
    margin-top: 0;
    opacity: 1;
    cursor: default;
}

.backfade .swap h3 {
    font-size: 2.5em;
    font-family: var(--thfontB);
    color: #FFF;
    width: 100%;
    margin: 0 auto 20px auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.backfade .swap h4 {
    font-size: 1.8em;
    font-family: var(--thfont);
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    width: 80%;
    margin: 0 auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.btnOpenCV {

    /*	position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
}

.btnOpenCV:hover .cvopenicon {
    opacity: 1;
}

.cvopenicon {
    position: absolute;
    font-family: var(--thfont);
    bottom: 10px;
    right: 20px;
    color: #FFF;
    font-size: 1.2em;
    background: transparent;
    text-transform: uppercase;
    border: none;
    z-index: 99;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    opacity: .4;
    transition: all ease-in-out .35s;
}

.cvopenicon:after {
    content: "\F140";
    font-family: bootstrap-icons !important;
    /*	font-size: 2em;*/
    margin: 0 5px;
}

.cvopenicon:hover,
.cvopenicon:focus {
    opacity: 1;
}

/*  */
@media(max-width:1200px) {
    .flexbox .box1 {
        width: 30%;
    }

    .flexbox .box2 {
        width: 70%;
    }

    .hilight {
        background-size: 50% auto;
    }
 

    .backfade .swap h3 {
        font-size: 1.4em;
    }

    .backfade .swap h4 {
        font-size: 1.1em;
    }

}

@media(max-width:992px) {
    .textoverlap {
        width: 50%;
    }

    .textslide {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .textslide li {
        font-size: 1.1em;
    }

    .btnwatchvid {
        margin-left: 0;
    }

    .backfade {
        opacity: 1 !important;
    }

    .backfade .swap h3 {
        font-size: 1.4em;
    }

    .backfade .swap h4 {
        font-size: 1.1em;
    }

    img.keyheader {
        width: 200px;
    }

    .hilight {
        background-size: 50% auto;
    }

    .flexbox {
        display: flex;
        flex-direction: column;
    }

    .flexbox .box1 {
        width: 50%;
        padding: 20px;
    }

    .flexbox .box1 h3 br {
        display: none;
    }

    .flexbox .box1 h3 {
        padding: 5px;
        font-size: 2em;
    }

    .cvopenicon {
        right: 0;
        font-size: 1em;
        opacity: 1;
    }

    .flexbox .box2 {
        width: 100%;
        margin: 0;
        padding: 0px 30px;
    }

    .vidbox p {
        font-size: 1.2rem;
    }

}

@media(max-width:766px) {
    .cvcontainer ul li {
        display: flex;
        width: 50%;
    }

    .backfade .swap {
        opacity: 1;
    }

    .cvopenicon {
        opacity: 1;
    }

}

.boxcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background: #FFF;
}

.boxcenter h2 {
    font-size: 2em;
    font-family: var(--thfontB);
    margin-bottom: 20px;
}

.boxcenter p {
    font-size: 1em;
    margin: 20px 0 0 0;
    font-family: var(--thfont);
    color: #333;
    text-align: center;
    width: 90%;
}

/*  popbox */
.popbox {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

.duopannel {
    width: 95%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bgBkpop {
    position: fixed;
    display: table;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.duopannel .cvpannel {
    width: 42%;
    height: 100%;
    margin-right: 10px;
    /*	background: #d2c6bc;*/
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-radius: 10px;
    overflow-y: auto;
    z-index: 2;
}

.duopannel .cvpannel img {
    /* cv */
    width: 100%;
    height: auto;
    object-fit: cover;
}

.duopannel .vlog {
    width: 30%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
    align-items: center;
    /*	position: relative;*/
}

/**/
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: var(--orenge);
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
    background-color: var(--orenge);
}

.glightbox-clean .gclose {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/**/
.btnclosepop {
    border: none;
    background-color: transparent;
    position: fixed;
    width: 40px;
    height: 40px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: var(--orenge);
    border-radius: 50%;
    box-sizing: border-box;
}

.switchmode {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

.switchmode button {
    border: none;
    position: relative;
    background-color: transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 99;
    display: flex;
    background-color: var(--orenge);
    border-radius: 50%;
    box-sizing: border-box;
}

.switchmode span {

    /* Label */
    font-size: 1.2em;
    color: var(--white);
    position: fixed;
    letter-spacing: 1px;
    right: 80px;
}

.switchmode button i {
    font-size: 1.5em;
    color: var(--white);
}

/**/
.btnclosepop {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btnclosepop i {
    font-size: 1.5em;
    color: var(--white);
}

/**/
.cvpannel::-webkit-scrollbar,
.vlog::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.cvpannel::-webkit-scrollbar-track,
.vlog::-webkit-scrollbar-track {
    background: var(--bright);
    border-radius: 10px;
}

.cvpannel::-webkit-scrollbar-thumb,
.vlog::-webkit-scrollbar-thumb {
    background-color: var(--orenge);
    border-radius: 20px;
    border: 3px solid var(--orenge);
}

.videobox {
    position: relative;
    width: 100%;
    height: 100%;
}

.vlog {
    overflow-y: auto;
}

.vlog .youtube-video-container {
    padding-top: 56.25%;
    height: 0px;
}

.vlog .youtube-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vlog video {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.keymessage {
    position: relative;
    bottom: 0;
}

.btnOrenge {
    background-color: var(--orenge);
    font-family: var(--thfont);
    color: #FFF;
    font-size: 1.3em;
    text-align: center;
    padding: 10px 25px;
    width: auto;
    margin: 5px auto;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    outline: none;
    letter-spacing: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: all ease-in-out .35s;
}

.btnOrenge:hover,
.btnOrenge:focus {
    color: #FFF;
    letter-spacing: 5px;
}

.wtext {
    color: var(--white) !important;
}

/**/
@media(max-width:1500px) {
    .duopannel .cvpannel {
        width: 50%;
    }

    .duopannel .vlog {
        width: 40%;
    }

}

/* ipad Air */
@media only screen and (min-device-width:820px) and (max-device-width:1180px) {
    .keymessage {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .duopannel {
        display: flex;
        justify-content: center;
    }

    .videobox {
        height: 85%;
    }

    .duopannel .cvpannel {
        display: flex;
        width: 50%;
        height: 85%;
        flex-direction: column;
        justify-content: flex-start;
        top: 0;
    }

    .duopannel .vlog {
        width: 40%;
        background: transparent;
    }

    .switchmode {
        bottom: 20px;
        right: 20px;
    }

    .switchmode button {
        width: 50px;
        height: 50px;
    }

    .btnclosepop {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: auto;
        top: auto;
        width: 50px;
        height: 50px;
    }

}

/* iphone */
@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) {

    .switchmode button,
    .btnclosepop {
        width: 50px;
        height: 50px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .btnclosepop {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: auto;
        top: auto;
    }

    .switchmode {
        bottom: 20px;
        right: 20px;
    }

    .switchmode span {

        /* Label */
        font-size: 1.5em;
        color: var(--white);
        position: fixed;
        letter-spacing: 1px;
        right: 100px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
    }

    .switchmode button,
    .btnclosepop {
        width: 60px;
        height: 60px;
    }

    .switchmode button i {
        font-size: 2em;
    }

    .keymessage {
        bottom: 15px;
    }

}

@media(max-width:992px) {
    .duopannel {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .duopannel .cvpannel {
        box-sizing: border-box;
        width: auto;
        height: 100%;
        margin: 0 0 0 75px;
        overflow-y: auto;
    }

    .duopannel .vlog {
        box-sizing: border-box;
        width: 100%;
        height: 85vh;
    }

    .switchmode {
        display: flex;
    }

    .btnclosepop {
        display: flex;
        position: fixed;
    }

    .boxcenter h2 {
        width: 60%;
        text-align: center;
    }

    .btnOrenge {
        padding: 10px 30px;
    }

    .keymessage h3:before {
        display: none;
    }

    .keymessage h3 br {
        display: none;
    }

    .keymessage p {
        margin: 0;
    }

    .duopannel .cvpannel {
        display: flex;
    }

    .duopannel .vlog {
        display: none;
        border-radius: 0;
    }

    .footer {
        flex-direction: column;
    }

    .footerlogo {
        width: 100%;
        justify-content: center;
    }

    .footerlogo img {
        margin: 0 auto 10px auto;
    }

    .sociallink {
        width: 100%;
        justify-content: center;
    }

    .footerlogo,
    .sociallink {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width:480px) {
    .textoverlap {
        width: 100%;
        position: absolute;
        padding: 20px;
        margin: 0;
        top: 70%;
        left: 0;
        right: 0;
    }

    .btnclosepop {
        top: 10px;
        right: 10px;
    }

    .yplayer {
        height: 80vh;
    }

    .sociallink ul li {
        width: calc(100% / 7);
    }

    .player__poster-thumb {
        object-fit: cover;
        object-position: 0 0;
    }

    .scassetlogo {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 100px;
        z-index: 3;
    }

    .cvopenicon {
        opacity: 1;
    }

    .contentHead h3 {
        font-size: 1.4em;
    }

    .quoat h3 br {
        display: none;
    }

    .quoat {
        width: 100%;
    }

    .flexbox .box1 h3 {
        font-size: 1.5em !important;
        justify-content: flex-start;
    }

    .backfade .swap h3 {
        font-size: 1.2em;
        letter-spacing: 0;
        margin: 0 auto 10px auto;
    }

    .backfade .swap h4 {

        /* Position */
        font-size: .9em;
        font-family: var(--thfont);
        letter-spacing: 1px;
    }

    .flexbox .box1 {
        justify-content: flex-start;
    }

    .flexbox .box1 h3 br {
        display: block;
    }

    .textslide {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .textslide li {
        font-size: 1.2em;
        font-family: var(--thfont);
        font-weight: 400;
    }

    .hilight {
        background-size: 100% auto;
    }

    .flexbox .box1 {
        width: 90%
    }

    .flexbox .box2 {
        flex-direction: column;
    }

    .vidbox h3 {
        font-size: 1.2em;
        color: var(--orenge) !important;
    }

    .vidbox h4 {
        font-size: 1.1em;
    }

    .vidbox p {
        font-size: 1.2em;
    }

    .btnOpenCV {
        right: 10px;
        font-size: 1em;
        opacity: 1;
    }

    .btnOpenCV:after {
        font-size: 1.5em !important;
    }

    .btnclosepop {
        right: 10px;
        bottom: 10px;
    }

    .btnclosepop,
    .switchmode button {
        width: 40px;
        height: 40px;
    }

    .duopannel .cvpannel img {
        width: 100%;
        height: auto;
        overflow-y: scroll;
    }

    .duopannel .vlog {
        overflow-x: hidden;
    }

    .duopannel .cvpannel {
        display: flex;
        justify-content: center;
    }

    .switchmode {
        right: 10px;
        bottom: 10px;
    }

    .switchmode span {
        right: 60px;
    }

    .keymessage {
        position: absolute;
        bottom: 5px;
        left: 10px;
    }

    .keymessage .btnOrenge {
        font-size: 1em;
        padding: 10px 20px;
        letter-spacing: 1px;
    }

    .keymessage .btnOrenge:hover,
    .keymessage .btnOrenge:focus {
        letter-spacing: 1px;
    }

}

/**/
.creditthanks {
    background-color: var(--gray);
    padding: 80px 0;
}

.creditthanks>h3 {
    text-align: center;
    font-size: 1.8em;
    width: 100%;
    margin-bottom: 30px;
    color: #FFF;
    letter-spacing: 1px;
}

.creditthanks>h3 b {
    letter-spacing: 2px;
}

.credit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.credit .namebox {
    width: 40%;
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: center;

}

.credit .namebox .avata {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.credit .namebox .textb {
    display: flex;
    flex-direction: column;
}

.credit .namebox .avata img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.credit .namebox .textb h5 {
    /* Name */
    font-size: 1.4em;
    color: #FFF;
    letter-spacing: 1px;
    color: var(--orenge);
}

.credit .namebox .textb p {
    font-size: 1em;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 1px;
}

.credit .namebox p b {
    font-size: .9em;
    font-weight: 500 !important;
}

@media(max-width:850px) {
    .credit {
        display: block;
    }
    .credit br{
    	display: none;
    }
    .credit .namebox {
        width: 100%;
        display: block;
        text-align: center;
    }
    .credit .namebox .avata{
    	margin: 20px auto ;
    }
    .credit .namebox .textb p {
    	max-width: 400px;
    	margin: 0 auto;
    	text-align: center;
    }
}