html {
  scroll-behavior: smooth;
  background:linear-gradient(to bottom, #010c1ddc, #18243bc0, #344463a4, #53617cab, #8091aaa2), url('fiveteer.jpg');
  background-position-x: center;
  background-position: -420px;
  background-attachment: fixed;
  pointer-events: none;
  user-select: none;
}

* {
    box-sizing: border-box;
  }

  /* Style the body */
  body {
    font-family: 'Dosis', sans-serif;
    margin: 0;
   }
  
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dbecff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(73, 88, 110, 0.774);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(58, 69, 87, 0.877);
}

.header {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -0.4px;
    word-spacing: 2px;
    background:linear-gradient(to bottom, #010c1ddc, #18243bc0, #344463a4, #53617cab, #8091aaa2), url('fiveteer.jpg');
    background-position-x: center;
    background-position: -420px;
    background-attachment: fixed;
    cursor: crosshair;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-variant: normal;
    text-transform: none;
    margin-top: -100px;
    padding-bottom: 10px;
  }

.header img {
    margin-top: 100px;
    pointer-events: none;
}

  .navbar {
    text-align: center;
    margin-top: -42px;
    margin-bottom: -41px;
  }
  
  .navbar a{ 
    color: #cbeaff;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.8s;
    padding: 14px 20px;
    background: #051937a1;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-box-shadow: 0px 11px 31px 2px rgba(0,0,0,0.2); 
    box-shadow: 0px 11px 31px 2px rgba(0,0,0,0.2);
    @media (max-width: 1024px) {
      display: block;
      font-size: 25px;
    }
  
  }

  .navbar a:hover {
    background: #051937;
    transform: scale(1.08);
    -webkit-box-shadow: 0px 0px 21px 3px rgba(146,228,255,0.92); 
    box-shadow: 0px 0px 21px 3px rgba(146,228,255,0.92);
    color:rgba(132, 241, 255, 0.877)
  }

.fiveteers {
    text-align: center;
    background: #FFFFFF;
}

#about {
  text-align: center;
}

h1 {
    font-size: 100px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    color: #040127;
    text-align: center;
}

h2 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.crewmates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 40px;
  margin-top: -45px;
  width: 100%;
  height: 100%;
}

.karu #def {
  float: right;
  position: relative;
  transition: top ease 0.5s;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  font-style: italic;
  color: #ffffff;
  opacity: 0;
  top: 260px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  z-index: 1;
  left: -20px;
}
.karu:hover #def {
  opacity: 1;
  top: 238px;
}

.karu #triangle {
  position: absolute;
  transition: top ease 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 82px 160px;
  border-color: transparent transparent #ff9e5e transparent;
  line-height: 0px;
  top: 218px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  transition: top ease 0.5s;
  opacity: 0;
  z-index: 0;
}

.karu:hover #triangle {
  opacity: 1;
  top: 198px;
}

.angel #def {
  float: right;
  position: relative;
  transition: top ease 0.5s;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px;
  font-style: italic;
  color: #000000;
  opacity: 0;
  top: 280px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  z-index: 1;
  left: -15px;
}
.angel:hover #def {
  opacity: 1;
  top: 250px;
}

.angel #triangle {
  position: absolute;
  transition: top ease 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 102px 180px;
  border-color: transparent transparent #ff83ac transparent;
  line-height: 0px;
  top: 218px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  transition: top ease 0.5s;
  opacity: 0;
  z-index: 0;
}

.angel:hover #triangle {
  opacity: 1;
  top: 198px;
}

.mary #def {
  float: right;
  position: relative;
  transition: top ease 0.5s;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  font-style: italic;
  color: #ffffff;
  opacity: 0;
  top: 280px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  z-index: 1;
  left: -20px;
}
.mary:hover #def {
  opacity: 1;
  top: 260px;
}

.mary #triangle {
  position: absolute;
  transition: top ease 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 122px 210px;
  border-color: transparent transparent #9968d1 transparent;
  line-height: 0px;
  top: 218px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  transition: top ease 0.5s;
  opacity: 0;
  z-index: 0;
}

.mary:hover #triangle {
  opacity: 1;
  top: 198px;
}

.raven #def {
  float: right;
  position: relative;
  transition: top ease 0.5s;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px;
  font-style: italic;
  color: #000000;
  opacity: 0;
  top: 280px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  z-index: 1;
  left: -15px;
}
.raven:hover #def {
  opacity: 1;
  top: 250px;
}

.raven #triangle {
  position: absolute;
  transition: top ease 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 102px 180px;
  border-color: transparent transparent #6db6e0 transparent;
  line-height: 0px;
  top: 218px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  transition: top ease 0.5s;
  opacity: 0;
  z-index: 0;
}

.raven:hover #triangle {
  opacity: 1;
  top: 198px;
}

