h1 {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    border: none;
}
* {
    padding: 0;
    margin: 0;
}
body {
    padding: 0;
    font-family: Roboto;
}

html {
    scroll-behavior: smooth;
}

.section {
    padding: 77px 0;
    }
    
.dark-section {
    background: #030303;
}

.video-section {
padding: 90px 0 75px;
}

main {
    padding: 0 !important;
    margin: 0!important;
    border: none !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    padding: 0 !important;
    margin: 0 !important;
}

.header-wrapper {
    height: 150px;
    background: #030303;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: space-between;
    width: 198px;
    cursor: pointer;
}

.logo img {
    width: 49px;
    height: 26px;
}

.logo-title {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: uppercase;
}

.navigation {
width: 804px;
}

.navigation-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 804px;
    width: 100%;
    padding: 0;
}

.navigation-item {
    list-style: none;
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin: 0 28px;
}

.navigation_contacts {
    margin-right: 0;
}

.navigation_link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
}

.navigation_link:hover {
    color: #9D8665;
    transition: .3s;
}

.welcome_wrapper {
    position: relative;
    display: flex;
}

.welcome-content {
    position: relative;
    padding: 0 0 60px;
    width: 100%;
    height: 810px;
    display: flex;
    flex-direction: column;
    background: #030303;
    height: 750px;
}

.carousel {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    z-index: 0;
}

.slides-container {
    display: flex;
    transition: all ease 1s;
    transition-duration: 0ms;
    position: relative;
    width: 100%;
    z-index: 0;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.slide {
    display: none;
    animation: .5s ease-in-out;
}
.active-slide {
    display: block;
}

.carousel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 750px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 16.19%, rgba(0, 0, 0, 0) 30.73%);
    z-index: 0;
}

.dots-container {
    display: flex;
}

.welcome_button {
    margin: 75px 0 0;
    width: 360px;
    height: 75px;
    background: #710707;
    border-radius: 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-style: none;
    text-decoration: none;
    z-index: 1;
}

.welcome_button:hover {
    background: #9D8665;
    transition: 0.3s;
}

.dots-welcome {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 600px;
    height: 120px;
    background: #030303;
    z-index: 1;
}

.dots_button-welcome {
    padding-left: 29px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
}

.dots_button-welcome:hover > svg path {
    fill: #9D8665;
    transition: 0.3s;
}

.dots-text {
    margin: 0 52px 0 74px;
    letter-spacing: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dots-slide-welcome {
    margin: 0 25px 0 0;
    width: 16px;
    height: 16px;
    background: #eee;
    cursor: pointer;
}

.active-dot {
    background: #9D8665;
}

.dots-slide-welcome:hover {
    background: #9D8665;
    transition: 0.3s;
}

.section-title {
    max-width: 670px;
    width: 100%;
    margin: 149px 0 0;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;  
    color: #FFFFFF;
    z-index: 1;
}

p {
    margin: 25px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 2px;
    color: #FFFFFF;
    z-index: 1;
}

.title-visiting {
    padding-bottom: 25px;
    margin: 0;
    color: #9D8665;
    width: 1440px;
    border-bottom: 3px solid #710707;
    display: block;
    width: 100%;
}

.items-container {
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 75px;
    column-gap: 60px;
    max-width: 1440px;
}

.item {
    display: block;
    text-decoration: none;
}

.item img {
    width: 440px;
    height: 285px;
}

.item-title {
    position: relative;
    margin-top: 21px;
    padding-bottom: 10px;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000000;
}

.item-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 43px;
    border-bottom: solid #710707;
    width: 68%;
    height: 2px;
    transition: width .3s;
}

.item:hover > .item-title:after {
    width: 100%;
}

.item-text {
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 26px;
    color: #000000;
}

.second-text {
    font-size: 18px;
    line-height: 21px;
}

.explore-section {
    padding-bottom: 70px;
}

.explore {
    display: flex;
    justify-content: space-between;
}

.title-explore {
    padding-bottom: 25px;
    margin: 0 0 75px;
    color: #9D8665;
    border-bottom: 3px solid #710707;
}

.yellow {
    color: #CAAA7D;
}

