@font-face {
    font-family: 'Cracked Concrete';
    src: url('../fonts/f24q108-cracked-concrete-cracked-concrete-bold-700.otf');
    font-weight: normal;
    font-style: normal
}

:root {
    --base-color: #02c7a7;
    --dark-gray: #101a1d;
    --dark-color: #000000;
    --light-color: #ffff;
    --medium-gray: rgba(255, 255, 255, 0.5);
    --extra-medium-gray: #223035;
    --light-gray: #19272b;
    --very-light-gray: #38464a;
    --font-style: 'Cracked Concrete';
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    color: var(--light-color);
    letter-spacing: 1px;
    background: var(--light-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 0px;
    font-size: 17px;
    font-weight: 400;
    color: var(--light-color);
}


.all-h4-light {
    columns: var(--light-color);
    text-transform: capitalize;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: var(--font-style);
    margin-top: 5px;
    font-weight: 100;
}

.all-h4-dark {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: var(--font-style);
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: 100;
}

.all-h2-light {
    columns: var(--light-color);
    text-transform: capitalize;
    font-size: 45px;
    line-height: 45px;
    font-family: var(--font-style);
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.all-h2-dark {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 40px;
    font-family: var(--font-style);
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 40px;
    letter-spacing: 2px;
}

img {
    max-width: 100%;
}

button:focus,
input:focus {
    outline: none;
}

/***** ----- preloader part end ----- *****/

/***** ----- btn style start ----- *****/
.btn {
    color: var(--white-color);
    background: var(--base-color);
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px 8px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-family: var(--font-style);
    letter-spacing: 2px;
}

.btn:hover {
    color: var(--base-color);
    background: var(--dark-color);
    border-color: var(--base-color);
    animation: box 3s infinite;
}

.btn:before,
.btn:after {
    content: '';
    background: var(--base-color);
    height: 5px;
    width: 10px;
    position: absolute;
    top: -4px;
    right: 10px;
    transition: all 0.5s ease 0s;
}

.btn:after {
    top: auto;
    bottom: -3px;
    right: auto;
    left: 10px;
}

.btn:hover:before {
    right: 85%;
    animation: move 1s infinite;
}

.btn:hover:after {
    left: 80%;
    animation: move 1s infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes box {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 0 0 20px var(--base-color);
    }

    100% {
        box-shadow: none;
    }
}
 

.section-title {
    padding: 0px 0 20px;
    text-align: center;
    margin: 0;
}


/*  ================================ 1. Header Area ================================ */
.main-header {
    position: relative;
    z-index: 1;
    background: rgb(0 0 0);
    backdrop-filter: blur(21.30136871px);
}

/* .main-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--base-color);
    width: 24%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(100% 0, 100% calc(100% - 90px), calc(100% - 70px) 100%, 0 100%, 0 0);
} */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: white;
}
.navbar .logo img{
    width: 90px;
}
.nav-menu {
    display: flex;
    align-items: center;
}

.navbar .logo h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links li {
    margin: 0px 8px;
}

.nav-links a {
    color: var(--light-color);
    text-decoration: none;
    font-size: 19px;
    font-family: var(--font-style);
    letter-spacing: 2px;
}

.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.right-button {
    position: relative;
    padding: 10px 25px;
    transition: 300ms ease-in-out;
    color: var(--dark-color);
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    outline: 1px solid var(--dark-color);
    font-family: var(--font-style);
    border-radius: 50px;
    width: max-content;
    outline-offset: -6px;
    outline-width: 2px;
    margin: auto;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 85px;
        left: 0;
        background: var(--light-color);
        text-align: center;
        height: auto;
        padding: 5px 0px;
    }

    .nav-links.active {
        display: block;
        color: var(--base-color) !important;
    }

    .hamburger {
        display: block;
        background: var(--base-color);
        padding: 0px 8px;
        z-index: 0;
        width: 40px;
        text-align: center;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
    }
}

.active {
    color: #000000 !important;
}

