body {
    background-color: #052330;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.page {
    overflow-x: hidden;
}
.header {
    width: 100%;
    height: 700px;
    background-image: url(images/top_image_1920.jpg);
    background-position: center;
}
.header-content {
    width: 100%;
    height: 100%;
    /*background-color: rgba(5, 35, 48, 0.7);*/
}
.header-content h1 img {
    width: 100%;
}
.header-content h1 {
    height: 248px;
    font-size: 200px;
    font-weight: 800;
    text-align: center;
    padding: 60px 0 0;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 0 #ff6b24;
    display: block;
    max-width: 545px;
    margin: 0 auto;
}
h2 {
    margin: 85px 0 0;
    font-size: 60px;
    font-weight: 800;
    padding: 0;
    text-align: center;
    padding-top: 20px;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 0 #ff6b24;
}
.title {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    padding: 95px 15px 135px;
}
.container {
    width: 1410px;
    margin: 0 auto;
    padding: 0;
}

.scroll-down-block {
    text-align: center;
}
.scroll-down-block img {
    cursor: pointer;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.simple-hex {
    background-image: url(images/mask.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
}

.simple-hex:hover {
    background-image: url(images/mask-hover.png);
}

.simple-hex-size {
    width: 230px;
    height: 230px;
    padding: 10px;
}

.bp-hex {
    margin: auto;
}
.bp-hex .small-logo {
}

.bp-hex .bp-text {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    padding-left: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.d-none {
    display: none !important;
}
.interest-to-join {
    left: 37.6%;
    position: relative;
    transform: scale(0.75);
}

.color-jizo {
    color: #ff6b24;
}

span.hexText {
    width: 100%;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1.1px;
    text-align: center;
    color: #fff;
}

span.hexInterstText {
    top: 44%;
    left: 0;
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: -0.67px;
    text-align: center;
    color: #fff;
}

.interestText {
    display: contents;
    color: #ff6b24;
}

.interestText-join {
    display: none;
    color: #ffffff;
}
.hexLink:hover .interestText-join {
    display: contents;
    color: #ffffff;
}
.hexLink:hover .interestText {
    display: none;
    color: #ffffff;
}
#hexGrid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    /*overflow: hidden;*/
    list-style-type: none;
}

.hex {
    position: relative;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
    transition: all 0.5s;
    backface-visibility: hidden;
    will-change: transform;
    transition: all 0.5s;
}
.hex::after {
    content: "";
    display: block;
    padding-bottom: 86.602%; /* =  100 / tan(60) * 1.5 */
}
.hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%; /* =  width / sin(60) */
    margin: 2%;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transition: all 0.5s;
}
.hexIn * {
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    /*background-image: linear-gradient(45deg, #052330, #1a3947 100%);*/
    background-image: url("images/mask.png");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.hex h1,
.hex p {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    font-weight: 300;
    opacity: 0;
}

#demo1 {
    color: #f5ce95;
    text-transform: capitalize;
    text-align: center;
    bottom: 50%;
    padding-top: 50%;
    font-size: 1.5em;
    z-index: 1;
}
.hex h1:before,
.hex h1:after {
    display: inline-block;
    margin: 0 0.5em;
    width: 0.25em;
    height: 0.03em;
    background: #ffffff;
    content: "";
    vertical-align: middle;
    transition: all 0.3s;
    text-align: center;
}

#demo2 {
    top: 50%;
    text-align: center;
    text-transform: uppercase;
}

.img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img:before,
.img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.5s;
}
.img:before {
    background: rgba(22, 103, 137, 0.3);
}
.img:after {
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}
.play-btn {
    width: 911px;
    padding-left: 30px;
}

.play-btn a {
    color: #ff6b24;
    text-decoration: none;
    font-size: 60px;
    display: inline-block;
    width: 33%;
    text-align: center;
}

.play-btn a:hover {
    color: #fff;
}
.play-btn a {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}

.and-something-extra {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}
/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p {
    opacity: 1;
    background-image: url("images/mask-hover.png");
    background-position: center;
    background-size: 100% auto;
    transition: background-image 0.25s ease-in-out;
}

