/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/
@font-face {
  font-family: 'Clash Display';
  src: url('./assets/fonts/ClashDisplay-Variable.woff2') format('woff2'),
       url('./assets/fonts/ClashDisplay-Variable.woff') format('woff'),
       url('./assets/fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_regular_pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_regular_italic_pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_medium_pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_medium_italic_pro.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_bold_pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu Pro';
  src: url('./assets/fonts/apercu_bold_italic_pro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
    --default-color: #666;
    --primary-color: #0c4da2;
    --secondary-color: #1c1c4e;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}


main {
	display: block;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/
a {
	background-color: transparent;
}


b,
strong {
	font-weight: bolder;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button {
    cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}


*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #161616;
	font-family: "Apercu Pro", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0c4da2;
	text-decoration: none;
}



/*a:hover,
a:focus,
a:active {
	color: #191970;
}*/


a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.ent-full{width: 100%;float: left;}
.ent-container{
    width: 100%;
    margin: auto;
    clear: both;
}
/*@media screen and (max-width: 1239px) and (min-width: 600px), (min-width: 1100px) {
    .ent-container{
        width: 100%;
        max-width: calc(100% - 200px);
        margin: auto;clear: both;
    }
}*/
@media (max-width: 1500px) {
    .ent-container{
        max-width: 1200px;
    }
}
@media (min-width: 1501px) {
    .ent-container{
        max-width: 1200px;
    }
}
.ent-grid{display: grid}
.ent-flex{display: flex}
.between {
    justify-content: space-between;
}
.vertical-center {
    align-items: center;
}
.wrap {
	flex-wrap: wrap;
}
/* css header */
.site-branding img {
    height: 24px;
    width: auto;
}
.brandingtop {
    padding-block: 12px;
    padding-inline: 32px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    z-index: 100;
    max-width: 1200px;
}
.content-pad {
    padding-top: 120px;
}
#primary-menu {
    margin: 0px;
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-between;
}
@media (min-width: 1100px) {
	.menu-toggle {
		display: none;
	}
    #dmsp-menu > li:hover > .sub-menu {
    display: block;
    gap: 15px;
    }

}
@media (max-width: 1099px) {
	.menu-toggle {
		display: block;
	}
}
#primary-menu > li > a {
    text-decoration: none;
    display: inline-block;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding-inline: 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}
#primary-menu > li.current-menu-item > a {
    background: #B5FC87;
    height: 40px;
}
#primary-menu > li > a:hover {
    background: #f0ffe7;
}
.inhopapp {
    border-radius: 16px;
    background: #161616;
    display: flex;
    height: 56px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-inline: 18px;
}
.requestdemo {
    display: flex;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: #161616;
    font-weight: 700;
    align-items: center;
    gap: 12px;
    position: relative;
}
.btn-redf {
    display: flex;
    align-items: center;
    gap: 16px;
}
.show-mb {
    display: none;
}
.requestdemo i {
	background-image: url('./assets/images/icon-a.svg');
	display: flex;
	width: 21px;
	height: 21px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;

}
.inhopapp i {
	background-image: url('./assets/images/icon-b.svg');
	width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    background-position: center;
    border-radius: 8px;
    transform: scale(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
  display: flex;
}
.inhopapp:hover {
	color: #fff
}
.inhopapp:hover i {
	display: flex;
  transform: scale(1);
}
.inhopapp span {
    position: relative;
    left: 21px;
    transition: left 0.4s ease;
}

.requestdemo .underline {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background: black;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease, transform-origin 0s;
  pointer-events: none;
}
.inhopapp:hover span {
    left: 0px;
}
.site-header.active .brandingtop {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.10);
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1200px;
    /*max-width: calc(100% - 200px);*/
    margin: auto;
    top: 15px;
    z-index: 100;
}
@media (min-width: 1501px) {
    .site-header.active .brandingtop {
        max-width: 1200px;
    }
}
/* end css header */
/* css menu */
#primary-menu > li > .sub-menu {
        display: none;
        margin: 0px;
        padding: 0px;
        list-style: none;
}
#primary-menu > li {
    position: relative;
    margin-left: 5px;
    margin-right: 0px;
    height: 56px;
    display: flex;
    align-items: center;
}
#primary-menu > li > a {
    transition: all 0.3s ease;
}
#primary-menu > li > .sub-menu > li > a {
    border-radius: 8px;
    border: 0.5px solid #B2B2B2;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-inline: 20px;
    font-size: 16px;
    color: #161616;
    position: relative;
}
#primary-menu > li > .sub-menu > li > a:after {
    background-image: url('./assets/images/icon-a.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 20px;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 0px;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0px;
}
#primary-menu > li > .sub-menu > li > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    gap: 8px;
}
@media (min-width: 1100px) {
    #primary-menu > li > .sub-menu > li:last-child {
        border-bottom: 0px;
    }
    #primary-menu > li:hover > .sub-menu {
        display: block;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 0 46.2px 0 rgba(0, 0, 0, 0.06);
        padding-block: 8px;
    }
    #primary-menu > li > .sub-menu {
        padding-block: 8px;
    }
    #primary-menu > li > .sub-menu {
        position: absolute;
        margin: 0px;
        padding: 0px;
        position: absolute;
        background: #fff;
        top: 50px;
        z-index: 10;
        left: 0px;
        display: none;
        box-shadow: 0 8px 14px 1px rgb(0 0 0 / 35%);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-radius: 4px;
        list-style: none;
        width: 230px;
    }
    #primary-menu > li > .sub-menu > li > .sub-menu {
        position: absolute;
        margin: 0px;
        padding: 0px;
        position: absolute;
        background: #fff;
        top: 0px;
        z-index: 10;
        left: 230px;
        box-shadow: 0 8px 14px 1px rgb(0 0 0 / 35%);
        list-style: none;
        width: 230px;
        display: none;
    }
    #primary-menu > li > .sub-menu > li:hover > .sub-menu {
        display: block;
    }
    #primary-menu > li > .sub-menu > li > .sub-menu > li {
        padding: 5px 10px;
        border-bottom: 1px dotted #dbdbdb;
    }
    #primary-menu > li > .sub-menu > li > .sub-menu > li:last-child {
        border-bottom: 0px dotted #dbdbdb;
    }
/*    #primary-menu > li > .sub-menu:before {
        content: "";
        position: absolute;
        width: 17px;
        height: 17px;
        background: #fff;
        transform: rotate(45deg);
        top: -6px;
        left: 30%;
    }*/
    #primary-menu > li > .sub-menu > li {
        height: 0;
        transition: all .25s ease;
        text-align: left;
        height: auto;
        display: block;
        float: left;
        width: 100%;
        position: relative;
        padding-inline: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .plussub {
        display: none;
    }
}
@media (max-width: 1099px) {
    .plussub {
        position: absolute;
        right: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 39px;
        background: #eee;
        font-size: 25px;
        color: #333;
        cursor: pointer;
        top: 0px;
    }
    #primary-menu > li {
        margin-left: 0px;
    }
    #primary-menu > li > a {
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #E4E4E4;
        display: block;
        font-size: 12px;
        font-weight: 600;
        padding-inline: 0px;
        text-align: center;
    }
    #primary-menu > li > .sub-menu > li > a {
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-inline: 10px;
        border-radius: 8px;
        border: 0.5px solid #B2B2B2;
        margin-bottom: 8px;
        font-size: 12px;
    }
    #primary-menu > li > .sub-menu > li:last-child > a {
        margin-bottom: 6px;
    }
