@font-face {
    font-family: 'Nvm';
    src: url('../fonts/Nvm/Nvmlization-rg.otf') format('opentype');
}

@font-face {
    font-family: 'Nvm';
    src: url('../fonts/Nvm/LTNvm-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Nvm';
    src: url('../fonts/Nvm/Imibobo.otf') format('opentype');
}

@font-face {
    font-family: 'Nvm';
    src: url('../fonts/Nevermind/NeverMindSlab/NeverMindSlab-DemiBold.ttf') format('opentype');
}

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* Index */
.index h1,
.index h2,
.index h3,
.index h4,
.index h5,
.index #menu.navbar-default,
.index #menu a.navbar-brand,
.index #menu.navbar-default .navbar-nav>li>a,
.index .intro-text,
.index .intro-text * {
    color: #636363;
}

.index h1 {
    font-size: 50px;
}

.index .intro-text ul li {
    list-style-type: disc;
}

.intro-text {
    margin: 0px 20px;
}

.index {
    font-size: 17.5px;
}

/* Mouse Effect */
.mouse-move {
    position: absolute;
    bottom: -130px;
    left: 50%;
    width: 65px;
    margin-left: -50px;
}

.mouse-move a {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    border-radius: 900px;
    text-align: center;
}

.mouse-move .boom::before,
.mouse-move .boom::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    margin: 0;
    border-radius: 900px;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s linear infinite;
}

.mouse-move .boom::before {
    animation-delay: -4s;
}

@keyframes clipMe {

    0%,
    100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

.banner_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Body and Heading Styles */
body,
html {
    font-family: 'Nvm', fallback;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'Nvm', fallback;
}

h1 {
    text-shadow: 6px 6px 7px #000000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #dfdfdf;
}

h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 66px;
    color: #dfdfdf;
}

h3 {
    font-size: 20px;
    color: #dfdfdf;
}

h4 {
    font-size: 18px;
    color: #dfdfdf;
}

h5 {
    text-transform: uppercase;
    line-height: 20px;
}

p {
    font-size: 20px;
    color: #000000;
}

a {
    color: #608dfd;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #608dfd;
}

ul,
ol {
    width: fit-content;
    padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    border: 0;
}

/* Navigation */
#menu {
    padding: 0px;
    transition: all 0.8s;
    background: rgb(241 241 241 / 28%);
}

.container {
    width: fit-content;
    z-index: 2;
    position: relative;
}

.flex-container {
    width: -webkit-fill-available;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

#menu-container {
    width: -webkit-fill-available;
}

#menu.navbar-default {
    height: fit-content;
    padding: 15px;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 10px rgb(0 0 0 / 95%);
    align-items: center;
}

#menu a.navbar-brand {
    font-family: 'Nvm', fallback;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 6px 6px 7px #000000;
    text-transform: uppercase;
    text-shadow: darkblue;
}

#menu.navbar-default .navbar-nav>li>a {
    text-shadow: 2px 2px 3px #000000;
    font-family: 'Nvm', fallback;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    padding: 8px 2px;
    border-radius: 0;
}

#menu.navbar-default .navbar-nav>li>a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    content: "";
    transition: width 0.2s;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(to right, #000000 0%, #00ffea 100%) !important;
    content: "" !important;
    transition: width 0.2s !important;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dfdfdf;
    border-color: #608dfd;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #608dfd;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-title h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    margin-left: -30px;
    left: 50%;
}

.section-title p {
    font-size: 18px;
}

