
:root {
  --primary-color: #FF6D45;
  --secondary-color:#041424;
  --body-color:#686868;
  --title-fonts:"Inter", sans-serif;
  --body-fonts:"Inter", sans-serif;
  --fonts-three:"Inter", sans-serif;
}
body{
    overflow: hidden; 
}


.tab-menu {
  background: #f8f8f8;
  border-right: 1px solid #ddd;
}
.tab-menu .tab-btn {
    display: inline-block;
}
.tab-btn {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn:hover,
.tab-btn.active {
  background: #007bff;
  color: #fff;
}

.tab-content {
  width: 70%;
  padding: 20px;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}



/*top Headar-area*/
.top-headar-area {
    background: url(../images/section-images/top-bg.png);
    background-repeat: no-repeat;
    padding: 20px 0 20px;
    background-position: center center;
    background-size: cover;
}

.top-content {
    text-align: center;
}
.top-content h4 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--body-fonts);
    margin: 0;
}





/*
<!-- =================================-->
<!-- Header Area Css  -->
<!-- =================================-->
*/
.header-area {
    padding: 0 48px;
    z-index: 1;
    position: relative;
    margin-bottom: -105px;
    backdrop-filter: blur(40px);
    background: #051B11;
}
.header-menu {
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
    margin-left: 55px;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--body-fonts);
    padding: 37px 0px;
}
.header-btn-wrapper{
    text-align: right;
}
.headear-button {
    display: inline-block;
}
.headear-button a {
    border-radius: 30px;
    background: #FF6D45;
    padding: 7px 35px 7px 6px;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--title-fonts);
    position: relative;
    z-index: 1;
    transition: 0.5s; 
}
.header-area.sticky .headear-button a {
    background:#000;
}
.headear-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#fff;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.headear-button a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.headear-button a:hover{
    color: var(--primary-color);
}
.headear-button a i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color:var(--primary-color);
    transform: rotate(-45deg);
    margin-right: 10px;
}
.headear-button a:hover i{
    background: #000000;
}
.headear-button img {
    margin-right: 11px;
}

.hero-area-inner {
    position: relative;
}




.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--primary-color) !important;
    transition: 0.5s;
    z-index:999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation:500ms running fadeInUp;
    animation-name:slideInDown;
}

.header-src-btn {
    display: inline-block;
}
.search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    font-size: 16px;
    color: #fff;
}

/*
<!-- =================================-->
<!-- Header Area Css  -->
<!-- =================================-->
*/

#js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-area {
    background: url(../images/hero/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 950px;
    padding: 95px 36px 0;
    text-align: center;
}
.hero-content-title > span {
    display: inline-block;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 60px;
    color: #fff;
    padding: 5px 45px 5px 6px;
    margin-bottom:25px;
}
.hero-content-title > span img {
    margin-right: 10px;
}
.hero-content-title h1 {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}
.hero-content-title h1 span {
    display: inline-block;
    color: #FF6D45;
}
.hero-content-title p {
    font-size: 20px;
    line-height: 32px;
    color: #CDD2D0;
    font-weight: 500;
    width: 58%;
    margin: auto;
    margin-top: 29px;
    margin-bottom: 30px;
}
.single-counter {
    background: #FFFFFF0D;
    padding: 30px 0 10px;
    display: block;
    width: 45%;
    margin: 35px auto 48px;
    border-radius: 80px;
    position: relative;
    z-index: 1;
}

.single-counter::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.single-counter-box{
    display: inline-block;
    margin: 0 40px 0;
    position: relative;
    z-index: 1;
}
.single-counter-box::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    height: 108px;
    width: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
    mask-composite: exclude;
}
.single-counter-box.two::before{
    display: none;
}
.counter-content {
    display: inline-block;
}

