@import url(https://fonts.googleapis.com/css?family=Righteous);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#icon {
  position: absolute;
  top: 70px;
  right: 100px;
  height: 120px;
  cursor: pointer;
  z-index: 100;
  animation: myAnim5 2s ease 0s 1 normal forwards;
}

#icon:hover {
  height: 130px;
  transition: all 0.5s ease;
}

#icon:not(:hover) {
  height: 120px;
  transition: all 0.5s ease;
}

@keyframes myAnim5 {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


#wiki {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  color: rgb(86, 213, 255);
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; /* Place le pseudo-élément derrière le contenu de la page */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../images/DrapeauTunisie.gif");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(5px);
  transform: scale(1.1);
}

.googlemaps {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
}

.googlemaps iframe {
  width: 80%;
  height: 90%;
  border-radius: 10px;
  border: 0;
}

.container1 {
   height: 100vh;
   display: flex;
   flex-direction: row;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    /* background-color: #0a0a23; */
}

.informations {
  position: relative;
    /* background-color: #0a0a23; */
    width: 67%;
}

.image-container img {
    height: 85vh;
    border-radius: 25px;
    animation: myAnim1 1.2s ease 0s 1 normal forwards;
}

@keyframes myAnim1 {
	0% {
		transform: scaleX(0);
		transform-origin: 0% 0%;
	}

	100% {
		transform: scaleX(1);
		transform-origin: 0% 0%;
	}
}


.container {
  color: white;
  position: absolute;
  font-family: sans-serif;
  bottom: 55px;
  visibility: hidden;
}

.container::before,
.container::after {
  content: "";
  background-color: #fab5704c;
  position: absolute;
}

.container::before {
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  top: 25%;
  right: 7%;
  filter: blur(17px);
}

.container::after {
  content: "";
  position: absolute;
  height: 3rem;
  top: 8%;
  right: 5%;
  border: 1px solid;
}

.container .box {
  width: 17.875em;
  height: 8.875em;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.222);
  border-radius: 0.7rem;
  transition: all ease 0.3s;
}

.container .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container .box .title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}


.container .box:hover {
  box-shadow: 0px 0px 20px 5px #ffbb763f;
  border: 1px solid rgba(255, 255, 255, 0.454);
}


.informations h1 {
  display: inline-block;
  color: rgb(200, 208, 253);
  font-family: 'Righteous', serif;
  font-size: 12em; 
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);

}

@keyframes myAnim2 {
	0% {
		opacity: 0;
		transform: translateY(-250px) rotate(-200deg);
	}

	100% {
		opacity: 1;
		transform: translateY(0) rotate(0deg);
	}
  }



#introduction {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 110px;
  padding-left: 10px;
  visibility: hidden;
}

#text {
  margin-top: 15px;
  position: relative;
  z-index: 3;
  animation: myAnim2 1.5s ease 0s 1 normal forwards;
}


#shadow {
  position: absolute;
  top: .06em; left: .06em;
  z-index: 2;
  text-shadow: none;
  background-image:
    linear-gradient(
      45deg,
      transparent 45%,
      hsla(48,20%,90%,1) 45%,
      hsla(48,20%,90%,1) 55%,
      transparent 0
      );
  background-size: .05em .05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: myAnim2 1.5s ease 0s 1 normal forwards , shad-anim 15s linear infinite;
  }

@keyframes shad-anim {
0% {background-position: 0 0}
0% {background-position: 100% -100%}
}

@keyframes myAnim4 {
	0% {
		opacity: 0;
		transform: translateY(250px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*slideeeeeeer*/
.slidercontainer {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 60%;
}

.s2 {
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.scope {
  position: relative;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  animation: slid 30s linear infinite;
}

.scope span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(350px);
}
.scope span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: 1s;
}
.scope span:hover img {
  transform: translateY(-20px) scale(1.2);
}
@keyframes slid {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}