.explore-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.explore-image {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.explore-image img {
    display: block;
    max-width: 720px;
    width: 100%;
    height: 700px;
}

.explore-content {
    margin-top: 75px;
    max-width: 659px;
}

.slider-range {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

 .explore-slider {
    position: relative;
    max-width: 700px;
    width: 100%;
    height: 720px;
    display: flex;
    background: url(assets/img/before.jpg) no-repeat;
    background-position: 0 center;
    margin-top: 90px; 
    background-size: cover;
} 

.range-input {
    -webkit-appearance: none;
    width: 100%;
    background: none;
    z-index: 10;
    position: absolute;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 720px;
    background: transparent;
    cursor: ew-resize;
    position: relative;
} 


.original-image {
    position: absolute;
    left: 0;
    width: 20%;
    height: 720px;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    background: url(assets/img/after.jpg);
    background-position: 0 center;
    background-size: cover; 
}

.original-image:after {
    content: '';
    position: absolute;
    top: 45%;
    right: -23px;
    width: 40px;
    height: 40px;
    background:  #fff;
    border-radius: 50%;
}

.video-secrion {
    padding-bottom: 0;
}

.video-content {  
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
}

.video-text {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    color: #000000;
    width: 50%;
}

.title-video {
    color: #9D8665;
    margin: 0;
}

.video {
    position: relative;
    font-size: 0;
    width: 100%;
}

.main-video {
    position:relative;
    width: 1440px;
    height: 650px;
    overflow:hidden;
}

.maim-iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.video-slide {
    position:relative;
    height: 254px;
    max-width: 452px;
    width: 100%;
    overflow:hidden;
}

.overlay{
    top:0;
    left:0;
    width:452px;
    height:100%;
    position: absolute;
}

.tooltip {
    display: none;
    position: absolute;
    line-height: 60px;
    top: 10%;
    left: 47%;
    width: 100px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.unvisible {
    opacity: 0;
    visibility: hidden;
}

.disabled {
    display: none;
}

.slider-iframe {
    position:absolute;
    top:0;
    left:0;
    width:452px;
    height:254px;
} 

.progress-bar {
    position: absolute;
    bottom: 0;  
    width: 100%;
    background: #000000;
}

.progress-bar_container {
    max-width: 1380px;
    height: 85px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.progress { 
    background: linear-gradient(to right, #710707 0%, #710707 0%, #fff 0%, #fff 100%);
    height: 8px;
    max-width: 929px;
    width: 100%;
    outline: none;
    transition: 450ms ease-in;
    border: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #FFFFFF;
  }

  .progress-volume {    
    background: linear-gradient(to right, #710707 0%, #710707 44%, #fff 44%, #fff 100%); 
    height: 8px;
    width: 155px;
    outline: none;
    transition: 450ms ease-in;
    border: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
  }

  .progress-volume::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #FFFFFF;
  }

  .volume-icon {
      cursor: pointer;
  }

  .container-video {
      position: relative;
  }

  .video-secrion {
    padding-bottom: 75px;
}

.video-slider {
    max-width: 1440px;
    width: 100%;
    margin-top: 40px;
    top: 899px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    z-index: 0;
}

.slider {
    width: 3907px;
    column-gap: 42px;
    display: flex;
    transition: all ease 1s;
    transition-duration: 0ms;
    position: relative;
    z-index: 0;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
   
}

video {
    position: relative;
    width: 100%;
    height: 735px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-slide {
    position: relative;
}

.toggle {
    width: 37px;
    height: 37px;
    background: transparent;
    color: white;
}

.playButton {
    position: absolute;
    top: 29%;
    right: 42%;
    margin: 0 auto;
}

.scale {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.fullscreen {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
    background: #000000;
	background-size: contain;
	transition: 0.3s;
	cursor: pointer;
	background-image: url(assets/svg/scale.svg);
}

:-webkit-full-screen .fullscreen {
	background-image: url(assets/svg/fullscreen_exit.svg);
}

.fullscreen-exit {
    display: none;
}

.fixed {
    max-width: 2900px;
}

.mute {
    cursor: pointer;
    display: none;
}

.prew {
    position: absolute;
    top: 0;
    left: 0;
    width: 452px;
    height: 254px;
    z-index: -1;
}

.prew-image {
    width: 100%;
}

.dots-video-container {
    display: flex;
    justify-content: space-between;
    width: 140px;
}

.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.dots-slide {   
    display: block;
    width: 12px;
    height: 12px;
    background: #999999;
    border-radius: 50%;
    cursor: pointer;
}

.active-video {
    background: #333333;
}

.dots-slide:hover {
    background: #710707;
    transition: .3s;
}

.dots_button {
    text-align: center;
    background: none;
    border: none;
    width: 10px;
    height: 12px;
    cursor: pointer;
}

.dots_button:hover > svg path {
    fill: #710707;
    transition: .3s;
}

.picture-container {
    height: 2035px;
    overflow-y: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

#menu__toggle {
    opacity: 0;
  }

.inner-container {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    margin: 75px 0 0;
    padding: 0;
    height: 3000px;
    -webkit-column-gap: 18px;
    column-gap: 18px;
    row-gap: 24px;
}

.inner-container:before {
    content: "";
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.picture {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    width: 31.5%;
    height: auto;
    object-fit: contain;
    transition: all 2s ease;
    transform: scale(0.95);
}


.active-galery {
 transform: translate(0px);
 opacity: 1;
 transform: scale(1);

}

.inner-container::before, .inner-container::after {
    content: "";
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.picture:nth-child(1), .picture:nth-child(3) {
    margin-top: 50px;
}

.picture:nth-child(3n + 1) {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.picture:nth-child(3n + 2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.picture:nth-child(1), .gallery-item:nth-child(3) {
    margin-top: 50px;
}

.picture:nth-child(3n) {
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.inner-container:after {
    content: "";
    position: absolute;
    max-width: 1440px;
    width: 100%;
    height: 360px;
    left: 0px;
    top: 1600px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.galery {
    padding-top: 75px;
}

.galery-title {
    margin: 0;
    margin-bottom: 75px;
}

.tickets {
    padding-bottom: 72px;
}

.tickets-content {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

.content-container {
    max-width: 1050px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tickets-type {
display: flex;
flex-direction: column;
}

h4 {
    margin-bottom: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}

.container-type {
    display: block;
    position: relative;
    padding-left: 41px;
    margin-bottom: 26px;
    cursor: pointer;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
  }
  
  .container-type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 14px;
    height: 14px;   
    border: 2px solid #000000;
    background-color: #eee;
    border-radius: 50%;
  }

  .container-type input:checked ~ .checkmark {
    background-color: #eee;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container-type input:checked ~ .checkmark:after {
    display: block;
  }
  
.container-type .checkmark:after {
    top: 3px;
    left:3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}

.number {
    width: 100px;
    text-align: center;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amount {
    display: flex;
    flex-direction: column;
}

.amount-title {
    margin-bottom: 0;
}

.count-subtitle {
    margin: 25px 0 15px 26px;
    align-self: flex-start;
    font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 26px;
}

.counter {
    position: relative;
    width: 146px;
    height: 45px;
    border: 3px solid #000000;
    margin-bottom: -16px;
}

.minus {
    position: absolute;
    left: 14px;
    display: block;
    bottom: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
}

.form-counter {
    position: relative;
    display: flex;
    justify-content: center;
}


.number {
    height: 50px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    border: none;
    background: transparent;
}

.count-modal {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    border: none;
    background: transparent;  
}

.plus {
    margin-right: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    background: none;
    border: none;
    cursor: pointer;
    border-left: none;
    z-index: 1;
}

.total {
    margin-top: 64px;
    font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 33px;
letter-spacing: 1.65px;
color: #000000;
}

.tickets__button {
    margin-top: 60px;
    max-width: 175px;
    width: 100%;
    height: 50px;
    background: #000000;
    border-radius: 2px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

.tickets__button:hover {
    background: #9D8665;
}

.parallax {
    width: 100%;
    height: 400px;
    background-image: url(assets/img/parallax.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.contacts-title {
    margin-top: 0;
}

h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    width: 60%;
    margin-bottom: 30px;
}

.contacts-section {
    padding-bottom: 73px;
}

.contacts-content {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.adress {
    display: flex;
    flex-direction: column;
}

.adress-link {
    font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 26px;
color: #000000;
text-decoration: none;
margin-top: 24px;
letter-spacing: 0;
}

.contacts-image {
    width: 100%;
    height: 620px;
}

ul {
    list-style: none;
}

.footer-link {
    font-family: Roboto;
font-style: normal;
font-weight: 200;
font-size: 22px;
line-height: 26px;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
}

.conf {
    width: 100%;
    height: 124px;
    border-top: 3px solid #666666;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 87px 0 50px;
}

.footer-content {
    display: flex;
    gap: 145px;
}

.footer-list {
    display: flex;
    flex-flow: column wrap;
    column-gap: 160px;
    row-gap: 25px;
    height: 128px;
    width: 363px;
}

.social {
    display: flex;
    padding-bottom: 5px;
}

.social-list {
    display: flex;
    gap: 25px;
    align-self: flex-end;
}

.social-item {
    width: 48px;
    height: 48px;    
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666666;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 0px #666666);
    border-radius: 50%;
}

.social-item:hover {
    border: 1px solid #9D8665;
}

.social-item:hover > .social-link svg path {
    fill:#9D8665;
}

.conf-container {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 50px auto;
}

.conf-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.rss {
    margin-left: 45px;
}

.title-modal {   
font-family: Forum;
font-style: normal;
font-weight: normal;
font-size: 50px;
line-height: 55px;
text-transform: uppercase;
color: #9D8665;
}

.modal-content {
    margin-top: 90px;
}

.modal-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #710707;
    border-bottom: 3px solid #740C11;
    margin-top: 14px;
    margin-bottom: 60px;
    letter-spacing: 0;
    padding-bottom: 7px;
}

.modal-count {
    background: #FFFFFF;
    border: 1px solid #030303;
    padding: 10px 15px 10px;
    display: flex;
    flex-direction: column;
}

.count-title-modal {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #9D8665;
    border-bottom: 2px solid #740C11;
    padding-bottom: 7px;
    margin: 0;
}

.count-subtitle-modal {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    margin: 0;
}

form {
    display: flex;
    flex-direction: column;
}

.date {
    display: flex;
    column-gap: 20px;
    margin-bottom: 18px;
}

.date-input {
    position: relative;
    padding: 0 8px 0 42px;
    width: 137px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #030303;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #030303;
    outline: none;
}

#notify {
    width: 100%;
    height: 0;
    color: red;
    display: block;
    transform: translate(0, -19px);
}

input[type="date"] {
    background-image: url(assets/svg/date.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
}

input[type="time"] {
    background-image: url(assets/svg/time.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
}

input[type="email"] {
    background-image: url(assets/svg/email.svg);
    background-size: 15px 11px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
}

input[type="tel"] {
    background-image: url(assets/svg/tel.svg);
    background-size: 14px 23px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
}

select[name="tickets"] {
    position: relative;
    background-image: url(assets/svg/ballot.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
    width: 400px;
}

.date-input:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(assets/svg/arrow.svg);
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 50px 1rem;
}

.text {
    position: relative;
    width: 346px;
    margin-bottom: 18px;
    background-image: url(assets/svg/name.svg);
    background-size: 13px 15px;
    background-repeat: no-repeat;
    background-position: 13px 1rem;
}

.age {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.counter-modal {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.form-counter-modal {
    display: flex;
    justify-content: space-between;
}

.modal-count {
    max-width: 368px;
    width: 100%;
}

.modal {
    height: 26px;
    background: #030303;
    margin: 0;
    position: relative;
    width: 35px;
    font-size: 16px;
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-number {
    width: 47px;
    height: 22px;
    border: 2px solid #030303;
}

.card {
    max-width: 530px;
    width: 100%;
    height: 663px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #030303;
    margin-top: 90px;
    margin-left: 40px;
}

.modal-container {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    height: 845px;
}

.modal-button {
    background: #710707;
    width: 220px;
    height: 45px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    align-self: flex-end;
    margin-right: 30px;
}

.modal-button:hover {
    background: #9D8665;
}

.modal-image {
    width: 470;
    height: 541px;
}

.tickets-modal {
    background: #FFFFFF;
    position: fixed;
    height: 845px;
    max-width: 1440px;
    width: 100%;
    top: calc(50vh - 422.5px);
    left: calc(50vw - 730px);
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
    visibility: hidden;
}

.cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 1;
    visibility: hidden;
  }

  .visible {
    opacity: 1;
    visibility: visible;
  }

  .move {
    transform: translate(0);
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .modal-container {
      max-width: 970px;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }

  .close {
      position: absolute;
    top: 92px;
    right: 100px;
    cursor: pointer;
  }

  .welcome-link {
      color: #eee;
      text-decoration: none;
  }

  .gap {
margin-top: 50px;
  }

  .card {
      display: flex;
      flex-direction: column;
  }

  .card-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      padding-top: 27px;
  }

  .card-content {
      display: flex;
      flex-direction: column;
      margin-left: 30px;
  }

  .card-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #272727;
  }

  .card-subtitle {
      margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #740C11;
  }

  .card-text {
    display: flex;
    column-gap: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px; 
    letter-spacing: 1;  
    color: #030303;
    margin-bottom: 5px;
  }

  .card-image {
    width: 150px;
    height: 120px;
    margin-right: 30px;
  }

  .card-cost {
      max-width: 470px;
width: 100%;
display: flex;
flex-direction: column;
margin-top: 17px;
  }

  .cost-container {
      display: flex;
      align-items: center;    
    margin-bottom: 6px;
  }

  .cost-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;   
    color: #030303;
   
  }

  .cost-total {
      display: flex;
      justify-content: space-between;
      border-top: 2px solid #740C11;
      margin-top: 4px;
      padding: 9px 0 0px;
  }

  .cost-total-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    color: #030303
  }

  .cost-number {
    width: 33px;
    height: 20px;
    background: #030303;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-right: 10px;
    color: #A4A4A3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .euro {
      display: flex;
      align-self: flex-end;
      margin-left: auto;
  }

  .front {
      position: relative;
      padding: 15px 20px;
      width: 100%;
      background-image: url(assets/img/card_front.jpg);
      background-position: 0% 0%;
      background-repeat: no-repeat;
      width: 320px;
      height: 211px;
      display: flex;
      flex-direction: column;
      z-index: 2;
  }

  .pay-form {
      position: relative;
      height: 241px;
      max-width: 470px;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 24px;
  }
  .back {
    position: relative;
    bottom: 211px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    background-image: url(assets/img/card_back.jpg);
    background-position: 100% 10%;
    background-repeat: no-repeat;
    height: 211px;   
}

.card-number {
    width: 215px;
    height: 35px;
    background: #FFFFFF;
    border: 0.5px solid #A4A4A3;
}

select[name="date"],
select[name="year"] {
width: 100px;
height: 35px;
margin-top: 5px;
}

select[name="date"] {
    margin-right: 17px;
    }

.card-date {
    display: flex;
    align-items: flex-end;
    margin-top: 12px;
}

label[for="card-number"],
label[for="Expiration"],
label[for="name"] {
    display: flex;
    flex-flow: column;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
}

label[for="name"] {
    margin-top: 15px;
}

label[for="code"] {  
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin: 65px 16px 0 0;
    color: #161615; 
}

.code {
    width: 75px;
    height: 35px;
    display: flex;
    flex-flow: column;
    margin-top: 6px;
    background: #FFFFFF;
    border: 0.5px solid #A4A4A3
}

.code-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    width: 55px;
    margin: 6px 25px 0 0;
    color: #161615;
}

.card-name {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 0.5px solid #A4A4A3;
}

.project-image {
    position: relative;
    display: none;
    animation: 0.5s ease-in-out;
}

.active,
.next {
    display: block;
}

.next {
    position: absolute;
    top: 0;
    width: 100%;
} 

.to-left {
    animation-name: left;
}

.to-right {
    animation-name: right;
    animation-direction: reverse;
}

.from-left {
    animation-name: left;
    animation-direction: reverse;
}

.from-right {
    animation-name: right;
}

@keyframes left {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}

@keyframes right {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}