


html {
    scroll-behavior: smooth;
}

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

*:focus, button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-offset: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-weight: 700;
    margin: 0px;
    --tw-text-opacity: 1;
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}
 
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    font-family: 'Arimo', sans-serif;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a, button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.container {
    padding-left: 16px;
    padding-right: 16px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.main-btn {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    z-index: 10;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    padding: 18px 38px;
    font-size: 18px;
}

.main-btn:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-hover {
    overflow: hidden;
    position: relative;
}

.border-btn {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(88, 100, 255, var(--tw-border-opacity));
    border-style: solid;
    border-width: 2px;
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
}

.border-btn:hover {
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
}

.btn-hover::after {
    border-radius: 9999px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
    padding: 50%;
    content: '';
    background: rgba(0, 0, 0, .05);
}

.btn-hover:hover::after {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}

.scroll-top {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    position: fixed;
    right: 32px;
    bottom: 32px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 44px;
    z-index: 20;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.scroll-top:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}


/* ============ navbar ============= */

.navbar-area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.sticky {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: fixed;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.collapse.show {
    display: block;
}

.show .navbar-nav .nav-item a {
    --tw-text-opacity: 1;
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.toggler-icon {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    position: relative;
    transition-duration: 300ms;
    height: 2px;
    width: 30px;
    margin: 6px 0;
}

.sticky .toggler-icon {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 36, 71, var(--tw-bg-opacity));
}

.active>.toggler-icon:nth-child(1) {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: 45deg;
    top: 7px;
}

.active>.toggler-icon:nth-child(2) {
    opacity: 0;
}

.active>.toggler-icon:nth-child(3) {
    top: -8px;
    transform: rotate(135deg);
}

.navbar-nav .nav-item a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    z-index: 10;
}

@media (min-width: 960px){
    .navbar-nav .nav-item a{
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.navbar-nav .nav-item a::before {
    content: '';
    --tw-bg-opacity: 1;
    background-color: rgba(253, 212, 70, var(--tw-bg-opacity));
    border-radius: 1rem;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: 12px;
    width: 0px;
    z-index: -10;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

@media (min-width: 960px){
    .navbar-nav .nav-item a::before{
        bottom: 8px;
    }
}

.navbar-nav .nav-item a.active::before, .navbar-nav .nav-item a:hover::before{
    width: 100%;
}

.sticky .navbar-nav .nav-item a {
    --tw-text-opacity: 1;
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}

/* ================= hero =============== */
 
.hero-content .main-btn {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
} 

.scroll-bottom {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
}

@media (min-width: 960px){
    .scroll-bottom{
        display: flex;
    }
}

/* ============== feature ============= */

.feature-icon {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    line-height: 1;
    margin: auto;
    margin-bottom: 32px;
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
    width: 130px;
    font-size: 65px;
}

.feature-icon-2 {
    font-size: 65px;
}

/* ============== about ============ */

.about-img .shape-1 {
    position: absolute;
    left: -72px;
    top: 50%;
    z-index: -10;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
}

.about-img .shape-2 {
    position: absolute;
    bottom: 0px;
    right: 52px;
    z-index: -10;
}

.about-img-2 .shape-1 {
    position: absolute;
    right: -72px;
    top: 50%;
    z-index: -10;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
}

@media (min-width: 960px){
    .about-img-2 .shape-1{
        right: 0px;
        width: 75%;
    }
}

.about-img-2 .shape-2 {
    position: absolute;
    bottom: 0px;
    left: 52px;
    z-index: -10;
}

@media (min-width: 960px){
    .about-img-2 .shape-2{
        width: 75%;
    }
}

.about-feature li {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 24px;
    padding-left: 40px;
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.about-feature li::before {
    content: '';
    box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 16px;
}

/* ============= testimonial =========== */

.testimonial-active-wrapper .shape {
    position: absolute;
    z-index: -10;
}

.testimonial-active-wrapper .tns-controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.testimonial-active-wrapper .tns-controls button {
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(91, 101, 126, var(--tw-border-opacity));
}

.testimonial-active-wrapper .tns-controls button:hover{
    --tw-border-opacity: 1;
    border-color: rgba(88, 100, 255, var(--tw-border-opacity));
}

.testimonial-active-wrapper .tns-controls button{
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-left: 8px;
    margin-right: 8px;
    --tw-text-opacity: 1;
    color: rgba(91, 101, 126, var(--tw-text-opacity));
}

.testimonial-active-wrapper .tns-controls button:hover{
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
}

.testimonial-active-wrapper .tns-controls button{
    width: 44px;
}

.quote {
    box-shadow: 0px 0px 26px rgba(155, 155, 155, 0.16);
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 9999px;
    border-style: solid;
    border-width: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1;
    position: absolute;
    right: -48px;
    top: 50%;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 100px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
}

/* ============== pricing ============= */

.pricing-nav li button {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 28px;
    padding-right: 28px;
    --tw-text-opacity: 1;
    color: rgba(91, 101, 126, var(--tw-text-opacity));
}

.pricing-nav li button.active {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 100, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pricing_content .tab-pane {
    display: none;
}

.pricing_content .tab-pane.active {
    display: block;
}

.single-pricing {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 1.5rem;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 44px;
    padding-bottom: 44px;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pricing-header {
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
    border-bottom-width: 1px;
    margin-bottom: 44px;
    padding-bottom: 36px;
    text-align: center;
}

.pricing-feature li {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 16px;
}

.pricing-feature li i {
    font-weight: 700;
    margin-right: 16px;
    opacity: 0.3;
    --tw-text-opacity: 1;
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}

.pricing-feature li i.active {
    opacity: 1;
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
}

.pricing-btn {
    text-align: center;
}

.pricing-btn .main-btn {
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 44px;
    padding-right: 44px;
}

/* ============== footer ================== */

.subscribe-form .main-btn {
    border-radius: 1rem;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 4px;
    right: 4px;
}

@media (max-width: 575px) {
    .subscribe-form .main-btn {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        margin-top: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 36px;
        padding-right: 36px;
        position: static;
        --tw-text-opacity: 1;
        color: rgba(88, 100, 255, var(--tw-text-opacity));
    }

    .subscribe-form .main-btn.btn-hover {
        position: relative;
    }
}

.socials li a {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 40px;
}

.socials li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(88, 100, 255, var(--tw-text-opacity));
}

.links li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.links li a:hover {
    padding-left: 8px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.logo {
    max-width: 50%;
    position: relative;
    /*top: -5px;*/
}

.cufo {
   font-family: 'Cabin', sans-serif;
}

.drop-shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.24);
}

.font-medium {
    font-weight: 500;
}

.feature-icon {
    background: white;
}

.s1 {
    padding: 4px 10px;
    background: white;
}

.s2 {
    padding: 3px 0 2px 6px;
    margin: 5px;
    background: white;
}

@media (min-width: 959px) {
    .s2 {
        padding: 40px;
        margin: 0;
    }
}

.s1, .s2 {
    width: 100%;
}

@media (min-width: 960px) {
    .s1 {
        max-width: 594px;
        margin-left: -40px;
        padding: 14px 50px;
    }

    .s2 {
        margin-left: 76px;
        width: calc(100% - 86px);
    }


    .m-or-last {
        order: 1 !important;
    }

    .m-order-first {
        order: 2 !important;
    }
    
   
}

.bora {
    border-radius: 20px;
}



.leading-5 {
    line-height: 1.25;
}

.fd8a {
    font-size: 45px;
}

.gfd8 {
    font-size: 36px;
}

.lol {
    @apply 
}


.navbar-toggler.active + #navbarOne .nav-item a {
    color: rgba(22, 36, 71, var(--tw-text-opacity));
}

#testimonials .socials a {
    color: rgba(22, 36, 71, var(--tw-text-opacity)) !important;
    margin-right: 20px;
    margin-top: 18px;
    border-radius: 0;
    background: #eeeeee;

}

#testimonials .socials a:hover {
    background: #7a84fd;
    color: white;
}

@media (max-width: 959px) {

    .navbar-toggler + #navbarOne {
        display: none;
    }

    .navbar-toggler.active + #navbarOne {
        display: block;
    }

    #testimonials .socials a {
        color: rgba(22, 36, 71, var(--tw-text-opacity)) !important;
        margin-right: 20px;
        margin-top: 18px;
        border-radius: 0;
        background: #eeeeee;

    }

    #testimonials .socials a:hover {
        background: #7a84fd;
        color: white;
    }
}

.ds67 {
    padding: 10px 0 10px 10px;
    background: white;
}

@media (min-width: 959px) {
    .ds67 {
        padding: 40px 40px 40px 40px;
    }
}

.ds67 {}

.about-img-2 {
    overflow: hidden;
}

.m-or-last {
    order: 2;
    z-index: 1;
}

.m-order-first {
    order: 1;
    z-index: 2;
}

.fds87 {
    background: white;
}

.languages a {
    margin-right: 15px;
}

.lang-drop-down {
    padding: 0 10px;
    left: -10px;
    background: white;
    position: absolute;
    border-radius: 5px;
}
.lang-select {
    position: relative;
}
.lang-drop-down a {
    color: black !important;
    white-space: nowrap;
}

.nav-item > a {
    display: block !important;
}