.footer_section_lg {
    background-color: #000;
    display: block;
    background-image: url(../../assets/images/icons/footer.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%
}

.footer-container {
    display: flex;
    max-width: 1580px;
    margin: auto
}

.line {
    margin-top: 3%;
    color: #fff;
    width: 100%;
    position: relative
}

.line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--ev-color); */
    background-color: rgba(233,253,255,.5);
    z-index: 0;
}

.rec {
    width: 75%;
    display: flex;
    position: relative;
    z-index: 3;
    margin: 30px 0
}

.footer_logo {
    width: 40%;
    display: block;
    padding: 30px 0px 0px 60px;
    position: relative
}

.logo {
    width: 15vh;
    margin-left: 4vh;
    margin-bottom: 2vh
}

.bike_container_lg {
    position: absolute;
    bottom: 30%;
    width: 420px
}

.bike {
    height: 85%;
    position: absolute;
    right: 0px
}

.para {
    width: 100%;
    color: #353638 !important;
    text-align: justify;
    /* font-family: "Poppins"; */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
}

.parentproduct {
    width: 25%;
    display: block
}

.product {
    color: #fff;
    margin-bottom: 15px
}

.product h1 {
    margin-bottom: 2px;
    font-size: 15.902px;
    color: #fff;
    /* font-family: "Krona One"; */
    font-weight: 800
}

.product .h1 {
    margin-bottom: 2px;
    font-size: 15.902px;
    color: #353638;
    font-weight: 800
}

.product span {
    color: #b0b0b0;
    font-size: 12.773px;
    font-weight: 400;
    display: block;
    /* font-family: "Poppins"; */
    font-style: normal;
    line-height: 23.417px
}

.product span:hover {
    color: #fff;
    color: #b0b0b0
}

.product a {
    color: #353638;
    font-size: 12.773px;
    font-weight: 400;
    display: block;
    /* font-family: "Poppins"; */
    font-style: normal;
    line-height: 23.417px
}

.product a:hover {
    color: #000;
}

.product a.h1:hover {
    color: #000;
}

.parentservice {
    width: 25%;
    display: block
}

.socialmediaicon {
    height: 21px;
    width: auto;
    margin: 0px 5px
}

.socialmediaicons {
    height: 21px;
    width: 21px;
    margin: 0px 5px 0px 0px
}

.contact {
    width: 90%
}

.contacttext_heading {
    color: #353638;
    /* font-family: "Poppins"; */
    font-size: 17.031px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.contacttext {
    color: #353638;
    /* font-family: Poppins; */
    font-style: normal;
    line-height: normal;
    z-index: 999
}

.contact_value {
    font-size: 12.773px;
    font-weight: 600;
    color: #353638;
    font-size: 12.773px;
    font-weight: 500;
    display: block;
    /* font-family: "Poppins"; */
    font-style: normal;
    line-height: 23.417px
}

.contact_value a {
    color: #353638 !important
}

.contact_label {
    font-size: 12.773px;
    font-weight: 500
}

.width80 {
    margin: 0px 60px
}

.width60 {
    margin: 0px 40px
}

.footer_copyright_container {
    padding: 5px 20px;
    width: 100%;
    position: relative;
    margin-bottom: -20px
}

.footer_copyright_text {
    text-align: center;
    color: #353638;
    /* font-family: "Poppins"; */
    font-size: 12.773px;
    font-weight: 400;
    padding-top: 5px;
    position: relative
}

.footer_privacy_text {
    color: #353638;
    /* font-family: "Poppins"; */
    font-size: 12.773px;
    font-weight: 400
}

.footer_privacy_text a {
    margin-left: 5px;
    color: #353638;
}

.footer_privacy_text a:nth-child(2) {
    border-left: 2px solid #353638;
    padding-left: 5px
}

.footer_privacy_text a:nth-child(3) {
    border-left: 2px solid #353638;
    padding-left: 5px
}

.footer_privacy_text a:hover {
    margin-left: 5px;
    color: #fff
}

.footer_section_md {
    background-color: #000;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between
}

.footer-container_md {
    display: flex;
    position: relative;
    z-index: 2
}

.line_md {
    margin-top: 3%;
    height: 100px;
    width: 100%;
    position: relative
}

.line_md::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-color: rgba(255,255,255,.5)
}