/*    .plussub {
        position: absolute;
        right: 1px;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 39px;
        background: #eee;
        font-size: 25px;
        color: #333;
        cursor: pointer;
        top: 2px;
    }*/
    button.menu-toggle {
        border: 0px;
        background: #ffffff00;
        cursor: pointer;
        padding: 0px;
    }
    .iconmenu {
    display: inline-block;
    width: 22px;
    position: relative;
    }
    .iconmenu span {
    width: 100%;
    height: 2px;
    background: #161616;
    display: block;
    line-height: 1;
    border-radius: 4px;
    }
    .iconmenu span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
    }
    .iconmenu span:nth-child(1), .iconmenu span:nth-child(3) {
    width: 15px;
    margin: auto;
    }
    .right-menu {
        display: none;
        padding: 16px 16px 24px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
        margin-bottom: 20px;
        width: 100%;
    }
    .right-menu.right-menu-flex {
        display: flex;
        width: 200px;
        margin-top: -15px;
    }
    #primary-menu > li:last-child > a {
        border-top: 0px;
    }
    .menu-primary-container {
        width: 100%;
    }
    #primary-menu {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0px
    }
    #primary-menu > li {
    width: 100%;
    display: block;
            height: auto;
    }
    #primary-menu > li > a {
        border-radius: 0px;
    }
    #primary-menu > li.current-menu-item > a {
        background: #fff;
    }
    .right-menu .btn-redf {
        width: 100%;
        text-align: center;
    }
    .right-menu .btn-redf a {
    height: 40px;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    }
    #primary-menu > li:nth-child(1) a {
        border-top: 0px;
    }
    .show-des {
        display: none;
    }
    .site-brandingtop {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
        height: 48px;
        padding-inline: 24px;
        margin-top: 24px;
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .site-branding img {
        height: 20px;
    }

    .brandingtop {
        padding-block: 0px;
        padding-inline: 0px;
        flex-wrap: wrap;
    }
    .show-mb {
        display: block;
    }
}
/* end css menu */
/* css home */
.home-content-top {
    border-radius: 16px;
    background: linear-gradient(180deg, #9DFC60 0%, rgba(157, 252, 96, 0.20) 38.57%, rgba(157, 252, 96, 0.00) 100%);
    display: flex;
    padding: 52px 60px 0 60px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap:52px;
}
.home-content-top-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.home-content-top-mb br {
    display: none;
}
.home-content-top h2, .home-content-top h1 {
    color: #161616;
    text-align: center;
    font-family: "Clash Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin: 0px;
    max-width: 1000px;
    margin-top: 36px;
}
.home-content-top h2 span, .home-content-top h1 span {
    background: linear-gradient(90deg, #218EE3 37.24%, #E937A1 61.53%, #FF885D 85.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Clash Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
}
.home-content-top-mb > p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 36px;
    max-width: 60%;
}
.topdx {
    display: flex;
    height: 40px;
    padding: 16px 28px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 12px;
    background: #F0FFE7;
    font-size: 12px;
}
.topdx i {
	background-image: url('./assets/images/icon-d.svg');
	display: flex;
	width: 14px;
	height: 14.69px;
	background-size: contain;
}
.spin {
  animation: spin 3s linear infinite;
}

.spin-reverse {
  animation: spin-reverse 3s linear infinite;
}

@keyframes spin-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.left-flexf {
    width: 64%;
    gap:16px;
}
.flexf {
    gap: 16px;
}
.right-flexf {
    width: calc(36% - 16px);
}
.top-top {
    padding: 27px 37px;
    border-radius: 16px;
    background: #161616;
}
.top-bottom {
    padding: 0 31.312px 39.849px 30.784px;
    border-radius: 16px;
    background: #9DFC60;
}
.right-flexf {
    border-radius: 16px;
    background: #056646;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 126px;
}
.right-flexf picture{
    display: block;
    width: 100%;
}
.right-flexf img {
    width: calc(100% - 60px);
    margin: auto;
    display: block;
}
.logoth img {
    height: 27px;
    width: auto !important;
}
.logothxdf {
    margin-top: 120px;
    margin-bottom: 120px;
}
.logothxdf h2 {
    margin: 0px;
    text-align: center;
    margin-bottom: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.item_lp_xt:after {
    background: linear-gradient(268.9deg, #fff 5.58%, rgba(255, 255, 255, 0) 99.06%);
    height: 100%;
    width: 100px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.item_lp_xt:before {
    height: 100%;
    width: 100px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(88.9deg, #fff 5.58%, rgba(255, 255, 255, 0) 99.06%);
}
.item_lp_xt {
	position: relative;
}
.whycct {
    display: flex;
    padding: 80px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    align-self: stretch;
    border-radius: 16px;
    background: #161616;
}
.whycct > h2 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 0px;
}
.top-sell-content h3 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0px;
    width: 100%;
    max-width: 530px;
}
.top-sell-content p {
    color: #B5B5B5;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 434px;
    width: 100%;
    margin: 0px;
}
.top-sell-content {
    width: 100%;
}
.bottom-sell-video {
    display: flex;
    align-self: stretch;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: left 0.4s ease;
    border-radius: 16px;
}
.bottom-sell-video img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bottom-sell-video:hover img {
    transform: scale(1.1);
}
.bottom-sell-video:before {
	content: '';
	background-image: url('./assets/images/icon-e.svg');
	position: absolute;
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 1
}
.bottom-sell-video.no-play:before {
    background-image: none;
}
.bottom-sell-video iframe {
    height: 550px;
    border-width: 0px;
}
.htwork {
    margin-top: 120px;
    margin-bottom: 120px;
}
.htwork > h2 {
    color: #161616;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    margin-bottom: 52px;
}
.item_htwork_ct {
    padding: 16px 24px;
    justify-content: space-between;
    gap: 24px;
    align-self: stretch;
    width: calc(50% - 8px);
    transition: background 0.4s ease;
    position: relative;
}
.right-d {
    width: calc(100% - 50px);
}
.item_htwork_ct::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: translateY(-50%) scaleY(0);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 0;
}

.item_htwork_ct:hover::before {
  transform: translateY(-50%) scaleY(1);
  opacity: 1;
}


.item_htwork_ct span {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 32px;
    width: 56px;
    background-size: auto;
    min-width: 56px;
}
.item_htwork_ct:nth-child(1) span {
  background-image: url('./assets/images/01.svg');
}
.item_htwork_ct:nth-child(2) span {
  background-image: url('./assets/images/02.svg');
}
.item_htwork_ct:nth-child(3) span {
  background-image: url('./assets/images/03.svg');
}
.item_htwork_ct:nth-child(4) span {
  background-image: url('./assets/images/04.svg');
}
.item_htwork_ct:nth-child(5) span {
  background-image: url('./assets/images/05.svg');
}
.item_htwork_ct:nth-child(6) span {
  background-image: url('./assets/images/06.svg');
}

.item_htwork_ct:nth-child(1):hover span {
  background-image: url('./assets/images/hv-01.svg');
  z-index: 1;
}
.item_htwork_ct:hover:nth-child(2):hover span {
  background-image: url('./assets/images/hv-02.svg');
  z-index: 1;
}
.item_htwork_ct:nth-child(3):hover span {
  background-image: url('./assets/images/hv-03.svg');
  z-index: 1;
}
.item_htwork_ct:nth-child(4):hover span {
  background-image: url('./assets/images/hv-04.svg');
  z-index: 1;
}
.item_htwork_ct:nth-child(5):hover span {
  background-image: url('./assets/images/hv-05.svg');
  z-index: 1;
}
.item_htwork_ct:nth-child(6):hover span {
  background-image: url('./assets/images/hv-06.svg');
  z-index: 1;
}

.right-d h3 {
    font-family: "Clash Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    margin-bottom: 20px;
}
.right-d p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.item_htwork_ct:hover h3 {
    color: #fff;
    position: relative;
}
.item_htwork_ct:hover p {
    color: #B5B5B5;
    position: relative;
}
.htwork_ct {
    gap: 16px;
}
.turnaipower {
    display: flex;
    padding: 48px 60px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    border-radius: 16px;
    background: #F5F5F5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.top-turnaipower h2 {
    color: #161616;
    font-family: "Clash Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    width: 55%;
    margin: 0px;
}
.top-turnaipower p {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
    width: 25%;
}
.left-tab-turnaipower {
    width: 33%;
}
/*.right-tab-turnaipower img{
    transition: transform 0.5s ease, opacity 0.5s ease;
}*/
.btn-tap {
    width: 100%;
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: #ffffff00;
    border-width: 0px;
    position: relative;
}
.btn-tap.activepp {
    background: #fff;
}
.btn-tap:before {
    content:  url('./assets/images/icon-f.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-tap.activepp:before {
    content:  url('./assets/images/icon-g.svg');
}
.tab-turnaipower {
    gap: 32px;
}
.right-tab-turnaipower {
    width: calc(67% - 32px);
}
.right-tab-turnaipower {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    overflow: hidden;
}
.builttoperform {
    display: flex;
    padding: 80px 60px;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    align-self: stretch;
    border-radius: 16px;
    background: #161616;
    margin-top: 120px;
}
.builttoperform > h2 {
    color: #FFF;
    text-align: center;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    max-width: 75%;
}
.btn-bof {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    border: 0.5px solid #FFF;
    background: #161616;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    width: max-content;
}
.btn-bof.activebof {
    border-radius: 8px;
    border: 0.5px solid #161616;
    background: #B5FC87;
    color: #161616;
}
.builttoperform-tab {
    display: flex;
    gap: 16px;
}
.blto-img img {
    width: calc(33.333% - 16px);
    cursor: pointer;
}
.blto-img {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 1em;
}

.text1,
.text2 {
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: block;
}

.text1 {
  transform: translateY(0);
}

.text2 {
  transform: translateY(100%);
  opacity: 0;
}

.btn-bof:not(.activebof):hover .text1 {
  transform: translateY(-100%);
  opacity: 0;
}

.btn-bof:not(.activebof):hover .text2 {
  transform: translateY(-100%);
  opacity: 1;
}

.leftwhereever {
    display: flex;
    width: 48%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.rightwhereever {
    width: calc(52% - 64px);
}
.leftwhereever > h2 {
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
.leftwhereever p {
    color: #666;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.whereever {
    margin-top: 120px;
    margin-bottom: 120px;
}
.testimonial {
    border-radius: 16px;
    background: #F5F5F5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 48px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
}
.top-testimonical h2 {
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
}
.top-testimonical {
    width: 100%;
}
.top-testimonical p {
    margin: 0px;
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 43%;
}
.center-testti {
    width: 100%;
}
.item-testxl {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-testxl img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.img-testxl-2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
}

.item-testxl:hover .img-testxl-1 {
  opacity: 0;
}

.item-testxl:hover .img-testxl-2 {
  opacity: 1;
}
.item-testxl > span {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    position: absolute;
    border-radius: 8px;
    background: #B5FC87;
    color: #161616;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    top: 24px;
    left: 24px;
}
.item-testxl i {
    background-image: url('./assets/images/icon-a.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 8px;
    position: absolute;
    bottom: 72px;
    right: 24px;
}
.bcnb-res a:hover i,
.center-blog-rs a:hover i,
.item-testxl:hover i {
    background-color: #6dfa11;
}
.testxl.owl-theme .owl-nav .owl-prev, .testxl.owl-theme .owl-nav .owl-next {
    margin: 0px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
        text-align: center;
}
.testxl.owl-theme .owl-nav .owl-next {
    margin-left: 12px;
}
.testxl.owl-theme .owl-nav .owl-prev span{
    font-size: 0px;
    background-image: url('./assets/images/icon-i.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.testxl.owl-theme .owl-nav .owl-next span{
    font-size: 0px;
    background-image: url('./assets/images/icon-h.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.testxl.owl-theme .owl-nav {
    text-align: right;
    margin-top: 20px;
}
.testxl.owl-theme .owl-nav [class*=owl-]:hover {
    background: #D2FDB4 !important;
}
.item-testxl h3 {
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
    margin-top: 13px;
}
.startupsell-ct {
    border-radius: 16px;
    background: #B5FC87;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.10);
    position: relative;
    height: 562px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 120px;
    overflow: hidden;
}
.startupsell-ct:before {
    content: '';
    background-image: url('./assets/images/cta-left-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 233.5px;
    height: 561.03px;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.startupsell-ct:after {
    content: '';
    background-image: url('./assets/images/cta-right-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 197.5px;
    height: 561.03px;
    display: inline-block;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.startupsell h2 {
    text-align: center;
    font-family: "Clash Display";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin: 0px;
}
.startupsell {
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.startupsellxd .startupsell {
    max-width: 54%;
}
.turnaipowerdata-mb {
    display: none;
}
.towlconwhy {
    gap: 32px;
}
.towlconwhycon {
    border-radius: 16px;
    background: #FFF;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    width: calc(50% - 16px);
    flex-wrap: wrap;
}
.towlconwhycon h3 {
    font-family: "Clash Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0px;
}
.tryzotasell {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}
.ztafg_item h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 36px;
}
.ztafg_item p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    padding-left: 36px;
}
.ztafg {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}
.ztafg_item {
    position: relative;
}
.left_towlconwhy .ztafg_item:before {
    position: absolute;
    content: url('./assets/images/CheckSmall.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: 0px;
}
.right_towlconwhy .ztafg_item:before {
    position: absolute;
    content: url('./assets/images/CheckSmall_2.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: 0px;
}
.towlconwhy {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 40px;
}
#logoxk .splide__slide_item img {
    height: 40px;
    width: auto;
}
/* end css home */
/* css rs */
.search-form input {
    width: 100%;
    background: #fff;
    height: 56px;
    align-items: center;
    padding: 8px 8px 8px 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 0px solid #6dfa11;
    outline: 0px;
    position: relative;
    padding-left: 48px;
}
.search-form:before {
    content: "";
    position: absolute;
    content: url('./assets/images/ui_search.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 20px;
    display: inline-block;
    background-size: cover;
    z-index: 1;
}
.search-form input:active, .search-form input:focus {
    border: 1px solid #6dfa11;
    outline: 1px;
}
.search-form {
    width: 700px;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.search-form button {
    width: 40px;
    height: 40px;
    font-size: 0px;
    border-radius: 8px;
    background: #6DFA11;
    background-image: url('./assets/images/icon-a.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-width: 0px;
    min-width: 40px;
    position: absolute;
    right: 8px;
}
.bcnb-res a {
    display: block;
    width: calc(50% - 12px);
}
.img-post img {
    width: 100%;
    border-radius: 16px;
}
.meta-rs h3 {
    color: #161616;
    font-family: "Apercu Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 55px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.meta-rs span {
    color: #666;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}
.meta-rs {
    display: flex;
    margin-top: 15px;
    gap: 16px;
}
.bcnb-res {
    margin-top: 52px;
    gap: 24px;
}
.center-blog-rs {
    gap: 24px;
}
.mailbox.mailbox-rs .textct1, .mailbox.mailbox-rs .textct2 {
    display: none;
}
.startupsell-ct.startupsell-ct-rs .startupsell > p {
    margin: 0px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    max-width: 70%;
}
.startupsell-ct.startupsell-ct-rs {
    background: #000;
    height: 322px;
}
/*.startupsell-ct-rs:before, .startupsell-ct-rs:after {
    opacity: 0.1;
}*/
.startupsell-ct.startupsell-ct-rs:before {
    background-image: url('./assets/images/cta-left-bl.svg');
    width: 233px;
    height: 322px;
}
.startupsell-ct.startupsell-ct-rs:after {
    background-image: url('./assets/images/cta-right-bl.svg');
    width: 197px;
    height: 322px;
}
.startupsell-ct.startupsell-ct-rs h2 {
    color: #fff;
}
.img-post {
    display: flex;
    position: relative;
}
.img-post > span {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    position: absolute;
    border-radius: 8px;
    background: #B5FC87;
    color: #161616;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    top: 24px;
    left: 24px;
}
.img-post > i {
    background-image: url('./assets/images/icon-a.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.center-blog-rs a {
    display: block;
    width: calc(33.3333% - 16px);
    margin-top: 16px;
}
.center-blog-rs a:nth-child(1), .center-blog-rs a:nth-child(2), .center-blog-rs a:nth-child(3) {
    margin-top: 0px;
}
.top-blog-rs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}
.top-blog-rs h2 {
    color: #161616;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin: 0px;
    font-family: "Clash Display";
}
.blog-rs {
    padding-top: 52px;
    border-top: 1px solid #161616;
}
.top-blog-rs a {
    color: #161616;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding-right: 40px;
}
.top-blog-rs a:after {
    content: '';
    background-image: url('./assets/images/icon-a.svg');
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.blog-rs {
    margin-bottom: 120px;
}
.text-wrapper-child {
    margin-bottom: 52px;
}
.text-wrapper-child a {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    border: 0.5px solid #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    width: max-content;
    color: #161616;
}
.text-wrapper-child {
    display: flex;
    gap: 16px;
}
.ytbvd h3 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0px;
}
.videotutorial {
    color: #161616;
    font-family: "Clash Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin-top: 0px;
    margin-bottom: 32px;
}
.video-ytb-slider.owl-theme .owl-nav .owl-prev, .video-ytb-slider.owl-theme .owl-nav .owl-next {
    margin: 0px;
    background-color: #B5FC87;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
}
.video-ytb-slider.owl-theme .owl-nav .owl-next {
    margin-left: 12px;
}
.video-ytb-slider.owl-theme .owl-nav .owl-next span {
    font-size: 0px;
    background-image: url('./assets/images/icon-h.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.video-ytb-slider.owl-theme .owl-nav .owl-prev span {
    font-size: 0px;
    background-image: url('./assets/images/icon-i.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.video-ytb-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8AFB41 !important;
}
.video-ctner {
    position: relative;
    border-top: 1px solid #161616;
    padding-top: 52px;
}
.video-ytb-slider.owl-theme {
    position: initial;
}
.video-ctner .owl-nav {
    position: absolute;
    right: 0px;
    top: 64px;
}
.imgtttr {
    display: flex;
    align-self: stretch;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: left 0.4s ease;
    border-radius: 16px;
}
.imgtttr:before {
    content: '';
    background-image: url('./assets/images/icon-e.svg');
    position: absolute;
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}
.right_needmore .btn-redf a {
    width: max-content;
    text-align: center;
    justify-content: center;
}
.right_needmore .btn-redf {
    flex-wrap: wrap;
    justify-content: center;
}
.needmoredetail {
    padding: 32px 60px;
    border-radius: 16px;
    background: #F5F5F5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    margin-top: 120px;
}
.left_needmore h2 {
    margin: 0px;
    color: #161616;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
}
.left_needmore p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.left_needmore {
    width: 60%;
}
.right_needmore {
    width: 30%;
}
.hightlight > h3 {
    color: #FFF;
    font-family: "Clash Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    margin-bottom: 52px;
}
/* end css rs */
/* css product */

/* end css home */
/* css post */
.entry-content-left img {
    max-width: 100%;
    height: auto;
}
.entry-content-left iframe {
    width: 100%;
    height: 450px;
}
.entry-content ul, .entry-content ol {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.entry-content img {
    width: 100%;
    height: auto;
}
.requestdemo:hover {
    color: #161616;
}
/* end css post */
/* css category */
/*.entry-content-cate {
    margin-top: 15px;
}
.entry-content-cate > h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 25px;
}
.entry-content-right-cate {
    margin-top: 20px;
}
.post_item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc69;
    padding-bottom: 15px;
}
.info-ca-pt h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}
.post_item > img {
    border-radius: 5px;
    min-width: 230px;
    height: 153px;
    width: 230px;
    object-fit: cover;
}

.quatrang {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px
}

span.page-numbers.current {
    color: #fff;
    background: #0b4da2
}

.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #0b4da2;
    border-radius: 5px;
    font-weight: 600
}

a.page-numbers {
    background: #fff
}

.quatrang.quatrangtv .page-numbers {
    border-radius: 100%
}
.post_item picture {
    min-width: 300px;
}*/
/* end css category */

/* css customer */
.bg-black {
    display: flex;
    padding: 60px;
    flex-direction: column;
    gap: 60px;
    align-self: stretch;
    background: #161616;
    border-radius: 16px;
}
.bg-black > h2 {
    color: #FFF;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    margin: 0px;
}
.slider-our-customers.owl-theme .owl-nav .owl-prev, .slider-our-customers.owl-theme .owl-nav .owl-next {
    margin: 0px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
}
.slider-our-customers.owl-theme .owl-nav .owl-prev span {
    font-size: 0px;
    background-image: url('./assets/images/icon-i.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.slider-our-customers.owl-theme .owl-nav .owl-next span {
    font-size: 0px;
    background-image: url('./assets/images/icon-h.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.slider-our-customers.owl-theme .owl-nav {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
.slider-our-customers.owl-theme .owl-nav {
    text-align: right;
    position: absolute;
    top: -100px;
    right: 0px;
    display: flex;
    gap: 12px;
}
.slider-our-customers.owl-theme .owl-nav [class*=owl-]:hover {
    background: #D2FDB5 !important;
}
.gallery-df.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8AFB41 !important;
}
.slider-our-customers .item-testxl h3 {
    color: #fff;
}
.othersitehl .item-testxl h3 {
    color: #fff;
}
.highlight-row a:nth-child(1) {
    margin-bottom: 24px;
}

.othersitehl.owl-theme .owl-nav .owl-prev, .othersitehl.owl-theme .owl-nav .owl-next {
    margin: 0px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
}
.othersitehl.owl-theme .owl-nav .owl-prev span {
    font-size: 0px;
    background-image: url('./assets/images/icon-i.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.othersitehl.owl-theme .owl-nav .owl-next span {
    font-size: 0px;
    background-image: url('./assets/images/icon-h.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.othersitehl.owl-theme .owl-nav {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}
.othersitehl.owl-theme .owl-nav {
    text-align: right;
    position: absolute;
    top: -100px;
    right: 0px;
    display: flex;
    gap: 12px;
}
.othersitehl.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
}
.item-testxl-gl > span {
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    position: absolute;
    border-radius: 8px;
    background: #B5FC87;
    color: #161616;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    top: 24px;
    right: 24px;
}
.item-testxl-gl h3 {
    top: 24px;
    left: 24px;
    position: absolute;
    margin: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}
.item-testxl-gl {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.item-testxl-gl:before {
    content: '';
    height: 220px;
    padding: 16px 24px;
    display: block;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 0;
}
.ct-gallery-df > h2 {
    color: #161616;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    margin-bottom: 52px;
    margin-top: 120px;
}
.gallery-df.owl-theme .owl-nav .owl-prev, .gallery-df.owl-theme .owl-nav .owl-next {
    margin: 0px;
    background-color: #B5FC87;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
}
.gallery-df.owl-theme .owl-nav .owl-prev span {
    font-size: 0px;
    background-image: url('./assets/images/icon-i.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.gallery-df.owl-theme .owl-nav .owl-next span {
    font-size: 0px;
    background-image: url('./assets/images/icon-h.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.gallery-df .owl-nav {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 12px;
    margin-top: 32px;
}
.home-content-top {
    margin-bottom: 20px;
}
.container-pu {
    margin: auto;
    display: block;
    max-width: 1200px;
    max-height: calc(100vh - 50px);
    margin-top: 25px;
    position: relative;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    overflow-y: auto;
}
.container-pu-sdf {
    margin: auto;
    display: block;
    max-width: 1200px;
    max-height: calc(100vh - 50px);
    margin-top: 25px;
    position: relative;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.pufull {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
}
.pufull::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #00000000;
}

.pufull::-webkit-scrollbar
{
  width: 5px;
  background-color: #00000000;
  border-radius: 5px;
}

.pufull::-webkit-scrollbar-thumb
{
  background-color: #ccc;
  border: 1px solid #ccc;
}
#close-popup {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 32px;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.container-pu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #00000000;
}

.container-pu::-webkit-scrollbar
{
  width: 5px;
  background-color: #00000000;
  border-radius: 5px;
}

.container-pu::-webkit-scrollbar-thumb
{
  background-color: #ccc;
  border: 1px solid #ccc;
}

.block-header__arrow {
    border-radius: 1.5px;
    background: #fff;
    border-width: 0px;
    width: 40px;
    display: inline-block;
    height: 40px;
    position: relative;
    cursor: pointer;
    left: 0px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 8px 0px #00000024;
}
.block-header__arrow--left:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #181818;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 12px;
    top: 14px;
}
.block-header__arrow--right:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #181818;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 18px;
    top: 14px;
}
.block-header__arrow.block-header__arrow--left {
    position: absolute;
    top: 45%;
    z-index: 1;
    left: 0px
}
.block-header__arrow.block-header__arrow--right {
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 0px;
    left: auto;
}
.pufull .owl-nav {
    display: none;
}
.container-pu img {
    width: 100%;
    height: auto;
}
#popupgallery.showpopup {
    display: block;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}
#popupgallery .owl-prev, #popupgallery .owl-next {
    background: #fff;
    border-radius: 0px;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 8px 0px #00000024;
    color: #181818;
    font-size: 0px;
    position: absolute;
    top: 50%;
}
#popupgallery .owl-prev {
    left: -20px;
}
#popupgallery .owl-next {
    right: -20px;
}
#popupgallery .owl-prev span {
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 11px;
    top: 14px;
}
#popupgallery .owl-next span {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 16px;
    top: 14px;
}
/* end css customer */
/* css price */
.faq-item {
  cursor: pointer;
  width: 100%;
}
.faq-question {
    gap: 16px;
    display: flex;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    align-items: center;
}
.faq-zota {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.faq-item {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F5F5F5;
    padding: 32px;
}
.faq-answer {
  display: none;
  padding-top: 5px;
  color: #666;
  font-size: 16px;
  padding-left: 40px;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-answer p {
    margin-bottom: 0px;
}
.h2_faq {
    color: #161616;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    margin-top: 120px;
    margin-bottom: 52px;
}
.faq-question:before {
    content: url('./assets/images/icon-f.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq-active .faq-question:before {
    content: url('./assets/images/icon-g.svg');
}
#contact-form-ctn {
    display: none;
}
.left-contact-form {
    width: calc(50% - 26px);
}
.right-contact-form {
    width: calc(50% - 26px);
}
.left-contact-form h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    font-family: "Clash Display";
    margin: 0px;
}
.left-contact-form h3 {
    color: #161616;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
}
.left-contact-form p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.left-contact-form li {
    list-style: none;
    margin: 0px;
    position: relative;
}
.left-contact-form ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.left-contact-form li {
    margin-bottom: 12px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 36px;
}
.left-contact-form li:before {
    position: absolute;
    content: url('./assets/images/CheckSmall.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: 0px;
}
.right-contact-form {
    padding: 24px;
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
    border-radius: 16px;
    background: #F5F5F5;
}
.col100 input, .col59 input {
    display: flex;
    height: 56px;
    padding: 8px 8px 8px 20px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    border-width: 0px;
    outline: 0px;
}
input:valid, input:valid {
    color: #161616 !important;
}
.col100 input:focus, .col59 input:focus {
    color: #666;
}
.right-contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.col59 {
    width: calc(50% - 8px);
}
.right-contact-form p {
    margin: 0px;
    width: 100%;
}
.col100 {
    width: 100%;
}
.right-contact-form .wpcf7-submit {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background-color: #161616 !important;
    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-width: 0px;
    float: right;
    display: none;
}
.inhopapp.SendInquiryP {
    float: right;
    width: max-content;
}
.col100.col100text {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.col100.col100text a {
    color: #005BD3;
}
.pricebox {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.08);
    width: 72%;
    padding: 32px 52px;
    align-items: flex-start;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
}
.ntxxxx {
    text-align: center;
}
.pricebox_btn {
    text-align: center;
    margin: auto;
    display: inline-flex;
    height: 48px;
    padding: 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #161616;
    border-radius: 12px;
}
.pricebox_btn button {
    border-width: 0px;
    background: #ffffff00;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    height: 32px;
    padding: 0px;
    line-height: 32px;
    padding-inline: 20px;
}
.pricebox_btn button.activebtn {
    border-radius: 8px;
    background: #FFF;
    color: #161616;
}
.page-template-page-pricing .home-content-top h2, .page-template-page-pricing .home-content-top h1 {
    max-width: 55%;
}
.content-price {
    width: 100%;
}
.leftgoi, .rightgoi {
    width: calc(50% - 12px);
}
.conteforx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-redf.contered {
    flex-wrap: wrap;
}
.btn-redf.contered .requestdemo {
    display: none;
}
.btn-redf.contered {
    width: 60%;
}
.btn-redf.contered a {
    text-align: center;
    margin: auto;
    justify-content: center;
}
.btn-redf.contered .inhopapp {
    width: 100%;
}
.leftgoi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}
h2.name_goi {
    color: #161616;
    font-family: "Apercu Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0px;
}
.ordergoi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.odder1, .odder1ri {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.odder2, .odder2ri {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.pricegoi1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.pricegoi2 {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.centerodg {
    margin-bottom: 12px;
}
.ordergoi {
    margin-bottom: 4px;
}
.rightgoi p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    position: relative;
    padding-left: 36px;
}
.rightgoi p:before {
    position: absolute;
    content: url('./assets/images/CheckSmall.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: 0px;
}
.rightgoi {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.slider-bar {
    position: relative;
    margin: 0 auto;
    user-select: none;
    width: max-content;
}

.tick-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    position: relative;
}

.tick {
  width: 2px;
  height: 16px;
  background: #aaa;
  transition: background 0.2s;
}

.tick.active {
  background: #6dfa11;
}

.handle {
    display: inline-block;
    position: absolute;
    top: -10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 10;
    background-image: url('./assets/images/selector.svg');
        background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.08);
            display: flex;
        align-items: center;
        justify-content: center;
}
.page-template-page-pricing .home-content-top-mb > p {
    margin-bottom: 0px;
}
.slider-bar {
    margin-top: 36px;
}
.ordergoiri {
    display: flex;
    gap: 8px;
}
.bottom-content-price p {
    margin: 8px 0px;
}
.bottom-content-price {
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.bottom-content-price {
    margin-top: 24px;
}
#sliderHandle span {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    padding: 4px 12px;
    font-size: 12px;
    position: absolute;
    top: -30px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    width: 100%;
    text-align: center;
}
.footer-he {
    display: flex;
    padding: 16px 16px 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #F5F5F5;
    position: relative;
}
#popup-thankyou {
    background: #00000059;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-he h4 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
    position: relative;
}
.popupx {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.popupx p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}
.footer-pu {
    border-top: 1px solid #EBEBEB;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
}
.footer-pu button {
    border-radius: 16px;
    background: #161616;
    border-width: 0px;
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
}
#close-popup-n {
    color: #4a4a4a;
    font-size: 30px;
    float: right;
    position: absolute;
    right: 16px;
}
.ent-popup {
    max-width: 380px;
    width: 100%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.slider-container {
      position: relative;
      width: 100%;
    }

    .range-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 16px;
      background: repeating-linear-gradient(
        to right,
        #aaa 0px,
        #aaa 2px,
        transparent 2px,
        transparent 6px
      );
      outline: none;
      border-radius: 0px;
      margin: 0px 0;
      position: relative;
      z-index: 2;
      border-width: 0px !important;
    }
.slider-ba1r {
    max-width: 72%;
    margin: auto;
    margin-top: 45px;
    padding-left: 16px;
}

    .range-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 24px;
      height: 24px;
      background: #fff;
      border: 3px solid #aaa;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      transition: 0.2s;
      position: relative;
      z-index: 3;
      opacity: 0;
    }

    .range-slider::-moz-range-thumb {
      width: 24px;
      height: 24px;
      background: #fff;
      border: 3px solid #aaa;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      transition: 0.2s;
    }

    .progress-bar {
      position: absolute;
      height: 16px;
      top: 0;
      left: 0;
      background: repeating-linear-gradient(
        to right,
        #6dfa11 0px,
        #6dfa11 2px,
        transparent 2px,
        transparent 6px
      );
      border-radius: 0px;
      z-index: 3;
      pointer-events: none;
    }

.value-bubble {
    top: -42px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 4;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
    padding: 4px 12px;
    font-size: 12px;
    position: absolute;
}

    .drag-icon {
      position: absolute;
      top: -11px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      transform: translateX(-50%);
      z-index: 10;
      background-image: url('./assets/images/selector.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      border-radius: 100%;
      box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
    }
.drag-icon.myf {
    background-image: url('./assets/images/Thumbselector2.svg');
    border: 1px solid #6dfa11;
}
    .output {
      background-color: rgba(255,255,255,0.9);
      padding: 20px;
      border-radius: 10px;
      width: 300px;
      margin: 0 auto;
    }
.bg-black-price {
    display: flex;
    padding: 80px 60px;
    flex-direction: column;
    gap: 52px;
    align-self: stretch;
    border-radius: 16px;
    background: #161616;
}
.tophead h2 {
    color: #FFF;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
}
.tophead p {
    color: #B5B5B5;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
}
.bodyCalculator {
    display: flex;
    padding: 40px 52px;
    align-items: center;
    gap: 40px;
    border-radius: 16px;
    background: #FFF;
}
.bodyCalculator_left > h3 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
}
.optioninput h4 {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
}
.optioninput input {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    width: 100%;
    display: flex;
    padding: 8px 8px 8px 20px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    margin-top: 8px;
    outline: 0px;
}
.bg-black-price {
    margin-top: 120px;
}
.SendCalculate {
    display: none;
}
.requestdemo.NewCalculation {
    display: none;
}
.optioninput {
    margin-bottom: 12px;
}
.footerslider > h4 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0px;
    margin-top: 20px;
}
.footerslider > h5 {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 18px;
}
.bodyCalculator_left > p {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 16px;
}
.footerslider > p {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 0px;
}
.bodyCalculator_left {
    width: calc(50% - 20px);
}
.bodyCalculator_right {
    width: calc(50% - 20px);
}
.TotalRevenue {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}
.dffff {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}
.dfftop {
    width: 100%;
}
.dffbt {
    width: 100%;
}
.TotalRevenueb, .TotalRevenuec, .TotalRevenued {
    display: flex;
    justify-content: space-between;
}
.TotalRevenuec {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.dffbt > h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}
.dffff hr {
    background: #EBEBEB;
    margin: 0px;
    height: 1px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.bodyCalculator_right {
    padding: 24px 52px 40px 52px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    background: #F5F5F5;
}
.TotalRevenueb {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
}
.TotalRevenuec {
    margin-bottom: 12px;
}
.TotalRevenuec:last-child {
    margin-bottom: 0px;
}
.TotalRevenued {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.dfftop > h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.TotalRevenued .ttreringhtc:before {
    content: url('./assets/images/Frame1948758129.png');
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}
.ttreringhtc {
    display: flex;
    gap: 8px;
}
.buttxdf button.montly_btn1a.activebtn2a {
    border-radius: 8px;
    background: #FFF;
    color: #161616;
}
.buttxdf button.montly_btn1a {
    display: flex;
    padding: 8px 20px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border-width: 0px;
    background: #ffffff00;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.topxf {
    width: 100%;
}
.buttxdf {
    width: 100%;
    display: flex;
    height: 48px;
    padding: 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    background: #161616;
    margin-bottom: 32px;
}
.TotalRevenued {
    margin-top: 30px;
}


.slider-container2 {
      position: relative;
      width: 100%;
}

.range-slider2 {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  background: repeating-linear-gradient(
    to right,
    #aaa 0px,
    #aaa 2px,
    transparent 2px,
    transparent 6px
  );
  outline: none;
  border-radius: 0px;
  margin: 0px 0;
  position: relative;
  z-index: 2;
  border-width: 0px !important;
}

.range-slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 3px solid #aaa;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  position: relative;
  z-index: 3;
  opacity: 0;
}

.range-slider2::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 3px solid #aaa;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.progress-bar2 {
  position: absolute;
  height: 16px;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(
    to right,
    #6dfa11 0px,
    #6dfa11 2px,
    transparent 2px,
    transparent 6px
  );
  border-radius: 0px;
  z-index: 3;
  pointer-events: none;
}

.lefftslfc {
    width: calc(100% - 75px);
    float: left;
    position: relative;
}
.sliderffoterslider {
    width: 100%;
    float: left;
}
.bodyCalculator_left > p a {
    color: #005BD3;
}
.drag-icon2 {
  position: absolute;
  top: -11px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform: translateX(-50%);
  z-index: 10;
  background-image: url('./assets/images/selector.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 100%;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-icon2.myf2 {
    background-image: url('./assets/images/Thumbselector2.svg');
    border: 1px solid #6dfa11;
}
.value-bubble2 {
    z-index: 4;
    font-size: 12px;
    width: 52px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    height: 36px;
    line-height: 36px;
    float: right;
    position: relative;
    top: -12px;
}
/* end css price */
/* css footer */
.topfooter {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
    border-radius: 16px;
    background: #161616;
    padding-inline: 60px;
}
.logo-footer {
width: 29%;
}
.right-footer {
    width: 51%;
}
.footer_cl p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 16px;
}
.footer_cl h4 {
    margin-top: 0px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}
.footer_cl p:last-child {
    margin-bottom: 0px;
}
#colophon {
    color: #fff;
    margin-bottom: 20px;
}
.footer-logo-link img {
    max-width: 123px;
}
.footer_cl p:nth-child(1) {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.footer_cl p:nth-child(1):after {
    content: "";
    background: #ffffff;
    width: 60px;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
}
.site-info {
    border-top: 1px solid #424242;
    width: 100%;
    display: flex;
    padding: 40px 0px 0 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.site-info a {
	color: #fff;
}
.logo-footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 10px;
}
.homepage-h1-title {
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}
.footer_cl a {
    color: #fff;
}
.tfoterx {
    width: 100%;
}
.contact-social i {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.social.instagram {
    background-image: url('./assets/images/social_1.svg');
}
.social.instagram:hover {
    background-image: url('./assets/images/hv-insta.svg');
}
.social.twitter {
    background-image: url('./assets/images/social_2.svg');
}
.social.twitter:hover {
    background-image: url('./assets/images/hv-x.svg');
}
.social.linkedin {
    background-image: url('./assets/images/social_3.svg');
}
.social.linkedin:hover {
    background-image: url('./assets/images/hv-linkedin.svg');
}
.social.youtube {
    background-image: url('./assets/images/social_4.svg');
}
.social.youtube:hover {
    background-image: url('./assets/images/hv-youtube.svg');
}
.contact-social {
    gap: 16px;
}
.logo-footer {
    gap: 48px;
}
.textct1 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
}
.textct2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
.right-site-info p {
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
}
.right-site-info {
    gap: 16px;
}
.mailbox p {
    margin: 0px;
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-top: 12px;
    margin-bottom: 12px;
    background: #fff;
    height: 56px;
    width: 326px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.mailbox input {
    height: 56px;
    border-width: 0px;
}
.mailbox p .wpcf7-email {
    width: 100%;
    padding-inline: 20px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    outline: 0px;
}
.mailbox .wpcf7-spinner {
    position: absolute;
    left: 336px;
}
.mailbox .wpcf7-submit {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 0px;
    margin-right: 8px;
    border-radius: 8px;
    background: #6DFA11;
    background-image: url('./assets/images/icon-a.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    min-height: 40px;
}
.contact-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.footer_cl a {
    position: relative;
}
.footer_cl a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #6DFA11;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer_cl a:hover::after {
  transform: scaleX(1);
}
/* end css footer */

/*table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.right_case_s .item_bvlq_full img {
    height: 180px;
    object-fit: cover;
}
table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}*/
a.skip-link.screen-reader-text {
	display: none;
}

.active-wrapper-child {
    background: #B5FC87;
}
/* css blog*/
.home-content-top.home-content-top-blog {
    padding-bottom: 100px;
    background: linear-gradient(180deg, #9DFC60 0%, rgba(157, 252, 96, 0.00) 100%);
}
.home-content-top.home-content-top-blog h1 {
    margin-bottom: 36px;
}
.left-btff {
    width: calc(60% - 12px);
}
.right-btff {
    width: calc(40% - 12px);
}
.meta-rs-hg span {
    display: block;
    width: 100%;
    line-height: 1
}
.meta-rs-hg h3 {
    color: #161616;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    height: 65px;
    margin: 0px;
}
.meta-rs-hg p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #666;
    width: 100%;
    margin: 0px;
}
.meta-rs-hg span {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.btff {
    margin-bottom: 120px;
}
.meta-rs-hg {
    gap: 16px;
    margin-top: 24px
}
.meta-rs-hg p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #666;
    width: 100%;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.right-btff .meta-rs-hg {
    display: none;
}
.right-btff {
    gap: 24px;
}
.right-btff a{
    display: inline-block;
}
.page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #09090B;
    font-size: 14px;
    text-align: center;
}
.page-numbers.current {
    background: #F0FFE7;
    border-radius: 6px;
}
.ax-pagination {
    text-align: center;
    margin-top: 52px;
}
.prev.page-numbers:before {
    content: "";
    background-image: url('./assets/images/chevron-left.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
}
.prev.page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.next.page-numbers:after {
    content: "";
    background-image: url('./assets/images/chevron-right.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
}
.next.page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ax-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end css blog*/

/* css single*/
.right-content-top,
.left-content-top {
    width: calc(50% - 26px);
}
.sigle-content-top {
    gap: 52px;
}
.left-content-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    justify-content: space-between;
}
.toptppf h1 {
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 0px;
}
.tophashtag span {
    display: inline-flex;
    padding: 8px 12px;
    align-items: center;
    border-radius: 8px;
    background: #B5FC87;
    color: #161616;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.fdffc {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.toptppf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.right-content-top img {
    border-radius: 16px;
}
.back-tocat:before {
    width: 28px;
    height: 28px;
    content: "";
    background-image: url('./assets/images/icon-i.svg');
        display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.back-tocat {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #161616;
}
.left-sifcg-bottom {
    width: 64%;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    float: left;
}
.right-sifcg-bottom {
    position: sticky;
    top: 110px;
}
.sifcg-bottom {
    margin-top: 112px;
    display: inline-block;
    max-width: 100%
}
.contentff h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contentff h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contentff h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contentff ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.contentff a {
    color: #005BD3;
}
table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    outline: 1px solid #EBEBEB;
}
table td, table th {
  border: 1px solid #EBEBEB;
  padding: 10px;
}

table tr:nth-child(1){background-color: #F0FFE7;}

table tr:hover {background-color: #EBEBEB;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #EBEBEB;
  color: white;
}
table tr td:nth-child(1) {
    border-left: 0px;
}
table tr td:last-child {
    border-right: 0px;
}
table tr:nth-child(1) td {
    border-top: 0px;
}
table tr:last-child td {
    border-bottom: 0px;
}
.contentff img {
    border-radius: 16px;
}
blockquote {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 5px 24px;
    margin: 0px;
}
.borderkg {
    border-radius: 16px;
    border: 1px solid #6DFA11;
    padding: 14px 24px;
}
.borderkg {
    margin-bottom: 10px;
}
.author-box {
    display: flex;
    padding: 24px 32px 32px 32px;
    border-radius: 16px;
    background: #F5F5F5;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}
.author-name {
    overflow: hidden;
    color: #161616;
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
}
.author-bio {
    color: #666;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    margin-top: 8px;
}
.author-avatar img {
    border-radius: 100%;
}
.author-info {
    width: calc(100% - 80px);
}
.right-sifcg-bottom {
    width: 32.25%;
    float: right;
}
.ent-toc > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.toc_list li {
    list-style: none;
}
.toc_list ul {
    margin: 0px;
    padding-left: 15px;
}
.contain-toc {
    border-radius: 16px;
    background: #F5F5F5;
    padding: 24px 32px 32px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 16px;
}
.contain-toc > h4 {
    overflow: hidden;
    color: #161616;
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0px;
    width: 100%;
}
.ent-toc {
    width: 100%;
}
.toc_list a {
    color: #666;
    line-height: 24px;
    margin-bottom: 16px;
    display: inline-block;
}
.toc_list a.active {
    color: #4DB20C
}
.right-sifcg-bottom .startupsell-ct.startupsell-ct-rs {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 500px;
}
.right-sifcg-bottom .startupsell-ct.startupsell-ct-rs:before {
    background-image: url('./assets/images/zota1bg.svg');
    width: 81px;
    height: 150px;
    top: 0px;
}
.right-sifcg-bottom .startupsell-ct.startupsell-ct-rs:after {
    background-image: url('./assets/images/zota2bg.svg');
    width: 125px;
    height: 138px;
    bottom: 0px;
    top: auto;
}
.right-sifcg-bottom .startupsell-ct.startupsell-ct-rs h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.social-share-buttons a {
    border-radius: 8px;
    border: 1px solid #6DFA11;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*.facebook-f {
    background-image: url('./assets/images/icon-face.svg');
}
.social-share-buttons .twitter {
    background-image: url('./assets/images/icon-x.svg');
}
.social-share-buttons .linkedin-in {
    background-image: url('./assets/images/icon-in.svg');
}
.social-share-buttons .youtubein {
    background-image: url('./assets/images/icon-youtube.svg');
}*/
.social-share-buttons i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.social-share-buttons {
    display: flex;
    gap: 16px;
}
.social-share-buttons a:hover {
    background-color: #b5fc87;
}
.social-share-buttons a:hover svg path {
    fill: #181818;
}
.left-sifcg-bottom {
    width: 64%;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    float: left;
}
.relatepost {
    width: 100%;
    float: left;
}
.blogrellla {
    margin-top: 120px;
    margin-bottom: 120px;
    width: 100%;
    float: left;
}
.showmb {
    display: none;
}
h1.page-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}
/* end css single*/
/* css story */
.our-story-a {
    border-radius: 16px;
    background: #161616;
    padding: 60px;
}
.our-story-a > h2 {
    margin: 0px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.left_ccthsff_item {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    width: 47%;
}
.right_ccthsff_item {
    width: 46%;
}
.right_ccthsff_item {
    color: #B5B5B5;
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    text-align: justify;
}
.ccthsff {
    gap: 60px;
}
.our-story-a {
    gap: 60px;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

    .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1.5px;
      background: #666;
      transform: translateX(-50%);
    }

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 120px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1.5px solid #666;
    border-radius: 50%;
    z-index: 1;
}

    .timeline-item.left .content {
      order: 1;
      text-align: right;
      width: 36%;
    }

    .timeline-item.left .image {
      order: 2;
      width: 36%;
    }

    .timeline-item.right .content {
      order: 2;
      text-align: left;
      width: 36%;
    }

    .timeline-item.right .image {
      order: 1;
      width: 36%;
    }

.image img {
    width: 100%;
    border-radius: 12px;
    height: 198px;
    object-fit: cover;
}

.content h2 {
    margin: 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    font-family: "Clash Display";
    margin-bottom: 32px
}

.content p {
    line-height: 1.6;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #666;

}
 .right.timeline-item::after {
    content: "";
    position: absolute;
    left: calc(50%);
    width: 110px;
    border-bottom: 1.5px solid #666;
}
 .left.timeline-item::after {
    content: "";
    position: absolute;
    right: calc(50%);
    width: 110px;
    border-bottom: 1.5px solid #666;
}
.timeline .timeline-item:last-child {
    padding-bottom: 120px;
}
.deliverour {
    border-radius: 16px;
    background: #161616;
    padding: 60px;
}
.deliverour > h2 {
    color: #FFF;
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0px;
    margin-bottom: 60px;
}
.leftdel {
    width: 40%;
}
.rightdel {
    width: 46%;
}
.rightdel {
    color: #B5B5B5;
    text-align: justify;
    font-family: "Apercu Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.leftdel img {
    border-radius: 16px;
}
.delxff {
    font-family: "Clash Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}
.delxff span {
    color: #949494;
}
.delxff {
    margin-top: 120px;
    margin-bottom: 120px;
}
/* end css story*/
