html {
    height: 100%;
}
:root {
    --background-color: #6E6E6E;
    --text-color: #f2f2f2;
    --accent-color: #BAFF39;
    --shade-color: #383838;
}

h1 {
    font-family: 'Source Sans', sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 69px;   
    color: var(--text-color);
    line-height: 1.1;
    margin: 0;
    animation: fadeIn .5s; 
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 30px;
    color: var(--accent-color);
    line-height: 1.3;
    margin: 0;
    padding-bottom: 8px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.3;
    margin: 0;
    padding-bottom: 8px;
    animation: fadeIn 300ms; 
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-display: swap;
    font-weight: 300;
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
    animation: fadeIn 800ms; 
}

.name-position {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-display: swap;
    font-weight: 700;
    color: var(--accent-color);
    line-height: 1.2;
    margin: 0;
}

.second-supervisor {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-display: swap;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}

.second-supervisor a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-display: swap;
    font-weight: 400;
    color: var(--accent-color);
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}

p>a {
    font-size: 16px;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-display: swap;
    font-weight: 300;
    color: var(--accent-color);
    line-height: 1.5;
    margin: 0;
    opacity: 1;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    transition: 300ms ease;
}

body {
    background-color: var(--background-color);
    padding: 0 auto;
    width: 100%;
    margin: 0 auto;
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: absolute;
    overscroll-behavior: none;
}

.wrapper {
    width: 100%;
    padding: 0px auto;
    display: flex;
    align-items: left;
    justify-content: center;
    overflow-x: hidden;
    background-color: var(--background-color);
}
.hwrapper {
    width: 100%;
    padding: 0px auto;
    display: flex;
    align-items: left;
    justify-content: center;
    overflow-x: hidden;
    background-color: #000000;
    -webkit-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -moz-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    -ms-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
    transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.content {
    width: 1200px;
    display: flex;
    align-items: left;
    flex-direction: column;
    height: 100%;
    padding: 0px auto;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
}

.header-wrap {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    padding: 50px 30px;
    overflow-x: hidden;
    flex-wrap: wrap;
}

.header {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 50px 5px;
}

.main-wrap {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: row;
    margin: 0;
    padding: 0px 30px;
    overflow-x: hidden;
    flex-flow: wrap;
}

nav {
    display: flex;
    flex-basis: fit-content;
    align-items: left;
    justify-content: flex-end;
    flex-direction: row;
    overflow-x: hidden;
    padding-bottom: 20px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-left: 10px;
    margin-right: 10px;
}

nav ul li a {
    color: var(--text-color);
    text-decoration: none;
    font-weight:400;
}

.oneblock > ul > li {
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-display: swap;
    font-weight: 300;
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
    animation: fadeIn 800ms; 
}

nav ul li a:hover {
    color:var(--accent-color);
    transition: 300ms ease;
}

.twoblock {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 560px;
    overflow-x: hidden;
    padding: 20px 5px;
    flex: 0 0 50%;
}


.oneblock {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1200px;
    overflow-x: hidden;
    padding: 20px 5px;
    width: 100%;
    
}
.subheading-block {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1200px;
    overflow-x: hidden;
    padding: 20px 5px 0px 5px;
    width: 100%;
}
.threeblock {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 360px;
    overflow-x: hidden;
    padding: 20px 5px;
    flex: 0 0 33.33%;
}

.tile {
    background-color: var(--shade-color);
    height: 100px;
    width: 250px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.tile:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }

.tile-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bigtile {
    background-color: var(--shade-color);
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    width: 100%;
}

.bigtile-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.inner-bigtile {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-flow: wrap;
}

.inner-bigtile-main {
    width: calc(100% - 220px);
    text-align: left;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

.inner-bigtile-side {
    background: var(--text-color);
    width: 200px;
    height: 200px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

img, .img {
    border-radius: 10px;
    animation: fadeIn 800ms; 
}

img.inner-bigtile-side.img, .img-home {
    object-fit: cover;
}

.footer {
    width: 100%;
	bottom: 0;
	position: absolute;
}

.footwrap {
    width: 100%;
    display: flex;
    background-color: var(--shade-color);
    margin-top: 50px;
}

.fcontain {
    padding: 20px 40px 5px 40px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.frow{
    display: flex;
    margin: auto;
    flex-wrap: wrap-reverse;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.fcol{
    flex-basis: 33%;
    padding-top: 1%;
}
.flogo{
    width: 160px;
    margin-bottom: 20px;
}
.fcol h3{
    width: fit-content;
    margin-bottom: 30px;
    position: relative;
    color: var(--text-color);
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
}
.fcol ul {
    margin-bottom: 30px;
    padding-left: 0px;
}
.fcol ul li {
    list-style: none;
    margin-bottom: 12px;
}
.fcol ul li a {
    text-decoration: none;
}
.fcol p {
    font-size: 14px;
    color: var(--text-color);
    font-family: 'Open Sans', sans-serif;
    font-display: swap;
}
.fcol a{
    color: #BAFF39;
}
.fsocial {
    margin-bottom: 30px;
}
.fcol:nth-child(1),.fcol:nth-child(2){
    flex-basis: 15%;
}

.fdivider-bar {
    background-color: var(--text-color);
    border: 0pt none;
    color: var(--text-color);
    height: 1px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    opacity: 0.3;
}
.copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--text-color);
}
.funderline {
    width: 100%;
    height: 5px;
    background: #848484;
    border-radius: 3px;
    position: absolute;
    top: 28px;
    overflow: hidden;
}
.funderline span{
    width: 15px;
    height: 100%;
    background: var(--accent-color);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 3s linear infinite;
}
@keyframes moving {
    0% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}

#viewer {
    border-radius: 10px;
    background-color: #fff;
    animation: fadeIn 800ms;
}
#viewer>canvas {
    border-radius: 10px;
    width: 100%;
    transform: none !important;
}
#viewer>div>textarea {
    display: none;
}

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

