@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap');


.handwriting {
    font-family: 'Ephesis', cursive !important;
}

.handwriting-1 {
    font-family: 'Arizonia', cursive !important;
}

.f-bodoni {
    font-family: 'Bodoni Moda', serif !important;
}

a,
a:hover {
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
}

/* page-slideshow-begin */

.page-slideshow {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
}

.page-slideshow {
    margin-bottom: 0;
}

.slideshow-container {
    height: 100dvh;
}

.page-slideshow .slideshow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slideshow-container {
    overflow: hidden;
    position: relative;
    z-index: 0;
    min-height: 150px;
}

.page-slideshow .slideshow-resize .slide-item {
    will-change: transform;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page-slideshow .slide-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
}

.slide-item {
    float: left;
    position: relative;
    z-index: 0;
    min-height: 150px;
}

.slide-item-hasBorder .slide-item-inner {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
}

.slideshow-resize .slide-item-inner {
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.slide-item-inner {
    position: relative;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide-item-mainimage-wrapper {
    position: relative;
    -webkit-backface-visibility: hidden;
    height: 100%;
}

.slide-item-mainimage {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}

.slide-item-mainimage-stretch .slide-item-mainimage-img {
    position: absolute;
    width: 100%;
}

.slide-item-mainimage-img {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.cover-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.slide-item-mainimage-img.anim-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

.slide-item-mainimage-stretch .slide-item-mainimage-img {
    position: absolute;
    width: 100%;
}

.slide-item-mainimage-img {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.cover-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.cssp-capt-animated .slide-overlay {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.slide-overlay-gradient {
    opacity: 0.5;
    top: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

.slideshow-resize .slide-item:hover {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.page-slideshow .slideshow-resize .slide-item:hover {
    -webkit-box-flex: 1.3;
    -webkit-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
}

.slide-item-hasBorder .slide-item:hover .slide-item-inner {
    box-shadow: 0 0 0 2px #fff, 0 0 50px 20px rgba(0, 0, 0, 0.25);
}

.slide-item:hover .slide-item-inner {
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.25);
}

.slide-item:hover .slide-overlay {
    opacity: 0;
}

.slide-item:hover .slide-item-mainimage-img.anim-grayscale {
    opacity: 0;
}



/* page-slideshow-end */


/* Home-items-begin */

.home-items .col-md-4 {
    padding: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    align-items: center;
}

.home-items .col-md-8,
.home-items .row {
    padding: 0 !important
}



.home-items .home-item-content {
    max-width: 300px;
}

.home-items .home-item-image img {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
}

.home-items h2 {
    font-weight: 200;
    font-size: 35px;
}

.home-items .home-item-content p {
    background: 0 0;
    color: #000000;
    font-display: swap;
    font-family: metropolis-font, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 30px;
    padding: 0 0 15px;
    text-align: left;
    text-align: justify;
    text-transform: none;
}

/* Home-items-end */

/* video-section-start */

.video-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: end;
    justify-content: center;
}

.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 185px;
}

.scroll {
    background-color: #000;
    width: 100%;
    height: 100%;
}

.scroll .scaleDown {
    border-radius: 50px;
}

.scaleDown {
    height: 40dvh;
    object-fit: cover !important;
    width: 50dvw;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center !important;
}

.video-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}

.video-text span,
.video-text h1 {
    color: #fff;
    font-weight: 100;
    font-size: 75px;
    letter-spacing: 10px;
}

.video-text a {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    border: 1px solid #ffffff94;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: 400ms;
}

.video-text a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #ffffff94;
    text-decoration: none !important;
}

/* video-section-end */


/* about-page-begin */

.about-top-text {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -250px; */
}

.about-top-text p {
    width: 400px;
    background: #fff;
    padding: 35px;
    z-index: 9;
    text-align: justify;
    font-size: 42px;
    font-family: 'Ephesis', cursive !important;
}

.about-top img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.about-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.about-logo img {
    height: 125px;
    object-fit: contain;
    filter: brightness(0.5);
}

.about-content-text h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 70px;
}

.about-content-text p {
    text-align: justify;
    width: 100%;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 400;
    /* color: #7b7b7b; */
}


.about-content-text {
    padding: 0 250px;
}

/* about-page-end */

/* projects-page-begin */

a.project-card img,
a.project-card-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 2000ms;
    filter: grayscale(1) brightness(0.8);
}

section.project-list-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

