
/********************************/
/*          Fade Effect         */
/********************************/
#seesang_slide_home .carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }
        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }
        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            /* transform: translate3d(0, 0, 0); */
            transform: scale(1.5);
        }
    }
}


#seesang_slide_home .carousel-control-prev-icon {
  background-image: url(../images/ARLeft.png);
  display: inline-block;
  width: 4rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

#seesang_slide_home .carousel-control-next-icon {  
  background-image: url(../images/ARRight.png);
  display: inline-block;
  width: 4rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

#seesang_slide_home .carousel-indicators [data-bs-target]{
  background-color: #e09400;
  /* display: block; */
  display: none;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}

/* #seesang_slide_home .carousel-caption h5{
  font-size: 1.8em !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
  text-shadow: 1px 1px 13px #000000;
  color: #ffffff;
} */

#seesang_slide_home .carousel-caption h5{
  font-size: 3em !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
  text-shadow: 1px 1px 13px #000000;
  color: #ffffff;
  /* background-color: #ffffff8c; */
  padding: 0.2em 0.8em;
  position: absolute;
  bottom: 1em;
  left: 0;
}

/* #seesang_slide_home .carousel-caption h5{
  font-size: 2.8em !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
  background: rgb(103, 200, 103);
  background: linear-gradient(129deg, rgb(34 133 25) 0%, rgb(0 111 255) 100%);
  background-clip: text;
  color: transparent;
} */

@media screen and (max-width: 1329px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.6em !important;
    font-weight: 600 !important;
    line-height: 1.6em !important;
  }
}

@media screen and (max-width: 1151px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.4em !important;
    font-weight: 600 !important;
    line-height: 1.4em !important;
  }
}

@media screen and (max-width: 1082px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.4em !important;
    font-weight: 600 !important;
    line-height: 1.4em !important;
  }
}

@media screen and (max-width: 587px){
  #seesang_slide_home .carousel-caption h5 {
      font-size: 1.11em !important;
      font-weight: 600 !important;
      line-height: 1.4em !important;      
      bottom: 12em;
  }
}

#seesang_slide_home .carousel-caption{
  position: absolute;  
  font-family: 'Kanit', sans-serif;
  top: 27%;
}

@media screen and (max-width: 1920px) {
  #seesang_slide_home .carousel-caption{
    top: 29%;
  }
}

@media screen and (max-width: 1239px) {
  #seesang_slide_home .carousel-caption{
    top: 29%;
  }
}

@media screen and (max-width: 1059px) {
  #seesang_slide_home .carousel-caption{
    top: 26%;
  }
} 

@media screen and (max-width: 701px) {
  #seesang_slide_home .carousel-caption{
    top: 22%;
  }
  #seesang_slide_home .carousel-control-prev-icon,
  #seesang_slide_home .carousel-control-next-icon {
    background-size: 30%;
  }
}

@media screen and (max-width: 443px) {
  #seesang_slide_home .redhead h5{
    font-size: unset;
    font-weight: 200;
  }
  #seesang_slide_home .carousel-caption {
    position: absolute;
    width: 80vw;
    height: 30vh;
    top: 2%;
    left: 10%;
  }  
}