*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    background: black;
    color: whitesmoke;
    font-family: "big_john";
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}


.container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#about body {
    margin: 0;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    background: #f6f9fc;
    font-family: "Open Sans", sans-serif;
    color: #525f7f;
}

#products body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

#contact body {
    font-family: "Nunito", sans-serif;
    text-rendering: optimizeLegibility;
    background-color: #1b1b1b;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
    width: 100%;
}

.nav-bg {
    background-color: #242729;
}

.logo {
    width: 30px;
    margin-left: 30px;
}

.text {
    display: flex;
    flex-direction: column;
    color: whitesmoke;
    margin-right: 30px;
    line-height: 1.3rem;
}

section {
    scroll-margin-top: 50px;
}

.nav-link {
    position: relative;
    color: white;
}

/* base underline (hidden) */
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #28a745;
    transform: scaleX(0);
    /* hidden */
    transform-origin: left;
    /* start from left */
    transition: transform 0.3s ease;
}

/* active state */
.nav-link.active::after {
    transform: scaleX(1);
    /* full width */
}

.p {
    font-size: 14px;
    text-align: center;
    color: gray;
    text-transform: none;
}

.button1 {
    background-color: #089652;
    color: black;
    border: 2px solid #4caf50;
    margin-top: 10px;
}

#home .parallax {
    /* background: url('assets/home/Asset2.png') fixed 50%; */
    background: url("assets/home/car\ remove.jpg") fixed 50%;
    background-color: #000;
    position: relative;
    background-size: cover;
    margin-top: 50px;
}

#home .parallax .inner-parallax h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    position: absolute;
    width: 50%;
    top: 40%;
    text-align: justify;
    left: 5%;
    font-size: 6em;
    text-transform: capitalize;
}

#home .parallax .inner-parallax p {
    font-family: "Nunito", sans-serif;
    position: absolute;
    width: 40%;
    top: 55%;
    text-align: justify;
    font-weight: 300;
    left: 5%;
    font-size: 1.75em;
}

#home .inner-parallax {
    padding-top: 45%;
}

#home .container {
    width: 100%;
}

#home .noise-emissions-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

#home .home-cell-prop {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 50%;
}

#home .home-cell-prop .cell-prop-titleSection {
    margin-top: 120px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#home .home-cell-prop .cell-prop-imageSection {
    margin-top: 60px;
}

#home .home-cell-prop .cell-prop-title {

    font-size: 80px;
    font-weight: 800;
    font-family: "big_john";
}

#home .home-cell-prop .cell-prop-subtitle {
    text-transform: none;
    color: white;
    font-family: 'Nunito', sans-serif;
    width: 95%;
}

#home .noise-emissions-content .zero_element {
    font-size: 75px;
    position: relative;
    bottom: 30px;
}

#home .cell_proportion_header_content {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#home .cell_proportion_header_content .cell_prop_title {
    font-size: 80px;
    font-weight: 800;
    font-family: "big_john";
    margin-left: 40px;
}

#home .brand_image {
    position: relative;
    left: 100px;
}

#home .text-container h2 {
    font-size: 1.875em;
    color: rgb(209, 208, 208);
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    text-align: start;
}

#home .text-container h3 {
    font-size: 1.5em;
    color: rgb(209, 208, 208);
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    text-align: start;
}

#home .justify-content,
#products .justify-content {
    justify-content: space-evenly;
}

#home .infographic-container img {
    padding: 5px;
    height: 120px;
    object-fit: contain;
}

#products .infographic-container img {
    width: 105px;
    padding: 5px;
    height: 120px;
    object-fit: contain;
}

#home .infographic-container p {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: white;
    padding: 5px;
    text-align: center;
}

#products .infographic-container p {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
}

#home .font-new {
    font-family: "Nunito", sans-serif;
}

#home .mouse-wheel {
    height: 250vh;
    position: relative;

    .car {
        position: fixed;
        bottom: 10px;
        left: 5px;
        transition: 0.5s;
        width: 900px;
    }
}

#home .zero_content {
    width: 50%;
}

#home .zero_content p {
    font-weight: 500;
    font-size: 350px;
    text-align: right;
}

#home .container_paragraph {
    text-align: center;
    padding: 3rem;
}

#home .mobile_header_block_element {
    display: none;
}

#about .well,
#products .well {
    position: relative;
    overflow: hidden;
    transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

#about .top,
#products .top {
    font-size: 80%;
    color: hsla(0, 0%, 100%, .25);
    position: relative;
    top: -.2em;
    cursor: pointer;
}

#about .panel,
#products .panel {
    position: relative;
    overflow: hidden;
    font-size: 10vmin;
    padding: 0em;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.315);
    cursor: default;
}

#about .panel:nth-child(1) {
    background: url('assets/about/images/infographic_2.png') fixed;
    background-size: 75% 120vh;
    background-repeat: no-repeat;
    background: #272727;
    background-position: right;
}

#products .panel:nth-child(1) {
    background: black;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-position: right;
}

#about .panel:nth-child(2) {
    background: #272727;
}

#products .panel:nth-child(2) {
    background: black;
}

#about .panel:nth-child(3) {
    background: #272727;
}

