
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", serif;
}
.main-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.nav-cont{
    width: 100%;
    box-shadow: 0px 0px 8px 0px lightgrey;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 999;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    padding: 1.2rem;
}
.hero-sec-container{
    width: 100%;
    margin: auto;
    background-image: url(./images/Background-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 4rem;
}
.hero-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: auto;
    margin-right: 0;
    gap: 2rem;
    padding: 2rem 0rem;
}
.left-sec{
    width: 50%;
}
.right-sec{
    width: 45%;
}
.right-sec img{
    width: 100%;
    height: auto;
}

.main-heading{
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
}
.main-heading span{
    color: #F99A58;
}
.reffer-btn-nav{
    background: #000;
    border-radius: 12px;
    color: white;
    width: fit-content;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
}
.reffer-btn{
    background: #000;
    border-radius: 30px;
    color: white;
    width: fit-content;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}
.reffer6th-btn{
    background-color: white !important;
    color: black !important;
    font-weight: bold;
    font-size: 15px;
}
.platform-btn{
    background: #000;
    border-radius: 30px;
    color: white;
    width: fit-content;
    padding: 6px 30px;
    font-size: 14px;
    display: flex;
    gap: 8px;
}
.platform6th-btn{
    border: 1px solid white;
}

.btn-cont{
    position: relative;
    width: fit-content;
    margin-top: 2rem;
}
.btn-cont img{
    width: 45px;
    height: 45px;
    position: absolute;
    top: -2px;
    right: -2.0rem;
}
.left-sec p{
    color: #000000;
    font-size: 16px;
}

.interactive-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

.option {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.opt1 {
    background-color: #F8F5EF;
}

.option:hover {
    background-color: #F8F5EF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 24px;
    color: #555;
}

.text h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #777;
}

.second-sec-cont{
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 2rem 1.5rem
}
.second-sec-div{
    display: flex;
    gap:30px;
    width: 100%
}
.range{
    height: fit-content
}
.range img{
    height: 380px;
    max-height: 380px;
}
.sub-heading{
    font-size:30px;
    line-height:40px;
    font-weight: 600;
}

.third-sec-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    width: 90%;
    margin: auto;
    padding: 2rem 1.5rem
}
.user-container{
    background-image: url(/images/3rd-sec-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
 height: 300px;
 padding: 1rem 2rem;
}
.active-user-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.active-user-cont p{
    font-size: 20px;
    font-weight: 600;
}
.live-users{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.live-users p{
font-size: 24px;
font-weight: 600;
color: #FF0000;
margin-bottom: 15px;
}
.live-users div{
    display: flex;
   font-size: 20px;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   font-style: italic;
}
.live-users h1{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin: 0px 5px;
    font-style: normal;
}
.live-users span{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin: 0px 5px;
    font-style: normal;
}
.fourth-section{
    background-color: #F5F5F5;
    margin-top: 1.5rem;
    padding: 2rem 0;
}
.fourth-section p{
    margin-top: 0;
    font-size: 15px;
}
.earning-points{
    border: 1px solid #E5E5E5;
    padding: 15px;
    border-radius: 20px;
    margin-top: 20px;
}
.earning-points p{
 font-size: 15px;
 font-weight: 600;
 margin: 5px 0;
}

.fifth-section{
    width: 90%;
    margin: auto;
    padding: 2rem 1.5rem;
    text-align: center;
}
.work-step-cont{
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
}
.fifth-sec-desc{
    width: 50%;
    margin: auto;
font-weight: 400;
}
.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 20px auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 220px;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}

/* .step-line {
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right, black, black 4px, transparent 4px, transparent 8px);
    position: absolute;
    top: 20px;
    left: calc(100% - 80px);
    z-index: 0;
} */

.step-line{
    width: 85%;
    position: absolute;
    top: 8px;
    left: calc(100% - 85px);
    z-index: 0;
}
.step-line img{
    width: 100%;
}

.step:last-child .step-line {
    display: none;
}

.step-content {
    margin-top: 15px;
}

.step-content h4 {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
    font-weight: 600;
}

.step-content p {
    font-size: 14px;
    color: #666;
}

.person-img img{
width: 100%;
height: auto;
}
.sixth-section{
    background-color: #01020E;
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    border-radius: 25px;
}
.sixth-section-cont{
   padding: 2.5rem 5rem;
    text-align: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    border-radius: 25px;
}
.sixth-section-cont p{
    text-align: left;
    color: white;
    width: 75%;
    font-size: 15px;
    font-weight: 400;
}
.sixth-section-cont h1{
    color: #F99A58;
    text-align: left;
    margin-top: 2rem;
}
.sixth-img-cont{
    width: 50%;
}
.sixth-img-cont img{
    width: 100%;
    height: auto;
}

.eight-section-sec{
    background-color: #F8F5EF;
    width: 90%;
    margin: auto;
    margin-top: 3rem;
    border-radius: 25px;
    padding: 2rem 0rem;
}
.eight-section-sec h1{
    font-size: 30px;
    width: 60%;
    margin: auto;
    text-align: center;
    font-weight: 600;
}
.eight-section-sec p{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}
.footer-sec-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}
.footer-sec-cont h5{
    color: #646060;
    margin: 10px;
    font-weight: 500;
}
.footer-sec-cont p{
    margin: 10px;
    font-size: 15px;
}