.all-span {
    color: var(--base-color);
}


/*  ================================  2. slider area Start ================================ */

.main-banner {
    padding: 180px 0px 160px;
    position: relative;
    z-index: 1;
    background: #000;
    /* height: 700px; */
}

.main-banner::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../img/bg/bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.8;
}

.slider-table {
    text-align: center;
}

.slider-table .right-button {
    color: var(--light-color);
    background: var(--dark-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
}

.main-h1 {
    text-transform: capitalize;
    font-size: 63px;
    font-family: var(--font-style);
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 65px;
    font-weight: 100;
}

.slider-table-cell {
    position: relative;
    z-index: 99;
}

.slider-table-cell h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Shadows Into Light', cursive;
    text-transform: capitalize;
}

.slider-table-cell p {
    margin: 10px 70px 0px;
    /* text-transform: capitalize; */
    COLOR: VAR(--LIFGHT);
}


/*  ================================  2. slider area End  ================================ */



/*  ================================ 3. About Area Start ================================ */
.about-area {
    position: relative;
    padding: 100px 0px 100px;
    z-index: 1;
}

.about-area .right-button {
    margin: inherit;
}

.about-img {
    position: absolute;
    top: -13%;
    left: 48%;
    transform: translatex(-50%);
    rotate: 45deg;
    background: #ffffff;
    border-radius: 50% 0px 50% 0px;
    padding: 0px;
    border-bottom: 3px dotted var(--base-color);
    border-right: 3px dotted var(--base-color);
}

.about-img img {
    border-radius: 50%;
    width: 200px;
    rotate: -45deg;
    padding: 13px;
}

.about-right {
 
background: #f3f6fc;
 
padding: 40px 25px;
 
border-radius: 10px;
 
border: 3px dotted var(--base-color);
 
position: relative;
 
z-index: 1;
 
margin-top: 95px;
}
.vision{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 125px;
}
.about-right::before {
    /* content: ""; */
    height: 100%;
    left: 0;
    /* position: absolute; */
    top: 0;
    width: 200px;
    /* background: var(--base-color); */
    background-position: center;
    z-index: -1;
}

.about-right .span-1,
.about-right .span-2,
.about-right .span-3,
.about-right .span-4 {
    position: absolute;
    background: var(--base-color);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    z-index: 1;
}

.about-right .span-1 {
    left: -5px;
    top: -5px;
}

.about-right .span-2 {
    right: -5px;
    top: -5px;
}

.about-right .span-3 {
    left: -5px;
    bottom: -5px;
}

.about-right .span-4 {
    right: -5px;
    bottom: -5px;
}


.about-area .section-title p {
    color: var(--dark-color);
}

.about-area .section-title {
    text-align: left;
    padding-bottom: 0;
}

/*  ================================ 3. About Area End ================================ */

/*  ================================  4. services-area Start ================================ */

.services-area {
    position: relative;
    padding: 100px 0px 100px;
    z-index: 1;
    background: var(--dark-color);
    overflow: hidden;
}

