.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #45b06cff; }
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Didact+Gothic&family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Didact+Gothic&family=Lato&display=swap');
:root{
    --black-bg: #151515;
    --green-nav: #018D8E;
    --bs-font-sans-serif: 'Lato', sans-serif;
}
body {
    background-color: var(--black-bg);
}
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; } 
footer a:hover { color: white; text-decoration: underline; }
.main-page{
    display: flex;
    margin-right: 3rem;
    padding-bottom: 5rem;
   /*  border: 1px solid black; */
    position: relative;
}
.main-div{
    width: 100% !important; margin-bottom: 1rem;
}
.main-title{
    position:absolute;
     margin-left: auto;
     margin-right: auto; 
     color: white;
     text-align: center;
     z-index: 3; 
     right: 0;
      left: 0;
       top: 7%;
       font-size: 6rem;
         font-weight: 700;
}
.main-img{
 width: 100% !important;
}
.imgoverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}
.overunder{
    position:absolute;
    width: 100% !important;
    bottom: -.6rem;
    left: 0;
}
.txt{
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(200px);
    transition: 0.4s all ease-in-out;
}
.txtap{
    opacity: 1;
    transform: scale(1.5);
    transform: translateY(0);
}
.option{
    border: 2px solid #018D8E;
    padding: 0.8rem 0;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.pagenavtext{ 
transform: scale(0);
 opacity: 0;
 font-size: .9rem;
 margin: 0;
 padding: 0;
 font-weight: 700;
 color: white;
 transition: opacity 0.85s ease-in;
}

#disabledtxt{
    font-size: 1rem;
    margin: 0;padding: 0;
}
.option-selected{
    border-radius: 3rem;
    width: 15rem;
    background-color: #018D8E;
    border: 0px;
}
.option-selected .pagenavtext {
    opacity: 1;
    transform: scale(1);
    color:white;
  }
.page-div {
    display: flex;
    gap: 3rem;
    margin-top: 8rem;
    color: white;
}
.elements{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 15rem;
}
@media (max-width: 600px) {
    .page-navigator {
        display: none;
    }
}
@media (max-width: 1100px) {

}
.block{
    display:flex;
    gap: 1.5rem;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content: flex-start;
    margin-bottom: 4rem;
}
.block-title{
    display: flex;
    color: #018D8E;
    align-items: center;
    font-weight: 200;
    gap: 1.6rem;
    font-size: 2.5rem;
    justify-content: center;
   /*  border: 1px solid black; */
}
.block-title img{
  width: 2.7rem;
}
.block-text{
font-size: 1.1rem;
font-weight: 200;
color: white;
}

#fullscreenDiv {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    color: white;
    text-align: center;
}
#fullscreenDiv p {
    margin-top: 20%;
}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
}
.comment-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 60%;
    margin: auto;
    background-color: white;
    border-radius: 2rem;
    height: 100vh;
}
.comments{
    cursor: pointer;
    border: 2px solid #6B84F7;
    border-radius: 2rem;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    padding: 0.5rem 0.5rem 2rem ;
    color: #000000;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.comments:hover{
    transform: translateY(-1rem);
    box-shadow: 0 0 1rem black;

}
.comments span{
    margin: 0;
    
    position: absolute;
    bottom: 0.5rem;
    right: 3%;
}
.page-navigator{
  padding-left: 4rem;
  width: 50rem;
  text-align: center;
/*   border: 1px solid black; */
}
footer p{
    margin-bottom: 0;
}
button{
    width: 25%;
    color: white;
    background-color: #6B84F7;
    padding: 0.5rem 0.2rem;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 20rem;
}
.scroll-tracker {
    width: 0.5rem;
    height: 22rem;
    background-color: #ccc;
    border-radius: 20rem;
    
  }
  
  .progress-bar {
    height: 0;
    width: 0.5rem;
    border-radius: 20rem;
    background-color: #018D8E   ;
    transition: height 0.1s ease; /* Optional: Add a smooth transition effect */
  }
  /* Apply the animation on hover */
  .option:hover {
    border-radius: 3rem;
    width: 15rem;
  }
  .option:hover .pagenavtext {
    opacity: 1;
    transform: scale(1);
  }


  .slider{
    width: 80%;
    height: 32rem;
    margin: 3rem auto;
    position: relative;
    overflow: hidden;
    
}
.slider .list{
    position: absolute;
   width: max-content;
   gap: 5rem;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: max-content;
}
.slider .buttons{
    position: absolute;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 4rem;
    height: 4rem;
    font-weight: 800;
    color: #676363;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 6rem;
    font-family: monospace;
}
.item{
    width: 51rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;

}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    
}
.slider .dots li{
    cursor: pointer;
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
}
@media (max-width: 700px) {
    html {
        font-size: 50%;
    }
}
span{
    /* color: #3300FF; */
    font-weight: 700;
}
@media (max-width: 400px) {
    html {
        font-size: 10%;
    }
}

