:root {
    --primary-color: #4b2915;
    --accent-color: #000;
}

.preloader {
    background: #181818 !important;
}

.navbar-brand img {
    width: 210px;
}

header.main-header {
    height: 120px;
    /*background-color: rgb(24, 24, 24);*/
    background-color: transparent;
}

header.main-header .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
    max-width: 100%;
    border-radius: 0px;
    margin: 0px;
}

header.main-header .header-sticky.header-scrolled {
    background-color: #000;
}

.navbar-expand-lg .container-fluid {
    width: 70%;
}

.navbar-collapse {
    flex-grow: unset;
}

.hero.bg-section.dark-section {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    background-image: url(../images/_home/1.webp);
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    padding: 0px;
    height: 100vh;
    margin-top: -120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero.bg-section.dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 35%);
    z-index: 2;
}

.main-menu ul li a {
    color: #fff;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: #4b2915;
}

.main-menu ul ul {
    background-color: #4b2915;
}

.main-menu ul ul li a {
    color: #fff;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: #000;
}

.header-contact-now {
    color: #fff;
}

.header-contact-now i {
    color: #000;
}

.header-contact-btn .btn-default {
    background-color: #4b2915;
    color: #000;
}

.section-title {
    text-align: center;
}

.section-title h1 {
    letter-spacing: 15px;
    font-size: 68px;
}

.dark-section .section-title h3 {
    padding-left: 0px;
    font-size: 16px;
}

.dark-section .section-title h3::before {
    display: none;
}

.hero-body {
    justify-content: center;
}

.hero-btn .btn-default {
    background: #000;
}

.about-us {
    background-color: #000;
}

.about-us .container {
    max-width: 80%;
}

.about-us .container .col-lg-6:first-child {
    padding-right: 25px;
}

.about-us .container .col-lg-6:last-child {
    padding-left: 25px;
}

.about-us .section-title h2 {
    color: #fff;
    text-align: left;
}

.about-us .section-title p {
    color: #fff;
    text-align: left;
}

.about-experience-list {
    width: 100%;
}

.about-experience-list ul li {
    color: #fff0e7;
}

.about-experience-list ul li::before {
    opacity: 0.5;
    color: #a9846f !important;
}

.about-experience-list .fa-circle {
    font-size: 10px;
    opacity: 0.5;
}

.about-us-images {
    background: unset;
}

.case-study {
    background-color: #181818;
}

.case-study .container {
    max-width: 80%;
}

.case-study #colonna:first-child {
    padding-right: 25px;
}

.case-study #colonna:last-child {
    padding-left: 25px;
}

.case-study .section-title h2 {
    color: #fff;
    text-align: left;
}

.case-study .faq-accordion .accordion-header .accordion-button {
    color: #fff0e7;
    opacity: 0.8;
}

.case-study .faq-accordion .accordion-button:not(.collapsed) {
    color: #fff0e7;
    opacity: 1;
}

/*.case-study .faq-accordion .accordion-button:not(.collapsed)::after {
    color: #4b2915;
}*/

.case-study .faq-accordion .accordion-item .accordion-button::after,
.case-study .faq-accordion .accordion-item .accordion-button.collapsed::after {
    color: #ab7e64;
}

.case-study .about-experience-list ul li::before {
    /*color: #000 !important;*/
    /*color: #fff !important;*/
    opacity: 0.5;
}

.case-study-image figure::before {
    opacity: 0;
    /*background: linear-gradient(180deg, rgba(72, 30, 11, 0) 66.06%, #000 100%);*/
}

#abbigliamento_toga {
    background-color: #292722;
}

#abbigliamento_toga .section-title {
    text-align: left;
}

#abbigliamento_toga .section-title h3 {
    /*color: #000;*/
    color: #fff;
    padding-left: 0px;
}

#abbigliamento_toga .section-title h3::before {
    display: none;
}

#abbigliamento_toga .section-title h2 {
    /*color: #fff;*/
    color: #ab8d73;
}

#abbigliamento_toga .section-title p {
    color: #ffffff;
}

#abbigliamento_toga .how-work-step-item {
    margin-bottom: 30px;
}

#abbigliamento_toga .how-work-step-item:last-child {
    margin-bottom: 0px;
}

#abbigliamento_toga .how-work-step-item .icon-box {
    background-color: #000;
}

#abbigliamento_toga .how-work-step-item .icon-box::before {
    background-color: #181818;
}

.how-work-step-content h3 {
    color: #ab8d73;
}

#abbigliamento_toga .how-work-step-content p {
    /*color: #fff;*/
    color: #fff;
}

#abbigliamento_toga #dx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
}

#abbigliamento_toga #dx .section-title {
    margin-bottom: 0px;
}

.intro-video {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

.intro-bg-video::before {
    border-radius: 0px;
    background: #181818;
    opacity: 0;
}

.video-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-text h2 {
    color: #fff;
    font-style: italic;
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {

    .video-text h2{
        font-size: 20px;
        padding-top: 15px;
    }
    
}

.conatct-us-form {
    background-color: #181818;
    padding-top: 100px;
}

.conatct-us-form .container {
    max-width: 80%;
}

.conatct-us-form #first {
    padding-bottom: 50px;
}

.conatct-us-form .section-title {
    text-align: left;
}

.contact-us-content .section-title h2 {
    color: #fff;
}

.contact-info-item .icon-box::before {
    background-color: #000;
}

.contact-us-content .section-title p {
    color: #fff;
}

.contact-form .section-title h2 {
    color: #181818;
}

.conatct-us-form-image {
    height: 100%;
}

.conatct-us-form-image figure {
    height: 100%;
    display: block;
    border-radius: 0px 30px 30px 0px;
}

.conatct-us-form-image img {
    width: 100%;
    border-radius: 0px 30px 30px 0px;
}

.contact-form-btn .btn-default {
    background-color: #000;
}

.contact-form-btn .btn-default:after,
.contact-form-btn .btn-default:hover {
    background-color: #4b2915;
}

.main-footer {
    background-color: #000 !important;
    background-image: none;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

.main-footer .container {
    max-width: 80%;
}

.footer-links-box .footer-links {
    width: 100%;
}

.credits_link {
    color: #38B5E6 !important;
    font-weight: 700;
    font-family: sans-serif;
}

.credits_link:hover {
    color: #fff !important;
}

.credits_link:before {
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    background-image: url(https://www.clion.it/favicon-96x96.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;

    transition: all 450ms ease;
}

.credits_link:hover:before {
    transform: rotateZ(360deg) rotateY(360deg);
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .navbar-expand-lg .container-fluid {
        width: 90%;
    }

    .about-us .container {
        max-width: 95%;
    }

    .case-study .container {
        max-width: 95%;
    }

    #abbigliamento_toga #dx {
        justify-content: space-evenly;
    }

    .conatct-us-form .container {
        max-width: 95%;
    }

    .main-footer .container {
        max-width: 95%;
    }

    .footer-contact-box {
        gap: 30px 15px;
    }
}

 
@media (min-width: 992px) {
    ._about_2{
        margin-left: 70px;
    }
}