* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*
font-family: 'Forum', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Anton', sans-serif;
*/

html {
    scroll-behavior: smooth;
}

:root {
    --bg-dark: #030303;
    --dark-red: #710707;
    --dark-red-filter: brightness(0) saturate(100%) invert(9%) sepia(75%) saturate(5083%) hue-rotate(356deg) brightness(73%) contrast(99%);
    --font-gold: #9d8665;
    --black: #000000;
    --font-active: #7e6c51;
    --white: #FFFFFF;
    --button-color: invert(0%) sepia(100%) saturate(0%) hue-rotate(274deg) brightness(113%) contrast(107%);
    --font-gold-filter: invert(56%) sepia(27%) saturate(433%) hue-rotate(356deg) brightness(91%) contrast(88%);
    --font-active-filter: brightness(0) saturate(100%) invert(45%) sepia(20%) saturate(597%) hue-rotate(357deg) brightness(90%) contrast(86%);
    --overview-dark: #272727;
    --overview-red: #740C11;
}

.forum-reg_80w {
    font-family: 'Forum';
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.forum-reg_80g {
    font-family: 'Forum';
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 5px;
    color: #9d8665;
    text-transform: uppercase;
}


.forum-reg_32b {
    font-family: 'Forum';
    font-size: 32px;
    letter-spacing: 5px;
    color: #000000;
    text-transform: uppercase;
}

.anton-san_28b {
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    color: #000000;
    letter-spacing: 3px;
}


.forum-reg_28w {
    font-family: 'Forum';
    font-size: 28px;
    letter-spacing: 5px;
    color: #FFFFFF;
}

.roboto-reg_28w {
    font-family: 'Roboto Thin', arial;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
}

.roboto-reg_28b {
    font-family: 'Roboto Thin', arial;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none;
}

.roboto-reg_22w {
    font-family: 'Roboto Thin', arial;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.5;
}

.roboto-reg_22b {
    font-family: 'Roboto Thin', arial;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none;
    line-height: 1.5;
}

.roboto-reg_22gr {
    font-family: 'Roboto Thin', arial;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #999999;
    text-decoration: none;
    line-height: 1.5;
}

.roboto-reg_22g {
    font-family: 'Roboto Thin', arial;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #CAAA7D;
    text-decoration: none;
}

.roboto-reg_18b {
    font-family: 'Roboto Thin', arial;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #000000;
    text-decoration: none;
}

.roboto-reg_12b {
    font-family: 'Roboto Thin', arial;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #999999;
    text-decoration: none;
}

/*-------------------*/

.header {
    height: 150px;
    padding-left: 30px;
    background-color: #030303;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.header-block,
.footer-block {
    width: 1440px;
    position: relative;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-nav-adaptive {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}

.nav-logo {
    height: 33px;
    width: 199px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
}

.logo-text_ref {
    transition: 0.5s;
    text-decoration: none;
}

.logo-text_ref:hover {
    color: #9d8665;
}

.nav-menu {
    height: 26px;
    width: 775px;
    
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item__link {
    transition: 0.5s;
}

.item__link:hover {
    color: #9d8665;
}

/*-----sections----------*/

.main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.section-welcome,
.section-explore,
.section-gallery  {
    width: 100%;
    padding-left: 15px;
    background-color: #030303;
    display: flex; 
    justify-content: center;
}

.section-visiting,
.section-video,
.section-tickets,
.section-contacts  {
    width: 100%;
    padding-left: 15px;
    background-color: #FFFFFF;
    display: flex; 
    justify-content: center;
}

/*-----blocks----------*/

.section-welcome-block {
    width: 1440px;
    height: 810px;  
    position: relative;
}

.section-visiting-block {
    width: 1440px;
    height: 1268px;  
    position: relative;
}

.section-explore-block {
    width: 1440px;
    height: 865px;  
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;    
}

.section-video-block {
    width: 1440px;
    height: 1595px;  
    position: relative;
}

.section-gallery-block {
    width: 1440px;
    height: 2200px;  
    position: relative;
}

.section-tickets-block {
    width: 1440px;
    height: 900px;  
    position: relative;
}

.section-contacts-block {
    width: 1440px;
    height: 960px;  
    position: relative;
}

.block-header {
    height: 270px;
    display: flex;
    align-items: center;
}

.block-header_text {
    display: inline-block;
    width: 100%;
    height: 120px;    
    border-bottom: 3px solid #710707;
    margin-top: -10px;
}


.blok-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*------welcome------*/

.block-pict {
    top: 0;
    left: 440px;
    width: 1000px;
    height: 750px;
    background: transparent;
    box-shadow: inset 120px -50px 150px 0 black;
    position: absolute;
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}

.welcom-slider-holder1 {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 120px -50px 150px 0 black;
    z-index: 1;
}
.welcom-slider-holder2 {
    left: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 120px -50px 150px 0 black;
    z-index: 1;
}


.pict-slider {
    top: 690px;
    left: 840px;
    width: 600px;
    height: 120px;
    position: absolute;
    background-color: #030303;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    padding: 46px;
    z-index: 4;
}

.slider-buttons {
    width: 191px;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider-buttons_btn {
    width: 19px;
    background-color: #FFFFFF;
    transition: 0.5s;
    cursor: pointer;
}

.slider-buttons_btn:hover {
    background-color: #9D8665;
}

.slider-arrow {
    width: 74px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.arrow_left,
.arrow_right {
    background-color: #030303;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

.arrow_left:hover,
.arrow_right:hover {
    color:  #80633c;
}

.block-text {
    top: 150px;
    left: 0;
    width: 598px;
    height: 388px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
}

.main-text_p  {
    margin-bottom: 40px;

}

.main-text_button {
    width: 360px;
    height: 75px;
    background-color: #710707;
    border: none;
    border-radius: 4px;
    transition: 0.5s;
}

.main-text_button:hover {
    background-color: #9D8665;
    cursor: pointer;
}

/*------visiting------*/

.card-item {
    width: 440px;
    height: 425px;
    transition: 00.5s;
}

.card-item:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.card-item_head {
    padding-top: 10px;
    height: 50px;
    width: 60%;
    border-bottom: 3px solid #710707;
    transition: 0.5s;
}

.card-item_head:hover {
    width: 100%;
}

.card-item_text {
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nowrap {
    white-space: nowrap;
}

.card-pict1 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-1.jpg);
}

.card-pict2 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-2.jpg);
}

.card-pict3 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-3.jpg);
}

.card-pict4 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-4.jpg);
}

