/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global styles */
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    color: #767676;
}

body.rtl {
    font-family: 'Cairo', sans-serif;
}


a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

/* Layout styles */
header {
    background-color: #490d86;
    color: #fff;
}

header .navbar-brand img {
    width: 100px;
}

header .nav-item {
    color: #fff;
}

.hero-unit .hero-caption {
    text-align: center;
}

.hero-unit {
    height: 100vh;
    background-image: url(./img/hero.png);
    background-size: cover;
    background-position: center;
    min-height: 720px;
    margin: 0;
}

.intro .hero-unit {
    min-height: 100vh;
    height: auto;
}
.intro .hero-unit .row {
    min-height: 100vh;
    height: auto;
}

.hero-unit .row {
    min-height: 100%;
}

.hero-unit h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    color: #4b3941;
    text-align: center;
}

.hero-unit h1 span {
    color: #490d86;
}

.hero-unit h1:last-of-type {
    font-weight: 800;
}

.hero-unit p {
    text-align: center;
}

.hero-unit .links {
    text-align: center;
}

.hero-unit .links i {
    font-size: 70px;
    vertical-align: middle;
    color: #490d86;
}

.hero-unit .links a {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}

.hero-unit h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.hero-unit .btn {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.hero-unit .btn i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #fee1e5;
}


.about {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    position: relative;
    padding-bottom: 70px;
    padding-top: 100px;
}

.section-head {
    margin-bottom: 40px;
}

.about h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px;
    color: #4b3941;
}

.about h1 span {
    color: #f5bcff;
}

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #f5bcff;
    display: inline-block;
    position: relative;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
    background-color: #e9d7fd;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

.section-head p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
}

.about .section-content {
    margin-bottom: 30px;
    text-align: center;
}

.about .section-content p {
    line-height: 24px;
    margin-bottom: 24px;
}

.wt-icon-box-wraper {
    padding: 30px;
    text-align: center;
}

.wt-icon-box-md {
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    background-color: #e9d7fd;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
    width: 100px;
    height: 100px;
    display: flex;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.circle-line-effect::before {
    border: 2px solid rgba(0, 0, 0, 0.0);
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    transition: all 0.3s ease;
    border-radius: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}

.circle-line-effect::after {
    border: 4px solid rgba(0, 0, 0, 0.0);
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    transition: all 0.3s ease;
    border-radius: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}

.wt-icon-box-wraper:hover .circle-line-effect::before {
    border: 2px solid #e9d7fd;
    width: 140%;
    height: 140%;
    left: -20%;
    top: -20%;
    opacity: 0.1;
}

.wt-icon-box-wraper:hover .circle-line-effect::after {
    border: 3px solid #e9d7fd;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    opacity: 0.2;
}

.icon-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.icon-cell img {
    width: 80px;
}

.about .icon-content h4 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    margin-bottom: 15px;
}

.about .text-secondry {
    color: #4b3941;
    line-height: 24px;
}

.about h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.about .btn {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.about .btn i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #fcf9fa;
}


.features {
    background-repeat: repeat;
    position: relative;
    padding-bottom: 70px;
    padding-top: 100px;
}

.features .left-larg-pic {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35%;
}

.rtl .features .left-larg-pic {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 35%;
    left: auto;
}

.rtl .text-right {
    text-align: left;
}

.features h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.features h2 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 600;
    color: #490d86;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.features a {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.features i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #f1f1f1;
}

.responsive {
    position: relative;
    padding-top: 100px;
    background-color: #fff;

}

.responsive h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px;
    color: #4b3941;
}

.responsive h1 span {
    color: #f5bcff;
}

.responsive img {
    width: 600px;
    max-width: 100%;
}

.responsive h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.responsive a {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
    text-align: center;
}

.responsive a i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #ffffff;
}

.benefits {
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    padding-bottom: 70px;
    padding-top: 0px;
    background-color: #fff;
    text-align: center;
}

.rtl .benefits {
    background-position: bottom left;
}


.benefits h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px;
    color: #4b3941;
}

.benefits h1 span {
    color: #f5bcff;
}

.benefits h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    margin-bottom: 15px;
}

.benefits p {
    text-align: center;
}

.benefits h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.benefits a {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
    text-align: center;
}