#products .panel:nth-child(3) {
    background: black;
}

#about .panel:nth-child(4) {
    background: #272727;
}

#products .panel:nth-child(4) {
    background: #272723;
}

#about .panel:nth-child(5) {
    background: #303030;
}

#products .panel:nth-child(5) {
    background: #313131;
}

#about .panel:nth-child(6) {
    background: black;
}

#products .panel:nth-child(6) {
    background: #1d1d1d;
}

#about .panel:nth-child(8) {
    background: black;
}

#products .panel:nth-child(8) {
    background: black;
}

#about .m-15,
#products .m-15 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

#about .sub-title {
    font-size: 30px;
    color: rgb(170, 170, 170);
    padding: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
}

#products .sub-title {
    font-size: 20px;
    color: rgb(170, 170, 170);
    padding: 15px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

#about .panel-1 h1 {
    z-index: 100;
    color: rgba(255, 255, 255, 0.801);
    font-size: 90px;
    text-transform: capitalize;
    position: absolute;
    top: 40%;
    left: 10px;
    font-family: 'Roboto';
    font-weight: 700;
}

#products .panel-1 h1 {
    z-index: 100;
    color: rgba(255, 255, 255, 0.801);
    font-size: 90px;
    text-transform: capitalize;
    position: absolute;
    top: 40%;
    left: 10px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

#about .panel-1 p,
#products .panel-1 p {
    z-index: 100;
    width: 60%;
    color: rgba(255, 255, 255, 0.801);
    font-size: 20px;
    text-transform: none;
    position: absolute;
    top: 60%;
    left: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

#about .image-icon,
#products .image-icon {
    display: flex;
    flex-direction: column;
}

#about .image-icon img {
    width: 100px;
    background: black center;
    padding: 0px;
    border-radius: 0%;
    justify-content: center;
    align-items: center;
}

#products .image-icon img {
    width: 85px;
    background: #1a1e22 center;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#about .image-icon p,
#products .image-icon p {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    color: darkgrey;
}

#about .container1 {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

#about .card-wrapper {
    width: 100%;
    height: 500px;
    position: relative;
}

#about .card-wrapper .card {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 300px;
    height: 380px;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: 0.5s;
}

#about .card-wrapper .card:hover .details h2 {
    margin: 30px 0;

}

#about .card-wrapper .card:hover {
    height: 400px !important;

}

#about .card-wrapper .card .card-image {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .5s;

}

#about .card-wrapper .card .card-image img {
    width: 100%;
    height: auto;

}

#about .card-wrapper .card:hover img {
    opacity: 0.4;
    transition: .5s;
}

#about .card-wrapper .card:hover .card-image {
    transform: translateY(-100px);
    transition: all .9s;
}

/**** Social Icons *****/
#about .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
}

#about .social-icons li {
    list-style: none;
}

#about .social-icons li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 23px;
    color: #333;
    font-weight: bold;
    margin: 0 6px;
    transition: .4s;
    left: -20px !important;
    transform: translateY(200px);
    opacity: 0;
    border-radius: 50%;
}

#about .card:hover .social-icons li a {
    transform: translateY(90px);
    opacity: 1;
}

#about .social-icons li a:hover {
    background: #000;
    transition: .2s;
}

#about .social-icons li a:hover .fab {
    color: #fff;
}

#about .social-icons li a .fab {
    transition: .8s;
}

#about .social-icons li a .fab:hover {
    transform: rotateY(360deg);
    color: #fff;
}

#about .card:hover li:nth-child(1) a {
    transition-delay: 0.1s;
}

#about .card:hover li:nth-child(2) a {
    transition-delay: 0.2s;
}

#about .card:hover li:nth-child(3) a {
    transition-delay: 0.3s;
}

#about .card:hover li:nth-child(4) a {
    transition-delay: 0.4s;
}

/**** Personal Details ****/
#about .details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 90px;
    z-index: 3;
    padding: 0px;
}

#about .details h2 {

    padding: 0;
    text-align: center;
    color: black;
}

#about .details h2 .job-title {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #333;
    font-weight: 300;
}

#about .card:hover .profile-img--two {
    transform: rotateY(180deg);
}

#about .container img {
    width: 250px;

}

#about .d-flex {
    justify-content: center;
    align-items: center;
}

#about .item li {
    font-size: 16px;
    color: grey;
    text-align: left;
}

#about .item {
    padding-right: 50px;
    margin-top: 25px !important;
}

#about .item p {
    font-size: 18px;
    color: rgb(168, 167, 167);
    padding-right: 15px;
}

#about .heading_style,
#products .heading_style,
#contact .heading_style {
    font-size: 50px;
    font-family: "big_john", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.801);
}

#about .about_us_element {
    width: 78%;
    text-align: center;
}


#about h2 {
    margin: 5%;
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
}

#about .timeline {
    display: flex;
    flex-direction: column;
    width: 62vw;
    margin: 3% auto;
}

#about .timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

#about .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #272727;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
}

#about .timeline__event__content {
    padding: 20px;
    width: 80%;
}

#about .timeline__event__date {
    color: rgb(170, 170, 170);
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

