/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: Forum;
     src: url("assets/fonts/Forum-Regular.ttf");
   }
@font-face {
    font-family: Roboto;
    src: url("assets/fonts/Roboto-Thin.ttf");
    font-weight: 100;
  }
@font-face {
    font-family: Roboto;
    src: url("assets/fonts/Roboto-Light.ttf");
    font-weight: 300;
  }
@font-face {
    font-family: Roboto;
    src: url("assets/fonts/Roboto-Medium.ttf");
    font-weight: 500;
  }

html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *::before, *::after{
    box-sizing: inherit;
}
body{
    font-family: Forum;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #000000; 
}
.container{
    max-width: 1440px;
    margin: 0 auto;
}

/* :root {
    --swiper-navigation-size: 180px;
}
:root {
    --swiper-theme-color: #7E6C51;
} */

/* header-start */
.header_logo{
    display: flex;
    justify-content: space-between;
    width: 199px;
    height: 33px;
}
header{
    background: #030303;
    height: 150px;
}
.header_wrapper{
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    align-items: center;
    justify-content: space-between;
}
.header_list{
    width: 773px;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
}
.header_item{
    margin-right: 55px;
}
.header_item:last-child{
    margin-right: 0px;
}

.header_link{
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s linear;
}
.header_link:hover{
    color: #9D8665;
    transition: 0.3s linear;
}
.header_link:active{
    color: #7E6C51;
}
         /* Burger menu start */
.burger_menu{
    visibility: hidden;
} 
.menu_burger_paints{
    display: none;
}        

         /* Burger menu end */

/* Header-end */




/* Welcome-start */
.welcome{
    height: 810px;
    background: #030303;  
}
.welcome_title{
    max-width: 598px;
    color: white;
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 150px;
}
.welcome_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 75px;
}
/* .welcome_image{
    float: right;
    width: 1000px;
    height: 750px;
} */
/* .img{
    margin-left: 440px;
    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%), url("assets/img/1.jpg"); 
    background-size: cover;
} */





.welcome_text{
   position: absolute;  
   z-index: 100;
   pointer-events: none;
}

.welcome_cont{
    display: flex;
    position: relative;
}
.welcome_link{
    width: 360px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF; 
    text-decoration: none;  
}
.welcome_button{
    width: 360px;
    height: 75px;
    background: #710707;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s linear;
    pointer-events: all; 
}
.welcome_button:hover{
    background: #9D8665;
    transition: 0.3s linear;
}

.image-slider{
    overflow: hidden;
    margin-left: 440px;
    
}
.image-slider__image{
    width: 100%;

}



.welcome_slider{
    z-index: 100;
    position: relative;
    width: 600px;
    height: 120px;
    float:right;
    margin-top: -65px;
    background-color: #030303;
}
.slider_inner{
    display: flex;
    width: 587px;
    height: 120px;
    justify-content:space-evenly;
    align-items: center;
   
}
.welcome_slider_counter{
    display: flex;
    justify-content: space-between;
    width: 76px;
    height: 40px;
    margin-left: 86px;
}
.counter_left, .counter_center, .counter_right{
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
}
.carousel_pagination{
    display: flex;
    width: 180px;
    justify-content:space-between;
}
.active_slide_pagination{
    width: 16px;
    height: 16px;
    background: #D2B183;
}
.slide_pagination{
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}
.active_slide_pagination, .slide_pagination:hover{
    background: #9D8665;
    cursor: pointer;
}
.slider_arrows{
    width: 80px;
    height: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: -54px;   
}
.arrow_left{
    width: 30px;
    height: 8px;
    background: url(assets/svg/Arrow_left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
}
.arrow_left:hover{
    filter: invert(54%) sepia(27%) saturate(427%) hue-rotate(356deg) brightness(95%) contrast(87%);
    cursor: pointer;
    transition: 0.3s;
}
.arrow_right{
    width: 30px;
    height: 8px;
    background: url(assets/svg/Arrow_right.svg);
    background-repeat: no-repeat;
    border: 0;
}
.arrow_right:hover{
    filter: invert(54%) sepia(27%) saturate(427%) hue-rotate(356deg) brightness(95%) contrast(87%);
    cursor: pointer;
    transition: 0.3s;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 15px;
}
.swiper-pagination-bullet{
    border-radius: 0;
    width: 16px;
    height: 16px;
    background:#9D8665;   
}
.swiper-paginator-bullet-active {
    background: #9D8665; 
}
.swiper-paginator{
    color: white;
    border-radius: 0;
}
.swiper-pagination-horizontal{
    padding-left: 30px;

}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 55%;
}
.welcome_gradient{
    width: 200px;
    height: 750px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 439px;
    z-index: 99;
    pointer-events: none;
}




/* Welcome end */

/* Visiting start */
.Visiting{
    height: 1265px;
    background: #DBDBDB
}
.light_title{
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #9D8665;
    padding-top: 75px;
    margin-bottom: 25px;
}
.line{
    height: 3px;
    background: #710707;
    margin-bottom: 75px;
}
.virtual_tour_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.achieve{
    width: 440px;
    height: 424px;
    margin-bottom: 75px;
}
.tour_link{
    text-decoration: none;
}
.virtual_tour_title{
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 18px;
    margin-bottom: 10px;
}
.virtual_tour_line{
    display: block;
    position: absolute;
    width: 300px;
    height: 2px;
    background: #710707;
    transition: 1s all ;
}
.achieve:hover .virtual_tour_line{
    width: 440px;
}
.virtual_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    padding-top: 14px;
}
.virtual_subsubtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
/* Visiting end */