.services-area::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(..//img/bg/all-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}

 .services-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/download.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
    filter: contrast(0.5);
}
.main-services-box{
    position: relative;
    z-index: 1;
}
.main-services-box::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    background: var(--base-color);
    width: 3px;
    height: 76%;
    opacity: 0.6;
    z-index: -1;!i;!;
}   
/* .main-services-box:last-child::before { 
    background: none;  
} */
.services-box{
    position: relative;
    margin-bottom: 15px;
    padding-left: 75px;
} 
.services-img{
    width: 60px;
    line-height: 60px;
    position: absolute;
    left: 0%;
    background: var(--base-color);
    height: 60px;
    border-radius: 50px;
    top: 0;
    box-shadow: 0px -4px 3px #ffffff;
    text-align: center;
    background-image: linear-gradient(to top, #02c7a7 0%, #00000000 100%) !important;
    z-index: 2;
}
.services-img img{
    width: 40px;
}
.ser-img-2{
    left: -11%;
} 
.services-area .right-button {
    color: var(--light-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
    display: inline-block;
}

.services-area  .section-title{
    /* text-align: right; */
    /* padding-left: 32px; */
}



.tab {
    padding: 0;
    margin: 0;
}

.tab .nav-tabs {
    margin: 0;
    border: none;
    display: flex;
    position: relative;
    gap: 10px;
    justify-content: center;
}

.tab .nav-tabs li a {
    color: var(--dark-color);
    background: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 13px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-family: var(--font-style);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--light-color) !important; 
    background: var(--base-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
    content: '';
    background: #ffffff;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    background: #246b5f;
    left: auto;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.3s;
    opacity: 0.6;
}

.tab .tab-content {
    background: linear-gradient(135deg, #168f7c 0, #168f7c 15%, #02c7a7 16%, #02c7a7 75%, #168f7c 76%);
    padding: 50px 30px 40px 30px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    width: 95%;
    margin: auto;
    margin-top: 35px;
}

.tab .tab-content::before {
    background: var(--dark-color);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
    margin: 5px;
    border-radius: 15px;
    opacity: 80%;
}

.tab-content .text-left {
    text-align: left;
}

.creator-item:hover .creator-item__shape--second {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.price-label {
    z-index: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgb(255 255 255);
    padding: 10px 25px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
    color: var(--dark-color);
}

.price-label-left {
    background-color: transparent;
    box-shadow: 15px -15px 0 0 rgb(2 0 0);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: 0;
}

.price-label-right {
    background-color: transparent;
    box-shadow: -15px -15px 0 0 rgb(1 1 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 0;
}

/*  ================================  4. services-area End ================================ */




/*  ================================  6. key-featurtes Start ================================ */
.key-featurtes {
    z-index: 1;
    position: relative;
    padding: 100px 0px 100px;
}

.key-featurtes .section-title {
    text-align: left;
}

.features {
    background-image: linear-gradient(to top, #95e9dc 0%, #e7f7f5 100%) !important;
    padding: 45px 30px 30px 30px;
    border-radius: 15px;
    position: relative;
}

.key-featurtes .right-button {
    margin: inherit;
}

.features .features-img {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 90px;
}

.features-1 {
    position: relative;
    padding: 25px 25px 25px 25px;
    background-image: linear-gradient(to top, #e7f7f5 0%, #95e9dc 100%) !important;
}

.features-1 .features-img-1 {
    position: relative;
    width: 250px;
    margin: auto;
    margin-top: 10px;
    display: block;
}

.key-featurtes p {
    color: var(--dark-color);
}

/*  ================================  6. key-featurtes End ================================ */



/*  ================================  7. How-it-work Start ================================ */

.How-it-work {
    padding: 100px 0px 100px;
    position: relative;
    z-index: 1;
    background: var(--dark-color);
}

.How-it-work .right-button {
    color: var(--light-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
}

.How-it-work::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/all-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.How-it-work::after {
    content: "";
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    background: url(https://img.freepik.com/premium-vector/computer-screen-with-blue-background-with-blue-square-with-square-with-cube-it_1057087-2353.jpg);
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    margin: auto;
    z-index: 1;
    border-radius: 10px;
}

.process-content {
    padding: 30px 30px 30px;
    /* margin-top: 15px; */
    border-radius: 10px;
    /* background-image: linear-gradient(to top, #02c7a7 0%, #00000000 100%) !important; */
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
} 
.process-circle-1{
    content: "";
    position: absolute;
    right: -130px;
    bottom: -130px;
    background: transparent;
    width: 250px;
    height: 250px;
    border: 20px solid var(--base-color);
    border-radius: 10%;
    z-index: -1;
    opacity: 0.2;
}
.process-circle-2{
    content: "";
    position: absolute;
    left: -130px;
    bottom: -130px;
    background: transparent;
    width: 250px;
    height: 250px;
    border: 20px solid var(--base-color);
    border-radius: 10%;
    z-index: -1;
    opacity: 0.2;
}
.process-circle-3{
    content: "";
    position: absolute;
    right: -130px;
    top: -130px;
    background: transparent;
    width: 250px;
    height: 250px;
    border: 20px solid var(--base-color);
    border-radius: 10%;
    z-index: -1;
    opacity: 0.2;
}
.process-circle-4{
    content: "";
    position: absolute;
    left: -130px;
    top: -130px;
    background: transparent;
    width: 250px;
    height: 250px;
    border: 20px solid var(--base-color);
    border-radius: 10%;
    z-index: -1;
    opacity: 0.2;
}

.con-1 .process-card_number {
    right: 0;
}
.con-1  {
    padding-right: 100px;
}
.con-3  {
    padding-right: 100px;
}
.con-3 .process-card_number {
    right: 0;
    bottom: 0;
    top: auto;
    border-radius: 15px 0px 0px 0px;
}

.process-content.text-2 {
    text-align: end;
    padding-left: 116px;
}
 
.process-content.text-4 {
    text-align: end;
    padding-left: 60px;
}
.text-2 .process-card_number   {
    left: 0;
    border-radius: 0px 0px 16px 0px;
}
.text-4 .process-card_number   {
    left: 0;
    border-radius: 0px 15px 0px 0px;
    bottom: 0;
    top: auto;
}

.process-card p {
    color: var(--dark-color);
}
.process-card_icon img {
    width: 50px;
}

.process-card-area .process-line {
    position: absolute;
    left: 0;
    top: 155px;
    width: 72%;
    height: 3px;
    background: #eef1f7;
    margin: auto;
    right: 0;
}

.process-card {
    position: relative;
    /* text-align: center; */
}

.process-card_icon {
    /* display: inline-block; */
    /* margin-bottom: 30px; */
    position: relative;
    background: #098574;
    padding: 10px;
    border-radius: 50px;
}
.process-icon{
    position: relative;
    background: #098574;
    padding: 15px;
    border-radius: 50px;
    width: 80px;
    /* margin: auto; */
    text-align: end;
    display: inline-block;
}
.process-card_icon:after {
    content: '';
    /* position: absolute; */
    left: 50%;
    bottom: -25px;
    width: 12px;
    height: 10px;
    /* border-top: solid 10px #ffffff; */
    /* border-left: solid 10px transparent; */
    /* border-right: solid 10px transparent; */
    /* transform: translate(-50%, 0); */
}

.process-card_number {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    /* -webkit-text-stroke: 3px #ffffff; */
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--font-style);
    background: var(--base-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px 0px 0px 15px;
}

.process-card .box-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}



.outer-box {
    position: relative;
    padding: 60px 40px 60px;
    border-radius: 30px;
    background: #232530a3;
    border: 2px solid #ffffff0f;
    overflow: hidden;
    z-index: 1;
}

.outer-box::before {
    content: "";
    position: absolute;
    left: -6%;
    bottom: -6%;
    background: var(--base-color);
    width: 250px;
    height: 250px;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    filter: blur(20px);
    opacity: 0.2;
    border-radius: 50%;
}

.outer-box::after {
    content: "";
    position: absolute;
    right: -6%;
    top: -6%;
    background: var(--base-color);
    width: 250px;
    height: 250px;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    filter: blur(20px);
    opacity: 0.2;
    border-radius: 50%;
}


/*  ================================  7. How-it-work End ================================ */

/*  ================================ 5. why-choose-area Start  ================================ */
.why-choose-area {
    padding: 100px 0px 100px;
    position: relative;
    z-index: 1;
}

.why-choose-contnet {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.why-choose-contnet p {
    color: var(--dark-color);
}

.why-png img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 500px;
}

.why-choose-box {
    text-align: center;
}

.why-choose-box .why-choose-icon {
    background: #fff;
    height: 100px;
    width: 100px;
    line-height: 90px;
    margin: 0 auto 15px;
    border: 3px solid var(--base-color);
    border-right-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
}

.why-choose-box .why-choose-icon img {
    /* filter: invert(1); */
    width: 55px;
    transform: rotate(-45deg);
}

.why-choose-box .why-content {
    padding: 30px 20px;
    border-radius: 150px/50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: radial-gradient(ellipse at right top, #02c7a7 0%, #ffffff 50%, #ffffff 100%);
}


/*  ================================ 5. why-choose-area End  ================================ */


/*  ================================  8. roadmap-area Start ================================ */

.roadmap-area {
    z-index: 1;
    position: relative;
    padding: 100px 0px 100px;
    background: var(--dark-color);
}

.roadmap-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/all-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.roadmap-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/download.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
    filter: contrast(0.5);
}

.roadmap-area .right-button {
    color: var(--light-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
}

#conference-timeline {
    position: relative;
    max-width: 1135px;
    width: 100%;
    margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-size: 23px;
    text-transform: uppercase;
    background: var(--base-color);
    padding: 3px 20px;
    color: #fff;
    max-width: 10%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    font-family: var(--font-style);
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: var(--base-color);
    z-index: -1;
}

#conference-timeline .conference-timeline-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 25px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 42%;
    width: 100%;
}

.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.timeline-article p {
    padding: 0;
    line-height: 24px;
    position: relative;
    color: var(--dark-color);
}

.timeline-article p span.article-number {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: -65px;
    color: var(--base-color);
    font-family: var(--font-style);
    transform: translatey(-85%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 42%);
}

.timeline-article .content-left-container {
    float: left;
}

.timeline-article .content-right-container {
    float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
    position: absolute;
    top: 50%;
    font-size: 60px;
    font-family: "FontAwesome";
    color: #fff;
    transform: translatey(-50%);
}

.timeline-article .content-left:before {
    content: "\f0da";
    right: -17px;
}

.timeline-article .content-right:before {
    content: "\f0d9";
    left: -15px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    right: 0;
    line-height: 90px;
    bottom: 0;
    color: #fff;
    background: var(--base-color);
    margin: auto;
    text-align: center;
    border-radius: 150px / 50px;
}

.timeline-article .meta-date img {
    width: 60px;
}

.all-content {
    margin: 0 0 0 65px;
}

/*===== // Vertical Timeline =====*/

 

/*  ================================  8. roadmap-area End ================================ */

/*  ================================ 10.  Faq-area start ================================ */

.Faq-area {
    padding: 0px 0px 100px;
    z-index: 1;
    position: relative;
    /* border-top: 1px solid #ddd; */
}

.faq-img-2 {
    border-radius: 50%;
    box-shadow: 0 1px 3px 2px rgb(8 0 0 / 5%);
}

.faq-img {
    position: relative;
}

.accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 10px 10px 10px;
}

.accordion-button {
    background: #edf2fa99;
    font-size: 25px;
    letter-spacing: 1px;
    color: var(--dark-color);
    border: 2px solid var(--base-color);
    border-radius: 5px;
    font-family: var(--font-style);
    padding: 15px 20px 15px 25px;
}

.accordion-button::before {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background: var(--base-color);
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: var(--light-color);
    position: absolute;
    left: -15px;
}

.accordion-button.collapsed::before {
    content: "\f0dd";
    line-height: 25px;
}

.accordion-body {
    padding: 20px;
    margin: 3px 10px;
    background: var(--base-color);
    border-left: 2px solid #000000b5;
    border-right: 2px solid #000000b5;
    font-size: 15px;
    color: var(--light-color);
    line-height: 28px;
    letter-spacing: 1px;
}

.accordion-item:last-child .accordion-body {
    border-bottom: 2px dashed #000;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--base-color);
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--base-color);
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/*  ================================ 10.  Faq-area End ================================ */


/*  ================================  11.Contact Us Area strat ================================ */

.contact-area {
    z-index: 1;
    position: relative;
    padding: 100px 0px 100px;
    background: var(--dark-color);
}

.contact-area .right-button {
    color: var(--light-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
}

.contact-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/all-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.contact-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/download.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
    filter: contrast(0.5);
}

.contact-form-area {
    background: rgb(0 0 0 / 32%);
    backdrop-filter: blur(2px);
    padding: 35px 25px 25px 25px;
    border-radius: 20px;
    border: 1px solid #ffffff5e;
    text-align: center;
}

.contact-info-content {
    position: relative;
}

.contact-info-content h2 {
    font-size: 26px;
    text-transform: capitalize;
}

.contact-info-content p {
    margin: 10px 0 0;
}

.form-content {
    position: relative;
    margin-bottom: 20px;
}

.form-content span {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--base-color);
    height: 100%;
    border-right: 1px solid #ffffff3d;
    width: 40px;
    line-height: 57px;
    text-align: center;
}

.form-content span i {
    font-size: 20px;
    color: #ffffff9e;
}

.form-content input {
    height: 50px;
    border: 0.5px solid #ffffff5e;
    padding: 10px 10px 10px 50px;
    background: rgb(0 0 0 / 22%) !important;
    color: #fff !important;
    box-shadow: none !important;

}

.form-control:focus {
    border-color: none;
    border: 0.5px solid #ffffff5e;
    box-shadow: none !important;
}

textarea {
    height: 150px !important;
    margin: 0 0 30px;
    padding: 15px 10px !important;
    border: 0.5px solid #ffffff5e !important;
    background: rgb(0 0 0 / 22%) !important;
    color: #fff !important;
}

.submit-btn a {
    margin: auto;
}

.contact-img {
    position: relative;
}

.con-img-1 {
    position: relative;
    filter: grayscale(1);
}

/*  ================================ 10.  Contact Us Area End ================================ */


/*  ================================ 12. Footer Area ================================ */


.Community-area {
    padding: 80px 0px 80px;
    z-index: 1;
    position: relative;
    margin-top: 1px;
}


.join-comunity {
    padding: 55px 40px;
    z-index: 1;
    position: relative;
    background: #23253094;
    border: 2px solid #ffffff14;
    border-radius: 30px;
    overflow: hidden;
}

.join-comunity .right-button {
    color: var(--light-color);
    outline: 1px solid var(--light-color);
    outline-width: 2px;
}

.join-comunity::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../img/bg/sol-6.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: color-burn;
}

.Community-area p {
    color: inherit;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.socials li {}

.socials a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.socials a i {
    font-size: 20px;
    transition: color .4s ease;
    border: 5px Double var(--base-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 40px;
    color: var(--base-color);
}

.socials a:hover i {
    color: #fff;
}

/**(************** .footer-area******************* */
.footer-area {
    padding: 65px 0 30px;
    position: relative;
    background: var(--dark-color);
    z-index: 1;
}

.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/all-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.footer-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(..//img/bg/download.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
    filter: contrast(0.5);
}

.bg-trans {
    background-color: transparent !important;
}

.copy-right-text {
    color: #fff;
    letter-spacing: 1.5px;
    padding: 15px 0px;
    font-size: 16px;
    background: #eeeeee38;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 40px;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links li a {
    color: var(--light-color);
    font-weight: 100;
    font-size: 18px;
    padding: 10px 15px;
    font-family: var(--font-style);
    border: 1px dashed var(--base-color);
    border-radius: 50px;
}

@media (max-width:500px) {
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.all-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

/*  ================================ footer css End  ================================ */



/******************************* jump to top Buttton************************/

#jump-button {
    display: inline-block;
    background: var(--base-color);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
  }
  #jump-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
  }
  #jump-button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #jump-button:active {
    background-color: #555;
  }
  #jump-button.show {
    opacity: 1;
    visibility: visible;
  }
  
/******************************* jump to top Buttton************************/

.mobile-btn{
    display: none;
}