* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

button:disabled {
    background-color: #ccc !important;
    color: #fff !important;
    border-color: #aaa !important;
    cursor: not-allowed !important;
}

.accordianColor {
    background-color: #F9F9FB;
}

.accordion-button:not(.collapsed) {
    background-color: #F9F9FB;
    /* Active color */
    /* color: #fff;  */
    border-color: #007bff;
    box-shadow: none !important;
}

.text-color {
    color: #808080;
}

.text-shadows {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.box-shadows {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3)
}

.hovers {
    transition: transform 0.5s ease;
}

.hovers:hover {
    transform: scale(1.05) !important;
    cursor: pointer;
}

section {
    width: 100%;
    margin: auto;
}

.paddingContain {
    padding: 2% 5%;

}

body {
    background-color: #fff;
    width: 100%;
    margin: auto;
}

.colorRed {
    color: #CE0403;
}

.bgColor {
    background-color: #CE0403;
}

.leanearBG {
    background-image: linear-gradient(to right, #D83D3C, #870000);
    color: #fff;
}

.leanearBG:hover {
    background-image: linear-gradient(to left, #D83D3C, #870000);
    color: #fff;
}

.colorWhite {
    color: #fff;
}


.Home {
    position: relative;
}


.section2 p {
    color: #A5A5A5;
    font-size: 14px;
}

.rotateBackground {
    background-image: url("../images/backGround.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    width: 100%;
    /* padding: 5% 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}

.wheel {
    background-color: #CE0403;
    width: 33.33%;
}

.rotateContainer {
    /* background-color: #CE0403; */
    /* height: 100%; */
    /* height: 200px; */
    position: relative;
    width: 88%;
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.wheels {
    /* top: 20%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wheels:hover>.imageRotate {
    animation: rotateRight 10s linear infinite;
}

.rotateChild {
    position: absolute;
    /* left: 10%; */
    /* bottom: 0%; */
    /* top: 20%; */
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 10% !important; */
}


.ourServices {
    height: 100%;
    overflow: hidden;
}

.ourServices .col-lg-7 {
    padding: 2% 5%;
    margin: 10px 0px;
}

.hoverss {
    transition: transform 0.5s ease;
}

.hoverss:hover {
    transform: scale(1.01);
}

.ourServices .col-lg-7 h3 {
    font-size: 18px;
    margin: 5px 0px;
}

.ourServices .col-lg-7 p {
    font-size: 13px;
    color: #A5A5A5;
}

.footerIcon {
    z-index: 1000;
}

.EngineeringReliable a {
    padding: 1.5% 3%;
    border-radius: 5px;
    margin: auto;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.EngineeringReliable a:hover {
    background-color: #be0303;
}


.productContainer .row p {
    position: absolute;
    width: 90%;
    bottom: -10%;
    left: -1px;
    padding: 2px 2px 2px 20px;
    border-radius: 2px;
    font-size: 0.7rem;
    text-align: start;
}

.majorProject {
    position: relative;
    background-image: url('../images/home/homeWindmill.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 70px 0;
    height: 100%;
}

.majorProjectContent {
    top: 15%;
    text-align: center;
}

.majorProjectContent button {
    font-size: 12px;
    padding: 5px 10px;
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 10px 0px 15px 0px;
}

.majorProjectContent p {
    font-size: 12px;
}

.majorProjectContent h1 {
    font-size: 34px;
}

.majorProjectContent a {
    text-decoration: none;
}

.majorProjectContent a button {
    font-weight: bold;

}


.swiper-button-next.colorRed::after,
.swiper-button-prev.colorRed::after {
    font-size: 30px;
    font-weight: 900;
}

.swiper-button-prev.colorRed::after {
    margin-right: 30px !important;
    z-index: 3;
}

.swiper-button-next.colorRed::after {
    margin-left: 25px !important;
    z-index: 3;
}


.ourProduct {
    position: relative;
    background-image: url('../images/home/HomeOurProduct.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 50px 0;
    height: 100%;
}

.productCategry {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.productCategry div {
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    font-size: 13px;
    padding: 1% 1.5%;
    background-color: #FFFFFF38;
    cursor: pointer;
}

.productCategry div p {
    display: flex;
    margin: auto;
}

.productCarousal {
    /* width: 90%;
    display: flex; */
    margin: 0 auto;
}

.productCarousal .card .productHomeImage {
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    /* border-top-right-radius: 25%; */
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6); */
}

.productCarousal .card:hover .ourProductTitle {
    margin: auto;
}

.productCarousal .card:hover .ourProductSubTitle {
    margin: auto;
}

.hideEnquiry {
    display: flex;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    height: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out;
}


.productCarousal .card {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    transition: -webkit-transform 0.5s ease, -webkit-scale 0.5s ease;
    transition: -moz-transform 0.5s ease, -moz-scale 0.5s ease;
    transition: all 1.5s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: auto;
    /* background-color: #000; */
    /* padding: 0%; */
}



.hideEnquiry .col-9 {
    /* margin-top: 2%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 80%; */
    /* background-color: #000; */
    /* text-align: center; */
}

.hideEnquiry {
    background-color: #CE0403;
}

.hideEnquiry .col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    height: 50px;
    margin: auto;
}

.hideEnquiry .col-3 img {
    width: 50%;
    margin: auto;
}

.ourProductTitle {
    /* padding-left: 15px; */
    font-size: 24px;
    font-weight: 800;
    height: 25px;
    text-align: center;
    margin-top: auto;
    /* margin-top: 10px; */
}

.ourProductSubTitle {
    /* padding-left: 15px; */
    font-size: 12px;
    height: 25px;
    text-align: center;
    /* margin: auto; */
}

.swiper {
    width: 100%;
    height: auto;
    padding: 10px;
}

.about .card {
    width: 30%;
}

.getInTouchDetails p {
    font-size: 14px;
}

.getInTouchDetails h2 {
    font-size: 18px;
}

.getInTouchDetails .row+.row {
    border-top: 1px solid #d6d6d6;
    margin-top: 16px;
    padding-top: 16px;

}


.getInInfo {
    background-color: #F9F9FB;
    /* padding: 10px; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 25px 0px #000; */
    margin-top: 10px;
}

.getInInfo h2 {
    font-size: 24px;
}

.getInTouch .form-control,
.getInTouch .form-select {
    margin: 10px auto;
    width: 80%;
    background: transparent;
    color: #808080 !important;
}

.getInTouch .form-select {
    width: 80%;
    margin: 10px auto;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: auto;
    background-color: transparent;
    color: #808080 !important;
}

.getInTouch .btn {
    margin-left: 10%;
}

.footer {
    background-image: linear-gradient(to right, rgba(104, 2, 2, 1), rgba(206, 4, 3, 1));
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
}

.footer h1 {
    font-size: 3vw;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
}

.footerDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10% auto;
    text-align: center;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
}

.footerDetails .col-3 div {
    display: flex;
    flex-direction: column;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
    /* margin: 20px; */
}

.footerDetails .col-12 h5 {
    transition: all 1.5s ease-in-out;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
}

.footerDetails .col-12 div a {
    text-decoration: none;
    margin: 10% auto;
    /* font-family: 'Plus Jakarta Sans', sans-serif !important; */
}

.footerDetails .col-12 div a:hover {
    scale: 1.1;
    text-decoration: underline;
}

.footerDetails .col-12 h5:hover {
    text-decoration: underline;
    transition: all 1.5s ease-in;
    cursor: pointer;
}

.topArrow,
.whatsapp {
    position: fixed;
    right: 2%;
    /* bottom: 12%; */
    display: flex;
    justify-content: end;
    cursor: pointer;
    /* width: 4%; */
}

.topArrow img:hover,
.whatsapp img:hover {
    scale: 1.1;
}

.Copyright {
    background-color: #000;
    padding: 1%;
    width: 100%;
}


.ourWork {
    position: relative;
}

.imageGallery {
    position: relative;
    cursor: pointer;
}

.hoverImage {
    position: absolute;
    margin: auto;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.imageGallery:hover .hoverImage {
    display: block;
}

.imageGallery:hover .img {
    filter: brightness(0.8) sepia(1) saturate(10) hue-rotate(-20deg);
}


.showImageGallery {
    position: fixed;
    margin: auto;
    top: 0%;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    width: 100%;
    height: 100vh;
    z-index: 9999;

}

.showImageGallery .col-10 {
    position: relative;
    background-color: transparent;
    margin: auto;
    height: 450px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prevBtn,
.nextBtn,
.closeIcon {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 3%;
    filter: invert(1);
    z-index: 10000;
}

.submitIcon {
    filter: invert(1);
}

.prevBtn {
    left: 3%;
}

.nextBtn {
    right: 3%;
}

.closeIcon {
    right: 1%;
    top: 5%;
}


.imageGalleryContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imageGalleryContainer img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.showGallery {
    display: flex;
}

.hidegalley {
    display: none;
}

.heading {
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.heading::after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 0%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #CE0403;
    transition: width 0.3s ease-in-out;
}

.productContainer .productList .card {
    border: none;
    height: 180px;
    margin: 10px auto;
    overflow: hidden;
    cursor: pointer;
    /* display: none; */
}

.productContainer .productList .card img {
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-right-radius: 25%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.productContainer .productList .card:hover {
    transform: scale(1.1);
}

.heading:hover::after {
    width: 200px;
    /* Show border at 50% width on hover */
}

.subRotate {
    width: 28%;
    position: absolute;
    bottom: -3%;
    left: -3%;
    /* z-index: 3; */
    background-color: #fff;
    border-radius: 50%;
    padding: 4%;
    animation: rotateRight 10s linear infinite;
    /* overflow: hidden; */
}

.carouselListMobil {
    background-color: #fff;
    background: transparent;
}

.imageCard .img {
    /* height: 350px; */
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: scale-down;
    background-size: cover;
    transition: transform 0.4s ease;
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* transform: translateY(20px); */
    /* Corrected */
}

.imageCard .img:hover {
    transform: scale(1.01);
}


/* .imageCard .img img {
    height: 100%;
    width: auto;
} */



.subRotateText {
    width: 17%;
    position: absolute;
    bottom: 2%;
    left: 8%;
    transform: rotate(-20deg);
    /* background-color: #fff; */
    /* border-radius: 50%; */
    /* padding: 4%; */
    /* animation: rotateRight 10s linear infinite; */
}

.loaderScroll {
    animation: rotateRight 5s linear infinite;
}

@keyframes rotateRight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


@media (min-width: 100px) and (max-width: 576px) {


    .majorProjectContent a {
        font-size: 12px;
        padding: 2% 2.5%;
        border-radius: 5px;
        margin: 0px 10px;
        width: 25%;
    }

    .productCarousal .card .hideEnquiry {
        opacity: 1;
        max-height: 50px;
        min-height: 50px;
        height: auto;
        width: 100%;
        padding: 0% !important;
        margin: 0% !important;
    }

    .productCarousal .card .ourProductTitle {
        margin: auto;
    }

    .productCarousal .card .ourProductSubTitle {
        margin: auto;
    }

    .productCarousal .card {
        /* background-color: #000; */
        padding: 0% !important;
        width: 100% !important;
        /* margin: 0% !important; */
    }

    .productCarousal .card {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {

    .majorProjectContent a {
        font-size: 9px;
        padding: 1.1% 1%;
        border-radius: 5px;
        margin: 0px 10px;
        width: 10%;
    }

    .productCarousal .card:hover .hideEnquiry {
        opacity: 1;
        max-height: 50px;
        min-height: 50px;
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1025px) {

    .majorProjectContent a {
        font-size: 12px;
        padding: 0.7% 1%;
        border-radius: 5px;
        margin: 0px 10px;
        width: 10%;
    }


    .productCarousal .card:hover .hideEnquiry {
        opacity: 1;
        max-height: 50px;
        min-height: 50px;
        height: auto;
        width: 100%;
    }
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 20px;
    z-index: 1;

}

@media (min-width: 300px) {
    body {
        /* background-color: #000; */
    }

    .homeImageContainer {
        width: 100%;
        height: 100vh;
        padding: 10px;
        height: 100%;
        position: relative;
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }

    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 80%;
        z-index: 3;
        top: 10%;
        left: 3%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        font-size: 16px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        font-size: 14px;
    }

    .imageFooterLoader {
        width: 120px;
        height: 110px;
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .imageFooter {
        width: 17%;
        height: 17%;
        position: absolute;
        bottom: 2%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;
    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }


    .HomeContactDetails {
        width: 60%;
        position: relative;
        left: 10%;
        z-index: 3;
        margin-top: -30%;
        /* bottom: 60% !important; */
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 5px;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.5rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.6rem;
    }

    .productContainer .productList {
        display: grid;
        grid-template-columns: auto auto;
    }

    .productContainer .productList .card {
        border: none;
        width: 150px;
        margin: 10px auto;

        /* display: none; */
    }

    .wheels {
        height: 25vh;
    }

    .rotateBackground {
        height: 25vh;
    }

    .wheels p {
        position: absolute;
        bottom: 0% !important;
        font-size: 0.5rem;
        width: 100%;
        font-weight: bold;
    }

    .quicknote .col-md-5 img {
        width: 50%;
    }

    .wheels div {
        width: 25%;
    }

    .imageRotate {
        width: 65%;
    }
}

@media (min-width: 576px) {
    body {
        /* background-color: lightblue; */
    }

    .homeImageContainer {
        width: 100%;
        height: 100vh;
        padding: 10px;
        height: 100%;
        position: relative;
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }


    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 50%;
        z-index: 3;
        top: 10%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        font-size: 16px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .imageFooterLoader {
        width: 120px;
        height: 110px;
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .imageFooter {
        width: 17%;
        height: 45%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;
    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }


    .HomeContactDetails {
        width: 60%;
        position: absolute;
        left: 10%;
        z-index: 3;
        top: 70% !important;
        margin: 0%;
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 0px 0% -5% !important;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.7rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.8rem;
    }

    .productContainer .productList {
        display: grid;
        grid-template-columns: auto auto;
    }

    .productContainer .productList .card {
        border: none;
        width: 200px;
        margin: 10px auto;
        /* display: none; */
    }

    .wheels {
        height: 46vh;
    }

    .rotateBackground {
        height: 46vh;
    }

    .wheels p {
        /* position: absolute;
        bottom: -10% !important; */
        font-size: 0.9rem;
        width: 100%;
    }

    .quicknote .col-md-5 img {
        width: 50%;
    }

    .wheels div {
        width: 25%;
    }

    .imageRotate {
        width: 65%;
    }
}

@media (min-width: 768px) {
    body {
        /* background-color: lightgreen; */
    }

    .homeImageContainer {
        width: 100%;
        height: 100vh;
        padding: 10px;
        height: 100%;
        position: relative;
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }

    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 50%;
        z-index: 3;
        top: 10%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        font-size: 16px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .imageFooterLoader {
        width: 120px;
        height: 110px;
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .imageFooter {
        width: 17%;
        height: 45%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;
    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }


    .HomeContactDetails {
        width: 60%;
        position: absolute;
        left: 10%;
        z-index: 3;
        top: 70% !important;
        margin: 0%;
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 5px;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.7rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.8rem;
    }

    .wheels {
        height: 46vh;
    }

    .rotateBackground {
        height: 46vh;
    }

    .wheels p {
        /* position: absolute;
        bottom: -10% !important; */
        font-size: 0.9rem;
        width: 100%;
    }

    .quicknote .col-md-5 img {
        width: 50%;
    }

    .wheels div {
        width: 15%;
    }

    .imageRotate {
        width: 40%;
    }
}

@media (min-width: 992px) {
    body {
        /* background-color: lightcoral; */
    }

    .productContainer .productList {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .productContainer .productList .col-md-3 {
        width: 100%;
    }

    .homeImageContainer {
        width: 100%;
        height: 100vh;
        padding: 10px;
        height: 100%;
        position: relative;
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }

    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 50%;
        z-index: 3;
        top: 10%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .imageFooterLoader {
        width: 120px;
        height: 110px;
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }


    .carousel-caption h2 {
        /* font-size: 30px; */
    }

    .carousel-caption p {
        /* font-size: 15px; */
    }

    .homeImageContainer {
        position: relative;

    }

    .HomeContactDetails {
        width: 60%;
        position: absolute;
        left: 10%;
        z-index: 3;
        top: 80% !important;
        margin: 0%;
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 5px;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.7rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.8rem;
    }


    .imageFooter {
        width: 17%;
        height: 45%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;
    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }

    .wheels {
        height: 46vh;
    }

    .rotateBackground {
        height: 46vh;
    }

    .wheels p {
        /* position: absolute;
        bottom: -10% !important; */
        font-size: 0.9rem;
        width: 100%;
    }

    .quicknote .col-md-5 img {
        width: 100%;
    }

    .wheels div {
        width: 15%;
    }

    .imageRotate {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    body {
        /* background-color: lightgoldenrodyellow; */
    }

    .productContainer .productList {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .productContainer .productList .col-md-3 {
        width: 100%;
    }

    .HomeContactDetails {
        width: 60%;
        position: absolute;
        left: 10%;
        z-index: 3;
        top: 80% !important;
        margin: 0%;
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 5px;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.7rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.8rem;
    }


    .homeImageContainer {
        width: 100%;
        /* height: 100vh; */
        padding: 10px;
        height: 100%;
        position: relative;
        /* display: none; */
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }

    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 50%;
        z-index: 3;
        top: 10%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .imageFooterLoader {
        /* width: 120px;
        height: 110px; */
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }


    .carousel-caption h2 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .imageFooter {
        width: 17%;
        height: 45%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;

    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }

    .wheels {
        height: 46vh;
    }

    .rotateBackground {
        height: 46vh;
    }

    .wheels p {
        /* position: absolute; */
        /* bottom: -10% !important; */
        font-size: 0.9rem;
        width: 100%;
    }

    .quicknote .col-md-5 img {
        width: 100%;
    }

    .wheels div {
        width: 15%;
    }

    .imageRotate {
        width: 40%;
    }
}

/* XX-Large devices (≥ 1400px) */
@media (min-width: 1400px) {
    body {
        /* background-color: lightgoldenrodyellow; */
    }

    .productContainer .productList {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .productContainer .productList .col-md-3 {
        width: 100%;
    }

    .HomeContactDetails {
        width: 60%;
        position: absolute;
        left: 10%;
        z-index: 3;
        top: 80% !important;
        margin: 0%;
    }

    .HomeContactDetails .card-body {
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        text-align: start;
        /* text-size-adjust: 1; */
    }

    .HomeContactDetails .card {
        cursor: pointer;
        border: none;
        background-color: transparent;
    }

    .HomeContactDetails .card .card-body {
        transition: transform 0.4s ease;
    }

    .HomeContactDetails .card:hover .card-body {
        transform: scale(1.2);
        margin: 0% 5px;
        background-color: #000;
        z-index: 3;
    }


    .HomeContactDetails .card .card-text {
        font-size: 0.7rem;
    }

    .HomeContactDetails .card .card-title {
        font-size: 0.8rem;
    }


    .homeImageContainer {
        width: 100%;
        /* height: 100vh; */
        padding: 10px;
        height: 100%;
        position: relative;
        /* display: none; */
    }

    .homeBtn {
        padding: 2% 3%;
        border: none;
        font-size: 0.7rem;
    }

    .homeImageContainer .carousel-item img {
        border-radius: 20px;
        filter: none;
        mix-blend-mode: normal;
        z-index: 2;
    }

    #carouselExample {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item {
        position: relative;
        overflow: hidden;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        z-index: 1;
        pointer-events: none;
    }


    .carousel-caption {
        position: absolute;
        text-align: start;
        width: 50%;
        z-index: 3;
        top: 10%;
    }

    .carousel-item img {
        transform: blur(15px);
        z-index: -1;
    }

    .carousel-caption h2 {
        font-weight: 900;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-caption p {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .imageFooterLoader {
        /* width: 120px;
        height: 110px; */
        /* position: absolute; */
        /* bottom: 0%; */
        /* right: 0%; */
        background-color: #fff;
        margin-right: 10px;
        z-index: 3;

    }


    .footerImageContainer {
        position: relative;
        width: 100%;
        height: 100%;
    }


    .carousel-caption h2 {
        font-size: 40px;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .imageFooter {
        width: 17%;
        height: 45%;
        position: absolute;
        bottom: 0%;
        right: 0%;
        background-color: #fff;
        border-top-left-radius: 50%;
        margin-right: 10px;
        z-index: 3;

    }

    .footerImageContainer :nth-child(1) {
        width: 47%;
        position: absolute;
        top: 30%;
        left: 3%;
        animation: rotateRight 10s linear infinite;
    }

    .footerImageContainer :nth-child(2) {
        width: 37%;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotateLeft 7s linear infinite;
    }

    .footerImageContainer :nth-child(3) {
        position: absolute;
        top: 5%;
        left: 38%;
        width: 32%;
        animation: rotateLeft 8s linear infinite;
    }

    .wheels {
        height: 46vh;
    }

    .rotateBackground {
        height: 46vh;
    }

    .wheels p {
        /* position: absolute; */
        /* bottom: -10% !important; */
        font-size: 0.9rem;
        width: 100%;
    }

    .quicknote .col-md-5 img {
        width: 100%;
    }

    .wheels div {
        width: 15%;
    }

    .imageRotate {
        width: 40%;
    }
}

.homeImageContainer {
    margin-top: 7%;
}

.wheels p {
    text-align: center;
}

.carousel-item {
    border-radius: 20px;
}