*,a {
    color: var(--font-color);
}
li.nav-item a.nav-link,
p {
    font-size: 18px;
}
.banner-content,
.banner-text {
    height: 100%;
    background-color: var(--theme-color);
}
.modal-header h3,
.team-profile h2 {
    color: var(--theme-color);
    font-weight: 700;
}
.fixed,
.pan-india img,
.product > img {
    width: 100%;
}
.banner-content,
.banner-text,
.btn-primary,
.product-category h3 {
    background-color: var(--theme-color);
}
:root {
    --font-color: #242424;
    --content-color: #797979;
    --theme-color: #009b91;
    --font-family: "Open Sans", sans-serif;
}
* {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    box-sizing: border-box;
}
body {
    scroll-behavior: smooth;
    background-color: #fff;
}
section {
    padding: 5% 2%;
}
p {
    color: var(--content-color);
    line-height: 30px;
}
a {
    text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
a:hover,
a:hover * {
    color: var(--theme-color);
}
.btn-linkedin {
    color: #3e63d1;
    font-size: 30px;
    margin-left: 10px;
}
.btn-linkedin:hover {
    color: #213e93;
}
nav#navbar {
    box-shadow: -1px -1px 6px #33333378;
    z-index: 9;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    transition: color 0.3s;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--theme-color) !important;
}
.fixed {
    position: fixed;
    top: -1;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-primary {
    border-color: var(--theme-color);
}
.btn-primary:hover {
    background-color: #007d77;
    border-color: #007d77;
}
.carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    justify-content: flex-end;
}
.banner-text {
    align-items: center;
    display: flex;
}
.team-profile {
    align-items: stretch;
    display: flex;
}
.team-profile .details > p {
    margin-bottom: 0;
}
.banner-text {
    transform: translateY(30px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    position: absolute;
    left: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.inside-banner,
.parallax-section,
.product-category {
    position: relative;
}
.banner-text .text-place {
    width: 70%;
    max-width: 500px;
    text-align: center;
}
.banner-text .text-place h2,
.banner-text .text-place p,
.inside-banner .text-place h2,
footer a,
footer p {
    color: #fff;
}
.banner-text .text-place h2,
.inside-banner .text-place h2 {
    font-size: 3.5em;
}
.banner-text .text-place p {
    font-size: 22px;
}
.banner-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 400;
    color: #333;
}
.commitment-box {
    padding: 12px 20px;
    border-left: 1px dashed var(--theme-color);
}
.logos,
.parallax-section {
    overflow: hidden;
    padding: 60px 0;
}
.commitment-box:first-child {
    border: none;
}
.commitment-box h4 {
    color: var(--theme-color);
    margin-bottom: 12px;
}
.parallax-section {
    background-image: url("../images/who-we.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
}
.parallax-section .container {
    width: 30%;
    min-width: 200px;
    position: absolute;
    right: 5%;
}
.parallax-section .container h2,
.parallax-section .container p {
    color: #fff;
    font-size: 120%;
    line-height: 140%;
}
.parallax-section .container h2 {
    font-size: 260%;
}
.team-profile .details {
    text-align: left;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-profile h2 {
    font-size: 24px;
}
.team-profile img {
    border: 1px solid #eee;
}
.modal-body img {
    float: left;
    margin: 10px 20px;
    border: 1px solid #ddd;
}
.modal-body p {
    color: #333;
    text-align: justify;
    line-height: 25px;
    padding: 0 30px;
}
.pan-india {
    display: flex;
}
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    background-color: #606060;
}
footer a:hover {
    color: #ddd;
}
.logos {
    white-space: nowrap;
}
.logo-slider {
    display: inline-block;
    animation: 30s linear infinite slide;
}
.logos:hover .logo-slider {
    animation-play-state: paused;
}
.logo-slider img {
    height: 80px;
    margin: 0 30px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.inside-banner .text-place {
    position: absolute;
    top: 40%;
    left: 10%;
}
.product-category {
    display: flex;
    background-color: #fff;
    width: 96%;
    padding: 2%;
    margin: 50px auto;
    border-radius: 8px;
    border: 1px solid #dedede;
    align-items: baseline;
}
.product-category h3 {
    color: #fff;
    width: fit-content;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    position: absolute;
    top: -25px;
}
.product {
    margin: 0 5px;
}
@media only screen and (max-width: 767px) {
    a.navbar-brand img {
        max-width: 180px;
    }
    .banner-content {
        flex-direction: column-reverse;
        height: 125vw;
    }
    .banner-text {
        transform: translateY(5px);
        position: unset;
    }
    .banner-text .text-place {
        width: auto;
        max-width: unset;
        padding: 10px 20px;
    }
    .banner-text .text-place h2,
    .inside-banner .text-place h2 {
        font-size: 2em;
    }
    .commitment-box {
        border-top: 1px dashed var(--theme-color);
        border-left: none;
    }
    .product-category,
    .team-profile,
    footer {
        flex-direction: column;
    }
    .parallax-section {
        height: 120vh;
        padding: 20px 0;
    }
    .parallax-section .container {
        width: auto;
        position: absolute;
        right: auto;
        bottom: 0;
        background-color: var(--theme-color);
        padding: 20px;
        max-width: unset;
    }
    .team-profile .details {
        text-align: center;
        margin-bottom: 30px;
    }
    .pan-india {
        flex-direction: column-reverse;
        padding: 20px 0;
    }
}
