/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2024 | 07:27:41 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
* {
    margin: 0;
    padding: 0;
  }
  
  body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
    font-size: 12px;
/*     overflow: hidden; */
      
background: rgb(247,42,7);
background: linear-gradient(90deg, rgba(247,42,7,0.3) 0%, rgba(218,153,21,0.3) 27%, rgba(9,121,28,0.3) 46%, rgba(34,0,255,0.3) 73%, rgba(34,10,156,0.3) 100%);
}

  
ul {
    list-style: none;
  }

  .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .logo {
    font-size: 40px;
  }
  
  .menu-links ul li {
    display: inline-block;
    padding-right: 20px;
  }

.menu-links ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
    
  }
.menu-links ul li a:hover{
    font-size: 15px;
    color:#fff;
    background-color: blueviolet;
    padding: 10px 6px;
    border-radius: 3px;
    
  }
  
  .search,
  .cart {
    font-size: 20px;
      color: #000;
      text-transform: lowercase;
      font-family: 'Montserrat';
  }

  .swiper{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1 !important;
    font-family: 'Montserrat';
  }

  .swiper-slide{
      width: 100%;
      height: 100%;
      font-family: 'Montserrat';
  }

  .content {
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: -1;
  }
  
  .title {
    flex: 0 0 100%;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 11111;
    margin: 150px 0 0 0;
  }
  
  .tagline {
    flex: 1;
    font-size: 30px;
    color: #fff;
  }
  
  .pages {
    flex: 0;
    letter-spacing: 5px;
    color: #999;
  }
  
  .pages span {
    font-size: 60px;
    color: #000;
    font-weight: 600;
  }
  
  .more {
    flex: 1;
  }
  
  .more a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #000;
    padding: 10px 30px;
    border-radius: 10px;
  }
  
  .desc {
    flex: 0 0 32%;
    color: aliceblue;
  }
  
  .desc p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .desc p:nth-child(2) {
    line-height: 2;
  }
  
  .desc span {
    color: #AECD31;
  }
  
  .me_title{
    position: absolute;
    top: 60%;
    left: 20%;
    z-index: 1;
  }

/*.me_title img {*/
/*    animation: float 4s ease-in-out infinite;*/
/*    max-height: 500px;*/
/*}*/

  .juice {
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 1;
  }
  
  .juice img {
    animation: float 4s ease-in-out infinite;
    max-height: 400px;
  }
  
  @keyframes float {
    0% {
      transform: translate(-50%, -46%);
    }
    50% {
      transform: translate(-50%, -54%);
    }
    100% {
      transform: translate(-50%, -46%);
    }
  }

  .arrows .prev {
    position: absolute;
    top: 50%;
    left: 100px;
  }
  
  .arrows .next {
    position: absolute;
    top: 50%;
    right: 50px;
  }
  
  .arrows button {
    border: 1px solid #999;
    background: transparent;
    padding: 20px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  
  .arrows button:hover {
    color: #fff;
    background: #000;
  }


