@font-face {
    font-family: 'RhymesDisplayTrialUnlicensed';
    src: url('assets/fonts/RhymesDisplayTrialUnlicensed.woff2') format('woff2'),
         url('assets/fonts/RhymesDisplayTrialUnlicensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Regular */
@font-face {
    font-family: 'RhymesDisplayTrialUnlicensed';
    src: url('assets/fonts/RhymesDisplayTrialUnlicensed-Regular.woff2') format('woff2'),
         url('assets/fonts/RhymesDisplayTrialUnlicensed-Regular.woff') format('woff');
    font-weight: 400; /* Normal weight */
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'RhymesDisplayTrialUnlicensed';
    src: url('assets/fonts/RhymesDisplayTrialUnlicensed-Bold.woff2') format('woff2'),
         url('assets/fonts/RhymesDisplayTrialUnlicensed-Bold.woff') format('woff');
    font-weight: 700; /* Bold weight */
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'RhymesDisplayTrialUnlicensed';
    src: url('assets/fonts/RhymesDisplayTrialUnlicensed-Medium.woff2') format('woff2'),
         url('assets/fonts/RhymesDisplayTrialUnlicensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi-Bold */
@font-face {
    font-family: 'RhymesDisplayTrialUnlicensed';
    src: url('assets/fonts/RhymesDisplayTrialUnlicensed-SemiBold.woff2') format('woff2'),
         url('assets/fonts/RhymesDisplayTrialUnlicensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



/* KMR-Waldenburg font Family */


@font-face {
    font-family: 'KMR-Waldenburg';
    src: url('assets/fonts/KMR-Waldenburg.woff2'),
         url('assets/fonts/KMR-Waldenburg.woff');
    font-weight: normal;
    font-style: normal;
}
/* Regular */
@font-face {
    font-family: 'KMR-Waldenburg';
    src: url('assets/fonts/KMR-Waldenburg-Buch.woff2'),
         url('assets/fonts/KMR-Waldenburg-Buch.woff');
    font-weight: 400; /* Normal weight */
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'KMR-Waldenburg';
    src: url('assets/fonts/KMR-Waldenburg-Fett.woff2') format('woff2'),
         url('assets/fonts/KMR-Waldenburg-Fett.woff') format('woff');
    font-weight: 700; /* Bold weight */
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'KMR-Waldenburg';
    src: url('assets/fonts/KMR-Waldenburg-Normal.woff2') format('woff2'),
         url('assets/fonts/KMR-Waldenburg-Normal.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi-Bold */
@font-face {
    font-family: 'KMR-Waldenburg';
    src: url('assets/fonts/KMR-Waldenburg-Halbfett.woff2') format('woff2'),
         url('assets/fonts/KMR-Waldenburg-Halbfett.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Custom CSS for Home Page */
body {
    background:#fff;
}
.site-title{
    display:none !important;
}
    .ast-container {
        max-width: 92%;
    }
.background-noise {
    
    background-image: url(https://o2demo.com/wp-content/uploads/2025/08/25x25-1.png);
    background-repeat: repeat;
}
.home-container {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    /*background-image: url(http://onlinework-tech.online/wp-content/uploads/2025/08/Domainfi-Hero-V1-1-min.jpg);*/
    color: white;
    padding: 180px 0 80px;
    text-align: center;
    position: relative;
}

.hero-content {
    margin: 0 auto;
    padding: 0 20px;
}

.hero-title {
    margin-bottom: 30px;
    font-family: 'RhymesDisplayTrialUnlicensed';
    font-weight: 400;
    font-size: 90px;
    line-height: 103%;
    letter-spacing: -4%;
    color:#fff;
    padding: 0 0 40px;
        width: 59%;
        margin: 0 auto;

}

.hero-subtitle {
    font-family: KMR-Waldenburg;
    letter-spacing:1px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color:#fff;
     width: 67%;
    margin: 0 auto;
    padding-bottom: 24px;
    
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    font-family: KMR-Waldenburg;
    letter-spacing:1px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.btn-primary {
    background:#FFFFFF;
    color:#000;
    
}

.btn-secondary {
    background: transparent;
    color: white;
    
}
.btn svg {
    position:relative;
    top: 4px;
    left: 10px;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background:#FFFFFF;
    color:#000;
}
.btn-primary:hover {
    background: transparent;
    color: white;
}
.btn-secondary:hover svg path {
    stroke: #000;
}
.btn-primary:hover path {
    stroke: #fff;
}
/* Partners Section */
.partners-section {
    padding: 40px 0;
    overflow: hidden;
}

.partners-carousel {
    display: flex;
    animation: scroll 30s linear infinite;
    width: calc(200px * 12); /* Adjust based on number of logos */
}

.partner-logo {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.partner-logo img {
    max-height: 40px;
    max-width: 120px;
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.partner-logo:hover img {
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10%);
    }
}




