@import url("https://fonts.googleapis.com/css2?family=Cagliostro&family=Lexend:wght@300&display=swap");
::selection {
    background-color: rgba(71, 63, 78, 0.592);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    height: 150px;
    width: 15px;
}

ul li,
p {
    text-align: justify;
}


/* Track */

::-webkit-scrollbar-track {
    background: -webkit-linear-gradient( 0deg, rgb(67, 35, 169) 0%, rgba(7, 0, 211, 1) 100%);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: transparent;
    /* opacity: 0; should do the thing either */
    box-shadow: 0px 0px 0px 100000vh black;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #24045c;
}

.banner-first img {
    position: relative;
    position: absolute;
}


/* .banner-first {
    position: absolute;
    left: 0;
} */

p {
    line-height: 1.7rem;
}

li {
    line-height: 1.5rem;
    margin-top: 10px;
}

#recover {
    width: 170px;
}

#nav {
    background: #000336;
    /* box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.357); */
}

#nav ul li a {
    margin-right: 20px;
    color: white;
}

#nav ul li a:hover {
    color: rgb(170, 132, 232);
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: hwb(303 5% 38% / 0.578);
    box-shadow: 0 8px 32px 0 rgba(157, 162, 235, 0.19);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 0.5px solid rgba(255, 255, 255, 0.18);
}

html,
body {
    /* background: #060a3363;
    background: -webkit-linear-gradient(to top, #060a3355, #007d5c72);
    background: linear-gradient(to bottom, #060a336d, #007d5c6b);
    background: linear-gradient(to left, #7a0480, #02284a); */
    background: #ecf9ff;
    background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    scroll-padding-top: 4.5em;
}

.homelogo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.rec_igem {
    font-weight: 600;
}


/* 
html,
body {
    background-image: url("https://www.walldevil.co/wallpapers/w12/blue-background-cyan-blue-minimalism-simple-gradient.png");
    width: 100%;
    height: 100vh;
    background-size: cover;
} */

.home_container .home {
    left: 0;
    position: absolute;
}

.section #fix {
    width: 100%;
}

.section #fix img {
    border-radius: 30px;
}

.container .team {
    left: 0;
    position: absolute;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.section {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    letter-spacing: 4px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
}

.main .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
}

.section .white {
    color: #fff;
}

.section:nth-child(1) {
    color: #ffffff;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section:nth-child(1) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(2) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #191654;
    color: #fff;
    top: 100vh;
    z-index: 2;
}

.home_problem {
    text-align: left;
}

.home_problem p {
    color: white;
    text-align: left;
}

.section:nth-child(2) .fixed {
    transform: translate(-50%, -50%);
    padding: 200px 140px;
}

.section:nth-child(3) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #ecf9ff;
    color: black;
    top: 200vh;
    z-index: 3;
}

.section:nth-child(3) .fixed {
    transform: translate(-50%, -50%);
    padding: 200px 140px;
}

.section:nth-child(4) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #191654;
    color: #fff;
    top: 300vh;
    z-index: 4;
}

.section:nth-child(4) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(5) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #ecf9ff;
    color: black;
    top: 400vh;
    z-index: 5;
}

.section:nth-child(5) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(6) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #0ac20a;
    color: #fff;
    top: 500vh;
    z-index: 6;
}

.section:nth-child(6) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(7) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #c20a85;
    color: #fff;
    top: 600vh;
    z-index: 7;
}

.section:nth-child(7) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(8) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #0ac285;
    color: #fff;
    top: 700vh;
    z-index: 8;
}

.section:nth-child(8) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(9) {
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
    background-color: #c20a0a;
    color: #fff;
    top: 800vh;
    z-index: 9;
}

.section:nth-child(9) .fixed {
    transform: translate(-50%, -50%);
}

.section:nth-child(10) {
    background-color: #000;
    color: #fff;
    top: 900vh;
    z-index: 10;
}

.section:nth-child(10) .fixed {
    transform: translate(-50%, -50%);
}

.oop {
    position: relative;
    z-index: auto;
    height: 10px;
    background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
}


/* CALLOUT */

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-callout h4 {
    margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.bd-callout code {
    border-radius: 0.25rem;
}

.bd-callout+.bd-callout {
    margin-top: -0.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;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

#desc {
    width: 300px;
    position: absolute;
    right: 10%;
    bottom: 0;
    border-radius: 50%;
    animation: rocket 9s linear infinite;
}

.logo1 {
    left: 85%;
    position: absolute;
    animation: rocket 6s linear infinite;
    width: 80%;
}

.logo2 {
    left: 40%;
    position: absolute;
    animation: rocket 6s linear infinite;
    width: 140%;
}

.logo3 {
    left: 5%;
    position: absolute;
    animation: rocket 6s linear infinite;
    width: 140%;
}

#desc1 {
    width: 300px;
    position: absolute;
    right: 20%;
    bottom: 0;
    border-radius: 50%;
    animation: rocket 7s linear infinite;
}

#ocean {
    width: 300px;
    position: absolute;
    right: 20%;
    bottom: 0;
    top: 16%;
    border-radius: 50%;
    margin-top: 25rem;
    animation: ocean 11s linear infinite;
    opacity: 1;
}

#desc img {
    border-radius: 50%;
    width: 300px;
}

#desc1 img {
    width: 300px;
    border-radius: 50%;
}

#desc_1 {
    background: #c33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1d2671, #c33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1d2671, #c33764);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    left: 0%;
    position: relative;
    padding: 5% 5%;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
}

@keyframes rocket {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 105%;
        opacity: 1;
    }
}

@keyframes rocket1 {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 105%;
        opacity: 1;
    }
}

@keyframes ocean {
    0% {
        right: 0;
        opacity: 0;
    }
    100% {
        right: 105%;
        opacity: 1;
    }
}

.title {
    color: white;
    font-weight: 800;
}

#graph img,
#graph_1 img {
    transition: transform 2.2s;
    /* Animation */
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

#graph img:hover,
#graph_1 img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

#desc_2 {
    background: #c33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1d2671, #c33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1d2671, #c33764);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 40px;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#approach {
    background: #c33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1d2671, #c33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1d2671, #c33764);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 40px;
}

.ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.ul:before {
    content: "";
    display: inline-block;
    width: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 3px;
    top: 5px;
    height: calc(100% - 10px);
}

.ul .li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.ul .li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ff9dbc;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    #desc {
        width: 300px;
        position: absolute;
        right: 0%;
        bottom: 0;
        border-radius: 50%;
        animation: rocket 7s linear infinite;
    }
    #desc1 {
        width: 300px;
        position: absolute;
        right: 3%;
        bottom: 0;
        border-radius: 50%;
        animation: rocket 5s linear infinite;
    }
    #header_page {
        font-size: 18px;
        font-weight: 500;
    }
    #ocean {
        width: 230px;
        position: absolute;
        right: 0%;
        bottom: 0;
        border-radius: 50%;
        animation: ocean 11s linear infinite;
        margin-top: 30rem;
    }
}

@media screen and (max-width: 490px) {
    body {
        width: 110%;
        background: #ecf9ff;
        background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    }
    #ocean {
        width: 300px;
        position: absolute;
        right: 20%;
        bottom: 0;
        top: 16%;
        border-radius: 50%;
        margin-top: 34rem;
        animation: ocean 8s linear infinite;
        opacity: 1;
    }
}

@media screen and (max-width: 450px) {
    body {
        width: 100%;
        background: #ecf9ff;
        background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    }
    #ocean {
        width: 300px;
        position: absolute;
        right: 20%;
        bottom: 0;
        top: 16%;
        border-radius: 50%;
        margin-top: 39rem;
        animation: ocean 11s linear infinite;
        opacity: 1;
    }
    #header-content {
        padding: 20px;
    }
}

@media screen and (max-width: 390px) {
    body {
        width: 100%;
        background: #ecf9ff;
        background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    }
    #ocean {
        width: 300px;
        position: absolute;
        right: 20%;
        bottom: 0;
        top: 16%;
        border-radius: 50%;
        margin-top: 44rem;
        animation: ocean 11s linear infinite;
        opacity: 1;
    }
    #header-content {
        padding: 20px;
    }
}

@media screen and (max-width: 370px) {
    body {
        width: 100%;
        background: #ecf9ff;
        background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    }
    #ocean {
        width: 300px;
        position: absolute;
        right: 20%;
        bottom: 0;
        top: 16%;
        border-radius: 50%;
        margin-top: 39rem;
        animation: ocean 11s linear infinite;
        opacity: 1;
    }
    #header-content {
        padding: 20px;
    }
}


/* TEAM */

.banner img {
    width: 100%;
    border-radius: 40px;
    border: 2px solid black;
}

.ref {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.top {
    width: 35px;
    height: 35px;
}

#section.faq {
    width: 100%;
    background: white;
    color: black;
    border-radius: 12px;
    padding: 2em;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
    transition: all 1s ease-in-out;
}

@media (max-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    #logo_desc {
        padding: 15px;
    }
    #section.faq {
        width: 100%;
        padding: 1.4rem;
    }
    .faq-content ol {
        width: 100%;
    }
}


/* ===================== */


/* ===================== */


/* Code Here ↓ */

.faq-container {
    display: grid;
    gap: 1em;
}

.faq-header {
    padding: 1.2em 1em;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 5px;
}

.faq-content {
    padding: 1em;
}

.faq-content ul li,
.faq-content h6 {
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.faq-content h6 {
    font-size: 17px;
}


/*protocol*/

.protocol {
    margin-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 30px;
    padding: 50px 70px;
}

#container {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin-top: 50px;
    max-width: 100vw;
}

#navigation {
    margin: 20px auto;
}

#carousel,
#navigation {
    flex: initial;
    display: block;
}

#carousel {
    overflow: hidden;
    width: 100%;
    height: 1000px;
    border-radius: 0px;
    background-image: url("https://blogs.oracle.com/cloud-infrastructure/_cache_15c5/_themesdelivery/Blogs-New-Theme/assets/img/default_image1.jpg");
}

.p-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

.p-wrapper::-webkit-scrollbar {
    width: 8px;
}

#button_a:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#button_b:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

#button_c:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}

#button_d:checked~#carousel .p-wrapper {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
    padding: 55px;
}

#navigation {
    margin-right: 20px;
}

