*,
body {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0px;
  margin: 0px;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 1.5;
  color: #fff;
  font-family: Mulish, sans-serif;
  cursor: pointer;
}

@font-face {
  font-family: "Roboto";
  src: URL("./../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-bold";
  src: URL("./../fonts/Roboto-Bold.ttf");
}

.f-roboto {
  font-family: Roboto;
}

.wp-wapper {
  width: 100%;
  height: 100%;
}

.slick-vertical .slick-slide {
  margin-top: 8px;
  margin-bottom: 8px;
}

.site-bar {
  /* height: 85vh; */
  height: 345px;
  left: 20px;
  top: 5vh;
  bottom: 5vh;
  width: 150px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 15px;
  position: fixed;
  left: 8px;
  top: calc((100% + 25px) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  padding: 12px 0;
}

.site-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  background-color: rgb(39, 169, 223, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  z-index: -1;
}

.scrolled::before {
  content: "";
  background-color: rgb(39, 169, 223, 0.7);
  transition: all 0.5s;
}

.list-group {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
  height: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0px;
}

.slider-bottom {
  justify-content: flex-end;
}

.slick-list {
  padding: 0px !important;
}

.list-group .item-group .wp-thumb-nail {
  width: 58px;
  height: 58px;
  margin-left: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
}

.list-group .item-group .wp-thumb-nail.active {
  width: 85px;
  height: 85px;
  margin-left: 25px;
  padding: 0px;
  border-radius: 24px;
  object-fit: cover;
}

.box {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  padding: 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 15px;
}

.box .wp-title {
  display: none;
  width: 150px;
  gap: 15px;
  text-align: left;
  align-items: center;
  transition: all 0.5s;
}

.box .wp-title span {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  color: #fff;
}

.box .wp-title .tilte {
  font-size: 16px;
  font-weight: 700;
}

.box.active .wp-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.box.active {
  display: flex;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
  background: linear-gradient(270deg, #19aded, rgba(83, 154, 208, 0));
  -webkit-animation: leftTab_itemMoreIn__vLq5q 1s;
  animation: leftTab_itemMoreIn__vLq5q 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 300px;
}

@keyframes slideBackground {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.box.active .wp-thumb-nail.active {
  background-color: unset;
  transition: all 0.35s;
}

.list-group .item-group img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: 3px solid #9cd2ff8f;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  filter: none;
  background-size: cover;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.35s;
}

/* CSS BOTTOM */
.handle:after {
  left: -7px;
  text-shadow: 0 1px 3px #0084b3;
  transform: translateY(-50%) rotate(0deg);
}

.handle:after {
  speak: none;
  content: "";
  font-family: font-family !important;
  font-size: 45px;
  height: 2px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 6px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 3px #0084b3;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 30px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

.handle path {
  fill: #00aae6;
}

.handle svg {
  width: 20px;
  height: 53px;
}

.handle {
  position: fixed;
  bottom: 100px;
  left: 0px;
  z-index: 99;
  height: 52px;
  width: 20px;
}

.icon-close {
  position: absolute;
  width: 35px;
  height: 35px;
  right: -10px;
  top: -10px;
  display: none;
}

/* CSS BOTTOM */
@media screen and (max-width: 1200px) {
  .box {
    padding: 2px;
  }

  .site-bar {
    height: 285px;
    padding: 12px 0;
  }

  .site-bar:before {
    width: 65px;
  }

  .list-group .item-group .wp-thumb-nail.active {
    width: 70px;
    height: 70px;
  }

  .list-group .item-group .wp-thumb-nail {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .site-bar {
    height: 290px;
    width: 75px;
    top: 100px;
    -webkit-transform: unset;
    transform: unset;
  }

  .site-bar:before {
    content: "";
    width: 100%;
  }

  .list-group {
    padding: 4px 0px;
    gap: 0px;
  }

  .list-group .item-group .wp-thumb-nail {
    width: 55px;
    height: 55px;
  }

  .box {
    justify-content: center;
    padding: 2px;
  }

  .slick-vertical .slick-slide {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .wp-wapper {
    background-image: url(./../images/bg-img-ds12-sm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh !important;
    background-size: 100% 100vh;
    position: relative;
  }

  .wp-title.active {
    display: none !important;
  }

  .list-group .item-group .wp-thumb-nail {
    width: 60px;
    height: 60px;
    margin-left: 0px;
  }

  .list-group .item-group .wp-thumb-nail.active {
    width: 70px;
    height: 70px;
  }
}