.lim #def {
  float: right;
  position: relative;
  transition: top ease 0.5s;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  font-style: italic;
  color: #ffffff;
  opacity: 0;
  top: 260px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  z-index: 1;
  left: -7px;
}
.lim:hover #def {
  opacity: 1;
  top: 240px;
}

.lim #triangle {
  position: absolute;
  transition: top ease 0.5s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 82px 160px;
  border-color: transparent transparent #f7c568 transparent;
  line-height: 0px;
  top: 218px;
  transform: translateZ(20px);
  transform-style: preserve-3d;
  transition: top ease 0.5s;
  opacity: 0;
  z-index: 0;
}

.lim:hover #triangle {
  opacity: 1;
  top: 198px;
}
 

.newspage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #334364;
  margin-top: -50px;
  padding-bottom: 20px;
}

.newspage h1 {
  color: #c5d1e6;
}

.newspage h2 {
  color: #a5b3cc;
}

.karu {
    float: left;
    margin-top: 29px;
    margin-bottom: 29px;
    width: 160px;
    height: 280px;
    border-radius: 5px;
    border-color: #051937;
    position: relative;
    z-index: 3;
    background-image: url('icons/ji.jpg');
    background-size: 200px 280px;
    background-position: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
    transition: 0.8s;
    transform: perspective(1000px);
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    -webkit-box-shadow: -3px 11px 24px 5px rgba(0,0,0,0.6); 
box-shadow: -3px 11px 24px 5px rgba(0,0,0,0.6);
}

.karu:hover {
    background: #051937;
    transform: scale(1.10);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    z-index: 6;
    cursor: pointer;
    background-image: url('icons/ji.jpg');
    background-size: 210px 300px;
    background-position: center;
    box-shadow: 0px 0px 21px 3px rgba(240, 159, 83, 0.92);
}

.karuback:hover {
  background: #051937;
  transform: scale(1.10);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  z-index: 6;
  cursor: pointer;
  background-image: url('icons/ji.jpg');
  background-size: 210px 300px;
  background-position: center;
  box-shadow: 0px 0px 21px 3px rgba(240, 159, 83, 0.92);
}

.angel {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 180px;
  height: 300px;
  border-radius: 5px;
  border-color: #051937;
  position: relative;
  z-index: 4;
  background-image: url('icons/angel.jpg');
  background-size: 235px 310px;
  background-position: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
  transition: 0.8s;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6); 
box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6);
}

.angel:hover {
  background: #051937;
  transform: scale(1.10);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  z-index: 6;
  cursor: pointer;
  background-image: url('icons/angel.jpg');
  background-size: 245px 330px;
  background-position: center;
  box-shadow: 0px 0px 21px 3px rgba(250, 163, 181, 0.92);
}

.mary {
  width: 210px;
  height: 320px;
  border-radius: 5px;
  border-color: #051937;
  position: relative;
  z-index: 5;
  background-image: url('icons/miwi.jpg');
  background-size: 235px 320px;
  background-position: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
  transition: 0.8s;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6); 
box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6);
}

.mary:hover {
  background: #051937;
  transform: scale(1.10);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  z-index: 6;
  cursor: pointer;
  background-image: url('icons/miwi.jpg');
  background-size: 245px 340px;
  background-position: center;
  box-shadow: 0px 0px 21px 3px rgba(183, 98, 223, 0.92);
}

.raven {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 180px;
  height: 300px;
  border-radius: 5px;
  border-color: #051937;
  position: relative;  z-index: 4;
  background-image: url('icons/raven.jpg');
  background-size: 200px 300px;
  background-position: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
  transition: 0.8s;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6); 
box-shadow: 0px 11px 24px 5px rgba(0,0,0,0.6);
}

.raven:hover {
  background: #051937;
  transform: scale(1.10);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  z-index: 6;
  cursor: pointer;
  background-image: url('icons/raven.jpg');
  background-size: 210px 320px;
  background-position: center;
  box-shadow: 0px 0px 21px 3px rgba(52, 75, 119, 0.92);
}


.lim {
  float: right;
  margin-top: 29px;
  margin-bottom: 29px;
  width: 160px;
  height: 280px;
  border-radius: 5px;
  border-color: #051937;
  position: relative;
  z-index: 3;
  background-image: url('icons/babaeng\ blue.jpg');
  background-size: 200px 280px;
  background-position: center;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);
  transition: 0.8s;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  overflow: hidden;
  -webkit-box-shadow: 3px 11px 24px 5px rgba(0,0,0,0.6); 
box-shadow: 3px 11px 24px 5px rgba(0,0,0,0.6);
}

.lim:hover {
  background: #051937;
  transform: scale(1.10);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  z-index: 6;
  cursor: pointer;
  background-image: url('icons/babaeng\ blue.jpg');
  background-size: 210px 300px;
  background-position: center;
  box-shadow: 0px 0px 21px 3px rgba(255, 223, 119, 0.92);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 30px 30px;
  border-width: none;
  border-color:#d4dae477;
  background-color: #e4e7eca9;
  background-image: url('button/upbutton.png');
  background-position: center;
  z-index: 1;
}

.artgallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #c5d1e663;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.artgallery h1 {
  color: #010814;
}

.artgallery h2 {
  color: #010814;
}

  
/* Slideshow container */
.slideshow-container {
  width: 1000px;
  max-height: 700px;
  overflow: auto;
  position: relative;
  -webkit-box-shadow: -2px 11px 24px 5px rgba(0,0,0,0.6); 
  box-shadow: -2px 11px 24px 5px rgba(0,0,0,0.6);
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -22px;
  margin-right: 185px;
  margin-top: -300px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.socialmedia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin-top: -50px;
  padding-bottom: 40px;
}


#socialone {
  width: 800px;
  height: 300px;
  overflow: auto;
  margin-bottom: 10px;
  transition: 0.8s;
}

#socialone:hover {
  transform: scale(1.10);
  background-color: #ffe1a98f;
  margin-bottom: none;
  border-radius: 10px;
}

#socialtwo {
  width: 800px;
  height: 300px;
  overflow: auto;
  margin-bottom: 10px;
  transition: 0.8s;
}

#socialtwo:hover {
  transform: scale(1.10);
  background-color: #ffcbcd8f;
  margin-bottom: none;
  border-radius: 10px;
}

#socialthree {
  width: 800px;
  height: 300px;
  overflow: auto;
  margin-bottom: 10px;
  transition: 0.8s;
}

#socialthree:hover {
  transform: scale(1.10);
  background-color: #e3c1ff8f;
  margin-bottom: none;
  border-radius: 10px;
}

#socialfour {
  width: 800px;
  height: 300px;
  overflow: auto;
  margin-bottom: 10px;
  transition: 0.8s;
}

#socialfour:hover {
  transform: scale(1.10);
  background-color: #c4d9ff8f;
  margin-bottom: none;
  border-radius: 10px;
}

#socialfive {
  width: 800px;
  height: 300px;
  overflow: auto;
  margin-bottom: 10px;
  transition: 0.8s;
}

#socialfive:hover {
  transform: scale(1.10);
  background-color: #dadada8f;
  margin-bottom: none;
  border-radius: 10px;
}

#profile {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
#profile img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: 5px;
}

#profiletwo {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
#profiletwo img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-right: 5px;
}

#one {
  float: left;
  position: relative;
  font-size: 40px;
  margin-top: 20px;
  text-align: right;
}

#oneone {
  position: initial;
  font-size: 60px;
  margin-top: 20px;
  margin-right: 50px;
  text-align: right;
}

#two {
  float: right;
  position: relative;
  font-size: 40px;
  margin-top: 20px;
  text-align: left;
}

#twotwo {
  position: initial;
  font-size: 60px;
  margin-top: 20px;
  margin-left: 50px;
  text-align: left;
}

/* Style all font awesome icons */
.fa {
  padding-top: 29px;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: 0.4s;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  transform: scale(1.10);
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
  border-radius: 50%;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
  border-radius: 50%;
}

/* Instagram */
.fa-instagram {
  background: #163763;
  color: white;
  border-radius: 50%;
}

a {
  text-decoration: none;
}

#firsth3 {
  font-size: 25px;
  float: left;
  text-align: left;
  z-index: 2;
  margin-top: -20px;
  margin-left: 10px;
  word-spacing: 5px;
}

#secondh3 {
  font-size: 25px;
  float: right;
  text-align: right;
  z-index: 2;
  margin-top: -20px;
  margin-right: 10px;
  word-spacing: 5px;
}

  /* Footer */
  .footer {
    padding: 1px;
    text-align: center;
    background: rgba(141, 120, 139, 0.493);
    border-style: solid;
    border-color: rgba(161, 164, 167, 0.445);
    border-width: 0.5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 5px;
    letter-spacing: 2px;
    word-spacing: 1px;
    transition: all 0.3s ease-in-out;
  }

  #foot {
    font-size: 20px;
  }

  .stack {
    width: 500px;
    height: 500px;
    position: relative;
    margin-top: 90px;
    padding-top: 200px;
    margin-bottom: 50px;
  }
  
  .card {
    width: 700px;
    height: 550px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    font-family: sans-serif;
    font-size: 50px;
    color: #00000080;
    box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px 0#00000020;
    transition: 200ms;
    overflow: auto;
  }
  
  .card:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
  }
  .card:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
  }
  .card:nth-last-child(2) {
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
  }
  .card:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
  }
  
  @keyframes swap {
    50% {
      transform: translate(-50%, calc(var(--y) - 250px)) scale(0.85) rotate(-5deg);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translate(-50%, calc(var(--y) - 15px)) scale(0.85);
      z-index: -1;
    }
  }
  .js-tilt-glare {
    border-radius: 5px;
  }
  