.btn-custom {
    font-family: 'Nvm', fallback;
    text-transform: uppercase;
    color: #dfdfdf;
    background-color: #5ca9fb;
    background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    padding: 14px 34px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s linear;
    border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    color: #dfdfdf;
    background-image: none;
    background-color: #6372ff;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */
#header {
    /* position: fixed; */
    justify-content: flex-start;
    display: flex;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-weight: 300;
    background: -webkit-linear-gradient(top left, #1b7983 0%, #5a5d5c 100%);
    top: 50%;
    left: 0;
    width: 100%;
    height: 1500px;
    overflow: hidden;
    /* position: relative; */
    z-index: 1;
}

#header-title {
    justify-content: flex-start;
    align-items: center;
    font-size: 50px;
    color: #dfdfdf;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 111;
    margin-bottom: 50px;
    width: 40%;
}

#header-paragraph {
    font-size: 20px;
    color: #dfdfdf;
    font-weight: 300;
    line-height: 30px;
    margin: 30px 0 40px 0;
}

.header-shadow {
    background: rgb(0 0 0 / .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: inherit;
}

.header-overlay {
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 3;
}

@media screen and (max-width: 1049px) {
    .header-overlay {
        flex-wrap: wrap;
        justify-content: center;
    }

    #header-title {
        width: 100%;
    }
}

#header-title-inside {
    margin: 0px 40px;
    width: fit-content;
    opacity: 0;
    transition: opacity 1s ease-out;
}

#header-title-inside.in-view {
    opacity: 1;
}

.intro_index {
    display: table;
    width: 100%;
    padding: 0;
    background-position: center +70%;
    background-color: #dfdfdf;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-container {
    justify-content: center;
    margin: 0px;
    width: -webkit-fill-available;
}

.intro .overlay {
    height: fit-content;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
}

.overlay>*:first-child {
    margin-right: 200px;
}

.intro h1 {
    font-family: 'Nvm', fallback;
    color: #dfdfdf;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}

.intro h1 span {
    font-weight: 800;
    color: #5ca9fb;
}

.intro p {
    color: #dfdfdf;
    font-weight: 300;
    line-height: 30px;
    margin: 30px 0 40px 0;
}

#list1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#profile-pic {
    width: 800px;
    height: 900px;
    border-radius: 5px;
    background: url(../img/IMG_2455.JPG) center top no-repeat;
    background-size: cover;
}

@media screen and (max-width: 3600px) {
    #profile-pic {
        width: 600px;
        height: 700px;
    }
}

@media screen and (max-width: 2600px) {
    #profile-pic {
        width: 450px;
        height: 550px;
    }
}

@media screen and (max-width: 2000px) {
    #profile-pic {
        width: 350px;
        height: 450px;
    }
}
@media screen and (max-width: 1500px) {
    #profile-pic {
        width: 300px;
        height: 400px;
    }
}

@media screen and (max-width: 1000px) {
    #profile-pic {
        width: 250px;
        height: 300px;
    }
}

.episkepsi-text {
    flex-wrap: wrap;
    width: 30%;
    margin: 60px;
}

@media screen and (max-width: 627px) {
    .episkepsi-text {
        width: 100%;
    }
    
}

.episkepsi-text li {
    color: #000000;
}

li {
    color: rgb(255, 255, 255);
    font-size: 30px;
}

/* About Section */
.content-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.carousel {
	overflow: hidden;
	border-radius: 15px;
	flex: 1;
	max-width: 500px;
	position: relative;
}

.carousel img {
	height: auto;
	width: 100%;
	object-fit: fill;
	object-position: top left;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
	transform: translateX(100%) scale(0.5);
}

.coloured-faded-text {
    background: -webkit-linear-gradient(top left, #1b7983 0%, #5a5d5c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about {
    background: #e5e5e5;
    padding: 200px 0;
    z-index: 2;
    position: relative;
    height: fit-content;
}

#about h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

#about h2 {
    width: max-content;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#about h2::after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(top left, #1b7983 0%, #5a5d5c 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    left: 0;
}

#about .about-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
    color: rgb(0, 0, 0);
}

#intro-paragraph {
    width: 925px;
    height: 220px;
    margin: 200px 0px;
}

.intro-profile-pic {
    align-items: center;
    height: 100%;
    width: fit-content;
    margin: 0px 40px;
}

