@import "fonts.css";

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
}


html {
    font-size: 100%;
}

body {
    margin: 0;
    font-family: 'Apparat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background-color: #130426;
    overflow-x: hidden;
}


.city-selector {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.city-selector img {
    margin-right: 6px;
}

.city-selector h2{
    font-size: 25px;
}

.notification-modal .modal-header{
    border: 0;
    background: linear-gradient(to left, #ead673, #d3a53b);
}

.notification-modal .modal-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, #ead673, #d3a53b);
    /*padding: 0 0 0 20px;*/
}

.modal-body .first-line{
    /*top: 15px;*/
    /*position: absolute;*/
}

.modal-body img {
    width: 200px;
    clip-path: polygon(0 100%, 50% 0, 100% 0%, 100% 100%);
}

.navbar {
    padding-top: 0;
}

.logo-header {
    width: 200px;
    height: auto;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-family: 'Academy Engraved LET', sans-serif;
    font-size: 95px;
    font-weight: 100;
    font-style: normal;
    color: #deb34f;
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-size: 50px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}


/* Intro */
.intro{
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar-nav {
    margin-left: auto;
    padding-right: 80px;
}

.navbar-brand {
    padding-left: 10px;
}

.nav-item {
    margin-left: auto;
    font-size: 25px;
    font-weight: 100;
}

.nav-item.accent {
    background: #dec364 linear-gradient(to bottom, #ead673, #d3a53b);
    border-radius: 20px;
    border: 0;
    outline: none;
    text-align: left;
    padding-inline: 5px;
}

.nav-item.accent .nav-link {
    color: #000;
    text-align: right;
}

.nav-link {
    color: white;
}

.title {
    margin-bottom: 15px;
}


.reg_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    font-family: 'Apparat', sans-serif;
    font-size: 25px;
    font-weight: 100;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-outline-light {
    border-radius: 25px;
}

.music_record {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 120px;
}

.next_games {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.next-game-block {
    width: 343px;
    height: auto;
    margin: 31px;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 25px; /* Закругленные края блока */
    overflow: hidden;
    border: 2px solid #170325;
    background: linear-gradient(to right, #170325, #3b0042, #170325);
  }
  
  .next-game-block:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(62, 42, 69, 0.4); /* Свечение вокруг блока */
  }

  
  .next-game-block p {
    margin-top: 10px;
    text-align: center;
  }

h2.game_name {
    font-family: 'Apparat', sans-serif;
    position: relative;
    text-align: center;
    color: rgba(218, 178, 253, 0.7);
    font-weight: 200;
    font-size: 25px;
    display: block;
    padding-top: 19px;
    margin-bottom: 20px;
    width: 100%;
    left: 5px;
}

.date {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    padding-left: 26px; 
}

.date p {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    align-self: center;
    color: rgba(218, 178, 253, 0.7);
    letter-spacing: 2px;
}

.date img {
    margin-right: 19px;
}

.location {
    display: flex;
    width: 100%;
    padding-left: 26px;
    margin-bottom: 30px;
}

.location img {
    margin-right: 19px;
}

.location p {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    align-self: center;
    color: rgba(218, 178, 253, 0.7)
}

.entry {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 73px;
}

.entry p {
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: 100;
    color: #dab2fd;
    align-self: center;
}

p.state {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    color: #dab2fd;
    align-self: center;
    text-decoration-line: underline;
}

.shedule-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-bottom: 50px;
}

.details-container {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.video-container {
    display: flex;
    z-index: 5;
    margin-top: 40px;
    width: 100vw;
    justify-content: center;
}

.video-container lite-youtube {
    border-radius: 40px; /* Закругленные края видео */
    border: solid 4px #6B3472;
    width: 100vw;
}
  


.details-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #4D0956, #1F0434, #4D0956);
    margin-bottom: 60px;
    width: 600px;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
  
  .text-container {
    padding: 30px 45px;
  }
  
  .text-container h3 {
    font-family: 'Apparat', sans-serif;
    color: #dab2fd;
    text-align: left;
    font-size: 20px;
    margin: 0;
  }

  .rules {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .rules img {
    display: inline-block;
    position: relative;
  }

  .text-rules {
    margin-left: 200px;
    margin-right: 250px;
  }

  .galochka {
    margin-bottom: 35px;
    display: flex;
    position: relative;
  }

  .galochka img {
        width: 75px;
        height: 75px;
        max-height: 90px;
        margin-right: 35px;
  }

  .ebanutaya-galochka img {
      width: 75px;
        height: 75px;
        max-height: 90px;
      margin-right: 43px;
  }

  .text-rules-container {
    color: #dab2fd;
  }

  .text-rules-container h3 {
    padding-left: 10px;
    font-size: 34px;
    font-weight: bold;
  }

  .text-rules-container p {
    font-size: 25px;
    font-weight: 200;
    line-height: 1.3;
  }

.last-photos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    display: inline-block;
    position: relative;
    margin: 50px;
    border-radius: 25px; /* Закругленные края блока */
    overflow: hidden;
    background: radial-gradient(#1d0533 40%, #461053);
    border: 0;
    box-shadow: 0 0 15px #ffffff43;
    
}

.card img{
    width: 18rem;
}

  .card-body h5 {
    color: #dab2fd;
    font-size: 25px;
    font-weight: bold;
  }

  .card-body p {
    color: #dab2fd;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 15px;
  }

  .watch-photo-btn {
      background: #dec364 linear-gradient(to bottom, #ead673, #d3a53b);
      color: #000;
    border-radius: 25px;
    border: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
.watch-photo-btn:hover {
    background: #fff;
    box-shadow: 0px 0px 15px #fff;
    color: #000;
    transition: all 0.3s;
}

.order-container {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
    flex-wrap: wrap;
}

.buttons {
    display: flex;
    flex-direction: column; /* Display buttons in a column */
    gap: 15px; /* Gap between buttons */
    margin-right: 56px;
}

.order-btn {
    width: 415px;
    background: #dec364 linear-gradient(to bottom, #ead673, #d3a53b);
    color: #000;
    border-radius: 20px;
    border: 0;
    padding: 10px 25px 5px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 35px;
    transition: all 0.5s;
}

.order-btn:hover {
    background: #fff;
    box-shadow: 0px 0px 15px #fff;
    color: #000;
    transition: all 0.3s;
}

.page-footer {
    margin-top: auto; /* Футер остается внизу */
    display: flex;
    background: linear-gradient(to bottom, #ead673, #d3a53b);
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo-footer {
    width: 128px;
    margin-right: 100px; 
}

.socials {
    margin-right: 100px; 
}

.socials img {
    margin-right: 10px;
    width: 50px;
}

.page-footer h5 {
    color: #270648;
    transition: all 0.2s;
}

.page-footer h5:hover{
    color: #fff;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .notification-text {
        justify-content: flex-start;
    }

    .modal-body .notification-image{
        height: 148px;
        width: 200px;

    }
    .modal-body .first-line {
        font-size: 4vw;
        position: relative;
        margin-bottom: 30px;
    }
    .modal-body .second-line {
        font-size: 4vw;
    }

    .city-selector h2 {
        font-size: 15px;
    }

    .logo-header {
        width: 150px;
    }

    .navbar-nav {
        padding-right: 15px;
    }

    h1 {
        font-size: 11vw; 
    }

    h2 {
        font-size: 8vw;
    }
    
    .music_record img {
        width: 100%;
        height: auto;
    }
    .next_game_rect {
        padding: 0;
    }

    .image-container img {
        height: 250px;
    }

    .text-container {
        padding: 20px 20px;
    }

    .rules-btn {
        margin-top: 260px;
    }


    .video-container {
        width: 95vw;
    }

    .video-container lite-youtube {
        border: solid 1px #6B3472;
        position: relative;
        border-radius: 45px 45px 0 0;

    }

    .details-text-container {
        width: 95vw;
    }

    .rules img {
        width: 50%;
        height: 50%;
    }

    .text-rules {
        margin: 0 15px;
    }

    .text-rules-container h3 {
        font-size: 28px;
    }

    .text-rules-container p {
        font-size: 20px
    }

    .card {
        margin-bottom: 10px;
    }

    .order-container {
        margin-top: 15px;
    }

    .order-btn {
        width: 80vw;
    }

    .buttons {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .logo-footer {
        margin-right: 10px;
    }

    .logo-footer img {
        width: 120px;

    }

    .socials {
        margin-right: 10px;
    }

    .socials img {
        margin-right: 0px;
        width: 40px;
        height: 40px;
    }

    .numbers {
        padding-top: 10px;
    }
}