#about .timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-size: 2rem;
    color: white;
    padding: 20px 0px;
}

#about .timeline__event__icon i {
    position: absolute;
    top: 50%;
    left: -65px;
    font-size: 2.5rem;
    transform: translateY(-50%);
}

#about .timeline__event__description {
    flex-basis: 60%;
}

#about .timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #007c32;
    position: absolute;
    top: 65%;
    left: -3.5rem;
    z-index: -1;
}

#about .timeline__event:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #00c851;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #007c32;
}

#about .timeline__event--type2:before {
    background: #00c851;
    border-color: #007c32;
}

#about .timeline__event--type2:after {
    background: #007c32;
}

#about .timeline__event--type2 .timeline__event__date {
    color: rgb(170, 170, 170);
}

#about .timeline__event--type2 .timeline__event__icon {
    background: black;
    color: #555ac0;
}

#about .timeline__event--type2 .timeline__event__title {
    color: #272727;
}

#about .timeline__event--type3:before {
    background: #00c851;
    border-color: #007c32;
}

#about .timeline__event--type3:after {
    background: #007c32;
}

#about .timeline__event--type3 .timeline__event__date {
    color: rgb(170, 170, 170);
}

#about .timeline__event--type3 .timeline__event__icon {
    background: black;
    color: gray;
}

#about .timeline__event--type3 .timeline__event__title {
    color: #272727;
}

#about .timeline__event:last-child:after {
    content: none;
}

/*# sourceMappingURL=style.css.map */
#about .modal-content-1 {
    position: relative;
}

#about .modal-content-1 .img-1 {
    position: absolute;
    top: 0;
    width: 50%;
}

#about .modal-content-1 .item {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(50%);
}

#about .modal-content-1 .item ul li {
    list-style: none;
}

#containerz {
    height: 100%;
    width: 100%;
    font-size: 0;
    margin-top: 15%;
    left: -5%;
}

#about .column {
    float: left;
    width: 20%;
    text-align: center;
}

/* Clear floats after the columns */
#about .row:after {
    content: "";
    display: table;
    clear: both;
}

#about .key_invertor {
    display: flex;
    justify-content: space-between;
    margin: 30px 5%;
}

#about .about_top_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

#about .about_top_section p {
    font-size: 20px;
    color: rgb(170, 170, 170);
    text-align: center;
}

#about .about_top_section ._inner {
    width: 30%;
}

#products .mobility-and-analytics {
    display: flex;
    justify-content: space-between;
}

#products .mobility-and-analytics .column3 {
    display: flex;
    flex-direction: column;
    width: 20%;
}

#products .mobility-and-analytics :first-child h1 {
    background-color: #272727;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#products .bison-content {
    display: flex;
    justify-content: center;
}

#products .bison-right-element {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 20px;
}

#products .bison-right-element a {
    background-color: black;
    color: white;
    padding: 15px 30px;
}

#products .panel-1 {
    position: relative;
}

#products .panel-1 .card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #252a30;
    padding: 0rem 4rem;
}

#products .button2 {
    background-color: #056839;
    opacity: 0.8;
    color: black;
    border: 2px solid #4caf50;
    margin-top: -100px;
}

#products .button3 {
    background-color: #089652;
    color: black;
    border: 2px solid #4caf50;
    margin-top: 40px;
}

#products .product img {
    width: 170px;
}

#products .clear-fix:after {
    display: block;
    clear: both;
    content: "";
}

#products .img-responsive {
    height: auto;
}

#products .right-image {
    height: 350px;
}

#products .card__collection {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#products .card__collection .cards {
    width: 100%;
    height: 500px;
    display: block;
    background-size: cover;
    float: left;
    position: relative;
    overflow: hidden;
    background-position: center;
    margin: 10px;
}

#products .card__collection .cards--one {
    backface-visibility: hidden;
}

#products .card__collection .cards--one:hover:after {
    bottom: -20px;
}

#products .card__collection .cards--one:hover:before {
    bottom: -10px;
}

#products .card__collection .cards--one:hover .cards--one__rect {
    left: 45%;
}

#products .card__collection .cards--one:hover .cards--one__rect--back {
    left: 50%;
}

#products .card__collection .cards--one::after {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    transform: rotate(-3deg);
    background: #e660e3;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: -10px;
    z-index: 9;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

#products .card__collection .cards--one:before {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    transform: rotate(-3deg);
    bottom: -90px;
    left: 0;
    background: #fff;
    right: -10px;
    z-index: 5;
    transition: all 0.2s ease-in;
    transition-delay: 0.1s;
}

#products .card__collection .cards--one__rect {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background: #0f9bc0;
    width: 126px;
    height: 55px;
    transform: skewY(5deg);
    position: absolute;
    display: block;
    top: 60%;
    left: -45%;
    z-index: 1;
    line-height: 3.3rem;
    text-align: center;
    transition: all 0.2s ease-in;
}

#products .card__collection .cards--one__rect--back {
    display: block;
    background: rgba(34, 65, 154, 0.8);
    width: 126px;
    height: 55px;
    transform: skewY(7deg);
    position: absolute;
    top: 65%;
    left: -50%;
    transition: all 0.2s ease-in;
    transition-delay: 0.3s;
}