[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 8px 0;
    width: 270px;
    height: 52px;
    line-height: 32px;
    text-align: center;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 57%, 0% 0%);
    color: #000000;
    background-image: url("https://blogs.oracle.com/cloud-infrastructure/_cache_15c5/_themesdelivery/Blogs-New-Theme/assets/img/default_image1.jpg");
    transition: all 0.3s ease;
    padding: 8px;
    margin-top: 10px;
}

[class^="label_"]:hover {
    color: white;
    background-image: url("https://blogs.oracle.com/optimizer/_cache_15c5/_themesdelivery/Blogs-New-Theme/assets/img/default_image6.jpg");
}

#button_a:checked~#navigation .label_a,
#button_b:checked~#navigation .label_b,
#button_c:checked~#navigation .label_c,
#button_d:checked~#navigation .label_d {
    cursor: default;
    color: white;
    background-image: url("https://blogs.oracle.com/optimizer/_cache_15c5/_themesdelivery/Blogs-New-Theme/assets/img/default_image6.jpg");
}

.panel_a::-webkit-scrollbar {
    width: 10px;
}

.panel_a::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
}

.panel_a::-webkit-scrollbar-thumb {
    background: rgb(0, 15, 61);
    border-radius: 15px;
}

.panel_b::-webkit-scrollbar {
    width: 10px;
}

.panel_b::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
}

.panel_b::-webkit-scrollbar-thumb {
    background: rgb(0, 15, 61);
    border-radius: 15px;
}

.panel_c::-webkit-scrollbar {
    width: 10px;
}

.panel_c::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
}

.panel_c::-webkit-scrollbar-thumb {
    background: rgb(0, 15, 61);
    border-radius: 15px;
}

.ref section {
    display: flex;
    flex-direction: column;
}

.protcol_head {
    margin-top: 0%;
}

.protcol_head h2 {
    font-size: 28px;
    font-weight: 600;
}

.protcol_head p {
    color: rgb(0, 0, 0);
    line-height: 1.5em;
}

.pcr {
    background-color: #06f0fc;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.357);
}

.team-img img {
    width: 30%;
    height: 30%;
    border-radius: 50%;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background: rgba(10, 38, 70, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 1300px;
    max-height: 1300px;
    width: 100%;
    height: 100%;
    top: 4%;
    background-color: whitesmoke;
    background-size: cover;
    transition: 0.25s ease-in-out;
    border-radius: 25px 25px 25px 25px;
}

.popupphoto {
    display: flex;
    justify-content: center;
    width: 50%;
}

.popupphoto img {
    width: 55%;
}

.popuptext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}

.popuptext ul li {
    font-size: 15px;
}

.popuptext h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #0a0a0a;
}

.popuptext p {
    font-size: 0.87rem;
    color: #000000;
    line-height: 1.5;
}

.protocol_popuptext p {
    font-size: 1rem;
    color: #000000;
    line-height: 1.5;
}

.protocol_popuptext {
    padding: 50px 50px;
    margin-top: 60%;
}

.popuptext a {
    text-decoration: none;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.protocol_popup:target {
    visibility: visible;
    opacity: 1;
}

.protocol_popup:target .protocol_popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.closepopup {
    position: absolute;
    right: 1rem;
    top: 4.2rem;
    width: 3rem;
    height: 3rem;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: hsl(250, 93%, 11%);
    z-index: 4;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.team_page {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    padding: 50px 0px;
    gap: 30px;
    margin-left: -50px;
}

.container_team {
    display: flex;
    flex-direction: row;
}

.protocol_team {
    background-color: #e8e2e2;
    padding: 30px 30px;
    width: 300px;
    /* border-radius: 30px 30px 30px 30px; */
}

.protocol_team h4 {
    color: rgb(0, 0, 0);
    padding: 15px 25px;
    font-size: 16px;
    letter-spacing: 2px;
}


/*SOCIAL MEDIA*/

.social-btns {
    margin-top: 10px;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns i {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 25px;
}

.social-btns .btn .fa {
    transform: scale(0.8);
}

.social-btns .btn.linkedin:before {
    background-color: #0072b1;
}

.social-btns .btn.linkedin .fa {
    color: #ffffff;
}

.social-btns .btn.instagram:before {
    background-color: #e1306c;
}

.social-btns .btn.instagram .fa {
    color: #e1306c;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    transform: scale(1);
}

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 10px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    opacity: 0.99;
}

.social-btns .btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
}

.popuptext .container p {
    font-size: 25px;
    font-weight: 600;
    margin-left: -10px;
}

.span {
    background-color: #191654;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    width: 50%;
}

.popup img {
    --s: 190px;
    /* the size of the image */
    --b: 8px;
    /* the border thickness*/
    --g: 14px;
    /* the gap */
    --c: rgb(6, 6, 55);
    /* the color */
    width: var(--s);
    aspect-ratio: 1;
    cursor: pointer;
    transition: 0.3s;
    width: 80%;
    border-radius: 50%;
    border: none;
}

.popup img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: var(--g);
    border-radius: 50%;
}

.button img {
    --s: 190px;
    /* the size of the image */
    --b: 8px;
    /* the border thickness*/
    --g: 14px;
    /* the gap */
    --c: rgb(6, 6, 55);
    /* the color */
    width: var(--s);
    aspect-ratio: 1;
    cursor: pointer;
    transition: 0.3s;
    width: 90%;
    border-radius: 50%;
    border: none;
}

.button img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: var(--g);
    border-radius: 50%;
}

.protocol_img {
    width: 250px;
    height: 250px;
    border-radius: 30px 30px 30px 30px;
    /* border: 5px solid white; */
}

.button img:hover {
    --_s: 0px;
}

.svg {
    background-color: #faf7ff;
    height: 200px;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    margin-top: 40px;
}

svg text {
    stroke: rgb(3, 1, 42);
    font-size: 280px;
    padding: 10px 10px;
    font-weight: 600;
    stroke-width: 2;
    text-align: center;
    animation: animationEffect 5s infinite alternate;
}

@keyframes animationEffect {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
    }
    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffset: -20%;
    }
}

.banner h2 {
    font-size: 70px;
    color: rgb(0, 0, 0);
    margin-top: 40px;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    letter-spacing: 4px;
}

.banner hr {
    width: 500px;
    height: 5px;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 1024px) {
    .closepopup {
        right: 1rem;
        top: 1rem;
    }
    .banner h2 {
        font-size: 40px;
    }
    .banner hr {
        width: 160px;
    }
    .team_page {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 15px;
    }
    .button img {
        width: 100%;
    }
    .popup-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 900px;
        max-height: 100vh;
        width: 100%;
        height: 100%;
        top: 4%;
        background-color: #fff;
        transition: 0.23s ease-in-out;
        border-radius: 25px 25px 25px 25px;
        overflow-x: scroll;
    }
    .popuptext {
        padding: 40px 0px;
        margin-top: 40px;
        width: 100%;
    }
    .social-btns {
        height: 90px;
        margin: auto;
        font-size: 0;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
        bottom: 50%;
        padding: 10px 10px;
    }
    .popuptext p {
        padding: 20px 20px;
        font-size: 17px;
    }
    .popupphoto img {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .popuptext .container {
        height: 8vh;
        margin-left: 0;
    }
    .closepopup {
        top: 4.5rem;
    }
}

