:root {
    --bg-green-light: #4f5c3d;
}

p {
    font-size: 13px;
}

.font-heading-about {
    font-family: RedHatDisplay BLACK !important;
    font-size: 96px !important;
}

.panel-container {
    padding: 4% 6%;
    margin: 0;
}

.subheading {
    font-size: 16px;
}

.header-container {
    height: 70vh;
    padding-bottom: 0 !important;
}

.header-img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -10;
}

.header-img-container .model {
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    left: 10%;
}

.header-img-container .infinity {
    width: 170% !important;
    height: 100%;
    position: absolute !important;
    left: 0;
    bottom: -5%;
    z-index: -2;
}

.header-img-container img {
    bottom: 0 !important;
    width: 100%;
    max-height: 50vh;
    bottom: 0;
    object-fit: contain;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content img {
    height: 200px;
    object-fit: cover;
}

.card-content {
    height: fit-content;
    width: 100%;
    overflow: hidden;
}

.core-icon {
    height: 73px !important;
    width: 73px !important;
    background-color: var(--bg-green-light);
    padding: 3%;
    border-radius: 10px;
}

.bg-gray {
    background: #fafafc;
}

.who-panel {
    position: relative;
}

.about-us-padding {
    padding-bottom: 3rem !important;
}

.bg-skew {
    transform: skew(0, 3deg);
    top: -7%;
    border-top-left-radius: 3.25rem;
    height: 70%;
}

.vision span {
    font-size: 0.8rem;
}

.driven-panel {
    background-color: #f5f5f5;
}

.padding-horizontal {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.carousel-item img {
    width: 100% !important;
    object-fit: cover;
}

.carousel-content-wrapper {
    position: relative;
    align-items: center;
    height: 100%;
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.carousel-content {
    width: 100%;
}

.techbuddies-background {
    width: 100vw;
    position: relative;
    left: 0;
    z-index: -999;
    object-fit: cover;
}

.techbuddies-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.techbuddies-content {
    width: 100%;
}

.carousel-inner,
.carousel-item img {
    width: 200vw !important;
    height: 400px !important;
    overflow: hidden;
}

.card-content {
    height: 200px;
}

@media (min-width: 576px) {
    .techbuddies-content-wrapper {
        position: absolute;
    }

    .techbuddies-content {
        width: 50%;
    }

    .carousel-content-wrapper {
        position: absolute;
    }

    .carousel-inner,
    .carousel-item img {
        width: 100vw !important;
        height: 400px !important;
    }

    .carousel-content {
        width: 50%;
    }

    .techbuddies-container {
        height: 400px;
        object-fit: cover;
    }

    .techbuddies-background {
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }

    .header-container {
        height: 40vh;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .carousel-inner,
    .carousel-item img {
        width: 100vw !important;
        height: 400px !important;
    }

    .techbuddies-container {
        height: auto;
        object-fit: contain;
    }

    .header-container {
        height: 40vh;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 900px) {
    .header-container {
        height: 60vh;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .card-content img {
        height: 100%;
    }

    /* .header-text {
        padding-left: 8.5%;
    } */

    .padding-horizontal {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .carousel-inner,
    .carousel-item img {
        width: 100vw !important;
        height: 500px !important;
    }

    .techbuddies-container {
        height: auto;
        object-fit: contain;
    }

    .font-heading-about {
        font-size: 64px !important;
    }

    .header-container {
        height: 50vh;
        padding-bottom: 0 !important;
    }

    .header-img-container .infinity {
        position: relative;
    }

    .header-img-container {
        bottom: 0 !important;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .header-img-container img {
        max-height: fit-content;
    }

    .header-img-container .model {
        max-width: 100% !important;
        left: 10%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .carousel-inner,
    .carousel-item img {
        width: 100vw !important;
        height: 765px !important;
    }

    .techbuddies-container {
        height: auto;
        object-fit: contain;
    }

    .header-container {
        height: 70vh;
        padding-bottom: 0 !important;
    }

    .header-img-container .infinity {
        position: relative;
        left: 0;
    }

    .header-img-container {
        bottom: 0 !important;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .header-img-container img {
        max-height: fit-content;
    }

    .header-img-container .model {
        max-width: 100% !important;
        left: 0%;
        object-fit: cover;
    }

    .font-heading-about {
        font-size: 96px !important;
    }

    .card-content {
        min-height: 350px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
	.font-heading-about {
    font-size: 66px !important;
	}
}
@media (min-width: 1366px) and (max-width: 1400px) {
	.font-heading-about {
    font-size: 76px !important;
	}
}
@media (min-width: 1401px) and (max-width: 1440px) {
	.font-heading-about {
    font-size: 86px !important;
	}
}