/*--------------------------------------------------------------
GLOBAL STYLES
--------------------------------------------------------------*/
.relative {
    position: relative
}

section {
    width: 100%
}

.container-fluid {
    max-width: 105rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 20px
}

h5 {
    font-size: 30px;
    font-weight: bold
}


/*--------------------------------------------------------------
TOP SECTION
--------------------------------------------------------------*/
.top-section {
    height: 750px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.top-section .logo .a {
    fill: #fff !important;
}

.logo img {
    height: 50px;
}

.top-section-container, .middle-section {
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.top-section-wrapper {
    padding: 80px 240px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-section .left-side {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.top-section .content {
    margin-top: 17%;
    position: relative;
}

.top-section .content * {
    color: #fff;
}

.top-section .content h1 {
    font-size: 45px;
    max-width: 600px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
    text-shadow: 0 0 6px rgba(0, 0, 0, .25);
    line-height: 60px;
}

.top-section .content p {
    max-width: 450px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    text-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

.top-section .content .line {
    position: absolute;
    height: 26px;
    background: #C3141C;
    width: 100%;
    border-radius: 5px;
}

.top-section .content .line.line-1 {
    top: 32%;
}

.top-section .content .line.line-2 {
    top: 54%;
}

.top-section .btn {
    width: 246px;
    height: 47px;
    text-align: left;
    font: normal normal bold 10px/22px Montserrat;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0250;
    border-radius: 5px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .15);
    transition: .4s;
}

.top-section .btn:hover {
    background: #4085c9;
}

/* FORM */
.top-section .right-side {
    margin-top: 550px;
}

form {
    background: #CD0D39;
    width: 400px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3)
}

form * {
    text-shadow: 0 0 4px rgb(0, 0, 0, .15);
}

form > div {
    padding: 40px 40px 10px;
}

form h4 {
    display: inline-block;
    color: #fff;
    font-size: 22px;
}

form span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.inputs input {
    margin-top: 20px;
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
    display: block;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}

.inputs ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.inputs :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.inputs ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.inputs > div {
    position: relative;
}

.inputs > div svg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 10;
}

.inputs > div .a {
    fill: #fff;
}

/* CHECKBOXES */
.checkboxes input {
    position: absolute;
    opacity: 0;
}

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

.checkboxes label * {
    color: #fff;
}

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

.checkboxes label:before {
    content: "\F12E";
    color: #fff;
}

.checkboxes label:hover:before {
    content: "\F12E";
    color: #fff
}

.checkboxes input:checked + label:before {
    content: "\F132";
    color: #fff
}

.checkboxes i {
    margin-right: 5px
}

.checkboxes a {
    color: #fff;
    text-decoration: underline
}

form button {
    background: #27662F;
    width: 100%;
    height: 75px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    transition: .4s;
}

form button:hover {
    background: #CD0D39;
}

form button span {
    font-size: 16px;
    font-weight: bold
}

form button i {
    font-size: 25px
}

form button > * {
    color: var(--white)
}

.top-section-container .egs {
    position: absolute;
    bottom: 4%;
    left: 13%;
}

.top-section-container .egs > img {
    width: 180px;
}

/*--------------------------------------------------------------
MIDDLE SECTION
--------------------------------------------------------------*/
.middle-section {
    margin-top: -240px;
    position: relative;
    background-size: cover;
    background-position: right;
    padding: 80px 240px 50px;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.middle-section-container {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-section-container h1 span {
    color: #B3042C;
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.middle-section-container h1 b {
    color: #27662E;
    font-size: 34px;
}

.middle-section-container p {
    max-width: 600px;
    font-style: italic;
    color: #3B3B3B;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 40px;
    position: relative;
}

.middle-section-container p:after, .middle-section-container p:before {
    content: '';
    background-image: url('../images/quote.png');
    width: 52px;
    height: 42px;
    position: absolute;
}

.middle-section-container p:before {
    top: 0;
    left: 0;
}

.middle-section-container p:after {
    bottom: 0;
    left: 25%;
}

.middle-section-container img {
    margin-right: 60px;
    margin-top: 40px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    border-radius: 100%;
}

/*--------------------------------------------------------------
FIRST SECTION
--------------------------------------------------------------*/
.first-section {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 20px;
}

.first-section .left-side {
    z-index: 10;
}

.first-section .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 600px;
}

.first-section .right-side .content h1 {
    font-size: 24px;
    font-weight: bold;
    color: #B1032B
}

.first-section .right-side .content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
}

.first-section .right-side a {
    font: normal normal bold 10px/22px Montserrat;
    color: #FFFFFF;
    background: #27662E;
    width: 123px;
    height: 47px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: .4s;
}

.first-section .right-side a:hover {
    background: #FCCF39;
}

/*--------------------------------------------------------------
SECOND SECTION
--------------------------------------------------------------*/
.second-section {
    width: 100%;
    margin-top: 80px;
}

.second-section-wrapper {
    padding: 80px 240px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.second-section h1 {
    font-size: 32px;
    color: #535353;
    font-weight: 500;
    margin-bottom: 24px;
}

.second-section p {
    font-size: 16px;
    color: #B4B4B4;
    max-width: 600px;
    margin: 0 auto;
    line-height: 24px;
}

.second-section .list {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.second-section .list li {
    margin: 15px;
}

.second-section .list .a {
    fill: #3c83cb;
}

.second-section .list h6 {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    margin: 10px 0;
}

.second-section .list p {
    max-width: 330px;
    font-size: 12px;
    color: #696161;
    line-height: 22px;
}

/*--------------------------------------------------------------
THIRD SECTION
--------------------------------------------------------------*/
.third-section {
    width: 100%;
    background: #BC0630;
    padding: 80px 20px;
    border-top: 1px solid #e5e5e5;
}

.third-section .player-video {
    width: 851px;
    margin: 0 auto;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

.third-section .player-img {
    cursor: pointer;
}

#player {
    display: none;
}

/*--------------------------------------------------------------
FOOTER SECTION
--------------------------------------------------------------*/
.footer-section {
    background: #252A2D;
    width: 100%;
    padding: 0 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.footer-section ul {
    display: flex;
    align-items: center;
    width: auto;
}

.footer-section ul.left-side li:not(:first-child) {
    margin-left: 30px;
}

.footer-section * {
    color: #fff;
    font-size: 12px;
}

.footer-section ul.left-side a:hover {
    text-decoration: underline;
}

.footer-section ul.right-side li:not(:first-child) {
    margin-left: 15px;
}

.footer-section ul.right-side i {
    font-size: 30px;
    transition: .4s;
}

.footer-section ul.right-side a:hover i {
    color: #3C83CB;
}

/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
    .second-section-wrapper {
        padding: 80px 140px;
    }
}

@media screen and (max-width: 1530px) {
    .top-section-wrapper, .middle-section {
        padding: 80px;
    }

    .first-section {
        padding: 30px 20px 80px;
    }
}

@media screen and (max-width: 1460px) {
    .first-section .left-side {
        width: 600px;
    }
}

@media screen and (max-width: 1366px) {
    .second-section {
        margin-top: 40px;
    }

    .second-section-wrapper {
        padding: 80px 40px;
    }

    .first-section .left-side {
        width: 500px;
    }
}

@media screen and (max-width: 1280px) {
    .top-section-container {
        background-size: cover;
        height: 600px;
    }

    .middle-section {
        padding-bottom: 20px;
        height: 650px;
    }
}

@media screen and (max-width: 1200px) {
    .first-section .left-side {
        width: 400px;
    }
}

@media screen and (max-width: 1100px) {
    .top-section-wrapper {
        padding: 40px;
    }

    .footer-section {
        padding: 0 20px;
    }

    .middle-section-container img {
        margin-right: 0;
    }
}

@media screen and (max-width: 1070px) {
    .first-section {
        height: auto;
        flex-direction: column;
    }

    .top-section-wrapper {
        padding: 20px;
    }

    .first-section .left-side {
        width: 100%;
        height: 350px;
        position: relative;
        top: 0;
        transform: translateY(0);
        display: none;
    }

    .first-section .right-side {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        border-radius: 0;
    }

    .first-section {
        padding: 0 20px 40px
    }
}

@media screen and (max-width: 991px) {
    .top-section, .top-section-container {
        height: 450px;
    }

    .top-section .content {
        margin-top: 30px;
    }

    .top-section .content h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .top-section .content p {
        font-size: 13px;
    }

    .first-section {
        margin-top: 30px;
    }

    .second-section {
        margin-top: 0;
    }

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

    .second-section h1 {
        font-size: 25px;
    }

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

    .third-section .player-video {
        width: 100%;
        height: auto;
    }

    .third-section {
        padding: 20px;
    }

    .top-section .content .line {
        height: 15px;
        display: none;
    }

    .middle-section {
        top: 0;
        margin-top: 0;
        height: auto;
        padding: 40px 20px;
    }

    .middle-section-container {
        top: 0;
    }

    .middle-section-container p {
        max-width: 100%;
    }

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

@media screen and (max-width: 700px) {
    .footer-section {
        flex-direction: column-reverse;
        justify-content: center;
        height: auto;
        padding: 10px;
    }

    .footer-section .right-side {
        margin-bottom: 15px;
        align-items: flex-end;
        width: 100%;
    }

    .footer-section ul.left-side {
        flex-direction: column-reverse;
    }

    .footer-section ul.left-side li {
        margin-top: 5px;
    }
}

@media screen and (max-width: 560px) {
    .top-section .content .line {
        top: 24%;
    }
}