@media screen and (max-width: 769px) {
    .banner h2 {
        font-size: 40px;
    }
    .banner hr {
        width: 160px;
    }
    .team_page {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 15px;
    }
    .button img {
        width: 80%;
    }
    .popup-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 700px;
        max-height: 100vh;
        width: 100%;
        height: 100%;
        top: 4%;
        background-color: #fff;
        transition: 0.23s ease-in-out;
        border-radius: 25px 25px 25px 25px;
        overflow-x: hidden;
    }
    .popuptext {
        padding: 20px 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .social-btns {
        height: 90px;
        margin: auto;
        font-size: 0;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: space-between;
        bottom: 55%;
        width: 100%;
    }
    .social-btns .btn {
        margin-bottom: 20px;
    }
    .popuptext p {
        padding: 0;
        font-size: 17px;
    }
    .popupphoto img {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .popuptext .container {
        height: 5vh;
    }
    .closepopup {
        top: 2rem;
    }
}

@media screen and (max-width: 540px) {
    body {
        background: #ecf9ff;
        background: linear-gradient(to bottom, #ecc5fb61, hsl(0, 0%, 100%));
    }
    .popuptext .container p {
        font-size: 1rem;
    }
    .banner h2 {
        font-size: 40px;
    }
    .banner hr {
        width: 160px;
    }
    .team_page {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 15px;
        margin-left: 15px;
    }
    .button img {
        width: 80%;
    }
    .popup-inner {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        max-height: 100vh;
        width: 100%;
        height: 100%;
        top: 4%;
        background-color: #fff;
        transition: 0.25s ease-in-out;
        border-radius: 25px 25px 25px 25px;
        overflow-x: hidden;
    }
    .closepopup {
        top: 2rem;
    }
    .popuptext {
        padding: 20px 30px;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .social-btns {
        height: 70px;
        margin: auto;
        font-size: 0;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
        bottom: 55%;
    }
    .social-btns .btn {
        margin-top: 5px;
    }
    .popuptext .container p {
        margin-bottom: 50px;
    }
    .popuptext p {
        padding: 0;
        font-size: 14px;
    }
    .popupphoto img {
        width: 150%;
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .popuptext .container {
        font-size: 0.97rem;
        margin-top: 15px;
        height: 5vh;
    }
}


/*NOTEBOOK*/

.notebook::-webkit-scrollbar {
    width: 5px;
}

.notebook::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
}

.notebook::-webkit-scrollbar-thumb {
    background: var(--primary-clr);
    border-radius: 50px;
}

.notebook {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.container_notebook {
    position: relative;
    width: 1200px;
    min-height: 850px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    display: flex;
    border-radius: 10px;
    background-color: #373c4f;
}

.left {
    width: 60%;
    padding: 20px;
}

.calendar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #878895;
    border-radius: 5px;
    background-color: #fff;
}


/* set after behind the main element */

.calendar::before,
.calendar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 97%;
    border-radius: 0 5px 5px 0;
    background-color: #d3d4d6d7;
    transform: translateY(-50%);
}

.calendar::before {
    height: 94%;
    left: calc(100%+12px);
    background-color: rgb(153, 153, 153);
}

.calendar .month {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
}

.calendar .month .prev,
.calendar .month .next {
    cursor: pointer;
}

.calendar .month .prev:hover,
.calendar .month .next:hover {
    color: var(--primary-clr);
}

.calendar .weekdays {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.weekdays div {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.calendar .days .day {
    width: 14.28%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-clr);
    border: 1px solid #f5f5f5;
}

.calendar .days .day:nth-child(7n+1) {
    border-left: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(7n) {
    border-right: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(-n+7) {
    border-top: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(n+29) {
    border-bottom: 2px solid #f5f5f5;
}

.calendar .days .day:not(.prev-date,
.next-date):hover {
    color: #fff;
    background-color: var(--primary-clr);
}

.calendar .days .prev-date,
.calendar .days .next-date {
    color: #b3b3b3;
}

.calendar .days .active {
    position: relative;
    font-size: 2rem;
    color: #fff;
    background-color: var(--primary-clr);
}

.calendar .days .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 2px var(--primary-clr);
}

.calendar .days .today {
    font-size: 2rem;
}

.calendar .days .event {
    position: relative;
}

.calendar .days .event::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 75%;
    height: 6px;
    border-radius: 30px;
    transform: translateX(-50%);
    background-color: var(--primary-clr);
}

.calendar .days .day:hover.event::after {
    background-color: #fff;
}

.calendar .days .active.event::after {
    background-color: #fff;
    bottom: 20%;
}

.calendar .days .active.event {
    padding-bottom: 10px;
}

.calendar .goto-today {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: var(--primary-clr);
}

.calendar .goto-today .goto {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--primary-clr);
}

.calendar .goto-today .goto input {
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--primary-clr);
    border-radius: 5px;
}

.calendar .goto-today button {
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: var(--primary-clr);
}

.calendar .goto-today button:hover {
    color: #000000;
    background-color: var(--primary-clr);
}

.calendar .goto-today .goto button {
    border: none;
    border-left: 1px solid var(--primary-clr);
    border-radius: 0;
}

.container_notebook .right {
    position: relative;
    width: 40%;
    min-height: 100%;
    padding: 20px 0;
}

.right .today-date {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.right .today-date .event-day {
    font-size: 2rem;
    font-weight: 500;
}

.right .today-date .event-date {
    font-size: 1rem;
    font-weight: 400;
    color: #878895;
}

.events {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
}

.events .event {
    position: relative;
    width: 95%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
    background: linear-gradient(90deg, #3f4458, transparent);
    cursor: pointer;
}


/* even event */

.events .event:nth-child(even) {
    background: transparent;
}

.events .event:hover {
    background: linear-gradient(90deg, var(--primary-clr), transparent);
}

.events .event .title {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.events .event .title .event-title {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 20px;
}

.events .event i {
    color: var(--primary-clr);
    font-size: 0.5rem;
}

.events .event:hover i {
    color: #fff;
}

.events .event .event-time {
    font-size: 0.8rem;
    font-weight: 400;
    color: #878895;
    margin-left: 15px;
    pointer-events: none;
}

.events .event:hover .event-time {
    color: #fff;
}

:root {
    --primary-clr: #b38add;
}


/* add tick in event after */

.events .event::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    color: var(--primary-clr);
    transform: translateY(-50%);
}

.events .event:hover::after {
    display: flex;
}

.event-time {
    display: none;
}

.add-event {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #878895;
    border: 2px solid #878895;
    opacity: 0.5;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
}

.add-event:hover {
    opacity: 1;
}

.add-event i {
    pointer-events: none;
}

.events .no-event {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #878895;
}

.add-event-wrapper {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 90%;
    max-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: max-height 0.5s ease;
}

.add-event-wrapper.active {
    max-height: 300px;
}

.add-event-header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #373c4f;
    border-bottom: 1px solid #f5f5f5;
}

.add-event-header .close {
    font-size: 1.5rem;
    cursor: pointer;
}

.add-event-header .close:hover {
    color: var(--primary-clr);
}

.add-event-header .title {
    font-size: 1.2rem;
    font-weight: 500;
}

.add-event-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
}

.add-event-body .add-event-input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.add-event-body .add-event-input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #373c4f;
}

.add-event-body .add-event-input input::placeholder {
    color: #a5a5a5;
}

.add-event-body .add-event-input input:focus {
    border-bottom: 1px solid var(--primary-clr);
}

.add-event-body .add-event-input input:focus::placeholder {
    color: var(--primary-clr);
}

.add-event-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.add-event-footer .add-event-btn {
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    border: none;
    color: #fff;
    background-color: #000336;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid var(--primary-clr);
}

.add-event-footer .add-event-btn:hover {
    background-color: transparent;
    color: var(--primary-clr);
}


/* media queries */

@media screen and (max-width: 1000px) {
    .notebook {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .container_notebook {
        min-height: 100vh;
        flex-direction: column;
        border-radius: 0;
    }
    .container .left {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
    .container_notebook .right {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }
    .calendar::before,
    .calendar::after {
        top: 100%;
        left: 50%;
        width: 97%;
        height: 12px;
        border-radius: 0 0 5px 5px;
        transform: translateX(-50%);
    }
    .calendar::before {
        width: 94%;
        top: calc(100% + 12px);
    }
    .events {
        padding-bottom: 340px;
    }
    .add-event-wrapper {
        bottom: 100px;
    }
}

@media screen and (max-width: 500px) {
    .calendar .month {
        height: 75px;
    }
    .calendar .weekdays {
        height: 50px;
    }
    .calendar .days .day {
        height: 40px;
        font-size: 0.8rem;
    }
    .calendar .days .day.active,
    .calendar .days .day.today {
        font-size: 1rem;
    }
    .right .today-date {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .protocol {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #container {
        max-width: 100%;
    }
    #navigation {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: none;
    }
    #navigation label {
        text-align: center;
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    }
    [class^="panel_"] {
        overflow: auto;
        position: relative;
        width: inherit;
        height: inherit;
        padding: 35px;
    }
}

@media screen and (max-width: 768px) {
    .protocol {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 10px 35px;
    }
    #container {
        max-width: 100%;
    }
    #navigation {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        border-radius: none;
    }
    #navigation label {
        text-align: center;
        width: 100%;
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        /* clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); */
    }
    [class^="panel_"] {
        overflow: auto;
        position: relative;
        width: inherit;
        height: inherit;
        padding: 19px;
    }
    .faq-header {
        font-size: 12px;
    }
    #section .faq {
        padding: 0.7rem;
    }
    .faq-content h6 {
        font-size: 13px;
    }
    .faq-content h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .faq-content ul li,
    .faq-content ol li,
    .faq-content h6 {
        line-height: 1.5rem;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pcr {
        font-size: 14px;
    }
}

.model_img {
    width: 250px;
}

.model_images {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}


/* PARTS OVERVIEW */

.parts main.table {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: -20px;
}

#collection main.table {
    width: 100%;
    height: 40%;
    overflow: hidden;
    margin-top: -20px;
}

#attr main.table {
    width: 100%;
    height: 40%;
    overflow: hidden;
    margin-top: -20px;
}

#compo main.table {
    width: 100%;
    height: 40%;
    overflow: hidden;
    margin-top: -20px;
}

#parts_model main.table {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    margin-top: -20px;
}

.parts .table__header h3 {
    color: rgb(0, 0, 0);
    text-align: center;
}

.parts .table__header {
    width: 100%;
    height: 10%;
    /* background-color: #fff4; */
    padding: 0.8rem 1rem;
}

.parts .table__header .input-group {
    width: 35%;
    height: 100%;
    background-color: #fff5;
    padding: 0 0.8rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.parts .table__header .input-group:hover {
    width: 45%;
    background-color: #fff8;
    box-shadow: 0 0.1rem 0.4rem #0002;
}

.parts tbody tr:hover {
    background-color: #fff6 !important;
}

.parts .table__header .input-group img {
    width: 1.2rem;
    height: 1.2rem;
}

.parts .table__header .input-group input {
    width: 100%;
    padding: 0 0.5rem 0 0.3rem;
    background-color: transparent;
    border: none;
    outline: none;
}

.parts .table__body {
    width: 95%;
    max-height: calc(89% - 1.6rem);
    background-color: #fffb;
    margin: 1.4rem auto;
    border-radius: 0.6rem;
    overflow: auto;
    overflow: overlay;
}

.parts .table__body::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

.parts .table__body::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: rgb(122, 131, 213);
}

.parts .table__body:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.parts table {
    width: 100%;
}

.parts table,
.parts th {
    border-collapse: collapse;
    padding: 1rem;
    text-align: left;
}

.parts td {
    border-collapse: collapse;
    padding: 1rem;
    text-align: justify;
}

.parts thead th {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #d5d1defe;
    cursor: pointer;
    text-transform: capitalize;
}

.parts tbody tr {
    --delay: 0.1s;
    transition: 0.5s ease-in-out var(--delay), background-color 0s;
}

.parts tbody tr.hide {
    opacity: 0;
    transform: translateX(100%);
}

.parts tbody tr:hover {
    background-color: #fff6 !important;
}

.parts tbody tr td,
.parts tbody tr td p,
.parts tbody tr td img {
    transition: 0.2s ease-in-out;
}

.parts tbody tr.hide td,
.parts tbody tr.hide td p {
    padding: 0;
    font: 0 / 0 sans-serif;
    transition: 0.2s ease-in-out 0.5s;
}

.parts tbody tr.hide td img {
    width: 0;
    height: 0;
    transition: 0.2s ease-in-out 0.5s;
}

.parts tbody tr:nth-child(even) {
    background-color: #6526260b;
}


/* .parts .status {
    padding: 0.4rem 0;
    border-radius: 2rem;
    text-align: center;
}

.parts .status.delivered {
    background-color: #86e49d;
    color: #006b21;
}

.parts .status.cancelled {
    background-color: #d893a3;
    color: #b30021;
}

.parts .status.pending {
    background-color: #ebc474;
}

.parts .status.shipped {
    background-color: #6fcaea;
}

.parts thead th span.icon-arrow {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    border: 1.4px solid transparent;
    text-align: center;
    font-size: 1rem;
    margin-left: 0.5rem;
    transition: 0.2s ease-in-out;
}

.parts thead th:hover span.icon-arrow {
    border: 1.4px solid #6c00bd;
} */

.parts thead th:hover {
    color: #6c00bd;
}

.parts thead th.active span.icon-arrow {
    background-color: #6c00bd;
    color: #fff;
}

.parts thead th.asc span.icon-arrow {
    transform: rotate(180deg);
}

.parts thead th.active,
tbody td.active {
    color: #6c00bd;
}

