/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@font-face {
    font-family: 'Arial Nova Light';
    src: url('ArialNova-Light/ArialNova-Light.woff2') format('woff2'),
         url('ArialNova-Light/ArialNova-Light.woff') format('woff'),
         url('ArialNova-Light/ArialNova-Light.ttf') format('truetype');
    font-weight: 300; /* Adjust the font weight if necessary */
    font-style: normal; /* Adjust the font style if necessary */
} 
@font-face {
    font-family: 'DK Uncle Edward';
    src: url('dk-uncle-edward/DK-Uncle-Edward.otf') format('opentype');
    font-weight: 300; /* Adjust the font weight if necessary */
    font-style: normal; /* Adjust the font style if necessary */
} 
body {

    padding: 0px;

    margin: 0px;

    width: 100%;

    overflow-x: hidden;

    font-family: 'Arial Nova Light', sans-serif;

    background: #000000;

}

.hvr-sweep-to-right {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.hvr-sweep-to-right:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #5c5b5b;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {

    color: white;

}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}



/* Sweep To Left */

.hvr-sweep-to-left {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.hvr-sweep-to-left:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #2098D1;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {

    color: white;

}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}

.header-mid {

    background: #BE9E57;

}

.nav-link:focus,
.nav-link:hover {

    color: #fff;

}

.event-logo {
    align-items: end;
    height: 115px;
    display: flex;
    max-width: 230px;
    background: #5a5a5a;
	margin-left: auto;
}

.event-logo img {
    max-width: 100%;
}

.event-logo-1 {
    padding: 20px 0px 15px;
    background: black;
    text-align: center;
    height: 115px;
    display: flex;
    max-width: 230px;
    align-items: end;
    padding-left: 0px !important;
}

.event-logo-1 img {
    width: 100%;
}

/* .header-mid .container {

    padding: 0 80px;

} */

.input-group-2 {

    padding: 20px 0;

    width: 30%;

    position: relative;

}

.edeko-contact-button {

    padding: 0px 0px;

}

.header-mid {
    padding: 10px 0px;
}

.edeko-contact-button a img {

    margin-left: 20px;

}

.edeko-contact-button a {

    text-decoration: none;

    background: #5B5B5B;

    font-size: 14px;

    font-weight: 500;

    padding: 6px 40px;

    color: #ffffff;

}

.edeko-humburger-menu .btn {

    padding: 0px;

}
/* .menu-desktop li{
    width: 9.4%;
    text-align: end;
} */
.menu-desktop li{
    width: auto !important;
    text-align: end;
    margin-left: 20px;
}
.menu-desktop li a span{
    font-size: 16px;
    font-weight: 700;
}
.white-icon {
    width: 30px;
    height: 30px;
}



/* .btn-close img{

    max-width: 50px;

} */



/* .offcanvas-header button .btn-close img{

    max-width: 140px !important;

    max-height: 140px !important;

} */

.btn-close {

    --bs-btn-close-color: #000;

    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);

    --bs-btn-close-opacity: 0.5;

    --bs-btn-close-hover-opacity: 0.75;

    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

    --bs-btn-close-focus-opacity: 1;

    --bs-btn-close-disabled-opacity: 0.25;

    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);

    box-sizing: content-box;

    width: 1em;

    height: 1em;

    padding: .25em .25em;

    color: var(--bs-btn-close-color);

    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;

    border: 0;

    border-radius: .375rem;

    opacity: var(--bs-btn-close-opacity);



}



.edeko-humburger-menu .btn img {
    filter: brightness(0) invert(1);
    width: 31px;
    height: 24px;

}

.edeko-humburger-menu {

    text-align: end;

}

.edecko-menu-bar ul {

    list-style: none;

    padding-left: 0px;

}

.edecko-menu-bar ul {

    list-style: none;

    padding-left: 0px;

}

.edecko-menu-bar ul li {

    padding: 1px 0px;

    width: 100%;

    border-bottom: solid 1px #000000;
    color: #BC9E58;
    font-weight: 600;
    font-size: 14px;
}

.edecko-menu-bar ul li a {

    font-size: 12px;

    color: #000000;

    text-decoration: none;

    font-weight: 500;

}



