@media (min-width:1200px) {
    .forMobile {
        display: none !important;
    }
}
@media (max-width:1024px) {
    .forDesktop {
        display: none !important;
    }
    .custom-slider .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.custom-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.5s ease-in-out;
}
.down .custom-slider {
  transform: scale(0.95);
}
.down .custom-slider .item .tit {
  opacity: 0;
}
.down .custom-slider .item .desc {
    opacity: 0;
}
.custom-slider * {
  outline: none;
}
.custom-slider .item {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
@media (max-width:1024px) {
    .custom-slider .item {
        height: 100vh;
    }
}
/*.custom-slider .item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}*/
.custom-slider .item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#slider-content {
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    top: 40%;
    right: 10%;
}
.custom-slider .item .tit {
    width: 100%;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 5vw;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    text-shadow: -10px 6px 5px rgba(0, 0, 0, 0.25);
}
.custom-slider .item .tit i {
    font-size: 3vw;
    position: relative;
    left: -30px;
    font-weight: 500;
}
.custom-slider .item .desc {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.5vw;
    transition: all 0.3s ease-in-out;
    text-shadow: -10px 6px 5px rgba(0, 0, 0, 0.25);
}
#slider-1 .desc {
  display: none;
}
.custom-slider .item .desc b {
    font-weight: 600;
    font-size: 4vw;
}
.custom-slider .item .desc i {
    position: absolute;
    left: 7vw;
    top: 1vw;
    font-size: 2vw;
    font-weight: 500;
}
.custom-slider .item .desc span {
    padding-bottom: 10px;
}
#slider-1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#slider-1 .tit {
  display: none;
}
#slider-2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: scale(1) !important;
  pointer-events: none;
}
.cursor {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  transition: transform ease-in-out 0.2s, background ease-in-out 0.2s;
  transform: translateZ(0);
  z-index: 100;
  left: -9999px;
}
.cursor:before, .cursor:after {
  content: "";
  position: absolute;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 10px;
  left: 52px;
  opacity: 0;
  transition: left ease-in-out 0.1s, opacity ease-in-out 0.2s;
}
.cursor:after {
  border-left: none;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
  left: -27px;
}
.down .cursor {
  transform: scale(0.7) translateZ(0);
  background: rgba(255, 255, 255, 0.4);
}
.down .cursor:before, .down .cursor:after {
  opacity: 1;
  left: 49px;
}
.down .cursor:after {
  left: -24px;
}
@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}
.tabs {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 5;
}
.tab {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
  font-family: Poppins, sans-serif;
}
.tab:hover,
.tab.active {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width:1024px) {
    
    .custom-slider {
        height: 100vh;
    }
    .tabs {
        top: 30vw;
        width: 80%;
        left: 0;
        transform: none;
        gap: 10px;
        right: 0;
        margin: 0 auto;
    }
    .tabs .tab {
        text-align: center;
        padding: 10px;
        font-size: 0.8rem;
        line-height: 1;
        border-radius: 5px;
    }
    .custom-slider .item svg {
        width: 100%;
        height: 100%;
    }
    /*.custom-slider .item .tit {
        top: 90vw;
        left: -27vw;
        font-size: 8vw;
    }*/
    #slider-content {
        top: auto !important;
        left: auto;
        right: auto !important;
        width: 100%;
        display: flex    ;
        align-items: center;
        justify-content: center;
        bottom: 10%;
    }
    .custom-slider .item .tit {
        top: auto;
        left: auto;
        font-size: 12vw;
        position: relative;
        height: 100%;
        display: flex !important;
        align-items: center;
        transform: none;
        justify-content: flex-start;
        padding-left: 5%;
        text-shadow: none;
        gap: 20px;
    }
    .custom-slider .item .tit i {
        font-size: 6vw;
        padding-top: 10px;
        left: -35px;
    }
    .custom-slider .item .desc {
        top: 96vw;
        font-size: 4vw;
        text-align: left;
        width: 100%;
        right: 5vw;
        display: flex !important;
        padding-right: 5%;
        flex-direction: column;
        text-shadow: none;
        gap: 5px;
    }
    .custom-slider .item .desc span {
        padding: inherit;
    }
    .custom-slider .item .desc b {
        font-size: 8vw;
    }
    .custom-slider .item .desc i {
        font-size: 4vw;
        top: 3vw;
        left: 14vw;
    }
}

@media (min-width:361px) and (max-width:375px) {
    .custom-slider .item .desc {
        top: 81vw;
        font-size: 4vw;
        text-align: left;
        width: 35vw;
        right: 10vw;
    }
}
@media (min-width:321px) and (max-width:360px) {
    .custom-slider .item .desc {
        top: 94vw;
    }
}
@media (max-width:320px) {
    .custom-slider .item .desc {
        top: 81vw;
        font-size: 4vw;
        text-align: left;
        width: 35vw;
        right: 10vw;
    }
}