.row {
    padding-left: 5rem;
    padding-right: 5rem;
}









/* home page */
.home-main-parallax{
    width: 100% !important;
    position: relative;
    z-index: -1;
}
.home-parallax-img{
    width: 100% !important;
}
.absoluteimg{
    width: 100% !important;
    position: absolute;
    left: 0;
    transition:  ease-in;
}
.par1{
    z-index: 1;
    top: -3%;
}
.par2{
    z-index: 2;
    top: 22%;
}
.par3{
    z-index: 3;
    top: 28%;
}
.par4{
    z-index: 4;
    top: 34%;
}
.par5{
    z-index: 5;
    top: 38%;
}
.par52{
    z-index: 5;
    top: 36.8%;
}
.par6{
    z-index: 6;
    top: 45%;
}
.par7{
    z-index: 7;
    top: 19.6%;
}
.par8{
    position: absolute;
    top: -7%;
    right: 12%;
    z-index: 8;
    height: 42%;
    width: 50%;
    
}
.par9{
    z-index: 10;
    bottom: -4%;
}
.absolutetitle{
position: absolute;
z-index: 9;
margin-left: auto;
color: white;
margin-right: auto;
left: 0;
bottom: 32%;
right: 0;
text-align: center;
font-size: 10rem;
}
.home-main{
    background-color: #101010;
    position: relative;
    overflow: hidden;
}
.paragraph{
    text-align: center; 
    font-size: 2.5rem;
    color:white;
    font-weight: 900;
    margin: 6rem auto;
}

.p2{
margin: 5rem 0 ;
}
spangr{
    color: #24DC25;

}
spangrr{
    color: #5D995C;
    
}
.earth {
    width: 300px;
    height: 300px;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px #000 inset, 0 0 10px 1px #000;
    transform: scale(0.3);
  }
  
  .earth:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: -20px -20px 70px 2px #000 inset;
    border-radius: 50%;
    
  }
  
  .earth > div {
    width: 500%;
    height: 100%;
    transform: translateX(-50px);
    transform: translateY(50px);
    background: url("https://static.igem.wiki/teams/4901/wiki/homepage/finalmap.svg");
    background-size: cover;
  
  }
  
/* .however{
    transition: all 0.5s ease-in-out;
} */

.sv{
    width: 102%;
}



