@font-face {
    font-family: Forum;
    src: url("../assets/fonts/Forum-Regular.ttf");
    font-weight: 300;
}

@font-face {
    font-family: RobotoThin;
    src: url("../assets/fonts/Roboto-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: RobotoRegular;
    src: url("../assets/fonts/Roboto-Regular.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Roboto200;
    src: url("../assets/fonts/Roboto-Regular.ttf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: Roboto400;
    src: url("./museum/assets/fonts/Roboto-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: RobotoMedium;
    src: url("./museum/assets/fonts/Roboto-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: RobotoBold;
    src: url("../assets/fonts/Roboto-Bold.ttf");
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    /* vertical-align: baseline; */
}


html {
    width: 100%;
    scroll-behavior: smooth;
}

:root {
    --bg-dark: #030303;
    --font-gold: #9D8665;
    --font-light: #FFFFFF;
    --dark-red: #710707;
    --light: #FFFFFF;
    --assetgrey: #b3b3b3;
    --assetgreyhover: #989898;
    --filter-color-gold: invert(58%) sepia(7%) saturate(1586%) hue-rotate(356deg) brightness(93%) contrast(84%);
    --font1: 80px;
    --font2: 32px;
    --font3: 22px;
    --font4: 30px;
    --font5: 18px;
    --font6:16px;
}

@media only screen and (max-width: 1025px) {

    :root {
        --font1: 50px;
        --font2: 28px;
        --font3: 20px;
        --font4: 24px;

        --font6:12px;
        
    }

    h1,
    .dark-section-title {
        font-size: 50px;
    }
}


h1 {
    position: relative;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font1);
    line-height: 110%;
    letter-spacing: 0.05em;
    color: var(--light);
    z-index: 2;
}

h3 {
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font2);
    line-height: 110%;
    letter-spacing: 5px;
    text-transform: uppercase;
}

p {
    margin-top: 25px;
}

ul {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


li {
    list-style: none;
    transition: all 0.6s;
}

nav li:hover,
.social-links li:hover,
.footer-rsusername a:hover {
    filter: var(--filter-color-gold)
}



button:active {
    transform: translateY(1px);
    filter: saturate(150%);
}

a {
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.6s;
    color: var(--font-light);
}

/* a:hover, */
a:active {
    color: var(--font-gold);
}

.body {
    position: relative;
    width: 100%;
    background: var(--light);
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    display: block;

}

/*-------------------- HEADER------------------------------------------ */

.header-bg {
    position: relative;
    width: 100%;
    height: 152px;
    left: 0px;
    top: 0px;
    background: var(--bg-dark);
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
    align-items: center;
    box-sizing: border-box;

}

.header-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 33px;
    top: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header-nav {
    /* Navigation */
    position: relative;
    width: 775px;
    height: 100%;
    top: 0px;
    margin: 0px 0px 0px auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: var(--font3);
    line-height: 100%;
    /* identical to box height, or 227% */
    letter-spacing: 2px;
    color: var(--font-light);
    box-sizing: border-box;
}

.header-nav li a {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.header-nav ul img {
    right: 0px;
    display: none;
}

.logo-container {
    position: relative;
    width: 199px;
    height: 110%;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}

.logo {
    /* Logo */
    position: relative;
    width: 195px;
    left: 0px;
    top: -2px;
    padding-top: 7px;
    padding-left: 75px;

    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 31px;
    /* identical to box height */
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: right;
    background-image: url(../assets/svg/logom.svg);
    background-position: left;
    background-repeat: no-repeat;

    color: var(--font-light);
    transition: all 0.8s;
}

.logo:hover {
    filter: invert(58%) sepia(7%) saturate(1586%) hue-rotate(356deg) brightness(93%) contrast(84%);
}

/*------------------------------------burger nav--------------------------*/

.menu-span {
    position: absolute;
    height: 100%;
    width: 32px;
    top: 6px;
    right: 0px;
    box-sizing: border-box;
    display: none;
}

#nav-menu-input:hover~.menu-span span {
    background-color: var(--font-gold);
}

.menu-span span {
    position: relative;
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 6px;
    background: none;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: all 0.8s;
}

.menu-span span:first-child {
    transform-origin: 0% 0%;
}

.menu-span span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.menu-span span {
    background: var(--light);
    transform: none;
}


.menu-span span:nth-last-child(3) {
    opacity: 1;

}

#nav-menu-input:checked~.menu-span span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-9px, 18px);
}

#nav-menu-input:checked~.menu-span span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -10px);
    background: var(--light);
}

#nav-menu-input:checked~.menu-span span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#nav-menu-input {
    position: absolute;
    display: none;
    width: 300px;
    height: 100%;

    top: 0px;
    right: 0px;
    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over */
    -webkit-touch-callout: none;
}

label {
    position: absolute;
    top: -5px;
    height: 100%;
    width: auto;
    font-size: 1.2rem;
    color: #ffffff;
    display: none;
}


/*----------------------------------- BG-------------------------- */



.main {
    position: relative;
    width: 100%;
    /* height: 8792px; */
    /* left: 240px; */
    
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

/*-----------------------------SECTIONS----------------------------------------*/

section {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
}

.dark-section {
    background-color: var(--bg-dark);
}

.welcome-section {
    position: relative;
    width: 100%;
    /* height: 810px; */
    margin-top: 0; 
    padding-top: 0px;
    padding-bottom: 60px;
}


.visiting-section {
    /* Virtyal tour */
    position: relative;
    /* min-height: 1265px; */

}

.explore-section {
    position: relative;
    /* height: 865px; */

}

.contacts-section {
    position: relative;
    /* height: 963px; */
}

.section-title {
    position: relative;
    margin-bottom: 75px;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font1);
    line-height: 112%;
    /* identical to box height, or 112% */
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--font-gold);
}

