* {
    font-family: 'Quicksand', sans-serif;
    transition: 0.25s;
}

h1,
h3 {
    font-weight: bold;
}

a {
    text-decoration: none;
}


/* SCROLL TO TOP */
.scroll-to-top {
    position: fixed;
    bottom: -50px;
    right: 4px;
}

.scroll-to-top.show {
    bottom: 0;
}

.scroll-to-top .iconify {
    width: 45px;
    height: 45px;
    background: #fff;
    color: #e30613;
    border: 2px solid #e30613;
    border-radius: 50px;
    padding: 5px;
}

.scroll-to-top .iconify:hover {
    cursor: pointer;
    background: #222;
    color: #fff;
}


/* COOKIES */
#cookies {
    position: fixed;
    bottom: 4px;
    left: -300px;
    background: #fff;
    width: 275px;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 99;
}

#cookies.show {
    left: 4px;
}

#cookies .iconify {
    display: flex;
    font-size: 28px;
    margin: 0 auto;
}

#cookies a {
    font-size: 12px;
    color: #e30613;
    font-weight: bold;
}

#cookies a:hover {
    color: #222;
}

#cookies .btn {
    width: 100%;
    color: #fff;
    background: #e30613;
}

#cookies .btn:hover {
    background: #222;
    color: #fff;
}

#cookies .btn:focus {
    box-shadow: none;
    outline: none;
}


/* ALERT BOX */
.alert-box {
    position: fixed;
    right: -550px;
    bottom: 60px;
    z-index: 99;
}

.alert-box.show {
    right: 4px;
}

.alert-box .iconify {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #888;
}

.alert-box .iconify:hover {
    cursor: pointer;
    color: #222;
}

.alert-box .alert {
    background: #fff;
    font-weight: bold;
    margin: 0;
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px #bebebe;
}

.alert-box .alert.alert-success {
    color: #23a34e;
}

.alert-box .alert.alert-danger {
    color: #e30613;
}


/* NAV */
.navbar {
    border-top: 5px solid #e30613;
    background: #fff;
}

.navbar.sticky {
    box-shadow: 0 0 5px #bebebe;
}

.navbar .nav-link {
    color: #222;
    font-weight: bold;
    margin-left: 40px;
    padding: 15px 25px;
    border: 2px solid transparent;
}

.navbar .nav-link.highlight-link {
    background: #e30613;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    transition: 0.25s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #e30613;
}

.navbar .nav-link.highlight-link:hover,
.navbar .nav-link.highlight-link.active {
    background: transparent;
    border: 2px solid #e30613;
}


/* MOBILE NAV */
#mobile-nav {
    display: none;
}


/* PAGE CONTENT */
#page-content .title-row {
    margin-bottom: 75px;
}

#page-content .line {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #e30613;
}

#page-content .title {
    font-size: 35px;
    color: #222;
    font-weight: bold;
}

#page-content .container {
    padding: 50px 0;
}

#page-content form .form-control,
#page-content form .form-select {
    background-color: transparent;
    color: #222;
    border: 2px solid #888;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
}

#page-content form textarea.form-control {
    border-radius: 10px;
    resize: none;
}

#page-content form .form-control:hover,
#page-content form .form-select:hover,
#page-content form .form-control:focus,
#page-content form .form-select:focus {
    border: 2px solid #222;
    color: #222;
    box-shadow: none;
    outline: none;
}

#page-content form .form-control.error {
    border: 2px solid #e30613;
}

#page-content form .form-select option:checked {
    display: none;
}

#page-content form .form-select:required:invalid,
#page-content form .form-select option {
    color: #6c757d;
}

#page-content form .form-check .form-check-input {
    border: 2px solid #888;
    background-color: transparent;
}

#page-content form .form-check .form-check-input:hover {
    cursor: pointer;
    border: 2px solid #222;
}

#page-content form .form-check-input:checked {
    background-color: #e30613;
    border: 2px solid #e30613;
}

#page-content form .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

#page-content form .form-check .form-check-label {
    font-weight: bold;
}

#page-content form .form-check .form-check-label:hover {
    cursor: pointer;
}

#page-content form .form-check a {
    color: #e30613;
}

#page-content form .form-check a:hover {
    text-decoration: underline;
}

#page-content form .btn {
    background: #e30613;
    color: #fff;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 15px 30px;
    text-decoration: none;
    transform: 0.25s;
}

#page-content form .btn:hover {
    color: #e30613;
    background: transparent;
    border: 2px solid #e30613;
}

#page-content form .error-box {
    display: block;
    margin-bottom: 10px;
    background: #e30613;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    width: fit-content;
}

#page-content form .error-box .error-icon {
    font-size: 20px;
    margin-right: 5px;
}

#page-content form .error-box .error-text {
    font-weight: normal;
    font-size: 13px;
}

#page-content form #contact_accept_privacy_policy-error,
#page-content form #request_price_accept_privacy_policy-error {
    margin-top: 5px;
    margin-left: -25px;
}