.benefits a i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #ffffff;
}

.apps {
    background-color: #490d86;
    position: relative;
}

.apps .container-fluid {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
}

.rtl .apps .container-fluid {
    background-position: top left;
}



.apps .section-content {
    background-color: #490d86;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    padding-top: 60px;
}

.special-offer-outer::after {
    content: "";
    position: absolute;
    right: -25%;
    top: 0px;
    height: 100%;
    width: 50%;
    background-color: #490d86;
    border-right: 10px solid #fff;
    border-radius: 0 50% 50% 0;
}

.rtl .special-offer-outer::after {
    content: "";
    position: absolute;
    left: -25%;
    right: auto;
    top: 0px;
    height: 100%;
    width: 50%;
    background-color: #490d86;
    border-left: 10px solid #fff;
    border-right: none;
    border-radius: 50% 0 0 50%;
}

.apps .special-offer {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    margin-right: 20%;
    padding-right: 3px;
    padding-bottom: 60px;
    padding-top: 60px;
}

.rtl .apps .special-offer {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    margin-left: 20%;
    padding-left: 3px;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-right: 0;
    padding-right: 0;
}

.special-offer::after {
    content: "";
    position: absolute;
    right: -45%;
    top: 0px;
    height: 100%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 50% 50% 0;
}

.rtl .special-offer::after {

    content: "";
    position: absolute;
    left: -45%;
    right: auto;
    top: 0px;
    height: 100%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50% 0 0 50%;

}

.apps .special-offer-in {
    position: relative;
    margin-right: -24%;
    width: 560px;
    float: right;
    max-width: 100%;
}

.rtl .apps .special-offer-in {
    position: relative;
    margin-left: -24%;
    margin-right: 0;
    width: 560px;
    float: left;
    max-width: 100%;
}

.apps .clearfix::after {
    content: "";
    display: table;
    clear: both;

}

.apps h3 {
    font-size: 18px;
    color: #e9d7fd;
}

.apps a {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.apps i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #6d3d9e;
}

.user-features {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    padding-bottom: 70px;
    padding-top: 100px;
}


.user-features h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px;
    color: #4b3941;
}

.user-features h2 span {
    color: #f5bcff;
}

.user-features .circle-block-outer .nav-link {
    color: #777;
    margin-bottom: 20px;
    padding: 10px;
}

.wt-icon-box-wraper.right .icon-md {
    float: right;
    margin-left: 10px;
}