#products .card__collection .cards--one__rect p {
    transform: skewY(-7deg);
    position: relative;
}

#products .card__collection .cards--two {
    position: relative;
    backface-visibility: hidden;
}

#products .card__collection .cards--two p {
    position: absolute;
    top: 83%;
    left: -100%;
    text-transform: none;
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all 0.6s ease;
}

#products .card__collection .cards--two:hover p {
    left: 80%;
    top: 50%;
}

#products .card__collection .cards--two:hover img {
    transform: translateY(-5px);
}

#products .card__collection .cards--two:hover .cards--two__rect {
    top: 75%;
}

#products .card__collection .cards--two:hover .cards--two__rect:before {
    transform: translateY(5px);
}

#products .card__collection .cards--two:hover li {
    transform: translateY(0);
}

#products .card__collection .cards--two:hover .cards--two__tri {
    right: -40%;
}

#products .card__collection .cards--two:hover .cards--two__tri:before {
    right: -312px;
}

#products .card__collection .cards--two img {
    transition: all 0.2s ease;
}

#products .card__collection .cards--two__tri {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 388px solid #fff;
    opacity: 0.9;
    position: absolute;
    display: block;
    top: 0;
    right: -100%;
    transition: all 0.3s ease-in-out;
}

#products .card__collection .cards--two__tri:before {
    border-top: 220px solid transparent;
    border-bottom: 190px solid transparent;
    border-right: 388px solid #2bb673;
    opacity: 0.7;
    position: absolute;
    content: "";
    display: block;
    top: -220px;
    right: -512px;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
}

#products .card__collection .cards--two__rect {
    width: 1000px;
    height: 700px;
    background: #fff;
    display: block;
    position: absolute;
    top: 175%;
    left: -78%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

#products .card__collection .cards--two__rect:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #2bb673;
    opacity: 0.5;
    transform: translateY(200px);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}

#products .card__collection .cards--two ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
}

#products .card__collection .cards--two ul li {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: translateY(100px);
}

#products .card__collection .cards--two ul li:nth-child(2) {
    transition-delay: 0.2s;
}

#products .card__collection .cards--two ul li:nth-child(3) {
    transition-delay: 0.3s;
}

#products .card__collection .cards--two ul li:nth-child(4) {
    transition-delay: 0.4s;
}

#products .card__collection .cards--three {
    position: relative;
    z-index: 10;
}

#products .card__collection .cards--three:hover .cards--three__rect-1 {
    left: 10%;
}

#products .card__collection .cards--three:hover .cards--three__rect-1 .shadow-1 {
    left: -20%;
}

#products .card__collection .cards--three:hover .cards--three__rect-2 {
    left: 60%;
}

#products .card__collection .cards--three:hover .cards--three__rect-2:before {
    left: -100%;
}

#products .card__collection .cards--three:hover .cards--three__rect-2:after {
    left: 80%;
}

#products .card__collection .cards--three:hover .cards--three__rect-2 .shadow-2 {
    left: -10%;
}

#products .card__collection .cards--three:hover .cards--three__circle {
    transform: scale(1);
}

#products .card__collection .cards--three:hover .cards--three__circle:before {
    transform: scale(0.9);
}

#products .card__collection .cards--three:hover .cards--three__list li {
    transform: translateX(0);
}

#products .card__collection .cards--three__rect-1 {
    background: #fff;
    width: 200px;
    height: 110px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    top: 73%;
    opacity: 0.9;
    left: -100%;
    z-index: 8;
    transition: all 0.5s ease-in;
}

#products .card__collection .cards--three__rect-1 p {
    font-size: 20px;
    color: #fff;
    transform: skewX(20deg);
    line-height: 6rem;
}

#products .card__collection .cards--three__rect-1 .shadow-1 {
    background: grey;
    width: 230px;
    height: 100px;
    display: block;
    position: absolute;
    left: -200%;
    z-index: -1;
    transition: all 0.3s ease-in;
}

#products .card__collection .cards--three__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -15%;
    left: 50%;
    opacity: 0.9;
    transform: scale(0);
    transition: all 0.3s ease;
}

#products .card__collection .cards--three__circle:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: grey;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

#products .card__collection .cards--three__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all 0.4s ease;
}

#products .card__collection .cards--three__list li {
    display: inline-block;
    margin: 4px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(87, 204, 253, 0.9);
    text-align: center;
    line-height: 1.7rem;
    font-size: 12px;
    transition: all 0.3s ease;
    transform: translateX(500%);
}

#products .card__collection .cards--three__list li:nth-child(1) {
    transition-delay: 0.2s;
}

#products .card__collection .cards--three__list li:nth-child(2) {
    transition-delay: 0.3s;
}

#products .card__collection .cards--three__list li:nth-child(3) {
    transition-delay: 0.4s;
}

#products .card__collection .transform {
    transform: translateY(-90%);
    transform: translateX(-110%);
    z-index: 999;
    transition: transform 250ms ease-in;
}

#products .card__collection .cards--two:hover .transform {
    transform: translate(-0%, -150%);
}

#products .transform-p {
    transform: translate(70%, -1000%);
    opacity: 0;
    transition: opacity 250ms ease-in;
}

