@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: #000000;

    position: relative;
    z-index: 500;

    width: 100%;
    height: 100%;

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

        color: #ffffff;
    }
    .navigation .logo_text {
        margin-top: 5px;
        line-height: 22px;
    }
        .navigation .logo_text a {
            font-family: "Outfit", sans-serif;
            font-size: 18px;
            font-weight: 900;

            margin-left: 38px;
        }
        .navigation .logo_text a:hover {
            color: #353535;
            text-decoration: none;
        }
        .navigation .logo_text span {
            font-family: "Parisienne", sans-serif;
            font-size: 44px;
            font-weight: 400;

            display: block;
            margin-top: -5px;
        }

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

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

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

        display: inline-block;
    }
        .navigation li.show {
            background: #e22066;
            border-radius: 4px;

            color: #fff;
        }
        .navigation li.show a {
            color: #fff;
        }

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

        margin: 0;
        padding: 8px 20px;

        display: block;

        transition: 0.1s;
    }
        .navigation li a:hover {
            background: #e22066;
            border-radius: 4px;

            color: #ffffff;

            text-decoration: none;

            transition: 0.1s;
        }

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

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

        transition: top 0.4s;
    }

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

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

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

    color: #fff;

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

    color: #fff;

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

    color: #fff;

    position: relative;
    z-index: 20;
}


    .background-stripe-image {
        overflow: hidden;
    }
    .background-stripe-image::before {
        content: '';
        background-image: url('/images/image-private-woman.webp');
        background-repeat: no-repeat;

        display: block;
        width: 100%;
        height: 100%;

        position: absolute;
        top: 0;
        left: 0;
    }

/* */
.background-stripe-img {
    overflow: hidden;

    width: 100%;
    height: auto;
    color: #fff;

    background-image: url("/images/image-sexy-woman-background.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: -120px;

    position: relative;
    z-index: 20;
}
    .background-stripe-img h1 {
        font-size: 58px;
        color: #ffffff;
    }
    .background-stripe-img .padding-l {
        padding-top: 80px;
        padding-bottom: 360px;
    }

/* */
.container-01 {
    background: #000000;
}
.container-02 {
    background: #ffffff;
}
.container-03 {
    background: #f5f5f5;
}
.container-04 {
    background: #ce4257;
}
.container-05 {
    background: #44AC8E;
}
.container-06 {
    background: #e22066;
}
.container-07 {
    background: #fff3cd;
    color: #856404;
}
    .container-07 a {
        color: #856404;
    }
.container-08 {
    background: #cce5ff;
    color: #004085;
}
    .container-08 a {
        color: #004085;
    }
.container-09 {
    background: #f8d7da;
    color: #721c24;
}
    .container-09 a {
        color: #721c24;
    }
.container-10 {
    background: #d4edda;
    color: #155724;
}
    .container-10 a {
        color: #155724;
    }

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

.container-shadow {
    /* box-shadow: 0 5px 8px #e9e9e9 !important; */
}
.container-border {
    /* border: 1px solid #eaedf2; */
}
.container-rounded {
    border-radius: 12px;
}
.container-rounded-top {
    border-radius: 12px 12px 0 0;
}
.container-rounded-bottom {
    border-radius: 0 0 12px 12px;
}

.container-reviews {
    position: relative;
}
.container-reviews::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    content: "\f10d";

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

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

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

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

/* */
.filter-panel {
    background: #fff;

    position: fixed;
    top: 0px;
    left: -999px;

    z-index: 10005;

    transition: left 0.4s;
}
.filter-panel .filter-panel-content {
    width: 400px;
    height: 100vh;

    overflow-y: scroll;
    overflow-x: hidden;

    padding: 20px 28px 160px 20px;
}
.filter-panel .filter-panel-btn-close {
    position: absolute;

    top: 10px;
    right: -70px;
}
.filter-panel .filter-panel-btn-submit {
    background: #fff;
    border-top: 1px solid #dee2e6;

    position: sticky;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px 15px;

    width: 100%;
    height: auto;
}
.filter-panel.open {
    left: 0;

    transition: left 0.4s;
}

/* */
.messages .messages-img {
	border-radius: 50%;

	width: 35px;
	height: 35px;

	object-fit: cover;
    transform: translate3d(0, 0, 1px);
}
.messages .message-delete {
	position: absolute;
	top: -4px;
	right: 12px;
}
.messages .messages-panel {
	padding: 20px;
}
    .messages .messages-panel .message-chat-01 {
    	background: #f5f5f5;
        border-radius: 18px;

        padding: 6px 12px 8px;
    }
    .messages .messages-panel .message-chat-02 {
    	background: #e22066;
        border-radius: 18px;

        color: #fff;

        padding: 6px 12px 8px;
    }
.messages .form-file {
	background: none;
	border: none;

    position: absolute;
    top: -25px;
    right: -2px;

    padding: 0px;

    width: auto;
}
    .messages .form-file.active {
        right: -12px;
    }
    .modal-body .messages .form-file {
        right: 0;
    }
    .modal-body .messages .form-file.active {
        right: 0;
    }
    .modal-body .messages .form-file {
        top: 0;
    }
.messages .btn-file {
	background: none;
    border-radius: 0;

	padding: 0;
	margin: 0;

	font-size: 14px;
    color: #3C3C4F;
}
.messages .form-text {
	background: #f5f5f5;
    border: none;
	border-radius: 12px;

	resize: none;
    height: auto !important;
}
	.messages .form-text:focus {
		background: #f0f0f0;
		border: none;
	}

/* */
.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: #e22066;
}

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

.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: #e22066;
}
.average-rating {
    position: relative;

    appearance: none;
    color: transparent;

    width: auto;

    display: inline-block;
    vertical-align: baseline;
}

/* */
.footer-bar {
    background: #101010;
    border-top: 1px solid #353535;

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

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

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

            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 #353535;

    	width: 100%;

    	margin: 30px 0 15px 0;
    }
