/*!
 *
 * Theme Name: YouGetHair.com
 * Author: Jarrod Drysdale
 * Author URI: http://studiofellow.com
 * Description: Custom theme for YouGetHair.com
 * Version: 1.0
 *
 */
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url('../webfonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/source-sans-pro-v21-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-serif-display-regular - latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/dm-serif-display-v11-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/dm-serif-display-v11-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-serif-display-italic - latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('../webfonts/dm-serif-display-v11-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../webfonts/dm-serif-display-v11-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

h1,
h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    margin: 50px 0 25px;
}

h1:first-child,
h2:first-child {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
    font-weight: 400;
}

p {
    margin-bottom: 20px;
}

h1+h2,
h2+h3,
h3+h4,
h1+h3,
h2+h4,
h3+h4 {
    margin-top: 0;
}

h4 {
    font-weight: 400;
}

h1,
h2 {
    font-size: 40px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p.lead {
    font-size: 18px;
}

@media (min-width: 768px) {

    h1,
    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {

    h1,
    h2 {
        font-size: 54px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {

    h1,
    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }
}

p.lead {
    font-weight: 300;
}

label,
strong {
    font-weight: 700;
}

small,
.small,
.sm {
    font-size: 16px;
}

a:not(.btn) {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    outline: none !important;
}

ol,
ul {
    margin-bottom: 20px;
}

ol li,
ul li {
    line-height: 1.2;
    margin-bottom: 10px;
}

*::-moz-selection {
    color: #232a33 !important;
    text-decoration: none !important;
    background-color: #f5f8e5;
}

*::selection {
    color: #232a33 !important;
    text-decoration: none !important;
    background-color: #f5f8e5;
}

.snug {
    margin-bottom: 0 !important;
}

.light-weight {
    font-weight: 300 !important;
}

.normal-weight {
    font-weight: 400;
}

.btn {
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    padding: 25px;
    text-decoration: none;
    box-shadow: none;
}

.btn .far,
.btn .fas {
    margin-left: 10px;
}

.btn:active,
.btn:focus,
.btn:hover:active,
.btn:hover:focus {
    outline: 0;
    box-shadow: none;
}

.btn-ygh {
    background-color: #fff;
    border: 2px solid #232a33;
    color: #232a33;
}

.btn-ygh:hover {
    color: #3b93cc;
    border-color: #3b93cc;
}

.btn-ygh-light {
    background-color: #232a33;
    border: 2px solid #7e8c96;
    color: #fff;
}

.btn-ygh-light:hover {
    color: #3b93cc;
    border-color: #3b93cc;
}

.btn-ygh-icon {
    background-color: #fff;
    color: #232a33;
    padding: 10px 0;
    font-size: 27px;
    outline: none;
}

.btn-ygh-icon .far,
.btn-ygh-icon .fas {
    margin: 0;
}

.csstransitions.csstransforms .btn {
    transition: all 125ms ease-in-out;
}

.csstransitions.csstransforms .btn .far,
.csstransitions.csstransforms .btn .fas {
    transition: all 125ms ease-in-out;
}

.border-minor-right {
    border-right: 5px solid #3b93cc;
}

.border-minor-left {
    border-left: 5px solid #3b93cc;
}

h2.logo-text {
    font-size: 30px;
    margin: 0;
}

h2.logo-text a {
    text-decoration: none;
}

.header,
.footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.container {
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
}

.header .container {
    max-width: 1380px;
}

.row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

.col {
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
}

.button {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 4px;
    border: 2px solid !important;
    transition: 0.5s all ease;
    text-decoration: none !important;
    text-align: center;
}

.button.alert {
    color: #fff;
    border-color: #AA0000 !important;
    background: #AA0000;
}

.button.alert:hover {
    color: #AA0000;
    background: #fff;
}

.button.cta {
    color: #fff;
    border-color: #8BA633 !important;
    background: #8BA633;
}

.button.cta:hover {
    color: #8BA633;
    background: #fff;
}

.header {
    padding: 18px 0;
    background: #fff;
}

@media (max-width: 991px) {
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .header .col {
        flex-basis: 100%;
    }
}

.header .right {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .header .right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.header .left {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {
    padding: 46px 0 0;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 85px;
    }
}

.footer .items {
    align-items: stretch;
    justify-content: space-between;
}

.footer .items .logo h2 {
    margin: 0 0 13px;
}

.footer .items .logo p {
    margin: 0;
}

.footer .items .social {
    font-size: 32px;
    margin-top: 45px;
}

@media (min-width: 768px) {
    .footer .items .social {
        margin-top: 40px;
    }
}

.footer .items .social h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .items .social a {
    margin-right: 30px !important;
}

.footer .items .social a:hover {
    color: #8BA633;
}

@media (max-width: 767px) {
    .footer .items .addr {
        margin-top: 60px;
    }
}

.footer .items .addr a {
    text-decoration: none;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px;
    min-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer .items .addr a:hover {
    color: inherit;
    text-decoration: underline;
}

.footer .items .addr a.mail {
    background-image: url(../img/ico-email.svg);
}

.footer .items .addr a.tel {
    background-image: url(../img/ico-tel.svg);
}

.footer .items .addr a.whatsapp {
    background-image: url(../img/ico-whatsapp.svg);
}

.footer .items .addr a.sms {
    background-image: url(../img/ico-whatsapp.svg);
}

.footer .items .item.cta .button {
    width: 100%;
    max-width: 352px;
    text-align: center;
    display: inline-block;
    margin: 30px 0 20px;
}

.footer .items .item.cta a:not(.button) {
    font-size: 18px;
    color: #8BA633;
    text-decoration: none;
}

.footer .items .item.cta a:not(.button):hover {
    text-decoration: underline;
}

.footer .items .col {
    flex-basis: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .footer .items .col {
        text-align: left;
    }

    .footer .items .col.left {
        flex-basis: 352px;
    }

    .footer .items .col.right {
        flex-basis: 240px;
    }

    .footer .items .col p {
        font-size: 24px;
    }
}

.footer .copy {
    background: #232a33;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 10px;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .footer .copy {
        padding: 30px 0 20px;
        margin-top: 65px;
    }
}

.footer .copy .col {
    flex-basis: 100%;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .footer .copy .col {
        flex-basis: 250px;
        text-align: left;
    }

    .footer .copy .col:first-child {
        flex-basis: calc(100% - 250px);
        order: 2;
        text-align: right;
    }
}

.footer .copy .nav {
    border: none;
    flex-direction: row !important;
}

@media (max-width: 767px) {
    .footer .copy .nav {
        justify-content: center !important;
    }

    .footer .copy .nav .nav-item:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .copy .nav .nav-item:first-child .nav-link {
        border: none !important;
    }
}

.footer .copy .nav-link {
    color: #8BA633 !important;
    border-right: 1px solid #fff;
    padding: 0 10px !important;
    text-decoration: none !important;
}

.footer .copy .nav-link:hover {
    text-decoration: underline !important;
}

.footer .copy .nav-link:hover::after {
    display: none !important;
}

.footer .copy .nav-item:last-child .nav-link {
    border: none !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-square {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    margin: 0;
}

.video-wrapper-square iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
    position: relative;
}

.form .error {
    content: "Invalid email address";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AA0000;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 !important;
    display: none;
    opacity: 0;
    transition: opacity 3s ease-out;
}

.form .error.animate {
    opacity: 1;
}

.form input {
    outline: none;
}

.form input[type="email"] {
    padding: 15px 20px 15px 55px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background: url(../img/mail.svg) 22px center no-repeat rgba(126, 140, 150, 0.2);
}

.col-video {
    margin-bottom: 20px;
    position: relative;
}

.col-video:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #8BA633;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

.items.line {
    justify-content: space-between;
}

.items.line .item {
    flex-basis: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    margin: 64px 0 0;
    position: relative;
}

.items.line .item::before {
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    width: 120px;
    height: 4px;
    background: #8BA633;
}

.items.line .item h3 {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .items.line .item .col-video::after {
        display: none;
    }
}

@media (min-width: 768px) {
    .items.line .item {
        flex-basis: calc(33.333% - 21px);
        padding: 0;
    }

    .items.line .item::before {
        display: none;
    }
}

.nav.nav-main>.nav-item {
    margin-bottom: 0;
    margin-right: 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .nav.nav-main>.nav-item {
        margin-right: 0;
    }
}

.nav.nav-main>.nav-item:last-child {
    margin-bottom: 0;
}

.nav.nav-main>.nav-item>.nav-link {
    padding: 12px 16px;
    text-decoration: none;
}

.nav.nav-main>.nav-item>.nav-link.active,
.nav.nav-main>.nav-item>.nav-link:hover {
    color: #8BA633;
}

.nav.nav-main>.nav-item>.nav-link.button {
    margin-left: 16px;
    font-size: 16px;
    display: inline-block;
}

@media (max-width: 991px) {
    .nav.nav-main>.nav-item>.nav-link.button {
        margin-top: 12px;
        margin-left: 0;
    }
}

.nav.nav-main>.nav-item>.nav-link.button::after {
    display: none;
}

@media (min-width: 992px) {
    .nav.nav-main {
        border-right: none;
    }

    .nav.nav-main>.nav-item {
        font-size: 16px;
        margin: 0;
    }

    .nav.nav-main>.nav-item>.nav-link.active,
    .nav.nav-main>.nav-item>.nav-link:hover {
        position: relative;
    }

    .nav.nav-main>.nav-item>.nav-link.active::after,
    .nav.nav-main>.nav-item>.nav-link:hover::after {
        position: absolute;
        content: '';
        height: 2px;
        width: calc(100% - 32px);
        bottom: 2px;
        left: 16px;
        background: #8BA633;
    }
}

@media (min-width: 992px) {
    .nav-toggle {
        display: none;
    }
}

.nav-toggle .btn {
    height: 32px;
    width: 32px;
    padding: 0;
    border: none;
    background: url(../img/close.svg) center no-repeat;
}

.nav-toggle .btn.collapsed {
    background-image: url(../img/menu.svg);
}

.row-nav .collapse-container {
    padding: 30px 0 22px;
    position: relative;
}

.row-nav .collapse-container.show::before {
    position: absolute;
    content: '';
    height: 20px;
    width: calc(100% + 40px);
    top: 18px;
    left: -20px;
    box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .row-nav .collapse-container {
        padding: 0;
        display: block !important;
    }
}

.dark-color {
    color: #232a33 !important;
}

.light-color {
    color: #fff !important;
}

.major-color {
    color: #f5f8e5 !important;
}

.minor-color {
    color: #3b93cc !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232a33;
}

a:not(.btn) {
    color: #232a33;
}

a:not(.btn):hover {
    color: #3b93cc;
}

.home-hero {
    padding: 50px 0 0;
    margin-bottom: 85px;
    background-repeat: no-repeat;
    background-image: url('../img/home-hero.jpg');
    background-position: top center;
    background-size: contain;
}

@media (min-width: 480px) {
    .home-hero {
        background-position: top right;
    }
}

.home-hero h1 {
    margin: 0 0 60px;
}

.home-hero .col-img {
    margin-bottom: 32px;
    position: relative;
    margin-right: 32px;
}

@media (max-width: 480px) {
    .home-hero .col-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.home-hero .col-img:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #8BA633;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

.home-hero .row {
    justify-content: flex-start;
    padding-left: 96px;
}

@media (max-width: 480px) {
    .home-hero .row {
        padding-left: 0;
        flex-direction: column;
    }

    .home-hero .row:last-child {
        align-items: flex-end;
    }
}

.home-hero .vimeo-square {
    width: 256px;
}

@media (min-width: 480px) {
    .home-hero {
        padding: 100px 0 0;
    }

    .home-hero .container {
        padding-bottom: 48px;
    }

    .home-hero h1 {
        margin: 0 0 100px;
    }
}

@media (min-width: 992px) {
    .home-hero .col-img {
        padding: 0;
    }
}

/*---------------------------------------------------*/
.home-summary {
    position: relative;
}

.home-summary::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 4px;
    left: 0;
    top: -30px;
    background: #8BA633;
}

@media (min-width: 1400px) {
    .home-summary::before {
        top: 0;
    }
}

.home-summary .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 126px;
}

@media (max-width: 992px) {
    .home-summary .container {
        padding-left: 30px;
    }
}

.home-summary .container>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    margin-bottom: 30px;
}

.home-summary .container>div h2 {
    text-align: center;
}

@media (min-width: 768px) {
    .home-summary .left {
        flex-basis: 53% !important;
    }
}

.home-summary .left img {
    width: 100%;
    border-right: 5px solid #8BA633;
}

@media (min-width: 768px) {
    .home-summary .right {
        flex-basis: 34% !important;
    }
}

.home-summary .right .inner {
    max-width: 352px;
}

.home-summary .right .inner>p {
    font-size: 14px;
    margin-bottom: 0;
}

.home-summary .right .baloon {
    border-radius: 4px;
    background: #E2EAB9;
    padding: 30px 20px;
    position: relative;
    margin: 30px 0 50px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 3s ease-out, transform 1.5s ease-out;
}

.home-summary .right .baloon.animate {
    opacity: 1;
    transform: translateY(0);
}

.home-summary .right .baloon p {
    font-size: 24px;
    line-height: 1.5333;
    margin: 0;
}

@media (min-width: 768px) {
    .home-summary .right .baloon p {
        font-size: 30px;
    }
}

.home-summary .right .baloon::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #E2EAB9;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
}

.home-summary .right .form {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .home-summary .button {
        margin-bottom: 0 !important;
    }
}

/*---------------------------------------------------*/
.home-product {
    background-color: #f5f8e5;
    padding: 60px 0;
    margin: 30px 0 0;
}

@media (min-width: 768px) {
    .home-product {
        padding: 70px 0 100px;
        margin: 70px 0 0;
    }
}

.home-product .video-wrapper-square {
    margin-bottom: 20px;
    border-right: 5px solid #8BA633;
}

@media (min-width: 768px) {
    .home-product h2 {
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .home-product .video-wrapper-square {
        border: none;
        order: 2;
    }
}

@media (max-width: 767px) {
    .home-product .item:last-child .video-wrapper-square {
        display: none;
    }
}

/*---------------------------------------------------*/
.home-process {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .home-process {
        padding: 60px 0;
    }
}

.home-process h2 {
    margin: 0 0 60px;
}

.home-process .container>span {
    display: block;
}

@media (min-width: 992px) {
    .home-process .container>span {
        font-size: 24px;
    }
}

.home-process .steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.home-process .steps .step {
    padding-top: 148px;
    background-position: top center;
    background-repeat: no-repeat;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.home-process .steps .step .inner {
    max-width: 256px;
    margin: auto;
}

.home-process .steps .step h3 {
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .home-process .steps .step h3 {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .home-process .steps .step {
        flex-basis: calc(50% - 16px);
    }
}

@media (min-width: 992px) {
    .home-process .steps .step {
        flex-basis: calc(25% - 12px);
    }
}

.home-process .steps .step:nth-child(1) {
    background-image: url("../img/icon-step-01.svg");
}

.home-process .steps .step:nth-child(2) {
    background-image: url("../img/icon-step-02.svg");
}

.home-process .steps .step:nth-child(3) {
    background-image: url("../img/icon-step-03.svg");
}

.home-process .steps .step:nth-child(4) {
    background-image: url("../img/icon-step-04.svg");
}

.home-process .form {
    margin-top: 10px;
}

/*---------------------------------------------------*/
.home-reviews {
    background-color: #232a33;
    padding: 80px 0 90px;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .home-reviews {
        padding: 60px 0;
    }
}

.home-reviews span {
    display: block;
}

.home-reviews .video-wrapper-square {
    margin-bottom: 20px;
    border-right: 5px solid #8BA633;
}

@media (max-width: 767px) {
    .home-reviews .video-wrapper-square {
        border-right: none;
    }
}

.home-reviews h2 {
    color: #fff;
    margin: 10px 0 0;
    text-align: center;
}

/*---------------------------------------------------*/
.home-tour {
    padding: 100px 0 60px;
}

@media (max-width: 767px) {
    .home-tour {
        padding: 60px 0 20px;
    }
}

.home-tour .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.home-tour .container>div {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .home-tour .container>div {
        flex-basis: 50%;
    }
}

.home-tour .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-tour .left .inner {
    max-width: 352px;
    width: 100%;
}

.home-tour .left h2 {
    margin: 0;
}

.home-tour .left p {
    margin: 30px 0;
}

.home-tour .left p.strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .home-tour .right {
        order: 2;
    }
}

.home-tour .right img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-left: 5px solid #8BA633;
}

@media (min-width: 992px) {
    .home-tour .right img {
        border-left: none;
        border-right: 5px solid #8BA633;
    }
}

.home-tour .right .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .home-tour .right .items {
        justify-content: flex-end;
    }
}

.home-tour .right .item {
    max-width: 410px;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.home-tour .right .item img {
    width: 80px;
    border: none;
    border-radius: 50%;
    float: left;
    margin: 0 20px 12px 0;
}

.home-tour .right .item h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
}

.home-tour .right .item a {
    text-decoration: none;
}

.home-tour .right .item a:hover {
    color: #8BA633;
}

.home-tour .right .item p {
    font-size: 16px;
    margin: 0;
}

@media (min-width: 992px) {
    .home-tour .right {
        order: 2;
    }
}

/*---------------------------------------------------*/
.home-about {
    background: #f5f8e5;
    margin-top: 0;
    padding: 90px 0 100px;
}

.home-about h2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.home-about .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 928px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .home-about .items {
        justify-content: space-between;
    }
}

