body {
    font-family: 'Open Sans', sans-serif;
}

header {
    width: 100%;
    margin-top: 50px;
    position: absolute;
    z-index: 1;
}

header nav.social ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

header nav.social li {
    display: inline-block;
}

header nav.social a {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    border: 1px solid #FFF;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    transition: all 0.2s;
}

header nav.main-nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

header nav.social a:hover,
header nav.main-nav a:hover {
    text-decoration: none;
    color: #EA6603;
    border-color: #EA6603;
}

header nav.main-nav li {
    display: inline-block;
}

header nav.main-nav a {
    color: #FFF;
    margin-left: 30px;
    font-size: 1.1em;
    transition: all 0.2s;
}

header nav.main-nav li:first-child a {
    margin-left: 0;
}

header .menu-container {
    display: flex;
    flex-direction: column;
}

.btn-radio {
    background: #EA6603;
    color: #FFF;
    border-radius: 5px;
    align-self: center;
    margin-left: 30px;
}

.musesStyleReset {
    margin-left: auto !important;
    margin-right: 0px !important;
}

.side-nav .musesStyleReset {
    margin-left: 30px !important;
    margin-top: 20px;
}

.side-nav .btn-radio {
    max-width: 80%;
    padding: 10px;
    color: #FFF;
    margin-top: 30px;
    font-size: 18px;
}

section.home {
    height: 100vh;
    position: relative;
    background: #333 url('../img/bg-header.jpg') center center no-repeat;
    background-size: cover;
}

section.home .container {
    padding-top: 200px;
}

section.home {
    text-align: center;
}

section.home .home-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.home h2 {
    color: #FFF;
}

