@font-face {
	font-family: 'PF_MarletDisplay';
	src: url("../fonts/PF_Marlet_Display_Regular.eot?") format("eot"),
	  url("../fonts/PF_Marlet_Display_Regular.otf") format("truetype");
  }

  @font-face {
	font-family: 'Montigny-Regular';
	src: url("../fonts/Montigny-Regular.eot?") format("eot"),
	  url("../fonts/Montigny-Regular.ttf") format("truetype");
  }

.gallery {
	display: flex;
	margin-left: 12vw;
	padding-right: 12vw;
}
.carousel__slider__item.carousel__slider__item--active .gallery__item-img {
    margin-left: -103px;
    width: 136%;
}
.gallery__item {
	margin: 0 3vw;
	display: grid;
	grid-template-areas: '... ...'
						 '... gallery-image'
						 '... ...' ;
	grid-template-columns: 8rem 21vmax;
	grid-template-rows: 8rem 28vmax 7rem;
}
span.gallery__item-number {
    display: none;
}
.gallery__item:nth-child(even) {
	padding-top: 10vh;
}

.gallery__item-img {
	grid-area: gallery-image;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transform-origin: 50% 100%;
}

.gallery__item-imginner {
    background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: 100%;
    filter: blur(3px);
}
.carousel__slider__item.carousel__slider__item--active .gallery__item-imginner{

     filter: blur(0px);
}
.gallery__item-caption {
    grid-area: 1 / 1 / 3 / 3;
    display: grid;
    grid-template-areas: 'gallery-number gallery-title'
		'gallery-link ...'
		'gallery-link gallery-tags';
    grid-template-columns: 0rem auto;
    grid-template-rows: 8rem auto 2rem;
}

.gallery__item-number {
	grid-area: gallery-number;
	font-size: 6rem;
	font-size: clamp(2.5rem,9vw,6.5rem);
	justify-self: end;
	padding-right: 2rem;
	color: var(--color-gallery-number);
}

.gallery__item-title {
	grid-area: gallery-title;
	margin: 0;
	font-size: 4rem;
	font-size: clamp(2rem,5vw,4rem);
	color: var(--color-gallery-title);
}

.gallery__item-number,
.gallery__item-title,
.gallery__text {
	/* font-family: moret, serif; */
	font-weight: 800;
	font-style: italic;
	align-self: center;
}