.edeko-humburger-menu .offcanvas.show:not(.hiding),
.offcanvas.showing {

    width: 25%;
    height: 590px;

    padding: 20px 20px 0px 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {

    color: #BE9E57;

}

.social-icon-wrap ul {

    list-style: none;

    display: flex;

    padding-left: 0px;

    padding-top: 80px;

    margin-bottom: 0px;

    padding-bottom: 10px;

    justify-content: end;

}

.social-icon-wrap ul li:first-child {

    position: relative;

}



.social-icon-wrap ul li {

    padding: 0px 8.5px;

    display: inline-flex;

    align-items: center;

}

.social-icon-wrap ul li a {

    font-family: "Mulish", sans-serif;

    text-decoration: none;

    font-size: 16px;

    color: #fff;

    line-height: 1;

    font-weight: 500;

    display: inline-flex;

}

.social-icon-wrap ul li a {

    filter: brightness(10000000);

}

.social-icon-wrap ul li:first-child:after {

    content: '';

    position: absolute;

    height: 16px;

    width: 1.5px;

    background: #fff;

    bottom: 0;

    right: 0;

}

.social-icon-wrap ul li:last-child {

    padding: 0;

    display: flex;

    gap: 5px;

    margin-left: 3px;

}

.input-group-2 a {

    position: absolute;

    right: 30px;

    top: 30px;

    line-height: 1;

    color: #5B5B5B;

}

#link-din-icon-footer img {
    width: 17px;
}

.header-edekho-bottom .container {}



.e-dekho-nav ul li a {

    color: #fff;

    padding: 10px 15px !important;

    font-size: 16px;

    font-weight: 700;

}



/* Video Sec */

.video-section img {
    max-width: 100%;
}

.play-video {

    position: absolute;

    z-index: 111;

    top: calc(50% - 25px);

    left: calc(50% - 25px);

}



section.video-section {

    position: relative;

}



.play-video img {

    height: 50px;

    width: 50px;

}



/* Event Section */

section.event-sec {

    padding: 0px 0 40px;

    background: #000;

}

.event-sec h2 {

    text-align: center;

    font-size: 32px;

    /* font-weight: 700; */

    margin-bottom: 30px;

    color: #fff;

}

.event-wrap {

    display: flex;

    gap: 15px;

    margin-bottom: 50px;

}

.event-img img {

    max-width: 100%;

}

.event-cont {

    text-align: center;

    margin-top: 20px;

}

.event-cont h5 {

    font-size: 16px;

    margin-bottom: 0;

    /* font-weight: 700; */

    color: #fff;

}

.space-cls {

    padding-right: 120px;

}

.space-cls .event-wrap:last-child,
.space-cls1 .event-wrap:last-child {

    margin-bottom: 0;

}

.space-cls1 {

    padding-left: 120px;

}

.explore-btn button {

    text-decoration: none;

    padding: 10px 20px;

    font-size: 16px;

    color: #ffffff;

    background: #5B5B5B;

    font-weight: 600;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border: 0;

}

.explore-btn {

    margin-top: 20px;

    text-align: center;

}

.dekoration-section-content {

    padding-top: 20px;


    background: #000000;

}

.dekoration-section-content-1 p {

    margin: auto;

    text-align: center;

    color: #FFFFFF;

    font-weight: 600;

    width: 80%;

}





/* Story Telling Css  */

.story-sec {

    padding: 10px 0px 40px;

    background: #000;

}

/* .story-sec .container {

    padding: 0 80px;

    max-width: 100% !important;

} */

/* .event-sec .container {

        padding: 0 80px;

        max-width: 100%;

    } */

.story-sec h2 {

    font-size: 32px;

    /* font-weight: 500; */

    margin-bottom: 40px;

    text-align: center;

    color: #fff;

}

.story-telling img {

    max-width: 100%;


  /*  border-radius: 30px; */

}

/* inspiration Css Start  */



select {

    appearance: unset !important;

    background-image: url(../images/arrow-down-black.svg) !important;

    background-repeat: no-repeat !important;

    background-position: calc(100% - 10px) center !important;

    padding-right: 10px !important;

    outline: 0 !important;

    box-shadow: none !important;

}

.inspiration-sec {

    padding: 0 0 40px;

    background: #000;

}

.inspiration-sec h2 {

    color: #fff;

    font-size: 32px;

    /* font-weight: 700; */

    text-align: center;

}

.inspiration-sec p {

    color: #Fff;

    text-align: center;

    font-size: 20px;

}

.inspiration-form {

    display: flex;

    gap: 100px;

    align-items: center;

    justify-content: space-between;

}

.inspiration-form .input-group-2 {

    padding: 0;

}

.inspiration-form select.form-control {

    flex: 0 0 30%;

}

.inspiration-form .input-group-2 a.tn {

    top: 11px;

    right: 15px;

}

