@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@100..800&display=swap');

body {
    font-family: "Open Sans", sans-serif !important;
    background-color: #00150F !important;
    color: #fff !important;
}
.font-AnekTelugu {
    font-family: "Anek Telugu", sans-serif !important;
}
body h1 {
    font-family: "Anek Telugu", sans-serif !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


body p a:hover{
    color: #00d094;
}


.btn.btn1 {
    color: #fff !important;
    background-color: #00d094 !important;
    border-color: #00d094 !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 1em;
    /* letter-spacing: 1px; */
    font-weight: 500;
    transition: all .4s ease;
    min-width: 140px;
}

.btn.btn1:hover {
    color: #fff !important;
    background-color: #00eba7 !important;
    border-color: #00eba7 !important;
}

.btn.btn-border {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #00d094 !important;
}
.btn.btn-border:hover {
    color: #fff !important;
    background-color: #00eba7 !important;
    border-color: #00eba7 !important;
}

.btn.btn-white {
    color: #00d094 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn.btn-white:hover {
    color: #00d094 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.bg-color {
    background: linear-gradient(152deg, rgba(237, 242, 248, 0.02) 0%, rgba(237, 242, 248, 0.08) 100%);
}

.fs-12{
    font-size: .75rem;
}
.fs-14{
    font-size: .875rem;
}
.fs-18{
    font-size: 1.125rem;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-800{
    font-weight: 800 !important;
}

.text-main {
    color: #00d094 !important;
}
.bg-main {
    background: #00d094 !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, .75) !important;
}

.text-orange {
    color: #00d094 !important;
}

.bg-01 {
    background: #112424;
}
.bg-02 {
    background: #f7fffe;
}





.padding{
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin-top {
    margin-top: 105px;
}

.logo-txt {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
}


.logo1 {
    width: 230px;
}

nav.navbar {
    position: relative;
    width: 100%;
    /* top: 0;
    left: 0; */
    z-index: 999;
    background-color: #000;
    padding: 15px 0;
}

nav.navbar .nav-item .nav-link {
    color: #fff;
    padding: 9px 12px;
    font-size: .875em;
    font-weight: 500;
    border-radius: 1px;
}

nav.navbar .nav-item .nav-link:hover {
    color: #00d094;
}

nav.navbar .nav-item .nav-link.active {
    color: #00d094;
}
nav.navbar .nav-item .nav-link i.fa-minus{
    display: none;
}

nav.navbar .navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}
/*nav.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url('../images/menu-icon.svg') !important;
}*/

nav.navbar .nav-item .btn {
    background: #FFB241;
    border-radius: 0;
    padding: 12px 15px;
    line-height: 1;
    box-shadow: none;
    outline: none;
    display: inline-block;
}
nav.navbar .nav-item .btn:hover {
    background: #00d094;
    color: #fff;
}

nav.navbar .r-icons .nav-item .nav-link {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 12px;
    border: 0px solid #fff;
}

nav.navbar .r-icons .nav-item .nav-link:hover {
    background: #5b4368;
    color: #fff;
}
nav.navbar .r-icons .nav-item .nav-link img {
    height: 15px;
}
nav.navbar .r-icons .nav-item .nav-link .num {
    background: #be0723;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 2;
    font-style: normal;
}
nav.navbar .r-icons .nav-item .nav-link i.fa-circle {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 1;
}

nav.navbar .btn.btn1 {
    font-size: .875rem;
    padding: 10px 15px;
}


nav.navbar .search-01 {
    position: relative;
}

nav.navbar .search-01 .form-control {
    border-radius: 100px;
    height: 32px;
    padding-left: 32px;
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
    outline: none !important;
    font-size: .875em;
    width: 180px;
}

nav.navbar .search-01 .icon {
    position: absolute;
    left: 12px;
    top: 5px;
    font-size: 1em;
    color: #000;
    z-index: 1;
}
nav.navbar .search-01 .icon img {
    width: 15px;
}

nav.navbar .dropdown-menu {
    padding: 24px;
}

nav.navbar .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    background: transparent;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
    color: #00d094;
}



/*banner-video*/
.banner-video {
  position: relative;
  background-color: black;
  width: 100%;
  min-height: 100vh;
  /* min-height: 440px; */
  overflow: hidden;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, black, #063024);
  background-image: url('../images/bg1.jpg');
  background-size: cover;
  z-index: 0;
}


.banner-video .text-box {
    position: relative;
    z-index: 2;
}

.banner-video .text-box h1 {
    letter-spacing: 1.5px;
}

.banner-video .img1 {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-video.other-pages{
    height: 80vh;
}
.animated-div {
  position: relative;
  animation: moveLink 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@keyframes moveLink {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*about-section*/
.about-section .colum .swiper-slide {
    height: auto;
}
.about-section .colum .swiper-slide img {
    border-radius: 2px;
    height: 100%;
    object-fit: cover;
}
.about-section .as-row2 {
    height: 80px;
}
.about-section .swiper-button-next, 
.about-section .swiper-button-prev {
    color: #00d094;    
    top: auto;
    bottom: 0px;
}

.about-section .swiper-button-next:after, 
.about-section .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 800;
}

.about-section .swiper-button-next {
    /* right: 0; */
}

.about-section .swiper-button-prev {
    /* left: 0px; */
}

.about-section .swiper-scrollbar {
    margin-bottom: 15px;
    width: calc(100% - 110px) !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.about-section .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00d094;
}


.accordion-1 button.accordion-button {
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #fff;
    padding: 0;
    font-size: 18px;
}

.accordion-1 .accordion-item {
    background: transparent;
    border: 0;
    margin-bottom: 40px;
}
.accordion-1 .accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion-1 .accordion-header {
    /* border: 0 !important; */
}

.accordion-1 .accordion-body {
    padding: 24px 0 10px;
    color: #fff;
}

.accordion-1 .accordion-collapse.show {
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
}


.accordion-1 .accordion-button:not(.collapsed)::after{
    font-family: "Font Awesome 6 Free";
    content: "\f176";
    font-weight: 600;
    background: none !important;
    transform:  none !important;
}
.accordion-1 .accordion-button::after{
    font-family: "Font Awesome 6 Free";
    content: "\f175";
    font-weight: 600;
    background: none !important;
    transform:  none !important;
}

.list1{
    list-style: circle;
}
.list1 li {
    margin-bottom: 16px;
}
.list1 li::marker{
    color: #00d094;
}

.location-section .map {
    width: 100%;
    height: 400px;
}

.social1 .btn.btn1 {
    min-width: auto;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

/*swiper1*/
.swiper1 .swiper-wrapper {
    /* padding-bottom: 75px; */
}
.swiper1 .swiper-button-next, 
.swiper1 .swiper-button-prev {
    color: #00d094;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

.swiper1 .swiper-button-next:after, 
.swiper1 .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 800;
}

.swiper1 .swiper-button-next {
    /* right: 0; */
}

.swiper1 .swiper-button-prev {
    /* left: 0px; */
}

.swiper1 .swiper-scrollbar {
    margin-bottom: 15px;
    width: calc(100% - 110px) !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper1 .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00d094;
}
.swiper1.white .swiper-button-next, 
.swiper1.white .swiper-button-prev {
    color: #00d094;
    background-color: #222;
}

.reviews-section .swiper-slide{
    height: auto;
}
.reviews-box .user-img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.reviews-box {
    padding: 24px;
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgb(154 150 255 / 12%);
    background: #063024;
    text-align: center;
}
.reviews-box .img1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.rating {
    font-size: .75em;
}

.rating i {
    color: #FFB241;
    margin-right: 5px;
}

.rating span {
    font-weight: 400;
}


.swiper1.dark .swiper-button-next, 
.swiper1.dark .swiper-button-prev {
    color: #00d094;
}
.swiper1.dark .swiper-scrollbar .swiper-scrollbar-drag {
    background: #00d094;
}
.swiper1.dark .swiper-scrollbar{
    background: rgb(255 255 255 / 10%);
}

/* swiper-images */
.swiper-images .swiper-slide{
    height: auto;
}
.swiper-images .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*breadcrumb-nav*/
.breadcrumb-nav {
    padding: 20px 0;
}

.breadcrumb-nav .breadcrumb-item {
    font-size: .875em;
    color: #00d094;
    font-weight: 400;
    
}

.breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 600;
    font-size: .875em;
    margin-top: 3px;
    color: #000;
}

.breadcrumb-nav .breadcrumb-item.active {
    color: #888;
}



/*.grid-div */
.grid-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.grid-div .grid-box {
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.grid-div .grid-box:first-child {
    grid-column: span 3;
    grid-row: span 3;
    height: calc(170px * 3);
}
.grid-div .grid-box:first-child img{
    height: 100%;
}


.grid-div .grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-div .grid-box .overlay-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    color: #fff;
}



/*nav-tab1*/
.nav.nav-tab1 {
    border: 0;
    margin-bottom: 48px;
}

.nav.nav-tab1 .nav-link {
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 400;
    font-size: .875em;
    position: relative;
    padding: 1px 0;
}

.nav.nav-tab1 .nav-link.active {
    color: #00d094;
    background: transparent;
}

.nav.nav-tab1 .nav-link:before {
    content: '';
    width: 20px;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav.nav-tab1 .nav-link.active:before {
    background: #00d094;
}

/* product */
.product-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 4%);
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

.product-box .txt {
    padding: 20px;
}

.product-box .img {
    overflow: hidden;
    background: #f1efef;
}

.product-box .img1 {
    /* height: 240px; */
    width: 100%;
    object-fit: cover;
    transition: all 2s ease;
}

.product-box:hover .img .img1 {
    transform: scale(1.1);
}

.product-box .img .lab {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 3px 12px 2px 12px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* brand */
.brand-box .img1 {
    height: 50px;
    display: block;
    margin: auto;
    object-fit: contain;
}

.support-section {
    background: #111;
    padding: 30px 0;
    color: #fff;
}
.support-box i {
    font-size: 32px;
    color: #00d094;
}

.featured-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 4%);
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    padding: 24px;
}

.featured-box .img1 {
    width: 450px;
}


.work-box {
    background: linear-gradient(180deg, #00d094, #063024);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    padding: 30px;
    transition: all .3s ease-in-out;
}
.work-box:hover {
    transform: scale(1.01);
}
.work-box .img1 {
    max-width: 110px;
}
.work-box .img2 {
    height: 85%;
}

.story-section .swiper-slide {
    height: 85vh;
    min-height: 450px;
}


.ticker-message-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


.news-ticker {
    font-family: sans-serif;
    overflow: hidden;
    white-space: nowrap;
    height: auto;
    line-height: 1.5;
    position: relative;
    visibility: hidden; /* Hide until JS initializes */
    background: linear-gradient(180deg, #00af66 -45%, #00492b 150%) !important;
    font-weight: 600;
}

.news-ticker .ticker-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-ticker .ticker-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    font-size: 16px;
    white-space: nowrap;
    animation: ticker-scroll 2500s linear infinite !important;
    min-width: 100%;
    font-weight: 400;
    animation-fill-mode: both !important;
}


/* Keyframes for infinite scrolling */
@keyframes ticker-scroll {
    0% {
        transform: translateX(0); /* Start at the initial position */
    }
    100% {
        transform: translateX(-100%); /* Move completely off-screen to the left */
    }
}

/* Pause animation on hover for accessibility */
.news-ticker:hover .ticker-message {
    animation-play-state: paused !important;
}

/* Fix for some WordPress themes that might interfere */
.entry-content .news-ticker,
.wp-block-post-content .news-ticker {
    max-width: 100%;
    margin: 0;
    padding: 5px;
}

/* Ensure the ticker container hides overflow */
.ticker-message-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.ticker-message a {
    text-decoration: underline !important;
}

/* The scrolling ticker message */
/* .ticker-message {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
} */

.total-box {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(154 150 255 / 12%);
    border-radius: 12px;
    padding: 30px 34px;
}

.total-box .left {
    border-right: 2px solid rgb(255 255 255 / 10%);
}

.profit-box .icon {
    display: inline-block;
    background: linear-gradient(90deg, #00d094, #010f0b);
    border-radius: 5px;
    width: 70px;
    height: 45px;
    line-height: 45px;
    padding: 2px 13px;
    font-size: 1.5rem;
    margin-bottom: 20px;
}


.traders-box {
    background: rgb(154 150 255 / 12%);
    border: 1px solid rgb(154 150 255 / 12%);
    border-radius: 12px;
    padding: 16px;
}

.traders-box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00d094;
    border-radius: 50%;
}

.traders-box .icon i {
    transform: rotate(45deg);
}

.traders-box .lab {
    display: inline-block;
    font-size: .75rem;
    background: #00d094;
    color: #000;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 600;
}

.traders-div {
    height: 580px;
    overflow: hidden;
    position: relative;
}
.traders-ticker {
  display: flex;
  flex-direction: column;
  animation: scroll-traders 40s linear infinite;
}

@keyframes scroll-traders {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* Optional: pause on hover */
.traders-div:hover .traders-ticker {
  animation-play-state: paused;
}

.traders-div:before {
    content: '';
    background: linear-gradient(0deg, transparent, #010f0b);
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.traders-div:after {
    content: '';
    background: linear-gradient(0deg, #010f0b, transparent);
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.steps-box {
    background: #152825;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    padding: 40px 20px 20px;
    transition: all .3s ease-in-out;
    text-align: center;
    position: relative;
    margin-top: 14px;
    height: calc(100% - 14px);
}
.steps-box:hover {
    transform: scale(1.01);
}
.steps-box .img1 {
    width: 300px;
}
.steps-box .lab {
    font-size: .75rem;
    background: #00d094;
    border-radius: 50px;
    padding: 7px 19px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}


.whyChosRow {
    background: rgb(0 36 24 / 95%);
    box-shadow: 20px 20px 40px 0px #00000033;
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
    margin-top: 30px;
}
.whyChosBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.whyChosBox li {
    position: relative;
    line-height: 20px;
    padding: 3px;
    padding-left: 32px;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-right: 2px solid rgba(84, 97, 116, 0.4);
}
/*.whyChosBox li:last-child{
    padding-bottom:7px;
}
*/
 .whyChosBox li strong{
    font-size:24px;
    font-weight:700;
    line-height:26px;
}
 .whyChosBox li:nth-child(even){
    background: rgb(255 255 255 / 3%);
}
 .whyChosBox div:nth-child(even){
    background: rgb(255 255 255 / 3%);
}
 .whyChosBox li .fa-check{
    color:#00af66;
}
 .whyChosBox li .fa-xmark{
    color:#f74444;
}

.whyChosBox li i {
    position: absolute;
    left: 10px;
    top: 20px;
}

.chart01 { 
    width: 100%; 
    height: 450px; 
}

.accordion.accordion1 .accordion-item {
    overflow: hidden;
    border: 0;
    background: transparent;
}

.accordion.accordion1 .accordion-item .accordion-header {
    padding: 0;
}

.accordion.accordion1 .accordion-item .accordion-header button {
    padding: 22px 0px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 45px;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-size: 1.125rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    box-shadow: none;
}

.accordion.accordion1 .accordion-item .accordion-header button .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}

.accordion.accordion1 .accordion-item .accordion-header button.collapsed {
    border-color: rgb(255 255 255 / 10%);
    color: rgb(255 255 255 / 50%);
}

.accordion.accordion1 .accordion-item  .accordion-body {
    padding: 24px 0;
}

.partner-logos {
    background-color: #002A1E;
    border-top: 8px solid #00150F;
    border-bottom: 8px solid #00150F;
}
.partner-logos:after {
    content: "";
    left: 0;
    top: -5px;
    height: 100%;
    width: 100%;
    background: linear-gradient(150.39deg, rgb(237, 242, 248) 15.02%, #EDF2F8 99.59%);
    transform: rotate(2deg);
    background: #003E2C;
    z-index: -1;
    position: absolute;
}

.partner {
    z-index: 9;
}

.banner-about{
    background: linear-gradient(180deg, black, #063024);
    height: 300px;
}

.rcpa-box{
    border: 1px solid rgb(154 150 255 / 12%);
    background: linear-gradient(152deg, rgba(237, 242, 248, 0.02) 0%, rgba(237, 242, 248, 0.08) 100%);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.rcpa-box i {
    font-size: 3rem;
}


.form.form1 .form-control {
    height: 50px;
    background: transparent;
    border-color: rgb(255 255 255 / 20%);
    background: rgb(255 255 255 / 1%);
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.form.form1 .form-control:focus {
    border-color: #00d094;
}

.step-box-dark {
  background: rgb(154 150 255 / 6%);
  border: 1px solid rgb(255 255 255 / 6%);
  transition: 0.3s;
  border-radius: 20px;
}
.step-box-dark:hover {
  background: rgb(154 150 255 / 10%);
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgb(0 208 148 / 6%);
}
.step-icon {
  width: 60px;
  height: 60px;
  background: #00d094;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgb(0 208 148 / 50%);
}
.step-box-dark h5 {
  font-weight: 600;
}

.button-chat {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 9;
}

.button-chat .btn.btn1 {
    background-color: #00d094 !important;
    border-radius: 50px;
    box-shadow: 0 0 0px 10px rgb(0 208 148 / 20%);
    color: #fff !important;
}

.button-chat .btn.btn1 i {
    font-size: 20px;
    vertical-align: middle;
}

















/*.footer-section */
.footer-section {
    background: #000;
    background: linear-gradient(0deg, #000, #063024);
    color: #fff;
}
.logo-f {
    width: 200px;
}

.footerNav .nav-link {
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    font-size: .875em;
}

.footerNav .nav-link:hover {
    color: #00d094;
}

.footerNav .nav-link {
    color: rgb(255 255 255 / 50%);
    padding: 0;
    margin-bottom: 20px;
    font-size: 1em;
}

.footerNav .nav-link:hover {
    color: #00d094;
}

.social2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    margin-right: 15px;
    transition: all .4s ease;
}

.social2 a:last-child {
    margin-right: 0px !important;
}

.social2 a:hover {
    background: #00d094;
    border-color: #00d094;
}
.footer-copy {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 60px;
}

:root .accordion-button:after {
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%23000000}</style><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%2300D094}</style><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
:root .accordion-button--style2:after {
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%23000000}</style><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%23000}</style><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}
:root .accordion-button--style3:after {
  --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%23000000}</style><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"> <style>svg{fill:%230A4FD5}</style><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
}

:root {
  --brand-color:#00D094;
  --secondary-color:#00D094;
  --tertiary-color:#002A1E;
  --tertiary-color2:#002A1E;
  --tertiary-color3:#0E221E;
  --tertiary-color4:#3863e0;
  --body-color:#00150F;
  --border-color:#E6EDFB1F;
  --border-color-5: rgba(255, 255, 255, 0.08);
  --border-color-6: rgba(255, 255, 255, 0.08);
  --border-color-7: #00533B;
  --border-color-8: rgba(234, 219, 215, 0.06);
  --border-color-9: rgba(184, 182, 193, 0.12);
  --border-color-10: rgba(184, 182, 193, 0.12);
  --border-color-11: rgba(255, 255, 255, 0.1);
  --header-bg-color: #0e352a;
  --header-bg-color2: #093d47;
  --feature-bg-color: rgba(229, 237, 248, 0.087);
  --social-border-color:#ffffff14;
  --social-border-color-2:#FFFFFF14;
  --social-border-color-3:rgba(255, 255, 255, 0.1);
  --form-border:#DCDFE833;
  --title-color:#FFFFFF;
  --title-color-style2:#BBC2C7;
  --text-color:rgba(255, 255, 255, 0.6);
  --text-color-light:#FFFFFF;
  --text-color-2: rgba(255, 255, 255, 0.6);
  --text-color-3: rgba(255, 255, 255, 0.70);
  --text-color-4: #B0B3BF;
  --bg-color: rgba(237, 242, 248, 0.08);
  --bg-color-trans: rgba(237, 242, 248, 0.02);
  --bg-grad-color: #253A33;
  --bg-grad-color-trans: rgba(255, 255, 255, 0.00);
  --bg-grad-color-2: rgba(213, 229, 249, 0.16);
  --bg-grad-color-trans-2: rgba(255, 255, 255, 0.04);
  --bg-grad-color-3: rgba(32, 56, 51, 0.50);
  --bg-grad-color-trans-3: rgba(2, 29, 21, 0.00);
  --bg-grad-color-4: rgba(0, 208, 148, 0.24);
  --bg-grad-color-trans-4: rgba(0, 208, 148, 0.00);
  --bg-color-2:#2D2C2C;
  --bg-color-3:#00150F;
  --bg-color-4:linear-gradient(150.39deg, rgba(237, 242, 248, 0.0264) 15.02%, rgba(237, 242, 248, 0.12) 99.59%);
  --bg-color-5:linear-gradient(150.39deg, rgba(237, 242, 248, 0.22) 15.02%, #EDF2F8 99.59%);
  --bg-color-6:#2D2C2C;
  --bg-color-7:#ffffff0a;
  --bg-color-8:#124D6D;
  --bg-color-9:#000;
  --bg-color-10:#d7ff80;
  --bg-color-11:#141821;
  --bg-color-12: rgba(237, 242, 248, 0.08);
  --bg-color-14: #1B2D29;
  --bg-color-15: rgba(43, 40, 40, 0.308);
  --bg-color-17: rgb(220, 53, 69);
  --bg-color-18: rgba(255, 255, 255, 0.50);
  --bg-white:#ffffff;
  --bg-team:#1c2e2a;
  --form-focus-color:#366CD5;
  --wh-color:#1B2D29;
  --black-color:#fff;
  --floating-content-border-color: rgba(0, 0, 0, 0.02);
  --floating-content-bg-color: rgba(63, 81, 75, 0.97);
  --floating-content-bg-color-2: rgba(255, 255, 255, 0.08);
  --service-item-border-color: #091E19;
  --service-item-bg-color: rgba(33, 52, 47, 1);
  --faq-item-btn-border-color: #FFFFFF14;
  --faq-bg-color: #21342F;
  --extra-bg-color: #21342F;
  --tag-bg-color: #002A1E;
  --bg-shape-color: rgba(213, 229, 249, 0.08);
  --bg-shape-color-trans: rgba(255, 255, 255, 0.02);
  --bg-shape-color-2: rgba(213, 229, 249, 0.16);
  --bg-shape-color-trans-2: rgba(255, 255, 255, 0.04);
  --footer-bg-color: #00150F;
  --faq-img-bg-shadow: #16d4668f;
  --pagination-bg-color: #00150F;
  --section-bg-color: rgba(237, 242, 248, 0.02);
  --sec-bg-color-2: #081c17;
  --account-bg-color: #00150F;
  --account-bg-color2: #00150F;
  --arrow-color1: #2B4B43;
  --arrow-icon-color: #fff;
  --header-border-color: rgba(255, 255, 255, 0.16);
  --header-border-color2: rgba(255, 255, 255, 0.12);
  --banner2-bg-color: #0e241d;
  --about-img-bg-shadow: #85F2D382;
  --cta-img-bg-shadow: #45554b;
  --warning-color:#F79009;
}

/* shape */
.feature__shape-item {
    position: absolute;
    z-index: -1;
}
.feature--style1 .feature__wrapper {
  z-index: 2;
}
.feature--style1 .feature__item-content h6 {
  font-size: 1.125rem;
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
}
.feature--style1 .feature__image img {
  border-radius: 20px;
}
.feature--style1 .feature__thumb {
  position: relative;
  z-index: 2;
}
.feature--style1 .feature__shape-item--1 {
  width: 50px;
  top: 5%;
  left: 71%;
  z-index: 2;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .feature--style1 .feature__shape-item--1 {
    width: 70px;
    top: 6%;
    left: 65%;
  }
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--1 {
    max-width: 75px;
    top: 13%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--1 {
    max-width: 100%;
    top: 19%;
    left: 46%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--1 {
    top: 19%;
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--1 {
    top: 19%;
    left: 50%;
  }
}
.feature--style1 .feature__shape-item--2 {
  content: "";
  height: 92%;
  width: 920px;
  border: 2px solid var(--bg-grad-color);
  padding: 40px;
  border-bottom-left-radius: 25%;
  top: 0%;
  right: -3%;
  transform: rotate(-10deg);
  display: none;
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--2 {
    display: block;
    width: 570px;
    top: -8%;
    right: -24%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--2 {
    width: 570px;
    top: -10%;
    right: -4%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--2 {
    height: 100%;
    width: 725px;
    top: -12%;
    right: -4%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--2 {
    width: 1000px;
    top: -18%;
    right: -15%;
  }
}
@media (min-width: 1600px) {
  .feature--style1 .feature__shape-item--2 {
    width: 1000px;
    top: -12%;
    right: -4%;
  }
}
.feature--style1 .feature__shape-item--2 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 700px;
  background: linear-gradient(219deg, var(--bg-grad-color-trans) 0%, var(--bg-grad-color) 100%);
  border-bottom-left-radius: 25%;
  top: 5%;
  right: -1%;
}
@media (min-width: 768px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 992px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 550px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1200px) {
  .feature--style1 .feature__shape-item--2 span {
    height: 97%;
    width: 700px;
    top: 0%;
    right: -1%;
  }
}
@media (min-width: 1400px) {
  .feature--style1 .feature__shape-item--2 span {
    width: 980px;
    top: 0%;
    right: -1%;
  }
}
.feature--style2 .feature__item-inner {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--body-color);
  padding: 16px;
  border-radius: 8px;
}
.feature--style2 .feature__item-thumb {
  margin-block-end: 24px;
}
.feature--style2 .feature__item:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.feature--style2 .feature__shape-item--1 {
  width: 40px;
  top: 1%;
  left: 6%;
  -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .feature--style2 .feature__shape-item--1 {
    width: 80px;
    top: 3%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .feature--style2 .feature__shape-item--1 {
    top: 8%;
    left: 3%;
  }
}
@media (min-width: 992px) {
  .feature--style2 .feature__shape-item--1 {
    width: auto;
    top: 15%;
    left: 2%;
  }
}
@media (min-width: 1200px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 2%;
  }
}
@media (min-width: 1400px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 8%;
  }
}
@media (min-width: 1600px) {
  .feature--style2 .feature__shape-item--1 {
    top: 15%;
    left: 19%;
  }
}

@-webkit-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}

.footer__shape-item {
    position: absolute;
    z-index: -1;
}
.footer__shape-item--1 {
  max-width: 60px;
  top: 8%;
  left: 50%;
  -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
  animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@media (min-width: 576px) {
  .footer__shape-item--1 {
    width: auto;
    top: 12%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .footer__shape-item--1 {
    top: 70%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--1 {
    left: 27%;
    top: 17%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 23%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--1 {
    top: 17%;
    left: 33%;
  }
}
.footer__shape-item--2 {
  content: "";
  height: 95%;
  width: 920px;
  border: 1px solid var(--bg-white);
  opacity: 0.06;
  padding: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 0%;
  left: -3%;
  transform: rotate(13deg);
  display: none;
}
@media (min-width: 768px) {
  .footer__shape-item--2 {
    display: block;
    width: 530px;
    top: 0%;
    left: -19%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 {
    width: 530px;
    top: 4%;
    left: -11%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 {
    height: 100%;
    top: 9%;
    left: -6%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 {
    height: 101%;
    width: 920px;
    top: 0%;
    left: -26%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 {
    height: 107%;
    width: 920px;
    top: 0%;
    left: -3%;
  }
}
.footer__shape-item--2 span {
  position: absolute;
  content: "";
  height: 90%;
  width: 900px;
  background: linear-gradient(150.39deg, rgba(237, 242, 248, 0.22) 15.02%, #EDF2F8 99.59%);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  top: 5%;
  left: -1%;
}
@media (min-width: 768px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 992px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1200px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -77%;
  }
}
@media (min-width: 1400px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}
@media (min-width: 1600px) {
  .footer__shape-item--2 span {
    top: 5%;
    left: -1%;
  }
}

.pricing__shape-item {
    position: absolute;    
    z-index: -1;
}

.pricing__shape-item--1 {
  content: "";
  height: 95%;
  border: 2px solid var(--bg-shape-color-2);
  padding: 40px;
  border-radius: 100px 213px 100px 100px;
  opacity: 0.4;
  transform: rotate(25deg);
  display: none;
}
@media (min-width: 768px) {
  .pricing__shape-item--1 {
    display: block;
    width: 1050px;
    top: 3%;
    left: -6%;
  }
}
@media (min-width: 992px) {
  .pricing__shape-item--1 {
    top: 8%;
    left: 12%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--1 {
    top: 0%;
    left: 11%;
  }
}
@media (min-width: 1400px) {
  .pricing__shape-item--1 {
    left: 27%;
  }
}
.pricing__shape-item--1 span {
  position: absolute;
  content: "";
  height: 96%;
  width: 1000px;
  background: linear-gradient(4deg, var(--bg-shape-color-trans-2) 0%, var(--bg-shape-color-2) 100%);
  border-radius: 100px 213px 100px 100px;
}
@media (min-width: 768px) {
  .pricing__shape-item--1 span {
    top: 2%;
    left: 2%;
  }
}
@media (min-width: 1200px) {
  .pricing__shape-item--1 span {
    width: 1000px;
    top: 2%;
    left: 2%;
  }
}


.nav.nav-1 {
    max-width: 500px;
    background: #081612;
    border: 1px solid rgb(255 255 255 / 10%) !important;
    margin: auto;
    border: 0;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px;
}

.nav.nav-1 .nav-link {
    border-radius: 50px;
    font-size: 1.125rem;
    color: rgb(255 255 255 / 75%);
    width: 100%;
    padding: 10px 30px;
    font-weight: 600;
    border: 0;
}

.nav.nav-1 .nav-link:hover {
    color: #fff;
}

.nav.nav-1 .nav-link.active {
    color: #000;
}

.nav.nav-1 .nav-item {
    width: 100%;
}



.table-div {
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 12px;
    overflow: hidden;
    background: #081612;
}

.table.table1 {
    color: #fff;
    margin-bottom: 0;
}
.table.table1 tbody tr:nth-child(odd) {
    background: rgb(255 255 255 / 5%);
}

.table.table1 thead tr th {
    padding: 16px 24px;
    text-align: center;
}
.table.table1 tbody tr th,
.table.table1 tbody tr td {
    padding: 16px 24px;
    vertical-align: middle;
}

.table.table1 tbody tr td {
    text-align: center;
}

.table.table1 tbody tr th {
    font-weight: 400;
}
.table.table1 tbody tr th,
.table.table1 tbody tr td:not(:last-child),
.table.table1 thead tr th:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.btn-count-common {
    border: 1px solid white;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 58px;
    height: 58px;
    font-size: .875rem;
}

.btn-count-common.active {
    background: #fff;
    color: #00d094;
}


.modal.modal1 .modal-content {
    background: #000a07;
    border-radius: 20px;
}

.modal.modal1 button.btn-close {
    box-shadow: none !important;
    outline: none !important;
}


/* scrollbar */
.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #323232;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: #323232;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #00d094;
}

