@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");


body {
  background-image: url('./img/bg.jpg');
  overflow-x: hidden;
 font-family: "Lato", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.list-head {
  margin: auto;
  list-style: none;
  width: 1060px;
  height: 450px;
  border-radius: 3px;
  overflow: hidden;
}

.inner-list {
  position: relative;
  width: 260px;
  height: 450px;
  float: left;
  border-left: 1px solid white;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.list-head li:first-child {
  border: none;
}


img {
  width: 600px;
  height: 450px;
}

ul:hover .inner-list {
  width: 150px;
  cursor: url('./img/next.png'), auto;
}

a{
  cursor: url('./img/next.png'), auto;
}


.list-head .inner-list:hover {
  width: 600px;
  cursor: url('./img/next.png'), auto;
}

.next-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.inner-content {
  display: none;
}

.list-head .inner-list:hover .inner-content {
  display: block;
  transition: visibility 0s, opacity 0.5s linear;
  animation-delay: .3s;
  animation: chainReaction 3s;

}

@keyframes chainReaction {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;

  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.image-res {
  max-width: 100%;
  height: auto;
}

.align-logo {
  margin-left: 50px;
  width: 60px;
}

.welcome-text {
  font-size: 60px;
  font-family: 'Cormorant Garamond', serif;
}

.text-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.center {
  text-align: center;
}

.image-wrapper {
  position: relative;
}

.inner-content {
  width: 100%;
  height: 100%;
}

.description {
  position: absolute;
  bottom: 40px;
  left: 50px;
  color: azure;
  text-transform: uppercase;
}

.footer-text {
  text-align: center;
  margin-top: 50px;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
}


.container.counter {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  ;
}

.counter h1 {
  font-weight: normal;
}

.counter li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 3em;
  text-transform: uppercase;
}

.counter li span {
  display: block;
  font-size: 4.5rem;
}