.insp-box {

    margin-top: 25px;

}

.insp-box img {

    max-width: 100%;

    margin-bottom: 15px;

    border-bottom: solid 1px #646464;

/*    padding-bottom: 15px; */

}

.insp-box h4 {

    font-size: 18px;

    /* font-weight: 700; */

    color: #fff;

}

.inspiration-more-button-1 {

    padding-top: 20px;

}

.inspiration-more-button-1 a {

    text-decoration: none;

    padding: 10px 20px;

    font-size: 15px;

    color: #000000;

    background: #EBEBEB;

    font-weight: 500;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}

/* .inspiration-more-button-1 a img {

        filter: invert(1);

    } */





/* MotorPart Css */

.motorpart-sec img {

    max-width: 100%;

}

.motorpart-sec {
    padding-bottom: 40px;
    background: #000000;

    position: relative;

}

.motorpart-sec h5 {

    color: #ffffff;

    text-align: end;

    font-weight: 700;

    font-size: 30px;

    padding-bottom: 20px;

}

.motorpart-content-main-tittle h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;

}

.motorpart-left-content h4 {
    font-size: 20px;
    color: #ffffff;
}

.motorpart-left-content p {
    font-size: 16px;
    color: #ffffff;
    /* font-weight: 400; */
    line-height: 24px;
}

.motorpart-image-1 img {
    width: 100% !important;

}

/* .motorpart-sec h5 {

        position: absolute;

        top: 50px;

        right: 50px;

        color: #fff;

    } */

/* Xmarc Css */

.without-sec {

    padding: 20px 0 20px;

    background: #000;

}

.without-sec h2 {

    font-size: 32px;

    font-weight: 700;

    margin-bottom: 25px;

    text-align: center;

    color: #fff;

}

.without-sec img {

    max-width: 100%;

    border-radius: 40px;

}

/* Contact Form */

.contact-wrap {

    background: #000;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    height: auto;

    object-fit: cover;

    padding: 85px 0;

}

.contact-cont h3 {

    font-size: 20px;

    color: #FFFFFF;

    font-weight: 500;

}

.contact-cont h2 {

    font-size: 50px;

    color: #BE9E57;

    font-weight: 500;

}

.contact-cont p {

    font-size: 16px;

    color: #FFFFFF;

    font-weight: 400;

}

.contact-button {

    padding-top: 20px;

}

.contact-button a {

    text-decoration: none;

    padding: 10px 20px;

    font-size: 16px;

    color: #fff;

    background: #BE9E57;

    font-weight: 600;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}

.contact-button a img {

    filter: invert(1);

}

form.form-wrap [class*="col-"] {

    margin-bottom: 24px;

}

.form-section form select {

    margin-bottom: 30px;

    color: #ffffff;

    background: none;

    border-radius: 0px;

    padding: 10px 10px;

}

form.form-wrap .form-content {

    margin-bottom: 0;

    margin-top: 0px;

}

.form-content p {

    font-size: 14px;

    color: #ffffff;

    font-weight: 400;

    margin-bottom: 0;

}

label.form-check-label {

    color: #fff;

    font-size: 15px;

    margin-left: 5px;

}

.form-section form input::placeholder {

    color: #ffffff;

    background: none;

    border-radius: 0px;

}

.form-button button.btn {

    background: #BE9E57;

    color: #fff;

    padding: 10px 20px;

    margin-top: 20px;

    width: 25%;

    display: flex;

    justify-content: center;

    gap: 10px;

    align-items: center;

    border-radius: 0 !important;

}

.form-button button.btn img {

    filter: invert(1);

}

.form-content p a {

    font-size: 14px;

    color: #ffffff;

    font-weight: 400;

}

.form-section form textarea {

    background: none !important;

    border-radius: 0px;

}

form.form-wrap {

    display: flex;

    align-items: end;

    gap: 20px;

    padding-left: 65px;

}

.form-select {

    appearance: unset !important;

    background-image: url(../images/arrow-down.svg) !important;

    background-repeat: no-repeat !important;

    background-position: calc(100% - 10px) center !important;

    padding-right: 10px !important;

    outline: 0 !important;

    box-shadow: none !important;

}

.form-section form input {

    border-radius: 0px;

    padding: 10px 10px;

    background: transparent !important;

    box-shadow: none !important;

    color: #fff !important;

}

.form-check-input:checked[type=checkbox] {

    background-image: url(../images/check.svg) !important;

    position: relative;

    z-index: 11;

    filter: brightness(0) invert(1);

    background-size: 10px !important;

    background-repeat: no-repeat !important;

    background-position: center center !important;

}