.parts .export__file {
    position: relative;
}

.parts .export__file .export__file-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #fff6 url(images/export.png) center / 80% no-repeat;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.parts .export__file .export__file-btn:hover {
    background-color: #fff;
    transform: scale(1.15);
    cursor: pointer;
}

.parts .export__file input {
    display: none;
}

.parts .export__file .export__file-options {
    position: absolute;
    right: 0;
    width: 12rem;
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: top right;
    transition: 0.2s;
}

.parts .export__file input:checked+.export__file-options {
    opacity: 1;
    transform: scale(1);
    z-index: 100;
}

.parts .export__file .export__file-options label {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.parts .export__file .export__file-options label:first-of-type {
    padding: 1rem 0;
    background-color: #86e49d !important;
}

.parts .export__file .export__file-options label:hover {
    transform: scale(1.05);
    background-color: #fff;
    cursor: pointer;
}

.parts .export__file .export__file-options img {
    width: 2rem;
    height: auto;
}

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window>div {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 3rem;
    background: white;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.modal-window>div {
    border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

h2 {
    background-image: linear-gradient( to right, #1363b3, #084f54, #8d2286, #591290, #3a6bbd);
    background-size: 200%;
    background-position: -200%;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 15s infinite alternate-reverse;
}

@keyframes shine {
    to {
        background-position: 400%;
    }
}


/*PROGRESS BAR*/

#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

.hexagon-gallery a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.hexagon-gallery {
    margin: auto;
    margin-top: 50px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
    padding-bottom: 50px;
}

.hex {
    display: flex;
    position: relative;
    width: 190px;
    height: 190px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.hex:first-child {
    grid-row-start: 1;
    grid-column: 2 / span 2;
}

.hex:nth-child(2) {
    grid-row-start: 1;
    grid-column: 4 / span 2;
}

.hex:nth-child(3) {
    grid-row-start: 1;
    grid-column: 6 / span 2;
}

.hex:nth-child(4) {
    grid-row-start: 2;
    grid-column: 1 / span 2;
}

.hex:nth-child(5) {
    grid-row-start: 2;
    grid-column: 3 / span 2;
}

.hex:nth-child(6) {
    grid-row-start: 2;
    grid-column: 5 / span 2;
}

.hex:nth-child(7) {
    grid-row-start: 2;
    grid-column: 7 / span 2;
}

.hex:nth-child(8) {
    grid-row-start: 3;
    grid-column: 2 / span 2;
}

.hex:nth-child(9) {
    grid-row-start: 3;
    grid-column: 4 / span 2;
}

.hex:nth-child(10) {
    grid-row-start: 3;
    grid-column: 6 / span 2;
}


/*collaboration*/

.coll_container {
    width: 100%;
}

.col1 .coll_img {
    width: 60%;
}

#goals_img .coll_img {
    width: 80%;
}

.col1 .coll_img img {
    --s: 15px;
    /* size of the frame */
    --b: 2px;
    /* border thickness */
    --w: 300px;
    height: 340px;
    /* width of the image */
    --c: rgb(0, 0, 0);
    width: var(--w);
    aspect-ratio: 1;
    object-fit: cover;
    padding: calc(2 * var(--s));
    --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;
    background: linear-gradient(var(--_g)) 50%/100% var(--_i, 100%) no-repeat, linear-gradient(90deg, var(--_g)) 50% / var(--_i, 100%) 100% no-repeat;
    outline: calc(var(--w) / 2) solid rgba(116, 114, 114, 0.13);
    outline-offset: calc(var(--w) / -2 - 2 * var(--s));
    transition: 0.4s;
    cursor: pointer;
}

#goals_img .coll_img img {
    --s: 15px;
    /* size of the frame */
    --b: 2px;
    /* border thickness */
    --w: 250px;
    /* width of the image */
    --c: rgb(0, 0, 0);
    width: var(--w);
    aspect-ratio: 1;
    object-fit: cover;
    padding: calc(2 * var(--s));
    --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;
    background: linear-gradient(var(--_g)) 20%/100% var(--_i, 100%) no-repeat, linear-gradient(90deg, var(--_g)) 50% / var(--_i, 100%) 100% no-repeat;
    outline-offset: calc(var(--w) / -2 - 2 * var(--s));
    transition: 0.4s;
    cursor: pointer;
}

.col1 .coll_img img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: calc(var(--s) / -2);
    --_i: calc(100% - 2 * var(--s));
}

#goals_img .coll_img img:hover {
    outline: var(--b) solid var(--c);
    outline-offset: calc(var(--s) / -2);
    --_i: calc(100% - 2 * var(--s));
}

.col1 {
    display: flex;
    padding: 50px 20px;
    gap: 40px;
}

.col1 .coll_content h2,
.col1 .coll_content p,
.coll_page h3,
p {
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 1024px) {
    .col1 .coll_img {
        width: 100%;
        margin-bottom: 25px;
    }
    .col1 .coll_img img {
        width: 70%;
        height: 50%;
    }
    .col1 {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
    }
    .col1 .coll_content {
        padding: 10px 10px;
    }
    .hexagon-gallery {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .safety {
        display: flex;
        flex-wrap: wrap;
    }
}

.modal-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("https://img.freepik.com/free-vector/white-background-with-hexagonal-line-pattern-design_1017-28442.jpg?w=360");
}

.modal-content {
    box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.btn-close:hover {
    outline: none;
    border: none;
}

.modal-body::-webkit-scrollbar {
    width: 10px;
}

.modal-body::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0;
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgb(0, 15, 61);
    border-radius: 15px;
}

.modal-body p {
    color: black;
    margin-top: 20px;
}

.modal-content {
    padding: 30px 40px;
}

.modal_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_img img {
    border-radius: 25px;
    height: 35%;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.safety {
    display: flex;
    flex-direction: row;
    margin-top: 70px;
    top: 90px;
    margin-bottom: 50px;
}

#model h2 {
    margin-top: 130px;
}

#model_head {
    font-size: 21px;
    font-weight: 600;
}

.safety_intro h2 {
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position: -200%;
    background-image: linear-gradient(to right, #553c9a, #44107a, #ff1361);
    animation: shine 18s infinite alternate-reverse;
}

@keyframes shine {
    to {
        background-position: 400%;
        filter: blur(48px);
    }
}

.safety_intro p {
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 1.5em;
}

.safety_img {
    display: flex;
    flex-direction: row;
    padding: 25px 0px;
    gap: 15px;
}


/* .safety .container {
    background: #000336;
    margin: 0px 30px;
    padding: 10px 50px 30px 20px;
    border: 1px solid #111;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    height: 50%;
} */

.safety .container {
    background: #000336;
    margin: 0px 0px;
    padding: 10px 30px 30px 20px;
    border: 1px solid #111;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    height: 50%;
    position: sticky;
    top: 100px;
    width: 100%;
    left: 10px;
}

td {
    text-align: center;
}

#attri {
    margin-top: 150px;
}

.safety a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-align: center;
}

.safety li a,
.safety p a {
    color: black;
    text-decoration: underline;
}

.safety .link a {
    text-align: center;
}

.safety li {
    font-size: 18px;
}

.safety p {
    line-height: 1.8em;
}

.safety ul {
    color: rgb(0, 0, 0);
    margin-bottom: 35px;
}

.safety_content {
    display: flex;
    flex-direction: column;
    margin-left: 90px;
    padding: 0px 10px;
}

.safety_content {
    display: flex;
    flex-direction: column;
    margin-left: 90px;
    padding: 0px 10px;
}

.sus {
    display: flex;
    flex-direction: column;
    margin-left: 90px;
    padding: 0px 10px;
}

.safety_content p {
    margin-bottom: 30px;
    color: black;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
}

.safety_content .row {
    position: relative;
    margin-bottom: 10px;
}

.safety_content .row h4 {
    background-color: #191654;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.safety_content .row h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #191654;
}

.safety_content .row h5 {
    background-color: #03112f;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.safety .link {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 45px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.safety .link.active a {
    color: teal;
    width: 100%;
    font-weight: 800;
    font-size: 20px;
    transition: 0.5s all ease-in-out;
}

.safety .link:hover:after,
.safety .link.hover:after {
    left: 100%;
}

.safety .link .text {
    text-shadow: 0px -50px 0px rgba(255, 255, 255, 1);
    transition: all 0.25s;
    transform: translateY(90%) translateZ(0);
    transition-delay: all 0.25s;
    color: rgb(28, 194, 194);
}

.safety .link:hover .text,
.safety .link.hover .text {
    text-shadow: 0px -50px 0px rgba(92, 4, 92, 0.962);
    transform: translateY(0%) translateZ(0) scale(1);
    font-weight: 500;
    color: rgb(28, 194, 194);
}


/*EDUCATION*/

.education {
    padding: 30px 10px;
}

.education h4 {
    color: rgb(0, 0, 0);
    margin-bottom: 40px;
}

.education img {
    width: 100%;
}

.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: #f5f5f5;
    padding: 50px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 20px 20px 20px 20px;
    min-width: 240px;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #191654;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: left;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    color: var(--color);
    background-image: linear-gradient( 45deg, #0d8686, #44107a, #ff1361, rgb(5, 5, 65));
    -webkit-animation: shine 1s linear infinite;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
    color: black;
}