.form-title:after,
.visiting-section-title:after,
.explore-section-title:after,
.tickets-section-title:after,
.contacts-section-title:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--dark-red);
}

.dark-section-title {
    position: relative;
    margin-bottom: 75px;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font1);
    line-height: 112%;
    /* identical to box height, or 112% */
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--font-light);
}

.underline-title {
    position: relative;
}

.underline-title:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--dark-red);
}

/*----------------------------------------WELCOM SECTION----------------------------*/



.welcome-section-container {
    /* Welcome to the louvre */
    position: relative;
    max-width: 1440px;
    height:750px;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.fromTheCastleToTheMuseum {
    /* From the castle to the museum */
    position: relative;
    width: 445px;
    height: 33px;
    top: -49px;
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: var(--font4);
    line-height: 33px;
    /* identical to box height */
    letter-spacing: 1px;
    color: var(--font-light);
    z-index: 2;
}

.discoverTheLouvre {
    position: relative;
    width: 360px;
    height: 75px;
    left: 0px;
    bottom: -25px;
    background: var(--dark-red);
    border-radius: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: var(--font3);
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    letter-spacing: 2px;
    box-sizing: border-box;
    transition: all 1s;
    color: var(--font-light);
    z-index: 2;
}



.discoverTheLouvre:hover {
    background: var(--font-gold);
    cursor: pointer;
    color: var(--font-light);
}

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

.welcome-pagination-container {
    position: absolute;
    width: 600px;
    height: 120px;
    bottom: -60px;
    right: 0px;
    padding: 0px 75px 0px 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-dark);
}

.welcome-pagination-container button {
    padding: 0px;
    background: none;
}

.welcome-slide-num {
    position: reative;
    width: 76px;
    height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font3);
    line-height: 182%;
    /* identical to box height, or 182% */
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    text-transform: uppercase;
    text-align: justify;

    color: var(--font-light);
}

.pagination-buttons-container {
    position: relative;
    width: 180px;
    height: 16px;
    display: flex;
    justify-content: space-between;
}

.pagination-buttons-container button {
    position: relative;
    width: var(--font6);
    height: 100%;
}

.pagination-buttons-container input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -2px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}



.welcom-pagination-span {
    position: absolute;
    width: var(--font6);
    height: var(--font6);
    top: 0px;
    left: -2px;
    background-color: var(--light);
}

.pagination-buttons-container input:hover~span {
    background-color: var(--font-gold);
}

.pagination-buttons-container input:checked~.welcom-pagination-span {
    background-color: #D2B183;
}