.couter-text {
    display: inline-block;
}
.counter-content span {
    font-size: 60px;
    line-height: 32px;
    color: #28F1FF;
    font-weight: 600;
    font-family: var(--body-fonts);
    display: inline-block;
}
.couter-text p {
    font-size: 18px;
    line-height: 26px;
    color:#fff;
    font-weight:500;
}

.hero-button {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.hero-button a {
    border-radius: 30px;
    background: #FF6D45;
    padding:9px 35px 9px 6px;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--title-fonts);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-right: 16px;
}
.hero-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:#fff;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-button a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}


.hero-button a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.hero-button a:hover{
    color: var(--primary-color);
}
.hero-button a i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color:var(--primary-color);
    transform: rotate(-45deg);
    margin-right: 10px;
}
.hero-button a:hover i{
    background: #000000;
}
a.button2 {
    background: #FFFFFF0D;
    border-radius:30px;
    padding:9px 35px 9px 6px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

a.button2:hover{
    background:transparent;
}
a.button2 i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background:var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color:#fff;
    transform: rotate(-45deg);
    margin-right: 10px;
}
a.button2:hover i{
    background: #000000;
}
a.button2 img {
    margin-right: 8px;
}

.hero-links-box {
    position: relative;
}

.hero-link {
    display: flex;
    justify-content: space-between;
}

.link-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.link-item:nth-child(1){
    margin-inline-start: 160px;
}

.link-item:nth-child(2){
    margin-inline-start: 100px;
}

.link-item:nth-child(3) {
    margin-inline-start: 126px;
}

.link-item:nth-child(4) {
    margin-inline-start: 173px;
}

.link-item:nth-child(5) {
    margin-inline-start: 228px;
}

.link-item:nth-child(6) {
    margin-inline-start: 329px;
}


.link-item a {
    background-color: rgba(55,129,253,0.2);
    border: 1px solid rgba(27,113,255,0.7);
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Nunito";
    padding: 11px 38px;
    display: inline-block;
    border-radius: 0 30px 30px;
    margin-bottom: 0;
    position: relative;
}
.link-item a:before {
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    right: -59px;
    top: 25px;
    background: #0c5adb;
}
.link-item a:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    right: -67px;
    top: 20px;
    background: #0c5adb;
    border-radius: 50%;
}

.hero-links-last a.link-text {
    border-radius: 30px 0 30px 30px;
    display: inline-block;
}

.hero-links-last a.link-text:before{
    background: transparent;
}

.hero-links-last a.link-text:after{
    background: transparent;
}

.hero-links-last {
    direction: rtl;
    text-align: right;
}

.hero-links-last .link-item.two {
  position: relative;
}

.hero-links-last .link-item.two:before {
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    right: 169px;
    top: 25px;
    background: #0c5adb;
}

.hero-links-last .link-item.two:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    right: 218px;
    top: 20px;
    background: #0c5adb;
    border-radius: 50%;
}

.hero-links-last .link-item.two:nth-child(2):before {
    right: 212px;
}

.hero-links-last .link-item.two:nth-child(2):after {
    right: 263px;
}

.hero-links-last .link-item.two:nth-child(3):before {
    right: 198px;
}

.hero-links-last .link-item.two:nth-child(3):after {
    right: 252px;
}

.hero-links-last .link-item.two:nth-child(4):before {
    right: 175px;
    width: 62px;
}

.hero-links-last .link-item.two:nth-child(4):after {
    right: 231px;
}

.hero-links-last .link-item.two:nth-child(5):before {
    right: 181px;
    width: 62px;
}

.hero-links-last .link-item.two:nth-child(5):after {
    right: 238px;
}

.hero-links-last .link-item.two:nth-child(6):before {
    right: 192px;
    width: 56px;
}

.hero-links-last .link-item.two:nth-child(6):after {
    right: 245px;
    top: 19px;
}

