html {
    scroll-behavior: smooth;
}

body {
    font-family: ProximaSsv, sans-serif !important;
    font-weight: 400;

    overflow-x: hidden;
}

header {
    background: url('images/background-main.jpg') center bottom;
    background-size: cover;

    margin-bottom: 3rem;
}

.header-content {
    height: 90vh;
    max-height: 1080px;
}

footer {
    background: #0e0e0e;
    color: grey;
}

h1 {
    font-size: 6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1rem;
    color: #fe0047;
}

h2, h2 > a, h2 > button {
    font-size: 2.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.175rem;
    color: black;
}

h3, h3  > a {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: white;
}

h4, h4  > a {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: black;
}

h5, h5 > a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: black;
}

h2 > a:hover, h3 > a:hover, h5 > a:hover {
    text-decoration: none; !important;
    color: #fe0047;
    transition: all .15s ease-in-out;
}
.accordion-button::after
{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.simple-list > li::marker {
    content: "+  ";
    font-weight: 900;
    color: #fe0047;
}

#contact {
    background: url('images/sections/contact/background.jpg') #333;
    background-size: cover;
}

#contact i {
    font-size: 6rem;
}

#contact span {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

#offers {
    background: url('images/sections/offer/background.png') #fff;
    background-size: cover;
}

#realizations {
    background: url('images/sections/realizations/background.jpg') #333;
    background-size: cover;
}

#realizations-container {
    border: 1px solid #fe0047;
}

#realizations-container .video-preview-item {
    cursor: pointer;
}

#realizations i {
    font-size: 1.5rem;
}

.btn {
    border: solid 2px;
    border-radius: 2px;
}

.btn-with-text {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content-button-header {
    background: url('images/mouse-scroll.png') left center no-repeat;
    min-height: 10rem;
}

.text-red {
    color: #fe0047;
}

.text-black {
    color: #000;
}

.bg-dots {
    background: url('images/01-dots.png') center center no-repeat;
    min-height: 75vh;
}

.vertical-text span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    word-spacing: 1rem;
    font-weight: 700;
    font-size: 0.85rem;
    color: rgba(254, 0, 71, 0.25);
}

.image {
    max-width: 100%;
}

.image:not(:hover) {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    transition: all .15s ease-in-out;
}

.image:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
    border-radius: 3px;

    transition: all .15s ease-in-out;
}

.image-offer {
    width: 80%;
}

.image-circle-container:not(:hover) {
    border: 1px solid rgba(128, 128, 128, 0.35);
    border-radius: 50%;

    transition: all .15s ease-in-out;
}

.image-circle-container:hover {
    border: 1px solid #fe0047;
    border-radius: 50%;

    transition: all .15s ease-in-out;
    transform: scale(0.94);
}

.image-circle:not(:hover) {
    padding: 0.75rem;

    border-radius: 50%;
    width: 18rem;
    height: 18rem;
    object-fit: cover;

    transition: all .15s ease-in-out;
}

.image-circle:hover {
    padding: 0.75rem;

    border-radius: 50%;
    width: 18rem;
    height: 18rem;
    object-fit: cover;

    transition: all .15s ease-in-out;
    transform: scale(1.09);
}

.navbar {
    background: rgba(20, 20, 20, 0.3);
}

.navbar-toggler i {
    color: rgba(254, 0, 71, 0.75);
}

.nav-link {
    color: #ccc;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.nav-link:hover {
    color: #fe0047;
    border-bottom: 1px solid rgba(254, 0, 71, 0.25);
    transition: all .15s ease-in-out;
}

.link-footer {
    color: #ccc;
}

.link-footer:hover {
    color: #fe0047;
    transition: all .15s ease-in-out;
}

.offer-separator {
    font-size: 2rem;
    font-weight: 700;
}

.offer-separator-left {
    height: 2rem;
    border-left: 3px solid #fe0047;
}

.offer-separator-right {
    height: 2rem;
    border-right: 3px solid #fe0047;
}

.hr-offer-main {
    border: 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;

    width: 9rem;
}

.hr-offer-description {
    border: 0;
    border-top: 2px solid #fe0047;
    border-bottom: 2px solid #fe0047;
    margin-top: 0.7rem;

    width: 2.75rem;
}

.hr-more-info {
    border: 0;
    border-top: 1px solid #f8005e;
    border-bottom: 1px solid #f8005e;
}