.edeko-button a {

    background: #5B5B5B;

    padding: 10px 40px;

    color: #fff;

    text-decoration: none;

    display: inline-flex;

    gap: 15px;

}

.edeko-button a i {

    height: 25px;

    width: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff;

    border-radius: 50%;

    color: #000;

    font-weight: 900;

    font-size: 22px;

}



/* Footer Css Start */

footer {

    /* background-image: url(../images/edeko-footer-image.png); */

    background-repeat: no-repeat;

    width: 100%;

    background-size: cover;

    background: #000000;

    object-fit: cover;

    padding-bottom: 40px;

    border-top: solid 3px #484848;

}

.footer-main {

    position: relative;



}

.footer-l-main {

    width: 100%;

    max-width: 450px;



}

.footer-l {

    width: 100%;

    border-radius: 20px;

}

.footer-entdecken h5 {

    color: #bd9e58;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 10px;

}

.footer-entdecken ul {

    list-style: none;

    padding-left: 0px;

    margin-bottom: 0;

}

.footer-entdecken ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-entdecken ul li:last-child {

    margin-bottom: 0;

}

.footer-entdecken ul li a {

    text-decoration: none;

    color: #ffffff;

    font-weight: 500;

    font-size: 14px;

}

/* .footer-entdecken ul li a:hover{

        text-decoration: none;

        color: #BE9E57;

        font-weight: 500;

        font-size: 14px;

    } */

.footer-content-l {

    justify-content: space-between;

    display: flex;

    padding: 40px 0px 20px;

    width: 100%;

}

.footer-r-main {

    width: 100%;

    text-align: end;

    display: flex;

    justify-content: end;

}

.footer-r {

    padding: 40px 0px 25px;

    width: 345px;

    text-align: end;

    display: flex;

    flex-direction: column;

    align-items: end;

}

.footer-rent h5 {

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 10px;

    color: #ffffff;

}

.footer-rent ul li:last-child {

    margin-bottom: 0;

}

.footer-rent ul {

    list-style: none;

    margin-bottom: 0;

    padding-left: 0px;

}

.footer-rent ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-rent ul li a {

    text-decoration: none;

    color: #ffffff;

    font-weight: 500;

    font-size: 14px;

}

.footer-rent ul li a img {

    filter: invert(1) brightness(2);
}





.footer-copyright-content p {

    width: 75%;

    margin: auto;

    border-top: solid 1px #F0F0F0;

    padding-top: 20px;

    margin-bottom: 0px;

    font-size: 12px;

    color: #DBDBDB;

}

.offcanvas-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.footer-social-wrap a {
    font-size: 30px !important;

    color: #ffffff !important;
}





/* Footer Css End */



/*..............--------- Immpression-css-------.............. */



.get-inspiration-section {

    padding: 0px 0px;

}



.get-inspiration-section h1 {

    padding-bottom: 20px;

    text-align: center;

    color: #ffffff;

    font-weight: 700;

    font-style: italic;

    font-size: 50px;

}

.get-inspiration-section h1 span {

    text-align: center;

    color: #ffffff;

    font-weight: 700;

    font-style: normal;

    font-size: 50px;

}

.inspiration-form #form-control {

    appearance: unset !important;

    background-image: url(../images/Union.svg) !important;

    background-repeat: no-repeat !important;

    background-position: calc(100% - 10px) center !important;

    padding-right: 10px !important;

    outline: 0 !important;

    box-shadow: none !important;

}
.dekoration-section-content-1 h2{
    color: #bd9e58 !important;
    font-family: 'DK Uncle Edward', cursive;
    font-size: 3rem;
}
.story-telling-main{
    border: solid 1px #bd9e58;
    padding: 10px;
    margin-top: 50px;
	font-size: 18px;
    color: #fff;
}
.story-telling-main p{
    color: #fff;
}

.e-dekho-nav {

    display: flex;

    justify-content: center;

}

#input-group-2 {

    width: 30%;

}
.modal-content{
    background: none !important;
    height: auto !important;
}
.modal-image{
    max-width: 100% !important;
}
.event-image-wrap-1 {

    margin-bottom: 24px;

}

.event-image-1 img {

    width: 100%;

}

.event-name-tittle {

    background: #ffffff;

    margin-left: 1px;

}

.event-name-tittle h4 {

    padding: 10px;

    font-size: 16px;

    font-weight: 700;

    color: #000000;

}