@media screen and (max-width: 627px) {
    .intro-profile-pic {
        width: 100%;
    }
}

#carousel img {
    width: 400px;
    background: #dfdfdf;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

.about-row1 {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#about-container {
    width: inherit;
}

.about-row1.in-view {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 910px) {
    .about-row1 {
        right: -15;
        justify-content: center;
    }
}


/* Service Section */
#services {
    overflow-x: hidden;
    padding: 450px 20px;
    height: fit-content;
    background: -webkit-linear-gradient(right top, #5a5d5c 0%, #1b7983 100%);
}

.service-row1 {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.service-row1.in-view {
    opacity: 1;
    transform: translateX(0);
}

#services .col-xs-12.col-md-6 {
    width: fit-content;
}

#services-container {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#services ul li {
    width: auto;
    height: fit-content;
    display: flex;
    align-items: center;
    margin: 1.5em;
    cursor: pointer;
    padding: .5em;
    position: relative;
    color: white;
    border-radius: 5px;
}

#services ul li::before,
#services ul li::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    width: 120%;
    transition: all 0.4s;
}

#services ul li::before {
    left: 0%;
    height: 130%;
    background: linear-gradient(45deg, black, transparent);
}

#services ul li::after {
    left: -10%;
    height: 120%;
    background: #ffffff56;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.164);
}

#services ul li:hover::before {
    transform: translateX(-2.5%);
}

#services ul li:hover::after {
    transform: translateX(15%);
}

#services-pic {
    margin-left: 80px;
    width: 286.5px;
    height: 360px;
    border-radius: 5px;
    background: url(../img/photo7.jpg) center no-repeat;
    background-size: cover;
}

/* biography Section */

#biography {
	margin: 50px;
	height: 90vh;
    opacity: 0;
    transition: opacity 1s ease-out;
}

#biography.in-view {
    opacity: 1;
}

.pdf-iframe-container {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    width: -webkit-fill-available;
}

/* Contact Section */
#contact-container {
    align-items: center;
    margin: 0px;
    display: flex;
    justify-content: center;
    height: 100%;
}

#contact {
    padding: 200px 40px;
    position: relative;
    height: fit-content;
    background: -webkit-linear-gradient(right bottom, rgb(90, 93, 92) 0%, rgb(27, 121, 131) 100%);
    opacity: 0;
    transition: opacity 1s ease-out;
}

#contact.in-view {
    opacity: 1;
}

#contact-info {
    align-self: center;
    margin: 0px;
}

#contact .flex-container {
    /* flex-wrap: wrap; */
    z-index: 2;
    position: relative;
}

#contact-container-specific {
    width: 40%;
}

@media screen and (max-width: 1176px) {
    #contact-flex-container {
        flex-direction: column;
    }

    #contact-container-specific {
        width: 100%;
        margin: 20px;
    }
}

@media screen and (max-width: 500px) {

    #contact-container-specific {
        width: inherit;
    }
}

#gmaps-iframe {
    width: -webkit-fill-available;
    height: inherit;
}

.screen-body {
    background: white;
}

/* Footer Section */
#footer {
    background: #dfdfdf;
    padding: 10px 0;
}

#footer p {
    color: #888;
    font-size: 14px;
}

#footer a {
    color: #608dfd;
}

#footer a:hover {
    border-bottom: 2px solid #608dfd;
}

.iFrame1 {
    border: 0px;
}


/* Other Styles Remain Unchanged */

#about h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

#about h2 {
    width: max-content;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#about h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #ffffff 0%, #0c0c0c 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    left: 0;
}

#about .about-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
    color: rgb(0, 0, 0);
}

#about .about-text li {
    list-style-type: disc;
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

#memiamatia {
    width: 100%;
}

/* Columns */
.col-lg-6 {
    width: 50%;
}

.col-sm-6 {
    width: 50%;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}