.hr-title-underscore {
    border: 0;
    border-top: 3px solid #f8005e;
    border-bottom: 3px solid #f8005e;

    width: 4rem;
}

.hr-image-circle-underscore {
    border: 0;
    border-top: 1px solid rgba(128, 128, 128, 0.5);

    width: 1.5rem;
}

.rounded-image-title {
    font-weight: 700;
}

.video-preview-title h3 {
    z-index: 1;
}

.cursor-pointer:hover {
    cursor: pointer;
}

#efc22c6f {
    min-height: 70px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-contact-outer {
    background: rgba(0, 0, 0, 0.3) !important;
}

.bg-contact-inner {
    background: rgba(0, 0, 0, 0.1);
    color: white;
}

.bg-contact-inner .form-control {
    background: rgba(0, 0, 0, 0.3);
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: white;
    color: white;
    font-size: 1.15rem;
}

.bg-contact-inner #form_message {
    font-size: 1rem;
}

.bg-contact-inner .form-control::placeholder {
    font-size: 1rem;
}

.bg-contact-inner .form-group label{
    color: #c2c2c2;
}

.bg-contact-inner .form-control:hover, .bg-contact-inner .form-control:focus {
    border-color: #fe0047;
    box-shadow: none;
}

.btn-contact {
    background-color: #fe0047;
    border: none !important;
    color: white;
}


.btn-contact:hover {
    background-color: #8f0028;
    color: white;
}

/* small */
@media (max-width: 992px) {
    footer {
        font-size: 0.75rem;
    }

    h1 {
        font-size: 2.4rem;
        letter-spacing: 0.5rem;
    }

    h2, h2 > button  {
        font-size: 1.25rem;
        letter-spacing: 0.15rem;
        position: relative;
        z-index: 1;
        background: white;
        padding: 0.25rem;
        display: inline-block;
    }

    .video-preview-title > h3 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
         font-size: 1.0rem;
     }

    h5 {
        font-size: 0.75rem;
    }

    #contact h2 {
        font-size: 2rem;
    }

    #contact .hr-offer-description {
        border-top: 1px solid #f8005e;
        border-bottom: 1px solid #f8005e;
    }

    #hr-contact-underscore {
        width: 6rem;
    }

    #offers {
        background: url('images/sections/offer/background-vertical.png') #fff no-repeat;
        background-size: contain;
        background-position-x: right;
    }

    #realizations {
        background: url('images/sections/realizations/background-vertical.jpg') #333;
        background-size: cover;
    }

    #realizations-container {
        border: 1px solid rgba(254, 0, 71, 0.25);
    }

    .bg-dots {
        background-size: 3vw;
        padding: 0;
    }

    .content-button-header {
        background: transparent;
    }

    .btn {
        border: solid 1px;
    }

    #hr-realizations-red {
        border-top: 1px solid #f8005e;
        border-bottom: 1px solid #f8005e;

        width: 1.5rem;
    }

    .hr-title-underscore {
        border-top: 2px solid #f8005e;
        border-bottom: 2px solid #f8005e;

        width: 2rem;
    }

    .hr-offer-main {
        border: 0;
        border-top: 1px solid grey;
        border-bottom: 0;

        width: 5rem;
    }

    .hr-more-info {
        width: 2rem;
    }

    .offer-separator {
        font-size: 1.5rem;
        font-weight: 700;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    footer {
        font-size: 0.75rem;
    }

    h1 {
        font-size: 4rem;
        letter-spacing: 0.75rem;
    }

    h2 {
        font-size: 1.75rem;
        letter-spacing: 0.2rem;
        position: relative;
        z-index: 1;
        background: white;
        padding: 0.25rem;
        display: inline-block;
    }

    h3 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1rem;
    }

    #contact h2 {
        font-size: 2rem;
    }

    .offer-separator {
        font-size: 1.8rem;
        font-weight: 700;
    }
}

@font-face {
    font-family: ProximaSsv;
    src: url('fonts/proxima_ssv/Proxima_Nova-Regular.otf');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: ProximaSsv;
    src: url('fonts/proxima_ssv/Proxima_Nova-Bold.otf');
    font-weight: 700;
    font-display: swap;
}

#privacy-policy-bg {
    background: url('images/privacy-policy-bg.jpg') #333333;
    background-size: cover;

    filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
}