.pagination-arrows-container {
    position: relative;
    width: 80px;
    height: 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.pagination-arrows-container input {
    position: relative;
    width: 30px;
    height: 8px;
    top: -5px;
    opacity: 0;
    z-index: 1;
}

.welcome-pagination-arrows-left {
    position: absolute;
    top: -2px;
    width: 30px;
    height: 16px;
    left: -2px;
    background-image: url(../assets/svg/welcomleft.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.welcome-pagination-arrows-right {
    position: absolute;
    top: -2px;
    left: 0px;
    width: 30px;
    height: 16px;
    background-image: url(../assets/svg/welcome-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-arrows-container input:hover~span {
    filter: var(--filter-color-gold);
}

/*---------------------------------SLIDER-------------------------*/

.carousel {
    position: absolute;
    width: 69.5%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    text-align: center;
}

.welcom-touch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.items-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.welcome-gradient {
    position: absolute;
    width: 30.73%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 52.68%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    animation: 0.5s ease-in-out;
    margin: 0 auto;
    overflow: hidden;
}

.project-image {
    width: 100%;

}

.active,
.next {
    display: block;
}

.next {
    position: absolute;
    top: 0;
    width: 100%;
}

.control {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    color: #ffffff;
}

.control.left {
    left: 0;
    right: auto;
}

.control.right {
    right: 0;
    left: auto;
}

.arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 84px;
}

.arrow.right {
    right: 50%;
}

.to-left {
    animation-name: left;
}

.from-right {
    animation-name: right;
}

.to-right {
    animation-name: right;
    animation-direction: reverse;
}

.from-left {
    animation-name: left;
    animation-direction: reverse;
}

@keyframes left {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes right {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}



/*----------------------------VISITING----------------------------*/
.visiting-section-container {
    /* Virtyal tour */
    position: relative;
    max-width: 1440px;
    margin:0 auto;
    height: 1115px;
    
}

.visiting-section-title {
    margin-bottom: 103px;
}

.visiting-card-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 980px;
    margin: 0 auto;
    display: flex;
    /* grid-auto-flow: row;    
    grid-template-columns: repeat(3, 1fr); */
    flex-wrap: wrap;
    /* align-items:center;
    justify-content: space-between; */
    gap: 24px 60px;
    overflow: hidden;
}

.visiting-card {
    position: relative;
    width: 31.666%;
    max-width: 440px;
    max-height: 422px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: var(--font5);
    line-height: 110%;
    text-align: inherit;
    margin: 0px;
    padding: 0px;
    color: var(--bg-dark);
}

.visiting-img {
    position: relative;
    width: 100%;
    height: 68%;
}

.card-title {
    position: relative;
    margin-top: 20px;
    letter-spacing: 5px;
}

.card-title:after {
    content: "";
    position: absolute;
    width: 54%;
    height: 2px;
    bottom: -11px;
    left: 0;
    background: var(--dark-red);
    transition: 0.6s;
}

.visiting-card:hover .card-title::after {
    width: 100%;
}

.card-subtitle {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: var(--font3);
    line-height: 115%;
    margin-top: 20px;
}

.card-subtitle-undertext {
    margin-top: 10px;
}

.tour1 {
    position: fixed;
    width: 100%;
    height: 100%;
}

.tour1 iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

/*----------------------Explore section---------------------------*/
.explore-section-container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 715px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.explore-section-title {
    position: absolute;
    top: 0px;
    width: 660px;

}

.img-explore {
    position: relative;
    width: 50%;
    height: auto;
    margin: 15px 0px auto auto;
}

.img-explore-after {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-explore-before {
    position: absolute;    
    width: 100%;
    height: 49vw;
    max-height: 700px;
    left: 0;
    top: 0;
}

.img-comp-slider {
    position: absolute;
    width: 39px;
    height: 100%;
    /* left: 58.55%; */
    background-image: url(../assets/svg/exploreslider.svg);
    top: 0px;
    z-index:9;
    cursor: ew-resize;
}
/*-------------------------------------------------------------*/
.img-comp-img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0px;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    height: 100%;
   
}


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


.explore-content {
    position: relative;
    width: 50%;
    margin-top: 170px;
    padding: 0px 65px 0px 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: var(--font3);
    line-height: 176%;
    /* or 175% */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--font-light);
}

.content-gold {
    color: #CAAA7D;
}

/*------------------------------VIDEO SECTION-----------------*/
.video-section {
    position: relative;
    min-height: 1009px;
    /* padding-top: 90px; */
}

.video-section-container {
    /* Video journey */
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 844px;

}

.video-container {
    position: relative;
    width: 100%;
    height: 56.25%;
    /* height: calc(100% - 165px ); */
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    
}

.video-section-title {
    position: relative;
    /* top: 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.video-section-title-text {
    position: relative;
    width: 50%;
    height: 90px;
    top: -37px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    /* or 175% */

    display: flex;
    align-items: center;
}

.progress {
    background: linear-gradient(to right, #710707 0%, #723636 0%, #C4C4C4 0%, #C4C4C4 100%);
    border: solid 0px var(--bg-dark);
    border-radius: 0px;
    height: 8px;
    width: 67%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.progress1 {
    background: linear-gradient(to right, #710707 0%, #723636 50%, #C4C4C4 50%, #C4C4C4 100%);
    border: solid 0px var(--bg-dark);
    border-radius: 0px;
    height: 8px;
    width: 11%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.progress::-webkit-slider-thumb,
.progress1::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: var(--font-light);
}

.video-controls-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 85px;
    top: -4px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-dark);
}


:fullscreen .video-controls-container {
    max-width: inherit;
    
}

.video-frame {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40.7em;
    object-fit: cover;    
    flex-grow: 1;
    margin: 0px;
    /* background: url("../assets/video/poster.jpg"); */
    background-repeat: no-repeat;
}

.big-play-btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url("../assets/svg/Bigplaybtn.svg");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.6s;
}

.big-play-btn:hover {
    filter: invert(55%) sepia(87%) saturate(0%) hue-rotate(158deg) brightness(113%) contrast(83%);
}

.playback-buttons {
    width: 27px;
    height: 30px;
    background-size: cover;
}

.prev-btn {
    background: url("../assets/svg/prev_btn.svg");
}

.play-btn {
    width: 2.0%;    
    background: url("../assets/svg/play.svg");
    background-repeat: no-repeat;
    
}

.forward-btn {
    background: url("../assets/svg/forward_btn.svg");
}

.volume-btn {
    width: 3.0%;
    height: 34px;
    background: url("../assets/svg/Volume_btn.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

:fullscreen .volume-btn {
    width: 2.2vw;
}

.fullscreen-btn {
    width: 2.5%;
    height: 36px;
    background: url("../assets/svg/fullscreenbtn.svg");
    background-size: cover;
    /* -webkit-appearance: media-fullscreen-button; */
}

:fullscreen .fullscreen-btn {
    width: 2.0%;
    background-image: url("../assets/svg/fullscreenexit.svg");
}

.playback-buttons:hover,
.volume-btn:hover,
.fullscreen-btn:hover {
    filter: invert(51%) sepia(9%) saturate(0%) hue-rotate(182deg) brightness(117%) contrast(94%);
}

/*-----------------------------------------------------------SLIDER-------------------------*/

.video-section-slider {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 294px;
    margin-top: 21px;
    margin-bottom: 17px;
    box-sizing: border-box;
    overflow: hidden;
}

.video-section-slider ul {
    width: 168.59%;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: top;
    gap: 0px 40px;
    overflow: hidden;
}

.video-section-slider li {
    width: 20%;
    height: 86%;
}


.video-slider-frame {
    position: relative;
    width: 100%;
    max-width: 452px;
    height: 100%;
    max-height: 254px;
    margin: 0px;
}

.video-slider-pagination {
    position: relative;
    width: 200px;
    height: 12px;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.video-slider-left {
    width: 10px;
    height: 12px;
    background-image: url(../assets/svg/slider-left.svg);
}

.video-slider-right {
    width: 10px;
    height: 12px;
    background-image: url(../assets/svg/slider-right.svg);

}

.video-slider-input {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: 1px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}


.video-slider-button {
    position: relative;
    width: 14px;
    height: 20px;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: 12px;
    border: solid 1px #999999;
    border-radius: 50%;
    color: #999999;
    background-color: #999999;

}

.video-slider-pagination input:checked~.video-checkmark {
    border-color: #333333;
    background-color: #333333;
}
/*-------------------------------------------------------*/
/* .video-section-slider li~.visible {
    position: relative;
    display: block;
}

.visible {
    display: none;   
}

.next1 {
    position: relative;
    top: 0;
   
}

.to-left1 {
    display: none;
    animation-name: left;
}

.from-right1 {
    animation-name: right;
}

.to-right1 {
    animation-name: right;
    animation-direction: reverse;
}

.from-left1 {
    animation-name: left;
    animation-direction: reverse;
} */

/*--------------------------GALLERY---------------------------------------*/
.gallery-section {
    padding-bottom: 0px;
}

.gallery-section-container {
    position: relative;
    max-width: 1440px;
    max-height: 2200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.picture-container {
    position: relative;
    max-width: 1440px;
    height: 1960px;
    margin-top: 75px;
    overflow: hidden;

}

.gallery-slider-container {
    position: relative;
    max-width: 1440px;
    height: 2350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px 35px;
    box-sizing: border-box;
    overflow-y: hidden;

}

.gallery-slider-container img {
    width: 31.666%;
    height: fit-content;
}

.gallery-slider-container img:nth-child(10n+1) {
    margin-top: 50px;
}

.gallery-img-top {
    margin-top: 50px;
}

.gallery-img-down {
    position: absolute;
    width: 456px;
    height: 222px;
    top: 1720px;
    z-index: 0;
}

.gallery-img-down2 {
    position: absolute;
    width: 456px;
    height: 222px;
    top: 1668px;
    left: 492px;
    z-index: 0;
}

.gallery-img-down3 {
    position: absolute;
    width: 456px;
    height: 222px;
    top: 1604px;
    right: 0px;
    z-index: 0;
}

.gallery-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 1) 100%);
}
/*------------------------------slick-----------------------------*/
.galery-img {
    transform: translateY(50%) scaleY(0.95);
    
   
}

.galery-img {
    opacity:0;
    transition: all 1.2s;

}

.galery-img.active {
 opacity:1;
 transform: translateY(0%) scale(1);
}
/*--------------------------TICKETS SECTION------------------------*/
.tickets-section {
    width: 100%;
}

.tickets-section-container {
    /* Buy tickets */
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 741px;
    background: var(--light);
    /* background-image: url(/museum/assets/img/TicketsBg.jpg);
    background-size: 50% auto;
    background-position: calc(0%) calc(100% - 0px); */
    background-repeat: no-repeat;
}

.ticket-left {
    width: 50%;
    height: 550px;
}

.ticket-section-bg {
    width: 100%;
}

.amount-ticket-container {
    position: relative;
    width: 100%;
    /* height: 550px; */
    /* left: 54%; */
    top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    color: var(--bg-dark);
}

.ticket-type {
    position: relative;
    left: 0;
    width: 30%;
    height: 211px;
    padding: 2px;
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    /* identical to box height */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: left;
    color: var(--bg-dark);
}

.ticket-type p {
    margin-top: 0px;
    margin-bottom: 52px;
}

.ticket-type label {
    width: 100%;
    height: 51px;
    left: 4px;
}

.ticket-type label,
.amount-ticket li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: var(--font3);
    
}

.ticket-type label:hover {
    filter: var(--filter-color-gold);
}

.ticket-type-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: var(--font3);
    line-height: 155%;
    color: var(--bg-dark);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.ticket-type-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: -3px;
    height: 18px;
    width: 18px;
    background-color: var(--light);
    border-radius: 50%;
    border: 3px solid var(--bg-dark);
    filter: inherit;
}

/* On mouse-over, add a  background color */
.ticket-type-btn:hover input~.checkmark {
    background-color: var(--light);
}

/* When the radio button is checked, add a  background */
.ticket-type-btn input:checked~.checkmark {
    background-color: var(--light);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.ticket-type-btn input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.ticket-type-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bg-dark);
}

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

.amount-ticket {
    position: relative;
    right: 0px;
    width: 175px;
    height: 90%;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
}

.amount-ticket p {
    position: relative;
    right: 0px;
    width: 100%;
    margin: 3px 0 26px 0;
    text-align: right;
}

.amount-ticket li {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 0px;
    line-height: 120%;

}

.ticket-section-btn {
    position: relative;
    width: 150px;
    height: 50px;
    right: 0px;
    /* background-color: var(--light); */
    border: 3px solid var(--bg-dark);
    margin: 14px 0px 10px 0px;
    padding: 14px 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 115%;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: none;
    box-sizing: border-box;
}

.ticket-section-btn button {
    font-size: var(--font2);
    background-color: var(--light);
    filter: inherit;
}

.ticket-up,
.ticket-down,
.ticket-plus,
.ticket-minus {
    font-weight: 400;
    background: none;
}

.ticket-quantity {
    position: relative;
    height: 50px;
    width: 100px;
    left: -4px;
    text-align: center;
    background: none;
    border: 0px solid;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: var(--bg-dark);
}

.ticket-button {
    outline: none;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background: var(--font-light);
    cursor: pointer;
}

.amount-ticket-button {
    width: 40px;
    font-size: 50px;
    font-weight: 550;
}

.number {
    all: unset;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: var(--bg-dark);
    width: 4rem;
    text-align: center;
    background: none;
}

/* .ticket-senior-quantity {
    position: relative;
    height: 50px;
    width: 100px;
    text-align: center;
    background: none;
    border: 0px solid;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: var(--bg-dark);
} */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus {
    outline: none;
}

.tickets-total {
    width: 150px;
    margin: 48px 0px 51px 23px;
    padding: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    /* identical to box height */

    letter-spacing: 1.5px;
}

.number1 {
    all: unset;
    width: 44px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    color: var(--bg-dark);
    text-align: left;
    letter-spacing: 0px;
    background: none;
    text-align: left;
}

.buy-ticket {
    width: 175px;
    height: 50px;
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    /* display: flex;
    align-items: center; */
    text-align: center;
    letter-spacing: 2px;
    background-color: var(--bg-dark);
    color: var(--light);
    transition: all 0.8s;
    cursor: pointer;
}

.buy-ticket:hover {
    color: var(--light);
    background-color: var(--font-gold);

}

.ticket-section-paralax {
    max-width: 1920px;
    height: 400px;
    margin: auto;
    background-image: url(../assets/img/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*----------------------------------FORM-----------------------------*/
.ticketsform1920 {
    position: absolute;
    max-width: 1440px;
    height: 845px;
    top: 6612px;
    margin: 0 auto;
    /* left: 1920px; */

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: var(--font5);
    line-height: 21px;
    /* identical to box height */
    display: none;
    align-items: center;
    
}

.ticketform-container {
    position: relative;
    max-width: 970px;
    height: 100%;
    max-height: 663px;
    top: 8%;
    margin: 8% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-fields {
    width: 41.237%;
    height: 100%;
}

.payment {
    width: 54.639%;
    height: 100%;
}

.booking-logo {
    width: 85px;
    height: 41px;
    filter: invert(58%) sepia(7%) saturate(1586%) hue-rotate(356deg) brightness(93%) contrast(84%);
}

.form-title {
    font-size: var(--font50);
    line-height: 110%;
}

.ticketsform1920 p {
    color: var(--dark-red);
}




/*-------------------------------CONTACTS----------------------------*/
.contacts-section-container {
    /* Contacts */
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: calc(100vw*0.525);
    max-height: 813px;
    /* background-image: url(/museum/assets/img/Contacts\ map.png);
    background-position: calc(0% + 480px) calc(100% - 0px);
    ;
    background-repeat: no-repeat; */
}

.contacts-container {
    width: 100%;
    /* height: calc(100vw*0.5625); */
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.contacts-info {
    position: relative;
    width: 282px;
    height: 100%;
    /* margin-top: 105px; */
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 50px;
}

.contacts-info h4 {
    margin: 0px 0 40px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: var(--font4);
    line-height: 33px;
    text-transform: inherit;
    letter-spacing: -1px;
}

.contacts-right {
    width: 67%;
    height: 100%;
}

.contacts-right iframe {
    width: 100%;
    height: calc(32.5vw);
    max-height: 620px;
}


/* #map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
} */



/*---------------------------FOOTER-----------------------------*/

.bg-footer {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 75px 0px;
    box-sizing: border-box;
    background: var(--bg-dark);
    border-radius: 0px;
}

.footer-panel {
    position: relative;
    max-width: 1440px;
    height: 150px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.footer-panel .logo {
    top: 5px;
    margin-right: 145px;
    font-size: 28px;
}

.footer-nav {
    /* Navigation */
    position: relative;
    width: 35.5%;
    height: 150px;
    top: 4px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
}

.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 50px;
    /* identical to box height, or 227% */
    letter-spacing: 2px;
    color: var(--font-light);
    box-sizing: border-box;
}

.footer-nav li {
    width: 100px;
    margin: 0;
}

.social-links {
    position: relative;
    height: 48px;
    width: 23.5%;
    margin: 88px 0px 14px auto;
    box-sizing: border-box;
}

.social-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.social-links li {
    height: 48px;
    width: 48px;
    padding: 11px;
    border: 1px solid #666666;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 0px #666666);
    border-radius: 50px;

}

.social-links img {
    width: 24px;
    height: 24px;

}

.footer-uderline {
    position: relative;
    height: 3px;
    width: 100%;
    margin: 40px 0px;
    background-color: #666666;
}

.footer-rsusername {
    position: relative;
    height: var(--font3);
    width: 100%;
    max-width: 1440px;
    margin: 51px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px;
    box-sizing: border-box;
    color: var(--font-light);
}

.footer-rsusername-li {
    margin-right: 66px;
}
