.bg-light {
    background-color: #f6fafd !important;
}

.bg-white {
    background-color: #fff;
}

.btn {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500 !important;
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 5px;
    min-height: 40px;
}

.btn-primary{
    background-color: #fcd535;
}

.btn-primary:hover {
    background-color: #f6cf31 !important;
}

.btn-secondary {
    background-color: #EAECEF !important;
    color: #1E2329 !important;
}

.btn-secondary:hover {
    background-color: #cfcfd1 !important;
}

.d-flex .Language {
    padding: 8px 16px;
}

.transition-icon {
    transition: transform 0.3s ease-in-out;
}

.animate-icon {
    transform: rotate(90deg);
}

.nav-item a:hover {
    color: #E39601;
}

.nav-item a {
    display: block;
    width: 100% !important;
}

.nav-item li {
    padding: 5px 8px;
} 

.dropdown-menu {
    font-size: 13px !important;
}

.hero-buttons {
    margin-top: 6px;    
}

.hero-buttons .btn-primary {
    width: 100% ;    
}

.hero-buttons .btn-secondary {
    font-size: 18px !important;    
}

.hero-buttons .midline {
    display: flex !important;
    margin-top: 16px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
}

.midline > div:nth-child(1)  , 
.midline > div:nth-child(3) {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    height: 1px;
    flex: 1;
    background-color: #EAECEF;
}

.midline > div:nth-child(2) {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    color: #707A8A;
  }


.two-button-wrapper {
    display: flex;
    flex-direction: row;
}

.two-button-wrapper .btn {
    width: 50% ;
}

.two-button-wrapper button:first-child {
    margin-right: 5px;
    
}  

.title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100% !important;
}

.title-wrapper a {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.title-wrapper svg {
    box-sizing: border-box;
    margin: 0px 0px 0px 4px;
    min-width: 0px;
    color: currentcolor;
    font-size: 24px;
    fill: currentcolor;
    width: 1em;
    height: 1em;
}

.hero-area .section {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-area .col {
    margin-bottom: 20px;
}

.hero-area .col div:first-child {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: rgb(30, 35, 41);
}

.hero-area .col div:last-child {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(30, 35, 41);
}

.feature {
    padding-top: 30px;
}

.feature .feature-box {
    padding: 35px;
}

.partners-carousel-container {
    width: 100%;
    overflow: hidden;
    padding-top: 10px !important;
}

.partners-carousel-container .section-title {
    text-align: center;
}
  
  @keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px*7));
    }
}

.partners-carousel {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 80s linear infinite ;
    align-Items: 'center';
    justify-content: 'space-between';
}

.partner-logo {
    flex: 0 0 20%;
    padding: 15px;
}

.partner-logo img {
    max-height: 120px;
    filter: contrast(60%);
}

.Black {
    color: black !important;
}

.Green {
    color: green !important;
}

.Red {
    color: red !important;
}