#products .card__collection .cards--three:hover .transform-p {
    opacity: 1;
}

#products .d-flex-just {
    display: flex;
    justify-content: space-evenly;
}

#products .image1 {
    max-width: 90%;
    height: auto;
}

#products .image2 {
    position: absolute;
    top: -180px;
    right: -124px;
    z-index: 0;
    width: 100%;
    height: auto;
}

#products .poster {
    position: relative;
}

#products .poster img {
    width: 100%;
    height: 100%;
}

#products .poster button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateY(-100%);
}

#products .product-img .card {
    width: 20rem;
    position: relative;
}

#products .product-img .card .name {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    background-color: rgb(216, 45, 45);
    color: white;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    transform: translate(50%, 50%);
    opacity: 0;
}

#products .product-img .card:hover .name {
    opacity: 1;
    transform: translate(-50%, 50%);
    transition: ease-in 350ms;
}

#products .header-text {
    font-size: 46px;
    text-align: center;
    display: flex;
    flex-direction: row;
    font-family: "Nunito", sans-serif;
    margin: 30px;
}

#products .header-text::after,
#products .header-text::before {
    content: "";
    flex: 1 0.5;
    border-bottom: 2px solid white;
    margin: auto;
}

#products .content-image-text {
    font-size: 14px;
    white-space: pre-line;
    color: gray;
    text-align: center;
    position: relative;
}

#products .content-image-text span {
    font-size: 20px;
    white-space: pre-line;
    color: rgb(129, 129, 129);
    font-weight: bold;
}

#products .content-image-text p {
    margin-bottom: -33px;
}

#products .content-image-text img {
    height: 150px;
    width: 150px;
    margin-top: -9px;
}

#products .pointer {
    font-size: 25px;
    color: whitesmoke;
    margin-bottom: -38px;
    margin-top: 12px;
}

#products .pointer-bottom {
    font-size: 25px;
    color: whitesmoke;
    margin-top: -33px !important;
}

#products .margin-bottom {
    margin-top: 120px;
}

#products .rel {
    position: relative;
}

#products .rel button {
    position: absolute;
    bottom: 80px;
    left: 41%;
}

#products .title-line {
    font-size: 46px;
    text-align: center;
    display: flex;
    flex-direction: row;
    font-family: "Nunito", sans-serif;
    margin: 10px;
}

#products .title-line::after,
#products .title-line::before {
    content: "";
    flex: 1 0.5;
    border-bottom: 1px solid white;
    margin: 30px;
}

#products .column1 {
    width: 35%;
}

#products .column2 {
    width: 65%;
}

#products .column4 {
    width: 50%;
}

#products .column6 {
    width: 30%;
}

#products .column7 {
    width: 20%;
}

#products .flex_box {
    display: flex;
    padding-bottom: 30px;
}

#products .col-even {
    flex: 1;
}

#products .col-even img {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
}

#products .connectivity-elment {
    display: flex;
    justify-content: space-between;
    margin: 40px 20px;
    padding-bottom: 40px;
}

#products .connectivity-elment .column3 {
    background-color: black;
    width: 20%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: none;
}

#products .col-even1 {
    width: 65%;
}

#products .col-even2 {
    width: 35%;
}

#products .connectivity_heading {
    font-size: 24px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

#products .split-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 50px;
    gap: 40px;
}

#products .split-section .left-section,
#products .split-section .card__collection {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#products .split-section .left-section img,
#products .split-section .card__collection img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    display: block;
}

#products .split-section h2 {
    margin-top: auto;
    padding-top: 20px;
    font-size: 22px;
    color: gray;
}

#products .divider {
    width: 1px;
    background: #2bb673;
    align-self: stretch;
    flex-shrink: 0;
}

#products .right-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 40px;
}

#products .right-title {
    font-size: 36px;
    margin-bottom: 15px;
}

#products .right-subtitle {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 25px;
    line-height: 1.5;
    text-transform: none;
}

#products .right-btn {
    padding: 12px 30px;
    background-color: #089652;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    color: black;
}

#products .card-title {
    margin-top: -45px;
    font-size: 30px;
    margin-right: -40px;
}

#contact .contact_us_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 100px;
}

#contact .contact-info {
    width: 50%;
    color: white;
    text-align: left;
}

#contact .newsletter {
    width: 50%;
    color: white;
    text-align: right;
}

#contact .contact_us_container ul li,
#contact .contact_us_container a {
    color: #a29e9e;
    text-decoration: none;
    list-style-type: none;
    padding: 8px 0px;
}

#contact .quick-links {
    margin-right: 50px;
    width: 35%;
}

#contact .subscribe-btn {
    font-weight: 500;
    border: 0px;
    font-size: 18px;
    padding: 3px 5px;
}

#contact .input-subscribe {
    padding: 3px 5px;
    font-size: 18px;
}

#contact .social_icons a {
    color: #007bff;
    margin: 4px;
    padding-left: 10px;
}

#contact .social_icons {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

#contact .question_section {
    background-color: #272727;
    padding: 20px;
}

#contact .question_section form {
    width: 50%;
    margin: 10px auto;
}

