@charset "utf-8";
/* CSS Document */

/* */
.padding-s {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-m {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-l {
    padding-top: 160px;
    padding-bottom: 160px;
}

.margin-s {
    margin-top: 60px;
    margin-bottom: 60px;
}
.margin-m {
    margin-top: 100px;
    margin-bottom: 100px;
}
.margin-l {
    margin-top: 160px;
    margin-bottom: 160px;
}

/* */
.navigation {
    background: rgba(0, 0, 0, 0.8);

    position: relative;
    z-index: 100;

    width: 100%;
    height: auto;

    padding: 16px 0;
}
    .navigation .logo {
        position: relative;

        color: #fff;
    }
    .navigation .logo_text a {
        font-family: "Outfit", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }
    .navigation .logo_text a:hover {
        color: #d1394b;
        text-decoration: none;
    }

    .navigation .logo img {
        width: 45px;
        height: auto;
    }

    .navigation a {
        color: #ffffff;
        text-decoration: none;
    }

    .navigation ul {
        margin: -8px 0 0;
        padding: 0;

        list-style: none;
    }
    .navigation li {
        margin: 0;
        padding: 0;

        display: inline-block;
    }

    .navigation li a {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;

        margin: 0;
        padding: 8px 20px;

        display: block;

        transition: 0.1s;
    }
        .navigation li a:hover {
            color: #d1394b;

            text-decoration: none;

            transition: 0.1s;
        }

    /* */
    .navigation.show {
        position: sticky;
        top: -1px;

        background: rgba(0, 0, 0, 0.6);

        transition: top 0.4s;
    }
    .navigation.hide {
        position: sticky;
        top: -160px;

        transition: top 0.4s;
    }

/* */
.background-stripe-01 {
    background: #ffffff;

    position: relative;
    z-index: 20;
}
.background-stripe-02 {
    background: #000000;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-03 {
    background: #222222;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-04 {
    background: #d1394b;

    color: #fff;

    position: relative;
    z-index: 20;
}
.background-stripe-05 {
    background: #101010;

    color: #fff;

    position: relative;
    z-index: 20;
}

/* */
.background-img-wrapper {
    background: #000;

    overflow: hidden;

    width: 100%;
    height: calc(100vh - 80px);
}
    .background-img-wrapper img {
        position: absolute;
        bottom: 0;
        right: 0;

        width: auto;
        height: 100vh;
    }
    .background-img-wrapper h1 {
        font-size: 58px;
        color: #fff;
    }
    .background-img-wrapper h2 {
        font-family: "Urbanist", sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }
    .banner-row {
        height: calc(100vh - 80px);

    }

/* */
.profile-img-wrapper {
    background: #000;

    position: relative;
    top: -98px;
    overflow: hidden;

    width: 100%;
    height: 100%;

    padding-top: 90px;
    margin-bottom: -112px;
}
    .profile-img-wrapper img {
        position: absolute;
        top: -130px;
        right: 0;

        width: 100%;
        height: auto;

        object-fit: cover;
        object-position: top;

        filter: brightness(50%);
    }
    .profile-img-wrapper h1 {
        font-size: 62px;
        color: #fff;
    }

/* */
.container-01 {
    background: #fff;
}
.container-02 {
    background: #000;
}
.container-03 {
    background: #222222;
    color: #fff;
}
.container-04 {
    background: #d1394b;
    color: #fff;
}
.container-05 {
    background: #121212;
    color: #fff;
}

.container-success {
    background: #d4edda;
    color: #155724;
}
    .container-success a {
        color: #155724;
    }
    .container-success a:hover {
        color: #155724;
    }
.container-alert {
    background: #f8d7da;
    color: #721c24;
}
    .container-alert a {
        color: #721c24;
    }
    .container-alert a:hover {
        color: #721c24;
    }
.container-info {
    background: #cce5ff;
    color: #004085;
}
    .container-info a {
        color: #004085;
    }
    .container-info a:hover {
        color: #004085;
    }

.container-dark {
    background: #656565;
}

.container-padding-s {
    padding: 20px;
}
.container-padding-m {
    padding: 40px;
}
.container-padding-l {
    padding: 60px;
}

.container-height-s {
    min-height: 80px;
}
.container-height-m {
    min-height: 120px;
}
.container-height-l {
    min-height: 180px;
}

.container-shadow {
    box-shadow: 0 5px 8px #e9e9e9 !important;
}
.container-border {
    border: 1px solid #eaedf2;
}
.container-rounded {
    border-radius: 12px;
}
.container-reviews {
    position: relative;
}
    .container-reviews::before {
        font-family: "Font Awesome 5 Free";
        font-size: 32px;
        font-weight: 900;
        color: #000;
        content: "\f10d";

        position: absolute;
        top: 0;
        left: 15px;
    }
    .container-reviews::after {
        font-family: "Font Awesome 5 Free";
        font-size: 32px;
        font-weight: 900;
        color: #000;
        content: "\f10e";

        position: absolute;
        bottom: 0;
        right: 15px;
    }

.container-circle {
    border-radius: 50%;

    display: block;
}
    .container-circle.small {
        width: 35px;
    	height: 35px;
    	line-height: 35px;
    }
    .container-circle.medium {
        width: 45px;
    	height: 45px;
    	line-height: 45px;
    }
    .container-circle.large {
        width: 75px;
    	height: 75px;
    	line-height: 75px;
    }

/* */
.star-rating-panel {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rating-input {
  position: fixed;

  opacity: 0;

  pointer-events: none;
}

.rating-label {
  font-size: 0;
  color: #d5d5d5;

  cursor: pointer;

  transition: color 0.1s ease-in-out;
}

.rating-label:before {
  position: relative;

  display: inline-block;

  font-size: 16px;
  font-family: 'FontAwesome', serif;
  content: "\f005";

  margin-left: 5px;
}
.rating-input:checked ~ .rating-label {
    color: #d1394b;
}

.rating-label:hover, .rating-label:hover ~ .rating-label {
    color: #d1394b;
}

.rating-input:checked + .rating-label:hover,
.rating-input:checked + .rating-label:hover ~ .rating-label,
.rating-input:checked ~ .rating-label:hover,
.rating-input:checked ~ .rating-label:hover ~ .rating-label,
.rating-label:hover ~ .rating-input:checked ~ .rating-label {
    color: #d1394b;
}

/* */
.container-editor img {
    border-radius: 4px;

    width: 100% !important;

    object-fit: cover;

    margin-bottom: 20px;
}
.container-editor pre {
    background: #f5f5f5;
    padding: 10px 15px;
}
.container-editor h4 {
    font-size: 26px;
}
.container-editor h3 {
    font-size: 30px;
}
.container-editor h2 {
    font-size: 36px;
}
.container-editor h1 {
    font-size: 42px;
}
.container-editor figure {
    margin: 0;
}

/* */
.footer-bar {
    background: #000;

    color: #fff;
    font-size: 16px;

    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}
    .footer-bar a {
        color: #fff;
        text-decoration: none;

        transition: 0.2s;
    }
        .footer-bar a:hover {
            color: #d1394b;

            transition: 0.2s;
        }

    .footer-bar ul {
        list-style: none;

        padding: 0;
        margin: 0;
    }
        .footer-bar li {
            margin: 0;
            padding: 5px 0;
        }

    .footer-bar hr {
        background-image: none;
        border-top: 1px solid #222222;

    	width: 100%;

    	margin: 30px 0 15px 0;
    }