.tabs p {
    color: black;
    line-height: 1.5em;
    letter-spacing: 0.7px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position: -200%;
    background-image: linear-gradient( to left, #553c9a, #44107a, #ff1361, #087e83);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
    background-position: -200%;
    animation: shine 18s infinite alternate-reverse;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #191654;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: var(--color);
    background-image: linear-gradient( 45deg, #0d8686, #44107a, #ff1361, rgb(5, 5, 65));
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 8s linear infinite;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes shine {
    to {
        background-position: 0% center;
    }
}

@keyframes shine {
    to {
        background-position: 400% center;
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #191654;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: var(--color);
    background-image: linear-gradient( 45deg, #0d8686, #44107a, #ff1361, rgb(5, 5, 65));
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 8s linear infinite;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #191654;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: var(--color);
    background-image: linear-gradient( 45deg, #0d8686, #44107a, #ff1361, rgb(5, 5, 65));
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 8s linear infinite;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #191654;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: var(--color);
    background-image: linear-gradient( 45deg, #0d8686, #44107a, #ff1361, rgb(5, 5, 65));
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 8s linear infinite;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #191654;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }
    .tabs ul li label br {
        display: initial;
    }
    .tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .safety_intro {
        padding: 20px 20px;
    }
    .tabs ul li {
        display: flex;
        flex-direction: row;
    }
    .tabs ul li label {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .safety_intro {
        padding: 10px 10px;
    }
    .tabs ul li {
        display: flex;
        flex-direction: row;
    }
    .tabs ul li label {
        font-size: 12px;
    }
    .tabs p {
        font-size: 13px;
        padding: 0;
    }
    .tabs {
        padding: 20px;
    }
}


/*results*/

.result .gallery {
    --s: 150px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    display: grid;
    margin: calc(var(--s)+var(--g));
}

.result .gallery>img {
    grid-area: 1/1;
    width: var(--s);
    aspect-ratio: 1.15;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    transform: translate(var(--_x, 0), var(--_y, 0)) scale(var(--_t, 1));
    cursor: pointer;
    filter: grayscale(80%);
    transition: 0.2s linear;
}

.result .gallery>img:hover {
    filter: grayscale(0);
    z-index: 1;
    --_t: 1.2;
}

.result .gallery>img:nth-child(1) {
    --_y: calc(-100% - var(--g));
}

.result .gallery>img:nth-child(7) {
    --_y: calc(100%+var(--g));
}

.result .gallery>img:nth-child(3),
.result .gallery>img:nth-child(5) {
    --_x: calc(-75% - 0.87 * var(--g));
}

.result .gallery>img:nth-child(4),
.result .gallery>img:nth-child(6) {
    --_x: calc(75%+0.87 * var(--g));
}

.result .gallery>img:nth-child(3),
.result .gallery>img:nth-child(4) {
    --_y: calc(-50% - 0.5 * var(--g));
}

.result .gallery>img:nth-child(5),
.result .gallery>img:nth-child(6) {
    --_y: calc(50%+0.5 * var(--g));
}

.result {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-content: center;
}

@media screen and (max-width: 1024px) {
    .safety {
        margin-top: 0%;
    }
    .safety .container {
        height: 6%;
        margin-left: 1px;
        text-align: center;
        position: relative;
    }
    .safety_content {
        width: 100%;
        margin-left: 0;
        margin-top: 150px;
    }
}

.safety .text a.current {
    background: #ffffff;
    color: black;
    width: 100%;
    position: absolute;
    z-index: 999;
}


/*entre*/

.entre {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.entre_card p {
    color: black;
    margin-top: -50px;
    padding: 10px;
}

.entre_card .entre_color {
    width: 40px;
    height: 40px;
    background-color: #0003365a;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.safety_content .content img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1024px) {
    .entre {
        display: flex;
        flex-direction: column;
    }
}

.entre_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 30px;
    height: 100vh;
    overflow: hidden;
    background: #191654;
    margin: 0;
    border-radius: 20px 20px 20px 20px;
}

#mz-gallery-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#mz-gallery {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 70px);
    height: calc(100% - 50px);
    max-height: 670px;
    max-width: 1900px;
    margin: 35px 0px;
    background-image: radial-gradient( rgba(8, 87, 77, 0.541) 1px, rgb(255, 255, 255) 1px);
    background-size: 40px 40px;
    border: 1px dotted rgba(8, 87, 77, 0.541);
    outline: 1px dotted rgba(8, 87, 77, 0.541);
    outline-offset: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 0 0 55px;
    scroll-behavior: smooth;
    /* firefox scrollbar */
    scrollbar-color: white #001836;
    scrollbar-width: auto;
    animation: background 300s linear infinite;
}

@keyframes background {
    0% {
        background-position: -300% 100%;
    }
    100% {
        background-position: 100% -300%;
    }
}

#mz-gallery::-webkit-scrollbar {
    height: 25px;
}

#mz-gallery::-webkit-scrollbar-track {
    background: transparent;
}

#mz-gallery::-webkit-scrollbar-thumb {
    background: #a09cd5;
}

#mz-gallery::-webkit-scrollbar-thumb:hover {
    background: #a09cd5;
}

#mz-gallery::-webkit-scrollbar-thumb:active {
    background: #a09cd5;
}

#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 25px;
    width: 80px;
    background-color: rgba(8, 87, 77, 0.541);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-box-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:increment {
    height: 25px;
    width: 80px;
    background-color: rgba(8, 87, 77, 0.541);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-color: rgba(8, 87, 77, 0.541);
}

#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:decrement:active,
#mz-gallery::-webkit-scrollbar-button:single-button:horizontal:increment:active {
    background-color: rgba(8, 87, 77, 0.541);
}

#mz-gallery figure {
    position: relative;
    margin: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: auto;
    min-height: 100px;
    margin-right: 60px;
    scroll-snap-align: start;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure:nth-child(1) {
    margin-left: 60px;
}

#mz-gallery figure div {
    position: absolute;
    width: 1%;
    height: 1%;
    background: transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure div:nth-child(3) {
    top: 0;
    left: 0;
    border-left: 1px dotted rgba(8, 87, 77, 0.541);
    border-top: 1px solid rgba(8, 87, 77, 0.541);
    border-radius: 15px 0px 0px 0px;
}

#mz-gallery figure div:nth-child(4) {
    top: 0;
    right: 0;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-radius: 0px 15px 0px 0px;
}

#mz-gallery figure div:nth-child(5) {
    bottom: 0;
    right: 0;
    border-right: 1px dotted rgba(8, 87, 77, 0.541);
    border-bottom: 1px solid rgba(8, 87, 77, 0.541);
    border-radius: 0px 0px 15px 0px;
}

#mz-gallery figure div:nth-child(6) {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-radius: 0px 0px 0px 15px;
}

#mz-gallery figure img {
    height: 100%;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 5px;
    opacity: 0.9;
    filter: brightness(1);
    outline: 1px solid transparent;
    outline-offset: -40px;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure figcaption {
    position: absolute;
    color: transparent;
    font-size: 18pt;
    line-height: 24pt;
    font-weight: 500;
    padding: 0px 20px;
    text-align: center;
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient( rgba(8, 87, 77, 0.541) 1px, rgba(0, 0, 0, 0.9) 1px);
    outline: 2px dotted transparent;
    outline-offset: 0px;
    background-size: 40px 40px;
    opacity: 0;
    border-radius: 100%;
    pointer-events: none;
    animation: background 100s linear infinite;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure:hover img {
    height: calc(100% - 40px);
    filter: brightness(1.5);
    border-radius: 10px;
    outline: 1px solid rgba(255, 255, 255, 0.8);
    outline-offset: 5px;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure:hover {
    padding: 0px 20px;
}

#mz-gallery figure:hover figcaption {
    opacity: 0.8;
    color: white;
    outline: 1px solid rgba(8, 87, 77, 0.541);
    outline-offset: -20px;
    text-shadow: 1px 1px 3px black, 0px 0px 5px black;
    transition: all 0.3s ease-in-out;
}

#mz-gallery figure:hover div {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1145px) {
    #mz-gallery figure {
        scroll-snap-align: center;
    }
    #mz-gallery {
        scroll-padding: 0px 0px 0px 0px !important;
    }
}

@media (max-width: 610px) {
    #mz-gallery {
        max-height: 320px;
    }
    #mz-gallery figure {
        margin-right: 20px;
    }
    #mz-gallery figure:nth-child(1) {
        margin-left: 20px;
    }
}

@media (max-height: 425px) {
    #mz-gallery figure figcaption {
        font-size: 14pt;
        line-height: 20pt;
    }
}

@media (max-height: 340px) {
    #mz-gallery {
        background-size: 30px 30px;
        scroll-padding: 0 0 0 28px;
    }
    #mz-gallery figure {
        margin-right: 30px;
    }
    #mz-gallery figure:nth-child(1) {
        margin-left: 30px;
    }
    #mz-gallery figure figcaption {
        font-size: 12pt;
        line-height: 18pt;
        font-weight: 400;
        background-size: 30px 30px;
    }
}

@media (max-height: 280px) {
    #mz-gallery::-webkit-scrollbar {
        height: 20px;
    }
    #mz-gallery::-webkit-scrollbar-button:single-button:horizontal:decrement,
    #mz-gallery::-webkit-scrollbar-button:single-button:horizontal:increment {
        width: 80px;
        height: 20px;
        background-size: 15px;
    }
}

@media (max-height: 230px) {
    #mz-gallery figure figcaption {
        font-size: 10pt;
        line-height: 12pt;
    }
    #mz-gallery figure:hover figcaption {
        outline-offset: -10px;
    }
    #mz-gallery figure:hover img {
        outline-offset: 10px;
    }
}

@media (max-height: 165px) {
    #mz-gallery {
        scroll-padding: 0 0 0 18px;
        margin: 0px;
    }
    #mz-gallery figure {
        margin-right: 20px;
    }
    #mz-gallery figure:nth-child(1) {
        margin-left: 20px;
    }
}


/* touch screen devices */

@media (pointer: coarse) {
    #mz-gallery * {
        pointer-events: none;
    }
    #mz-gallery::-webkit-scrollbar {
        height: 35px;
    }
    #mz-gallery {
        scroll-snap-type: unset;
        scroll-padding: unset;
        scroll-behavior: unset;
    }
    #mz-gallery figure {
        scroll-snap-align: unset;
    }
    #mz-gallery figure figcaption {
        width: 100%;
        height: 30%;
        bottom: 0;
        opacity: 1;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        animation: unset;
        border-radius: 0;
        padding: 0px 15px;
        border-top: 1px solid rgba(8, 87, 77, 0.541);
    }
}

.hp {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.hp .section1 {
    background-color: #979ad4;
    width: 30%;
    height: 100%;
}

.hp .section2 {
    background-color: #4a4d89;
    width: 30%;
    height: 100%;
}

.hp .section3 {
    width: 30%;
    height: 100%;
    background-color: #464984;
}

.hp .section4 {
    width: 30%;
    height: 100%;
    background-color: #2e3058;
}


/*hp*/

.hp_img {
    width: 100%;
}

.hp_heading {
    margin-top: 20px;
}

.home {
    width: 100%;
    height: 100%;
}

.home h1 {
    color: white;
}

.home_container {
    height: 100%;
    background-color: #000336;
    width: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    padding: 0;
    right: 0;
}

#slide_2 img {
    border-radius: 50%;
}

.section:nth-child(3) h3 {
    margin-top: 50px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section:nth-child(3) hr {
    width: 250px;
    height: 3px;
    color: #191654;
}

#slide_2 p {
    letter-spacing: 2px;
}

