body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}ul{list-style:none}header{height:300px;background:linear-gradient(305deg,#dbfff3,transparent);padding:15px 30px}header>div{width:100%;max-width:1250px;margin:auto;display:flex;flex-direction:column;justify-content:space-between}header .title{width:50%;font-size:40px;text-transform:uppercase}header .topNav{display:flex;justify-content:space-between;align-content:center}header .topNav ul{display:flex;text-decoration:none;list-style:none;gap:15px}header .topNav ul li{font-weight:600;font-size:16px}footer{background-color:#333;color:#fff;padding:10px;text-align:center}main{width:100%;max-width:1250px;margin:auto;padding:80px 30px;min-height:550px}.home_body{display:flex;flex-direction:column;gap:50px}.home_body .image{width:40%}.home_body .card{display:flex;flex-direction:row;gap:30px;justify-content:center;align-content:center;align-items:center}.home_body .card:nth-child(2n){direction:rtl}.home_body .card .content{width:50%}.about_us_list{display:flex;flex-direction:column}.events_page{display:flex;flex-direction:row;gap:20px}.events_page .card{position:relative}.events_page .card h2{position:absolute;width:100%;top:50%;text-align:center;font-size:38px;color:#fff;text-transform:uppercase;text-shadow:1px 1px 20px #000}.cat_events{width:100%}.cat_events .content{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;width:100%;justify-content:flex-start}.cat_events .content .card{display:flex;flex-direction:column;width:30%}.event_single_page .email_registration{margin-top:25px}.event_single_page .email_registration label{display:flex;margin-bottom:15px;font-size:18px;font-weight:800;text-transform:uppercase;margin-top:25px}.event_single_page .email_registration input{height:40px;min-width:350px;box-shadow:none;border-radius:5px;border:1px solid #ccc;font-size:16px}.event_single_page .email_registration button{border-radius:5px;height:40px;min-width:150px;border:1px solid #5f5a5a;font-size:16px;text-transform:uppercase;margin-left:10px;font-weight:600;background:#dcfff3;cursor:pointer}.event_single_page .email_registration button:hover{color:#dcfff3;background:#333}