.rec_md {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    padding: 20px;
    position: relative;
    z-index: 3
}

.footer_logo_md {
    width: 40%;
    display: block;
    padding: 5% 10%
}

.logo_md {
    width: 15vh;
    margin-left: 4vh;
    margin-bottom: 2vh
}

.bike_md {
    position: absolute;
    bottom: -30%;
    width: auto;
    height: 370%;
    z-index: 1
}

.para_md {
    color: #fff;
    font-size: 12px;
    padding-right: 20px
}

.parentproduct_md {
    display: block
}

.product_md {
    color: #fff;
    margin-bottom: 5px
}

.product_md h1 {
    margin-bottom: 2px;
    color: #fff;
    /* font-family: Poppins; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.product_md .h1 {
    margin-bottom: 2px;
    color: #fff;
    /* font-family: Poppins; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.product_md span {
    color: #b0b0b0;
    font-size: 10px;
    font-weight: 400;
    display: block;
    /* font-family: "Poppins"; */
    font-style: normal;
    line-height: 23.417px
}

.product_md a {
    color: #b0b0b0;
    font-size: 10px;
    font-weight: 400;
    display: block;
    /* font-family: "Poppins"; */
    font-style: normal;
    line-height: 23.417px
}

.parentservice_md {
    display: block
}

.contact_md {
    font-weight: bold;
    position: relative;
    z-index: 2;
    color: #fff
}

.width80_md {
    margin: 0px 60px
}

.width20 {
    margin: 0px 20px
}

.width20_sm {
    margin: 0px 20px
}

.contact_container_md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #28348a;
    position: relative;
    margin-top: 210px;
    padding: 20px 0px 20px 0px
}

.contact_container_md .footer_copyright_container .footer_privacy_text {
    position: static;
    transform: none;
    text-align: end
}

.footer_absolute_md {
    position: absolute;
    background-image: url(../../assets/images/icons/footer.svg) !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    object-fit: cover;
    bottom: 9%;
    left: 0;
    width: 100%;
    height: 90%;
    display: flex;
    align-items: end
}

.bottom-content {
    margin-bottom: -15px
}

.footer_bike_img {
    position: absolute;
    width: 80% !important;
    bottom: -24%;
    left: -1vw;
    z-index: 1;
}

#whatsapp-url {
    z-index: 9999
}

#footer{
    background-color: var(--ev-color);
    overflow: hidden;
}

