/* MAIN */
body {
    font-family: 'Poppins', sans-serif;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

.btn {
    margin-top: 25px;
    background-color: #5b5b5b;
    color: #fff;
    padding: 9px 30px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

::selection {
    background-color: rgba(137, 13, 0, 0.7);
    color: #fff;
}

/* TEXT */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 46px;
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 15px;
    font-size: 34px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.headline {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 65px;
    z-index: 3;
    position: relative;
}

.headline hr {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}

.headline.left {
    text-align: left;
}

.headline p {
    font-size: 18px;
    color: #929292;
    margin-bottom: 0;
    line-height: 2.0;
}

.headline h2 {
    margin-bottom: 0px;
}

/* NAV */
nav {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 400ms ease;
}

nav.shrink {
    background-color: #050505;
}

nav.shrink .logo {
    max-width: 70px;
}

.logo {
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
    transition: all 400ms ease;
}

.logo img {
    max-width: 100%;
}

ul.menu {
    display: flex;
}

ul.menu li {
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    letter-spacing: 1px;
}

nav a.active {
    text-decoration: underline;
}

/* HEADER */
header {
    width: 100%;
    min-height: 750px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 195px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

header img {
    position: absolute;
    min-width: 100%;
}

header .overlay {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay-bg {
    background-color: #121212;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.header-content {
    max-width: 760px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-left: 25px;
    padding-right: 25px;
}

header p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 2.0;
}

header .down {
    width: 50px;
    height: 50px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .down img {
}

/* SERVICES */
.services {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #050505;
}

.services-content {
    width: 90%;
    max-width: 1240px;
    position: relative;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.service-box {
    color: #fff;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 45px;
}

.service-box hr {
    background-color: #1f1f1f;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-box h3 {
}

.service-box ul {
    margin-bottom: 15px;
}

.service-box ul li {
    line-height: 2.0;
    color: #929292;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    transition: color 300ms ease;
}

.service-box ul li:hover {
    color: #fff;
}

.service-box ul li:after {
    content: '';
    position: absolute;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
    clear: both;
    transform: rotate(-90deg);
    left: -5px;
}

.service-box ul li.headline-li {
    padding-left: 0px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 34px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.service-box ul li.headline-li:after {
    display: none;
}

span.price {
    font-size: 20px;
}

span.price b {
}

span.price small {
    font-weight: 400;
    color: #929292;
    margin-left: 3px;
    font-size: 70%;
}

/* SERVICE DETAIL */
.service-detail {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #050505;
    position: relative;
}

.service-detail:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle 25em,#1e1e1e,rgba(0, 0, 0, 0));
    top: 0;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.service-detail-content {
    width: 90%;
    max-width: 1240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.service-detail-box {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-detail-box.left {
    padding-right: 45px;
    position: sticky;
    top: 40%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    align-items: center;
}

.service-detail-box.right {
    padding-left: 45px;
    position: sticky;
    top: 40%;
    padding-top: 25px;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.service-detail-box img {
    max-width: 90%;
}

.service-detail-box h3 {
    color: #fff;
}

.service-detail-box ul {
}

.service-detail-box ul li {
    cursor: pointer;
    color: #929292;
    font-size: 18px;
    position: relative;
    line-height: 2.5;
    transition: color 300ms ease;
}

.service-detail-box ul li:hover {
    color: #fff;
}

.service-detail-box ul li.toggled {
    color: #fff;
}

.service-detail-box ul li.toggled small {
    color: #fff;
}

.service-detail-box ul li small {
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-right: 15px;
    font-size: 70%;
    top: -5px;
}

.point {
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 3px;
    z-index: 88;
    padding-left: 1px;
}

.point.toggled:after {
    background-color: #fff;
}

.point.toggled:before {
    background-color: #fff;
    transition: background-color 300ms ease;
}

#point1 {
    margin-left: -25px;
    top: 32%;
    margin-top: -25px;
    right: 47%;
}

#point2 {
    top: 53%;
    left: 37%;
    margin-top: -25px;
    margin-left: -25px;
}

#point3 {
    top: 63%;
    margin-top: -25px;
    margin-left: -25px;
    right: 14%;
}

#point4 {
    margin-top: -25px;
    margin-left: -25px;
    left: 44%;
    top: 15%;
}

.service-detail-box .interior-info {
    flex-direction: column;
    display: flex;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    transform: translateY(40%);
    transition: width 0ms, height 0ms, opacity 400ms ease, transform 400ms ease;
}

.service-detail-box .interior-info.toggled {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    width: auto;
    height: auto;
}

.service-detail-box .interior-info p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #929292;
    font-size: 18px;
}

.point:before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    margin-top: -3px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    margin-left: 0px;
    z-index: -1;
}

.point:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    background-color: #bbbbbb;
    z-index: -1;
}

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

/* FOOTER */
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #050505;
    color: #fff;
    border-top: 1px solid #1f1f1f;
}

.footer-content {
    width: 90%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-box.left {
    justify-content: flex-end;
    text-align: right;
    padding-right: 45px;
}

.footer-box.center {
    text-align: center;
    padding-left: 45px;
    padding-right: 45px;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    padding-bottom: 15px;
    min-height: 250px;
    justify-content: center;
}

.footer-box.right {
    padding-left: 45px;
}

footer h3 {
    width: 100%;
}

footer h2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 34px;
}

footer ul {
}

footer ul li {
    line-height: 2.0;
    font-size: 18px;
    color: #929292;
    transition: color 300ms ease;
}

footer ul li:hover {
    color: #fff;
}

a.footer-btn {
    border-radius: 35px;
    border: 1px solid #1f1f1f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
}

a.footer-btn svg {
    margin-right: 9px;
}

footer hr {
    width: 30%;
}

.footer-box.left hr {
    margin-left: auto;
}

/* PORTFOLIO */
.portfolio {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #050505;
}

.portfolio-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider {
    width: auto;
    margin: 30px 50px 50px;
}

.slick-prev:before,
.slick-next:before {
    position: absolute !important;
    content: "" !important;
    width: 28px !important;
    height: 28px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slick-next,
.slick-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    border: 2px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-next {
    right: 50px !important;
    z-index: 9;
}

.slick-prev {
    left: 50px !important;
    z-index: 9;
}

.slick-prev:before {
    background-image: url('images/icons/arrow-left.png') !important;
}

.slick-next:before {
    background-image: url('images/icons/arrow-right.png') !important;
}

.variable-width {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.variable-width img {
}

.div1 {
    background-color: red;
    text-align: center;
}

.div2 {
    background-color: green;
    text-align: center;
}

.div3 {
    background-color: blue;
    text-align: center;
}

.div4 {
    background-color: yellow;
    text-align: center;
}

.div5 {
    background-color: orange;
    text-align: center;
}

.slick-center {
    opacity: 1 !important;
}

.slick-slide {
    opacity: 0.2;
}

/* ABOUT */
.about {
    background-color: #050505;
    padding-bottom: 100px;
    padding-top: 50px;
    color: #fff;
}

.about-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-info {
    padding-right: 55px;
}

.about-image {
    position: relative;
    overflow: hidden;
}

.about-image img {
    max-width: 100%;
}

.about-content p {
    color: #929292;
    font-size: 18px;
    line-height: 2.0;
}

/* FAQ */
.faq {
    background-color: #050505;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
}

.faq-content {
    width: 90%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.accordion {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.accordion li {
    border-bottom: 1px solid #1f1f1f;
    position: relative;
}

.accordion li:last-child {
    border: none;
}

.accordion li p {
    display: none;
    padding: 10px 0px 15px;
    color: #929292;
    font-size: 18px;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 34px;
    user-select: none;
    font-family: 'Bebas Neue', cursive;
}

.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    position: absolute;
    right: 10px;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 45px;
}

.accordion p {
    line-height: 2;
}

a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* MOBILE */
@media (max-width:575px) {
    .variable-width img {
        max-height: 150px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    .service-box ul li.headline-li {
        font-size: 22px;
    }

    .headline p {
        font-size: 14px;
    }

    .service-box ul li {
        font-size: 14px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about {
        padding-bottom: 25px;
        padding-top: 20px;
    }

    .about-info {
        padding-right: 0;
        text-align: center;
    }

    .portfolio {
        padding-bottom: 25px;
        padding-top: 0px;
    }

    .services {
        padding-bottom: 0px;
        padding-top: 45px;
    }

    .headline {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    header p {
        font-size: 14px;
    }

    .service-detail {
        padding-bottom: 25px;
        padding-top: 45px;
    }

    .header-content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

    header {
        min-height: 450px;
    }

    .service-box {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 45px;
    }

    span.price {
        font-size: 14px;
    }

    .accordion a {
        font-size: 18px;
        padding-right: 15px;
        line-height: 2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .faq-content {
        padding-left: 0;
        padding-right: 0;
    }

    .faq {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-box.center {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .footer-box {
        margin-bottom: 25px;
    }

    .footer-box.left {
        padding-right: 0;
        text-align: center;
        justify-content: center;
    }

    .footer-box.right {
        padding-left: 0;
        justify-content: center;
        text-align: center;
    }

    footer {
        padding-top: 25px;
        padding-bottom: 0;
    }

    footer ul li {
        font-size: 14px;
    }

    a.footer-btn {
        font-size: 16px;
    }

    .accordion li p {
        font-size: 14px;
    }

    .accordion a:after {
        top: 19px;
    }

    .service-detail-box.left {
        position: relative;
        padding-right: 0;
        min-height: auto;
        padding-bottom: 25px;
    }

    .service-detail-box.right {
        position: relative;
        padding-left: 0px;
        min-height: auto;
        padding-top: 45px;
    }

    .service-detail-box ul li {
        font-size: 16px;
    }

    .slick-next {
        right: 5px !important;
    }

    .slick-prev {
        left: 5px !important;
    }

    .slick-next,
    .slick-prev {
        width: 35px;
        height: 35px;
    }

    footer h2 {
        font-size: 22px;
    }

    ul.menu {
        display: none;
    }

    .logo {
        max-width: 70px;
    }

    nav {
    }

    .service-detail-box .interior-info p {
        font-size: 14px;
    }
}

/* TABLET */
@media (min-width:576px) and (max-width:991px) {
    .service-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .service-box ul li {
        font-size: 16px;
    }

    .headline p {
        font-size: 16px;
    }

    .about-content p {
        font-size: 16px;
    }

    .service-detail-box .interior-info p {
        font-size: 16px;
    }

    header p {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .service-detail-box.left {
        position: relative;
        padding-right: 25px;
    }

    .service-detail-box.right {
        position: relative;
        padding-left: 25px;
    }

    .service-detail-box ul li {
        font-size: 16px;
        line-height: 2.0;
    }

    header {
        min-height: 450px;
        padding-top: 80px;
    }

    .service-detail {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .services {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .headline {
        margin-bottom: 45px;
    }

    .variable-width img {
        max-height: 370px;
    }

    .slick-next {
        right: 25px !important;
    }

    .slick-prev {
        left: 25px !important;
    }

    .slick-next,
    .slick-prev {
        width: 35px;
        height: 35px;
    }

    .portfolio {
        padding-bottom: 50px;
    }

    .about {
        padding-bottom: 50px;
    }

    .faq {
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .accordion a {
        font-size: 22px;
    }

    .footer-box.center {
        border: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-box.left {
        padding-right: 15px;
    }

    .footer-box.right {
        padding-left: 15px;
    }

    footer {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .service-detail-box img {
        max-width: 80%;
    }

    .service-detail-box .interior-info p {
        font-size: 16px;
    }

    ul.menu li {
        font-size: 16px;
    }

    .logo {
        max-width: 80px;
    }
}

/* MOBILE MENU */
.burger {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    margin-top: 5x;
}

.mob-menu {
    width: 100%;
    position: fixed;
    top: 95px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #050505;
    color: #fff;
    padding: 35px 15px;
    left: 0;
    right: 0;
}

.mob-menu ul {
    width: 100%;
    text-align: center;
}

.mob-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mob-menu.toggled {
    background-color: red;
}

/* AOS animation */
[data-aos="my-animation"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: translateX(0%);
}

[data-aos="my-animation"].aos-animate {
    transform: translateX(100%);
}

[data-aos="my-animation2"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: scale(2);
}

[data-aos="my-animation2"].aos-animate {
    transform: scale(1);
}

[data-aos="my-animation3"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: translateY(0%);
}

[data-aos="my-animation3"].aos-animate {
    transform: translateY(-100%);
}