html,
body {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    width: 100vw;
    font-family: 'Roboto' !important;
}

/* .container{
    max-width: 1140px;
} */

/* Header section */
/* header 
{
    width: 100%;
    height: 365px;
    background-image: url("../homepage/assets/Homepage-assets/img/kadorf-background-home-60prz.webp");
    background-size: cover;
    background-position-y: -200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}  */
.logo {
    /* Background image for larger screens */
    background-image: url('/assets/homepage/assets/Homepage-assets/img/new-kadorf-logo-01.svg');
    background-size: contain;
    /* Ensure the background scales correctly */
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    /* Set a fixed height to display the background */
}

@media (max-width: 992px) {
    .logo {
        /* Background image for smaller screens */
        background-image: url('/assets/homepage/assets/Homepage-assets/img/new-kadorf-logo-2.svg');
    }
}

header {
    position: relative;
}

.image_header {
    margin: 0;
    padding: 0;
    background-image: url("../homepage/assets/Homepage-assets/img/background1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

nav {
    height: 100px;
    margin: 0 0 70px;
    /* padding: 26.6px 267px 27px; */
    background-color: rgba(247, 247, 247, 0.9);
    /* opacity: 0.9; */
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav_content {
    /* display: flex; */
    height: 100px;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .logo_content {
    height: 100%
}

.logo .logo_content img,
.logo .slogan img {
    height: 100%;
}

.logo .slogan {
    height: 12px;
}

.nav_btns {
    /* background: green; */
    /* height: 100px; */
    display: flex;
    justify-content: center;
}

.btn_sign {
    border: 1px solid #707070;
    margin-left: 100px;
    /* width: 126px; */
}

.btn_start {
    background-color: #fdaf41;
    margin-left: 10px;
    /* width: 126px; */
}

.header_content h1 {
    text-transform: uppercase;
    font-size: 35px;
}

.header_overlay {
    width: 68%;
    /* margin-top: -160px; */
    position: absolute;
    right: -210px;
    top: -250px;
}

.header_overlay img {
    width: 100%;
    opacity: 0.5;
}

.header_btns {
    padding-top: 12px;
    display: flex;
}

/* end header section */

/* premium members section */
.premiumMembers {
    padding: 45px 0 30px 0;
    background-color: #f7f7f7;
}

.premiumMembers_title {
    margin-bottom: 30px;
    font-size: 26px;
}

.premiumMembers_member {
    display: flex;
    padding-bottom: 30px;
}

.member_image {
    width: 20%;
    padding-right: 23px;
}

.premiumMembers_member>img {
    width: 70px;
    height: 70px;
    margin-right: 81px;
}

.member_details {
    width: 80%;
}

.member_details_title {
    font-size: 22px;
    font-weight: bold;

}

.member_details_country {
    width: 27px;
    height: 27px;
    margin-left: 21px;
}

.member_details_content {
    font-size: 18px;
    color: #414042;
}

/* end premium members section */

/* whole sales category section */
.wholeSalesCategories {
    background: #fdaf41;
    padding: 99px 0;
}

.wholeSales_title span {
    display: block;
    font-size: 30px;
}

.wholeSales_icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wholeSales_icon_container {
    width: 20%;
    text-align: center;
}

.wholeSales_icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wholeSales_icons .icon>img {
    height: 52px;
}

.wholeSales_icons_iconName {
    display: block;
    margin-top: 31.5px;
    font-size: 18px;
    color: #414042;
}

/* end whole sales section */

/* distribution */
.distribution {
    background-image: url('../homepage/assets/Homepage-assets/img/kadorf-background-platform.jpg');
    padding: 60px 0;
    background-size: cover;
}

.distribution_title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.distribution_member {
    display: flex;
    padding-bottom: 30px;
    padding-right: 51px;
}

.dis_member_img {
    width: 20%;
    padding-right: 23px;
    max-width: 93px;
    max-height: 93px;
}

.dis_member_img img {
    width: 100%;
}

.feature_details {
    width: 80%;
}

.feature_details_title {
    font-size: 22px;
    font-weight: bold;
}

.feature_details_content {
    width: 100%;
    font-size: 18px;
    color: #414042;
}

.statestics_title {
    text-align: center;
    font-size: 35px;
    margin-top: 74px;
    margin-bottom: 57px;
}

.stat_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.distribution .number {
    font-size: 60px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.distribution .stat_title {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    width: 164px;
    text-align: center;
    text-transform: capitalize;
}

/* end stat section */
.successStoris {
    padding-bottom: 94px;
}

.successStoris_title {
    font-size: 35px;
    margin-top: 74px;
    margin-bottom: 57px;
    text-transform: uppercase;
}

.successStoris .carousel-item {
    display: flex;
    justify-content: space-evenly;
    /* padding: 0 76px; */
    background: #fff;
    width: 80% !important;
}

.successStory_card {
    /* padding: 0 76px; */
    display: flex;
    flex-direction: column;
}

.successStory_card_img {
    width: 123px;
    height: 123px;
    border-radius: 32px;
    overflow: hidden;
    margin: 20px 0;
    display: flex;
    /* background-color: #fff; */
}

.successStory_card_img img {
    /* width: 123px !important; */
}

.successStoris .owl-carousel .owl-item img {
    width: auto;
}

.successStory_card_text {
    font-size: 16px;
    font-weight: 300;
    color: #414042;
    margin-bottom: 20px;
    font-style: italic;
    text-align: left;
    display: flex;
}

.successStory_card_owner {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

.successStory_card_owner_title {
    font-size: 13px;
    color: #414042;
    width: 80%;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.successStoris .owl-dots {
    position: absolute;
    bottom: -35px;
}

.successStoris .owl-dot span,
.successStoris .owl-dot .active span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
}

.successStoris .owl-dot span {
    background: #fff;
    border: 1px solid gray;
}

.successStoris .owl-dots .active span {
    background: #fdaf41;
    border: none;
}

/* end success stories */

/* marketplace offers */
.marketPlaceOffers {
    background: #f7f7f7;
    padding-bottom: 177px;
    position: relative;
}

.marketPlaceOffers_title {
    text-align: center;
    font-size: 30px;
    margin-top: 74px;
    margin-bottom: 57px;
    text-transform: uppercase;
}

.table_label {
    padding: 17px 0;
    text-align: center;
    border-radius: 32px 32px 0 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.orange {
    background-color: #fdaf41;
}

.dark {
    background-color: #414042;
}

.table_content table {
    width: 100%;

}

.table_content table td {
    border: 1px solid rgba(65, 64, 66, 0.2);
    padding: 10px 18px;
}

.table_content table td img {
    width: 50%;
    max-width: 30px;
}

.unlock {
    text-align: center;
    position: absolute;
    bottom: 74px;
    background-color: rgba(247, 247, 247, 0.9);
    width: 100%;
    z-index: 1000;
    padding-top: 52px;
}

.unlock_text {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 27px;
}

.unlock_sm {
    height: 50px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(247, 247, 247, 0.9);
    width: 100%;
}

/* end marketplace offers */

/* featured members */
.featuredMembers {
    padding: 66px 0;
}

.featuredMembers .owl-carousel .disabled {
    display: block !important;
}

.featuredMembers_title {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.featuredMembers .carousal_item {
    width: 100px;
    height: 100px;
}

.featuredMembers .carousal_item img {
    width: 90%;
}


.owl-carousel {
    position: relative;
}

.owl-nav {
    font-size: 50px;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 100px;
}

.owl-next {
    right: 0;
    display: flex;
}

.owl-prev {
    left: -5px;
    display: flex;
}

.owl-stage-outer {
    width: 88%;
}

.owl-drag {
    display: flex !important;
    justify-content: center;
}

.featuredMembers .owl-item a {
    display: flex;
    height: 100%;
    align-items: center;
}

/* end featured members */

/* map */
.map {
    /* height: calc(100vh - 250px) !important; */
    width: 100%;
    /* min-height: 600px; */
    margin-top: 30px;
}

#map {
    height: 500px;
    width: 100%;
}

.map_stat {
    width: 400px;
    height: 400px;
    background-color: rgba(247, 247, 247, 0.9);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map_stat_title {
    font-size: 35px;
}

.map_stat_text {
    font-size: 18px;
    font-weight: 500;
}

.map_stat_text .color_orange {
    color: #fdaf41;
    text-decoration: underline;
}

/* end map */

/* sales cycle */
.salesCycle {
    padding: 60px 0;
}

.salesCycle_title {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.salesCycle .carousal_item {
    height: 109px;
    display: flex;
    align-items: center;
}

.salesCycle .carousal_item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

/* .salesCycle .carousal_item .salesCycle_carousal_item_text {
    width: 250px;
} */

.salesCycle .carousal_item .salesCycle_carousal_item_text span {
    display: block;
}

.salesCycle .owl-stage-outer {
    width: 95%;
}

.salesCycle .owl-nav {
    font-size: 50px;
}

.salesCycle .color_orange {
    color: #fdaf41;
    text-decoration: underline;
}

.salesCycle_subText {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

/* end sales cycle */

.kadorfCycle {
    /* height: 600px; */
    background-image: url("../homepage/assets/Homepage-assets/img/kadorf-background-sales_cycle.webp");
    background-size: cover;
    padding: 74px 0;
}

.kadorfCycle_stage_number {
    height: 41px;
    width: 41px;
    border-radius: 50%;
    background-color: #414042;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kadorfCycle_stage_content {
    width: 220px;
}

.kadorfCycle_title {
    font-size: 30px;
    margin-bottom: 74px;
    text-transform: uppercase;
}


.kadorfCycle_details_title {
    font-size: 22px;
    font-weight: bold;
}

.kadorfCycle_member {
    display: flex;
    align-items: flex-end;
}

.kadorfCycle_member>img {
    width: 110px;
    height: 110px;
    margin-right: 20px;
}

.numbers_row {
    margin: 35px 0;
}

.kadorfCycle_img>img {
    width: 100%;
}

/* end kadorf cycle */

/* apps */
.apps {
    height: 600px;
    background-image: url("../homepage/assets/Homepage-assets/img/kadorf-background-app-60prz.webp");
    background-size: cover;
    background-position-y: -299px;
    display: flex;
    align-items: center;
}

.apps_content {
    display: flex;
    flex-direction: column;
}

.apps_title {
    font-size: 30px;
    text-transform: uppercase;
}

.apps_text {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 8px 0 23px 0;
}

.apps_appStore {
    margin-bottom: 8px;
}

/* end apps */

/* footer */
footer {
    /* height: 412px; */
    background-color: #353838;
    position: relative;
    padding: 60px 0;
}

.footer_logo {
    margin-bottom: 40px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    color: #999;
    margin-bottom: 4px;
    font-size: 16px;
}

footer ul li img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.footer_bottom {
    height: 62px;
    bottom: 0;
    width: 100%;
    background-color: #fdaf41;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
}

.footer_bottom img {
    width: 20px;
    margin-left: 8px;
}

.common-ul {
    margin: 0;
    padding: 0;
}

.common-ul li {
    list-style: none;
}

footer {
    background-color: #313535;
    padding: 50px 0;
    position: relative;
}

footer.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

footer p {
    font-family: inherit;
    font-size: 15px;
    color: #999999;
    line-height: 1.4;
    margin-bottom: 15px;
}

footer .footer-bottom {
    margin-top: 40px;
}

footer .footer-bottom p {
    font-size: 13px;
    margin: 0;
}

footer .footer-bottom p a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #999999;
}

footer .footer-bottom p a:hover {
    color: #ffffff;
}

.footer-list li {
    padding-left: 23px;
    background-position: center left;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/tick-white.svg);
    margin-bottom: 5px;
}

.footer-list li.footer-mail {
    background-position: center left;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/envelope.svg);
}

.footer-list li.footer-phone {
    background-position: top 4px left;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/phone-call.svg);
}

.footer-list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    font-size: 15px;
    color: #999999;
    letter-spacing: -0.02em;
}

.footer-list li a:hover {
    color: #ffffff;
}

.main-page-header {
    /* box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.03); */
    border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 1350px) {
    .apps {
        background-position-y: 0px;
    }

    .owl-stage-outer {
        width: 79%;
    }
}

@media only screen and (max-width: 830px) {
    header {
        background-position-y: 0px;
    }

    .wholeSalesCategories {
        padding: 50px 0;
    }

    .wholeSales_title {
        margin-bottom: 30px;
    }

    .wholeSales_title span {
        display: inline-block;
        font-size: 22px;
        margin-right: .25rem;
    }

    .wholeSales_icons {
        justify-content: flex-start;
    }

    .wholeSales_icons .icon {
        margin-bottom: 20px;
    }

    .wholeSales_icons_iconName {
        margin-top: 8px;
    }

    .wholeSales_icon_container {
        width: 30%;
        text-align: center;
    }

    .distribution_title,
    .premiumMembers_title {
        font-size: 22px;
    }

    .member_details_title {
        font-size: 18px;
    }

    .member_details_title>a {
        margin-right: 10px !important;
    }

    .member_details_title>img {
        width: 20px !important;
        height: 20px !important;
    }

    .member_details_content {
        font-size: 16px;
    }

    .header_content h1 {
        font-size: 24px;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .logo .logo_content img {
        width: 100%;
        height: auto;
    }

    .logo_content .d-sm-none {
        display: none;
    }

    .kadorfCycle_img .d-sm-none {
        display: none;
    }

    .btn_sign {
        margin-left: 0;
    }

    .apps {
        background-position-y: 0px;
    }

    .successStory_card {
        align-items: center;
        text-align: center;
        margin-left: 40px;
    }

    .successStoris .carousel-item {

        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .successStory_card_text {
        text-align: center;
    }
}

@media only screen and (max-width: 440px) {
    .middle_one {
        margin-top: 10px;
    }

    .left_text {
        float: left !important;
        text-align: left !important;
    }

    .logo {
        width: 40%;
    }

    .nav_btns {
        width: 60%;
    }

    .image_header {
        background-position-y: 0px !important;
        background-image: url("../homepage/assets/Homepage-assets/img/Capture.PNG");
        background-size: 100%;
        height: 365px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        position: relative !important;
        overflow: hidden !important;
    }

    header h2 {
        width: 69%;
        font-size: 22px;
    }

    .kadorfCycle_title,
    .featuredMembers_title,
    .marketPlaceOffers_title,
    .successStoris_title,
    .salesCycle_title,
    .apps_title {
        font-size: 22px;
    }

    .statestics_title {
        font-size: 26px;
    }

    .apps {
        background-position-x: -220px;
    }

    .feature_details_content {
        width: 250px;
    }


    .apps_text {
        font-size: 12px;
        font-weight: 400;
    }

    .map {
        width: 100% !important;
    }

    .map .container {
        width: 100% !important;
        padding: 0 !important;
    }

    .unlock {
        text-align: left;
        margin-left: 15px;
    }

    .marketPlaceOffers_title {
        text-align: left;
    }

    .successStoris_title {
        text-align: center;
    }

    .featuredMembers .owl-item {
        /* width: 90px !important; */
    }

    .statestics_title {
        text-align: left;
    }

    .numbers-mobile .stat_container {
        display: block !important;
    }

    .numbers-mobile .stat_container .number {
        font-size: 35px;
    }

}