/* CAROUSEL */
.carousel .carousel-caption {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.carousel .carousel-caption h5 {
    background: #e3061370;
    font-size: 40px;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px;
}

.carousel .carousel-caption p {
    background: #22222270;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    border-radius: 10px;
}

.carousel .carousel-caption p .iconify {
    font-size: 35px;
}


/* SERVICES */
#services {
    background: #ebebeb;
}

#services img {
    border-radius: 150px;
    filter: drop-shadow(0 0 5px #bebebe);
}

#services .mobile-img {
    display: none;
}


/* CONTACT */
#contact {
    background: #ebebeb;
}

#contact iframe {
    border: none;
    border-radius: 10px;
}

#contact .datas {
    font-weight: bold;
    font-size: 18px;
}

#contact .datas .iconify {
    width: 50px;
    height: 50px;
    padding: 12.5px;
    background: #e30613;
    color: #fff;
    border-radius: 5px;
}

#contact .data a {
    color: #222;
    width: fit-content;
}

#contact .data a:hover {
    color: #e30613;
}

#contact .data .btn {
    background: #e30613;
    color: #fff;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 15px 30px;
    text-decoration: none;
    transform: 0.25s;
}

#contact .data .btn:hover {
    color: #e30613;
    background: transparent;
    border: 2px solid #e30613;
}


/* FOOTER */
footer {
    background: #e30613;
    color: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
}

footer a {
    color: #fff;
    border-radius: 50px;
}

footer a .iconify {
    font-size: 16px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}


/* 1024 */
@media only screen and (max-width: 1024px) {
    /* CAROUSEL */
    .carousel .carousel-item .carousel-caption {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .carousel .carousel-caption h5 {
        font-size: 30px;
    }

    .carousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel .carousel-caption p .iconify {
        font-size: 25px;
    }


    /* SERVICES */
    #services .sub-title {
        font-size: 25px;
    }
}


/* 768 */
@media only screen and (max-width: 768px) {
    /* NAV */
    #nav {
        display: none;
    }


    /* SCROLL TO TOP */
    .scroll-to-top.show {
        opacity: 0.75;
    }


    /* MOBILE NAV */
    #mobile-nav {
        display: block;
        border-top: 5px solid #e30613;
        background: #fff;
        padding: 10px;
    }

    #mobile-nav.sticky {
        box-shadow: 0 0 5px #bebebe;
    }

    #mobile-nav .btn {
        padding: 0;
    }

    #mobile-nav .btn-menu .iconify {
        font-size: 30px;
        color: #e30613;
    }

    #mobile-nav .navs {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    #mobile-nav .navs.show {
        top: 0;
    }

    #mobile-nav .navs .btn-menu.close {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    #mobile-nav .navs .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }

    #mobile-nav .navs ul {
        margin-top: 100px;
    }

    #mobile-nav .navs li {
        margin: 40px 0;
        margin-left: -35px;
        list-style: none;
    }

    #mobile-nav .navs .nav-link {
        color: #222;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 30px;
        display: unset;
    }

    #mobile-nav .navs .highlight-link {
        background: #e30613;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
    }

     #mobile-nav .navs .nav-link.active {
        color: #e30613;
    }

    #mobile-nav .navs .highlight-link.active {
        background: transparent;
        border: 2px solid #e30613;
    }


     /* CAROUSEL */
     .carousel .carousel-item .carousel-caption {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        right: 0;
    }

    .carousel .carousel-caption h5 {
        font-size: 24px;
    }

    .carousel .carousel-caption p {
        font-size: 18px;
    }

    .carousel .carousel-caption p .iconify {
        font-size: 22px;
    }


    /* SERVICES */
    #services .desktop-img {
        display: none;
    }
    
    #services .mobile-img {
        display: block;
    }
}


/* 425 */
@media only screen and (max-width: 425px) {
    /* SCROLL TO TOP */
    .scroll-to-top {
        z-index: 499;
    }
    

    /* PAGE CONTENT */
    #page-content .container {
        padding: 50px 15px;
    }

    #page-content .title {
        font-size: 28px;
    }

    #page-content form .form-check .form-check-label {
        font-size: 14px;
    }


    
     /* CAROUSEL */
     .carousel .carousel-item .carousel-caption {
        display: block !important;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .carousel .carousel-caption h5 {
        font-size: 18px;
        padding: 7.5px;
    }

    .carousel .carousel-caption p {
        font-size: 12px;
        padding: 7.5px;
    }

    .carousel .carousel-caption p .iconify {
        font-size: 16px;
    }


    /* SERVICES */
    #services img {
        width: 90%;
    }

    #services .sub-title {
        font-size: 22px;
    }


    /* CONTACT */
    #contact .datas {
        font-size: 16px;
    }


    /* FOOTER */
    footer {
        font-size: 10px;
    }
}