section.home .next {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

section.home .next a {
    font-size: 5em;
    color: #FFF;
    transition: all 0.2s;
}

section.home .next a:hover {
    color: #EA6603;
}

section.home p.social a {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    border: 1px solid #FFF;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    transition: all 0.2s;
    margin: 0px 10px;
    margin-bottom: 30px;
}

section.home p.social a:hover {
    color: #EA6603;
}

section.services {
    padding: 30px 0px;
    color: #0E0C0E;
}

section.services .icon-box {
    text-align: center;
    margin-top: 70px;
}

section.services .icon-box img {
    max-width: 90px;
}

section.services .icon-box p {
    font-size: 0.9em;
}

section.about-us {
    padding: 50px 0px;
    text-align: center;
    background: url('../img/bg-about-us.webp') center center no-repeat;
    background-size: cover;
}

section.about-us p.quotes {
    font-size: 6em;
    font-family: serif;
    text-align: center;
    margin-top: 20px;
    line-height: 0.8em;
}

section.about-us .experience p {
    text-align: center;
    margin-bottom: 5px;
}

section.about-us .experience i {
    font-size: 0.6em;
    margin-bottom: 7px;
}

section.about-us .profile {
    margin-top: 50px;
    font-weight: bold;
}

section.about-us .profile img {
    border: 1px solid #707070;
    border-radius: 50%;
    max-width: 128px;
}

section.our-work {
    padding: 50px 0px;
    text-align: center;
}

section.our-work .slider {
    position: relative;
}

.content-section.our-work .title-container .line.line-1 {
    transform: translate(200%, -50%);
}

.content-section.our-work .title-container .line.line-2 {
    transform: translate(-300%, -50%);
}

section.our-work .phone-container {
    width: 315px;
    height: 546px;
    display: block;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

section.our-work .phone-container .canvas {
    width: 228px;
    height: 406px;
    left: 44px;
    top: 53px;
    display: block;
    position: absolute;
    background: #000;
}

section.our-work .videos.slider {
    width: 228px;
    height: 406px;
    left: 44px;
    top: 53px;
    display: block;
    position: absolute;
    overflow: hidden;
}

section.our-work .videos .slides-container {
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-size: 0;
}

section.our-work .video.slide {
    display: inline-block;
    position: relative;
    width: 228px;
    height: 406px;
    margin: 0;
    padding: 0;
}

section.our-work .phone-container .video video {
    max-width: 100%;
    height: auto;
}

section.our-work .phone-container .phone {
    width: 315px;
    height: 546px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../img/cellphone.png') center center no-repeat;
    pointer-events: none;
}

section.our-work .slider .arrow-btn {
    color: #D5D5D5;
    font-size: 26px;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 240px;
    transition: all 0.2s;
}

section.our-work .slider .arrow-btn:hover {
    color: #EA6603;
    border-color: #EA6603;
}

section.our-work .slider .arrow-btn.left {
    left: 200px;
}

section.our-work .slider .arrow-btn.right {
    right: 200px;
}

section.our-work .logo {
    display: none;
}

section.our-work .logo.current {
    display: block;
}

section.our-work .description {
    display: none;
}

section.our-work .description.current {
    display: block;
}

section.our-work p {
    font-size: 0.8em;
    margin-top: 30px;
}

section.contact {
    background: url('../img/bg-contact.webp') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0px;
}

section.contact a {
    color: #FFF;
}

section.contact a:hover {
    color: #EA6603;
}

.content-section.contact .title-container .line.line-1 {
    transform: translate(250%, -50%);
}

.content-section.contact .title-container .line.line-2 {
    transform: translate(-350%, -50%);
}

section.contact form {
    margin-bottom: 80px;
}

section.contact p.social a {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    border: 1px solid #FFF;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    transition: all 0.2s;
    margin: 0px 10px;
}

section.contact p.social a:hover {
    color: #EA6603;
}

section.contact input,
section.contact textarea {
    width: 100%;
    max-width: 430px;
    height: 64px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 20px;
    color: #FFF;
    font-size: 1em;
    line-height: 64px;
    margin: 15px;
    padding: 0px 15px;
}

section.contact textarea {
    height: 200px;
    line-height: 1.8em;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.contact input[type=submit] {
    background: #EA6603;
    border: 0;
    font-weight: bold;
}

section.contact p.status {
    height: 64px;
    line-height: 64px;
    margin: 15px;
    font-size: 1em;
    font-weight: bold;
}

section.contact i.send-ok {
    color: #EA6603
}

footer {
    background: #000;
    color: #FFF;
}

footer p {
    color: #FFF;
    font-size: 1em;
    text-align: center;
    margin: 25px;
}

footer a {
    color: #FFF;
}


/* --- */

section.dark-section {
    background-color: #333;
    color: #FFF;
}

.content-section .title-container {
    width: 100%;
    text-align: center;
    position: relative;
}

.content-section .title-container h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #0E0C0E;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    margin: 30px auto;
    margin-bottom: 20px;
}

.content-section.dark-section .title-container h2 {
    color: #FFF;
}

.content-section .title-container .line {
    width: 6%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 55%;
    left: 50%;
}

.content-section.dark-section .title-container .line {
    background: #FFF;
}

.content-section .title-container .line.line-1 {
    transform: translate(140%, -50%);
}

.content-section .title-container .line.line-2 {
    transform: translate(-240%, -50%);
}

.content-section h3 {
    text-align: center;
    font-size: 1em;
    margin-bottom: 30px;
}

.tac {
    text-align: center;
}

a:hover {
    color: #EA6603;
    text-decoration: none;
}


/* MEDIA QUERIES */

@media (max-width: 575.98px) {
    section.home .main-logo img {
        max-width: 200px;
    }
    section.home h2 {
        font-size: 1.4em;
    }
    section.home .next a {
        font-size: 3em;
    }
    .content-section .title-container .line.line-1 {
        transform: translate(72px, -50%);
    }
    .content-section .title-container .line.line-2 {
        transform: translate(-92px, -50%);
    }
    .content-section.about-us .title-container .line.line-1 {
        transform: translate(92px, -50%);
    }
    .content-section.about-us .title-container .line.line-2 {
        transform: translate(-112px, -50%);
    }
    section.services .icon-box {
        margin-top: 30px;
    }
    .content-section.our-work .title-container .line.line-1 {
        transform: translate(132px, -50%);
    }
    .content-section.our-work .title-container .line.line-2 {
        transform: translate(-152px, -50%);
    }
    section.our-work .slider .arrow-btn.left {
        left: -6px;
    }
    section.our-work .slider .arrow-btn.right {
        right: -6px;
    }
    section.contact {
        background-image: url('../img/bg-contact-mobile.webp');
    }
    .content-section.contact .title-container .line.line-1 {
        transform: translate(92px, -50%);
    }
    .content-section.contact .title-container .line.line-2 {
        transform: translate(-112px, -50%);
    }
    section.contact input,
    section.contact textarea {
        max-width: 300px;
    }
}

@media (max-width: 1199.98px) {}


/* OFF CANVAS NAV */

.nav-button {
    position: absolute;
    left: 25px;
    top: 15px;
    font-size: 2em;
    color: #FFF;
    text-decoration: none;
    z-index: 1;
}


/* The side navigation menu */

.side-nav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.side-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.side-nav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .side-nav {
        padding-top: 15px;
    }
    .side-nav a {
        font-size: 18px;
    }
}