.event-name-tittle h4.event-name-tittle-heading {

    padding: 10px;

    font-size: 16px;

    font-weight: 700;

    color: #000000;

    transform: rotate(180deg);



    margin-bottom: 0px !important;

}

#form-control {

    color: #000000;

    font-size: 16px;

    font-weight: 700;

}



.colutre-section h2 {

    font-size: 28px;

    color: #ffffff;

    text-align: center;

    font-weight: 400;

    padding-bottom: 20px;

}

.colutre-bg-img img {

    width: 100%;

}


.edeko-humburger-menu .offcanvas-body {
    padding: 20px 0px 0px;
}
@media (min-width: 1999px){
    section.video-section{
        max-width: 1320px;
        margin: auto;
        padding: 0px 15px;
    }
}

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

    .story-sec h2 {

        font-size: 30px;



    }

    .event-sec h2 {

        font-size: 30px;



    }

    .inspiration-sec h2 {



        font-size: 30px;



    }

    .without-sec h2 {

        font-size: 30px;

    }

    .get-inspiration-section h1 {

        font-size: 44px;

    }

    .get-inspiration-section h1 span {

        font-size: 44px;

    }

    .footer-entdecken ul li a {



        font-weight: 400;



    }

    .footer-rent ul li a {

        font-weight: 400;

    }

    .footer-entdecken h5 {



        font-weight: 400;



    }

    .footer-rent h5 {



        font-weight: 400;



    }

}



