/*--------------------------------------------------------------
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
}


/*--------------------------------------------------------------
FIRST SECTION
--------------------------------------------------------------*/
.first-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.first-section header {
    padding: 80px 0
}

.first-section .logo {
    padding-left: 100px
}

.first-section .header-right-panel {
    padding: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.first-section .header-right-panel h6 {
    color: var(--white);
    font-weight: bold;
    font-size: 24px;
    margin-right: 200px
}

.first-section .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}


.first-section .content div.box {
    display: inline-block;
    color: var(--white);
    background: var(--red-ribbon);
    border-radius: 120px;
    padding: 30px 40px;
}

.first-section .content div.box h1 {
    font-size: 52px;
    color: #fff;
}

.first-section .content div.box span {
    font-size: 19px;
}

.first-section .content div.box + h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    max-width: 700px;
    margin-top: 20px;
    margin-left: 15px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

form {
    padding: 20px 30px;
    background: var(--gallery);
    width: 400px;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, .7)
}

form h4 {
    display: inline-block;
    color: var(--red-ribbon);
    font-size: 22px;
}

form h4 + span {
    font-size: 14px;
    margin-left: 10px
}

.inputs input {
    margin-top: 20px;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    display: block;
}

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

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

.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: var(--gray)
}

.checkboxes label:hover:before {
    content: "\F12E";
    color: var(--red-ribbon)
}

.checkboxes input:checked + label:before {
    content: "\F132";
    color: var(--red-ribbon)
}

.checkboxes i {
    margin-right: 5px
}

.checkboxes a {
    color: var(--boulder);
    text-decoration: underline
}

form button {
    background: var(--red-ribbon);
    width: 100%;
    height: 55px;
    border-radius: 120px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

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

form button i {
    font-size: 25px
}

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


/*--------------------------------------------------------------
SECOND SECTION
--------------------------------------------------------------*/
.second-section {
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, .3)
}

.second-section .container-fluid {
    align-items: flex-start;
}

.second-section > div > div {
    max-width: 500px
}

.second-section h5 {
    color: var(--white);
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}

.list li:not(:first-child) {
    margin-top: 15px
}

.list li:before {
    content: "\F12C";
    font: normal normal normal 24px/1 "Material Design Icons";
    color: var(--white);
    margin-right: 10px
}

.list span {
    color: var(--white);
    font-size: 16px;
}


/*--------------------------------------------------------------
THIRD SECTION
--------------------------------------------------------------*/
.third-section .container-fluid {
    text-align: center;
}

.third-section h5 {
    color: var(--red-ribbon);
    margin-bottom: 20px
}

.third-section .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.third-section .icons li:not(.arrow) {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    margin: 15px;
}

.third-section .icons li span {
    font-size: 17px;
    color: #7d7d7d;
    display: block;
    margin-top: 20px;
}


/*--------------------------------------------------------------
FOURTH SECTION
--------------------------------------------------------------*/
.fourth-section {
    box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, .3)
}

.fourth-section > div {
    max-width: 100%;
    padding: 80px 0
}

.fourth-section h5 {
    color: var(--red-ribbon);
    text-align: center
}

.fourth-section .opinions {
    margin-top: 40px;
    display: flex;
    min-height: 100%;
    justify-content: space-between;
}

.fourth-section .opinions li {
    display: inline-flex
}

.fourth-section .opinions li > div {
    background: var(--white);
    width: 470px !important;
    padding: 40px;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.fourth-section .opinions p {
    font-size: 15px;
    color: var(--boulder-v2);
    line-height: 23px
}

.fourth-section .opinions span {
    text-align: right;
    display: block;
    margin-top: 30px;
    color: var(--shiraz);
    font-size: 15px
}

.fourth-section .opinions .slick-arrow {
    display: flex;
    align-items: center
}

.fourth-section .opinions .slick-arrow button {
    background: var(--red-ribbon);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fourth-section .opinions .slick-arrow button i {
    color: var(--white);
    font-size: 30px
}

.fourth-section .slick-track {
    display: flex !important
}

.fourth-section .slick-slide {
    height: inherit !important
}


/*--------------------------------------------------------------
FIFTH SECTION
--------------------------------------------------------------*/
.fifth-section > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}


.fifth-section .list {
    margin-top: 30px;
    max-width: 600px
}

.fifth-section .list span {
    font-size: 20px
}

.fifth-section .list span, .fifth-section .list li:before {
    color: var(--red-ribbon)
}

/*--------------------------------------------------------------
SIXTH SECTION
--------------------------------------------------------------*/
.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.sixth-section {
    height: 400px;
    box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, .3);
}