.footer_section {
    position: relative;
    background-color: #e9fdff;
    /* background-color: var(--ev-color); */
    /* background-image: url(../../assets/images/icons/footer.svg) !important; */
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.footer_section::before{
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 40%;
    height: -webkit-fill-available;
    background: var(--ev-color);
}

/* #footer_overlay{
    width: 100%;
    height: 100px;
    background-color: #00aac6;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
} */

.row.contacttext>div {
    padding: 0 !important
}

@media only screen and (max-width: 1200px) {
    .footer_section_lg {
        background-size:auto 100%;
        object-fit: cover;
        height: auto
    }

    .bike_container_lg {
        display: block
    }

    .bike {
        width: 70%;
        height: auto
    }

    .rec {
        display: flex;
        height: auto;
        align-items: start;
        justify-content: space-evenly
    }

    .footer_logo {
        width: auto
    }

    .parentproduct {
        width: 130px;
        margin-top: 2vh;
        margin-left: 0;
        height: auto;
        flex-wrap: wrap;
        align-items: start
    }

    .parentproduct .product {
        width: 130px;
        margin-left: 0;
        height: auto;
        align-items: start
    }

    .parentservice {
        width: 130px;
        margin-top: 2vh;
        height: auto;
        flex-wrap: wrap;
        align-items: start
    }

    .parentservice .product {
        width: 130px;
        height: auto;
        align-items: start
    }
}

@media screen and (max-width: 1080px) {
    .footer_logo {
        padding:52px 0px 0px 10px
    }

    .bike_container_lg {
        bottom: 52%
    }

    .event_wrapper>button {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .footer_logo {
        padding:30px 0px 0px 10px
    }

    .footer_section::before{
        width: 100%;
        height: auto;
        aspect-ratio : 1 / 1;
        bottom: 0;
    }

    .line {
        height: initial;
        margin-top: 17rem
    }

    .footer_copyright_text {
        padding-top: 0px
    }

    .product h1 {
        margin-bottom: 12px
    }

    .date>span>img {
        margin-bottom: 0px !important
    }

    .contest_location_logo {
        margin-bottom: 0px !important
    }

    .footer_section {
        background-position: bottom !important
    }

    .footer-container {
        display:block;
        flex-direction: column
    }

    .rec {
        justify-content: space-between;
        width: 100%;
        width: 100%;
        display: flex
    }

    .parentproduct {
        width: 20%;
        margin: 0% 2%
    }

    .parentservice {
        width: 20%;
        margin: 0% 2%
    }
}

@media only screen and (max-width: 598px) {
    .para {
        margin:0% 5%
    }

    .line {
        margin-top: initial
    }

    .footer_absolute_md {
        bottom: 7%
    }

    .footer_copyright_text {
        margin-bottom: 10px
    }

    .width20_sm {
        margin: 0px 2px
    }

    .footer_logo_md {
        width: 100%;
        padding: 25px 10px 10px 10px
    }

    .socialmediaicon {
        height: 20px;
        width: 20px
    }

    .socialmediaicons {
        height: 20px;
        width: 20px
    }

    .footer_section_md {
        height: fit-content
    }

    .bike_md {
        height: 265%
    }

    .contacttext_heading {
        font-size: 9.5px
    }

    .contact_label {
        font-size: 7.25px
    }

    .contact_value {
        font-size: 8.25px;
        font-weight: 400
    }

    .product_md span {
        font-size: 12px
    }

    .product_md a {
        font-size: 12px
    }

    .product_md h1 {
        font-size: 14px
    }

    .product_md .h1 {
        font-size: 14px
    }

    .footer-container_md {
        padding-left: 5px
    }

    .rec_md {
        padding: 0px 10px
    }

    .footer_bike_img {
        width: 515px
    }
}

@media(max-width: 712px) {
    .footer-container_md {
        display:block;
        padding-left: 20px
    }

    .footer_section_md {
        display: flex
    }

    .footer_section_lg {
        display: none
    }

    .footer_logo_md {
        padding: 5% 20px 0px 20px
    }

    .rec_md {
        width: 100%;
        grid-template-columns: repeat(2, 1fr)
    }

    .footer_absolute_md {
        height: 40%
    }

    .footer_copyright_text {
        margin-top: 10px;
        top: 5px
    }
}

@media only screen and (max-width: 800px) {
    .footer_absolute_md {
        height:30%;
        bottom: 7%;
        margin-bottom: 20px
    }

    .bike_md {
        width: auto;
        height: 350%
    }

    .footer_logo_md {
        width: 80%
    }

    .footer_copyright_text {
        font-size: 10px
    }

    .footer_privacy_text {
        font-size: 8px;
        text-align: center
    }

    .contacttext_heading {
        font-size: 13px
    }

    .contact_label {
        font-size: 10px
    }

    .contact_value {
        font-size: 11px
    }
}

@media screen and (max-width: 598px) {
    .product h1 {
        font-size:14px !important;
        margin-bottom: 2px;
        color: #fff;
        /* font-family: Poppins; */
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal
    }

    .product .h1 {
        font-size: 14px !important;
        margin-bottom: 2px;
        color: #000;
        /* font-family: Poppins; */
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal
    }

    .product span {
        font-size: 12px
    }

    .product a {
        font-size: 12px
    }
}

@media screen and (min-device-width: 1300px)and (max-device-width: 1650px) {
    .footer_bike_img {
        left:4vw
    }
}
a,a:hover{
    text-decoration: none !important;
}