@font-face {
    font-family:'Gilroy-Bold';
    src: url('../../makina-ime/assete/fonts/Gilroy/Gilroy-Bold.ttf');
}
@font-face {
    font-family:'Gilroy-SemiBold';
    src: url('../../makina-ime/assete/fonts/Gilroy/Gilroy-SemiBold.ttf');
}
@font-face {
    font-family:'Gilroy-Regular';
    src: url('../../makina-ime/assete/fonts/Gilroy/Gilroy-Regular.ttf');
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy-Regular';
}
html {
    scroll-behavior: smooth;
}
/* Change the accordion button icon color to white when expanded */
.accordion-button:not(.collapsed)::after, .accordion-button::after {
    filter: invert(1); /* Inverts the color to white */
}

/* Ensure the button text is also white */
.accordion-button {
    color: white !important;
}

/* Optionally, remove Bootstrap's default focus outline */
.accordion-button:focus {
    box-shadow: none !important;
}

.gilroy-semibold{
    font-family: 'Gilroy-SemiBold';
}
.gilroy-regular{
    font-family: 'Gilroy-Regular';
}
.n2-ss-layer > p, .n2-ss-layer>div, .n2-ss-item-content >div> p {
    font-family: 'Gilroy-Regular' !important;
}
.menu-item{
    text-decoration: none;
}
.fs16{
    font-size: 16px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs26{
    font-size: 26px;
}
.fs40{
    font-size: 40px;
}
.fs48{
    font-size: 48px;
}
.fs56{
    font-size: 56px;
}
body{
    background-color: black;
}

.main-navigation{
    display: flex;

}

.main-menu{
    display: flex ;
    flex-direction: row ;
    gap:80px ;
}

.menu-item a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
}

.custom-header{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 200px;
    align-items: center;
    padding: 30px;
    margin: 0 auto;
    position: absolute;
    z-index: 999999;
}

.main-navigation {
    display: block;
}

.header-icons {
    display: flex;
    gap: 10px;
}
.mobile-menu-container{
    display: flex;
    gap: 130px;
    display: flex;
    align-items: center;
}

.section-one{
    top: 35%;
    left: 19%;
    position: absolute;
}
.section-one h1 {
    max-width: 420px;
}
.image-container{
    gap: 20px;
}
.bg-black{
    background-color: black;
}
.section-two h2{
    color: #FFFFFF;
    padding-bottom: 20px;
}
.orange-title{
    color: #EB601B;
}

.section-two div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 655px;
    width: 100%;
    margin: 0 auto;
}
.card{
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    background-color: black;
    max-width: 362px;
    width: 100%;
    height: 540px;
}
.card img {
    max-width: 326px;
    max-height: 318px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 30px;
}
.card-container{
    gap: 40px;
}
.img-container{
    gap: 20px;
}
.section-five-img {
    max-width: 1600px;
}
.content-section-five{
    padding-top: 10%;
}
.bg-white{
    background-color: #FFFFFF;
}
.footer-container{
    margin: 0 auto;
    gap:40px;
}
.footer-icons{
    width: 40px;
    height: 40px;
}
.footer-paragraph{
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footeri{
    padding: 40px;
}

.bg-orange{
    background-color:#EB601B !important;
}
.makina-logo-accordion{
    width: 56px;
    height: 56px;
}
.section-four > .container {
    padding: 100px;
}
.accordion-header > button , .accordion-button {
    box-shadow: none;
}
.accordion-item{
    border-bottom: 0px solid white !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.accordion-button{
    box-shadow: none !important;
    border: none !important;
}
.accordion-button:focus{
    box-shadow: none !important;
    border: none !important;
}
.slider-funksione > div > .n2-ss-layer-row-inner{
    gap: 0% !important;
} 

.n2-ss-layer-row-inner {
    gap: 20% !important;
}

.n2-ss-section-main-content {
    max-width: 1270px !important;
    width: 100%;
    margin: 0 auto !important;
    justify-content: center !important;
}
.header-img{
    width: 40px;
    height: 40px;
}
.section-three-subtitle{
    max-width: 850px;
}
#n2-ss-3item3, 
#n2-ss-3item4{
    width:170px;
    height: 55px;
}
.makina-ime-slider >div {
    justify-content: flex-start !important;
}
.content-section-five{
    padding-left: 10%;
}

.makina-ime-slider >div {
    max-width:1670px !important;
}

#ast-scroll-top{
    display: none !important;
}
.social-icons > div > .n2-ss-layer-row-inner  {
    width: 370px !important;
    gap: 0 !important;
}
.social-icons-footer{
    gap: 10px;
}
.video{
    max-width:950px !important;
    margin:0 !important;
}

