
ul.platform-nav {
margin: 0 0 77px 0;
    gap: 8px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

ul.platform-nav li {
    flex: 1;
    position: relative;
    text-align: center;
    margin: 0;
    padding-bottom: 13px;
    color: var(--Mid-parma-violet);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    opacity: .5;
    transition: all .3s ease;
    cursor: pointer
}

.platform-slider .platform-list{
	    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.platform-nav li.slick-current {
    color: var(--black);
    opacity: 1
}

ul.platform-nav li::after,ul.platform-nav li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    top: auto;
    background: var(--Pale-Parma-Violet);
    transition: all .3s ease
}

.tint-bg ul.platform-nav li {
    color: var(--sky)
}

.tint-bg ul.platform-nav li::before {
    background: var(--white)
}

.tint-bg ul.platform-nav li.slick-current {
    color: var(--black)
}

ul.platform-nav li::after {
    height: 0;
    background: var(--Gradient-Horizontal)
}

ul.platform-nav li.slick-current::after {
    height: 6px
}

.platform-content h4 {
    font-family: Inter,sans-serif;
    line-height: 32px;
    margin-bottom: 22px
}

.platform-content h4>span {
    font-weight: 700
}

.platform-content ul>li {
    margin-bottom: 12px
}

.platform-content .button {
    margin-top: 6px;
	color:#fff !important;
}

.platform-full .platform-content {
    flex: 1;
    margin: 0
}

.platform-full .platform-image {
    flex: 1
}

.platform-append-arrows span.slick-arrow:hover {
    background-image: none
}

.platform-append-arrows span.slick-arrow::after {
    display: none
}

@media screen and (min-width: 1024px) {
    .platform-main {
        padding:80px 0 67px
    }

    .platform-content {
        width: 400px;
        margin-right: 80px
    }

    .platform-image {
        width: calc(100% - 480px)
    }

    .platform-append-arrows {
        display: none
    }

    ul.platform-nav li {
        cursor: pointer
    }
}

@media screen and (max-width: 1199px) and (min-width:1024px) {
    .platform-content {
        margin-right:40px
    }

    .platform-image {
        width: calc(100% - 440px)
    }

    ul.platform-nav li {
        font-size: 17px
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .platform-main {
        padding:48px 0;
        position: relative
    }

    ul.platform-nav {
        margin: 0 0 40px 0;
        gap: 10px;
        transition: padding-right .5s ease;
        padding: 0px;
    }

    ul.platform-nav.last-slide {
        padding-right: 70px
    }

    ul.platform-nav li {
        flex: 1;
        white-space: nowrap;
        font-size: 16px;
        line-height: 20px
    }

    .platform-list {
        gap: 30px;
        flex-direction: column-reverse
    }

    .platform-append-arrows {
        margin: 0;
        gap: 8px;
        align-items: center;
        position: absolute;
        z-index: 2;
        top: 47px;
        right: 0;
        width: fit-content
    }

    .platform-append-arrows span.slick-arrow {
        top: auto;
        transform: none;
        position: relative;
        background: var(--white);
        width: 32px;
        height: 32px;
        border-radius: 8px;
        filter: none;
        cursor: pointer
    }

    .platform-append-arrows span.slick-arrow.slick-prev {
        display: none!important
    }

    .platform-append-arrows span.slick-arrow svg {
        width: 13px
    }

    ul.platform-nav {
        position: relative;
        flex-wrap: nowrap
    }

    ul.platform-nav::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(90deg,transparent 0,var(--white) 50%);
        z-index: 1
    }

    .tint-bg ul.platform-nav::before {
        background: linear-gradient(90deg,transparent 0,var(--Pale-Parma-Violet) 50%)
    }
}

@media screen and (max-width: 767px) and (min-width:200px) {
    .platform-main {
        padding:40px 0
    }

    ul.platform-nav {
       margin: 0 0 40px 0;
        padding: 0px;
    }

    ul.platform-nav li {
        flex: 100%;
        text-align: left;
        font-size: 24px;
        line-height: 28px
    }

    .platform-list {
        gap: 24px;
        flex-direction: column-reverse
    }

    ul.platform-nav li:not(.slick-current) {
        display: none
    }

    .platform-append-arrows {
               margin: 32px 0 0;
        gap: 8px;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }

    .platform-append-arrows span.slick-arrow {
        top: auto;
        transform: none;
        position: relative;
        background: var(--white);
        width: 48px;
        height: 48px;
        border-radius: 8px;
        filter: none;
        cursor: pointer
    }

     .platform-append-arrows span.slick-arrow.slick-prev {
        order: 1;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(180deg);
    }
  .platform-append-arrows span.slick-arrow.slick-prev::before {
	      top: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
  }
    .platform-append-arrows span.slick-arrow.slick-next {
        order: 3
    }
	 .platform-append-arrows span.slick-arrow.slick-next::before{
		    top: 15px;
		right: 15px;
		width: 20px;
		height: 20px;
	 }
    .platform-append-arrows span.slick-arrow>i {
        font-size: 24px
    }

    .platform-append-arrows ul.slick-dots {
       order: 2;
        position: static !important;
        width: fit-content !important;
        margin: 0 auto;
        width: 100%;
        left: 0;
        right: 0;
        gap: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.platform-content .button {
		margin-top: 6px;
		color: #fff !important;
		width: 100%;
	}
}
