
*{
    padding:0;
    margin:0 auto;
}


body {
    font-family: 'Helvetica';
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6{
     font-family: 'Oswald';
}

a, a:hover{
    text-decoration: none;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EurostileExt-Med';
    src: url('../fonts/EurostileExt-Med.eot');
    src: url('../fonts/EurostileExt-Med.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EurostileExt-Med.woff2') format('woff2'),
        url('../fonts/EurostileExt-Med.woff') format('woff'),
        url('../fonts/EurostileExt-Med.ttf') format('truetype'),
        url('../fonts/EurostileExt-Med.svg#EurostileExt-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.eurostile-med {
    font-family: 'EurostileExt-Med';
    font-size: 14px;
}

.container {
    max-width: 93%;
    position: relative;
    z-index: 1;
}
.border-orange {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    width: 200px;
}
.in-focus {
    max-width: 550px;
    margin-top: 70px;
}
/*.banner {
    background-size: cover !important;
    height: 100vh;
    padding: 40px 0;
}*/
.banner {
    background-size: cover !important;
    /*height: 100vh;*/
    /*padding: 40px 0;*/
    overflow: hidden;
}
.border-orange {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.border-orange span {
    right: 0;
    color: #fff;
    z-index: 9;
    margin: 0;
}

.bannerh1 span {
    font-size: 54px;
}
.bannerh1 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.col-caption{
        z-index: 1;
}
.col-caption:after{
    content: '';
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 300px; */
    z-index: -1;
    padding:60px 0;
}

.banner:after {
    content: '';
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 300px; */
    padding: 120px 0;
}

.pad80 {
    padding:80px 0;
}

.h4 {
    font-size: 50px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.h4-blue {
    color: #0095d6;
}

.ceo-wrapper {
    width: 190px;
    float: right;
    margin-bottom: 50px;
    position: relative;
}

.spot-line {
    width: 60px;
    position: absolute;
    right: 11%;
    bottom: -20px;
    transform: rotate(180deg);
    padding: 0 10px;
    border-radius: 0 !important;
}

.grey {
    background:#f3f3f3;
}
.worldst-caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    backdrop-filter: blur(11px);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 30px;
    background: rgb(0 0 0 / 41%);
}
.worldst-caption ul {
    list-style: none;
}
.worldst video {
    height: 600px;
    border-radius: 10px;
    object-fit: cover;
}

.worldst-caption ul {
    list-style: none;
    display: flex;
}
.worldst-caption ul li:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
}
.worldst-caption ul li {
    margin: 0;
    display: flex;
    align-items: anchor-center;
    margin-right: 30px;
    color: #fff;
    border-right: solid 1px #ffffff33;
    padding-right: 30px;
}
.worldst-caption ul li p {
    font-size: 40px;
    margin: 0;
    margin-right: 15px;
}
.worldst-caption ul li img {
    width: 130px;
    margin-right: 15px;
}
.worldst-caption ul li span {
    font-size: 14px;
    line-height: 1.2;
}

.col-caption {
    padding: 30px;
}
.col-box {
    position: relative;
    background-size: cover !important;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    background-position: center !important;
}
.col-caption {
    padding: 20px 20px;
       transition: all 
ease-in-out .5s;
    align-items: revert;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-caption span, .col-caption-hover span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .5s;
    margin:0;
}
.col-caption-hover p {
    margin: 0;
    font-size: 14px;
}

.col-caption h5 , .col-caption span {
    margin:0;
}
.col-box:hover .col-caption{
     transform:translateY(100%);
}
.col-box:hover .col-caption-hover{
     transform:translateY(0%);
}

.col-caption-hover {
        transition: all ease-in-out .5s;
        transform:translateY(100%);
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    align-items: revert;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:1;
    color: #fff;
    backdrop-filter: blur(12px);
    background: #0000003d;
}
.review-box p {
    margin: 0;
    padding: 19px 0;
    border-bottom: solid 1px #ebebeb;
}
.crafting-wrapper .col {
    transition: all 
ease-in-out .5s;
    padding: 0 10px;
}
.crafting-wrapper .col:hover {
        flex-grow: 2;
}

.review-video video{
    border-radius:10px;
}
.watermark .bg {
    position: absolute;
    bottom: 0;
    top: 0px;
    z-index: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box p {
    color:#000;
}

.btns_line {
    margin:0;
    color: #000;
    font-size: 14px;
    
    display: inline-block;
    text-align: center;
    max-width: 150px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btns_line:hover:after {
    left: 38px
}

.btns_line:hover:before {
    left: 8px
}

.btns_line:after {
    content: "";
    width: 30px;
    background: #e7ad1a;
    height: 1px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: -30px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s
}

.btns_line:before {
    content: "";
    width: 30px;
    background: #e7ad1a;
    height: 1px;
    display: inline-block;
    position: relative;
    top: 0;
    left: -52px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s
}

.btns_line span {
    position: relative;
    left: -30px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
     color: #0095D6;
     text-transform:uppercase;
}

.news-box .news-logo {
    margin-bottom: 40px;
    margin-top: 10px;
    width: 110px;
}
.btns_line:hover span {
    left: 10px
}
.news-box p {
    font-size: 16px;
    padding: 12px 0;
    margin: 0;
}
.news-box .btns_line{
    position: absolute;
    bottom: 16px
}
.news-box {
    background: #fff;
    padding: 15px;
    margin: 0 10px;
    border-radius: 10px;
    height: 390px !important;
    position: relative;
}
.news-box img {
    margin:0;
}

.news-box:hover .overflow-hidden img {
    transform:scale(1.4);
}
.news-box .overflow-hidden img {
    border-radius: 10px;
    transition: all ease-in-out .5s;
}

.crafting-wrapper{
    margin-top:40px;
}
:focus-visible {
    outline: none;
}
.approx {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    font-size: 19px;
    margin: 0;
    color: #b2b2b2;
    right: 0;
    text-align: center;
    background: linear-gradient(90deg, #00000026, #0000009c);
    z-index: 2;
}
.news-box .overflow-hidden {
    border-radius:10px;
}
.worldmark-hover {
    z-index: 9;
    border: solid 2px #fff;
    padding: 4px;
    position: absolute;
    top: -114px;
    left: -43px;
    width: 190px;
    display: none;
}
.worldmak-data {
    background: #fff;
    padding: 20px;
}
.worldmak-data p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.worldmark.inactive.position-absolute span img{
    opacity:0;
    visibility: hidden;
}
sup {
    top: -6px;
}
.master-mobile{
    display:none;
}
.worldst-caption ul li:last-child .color-li{
        display:none;
    }
    
    .worldmark.position-absolute.worldmark5 .worldmak-data, 
    .worldmark.position-absolute.worldmark6 .worldmak-data{
    padding: 10px;
}
.worldmark.position-absolute span img {
    width: 75%;
    cursor: pointer;
    /*transition: all ease-in-out .5s;*/
    }


    .banner .banner-inner{
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin: auto;
        height: 100%;
        width: 100%;
        padding: 40px 0;
    }