#goals {
    display: flex;
    flex-direction: row;
}

#slide_2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
}

#slide_3 h3 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.home_problem h2 {
    font-weight: 600;
}

#home_content {
    margin-top: 60px;
    width: 100%;
    animation: slideInLeft;
    animation-duration: 4s;
}

#home_img {
    animation: slideInRight;
    animation-duration: 4s;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.banner-area {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://static.igem.wiki/teams/4689/wiki/37e72515-702b-4792-9063-7cc66e9c1691.jpeg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.banner-area h2 {
    padding-top: 10%;
    font-size: 90px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    font-weight: 900;
    font-family: "Francois One", sans-serif;
}

.header_text {
    position: absolute;
    z-index: 3;
    padding: 0;
}

.header_text h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}

@media screen and (max-width: 1024px) {
    #slide_2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        text-align: left;
        gap: 40px;
    }
    .section:nth-child(2) .fixed {
        padding: 10px 30px;
    }
    #slide_2 img {
        border-radius: 50%;
        width: 60%;
        margin-top: 50px;
    }
    #slide_3 {
        display: flex;
        flex-direction: column;
    }
    #slide_3 h3 {
        font-size: 16px;
    }
    #slide_3 p {
        padding: 25px 25px;
    }
    #slide_2 p {
        font-size: 16px;
        letter-spacing: 0px;
    }
    #home_img {
        width: 100%;
    }
    .bar {
        display: none;
    }
    #slide_5 {
        padding: 5px 10px;
        margin-top: 15px;
    }
    #slide_5 .slider-row {
        width: 100%;
        height: 20%;
        margin-bottom: 30px;
    }
    .section:nth-child(3) h3 {
        font-size: 16px;
    }
    .section:nth-child(3) .fixed {
        padding: 0;
    }
    .home_goals {
        width: 100%;
    }
    .home_goals img {
        width: 90px;
    }
    #goals {
        display: flex;
        flex-direction: column;
    }
}

#slide_5 {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

#slide_5 .slider-row {
    width: 100%;
    height: 200px;
    background-image: url("https://o.remove.bg/uploads/d71ef8f1-3f52-45a2-acd1-b1a7c12bf5f5/slider.png");
    background-size: center;
    -webkit-animation: slide 50s linear infinite;
    animation: slide 50s linear infinite;
}

#slide_5 h3 {
    padding: 25px 25px;
    text-align: left;
    letter-spacing: 2px;
}

#slide_5 p {
    letter-spacing: 0;
    text-align: left;
    padding: 5px 25px;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

@-webkit-keyframes slide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -3000px;
    }
}

@keyframes slide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -3000px;
    }
}

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


/* Timeline Container */

.ihp .timeline {
    margin: 20px auto;
    padding: 20px;
}


/* Card container */

.ihp .card {
    position: relative;
    max-width: 100%;
    height: 100%;
    border: none;
    background: none;
}


/* setting padding based on even or odd */

.ihp .card:nth-child(odd) {
    padding: 30px 0 30px 30px;
}

.ihp .card:nth-child(even) {
    padding: 30px 30px 30px 0;
}


/* Global ::before */

.ihp .card::before {
    content: "";
    position: absolute;
    width: 96%;
    border: solid orangered;
}


/* Setting the border of top, bottom, left */

.ihp .card:nth-child(odd)::before {
    left: 0px;
    top: -4.5px;
    bottom: -4.5px;
    border-width: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
    animation: scrolldown 2.2s forward;
}


/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */

@media only screen and (max-width: 400px) {
    .ihp .card:nth-child(odd)::before {
        top: -5px;
        bottom: -5px;
    }
}


/* Setting the border of top, bottom, right */

.ihp .card:nth-child(even)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
}


/* Removing the border if it is the first card */

.ihp .card:first-child::before {
    border-top: 0;
    border-top-left-radius: 0;
}


/* Removing the border if it is the last card  and it's odd */

.ihp .card:last-child:nth-child(odd)::before {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}


/* Removing the border if it is the last card  and it's even */

.ihp .card:last-child:nth-child(even)::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}


/* Information about the timeline */

.ihp .info {
    display: flex;
    flex-direction: column;
    background: #191654;
    color: #ffff;
    border-radius: 10px;
    padding: 10px;
}


/* Title of the card */

.ihp .title {
    color: orangered;
    position: relative;
}


/* Timeline dot  */

.ihp .title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 1;
    border: 3px solid rgb(1, 2, 49);
}


/* text right if the card is even  */

.ihp .card:nth-child(even)>.info>.title {
    text-align: right;
}


/* setting dot to the left if the card is odd */

.ihp .card:nth-child(odd)>.info>.title::before {
    left: -45px;
}


/* setting dot to the right if the card is odd */

.ihp .card:nth-child(even)>.info>.title::before {
    right: -45px;
}

@media screen and (max-width: 1024px) {
    .ihp .card::before {
        content: "";
        position: absolute;
        width: 70%;
        border: solid orangered;
    }
}

.info p {
    color: white;
    padding: 10px 10px;
}

@media screen and (max-width: 768px) {
    .ihp .card::before {
        content: "";
        position: absolute;
        width: 50%;
        border: solid orangered;
    }
}

#slide_3 p {
    letter-spacing: 0px;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    #agarose {
        margin-top: 25%;
    }
    .bar_content {
        display: none;
    }
    #slide_3 p {
        padding: 100px;
    }
    @keyframes mymove {
        from {
            left: 0px;
        }
        to {
            left: 50%;
            opacity: 0.1;
        }
    }
}

@media screen and (max-width: 764px) {
    #agarose {
        margin-top: 100%;
    }
    .safety .container {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    #agarose {
        margin-top: 100%;
    }
}


/* Create the animation */

@keyframes move {
    to {
        transform: translateX(-100%);
    }
}

#model_body a {
    color: #000336;
    text-decoration: underline;
}

.pro_wrapper {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 40px;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

#pro_model {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 5px 30px;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.pro_toggle {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #111130;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
}

.pro_content {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s;
}

.protocol_heading a {
    text-decoration: none;
    color: black;
}

.pro_img {
    width: 35%;
}

.contri_page p {
    color: black;
}

.contri_page button {
    width: 200px;
    height: 40px;
    outline: none;
    border-radius: 10px 10px 10px 10px;
    background: #191654;
    border: none;
}

.contri_page button a {
    color: white;
    text-decoration: none;
}

#bnrmg {
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media screen and (max-width: 768px) {
    #bnrimg {
        max-width: 100%;
        width: 500px;
    }
}

@media screen and (max-width: 548px) {
    #bnrimg {
        max-width: 100%;
        width: 500px;
    }
}

.footer-links li a i {
    margin-right: 5px;
}

.site-footer {
    background-color: #000336;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.site-footer .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.site-footer .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.site-footer .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.site-footer .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.site-footer .social-icons a:active,
.site-footer .social-icons a:focus,
.site-footer .social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.site-footer .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.site-footer .social-icons a.facebook:hover {
    background-color: #3b5998;
}

.site-footer .social-icons a.twitter:hover {
    background-color: #00aced;
}

.site-footer .social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.site-footer .social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

@media (max-width: 767px) {
    .closepopup {
        top: 4.5rem;
    }
    .site-footer .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
    .banner-area {
        object-fit: cover;
        background-image: url("https://static.igem.wiki/teams/4689/wiki/37e72515-702b-4792-9063-7cc66e9c1691.jpeg");
    }
    .banner-area h2 {
        font-size: 45px;
        margin-top: 140px;
    }
    .parts .table__body {
        margin-top: 70px;
    }
}

#slide1_info p {
    text-align: left;
}

#sponser img {
    width: 250px;
    height: 75px;
    animation: scroll 60s linear infinite;
}

#sponser .slide-track {
    width: 100%;
    display: flex;
    gap: 4.5em;
    overflow: hidden;
}

#sponser .slider {
    margin-top: 20px;
    padding: 25px 25px;
    width: 100%;
    left: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%);
    }
}

.bg-hero {
    padding: 190px;
}

.row {
    margin-top: 50%;
}

.collab {
    margin-bottom: 500px;
}

@media screen and (max-width: 450px) {
    .social-btns {
        display: flex;
        justify-content: space-between;
        bottom: 65%;
        width: 100%;
    }
    .closepopup {
        top: 4.5rem;
    }
    .popup-inner {
        height: 100%;
    }
    .popup {
        margin-top: 20px;
    }
}

@media screen and (max-width: 380px) {
    .social-btns {
        display: flex;
        justify-content: space-between;
        bottom: 65%;
        width: 100%;
    }
    .closepopup {
        top: 4.5rem;
    }
    .popup-inner {
        height: 100%;
    }
}

@media screen and (max-width: 280px) {
    .social-btns {
        display: flex;
        justify-content: space-between;
        bottom: 70%;
        width: 100%;
    }
    .closepopup {
        top: 4.5rem;
    }
    .popup-inner {
        height: 100%;
    }
    .popuptext main {
        margin-bottom: 15px;
    }
}

.h4 {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.h4:before,
.h4:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}


/*HOME*/

.slide_sec {
    width: 100%;
    height: 100%;
    padding: 200px 100px;
}

@media (min-width: 1440px) {
    .container {
        max-width: 100%;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row-fw {
    width: 100%;
    height: 100vh;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

#img_div {
    left: 0;
    position: absolute;
    background-image: url("https://lloydslist.maritimeintelligence.informa.com/-/media/lloyds-list/daily-briefing/2021/03-march/dbhero120321.png?rev=82b5c9e6a59d4db68c1d52de1ad4bca0");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
    width: 100%;
    color: white;
}

#slide2_info h1 {
    color: white;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    text-align: justify;
}

.section_2 {
    height: 140vh;
}

#slide2 {
    left: 0;
    position: absolute;
    background-color: #000336;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
    display: block;
    width: 100%;
    color: white;
    font-size: 20px;
}

.section_info {
    padding: 130px 40px;
    color: white;
    z-index: 2;
}

.section_info p {
    font-size: 50px;
    font-weight: 800;
    color: white;
    line-height: 1.2em;
    width: 70%;
    margin-left: -10px;
}

.section_info h5 {
    letter-spacing: 3px;
}

.section_info #h4 {
    width: 60%;
    margin-left: -10px;
}

.section_info #h4:before,
#h4:after {
    border-bottom: 2px solid #ffffff;
}