/*
<!-- =================================-->
<!-- Feature Area Css  -->
<!-- =================================-->
*/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.feature-area {
    background: url(../images/feature-item/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 100px;
    position: relative;
}
.section-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.section-title h4 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin: 0;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(12,90,219,0.1);
    padding: 7px 30px;
    margin-bottom: 9px;
}
.section-title h1 {
    font-size: 56px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
}
.feature-area .single-feature-box {
    border-radius: 10px;
    background: #FFFFFF0D;
    padding: 30px 30px 30px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.feature-area .single-feature-box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.feature-area .single-feature-box:hover{
    transform: translateY(15px);
}
.feature-area .feature-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.feature-area .feature-title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.feature-area .feature-desc p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255 255 255 /70%);
    padding: 25px 0 10px;
    width: 77%;
}
.feature-area .feature-btn a {
    display: inline-block;
    background: #FFFFFF14;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    backdrop-filter: blur(70px);
    padding: 6px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.feature-area .feature-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:var(--primary-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.feature-area .feature-btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.feature-area .feature-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.feature-area .feature-btn a:hover{
    color:#fff;
}
.feature-area .feature-btn a i{
    margin-left: 6px;
    color: #fff;
}
.feature-area .single-feature-box a.f-button2 {
    background: var(--primary-color);
}

.feature-area .single-feature-box a.f-button3 {
    background: #8d4ff4;
}

.feature-area .feature-shape {
    position: absolute;
    top: 71px;
    left: 22%;
    animation: bns1 1s linear infinite;
}


/*
<!-- =================================-->
<!-- includes Area Css  -->
<!-- =================================-->
*/

.includes-area {
    background: url(../images/section-images/include-line.jpg);
    padding: 120px 0px 100px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-subtitle > span {
    display: inline-block;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 60px;
    color: #fff;
    padding: 4px 30px 4px 6px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.section-subtitle > span img {
    margin-right: 10px;
}
.includes-area .section-title {
    margin-bottom: 20px;
    position: relative;
}
.includes-area .section-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(255 255 255 /80%);
    width: 45%;
    margin: auto;
}
.section-wrapper{
    margin-bottom: 50px;
}
.include-demo-title{
    text-align: center;
}
.include-demo-title a {
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}
.include-demo-title a span{
    display: inline-block;
    color: var(--primary-color);
}
.include-content {
    border: 1px solid rgb(255, 255, 255, 0.15);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 1px;
    padding: 30px 0;
}
.include-thumb {
    position: relative;
    z-index: 1;
}
.include-thumb:before {
    position: absolute;
    z-index: -1;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    border-radius: 10px 10px 0px 0px;
    background: rgba(40, 241, 255, 0.2);
    transition: 0.5s;
}
.single-include-box:hover .include-thumb:before{
    width: 100%;
    left: 0;
}

.include-thumb a img{
    width: 100%;
}
.single-include-box {
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 1px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-include-support-box {
    background: #FFFFFF0D;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    padding: 45px 40px 35px;
    border-radius: 10px;
}
.support-text a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 60px;
    padding: 4px 22px;
}
.support-icon {
    width: 80px;
    height: 90px;
}
.support-icon-box {
    display: flex;
    justify-content: space-between;
}
.inculude-support-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px;
}
.inculude-support-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #BAB6CC;
    padding: 15px 0 16px;
    width: 85%;
}
.inculude-support-content p a{
    display: inline-block;
    color: #D6EF37;
}
.support-btn a {
    display: inline-block;
    background: #FFFFFF0D;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 10px 35px 10px 6px;
    transition: 0.5s;
}
.support-btn a:hover{
    color: var(--primary-color);
}
.support-btn a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: var(--primary-color);
    transform: rotate(-45deg);
    text-align: center;
    margin-right: 12px;
    transition: 0.5s;
}
.support-btn a:hover i{
    color: #fff;
}


/*
<!-- =================================-->
<!-- Demo Area Css  -->
<!-- =================================-->*/