.containertimeline{
    padding: 2rem;
    margin: 0 auto;
    max-width: 80%;
  }
  
  
  
  .timeline{
    position: relative;
    min-height: 150px;
  }
  
  .line{
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 5px;
    top: -50px;
    background-color: #fff;
    display: none;
  }
  
  .line:before,
  .line::after{
    position: absolute;
    display: block;
    content: '';
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #fff;
    left: 50.2%;
    transform: translateX(-50%);
  }
  
  .line:after{
    bottom: 0;
  }
  .titletimeline{
    display: flex;
    justify-content: center;
    gap: 40%;
    width: 100%;
 
  }
  .titletimeline p{
    font-family: 'Bree Serif', serif;
    font-size: 2.5rem !important;
    font-weight: 900;
    
  }
  .section{
    display: flex;
    justify-content: space-between;
    gap: 15rem;
    opacity: 0;
    transition: 0.7s ease-in;
    position: relative;
    z-index: 1;
    align-items: center;
    margin: 3rem 0;
    width: 100%;
    min-height: 10rem;
  }
  
  .section:nth-child(odd){
    flex-direction: row-reverse;
   
  }
  .currenttext{
    margin: 5rem 0;
  }
  .bead{
    position: absolute;
    display: block;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #fff;
    left: 50.2%;
    top: 20%;
    transform: translateX(-50%);
  }
  
  .content{
    width: calc(50% - 2rem);
  }
  
  .show-me:nth-child(n){
    transform: none;
    opacity: 1;
  }
.containertimeline p{
    color: white;
    text-align: center;
   /*  font-family: 'Bree Serif', serif;
    font-size: 1.5rem;
    font-weight: 100; */
    font-size: 1.5rem;
}
.icons p{
    color: white;
    font-size: 3rem;
    text-align: center;
}