a.project-card,
a.project-card-image {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-cover {
    overflow: hidden;
}

a.project-card:hover img,
a.project-card-image:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.1)
}

a.project-card span {
    font-size: 32px;
    font-weight: 100;
    color: #000000;
    font-weight: 400;
    padding-left: 6px;
    padding-top: 5px;
}

.project-image-item,
.project-list-item {
    margin-bottom: 0px;
    padding: 5px !important;
}

/* projects-page-end */

/* project-detail-page-begin */

.project-detail-top.no-video {
    margin-top: 200px;
}

section.project-detail-page .video-container {
    padding-bottom: 225px;
}

.project-image-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 2000ms;
    filter: grayscale(1) brightness(0.8);
}

.project-image-card {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
}

.project-image-card:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.1)
}

.project-image-card span {
    position: absolute;
    left: 25px;
    bottom: 15px;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
}

.project-image-item {
    margin-bottom: 0px;
    padding: 5px !important;
}

.project-detail-top .project-title {
    margin-top: 75px;
    margin-bottom: 25px;
}

.project-detail-top .project-description {
    margin-bottom: 75px;
}

.project-images {
    padding-bottom: 150px;
}

/* project-detail-page-end */


/* contact-page-begin */



.contact-page iframe {
    width: 100%;
    filter: grayscale(100%) contrast(83%);
    transition: 400ms;
}

.contact-page iframe:hover {
    width: 100%;
    filter: grayscale(0%) contrast(1);
    transition: 400ms;
}

.contact-page form {
    margin-top: 25px;
}

.contact-page .btn {
    background: #2d2d2d;
    padding: 24px 36px;
    box-sizing: inherit;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    transition: .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.contact-page .btn span {
    position: relative;
    z-index: 2
}

.contact-page .btn:after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: 0;
    width: 120px;
    height: 100%;
    background: var(--primary);
    opacity: 0.2;
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: skewX(-15deg) scaleX(1)
}

.contact-page .btn:hover {
    color: #000
}

.contact-page .btn:hover:after {
    width: 120%;
    right: -10px;
    opacity: 1
}

.form-group {
    width: 100%;
    margin-bottom: 20px
}

.form-group label.error {
    display: none !important
}

.form-group input {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(225, 225, 225, 0.5);
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 15px;
    letter-spacing: .3px;
    border: 1px solid transparent;
    transition: .3s
}

.form-group input.error {
    border: 1px solid red
}

.form-group input:focus {
    border: 1px solid var(--primary)
}

.form-group textarea {
    width: 100%;
    padding: 25px;
    height: 200px;
    resize: none;
    box-sizing: border-box;
    background: rgba(225, 225, 225, 0.5);
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 15px;
    letter-spacing: .3px;
    border: 1px solid transparent;
    transition: .3s
}

.form-group textarea.error {
    border: 1px solid red
}

.form-group textarea:focus {
    border: 1px solid var(--primary)
}

section.contact-section.main-contact.contact-page {
    background: black;
    border-bottom: 1px solid #ffffff5e;
}

h2.contact-title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 200;
}

h2.contact-title strong {
    font-weight: 700;
}

.row.contact-row {
    padding: 100px 0;
    align-items: center;
    justify-content: center;
}

.contact-information-box a,
.contact-information-box p {
    color: #fff;
    font-weight: 200;
    font-size: 25px;
}

.contact-socials {
    margin-top: 25px;
}

.contact-socials a {
    margin-right: 15px;
    font-size: 38px;
}

.contact-page a {
    transition: 400ms;
}

.contact-page a:hover {
    color: var(--primary);
}

.contact-information-box {
    padding-top: 60px;
}


/* contact-page-end */


.copyright {
    height: 60px;
    border-top: 1px solid #ffffff5e;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.copyright span {
    color: #fff;
}

footer {
    padding-bottom: 0;
}

.copyright img {
    height: 40px;
    object-fit: contain;
}

section.document-list-page {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: calc(100dvh - 363px);
}

.document-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ededed;
    height: 55px;
    transition: 400ms;
}

.document-list-row .col-12:nth-child(even) .document-list-item {
    background: #d9d9d9;
}

.document-list-item img {
    height: 35px;
    object-fit: contain;
}

.document-list-item .icon {
    padding: 5px 15px;
}

.doc-title {
    text-align: left;
    width: 100%;
    padding-left: 25px;
}

.doc-title span {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;
}

.document-list-item:hover {
    background: #d1d1d1;
    transition: 400ms;
}