.demo-area {
    padding: 85px 50px 100px;
    background: url(../images/section-images/demo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-demo {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 0px 20px 0 20px;
}
.demo-area .section-title {
    margin-bottom: 20px;
}
.demo-area .section-title h1 {
    font-size: 56px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    margin-top: -25px;
}
.demo-area .demo-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgb(255 255 255 /80%);
    width: 35%;
    margin: 0 auto 25px;
}
.demo-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.demo-title h1 {
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}


.demo-thumb {
    position: relative;
    z-index: 1;
    background: rgb(255 255 255 /5%);
    border-radius: 10px 10px 0px 0px;
    padding: 20px 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.demo-thumb:before {
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    border-radius: 10px 10px 0px 0px;
    background: rgba(40, 241, 255, 0.2);
    transition: 0.5s;
}
.single-demo:hover .demo-thumb:before{
    width: 100%;
    left: 0;
}

.demo-thumb-inner {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 9px;
    border-radius: 9px;
}

.demo-thumb-inner img {
    border-radius: 9px;
}

.demo-thumb img {
    width: 100%;
}

.live-demo-content {
    position: absolute;
    top: 50%;
    left: 39%;
}

.live-demo-content a {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--title-fonts);
    padding: 11px 27px;
    border-radius: 30px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.5s;
}

.live-demo-content a:hover{
    background:var(--primary-color);
}

.single-demo:hover .live-demo-content a{
    opacity: 1;
}

.live-demo-content a {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.3);
}
.demo-content {
    border-radius: 0 0 20px 20px;
    padding: 20px 10px 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0 !important;
    border: 1px solid #FFFFFF26;
}
.demo-title a {
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    position: relative;
}
.header-src-btn {
    display: none;
}
.demo-title a::before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -20px;
    top: 10px;
}
.demo-title a:hover{
    color: var(--primary-color);
}
.demo-button i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
    display: inline-block;
    text-align: center;
    line-height: 52px;
    font-size: 21px;
    transition: 0.5s;
    position: relative;
    top: -12px;
}

.demo-button i:hover{
    background: var(--primary-color);
    color:#fff;
}
.demo-item ul li {
    display: inline-block;
}
.demo-item ul li a {
    display: inline-block;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 18px;
    margin: 0 2px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.demo-item ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.demo-item ul li a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.demo-item ul li a:hover{
    color:#fff;
}


/*
<!-- =================================-->
<!-- Why Choose Us Area Css  -->
<!-- =================================-->
*/
.why-choose-us-area {
    background: url(../images/section-images/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 100px;
    position: relative;;
}

.why-choose-us-area .section-title h4 {
    color: #ffff;
}

.why-choose-us-area .section-title h1 {
    color: #ffff;
}

.single-choose-us-box {
    border-radius: 10px;
    background: #FFFFFF0D;
    padding: 37px 46px 28px;
    margin-bottom: 25px;
    transition: 0.5s;
    position: relative;
}
.single-choose-us-box.top{
    margin-top: -30px;
}
.single-choose-us-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:10px;
    border: 1.5px solid transparent;
    background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%,
     rgba(255, 255, 255, 0) 100%);
     
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.single-choose-us-box:hover::before{
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(103, 102, 255, 0.2) 0%, #41C575 50%, rgba(103, 102, 255, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.single-choose-us-box.margin-t {
    margin-top: -15px;
}

.single-choose-us-box.margin-top {
    margin-top: -53px;
}

.choose-us-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.choose-us-numbar h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background:rgb(255, 255, 255, 0.10);
    text-align: center;
    line-height: 60px;
    transition: 1s;
    position: relative;
}
.choose-us-numbar h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:10px;
    border: 1.5px solid transparent;
    background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.choose-us-numbar h4::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    border-radius:10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.single-choose-us-box:hover .choose-us-numbar h4::after{
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.single-choose-us-box:hover .choose-us-numbar h4:hover{
    color:#fff;
}
.single-choose-us-box:hover .choose-us-numbar h4 {
    transform: rotate(362deg);
}

.choose-us-text h4 {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    font-family: var(--fonts-three);
}
.single-choose-us-box p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 /60%);
    margin-top: 22px;
    font-family: var(--fonts-three);
}
.choose-us-shape {
    position: absolute;
    top:9%;
    left: 19%;
    animation: bns1 3s linear infinite;
}

