html {
	scroll-behavior: smooth;
    background: linear-gradient(0deg, #ecf1ff -15.57%, rgba(255, 255, 255, 0) 75%);
    font-size: 1rem;
}

@media (min-width: 1500px){
   html {
      font-size: 1.2rem;
   }
}

h2 {
   font-weight: 800;
}


h3 {
   font-weight: 800;
   font-size: 1.4rem;
}

body {
	font-family: 'Manrope', sans-serif;
	margin-left: 10%;
	margin-right: 10%;
   color: #20262e;
}



.button {
   display: flex;
   padding: 8px 16px;
   border-radius: 40px;
   position: fixed;
   position: fixed;
  bottom: 36px;
  right: 24px;
  font-size: 1.6rem;
  background-color: rgb(153 161 185 / 80%);
  box-shadow: none;
}

@media (min-width: 1500px){
   .button {
      padding: 8px 22px;
   }
}

h1 {
   font-size: 1.8rem;
   font-weight: 800;
}

.button > a {
   color: white;
}

a {
    text-decoration: none;
    color: #3456ff;
}


.divider {
   margin: 40px 0px;
    border: 1px solid rgba(134, 137, 170, 20%);

}


nav {
   display: flex;
	margin-top: 28px;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}


.navigation {
    display: block;
    padding: 4px 0px;
    border-bottom: 2px solid #2c3137;
    color:#2c3137;
    font-weight: 700;
    font-size: 0.87rem;
    transition: color 20ms ease-in;
}

.navigation:hover {
   color: #3456ff;
   border-bottom: 2px solid #3456ff;
}

.Intro {
    display: flex;
    justify-content: center;
}


.AboutProject {
    display: grid;
    align-items: end;
    width: 80%;
    grid-template-columns: 25% 25% auto;
    gap: 10px 40px;
    padding: 10px 0px;
    align-items: end;
  }
  
  .AboutProject > div {
    text-align: left;
    padding: 20px 0;
    font-size: 0.87rem;
    font-weight: 500;
    color: #2c3137;
    border-bottom: 1px solid rgb(227, 228, 238);
  }
 
 .item5 {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: span 2;
    line-height: 180%;

 }

 .Label {
    font-size: 0.87rem;
    font-weight: 700;
    color: #8a8ea0;
 }

 .container {
    margin: 60px 10%;
    width: 80%;
    justify-content: left;
 }


.text {
    line-height: 200%;
}

 .IMG_container {
    display: flex;
    padding: 20px 0px 20px 0px;
 }

#filters {
   box-shadow: none;
   border: none;
 }

 .IMG {
   width: 100%;
   height: auto;
   border: 1px solid #e4e6ee;
   border-radius: 12px;
   box-shadow: 0px 4px 28px 0px rgba(222, 227, 242, 0.6);
   ;
 }

 video {
   box-shadow: 0px 4px 28px 0px rgb(153 161 185 / 60%);
   border-radius: 12px;
 }


 div.focuslist {
    display: flex;
    flex-direction: column;
    list-style-position: outside;
 }

ul {
    list-style-type: disc;
    padding-top: -10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
 }

 .lidecsription {
    font-size: 0.87rem;
    line-height: 160%;
    color: #2c3137;
    text-decoration: none;
    font-weight: 500;
 }

 .twocolumnscontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto 20px 10%;
 }

 .column1 {
    width: 60%;
 }

 .column2 {
    width: auto;
    min-width: 20%;
    margin-top: 32px;
 }

.teamlist {
    list-style-type: none;
    padding: 0px;
    line-height: 200%;
    font-size: 0.87rem;
    color: #626573;
 }


.number {
list-style-type: decimal;
line-height: 180%;
 }


 .outputs {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: 20px 10% 60px 10%;
 }

 .Workflow {
   display: grid;
   align-items: end;
   width: 80%;
   grid-template-columns: auto auto;
   gap: 20px 4%;
   align-items: start;
 }
 
 .Workflow > div {
   font-size: 0.87rem;
   font-weight: 500;
   color: #444a51;
 }

 .workflowlist {
   list-style: none;
   padding-inline-start: 0px;
   font-weight: 500;
 }

 .Name {
   font-size: 1.12rem;
   font-weight: 800;
   color: #495BB6;
 }



 .swiper {
   display: flexbox;
   margin-bottom: 40px;
   box-shadow: 0px 4px 28px 0px rgb(153 161 185 / 60%);
   border-radius: 12px;
   width: 100%;
 }
 
 .swiper .tooltip{
   color: #3456ff;
 }


 .swiper img {
   width: 100%;
   height: auto;
 }

 .swiper .swiper-button-prev,  .swiper .swiper-button-next  {
   color: #626573;
   scale: 0.6;
 }

 .swiper .swiper-button-prev:hover,  .swiper .swiper-button-next:hover {
   color: #3456ff;
 }
.swiper .swiper-pagination-bullet-active {
   background-color: #626573;
}

.swiper .swiper-pagination-bullet:hover {
   background-color:#3456ff;
}
.card{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.theme {
   display: flex;
   width: 32%;
   height: auto;
   border-radius: 13px;
   box-shadow: 0px 4px 28px 0px rgba(55, 49, 81, 0.10);
   border: 1px solid #e4e6ee;

}

.theme {
   display: flex;
   width: 32%;
   height: auto;
   border-radius: 13px;
   box-shadow: 0px 4px 28px 0px rgba(55, 49, 81, 0.10);
   border: 1px solid #e4e6ee;

}


.end {
	font-size: 12px;
	display: flex;
	justify-content: center;
	color:#8a8ea0;

}

.Contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mail {
	text-decoration: none;
	color:#2c3137;
	font-size: 14px;
	font-weight: 700;
}

.mail:hover {
	color:#3456ff;
}

footer {
   margin-top: 40px;
   display: block;
   padding-top: 60px;
   height: 100px;
	text-align: center;
border-top: 1px solid #626573;
}

span {
 text-decoration: underline;
   font-weight: 700;
}


.sleep {
   width: 90%;
}

.center {
   margin: 0px 60px;
}

.report {
   display: flex;
   margin: 60px 10%;
   width: 80%;
   justify-content: space-between;
   gap: 40px;
}

.newreport {
   width: 50%;
}

.report img {
   width: 400px;
   height: auto;
}