/*--------------------------------------------------------------
SEVENTH SECTION
--------------------------------------------------------------*/
.seventh-section .content {
    max-width: 700px;
}

.seventh-section .title {
    display: flex;
    flex-wrap: wrap;
}

.seventh-section .title + p {
    color: var(--emperor);
    font-size: 17px;
    margin-top: 30px;
    line-height: 27px;
}

.seventh-section .btn-link-v1 {
    padding: 13px 30px;
    transition: 0.5s;
    border-radius: 30px;
    font-size: 17px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    margin-top: 60px;
    background: #da0b3d;
}

.seventh-section .btn-link-v1 span {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.seventh-section .btn-link-v1 i {
    color: var(--white);
    font-size: 18px;
    margin-left: 15px;
}

.seventh-section h2 {
    font-size: 40px;
    font-weight: 900;
}


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
    overflow-y: hidden;
    box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, .3);
}

footer > div {
    padding: 60px 20px !important
}

footer span {
    color: var(--white);
    font-size: 29px
}

footer span a {
    color: var(--white);
    font-weight: bold
}

footer div > a {
    color: var(--red-ribbon);
    background: var(--white);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

footer div > a i {
    font-size: 25px
}


/*--------------------------------------------------------------
QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
    .first-section .content > div h1 {
        font-size: 65px
    }

    .first-section .content > div h2 {
        font-size: 20px
    }

    h5 {
        font-size: 25px
    }
}

@media screen and (max-width: 1240px) {
    .first-section .content div.box + h2 {
        font-size: 20px;
        max-width: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .third-section .icons li:not(.arrow) {
        max-width: 220px;
    }

    .third-section .icons li span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1090px) {
    .container-fluid {
        padding: 40px 20px !important
    }

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

    .first-section .logo {
        padding-left: 20px
    }

    .first-section .logo img {
        height: 50px
    }

    .first-section .header-right-panel h6 {
        font-size: 20px;
        margin-right: 100px
    }

    .second-section .container-fluid {
        flex-direction: column;
        align-items: end
    }

    .second-section .container-fluid div {
        max-width: 100%
    }

    .second-section .container-fluid div:last-child {
        margin-top: 50px
    }

    .second-section .list span {
        font-size: 18px
    }

    .third-section .container-fluid {
        flex-direction: column;
        text-align: center
    }

    .third-section .container-fluid > div {
        max-width: 100% !important;
        margin-bottom: 50px
    }

    .fourth-section .opinions li {
        margin: 0 15px
    }

    .fifth-section .list {
        max-width: 100%
    }

    .fifth-section .list span {
        font-size: 16px
    }

    footer span {
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    .first-section .content > div {
        width: 100%
    }

    .first-section .content > div * {
        padding: 10px 20px
    }

    .first-section .content > div h1 {
        font-size: 40px
    }

    .first-section .content div.box {
        padding: 20px;
    }

    .first-section .content div.box + h2 {
        margin-left: 0;
        max-width: 100%;
    }

    .first-section .content div.box h1 {
        font-size: 35px;
    }

    .first-section .content div.box span {
        font-size: 15px;
    }
}

@media screen and (max-width: 980px) {
    .fifth-section .container-fluid {
        background-image: none !important
    }
}

@media screen and (max-width: 900px) {
    .third-section .icons {
        flex-direction: column;
        margin-top: 0;
    }

    .third-section .icons li.arrow {
        display: none;
    }

    .third-section .icons li {
        margin: 20px 0 !important;
        max-width: 90% !important;
    }

    .third-section .icons li span {
        font-size: 17px;
    }
}

@media screen and (max-width: 730px) {
    h5 {
        font-size: 20px
    }

    .first-section header {
        display: block
    }

    .first-section .header-right-panel {
        margin: 50px 0 0 30px
    }

    .first-section .header-right-panel h6 {
        margin: 0
    }

    .first-section .content > div h1 {
        font-size: 25px
    }

    .first-section .content > div h2 {
        font-size: 15px
    }
}

@media screen and (max-width: 500px) {
    .third-section p, .third-section a {
        font-size: 15px
    }

    .fourth-section .opinions li > div {
        max-height: 350px;
        overflow-y: scroll;
        padding: 20px
    }

    .fifth-section .list span, .second-section .list span {
        font-size: 14px
    }

    footer > div {
        flex-direction: column
    }

    footer > div > a {
        margin-top: 20px
    }
}