.video > iframe{
    max-width:100% !important;
}
@media (max-width: 1080px) {
    .slider-desktop { display: none; }
}
@media (min-width: 1080px) {
    .slider-mobile { display: none; }
}

/* For mobile and tablet, hide navigation and icons by default */
@media (max-width: 1285px) { /* Mobile and tablet screens */
    .slider-funksione{
        justify-content:flex-start !important;
    }
    .funksion-icon > div {
        border-radius:10px;
    }
    .section-one{
        position:relative;
        background-color: black;
        top: 0 !important;
        left: 0 !important;
    }
    .first-sectiom-img{
        object-fit: cover;
        height: 445px;
        object-position: 73%;    
    }
    .fs16{
        font-size: 13px;
    }
    .fs20{
        font-size: 15px;
    }
    .fs22{
        font-size: 18px;
    }
    .fs24{
        font-size: 20px;
    }
    .fs26{
        font-size: 22px;
    }
    .fs40{
        font-size: 22px;
    }
    .fs48{
        font-size: 39px;
    }
    .content-section-five{
        padding-top: 0%;
        padding-left: 0%;
    }
    .main-menu{
        flex-direction: column ;
        gap: 0;
    }

    .hamburger-menu {
        display: block;
        cursor: pointer;
    }

    .hamburger-menu i {
        font-size: 24px;
    }
    .menu-item a, .header-icons{
        padding: 15px !important;
    }
    .mobile-menu-container {
        display: none;
        position: absolute;
        top: 80px;
        background-color: black;
        width: 100%;
        z-index: 999;
        left: 0;
    }
    .mobile-menu-active .mobile-menu-container {
        display: block;
    }
    .custom-header{
        justify-content: space-between;
        position: relative;
        background-color: black;
        padding: 20px;
    }
    .section-one {
        top: 26%;
        left: 10%;
    }
    .image-container img, .img-container img {
        width: 130px;
        height: 50px;
    }
    .section-four > .container {
        padding: 40px;
    }
    .card img {
        max-width: 200px;
        max-height: 190px;
    }
    .card{
        height: 375px;
    }
    .menu-link{
        border: none !important;
        text-align: center;
    }
    .fa-bars:before {
        color: #FFFFFF;
    }
    div#n2-ss-2 .n-uc-12343ab6526d2-inner > .n2-ss-layer-row-inner{
        flex-wrap: nowrap !important;
    }
    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{
        max-width: 100% !important;
    }
    .n2-ss-slider .n2-ss-layer-col{
        flex: none !important;
    }
    .n2-ss-layer-row-inner{
        flex-wrap: nowrap !important;
    }
    .img-container{
        justify-content: flex-start !important;
    }
    .footeri{
        padding: 1.5rem;
        text-align: left !important;
    }
    .footer-container{
        gap: 0 !important;
    }
    .mobile-home-banner > div > .n2-ss-layer-row-inner {
        gap: 0 !important;
    }
    .section-two-img{
        width: 100%;
    }
    .makina-ime-slider >div {
        justify-content: center !important;
    }
    .slider-funksione{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Hide hamburger menu on desktop */
@media (min-width: 1285px) {
    .hamburger-menu {
        display: none;
    }

    .main-navigation, .header-icons {
        display: block;
    }
    
}