.live-price .table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.table tr:hover td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table tr:hover th {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.table th span::before {
    content: "\00a0\00a0 \00a0\00a0";
}

.table th {
    color: #000000 !important;
    font-size: 16px !important;
}

.table th span {
    color: #555555;
    font-size: 14px !important;
    font-weight: 200 !important;
}

.table thead th {
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
}

.live-price img {
    max-width: 32px;
    height: auto;
    margin-right: 16px;
}

table tr {
    cursor: pointer;
}

.products-view {
    text-align: unset !important;
    display: flex;
    cursor: pointer !important;

}

.products-view p {
    margin-bottom: 15px !important;
}

.products-view .tumb img {
    max-width: 80% !important;
    height: unset !important;
    margin-left: 40px;
    margin-top: 40px;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.products-view:hover img {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

.products-view button {
    border-radius: 24px !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    border: none;
    color: #f7a600;
    height: 48px;
    background-color: #f8fafc;
    font-size: large;
    font-weight: bold;
}

.products-view:hover button::before {
    content: 'Check ' !important;
    background-color: #FFFBF0;
}

.products-view:hover button {
    background-color: #FFFBF0;
    padding: 5px 15px !important;
    
}
  

.inner-content-head {
    padding: 1px 1px !important;
}

.get-start-wrapper {
    height: auto;
    min-height: 400px;
    box-sizing: border-box;
    position: relative;
}

.get-start-wrapper .col-lg-5 {
    margin: auto;
    padding: 12px;
}

.get-start-wrapper .col-lg-5 div{
    padding-left: 5px;
    padding: 25px;
    border-bottom-left-radius: 48px;
    border-top-left-radius: 48px;
    padding-left: 88px;
}

.get-start-wrapper .col-lg-5 .active {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; 
    cursor: pointer;
}

.get-start-wrapper .col-lg-5 h3{
    transition: font-size 0.1s ease;
    transition: background-color 0.1s ease;

}

.get-start-wrapper .col-lg-5 .active h3{
    font-size: 32px ;
    font-weight: 800 ;
    transition: font-size 0.1s ease;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */

}

.get-start-wrapper .col-lg-5 h3::after {
    transition: font-size 0.1s ease;
}

.get-start-wrapper .col-lg-5 .active h3::before {
    left: 58px;
    content: "";
    position: absolute;
    width: 16px;
    height: 64px;
    background-color: #f7a600;
    margin-top: -25px;
    z-index: 9;
    transition: background-color 0.1s ease;
}

.get-start-video {
    border: none !important;
}

.get-start-video .inner-content {
    padding: 0px !important;
}

.get-start-video .inner-content img {
    max-width: 100%;
    max-height: 397px;
}

.doc {
text-align: center;
position: relative;
}

.doc:hover {
z-index: 9;
}

.doc-s2 {
display: flex;
margin-left: 20px;
margin-bottom: 20px;
border-radius: 6px;
text-align: left;
}

.doc-photo {
max-width: 125px;
margin-left: auto;
margin-right: auto;
transition: all .2s linear;
z-index: 1;

}

.doc-photo img {
border-radius: 4px;
}

.doc:hover .doc-photo {
transform: translateY(-10px);
}

.doc:hover .doc-photo.no-hover {
transform: translateY(0);
}

.doc-s2 .doc-photo {
max-width: 100px;
margin-top: 20px;
margin-left: -20px;
margin-bottom: -20px;
margin-right: 15px;
}

.doc-shape {
padding-top: 60px;
position: relative;
}

.doc-shape:before {
position: absolute;
top: 0;
left: 50%;
margin-left: -5px;
transform: translateX(-50%);
transform-origin: 50% 50%;
content: '';
background: url(../images/polygon-a-dark.png) 50% 0/contain no-repeat;
width: 215px;
height: 205px;
z-index: -1;
transition: all .2s linear;
}

.tc-light .doc-shape:before {
background-image: url(../images/polygon-a-light.png);
}

.doc-shape-a:before {
transform: translateX(-50%) rotate(0deg);
}

.doc:hover .doc-shape-a:before {
transform: translateX(-50%) translateY(10px) rotate(0deg) scale(1.1);
}

.doc-shape-b:before {
transform: translateX(-50%) rotate(90deg);
}

.doc:hover .doc-shape-b:before {
transform: translateX(-50%) translateY(10px) rotate(90deg) scale(1.1);
}

.doc-shape-c:before {
transform: translateX(-50%) rotate(-90deg);
}

.doc:hover .doc-shape-c:before {
transform: translateX(-50%) translateY(10px) rotate(-90deg) scale(1.1);
}

.doc-shape-d:before {
transform: translateX(-50%) rotate(135deg);
}

.doc:hover .doc-shape-d:before {
transform: translateX(-50%) translateY(10px) rotate(135deg) scale(1.1);
}

.doc-title {
margin-top: 15px;
padding-bottom: 8px;
}

.doc-title small {
display: block;
}

.tc-light .doc-title small {
color: #fff;
}

.doc-s2 .doc-title {
margin-top: 25px;
font-weight: 600;
}

.doc-download {
font-size: 18px;
line-height: 19px;
padding: 8px 15px;
min-width: 60px;
border-radius: 4px;
color: #fff;
background: linear-gradient(to right, #c116fe 0%, #5723c9 100%);
display: inline-block;
}

.doc-download:hover {
color: #fff !important;
background: #2bc9b4;
}

.doc-lang {
text-transform: uppercase;
font-size: 11px;
margin-top: 5px;
}

.doc-photo img {
    max-width: 100%;
}

.tc-light a.doc-download {
color: #fff !important;
}

.tc-light a.doc-download:hover {
color: #866bfe !important;
background: #fff;
}

@media (min-width: 1200px) {
.doc-shape:before {
    width: 255px;
    height: 245px;
}

.doc-photo {
    max-width: 175px;
}
}

.footer-link ul {
    padding-right: 1rem !important;
    padding-left: 0px !important;
}

.announcement .card {
    cursor: pointer;
}

.announcement .card:hover {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

.changelog h4 {
    padding-left: 15px;
}

.contact-list {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
    position: relative;
    z-index: 2;
    list-style: none;
}
.boxed {
    padding: 35px 30px;
}

.field-item {
    padding-bottom: 15px;
}

.input-bordered {
    border-radius: 6px;
    border: 1px solid #dbe4f7;
    width: 100%;
    padding: 10px 15px;
    line-height: 21px;
    font-size: .9em;
    color: #415076;
    transition: all .4s;
    background-color: transparent;
}

.field-item-s2 .input-bordered {
    border: 2px solid #d1e0f6;
    background: transparent;
}

.input-bordered-lg {
    padding: 13px 20px;
}

.contact-text {
    display: inline;
}

.contact-icon {
    height: 30px;
    width: 30px;
    padding: 8px;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: rgb(185, 15, 185);
    box-shadow: 0px 2px 15px 0px hsla(321, 70%, 46%, 0.5);
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-list li {
    margin-top: 20px;
}

.pagination {
    margin-top: 20px;
    /* align-items: center !important; */
}

.pagination ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
}

.pagination li button {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.pagination li.active button {
    background-color: #ccc;
}

.blogs .card {
    margin-right: 25px;
}

@media (max-width: 444px) {
    .live-price img {
        max-width: 24px;
        margin-right: 8px;
    }
    .table th {
        font-size: 12px !important;
    }
    
    .table th span {
        font-size: 10px !important;
        font-weight: 150 !important;
    }
    
    .table thead th {
        font-size: 10px !important;
        font-weight: 150 !important;
    }
}

@media (max-width: 760px) {
    .section {
       padding: 45px 0px !important;
    }

    .live-price table tr td:last-child ,
    .live-price table tr th:last-child  {
        display: none;
    }

    .title-wrapper a {
        display: none;
    }

    .btn {
        width: 100%;
    }
    .field-item {
        padding-bottom: 30px;
    }
}

@media (min-width: 760px) {
    .hero-area .col div:first-child {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
    }

    .hero-area .col div:last-child {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    
}
@media only screen and (min-width: 760px) and (max-width: 992px) {
    .intro-video-area {
        padding-top: 55px;
    }

    .get-start-wrapper .get-start-video {
        padding-right: 0px ;
    }
}

@media (max-width : 992px) {
    .get-start-wrapper .get-start-video {
        padding-left: 12px !important ;
    }

    .hero-buttons {
        width: 100% ;
    }
    
}

@media (min-width : 992px) {
    .hero-buttons {
        max-width: 384px;
    }
    .boxed {
        padding: 45px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .get-start-wrapper .col-lg-5 h3{
        font-size: 18px ;
        transition: font-weight 0.1s ease;

    }

    .get-start-wrapper .col-lg-5 .active h3{
        font-size: 20px;
        font-weight: 720;
        transition: font-weight 0.1s ease;

    }

    .get-start-wrapper .col-lg-7 {
        margin: auto;
    }

    .get-start-wrapper .col-lg-5 .active h3::before {
        width: 12px;
        height: 48px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
 .section {
    padding: 55px 0px !important;
 }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
 .section {
    padding: 60px 0px !important;
 }
}

@media (min-width: 1600px) {
    .section {
       padding: 65px 0px !important;
    }   
}
