/**************
HERO SECTION
*/
.home.hero {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.home.hero .container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home .hero-bg,
.home .hero-bg-tablett {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.hero-bg-vid {
   position: absolute;
   z-index: -1;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home .swiper-container {
    position: relative;
}
.home .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .slide-text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.home .hero-product-img {
    height: auto;
}
.home .hero-product-img:hover {
    cursor: pointer;
    transform: scale(1.1);
}
/* arrows */
.home .swiper-button-prev,
.home .swiper-button-next {
    height: 120px;
    width: 60px;
    color: var(--active);
}
.home .swiper-pagination-bullet {
    background: #fff;
}

/* scrolldown mouse icon */
.scrolldown-btn {
    width: 20px;
    bottom: 10px;
    opacity: 0.7;
}
.scrolldown-btn:hover {
    cursor: pointer;
    opacity: 1;
}


/*****
Categories Section
*/
.category-grid {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 10px;
    justify-content: center;
}
.category-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-wrapper {
    position: relative;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--fr-black);
    font-size: 30px;
}
.category-wrapper img {
    display: block;
}
.category-item:hover .category-wrapper {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: none;
    cursor: pointer;
    color: var(--active);
}


/***
Good Deals Section
*/

.good-deals {
    position: relative;
}
.good-deals .container {
    margin: 0;
    padding: 0;
}
.good-deals .heading {
    margin-bottom: 3rem;
}
.good-deals .row {
    display: flex;
    align-items: center;
}
.good-deals .col-sm-12:first-child {
    position: relative;
}
.gooddeals-bg {
    height: 50%;
    left: 0;
}
.gooddeal-slider .swiper-wrapper {
    display: flex;
}
.gooddeal-slider .swiper-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gd-slide {
    display: flex;
    flex-direction: column;
    min-height: 350px;
}
.gd-img-box {
    display: flex;
    justify-content: center;
    height: 50%;
}
.gd-img-box img {
    border-radius: 20px;
    width: 20vw;
    height: auto;
}
.gd-img-box img:hover {
    opacity: 0.7;
    transition: 1s ease;
    cursor: pointer;
}
.gd-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    height: 30%;
}
.gd-content .sc-title {
    font-size: 17px;
}
.gd-content .sc-ref {
    font-size: 14px;
    color: #ccc;
}
.gd-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20%;
}
.add-to-cart-btn {
    position: relative;
    padding: 0 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 100;
}
.add-to-cart-btn:hover {
    cursor: pointer;
}

/***
 RECORDS SECTION
*/
.records {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.records .container-fluid,
.records .row {
    height: 100%;
}
#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.records .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.records h2,
.records p {
    color: #fff;
}
.records .col-lg-5 {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.records .btn-ctr,
.integration .btn-ctr {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

/***
 INTEGRATION AUDIO / VIDEO
*/
.integration {
    position: relative;
    margin: 7rem 0;
}
.integration .container {
    height: 100%;
} 
.integration img {
    position: absolute;
    top: 0%;
    height: 100%;
    width: auto;
}


/***
 PROJETS
*/
.project-img-ctr img,
.brands .slider img {
    padding: 10px;
    width: 100%;
}


/***
 Brands
*/

.index-brand-img {
    width: 100%;
    height: auto;
    padding: 10px;
}

/* specialized container for brand logos */
.brands-slider {
    /* keep slick functionality but ensure slides centre */
}
.brands-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.brands-slider .index-brand-img {
    max-width: 150px;         /* dezoom logos */
    object-fit: contain;
    padding: 10px;
}

/* when slick rows are used, make the row items centered */
.brands-slider .slick-row {
    display: flex;
    justify-content: center;
}

/* global spacing adjustments for slick sliders */
.slick-slider .slick-list {
    margin: 0 !important;
    padding: 0 !important;
}
.slick-slider .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}
/* reduce gutter for specific sliders if needed */
.brands-slider .slick-slide,
.project-slider .slick-slide,
.record-slider .slick-slide,
.gooddeal-slider .slick-slide,
.show-slider .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}
/* tighten brand image padding itself */
.brands-slider .index-brand-img {
    padding: 5px !important;
}

/*
 CART PAGE
*/
#order-form {
    width: 100% !important;
}
.form-group {
    width: 100%; 
}
.custom-submit-button {
    width: 100% !important;
    display: block;
}
