     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Poppins", sans-serif;
            line-height: 1.6;
            color: #333;
        }

        header {
            
            padding: 20px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 42px;
            font-weight: bold;
            font-style: italic;
            color: #2d3e9f;
        }

        .logo-subtitle {
            font-size: 10px;
            color: #2d3e9f;
            letter-spacing: 2px;
        }

        .shop-btn {
            background: #5b9bd5;
            color: white;
            padding: 10px 25px;
            border: none;
            border-radius: 20px;
            cursor: pointer;
            font-size: 16px;
        }

        .hero {
           
            padding: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
.banner-Header {
    background-image: url(../images/bg.png);
    height: 100%;
    width: 100%;
}
        .hero-content {
            flex: 1;
        }

        .hero h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .contact-info {
            margin: 20px 0;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin: 10px 0;
            font-size: 14px;
        }

         

        .contact-box {
            background: #5b9bd5;
            color: white;
            padding: 20px;
            border-radius: 10px;
            margin-top: 30px;
            max-width: 300px;
        }

        .contact-box h3 {
            margin-bottom: 15px;
            font-size: 16px;
        }

        .contact-box-item {
            margin: 8px 0;
            font-size: 13px;
        }

        .hero-image {
            flex: 1;
            text-align: right;
        }

        .hero-image img {
    max-width: 100%;
    height: auto; 
    border-radius: 20px;
}

        .banner {
            background: #5b9bd5;
            color: white;
            text-align: center;
            padding: 15px;
            font-size: 16px;
        }

        .about-section {
            padding: 60px 50px;
            background: white;
        }

        .about-section h2 {
            text-align: center;
            font-size: 36px;
            color: #2d3e9f;
            margin-bottom: 30px;
        }

        .about-section h3 {
            font-size: 28px;
            color: #2d3e9f;
            margin-bottom: 20px;
        }

        .about-section p {
            text-align: justify;
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.8;
        }

        .website-btn {
    display: block;
    margin: 40px auto;
    padding: 15px 40px;
    border: 2px solid #c5c5c5;
    background: white;
    color: #c5c5c5;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    max-width: 500px;
}

        .distributor-section {
            background: #5b9bd5;
            padding: 60px 50px;
            color: white;
        }

       .distributor-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

        

        .distributor-header h2 {
            font-size: 36px;
            margin-bottom: 5px;
        }

        .distributor-header p {
            font-size: 16px;
        }

        .distributor-section p {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 1.8;
        }

        .info-box {
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #fff;
    width: fit-content;
    width: 40%;
}

        .footer-contact {
            background: white;
            margin: 40px auto;
            padding: 30px;
            border-radius: 10px;
            max-width: 800px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .footer-contact h3 {
            color: #2d3e9f;
            margin-bottom: 20px;
            text-align: center;
            width: 100%;
        }

        .footer-item {
            text-align: center;
            color: #333;
            font-size: 14px;
        }
.website-btn a {
    text-decoration: none;
    color: #000;
}
        

        @media (max-width: 768px) {
            header, .hero, .about-section, .distributor-section {
                padding: 20px;
            }

            .hero {
                flex-direction: column;
            }

            .hero h1 {
                font-size: 32px;
            }

            .footer-contact {
                flex-direction: column;
                gap: 20px;
            }
        }
.hero-content h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 36px;
}

.contact-info {
    color: #000;
    font-weight: 500;
}

.contact-info {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 18px;
}

.contact-item {
    margin: 0;
}

.contact-info div {
    font-size: 16px;
}	
.contact-info svg {
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    margin-right: 9px;
}

.contact-item {
    align-items: flex-start;
}

.contact-item.email svg {top: 2px;}

.contact-item.email {
    margin-top: 10px;
}		
	.contact-info svg {
    width: 24px;
    height: 22px;
    position: relative;
    top: 6px;
    margin-right: 9px;
}

.contact-item {
    align-items: flex-start;
}

.contact-item.email svg {top: 2px;}

.contact-item.email {
    margin-top: 10px;
}

.contact-box h3 {
    font-size: 18px;
}

.contact-box {
    max-width: 400px;
}

.contact-box-item {
    font-size: 16px;
    font-weight: 500;
}	
.contact-box svg {
    width: 19px;
    height: 17px;
    position: relative;
    margin-right: 9px;
}

.contact-box svg path {
    fill: #fff;
}		
	.contact-box-item-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-box-item span {
    display: block;
    position: relative;
}

.contact-box-item {
    margin: 0;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #5b9bd5;
    padding: 20px 0;
}

        .marquee-content {
            display: flex;
            animation: scroll 15s linear infinite;
            white-space: nowrap;
        }

        .marquee-item {
            display: inline-flex;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            padding: 0 50px;
        }

        .gap {
            width: 200px;
            display: inline-block;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .marquee-item span {
            margin: 0 15px;
        }	
.website-btn p {
    margin: 0;
    text-align: center;
    color: #000;
}		
.info-box a {
    color: #fff;
    font-size: 16px;
}

.distributor-section p {
    margin: 0;
}

.info-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}		
.bluePara {
    display: flex;
    flex-direction: column;
    gap: 20px;
}		
.footer-item svg {
    width: 20px;
    height: 20px;
}		
.footerContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.footer-contact {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
}

.footer-contact h3 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.footerContainer span {
    font-size: 16px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-item span {
    width: 94%;
    text-align: left;
}		
.logo img {
    width: 170px;
}	
.navi ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.dd {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navi ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}


.hero-image .distributor-header {
    /* flex-direction: column; */
    align-items: flex-start;
    text-align: left;
    gap: 15px;
    margin-bottom: 20px;
}

.hero-image .sm-logo img {
    transform: unset;
    width: 130px;
    border-radius: 10px;
}

.hero-image h2 {
    font-size: 24px;
    font-weight: 600;
}
.logo {
    display: flex;
    flex-direction: column;
}

.logo span {
    font-size: 15px;
    color: #000;
    font-style: normal;
    margin-top: 10px;
    font-weight: 600;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

.hero-image .distributor-header p {
    margin-bottom: 0;
}

.hero-image .footer-item {
    align-items: flex-start;
}

.hero-image .footer-item span {
    position: relative;
    top: -5px;
}
.kanLogo img {
    width: 250px;
    filter: invert(1);
    margin-bottom: 30px;
}

.hero {
    padding-top: 20px;
}
.shop-btn a {
    color: #fff !important;
}

ul {}

.navi li {
    border-radius: 80px;
}















	
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1370px;
    }	
.hero-image img { 
    transform: scale(1); 
}	
.hero-content h1 {
    font-size: 47px; 
    line-height: 46px;
}	
}


@media only screen and (min-width:  300px) and (max-width: 991px) {
.logo img {
    width: 140px;
}

header, .hero, .about-section, .distributor-section {
    padding: 0;
}

.shop-btn {
    background: #5b9bd5;
    padding: 7px 15px;
}

.hero-content h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 39px;
}

.hero {
    align-items: unset;
    gap: 50px;
}

.container {
    padding: 0px 20px;
}

    header {
        margin-bottom: 0;
        padding-top: 10px;
    }

.hero-image img {
    transform: unset;
}

.banner-Header {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.marquee-container {
    margin-bottom: 40px;
}

.about-section h2 {
    font-size: 30px;
    font-weight: 600;
}

.website-btn {
    padding: 15px 20px;
}

.website-btn p {
    line-height: 20px;
}

.website-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.distributor-header {
    flex-direction: column;
    align-items: flex-start;
}

section.distributor-section {padding-top: 30px;padding-bottom: 50px;}

.distributor-header h2 {
    font-size: 30px;
}

.info-box {
    width: 100%;
}

.footerContainer {
    flex-direction: column;
    gap: 20px;
}

.footer-contact h3 {
    margin-bottom: 0px;
}
    header {
        flex-direction: column;
        gap: 20px;
    }

.navi ul {
    flex-flow: wrap;
    gap: 10px;
}

.navi ul li a {
    font-size: 14px;
}
    .banner-Header {
        margin-bottom: 30px; 
    }
header.Hmepage {
    margin-bottom: 50px;
}







}