.button1, .button2:hover {
    background-color: var(--accent-color);
    border-style: solid;
    border-color: var(--accent-color);
    border-width: 2px;
    color: var(--shade-color);
    text-align: center;
    text-decoration: none;
    display: flex;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 24px;
    padding: 10px 20px;
    transition: 300ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-display: swap;
    font-weight: 700;
    opacity: 1;
    height: auto;
    text-transform: uppercase;
}

.button2, .button1:hover {
    background-color: var(--background-color);
    border-style: solid;
    color: var(--accent-color);
    border-color: var(--accent-color);
    border-width: 2px;
    text-align: center;
    text-decoration: none;
    display: flex;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 24px;
    padding: 10px 20px;
    transition: 300ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-display: swap;
    font-weight: 700;
    opacity: 1;
    height: auto;
    text-transform: uppercase;
}

.button1 .fa-arrow-right,.button2 .fa-arrow-right {
    display: none;
    line-height: inherit;
    margin-left: 10px;
    transform: translateX(-50%) scale(0.2);
    opacity: 0;
}

.button1 .fa-arrow-left,.button2 .fa-arrow-left {
    display: none;
    line-height: inherit;
    margin-right: 10px;
    transform: translateX(-50%) scale(0.2);
    opacity: 0;
}

.button1 .fa-arrow-right, .button1 .fa-arrow-left {
    color: var(--accent-color);
}

.button2 .fa-arrow-right,.button2 .fa-arrow-left {
    color: var(--shade-color);
}

.button1:hover .fa-arrow-right, .button2:hover .fa-arrow-right, .button1:hover .fa-arrow-left, .button2:hover .fa-arrow-left {
    display: inline-flex;
    transform: translateX(0) scale(1);
    transition: ease 900ms;
    opacity: 1;
}

.mapembed {
    border-radius: 10px;
}

.fa-arrow-pointer, .fa-brands {
    margin-right: 5px;
}

.noconsent {
    display: none;
}

@keyframes fadeInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-up {
    animation: 0.75s both fadeInUp;
}

@media screen and (max-width: 1200px) {
    .twoblock, .oneblock, .subheading-block, .threeblock {
      flex: 0 0 100%;
      max-width: 1000px;
    }
    .content {
      width: 100%;
    }
}
    
@media (max-width: 768px){
    .fcol {
        flex-basis: 100%;
    }
    .fcol:nth-child(1),.fcol:nth-child(2){
        flex-basis: 100%;
    }
    .inner-bigtile-main {
        width: 100%;
    }
    nav {
        justify-content: center;
    }
    .tile {
        height: 80px;
        width: minmax(400px, 50%);
    }
    .tile>h3 {
        font-size: 14px;
        overflow-wrap: break-word;
    }
}
@media (max-width: 480px){
    h1 {
        font-size: 48px;
    }
    .header {
        margin-left: 0px;
    }
    .header-wrap, .main-wrap {
        padding: 0px 20px !important;
    }
}

@media (max-width: 400px) {
    .mapembed {
        width: 250px;
        height: 250px
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0ms !important;
        transition-duration: 0ms !important;
    }
}