#slide2 {
    margin: 0;
    overflow: hidden;
}

#octocat {
    animation: animateSprite 15s steps(1) infinite, swim 15s ease-in-out infinite;
    position: absolute;
    top: 0%;
    margin-top: -150px;
}

@keyframes animateSprite {
    0% {
        background-position: -600px;
        /* Starting position moving left sprite */
    }
    20% {
        background-position: 0px;
        /* Straight on sprite */
    }
    25% {
        background-position: -200px;
        /* Moving up sprite */
    }
    35% {
        background-position: -400px;
        /* Moving right sprite */
    }
    40% {
        background-position: -400px;
    }
    50% {
        background-position: -200px;
        /* Moving up sprite */
    }
    60% {
        background-position: -0px;
        /* Straight on sprite */
    }
    67% {
        background-position: -600px;
        /* Moving up sprite */
    }
    100% {
        background-position: -600px;
    }
}

@keyframes swim {
    0% {
        transform: translate(0, 0);
        /* Starting position */
    }
    20% {
        transform: translate(calc(-50vw - 100px), 0);
        /* Animate to center of screen */
    }
    25% {
        transform: translate(calc(-50vw - 100px), 0);
        /* Stay at the center for 1 second */
    }
    35% {
        transform: translate(calc(-50vw - 100px), -20vh);
        /* Animate up for 2 seconds */
    }
    50% {
        transform: translate(-25vw, 15vh);
        /* Animate bottom right for 3 seconds */
    }
    60% {
        transform: translate(-25vw, -20vh);
        /* Animate up at right of the screen */
    }
    67% {
        transform: translate(-25vw, -20vh);
    }
    100% {
        transform: translate(calc(-100vw - 300px), 0);
        /* Animate past left past the screen */
    }
}

#bg {
    left: 0;
    position: absolute;
    background-color: #000336;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160vh;
    display: block;
    width: 100%;
    color: white;
    font-size: 20px;
}

#slide2_info {
    overflow: hidden;
    height: 100%;
}

.ocean {
    width: 100%;
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 1024px) {
    #img_div {
        background-position: center;
    }
    #slide2_info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .section_info {
        padding: 100px 20px;
        width: 100%;
    }
    .section_info #h4 {
        width: 70%;
    }
    .section_info p {
        font-size: 47px;
        width: 100%;
    }
    #slide2_info {
        padding: 10px 10px;
        width: 100%;
        height: 100%;
    }
    #slide2_info img {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    #slide2_info h5 {
        width: 100%;
        margin-bottom: 40px;
    }
}

.world-map {
    width: 100%;
    height: 100%;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 1em;
    position: relative;
}

.world-map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 15px;
}

.pin {
    background: white;
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
}

.pin::before {
    content: "";
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pin span {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    font-size: 0.9em;
}

.place1 {
    top: 40%;
    left: 25%;
}

.place2 {
    top: 65%;
    left: 53%;
}

.place3 {
    top: 33%;
    left: 73%;
}

.place4 {
    top: 75%;
    left: 76%;
}

.place5 {
    left: 30%;
    top: 70%;
}

.section_5 {
    height: 260vh;
}

#slide4 {
    left: 0;
    position: absolute;
    background-color: #000336;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    color: white;
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .ocean {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .section_4 {
        height: 100vh;
    }
    #slide4_info h5 {
        letter-spacing: 1px;
    }
    /*  */
}

@media screen and (max-width: 500px) {
    * {
        margin: 0;
        padding: 0;
    }
    html,
    body {
        overflow-x: hidden;
    }
    #img_div {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #slide1_info {
        margin-top: -100%;
        float: top;
    }
    .ocean {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .section_4 {
        height: 100vh;
    }
    #slide4_info h5 {
        letter-spacing: 1px;
    }
    .section_2 {
        height: 110vh;
    }
    #slide2 {
        height: 110vh;
    }
    #slide2_info {
        margin-top: 30px;
    }
    .section_1 {
        width: 110%;
    }
    .world-map {
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }
    .world-map img {
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    html,
    body {
        overflow-x: hidden;
    }
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
    }
    #slide1_info {
        margin-top: -110%;
        float: top;
    }
    .ocean {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .section_4 {
        height: 100vh;
    }
    #slide4_info h5 {
        letter-spacing: 1px;
    }
    .section_2 {
        height: 150vh;
    }
    #slide2 {
        height: 150vh;
    }
    #slide2_info {
        margin-top: 270px;
    }
    .section_1 {
        width: 110%;
    }
    .world-map {
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }
    .world-map img {
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    html,
    body {
        overflow-x: hidden;
    }
    #img_div {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #slide1_info {
        margin-top: -100%;
        float: top;
    }
    .ocean {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    .section_4 {
        height: 100vh;
    }
    #slide4_info h5 {
        letter-spacing: 1px;
    }
    .section_2 {
        height: 150vh;
    }
    #slide2 {
        height: 150vh;
    }
    #slide2_info {
        margin-top: 340px;
        width: 100%;
    }
    .section_1 {
        width: 110%;
    }
    .world-map {
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }
    .world-map img {
        padding: 10px;
        width: 100%;
    }
    .pin span {
        font-size: 0.5em;
    }
    .section_5 {
        height: 250vh;
    }
    #slide4_info h5 {
        letter-spacing: 0px;
    }
}

.section_5 .timeline-content p {
    font-size: 19px;
    color: black;
}

#slide4_info h5 {
    letter-spacing: 1px;
    line-height: 1.5em;
}

.curve_home {
    position: relative;
}

.curve_home img {
    object-fit: cover;
    width: 100%;
}


/* .co2 {
        position: absolute;
        z-index: 5;
    } */

.co2 img {
    width: 50%;
    margin-top: 20px;
}

.section_2 .container {
    position: absolute;
    z-index: 1;
}

.section_3 .container {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

#wrap {
    height: 40vh;
    position: relative;
    z-index: -1;
}

path {
    transition: stroke-dashoffset 1000ms ease;
    border-radius: 40px;
}

.section_3 {
    overflow: hidden;
    height: 950vh;
}

#slide3 {
    left: 0;
    position: absolute;
    background-color: #000336;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950vh;
    display: block;
    width: 100%;
    color: white;
    font-size: 20px;
}

#slide3_info .content_1 {
    background: white;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 30px;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 80%;
    float: left;
    margin-left: 200px;
    margin-top: 0%;
}

#slide3_info .content_1 h1 {
    font-size: 19px;
    padding: 10px 10px;
    color: black;
    width: 70%;
}

.section_3 .content_2 {
    margin-top: 25%;
    width: 100%;
    background-color: #000336;
}

.section_3 .content_2 h1 {
    font-size: 60px;
}

.section_3 .content_3 {
    width: 100%;
    margin-top: 25%;
    background-color: #000336;
}

#slide3_info .content_3 h1 {
    font-size: 20px;
    color: white;
    padding: 10px 10px;
}

.section_3 .content_4 {
    border-radius: 20px 20px 20px 20px;
    padding: 20px 20px;
    width: 100%;
    margin-top: 25%;
}

#slide3_info .content_4 h1 {
    font-size: 20px;
    padding: 10px 10px;
    color: black;
}

.section_3 .content_5 {
    padding: 20px 20px;
    width: 90%;
    margin-top: 25%;
}

#slide3_info .content_5 h1 {
    font-size: 21px;
    padding: 10px 10px;
    color: white;
}

.section_3 .content_6 {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    margin-top: 25%;
}

.section_3 .content_6 h1 {
    font-size: 35px;
    color: white;
}

.section_3 .content_7 {
    width: 100%;
    margin-top: 20%;
    border-radius: 20px 20px 20px 20px;
}

.section_3 .content_7 h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.section_3 .content_8 {
    height: 100%;
    width: 100%;
    margin-top: 25%;
}

.section_3 .content_8 h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.section_3 .content_9 {
    width: 100%;
    margin-top: 25%;
}

.section_3 .content_9 h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.section_3 .content_10 {
    width: 100%;
    margin-top: 25%;
}

.section_3 .content_10 h1 {
    font-size: 65px;
    color: rgb(255, 255, 255);
}

.section_3 .content_11 {
    width: 100%;
    margin-top: 25%;
}

.section_3 .content_11 h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.section_3 .content_12 {
    margin-top: 25%;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
}

.section_3 .content_12 img {
    width: 50%;
    z-index: 999;
}

.section_3 .content_13 {
    width: 100%;
    margin-top: 10%;
    position: absolute;
    z-index: 5;
}

.section_3 .content_13 h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
}

.section_4 {
    overflow: hidden;
    height: 150vh;
}

.goals {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 35%;
}

.home_goals h1 {
    font-size: 27px;
    position: absolute;
    z-index: 1;
    margin-top: -50px;
}

.goal_1 {
    padding: 20px 20px;
    display: flex;
    background: white;
    flex-direction: row;
    height: 55%;
    width: 100%;
    float: right;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.goal_1 h1 {
    font-size: 17px;
    padding: 10px 10px;
    color: rgb(0, 0, 0);
}

.goal_2 {
    padding: 20px 20px;
    display: flex;
    background: white;
    flex-direction: row;
    height: 55%;
    width: 100%;
    float: right;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.goal_2 h1 {
    font-size: 17px;
    padding: 10px 10px;
    color: rgb(0, 0, 0);
}

.goal_3 {
    padding: 20px 20px;
    display: flex;
    background: white;
    flex-direction: row;
    height: 55%;
    width: 100%;
    float: right;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.goal_3 h1 {
    font-size: 17px;
    padding: 10px 10px;
    color: rgb(0, 0, 0);
}

.section_5 h1 {
    position: relative;
}

#slide3_info .content_1 img,
#slide3_info .content_4 img,
#slide3_info .content_6 img,
#slide3_info .content_9 img,
#slide3_info .content_11 img {
    width: 50%;
    border-radius: 20px 20px 20px 20px;
}

#slide4 {
    height: 150vh;
}

@media screen and (max-width: 900px) {
    .home_goals h1 {
        width: 80%;
        font-size: 27px;
        position: absolute;
        z-index: 1;
        margin-top: -100px;
    }
    #slide2_info {
        padding: 30px 40px;
        font-size: 30px;
    }
    #slide3_info .content_1 img,
    #slide3_info .content_4 img,
    #slide3_info .content_6 img,
    #slide3_info .content_9 img,
    #slide3_info .content_11 img {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }
    #wrap {
        display: none;
    }
    #slide3_info .content_1,
    #slide3_info .content_4,
    #slide3_info .content_6,
    #slide3_info .content_9,
    #slide3_info .content_11 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    #slide3_info .content_1 h1 {
        width: 100%;
    }
    #slide3_info .content_2 {
        width: 100%;
        margin: 100% auto;
    }
    #slide3_info .content_3 {
        width: 100%;
        margin: 15% 0%;
    }
    #slide3_info .content_4 {
        width: 100%;
        margin: -40% 0%;
    }
    #slide3_info .content_5 {
        width: 100%;
        margin: 60% 0%;
    }
    #slide3_info .content_6 {
        width: 100%;
        margin: -50% 0%;
    }
    #slide3_info .content_7 {
        width: 100%;
        margin: 45% 0%;
    }
    #slide3_info .content_8 {
        width: 100%;
        margin: -15% 0%;
    }
    #slide3_info .content_9 {
        width: 100%;
        margin: 15% 0%;
    }
    #slide3_info .content_10 {
        width: 100%;
        margin: -5% 0%;
    }
    #slide3_info .content_11 {
        width: 100%;
        margin: 5% 0%;
    }
    .section_3 {
        height: 810vh;
    }
    #slide3 {
        height: 810vh;
    }
}