.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
    opacity: 1;
    background-image: url("images/mask-hover.png");
    background-position: center;
    background-size: 100% auto;
    transition: background-image 0.25s ease-in-out;
}

.z100 {
    z-index: 100;
}

img.addit_video {
    width: 80%;
    max-width: 230px;
}

.showMouseOver {
    opacity: 0;
    transition: opacity 0s ease-in-out;
}
.hexIn:hover .hexLink .showMouseOver {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.hexIn:hover .hexLink .hideMouseOver {
    opacity: 0;
    transition: opacity 0s ease-in-out;
}

/* .hexText middle align */
.hexText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
/* .hexText font size fit width */
.hexText {
    /*font-size: 1.4vw;*/
    line-height: 1.5;
}

.modal video {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.name {
    margin-top: -30px;
    font-size: 28px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
}
.btitle {
    margin-top: 41px;
    font-size: 24px;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    text-align: center;
    color: #fff;
}

div#emailModal {
    max-width: 600px;
    text-align: justify;
    color: #333333;
    max-height: max-content;
    height: fit-content;
    background: #ffffff;
}

div#emailModal .modal-title {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-bottom: 16px;
    color: #333333;
    text-align: center;
}

div#emailModal label {
    padding: 8px 12px 4px 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    vertical-align: middle;
}

div#emailModal input {
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 20px);
}

div#emailModal input:focus {
    border-color: rgba(0,208,228,.5);
    box-shadow: 0 0 4px 1px rgba(0,208,228,.3), 0 0 0 1px #00d0e4;
    outline: 0;
}

div#emailModal label#email-error {
    color: coral;
    font-size: 12px;
}

div#emailModal .modal-text {
    font-size: 14px;
    font-weight: 400;
    color: #33475b;
    line-height: 24px;
}

div#emailModal .modal-btn {
    text-align: center;
}

div#emailModal .btn-submit {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 24px;
    font-weight: 500;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -moz-osx-font-smoothing: auto;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .15s ease-out;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

div#emailModal .btn-submit:disabled {
    background-color: #eaf0f6!important;
    border-color: #eaf0f6!important;
    color: #b0c1d4!important;
    cursor: not-allowed;
}

@media only screen and (max-width: 1399px) {
    .play-btn {
        padding-left: 0;
    }
    .container {
        width: 100%;
    }
}
@media (min-width: 1201px) {
    /* <- 4-3  hexagons per row */
    #hexGrid {
        padding-bottom: 5.5%;
        font-size: 30px;
    }
    .hex {
        width: 25%; /* = 100 / 4 */
    }
    .hex:nth-child(7n + 5) {
        /* first hexagon of even rows */
        margin-left: 12.5%; /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    /* <- 3-2  hexagons per row */
    #hexGrid {
        padding-bottom: 7.4%;
        font-size: 30px;
    }
    .hex {
        width: 33.333%; /* = 100 / 3 */
    }
    .hex:nth-child(5n + 4) {
        /* first hexagon of even rows */
        margin-left: 16.666%; /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) {
    /* <- 2-1  hexagons per row */
    #hexGrid {
        padding-bottom: 11.2%;
        font-size: 30px;
    }
    .hex {
        width: 50%; /* = 100 / 3 */
    }
    .hex:nth-child(3n + 3) {
        /* first hexagon of even rows */
        margin-left: 25%; /* = width of .hex / 2  to indent even rows */
    }

    .interest-to-join {
        left: auto;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    h2 {
        margin-top: 0;
    }
    .title {
        font-size: 10vw;
        padding: 47px 15px 67px;
    }
    .name {
        font-size: 4vw;
    }
    .btitle {
        margin-top: 20px;
        font-size: 4vw;
    }
    #hexGrid {
        font-size: 4vw;
    }
    span.hexInterstText {
        font-size: 4vw;
    }
    span.hexInterstText {
        font-size: 4vw;
    }
    div#emailModal {
        max-width: 100%;
        width: 100%;
    }
    div#emailModal .modal-title {
        font-size: 20px;
    }
    .jquery-modal {
        padding: 0;
    }
}
