html {
  scroll-behavior: smooth;
}
body{
    font-family: "Zalando Sans", sans-serif;
}

img.logo-item {
    width: 100px;
}
.text-redish-600 {
    color: #ce2030;
}
.bg-redish {
    background-color: #ce2030;
}
.bg-redish-100 {
    background-color: #ce20307a;
}
.me-shade {
    background: #de13131c;
}

/* Hide scrollbar but keep functionality */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* Optional: Offset for fixed headers */
section {
  scroll-margin-top: 20px; 
}
.pointer {
    cursor:pointer;
}
.main-head {
    font-size: 60px;
    font-weight: 800;
}
.border-layer:hover{
    color: #ce2030;
    border: 1px solid #ce2030;
}
@media screen and (max-width: 768px) {

    .leading-tight.uppercase.tracking-tight {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    .hide-navigate {
        display:none;
    }
    .logo-item {
        width:200px;
    }
    .leading-tight.uppercase.tracking-tight {
        font-size: 30px;
    }
}