@media screen and (max-width: 620px) {
    #slide2_info h1 {
        font-size: 23px;
        padding: 0 0;
    }
    .goal_1 {
        margin-top: 40px;
    }
    .section_3 {
        height: 580vh;
    }
    #slide3 {
        height: 580vh;
    }
    .section_4 {
        height: 130vh;
    }
    #slide4 {
        height: 130vh;
    }
    #slide3_info h1 {
        font-size: 17px;
    }
    .home_goals h1 {
        width: 80%;
        font-size: 27px;
        position: absolute;
        z-index: 1;
        margin-top: -100px;
    }
    #slide2_info {
        padding: 30px 20px;
        font-size: 30px;
    }
    #slide3_info .content_1 img,
    #slide3_info .content_4 img,
    #slide3_info .content_6 img,
    #slide3_info .content_9 img,
    #slide3_info .content_11 img {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }
    #wrap {
        display: none;
    }
    #slide3_info .content_1,
    #slide3_info .content_4,
    #slide3_info .content_6,
    #slide3_info .content_9,
    #slide3_info .content_11 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    #slide3_info .content_1 h1 {
        width: 100%;
    }
    #slide3_info .content_2 {
        width: 100%;
        margin: 100% auto;
    }
    #slide3_info .content_3 {
        width: 100%;
        margin: -85% 0%;
    }
    #slide3_info .content_4 {
        width: 100%;
        margin: -40% 0%;
    }
    #slide3_info .content_5 {
        width: 100%;
        margin: 60% 0%;
    }
    #slide3_info .content_6 {
        width: 100%;
        margin: -50% 0%;
    }
    #slide3_info .content_7 {
        width: 100%;
        margin: 45% 0%;
    }
    #slide3_info .content_8 {
        width: 100%;
        margin: -15% 0%;
    }
    #slide3_info .content_9 {
        width: 100%;
        margin: 15% 0%;
    }
    #slide3_info .content_10 {
        width: 100%;
        margin: -5% 0%;
    }
    #slide3_info .content_11 {
        width: 100%;
        margin: 5% 0%;
    }
}

@media screen and (max-width: 460px) {
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
    }
    #slide2_info {
        overflow-y: hidden;
        height: 78vh;
    }
    .co2 img {
        width: 100%;
    }
    #slide2_info h1 {
        font-size: 36px;
        margin-top: -40px;
    }
    .goal_1 {
        margin-top: 40px;
    }
    .section_3 {
        height: 680vh;
    }
    #slide3 {
        height: 680vh;
    }
    .section_4 {
        height: 150vh;
    }
    #slide4 {
        height: 150vh;
    }
    #slide3_info h1 {
        font-size: 17px;
    }
    .home_goals h1 {
        width: 80%;
        font-size: 27px;
        position: absolute;
        z-index: 1;
        margin-top: -100px;
    }
    .goal_1,
    .goal_2,
    .goal_3 {
        display: flex;
        flex-direction: column;
    }
    #slide2_info {
        padding: 30px 20px;
        font-size: 30px;
    }
    #slide3_info .content_1 img,
    #slide3_info .content_4 img,
    #slide3_info .content_6 img,
    #slide3_info .content_9 img,
    #slide3_info .content_11 img {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }
    #wrap {
        display: none;
    }
    #slide3_info .content_1,
    #slide3_info .content_4,
    #slide3_info .content_6,
    #slide3_info .content_9,
    #slide3_info .content_11 {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 15px 15px;
    }
    #slide3_info .content_1 h1 {
        width: 100%;
    }
    #slide3_info .content_2 {
        width: 100%;
        margin: 220% auto;
    }
    #slide3_info .content_2 h1 {
        font-size: 20px;
    }
    #slide3_info .content_3 {
        width: 100%;
        margin: -185% 0%;
    }
    #slide3_info .content_3 h1 {
        padding: 0;
    }
    #slide3_info .content_4 {
        width: 100%;
        margin: -60% 0%;
    }
    #slide3_info .content_5 {
        width: 100%;
        margin: 80% 0%;
        padding: 0px 0px;
    }
    #slide3_info .content_6 {
        width: 100%;
        margin: -50% 0%;
    }
    #slide3_info .content_7 {
        padding: 0px 0px;
        width: 100%;
        margin: 65% 0%;
    }
    #slide3_info .content_7 h1 {
        padding: 0px 0px;
        font-size: 20px;
    }
    #slide3_info .content_8 {
        width: 100%;
        margin: -45% 0%;
        padding: 0px 0px;
    }
    #slide3_info .content_8 h1 {
        padding: 0px 0px;
    }
    #slide3_info .content_9 {
        width: 100%;
        margin: 65% 0%;
    }
    #slide3_info .content_10 {
        width: 100%;
        margin: -5% 0%;
        padding: 0px 0px;
    }
    #slide3_info .content_10 h1 {
        padding: 0px 0px;
    }
    #slide3_info .content_11 {
        width: 100%;
        margin: 35% 0%;
    }
    .section_2 {
        height: 130vh;
    }
    #slide2 {
        height: 130vh;
    }
    #slide3_info h1 {
        line-height: 1.3em;
    }
}

@media screen and (max-width: 420px) {
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        height: 110vh;
    }
    #slide2_info {
        height: 98vh;
    }
    .section_3 {
        height: 730vh;
    }
    #slide3 {
        height: 730vh;
    }
    .section_4 {
        height: 230vh;
    }
    #slide4 {
        height: 230vh;
    }
}

@media screen and (max-width: 390px) {
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        height: 110vh;
    }
    #slide2_info {
        height: 125vh;
    }
    #slide2_info img {
        width: 100%;
    }
    .section_2 {
        height: 170vh;
    }
    #slide2 {
        height: 170vh;
    }
    .section_3 {
        height: 850vh;
    }
    #slide3 {
        height: 850vh;
    }
    .section_4 {
        height: 230vh;
    }
    #slide4 {
        height: 230vh;
    }
}

@media screen and (max-width: 380px) {
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
        height: 110vh;
    }
    .section_3 {
        height: 950vh;
    }
    #slide3 {
        height: 950vh;
    }
}

@media screen and (max-width: 360px) {
    #img_div {
        width: 100%;
        margin: 0 -5px;
        position: relative;
        overflow: hidden;
        object-fit: cover;
    }
    #slide2_info {
        height: 125vh;
    }
    #slide2_info img {
        width: 100%;
    }
    .section_2 {
        height: 170vh;
    }
    #slide2 {
        height: 170vh;
    }
    .section_3 {
        height: 1100vh;
    }
    #slide3 {
        height: 1100vh;
    }
    .section_4 {
        height: 260vh;
    }
    #slide4 {
        height: 260vh;
    }
    .section_4 .goals {
        justify-content: center;
    }
}

.section_4 h5 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 25px;
    margin-bottom: 40px;
}

@media screen and (max-width: 320px) {
    .section_4 {
        height: 310vh;
    }
    #slide4 {
        height: 310vh;
    }
}

.hardware_list ul {
    display: flex;
    flex-direction: column;
}

.hardware_list ul li {
    width: 100%;
    text-align: left;
}

#table {
    height: 100%;
}

.sus_intro {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #ffffff;
    gap: 30px;
    padding: 20px 20px;
}

.sus_img {
    width: 150px;
}

.spo_img {
    width: 250px;
}

.sus p {
    text-align: justify;
}

.sus a {
    color: #000336;
}

h4 a {
    color: #000336;
}

#hardware_1 {
    width: 50%;
}

.ver_img {
    width: 50%;
    height: 100%;
}

.hardware_gifs {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

#img_hard {
    width: 40%;
}

@media screen and (max-width: 1024px) {
    .sus {
        width: 100%;
        margin-left: 0;
        margin-top: 150px;
    }
    .sus_img {
        width: 100%;
    }
    .sus_intro {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #ffffff;
        gap: 30px;
        padding: 20px 20px;
    }
    .spo_img {
        width: 100%;
    }
    .hardware_gifs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .model_images {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

#modeling img {
    width: 90%;
}

.sponsers_thanks {
    padding: 20px 20px;
    margin-top: 40px;
}

.model_col {
    display: flex;
    flex-direction: column;
}

#model_content .content .model_img {
    width: 50%;
}

#model_content .content .model_full {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
}

.capture ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    list-style: circle;
    align-items: left;
    width: 100%;
}

.capture ul li {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    padding: 0 10px;
    text-align: left;
}

.imgs {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.entre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.group_photo {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.group_photo img {
    width: 50%;
    padding: 10px;
    border-radius: 50px 50px 50px 50px;
}

.project_solution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px;
}

.project_solution a {
    color: blue;
    font-size: 25px;
}

#project {
    text-align: justify;
}

.conts ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.conts ul li {
    text-align: justify;
    width: 100%;
}

@media screen and (max-width:768px) {
    .entre {
        width: 100%;
    }
    .imgs {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    .group_photo {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .group_photo img {
        width: 100%;
        padding: 5px;
        border-radius: 50px 50px 50px 50px;
    }
    .goals {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 25%;
    }
    .project_solution {
        display: flex;
        flex-direction: column;
    }
    .conts a {
        width: 100%;
    }
}