/* Add here all your CSS customizations */

/*================welcome-logo================*/
.welcome-logo {
    background: #585a4d;
    opacity: 0.8;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    z-index: 6;
    align-items: center;
}

.welcome-logo > div {
    padding: 0 30px;
}

.menu,
.logo,
.search,
.cart{
    font-size: 1.2rem;
    cursor: pointer;
}

.fa-bars{
    transform: scale(1.6,1);
}

.cart::after{
    content: "";
    font-size: .6rem;
    text-align: center;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #0087CC;
    margin-left: -2px !important;
    padding: 0;
    border-radius: 50%;
    transform: translateY(-5px);
}

.logo {
    display: flex;
    margin: 0 auto;
}
/* .logo .logo-text{
    font-family: 'Exb FLF', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 auto 10px;
} */
.logo-img{
    width: 30%;
    margin: auto;
}
.logo-img img{
    width: 100%;
}

.profile-pic img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/*================Welcome-content SECTION================*/
/* .Welcome-content {
    position: relative;
    width: 100%;
    height: 100%;
  } */

  .split {
    position: absolute;
    width: 50%;
    height: 100%;
    transition: .8s all cubic-bezier(.87, .76, .33, .98);
    overflow: hidden;
  }
  .split.left {
    left: 0;
    /* background: rgb(0,135,204);
    background: linear-gradient(90deg, rgba(0,135,204,1) 0%, rgb(20, 148, 212) 100%); */
    /* background-image: url("{{ asset('images/racking.jpg') }}"); */
    z-index: 2;
  }
  .split.right {
    right: 0;
    background: rgb(255,161,9);
background: linear-gradient(90deg, rgba(255,161,9,1) 0%, rgba(203,129,10,1) 100%);
  }

  .hoverLeft .split.left,
  .hoverRight .split.right {
    width: 95%;
  }

  .hoverLeft .split.right,
  .hoverRight .split.left {
    width: 5.1%;
  }

  .split.left .fa-chevron-left,
  .split.right .fa-chevron-right{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      margin: 0 1rem;
  }

  .split.left .fa-chevron-left{
    right: 0;
  }


.shoes {
    width: 80%;
    position: absolute;
    top: 66%;
    left: 65%;
    transform: translate(-50%, -50%);
}
  .skateboard {
    width: 100%;
    height: 100%;
    position: relative;
    filter: blur(8px);
    -webkit-filter: blur(3px) brightness(0.6);
}

.split .click{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.split.right::before,
.split.left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65); /* تغيير شفافية الطبقة */
    z-index: 1;
}


  .text {
    position: absolute;
    width: 180vh;
    max-width: 850px;
    margin-left: 2rem;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    transition: all 1s cubic-bezier(.87, .76, .33, .98);
    z-index: 2;
  }

.hoverLeft .split.right .text{
    margin-left: 3rem;
}
.hoverLeft .split.right .text .subtitle{
    transform: scaleX(0);
    transform-origin: right;

}
.hoverLeft .split.right .text .button{
    margin-left: 300px;
    transform: scaleX(0);
    transform-origin: right;

}
.hoverRight .split.left .text .button{
    margin-right: 10px;
    transform: scaleX(0);
    transform-origin: left;

}
.hoverRight .split.left .text .subtitle{
    transform: scaleX(0);
    transform-origin: left;
}
  .text .title {
    color: #fff;
    font-size: 1rem;
    font-weight: 200;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .text .subtitle {
    min-height: 7rem;
    font-family: 'Exb FLF', sans-serif;
    color: #fff;
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 1.75rem;
    margin-bottom: -30px !important;
    transition: all ease-out 1s;
  }
  .text .subtitle .word{
    display: block;
    width: 80%;
    /* margin: auto; */

  }
  .text .desc {
    font-size: .8rem;
    color: #fff;
    font-weight: 300;
    line-height: 2;
    margin: 30px 0 30px 0;
    width: 400px;
  }

  .text .button {
    margin-top: 5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: transparent;
    padding: 13px 30px 15px 30px;
    cursor: pointer;
    outline: none;
    border-radius: 100px;
    transition: all ease-out 0.3s;
  }

  .text .button .fa-long-arrow-alt-right{
    margin-left: 25px;
    transform: scale(2.5,1);
  }

  .hoverLeft .split.left .text {
    transform: translate(-40%, -50%);
  }

  .hoverLeft .split.right .text {
    transform: translate(-40%, -50%);
  }

  .hoverRight .split.right .text {
    transform: translate(-60%, -50%);
  }

  .hoverRight .split.left .text {
    transform: translate(-45%, -50%);
  }

  .contact-icon i{
    margin-right: 5px;
}




@media (max-width: 1080px) {

    .welcome-logo > div {
        padding: 0;
    }

    .logo-img{
        width: 16rem;
    }

    .text{
        width: 100%;
        top: 58%;
        left: 50%;
        margin-left: 0;
        text-align: center;

    }
    .split.left .text .button {
        margin-top: 54px;
    }
    .split.right .text  {
        top: 46%;
    }
    .text .subtitle{
        font-size: 2.2rem;
        min-height: 1.5rem;
    }
      .split.left{
        width: 100%;
        height: 50%;
        top: 0;
      }

      .split.right {
        width: 100%;
        height: 50%;
        bottom: 0;
      }

      .hoverLeft .split.left,
      .hoverRight .split.right {
        width: 100%;
        height: 95%;
      }

      .hoverLeft .split.right,
      .hoverRight .split.left {
        width: 100%;
        height: 5.1%;
      }

      .hoverLeft .split.left .text {
        transform: translate(-50%, -50%);
      }

      .hoverLeft .split.right .text {
        transform: translate(-50%, -50%);
      }

      .hoverRight .split.right .text {
        transform: translate(-50%, -50%);
      }

      .hoverRight .split.left .text {
        transform: translate(-45%, -50%);
      }
    }




/* Media Query for Small Screens (up to 767px) */
@media (max-width: 767px) {

.welcome-logo > div {
    padding: 0;
}

.logo-img{
    width: 16rem;
}

.text{
    width: 100%;
    top: 58%;
    left: 50%;
    margin-left: 0;
    text-align: center;

}
.split.left .text .button {
    margin-top: 54px;
}
.split.right .text  {
    top: 46%;
}
.text .subtitle{
    font-size: 1.2rem;
    min-height: 1.5rem;
}
  .split.left{
    width: 100%;
    height: 50%;
    top: 0;
  }

  .split.right {
    width: 100%;
    height: 50%;
    bottom: 0;
  }

  .hoverLeft .split.left,
  .hoverRight .split.right {
    width: 100%;
    height: 95%;
  }

  .hoverLeft .split.right,
  .hoverRight .split.left {
    width: 100%;
    height: 5.1%;
  }
}

