html {
    font-family: 'Inter', serif, sans-serif;
    scroll-behavior: smooth;
    animation: ease-in-out;
}

/* #Defaults */
nav,
header,
footer {
    display: block;
}

body {
    /* Color */
    font-family: 'Inter';

    background: rgb(146, 179, 255);
    background: -webkit-radial-gradient(#ffffff,#d5f6fd,#e0e0ff,#b7e3ff,#f3f3f3);
    line-height: 1;
    margin: 0;
    height: 100vh;
    background-size: 400% 400%;
    animation: bg 30s ease-in-out infinite;
}
@keyframes bg {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.container {
    width: 100%;
    margin: auto;
    padding-top: 90px;
    padding-bottom: 10px;

    padding-left: 0; 
    padding-right: 0;

    align-content: center;

    /* transition: all 1.5s; 

    animation: appear 0.5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

    transform: translateZ(0); */
}
/* @keyframes appear {
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
} */



/* Row */
.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.row::after {
    display: table;
    clear: both;
    content: "";
}
/* Paragraph tag */
p {
    margin: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
}
/* h2 tag */
h2 {
    color: #1F0C7E;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

/* Navbar */
.navbar-session {
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(5px);

    align-items: center;
    align-content: center;
    justify-content: center;

    padding-top: 10px;
    padding-bottom: 0;

    width: 100%;
    height: auto;

    transition: none;
}

.navbar.navbar-expand-lg {
    /* margin-top: 20px; */
    border-radius: 15px;
    background-color: #1F0C7E;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-brand.active span {
    align-items: center;
    align-content: center;
    /* margin-left: 8px; */
    font-weight: 700;
    color: #ffffff;
}
.navbar-brand.active {
    margin-right: 0;
}

.navbar-brand img {
    margin-right: 10px;
}

/* Dropdown content */
.navbar-collapse {
    justify-content: end;
}

.navbar-nav {
    float: left;
}

.navbar .navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar .navbar-nav .nav-item a {
    font-weight: 300;
    color: #ebedeb;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
}

.navbar .navbar-nav .doc {
    margin-top: 8px;
    margin-bottom: 8px;
    /* margin-left: 15px; */
    text-decoration: none;
}
.navbar .navbar-nav .doc span {
    color: #1F0C7E;
    background-color: #ffffff;
    font-weight: 700;

    padding: 6px 12px;
    border: 1px solid;
    border-radius: 8px;
}


/* Syncthesis */
.syncthesis-session .row {
    display: flex;
    align-items: center;
    align-content: center;
    /* margin-top: 70px; */
    margin: 0;
}

.syncthesis-session .row div {
    padding: 0;
    padding-right: 15px;
}

img.syncthesis-logo {
    width: 100%;
    height: auto;
    margin: 0;
}

.text-syncthesis {
    font-size: 6rem;
    font-weight: 700;
    color: #1f2faa;
}
.syncthesis-session p {
    font-size: 1.4rem;
    font-weight: 350;
    margin-bottom: 1rem;
}
.syncthesis-session .explore a {
    font-size: 1.5rem;
    font-weight: 600;
    /* margin: 1vw; */
    border-radius: 5px;
    border: 0;
}

/* Discover */
.discover-session .row {
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 300px;
}
.discover-session .row h2 {
    /* font-size: 3rem; */
    font-weight: 700;
}

/* .discover-session .row p {
    font-size: 1.5rem;
    font-weight: 300;
} */

.container-fluid.background-colour-session {
    background-color:rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);

    border-radius: 100px 100px 0px 0px;
    border-top: 2px solid black

}

/* Scroll-to-top */
a .scroll-to-top {
    z-index: 1;
    position: fixed;
    right: 0;
    top: 80%;
    width: 30px;
    margin: 10px;
    animation-name: arrow;
    animation-timeline: scroll(y);

    background-color: rgb(255, 255, 255, 0.5);
    border: 1px solid rgb(189, 189, 189, 0.5);
    border-radius: 5px;
}
a .scroll-to-top:hover {
    background-color: rgb(255, 255, 255, 1);
    border: 1px solid rgb(189, 189, 189, 1);
        
    transition: ease-in-out 0.2s;
}

@keyframes arrow {
    0% {
        opacity: 0;
        display: none;
        position: fixed;
    }
    20% {
        opacity: 0;
        display: none;
    }
    30% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 1;
        display: block;
        position: fixed;
    }
}

/* About Us */
.about-us-session {
    display: block;
    align-items: center;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-us-session .row {
    display: block;
    align-items: center;
    align-content: center;
}

.about-us-session .row h2 {
    margin-bottom: 80px;
}

.about-us-session .about-us-content {
    display: flex;
    align-items: center;
    margin: 0;
}

.about-us-content .col-lg-9 {
    padding-left: 0;
    padding-right: 50px;
}

.about-us-session .row p span {
    color: #1F0C7E;
    font-weight: 700;
}

.about-us-content .col-lg-3 {
    padding: 0;
}
.about-us-session img {
    width: 100%;
    height: auto;
    margin: 0;
    float: right;
    padding: 0;
}

/* Our Services */
.services-session {
    margin-top: 200px;
    margin-bottom: 100px;
}
.services-session .row {
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
}
.services-session .row h2 {
    margin-bottom: 80px;
}
.services-session .row .services-images {
    display: flex;
    background: #edeafb;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;

    padding-top: 15px;
    padding-bottom: 15px;
    justify-content:space-evenly;
    gap: 5px;

    /* box-shadow: 0px 2px 5px; */
    box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #ffffff;
}

.services-session .row .services-images img {
    max-width: 150px;
    height: auto;
    padding: 5px;
    /* border-bottom: 1px #1F0C7E solid; */
    border-radius: 15px;
}

.services-session .services-type .services-skill {
    display: flex;
    text-align: left;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;

    padding: 20px;
    background-color: #ffffff;
    backdrop-filter: blur(0px);
    border-radius: 20px;

    box-shadow: 0px 0.5px 1px;
}


.services-session .services-type .services-skill h3 {
    text-align: calc();
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 600;
}
.services-session .services-type .services-skill p {
    text-align: left;
    align-items: center;
    /* font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2; */
}

/* Partner */
.partners-session {
    margin-top: 100px;
    margin-bottom: 50px;
}
.partners-session {
    display: block;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}

.partners-session h2 {
    margin-bottom: 30px;
}

.partners-session h4 {
    text-align: center;
    /* font-size: 3rem; */
    font-weight: 300;
    font-size: 1rem;

    margin-bottom: 30px;
}

.partners-session h4 span {
    color: #1F0C7E;
    font-weight: 500;

    font-style: italic;
}

.partners-session .partners-images {
    display: block;
    align-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.partners-session .partners-images .partners-images-content {
    display: flex;

    width: 100%;
    height: auto;
    align-items: center;
    align-content: center; 
    border-radius: 2px;
    padding: 20px;
    flex-wrap: wrap;

    margin: 0;

    justify-content: space-evenly;
}

.partners-session .partners-images .partners-images-content img {
    align-items: center;
    align-content: center;
    width: 4rem;
    height: auto;

    /* padding: 10px; */
    border: 0.5px solid #8c8c8c;
    border-radius: 10px;
    margin: 10px;
    padding-left: 0;
    color: #00d0ff;
    gap: 0;
}

/* Connect with us */
.connect-session .row {
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
    /* margin: auto; */
    margin-top: 150px;
    margin-bottom: 250px;
}

.connect-session .row h4 {
    font-family: italic;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.connect-session .row .connect-images {
    display: flex;
    background-color: #000000;
    width: fit-content;
    height: auto;
    justify-content: center;
    margin: auto;
    padding: 10px;

    gap: 10px;
    border-radius: 10px;
}

.connect-session .row .connect-images img {
    border-radius: 10px;
    /* margin: 10px; */
    width: 80px;
    height: auto;
    max-width: 200px;
    align-items: center;
    align-content: center;

}



/* Footer */
footer.footer-session {
    display: block;
    background-color: #1F0C7E;
    padding: 30px;
    border-radius: 10px;
}
footer.footer-session .footer-session-content {
    display: flex;
}
footer.footer-session .syncthesis-footer .row a img {
    width: 3rem;
    margin-bottom: 5px;
}

footer.footer-session h4 {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer.footer-session h5 {
     color: #e0e0e0;
     font-size: 1.2rem;
     font-weight: 500;
     margin-bottom: 1rem;
}
footer.footer-session .syncthesis-footer {
    align-items: flex-start;
    padding: 0;
}
footer.footer-session .col-lg-3 .row {
    display: block;
}
footer.footer-session ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

footer.footer-session ul li a {
    color: #d7d7d7;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: lighter;
}

/* All-rights */
footer.footer-session .all-rights-reserved {
    display: flex;
    background-color: #000000;
    border-radius: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;

}
footer.footer-session .all-rights-reserved .all-rights p {
    margin: 10px;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    color: #ffffff;
}
footer.footer-session .all-rights-reserved p {
    color: #ffffff;
    /* margin: auto; */
}
footer.footer-session .all-rights-reserved .built a p {
    margin: 10px;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    color: #00d0ff;
} 

div.rectangle-session {
    width: auto; 
    height: 1vw;
}

@media screen and (max-width: 780px) {
    /* Syncthesis */
    .syncthesis-session .row {
        display: flex;
        align-items: center;
        margin-top: 70px;
    }

    img.syncthesis-logo {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .syncthesis-session .row .col-lg-7 {
        margin: auto;
        align-content: center;
    }

    .text-syncthesis {
        font-size: 8vw;
        font-weight: 700;
        color: #1f2faa;

        margin-bottom: 0;
        flex-wrap: wrap;
    }
    .syncthesis-session p {
        font-size: 0.8rem;
        font-weight: 350;
        margin-bottom: 10px;
    }
    .syncthesis-session .explore a {
        font-size: 0.8rem;
        font-weight: 600;
        /* margin: 1vw; */
        /* margin-left: 1vw; */
        border-radius: 5px;
        border: 0;
    }

    /* About Us */
    .about-us-session {
        display: block;
        align-items: center;
        align-content: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about-us-session .row {
        display: block;
        align-items: center;
        align-content: center;
    }

    .about-us-session .row h2 {
        margin-bottom: 80px;
    }

    .about-us-session .about-us-content {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .about-us-content .col-lg-9 {
        padding-left: 0;
        padding-right: 50px;
    }

    .about-us-content .col-lg-3 {
        padding: 0;
    }
    .about-us-session img {
        width: 100%;
        height: auto;
        margin: 0;
        float: right;
        padding: 0;
    }

}

@media screen and (max-width: 680px) {
    .container {
        width: 100%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    
        align-content: center;
        overflow: hidden;
        
        /* animation: appear 1s linear;
        animation-timeline: view();
        animation-range: entry 0% cover 40%; */
    }
    /* @keyframes appear {
        from{
            opacity: 0;
            scale: 0.5;
        }
        to{
            opacity: 1;
            scale: 1;
        }
    } */
    
    /* Row */
    .row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
    }
    .row::after {
        display: table;
        clear: both;
        content: "";
    }

    h2 {
        color: #1F0C7E;
        font-size: 2rem;
        font-weight: 700;

        margin-bottom: 30px;
    }
    .col- {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar */
    .navbar-session {
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #navbarNavDropdown {
        margin-top: 10px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
        border-radius: 12px;
        background-color: #000000;
    }

    
    .navbar .navbar-nav .nav-item a {
        font-weight: 300;
        color: #ebedeb;
        margin-left: 8px;
        margin-right: 8px;
    }

    .navbar .navbar-nav .doc {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
        text-decoration: none;
    }
    .navbar .navbar-nav .doc span {
        font-weight: 700;

        padding: 4px 10px;
        border: 1px solid;
        border-radius: 8px;
    }


    /* Syncthesis */
    .syncthesis-session .row {
        flex-direction: column-reverse;
        text-align: center;
        width: 100%;
        height: auto;
    }

    img.syncthesis-logo {
        width: 100%;
        height: auto;
        margin: 0;
        border: none;
    }
    .syncthesis-session h1 {
        font-size: 14vw;
        font-weight: 700;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .syncthesis-session p {
        font-size: 1.4rem;
        font-weight: 300;
    }
    .syncthesis-session .explore a {
        font-size: 1.4rem;
        font-weight: 600;
        margin: 1vw;
        border-radius: 5px;
        border: 0;
    }

    /* Discover */
    .discover-session .row {
        display: block;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: auto;
        margin-top: 120px;
        margin-bottom: 150px;
    }

    .discover-session .row p {
        /* font-size: 1.5rem; */
        margin: 10px;
    }

    /* About Us */
    .about-us-session {
        display: block;
        align-items: center;
        align-content: center;
        margin-top: 50px;
        margin-bottom: 100px;
        padding: 0;
    }
    .about-us-session .row {
        display: block;
        align-items: center;
        align-content: center;
    }
    .about-us-session .about-us-content {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;

        margin: 0;
        padding: 0;
    }
    .about-us-content .col-lg-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .about-us-session .row p {
        text-align: center;
        /* font-size: 1.4rem;
        font-weight: 300; */
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-us-session img {
        align-items: center;
        align-content: center;
        justify-content: center;

        width: 100%;
        height: auto;
        margin: auto;

        margin-bottom: 20px;
    }

    /* Our Services */
    .services-session .row {
        display: block;
        align-items: center;
        align-content: center;
        text-align: center;
        margin-bottom: 50px;
    }

    .services-session .row .services-images {
        display: flex;
        /* background: #ce9fff; */
        border-radius: 20px;
        align-content: center;
        margin-bottom: 20px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: space-around;
        gap: 5px;
        
        border: 2px solid #bebebe;
    }

    .services-session .row .services-images img {
        max-width: 5rem;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .services-session .row .services-img p {
        /* margin-top: 50px;
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.2; */
    }

    .services-session .services-type .services-skill {
        display: block;
        text-align: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;

        padding: 20px;
        background-color: #ffffff;
        backdrop-filter: blur(20px);
        border-radius: 20px;
    }

    .services-session .services-type .services-skill h3 {
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .services-session .services-type .services-skill p {
        text-align: center;
        align-items: center;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.2;

    }

    .services-session .services-type .services-skill .services-skill-bottom {
        display: block;
        align-items: center;
        align-content: center;

        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    

    .services-skill-bottom .col-md-6 {
        margin: 0;
        padding: 0;
    }



    /* Partner */
    .partners-session {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }
    .partners-session .row {
        display: block;
        margin-top: 20px;
    }

    /* Connect with us */
    .connect-session .row h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .connect-session .row h4 {
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .connect-session .row .connect-images {
        display: flex;
        background-color: #000000;
        width: fit-content;
        height: auto;
        justify-content: center;
        margin: auto;
        padding: 10px;
    
        gap: 10px;
        border-radius: 10px;
    }
    
    .connect-session .row .connect-images img {
        border-radius: 10px;
        /* margin: 10px; */
        width: 60px;
        height: auto;
        max-width: 200px;
        align-items: center;
        align-content: center;
    
    }

    /* Footer */
    footer.footer-session {
        display: block;

        padding: 20px;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
    footer.footer-session .footer-session-content {
        display: grid;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    footer.footer-session .row a img {
        width: 3rem;
        margin-bottom: 5px;
    }
    footer.footer-session h4 {
        color: white;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    footer.footer-session .syncthesis-footer {
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
    }
    footer.footer-session .col-lg-3 .row {
        display: block;
    }
    
    footer.footer-session h5 {
        color: #ebedeb;
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    footer.footer-session ul {
        list-style: none;
        text-align: left;
        padding-left: 0;
    }
    footer.footer-session ul li a {
        color: #d7d7d7;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: lighter;
    }

    /* All-rights */
    footer.footer-session .all-rights-reserved {
        display: flex;
        background-color: #000000;
        border-radius: 10px;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        margin-top: 30px;

    }
    footer.footer-session .all-rights-reserved .all-rights p {
        margin: 10px;
        font-size: 0.6rem;
        font-weight: 400;
        padding-bottom: 0;
        color: #ffffff;
    }
    footer.footer-session .all-rights-reserved p {
        color: #ffffff;
        /* margin: auto; */
    }
    footer.footer-session .all-rights-reserved .built a p {
        margin: 10px;
        font-size: 0.6rem;
        font-weight: 400;
        padding-bottom: 0;
        color: #00d0ff;
    } 

    div.rectangle-session {
        width: auto; 
        height: 1vw;
    }

    /* About us */

    /* Our services */

    /* Partners */

    /* Connect with us */
}