.fs-sect-title{
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.67;
}

.fs-plan-box-title{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.67;
}

.fs-plan-box-content {
    color: var(--white);
    font-size: 18px;
    text-align: center;
    line-height: 1.67;
    font-weight: 500;
    letter-spacing: .5px;
}

.fs-box-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100dvh;
}

.fs-plan {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    align-items: start;
    margin: 100px 0 50px 0;
}

.fs-plan-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
    gap: 20px;
	padding-bottom: 40px
}

.fs-plan-box-img {
    width: 110px;
    height: 110px;
}

.fs-plan-box-img svg {
    width: 100%;
    height: 100%;
}

#wd-tt {
    width: 165px;
}

.fs-box-1{
    width: 100%;
    display: flex;
}

.splide__slide {
    height: 100%;
    min-width: 100%;
    position: relative;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}



.slide-title {
    line-height: 100px;
    color: var(--white);
    font-size: 50px;
    width: 563px;
}

.slide-title span {
    color: var(--red);
}

.slide-content {
    color: var(--white);
    line-height: 44.15px;
    font-weight: 600;
    font-size: 30px;
    width: 560px;
}

.splide__track{
    width: 100%;
}

.splide.is-initialized, .splide.is-rendered{
    width: 100%;
}

.splide__list{
    width: 100%;
}


.splide__pagination {
    bottom: 5% !important;
}


.fs-box-3,
.fs-box-4{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0 0 100px 0;
}

.fs-box-3{
    margin: 0 0 100px 0;
}

.fs-slot {
    width: 1200px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 50px;
}

.fs-slot-box-1-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.67;
}

.fs-slot-box-1-btn {
    line-height: 44.15px;
    font-weight: 500;
    font-size: 20px;
}

.fs-slot-box-1-btn span {
    background: #E4252526;
    border-radius: 12px;
    border: 1px solid var(--red);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 50px;
    transition: all 0.5s ease-in-out;
    color: var(--grey);
}

.fs-slot-box-1-btn span:hover{
    background: var(--red);
    color: var(--white);
}

.fs-slot-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


/* SLOT SLIDER*/


 

  
/* SLOT SLIDER*/

.fs-slot-box-2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.fs-post-box {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 400px;
    background: #D9D9D9;
    border-radius: 12px;
}

.fs-post-box-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.fs-post-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}


.fs-post-box-img img:hover {
    transform: scale(1.1);
    border-radius: 12px;
}

.post-page-box a {
    border-radius: 12px;
}


.fs-post-box-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 150px;
}
.fs-post-date {
    margin-top: auto; /* Pushes it to the bottom */
    color: black;
}

.fs-post-ti {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.fs-post-content {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* margin: 0 0 20px 0; */
}

.fs-slot-box-3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

section.pth {
    background: url(/wp-content/uploads/2024/04/bg1.svg);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 40px 0;
}

.pth-box {
    display: flex;
    width: 1200px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.pth-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pth-img-box {
    width: 100px;
    height: 100px;
}



.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px !important;
    height: auto !important;
    padding: 0 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
  }

  .swiper-slide img:hover {
    transform: scale(1);
    border-radius: 12px;
}

  .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
    width: 1200px;
    margin: 100px 0 0 0;
}