/* Explore start */
.Explore{
    height: 865px;
    background: #030303;
}
.dark_title{
    max-width: 660px;
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.line_explore{
    width: 660px;
    height: 3px;
    background: #710707;
    margin-bottom: 75px;
}
.text_explore{
    max-width: 660px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.golden-text{
    color:#9D8665;
}

.text1_explore{
    width: 660px;
    height: 77px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.text2_explore{
    width: 660px;
    height: 77px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.text3_explore{
    width: 660px;
    height: 77px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.inner_explore{
    height: 865px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-top: 75px;
}

.img_comp_container{
    position: relative;
    height: 700px;
    right: 717px;
    top: 17px;
}
.img_explore{
    width: auto;
    height: auto;  
    position: absolute;
    overflow: hidden;
}
.img_explore img{
    display: block;
    vertical-align: middle;
}
.img_comp_slider{
    position: absolute;
    z-index: 5;
    cursor: ew-resize;
    width: 40px;
    height: 700px;
    background: url("assets/svg/Explore_slider.svg");
}
/* Explore end */


/* Video start */
.Video{
    height: 1396px;
    background: #DBDBDB;
}
.text_video{
    max-width: 720px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    color: #000000;
    float: right;
    margin-top: -158px;
}
.light_title_video{
    max-width: 607px;
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #9D8665;
    padding-top: 75px;
    margin-bottom: 75px;
}
.video1{
    max-width: 1440px; 
    width: 100%;  
    height: 650px;
    overflow: hidden;
}
.player_video {
    width: 1440px;
    height: 810px;
}

.video1 img{
    max-width: 1440px;
    width: 100%;  
    height: 800px;
}
.youtube_button1{
    max-width: 220px;
    width: 100%;
    height: 220px;
    position: relative;
    top: -595px;
    left: 611px;
    background: url(assets/svg/youtube_play.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.video_speed_info{
    width: 100px;
    color: white;
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    top: -934px;
    left: 680px;
}
.video2{
    max-width: 452px;
    width: 100%;
    height: 254px;
}
.video2 img{
    max-width: 452px;
    width: 100%;
    height: 254px;
}
.youtube_button2{
    max-width: 68px;
    width: 100%;
    height: 48px;
    position: relative;
    top: -158px;
    left: 193px;
    background: url(assets/svg/youtube_icon_black.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.video_controls{
    height: 92px;
    background: black;
    margin-top: -5px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.video_play{
    width: 23px;
    height: 31px;
    margin-left: 5px;
    background: url("assets/svg/Video_play.svg");
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}
.video_play:hover{
    filter: invert(62%) sepia(6%) saturate(0%) hue-rotate(177deg) brightness(97%) contrast(91%);
    transition: 0.3s;
}
.progress_video{
    background: linear-gradient(to right, #710707 0%, #710707 0%, #fff 0%, #fff 100%);
    border-radius: 8px;
    height: 7px;
    width: 929px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
.progress_video::-webkit-slider-thumb{ 
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #FFFFFF;
}
.video_volume{
    width: 36px;
    height: 31px;
    background: url(assets/svg/Video_volume.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
    border: 0;
}
.video_volume:hover{
    filter: invert(62%) sepia(6%) saturate(0%) hue-rotate(177deg) brightness(97%) contrast(91%);
    transition: 0.3s;
}
.progress_audio{
    background: linear-gradient(to right, #710707 0%, #710707 44%, #fff 40%, #fff 100%);
    border-radius: 8px;
    height: 7px;
    width: 155px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}
.progress_audio::-webkit-slider-thumb{ 
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #FFFFFF;
}
.video_fullscreen{
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: url(assets/svg/Video_fullscreen.svg);
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}
.video_fullscreen:hover{
    filter: invert(62%) sepia(6%) saturate(0%) hue-rotate(177deg) brightness(97%) contrast(91%);
    transition: 0.3s;
}
.video_slider_bar{
    position: relative;
    left: 381px;
    z-index: 1;
    
}

.video_arrow_left{
    width: 10px;
    height: 12px;
    background: url(assets/svg/Video_slider_left.svg);
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    position: relative;
    left: 183px;
    top: 34px;
    z-index: 10;
}
.slider_ellipse_active{
    width: 12px;
    height: 12px;
    background: url(assets/svg/Video_slider_ellipse_active.svg);
    cursor: pointer;
}
.slider_ellipse{
    width: 12px;
    height: 12px;
    background: url(assets/svg/Video_slider_ellipse.svg);
}
.slider_ellipse:hover{
    background: #710707;
    border-radius: 50%;
    cursor: pointer;
}
.video_arrow_right{
    width: 10px;
    height: 12px;
    background: url(assets/svg/Video_slider_right.svg);
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    position: relative;
    left: 431px;
    top: -37px;
}
.video_arrow_left:hover{
    filter: invert(61%) sepia(19%) saturate(651%) hue-rotate(356deg) brightness(86%) contrast(82%);
}
.video_arrow_right:hover{
    filter: invert(61%) sepia(19%) saturate(651%) hue-rotate(356deg) brightness(86%) contrast(82%);
}
.video_paginator_container{
    position: relative;
    width: 473px;
    right: -168px;
   
}
/* Video end */


/* Gallery start */
.Gallery{
    height: 2200px;
    background: #030303;
}
.dark_title_gallery{
    max-width: 660px;
    font-family: Forum;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 75px;
    padding-top: 75px;  
}
.gallery_contant{
    height: 1960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: hidden;
}
.gallery_contant_inner{
    width: 2850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.gallery_image{
    width: 456px;
    height: 570px;
    margin-bottom: 24px;
    transform: translateY(30%) scale(0.95);
    
}
.gallery_image1{
    width: 456px;
    height: 456px;
    margin-bottom: 24px;
    transform: translateY(30%) scale(0.95);
}
.slide_in{
    opacity:0;
    transition: all 0.5s;
}
.active{
    opacity: 1;
    transform: translateY(0%) scale(1);
}
.gallery_block{
    height: 2850px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.gallery_block_center{
    height: 2850px;
    display: flex;
    flex-direction: column;
    margin-top: -30px;    
}
.gallery_gradient{
    width: 1440px;
    height: 360px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: relative;
    bottom: 1280px;
}
/* Gallery end */


/* Ticket start */
.Tickets{
    height: 893px;
    background: #DBDBDB;  
}
.tickets_line{
    height: 3px;
    background: #710707;
    margin-bottom: 75px;
}
.tickets_image{
    width: 720px;
    margin-right: 60px;
}
.ticket_type_container{
    width: 270px;
    height: 211px;
    position: relative;
    left: 780px;
    bottom: 555px;
}
.ticket_type{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 57px;
}
.ticket_label{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    position: relative;
    left: -1px;
    bottom: 6px;
    margin-bottom: 25px;
    margin-right: 10px;
}
.radio_button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio_button+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.radio_button+label::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .radio_button:not(:disabled):not(:checked)+label:hover::before {
    border-color:#000000;
    cursor: pointer;
  }
  .radio_button:focus+label::before {
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
  }
  .radio_button:checked+label::before {
    border-color: #000000;
    background-color:#e9ecef;
    background-image: url("assets/svg/radio_button_fill.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .radio_button:disabled+label::before {
    background-color: #e9ecef;
  }
.tickets_amount{
    width: 150px;
    height: 341px;
    position: relative;
    bottom: 766px;
    left: 1287px;
    text-align: right;
}
.ticket_type_amount{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 25px;
}
.tickets_warning{
    text-align:left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.input-number1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #DBDBDB;
    border: 4px solid black;
    box-sizing: border-box;
    color: #000000;
    font-size: 22px;
    text-align: center;
    width: calc(33px * 3);
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
}
.input-number2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #DBDBDB;
    border: 4px solid black;
    box-sizing: border-box;
    color: #000000;
    font-size: 22px;
    text-align: center;
    width: calc(33px * 3);
    width: 150px;
    height: 50px;
    margin-bottom: 50px;
}
.input-number__input {
    background: #DBDBDB;
    width: 32px;
    height: 32px;
    font-size: 22px;
    border: none;
    padding: 4px;
    margin: 8px;
    text-align: center;
}
.input-number__minus, 
.input-number__plus {
    cursor: pointer;
    user-select: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #000000;
}
.tickets_total{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1.65px;
    color: #000000;
    margin-bottom: 60px;
}
.buy_now{
    width: 175px;
    height: 50px;
    position: relative;
    left: 1266px;
    bottom: 715px;
    background: black;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s linear;
}
.buy_now:hover{
    background: #9D8665;
    transition: 0.3s linear;
}
/* Tickets end */


/* Contacts start */
.Contacts{
    height: 962px;
    background: #DBDBDB;   
}
.subtitle_contacts{
    max-width: 227px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 50px;
}
.contacts_item{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 25px;
}
.contacts_item a{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 25px;
    text-decoration: none;
} 
.contacts_image{
    width: 960px;
    height: 620px;
    float: right;
    position: relative;
    bottom: 270px;
}
#map { 
    position: absolute; 
    top: 0;
     bottom: 0;
      width: 100%; 
    }
/*Contacts end*/

/* main-end */


/* Footer start */
.footer{
    height: 392px;
    background: #030303;
}
.footer_logo{
    width: 195px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 75px;
}
.louvre_icon{
    width: 50px;
    height: 26px;
    background-image: url(assets/svg/Louvre_icon.svg);
    margin-bottom: 4px;
}
.louvre_icon_text{
    font-family: Forum;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer_navigation_mini{
    display: none;
}
.footer_navigation{
    width: 361px;
    height: 128px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 338px;
    top: 37px;
    margin-bottom: 48px;
}
.footer_navigation_list{
    max-width: 107px;
    height: 128px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.footer_navigation_item{
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s linear;
}
.footer_navigation_item:hover{
    color: #9D8665;
    transition: 0.3s linear;
}
.footer_navigation_item:active{
    color: #7E6C51;
}
.footer_social{
    max-width: 340px;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 1099px;
    bottom: 64px;
}
.footer_social div{
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #666666;
    filter: drop-shadow(0px 0px 0px #666666);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_social div:hover{
    filter: invert(61%) sepia(19%) saturate(651%) hue-rotate(356deg) brightness(86%) contrast(82%);
}
.footer_author{
    height: 24px;
    position: relative;
    top: 44px;
    display: flex;
    justify-content: space-between;
}
.footer_info{
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #FFFFFF;
    transition: 0.3s linear;
}
.RS{
    margin-left: 29px;
    margin-top: 1px;
}
hr {
    position: relative;
    bottom: 40px;
}
.link:hover{
    color: #9D8665;
    transition: 0.3s linear;
}
.footer_author a{
    text-decoration: none;
}
.parallax{
    width: 100%;
    height: 400px;
    background-image: url(assets/img/parallax.jpg);
    background-size: cover;
    background-attachment: fixed;
    
}
/* Footer end */




/* Ticket_form */
.booking_tickets{
    margin: auto;
    width: 1440px;
    height: 849px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position : fixed;
    z-index : 101;
    top : 100%; 
	right : 100%;
    margin-top : -910px;
    margin-right: 0px;
    -moz-transition:margin 0.8s linear;	
	-o-transition:margin 0.8s linear;	
	-webkit-transition:margin 0.8s linear;	
	-ms-transition:margin 0.8s linear;	
    transition:margin 0.8s linear;
}
.move{
    margin-right: -1700px;
    -moz-transition:margin 0.8s linear;	
	-o-transition:margin 0.8s linear;	
	-webkit-transition:margin 0.8s linear;	
	-ms-transition:margin 0.8s linear;	
    transition:margin 0.8s linear;
}
.bookin_tickets_form{
    width: 970px;
    height: 663px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.close_form{
    width: 25px;
    height: 25px;
    background: url(assets/svg/Close.svg);
    position: absolute;
    bottom: 793px;
    right: 33px;
}
.close_form:hover{
    cursor: pointer;
}
.booking_close{
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    background-image: url(assets/svg/Close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
    bottom: 380px;
    left: 190px;
}
.booking_form1{
    width: 400px;
    height: 663px;
}
.booking_louvre_icon{
    width: 85px;
    height: 41px;
    background-image: url(assets/svg/Booking_logo.svg);
}
.booking_title{
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    color: #9D8665;
    margin-bottom: 15px;
}
.booking_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #710707; 
    margin-bottom: 8px;
}
.booking_line{
    width: 398px;
    height: 3px;
    background: #740C11;
    opacity: 0.9;  
    margin-bottom: 60px; 
}
.booking_form_date{
    width: 190px;
    height: 45px;
    border: 1px solid #030303;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.booking_date_icon{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/date.svg);
    margin-right: 3px;
}
.booking_date_icon1{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/date.svg);
    margin-right: -24px;
}
.booking_form_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    margin-left: 22px;
}
.booking_select{   
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; 
    width: 17px; 
    height: 17px; 
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fff; 
    background-image: url(assets/svg/Arrow_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 130px;
}
.no_border{
    border: 0;
    height:30px;
    width: 150px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
}
.email_form{
    width: 250px;
}
.is_invalid{
    border: 2px solid red;   
}
.is_valid{
    border: 0;
}
.booking_form_title_date{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    position: relative;
    right: -13px;
    top: 1px;
}
.booking_form_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    position: relative;
    right: 25px;
    top: 1px;
}
.booking_form_title_time{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    position: relative;
    right: 12px;
    top: 1px;
}
.input_date{
    display: block;
    position: relative;
    border: 0;
    z-index: 2;
    width: 105px;
    top: 2px;
    left: 5px;
}
.input_time{
    display: block;
    position: relative;
    border: 0;
    z-index: 2;
    width: 72px;
    top: 11px;
    left: 7px;
}
.arrow_down{
    width: 17px;
    height: 17px;
    background:url(assets/svg/Arrow_down.svg);
    border: 0;
    position: absolute;
    top: 310px;
    left: 399px;
    z-index: 3;
    pointer-events: none;
}
.booking_form_time{
    width: 190px;
    height: 45px;
    border: 1px solid #030303;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    bottom: 45px;
    left: 208px;
}
.arrow_down_time{
    width: 17px;
    height: 17px;
    background:url(assets/svg/Arrow_down.svg);
    border: 0; 
    position: relative;
}
.booking_time_icon{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/time.svg);   
}
.booking_form_long{
    width: 398px;
    height: 45px;
    border: 1px solid #030303;
    margin-bottom: 20px;
    position: relative;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.booking_name_icon{
    width: 13px;
    height: 15px;
    background: url(assets/svg/name.svg);
    background-size: cover;
    margin-right: 15px;
    margin-left: 15px;
}
.booking_email_icon{
    width: 15px;
    height: 11px;
    background: url(assets/svg/email.svg);
    margin-right: 15px;
    margin-left: 15px;
}
.booking_phone_icon{
    width: 14px;
    height: 23px;
    background: url(assets/svg/phone.svg);
    margin-right: 15px;
    margin-left: 15px;
}
.booking_ticket_icon{
    width: 15px;
    height: 15px;
    background: url(assets/svg/ticket_type.svg);
    margin-right: 15px;
    margin-left: 15px;
}
.type_ticket{
    position: relative;
    left: 210px;
}
.type_ticket2{
    position: relative;
    left: 49px;
    top: -18px;
}
#input__time{
    border:0;
}
.entry_ticket{
    width: 400px;
    height: 135px; 
    border: 1px solid #030303;
    position: relative;
    bottom: 25px;
}
.entry_ticket_title{
    padding-top: 10px;
    padding-left: 15px;
    font-family: Forum;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #9D8665;
    margin-bottom: 5px;
}
.entry_ticket_line{
    width: 370px;
    height: 2px;
    background: #740C11;
    opacity: 0.9;
    margin: auto;
    margin-bottom: 18px;
}
.entry_ticket_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    text-align: left;
    margin-bottom: 22px;
    padding-left: 15px;
}
.entry_ticket_input{
    display:flex;
    align-items: center;
    position: relative;
    bottom: 90px;
    left: 277px;
    background:#FFFFFF;
    box-sizing:border-box;
    border-radius:6px;
    color:#424348;
    font-size:14px;
    text-align:center;
    width: calc(36px*3);
    margin-bottom: 17px;
}
.input_ticket{
    background:#e5e8ee;
    width:40px;
    height: 25px;
    padding:8px;
    text-align:center;
    border:2px solid black;
}
.input_minus, 
.input_plus {
    width: 50px;
    height: 25px;
    font-size:24px;
    color:white;
    background: black;
    display:flex;
    align-items:center;
    border:1.4px solid black;
    justify-content: center;
    cursor:pointer;
    user-select:none;
}
.input_ticket {
    background: white;
    width: 37px;
    height: 24px;
    font-size: 22px;
    border: none;
    padding: 8px;
    text-align: center;
}
.booking_form2{
    width: 530px;
    height: 663px;
    border: 1px solid #030303;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form2_overview{
    width: 470px;
    height: 151px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.overview{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #272727;
    margin-bottom: 2px;
}
.overview_subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #740C11;
    opacity: 0.9;
    margin-bottom: 10px;
}
.overview_info{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
}
.data_form2{
    width: 186px;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.time_form2{
    width: 83px;
    height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.form2_time_icon{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/time.svg);
}
.form2_ok_icon{
    width: 15px;
    height: 15px;
    background: url(assets/svg/ok.svg);
}
.exhibition_form2{
    width: 196px;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img_overview{
    float: right;
    position: relative;
    bottom: 150px;
}
.form2_total{
    width: 470px;
    height: 117px;
    margin-top: 10px;
}
.form2_count{
    width: 32px;
    height: 20px;
    background: #030303;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.counter{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #A4A4A3;
}
.basic_count{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;   
    color: #030303;
    position: relative;
    bottom: 23px;
    left: 42px;
}
.form2_count2{
    width: 32px;
    height: 20px;
    background: #030303;
    border-radius: 5px;
    text-align: center;
    position: relative;
    bottom: 15px;
    right: 1px;   
}
.basic_count1{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;   
    color: #030303;
    position: relative;
    bottom: 36px;
    left: 42px;
    margin-bottom: 9px;
}
.total1{
    width: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;  
    color: #030303;
    position: relative;
    left: 425px;
    bottom: 97px;
}
.total2{
    width: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;  
    color: #030303;
    position: relative;
    left: 425px;
    bottom: 103px;
}
.total_line{
    width: 470px;
    height: 2px;
    background: #740C11;
    position: relative;
    bottom: 90px;
}
.form2_total_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 37px;
    color: #030303;
    position: relative;
    bottom: 79px;
}
.form2_total_result{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;  
    color: #030303;
    position: relative;
    bottom: 115px;
    left: 406px;
}
.form2_card1{
    width: 360px;
    height: 211px;
    background: #BCBCBC;
    position: relative;
    right: 55px;
    top: 7px;
    border-radius: 3px;
    z-index: 2;
}
.card_number{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.card_number_input{
    width: 215px;
    height: 35px;
    background: white;
    margin-left: 20px;
    border: 0;
    margin-bottom: 10px;
}
.expiration_date{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    margin-left: 20px;
    margin-bottom: 5px;
}
.card_date1{
    margin-left: 20px;
    width: 100px;
    height: 35px;
    border: 0; 
}
.card_date2{
    margin-left: 10px;
    width: 100px;
    height: 35px;
    border: 0; 
    margin-bottom: 5px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 0.7;  
}
.cardholder_name{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 4px;
}
.card_cardholder{
    width: 320px;
    height: 35px;
    background: #FFFFFF;
    border:0;
    margin-left: 20px;
}
.visa_logo{
    width: 55px;
    height: 16px;
    background: url(assets/svg/Visa.svg);
    position: relative;
    bottom: 164px;
    left: 285px;
}
.mastercard_logo{
    width: 53px;
    height: 32px;
    background: url(assets/svg/Mastercard.svg);
    position: relative;
    bottom: 148px;
    left: 286px;
}
.form2_card2{
    z-index: 1;
    width: 360px;
    height: 168px;
    background: #939393;
    position: relative;
    bottom: 132px;
    left: 55px;
    border-radius: 0px 0px 3px 3px;
}
.card2_cvc{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #161615;
    position: relative;
    left: 273px;
    top: 42px;
}
.card2_cvc_input{
    width: 75px;
    height: 35px;
    background: #FFFFFF;
    border: 0;
    position: relative;
    left: 264px;
    top: 47px;
}
.card2_subtext{
    width: 55px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #161615;
    position: relative;
    left: 275px;
    top: 54px;
}
.black_line{
    width: 360px;
    height: 45px;
    background: #161615;
    position: relative;
    bottom: 118px;
}
.card2_top{
    width: 360px;
    height: 25px;
    background: #939393;
    position: relative;
    bottom: 187px;
    border-radius: 0px 3px 0px 0px;
}
.purchase_tickets{
    width: 220px;
    height: 45px;
    position: relative;
    left: 139px;
    bottom: -24px;
    background: #710707;
    opacity: 0.9;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    overflow:hidden;
}
aside{
    z-index: 101;
    background: rgb(11, 250, 43);
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 0.8s linear infinite;
}
@keyframes animate {
    0%{
        width: 0px;
        height: 0px;
        opacity: 0.6;
    }
    100%{
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}
.overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}



/* Adaptive 1024px */

@media (max-width:1024px){
body{
    max-width: 1024px;
}
.container{
     max-width: 984px;
}

/* header-start */
.header_logo{
    max-width: 199px;
    margin-top: 6px;
}
.louvre_icon{
    background-repeat: no-repeat;
}
.header_menu{
    display: none;
}
header{
    
    height: 132px;
    margin: auto;
}
         /* Burger menu 1024px start */

.burger_menu{
    visibility: visible;
}  
.overlay_burger{
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    opacity:0;
}       
.menu_button{
    display: flex;
    align-items: center;
    position: absolute;
    top: 67px;
    right: 19px;
    width: 32px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
}
.menu_button>.burger,
.menu_button>.burger::before,
.menu_button>.burger::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
}
.menu_button>.burger::before{
    content: "";
    top: -8px;
}
.menu_button>.burger::after{
    content: "";
    top: 8px;
}
.menubox{
    z-index: 100;
    display: block;
    position: absolute;
    visibility: visible;
    top: 130px;
    left: -100%;
    width: 297px;
    height: 585px;
    margin: 0;
    list-style: none;
    background-color: #030303;
    box-shadow: 1px 0px 6px rgba(0,0,0,0.2);
    transition-duration: 0.25s;
}
.menu_burger_item{
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-decoration: none;
    transition-duration: 0.25s;
    background-color: #030303;
    padding-left: 55px;
    padding-bottom: 25px;
    transition: 0.3s linear;
}
.menu_burger_item:hover{
    color: #9D8665;
    transition: 0.3s linear;
}
.img_arrows_burg{
    position: absolute;
    right: 124px;
    margin-top: 6px;
}
.topchik{
    padding-top: 47px;  
}
#menu_toggle{
    opacity: 0;
}
#menu_toggle:checked~.menu_button>.burger{
    transform: rotate(45deg);
}
#menu_toggle:checked~.menu_button>.burger::before{
    top: 0;
    transform: rotate(0);
}
#menu_toggle:checked~.menu_button>.burger::after{
    top: 0;
    transform: rotate(90deg);
}

.burger_active{
    left: 0;
    visibility: visible;
}
.burger_disabled{
    left: -100%;
    visibility: hidden;
}
.burger_social{
    display: none;
}
 /* header-end */


 /* welcome-start */
 .welcome{
    height: 595px;
}
.welcome_title{
    max-width: 400px;
    font-size: 50px;
    margin-bottom: 25px;
    padding-top: 58px;
}
.welcome_subtitle{
    font-size: 24px;
    line-height: px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.img{
    margin-top: 10px;
   margin-left: 284px;
    width: 700px;
    height: 525px;
    background-size: cover;
    
}


.welcome_link{
    width: 300px;
    font-size: 20px;
    line-height: 23px; 
}
.welcome_button{
    width: 300px;
    height: 60px;
    background: #710707;
}

.welcome_slider{
    position: relative;
    width: 700px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content:right;
    
}
.slider_inner{
    display: flex;
    width: 401px;
    height: 40px;
    justify-content:space-between;
    margin-right: 75px;
}
.carousel_pagination{
    width: 160px;
    justify-content:space-between;
    margin-right: 1px;
}
.welcome_slider_counter{
    margin-left: -1px;
    width:70px ;
}

.counter_left, .counter_center, .counter_right{
    font-size: 20px;
}
.active_slide_pagination, .slide_pagination{
    width: 12px;
    height: 12px;
}
/* Welcome end */

/* Visiting start */
.Visiting{
    height: 1433px;
}
.light_title{
    font-size: 50px;
    line-height: 75px;
    padding-top: 60px;
    margin-bottom: 20px;
}
.line{
    height: 3px;
    background: #710707;
    margin-bottom: 60px;
}
.virtual_tour_gallery{
    justify-content: space-evenly;
}
.achieve{
    width: 330px;
    height: 345px;
    margin-bottom: 60px;
}
.tour_img{
    width: 330px;
    height: 215px;
}
.virtual_tour_title{
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1px;
}
.high_spasing{
    letter-spacing: 3px;
}
.virtual_tour_line{
    width: 150px;
    height: 2px;
}
.achieve:hover .virtual_tour_line{
    width: 330px;
}
.virtual_subtitle{
    font-size: 20px;
    line-height: 23px;
}
.virtual_subsubtitle{
    font-size: 16px;
    line-height: 19px;
}
/* Visiting end */


/* Explore start */
.Explore{
    height: 1149px;
}
.dark_title{
    max-width: 439px;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    margin-top: -11px;
}
.line_explore{
    width:984px;
    margin-bottom: 60px;
}
.text_explore{
    width: 984px;
    font-size: 20px;
    line-height: 38px;
}
.text1_explore{
    width: 984px;
    height: 39px;
    font-size: 20px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: -3px;
}
.text2_explore{
    width: 984px;
    height: 77px;
    font-size: 20px;
    line-height: 38px;
}
.text3_explore{
    display: none;
}
.br1{
    display: none;
}

.inner_explore{
    height: 1029px;
}
.img2_explore{
    padding-top: 15px;
    top: -403px;
    left: 132px;
}
.img1_explore{
    left: 132px;
    top: -1102px;
}
.slider_explore{
    left: -392px;
    top: 313px;
}
/* Explore end */


/* Video start */
.Video{
    height: 1001px;
}
.text_video{
display: none;
}
.light_title_video{
    max-width: 403px;
    font-size: 50px;
    line-height: 75px;
    padding-top: 60px;
    margin-bottom: 40px;
}
.video1{
    width: 984px;
    height: 444px;
}
.video1{
    max-width: 984px; 
    width: 100%;  
    height: 444px;
}
.video1 img{
    max-width: 984px;
    width: 100%;  
    height: 444px;
}
.youtube_button1{
    max-width: 152px;
    width: 100%;
    height: 152px;
    top: -304px;
    left: 416px;
}
.youtube_button2{
    top: -115px;
    left: 114px;
}
.video_controls{
    width: 984px;
    height: 65px;
    margin-top: -5px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.video_play{
    margin-left: 15px;
}

.progress_video{
    background: linear-gradient(to right, #710707 0%, #710707 0%, #fff 0%, #fff 100%);
    height: 6px;
    width: 564px;
    
}
.progress_video::-webkit-slider-thumb{ 
    width: 13px;
    height: 13px;
    
}
.video_volume{
    width: 26px;
    height: 20px;
    background-size: cover;
    margin-left: 10px;
}

.progress_audio{
    background: linear-gradient(to right, #710707 0%, #710707 39%, #fff 40%, #fff 100%);
    height: 6px;
}
.progress_audio::-webkit-slider-thumb{ 
    width: 13px;
    height: 13px;
}
.video_fullscreen{
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-right: 15px;
}

.video2{
    max-width: 300px;
    width: 100%;
    height: 170px;
}
.video2 img{
    max-width: 300px;
    width: 100%;
    height: 170px;
}
/* Video end */

/* Gallery start */
.Gallery{
    height: 1460px;
}
.dark_title_gallery{
    max-width: 335px;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 60px;
    padding-top: 60px;  
}
.gallery_contant{
    height: 1260px;
}
.gallery_contant_inner{
    width: 2020px;
}
.gallery_image{
    width: 304px;
    height: 380px;
    margin-bottom: 24px;
}
.gallery_image1{
    width: 304px;
    height: 304px;
    margin-bottom: 24px;
}
/* Gallery end */


/* Ticket start */
.Tickets{
    height: 718px;
}
.tickets_line{
    height: 3px;
    background: #710707;
    margin-bottom: 60px;
}
.ticket_image_cont{
    width: 700px;
    height: 440px;
    overflow: hidden;
}
.tickets_image{
    width: 700px;
    height: 532px;
    margin-right: 60px;
    margin-top: -46px;
    background-image: url(assets/img/tickets_image.jpg);
    background-repeat: no-repeat;

}

.ticket_type_container{
    display: none;
}
.tickets_amount{
    width: 175px;
    height: 321px;
    bottom: 442px;
    left: 779px;
    text-align: left;
}
.ticket_type_amount{
    margin-bottom: 30px;
}
.tickets_warning{
    text-align:left;

    margin-bottom: 11px;
}
.input-number1 {
    width: 175px;
    height: 50px;
    margin-bottom: 29px;
}
.input-number2 {
    width: 175px;
    height: 50px;
    margin-bottom: 23px;
}
.euro_220{
    margin-left: 17px;
}
.input-number__input {
    font-size: 26px;
}

.buy_now{
    left: 779px;
    bottom: 370px;
}
/* Tickets end */


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

/* Contacts start */
.Contacts{
    height: 734px;
}
.subtitle_contacts{
    max-width: 185px;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px;
}
.contacts_item{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
}
.contacts_item a{
    font-size: 20px;
    line-height: 23px;
} 
.contacts_image{
    width: 694px;
    height: 454px;
    bottom: 205px;
    background: url(assets/img/map1024.jpg);
}
/*Contacts end*/


/* Footer start */
.footer{
    height: 368px;
}
.footer_logo{
    width: 195px;
    height: 50px;
    top: 52px;
}

.footer_navigation{
    width: 313px;
    height: 128px;
    left: 237px;
    top: -76px;
    margin-bottom: 48px;
}
.footer_social{
    left: 643px;
    bottom: 173px;
}
.footer_author{ 
    top: -69px;
}
hr {
    position: relative;
    bottom: 155px;
}
/* Footer end */


/* Ticket_form */
.booking_tickets{
    width: 1025px;
    height: 768px;
    margin-top : -850px;
}
.booking_form1{
    margin-top: 22px;
}
.booking_form2{
    margin-top: 22px;
}
.move{
    margin-right: -1024px;
}
.booking_form_title{
    right: 22px;
}
.close_form{
    width: 25px;
    height: 25px;
    background: url(assets/svg/Close.svg);
    position: absolute;
    bottom: 714px;
    right: 29px;
}

aside{
    z-index: 101;
    background: rgb(11, 250, 43);
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 0.8s linear infinite;
}
}

@media (max-width:768px){
body{
    max-width: 768px;
}
.container{
    max-width: 728px;
}

/* header-start */
.header_logo{
    height: 41px;
}
.header.menu{
    display: none;
}
/* Burger menu 768px start */

.burger_menu{
    visibility: visible;
}  
.overlay_burger{
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    opacity:0;
}       
.menu_button{
    display: flex;
    align-items: center;
    position: absolute;
    top: 61px;
    right: 17px;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
}
.menu_button>.burger,
.menu_button>.burger::before,
.menu_button>.burger::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
}
.menu_button>.burger::before{
    content: "";
    top: -8px;
}
.menu_button>.burger::after{
    content: "";
    top: 8px;
}
.menubox{
    z-index: 100;
    display: block;
    position: absolute;
    visibility: visible;
    top: 130px;
    left: -100%;
    width: 768px;
    height: 861px;
    margin: 0;
    list-style: none;
    background-color: #030303;
    box-shadow: 1px 0px 6px rgba(0,0,0,0.2);
    transition-duration: 0.25s;
}
.img_arrows_burg{
    right: 593px;
}
.menu_burger_item{
    padding-left: 55px;
}
.menu_burger_item:hover{
    color: #9D8665;
    transition: 0.3s linear;
}
.topchik{
    padding-top: 29px;
}

#menu_toggle{
    opacity: 0;
}
#menu_toggle:checked~.menu_button>.burger{
    transform: rotate(45deg);
}
#menu_toggle:checked~.menu_button>.burger::before{
    top: 0;
    transform: rotate(0);
}
#menu_toggle:checked~.menu_button>.burger::after{
    top: 0;
    transform: rotate(90deg);
}

.burger_active{
    left: 0;
    visibility: visible;
}
.burger_disabled{
    left: -100%;
    visibility: hidden;
}
.menu_burger_paints{
    margin: auto;
    width: 658px;
    height: 419px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255,255,0.5);
    margin-bottom: 35px;
}
.paint1{
    width: 658px;
    height: 194px;
    background-image: url(assets/img/menu_paint1.jpg);
    margin-bottom: -11px;
}
.paint2{
    width: 319px;
    height: 161px;
    background-image: url(assets/img/menu_paint2.jpg);
    margin-left: -8px;
}
.paint3{
    width: 319px;
    height: 161px;
    background-image: url(assets/img/menu_paint3.jpg);
    margin-right: -8px;
}
.burger_social{
    margin: auto;
    width: 340px;
    height: 48px;
    display: flex;
    justify-content: space-between;
}
.burger_social div{
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #666666;
    filter: drop-shadow(0px 0px 0px #666666);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.burger_social div:hover{
    filter: invert(61%) sepia(19%) saturate(651%) hue-rotate(356deg) brightness(86%) contrast(82%);
}
/* Header-end */




/* Welcome-start */
.welcome{
    height: 852px; 
}
.welcome_title{
    max-width: 332px;
    max-height: 120px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    padding-top: 0px;
    margin-top: -9px;
    margin-left: 199px;
    margin-bottom: 25px;
}
.welcome_subtitle{
    margin-left: 198px;
    font-size: 20px;
    line-height: 23px;
}
.img{
    margin-left: 0;
    margin-top: 207px;
    width: 728px;
    height: 546px;
    background-size: cover;
}
.welcome_link{
    display: none;  
}
.welcome_slider{
    width: 475px;
    height: 40px;
    float:none;
    margin-top: 29px;
    margin-left: 169px;

}
.slider_inner{
    width: 401px;
    height: 40px;
}
.welcome_slider_counter{  
    margin-left: -5px;
}
.counter_left, .counter_center, .counter_right{
    font-size: 20px; 
}
.carousel_pagination{
    width: 160px;
}
.active_slide_pagination{
    width: 12px;
    height: 12px;
}
.slide_pagination{
    width: 12px;
    height: 12px;
}
.slider_arrows{
    margin-right: 4px;   
}
/* Welcome end */

/* Visiting start */
.Visiting{
    height: 1226px;
}
.light_title{  
    font-size: 40px;
    line-height: 60px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.line{
    max-width: 306;
    margin-bottom: 40px;
}
.achieve{
    width: 280px;
    height: 301px;
    margin-bottom: 40px;
}
.tour_img{
    width: 280px;
    height: 180px;
    margin-bottom: -5px;
}
.virtual_tour_title{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 3px;
    padding-top: 25px;
    margin-bottom: 10px;
}
.virtual_tour_line{
    width: 150px;
}
.achieve:hover .virtual_tour_line{
    width: 280px;
}
.virtual_subtitle{
    font-size: 18px;
    line-height: 21px;
    margin-bottom:  9px;
    padding-top: 13px;
}
.virtual_subsubtitle{
    font-size: 16px;
    line-height: 19px;
}
/* Visiting end */


/* Explore start */
.Explore{
    height: 908px;
}
.dark_title{
    max-width: 367px;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
    padding-top: 51px;
}
.line_explore{
    max-width: 728px;
}

.text_explore{
    max-width: 367px;
    height: 60px;
}
.golden-text{
    color:#9D8665;
}
.text1_explore, .text2_explore, .text3_explore{
    display: none;
}
.inner_explore{
    height: 865px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-top: 0px;
}
.img2_explore{
    width: 728px;
    height: 716px;
    padding-top: 15px;
    top: -553px;
    left: 7px;
}
.img1_explore{
    width: 441px;
    height: 705px;
    left: 2px;
    top: -1257px;
}
.slider_explore{
    width: 39px;
    height: 705px;
    left: -268px;
    top: 164px;
    background: url(assets/svg/Explore_slider768.svg);
}
/* Explore end */


/* Video start */
.Video{
    height: 837px;
}
.text_video{
   display: none;
}
.light_title_video{
    max-width: 344px;
    font-size: 40px;
    line-height: 60px;
    padding-top: 40px;
    margin-bottom: 20px;
}
.video1{
    max-width: 728px;
    max-height: 329px;
}
.video1{
    max-width: 728px; 
    width: 100%;  
    height: 329px;
}
.video1 img{
    max-width: 728px;
    width: 100%;  
    height: 329px;
}
.youtube_button1{
    max-width: 80px;
    height: 80px;
    top: -209px;
    left: 325px;
}
.youtube_button2{
    top: -128px;
    left: 143px;
}
.disabled{
    display: none;
}

.video2{
    max-width: 354px;
    width: 100%;
    height: 199px;
}
.video2 img{
    max-width: 354px;
    width: 100%;
    height: 199px;
}
.video_controls{
    width: 728px;
    height: 58px;
    margin-top: -2px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.video_play{
    width: 23px;
    height: 29px;
    margin-left: 13px;
}
.progress_video{
    background: linear-gradient(to right, #710707 0%, #710707 0%, #fff 0%, #fff 100%);
    height: -35px;
    width: 728px;
    position: absolute;
    margin: 0;
    margin-top: -52px;  
}
.progress_video::-webkit-slider-thumb{ 
    width: 13px;
    height: 13px;
}
.video_volume{
    width: 27px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 4px;
}
.progress_audio{
    background: linear-gradient(to right, #710707 0%, #710707 40%, #fff 40%, #fff 100%);
    height: 6px;
    width: 486px;
}
.progress_audio::-webkit-slider-thumb{ 
    width: 13px;
    height: 13px;
}
.video_fullscreen{
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_slider{
    margin-bottom: 22px;
}
.video_slider_bar{
    width: 192px;
}
.slider_ellipse_active, .slider_ellipse{
    width: 10px;
    height: 10px;
    background-size: cover;
}

.video_arrow_right{
    width: 10px;
    height: 12px;
}

/* Video end */


/* Gallery start */
.Gallery{
    height: 1220px;
}
.dark_title_gallery{
    max-width: 279px;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
    padding-top: 40px;  
}
.gallery_contant{
    height: 1080px;
}
.gallery_contant_inner{
    width: 2320px;
}
.gallery_image{
    width: 352px;
    height: 351px;
}
.gallery_image1{
    width: 352px;
    height: 440px;
}
.gallery_gradient{
    width: 768px;
    height: 235px;
    top: -4915px;
}
/* Gallery end */


/* Ticket start */
.Tickets{
    height: 633px;
}
.tickets_line{
    margin-bottom: 40px;
}
.tickets_image{
    width: 444px;
    height: 340px;
    margin-right: 60px;
    margin-top: 1px;
}
.ticket_image_cont{
    height: 341px;
    overflow: hidden;
}
.ticket_type_container{
    display: none;
}

.tickets_amount{
    width: 175px;
    height: 340px;
    bottom: 340px;
    left: 504px;
    text-align: left;
}
.ticket_type_amount{
    margin-bottom: 39px;
}
.tickets_warning{
    margin-bottom: 10px;
}
.input-number1 {    
    width: 175px;
    margin-bottom: 25px;
}
.input-number2 {
    width: 175px;
    margin-bottom: 38px;
}

.tickets_total{
    
    margin-bottom: 60px;
}
.buy_now{
    left: 505px;
    bottom: 299px;
}
/* Tickets end */


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

/* Contacts start */
.Contacts{
    height: 925px;  
}
.subtitle_contacts{
    max-width: 155px;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 41px;
}
.contacts_item{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;

}
.contacts_item a{
    margin-left: -1px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
} 
.contacts_image{
    width: 728px;
    height: 476px;
    bottom: -24px;
    background: url(assets/img/map768.jpg);
}
/*Contacts end*/

/* main-end */


/* Footer start */
.footer{
    height: 411px;
}
.footer_logo{
    width: 198px;
    top: 39px;
}

.footer_navigation{
    width: 341px;
    height: 121px;
    left: 299px;
    top: -5px;
    margin-bottom: 48px;
}
.footer_navigation_list{
    max-width: 107px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}
.footer_navigation_item{
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 2px;
}
.footer_social{
    left: 298px;
    bottom: -1px;
    margin-bottom: 48px;
}
.footer_author{
    top: 35px;
}
hr {
    position: relative;
    bottom: 40px;
    margin-bottom: 2px;
}
/* Footer end */




/* Ticket_form */
.booking_tickets{
    margin: auto;
    width: 590px;
    height: 1485px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    position :absolute;
    z-index : 101;
    top : 100%; 
	right : 100%;
    margin-top : -700px;
    margin-right: 0px;
    top: 6000px;
}
.move{
    margin-right: -700px;

}

.bookin_tickets_form{
    width: 590px;
    height: 1479px;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: center;
    row-gap: 41px;
}
.close_form{
    bottom: 1422px;
    right: 31px;
}
.booking_form1{
    width: 530px;
    height: 643px;
    margin-top: 24px;
}
.booking_louvre_icon{
    margin-top: 26px;
}
.booking_title{
    margin-bottom: 17px;
}
.booking_subtitle{  
    margin-bottom: 9px;
}
.booking_line{
    width: 530px;
    margin-bottom: 39px; 
}
.booking_form_date{
    width: 250px;
    /* height: 45px;
    border: 1px solid #030303;
    display: flex;
    align-items: center;
    justify-content: space-around; */
}
.booking_date_icon{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/date.svg);
    margin-right: 3px;
}
.booking_date_icon1{
    width: 15px;
    height: 15px;
    background-image: url(assets/svg/date.svg);
    margin-right: 89px;
}
.booking_form_title{
    margin-left: 22px;
}
.booking_select{   
    left: 339px;
}
.no_border{
    border: 0;
}
.booking_form_title_date{
    right: 106px;
    top: 2px;
}
.booking_form_title{
    right: 23px;
}
.booking_form_title_time{ 
    right: 50px;
    top: 1px;
}
.input_date{
    display: none;
}
.input_time{
    display: none;
}
/* .arrow_down{
    width: 17px;
    height: 17px;
    background:url(assets/svg/Arrow_down.svg);
    border: 0;
} */
.booking_form_time{
    width: 250px;
    left: 279px;
}

.booking_time_icon{  
    margin-left: -16px; 
}
.booking_form_long{
    width: 529px;
}

.type_ticket{
    position: relative;
    left: 210px;
}
.type_ticket2{
    position: relative;
    left: 19px;
    top: 2px;
}
.entry_ticket{
    width: 529px;
    bottom: 26px;
}

.entry_ticket_line{
    width: 500px;
}
.entry_ticket_input{
    bottom: 88px;
    left: 407px;
}
.input_ticket{
    width:37px;
    height: 24px;
}

.booking_form2{
    width: 530px;
    height: 665px;
    border: 1px solid #030303;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}
.form2_overview{
    width: 470px;
    height: 151px;
    margin-top: 25px;
    margin-bottom: 15px;

}
.overview{
    margin-left: -15px;
}
.overview_subtitle{
    margin-left: -14px;
    margin-bottom: 10px;
}
.overview_info{

    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #030303;
    margin-left: 2px;
}
.data_form2{
    width: 183px;
    height: 22px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 5px;
    margin-left: -23px;
}
.time_form2{
    width: 83px;
    height: 21px;
    display: flex;
    justify-content: space-evenly;

}
.form2_time_icon{
    margin-left: -30px;
}
.form2_ok_icon{
    margin-left: -30px;
}
.exhibition_form2{
    justify-content: space-evenly;
}
.img_overview{
    left: 15px;
}
/* .form2_total{
    width: 470px;
    height: 117px;
    margin-top: 10px;
} */
.form2_count{
    width: 32px;
    height: 20px;
    background: #030303;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-left: -14px;
}
.basic_count{
    left: 29px;
}
.form2_count2{
    right: 14px;   
}
.basic_count1{
    bottom: 38px;
    left: 28px;

}
.total1{
    left: 442px;
    bottom: 98px;
}
.total2{
    left: 442px;
}
.total_line{
    width: 500px;
    margin-left: -14px;
}
.form2_total_title{
    bottom: 77px;
    left:-15px;
}
.form2_total_result{
    bottom: 115px;
    left: 422px;
}
.form2_card1{
    right: 70px;
    top: 13px;
}

.form2_card2{
    bottom: 127px;
    left: 70px;
}




aside{
    z-index: 101;
    background: rgb(11, 250, 43);
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 0.8s linear infinite;
}
@keyframes animate {
    0%{
        width: 0px;
        height: 0px;
        opacity: 0.6;
    }
    100%{
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}
.overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}


    
}

@media (max-width:420px){
    body{
        max-width: 420px;
    }
    .container{
        max-width: 380px;
    }
    
    
    /* header-start */
    .header_logo{
        margin-top: -1px;
        width: 139px;
        height: 20px;
    }
    header {
        width: 420px;
        height: 90px;
    }
    
    .header_wrapper{
        width: 380px;
        height: 90px;
    }
    .louvre_icon{
        width: 29px;
        height: 16px;
        background-image: url(assets/svg/Louvre_icon.svg);
        background-size: cover;
        margin-bottom: 4px;
    }
    .louvre_icon_text{
        font-size: 16px;
        line-height: 18px;
    }
    .header_menu{
        display: none;
    }
    /* Burger menu start */
    .menu_button {
        top: 34px;
        right: 20px;
    }
    .menubox{
        width: 420px;
        height: 544px;
    }
    .img_arrows_burg{
        right: 246px;
    }
    .menu_burger_paints{
        width: 310px;
        height: 124px;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .paint1, .paint2,.paint3{
        width: 95px;
        height: 95px;
    }
    .paint1{
        background-image: url(assets/img/paint1mini.jpg);
        margin-left: 0px;
       
    }
    .paint2{
        background-image: url(assets/img/paint2mini.jpg);
        margin-left: 0px;
    }
    .paint3{
        background-image: url(assets/img/paint3mini.jpg);
        margin-right: 0px;
    
    }
    .topchik{
        padding-top: 0;
        margin-top: -5px;
    }
    .burger_social{
        width: 262px;
    }
    /* Header-end */
    
    
    
    
    /* Welcome-start */
    .welcome{
        height: 544px;  
    }
    .welcome_title{
        max-width: 257px;     
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        padding-top: 5px;
        margin-left: 61px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .welcome_subtitle{
        max-width: 278px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 2px;
        margin-left: 52px;
        margin-bottom: 75px;
    }
    /* .welcome_image{
        float:none;
        width: 380px;
        height: 285px;
    } */
    .img{
        margin-left: -1px;
        margin-top: 178px;
        width: 380px;
        height: 285px;
        background-size: cover;
    }
 
    .welcome_cont{
        display: flex;
        position: relative;
    }
    .welcome_link{
       display: none;
    }
    
    .welcome_slider{
        width: 380px;
        height: 80px;
        float:none;
        margin:0;
        justify-content: center;
    }
    .slider_inner{
        width: 250px;
        height: 40px;

        margin: 0;
        margin-right: 6px;
    }
    .welcome_slider_counter{

        width: 50px;
        height: 40px;
        margin-left: 12px;
    }
    .counter_left, .counter_center, .counter_right{
        font-size: 16px;

    }
    .carousel_pagination{

        width: 75px;

    }
    .active_slide_pagination{
        width: 7px;
        height: 7px;
    }
    .slide_pagination{
        width: 7px;
        height: 7px;
    }

    .slider_arrows{
        width: 55px;
        justify-content: space-between;
        margin-right: 6px;   
    }
    .arrow_left{
        width: 20px;
        height: 8px;
    }
    .arrow_right{
        width: 20px;
        height: 8px;
        background: url(assets/svg/arrow_right_little.svg);
    }
    /* Welcome end */
    
    /* Visiting start */
    .Visiting{
        height: 2153px;
    }
    .light_title{
        font-size: 28px;
        line-height: 40px;
        padding-top: 40px;
        margin-bottom: 19px;
    }
    .line{
        height: 3px;
        margin-bottom: 40px;
    }
    .virtual_tour_gallery{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .achieve{
        width: 280px;
        height: 295px;
        margin-bottom: 40px;
    }

    .virtual_tour_title{
        font-size: 18px;
        line-height: 20px;
        padding-top: 25px;
        letter-spacing: 5px;
    }
    .virtual_tour_line{
        width: 150px;
    }
    .achieve:hover .virtual_tour_line{
        width: 280px;
    }
    .virtual_subtitle{

        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        padding-top: 12px;
    }
    .virtual_subsubtitle{
        font-size: 16px;
        line-height: 19px;
    }
    /* Visiting end */
    
    
    /* Explore start */
    .Explore{
        height: 551px;
    }
    .dark_title{
        max-width: 367px;
        font-size: 28px;
        line-height: 40px;
    }
    .line_explore{
        max-width: 380px;
    }
    .text1_explore, .text2_explore, .text3_explore{
        display: none;
    }
    .inner_explore{
        height: 368px;
    }
    .img2_explore{
        width: 380px;
        height: 388px;
        padding-top: 15px;
        top: -328px;
        left: 1px;
    }
    .img1_explore{
        width: 230px;
        height: 368px;
        top: -698px; 
    }
    .slider_explore{
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        width: 20px;
        height: 367px;
        left: 219px;
        top: 58px;    
    }
    /* Explore end */
    
    
    /* Video start */
    .Video{
        height: 551px;
    }
    .text_video{
      display: none;
    }
    .light_title_video{
        max-width: 255px;
        font-size: 28px;
        line-height: 40px;
        padding-top: 36px;
        margin-bottom: 20px;
    }
    .video1{
        max-width: 380px;
        max-height: 172px;
    }
    .video1{
        max-width: 380px; 
        width: 100%;  
        height: 172px;
    }
    .video1 img{
        max-width: 380px;
        width: 100%;  
        height: 172px;
    }
    .youtube_button1{
        max-width: 50px;
        height: 50px;
        top: -116px;
        left: 164px;
    }
    .youtube_button2{
        top: -79px;
        left: 56px;
    }
    .disabled{
        display: none;
    }
 
    .video2{
        max-width: 181px;
        width: 100%;
        height: 101px;
    }
    .video2 img{
        max-width: 181px;
        width: 100%;
        height: 101px;
    }
    .video_controls{
        width: 380px;
        height: 55px;
        margin-top: -2px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    .video_play{
        width: 13px;
        height: 17px;
        margin-left: 8px;
        background-size: cover;
    }
    
    .progress_video{
        background: linear-gradient(to right, #710707 0%, #710707 0%, #fff 0%, #fff 100%);
        height: 5px;
        width: 380px;
        position: absolute;
        margin: 0;
        margin-top: -50px;  
    }
    .progress_video::-webkit-slider-thumb{ 
        width: 10px;
        height: 10px;
    }
    .video_volume{
        width: 18px;
        height: 14px;
        margin-left: 4px;
    }
    .progress_audio{
        height: 6px;
        width: 200px;
    }
    .progress_audio::-webkit-slider-thumb{ 
        width: 10px;
        height: 10px;
    }
    .video_fullscreen{
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .video_slider{
        margin-bottom: 40px;
    }
    
    .video_slider_bar{
        width: 183px;
    }
    .slider_ellipse_active, .slider_ellipse{
        width: 8px;
        height: 8px;
        background-size: cover;
    }
    
    .video_arrow_right{
        width: 7px;
        height: 8px;
        background-image: url(assets/svg/arrow_right_mini.svg);
    }
    .video_arrow_left{
        width: 7px;
        height: 8px;
        background-image: url(assets/svg/arrow_left_mini.svg);
    }
    
    /* Video end */
    
    
    /* Gallery start */
    .Gallery{
        height: 757px;
    }
    .dark_title_gallery{
        max-width: 276px;
        font-size: 28px;
        line-height: 40px;
    }
    .gallery_contant{
        height: 636px;
    }
    .gallery_contant_inner{
        width: 420px;
    }
    .gallery_image{
        width: 178px;
        height: 178px;
    }
    .gallery_image1{
        width: 178px;
        height: 223px;
    }
    
    .gallery_gradient{
        width: 420px;
        height: 112px;
        top: -5236px;
    }
    /* Gallery end */
    
    
    /* Ticket start */
    .Tickets{
        height: 759px;
    }
    .tickets_line{
        margin-bottom: 40px;
    }
    .ticket_image_cont{
        width: 380px;
        height: 160px;
        overflow: hidden;
    }
    .tickets_image{
        width: 380px;
        height: 283px;
        margin-right: 60px;
        margin-top: -62px;
    }
    .ticket_type_container{
        display: none;
    }
    
    .tickets_amount{
        width: 175px;
        height: 286px;
        bottom: -41px;
        left: 102px;
        text-align: left;
    }
    .ticket_type_amount{
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .tickets_warning{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 14px;
    }
    .input-number1 {    
        width: 175px;
        margin-bottom: 20px;
    }
    .input-number2 {
        width: 175px;
        margin-bottom: 41px;
    }
    
    .tickets_total{
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 60px;
        text-align: center;
        letter-spacing: -1.35px;
    }
    .buy_now{
        left: 103px;
        bottom: -80px;
        font-size: 16px;
        line-height: 0px;
    }
    /* Tickets end */
    
    
    .parallax{
        width: 100%;
        height: 300px;
        background-image: url(assets/img/parallax.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    
    /* Contacts start */
    .Contacts{
        height: 636px;  
    }
    .subtitle_contacts{
        max-width: 124px;
        font-size: 16px;
        line-height: 19px;

    }
    .contacts_item{
        font-size: 16px;
        line-height: 19px;   
    }
    .contacts_item a{
        margin-left: -1px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 25px;
    } 
    .contacts_image{
        max-width: 380px;
        height: 248px;
        bottom: -24px;
        background: url(assets/img/map420.jpg);
    }
    /*Contacts end*/
    
    /* main-end */
    
    
    /* Footer start */
    .footer{
        height: 400px;
    }
    .footer_logo{
        width: 131px;
        top: 24px;
        left: 1px;
        margin-bottom: 50px;
    }
    .footer_navigation_mini{
        width: 383px;
        height: 68px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;   
    }

    .footer_navigation_mini_inner{
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
    .footer_navigation{
        display: none;
    }
    .footer_navigation_item{
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 2px;
        margin-right: 2px;
    }
    .footer_social{
        width: 260px;
        height: 48px;
        left: 59px;
        bottom: -39px;
        margin-bottom: 87px;
    }
    .footer_author{
        top: 35px;
        font-size: 16px;
        line-height: 22px;
    }
    .footer_info{
        font-size: 16px;
        line-height: 22px;
        margin-left: 3px;
    }
    hr {
        position: relative;
        bottom: 40px;
        margin-bottom: 2px;
    }
    .RS{
        display: none;
    }
    /* Footer end */
    
    
    
    
    /* Ticket_form */
    .booking_tickets{
        margin: auto;
        width: 420px;
        height: 1790px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        position :absolute;
        z-index : 101;
        top : 100%; 
        right : 100%;
        margin-top : -1449px;
        margin-right: 0px;
        top: 6000px;
    }
    .move{
        margin-right: -420px;
    
    }
    
    .bookin_tickets_form{
        width: 360px;
        height: 1790px;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly;
        align-items: center;
        row-gap: 0px;
    }
    .close_form{
        bottom: 1737px;
        right: 31px;
    }
    .booking_form1{
        width: 360px;
        height: 690px;
        margin-top: -15px;
    }
    .booking_louvre_icon{
        margin-top: 8px;
    }
    .booking_title{
        margin-bottom: 17px;
        font-size: 32px;
        line-height: 35px;
    }
    .booking_subtitle{  
        margin-bottom: 7px;
    }
    .booking_line{
        width: 360px;
        margin-bottom: 39px; 
    }
    .booking_form_date{
        width: 358px;
    }
    .booking_date_icon{
        width: 15px;
        height: 15px;
        background-image: url(assets/svg/date.svg);
        margin-right: 3px;
    }
    .booking_date_icon1{
        width: 15px;
        height: 15px;
        background-image: url(assets/svg/date.svg);
        margin-right: 209px;
    }
    .booking_form_title{
        margin-left: 22px;
    }
    .booking_select{   
        left: 170px;
    }
    .no_border{
        border: 0;
    }
    .booking_form_title_date{
        right: 219px;
        top: 4px;
    }
    .booking_form_title{
        right: 23px;
    }
    .booking_form_title_time{ 
        right: 93px;
        top: 4px;
    }
    .input_date{
        display: none;
    }
    
    .input_time{
        display: none;
    }
    .booking_form_time{
        width: 359px;
        left: -1px;
        bottom: -20px;
        margin-bottom: 66px;
    }   
    .booking_time_icon{  
        margin-left: -39px; 
    }
    .booking_form_long{
        width: 359px;
    }   
    .type_ticket{
        position: relative;
        left: 210px;
    }
    .type_ticket2{
        position: relative;
        left: 42px;
        top: 3px;
    }
    .entry_ticket{
        width: 360px;
        bottom: 25px;
    }
    
    .entry_ticket_line{
        width: 330px;
    }
    .entry_ticket_input{
        bottom: 88px;
        left: 237px;
    }
    .input_ticket{
        width:37px;
        height: 24px;
    }
    
    .booking_form2{
        width: 360px;
        height: 885px;
        margin-top: -32px;
    }
    .form2_overview{
        width: 300px; 
    }
    .data_form2{
        width: 183px;
        height: 22px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 5px;
        margin-left: -23px;
    }
    .time_form2{
        width: 83px;
        height: 21px;
        display: flex;
        justify-content: space-evenly; 
    }
    .form2_time_icon{
        margin-left: -30px;
    }
    .form2_ok_icon{
        margin-left: -30px;
    }
    .exhibition_form2{
        justify-content: space-evenly;
    }
    .img_overview{
        width: 120px;
        height: 96px;
        left: 15px;
    }
    .form2_total{
        width: 302px;
        height: 117px;
        margin-top: -84px;
    }
    .form2_count{
        margin-left: -14px;
    }
    .basic_count{
        left: 29px;
    }
    .form2_count2{
        right: 14px;   
    }
    .basic_count1{
        bottom: 36px;
        left: 30px;
        margin-bottom: 12px;
    }
    .total1{
        left: 273px;
        bottom: 97px;
    }
    .total2{
        left: 273px;
    }
    .total_line{
        width: 330px;
    }
    .form2_total_title{
        bottom: 80px;
        left:-14px;
    }
    .form2_total_result{
        bottom: 116px;
        left: 252px;
    }
    .form2_card1{
        right: 0px;
        top: -80px;
        max-width: 330px;
    }
    .visa_logo{
        width: 62px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 162px;
        left: 251px;
    }
    .mastercard_logo{
        left: 255px;
    }
    .card_cardholder{
        width: 290px;
    }
    .form2_card2{
        width: 330px;
        bottom: 108px;
        left: 0px;
    }
    .card2_top{
        width: 330px;
    }
    .black_line{
        width: 330px;
    }
    .card2_cvc{
        left: 246px;
    }
    .card2_cvc_input{
        left: 235px;
        top: 49px;
    }
    .card2_subtext{
        left: 247px;
        top: 53px;
    }
    .purchase_tickets{
        left: 110px;
        bottom: -37px;
    }
    
    
    aside{
        z-index: 101;
        background: rgb(11, 250, 43);
        transform: translate(-50%,-50%);
        pointer-events: none;
        border-radius: 50%;
        animation: animate 0.8s linear infinite;
    }
    @keyframes animate {
        0%{
            width: 0px;
            height: 0px;
            opacity: 0.6;
        }
        100%{
            width: 500px;
            height: 500px;
            opacity: 0;
        }
    }
    .overlay{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 100;
    }
       
}

@media (max-width:320px){
    body{
        max-width: 320px;
    }
    .container{
        width: 320px;
    }
    header{
        width: 320px;
    }
    .header_wrapper{
        width: 320px;
    }
    .img{
        width: 320px;
    }
    .overlay_burger{
        width: 320px;
    }
    .menubox {
        width: 320px;
    }
    .img_arrows_burg {
        right: 137px;
    }
    .welcome_title{
        margin: auto;
    }
    .welcome_subtitle{
        margin: auto;
    }
    .welcome_slider {
        width: 320px;
    }
    .img2_explore {
        width: 306px;
    }
    .line_explore {
        max-width: 317px;
    }
    
    .video1{
        max-width: 320px; 
        width: 100%;  
    }
    .video1 img{
        max-width: 320px;
        width: 100%;  

    }
    .video_controls {
        width: 320px;
    }
    .video_controls {
        width: 320px;
    }

    .video2{
        max-width: 150px;
        width: 100%;
    }
    .video2 img{
        max-width: 150px;
        width: 100%;
    }
    .progress_video{
        width: 320px;
    }
    

    .gallery_image {
        width: 147px;
        height: 146px;
    }
    .tickets_image {
        width: 320px;
    }
    .footer_navigation_mini {
        width: 300px;
        margin: auto;
    }
    .footer-social{
        left: 0px;
       
    }

}
