* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "yekan_medium";
    src: url("/fonts/yekan_medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: yekan_medium;
    font-size: 14px;
}

html, body, body * {
    font-family: yekan_medium !important;
    font-synthesis: none;
}

a {
    color: #7a3e92;
}

a:hover {
    color: #7a3e92;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.white {
    color: #ffffff !important;
}

.white2 {
    float: right;
    color: #ffffff !important;
}

.black {
    color: #000000;
}

.navbar {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
    line-height: 50px;
    background: transparent;
    z-index: 1030;
}

.navbar .active {
    color: #a857c2 !important;
}

.navbar .navbar-brand {
}

.navbar .nav-item {
    margin: 0 5px;
    padding: 0;
}

.navbar .nav-item a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.navbar .nav-item a:hover {
    color: #a857c2;
}

.navbar .nav-link {
    position: relative;
    padding: 0;
}

.navbar .navbar-toggler {
    cursor: pointer;
}

.navbar .navbar-toggler span {
    color: #fff;
}

.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
    display: none;
}

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-scroll .navbar-nav > li > a {
    color: #333;
}

.nav-scroll .navbar-toggler {
    cursor: pointer;
}

.nav-scroll .navbar-toggler span {
    color: #333;
}

.nav-scroll .nav-link:hover:after {
    background-color: #2388ed;
}

.nav-scroll .active {
    position: relative;
}

.banner {
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
    padding: 100px 0px;
    position: relative;
}

.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.banner a.weblink {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.banner a:hover {
    text-decoration: none;
}

.svg-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner-text {
    padding-right: 80px;
    margin: 50px 0px 0px;
}

.banner-text p {
    margin: 40px 0px;
}

.banner-text ul {
    list-style: none;
}

.banner-text ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.banner-text ul li a {
    display: block;
}

.prelative {
    position: relative
}

.section-padding {
    padding: 80px 0px;
}

.sectioner-header {
    width: 69%;
    margin: 0 auto;
}

.line {
    height: 2px;
    width: 50px;
    background: #a857c2;
    display: block;
    margin: 20px auto 20px;
}

.line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 150px;
    height: 2px;
    border-bottom: 2px dashed #a857c2;
    margin-left: -75px;
}

.sectioner-header p {
    color: #818992;
    font-size: 17px;
}

.section-content {
    margin-top: 80px;
}

.icon-box {
    margin-bottom: 50px;
}

.icon-box .md-svg-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
    margin: 0 auto;
    box-sizing: border-box;
}

.icon-box .md-svg-ring .md-svg {
    width: 56px;
    height: 56px;
    fill: #ffffff;
    display: block;
}

.icon-box h5 {
    margin-top: 30px;
}

.icon-box p {
    color: #818992;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}

.about-btn {
    color: #a857c2;
    padding: 10px 40px;
    border: 2px solid #a857c2;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
}

.about-btn:hover {
    background: #a857c2;
    color: #ffffff;
    text-decoration: none;
}

.single-feature {
    margin-bottom: 80px;
    margin-top: 40px;
}

.single-feature h5 {
    font-size: 16px;
}

.media-right-margin {
    margin-right: 25px;
}

.single-feature p {
    font-size: 13px;
}

.media-right.icon-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(142, 30, 252);
    box-sizing: border-box;
    flex-shrink: 0;
}

.media-right.icon-border .md-svg {
    width: 24px;
    height: 24px;
    fill: rgb(142, 30, 252);
    display: block;
}

.team {
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
}

.team-detail {
    margin-top: 40px;
}

.team-detail img {
    border-radius: 50%;
    width: 70%;
}

.team-detail h4 {
    color: rgb(142, 30, 252);
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 0px;
}

.testimonial {
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
    padding: 100px 0px;
    position: relative;
}

.testimonial::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
    pointer-events: none;
}

.faq {
    background: #fafafa;
    border-bottom: 1px solid #e4e4e4;
}

.faq-content {
    margin: 20px 0px;
}

.faq-content h4 {
    font-weight: 400;
    font-size: 20px;
}

.faq-content p {
    color: #818992;
    font-weight: 300;
    margin-top: 15px;
}

#contact_form .form-input {
    border: 1px solid #e4e4e4;
}

input {
    height: 42px;
    padding: 0 1rem;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

#contact_form textarea {
    resize: none;
    padding: 1rem;
    height: 150px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-grad {
    padding: .7rem 2rem;
    display: inline-block;
    color: #fff;
    border-radius: 2rem;
    border: 0;
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
    cursor: pointer;
}

.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
}

.contact-item {
    margin: 23px 0px;
}

.contact-item i {
    font-size: 20px;
}

.contact-item p {
    line-height: 20px;
    margin: 0;
}

.download {
    background: #4f295c;
    background: linear-gradient(to left, #4f295c, #aa57c2);
    padding: 100px 0px;
    position: relative;
}

.download::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.download ul {
    list-style: none;
}

.download ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.download ul li a {
    display: block;
}

.footer-copy {
    background: #ffffff;
    color: #242424;
    font-size: 13px;
    text-align: center;
    padding: 15px 0px;
}

.footer-copy p {
    margin-bottom: 0px;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}

.social-links a img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    transition: transform .15s ease;
}

.social-links a:hover img {
    transform: scale(1.08);
}

.social-label {
    margin-top: 0.45rem;
    color: #4b4b4b;
    font-size: 0.95rem;
}

@media all and (max-width: 991px) {
    .navbar .navbar-collapse {
        overflow: auto;
        background: rgb(213, 198, 221);
        color: #fff !important;
        text-align: center;
        padding: 10px 0;
    }

    .nav-scroll .navbar-collapse {
        background: #fff !important;
    }

    #contact_form {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .banner-text p {
        margin: 25px 0px;
    }

    .sectioner-header {
        width: 90%;
    }

    .sectioner-header p {
        font-size: 14px;
    }

    .about-btn {
        padding: 5px 30px;
        margin-top: 0px;
        font-size: 16px;
    }

    .single-feature {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .team-detail {
        margin-top: 20px;
    }

    .team-detail img {
        width: 50%;
    }

    .section-content {
        margin-top: 40px;
    }

    .faq-content {
        margin: 10px 0px;
    }

    .faq-content h4 {
        font-size: 16px;
    }

    .faq-content p {
        font-size: 13px;
    }

    #contact_form {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 12px;
    }

    .footer-copy p {
        font-size: 10px;
    }

    .social-links a img {
        width: 36px;
        height: 36px;
    }
}
