@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


body{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

.nav_bar {
    background-color: #484C9B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    box-shadow: 0px 3px 6px #00000029;
    font-family: "Inter", sans-serif;

}

.navbar-media
{
    background-color: #183153;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-media .navbarmedia-left .nav-item .nav-link
{
    color: #CCF0EB;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    list-style: none;
    text-align: center;
    line-height: 20px;
}
.navbar-media .navbarmedia-left
{
    gap: 20px;
    padding-left: 27px;
}

.navbar-media .navbarmedia-left .nav-item .nav-link.active
{
    color: #FFFFFF;
    font-weight: 600;
}



.nav_bar .navbar_container {
    width: 100%;
    max-width: 90%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    gap: 40px;
}

.navbar .navbar_container
{
    max-width: 90%;
    width: 1420px;
}

.nav_bar .navbar_container .navbar_right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}
.nav_bar .navbar_container .navbar_right .navbar_btns,.navbar-media .navbarmedia-right .navbar_btns{
    display: flex;
    gap: 20px;
    align-items: center;
}
.nav_bar .navbar_container .navbar_right .navbar_btns button,
.navbar-media .navbarmedia-right .navbar_btns button,
.navbar-media .navbarmedia-right .navbar_btns a,
.nav_bar .navbar_container .navbar_right .navbar_btns a {
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    border-radius: 8px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 44px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.navbar-media .navbarmedia-right .navbar_btns a.dropdown-item{
    color: #151828;
}

.navbar-media .navbarmedia-right .navbar_btns a.conSales{
    color: #CCF0EB;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0;
}

.nav_bar .navbar_container .navbar_right .hovred {

    background-color: #B2F0FB;
    white-space: nowrap;
}


.navigation {
    width: auto;
    height: auto;
    
}   
.navigation  .List_nav {

    width: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 50px;
    align-items: center;
    list-style: none;

}
.navigation  .List_nav .linkTo {

color: #151828;
padding: 5px 0px;

}
.navigation  .List_nav  .lintTo_scrolled {
	color: white;
}
.navigation  .List_nav .active_link a{
    color: #EDFCA7;
    padding: 5px 0px;
}
.navigation  .List_nav .active_linkScrolled  {
	
    color: white;
    border-bottom: 2px solid white;
	font-weight: 300;
    padding: 5px 0px;
}

.navigation  .List_nav .active_linkScrolled a {

	font-weight: 400;
}
.navigation  .List_nav a{

    text-decoration: none;
    font-size: 0.87;
    font-weight: 600;
    letter-spacing: 0.3px;
    list-style: none;
    color: inherit;
}


.navbar-toggler,.navbar-toggler .navbar-toggler-icon {
    border-color: #fff;
    color:#fff;
}


.container_page {
    width: 1420px;
    max-width: 90%;
    height: auto;
    margin: auto;
} 


/*presentation*/
.presentation {
    width: 100%;
    position: relative;
    height: 100%;
    background: transparent linear-gradient(179deg, #F4F5F900 0%, #E9EDFE 100%) 0% 0% no-repeat padding-box;
    /* max-height: 630px; */
    justify-content: center;
    display: flex;
    padding: 90px 20px 20px;
}
.presentation_container {
    width: 1340px;
    max-width: 90%;
    height: auto;
    display: flex;
    gap: 25px;
    margin: auto;
    padding: 40px 0;
} 

.presentation .presentation_container  .presentation_right{
    display: flex;
    align-items: center;
    justify-content: right;
}
.presentation .presentation_container  .presentation_right img {
    width: 500px;
    max-width: 100%;
    object-fit: contain;
}
.presentation .presentation_container  .presentation_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.presentation .presentation_container  .presentation_left h6 {
    font-weight: 700;
    color: #183153;
    font-size: 0.87rem;
    margin: 0px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.presentation .presentation_container  .presentation_left h2 {
    font-weight: 700;
    color: #183153;
    font-size: 2.81rem;
    margin: 0px;
}
.presentation .presentation_container  .presentation_left .description {
    color: #878A99;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    max-width: 440px;
}

.presentation .presentation_container  .presentation_left  .display_column .items .icon {
    
    padding: 7px;
    background-color: #B2F0FB;
    border-radius: 3px;
    color: #50c1ff;
} 

.presentation .presentation_container  .presentation_left .target{
    color: #0077B5;
}

.presentation .presentation_container  .presentation_left .Get-StartedForm{
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

.presentation .presentation_container .presentation_left .Get-StartedForm input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border:1px solid #D2D5DE;
    text-indent: 15px;
    color: #99A1B7;
    font-size: 0.87rem;
    font-weight: 500;
    outline: none;
}

input:focus-visible{
    outline: none;
}

.presentation .presentation_container .presentation_left .Get-StartedForm input::placeholder{
    font-family: 'Font Awesome 5 Pro','sans-serif';
    color: #99A1B7;
    font-size: 0.87rem;
    font-weight: 500;
}

.presentation .presentation_container .presentation_left .Get-StartedForm a.btn-started{
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    background: #009c9c;
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px;
    text-wrap:nowrap;
    height: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}







/*Sources*/
.sources{
    padding: 50px 0;
}
.sources .sourcesContainer{
    background: transparent linear-gradient(179deg, #F4F5F900 0%, #E9EDFE 100%) 0% 0% no-repeat padding-box;
    background-image: url('../img/sources.png');
    height: 500px;
    background-size: 100% 99.99%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.sources .sourcesContainer h6{
    font-size: 16px;
    color: #183153;
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding: 0 40px;
}

.sources .sourcesContainer h6::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #183153;
    text-align: center;
    z-index: -1;
}

.sources .sourcesContainer h6 span{
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    font-size: 1rem;
    color: #183153;
    text-align: center;
}

.sources .sourcesContainer h2{
    font-size: 1.87rem;
    color: #183153;
    font-weight: 700;
    text-align: center;
}

.sources .sourcesContainer p{
    font-size: 14px;
    color: #183153;
    width: 40%;
    max-width: 80%;
    text-align: center;
}

.sources .sourcesContainer button{
    font-size: 14px;
    color: #FFFFFF;
    width: 220px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    background: #04B59F;
    border: none;
}









/*Advantages*/
.Advantages{
    background: #FFFFFF;
    padding: 60px 0;
}

.Advantages .container_page{
    width: 1240px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.AdvantagesContent{
    width: 100%;
    --bs-gutter-x: 110px;
    --bs-gutter-y: 20px;
}

.AdvantagesContent .AdvantagesStep img{
    width: 100%;
    object-fit: contain;
}

.AdvantagesContent .AdvantagesInfo{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.AdvantagesContent .AdvantagesInfo h3{
    font-size: 1.9rem;
    color: #183153;
    margin-bottom: 0;
    font-weight: 800;
}

.AdvantagesContent .AdvantagesInfo p{
    font-size: 1rem;
    color: #183153;
    margin-bottom: 0;
}

.AdvantagesContent .AdvantagesInfo ul{
    margin: 0;
    padding: 16px 0 15px 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.AdvantagesContent .AdvantagesInfo ul li{
    position: relative;
    font-size: 16px;
}

.AdvantagesContent .AdvantagesInfo ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro', 'sans-serif';
    display: inline-block;
    position: absolute;
    left: -20px;
    font-weight: 600;
    color: #183153;
}

a.btncolorapp{
    font-size: 1rem;
    color: #183153;
    background: #444A5100;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    outline: none;
    border: 1px solid #183153;
    align-self: flex-start;
    text-decoration: none;
}

a.btncolorapp2{
    font-size: 1rem;
    color: #FFFFFF;
    background: #183153;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 25px;
    outline: none;
    border: 1px solid #183153;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
}

.AdvantagesContent .AdvantagesStep{
    text-align: right;
}











/* Steps  */

.steps .stepsContainer{
    background: transparent linear-gradient(0deg, #F4F5F900 0%, #F4F5F9 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 40px 30px 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.steps .stepsContainer h2{
    color: #183153;
    font-weight: 700;
    font-size: 2.25rem;
    margin: 0;
}

.steps .stepsContainer p{
    color: #183153;
    font-size: 1.25rem;
    margin: 0;
}

.stepsitems .stepsitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding-left: 20px;
}

.stepsitems .stepsitem .icon{
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: rgba(4, 181, 159, 0.18);
    color: rgba(4, 181, 159, 1);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepsitems .stepsitem h2{
    font-size: 20px;
    color: #2E475D;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stepsitems .stepsitem h2 span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #183153;
    font-size: 1rem;
    width: 22px;
    height: 22px;
    border: 1px solid #F2F2F3;
    border-radius: 5px;
}

.stepsitems .stepsitem p{
    font-size: 1rem;
    color: #70758F;
    margin: 0;
    text-align: center;
}











/*DataCollection*/
.DataCollection .DataCollectioncontainer{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.DataCollection .DataCollectioncontainer h2{
    font-size: 2.25rem;
    color: #183153;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.DataCollection .DataCollectioncontainer img{
    width: 100%;
    object-fit: contain;
}


.DataCollectionitems .DataCollectionitem h2{
    font-size: 1.25rem;
    color: #009C9C;
    font-weight: 700;
    margin-bottom: 20px;
}

.DataCollectionitems .DataCollectionitem p{
    font-size: 1rem;
    color: #70758F;
    margin: 0;
    text-align: center;
}










/*DataExport*/
.DataExport{
    margin: 20px 0;
}

.DataExport .DataExportcontainer{
    padding: 40px;
    background: url(../img//DataExport.png);
    background-size: cover;
    background-position: center;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 10px;
}

.DataExportForm{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #707070;
    width: 450px;
    max-width: 100%;
    padding: 40px;
}

.DataExportForm h2{
    font-size: 1.25rem;
    color: #183153;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.DataExportForm p{
    font-size: 1rem;
    color: #70758F;
    margin-bottom: 0;
    text-align: center;
}

.DataExportForm input{
    width: 100%;
    height: 45px;
    text-indent: 20px;
    border-radius: 5px;
    border: 1px solid #D2D5DE;
    color: #99A1B7;
    font-size: 14px;
    font-weight: 500;
}

.DataExportForm input::placeholder{
    font-family: 'Font Awesome 5 Pro','sans-serif';
    color: #99A1B7;
    font-size: 14px;
    font-weight: 500;
}


.DataExportForm button{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#009C9C;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0;
}











/* testimoials */
.testimonials{
    background: #f5f7fa;
    padding: 60px 0;
}

.testimonials h1{
    font-size: 40px;
    font-weight: 700;
    color: #183153;
    margin-bottom: 40px;
    text-align: center;
}

.testimonials_Content{
    display: flex;
    row-gap: 30px;
    column-gap: 100px;
    flex-wrap: nowrap;
    column-gap:5%;
    align-items: center;
    justify-content: end;
}

.testimonials_Content .testimonials_img{
    position: relative;
    border: 1px solid #84817a73;
    border-radius: 50%;
}

.testimonials_Content .testimonials_img img.img_testmonials{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 10px solid #ecedf5;
    overflow: hidden;
}

.testimonials_Content .testimonials_img span{
    position: absolute;
    top: 0;
    right: -25px;
    width: 40px;
    height: 30px;
}

.testimonials_Content .testmonials_infos p{
    font-size: 16px;
    color: #878A99;
    width: 80%;
}

.testimonials_Content .testmonials_infos h3{
    font-size: 20px;
    color: #183153;
    font-weight: 800;
}

.owl-theme .owl-dots .owl-dot span{
    background: #87d9d0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #04B59F;
    width: 15px;
    height: 15px;
}






/*Frequently*/
.questions {
    width: 1250px;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 0px;
    padding: 40px 0px;
}
.questions .questions_container {

    height: auto;
    display: flex;
    flex-direction: column;
    /* padding: 0px 25px 15px; */
    background-color: #FFFFFF;
    border-radius: 5px;
    width: 100%;

}
.questions .questions_container p {
    font-weight: 600;
    color: #183153;
    font-size: 1.25rem;
    margin: 0px;
    text-align: center;
}
.questions .questions_container h4 {
    font-weight: 700;
    color: #2E475D;
    font-size: 2.5rem;
    margin: 0px;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
}
.questions .questions_container .questions_parent {
    display: flex;
    flex-direction: column;
}
.questions .questions_container .questions_parent .questions_items {
    cursor: pointer;
    padding: 10px 0px ;
    border-top: 1px solid #E5E7EB;
}
.questions .questions_container .questions_parent .questions_items:first-child {
    border-top: none;
}
.questions .questions_container .questions_parent .questions_items  .display{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}
.questions .questions_container .questions_parent .questions_items  .display span{
    color: #2E475D;
    font-size: 1.12rem;
    font-weight: 600;

}
.questions .questions_container .questions_parent .questions_items  .display .showIcon{
    font-size: 1.12rem;
    color: #2E475D;
    z-index: 5;
    height: max-content;
    padding: 10px;
}
.questions .questions_container .questions_parent .questions_items  .display .hideIcon{

    display: none;
    font-size: 1.12rem;
    cursor: pointer;
    color: #2E475D;
    z-index: 5;
}
.questions .questions_container .questions_parent .questions_items .dropped_section {
    position: relative;
    display: none;
    padding: 10px 0px;
    transition: display 0.3s ease; 
    width: 90%;
}
.questions .questions_container .questions_parent .questions_items .dropped_section.collapsed{
    display: block;
    transition: display 0.3s ease;
}
.questions .questions_container .questions_parent .questions_items   .active_section {

    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition: 0.3s ease;
    height: auto;
    padding: 10px 0px 0px 0px;

}
.questions .questions_container .questions_parent .questions_items  .dropped_section span {
    color: #70758F;
    font-size: 1rem;
    letter-spacing: 0.4px;
}






/**/
.data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #f5f7fa;
    border-radius: 5px;
    padding: 78px 0px;
}
.data .data_container .data_left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    height: 100%;
} 
.data .data_container .data_left  h2 {
    color:#2E475D;
    font-size: 2.5rem;
    font-weight: 700;
}

.data .data_container .data_left  button,
.data .data_container .data_left  a {
    background: #009c9c;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    width: 140px;
    outline: none;
    padding: 11px 0px;
    border: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
}
.data .data_container .data_left span {
    color: #70758F;
    font-size: 1rem;
    line-height: 26px;
    max-width: 80%;
}

.data .data_container .data_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.data .data_container .data_right img{
    height: 280px;
    width: 100%;
    object-fit: contain;
}







/* Footer css */
footer {
    width: 100%;
    min-height: 300px;
    background: #183153;
    padding: 30px 0px;
}
footer .footer-content .footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 90px;
}
footer .footer-content .footer-links .footer-links-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .footer-content .footer-links .footer-links-box h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}
footer .footer-content .footer-links .footer-links-box ul {
    padding: 0;
    list-style-type: none;
}
footer .footer-content .footer-links .footer-links-box ul li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
footer .footer-content .footer-rs {
    border: 2px solid #d4d4ee;
    position: relative;
    margin-bottom: 80px;
}
footer .footer-content .footer-rs .fotter-rs-content {
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    background: #183153;
    width: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: repeat(6, 50px);
    justify-content: center;
    align-items: center;
    gap: 20px;
}
footer .footer-content .footer-rs .fotter-rs-content .rs-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    color: #183153;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyrightlinks{
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
}
footer .copyrightlinks ul {
    display: flex;
    list-style-type: none;
    gap: 10px;
    padding: 0;
}
footer .copyrightlinks ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}


/**********/







/* Media Query css */
@media screen and (max-width: 1350px){
    :root{
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .testimonials_Content{
        justify-content: center;
    }
    .navbar-media .navbarmedia-left
    {
        gap: 0px;
        padding-left: 0px;
    }

    .presentation .presentation_container .presentation_content .bts-mobile{
        width: 100%;
    }

    .Partners .Partners_container .PartnersContent{
        grid-template-columns: repeat(3, 1fr);
    }

    footer {
        padding: 60px 30px;
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        gap: 10px;
   }
   
}


@media screen and (max-width: 992px) {
    .navbar-media .navbarmedia-right .navbar_btns{
        flex-direction: column;
        width: 100%;
    }
    .presentation .presentation_container .presentation_right{
        order: 1;
        margin-bottom: 20px;
    }
    .presentation .presentation_container .presentation_content{
        order: 2;
        text-align: center;
        max-width: fit-content;
        width: auto;
    }
    .presentation .presentation_container .presentation_content .description{
        max-width: 80%;
        margin: 0 auto;
    }
    .presentation .presentation_container .presentation_content .bts-mobile{
        justify-content: center;
    }

    .presentation .presentation_container .presentation_content .bts-mobile{
        flex-direction: column;
    }

    .AdvantagesContent .AdvantagesInfo{
        text-align: center;
        align-items: center;
    }

    .AdvantagesContent .AdvantagesInfo a{
        margin: 0 auto;
    }

    .presentation .presentation_container .presentation_right img{
        width: 100%;
    }


    .order-mob-1{
        order: 1;
    }

    .order-mob-2{
        order: 2;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft{
        text-align: center;
        max-width:100%;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyRight img{
        width: 100%;
        margin: 0;
        height: auto;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft button{
        width: auto;
        text-align: center;
    }

    .ManageRelaion .ManageRelation-body .ManageRelation-bodyLeft h1{
        font-size: 1.25rem;
    }
    


    .testimonials_Content{
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .testimonials_Content .testmonials_infos p{
        width: 100%;
    }



    .data{
        text-align: center;
    }

    .data .data_container .data_left{
        align-items: center;
    }


    .StartSub{
        width: auto;
    }

    .stepsitems{
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 767px) {
   footer .copyright {
        flex-direction: column;
   }


    .presentation .presentation_container .presentation_left .Get-StartedForm{
        flex-direction: column;
    }

    .presentation .presentation_container .presentation_right img{
        width: 100%;
    }

    .presentation .presentation_container .presentation_left h6,.presentation .presentation_container .presentation_left h2,
    .steps .stepsContainer h2,.steps .stepsContainer p{
        text-align: center;
    }
    
    .presentation .presentation_container .presentation_left .description{
        max-width: 100%;
        text-align: center;
    }

    .DataCollectionitems .DataCollectionitem{
        margin-bottom: 20px;
    }

    .DataExport .DataExportcontainer{
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .navbar-media
    {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(2, 1fr);
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        gap: 10px;
        grid-template-columns: repeat(3, 50px);
        height: auto;
   }
    footer .copyright ul {
        column-gap: 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
   }
   .presentation .presentation_container  .presentation_content .bts-mobile{
        grid-template-columns: repeat(2, 1fr);
    }
    .nav_bar .navbar_container .navbar_right button, .nav_bar .navbar_container .navbar_right a
    {
        font-size: 0.75rem;
    }
    .nav_bar .navbar_container
    {
        max-width: 100%;
    }
    .presentation .presentation_container .presentation_content h2
    {
        font-size: 1.56rem;
    }

    .DataExport .DataExportcontainer{
        padding: 20px;
    }
}

@media screen and (max-width: 400px) {
    footer .footer-content .footer-links {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
   }
    footer .footer-content .footer-rs .fotter-rs-content {
        grid-template-columns: repeat(2, 50px);
   }

   
}









.fixedBtn{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 5px;
    bottom: 30px;
}

.fixedBtn button{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #00000029;
    color: #FFFFFF;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.fixedBtn button.btnHelpDesc{
    background: #0a9087;
}

.fixedBtn button.btnToTop{
    background: #183153;
}

