:root {
    --dark-blue: #151822;
    --white-color: #ffffff;
    --black-color: #222222;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter-VariableFont_slnt,wght.ttf") format("ttf"),
  }
body {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    background: var(--background);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img {
    max-width: 100%;
}
.container {
    max-width: 1170px;
}
.row>* {
    padding-right: 15px;
    padding-left: 15px;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Inter';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
img {
    max-width: 100%;
}
button,label,svg,svg path,svg rect,svg polygon,img,a,:after,:before,:hover,:focus,.form-control:focus {
    outline: none !important;
    box-shadow: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin: 0px;
    padding: 0;
    word-break: break-word;
}
/* width */
::-webkit-scrollbar {
    width: 14px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e222d;
    width: 14px;
}
/*all gradient button css*/
.btn-gradient {
    font-size: 14px;
    width: 100%;
    max-width: 227px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 29px auto 0;
    transition: 0.5s;
    font-weight: 500;
    letter-spacing: 1px;
    background-size: 200% auto;
    border-radius: 50px;
}
.btn-gradient:hover {
    background-position: right center;
    color: #ffffff;
    transform: translateY(-5px);
}
.btn-gradient-1 {
    background-image: linear-gradient(to right, #fa586c 0%, #ee1385 51%, #fa586c 100%);
}
.btn-gradient-color {
    background-image: linear-gradient(to right, #79f5ae 0%, #19d2ed 51%, #79f5ae 100%);
}
/*===============================preloader css start===============================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.loader img {
    width: 80px;
}
/*===============================preloader css end===============================*/
/*===============================goto top css start===============================*/
.tr_top_icon a {
    display: flex;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    animation: 2s up-down infinite alternate-reverse both;
}
@keyframes up-down {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.tr_top_icon a svg {
    fill: #ffffff;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.tr_top_icon a:active {
    background-color: #555;
}
.tr_top_icon a.show {
    opacity: 1;
    visibility: visible;
}
/*===============================banner css start===============================*/
.onehub-banner-wrapper{
    background-image: url(../images/oh_bg.png);
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* ======== position image ========= */
.onehub-image01 {
    position: absolute;
    top: 36px;
    left: 40px;
}
.onehub-image02 {
    position: absolute;
    top: 408px;
    left: 250px;
    z-index: 2;
}
.onehub-image03 {
    position: absolute;
    top: 651px;
    left: 30px;
    z-index: 2;
}
.onehub-image04 {
    position: absolute;
    top: 500px;
    right: 934px;
    /* box-shadow: 0px 0px 60px 0px rgba(142, 49, 241, 0.2); */
    /* overflow: hidden; */
}
.onehub-image05 {
    position: absolute;
    top: 20px;
    right: 0px;
}
.onehub-image06 {
    position: absolute;
    right: 0;
    top: 500px;
    box-shadow: 0px 55px 50px 0px rgba(79, 129, 252, 0.1);
}
.onehub-image07 {
    position: absolute;
    right: 410px;
    top: 276px;
}
.onehub-image08 {
    visibility: hidden;
    position: absolute;
}
.onehub-image01, .onehub-image04, .onehub-image05, .onehub-onehub-img3{
    -webkit-animation: floatBubble 6s infinite;
        -webkit-animation-direction:alternate;
      }
    
    
    @-webkit-keyframes floatBubble{
            from {
                -webkit-transform: rotate(0deg) translate(-30px) rotate(0deg);
                -moz-transform: rotate(0deg) translate(-15px) rotate(0deg);
                -ms-transform: rotate(0deg) translate(-30px) rotate(0deg);
                -o-transform: rotate(0deg) translate(-30px) rotate(0deg);
                transform: rotate(0deg) translate(-5px) rotate(0deg);
                transition: 1s ease-in-out;
            }
            to {
                -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
                -moz-transform: rotate(360deg) translate(30px) rotate(-360deg);
                -ms-transform: rotate(360deg) translate(30px) rotate(-360deg);
                -o-transform: rotate(360deg) translate(30px) rotate(-360deg);
                transform: rotate(360deg) translate(10px) rotate(-360deg);
                transition: 1s ease-in-out;
            }
    }
    .onehub-image02, .onehub-image06, .onehub-image07, .onehub-onehub-img2{
        -webkit-animation: floatBubble 8s infinite;
        -webkit-animation-direction:alternate;
          }
    .onehub-image07, .onehub-image03{
        -webkit-animation: floatBubble 5s infinite;
        -webkit-animation-direction:alternate;
          }
/* ======== position image ========= */
.onehub-nav-main{
    display: flex;
    justify-content: center;
    padding: 20px 20px;
}

.onehub-nav-main li{
    list-style-type: none;
    padding: 0px 25px;
    display: inline-block;
}
.onehub-nav-main li a{
    color: #222222;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}
.onehub-nav-main li a:hover{
    color:#ff2e57;
}
.onehub-nav-main li a:after{
    content: '';
    position: absolute;
    background-color: #ff2e57;
    height: 3px;
    width: 0px;
    top: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0%;
    transition: 0.5s;
}
.onehub-nav-main li:hover a:after{
    width: 100%;
    opacity: 100%; 
}
.onehub-banner-content {
    padding: 60px 0px 510px 0px;
    text-align: center;
    position: relative;
}
.onehub-banner-content img{
    margin-bottom: 30px;
}
.onehub-banner-content h2 {
    font-size: 24px;
    font-weight: 600;
    max-width: 360px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(175, 152, 213, 0.2);
    border-radius: 30px;
    padding: 18px 0px;
    margin: 0 auto;
}
.onehub-banner-content h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 800;
    margin-top: 20px;
}

/*===============================banner css end===============================*/

/* ======= Button Css ========= */

.banner-btn {
    position: absolute;
    width: 220px;
    top: 375px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.onehub-banner-btn {
    top: 0;
    width: 100%;
    max-width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 14px 40px 0px rgba(255, 46, 87, 0.4);
    cursor: hand;
    position: relative;  
    overflow: hidden!important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.onehub-banner-btn span{
    color: #fff;
    transition: .9s;
    font-weight: 500;
}
.onehub-banner-btn:hover span{
    color: #222;
}
.onehub-banner-btn::before {
    content: '';
    width: 100%;
    max-width: 220px;
    height: 50px;
    border-radius: 30px;
    display: block;
    background: #ff2e57;
    border: 1px solid #ff2e57;
    position: absolute;  
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
  } 

.onehub-banner-btn::after {
    content: '';
    width: 100%;
    max-width: 180px;
    height: 50px;
    border-radius: 30px;
    display: block;
    background: #17122e;
    border: 1px solid #17122e;
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
         transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
}
.onehub-banner-btn:hover::before, .onehub-banner-btn:hover::before{
	opacity:1;
  	-webkit-transform: translateX(20%);
	     -moz-transform: translateX(20%);
	      -ms-transform: translateX(20%);
	          transform: translateX(100%);
}
.onehubbanner-btn:hover::after, .onehub-banner-btn:hover::after{
	opacity:1;
    -webkit-transform: translateX(-20%);
	     -moz-transform: translateX(-20%);
	      -ms-transform: translateX(-20%);
	          transform: translateX(-100%);
}
/* ============ button effect =========== */

.onehub-demo-suggest-btn a{
    padding:20px 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-align:center;
    border: none;
    text-transform: uppercase;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.onehub-demo-suggest-btn:hover a {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.onehub-demo-suggest-btn a:focus {
    outline: none;
}
.onehub-demo-suggest-btn a {
    background-image: linear-gradient(to right, #fd644f, #f28e26, #ef9d43, #e75516);
}

/* ================================== Demo Suggest css Start ================================= */
.onehub-platform-section {
    background-color: #0f0f24;
    padding: 80px 0px;
}
.onehub-second-section p {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
} 
.onehub-second-section h2{
    font-size: 42px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    background: -webkit-linear-gradient( 37deg, #c872f2, #f272d5 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;    
}
.onehub-10demo-image-text h1 {
    font-size: 80px;
    font-weight: 900;
    background: -webkit-linear-gradient( 37deg, #92fe9d, #00c9ff 26%);
    -webkit-background-clip: text;
}

.onehub-icon span {
    max-width: 110px;
    height: 110px;
    border-radius: 55px;
    background-color: #20203c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.9s;
}
.onehub-icon:hover span{
    border-radius: 0px;
}
.onehub-icon p{
    color: #fff;
    font-size: 20px;
    margin: 20px 0px 0px 0px;
    font-family: "Inter";
    text-align: center;
}
/*===============================10 + demo css start===============================*/
.onehub-10demo-wrapper {
    padding: 110px 0px 70px 0px;
    overflow: hidden;
    position: relative;
    background: rgb(245, 249, 255);
}
.preview_img_1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 15040px;
  z-index: 880;
}
.Rectangle_9 {
  background-image: url("Rectangle 9.png");
  position: absolute;
  left: 384px;
  top: 1790px;
  width: 352px;
  height: 231px;
  z-index: 879;
}
.Rectangle_9 {
  background-color: rgb(232, 232, 232);
  position: absolute;
  left: 385px;
  top: 1790px;
  width: 350px;
  height: 230px;
  z-index: 878;
}
.New_Tag {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 15040px;
  z-index: 876;
}
.New {
  font-size: 14px;
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.571;
  position: absolute;
  left: 663.937px;
  top: 2052.003px;
  z-index: 875;
}
.Rectangle_10 {
  background-image: -moz-linear-gradient( 97deg, rgba(242,142,38,0.99608) 0%, rgb(253,100,79) 100%);
  background-image: -webkit-linear-gradient( 97deg, rgba(242,142,38,0.99608) 0%, rgb(253,100,79) 100%);
  background-image: -ms-linear-gradient( 97deg, rgba(242,142,38,0.99608) 0%, rgb(253,100,79) 100%);
  position: absolute;
  left: 646px;
  top: 2055px;
  width: 69px;
  height: 30px;
  z-index: 874;
}
.Name {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 15040px;
  z-index: 872;
}
.Creative {
  font-size: 14px;
  font-family: "Inter";
  color: rgb(169, 169, 169);
  line-height: 2.571;
  text-align: left;
  position: absolute;
  left: 402.937px;
  top: 2068.003px;
  z-index: 871;
}
.Freelancer {
  font-size: 20px;
  font-family: "Inter";
  color: rgb(34, 34, 34);
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  left: 402.87px;
  top: 2040px;
  z-index: 870;
}
.BG {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 15040px;
  z-index: 868;
}
.Rectangle_9 {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(87, 131, 186, 0.14);
  position: absolute;
  left: 375px;
  top: 1780px;
  width: 370px;
  height: 342px;
  z-index: 867;
}
.onehub-10demo-heading {
    text-align: center;
    padding: 0px 0px 42px;
}
.onehub-10demo-image-text {
    position: relative;
}
.onehub-10demo-image-text h1{
    font-size: 80px;
    font-weight: 900;
    background: -webkit-linear-gradient( 37deg, #92fe9d, #00c9ff 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
}
.onehub-10demo-heading p.aos-init.aos-animate {
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}
h1.onehub-text-number {
    transform: scale(-1, 1) rotate(180deg) translateY(.1em);
    display: block;
    transform: rotate(0deg);
    opacity: 0.1;
    position: relative;
    top: -63px;
    height: 84px;
}
.onehub-10demo-title-top {
    position: absolute;
    top: -50px;
    left: 207px;
    right: 1px;
    animation: RightLeft3 3s infinite alternate;
    width: 300px;
    margin: auto;
}
@keyframes RightLeft3 {
    0% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}
.onehub-10demo-heading p {
    font-size: 18px;
    font-weight: 400;
    color: var(--blue-color);
    padding: 0px 0px 6px;
} 
.onehub-10demo-heading h2 {
    font-size: 22px;
    font-weight: 700;
    background: -webkit-linear-gradient(58deg, #fc6767 17%, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onehub-10demo-image-text {
    position: relative;
    height: 140px;
}
/*menu*/
.onehub-10demo-menu {
    width: 100%;
    max-width: 974px;
    text-align: center;
    background-color: #faf8fd;
    box-shadow: 0px 15px 20px 0px rgba(164, 151, 183, 0.04);
    margin: 0 auto;
    padding: 26px 0px;
    border-radius: 60px 60px 0px 0px;
}
.onehub-10demo-menu ul li {
    display: inline-flex;
}
.onehub-10demo-menu ul li a {
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0px 32px;
}
/*home page css*/
.onehub-10demo-section {    
    position: relative;
    overflow: hidden;
}
.onehub-thumb-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.onehub-thumb-section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    transform: scale(0);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.onehub-thumb-section:hover:after {
    transform: scale(1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.onehub-thumb-section1.text-center:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    transform: scale(0) ;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.onehub-thumb-section1.text-center:hover:after {
    transform: scale(1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.onehub-thumb-section-inner {  
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 2%);
    border-radius: 10px;
}
.onehub-10demo-section-inner.onehub-10demo-section-inner1 {
    padding: 21px 0px 0px;
}
.onehub-thumb-section .onehub-btn {
    margin: 30px 0 0;
}
.onehub-thumb-img {
    height: 265px;
}
.top-40 {
    padding-top: 21px;
}
.padd-top-30px {
    padding-top: 30px;
}
.onehub-home-demo-back {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 9px 20px 9px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor:pointer;
}
.onehub-home-title {
    padding: 11px 31px 0px;
}
.onehub-home-title h2 {
    font-size: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #222222;   
    font-family: "Inter";
    text-align: center;
    margin-top: 5px;
}
.onehub-home-title p {
    font-size: 14px;
    line-height: 24px;
    color: #a9a9a9;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
}
.onehub-main-home {
    display: flex;
    width: 100%;
    height: 100%;
}
.onehub-10demo-section-inner {
    width: 100%;
}
.onehub-thumb-section:hover a.onehub-home-button{
    opacity: 1;
    visibility: visible;
}
a.onehub-home-button {
    width: 60px;
    height: 60px;
    background-image: -moz-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(18, 185, 230) 0%, rgb(128, 234, 139) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #ffffff;
    margin: -3px auto 0;
    fill: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
a.onehub-home-button.onehub-home-button1 {
    background-image: -moz-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(247,114,209) 0%, rgb(200,114,242) 100%);
}
.onehub-thumb-img.home1 {
    background-image: url(../images/demo-img-15.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home1-dark {
    background-image: url(../images/home1-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home2 {
    background-image: url(../images/demo-img-1.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home2-dark {
    background-image: url(../images/home2-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
        background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home3 {
    background-image: url(../images/demo-img-7.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.onehub-thumb-img.home3-dark {
    background-image: url(../images/home3.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home4 {
    background-image: url(../images/demo-img-3.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.onehub-thumb-img.home4-dark {
    background-image: url(../images/home4-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}

.onehub-thumb-img.home5 {
    background-image: url(../images/demo-img-5.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    /* border: 1px solid #ededed; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.onehub-thumb-img.home5-dark {
    background-image: url(../images/home5-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home6 {
    background-image: url(../images/demo-img-21.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home6-dark {
    background-image: url(../images/home6-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    background-size: cover;
    border-bottom-right-radius: 10px;
}
.onehub-thumb-img.home7 {
    background-image: url(../images/demo-img-7.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home7-dark {
    background-image: url(../images/home7-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;    
}
.onehub-thumb-img.home8 {
    background-image: url(../images/demo-img-8.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home8-dark {
    background-image: url(../images/home8-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home9 {
    background-image: url(../images/demo-img-9.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home9-dark {
    background-image: url(../images/home9-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home10 {
    background-image: url(../images/demo-img-10.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home10-dark {
    background-image: url(../images/home10-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home11 {
    background-image: url(../images/demo-img-11.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home11-dark {
    background-image: url(../images/home11-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home12 {
    background-image: url(../images/demo-img-12.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home12-dark {
    background-image: url(../images/home12-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home13 {
    background-image: url(../images/demo-img-13.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home13-dark {
    background-image: url(../images/home13-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home14 {
    background-image: url(../images/demo-img-14.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home14-dark {
    background-image: url(../images/home14-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home15 {
    background-image: url(../images/demo-img-15.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home15-dark {
    background-image: url(../images/home15-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home16 {
    background-image: url(../images/demo-img-16.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home16-dark {
    background-image: url(../images/home16-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home17 {
    background-image: url(../images/demo-img-17.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home17-dark {
    background-image: url(../images/home17-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home18 {
    background-image: url(../images/demo-img-18.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home18-dark {
    background-image: url(../images/home18-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home19 {
    background-image: url(../images/demo-img-19.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home19-dark {
    background-image: url(../images/home19-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home20 {
    background-image: url(../images/demo-img-20.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home20-dark {
    background-image: url(../images/home20-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home21 {
    background-image: url(../images/demo-img-21.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home21-dark {
    background-image: url(../images/home21-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home22 {
    background-image: url(../images/demo-img-21.png);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: cover;
}
.onehub-thumb-img.home22-dark {
    background-image: url(../images/home22-dark.jpg);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
a.onehub-emo-index-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
span.onehub-new-button {
    font-size: 12px;
    width: 100%;
    max-width: 48px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-image: -moz-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(236, 0, 140) 0%, rgb(252, 103, 103) 100%);
    margin-left: 10px;
}
/*===============================10 + demo css end===============================*/
/*===============================suggest demo css start===============================*/
.onehub-suggest-demo-wrapper {
    background-color: var(--dark-blue);
    padding: 68px 0px 77px;
    overflow: hidden;
}
.onehub-suggest-demo-heading {
    text-align: center;
}
.onehub-suggest-demo-heading h1 {
    font-size: 46px;
    font-weight: 900;
    background: -webkit-linear-gradient( 37deg, #c872f2, #f272d5 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    display: inline-flex;
}
.onehub-suggest-demo-heading p {
    font-size: 18px;
    color: #c2c9de;
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
}
.onehub-request-button {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(-90deg, rgba(241,141,38,0.996) 0%, #fd644f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin-top: 25px;
    border: 1px solid transparent;
    transition: all 0.9s;
}
.onehub-request-button:hover{
    color: #fff;
   background-image: linear-gradient(-90deg, #fd644f  0%, rgba(241,141,38,0.996) 100%);
}
/*===============================suggest demo css end===============================*/
/*-------------- power-section------ */
.onehub-powerfull-section-start .container{
    max-width: 1198px;
}
.onehub-powerfull-section-start {
    padding: 80px 0px;
}
.onehub-powerfull-section-start h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222222;
    font-weight: 800;
    font-family: "Inter";
    text-align: center;
    background: -webkit-linear-gradient( 37deg, #d172ec, #f59ee2 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}
.onehub-power-sec-img img{
    margin-top: 50px;
}
.onehub-power-sec-img p{
    font-size: 36px;
    line-height: 46px;
    color: #222222;
    font-weight: 800;
    font-family: "Inter";
    text-align: center;
    background: -webkit-linear-gradient( 37deg, #fa6b48, #f3862d 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
}
.onehub-power-sec-img1 {
    text-align: center;
    margin-top: -103px;
}
/* end */
/* bg-shape-sec-css */
.onehub-bg-shape-sec {
    background-image: url(../images/one-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 80px 0px;
}
.onehub-bg-shape-sec h2 {
    font-size: 42px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    background: -webkit-linear-gradient(#9652a4, #f472d3 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.bg-color span {   
    background-color: #fff; 
    filter: drop-shadow(16.776px 8.92px 20px rgba(155,66,180,0.2));  
}
.bg-color p{
    font-size: 20px;
    line-height: 60px;
    color: #222222;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin-top: 7px;
}
.onehub-demo-sec p{
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    margin: 20px 0px;
}
.onehub-demo-sec h2{
    font-size: 50px;
    line-height: 60px;
    color: #222222;
    font-weight: 900;
    font-family: "Inter";
    text-align: center;
    background: -webkit-linear-gradient( 37deg, #a834f3, #895efa 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.onehub-demo-sec {
    text-align: center;
    padding-top: 30px;
}
.onehub-icon{
    position: relative;
    padding-top: 40px;
}
.onehub-icon>img {
    position: absolute;
    right: -37px;
    top: 82px;
}
/* end */
/*===============================visual edito css start===============================*/
.onehub-visual-editor-wrapper {
    padding: 105px 0 70px;
    overflow: hidden;
}
.onehub-visual-text h5 {
    font-size: 16px;
    font-weight: 700;
    background: -webkit-linear-gradient( 58deg, #fc6767 17%, #ec008c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onehub-visual-text h6 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0px 0px 13px;
}
.onehub-visual-text p {
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    color: #707070;
}
/*images*/
.onehub-visual-images {
    position: relative;
}
.onehub-visual-images-responsive1 {
    display: none;
}
.onehub-visual-images-responsive2 {
    display: none;
}
.onehub-visual-images-responsive3 {
    display: none;
}

@keyframes installation1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes installation2 {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}
.onehub-visual-images1 {
    position: absolute;
    top: 30px;
    left: 33%;
    /* animation: 3s installation infinite alternate; */
}
@keyframes installation {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
}
.onehub-visual-text.onehub-visual-text01 {
    padding: 180px 0px 0px 0px;
}
.onehub-visual-box1 {
    position: relative;
}
img.slider-rev0{
    animation: 3.1s floating linear infinite;
}
img.slider-rev1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: 3.3s floating linear infinite;
}
img.slider-rev2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: 3.3s floating linear infinite;
}
img.slider-rev3 {
    position: absolute;
    top: 0;
    right: 20px;
    animation: 3.3s floating linear infinite;
}
img.slider-rev4 {
    position: absolute;
    bottom: 0;
    right: 20px;
    animation: 3.3s floating linear infinite;
}
.onehub-visual-box1:before {
    content: '';
    position: absolute;
    background-image: url(../images/slider-revolution-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    animation: rotation 7s infinite alternate;
    left: -12px;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.onehub-visual-box2 {
    position: relative;
}
.onehub-visual-box2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    animation: rotation 7s infinite alternate;
}
.onehub-visual-editor-section1 {
    padding: 100px 0px 20px 0px;
}
.onehub-visual-text.onehub-visual-text01 h6 {
    max-width: 400px;
}
.onehub-img-bg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.onehub-visual-text h5 {
    font-size: 18px;
    line-height: 50px;
    color: #222222;
    font-weight: 700;
    font-family: "Inter";
    background: -webkit-linear-gradient( 37deg, #c872f2, #f272d5 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    padding-bottom: 12px;
    width: fit-content; 
}
.onehub-visual-text h6 {
    font-size: 32px;
    line-height: 50px;
    color: #222222;
    font-weight: 400;
    font-family: "Inter";  
  }
  .banner-responsive-img img{
      display: none;
  }
/*===============================visual editor css end===============================*/
/* plugin-sec-start */
.onehub-plugins{
background-color: #f5f2ff;
padding: 80px 0px;
}
.onehub-plugins h2 {
    font-size: 46px;
    line-height: 54px;
    color: #222222;
    font-weight: 800;
    font-family: "Inter";
    text-align: center;
    max-width: 800px;
    margin: auto;
    background: -webkit-linear-gradient( 37deg, #c872f2, #f272d5 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    width: fit-content;
}
.onehub-plugin-img {
    margin-top: 50px;
}
.onehub-plugin-img p {
    padding-top: 15px;
}
.onehub-plugin-img p {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}
.onehub-plugin span {
    width: 170px;
    height: 170px;
    border-radius: 20px;
    filter: drop-shadow(0 0 30px rgba(153,127,241,0.3));
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/* plugin-sec-end */
/* onehub-mailchimp-sec-start */
.onehub-mailchimp-sec{
    padding: 50px 0px 80px 0px;
}
/* onehub-mailchimp-sec-end */
/* onehub-cleckhear-sec-start */
.onehub-cleckhear-sec {
    background-image: linear-gradient(-90deg, #1bcbf5 0%, #692def 100%);
    padding: 5px 0px;
}
.click-btn{
    font-size: 14px;
    line-height: 50px;
    color: #437cf3;
    font-weight: 600;
    font-family: "Inter";
    width: 100px;
    height: 38px;
    border-radius: 19px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.5s;
}
.click-btn:hover{
    letter-spacing: 1px;
}
.onehub-cleckhear-sec p{
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}
/* onehub-cleckhear-sec-end */
/* fully-responsive-css-start */
.onehub-fully-responsive-sec{
    padding: 100px 0px;
background-color: #251833;
}
h6.onehub-color {
    color: #ffffff;
    max-width: 500px;
}
p.mx-width {
    color: #ffffff;
}
/* end */
/*===============================theme features css start===============================*/
.onehub-theme-features-wrapper {
    padding: 50px 0px 100px;
    overflow: hidden;
}
.onehub-theme-features-heading h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 47px;
    background: -webkit-linear-gradient( 0deg, #f9586d 15%, #f01e82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.onehub-theme-features-box-1 {
    box-shadow: 0px 0px 60px 0px rgba(143, 51, 196, 0.1);
    text-align: center;
    width: 100%;
    max-width: 370px;
    height: 235px;
    padding: 55px 0px 0px 0px;
}
.onehub-theme-features-box-1 img {
    padding: 0px 0px 21px;
}
.onehub-theme-features-box-1 p {
    font-size: 18px;
    font-weight: 600;
}
/*box 2*/
.onehub-theme-features-box-2 {
    background-image: -moz-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(254, 176, 127) 0%, rgb(255, 63, 149) 100%);
    text-align: center;
    width: 100%;
    max-width: 370px;
    height: 235px;
    display: flex;
    align-items: center;
    padding-left: 37px;
}
.feacture-box-hover {
    transition: all 0.5s
}
.feacture-box-hover:hover {
    transform: translateY(-10px);
}
.onehub-theme-features-image {
    padding-right: 15px;
}
img.onehub-feature2img {
    border-radius: 50%;
}
.onehub-theme-features-box-2 p {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
/*row 2*/
.onehub-top-30 {
    margin: 30px 0px 0px;
}
.onehub-theme-features-box-3 {
    background-color: var(--dark-blue);
    text-align: center;
    width: 100%;
    height: 235px;
    display: flex;
    align-items: center;  
    padding-left: 48px;
}
.onehub-theme-features-box-3 .onehub-theme-features-image {
    padding-right: 47px;
}
.onehub-theme-features-box-3 p {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
}
.onehub-theme-features-box-2.onehub-gradient-1 {
    background-image: -moz-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(102, 247, 156) 0%, rgb(87, 195, 247) 100%);
}
.onehub-theme-features-text.onehub-features-text1 h2 {
    font-size: 26px;
    text-align: left;
    background: -webkit-linear-gradient(-20deg, #81f8a8 0%, #16d1f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding-bottom: 18px;
}
.onehub-theme-features-box-2.onehub-gradient-2 {
    background-image: -moz-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
}
.onehub-theme-features-box-2.onehub-gradient-3 {
    background-image: -moz-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(250, 112, 154) 0%, rgb(249, 188, 43) 100%);
}
.onehub-theme-features-box-2.onehub-gradient-4 {
    background-image: -moz-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
    background-image: -webkit-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
    background-image: -ms-linear-gradient( 46deg, rgb(79, 172, 254) 0%, rgb(6, 218, 229) 100%);
}
/*===============================theme features css end===============================*/
/*===============================footer css start===============================*/
.onehub-footer-wrapper {
    background-color: var(--dark-blue);
    padding: 108px 0px 77px;
    overflow: hidden;
}
.onehub-footer-inner {
    text-align: center;
}
.onehub-footer-inner h2 {
    font-size: 46px;    
    background: -webkit-linear-gradient( 37deg, #c872f2, #f272d5 26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 40px 0px 10px;
}
.onehub-footer-inner p {
    font-size: 15px;
    color: #c2c9de;
    max-width: 532px;
    margin: auto;
}
a.onehub-footer-btn {
    font-size: 16px;
    color: #ffffff;
    background-color: rgb(130, 180, 64);
    width: 100%;
    max-width: 312px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
    border-radius: 6px;
    transition: all 0.5s;
}
a.onehub-footer-btn svg {
    margin-left: 8px;
}
.footer-btn a {
    width: 320px;
    height: 60px;
    border-radius: 30px;
    background-color: #82b440;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    text-align: center;
}
.footer-btn a  span {
    padding-left: 10px;
}
.footer-btn:hover a{
letter-spacing: 1px;
}
/*======================================footer css end===============================*/
/*===============================copywrite css start=====================================*/
.onehub-copywrite-wrapper {
    background-color: #212430;
    text-align: center;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.onehub-copywrite-wrapper p {
    font-size: 16px;
    color: #ffffff;
}
/*================================copywrite css end==============================*/
/*================================media css start==========================*/
@media(max-width: 1900px) {
.onehub-banner-images > img:nth-child(4) {  
    bottom: -36px;
    max-width: 549px;
 }
}
@media(max-width: 1700px) {
    .onehub-bg-shape-sec{
        background-position: center;
    }
    .onehub-banner-landing-wrapper {        
        padding: 520px 0 0 0;
    }
    .onehub-banner-landeing-left {
        left: -475px;
    }
    .onehub-banner-landeing-right {
        right: -475px;
    }
    .onehub-visual-images:before {
        right: -130px;
    }
    img.img-11 {
        right: 24px;
        top: -206px;
    }
    img.img-8 {
        top: -118px;
        right: -388px;
    }
    img.img-10 {
    top: auto;
    bottom: 5px;
    right: -49px;
    }
    img.img-12 {
        top: -43px;
        right: 135px;
    }
    img.img-9 {
        top: 128px;
        right: -161px;
    }
    img.img-14 {
        right: -110px;
        top: 337px;
    }
    img.img-13 {
        right: 183px;
        top: 160px;
    }
    img.img-2 {
        top: -110px;
        left: -313px;
    }
    img.img-5 {
        top: -188px;
        left: 42px;
    }
    img.img-6 {
        top: 147px;
        left: -146px;
    }
    img.img-1 {
        top: -158px;
        left: 4px;
    }
    img.img-7 {
        bottom: 0px;
        left: -32px;
        top: auto;
    }
    img.img-3 {
        top: 343px;
        left: -97px;
    }
    img.img-4 {
        top: 38px;
        left: 104px;
    }
}
    @media(max-width: 1400px) {
        .onehub-visual-text {
            padding: 140px 0 0 15px;
        }
        .onehub-banner-landeing-left {
            display: none;
        }
        .onehub-banner-landeing-right {
            display: none;
        }
        .onehub-visual-images:before {
            right: 0;
            width: 300px;
        }
        .onehub-visual-box2 {
            display: none;
        }
        .onehub-visual-images-responsive3 {
            display: block;
        }
        .onehub-visual-box1 {
            display: none;
        }
        .onehub-visual-images-responsive2 {
            display: block;
        }
        .onehub-visual-images {
            display: none;
        }
        .onehub-visual-images-responsive1 {
            display: block;
        }
        .onehub-banner-landing-header ul li {
            width: 100%;
            justify-content: center;
        }
        img.demo2 {
            left: 0;
        }
        img.demo3 {
            right: 0;
        }
        .onehub-device-images:before {
            animation: none;
        }
        .onehub-banner-landing-wrapper {
            padding: 692px 0 0 0;
        }
        img.img-8 {
            display: none;
        }
        img.img-11 {
            display: none;
        }
        img.img-12 {
            top: -188px;
            right: 62px;
        }
        img.img-9 {
            top: -17px;
            right: -230px;
        }
        img.img-14 {
            right: -202px;
            top: 194px;
        }
        img.img-13 {
            right: 91px;
            top: 26px;
        }
        img.img-10 {
            display: none;
        }
        img.img-1 {
            top: -335px;
            left: -60px;
        }
        img.img-2 {
            display: none;
        }
        img.img-5 {
            display: none;
        }
        img.img-6 {
            top: -29px;
            left: -208px;
        }
        img.img-3 {
            top: 200px;
            left: -217px;
        }
        img.img-4 {
            top: -104px;
            left: -17px;
        }
        img.img-7 {
            display: none;
        }
      
    }
    @media(max-width:1300px) {
        .onehub-main-home{
            display: block;
        }
        .onehub-bg-shape-sec {           
            background-position: center;           
        }
        .onehub-thumb-img {
            margin-bottom: 30px;
            border-radius: 10px;            
        }
        .onehub-thumb-img.home1{
            box-shadow: none;
        }
        .onehub-home-demo-back {           
            padding: 36px 12px 0 12px;
        }     
    }
    @media(max-width:1199px) {
        .onehub-codeing-skill-button ul li {
            margin-right: 20px;
        }
        .onehub-visual-text {
            padding: 100px 0 0 10px;
        }
        .onehub-visual-text.onehub-visual-text01 {
            padding: 180px 0px 0px 45px;
        }        
    }
    @media(max-width:1073px) {
        .onehub-codeing-skill-button ul li:nth-child(3) {
            margin-top: 20px;
        }
    }
    @media(max-width:1050px) {
        .onehub-atherscton {
            height: auto;
        }
    }
  @media(max-width:997px) {
    .onehub-banner_contain h2{
        font-size: 42px;
    }
}
    @media(max-width:992px) {
        .col-lg-3.col-md-6.col-sm-12.onehub-col-none {
            display: none;
        }
        .onehub-thumb-img {
            border-radius: 10px;
        }
        a.onehub-home-button {           
            margin: 30px auto 30px;
        }
        a.onehub-home-button.onehub-home-button1 {           
            margin: 30px auto 0;
        }
        
        img.img-3 {
            display: none;
        }
        img.img-4 {
            top: -5px;
            left: -211px;
        }
        img.img-1 {
            display: none;
        }
        img.img-14 {
            right: -144px;
            top: 120px;
        }
        img.img-9 {
            top: -107px;
            right: -152px;
        }
        img.img-12 {
            display: none;
        }
        img.img-13 {
            display: none;
        }
        img.img-6 {
            top: -88px;
            left: -142px;
        }
        .onehub-banner-landing-wrapper {
            position: relative;
            background-color: #151723;
            padding: 580px 0px 0px 0px;
            background-size: auto;
            background-position: top;
        }
        .onehub-codeing-skill-video {
            margin: 0 auto;
            background-size: 100%;
        }
        .onehub-codeing-skill-video iframe {
            max-width: 100%;
        }
        .onehub-device-section2-image01 {
            text-align: center;
        }
        .onehub-device-images {
            display: none;
        }
        .onehub-theme-features-box-2 {
            max-width: 100%;
        }
        .onehub-demo-position {
            display: none;
        }
        .onehub-demo-responsive-img {
            display: block;
        }
        .onehub-theme-features-box-1 {
            max-width: 100%;
        }
        .onehub-visual-images-responsive4 {
            display: block;
            padding-top: 60px;
        }
        .onehub-visual-text {
            padding: 90px 0 0 45px;
            text-align: center;
        }
        .onehub-visual-text h6,
        p {
            margin: auto;
        }
        .onehub-visual-images-responsive1,
        .onehub-visual-images-responsive2,
        .onehub-visual-images-responsive3 {
            text-align: center;
        }
        .onehub-visual-editor-section1 {
            padding: 50px 0px 50px 0px;
        }
        .onehub-visual-images-responsive2 {
            padding-bottom: 50px;
        }
        .onehub-visual-text.onehub-visual-text01 {
            padding: 65px 0px 50px 0px;
        }
        .onehub-device-section2-image1 {
            display: none;
        }
        .onehub-visual-images-responsive5 {
            display: block;
            align-items: center;
            text-align: center;
        }
        .onehub-device-section2-image {
            text-align: center;
        }
        .top-res-30 {
            margin-top: 30px;
        }
        a.onehub-premium-button {
            background-size: 100% 100%;
            display: inline-block;
            border-radius: 100px;
        }
        .onehub-demo-image {
            display: none;
        }
        .onehub-power-sec-img {
            margin: auto;
            text-align: center;
        }
        .onehub-visual-text h5{
            margin: auto;
        }
    }
    @media(max-width:767px) {
        .res-order-2 {
            order: 2;
        }
        .res1-order-2 {
            order: 2;
        }
        .res1-order-1 {
            order: 1;
        }
        .res-order-3 {
            order: 3;
        }
        .res-order-4 {
            order: 4;
        }
        .onehub-atherscton {
            margin: 30px auto 0;
        }
        .onehub-demo-button {
            padding: 30px 0px 0px;
        }
        .onehub-visual-editor-wrapper {
            padding: 70px 0 120px;
        }
        .onehub-device-section3 {
            padding: 0px;
        }
        .onehub-visual-text {
            padding: 10px 0 0 0px;
        }
        .onehub-visual-images-responsive2 {
            padding-bottom: 30px;
        }
        .onehub-visual-text.onehub-visual-text01 {
            padding: 50px 0px 0px 0px;
        }
        .onehub-device-section2-image01 {
            text-align: center;
            padding-top: 85px;
        }
        .onehub-visual-text.onehub-visual-text-device1 {
            padding: 30px 0 0;
        }
        .onehub-device-section-1 {
            margin-bottom: 80px;
        }
        .onehub-visual-images-responsive5 {
            margin-top: 65px;
        }
        a.onehub-premium-button {
            padding: 7px 25px 8px;
        }
        .onehub-atherscton ul {
            margin-left: 35px;
        }
        a.onehub-premium-button1 {
            padding: 10px 17px 10px;
            font-size: 24px;
            background-size: 100% 100%;
            display: inline-block;
            border-radius: 100px;
        }
        .onehub-atherscton ul li {
            display: block;
            margin-bottom: 15px;
        }
        .demo {
            font-size: 100px;
        }
        .onehub-10demo-section-inner {
            display: block;
        }
        .onehub-thumb-section {
            margin-left: auto;
            margin-right: auto;
        }
        .mar-bottom-60 {
            margin-bottom: 60px;
        }
        .onehub-theme-features-box-1 {
            max-width: 100%;
        }
        .onehub-theme-features-box-2 {
            max-width: 100%;
            justify-content: center;
        }
        .center-content {
            text-align: center;
        }
        .margin-top-space {
            margin-top: 30px;
        }
        .onehub-codeing-skill-button ul li:nth-child(3) {
            margin-top: 30px;
        }
        .onehub-device-section2 {
            padding: 0px 0px 0px;
        }
        .onehub-codeing-skill-video {
            background-image: none;
        }
        .onehub-codeing-skill-video iframe {
            max-width: 100%;
            height: 100%;
        }
        .onehub-codeing-skill-button ul li {
            height: 110px;
        }
        .col-lg-6.col-md-6.col-sm-12.res-order-2.order-1 {
            order: 1!important;
        }
        .padd-top-30px {
            padding-top: 0px;
        }
        img.img-4 {
            top: -12px;
            left: -287px;
        }
        img.img-6 {
            top: -112px;
            left: -200px;
        }
        img.img-9 {
            top: -128px;
            right: -201px;
        }
        img.img-14 {
            right: -188px;
            top: 94px;
        }
    }
    @media(max-width:575px) {        
        #box {
            position: relative;
           
            font-size: 20px;
        }
        .onehub-banner-landing-wrapper {
            background-position: center;
        }
        .onehub-banner-landing-header {
            top: 225px;
        }
        .onehub-demo-button {
            padding: 115px 0px 0px;
        }
        img.img-9 {
            top: -54px;
            right: -151px;
        }
        img.img-14 {
            display: none;
        }
        img.img-4 {
            display: none;
        }
        img.img-6 {
            top: -50px;
            left: -164px;
        }
        .onehub-10demo-title-top {
            position: absolute;
            top: -70px;
            right: 170px;
            width: 125px;
        }
        a.onehub-premium-button {
            padding: 7px 25px 8px;
            font-size: 18px;
            background-size: auto;
            border: 2px solid #ee0e87;
            background-image: none;
        }
        .onehub-10demo-heading p {
            padding: 12px 15px 6px 20px;
        }
        a.onehub-premium-button1 {
            padding: 9px 15px 10px;
            border-radius: initial;
        }
        .demo {
            font-size: 70px;
        }
        .onehub-demo-button {
             padding: 35px 0px 0px;
        }
        .onehub-banner-landing-wrapper {
            padding: 720px 0px 0px 0px;
        }
        .onehub-plugin span{
            margin: 0 auto;
        }
        .onehub-banner-content h1 {
            font-size: 42px;
            line-height: 56px;
            font-weight: 800;
            margin-top: 20px;
        }
    }
    @media(max-width:480px) {
        .onehub-banner-landing-wrapper {
            padding: 575px 0px 0px 0px;
        }
        .onehub-codeing-skill-heading {
            padding: 0px 0px 20px;
        }
        .onehub-demo-button ul li:nth-child(1) {
            padding-bottom: 12px;
        }
        .onehub-header ul li {
            padding: 30px 10px;
        }
        .onehub-10demo-section {
            padding: 40px 0px 45px;
        }
        img.img-6 {
            display: none;
        }
        .onehub-banner-landing-header {
            top: 10px;
        }
        #box {
            top: 0;
        }
        .onehub-demo-button {
            padding:30px 0px 0;
        }
        .onehub-banner-landing-wrapper {
            background-position: top;
        }
        img.img-9 {
            display: none;
        }
        .onehub-10demo-menu ul li a {
            margin: 0px 7px;
        }
        .onehub-happy-customers-heading h2 {
            font-size: 50px;
        }
        .onehub-happy-customers-heading h1 {
            font-size: 30px;
        }
        .onehub-suggest-demo-wrapper {
            padding: 30px 0px 50px;
        }
        .onehub-visual-editor-wrapper {
            padding: 40px 0 50px;
        }
        .onehub-codeing-skill-wrapper {
            padding: 40px 0px 30px;
        }
        .onehub-install-section {
            padding: 50px 0px 0px 0px;
        }
        .onehub-device-wrapper {
            padding: 50px 0px 60px 0px;
        }
        .onehub-device-section2-image01 {
            padding-top: 45px;
        }
        .onehub-codeing-skill-button ul li {
            height: 90px;
        }
        .onehub-visual-text.onehub-visual-text-device1 {
            padding: 0;
        }
        .onehub-visual-images-responsive5 {
            margin-top: 40px;
        }
        .onehub-happy-customers-wrapper {
            padding: 50px 0px 60px;
        }
        .onehub-theme-features-wrapper {
            padding: 50px 0px 50px;
        }
        .onehub-footer-wrapper {
            padding: 50px 0px 55px;
        }
        .onehub-codeing-skill-heading h2 {
            font-size: 40px;
        }
        .onehub-install-heading h2 {
            font-size: 40px;
        }
        .onehub-device-section1 {
            padding: 70px 0px 0px;
        }
        .onehub-theme-features-box-3 {
            display: block;
            padding-left: 0;
            padding: 10px 0px;
        }
        .onehub-theme-features-box-3 .onehub-theme-features-image {
            padding-right: 0;
        }
        .onehub-theme-features-text.onehub-features-text1 h2 {
            font-size: 20px;
            padding-bottom: 5px;
            text-align: center;
        }
        .onehub-theme-features-box-3 p {
            font-size: 16px;
            text-align: center;
        }
        #box {
            font-size: 16px;
        }
        .onehub-banner-content h1 {
            font-size: 34px;
            line-height: 50px;
            font-weight: 800;
            margin-top: 20px;
        }
    }
    @media(max-width: 380px) {        
        .onehub-10demo-title-top {
            right: 0;
            left: 0;
        }
        #box {
            font-size: 15px;
        }
        .onehub-suggest-demo-heading h1 {
            font-size: 30px;
        }
        .onehub-device-section1 {
            padding: 45px 0px 0px;
        }
        .onehub-atherscton ul li .onehub-auther-text h2 {
            font-size: 16px;
        }
        .onehub-demo-button ul li a {
            margin: 0;
        }
        .onehub-demo-button ul li:nth-child(1) {
                padding-bottom: 15px;
            }
        .onehub-footer-inner h2 {
            font-size: 35px;
        }
        a.onehub-footer-btn {
            max-width: 260px;
        }
        .onehub-footer-inner p {
            font-size: 16px;
        }
        .onehub-happy-customers-heading p {
            font-size: 20px;
        }
        .onehub-happy-customers-heading h1 {
            font-size: 25px;
        }
        .onehub-happy-customers-heading h2 {
            font-size: 40px;
        }
        .demo {
            font-size: 45px;
        }
        a.onehub-premium-button1 {
            font-size: 18px;
        }
        .onehub-install-heading h2 {
            font-size: 30px;
        }
        .onehub-theme-features-heading h2 {
            font-size: 37px;
            padding-bottom: 30px;
        }
        .onehub-suggest-demo-heading p {
            font-size: 16px;
        }
        .onehub-codeing-skill-button {
            padding: 25px 0px 0px;
        }
        .onehub-codeing-skill-heading h2 {
            font-size: 30px;
        }
        .onehub-copywrite-wrapper {
            height: auto;
            padding: 10px 0px;
        }
        .onehub-10demo-wrapper{
            padding: 50px 0px;
        }
        .onehub-10demo-heading p.aos-init.aos-animate{
            margin-top: 40px;
        }
    }
    @media(max-width: 1800px){
    .onehub-banner-images > img:nth-child(5){
        top: 0;
    }
    .onehub-banner-images > img:nth-child(7) {
        right: 20%;
        top: 31%;
    }.onehub-banner-images > img:nth-child(4) {
        bottom: 6px;
        max-width: 500px;
    }
    .onehub-banner-images > img:nth-child(6) {
        bottom: -10px;
    }
    .onehub-icon>img{
        display: none;
    }
}
    @media(max-width: 1700px){
    .onehub-banner-images > img:nth-child(6) {
        max-width: 700px;
    }
}
@media(max-width: 1600px){
    .onehub-banner-images > img:nth-child(1) {
        max-width: 550px;
    }
    .onehub-banner-images > img:nth-child(2) {
        left: 4%;
    }
    .onehub-banner-images > img:nth-child(7) {
        right: 14%;
    }
}

@media(max-width: 1200px){
.banner-responsive-img {
    top: -304px;
}

}
@media(max-width:1300px){
    .onehub-image01, .onehub-image02, .onehub-image03, .onehub-image04, .onehub-image05, .onehub-image06, .onehub-image07 {
        display: none;
    }
    .onehub-banner-content {
        padding: 60px 0px 150px 0px;
        text-align: center;
        position: relative;
    }
    }
    @media(max-width:1030px){
        .onehub-banner-btn {
            top: 25px;
    }
    }
    @media(max-width: 992px){
    .onehub-banner-start{
        height: 100%;
        padding: 0 0 100px 0;
    }
    .banner-responsive-img > img {
        display: none;
    }
    .onehub-banner-btn{
        top:25px;
    }
    }
    @media(max-width: 675px){
    .onehub-header ul li {
        padding: 30px 11px;
    }
    .onehub-banner_contain h2 {
        font-size: 35px;
        line-height: 48px;   
    }
    .onehub-plugins h2 {
        font-size: 27px;
        line-height: 38px;  
    }
    }
@media(max-width: 480px){
    .onehub-header ul li {
        padding: 30px 3px;
    }
    .onehub-banner-content h2 {
        font-size: 16px;      
        max-width: 250px;        
    }
    .onehub-nav-main li {       
        padding: 0px 5px;      
    }
    .onehub-banner-content {
        padding: 22px 0px 165px 0px;        
    }
    .banner-btn {
        top: 340px;        
    }
    .onehub-banner-btn {
        top: -18px;
    }
    }
    @media(max-width: 410px){
    .onehub-banner-content {
        padding: 22px 0px 142px 0px;
    }
}
    @media(max-width: 375px){
    .onehub-header ul li a{
        font-size: 12px;
    }

    .onehub-banner-content h1 {
        font-size: 25px;
        line-height: 42px;
        font-weight: 800;
        margin-top: 39px;
    }
}

    