* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline: none !important; }

body {
  background: url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  font-size: 100%;
  font-size: 16px; }

.oLogoContainer {
  max-width: 360px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .oLogoContainer img {
    max-width: 250px;
    margin-bottom: 25px;
    animation: fadeIn 0.6s ease-in-out 0s 1 both running; }
  .oLogoContainer h1 {
    font-size: 90%;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #eab157;
    animation: fadeInUp 0.8s ease-in-out 0s 1 both running; }

.oSliderMain {
  height: 100vh;
  flex-wrap: wrap;
  align-content: flex-end;
  display: flex;
  justify-content: center; }
  .oSliderMain .oCategorySlider {
    margin-bottom: -40px; }
    .oSliderMain .oCategorySlider .item {
      padding-top: 20px;
      position: relative;
      bottom: 0;
      color: #eab157;
      text-align: center;
      transition: all 0.5s ease-in-out 0s; }
      .oSliderMain .oCategorySlider .item:hover {
        bottom: 20px; }
        .oSliderMain .oCategorySlider .item:hover h4 {
          margin-bottom: 10px; }
      .oSliderMain .oCategorySlider .item h4 {
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 100%;
        text-transform: uppercase;
        transition: all 0.9s ease-in-out 0s;
        animation: fadeInUp 1.6s ease-in-out 0.4s 1 both running; }
      .oSliderMain .oCategorySlider .item img {
        transition: all 0.9s ease-in-out 0s;
        animation: fadeInUp 0.8s ease-in-out 0s 1 both running; }
        .oSliderMain .oCategorySlider .item img + img {
          margin-top: -45px;
          opacity: 0.6; }
  .oSliderMain .oBtnOutline {
    border: 2px solid #eab157;
    color: #eab157;
    padding: 7px 30px;
    border-radius: 50px;
    font-weight: 400;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s; }
    .oSliderMain .oBtnOutline:hover {
      background: #eab157;
      color: #000; }
  .oSliderMain .oFooterLink {
    margin-bottom: 30px;
    position: fixed;
    top: 40%;
    bottom: auto;
    right: 0;
    display: flex;
    flex-direction: column; }
    .oSliderMain .oFooterLink a {
      margin: 7px;
      color: #eab157;
      transition: all 0.3s ease-in-out 0s; }
      .oSliderMain .oFooterLink a:hover {
        opacity: 0.5; }

@media screen and (max-width: 1600px) {
  .oLogoContainer h1 {
    font-size: 80%;
    letter-spacing: 2px; }
  .oLogoContainer img {
    max-width: 200px; } }
@media screen and (max-width: 1400px) {
  .oLogoContainer h1 {
    font-size: 80%;
    letter-spacing: 2px; }
  .oLogoContainer img {
    max-width: 120px; }

  .oSliderMain .oCategorySlider {
    margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .oLogoContainer h1 {
    font-size: 70%; }
  .oLogoContainer img {
    max-width: 120px; }

  .oSliderMain .oCategorySlider {
    margin-bottom: -30px; }
  .oSliderMain .oBtnOutline {
    font-size: 14px;
    margin-bottom: 15px; }

  .owl-theme .owl-nav {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .owl-theme .owl-nav .owl-prev {
      margin-left: -5px; }
    .owl-theme .owl-nav .owl-next {
      margin-right: -5px; } }
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  body {
    background: #0d0e13; }

  .oLogoContainer {
    max-width: 100%;
    position: absolute;
    justify-content: flex-start;
    top: 25px; }
    .oLogoContainer h1 {
      font-size: 70%; }
    .oLogoContainer img {
      max-width: 120px; }

  .oSliderMain .oCategorySlider {
    margin-bottom: -30px; }
  .oSliderMain .oBtnOutline {
    font-size: 14px;
    margin-bottom: 15px; }

  .owl-theme .owl-nav {
    z-index: -1;
    color: #fff;
    position: absolute;
    top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .owl-theme .owl-nav .owl-prev {
      margin-left: -20px; }
    .owl-theme .owl-nav .owl-next {
      margin-right: -20px; } }

/*# sourceMappingURL=ornature.css.map */