.icons{
    margin: 0 auto;
    width: 80%;
    display: flex;
    align-items: center;
   justify-content: space-around;
}
.icon{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
}
.inner-icon{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.press{
    transform: translateY(0);
    transition: all 1s ease-in-out;
}
.pressafter{
    transform: translateY(55px);
}
.square{
    height: 15rem;
    border-radius: 0;
    width: 60%;
    border: 6px solid #0047FF;
    transition: all 2s ease-in-out;

}
.squareafter{
    border: 6px solid #0047FF;
    height: 4rem;
    width: 80%;
}
.linetemp{
    position: absolute; bottom: 27.5%;
    height: 0;
    width: 1rem;
    border-radius: 20rem;
    background-color: #F12F13;
    transition: all 1.5s ease-in-out;
}
.lineafter{
    height: 15rem;
    position: absolute; bottom: 27.5%;
  
    width: 1rem;
    border-radius: 20rem;
    background-color: #F12F13;
}
.fadebefore{
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(20px);
    transition: 1s all ease-in-out;
}
.fadeafter{
    opacity: 1;
    transform: scale(1.5);
    transform: translateY(0);
}
spanwhite{
    color: #000;
    background-color: white;
    border: none;
    padding: 1px;
}
.textuniqe{
    font-family: 'Bree Serif', serif;
    font-weight: 900;
}
.cherep{
    margin: 6rem auto 12rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.net{
    display: flex;
    flex-direction: column;
    gap:2rem;
    align-items: center;
    width: 80%;
    margin: 0 auto 10rem;
    justify-content: center;
}
.net p {
    color: white;
    font-size: 2rem;
    width: 80%;
    text-align: center;
}
.net1{
    display: flex;
    flex-direction: column;
    gap:2rem;
    align-items: center;
    width: 80%;
    margin: 0 auto 10rem;
    justify-content: center;
}
.net1 p{
    color: white;
    font-size: 4rem;
    width: 80%;
    text-align: center;
}
spanyellow{
    color: #F2F62C;
}

.circleslast{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.fadebefore1{
    opacity: 0;
    transform: scale(0.2);
    transform: translateY(-60px);
    transition: 1s all ease-in-out;
}
.fadeafter1{
    opacity: 1;
    transform: scale(1.1);
}

.last-home{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circle p{
  color: white;
  font-size: 1.5rem;
}
.lastlast{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle3after{
    transform: translate(-242.5%, 1020%);
    width: 13.5%;
    transition: all 1.2s ease-in-out;
}
.circle2after{
    transform: translate(-5.3%, 335%);
    width: 6.3%;
    transition: all 1.2s ease-in-out;
}
.circle1after{
    transform: translate(235%, 1017%);
    width: 14%;
    transition: all 1.2s ease-in-out;
}
.thelastest{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5rem 0 10rem;
    position: relative;
}
.thelastestcircles{
    display: flex;
    gap:3rem;
    margin-top: -9rem;
}
.mainpppt1,.mainpppt2,.mainpppt3, .mainpppt4 {
    width: 100%;
    position: relative;
}
.pppt{
    position: absolute; 
    z-index: 5;
    font-size: 2.5rem; 
    color: #5851F5; 
    font-weight: 800; 
    cursor: pointer;
}
.thelastest p:hover{
    transform: translateY(-10px);
}
.thelastest p{
    transition: all 0.3s ease-in-out;   
}
.thelastest a{
    color: #5851F5; 
    text-decoration: none;
}

.svg2, .svg3{
    margin-top: 10rem;
    filter: blur(1px);
}
.svg1{
    filter: drop-shadow(0px 0px 5px white);
}
.fadefromrightbefore{
    transform: scale(0.7) translate(120%, 0);
    opacity: 0;
    transition: all 0.8s ease-out;
}
.fadefromrightafter{
    opacity: 1;
    transform: scale(1) translate(0, 0);
}


/*********footer*******************/
.nis_area {
    position: relative;
    z-index: 1;
	}
	.foo_top_header_one {
    background-color: #15151e;
    color: #fff;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.foo_top_header_one {
    color: #fff;
}
.nis_part {
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
}
.foo_top_header_one .nis_part > h5 {
    color: #fff;
}
.nis_part h4, .nis_part h5 {
    margin-bottom: 30px;
}
.nis_single_contact_info > p, .nis_single_contact_info > h5, .nis_blog_area > a, .foo_top_header_one .nis_part > p {
    color: rgba(255,255,255,.5);
}

footer ul {
    margin: 0;
    padding: 0;
}
.nis_bottom_header_one {
    background-color: #111;
}
.section_padding_50 {
    padding: 50px 0;
}
.nis_bottom_header_one p {
    color: #fff;
    margin: 0;
}
footer p, footer ul li, footer ol li {
    font-weight: 300;
}
.nis_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}
footer a, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-weight: 400;
}
.m-top-15 {
    margin-top: 15px;
}

.nis_widget > li {
    display: inline-block;
}
footer p, footer ul, footer  li, footer ol,footer li {
    font-weight: 300;
}
footer ol li, footer ul li {
    list-style: outside none none;
}
.nis_widget a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px;
}
footer ul {
    margin: 0;
    padding: 0;
}
.nis_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.nis_links a {
    color: rgba(255,255,255,.5);
    font-size: 13px;
}
.top-15 {
    margin-top: 15px;
}
.foo_top_header_one .nis_part > h5 {
    color: #fff;
}
.nis_part h4, .nis_part h5 {
    margin-bottom: 30px;
}
.nis_social_links > li {
    display: inline-block;
}

.nis_social_links a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}
.nis_blog_area > p {
    color: rgba(255,255,255,.5);
    line-height: 1.3;
    margin-bottom: 0;
}
.nis_works > a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}

.nis_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
.nis_links a i {
    padding-right: 10px;
}

    .footer_area {
        position: relative;
        z-index: 1;
    }
 .footer_bottom p > i,
    .footer_bottom p > a:hover {
        color: #27ae60;
    }	

    .social_links_area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 50px 0 30px 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
 .social_links_area > a:hover {
        color: #27ae60;
    }

    .inline-style .social_links_area > a:hover {
        background-color: transparent;
        color: #27ae60;
        border: 0px solid transparent;
    }
 .single_feature:hover .feature_text h4 {
        color: #27ae60;
    }
.nis_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    height: 5rem;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.nis_blog_area img {
    height: 5rem;
    aspect-ratio: 1/1;
}
.nis_links a {
    border-bottom: 1px solid #333;
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.invert {
    filter: invert(1);
}