.vs-row {
    display: flex;
    justify-content: space-between;
}
.vs-card:first-child {
    transform: rotate(350deg);
}
.vs-card:last-child {
    transform: rotate(10deg);
}
.vs-card {
    width: 390px;
    border-radius: 26px;
    border: 10px solid #ffffff;
    background: linear-gradient(180deg, #014077 0%, #01203C 100%);  
}
.vs-img {
    height: 250px;
}
.vs-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}
.vs-details {
    padding: 18px 30px;
    margin-bottom: -80px;
}
.vs-details h3, 
.vs-details h4 > a{
    color: #fff !important;
	text-decoration:none !important;
}

.vs-btn {
    display: flex;
    background: linear-gradient(180deg, #f2d06b 0%, #FFC620 100%);
    width: 89px;
    height: 89px;
    border: 5px solid #fff;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    bottom: -45px;
    position: relative;
}
.vs-btn:hover {
    background: #FFC620;
	cursor:pointer;
}
.vs-btn:active {
    background-color: #FFC620;
    transform: translateY(4px);
}
.vs-details h3 {
    font-size: 30px;
    line-height: 25px;
    text-transform: capitalize;
}
.vs-details h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    margin-top: 10px;
    color: #fff;
}
.vs-tag {
    min-width: 100px !important;
}
.vs-tag p {
    border-radius: 50px;
    font-size: 15px;
    background: rgb(244 244 244 / 36%);;
    padding-left: 10px;
    color: #ffffff;
    font-weight: 300;
    width: 60px !important;
    margin-top: 10px;
    line-height: 20px;
}
.btn-vote {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn-vote a {
    color: #032859;
    background: linear-gradient(180deg, #f2d06b 0%, #FFC620 100%);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    padding: 15px 52px;
    border-radius: 7px;
}
.btn-vote h5 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
#alert-login{
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.splide{
    visibility: visible !important;
}

.vs-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: -200px;
}
.vs-title h2 {
    color: #fff;
    font-size: 90px;
    font-family: 'MontSerrat', sans-serif;
    font-style: italic;
}
/* div#skip-vote p:hover {
    text-decoration: underline;
} */
div#skip-vote {
    margin-bottom: -30px;
    text-align: center;
}
div#skip-vote p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #f4cf62;
    cursor: pointer;
    font-size: 20px;
}

@media(max-width:1024px){
    .vs-card{
        width:350px;
    }
    .vs-row{
        padding: 0 40px;
    }
}
@media(max-width:980px){
    .vs-card {
        width: 300px;
        /* height: 550px; */
    }
    .vs-card:last-child {
        transform: rotate(8deg);
    }
    .vs-card:first-child {
        transform: rotate(351deg);
    }
    .vs-img {
        height: 250px;
    }
    .vs-btn {
        top: 40px;
        bottom: 0px;
    }
    .vs-details {
        padding: 20px 40px;
        min-height: 200px;
    }
    .elementor-1056 .elementor-element.elementor-element-97c24ee .elementor-heading-title {
        font-size: 40px !important;
    }
    .vs-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .elementor-element.elementor-element-0cae39b.elementor-widget.elementor-widget-shortcode {
        padding: 0px;
    }
}
@media(max-width:767px){
    .vs-row {
        padding: 10px;
    }
    .vs-img {
        height: 120px;
        overflow: hidden;
    }
    .vs-img img{
        border-radius: 7px 7px 0px 0px;
    }
    .vs-title h2{
        font-size:50px;
    }
    /*****************/
    .vs-title {
        position: relative;
    }
    .vs-row {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .vs-card:first-child,
    .vs-card:last-child {
        transform: none;
    }
    .vs-card {
        width: 175px;
        height: 275px;
        border-radius: 10px;
        border: 3px solid #ffffff;
        background: linear-gradient(180deg, #014077 0%, #01203C 100%);
        margin: 10px;
    }
    .vs-details {
        padding: 10px;
        min-height: 100px;
    }
    .vs-details h3 {
        font-size: 20px;
        min-height: 50px;
    }
    .vs-details h4 {
        font-size: 14px;
        margin-top: 0px;
    }
    .vs-btn {
        display: flex;
        background: linear-gradient(180deg, #f2d06b 0%, #FFC620 100%);
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        top: 72px;
    }
    .vs-btn > span >img {
        height: 18px;
    }
}


.splide__slide {
    width: 100% !important;
}

.splide__pagination {
    top: 0.5em;
    bottom: 0;
    align-items: flex-start;
	display:none;
}

.splide__pagination__page {
    background: #0567c0d4;
    border: 0;
    border-radius: 2.5px;
    display: inline-block;
    height: 5px;
    margin: 6px;
    padding: 0;
    transition: all .2s linear;
    width: 20px;
}

.splide__pagination__page.is-active {
    background: #012748;
    transform: scale(1.4);
}
.splide__arrows svg {
    fill: #ffffff;
    height: 3.5em;
    transition: fill .2s linear;
    width: 3.5em;
}
.splide__arrow {
    background: transparent;
    height: 3em;
    width: 3em;
}

button.splide__arrow :hover{
    color: #ffffff;
    background-color: transparent !important;
    border-color: transparent !important;
}

p.attachment {
    display: none;
}
div.mejs-container {
    display: none !important;
}
