body { background-color: rgb(198, 220, 241) } .main-content { padding: 2rem; max-width: 1400px; margin: 0 auto; } /* Book slider section styles */ .book-slider-section { margin-bottom: 3rem; } .book-slider-section h2 { font-size: 1.5rem; margin-bottom: 1rem; color: #333; font-family: cursive; } /* Slider container */ .slider-container { position: relative; display: flex; align-items: center; gap: 1rem; } /* Slider button styles */ .slider-button { background: white; border: 1px solid #e0e0e0; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; z-index: 2; } .slider-button:hover { background: #f5f5f5; border-color: #ccc; } .slider-button svg { width: 24px; height: 24px; } /* Book slider styles */ .book-slider { overflow: hidden; position: relative; width: 100%; } .book-track { display: flex; gap: 1.5rem; transition: transform 0.5s ease; } /* Book card styles */ .book-card { flex: 0 0 180px; display: flex; flex-direction: column; gap: 0.5rem; } .book-cover { width: 100%; height: 270px; object-fit: cover; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .book-card:hover .book-cover { transform: scale(1.03); } .book-info { padding: 0.5rem; } .book-title { font-weight: 600; font-size: 0.9rem; margin: 0; color: #333; } .book-author { font-size: 0.8rem; color: #666; margin: 0.2rem 0; } .book-price { font-weight: 600; color: #2b2b2b; font-size: 0.9rem; } .section-divider { position: relative; height: 200px; width: 100%; margin: 2rem 0; pointer-events: none; } .divider-image { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } /* Adjust spacing for sections */ .book-slider-section { margin-bottom: 1rem; padding: 2rem 0; /* background-color: white;*/ background-color: transparent; position: relative; z-index: 1; } .divider-image { animation: fadeIn 1s ease-out; } @keyframes fadeIn { from { opacity: 0; transform: rotate(180deg) translateY(20px); } to { opacity: 1; transform: rotate(180deg) translateY(0); } } .logo { cursor: pointer; } .btn { padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; transition: background-color 0.3s; } .btn-primary { background-color: #1976d2; color: white; } .btn-primary:hover { background-color: #1565c0; } /* SNOW */ .snowflake { color: #ffffff; font-size: 1.1em; font-family: Arial, sans-serif; text-shadow: 5px 0px 5px #a1e4e0e1; } .snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}