/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
    padding: 0 20px;
    z-index: 100;
    width: 100%;
    position: absolute;
}

.header--container {
    max-width: 1366px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header--container .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--container .nav li:not(:first-child) {
    margin-left: 30px;
}

.header--container .nav li:last-child {
    margin-left: 60px;
}

.header--container .nav a:not(.btn-contact) {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: .4s;
}

.header--container .nav a:hover {
    color: #0096AA;
    text-decoration: none;
}

.btn-contact {
    font-size: 13px;
    font-weight: 600;
    transition: .4s;
    padding: 15px 20px;
    color: #fff !important;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none !important;
}

.btn-contact:hover {
    background: #fff;
    color: #000 !important;
}

.btn-color {
    background: #0096AA;
    border-color: #0096AA;
}

.btn-color:hover {
    border-color: #fff;
}

.logo img {
    max-width: 200px;
}

.section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.section--section {
    padding: 80px 20px;
    width: 100%;
}

.section--section .section--container h2.section--title {
    font-size: 62px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section--section .section--container p.section--subtitle {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Video Section
--------------------------------------------------------------*/
.section-video, .section-video > video {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.section-video {
    height: 100vh;
    overflow: hidden;
}

.section-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    z-index: 10;
}

.section-video > video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.section-video .section--container {
    max-width: 625px;
    height: 100%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.section-video h1 {
    font-size: 68px;
    font-weight: 600;
    color: #fff;
    line-height: 90px;
    margin-bottom: 30px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.section-video p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    max-width: 380px;
    line-height: 27px;
    margin: 0 auto;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.section-video .list-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.section-video .list-buttons > li:first-child {
    margin-right: 30px;
}

/*--------------------------------------------------------------
Second Section
--------------------------------------------------------------*/
.second--section {
    background: #0096AA;
    text-align: center;
}

.second--section * {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.second--section p {
    max-width: 1000px;
    margin-top: 40px;
}

/*--------------------------------------------------------------
Third Section
--------------------------------------------------------------*/
.third--section .section--container > p {
    margin-top: 20px;
    max-width: 700px;
    color: #6A6A6A;
}

.third--section .chessboard-list {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.third--section .square-box {
    width: 32px;
    height: 32px;
    background: #0096AA;
}

.third--section .chessboard-list .list-box {
    width: 400px;
    height: 428px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.third--section .chessboard-list h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.third--section .chessboard-list p {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 26px;
}

/*--------------------------------------------------------------
Fourth Section
--------------------------------------------------------------*/
.fourth--section .section--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fourth--section .section--container img {
    max-width: 50%;
}

.fourth--section .form-container {
    width: 50%;
    margin-left: 20px;
}

.fourth--section .form-container h3 {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.fourth--section .form-container .in-form-group {
    display: flex;
    flex-direction: column;
}

.fourth--section .form-container .in-form-group:not(:first-child) {
    margin-top: 20px;
}

.fourth--section .form-container .in-form-group label {
    font-size: 13px;
}

form input.input,
.fourth--section .form-container .in-form-group textarea {
    width: 100%;
    border: 1px solid #000000;
    color: #000;
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
}

.fourth--section .form-container .in-form-group textarea:focus {
    outline: none !important;
}

form button[type="submit"] {
    background: #000000;
    width: 100%;
    border-color: #000000;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

form button .loader-circle {
    width: 20px;
    height: 20px;
    margin: 0 0 0 15px;
    display: none;
}

.fourth--section .form-container button:hover {
    background: #ffffff;
}

form button[disabled] {
    cursor: default;
    background: #E4E6EF !important;
    border-color: #E4E6EF !important;
    color: #A9A8A8 !important;
}

form button[disabled]:hover {
    color: #A9A8A8 !important;
}

form .checkboxes {
    margin-top: 15px;
    margin-left: -3px;
}

form .checkboxes input {
    display: none;
}

form .checkboxes label {
    display: flex;
    cursor: pointer;
    align-items: center;
}

form .checkboxes label:before {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 5px;
    transition: 0.4s;
}

form .checkboxes label:before {
    content: "\F0131";
    color: #D6D6D6 !important;
}

form .checkboxes label:hover:before {
    content: "\F012E";
    color: #A6A6A6 !important;
}

form .checkboxes input:checked + label:before {
    content: "\F0132";
    color: #A6A6A6 !important;
}

form .checkboxes label p {
    font-size: 0;
}

form .checkboxes label p > * {
    font-size: 12px;
    color: #A6A6A6;
    font-weight: 500;
}

form .checkboxes label p a {
    margin: 0 2px;
    text-decoration: underline;
    transition: .4s;
}

form .checkboxes label p a:hover {
    color: #0096AA;
}

form .input-danger {
    border-color: red !important;
}

form label.input-danger:before {
    color: red !important;
}

/*--------------------------------------------------------------
Fifth Section
--------------------------------------------------------------*/
.fifth--section {
    background: #0096AA;
}

.fifth--section .section--container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fifth--section .section--container img {
    max-width: 50%;
}

.fifth--section .content-container {
    width: 45%;
    margin-left: 20px;
}

.fifth--section .content-container > *:not(a) {
    color: #fff;
    text-align: left !important;
}

.fifth--section .content-container h2.section--title {
    font-size: 80px;
}

.fifth--section .content-container p.section--subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 450px;
    margin: 30px 0 0;
}

.fifth--section .content-container a.btn-contact {
    background: #fff;
    color: #000000 !important;
    margin-top: 40px;
}

.fifth--section .content-container a.btn-contact:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/*--------------------------------------------------------------
Sixth Section
--------------------------------------------------------------*/
.sixth--section .section--container h2.section--title {
    color: #000000;
}

.sixth--section .section--container p.section--subtitle {
    color: #808080;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

.sixth--section .section--container form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 720px;
    width: 100%;
    margin: 40px auto 0;
}

.sixth--section .section--container form > * {
    height: 51px;
}

.sixth--section .section--container form button {
    width: 170px;
    margin-left: 20px;
    margin-top: 0;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
    background: #fff;
    width: 100%;
    padding: 40px 20px;
}

.footer .footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
}

.footer .footer-container img {
    max-width: 200px;
}

.footer .footer-container li {
    display: flex;
}

.footer .footer-container li:not(:first-child) {
    margin-top: 3px;
}

.footer .footer-container li > * {
    color: #5C5C5C;
    font-size: 15px;
}

/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.form-contact input:not([type="checkbox"]):not(:first-child) {
    margin-top: 15px;
}

.form-contact input:not([type="checkbox"]), .form-contact select {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: var(--gray);
    border: 1px solid #e5e5e5;
    background: #fff;
}

.form-contact select:focus {
    outline: none !important;
}

.form-contact .checkboxes, .third--section-form .checkboxes {
    position: relative;
}

.form-contact .checkboxes input, .third--section-form .checkboxes input {
    position: absolute;
    opacity: 0;
}

.form-contact .checkboxes label, .third--section-form .checkboxes label {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 11px;
    margin-top: 15px;
}

.form-contact .checkboxes label p > * {
    color: #fff;
}

.form-contact .checkboxes label:before, .checkboxes label:after,
.third--section-form .checkboxes label:before, .third--section-form .checkboxes label:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 10px;
    transition: 0.4s
}

.form-contact .checkboxes label:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes label:hover:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes input:checked + label:before,
.third--section-form .checkboxes input:checked + label:before {
    content: "\F0132";
}

.form-contact .checkboxes i, .third--section-form .checkboxes i {
    margin-right: 5px
}

.form-contact .checkboxes a, .third--section-form .checkboxes a {
    color: var(--boulder);
    text-decoration: underline
}

.form-contact button {
    width: 80%;
    padding: 20px;
    font-size: 15px;
    margin: 30px auto 0;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.form-contact button div {
    display: none;
}

.form-contact button:hover, .form-contact button:focus {
    background: var(--red-ribbon);
}

.form-contact .input-danger {
    border-color: #f0506e !important;
}

.form-contact .checkboxes label.input-danger:before {
    color: #f0506e !important;
}

/*.modal-body, .modal-header {*/
/*    background: var(--red-ribbon);*/
/*}*/

/*.modal-header {*/
/*    border-bottom: none;*/

/*}*/

/*.modal-title, .close {*/
/*    color: #fff !important;*/
/*}*/

.modal-header > * {
    font-weight: 500 !important;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1240px) {
    .third--section .chessboard-list img {
        max-width: 300px;
    }

    .third--section .chessboard-list .list-box {
        width: 300px;
        height: 321px;
        padding: 30px 20px;
    }

    .floating {
        animation: none !important;
    }

    .third--section .chessboard-list h4 {
        margin: 20px 0;
        font-size: 22px;
    }

    .third--section .chessboard-list p {
        font-size: 13px;
        line-height: 22px;
    }

    .third--section .square-box {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {
    .section--section .section--container h2.section--title {
        font-size: 52px;
    }

    .section--section .section--container p.section--subtitle {
        font-size: 14px;
    }

    .second--section p {
        margin-top: 30px;
    }

    .section--section {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header--container {
        height: 80px;
    }

    .btn-contact {
        padding: 10px 15px;
        font-size: 13px !important;
    }

    .logo img {
        max-width: 150px;
    }

    .footer .footer-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer .footer-container img {
        margin-bottom: 20px;
    }

    .footer .footer-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .section--section .section--container h2.section--title {
        font-size: 42px;
    }

    .section--section .section--container p.section--subtitle {
        font-size: 13px;
    }

    .second--section p {
        margin-top: 20px;
    }

    .fourth--section .section--container img {
        display: none;
    }

    .fourth--section .form-container {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .header--container .nav li:last-child {
        margin-left: 20px;
    }

    .third--section .chessboard-list {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .header--container .nav li:not(.button) {
        display: none;
    }

    .section--section .section--container h2.section--title {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .third--section .chessboard-list .list-box {
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .section-video h1 {
        font-size: 40px;
    }

    .fifth--section .content-container p.section--subtitle {
        margin-top: 15px;
    }

    .fifth--section .content-container a.btn-contact {
        margin-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .header,
    .section-video .section--container {
        padding: 0 10px;
    }

    .section--section {
        padding: 20px 10px;
    }

    .section-video h1 {
        line-height: normal;
        font-size: 36px;
    }

    .section-video .list-buttons {
        flex-direction: column;
        margin-top: 20px;
    }

    .section-video .list-buttons li:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .section-video p {
        font-size: 13px;
        line-height: normal;
    }

    .section--section .section--container p.section--subtitle {
        font-size: 12px;
        line-height: 22px;
    }

    .section--section .section--container h2.section--title {
        font-size: 25px;
    }

    .sixth--section .section--container form {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .sixth--section .section--container form button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .fifth--section .section--container img {
        display: none;
    }

    .fifth--section .content-container {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .header--container .nav li.button {
        display: none;
    }
}

@media screen and (max-height: 400px) {
    .section-video h1 {
        margin-bottom: 0;
    }

    .section-video .list-buttons {
        margin-top: 20px;
    }
}