#contact .question_section form label {
    margin-top: 10px;
}

#contact .quick-links h2 {
    margin-left: 30px;
}

#contact .social_icons i {
    font-size: 30px;
}

#contact .p-title {
    font-size: 20px;
    color: rgb(170, 170, 170);
    font-family: 'Roboto';
    font-weight: 400;
}

#contact .split-section {
    display: flex
}

#contact .split-section .left-section {
    width: 50%;
    border: none;
    min-height: 600px
}

#contact .split-section .right-section {
    width: 50%;
    border: none;
    min-height: 720px
}

@import "https://fonts.googleapis.com/css?family=Do+Hyeon";


/* @media screen and (max-width: 900px) {
    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 40px;
        margin-left: 0px;
    }

    #home .zero_content p {
        font-size: 150px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 40px;
        margin: unset;
    }
} */

/* @media screen and (max-width: 720px) {
    #home .header_block_element {
        display: none;
    }

    #home .mobile_header_block_element {
        margin-top: 100px;
        display: block;
    }

    #home .mobile_header_block_element .cell-prop-title {
        text-align: center;
        padding: 20px;
        font-size: 24px;
    }

    #home .mobile_header_block_element .brand_image {
        width: 50%;
        text-align: center;
    }

    #home .infographic-container {
        padding: 10px 20px;
    }

    #home .infographic-container img {
        height: 100px;
    }
} */

/* @media screen and (max-width: 600px) {
    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 30px;
        text-align: center;
    }

    #home .cell_proportion_header_content {
        flex-direction: column;
    }

    #home .brand_image {
        left: 0px;
        text-align: center;
    }

    #home .brand_image img {
        width: 70%;
    }

    .logo {
        margin-left: 0px;
    }

    #home .zero_content p {
        font-size: 100px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 20px;
    }

    #home .container_paragraph h3 {
        font-size: 18px;
    }

    #home .container_paragraph h4 {
        font-size: 20px;
    }
} */

/* @media only screen and (min-width: 768px) {
    #home .text-container {
        margin-top: -20px;
    }
} */

/* @media (max-width:700px) {
    #about .about_top_section {
        flex-direction: column
    }

    #about .about_top_section ._inner {
        width: 90%;
        margin: 10px auto;
    }

    #about .container1 {
        flex-direction: column;
        align-items: center;
    }

    #about .timeline__event__icon,
    #about .timeline__event__content {
        width: 100%;
        text-align: center;
    }

    #about .key_invertor {
        flex-wrap: wrap;
        justify-content: center;
    }

    #about .key_invertor img {
        margin: 25px;
    }

    #about .logo {
        margin-left: 0px;
    }

    #about .heading_style {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    #about .sub-title {
        font-size: 20px;
    }

    #about .about_us_element {
        width: 100%;
    }

    #about .timeline {
        width: 80%;
    }

    #about .timeline__event:before {
        width: 1rem;
        height: 1rem;
        left: -2rem;
    }

    #about .timeline__event:after {
        left: -1.6rem;
        height: 115%;
        top: 55%;
    }

    #about .timeline__event__title {
        font-size: 14px;
    }

} */

/* @media (max-width: 786px) {
    #about .timeline__event {
        flex-direction: column;
    }

    #about .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
} */

/* @media (max-width:600px) {
    #products .heading_style {
        font-size: 30px;
    }

    #products .img-responsive {
        width: 80%;
        height: unset;
        margin-left: 25px;
    }

    #products .cards--two__tri,
    #products .cards--two__rect {
        display: none !important;
    }

    #products .card__collection .cards {
        width: unset;
        height: unset;
    }
} */

/* @media (max-width:900px) {
    #products .connectivity-elment {
        margin: unset;

    }

    #products .connectivity-elment .column3 {
        width: 24% !important;
    }

    #products .panel {
        padding: 10px;
    }
} */

/* @media (max-width:600px) {

    #products .mobility-and-analytics,
    #products .connectivity-elment {
        flex-direction: column;
    }

    #products .mobility-and-analytics .column3 {
        width: 90%;
        margin: 10px auto;
    }

    #products .mobility-and-analytics .column3 .connectivity_heading {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
    }

    #products .connectivity-elment .column3 {
        width: 90% !important;
        margin: 10px auto;
    }

    #products .bison-content {
        flex-direction: column;
    }

    #products .bison-right-element {
        align-items: center;
    }

    #products .card__collection p {
        display: none;
    }
} */

/* @media (max-width: 600px) {
    #contact .heading_style {
        font-size: 35px;
    }

    #contact .contact_us_container {
        flex-direction: column;
    }

    #contact .contact-info {
        width: 100%;
    }

    #contact .quick-links {
        width: 100%;
    }

    #contact .quick-links h2,
    #contact .quick-links ul {
        padding: unset;
        margin-left: unset;
    }

    #contact .question_section form {
        width: 90%;
    }

    #contact .logo {
        margin-left: unset;
    }
} */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Secular+One&display=swap");

/* ============================================================
   MEDIA QUERIES — FIXED & CONSOLIDATED
   Breakpoints: 1024px, 900px, 786px, 720px, 600px
   ============================================================ */

