/* previous code start */
/* previous code start */
html {
    overflow-x: hidden;
}
:root {
    --main_color: #225894;
    --main_color_dark: #153d67;
}
.ptb-200 {  
    padding-top: 200px;
    padding-bottom: 400px;
}
.job-card {
    border-radius: 10px;
    border: none;
    transition: all .3s ease-in-out;
}
.job-card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.main-banner-area .shape-overlay:before {
    left: 0;
    right: 0;
    content: "";
    bottom: 200px;
    height: 485px;
    background: url("{{ asset('assets/niviyo/img/banner/banner-bg.png') }}");
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}
.bannerContainer {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1004%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1440 0L1052.98 0L1440 59.41z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1052.98 0L1440 59.41L1440 281.82L637.4300000000001 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M637.4300000000001 0L1440 281.82L1440 449.71L454.49000000000007 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M454.49 0L1440 449.71L1440 502.88L182.55 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L120.91 560L0 306.2z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 306.2L120.91 560L338.91999999999996 560L0 269.34z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 269.34L338.91999999999996 560L564.02 560L0 162.24999999999997z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 162.25L564.02 560L680.71 560L0 108.78999999999999z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1004'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='15.28%25' y1='-39.29%25' x2='84.72%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1005'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(19%2c 121%2c 232%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    padding-bottom: 30px;
}
.typing-effect {
    width: 300ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
}
@keyframes typing {
    from {
        width: 0
    }
}
@keyframes blink {
    50% {
        border-color: transparent
    }
}
.bgC {
    position: fixed;
    top: 0;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1004%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1005%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1440 0L1052.98 0L1440 59.41z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1052.98 0L1440 59.41L1440 281.82L637.4300000000001 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M637.4300000000001 0L1440 281.82L1440 449.71L454.49000000000007 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M454.49 0L1440 449.71L1440 502.88L182.55 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L120.91 560L0 306.2z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 306.2L120.91 560L338.91999999999996 560L0 269.34z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 269.34L338.91999999999996 560L564.02 560L0 162.24999999999997z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 162.25L564.02 560L680.71 560L0 108.78999999999999z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1004'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='15.28%25' y1='-39.29%25' x2='84.72%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1005'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(19%2c 121%2c 232%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #fff !important;
}
/* Mobile Styles */
@media (max-width: 767px) {
    /* Navbar Background */
    #navbar.navbar-area {
        background-color: #0d5cb8 !important;
    }
    /* Navbar Text Color */
    #navbar.navbar-area .texap-nav .container .navbar-nav .nav-item .nav-link {
        color: #fff !important;
    }
}
.bannerTagLine {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}
/* previous code end */