.rtl .wt-icon-box-wraper.right .icon-md {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-md {
    float: left;
    margin-right: 10px;
}

.rtl .wt-icon-box-wraper.left .icon-md {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.wt-media img {
    border-radius: 100%;
    border-radius: 100%;
    height: 196px;
    object-fit: cover;
}

.user-features .wt-icon-box-wraper.right h4 {
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: right;
}

.rtl .user-features .wt-icon-box-wraper.right h4 {
    text-align: left;
}

.user-features .wt-icon-box-wraper.right p {
    text-align: right;
}

.rtl .user-features .wt-icon-box-wraper.right p {
    text-align: left;
}

.user-features .wt-icon-box-wraper.left h4 {
    font-size: 18px;
    line-height: 24px;
    color: #3f3e3e;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
}

.rtl .user-features .wt-icon-box-wraper.left h4 {
    text-align: right;
}

.user-features .wt-icon-box-wraper.left p {
    text-align: left;
}

.rtl .user-features .wt-icon-box-wraper.left p {
    text-align: right;
}

.user-features h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.user-features .btn {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.user-features .btn i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #fcf9fa;
}



.app {
    position: relative;
    padding-bottom: 70px;
    padding-top: 100px;
}

.app img {
    max-height: 700px;
}

.app h2 {
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.app .btn {
    display: inline-block;
    text-transform: capitalize;
    margin: 20px 0;
    background-color: #490d86;
    background-image: url(./img/flower-pattern.png);
    padding: 20px 20px 20px 58px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border: none;
    background-size: 100%;
}

.app .btn i {
    font-size: 60px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -4px;
    color: #fff;
}


.contact {
    position: relative;
    padding-bottom: 70px;
    padding-top: 100px;
}

.contact h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 24px;
    color: #4b3941;
}

.contact h1 span {
    color: #f5bcff;
}

.conntact-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f6f6;
    margin-bottom: 30px;
}

.contact-home-left {
    padding-left: 0;
    padding-right: 0;
    background-color: #490d86;
    background-repeat: no-repeat;
    background-position: left;
}

.p-a50 {
    padding: 50px;
}

.wt-icon-box-wraper {
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

.icon-lg {
    width: 80px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.rtl .icon-lg {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.icon-lg i {
    font-size: 60px;
}

.icon-content {
    overflow: hidden;
}

.icon-content h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: start;
}

.icon-content span {
    font-size: 14px;
    display: block;
    text-align: start;
}

.contact-home-right {
    padding: 30px;
}

.contact-home-right h5 {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #3f3e3e;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 25px;
}

.input-group {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group-addon {
    border-radius: 0;
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
    color: #545454;
    border-width: 1px;
    border-style: solid;
    display: table-cell;
}

.form-control,
.form-control:focus {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}

.site-button {
    cursor: pointer;
    background-color: #490d86;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}

.footer {
    background-color: #490d86;

    padding-top: 30px;
}

.footer {
    margin-top: 50px;
}

.footer .top {
    text-align: center;
}

.footer img {
    width: 180px;
    max-width: 100%;
}

.footer .top .links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}

.footer .top .links a {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}

.footer .top .links a:hover {
    text-decoration: underline;
}

.footer .top .socialLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.footer .top .socialLinks i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: #fff;
    cursor: pointer;
}

.footer .top .socialLinks a:first-of-type i {
    background-color: rgb(59, 89, 152);
}

.footer .top .socialLinks a:nth-of-type(2) i {
    background: linear-gradient(to right, #F58529, #DD2A7B, #8134AF);
}

.footer .top .socialLinks a:nth-of-type(3) i {
    background-color: rgb(0, 123, 181);
}

.footer .top .socialLinks a:nth-of-type(4) i {
    background-color: #1DA1F2;
}

.footer .top .socialLinks a:nth-of-type(5) i {
    background-color: #25D366;
}

.footer .top .socialLinks a:nth-of-type(6) i {
    background-color: #FF0000;
}

.footer .top .socialLinks a:nth-of-type(7) i {
    background-color: #69C9D0;
}

.footer .bottom {
    margin-top: 20px;
    padding-bottom: 20px;
}

.constrot-strip {
    background-image: url(./img/footer-strip-purple.png);
    position: relative;
    height: 35px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;
}

.footer .bottom p {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0;
    color: #fff;
}

.footer .bottom a {
    color: #f5bcff;
    font-weight: bold;
}

.footer .bottom a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {


    .apps .special-offer {
        margin-right: 0;
    }

    .apps .container-fluid {
        background-image: none !important;
    }

    .apps .special-offer-in {
        margin-right: 0;
        width: auto;
        margin: 0 20px;
    }

    .special-offer::after {
        content: none;
    }

    .special-offer-outer::after {
        content: none;
    }

    .wt-icon-box-wraper.right .icon-md,
    .wt-icon-box-wraper.left .icon-md {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .icon-cell {
        display: inline-block;
        width: 60px;
        margin-bottom: 10px;
    }

    .user-features .wt-icon-box-wraper.right h4,
    .user-features .wt-icon-box-wraper.left h4 {
        text-align: center;
    }

    .user-features .wt-icon-box-wraper.right p,
    .user-features .wt-icon-box-wraper.left p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .benefits {
        background-image: none !important;
    }
}

@media screen and (max-width: 575px) {
    .hero-unit h1 {
        font-size: 34px;
    }

    .about h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .features h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .features h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .features .left-larg-pic {
        display: none;
    }

    .responsive h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .benefits h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .user-features h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .app h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .contact {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .contact h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .p-a50 {
        padding: 20px;
    }

    .contact .wt-icon-box-wraper {
        display: block;
    }

    .contact .icon-lg {
        float: none;
    }

    .contact .icon-lg i {
        font-size: 36px;
    }

    .contact .icon-content h4 {
        text-align: center;
    }

    .contact .icon-content span {
        text-align: center;
    }
}

.seller {
    padding: 20px 30px 20px 30px !important;
}


.offcanvas {
    background-color: #490d86;
    max-width: 70%;
}