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

@media(min-width: 320px) and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 26px;
    }

    /* */
    .video-banner {
        width: 100%;
        height: auto;
    }

    /* */
    .size_07 {
        font-size: 22px;
    }
    .size_08 {
        font-size: 24px;
    }
    .size_09 {
        font-size: 26px;
    }
    .size_10 {
        font-size: 28px;
    }

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

    .margin-s {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margin-m {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .margin-l {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    /* */
    .navigation .navigation-panel {
        display: none;
    }
        .navigation .dropdown-divider {
            border-top: 1px solid #ced7d9;

            margin: 15px 0;
        }

    .navigation-mobile {
        background: #eff3f4;

        position: absolute;
        top: 84px;
        left: -999px;

        z-index: 90;

        width: 100%;
        height: 100vh;
        overflow-x: scroll;

        padding: 0 25px 180px 20px;

        transition: left 0.4s;
    }
        .navigation-mobile.active {
            left: 0;

            transition: left 0.4s;
        }
        .navigation-mobile li img {
            width: 35px;
        }

        /* */
        .navigation-mobile-icon {
            position: relative;

            width: 100%;

            transform: rotate(0deg);

            transition: 0.5s ease-in-out;

            cursor: pointer;
        }
            .navigation-mobile-icon span {
                background: #2e3b4c;
                border-radius: 25px;

                position: absolute;
                right: 15px;

                display: block;

                width: 18px;
                height: 3px;

                opacity: 1;

                transform: rotate(0deg);

                transition: 0.25s ease-in-out;
            }
                .navigation-mobile-icon span:nth-child(1) {
                    top: -8px;
                }
                .navigation-mobile-icon span:nth-child(2), .navigation-mobile-icon span:nth-child(3) {
                    top: -2px;
                }
                .navigation-mobile-icon span:nth-child(4) {
                    top: 4px;
                }
                .navigation-mobile-icon.open span:nth-child(1) {
                    top: -2px;
                    right: 25px;

                    width: 0px;
                }
                .navigation-mobile-icon.open span:nth-child(2) {
                    transform: rotate(45deg);
                }
                .navigation-mobile-icon.open span:nth-child(3) {
                    transform: rotate(-45deg);
                }
                .navigation-mobile-icon.open span:nth-child(4) {
                    top: -2px;
                    right: 25px;

                    width: 0px;
                }

                .navigation-mobile ul {
                    margin: 20px 0 0;
                    padding: 0;

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

                    display: block;
                    line-height: normal;
                }
                .navigation-mobile li a {
                    background: #fff;
                    border-radius: 4px;

                    font-size: 16px;
                    font-weight: 500;

                    text-align: left;

                    margin: 5px 0 0;
                    padding: 15px 10px;

                    display: block;
                }
                    .navigation-mobile li a:hover {
                        background: #fff;
                    }
                    .navigation-mobile li a i {
                        position: relative;
                        top: 4px;

                        font-size: 12px;
                        float: right;
                    }

    /* */
    .background-img-wrapper {
        width: 100%;
        height: 100%;

        padding-top: 40px;
        padding-bottom: 40px;
    }
        .background-img-wrapper h1 {
            font-size: 36px;
        }
        .background-img-wrapper h2 {
            font-size: 20px;
        }
        .background-img-wrapper .banner-row {
            height: 100%;
        }
        .background-img-wrapper .container-bottom {
            position: static;

            padding-top: 40px;
            padding-bottom: 0;
        }
        .background-img-wrapper .container-bottom img {
            margin: 35px 0;
        }
        .background-img-wrapper .dropdown button {
            padding: 12px 15px !important;
        }
        .background-img-wrapper .dropdown .btn-wrapper {
            width: 100%;
        }
            .background-img-wrapper .dropdown .btn-wrapper i {
                position: relative;
                top: 4px;

                float: right;
            }

        .background-img-wrapper .dropdown .dropdown-item {
            font-size: 16px;
        }
        .background-img-wrapper .container-alert {
            font-size: 14px;
        }

    /* */
    .container-padding-s {
        padding: 10px;
    }
    .container-padding-m {
        padding: 20px;
    }

    .responsive-container .container-success {
        font-size: 12px;
    }

    .container-reviews {
        padding-top: 50px;
    }

    .container-editor h1 {
        font-size: 30px;
    }

    /* */
    .feathers {
        display: none;
    }

    .btn-mobile-100 {
        width: 100%;
    }

    /* */
    .image-section {
        position: relative;
    }
        .image-section__right img {
            width: 100%;
        }

    .responsive-blob {
        width: 35%;
    }

    /* */
    .accordion button {
        padding: 20px 20px 20px 0;
    }
    .accordion i {
        top: -12px;
        right: -20px;
    }

    /* */
    .carousel-reviews .carousel-item {
        padding: 0;
    }
    .carousel-reviews .carousel-item .btn-wrapper {
        width: 100%;
    }
    .carousel-reviews .carousel-control-prev {
        display: none;
    }
    .carousel-reviews .carousel-control-next {
        display: none;
    }

    /* */
    .simply-scroll-list li img {
        width: 200px;
    }

    /* */
    .footer-bar {
        padding-top: 30px;
    }
    .footer-bar .logo_text div {
        font-size: 14px;
        margin-left: 0;
    }
    .footer-bar .logo_text a {
        font-size: 20px;
    }

    /* */
    .adult .navigation {
        border-bottom: 2px solid #de3673;
    }

    .adult .navigation-mobile {
        background: #000;
    }
        .adult .navigation-mobile li a {
            background: #191717;
        }
        .adult .navigation-mobile-icon span {
            background: #fff;
        }

    .adult .background-img-wrapper {
        overflow: hidden;
    }
    .adult .background-img-wrapper h1 {
        font-size: 34px;
    }
    .adult .background-img-wrapper .banner-img {
        top: -65px;
    }
    .adult .background-img-wrapper .banner-row {
        height: calc(100vh - 200px);
    }
    .adult .background-img-wrapper .container-bottom {
        padding-top: 0;
    }
    .adult .background-img-wrapper .container-bottom img {
        margin-bottom: 0;
    }
}

@media(min-width: 769px ) and (max-width: 1024px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 26px;
    }

    /* */
    .size_07 {
        font-size: 22px;
    }
    .size_08 {
        font-size: 24px;
    }
    .size_09 {
        font-size: 26px;
    }
    .size_10 {
        font-size: 28px;
    }

    /* */
    .background-img-wrapper {
        width: 100%;
        height: 100%;

        padding: 60px 0;
    }

    .background-img-wrapper h1 {
        font-size: 42px;
    }

    .responsive-container .container-success {
        font-size: 14px;
    }
}

@media(min-width: 1025px) and (max-width: 1366px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 38px;
    }
    h4 {
        font-size: 34px;
    }
    h5 {
        font-size: 30px;
    }

    /* */
    .size_07 {
        font-size: 26px;
    }
    .size_08 {
        font-size: 30px;
    }
    .size_09 {
        font-size: 34px;
    }
    .size_10 {
        font-size: 38px;
    }

    /* */

    .background-img-wrapper h1 {
        font-size: 42px;
    }

    .responsive-container .container-success {
        font-size: 14px;
    }
}

/* Container width */
@media(min-width: 1025px) and (max-width: 1366px) {
    .container {
        max-width: 1260px;
    }
}
@media(min-width: 1367px) and (max-width: 1639px) {
    .container {
        max-width: 1420px;
    }
}
@media (min-width: 1640px){
	.container {
		max-width: 1560px;
	}
}
