* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0 0 100px;
    font-family: 'Philosopher-Regular', serif;
    background-color: #121212;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:url('/bg.jpg') 50% 0% no-repeat;
    height:auto;
    background-size:cover;
}

.countdown-container {
    background: rgb(255 255 255 / 70%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    max-width: 1024px;
    width: 90%;
    margin:0 auto;
}
.countdown-container h2 {
    margin-bottom:30px;
}
.top {
    display:flex;
    justify-content:space-between;
    max-width:1024px;
    margin:0 auto;
}
.logo {
    width:40%;
    margin-top:75px;
}
.logo img {
    width:100%;
}
.description {
    text-align:right;
    width:60%;
    margin-top:50px;
}
h1 {
    font-size:85px;
    margin:0 0 0 20px;
    color: #e74560;
    font-family: "GreatVibes-Regular";
    font-weight:normal;
    text-align:left;
}
.top p {
    font-family: "GreatVibes-Regular";
    font-size:45px;
    color:#3968a6;
    margin:0;
}
.time {
    color:#e74560;
    font-size:50px;
    font-family: "Philosopher-Italic";
    margin-top:40px;
}
.time span {
    display:block;
    font-size:22px;
}
.address {
    color:#333;
    font-size:22px;
    margin-top:10px;
    font-family: "Philosopher-Italic";
    padding-left:10%;
}
.address a {
    display:block;
    margin:10px 0;
    color:#3968a6;
    font-size:16px;
}
.address a:hover {
    color:#e74560;
}
.partners {
    margin-bottom:50px;
}
.partners a {
    color:#fff;
    margin-left:15px;
    font-family: "Philosopher-Italic";
    background:#3968a6;
    text-decoration:none;
    padding:7px 20px 8px;
    border-radius:30px;
    font-weight:normal;
}
.partners a:hover {
    background:#e74560;
}
.event-date {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #3968a6;
}

@media (max-width: 1024px) {
    .top {padding:0 20px;}
}

.middle {
    max-width:1024px;
    margin:20px auto;
}
.attention {
    margin:75px auto 100px;
    color:#333;
    background:rgb(255 255 255 / 60%);
}
.attention-inner {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    max-width:1024px;
    margin:0 auto;
}
.attention-left {
    width:100%;
    text-align:left;
}
.attention-left p {
    border-radius:10px;
    padding:80px 70px;
    position:relative;
    font-family: "Philosopher-Italic";
    font-size:25px;
    color:#e74560;
}
.attention-left p:before {
    content:'"';
    font-size:150px;
    position:absolute;
    top:-25px;left:0;  
    line-height:100%;
    opacity:0.15;
    color:#3968a6;
}
.attention-left p:after {
    content:'"';
    font-size:150px;
    position:absolute;
    bottom:-25px;right:0; 
    line-height:100%;
    opacity:0.15;
    color:#3968a6;
    transform: rotate(180deg);
}
.attention-left a {
    display:block;
    font-size:16px;
    margin-top:10px;
    color:#3968a6;
}
.attention-left a:hover {
    color:#e74560;
}
.attention-right {
    width:calc(100%/100*40 - 20px);
     text-align:right;
}
@media (max-width: 960px) {
    .attention-left {width:100%;}
    .attention-right {width:100%;text-align:right;}
    .time {margin-top:20px;}
    .address {font-size:20px;margin-top:20px;padding:0;}
    .address a {margin:20px 0 0;}
}
.middle h2, .middle h3 {
    display:block;
    margin:-24px 0 40px;
    padding:7px 0 10px;
    text-align:center;
    border-radius:25px;
    color: #333;
    font-family: "GreatVibes-Regular";
    font-weight:normal;
    font-size:50px;
}
.imgs {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    color:#666;
    font-size:20px;
    font-family: "Philosopher-Italic";
}
.img {
    width:50%;
    margin-bottom:50px;
}
.img a {
    color:#666;
    text-decoration:none;
}
.img a:hover {
    color:#3968a6;
    text-decoration:none;
}
.items {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:100px 0 100px;
    color:#333;
}
.item {
    width:calc(100%/5 - 20px);
    text-align:center;
    font-size:20px;
    font-family: "Philosopher-Italic";
    color: #3968a6;
}
.item:nth-child(even) {
    color: #e74560;
}
@media (max-width: 768px) {
    .items {
        justify-content:center;
    }
    .item {
        width:calc(100%/3 - 20px);
        margin:25px 0;
    }
}
@media (max-width: 524px) {
    .item {
        width:100%;
        margin:25px 0;
    }
}
.dress {
    display:block;
    margin:0 20px 100px;
    text-align:left;
    background:#fff;
    border-radius:40px;
    padding:20px 40px;
    color:#fff;
    font-size:20px;
    font-family: "Philosopher-Italic";
    background: rgb(57,104,166);
    background: rgb(57,104,166);
    background: linear-gradient(270deg, rgba(57,104,166,1) 0%, rgba(231,69,96,1) 100%);
}
.dress strong {
    margin-right:5px;
    font-family: "Philosopher-BoldItalic";
}
.item img {
    display:block;
    margin:0 auto 30px;
}
.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.countdown-item {
    background: rgb(255 255 255 / 90%);
    padding: 20px;
    border-radius: 10px;
    min-width: 100px;
    border:1px solid #f6f6f6;
}
h2 {
    font-family: "Philosopher-Italic";
    font-weight:normal;
    color:#333;
    font-size:27px;
}
.countdown-number {
    font-size: 3rem;
    font-weight: bold;
    color: #3968a6;
}

.countdown-label {
    font-size: 1rem;
    color: #333;
    text-transform:lowercase;
    margin-top: 5px;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background: hwb(350deg 27.06% 9.41% / 10%);
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, #e74560, #3968a6);
    width: 0%;
    transition: width 0.5s ease;
}

@media (max-width: 960px) {
    .top {
        flex-wrap:wrap;
        width:100%;
        justify-content:center;
        position:relative;
        padding-bottom:150px;
    }
    .logo {
        width:100%;margin:0;
    }
    .logo img {
        width:100%;
        max-width:468px;
    }
    .description {
        text-align:center;
        width:100%;
        padding-left:0;
        margin:0;
    }
    h1 {
        font-size:70px;
        margin:0;
        text-align:center;
    }
    .countdown-container {
        background: rgb(255 255 255 / 70%);
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        max-width: 1024px;
        width:auto;
        margin:0 20px;
    }
    .img {
        width:100%;
        margin-bottom:50px;
    }
    .img img {
        display:block;
        margin:0 auto;
    }
    .partners {
        position:absolute;
        bottom:0;left:auto;right:calc(100% / 2 - 180px);
        width:auto;
    }
    .partners a {
        color:#fff;
        margin:0 10px;
        font-family: "Philosopher-Italic";
        background:#3968a6;
        text-decoration:none;
        padding:7px 20px 8px;
        border-radius:30px;
        font-weight:normal;
    }
}
@media (max-width: 524px) {
    .partners {
        bottom:-75px;left:auto;right:auto;
        width:auto;
        display:flex;
        flex-wrap:wrap;
       padding:0 40px 0 40px;
    }
    .partners a {
        margin:20px 0;
        width:100%;
    }
     h1 {
        font-size:60px;
    }
}
@media (max-width: 480px) {
    .partners {padding:0 40px 0 20px;}
}

.fixed-btn {
    position:fixed;
    bottom:20px;right:20px;
}
.fixed-btn-inner {
    
}
.fixed-btn-inner a {
    background:#e74560;
    display:inline-block;
    padding:12px 40px 12px 80px;
    border-radius:40px 10px 10px 40px;
    text-transform:lowercase;
    text-decoration:none;
    font-family: "GreatVibes-Regular";
    font-size:30px;
    color:#fff;
    -webkit-transition: all 360ms ease-in-out;
    -moz-transition: all 360ms ease-in-out;
    -o-transition: all 360ms ease-in-out;
    -ms-transition: all 360ms ease-in-out;
    transition: all 360ms ease-in-out;
    position:relative;
    font-weight:normal;
}
.fixed-btn-inner a:hover {
    background:#3968a6;
    -webkit-transition: all 360ms ease-in-out;
    -moz-transition: all 360ms ease-in-out;
    -o-transition: all 360ms ease-in-out;
    -ms-transition: all 360ms ease-in-out;
    transition: all 360ms ease-in-out;
}
.fixed-btn-inner a:before {
    content:'';
    top:16px;left:20px;
    background:#3968a6;
    width:24px;height:24px;
    position:absolute;
    border-radius:40px;
    border:4px solid #fff;
}

@media (max-width: 524px) {
    .countdown-container {padding:20px;}
    .countdown-container h2 {font-size:22px;}
    .img img {width:90%;}
}

.open-form-btn {
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
}
.modal-content {
    position: relative;
    margin: 5% auto;
    padding:50px 30px;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: modalopen 0.3s;
}
@keyframes modalopen {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close-btn:hover {
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin:15px 0;
    color:#333;
    text-align:left;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.honeypot {
    display: none;
}

button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #3968a6;
    border-radius:30px;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

button[type="submit"]:hover {
    background-color: #e74560;
}

.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.checkbox-group {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
}

.checkbox-group input {
    margin-right: 10px;
    margin-top:18px;
}

.checkbox-group label {
    font-weight: normal;
    text-align: left;
    font-size:14px;
}

.terms-link {
    color: #0066cc;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .modal-content {
        margin: 10% auto;
        width: 90%;
    }
}

@media (max-width: 400px) {
    .modal-content {
        padding: 15px;
    }
    
    input[type="text"],
    input[type="tel"],
    button[type="submit"] {
        padding: 8px;
        font-size: 14px;
    }
}
.footer {
    margin:100px auto 50px;
    max-width:1104px;
    padding:0 40px;
    font-size:14px;
    text-align:left;
}
.footer a {
    color:#3968a6;
    font-family:"Philosopher-Bold";
    margin:10px 20px;
    display:inline-block;
}
.footer hr {
    margin:10px 0;
}
.footer a:hover {
    color: #e74560;
    font-family:"Philosopher-Bold";
}
.footer a:first-child {
    margin:0;
}
@media (max-width: 768px) {
    .footer a {margin:10px 0;display:block;}
}

.system-page {
    max-width:1104px;
    padding:40px 20px;
    margin:0 auto;
    text-align:left;
}
.system-page h1 {
    font-family:"Philosopher-Bold";
    font-size:30px;
    margin:50px 0 20px 0;
}
.system-page h2 {
    font-family:"Philosopher-Bold";
    font-size:25px;
    margin:20px 0;
    color:#3968a6;
}
.system-page p {
    line-height:150%;
    margin-bottom:30px;
}
.system-page strong {
    line-height:150%;
    margin-bottom:30px;
    font-family:"Philosopher-Bold";
}
.system-page ul {
    margin:0;
    padding:0 20px 20px;
}
.over {
    text-transform:uppercase;
    margin:50px auto;
    padding-top:50px;
    font-family:"Philosopher-Bold";
    color: #e74560;
    font-size:40px;
    max-width:1366px;
    border-top:2px dashed #e74560;
}