
/********************************/
/*          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: #C30000;
}

#seesang_slide_home .carousel-caption h5{
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.6em;
  text-shadow: 3px 3px 0px #000;
}

@media screen and (max-width: 1329px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 1151px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 1082px) {
  #seesang_slide_home .carousel-caption h5{
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 587px){
  #seesang_slide_home .carousel-caption h5 {
      font-size: 1em;
      font-weight: 200;
      line-height: 1.4em;
  }
}

#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: 14%;
  }
} 

@media screen and (max-width: 701px) {
  #seesang_slide_home .carousel-caption{
    top: 2%;
  }
  #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%;
  }  
}