@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
* {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    color: #faf7f7
}

body,
html {
    position: relative;
    height: 100%
}

body {
    background: #000;
    font-family: Poppins Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0
}

.swiper-container {
    width: 100%;
    align-items: center
}

.swiper-wrapper {
    position: relative
}

.swiper-slide {
    background: #262626;
    color: #fff;
    background-size: cover;
    padding: 20px 30px;
    width: 350px;
    min-height: 600px;
    transition: .3s ease-in-out
}

.card .imgBx {
    position: relative;
    width: 300px;
    height: 300px
}

@media screen and (max-width:768px) {
    .card .imgBx {
        top: -40px;
        transition: all .5s ease
    }
    .card .heading {
        margin-top: -25px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:769px) {
    .card .imgBx:hover {
        top: -40px;
        transition: all .5s ease
    }
}

.content h2 {
    font-size: 16pt
}

.card .imgBx img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 4px
}

.card .content {
    margin-top: 10px;
    text-align: center
}

.card .content p {
    padding: 10px
}

.card .heading {
    width: 120%;
    font-family: Poppins;
    margin-left: -30px;
    animation: gradient 2s ease infinite;
    background-image: linear-gradient(135deg, #253444, #9010e8)
}

.contact-section ul {
    display: flex;
    margin-left: 15px
}

.contact-section li:hover i,
.fab:hover {
    background-color: #fff;
    color: #9410ff
}

.contact-section ul {
    list-style: none
}

.card i {
    margin: 20px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #fff
}

.contact-section .fa {
    color: #fff
}

.button {
    border: 1px solid #9410ff;
    border-radius: 24px;
    align-items: center;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    padding: 0 25px;
    justify-content: center;
    height: 31px;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

,
.swiper-button-next,
.swiper-button-prev {
    border: 1px soild #fff;
    border-radius: 50%
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 50pt;
    color: #fff
}

.swiper-pagination span {
    background-color: #fff
}

.swiper-container .swiper-pagination {
    position: relative;
    margin-top: 15px
}