@import './styles/typography.css';
@import './styles/carousel.css';
@import './styles/container.css';
@import './styles/navigation.css';
@import './styles/footer.css';
@import './styles/heading-section.css';
@import './styles/video.css';
@import './styles/form.css';

:root {
    --black: #262626;
    --ferno-red: #ED1C24;
    --light-grey: #F0F0F0;
}

figure {
    margin: 0;
    padding: 0;
}

/* || History Section */
.history-sect {
    position: relative;
}
.history-sect__histImg {
    max-width: 100vw;
    min-width: 100vw;
}
.history-sect__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 550px) {
    .history-sect__histImg {
        height: 600px;
        object-fit: cover;
        object-position: 75%;
    }
}


/* || Scene Bright Section */
.scenebright-section {
    background-color: #000;
    padding: 70px 0 0;
}
.scenebright-section img {
    width: 100%;
}
.scenebright-section__copy {
    margin-top: 50px;
    margin-bottom: 70px;
}

/* || Manufacturing Section */
.manufacturing-section {
    position: relative;
}
.manufacturing__img {
    width: 100%;
}
.manufacturing-section__copy-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (max-width: 550px) {
    .manufacturing__img {
        height: 600px;
        object-fit: cover;
    }
}

/* || Raising expectations section */
.raising-expectations-section {
    position: relative;
    transform: translateY(-4px);
}
.raising-expectations-section__img {
    width: 100%;
}
.raising-expectations-section__copy-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 150px;
}

@media (max-width: 550px) {
    .raising-expectations-section__img {
        height: 600px;
        object-fit: cover;
    }
    .raising-expectations-section__copy-wrap {
        padding-top: 100px;
    }
}


/* || Compatibility Section */
.compatibility-sect {
    padding: 70px 0 100px;
}
.compatibility-sect h2 {
    padding-bottom: 70px;
}
.compatibility-sect__pSpace {
    padding-bottom: 22.5px;
}
.compatibility-sect ul:first-of-type {
    padding-top: 50px;
    margin: 0;
    /* padding-left: 0; */
}
/* .compatibility-sect > div:last-of-type {
    margin-top: 43px;
} */
.sae__detail {
    margin-top: 37px;
}

@media (max-width: 550px) {
    .compatibility-sect {
        padding: 10px 0 70px;
    }
    .compatibility-sect h2 {
        padding-bottom: 50px;
    }
    .compatibility-sect__copy {margin-bottom: 30px;}

    .compatibility-sect ul {
        padding-left: 26px;
    }
    .compatibility-sect ul:first-of-type {
        padding-top: 0;
        margin: 0;
        padding-left: 26px;
    }
    .compatibility-sect li {
        padding-bottom: 12px;
    }
    .sae__detail {
        margin-top: 30px;
    }
}



/* || Cards */
.feature-card {
    margin-bottom: 70px;
}

.feature-img {
    max-width: 100%;
    margin-bottom: 40px;
}

/* || Breaking lines */
.breaking-line-100 {
    max-width: 100px;
    margin: 60px 0;
    padding: 0;
    color: var(--black);
}

.breaking-line-fullSpan {
    max-width: 100%;
    margin: 70px 0;
    color: var(--black);
}
.breaking-line-fullSpan-02 {
    max-width: 100%;
    margin: 0 0 70px 0;
    color: var(--black);
}

/* || Adjustable pneumatic section */


.adjustablePneumatic-section figcaption {margin-top: 30px;}
.adjustablePneumatic-section img {
 max-width: 100%;
}

/* || Specifications section */
.specifications-section {
    padding-top: 100px;
}

.specifications {
    margin-bottom: 80px;
}

.specification-heading {
    margin-bottom: 20px;
}

.specification-col .specification-item {
    margin-bottom: 0.6em;
}
.specification-col > .body-s {
    margin-top: 4rem;
}
#specs div {
    margin-bottom: 90px;
}
@media (max-width: 550px) {
    .specifications-section .breaking-line-fullSpan-02 {
        margin-bottom: 100px;
    }
    .specifications {
        margin-bottom: 50px;
    }
    .specifications-section {
        padding-bottom: 1px;
    }
    #specs div {
        margin-bottom: 70px;
    }
    .specification-col:not(:last-of-type) {
        margin-bottom: 40px;
    }
}


.heading-vid {
    width: 100%;
    margin-bottom: 120px;
    object-fit: contain;
}
.breaking-line-mobile {
    display: none;
}


.sect1 img {
    max-width: 100%;
}



/* || Tablet */
@media (max-width: 1020px) {
    .specifications.container {
        row-gap: 40px;;
    }
    .col3-span {
        grid-column: span 6;
    }
    .sect1 .col6-span {
        grid-column: span 8;
    }
    .sect1 img {
        max-width: 300px;
    }
}

/* || Mobile */
@media (max-width: 550px) {
    .container {
        display: block;
        padding: 0 30px;
    }   
    
    .heading-vid {
        margin-bottom: 40px;
    }
    .text-link {
        margin-top: 40px;
    }
    .breaking-line-fullSpan {
        margin: 40px 0;
    }
    .breaking-line-fullSpan-02 {
        margin: 10px 0 40px;
    }
    .breaking-line-mobile {
        display: block;
        width: 100px;
        margin: 40px 0;
    }
    .feature-card {
        margin-bottom: 40px;
    }
    .feature-img {
        margin-bottom: 10px;
    }
    .footer-container {
        padding: 0 30px;  
    }
    .colFull-span {
        grid-column: 1 / -1;
    }
    .col6-span {
        grid-column: 1 / -1;
    }
    .col3-span {
        grid-column: 1 / -1;
    }
    .flex {
        flex-wrap: wrap;
    }
    .breaking-line-100 {
        margin: 40px 0;
    }
    .specification-col > .caption {
        margin-top: 4rem;
    }
    .footer-item-wrap {
        padding: 40px 0 45px;
    }
    .sect1 img {
        max-width: 250px;
    }
}