html, body { min-height: 100%; overflow-y: scroll !important; -webkit-overflow-scrolling: touch; touch-action: pan-y; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; color: #374151; line-height: 1.5; scroll-behavior: smooth; scroll-padding-top: 100px; box-sizing: border-box; background: linear-gradient( 270deg, #ff4e50, #f6d365, #90c795, #4dce90, #ffa69a, #11bfd6, #ffd900, #d9059d ); background-size: 1800% 1800%; animation: gradientFlow 70s ease-in-out infinite; } @keyframes gradientFlow { 0% { background-position: 0% 50%; } 25% { background-position: 50% 60%; } 50% { background-position: 100% 50%; } 75% { background-position: 50% 40%; } 100% { background-position: 0% 50%; } } *, *::before, *::after { box-sizing: inherit; } .logo { width: 100px; height: 60px; background-image: url('/img/logoserver.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } nav { height: 85px; background-color: #000000; color: white; padding: 1rem; box-shadow: 0 4px 6px rgb(0 0 0 / 0.1); position: fixed; top: 0; width: 100%; z-index: 20; } nav .container { display: flex; justify-content: space-between; align-items: center; width: 100%; padding-left: 0.5rem; padding-right: 1rem; } .nav-left { display: flex; align-items: center; padding-left: 0; margin-left: 0; } .nav-left a { display: flex; align-items: center; gap: 0.75rem; white-space: nowrap; overflow: visible; text-overflow: unset; } .nav-left span { flex-shrink: 0; font-size: 1.25rem; font-weight: bold; } .nav-center { flex: 7; display: flex; justify-content: center; gap: 1.5rem; list-style: none; margin: 0; padding: 0; } .nav-center li a { color: white; text-decoration: none; font-weight: 500; } .nav-right { flex: 1; display: flex; justify-content: flex-end; } .apply-button { background-color: white; color: black; font-weight: normal; padding: 0.5rem 1rem; border-radius: 0.75rem; text-decoration: none; transition: background-color 0.3s; } .apply-button:hover { background: linear-gradient( 270deg, #d9059d, #11bfd6, #ffd900, #e103e9, #ffa69a, #4dce90, #90c795, #f6d365, #ff4e50 ); background-size: 1800% 1800%; animation: gradientFlow 60s ease infinite; color: #ffffff; } nav h1 { font-size: 1.25rem; font-weight: 700; margin: 0; } nav ul { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; } nav ul li a { color: white; text-decoration: none; font-weight: 500; transition: color 0.3s ease; } nav ul li a:hover, nav ul li a.nav-link:hover { color: #86919f; text-decoration: none; } nav a[href="#apply"] { background-color: white; color: #000000; font-weight: 600; padding: 0.5rem 1rem; border-radius: 0.75rem; text-decoration: none; transition: background-color 0.3s; } nav a[href="#apply"]:hover { background-color: #f3f4f6; } header { padding: 1.5rem 1rem; text-align: center; margin-top: 64px; } @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); header h2 { font-family: 'Great Vibes'; font-size: 4rem; font-weight: bold; color: #ffffff; margin-bottom: 0rem; text-shadow: 2px 2px 4px #00000036, 0 0 25px #ffffff46, 0 0 5px #ffffff23; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.492); } header p { color: #ffffff; margin: 0; font-style: italic; } main.container { max-width: 1024px; margin: 0 auto; padding: 3rem 1.5rem; display: flex; flex-direction: column; gap: 5rem; } section { width: 100%; } #about { text-align: center; } #about h2 { font-size: 1.875rem; font-weight: 600; margin-bottom: 1rem; color: #000000; font-weight: bold; } #about p { max-width: 48rem; margin-left: auto; margin-right: auto; color: #ffffff; font-weight: 400; text-shadow: 2px 2px 4px #00000066, 0 0 25px #0000006d, 0 0 5px #00000066; } #requirements { background-color: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 1px 3px rgb(0 0 0 / 0.1); } #requirements h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; color: #000000; min-height: 2.5rem; line-height: 1.5; } #requirements > div { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; color: #000000; } @media (min-width: 768px) { #requirements > div { grid-template-columns: repeat(2, 1fr); } } td .discount-label { position: absolute; top: -0.60rem; left: -0.5rem; font-size: 0.90rem; color: #dc2626; font-weight: bold; } td .original-price { text-decoration: line-through; color: #6b7280; font-size: 0.80rem; } td .price-container { display: inline-block; position: relative; padding: 0.2rem; } td .discount-label2 { position: absolute; top: -0.60rem; left: -0.5rem; font-size: 0.90rem; color: #26dc29; font-weight: bold; } td .original-price2 { text-decoration: line-through; color: #6b7280; font-size: 0.80rem; } #prices { background-color: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 1px 3px rgb(0 0 0 / 0.1); } .alert-box { background-color: #fee2e2; border-left: 4px solid #ef4444; color: #b91c1c; padding: 8px 12px; margin-bottom: 12px; font-size: 0.800rem; border-radius: 6px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); max-width: 450px; } .alert-box .alert-title { font-weight: 600; margin-bottom: 4px; } #prices h2 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; color: #000000; font-weight: bold; } h2 small { display: block; font-size: 0.9rem; font-weight: normal; color: #6b7280; margin-top: 0.25rem; } #prices table { width: 100%; border-collapse: collapse; text-align: left; border: 1px solid #e5e7eb; overflow-x: auto; } #prices thead { background-color: #f3f4f6; } #prices th, #prices td { padding: 0.75rem; border-top: 1px solid #e5e7eb; } .details-row { display: none; transition: all 0.3s ease; } tr.open + .details-row { display: table-row; } .toggle-row { cursor: pointer; transition: background-color 0.2s ease; } .toggle-row:hover { background-color: #f9fafb; } .toggle-icon::after { content: "▼"; float: right; font-size: 0.8rem; margin-left: 10px; transition: transform 0.3s ease; } tr.open .toggle-icon::after { transform: rotate(-180deg); } ul { list-style-type: disc; padding-left: 1.5rem; } ul ul { list-style-type: circle; padding-left: 1.5rem; } #extra { background-color: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 1px 3px rgb(0 0 0 / 0.1); margin-top: 0rem; } #extra h2 { font-size: 1.5rem; font-weight: bold; color: #000; margin-bottom: 1.5rem; } #extra h2 small { display: block; font-size: 0.9rem; font-weight: normal; color: #6b7280; margin-top: 0.25rem; } #extra table { width: 100%; border-collapse: collapse; text-align: left; border: 1px solid #e5e7eb; } #extra thead { background-color: #f3f4f6; } #extra th, #extra td { padding: 0.75rem; border-top: 1px solid #e5e7eb; } #extra .toggle-row { cursor: pointer; transition: background-color 0.2s ease; } #extra .toggle-row:hover { background-color: #f9fafb; } #extra .toggle-icon::after { content: "▼"; float: right; font-size: 0.8rem; margin-left: 10px; transition: transform 0.3s ease; } #extra tr.open .toggle-icon::after { transform: rotate(-180deg); } #extra .details-row { display: none; transition: all 0.3s ease; } #extra tr.open + .details-row { display: table-row; } #extra ul { list-style-type: disc; padding-left: 1.5rem; } #extra ul ul { list-style-type: circle; } #apply { background-color: #ffffff; padding: 2rem; border-radius: 1rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.649); text-align: center; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; } .application { width: 300px; } #apply h2 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: #000000; font-weight: bold; } #apply p { color: #000000; margin-bottom: 1.5rem; } #apply button { background-color: #000000; color: rgb(255, 255, 255); padding: 0.75rem 1.5rem; border-radius: 0.75rem; border: none; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease; } #apply button:hover { background: linear-gradient( 270deg, #d9059d, #11bfd6, #ffd900, #e103e9, #ffa69a, #4dce90, #90c795, #f6d365, #ff4e50 ); background-size: 1800% 1800%; animation: gradientFlow 60s ease infinite; } #list h2 { font-size: 2rem; font-weight: 600; font-weight: bold; margin-bottom: 0.3rem; color: #000000; text-align: center; } #list .mb-6 { max-width: 28rem; margin-left: auto; margin-right: auto; margin-bottom: 1.5rem; } #list input[type="text"] { width: 100%; padding: 0.75rem; border-radius: 0.75rem; border: 1px solid #d1d5db; outline: none; transition: box-shadow 0.3s ease; } #list input[type="text"]:focus { box-shadow: 0 0 0 1px #f6a5ea; border-color: #f6a5ea; } #married-list { display: grid; grid-template-columns: 1fr; gap: 1.5rem; } @media (min-width: 768px) { #married-list { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { #married-list { grid-template-columns: repeat(3, 1fr); } } .married-card { background-color: white; box-shadow: 0 4px 6px rgb(0 0 0 / 0.1); border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: default; } .married-card:hover { transform: scale(1.05); box-shadow: 0 10px 15px rgb(0 0 0 / 0.2); } .married-card .pair { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; } .married-card .pair img { width: 6rem; height: 6rem; border-radius: 9999px; object-fit: cover; } .married-card .pair span { font-weight: 600; font-size: 1.125rem; color: #111827; } .married-card .heart { margin: 0.5rem 0; color: #ef4444; font-size: 2rem; } .married-card p.date { margin-top: 0.5rem; font-size: 0.875rem; color: #6b7280; } #married-count { font-size: 1rem; color: #ffffff; text-shadow: 2px 2px 4px #00000066, 0 0 25px #0000006d, 0 0 5px #00000066; margin-top: 0 !important; padding-top: 0 !important; margin-bottom: 0 !important; text-align: center; font-weight: 600; top: -10px; } #list h2 { margin-bottom: 0rem !important; } #married-total { font-weight: 700; color: #000000; } footer { color: white; text-shadow: 2px 2px 4px #00000066, 0 0 25px #0000006d, 0 0 5px #00000066; text-align: center; padding: 1rem; margin-top: 3rem; font-size: 0.875rem; } .menu-toggle, .side-menu, .menu-close, .overlay { display: none; } .lgbt-heart { background: linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-size: 1.3em; font-weight: bold; } .lgbt-heart { text-shadow: none !important; } @media (max-width: 768px) { .nav-center, .nav-right { display: none; } .menu-toggle { display: block; font-size: 2rem; background: none; border: none; color: white; cursor: pointer; } .side-menu { display: block; position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background-color: #000000; color: white; padding: 2rem 1rem; box-shadow: 2px 0 8px rgba(0,0,0,0.5); transition: left 0.3s ease; z-index: 50; -webkit-overflow-scrolling: touch; overflow-y: auto; overscroll-behavior: contain; -ms-overflow-style: none; scrollbar-width: thin; } .menu-close { display: block; font-size: 2rem; background: none; border: none; color: white; cursor: pointer; margin-bottom: 1rem; } .side-menu.open { left: 0; } .side-menu ul { list-style: none; padding: 0; margin: 0; } .side-menu ul li { margin-bottom: 1rem; } .side-menu ul li a, .side-menu ul li .apply-button { color: white; text-decoration: none; font-weight: 600; font-size: 1.2rem; display: block; padding: 0.5rem 0; } .side-menu ul li .apply-button { background-color: white; color: black; padding: 0.5rem 1rem; border-radius: 0.75rem; text-align: center; } .side-menu ul li .apply-button:hover { background: linear-gradient( 270deg, #d9059d, #11bfd6, #ffd900, #e103e9, #ffa69a, #4dce90, #90c795, #f6d365, #ff4e50 ); background-size: 1800% 1800%; animation: gradientFlow 60s ease infinite; color: #ffffff; } .overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 40; } .overlay.active { display: block; } header h2 { font-size: 2.1rem; padding: 0 1rem; line-height: 1.2; font-weight: bold; } header p { font-size: 0.8rem; padding: 0 1rem; font-style: italic; } main.container section h2 { font-size: 1.5rem; padding: 0 1rem; font-weight: bold; } main.container section p { font-size: 1rem; padding: 0 1rem; } #list h2 { font-size: 1.5rem; margin-bottom: 0.2rem; font-weight: bold; } #requirements h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1.5rem; color: #000000; font-weight: bold; } #requirements { font-size: 0.90rem; } #about h2 { font-size: 1.5rem; margin-bottom: 0.8rem; font-weight: bold; } #about p { max-width: 90vw; font-size: 1rem; padding: 0 1rem; } #prices, #extra { padding: 1rem; border-radius: 0.75rem; box-shadow: 0 1px 2px rgb(0 0 0 / 0.05); } #prices h2, #extra h2 { font-size: 1.2rem; margin-bottom: 1rem; font-weight: bold; } #prices h2 small, #extra h2 small { font-size: 0.75rem; margin-top: 0.15rem; } #prices table, #extra table { font-size: 0.8rem; } #prices th, #prices td { padding: 0.4rem 0.5rem; white-space: nowrap; } #extra th, #extra td { padding: 0.4rem 0.5rem; } #extra td:first-child { white-space: normal; } #extra td:nth-child(2) { white-space: nowrap; } #prices .toggle-icon::after, #extra .toggle-icon::after { font-size: 0.65rem; margin-left: 5px; } ul, #extra ul { padding-left: 1rem; font-size: 0.8rem; white-space: normal; } ul ul, #extra ul ul { padding-left: 1.2rem; } #extra, #apply, #list { scroll-margin-top: 80px; } html, body { height: auto; overflow-y: auto !important; -webkit-overflow-scrolling: touch; } #apply h2 { font-size: 1.25rem; margin-bottom: 0.75rem; } #apply p { font-size: 1rem; margin-bottom: 1rem; } .alert-box { max-width: 100% !important; padding: 6px 10px !important; } .alert-box .alert-title { font-size: 1rem !important; } .alert-box, .alert-box * { font-size: 0.65rem !important; } .alert-box .alert-title { font-size: 1rem !important; } }