.choose-us-shape-2 {
    position: absolute;
    right: 17%;
    top: 11%;
    animation: bns1 3s linear infinite;
}

@keyframes bns1 {
    50%{
        transform: rotate(-5deg);
    }
    80%{
        transform: translateX(8px);
    }
}

/*
<!-- =================================-->
<!-- Feature Item Area Css  -->
<!-- =================================-->
*/
.feature-itme-area {
    background: url(../images/section-images/feature-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
    position: relative;
}
.feature-itme-area .single-feature-item-box {
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px 35px;
    margin-bottom: 25px;
    transition: 0.5s;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(40px);
    position: relative;
}
.feature-itme-area .single-feature-item-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1.5px solid transparent;
    background:linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.feature-itme-area .single-feature-item-box:hover{
    transform: translateY(-10px);
}
.featurea-itme-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 50px;
    background: #FFFFFF1A;
    position: relative;
}
.featurea-itme-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:50%;
    border: 1.5px solid transparent;
    background:linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.feature-itme-area .feature-content h4 {
    color:#fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
.feature-itme-area .feature-item-button a {
    border-radius: 28px;
    background-color: rgba(255,255,255,0);
    border: 2px solid #0071ff;
    display: inline-block;
    padding: 12px 38px;
    font-size: 22px;
    color: #0071ff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-left: 8px;
}

.feature-itme-area .feature-item-button span {
    color: #00004a;
}

.feature-itme-area .feature-item-button {
    text-align: right;
}
.feature-itme-area .feature-item-shape{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.feature-item-line{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.feature-itme-area .demo-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgb(255 255 255 /80%);
    width: 45%;
    margin: 0 auto 40px;
}
.feature-itme-area .section-title {
    margin-bottom: 15px;
    position: relative;
}


/*
<!-- =================================-->
<!-- Category Area Css  -->
<!-- =================================-->
*/

.block-area {
    padding: 120px 0px 100px;
    background: #051B11;
    background: url(../images/section-images/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.block-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.block-wrapper{
    position: relative;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(40px);
    border-radius: 16px;
    padding: 20px 10px;
}
.block-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    border: 1.5px solid transparent;
    background:linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.single-block-box{
    margin-bottom: 20px;
} 
.single-block-box.top{
    margin-top:-10px;
}
.single-block-box.top-2{
    margin-top:-30px;
}
.block-thumb{
    position: relative;
    z-index: 1;
}

.block-thumb img {
    border-radius: 15px;
}

.block-thumb:before {
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    border-radius:16px;
    background:rgba(40, 241, 255, 0.2);
    transition: 0.5s;
}
.single-block-box:hover .block-thumb:before{
    width: 100%;
    left: 0;
}

.block-thumb a img{
    width: 100%;
}
.block-thumb img{
    width: 100%;
}



/*
<!-- =================================-->
<!-- Category Area Css  -->
<!-- =================================-->
*/
.category-area {
    background: url(../images/section-images/category-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 119px 0 118px;
    text-align: center;
    position: relative;
}

.category-area .section-title h4 {
    color: #ffff;
    border: 1px solid rgba(255,255,255,0.2);
    background: transparent;
}

.category-area .section-title h1 {
    color: #ffff;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
    color: #7492b7;
    font-weight: 400;
    font-family: "Poppins";
    width: 31%;
    margin: auto;
    margin-top: 24px;
}

.category-list-item ul li {
    display: inline-block;
    margin: 0 0 21px 15px;
}

.category-list-item ul li a {
    border-radius: 10px;
    background-color: rgba(255,255,255,0.10196078431372549);
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 16px 42px;
}

.category-list-item ul li i {
    display: inline-block;
    opacity: 1 !important;
    margin-right: 8px;
    font-weight: 500;
    color: #fff;
}

.category-shape {
    position: absolute;
    right: 14%;
    top: 126px;
    animation: bns1 3s linear infinite;
}

.category-desc p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 52px 0 0;
}

.category-desc i{
    display: inline-block;
    font-size: 20px;
    color: var(--priamry-color);
    margin-right: 10px;
}



/*
<!-- =================================-->
<!-- Elemenetor Area Css  -->
<!-- =================================-->
*/
.elemenetor-area {
    background: url(../images/section-images/elementor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 113px 0 118px;
    position: relative;
}
.elementor-shape{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.elemenetor-area .section-title {
    margin-bottom: 35px;
}
.section-title img {
    position: relative;
    left: -5px;
    margin-bottom: 2px;
}
.elemenetor-area .section-title p {
    width: 80%;
    margin: 0;
    color: rgb(255, 255, 255,0.6);
    margin-top: 22px;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 30px;
}
.elemenetor-list-item ul li {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 5px 20px;
}

.elemenetor-list-item ul li img {
    margin-right: 8px;
}

.elemenetor-area a.button2 {
    background: #91003b;
    border: 1px solid  #91003b;
    margin-left: 0;
    padding: 16px 33px;
    margin-top: 25px;
}

/*<!-- =================================-->
<!-- inner page area Css  -->
<!-- =================================-->*/
.inner-page-area {
    background: #033843;
    position: relative;
    padding: 190px 0 115px;
}
.page-content-wrapper {
    width: 456px;
    height: 456px;
    border-radius: 50%;
    text-align: center;
    margin: 52px auto;
    backdrop-filter: blur(40px);
    padding: 110px 0;
    background: linear-gradient(360deg, rgba(34, 163, 194, 0) 0%, rgba(34, 163, 194, 0.4) 50%, rgba(34, 163, 194, 0) 100%);
}
.page-content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid;
    background: linear-gradient(270deg, rgba(34, 163, 194, 0.1) 0%, #22A3C2 50%, rgba(34, 163, 194, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.page-content-wrapper::after {
    content: "";
    position: absolute;
    top: -35px;
    left: -35px;
    width: 528px;
    height: 528px;
    border-radius: 50%;
    border: 2.5px dashed #29CEF5;
    text-align: center;
    margin: auto;
    backdrop-filter: blur(40px);
}
.inner-page-thumb1 {
    text-align: center;
}
.inner-page-thumb2 {
    text-align: center;
    position: relative;
    top: 120px;
}
.inner-page-thumb3{
    text-align: center;
}
.inner-page-thumb4{
    text-align: center;
    position: relative;
    top: 120px;
}
.inner-page-thumb8 {
    position: absolute;
    top: 12px;
    left: 40px;
}
.inner-page-thumb5 {
    position: absolute;
    bottom: -5px;
    right: 40px;
}
.inner-page-thumb6 {
    position: absolute;
    bottom: 0;
    left: 40px;
}
.inner-page-thumb7 {
    position: absolute;
    top: 12px;
    right: 40px;
}

/*
<!-- =================================-->
<!-- Footer Area Css  -->
<!-- =================================-->
*/
.footer-area {
    padding: 100px 0 100px;
    background:url(../images/section-images/footar-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-area .section-title p {
    width: 90%;
    margin: 0px;
    color: #616161;
    margin-top: 24px;
}

.footer-thumb {
    position: relative;
    left: -115px;
}

.footer-area a.button2 {
    background: transparent;
    border: 1px solid #041424;
    margin-left: 0;
    padding: 16px 33px;
    color: #041424;
    margin-top: -9px;
}

.footer-area a.button2:hover{
    background:var(--primary-color);
    border: 1px solid var(--primary-color);
    color:#fff;
}

.footer-area a.button2 img{
    filter: brightness(1) invert(1);
    transition: 0.5s;
}

.footer-area a.button2:hover img{
    filter: brightness(1) invert(0);
}


/*
<!-- =================================-->
<!-- Devices Area Css  -->
<!-- =================================-->*/

.devices-area {
    padding: 120px 0 95px;
    background: url(../images/section-images/device.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.devices-list-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.devices-right-wrapper {
    margin-left: 40px;
}
.devices-area .section-title p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(255 255 255 /60%);
    font-weight: 400;
    width: 95%;
    margin: 24px 0 26px;
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 26px;
}
.devices-area .section-title h4 {
    color: #ffff;
}
.devices-area .section-title h1 {
    color: #ffff;
}
.single-device-box {
    text-align: center;
    padding: 35px 0 35px;
    border-radius: 20px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(40px);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.single-device-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:20px;
    border: 1.5px solid transparent;
    background:linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.device-icon {
    background: var(--primary-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0px auto 20px;
}
.device-content h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.device-content p {
    color:rgb(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 22px;
}
.device-content a {
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    padding: 4px 20px;
    border: 1px solid #FFFFFF1A;
}
.col-lg-3.col-md-6.ml-0.mr-0 {
    margin: 0;
    padding: 0;
}
.devices-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.devices-list ul li {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 40px;
    padding: 5px 20px;
}
.devices-list ul li img{
    margin-right: 6px;
}




/*
<!-- =================================-->
<!--Teastimonial Area Css  -->
<!-- =================================-->*/

.teastimonial-area {
    padding: 100px 0px 100px;
    background: #033843;
}
.teastimonial-area  .section-title p {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--body-fonts);
    width: 32%;
    color: #616161;
}
.box-mb{
    margin-top:-25px;
}
.testi-box-wrapper {
    padding: 20px 10px 0px 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(3, 56, 67, 0) 50%, #033843 100%);
    border: 1px solid #FFFFFF1A;
}
.testimonial-client-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.testimonial-client-box {
    text-align: right;
}
.single-teasti-box {
    border-radius: 14px;
    padding: 30px 30px 30px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF08;
    margin-bottom: 25px;
}
.teasti-content h4 {
    font-size: 22px;
    color: #fff;
    font-weight:600;
    margin: 0 0 5px;
}
.teasti-content h4 img{
    margin-right: 6px;
}
.teasti-content ul li {
    display: inline-block;
    color: #FDAD20;
}
li.ratting-num {
    color: #fff !important;
}
.teasti-content p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 20px 0 16px;
    color: rgb(255 255 255 /70%);
}
.single-teasti-box span {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 22px;
}
.single-teasti-box img {
    margin-right:14px;
}

/*columng-child-usea*/
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(5) {
    position: relative;
    top: -79px;
}
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(5) .single-teasti-box span {
    margin-top: 62px;
}
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(6) {
    position: relative;
    top: 34px;
}
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(7) {
    position: relative;
    top: -22px;
}
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(8) {
    position: relative;
    top: -80px;
}
.teastimonial-area .col-lg-6.col-xl-3.col-md-6:nth-child(8) .single-teasti-box span {
    margin-top: 62px;
}
.rating-button {
    margin-top: 85px;
}

/*
<!-- =================================-->
<!--Section blog Area Css  -->
<!-- =================================-->
*/
.section-blog-area {
    padding: 120px 0 120px;
    position: relative;
    background: #041424;
    text-align: center;
}
.section-blog-area .section-title h4 {
    color: #fff;
}

.section-blog-area .section-title h1 {
    color: #ffff;
}

.section-blog-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(3,19,35,0.9999999999999999) 
        0%, rgba(3,19,35,0.9999999999999999) 25%, 
        rgba(3,19,35,0.2) 50%, rgba(3,19,35,0.20046710926706932) 
        50%, rgba(3,19,35,0.9999999999999999) 75%, 
        rgba(3,19,35,0.9999999999999999) 100%);
    opacity: 0.9;
}

.section-inner img {
    width: 100%;
}


/*
<!-- =================================-->
<!--Demo Bottom Area Css  -->
<!-- =================================-->
*/
.demo-bottom-area {
    padding: 120px 0 120px;
    background: url(../images/section-images/demo-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.demo-bottom-area .hero-button a::before {
    background:var(--primary-color);
}
.demo-bottom-area .hero-button a:hover{
    color:#fff;
}
.demo-border {
    border-top: 1px solid rgb(255, 255, 255, 0.10);
    margin-top: 15px;
}
.demo-bottom-area .section-title h4 {
    color: #fff;
}
.demo-bottom-area a.button2 {
    border:none;
}
.demo-bottom-area .section-title h1 {
    color: #ffff;
}

.single-demo-bottom-box {
    text-align: center;
    margin-bottom: 30px;
}

.demo-bottom-content h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 28px;
}
.demo-bottom-area .hero-button {
    margin-top: 50px;
}
.demo-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.demo-bottom-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
#js-particles-demo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 765px;
}
.support-shape1{
    position: absolute;
    top:80px;
    left: 0px;
}
.support-shape2{
    position: absolute;
    bottom: -4px;
    left: 140px;
}
.support-shape3{
    position: absolute;
    right:140px;
    bottom: -4px;
}
.support-shape4{
    position: absolute;
    top:80px;
    right:0px;
}


/*==========================================
    educate Search Popup Css
  =========================================*/
  
  .search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #f5f5f5;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    backdrop-filter: blur(5px);
  }
  
  .search-popup {
    width: 100%;
  }
  
  .search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
  }
  
  .search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background:var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--primary-color);
    border-left: 3px solid #393939;
    border-top: 3px solid #fff;
    border-right: 3px solid #393939;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  
  .search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #fff;
  }
  
  .search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  
  .search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  
  .search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
  }
  
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .search-popup .form-group input::placeholder {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    transition: 0.5s;
  }
  
  .search-popup .form-group button i {
    transition: 0.5s;
  }
  
  .search-popup .form-group button:hover i {
    color: #f00;
  }
  
  .search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid #f5f5f5;
  }
  
  .search-popup .form-group input[type="submit"]:hover,
  .search-popup .form-group button:hover {
    color: #000000;
  }
  
  .search-popup input::placeholder,
  .search-popup textarea::placeholder {
    color: #000000;
  }
  
  .search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .search-popup .close-search.style-two i {
    font-size: 20px;
    color: #181d4e;
    transition: 0.5s;
  }
  
  .search-popup .close-search.style-two i:hover {
    color: #f00;
  }
  
.search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    font-size: 16px;
    color: #fff;
    margin-right: 25px;
}
  
.sticky .search-box-btn.search-box-outer i {
    color: #fff;
}


/*
<!-- ============================================================== -->
<!-- ReScrollup Button Cssstu  -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #c19d68;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}


/* prlax */

.wrapper {
    display: flex;
    height: 837px;
    overflow: hidden;
    justify-content: space-between;
    width: 1805px;
    position: absolute;
    left: -261px;
    top: -138px;
}

.column {
    width: 364px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.column:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero/hero-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}


.track {
  display: flex;
  flex-direction: column;
}

/* Images */
.track img {
  width: 100%;
  border-radius: 15px;
  margin: 10px 0;
}

/* Animation Down */
.down {
  animation: scrollDown 80s linear infinite;
}

/* Animation Up */
.up {
  animation: scrollUp 80s linear infinite;
}

/* Keyframes */
@keyframes scrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0%); }
}

@keyframes scrollUp {
  0% { transform: translateY(0%); }
  100% { transform: translateY(-50%); }
}