.gallery__item-link {
	grid-area: gallery-link;
	align-self: end;
	font-size: 1.5rem;
	background: var(--color-gallery-link-bg);
	color: var(--color-gallery-link);
	text-decoration: underline;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.gallery__item-link:focus,
.gallery__item-link:hover {
	background: var(--color-gallery-link-bg-hover);
	color: var(--color-gallery-link-hover);
	text-decoration: none;
}

.gallery__item-tags {
	grid-area: gallery-tags;
	justify-self: end;
	font-size: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
	cursor: pointer;
}

.gallery__text {
	font-size: 20vw;
	line-height: 0.8;
	margin: 0 10vw 0 14vw;
	text-transform: lowercase;
	color: var(--color-gallery-title);
	color: transparent;
	-webkit-text-stroke: 1px #978c77;
	text-stroke: 1px #978c77;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.gallery__text-inner {
	display: block;
}

a.theloggos {
    width: 200px;
}
a.theloggos img {
    width: 100%;
    height: 100%;
}
.frame__links.headerlinks a {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 18px 6px;
    border-radius: 26px;
    background: #ffffff4f;
}
.gallery__item:nth-child(even) {
    padding-top: 0;
}
/* .gallery {
    display: flex;
    margin-left: 0;
    padding-right: 12vw;
    padding-top: 70px;
} */


.gallery {
	display: flex;
	overflow-x: auto;
	gap: 60px;
	padding: 200px 80px;
	scroll-behavior: smooth;
	position: relative;
	margin-left: 0;
}

.gallery__item {
	flex: 0 0 auto;
	transition: transform 0.3s ease;
}

.gallery::-webkit-scrollbar {
	display: none;
}

body.demo-1 {
    background: #3f0e13;
}

section.mainlandds {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E2DBC5;
}

body.thelandiigs main {
    width: 100vw;
    transform: unset !important;
    align-items: center;
    justify-content: center;
}
section.mainlandds h2 {
    font-size: 100px;
    margin: 0;
    font-family: 'Montigny-Regular' !important;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 65px;
}
section.mainlandds h1 {
    font-size: 100px;
    margin: 0;
    text-transform: uppercase;
	font-family: 'PF_MarletDisplay' !important;
}
section.mainlandds p {
    font-size: 20px;
    margin: 0;
    /* width: 11vw; */
    left: 0;
    padding: 0px 40px;
    text-align: center;
    /* margin-right: auto; */
    line-height: 32px;
}
section.mainlandds a {
    border: 1px solid #000;
    font-size: 25px;
    /* text-transform: uppercase; */
    color: #000 !important;
    padding: 5px 19px 8px;
    border-radius: 10px;
    background: #00000000;
    margin-top: 15px;
    letter-spacing: 1px;
}
.gallery__item-title {
    color: #fff;
}

.loader span.typed-text {
	font-weight: normal;
	color: #dd7732;
  }
  .loader span.cursor {
	display: inline-block;
	background-color: #ccc;
	margin-left: 0.1rem;
	width: 3px;
	animation: blink 1s infinite;
  }
  .loader span.cursor.typing {
	animation: none;
  }
  @keyframes blink {
	0%  { background-color: #ccc; }
	49% { background-color: #ccc; }
	50% { background-color: transparent; }
	99% { background-color: transparent; }
	100%  { background-color: #ccc; }
  }
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f0e13;
    z-index: 99999;
}
.preloader .text {
    position: absolute;
    left: 50%;
    top: 50%;
    /* height: 50px; */
    font-size: 150px;
    color: #fff;
    display: inline-block;
    margin: -25px 0 0 -25px;
    /* text-indent: -9999em; */
    /* -webkit-transform: translateZ(0); */
    -ms-transform: translateZ(0);
    transform: translate(-50%, -50%);
	animation: typing 3s steps(5, end) ;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'PF_MarletDisplay' !important;
}
.theanimations {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f0e13;
    z-index: 99999;
}
/* .preloader .text {
	color: #00ffcc;
	font-size: 24px;
	border-right: 2px solid #00ffcc;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	animation: typing 3s steps(10, end) forwards, blink 0.7s step-end infinite;
  } */

  @keyframes typing {
	from {
	  width: 0;
	}
	to {
	  width: 7.5ch; /* Adjust this based on your text length */
	}
  }

  @keyframes blink {
	50% {
	  border-color: transparent;
	}
  }

  .theanimations video {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
main {
    transform: unset !important;
}
.preloader img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}


/* slider */
.carousel {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.carousel__prev, .carousel__next {
	position: absolute;
	bottom: -15%;
	transition: transform 0.25s ease;
}
.carousel__prev i, .carousel__next i {
	font-size: 60px;
	color: var(--box-border);
	cursor: pointer;
}
.carousel__prev:hover, .carousel__next:hover {
	transform: scale(1.25);
}
.carousel__prev {
	left: 40%;
}
.carousel__next {
	right: 40%;
}
.carousel__body {
	width: 100%;
	padding: 20px 0 50px 0;
	overflow: visible;
}
.carousel__body .carousel__slider {
	position: relative;
	transition: transform 1s ease-in-out;
	background: var(--crsl-bg);
}
.carousel__body .carousel__slider__item {
	position: relative;
	display: block;
	float: left;
	box-sizing: border-box;
	margin-left: 20px;
	margin-right: 20px;
}
.carousel__body .carousel__slider__item .item__3d-frame {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 1s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.carousel__body .carousel__slider__item .item__3d-frame:after {
	content: '';
	position: absolute;
	bottom: -15%;
	width: 100%;
	height: 40px;
	background: var(--box-shadow);
	box-shadow: 0px 0px 5px 5px var(--box-shadow);
	transform: rotateX(90deg) translate3d(0px, -20px, 0px);
	opacity: 0.85;
}
.carousel__body .carousel__slider__item .item__3d-frame__box {
	display: flex;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* border-color: var(--box-border); */
	background: var(--box-bg);
	/* border-width: 3px; */
	/* border-style: solid; */
}
.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
	font-size: 7em;
	width: 100%;
	color: var(--box-border);
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right, .carousel__body .carousel__slider__item .item__3d-frame__box--left {
	top: 0;
	width: 40px;
	backface-visibility: hidden;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
	left: 0;
	border-left-width: 5px;
	transform: translate3d(1px, 0, -40px) rotateY(-90deg);
	transform-origin: 0%;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right {
	right: 0;
	/* border-right-width: 5px; */
	transform: translate3d(-1px, 0, -40px) rotateY(90deg);
	transform-origin: 100%;
}

.gallery__item-img img {
    filter: blur(8px);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* slider */
.caption{
	font-family: 'PF_MarletDisplay';
}

@media screen and (min-width:320px) and (max-width:767px) {
	.frame__links {
	  display: flex;
	  justify-content: center;
	  margin-top: 10px;
  }
  
  .frame__links.headerlinks a {
	  font-size: 18px;
	  color: #fff;
	  border: 1px solid #fff;
  }
  
  a.theloggos {
	  display: block;
	  margin: auto;
  }
  
  .frame {
	  height: 150px;
	  width: 100%;
	  text-align: center;
  }
  
  body.demo-1 {
	  background: #3f0e13;
	  display: block;
  }
  
  body {
	  margin: 0;
  }
  
  section.mainlandds h2 {
	  font-size: 73px;
  }
  
  section.mainlandds h1 {
	  font-size: 60px;
  }
  
  section.mainlandds {
	  height: 100vh;
  }

  }