body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}


/* header  */
.col-lg-6.header-new-call {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media(max-width:500px) {
    .col-lg-6.header-new-logo {
        text-align: center;
    }

    .col-lg-6.header-new-call {
        display: none;
    }
}

/* header end  */

/* section-1  */
.gif {
    background-image: url(img/cover.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

@media(max-width:500px) {
    .gif {
        height: 165px;
    }
}

/* section-1 end */

/* section-2  */

.bg-img {
    background-image: url(img/about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}

.bg-img-mob {
    background-image: url(img/vertical\ 1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}

@media(max-width:500px) {
    .section-1-dek {
        display: none;
    }

    .section-1-mob {
        margin-top: 7%;
        margin-bottom: 7%;
    }
}

@media(min-width:501px) {
    .section-1-mob {
        display: none;
    }
}


.Marketing {
    align-content: center;
}

h1 {
    font-weight: 700;
    font-size: 45px;
}


/* section-2 end  */

/* section-3  */



.section-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
    /* background: url("images/bg.jpg") #030728 no-repeat center; */
}

.slider-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
}

.card-list .card-item {
    height: auto;
    color: #000000;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.card-list .new-card {
    justify-content: center;
}

.card-list .card-item .user-image {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.card-list .card-item .user-profession {
    color: #000000;
}

.card-list .card-item .user-name {
    font-size: 17px;
    font-weight: bold;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background-color: rgb(255, 0, 0);
}


.slider-wrapper .swiper-pagination-bullet {
    background: #000000;
    height: 13px;
    width: 13px;
    opacity: 1.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-wrapper .swiper-slide-button {
    color: #ff0000;
    margin-top: -55px;
    transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
    color: #000000;
}

@media (max-width: 768px) {
    .slider-wrapper {
        margin: 0 10px 40px;
    }

    .slider-wrapper .swiper-slide-button {
        display: none;
    }
}

@media(max-width:500px) {
    .p-style {
        padding: 0px 14px;
    }
}

/* section-3 end  */

/* section-4 */
.create {
    background-image: url(img/create.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* section-4 end  */

/* section-5  */
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(255 255 255) !important;
    border: 0;
    opacity: 5.25 !important;
}

/* section-5 end  */

/* section-6  */

.iconsvg {
    display: flex;
}

.svgicon {
    display: flex;
    justify-content: flex-start;
}


@media(min-width:786px) {
    .iconsvg {
        justify-content: flex-end;
    }
}


.call-mail {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
}

.card-list .card-item .user-image-new {
    height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.call-mail.call-mail-1 {
    padding: 30px 80px;
}

/* section-6 end */