/* ── 1024px: Large tablet ── */
@media screen and (max-width: 1024px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    #home .parallax .inner-parallax h2 {
        font-size: 4em;
        width: 70%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1.4em;
        width: 60%;
    }

    #products .split-section {
        padding: 30px;
        gap: 24px;
    }
}

/* ── 900px: Tablet ── */
@media screen and (max-width: 900px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    /* Home */
    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 40px;
        margin-left: 0;
    }

    #home .zero_content p {
        font-size: 150px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 40px;
        /* margin: unset; */
    }

    /* Products */
    #products .connectivity-elment {
        margin: unset;
    }

    #products .connectivity-elment .column3 {
        width: 24% !important;
    }

    #products .panel {
        padding: 10px;
    }

    #products .split-section {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    #products .divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    #products .left-section,
    #products .right-section {
        width: 100%;
    }

    #products .panel-1 h1 {
        font-size: 60px;
    }
}

/* ── 786px: Large mobile / small tablet ── */
@media screen and (max-width: 786px) {
    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    /* About timeline stacks vertically */
    #about .timeline__event {
        flex-direction: column;
    }

    #about .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}

/* ── 720px: Mobile landscape ── */
@media screen and (max-width: 720px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    .navbar {
        padding: 8px 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .logo {
        margin-left: 0;
        width: 28px;
    }

    .text {
        margin-right: 0;
        margin-left: 6px;
        flex: 1;
        min-width: 0;
    }

    .text .line {
        margin-left: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
    }

    .text .sub {
        font-size: 10px !important;
        margin-left: 0 !important;
    }

    .navbar-toggler {
        flex-shrink: 0;
        margin-left: auto;
        padding: 4px 8px;
    }

    #navbarNav {
        width: 100%;
    }

    /* Home */
    #home .home-cell-prop {
        flex-direction: column;
        align-items: center;
        padding: 16px;
    }

    #home .home-cell-prop .cell-prop-titleSection {
        margin-top: 20px;
        padding: 16px;
        text-align: center;
        width: 100%;
        display: flex;
    }

    #home .home-cell-prop .cell-prop-imageSection {
        margin-top: 20px;
        width: 100% !important;
        text-align: center;
    }

    #home .home-cell-prop .cell-prop-imageSection img {
        width: 90% !important;
    }

    #home .home-cell-prop .cell-prop-title {
        font-size: 40px;
        letter-spacing: 3px;
    }

    #home .home-cell-prop .cell-prop-subtitle {
        font-size: 15px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    #home .brand_image {
        left: 0;
        text-align: center;
    }

    #home .header_block_element {
        display: none;
    }

    #home .mobile_header_block_element {
        margin-top: 100px;
        display: block;
    }

    #home .mobile_header_block_element .cell-prop-title {
        text-align: center;
        padding: 20px;
        font-size: 24px;
    }

    #home .mobile_header_block_element .brand_image {
        width: 50%;
        text-align: center;
    }

    #home .infographic-container {
        padding: 10px 20px;
    }

    #home .infographic-container img {
        height: 100px;
    }

    #about .container1 {
        flex-direction: column;
        align-items: center;
    }

    #about .card-wrapper {
        width: 90%;
        height: auto;
        margin-bottom: 20px;
    }

    #about .card-wrapper .card {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        width: 100%;
        height: 450px;
        margin: 0 auto;
    }

    /* Products */
    #products .panel-1 h1 {
        font-size: 48px;
        top: 35%;
    }

    #products .panel-1 p {
        font-size: 16px;
        width: 80%;
    }

    #products .header-text {
        font-size: 32px;
        margin: 16px;
    }

    #products .title-line {
        font-size: 32px;
    }

    #products .connectivity_heading {
        font-size: 16px;
    }
}

