* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
header {
  height: var(--height1);
  background-color: #030303;
  display: flex;
  align-items: center;
}
body {
  width: 100%;
}
header main {
  width: var(--width1);
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  width: var(--width2);
}
.section-title-forum {
  font-family: "Forum", cursive;
  color: var(--gold);
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.section {
  position: relative;
  padding-top: var(--padding-top1);
  padding-bottom: var(--padding-bottom1);
}
.dark {
  background-color: black;
  color: white;
}
/* header start */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo,
.logo2 {
  display: flex;
  width: 199px;
  height: 33px;
  color: white;
  display: flex;
  font-size: var(--font4);
  line-height: 31px;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: space-between;
}
.links {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 775px;
  height: 26px;
  text-decoration: none;
}
nav a {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: var(--font3);
  line-height: 26px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  list-style-type: none;
}
.welcome-dark {
  height: var(--height2);
  background-color: black;
}
.welcome-white {
  height: 810px;
  background-color: white;
}
.container-welcome {
  height: 100%;
  position: relative;
}
.welcomeLuvre {
  width: var(--width3);
  height: 388px;
  padding: var(--padding1);
  z-index: 2;
  position: absolute;
}
.slider {
  width: var(--width16);
  height: var(--height18);
  top: 0px;
  left: 435px;
  position: absolute;
  overflow: hidden;
}
.gradi {
  position: absolute;
  width: 500px;
  height: var(--height19);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.slider-line {
  width: var(--width15);
  height: var(--height17);
  display: flex;
  position: relative;
  left: 0px;
  transition: all ease 1s;
}
.slide1 {
  background-image: url("./assets/img/welcome-slider/1.jpg");
  background-size: var(--background-size1);
  width: var(--width14);
}
.slide2 {
  background-image: url("./assets/img/welcome-slider/2.jpg");
  background-size: var(--background-size1);
  width: var(--width14);
}
.slide3 {
  background-image: url("./assets/img/welcome-slider/3.jpg");
  background-size: var(--background-size1);
  width: var(--width14);
}
.slide4 {
  background-image: url("./assets/img/welcome-slider/4.jpg");
  background-size: var(--background-size1);
  width: var(--width14);
}
.slide5 {
  background-image: url("./assets/img/welcome-slider/5.jpg");
  background-size: var(--background-size1);
  width: var(--width14);
}
.text {
  font-size: var(--font6);
  line-height: 90px;
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.text2 {
  font-weight: 300;
  font-size: var(--font4);
  line-height: 33px;
  letter-spacing: 2px;
  padding: 25px 0px;
  color: white;
  font-family: "Roboto", sans-serif;
}
.discover {
  background-color: #710707;
  width: 360px;
  height: 75px;
  border-radius: 15px;
  border: none;
  font-size: var(--font3);
  color: white;
  cursor: pointer;
}
.block {
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-slider {
  width: var(--width13);
  height: 120px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-of-slide {
  display: flex;
  margin-left: 10px;
}
.num-slide {
  font-size: var(--font2);
  line-height: 40px;
  padding-left: 10px;
}
.cubes {
  display: flex;
  margin-right: 35px;
  margin-left: 55px;
}
.cube {
  width: 16px;
  height: 16px;
  background-color: #d2b183;
  margin-right: 25px;
}
.cube-2 {
  background-color: white;
}
.cursors {
  width: 100px;
}
.cursor-left {
  margin: 0;
  margin-right: 20px;
}
.cursor-right {
  transform: rotate(180deg);
}
/*  start section Virtual Tour */
.virtualTour {
  height: var(--height4);
}
.table {
  position: initial;
  margin-top: var(top1);
  bottom: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content1);
  align-content: space-between;
}
.frame {
  position: relative;
  height: 90px;
  width: 544px;
}
.text3 {
  font-size: var(--font6);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
}
.line {
  margin-bottom: var(--margin-bottom1);
  height: 3px;
  left: 0px;
  top: 115px;
  background: #710707;
}
.tour-card {
  width: var(--width4);
  height: var(--height3);
  margin-bottom: 60px;
}
.text-card {
  width: 252px;
  height: 35px;
  font-size: var(--font5);
  line-height: 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: black;
  padding: 10px 0px;
}
.line2 {
  width: 300px;
  height: 2px;
  background: #710707;
}
.virtual-tour {
  width: 165px;
  height: 26px;
  font-weight: 200;
  font-size: var(--font3);
  line-height: 26px;
  color: black;
  padding: 10px 0px;
  text-decoration: none;
  display: block;
}
.google {
  width: 240px;
  height: 21px;
  font-weight: 200;
  font-size: var(--font1);
  line-height: 21px;
  color: black;
}
.collonade {
  width: 423px;
}
/* start section Picture explore */
.explore {
  height: var(--height5);
}
.pictureExplore {
  height: var(--height6);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: var(--flex-wrap1);
}
.frame2 {
  position: relative;
  width: var(--width5);
  height: 90px;
  font-size: var(--font6);
  line-height: 90px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.frame2::after {
  content: "";
  position: absolute;
  background: #710707;
  width: 100%;
  height: 3px;
  top: 115px;
  left: 0px;
}
.aboutPicture {
  width: var(--width5);
  font-size: var(--font3);
  line-height: 38px;
  margin: 50px 0px;
}
.border {
  margin: 25px 0px;
}
.marker {
  color: #caaa7d;
}
.centerPicture {
  margin: var(--centerPicture);
}
/* start section video journey */
.video {
  height: var(--height8);
  width: 100%;
}
.video-journey {
  font-size: var(--font6);
  line-height: var(--height9);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content {
  height: 90px;
  width: 720px;
  font-weight: 300;
  font-size: var(--font3);
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #000000;
}
/* video player large */
.videoLouvreMain {
  position: relative;
  width: var(--width6);
  height: var(--height7);
  padding: 75px 0px 0px 0px;
}
.buttonPlay {
  background: url(./assets/svg/buttonPlayMain.svg);
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
.control-panel {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 85px;
  width: 100%;
  background-color: black;
}
.button-play-mini {
  background: url(./assets/svg/buttonPlayMini.svg);
  background-repeat: no-repeat;
  height: 31px;
  width: 26px;
  border: none;
}
.video-progress {
  background: linear-gradient(
    to right,
    #710707 0%,
    #710707 55%,
    #c4c4c4 55%,
    #c4c4c4 100%
  );
  border-radius: 8px;
  height: 15px;
  width: 929px;
  outline: none;
  transition: background 450ms ease-in;
}
.video-progress::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: white;
}
.mute {
  background: url(./assets/svg/mute.svg);
  background-repeat: no-repeat;
  height: 37px;
  width: 40px;
  border: none;
}
.volume-level {
  background: linear-gradient(
    to right,
    #710707 0%,
    #710707 45%,
    #c4c4c4 45%,
    #c4c4c4 100%
  );
  border-radius: 8px;
  height: 15px;
  width: 155px;
  outline: none;
  transition: background 450ms ease-in;
}
.volume-level::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: white;
}
.full-screen {
  height: 35px;
  width: 40px;
  background: url(./assets/svg/fullScreen.svg);
  background-repeat: no-repeat;
  border: none;
}
.small-video {
  position: relative;
  background-image: url(./assets/img/exposition-Le\ Corps.jpg);
  height: var(--height10);
  width: var(--width7);
  display: flex;
}
.small-video2 {
  position: relative;
  background-image: url(./assets/img/Au\ Louvre.jpg);
  height: var(--height10);
  width: var(--width7);
  display: flex;
}
.small-video3 {
  position: relative;
  background-image: url(./assets/img/promenade.jpg);
  height: var(--height10);
  width: var(--width7);
  display: flex;
}
.video-description {
  width: 329px;
  height: 39px;
  font-size: var(--font1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container2 {
  padding: 15px 65px 199px 10px;
  height: 40px;
  width: 406px;
}
.yotubeIcon {
  position: absolute;
  bottom: var(--bottom2);
  left: var(--left1);
  height: 48px;
  width: 68px;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0px;
}
.video-slide {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
}
.video-slider-pagination {
  width: 200px;
  height: 12px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.video-slide-button {
  width: 10px;
  height: 12px;
  border: none;
}
.video-next {
  background-image: url("./assets/svg/left\ \(Stroke\).svg");
}
.video-prev {
  background-image: url("./assets/svg/right\ \(Stroke\).svg");
}
/* start section Art Gallery */
.art-gallery {
  height: var(--height11);
}
.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
}
.grid2 {
  display: grid;
  grid-row-gap: 24px;
}
.frame-text {
  height: 90px;
  width: 518px;
}
.position {
  padding: 124px 0px 0px 0px;
}
.position2 {
  padding: 74px 0px 0px 0px;
}
.gradient {
  position: absolute;
  width: var(--width2);
  height: var(--height12);
  top: var(--top2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
/* start section buy tickets */
.buy-tickets {
  position: relative;
  height: var(--height13);
}
.picture-position {
  position: absolute;
  left: 0px;
  bottom: var(--bottom1);
  width: var(--width8);
  height: var(--height14);
}
.ticket-type {
  position: absolute;
  height: 211px;
  width: 270px;
  top: 268px;
  left: 780px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  font-size: var(--font4);
}
.text4 {
  font-size: var(--font4);
  font-weight: bold;
  padding-bottom: 50px;
  width: var(--width10);
}
.point {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: var(--font3);
  user-select: none;
}
.hide {
  display: var(--hide);
}
/* Hide the browser's default radio button */
.clear {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.point:hover input ~ .checkmark {
  background-color: rgba(209, 205, 205, 0.705);
}
/* When the radio button is checked, add a blue background */
.point input:checked ~ .checkmark {
  background-color: black;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.point input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.point .checkmark:after {
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
.number-of-tickets {
  position: absolute;
  right: 0px;
  top: var(--top3);
  height: 341px;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.number {
  all: unset;
  text-align: center;
}
.number-tickets {
  position: relative;
  height: 50px;
  width: 148px;
  border: black solid 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text5 {
  font-size: var(--font3);
}
.clearButton {
  border: none;
  background: none;
  font-size: var(--font5);
  width: 19px;
}
.clearNumber {
  border: none;
  width: 12px;
}
.total {
  font-size: var(--font5);
  font-weight: bold;
}
.total:after {
  content: " €";
}
.box {
  height: 91px;
  width: 150px;
}
.buyNow {
  background-color: black;
  color: white;
  border-radius: 5px;
  height: 50px;
  width: 175px;
  position: absolute;
  right: 0px;
  bottom: var(--bottom3);
}
/* parallax */
.parallax {
  width: 100%;
  height: 400px;
  background-image: url("./assets/img/buyTickets/Computer_Wallpapers_Desktop_Backgrounds_Louvre_Museum_131593_KB.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* start section contacts */
.contacts {
  height: 813px;
  position: relative;
}
.adress {
  width: 282px;
  height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 267px;
  left: 0px;
}
.map {
  position: absolute;
  top: 267px;
  right: 0px;
  width: var(--width9);
  height: var(--height15);
}
/* start section contacts */
footer {
  width: 100%;
}
.section1 {
  position: relative;
  height: 392px;
}
.logo2 {
  position: absolute;
  top: var(--top4);
  left: 0px;
}
.group1 .group2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
}
.navi {
  position: absolute;
  top: var(--top5);
  left: var(--left2);

  display: flex;
  justify-content: space-between;
  width: 363px;
  height: 128px;
}
.social {
  display: flex;
  justify-content: space-around;
  height: 48px;
  width: 340px;
  position: absolute;
  top: var(--top6);
  right: 0px;
}
nav li {
  list-style-type: none;
}
.line3 {
  position: absolute;
  top: var(--top7);
  height: 3px;
  width: var(--width11);
  background: #666666;
}
.year {
  position: absolute;
  top: 318px;
  width: 142px;
  font-size: var(--font1);
}
.alignment {
  display: flex;
  justify-content: center;
}

:root {
  --gold: #9d8665;
  --font1: 18px;
  --font2: 20px;
  --font3: 22px;
  --font4: 28px;
  --font5: 32px;
  --font6: 80px;
  /* header */
  --height1: 150px;
  /* welcome-dark */
  --height2: 810px;
  --height16: 750px;
  --width13: 600px;
  /* header main */
  --width1: 1920px;
  /* container */
  --width2: 1440px;
  /* section */
  --padding-top1: 75px;
  --padding-bottom1: 75px;
  /* welcomeLuvre */
  --width3: 598px;
  --padding1: 150px 0px 0px 0px;
  /* Mona background */
  --background-size1: contain;
  --width14: 1000px;
  --width15: 5000px;
  --height17: 750px;
  --width16: 1000px;
  --height18: 750px;
  --height19: 750px;
  /* tour-card */
  --width4: 440px;
  --height3: 424px;
  /* table */
  --justify-content1: space-between;
  --top1: 268px;
  --margin-botton1: 75px;
  /* virtual tour */
  --height4: 1116px;
  --margin-bottom1: 75px;
  /* picture explore */
  --height5: 865px;
  --flex-wrap1: nowrap;
  --hide: block;
  --centerPicture: 0;
  --width5: 660px;
  --height6: 715px;
  /* videoJourney */
  --width6: 1440px;
  --height7: 735px;
  --height8: 1246px;
  --height9: 90px;
  --height10: 254px;
  --width7: 452px;
  --bottom2: 103px;
  --left1: 192px;
  /* art gallery */
  --height11: 2200px;
  --height12: 360px;
  --top2: 1675px;
  --width12: 456px;
  /* buy tickets */
  --height13: 743px;
  --bottom1: 75px;
  --width8: 720px;
  --height14: 550px;
  --bottom3: 182px;
  --top3: 267px;
  /* contacts */
  --width9: 960px;
  --height15: 620px;
  --width10: 227px;
  /* footer */
  --top4: 75px;
  --top5: 87px;
  --left2: 340px;
  --top6: 162px;
  --top7: 265px;
  --width11: 1440px;
}
@media (max-width: 1024px) {
  :root {
    --height1: 130px;
    --width1: 1024px;
    --width2: 984px;
    --padding1: 50px 0px 0px 0px;
    --heightPicture: 585px;
    /* welcome-dark */
    --height2: 585px;
    --height16: 525px;
    --width13: 700px;
    /* section */
    --padding-top1: 60px;
    --padding-bottom1: 60px;
    /* Mona background */
    --background-size1: contain;
    --width14: 700px;
    --width15: 3500px;
    --height17: 425px;
    --width16: 700px;
    --height18: 525px;
    --height19: 425px;
    /* tour-card */
    --width4: 330px;
    --height3: 345px;
    --font5: 23px;
    /* table */
    --justify-content1: space-evenly;
    --top1: 218px;
    --margin-botton1: 60px;
    /* virtual tour */
    --font6: 50px;
    --height4: 1313px;
    /* picture explore */
    --height5: 1145px;
    --height5: 1240px;
    --flex-wrap1: wrap;
    --hide: none;
    --centerPicture: 0px 132px;
    --width5: 984px;
    --height6: 1029px;
    /* videoJourney */
    --width6: 984px;
    --height7: 504px;
    --height8: 881px;
    --height9: 75px;
    --height10: 170px;
    --width7: 300px;
    --bottom2: 65px;
    --left1: 115px;
    /* art gallery */
    --height11: 1575px;
    --height12: 174px;
    --top2: 1250px;
    --width12: 304px;
    /* buy tickets */
    --height13: 598px;
    --bottom1: 100px;
    --width8: 700px;
    --height14: 440px;
    --bottom3: 100px;
    --top3: 170px;
    /* contacts */
    --width9: 694px;
    --height15: 545px;
    --width10: 208px;
    /* footer */
    --top4: 60px;
    --top5: 65px;
    --left2: 239px;
    --top6: 80px;
    --top7: 243px;
    --width11: 984px;
  }
}
.nav-list {
  display: none;
}
.minimize {
  width: var(--width12);
}
/* Adaptive menu */
.links a {
  color: #f3f3fa;
  letter-spacing: 3px;
  text-decoration: none;
  font-weight: bold;
}
.hamburger {
  display: none;
}

.hamburger div {
  width: 20px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .links {
    position: absolute;
    right: 0px;
    height: 62vh;
    top: 12vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: black;
    transform: translateX(100%);
    transition: transform 0.5s linear;
  }
  .links li {
    opacity: 0;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }

  .link-active {
    transform: translateX(0%);
    z-index: 1;
  }

  @keyframes hamburgerFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .toggle .line11 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line22 {
    opacity: 0;
  }

  .toggle .line33 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
}
