@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

/* Media screen only for desktop */
@media screen and (min-width: 1200px) {
  body #gallery {
    /* fixed width and centered in viewport */
    width: 1280px;
    left: -640px;
    margin-top: 10%;
  }
  a.home1 {
    /* fixed width and centered in viewport */
    font-size: 25px;
    /* background-image: url(../gfx/home.png);width: 98px; height: 28px;background-repeat: no-repeat; */
    text-decoration: none;
    color: #000000;
    margin-left: 5%;
  }
  a.info1 {
    /* background-image: url(../gfx/info.png) ;width: 98px; height: 28px;background-repeat: no-repeat; */
    font-size: 25px;
    text-decoration: none;
    color: #000000;
  }
  a.contact1 {
    /* background-image: url(../gfx/contact.png);width: 98px; height: 28px; */
    font-size: 25px;
    text-decoration: none;
    color: #000000;
  }

  body #right-screen a.contact1 {
    /* background-image: url(../gfx/contactbold.png);width: 98px; height: 28px; */
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #000000;
    /* text-shadow: 1px 0 #050505;
  letter-spacing:1px; */
  }

  body #left-screen a.info1 {
    /* background-image: url(../gfx/infobold.png) ;width: 98px; height: 28px;background-repeat: no-repeat; */
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #000000;
    /* text-shadow: 1px 0 #050505;
  letter-spacing:1px; */
  }

  body #expand > button {
    font-size: 30px;
  }
  body .hover1 {
    flex-wrap: wrap;
    flex-direction: row;
    height: 65vh;
    width: 50%;
  }

  #scrollbot {
    background-image: url(../gfx/arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .container {
    flex-wrap: wrap;
    flex-direction: row;
  }
  body .slideshow-main {
    height: 80.5vh;
  }
  body .alt-2,
  body .alt-long,
  body .alt-short {
    width: 50%;
    height: 65vh;
  }
  body .alt-3 {
    margin-top: 3%;
  }
}
/* --- Media screen only for desktop */

/* Header and text customize */
.home1 {
  /* background-image: url(../gfx/home1.png);width: 272px; height: 78px;background-repeat: no-repeat; */
  margin-left: 15%;
  font-family: "Poppins", sans-serif;

  font-size: 65px;
  text-decoration: none;
  color: #000000;
}
.info1 {
  /* background-image: url(../gfx/info1.png) ;width: 272px; height: 78px;background-repeat: no-repeat; */
  font-family: "Poppins", sans-serif;

  font-size: 65px;
  text-decoration: none;
  color: #000000;
}
.contact1 {
  /* background-image: url(../gfx/contact1.png);width: 272px; height: 78px; */
  font-family: "Poppins", sans-serif;

  font-size: 65px;
  text-decoration: none;
  color: #000000;
}
#right-screen a.contact1 {
  /* background-image: url(../gfx/contact1bold.png);width: 272px; height: 78px; */
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 65px;
  text-decoration: none;
  color: #000000;
  /* text-shadow: 1px 0 #050505;
  letter-spacing:1px; */
}
#left-screen a.info1 {
  /* background-image: url(../gfx/info1bold.png) ;width: 272px; height: 78px;background-repeat: no-repeat; */
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 65px;
  text-decoration: none;
  color: #000000;
  /* text-shadow: 1px 0 #050505;
  letter-spacing:1px; */
}
#header,
#header-right,
#header-left {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 150;
  /* background-color: #EAEAEA; */
  padding-left: 3px;
  padding-right: 3px;
  height: 28px;
}
/* --- Header and text customize */

/* Scrollbar customize */
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: gray;
  outline: 1px solid slategrey;
  border-radius: 50px;
}
/* --- Scrollbar customize */

/* Scrolldown to takes effect header */
.smaller {
  padding-top: 20px;
  /* transform: scale(1.5); */
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  animation: 0.5 ease;
}
/* --- Scrolldown to takes effect header */

body {
  background-color: #ffffff;
  /* background-color: #eaeaea; */
  /* background-image: url(../bg.png); */
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ::-moz-selection {
  background-color: black;
}
::selection {
  background-color: black;
} */

/* Showcase  */
.cloud9-item {
  opacity: 1;
  /* transition: 0.5s ease; */
  backface-visibility: hidden;
  cursor: pointer;
  /* border-radius: 60px 20px 100px 0px; */
  transform-style: preserve-3d;
}

#gallery {
  /* fixed width and centered in viewport */
  width: 980px;
  left: -490px;
  margin-left: 50%;
  /* position: relative; */
  margin-top: 50%;
  transform: translateX(-50%);
}
#showcase {
  height: 420px;
  overflow: visible !important;
  visibility: hidden;
}
/* .cloud9-item:hover {
  opacity: 0.5;
  transition: 1s ease;
} */
.gallery-item {
  /* opacity: 1; */
  transition: 0.5s ease;
  backface-visibility: hidden;
}
/* --- Showcase  */

/* Container */

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* max-height: 1920px; */
}
.hover1 {
  display: flex;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  /* overflow: hidden; */
}

.hover1 img {
  width: 100%;
  height: 100%;
}

/* Content desc */
.alt-2 {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 60rem;
  font-weight: 700;
  color: #eaeaea;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alt-3 {
  position: absolute;
  opacity: 0;
  text-align: center;
  margin-top: 5%;
  width: 50%;
  font-weight: 100;
  color: #eaeaea;
  font-size: 15px;
}
.alt-long {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 85rem;
  font-weight: 700;
  color: #eaeaea;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alt-short {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 35rem;
  font-weight: 700;
  color: #eaeaea;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Content desc and content hover */

.hover1:hover .gallery-item {
  /*   */
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  filter: brightness(50%) blur(0.8px);
  transform: scale(0.98);
  /* border-radius: 10px; */
}
.hover1:hover .alt-2,
.hover1:hover .alt-3,
.hover1:hover .alt-long,
.hover1:hover .alt-short {
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* --- Container end */

#loading-wrap {
  width: 100%;
  height: 430px;
  position: relative;
}
#loading {
  width: 100%;
  height: 100%;
  background: url("../gfx/loading.gif") center center no-repeat;
  position: absolute;
  height: 100px;
  width: 100px;
}
#loading-more {
  height: 35px;
  width: 35px;
  padding: 12px 0;
  background: url("../gfx/loading.gif") center center no-repeat;
  display: none;
}

/* Scroll down arror */
#scrollbot {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  cursor: pointer;
  opacity: 1;
}
#scrollbot:hover {
  opacity: 0.5;
  /* background-image: url(../gfx/doublearrow.png) ;width: 40px; height: 40px;background-repeat: no-repeat;
  animation: fadeIn 3s; */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --- Scroll down arror */

/* Main page height */
.slideshow-main {
  height: 120vh;
  /* min-height: 61vh;
    max-height: 81vh; */
  position: sticky;
  top: 0;
}
/* --- Main page height */
