@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden
}

section {
    padding: 80px 0px;
}

.container {
    max-width: 1200px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0;
}

.nav-link {
    font-size: 16px;
}

.dropdown-item {
    font-size: 14px !important;
}

.header .navbar-nav .nav-link {
    padding: 0px 15px !important;
    color: #fff;
    margin: 0px 0px;
}

.header .navbar-nav .nav-link:hover {
    color: #7E60BF;
}

.head-after {
    display: none
}

.head-before {
    display: block
}

.header.active .head-after {
    display: block
}

.header.active .head-before {
    display: none
}

.more-height {
    height: 80vh
}


.header.active .navbar-nav .nav-link {
    padding: 0px 15px !important;
    color: #000;
    margin: 0px 0px;
}

.header.active .navbar-nav .nav-link.btn-theme {
    color: #fff;
}

/*


.header .navbar-nav .nav-link.active {
    color: #fff !important;
    background: #7E60BF;
    border-radius: 100px;
    padding: 0px 25px !important;
}
*/

.navbar-nav {
    margin-top: 0px !important;
}

.navbar-toggler-icon {
    color: #fff;
    margin-top: 10px;
}

.header.active .navbar-toggler-icon {
    color: #7E60BF;
    margin-top: 10px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand {
    width: 200px;
}

.header {
    position: fixed;
    top: 4px;
    left: 0;
    width: 100%;
    margin: auto;
    border-radius: 0px;
    padding: 15px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header.active {
    background: #fff;
    top: 4px;
    left: 0;
    width: 100%;
    border-radius: 0px;
    top: 4px !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #fff;
    z-index: 99999;
    position: fixed
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 4px;
    background: #7E60BF;
    width: 0%;
    z-index: 99999
}

.logo {
    width: 100% !important;
    transition: 0.5s;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #7E60BF;
}

h1 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    font-weight: bold;
}

h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 50px;
}

h4 {
    line-height: 40px;
}

p {
    margin-bottom: 20px;
    line-height: 30px;
    color: #555
}

.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -2;
}

.overly {
    background: #000;
    filter: opacity(0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1
}


.hero-data {
    position: absolute;
    z-index: 10;
    color: #fff;
    bottom: 0 !important;
    margin-bottom: 50px;
}


.btn-sec {
    background-image: url(../images/sevaki-banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

#about {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
}

.img-box {
    padding: 20px;
    height: 100px;
    width: 100px;
    background: #F3EEFF;
    border-radius: 10px;
    margin-bottom: 20px;
}


.accordion-button:not(.collapsed) {
    color: #7E60BF;
    background-color: #F3EEFF;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.bg-theme {
    background: #7E60BF;
}



.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.slick-dots {
    display: none !important;
}

.carousel .slick-slide {
    min-height: 300px !important;
}

.clients .slick-prev,
.clients .slick-next {
    display: none !important
}

.clients img {
    border: none;
}

.slick-prev:before,
.slick-next:before {
    background: #7E60BF;
    padding: 10px;
    border-radius: 4px;
}

.slick-prev {
    left: -35px !important;
}

.slick-next {
    right: -15px !important;
}


.btn-theme {
    background: #7E60BF;
    padding: 15px 35px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-theme:hover {
    background: #3B2D59;
    padding: 15px 35px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-white {
    background: #fff;
    padding: 15px 35px;
    color: #000;
    border-radius: 50px;
    border: solid 2px #fff;
    transition: 0.3s;
}

.btn-white:hover {
    background: #000;
    padding: 15px 35px;
    color: #fff;
    border-radius: 50px;
    border: solid 2px #000;
    transition: 0.3s;
}

iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

footer {
    padding: 80px 0px;
}

footer li a {
    font-size: 14px;
}

footer li {
    margin-bottom: 15px;
    transition: 0.3s
}

footer .services li:hover {
    margin-bottom: 15px;
    padding-left: 5px;
    transition: 0.3s
}

footer .services li {
    width: 50%;
    float: left;
    transition: 0.3s
}

footer .social i {
    font-size: 24px;
}

.wtsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 4.6%;
    z-index: 99999999;

}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-dialog {
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent
}

.bg-modal {
    padding: 30px;
    background: #7E60BF;
    background: linear-gradient(180deg, rgba(126, 96, 191, 1) 0%, rgba(59, 45, 89, 1) 61%);
}

.modal h4 span {
    background: #7E60BF;
    color: #fff !important;
    padding: 5px 10px;
}


.private-data {
    color: #555;
}

.private-data h5 {
    margin-bottom: 15px;
    color: #7E60BF;
}

.private-data ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.private-data li {
    color: #555;
    margin-bottom: 10px;
    list-style: circle
}


/*Responsive*/
@media screen and (max-width: 768px) {

    body {
        overflow-x: hidden !important;
    }

    .container {
        width: 80%;
        padding: 0px 0px;
    }



    .navbar-brand {
        width: 100px;
    }

    h3 {
        line-height: 30px;
    }

    .logo {
        width: 100% !important;
    }

    .slide {
        margin-top: 30px;
    }

    .header {
        top: 0px !important;
        width: 100%;
        left: 0;
        border-radius: 0px;
    }


    .navbar-collapse {
        background: #7E60BF;
    }

    .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-toggler-icon i {
        color: #7E60BF
    }

    .about::before {
        display: none;
    }

    .hero-data h1 {
        font-size: 26px;
        padding: 0px 0px;
    }

    .btn-theme {
        background: #7E60BF;
        padding: 10px 20px;
        font-size: 14px;
    }

    .btn-theme:hover {
        background: #3B2D59;
        padding: 10px 20px;
        color: #fff;
        border-radius: 50px;
        transition: 0.3s;
    }

    .btn-white {
        background: #fff;
        padding: 10px 20px;
        font-size: 14px;
    }

    .btn-white:hover {
        background: #000;
        padding: 10px 20px;
        color: #fff;
        border-radius: 50px;
        border: solid 2px #000;
        transition: 0.3s;
    }

    footer .services li {
        width: 100%;
        float: left
    }

    .wtsapp {
        width: 15%;
        z-index: 99999999;

    }

}