:root {
    --theme-color: linear-gradient(141.55deg, #584ED2 3.46%, #584ED2 99.86%), #584ED2;
    --blue: #645be1;
    --white: #ffffff;
}
.customProjects .single-features-item {
padding: 20px 60px;
text-align: center;
}
.customProjects .single-features-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(79, 61, 196), rgb(13, 92, 184));
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.customProjects .single-features-item:hover:before {
    opacity: 1;
    visibility: visible;
}
.features_section .features-card-inner {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-top: 20px;
    /* margin: 5px; */
}
.features_section .features-card-image {
    /* margin: auto; */
    text-align: center;
    display: inline-block;
}
.features_section .features-card-image a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--second-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features_section .single-features-item1 {
    padding: 10px 60px;
    text-align: center;
}
.features_section .single-features-item1 h3 {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}
.features_section .single-features-item1 h3 b {
    background: linear-gradient(141.55deg, #584ED2 3.46%, #584ED2 99.86%), #584ED2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.doubleTextHeading {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
}
.doubleTextHeading b{
    background: linear-gradient(141.55deg, #584ED2 3.46%, #584ED2 99.86%), #584ED2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featuresSection .textSection {
    vertical-align: middle;
}
.testimonialsSlide {
    background: #beebda;
    border-radius: 25px;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonialsSlide .testimonial-card-content {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
}
.testimonialsSlide .testimonial-card-content p {
    margin: 25px 0 25px;
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.testimonialsSlide .client-info .client-img {
    width: 100px;
    height: 80px;
    margin: 0 auto;
}
.testimonialSection .swiper_custom_button {
    background: var(--theme-color);
    color: #fff;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialSection .swiper_custom_button::after {
    font-size: 15px;
    font-weight: 800;
}
.pricingSection {
    margin: 60px 0px;
}
.plans-top {
    padding-top: 10px !important;
}
.basic-plans {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.basic-plans-top h3 {
    margin-bottom: 25px;
}
.basic-plans-bottom {
    margin-top: 20px;
    border-top: 2px solid #BDBDBD;
    padding-top: 20px;
}
.basic-plans-bottom .basic-price-left {
    padding-right: 20px;
}
.basic-plans-bottom .basic-price-left p {
    font-size: 20px;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 15px;
}
.basic-plans-top ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.advance-feature .advance-card-icon, .basic-plans-top ul li .plan-card-icon {
    margin-right: 15px;
}
.basic-plans-bottom .basic-price-left {
    padding-right: 20px;
}
.basic-plans-bottom .basic-price-left p {
    font-size: 20px;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 15px;
}
.basic-plans-bottom .basic-price-left ins {
    font-size: 20px;
    font-weight: 600;
    list-style: none;
    text-decoration: none;
}
.pricingSection .btn {
    text-align: center;
    padding: 10px 20px;
    color: var(--white);
    background: var(--theme-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--blue);
    position: relative;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.basic-plans:hover {
    background-color: #beebda;
}
.plan-card-content p {
    color: black;
}
.copyright-area p {
    color: #716c80;
}
.single-footer-widget p {
    color: #716c80;

}
/* register page start */
.login-page-wrapper {
    /* padding: 20px 20px 0; */
}
.login-container {
    margin-left: calc((100% - 1270px) / 2);
    display: flex;
    min-height: calc(100vh - 100px);
}
.login-row {
    width: 100%;
}
.login-col-6 {
    max-width: 35%;
    width: 100%;
    display: flex;
    align-items: center;
}
.register-tab {
    margin-top: 80px !important;
}
.login-content-inner {
    width: 400px;
    padding: 20px;
}
.login-content-inner .login-title {
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.login-media-col {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    padding: 90px 0 50px;
}
.login-media-inner {
    max-width: 430px;
}

/* register page end */

/* pricing table v2 start */
.pricingTable2Section {
    margin-top: 30px;
}
.pricingTable2Section .pricingTable2 {
    border: 1px solid #d5dfff;
    padding: 30px;
}
.pricingTable2Section .pricingTable2:hover {
    border: 2px solid #8c85ff;
    transform: translateY(-15px);
}
.pricingTable2Section .pricingHeading {
   text-align: center;
   font-size: 22px;
}
.pricingTable2Section .pricingDescription {
    margin-bottom: 35px;
}
.pricingTable2Section .discount {
    margin-bottom: 25px;
}
.pricingTable2Section .discount .discount_number {
    color: #727586;
    text-decoration-line: line-through;
}
.pricingTable2Section .discount .discount_percent {
    background-color: #ebe4ff;
    color: #5025d1;
    border-radius: 20px;
    padding: 8px 12px;
    font-weight: 600;
    margin-left: 5px;
}

.pricingTable2Section .pricing .amount {
    font-size: 50px;
    color: #2f1c6a;
    font-weight: 700;
}
.pricingTable2Section .pricing .smallTxt {
    color: #2f1c6a;
    font-size: 20px;
}
.pricingTable2Section .pricingButton {
    background-color: #673de6;
    box-shadow: 0 1px 8px #00000029;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* min-height: 48px; */
    padding: 12px 16px;
    /* position: relative; */
    text-align: center;
    transition: .3s ease-in-out;
    transition-property: color,width,background-color;
    font-weight: 700;
    font-size: 17px;
    margin: 20px 0px;
}
.pricingTable2Section .pricingButton:hover {
    background-color: #3c00f1;
}
.pricingTable2Section hr {
    border: 1px solid #d5dfff;
    background-color: #d5dfff;
    margin-bottom: 30px;
}
.pricingTable2Section .pricingFeatures .featuresHeading {
   color: #2f1c6a;
   margin-bottom: 25px;
}
.pricingTable2Section .pricingFeatures ul li div {
    display: flex;
    justify-content: space-between;
}
.pricingTable2Section .pricingFeatures ul li {
    margin-bottom: 12px;
    font-size: 18px;
}
.pricingTable2Section .pricingFeatures ul li i {
    padding-right: 5px;
    font-size: 18px;
}
.pricingTable2Section .tooltip-inner {
    background-color: #ffcc00 !important;
}
.pricingTable2Section .pricingTable2 {
    margin: 5px;
}
/* pricing table v2 end */
.pricingSection .nav-tabs .nav-link.active {
    color: white;
    background-color: var(--main_color) !important;
}
.pricingSection .nav-tabs .nav-link:hover {
    color: white;
    background-color: var(--main_color_dark) !important;
}
.pricingSection .nav-tabs .nav-link {
    color: var(--main_color_dark);
    border: 1px solid var(--main_color_dark);
    border-bottom: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 400;
    background: white !important;
}
.pricingSection .nav-tabs .nav-item {
    margin-left: 15px;
}