.btn-link{
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

.social-links{
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-links a{
    text-decoration: none;
}

.footer-sec-cont a{
   color: inherit;
   text-decoration: none;
}

@media(max-width: 767px){
    .hero-container {
        flex-direction: column;
        padding: 3rem 0rem;
        margin-right: auto;
    }
    .left-sec {
        width: 100%;
    }
    .right-sec{
        width: 100%;
    }
    .second-sec-cont {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 0rem;
    }
    .third-sec-cont {
        flex-direction: column;
        padding: 2rem 0rem;
    }
    .research img{
        width: 100%;
    }
    .main-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 0;
    }
    .range img {
        height: 465px;
        max-height: 465px;
    }
    .sub-heading {
        font-size: 22px;
        line-height: 35px;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .user-container {
        height: 150px;
        width: 100%;
        padding: 8px;
    }
    .live-users h1 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 0px;
        line-height: 20px;
    }
    .live-users span {
        font-size: 20px;
        font-weight: 600;
        margin-top: 0px;
        line-height: 20px;
    }
    .live-users div {
        font-size: 15px;
    }
    .active-user-cont p {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }
    .live-users p {
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0 0;
    }
    .fifth-sec-desc {
        width: 100%;
        font-weight: 400;
        margin: 0;
    }
    .work-step-cont {
        flex-direction: column;
    }
    .steps-container {
        flex-direction: column;
        margin: 0;
    }
    .step-line {
        display: none;
    }
    .header-container img{
        width: 150px;
    }
    .reffer-btn-nav {
        font-size: 14px;
        padding: 10px 20px;
    }
    .sixth-section-cont {
        padding: 2rem 2rem;
        flex-direction: column;
    }
    .sixth-section-cont p {
        width: 100%;
    }
    .eight-section-sec h1 {
        font-size: 18px;
        width: 90%;
    }
    .footer-sec-cont p {
        margin: 10px;
        font-size: 12px;
    }
    .footer-sec-cont h5 {
        font-size: 12px;
    }
    .left-sec p {
        font-size: 15px;
    }
    .header-container {
        width: 90%;
        margin: auto;
        padding: 1.2rem 0;
    }
    .active-user-cont {
        padding: 0 10px;
    }
    .footer-sec-cont {
        width: 90%;
        margin: auto;
        margin-top: 3rem;
    }
    .fifth-section {
        padding: 2rem 0rem;
    }
    .eight-section-sec p {
        font-size: 16px;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .main-heading {
        font-size: 26px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 0;
    }
    .hero-container {
        width: 96%;
        margin: auto;
        margin-right: 0;
        gap: 1rem;
        padding: 3rem 0rem;
    }
    .header-container {
        width: 92%;
        margin: auto;
        padding: 1.2rem 0;
    }
    .second-sec-cont {
        width: 93%;
        margin: auto;
        gap: 2rem;
        padding: 2rem 0rem;
    }
    .sub-heading {
        font-size: 24px;
        line-height: 35px;
        font-weight: 600;
    }
    .second-sec-div {
        gap: 15px;
        align-items: center;
    }
    .range img {
        height: 100%;
        max-height: 100%;
    }
    .option img{
        width: 20px;
        height: 20px;
    }
    .option {
        gap: 10px;
        padding: 10px;
    }
    .research img{
        width: 100%;
    }
    .third-sec-cont {
        gap: 2rem;
        width: 93%;
        margin: auto;
        padding: 1rem 0rem;
    }
    .live-users h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 5px;
    }
    .live-users span {
        font-size: 24px;
        margin: 0 5px;
        line-height: 30px;
    }
    .user-container {
        height: 185px;
        padding: 1rem 0rem;
        box-shadow: 0px 0px 8px 2px #F8F5EF;
    }
    .live-users div {
        font-size: 18px;
    }
    .active-user-cont p {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .active-user-cont {
        padding: 0px 20px;
    }
    .live-users p {
        font-size: 20px;
    }
    .fifth-sec-desc {
        width: 75%;
    }
    .step-line {
        width: 80%;
        position: absolute;
        top: 5px;
        left: calc(100% - 57px);
        z-index: 0;
    }
    .work-step-cont {
        gap: 1.5rem;
    }
    .fifth-section {
        width: 93%;
        margin: auto;
        padding: 2rem 0rem;
        text-align: center;
    }
    .step-content p {
        font-size: 12px;
    }
    .step {
        max-width: 100%;
    }
    .step-content h4 {
        font-size: 14px;
    }
    .steps-container {
        margin: 20px 0;
    }
    .sixth-section-cont {
        padding: 2rem;
        gap: 2rem;
        margin-top: 0;
    }
    .sixth-section-cont p {
        width: 95%;
    }
    .eight-section-sec h1 {
        font-size: 25px;
        width: 85%;
    }
}