/* ── 600px: Mobile portrait ── */
@media screen and (max-width: 600px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    /* ── Shared ── */
    .logo {
        margin-left: 0;
    }

    /* ── Home ── */
    #home .parallax .inner-parallax h2 {
        font-size: 2.5em;
        width: 90%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1.1em;
        width: 80%;
        top: 62%;
    }

    #home .cell_proportion_header_content {
        flex-direction: column;
    }

    #home .cell_proportion_header_content .cell_prop_title {
        font-size: 30px;
        text-align: center;
    }

    #home .brand_image {
        left: 0;
        text-align: center;
    }

    #home .brand_image img {
        width: 70%;
    }

    #home .zero_content p {
        font-size: 100px;
    }

    #home .noise-emissions-content .zero_element {
        font-size: 20px;
    }

    #home .container_paragraph {
        padding: 1.5rem;
    }

    #home .container_paragraph h3 {
        font-size: 18px;
    }

    #home .container_paragraph h4 {
        font-size: 20px;
    }

    #home .home-cell-prop {
        flex-direction: column;
    }

    /* ── About ── */
    #about .logo {
        margin-left: 0;
    }

    #about .heading_style {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 0;
    }

    #about .sub-title {
        font-size: 20px;
    }

    #about .about_us_element {
        width: 100%;
    }

    #about .about_top_section {
        flex-direction: column;
    }

    #about .about_top_section ._inner {
        width: 90%;
        margin: 10px auto;
    }

    #about .container1 {
        flex-direction: column;
        align-items: center;
    }

    #about .timeline {
        width: 80%;
    }

    #about .timeline__event__icon,
    #about .timeline__event__content {
        width: 100%;
        text-align: center;
    }

    #about .timeline__event:before {
        width: 1rem;
        height: 1rem;
        left: -2rem;
    }

    #about .timeline__event:after {
        left: -1.6rem;
        height: 115%;
        top: 55%;
    }

    #about .timeline__event__title {
        font-size: 14px;
    }

    #about .key_invertor {
        flex-wrap: wrap;
        justify-content: center;
    }

    #about .key_invertor img {
        margin: 25px;
    }

    /* ── Products ── */
    #products .logo {
        margin-left: 0;
    }

    #products .heading_style {
        font-size: 30px;
    }

    #products .img-responsive {
        width: 80%;
        height: unset;
        margin-left: 25px;
    }

    #products .cards--two__tri,
    #products .cards--two__rect {
        display: none !important;
    }

    #products .card__collection .cards {
        width: unset;
        height: unset;
    }

    #products .card__collection p {
        display: none;
    }

    #products .mobility-and-analytics,
    #products .connectivity-elment {
        flex-direction: column;
    }

    #products .mobility-and-analytics .column3 {
        width: 90%;
        margin: 10px auto;
    }

    #products .mobility-and-analytics .column3 .connectivity_heading {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
    }

    #products .connectivity-elment .column3 {
        width: 90% !important;
        margin: 10px auto;
    }

    #products .connectivity_heading {
        font-size: 16px;
    }

    #products .bison-content {
        flex-direction: column;
    }

    #products .bison-right-element {
        align-items: center;
    }

    #products .panel-1 h1 {
        font-size: 36px;
        top: 30%;
    }

    #products .panel-1 p {
        font-size: 14px;
        width: 90%;
        top: 52%;
    }

    #products .panel-1 .card {
        width: 95%;
        padding: 0 1.5rem;
    }

    #products .split-section {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    #products .divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    #products .header-text {
        font-size: 24px;
        margin: 12px;
    }

    #products .title-line {
        font-size: 24px;
    }

    #products .right-title {
        font-size: 26px;
    }

    #products .right-subtitle {
        font-size: 15px;
    }

    #products .d-flex-just {
        flex-direction: column;
        align-items: center;
    }

    #products .column1,
    #products .column2,
    #products .column4,
    #products .column6,
    #products .column7 {
        width: 100% !important;
    }

    /* ── Contact ── */
    #contact .logo {
        margin-left: unset;
    }

    #contact .heading_style {
        font-size: 35px;
    }

    #contact .contact_us_container {
        flex-direction: column;
        padding: 30px 24px;
    }

    #contact .contact-info {
        width: 100%;
    }

    #contact .newsletter {
        width: 100%;
        text-align: left;
        margin-top: 24px;
    }

    #contact .quick-links {
        width: 100%;
        margin-right: 0;
    }

    #contact .quick-links h2,
    #contact .quick-links ul {
        padding: unset;
        margin-left: unset;
    }

    #contact .question_section form {
        width: 90%;
    }

    #contact .social_icons {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

/* ── 480px: Small mobile ── */
@media screen and (max-width: 480px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    #home .parallax .inner-parallax h2 {
        font-size: 1.8em;
        top: 30%;
    }

    #home .parallax .inner-parallax p {
        font-size: 1em;
        top: 55%;
    }

    #home .home-cell-prop {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
    }

    #home .home-cell-prop .cell-prop-titleSection {
        /* margin-top: 120px; */
        padding: 20px;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    /* #home .home-cell-prop .cell-prop-imageSection {
        margin-top: 60px;
    } */

    #home .home-cell-prop .cell-prop-title {

        font-size: 40px;
        font-weight: 800;
        font-family: "big_john";
    }

    #home .home-cell-prop .cell-prop-subtitle {
        font-size: 15px;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    #about .card-wrapper {
        width: 90vw;
    }

    #products .button2,
    #products .button3 {
        margin-top: 20px;
    }

    #contact .contact_us_container {
        padding: 20px 16px;
    }

    #contact .split-section {
        display: flex;
        flex-direction: column;
    }

    #contact .split-section .left-section {
        width: 100%;
        border: none;
        min-height: 300px;
        padding:3% 3%;
    }

    #contact .split-section .right-section {
        width: 100%;
        border: none;
        min-height: 720px
    }
}

/* ── Min-width: only applied upwards ── */
@media only screen and (min-width: 768px) {
    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    #home .text-container {
        margin-top: -20px;
    }
}

@media screen and (max-width: 991px) {

    body {
        background: black;
        color: whitesmoke;
        font-family: "big_john";
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    #navbarNav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #242729;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    #navbarNav .navbar-nav {
        width: 100%;
        margin: 0 !important;
        padding: 8px 0;
    }

    #navbarNav .nav-item {
        margin: 0 !important;
        width: 100%;
    }

    #navbarNav .nav-link {
        padding: 14px 24px !important;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        width: 100%;
        display: block;
    }

    #navbarNav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}