﻿@font-face {
    font-family: 'Filson Pro';
    src: url('/fonts/FilsonPro-Regular.woff2') format('woff2'), url('/fonts/FilsonPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

/* Single, consistent :root block */
:root {
    font-family: 'Filson Pro', sans-serif;
    font-style: normal;
}

body {
    font-family: inherit;
    font-style: normal;
}




.bold-text {
    font-family: 'Filson Pro';
    font-weight: bold;
}
.bannerimage {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
    justify-content: space-between;
    
}
.banner-card {
    width: 150%;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 40px;
}


.banner {
    font-family: 'Filson Pro';
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #b0f963;
}
.content {
    padding: 50px 120px;
    font-size: 25px;
    font-family: 'Filson Pro';
}

.brand-section {
    display: flex;
    font-family: 'Filson Pro';
    color: var(--Imperial-green, #243837);
    margin-bottom: 10px;
    align-items: center;
}

.brand-info {
    flex: 1;
    padding-right: 50px;
    color: var(--Imperial-green, #243837);
}

.number {
    font-family: 'Filson Pro';
    font-weight: bold; /* Make description text stand out */
    font-size: 0.9em; /* Adjust size of the number */
    font-weight: normal; /* Less bold */
    color: var(--Imperial-green, #243837);
    margin-right: 5px; /* Space between number and text */
}

.description {
    font-family: 'Filson Pro';
    color: var(--Imperial-green, #243837);
    font-weight: bold; /* Make description text stand out */
    font-size: 1em; /* Regular size for description */
    color: black; /* Default text color */
}
.kantodescription {
    font-size: 24px;
    font-family: 'Filson Pro';
    color: var(--Imperial-green, #243837);
}
.brand-description {
    font-family: 'Filson Pro';
    color: var(--Imperial-green, #243837);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #243837;
    margin-bottom: 30px;
}

.brand-title {
    font-family: 'Filson Pro';
    font-size: 25px !important; /* Force 1px size with !important */
    font-weight: 700;
    line-height: 1px; /* Adjust line-height to be minimal */
    color: red;
    margin-bottom: 30px;
    margin-top: -10px;
}

.brand-image {
    flex: 0 0 452px;
}

    .brand-image img {
        width: 100%;
        height: auto;
    }

.action-buttons {
    display: flex;
    gap: 45px;
    margin-top: 60px;
    justify-content: center;
}

.about-btn {
    background-color: #a698ea;
    border-radius: 12px;
    padding: 16px 54px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .about-btn:hover {
        background-color: #b1a0ff;
    }

.contact-btn4 {
    background-color: transparent;
    border-radius: 12px;
    padding: 16px 44px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    line-height: 24px;
    color: #2c3c3d;
    border: 2px solid #b1a0ff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .contact-btn4:hover {
        background-color: #b1a0ff;
        color: #ffffff;
    }


/*.footer {
    background-color: #2d3d3f;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
}

.footer-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 84px;
    margin-bottom: 20px;
}

.footer-subtitle {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

.copyright {
    background-color: #a698ea;
    padding: 13px 0;
    text-align: center;
}

.copyright-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.highlight {
    color: #a698ea;
}*/

@media (max-width: 1200px) {
    .banner-card {
        max-width: 95% !important;
    }
  
    .brand-image {
        max-width: 100%;
    }
    .content {
        padding: 50px 100px;
    }

    .brand-section {
        flex-direction: column;
    }

    .brand-info {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
 
    .submenu {
        position: relative;
        left: 0;
        top: 0;
        align-items: center;
        margin-top: 10px;
    }
    .banner-title {
        font-size: 20px;
        line-height: 48px;
    }

    .content {
        font-size: 18px !important;
        line-height: 34px;
    }

    .number {
        font-size: 18px !important;
    }

    .kantodescription {
        font-size: 18px !important;
    }

    .description {
        font-size: 18px !important;
    }

    .banner-title {
        font-size: 18px !important;
       
    }

    .brand-title {
        font-size: 18px !important;
    }

    .brand-description {
        font-size: 18px;
    }
    .message {
        color: violet;
        font-weight: 300px;
        margin-top: 350px;
        text-align: center;
    }

    .content {
        padding: 30px 20px;
    }

    .footer-title {
        font-size: 40px;
        line-height: 48px;
    }

}



@media (max-width: 768px) {
    .banner-card {
        max-width: 95% !important;
     
       
    }
  
   
    .brand-image {
        max-width: 100%;
        
    }
}


@media (max-width: 768px) {
   
    .brand-image {
        width: 100%;
        height: auto;
    }
}