@media screen and (max-width: 1491.98px) {
    .social-icon-wrap ul li a {
        font-size: 13px;
    }
    .social-icon-wrap {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1390.98px) {
    .menu-desktop li {
        width: 13.8%;
    }
}

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

    .event-sec .container {

        padding: 0 10px;

    }

    .menu-desktop li {
        width: 13.3%;
    }

    .header-mid .container {

        padding: 0 15px;

    }



    .header-edekho-bottom .container {

        padding: 0 15px;

    }



    .e-dekho-nav ul li a {

        padding: 0px 10px !important;

        font-size: 12px;

    }



    .event-sec h2 {

        margin-bottom: 30px;

    }



    .space-cls1 {

        padding-left: 40px;

    }



    .space-cls {

        padding-right: 40px;

    }



    form.form-wrap {

        padding-left: 0;

        flex-wrap: wrap;

    }

    .form-button button.btn {

        width: 30%;

    }

}

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

    section.event-sec {

        padding: 20px 0 0px;

    }
    .edeko-humburger-menu .offcanvas.show:not(.hiding), .offcanvas.showing {
        width: 40%;
    }
    .menu-desktop li {
        width: 17.4%;
    }

    div#navbarSupportedContent {

        background: #000;

        z-index: 1111;

        width: 100%;

        height: calc(100vh - 70px);

        top: 70px;

        position: fixed;

        overflow: auto;

        padding-top: 20px;

    }

    .e-dekho-nav {

        flex-wrap: wrap !important;

        flex-direction: column;

    }

    div#navbarSupportedContent ul.navbar-nav li.nav-item a {

        padding: 16px 15px !important;

        border-bottom: solid 1px #f1f1f1;

    }



    div#navbarSupportedContent ul.navbar-nav li.nav-item a.nav-link {

        font-size: 19px;

    }

    .social-icon-wrap {

        

    }

    .event-sec .container {

        padding: 0 10px;

    }

	
	.header-edekho-top .col-md-6 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	.social-icon-wrap ul{
		flex-wrap: wrap;
		gap: 8px;
		padding-top: 45px;
	}
	.social-icon-wrap ul li{
		width:100%;
		padding: 0px 0px;
	}
	.social-icon-wrap ul li:first-child:after{
		display: none;
	}
	.social-icon-wrap ul li:last-child {
    margin-left: 0px;
}
    .header-edekho-top.bg-black .row.align-items-center [class*="col-"]:last-child {

      /*  display: none; */
width: 33.33333333% !important;
		        margin-left: auto;
    }
	    .event-header-logo-1 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
        }

    .header-mid .container {

        padding: 0 15px;

    }

    .navbar.navbar-expand-lg.bg-black {

        padding: 0;

    }

    .header-mid .container .input-group-2 {

        width: 100% !important;

    }

    .navbar button.navbar-toggler {

        position: absolute;

        top: -140px;

        right: 10px;

        color: #fff;

    }

    .header-edekho-bottom .container {

        padding: 0 !important;

    }

    .navbar button.navbar-toggler span.navbar-toggler-icon {

        filter: invert(1);

    }

    /* .story-sec .container {

        padding: 0 20px;

    } */

    section.story-sec {

        padding-top: 20px;
        padding-bottom: 1px;

    }

    .space-cls {

        padding-right: 15px;

    }

    .space-cls1 {

        padding-left: 15px;

    }

    .form-button button.btn {

        width: 40%;

    }

    .motorpart-left-content p {
        font-size: 14px;

    }

    .motorpart-left-content h4 {
        font-size: 18px;

    }
    .inspiration-sec .col-md-3{
        width: 50% !important;
    }
    .event-sec .col-md-6{
        width: 100% !important;
    }
    .inspiration-sec p{
        font-size: 18px;
    }
}

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

    .edeko-humburger-menu .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        width: 96%;
    }
   
    .event-logo-1 img{
        width: auto;
        max-width: 100%;
    }

    .modal-image {
        margin: 10px 0px !important;
        max-width: 100% !important;
        width: auto !important;
    }
        .inspiration-sec .col-md-3 {
        width: 100% !important;
    }

    .modal-content {
        text-align: center;
        height: 400px;
    }
    .event-sec h2{
        font-size: 22px;
    }
    .inspiration-sec h2{
        font-size: 22px;
    }
    .inspiration-sec p{
        font-size: 18px;
    }
    .edeko-humburger-menu {
        display: flex;
        align-items: center;
        padding: 7px 0px 0px;
        justify-content: end;
    }
    /* .edeko-humburger-menu a span{
        font-size: 10;
    } */
     .header-edekho-top .col-md-4 {
        flex: 0 0 50%;
    }
    .header-edekho-top .col-md-6 {
        display: none;
    }
    .event-logo {
       /* max-width: 70%; */
        /* padding: 20px 10px; */
        margin-left: auto;
    }
    .header-edekho-top .col-md-3 {
        flex: 0 0 50%;
        text-align: right;
        margin-left: auto;
    }
    .header-edekho-top.bg-black .row.align-items-center [class*="col-"]:last-child {
        display: block;
    }
    .cart {
        display: inline-flex;
        align-items: center;
    }

    .space-cls1 {

        margin-top: 40px;

    }
    .event-cont h5{
        font-size: 14px;
    }
    .motorpart-left-content {
        text-align: center;
    }

    .motorpart-content-main-tittle h2 {
        font-size: 22px;
        color: #ffffff;
    }

    .story-sec h2 {

        font-size: 22px;

    }
    .insp-box h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .story-telling p{
        font-size: 14px;
    }

    .story-telling img {
        height: auto;
  /*      border-radius: 10px; */

    }

    .story-sec h2 {

        font-size: 26px;

        margin-bottom: 15px;

    }

    .footer-r {

        text-align: start;

        padding: 20px 0px 20px;




        align-items: start;

    }

    .footer-r-main {



        text-align: center;



        justify-content: start;

    }

    .insp-box img {

        width: 100%;

    }

    .edeko-contact-button-area {

        width: 100%;

    }

    .edeko-humburger-menu-area {

        width: 100%;
       

    }
    .edeko-contact-button a {
        padding: 6px 12px !important;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .footer-content-l {


        padding: 20px 0px 10px;


    }
    .menu-desktop{
        width: 100%;
    }
    .menu-desktop li {
        width: 15%;
    }
    .menu-desktop li a span {
        font-size: 10px;
    }
    /* .edeko-humburger-menu .cart{
        margin-right: 5px;
    } */
    .header-mid .container {
        padding: 0 12px;
    }


}

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

    .inspiration-form select.form-control {

        flex: 0 0 100%;

    }

    .inspiration-form .input-group-2 {

        flex: 0 0 50%;

    }

    .inspiration-form {

        gap: 10px;

    }

    .without-sec h2 {

        font-size: 26px;

    }

    .motorpart-sec h5 {

        font-size: 14px;

        top: 10px;

        right: 15px;

    }

    section.inspiration-sec {

        padding: 20px 0;

    }

    .edeko-contact-button a {



        padding: 10px 10px;



    }

    .explore-btn {

        margin-top: 30px;

    }

    .event-sec h2 {

        font-size: 22px;

    }

    .contact-button {



        padding-bottom: 20px;

    }

    .colutre-section h2 {

        font-size: 26px;



    }

    .get-inspiration-section h1 {



        font-size: 32px;

    }

    .get-inspiration-section h1 span {



        font-size: 32px;

    }

    .form-button button.btn {

        width: 50%;

    }



}