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

@media(min-width: 320px) and (max-width: 768px) {
    body {
    	font-size: 16px;
    }

    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }

    /* */
    .size_01, .size_02, .size_03, .size_04 {
        font-size: 16px;
    }
    .size_05, .size_06 {
        font-size: 18px;
    }
    .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 {
        background: #000;
    }
        .navigation .logo {
            top: 3px;
        }
        .navigation .logo_text a {
            font-size: 22px;
        }
        .navigation .navigation-panel {
            display: none;
        }
        .navigation .row.top {
            margin-bottom: 0;
        }

    .navigation-mobile {
        background: #000;

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

        z-index: 90;

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

        padding: 0 40px 180px 40px;

        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%;
            height: 70px;

            transform: rotate(0deg);

            transition: 0.5s ease-in-out;

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

                position: absolute;
                right: 20px;

                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: 30px;
                }
                .navigation-mobile-icon span:nth-child(2), .navigation-mobile-icon span:nth-child(3) {
                    top: 36px;
                }
                .navigation-mobile-icon span:nth-child(4) {
                    top: 42px;
                }
                .navigation-mobile-icon.open span:nth-child(1) {
                    top: 36px;
                    right: 30px;

                    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: 36px;
                    right: 30px;

                    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: #282828;
                    border-radius: 4px;

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

                    text-align: left;

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

                    display: block;
                    min-height: 55px;
                }
                    .navigation-mobile li a:hover {
                        background: #282828;
                    }
                    .navigation-mobile li a i {
                        position: relative;
                        top: 6px;

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

    /* */
    .container-03 .btn-medium a {
		padding: 12px 15px !important;
	}

    /* */
    .background-img-wrapper {
        height: 100%;
    }
    .background-img-wrapper .banner-row {
        height: 100%;

        padding-top: 20px;
        padding-bottom: 0px;
    }
    .background-img-wrapper img {
        display: none;
    }
        .background-img-wrapper h1 {
            font-size: 32px;
        }
        .background-img-wrapper h2 {
            font-size: 18px;
        }
        .background-img-wrapper .form-search {
            font-size: 16px;
        }
        .background-img-wrapper .form-search__btn {
            font-size: 16px;
        }
        .background-img-wrapper .container-02 {
            background: #1a1a1a;
        }

    /* */
    .profile-img-wrapper .banner-row {
        height: 100%;

        padding-top: 125px;
        padding-bottom: 125px;
    }
    .profile-img-wrapper img {
        top: 90px;

        height: 100%;

        object-fit: cover;
        object-position: right;

        opacity: 0.6;
    }
        .profile-img-wrapper h1 {
            font-size: 32px;
        }
        .profile-img-wrapper h2 {
            font-size: 16px;
        }

    /* */
    .carousel-item .container-padding-m {
        padding: 20px;
    }
    .container-reviews {
        margin-top: 35px;
    }
        .container-reviews::before {
            display: none;
        }

    /* */
    .image-blob {
        width: 60%;
    }
    .image-with-text__badge {
        display: none;
    }

    /* */
    .carousel-options-wrapper {
        background: none;
    }
    .carousel-control-next, .carousel-control-prev {
        opacity: 1;
    }
    .carousel-control-prev-icon.blog {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
        margin: 0;
    }
    .carousel-control-next-icon.blog {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
        margin: 0;
    }

    /* */
    .accordion button {
        font-size: 16px;
    }

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

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

    /* */
    .background-img-wrapper img {
        height: 80vh;
    }
}

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

@media (max-width: 1639px){
    .app .side-panel .bottom {
        position: static !important;

        padding-top: 20px;
    }
}

@media(min-width: 1200px) and (max-width: 1639px) {
    .background-img-wrapper {
        height: auto;

        padding-top: 40px;
        padding-bottom: 40px;
    }
    .background-img-wrapper .banner-row {
        height: auto;
    }
    .background-img-wrapper img {
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    }
    .background-img-wrapper .col-xl-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }
}
