@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@keyframes bounceIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
html,
body {
  margin: 0;
  padding: 0;
  background: black;
}

.logo,
.footer {
  display: flex;
  width: 100%;
  position: absolute;
  font-family: "PT Sans", cursive;
}

.logo {
  top: 2%;
  z-index: 10;
  justify-content: center;
}
.logo .logo-container {
  padding: 0.2rem 1rem;
}
.logo img {
  height: 100px;
}
@media (max-width: 576px) {
  .logo img {
    height: 65px;
  }
}

.footer {
  color: #fff;
  bottom: 1%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 576px) {
  .footer p {
    font-size: 0.8rem;
  }
}
.footer .landing-social-links {
  padding-left: 0;
  margin: 0;
}
.footer .landing-social-links li {
  list-style-type: none;
  display: inline;
  padding: 0.2rem 0.8rem;
}
.footer .landing-social-links li a i {
  color: #fff;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
@media (max-width: 576px) {
  .footer .landing-social-links li a i {
    font-size: 1.2rem;
  }
}
.footer .landing-social-links li a:hover i {
  color: #cc917a;
}

.oblique {
  position: relative;
  overflow: hidden;
}
.oblique .main-block-oblique {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .oblique .main-block-oblique {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.oblique .skew-block {
  margin-left: -10vh;
  margin-right: -10vh;
}
.oblique .skew-block-repeat {
  will-change: transform;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.8;
  min-height: 100vh;
  float: left;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 -1px;
}
@media (max-width: 768px) {
  .oblique .skew-block-repeat {
    min-height: 50vh;
  }
}
.oblique .skew-block-repeat:hover {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  opacity: 1;
}
.oblique .skew-block-repeat:hover a .oblique-caption h2 {
  animation: bounceIn 1200ms;
}
.oblique .skew-block-repeat:hover a .oblique-caption button {
  opacity: 0.8;
  background: #fff;
  color: #000;
}
.oblique .skew-block-repeat a {
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  outline: none !important;
  text-decoration: none;
}
.oblique .skew-block-repeat a .oblique-inner {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -ms-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
}
.oblique .skew-block-repeat a .oblique-inner .image-wrapper {
  margin-left: -10vh;
  margin-right: -10vh;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.oblique .skew-block-repeat a .oblique-inner .image-wrapper .main-image {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.oblique .skew-block-repeat a .oblique-inner .image-wrapper .main-image .image-img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
-webkit-filter: blur(1px);
filter: blur(1px);
}
.oblique .skew-block-repeat a .oblique-caption {
  position: absolute;
  bottom: 90px;
  color: #fff;
  z-index: 1;
  width: 100%;
  bottom: auto;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .oblique .skew-block-repeat a .oblique-caption.caption-top {
    top: 45%;
  }
}
@media (max-width: 768px) {
  .oblique .skew-block-repeat a .oblique-caption.caption-bottom {
    top: 45%;
  }
}
.oblique .skew-block-repeat a .oblique-caption h2 {
  font-family: "PT Sans", cursive;
  font-size: 4rem;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
}
@media (max-width: 992px) {
  .oblique .skew-block-repeat a .oblique-caption h2 {
    font-size: 3rem;
  }
}
.oblique .skew-block-repeat a .oblique-caption h3 {
  font-family: "PT Sans", cursive;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
  margin-left: 25%;
  width:50%;
}
.oblique .skew-block-repeat a .oblique-caption button {
  font-family: "PT Sans", cursive;
  font-size: 1.1rem;
/*  text-transform: uppercase; */
/*  background: transparent; */
/*  color: #fff; */
color: black;
  border: 2px solid #fff;
  padding: 0.8rem 6rem;
/*  letter-spacing: 0.1rem; */
border-radius: 5px;
  margin-top: 1rem;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
@media (max-width: 992px) {
  .oblique .skew-block-repeat a .oblique-caption button {
    font-size: 1rem;
    padding: 0.8rem 4rem;
    width: 60%;
  }

.imglogo {
width: 10%;
}

}
@media (max-width: 768px) {
  .oblique .skew-block-repeat a .oblique-caption button {
    opacity: 0.9;
    width: 60%;
  }

.imglogo {
width: 10%;
}

}