.home-about .items .item {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-width: 448px;
    flex-basis: 100%;
    padding: 128px 30px 30px;
    margin-top: 128px;
    position: relative;
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .home-about .items .item {
        flex-basis: calc(50% - 16px);
        padding: 128px 30px 54px;
        margin-bottom: 35px;
    }
}

.home-about .items .item .thumb {
    width: 256px;
    position: absolute;
    top: -128px;
    left: calc(50% - 128px);
}

.home-about .items .item .thumb img {
    width: 100%;
    border-radius: 50%;
}

.home-about .items .item h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    margin: 30px 0 44px;
    position: relative;
}

.home-about .items .item h3::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 120px;
    height: 4px;
    background: #E2EAB9;
}

/*---------------------------------------------------*/
.home-faq {
    margin: 100px 0;
}

@media (max-width: 767px) {
    .home-faq {
        margin: 60px 0;
    }
}

.home-faq h2 {
    text-align: center;
    margin: 0;
    border-bottom: 4px solid #8BA633;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .home-faq h2 {
        margin-bottom: 30px;
    }
}

.home-faq h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}

.home-faq .row-questions.col2 .article {
    flex-basis: 48%;
}

.home-faq .row-questions.col3 .article {
    flex-basis: 31%;
}

.home-faq .article {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .home-faq .article {
        margin-top: 5px;
    }
}

.home-faq .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 180px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF calc(100% - 80px));
    flex-direction: column;
    margin-top: -120px;
}

.home-faq .button-wrapper .button {
    color: #8BA633;
    border-color: #8BA633;
    background: #fff;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    width: 100%;
}

.home-faq .button-wrapper .button:hover {
    background: #8BA633;
    color: #fff;
}

/*---------------------------------------------------*/
.home-blog {
    margin-top: 50px;
    margin-bottom: 100px;
}

.home-blog h2 {
    margin: 30px 0 100px;
}

.home-blog hr {
    margin: 0;
}

/*
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
*/
.spinner-wrap{
	display: none;
    left: 0;
    top: 0;
	overflow: hidden auto;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1023;
    justify-content: center;
    align-items: center;
	background: rgba(35,42,51,.95);
}
.spinner{
	width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #8BA633 transparent #8BA633 transparent;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}
 @keyframes spin {
  100% {
    transform: rotate(360deg); 
  }
}
