



@media (max-width:768px) {

   
    
    * section{
        width: 100%;
        height: auto;
        padding: 4rem 1.5rem;
    }

    * h2{
        font-size: 1rem;
    }



/* Navigation_bar_styles */
nav{
    padding: 1.5rem;
    position: fixed;
    z-index: 1000;
}

nav .nav-list{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.7rem;
}

.logo p{
    font-weight: 800;
}

.nav-list ul{
    display: none;
    cursor: pointer;
}

.nav-button{
    display: none;
}

.mobile-menu{
    color: white;
    display: flex;
    font-size: 1.3rem;
}

/* Hero_section */
.hero-section{
    background-image: url(backgroundimage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    height: 95vh; 
    padding-top: 40px;
    
}

.hero-section-container{
    background-color: #202939f5;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 1.5rem;
}

.header-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2rem;
    width: 100%;
}

.header-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.header-content h1{
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-weight: 900;
    max-width: 100%;
}

.paragraph{
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    color: #adb5bc;
}

.header-button{
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding: 1rem 1.5rem;
    border-radius: 100px;
    background-color: var(--primary-color);
    color: white;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
}

.header-image{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.telegramChannel{
    background-color: white;
    color: #2992D2;
    border: 1px solid #2992D2;
}

/* Service_section */
.service-section{
    background-color: white;
}

.mainContainer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3rem;
}

.service-header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
}

.service-header h2{
    font-size: 1.8rem;
    font-weight: 700;
}

.service-header p{
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    color: #5D6B78;
    text-align: center;
}

.service-description{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.services{
    width: 100%;
    background-color: #CCF4FE;
    padding: 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    justify-content: start;
    align-items: start;
    border-radius: 32px;
}

.crypto{
    background-color: #FFE6DF;
}

.service-content{
    display: flex;
    flex-direction: column; 
    row-gap: 2.5rem;
    width: 100%;
}

.service-content  button{
    width: fit-content;
}

.about-service{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.title h2{
    font-size: 1.5rem;
}


.title p{
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    color: #202939;
    text-align: start;
}

.service-process{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}


.service-process ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}

.list{
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    align-items: start;
    /* color: #364152; */
}

.list i{
    padding: 0.4rem;
    color: #121926;
    border-radius: 100px;
    font-size: 1rem;
}

.list-title{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.list-title h4{
    font-size: 1.2rem;
}

.list-title p{
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    color: #364152;
    text-align: start;
}

.service-image-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-image-card img{
    width: 100%;
    height: auto;
}

/* WhyUS_container */

.whyUs-section{
    background-color: #f8f8f8;
}
.whyUs-list{
    width: 100%;
    display: flex;
    flex-direction:column ;
    row-gap: 1rem;
}

.reason{
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
    height: auto;
    padding: 2rem;
    border-radius: 32px;
    border: 1px solid #E3E8EF;
}

.reason img{
    width: 48px;
    height: 48px;
}

.reason-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
}

.reason-title h4{
    font-size: 1.2rem;
}

.reason-title p{
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
    color: #364152;
    text-align: center;
}

/* Call_to_action */
.call-to-action{
    background-color: #121926;
}

/* .action h2{
    color: white;
} */

.contact-info{
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact-info img{
    width: 80px;
    height: 80px;
}

/* About_Us_section */

.about-container{
    flex-direction: column;
    align-items: start;
}

.about{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    flex: 1;
}

.about-container button{
    width: fit-content;
    background-color: white;
    color: #2992D2;
}
.aboutUsContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.tag{
    width: fit-content;
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: start;
    column-gap: 0.7rem;
    border: 1px solid #E2E6E9;
    border-radius: 100px;

}

.aboutUstitle{
    justify-content: start;
    align-items: start;
}

.aboutUstitle h2{
    max-width: 100%;
}

.aboutUstitle p{
    text-align: start;
    max-width: 100%;
}

.customer-say{
    width: 100%;
    display: flex;
    flex-direction: column; 
    row-gap: 1.5rem; 
}

.content-say{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: start;
}

.titlereason{
    align-items: start;
    row-gap: 0.4rem;
}

.titlereason p{
    text-align: start;
}

.about-us-image{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.about-us-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px; 
}

/* Call-to-action */

.callToaction{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

.callTo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.callTo h2{
    color: white;
    text-align: center;
}

.callTo p{
    color: rgba(245, 245, 245, 0.721);
}
.callToaction{
    background-color: #2992D2;
}

/* Footer_section */

footer{
    background-color: #121926;
}
.footer-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: start;
    align-items: start;
    padding: 2rem;
}

.footer-logo{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.footerLogo p{
    color: white;
}

.footer-logo p{
    color: #E2E6E9;
    max-width: 70%;
    line-height: 1.5rem;
}

.footer-container ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}

.footer-container ul h4{
    font-size: 1rem;
    color: white;
}

.footer-container ul li{
    font-size: 0.9rem;
    color: #cdd5dfd2;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    column-gap: 0.7rem;
    align-items: center;
}

.footer-container ul li a{
    color: #cdd5dfd2;
    text-decoration: none;
}

.telegram{
    background-color: #121926;
    border: none;
}

}

.nav-mobileSidebar{
    background-color: #121926;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    padding: 2rem;
    z-index: 9999;
    flex-direction: column;
    row-gap: 2.5rem;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.nav-mobileSidebar.active {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    transform: translateX(0);
}

.close-bar-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.close-bar-content i{
    font-size: 1.3rem;
}


.Container ul{
    width: 100%;;
}

.Container ul li{
    font-size: 1rem;
    font-weight: 300;
}

.Container ul li a{
    font-size: 1rem;
    font-weight: 300;
}