.card-pict5 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-5.jpg);
}

.card-pict6 {
    width: 440px;
    height: 285px;
    background: url(./img/cards/440-6.jpg);
}

/*----------explore----------*/

.img-comp-container {
    box-sizing: border-box;
    position: relative;
    height: 700px; /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
  }

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 700px;
    background: url(./img/explore-slider/slider.png);
}

.explore-blok-text {
    height: 700px;
    width: 50%;
    padding-bottom: 200px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

/*----------video----------*/
.video-block-header {
    height: 240px;
    display: flex;
    align-items: center;
}

.video-header-text {
    width: 55%;
    margin-left: 43px;
}

.video-window-box {
   width: 1440px;
   display: flex;
}

.video-window {
    width: 100%;
    height: 100%;
}

.video-buttons {
    height: 80px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.big-button {
    left: 40%;
    top: 34%;
    position: absolute;
    z-index: 10;
    background: transparent;
    border: none;
    padding: auto;
    cursor: pointer;
}

.big-button:hover {
    color: #9d8665;
}

.radio-button1 {
    width: 300%;
    color: #710707;
    background-color: #710707;;
}

element.style {
    background: linear-gradient(to right, rgb(113, 7, 7) 0%, rgb(113, 7, 7) 39%, rgb(196, 196, 196) 39%, rgb(196, 196, 196) 100%);
}

input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
    padding: initial;
    border: initial;
    margin: 2px;
}


.timline {
    width: 50%;
}

.video__progress_timeline {
    top: 39px;
    left: 10%;
    width: 100%;
    background: linear-gradient(to right, var(--dark-red) 0%, var(--dark-red) 53.5%, #C4C4C4 53.5%, #C4C4C4);
    height: 10px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.video__progress_timeline::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: var(--white);
}

.video-galary {
    width: 1440px;
    transition: 1.5s;
    overflow-x: hidden;
}


.video-galary-box {
    width: 2420px;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}

.galary-slyder {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-galary_item {
    width: 452px;
    height: 254px;
}

.galary-slider-buttons {
    width: 300px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-buttons_item {
    width: 12px;
    height: 12px;
    background-color: #999999;
    border: none;
    border-radius: 50%;
    transition: 0.5s;
}

.slider-buttons_item:hover {
    scale: 1.5;
    background-color: #000000;
}

.slider-buttons_lr {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    font-size: 30px;
    color: #999999;
    line-height: 0;
    cursor: pointer;
}

.slider-buttons_rr {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    font-size: 30px;
    color: #999999;
    line-height: 0;
    cursor: pointer;
}


/*----------galary----------*/

.gallery-header {
    height: 245px;
    display: flex;
    align-items: center;
}

.gallery-img {
    margin-bottom: 25px;
    transform: translate(0px, 20%); 
    opacity: 0;
    transition: all 0.8s ease 0.1s;
}

._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.gallery-pict {
    height: 1952px;
    overflow-y: hidden;
}

.picture-inner-container {
    height: 2910px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    align-items: center;
}

/*----------tickets----------*/

.tickets-block {
    height: 548px;
    display: flex;
}

.tickets-block-pict {
    width: 720px;
    height: 550px;
    background: url(./img/tickets/painting.jpg) no-repeat center;
}

.tickets-block-text {
    height: 300px;
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.tickets-amount,
.tickets-type {
    width: 320px;
    display: flex;
}

.tickets-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 900;
}

.label-container {
    margin-top: 60px;
}

.radio {
    width: 20px;
    margin-top: 30px;
}

.radio::-ms-check {
    color: red;
    background: black;
    padding: 1em;
}

li {
    list-style-type: none;
}

.text {
    margin-left: 30px;
}

.amount-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 50px;
    margin-bottom: 35px;
    border: 3px solid #000000;
}

.amount-button {
    font-weight: 300;
    font-size: 32px;
    padding: 0 11px;
    border: none;
    background-color: transparent;
    color: #000000;
    transition: 0.2s;
}

.number {
    all: unset;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    width: 40px;
    text-align: center;
    font-size: 28px;
}

.age {
    margin: 0;
    margin-bottom: 14px;
    line-height: 26px;
}

.total {
    margin: 35px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1.8px;
    white-space: nowrap;
    color: #000000;
}

.buyNow-button {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 50px;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 2px;
    background-color: #000000;
    border: none;
    border-radius: 3px;
    transition: 0.5s;
}

.buyNow-button:hover {
    
    background-color: #710707;
    cursor: pointer;
    transform: scale(1.1);
}

.amount {
    margin-left: 60px;
}

/*----------paralax----------*/

.parallax {
    height: 400px;
    width: 100%;
    background-image: url(./img/tickets/parallax.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/*----------contacts----------*/

.contacts-h4 {
    margin: 0 0 36px;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1.8px;
    white-space: nowrap;
    color: #000000;
  }
  
  .contacts-p {
    margin-top: 28px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
  
  .contacts-img {
    width: 960px;
    height: 620px;
  }
  
  .contacts-container {
    display: flex;
    justify-content: space-between;
  }

  /*----------footer----------*/

.footer {
    height: 392px;
    background-color: #030303;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav-logo {
    width: 220px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-nav-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    
}

.footer-menu1 {
    width: 200px;
    height: 260px;
    margin-left: 150px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer-menu2 {
    width: 200px;
    height: 260px;
    padding-top: 30px;
    margin-right: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.foo-marj {
    margin-bottom: 16px;
}


.social-links {
    display: flex;
    max-width: 336px;
    height: 48px;
    margin-top: 88px;
    padding: 0;
  }
  
  .social-links ul {
    margin: 0;
    padding: 0;
  }
  
  .social-links li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 12px;
    padding: 0;
    border: 1px solid #666666;
    border-radius: 50%;
    transition: 0.2s;
  }
  
  .social-links li:first-child {
    margin-left: 0;
  }
  
  .social-links li:last-child {
    margin-right: 0;
  }
  
  .social-links a {
    transition: 0.2s;
  }
  
  .youtube {
    width: 23px;
    height: 16px;
    background: url(./img/svg/youtube.svg) no-repeat;
  }
  
  .instagram {
    width: 21px;
    height: 20px;
    background: url(./img/svg/instagram.svg) no-repeat;
  }
  
  .facebook {
    width: 12.5px;
    height: 20px;
    background: url(./img/svg/facebook.svg) no-repeat;
  }
  
  .twitter {
    width: 20px;
    height: 16.25px;
    background: url(./img/svg/twitter.svg) no-repeat;
  }
  
  .pinterest {
    width: 20px;
    height: 20px;
    background: url(./img/svg/pinterest.svg) no-repeat;
  }
  
  .social-links li:hover a {
    filter: invert(57%) sepia(29%) saturate(389%) hue-rotate(356deg) brightness(89%) contrast(90%);
  }
  
.social-links li:hover{
    border: 1px solid #80633c;
}


.footer-line{
    width: 100%;
    border-top: 1px solid #999999;
    display: flex;
    justify-content: center;
}

.footer-line-about {
    width: 1440px;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-----Burger----------*/
.hidden {
    visibility: hidden;
}

.burger-button {
    top: -25px;
    right: 30px;
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
}

.header-nav-adaptive {
    width: 100%;
    position: absolute;
}

.menu-adaptive {
    width: 40%;
    height: 400px;
    display: flex;
    padding-top: 100px;
    padding-left: 25px;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #030303;
    position: fixed;
    z-index: 1;
    transition: 1.5;
}

.hidden {
    visibility: hidden;
    width: 0;
}

.fixed{
    position: fixed;
    top: 20px;
    width: 70px;
    height: 70px;
    background-color: #030303;
    color: white;
    z-index: 1;
    border-radius: 4px;
}

