/* Regular */
@font-face {
    font-family: 'CLAYO';
    src: url('../fonts/CLAYO.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'CLAYO';
    src: url('../fonts/CLAYO-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'CLAYO';
    src: url('../fonts/CLAYO-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'CLAYO';
    src: url('../fonts/CLAYO-Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'CLAYO';
    src: url('../fonts/CLAYO-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'CLAYO';

}

.hero-section-brand {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section-back-image{
    background-image: url('../images/4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}


.hero-section-protfolio {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.hero-section {
    background-image: linear-gradient(rgba(23, 37, 84, 0.7), rgba(30, 58, 138, 0.8)), url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* Service page hero backgrounds */
.service-hero-bg {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-hero-bg {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.silk-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(30, 64, 175, 0.3);
}

.btn-secondary {
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Fallback background in case image doesn't load */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1e3a8a, #1e40af);
    z-index: -1;
}

/* Custom font weights and sizes */
.heading-small {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    margin-bottom: -0.5rem;
}

.heading-large {
    font-size: 8rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.laptop-image {
    position: relative;
    z-index: 20;
    margin-top: -90px;
}

.arrow-down {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@media (max-width: 780px) {
    .heading-small {
        font-size: 1.1rem;
        letter-spacing: 0.2em;
        margin-bottom: -0.3rem;
    }
    
    .heading-large {
        font-size: 4.5rem;
        line-height: 0.9;
    }
    
    .laptop-image {
        margin-top: -60px;
    }
    
    .three-columns {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .heading-large {
        font-size: 3.5rem;
    }
    
    .laptop-image {
        margin-top: -40px;
    }
}

/* Additional custom styles */
#navbar {
    background: transparent;
}

#navbar.scrolled {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}
@keyframes keyword-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-keyword-slide {
    animation: keyword-slide 25s linear infinite;
}

/* Pause animation on hover */
.animate-keyword-slide:hover {
    animation-play-state: paused;
}

/* Responsive adjustments for keywords */
@media (max-width: 780px) {
    .animate-keyword-slide {
        animation-duration: 20s;
    }
    
    .text-lg {
        font-size: 0.875rem;
    }
    
    .px-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .py-3 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    
    .space-x-4 {
        column-gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .animate-keyword-slide {
        animation-duration: 18s;
    }
    
    .text-lg {
        font-size: 0.75rem;
    }
    
    .px-6 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .py-3 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
    
    .space-x-4 {
        column-gap: 0.5rem;
    }
}


  .no-scrollbar::-webkit-scrollbar {
        display: none;
      }
      .no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }