@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #050505;
    position: relative;
}
h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1;
    font-family: "Oswald", sans-serif;
}
h2 {
    font-size: 57px;
    font-weight: 600;
    line-height: 1.2;
}
ul, li {
    margin: 0;
    padding: 0;
}
.btn-def {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    background-color: #fff;
    color: #050505;
    text-decoration: none;
}
.btn-def:hover {
    color: #050505;
}

.cv-button {
    width: 67px;
    height: 58px;
    background-color: #fff;
    position: absolute;
    left: 0;
    /*top: 335px;*/
    top: 96px;
    cursor: pointer;
    z-index: 2;
}
.cv-button span {
    font-size: 18px;
    font-weight: 700;
    color: #020202; 
    transition: all 0.2s;   
}
.cv-button:hover span {
    transform: translateX(5px);
}

.header-bg {
    width: 100%;
    height: 724px;
    position: absolute;
    background-color: #F5F5F5;
}
.header-bg .image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
   background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    overflow: hidden;
}
header {
    position: relative;
    margin-bottom: 95px;
}
header h1 {
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 24px;
}
header h1::after {
    content: "";
    width: 73px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;    
    bottom: 0;
}
header p.subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 74px;
}
header p span {
    font-weight: 600;
}
header .btn-def {
    display: inline-block;
    cursor: pointer;
}
header .btn-def span {
    transition: all 0.2s; 
    display: inline-block;
}
header .btn-def:hover span {
    transform: translateX(5px);
}
header .quote {
    margin-top: 55px;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
}

.filter {

}
.filter ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.filter ul li {
    font-size: 16px;
    font-weight: 600;
    color: #767676;
    cursor: pointer;
    padding-bottom: 14px;
    margin-right: 25px;
}
.filter ul li:last-child {
    margin-right: 0;
}
.filter ul li a {
    color: #767676;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 14px;
}
.filter ul li a.selected, .filter ul li a:hover {
    color: #fff;
}
.filter ul li a.selected {
    text-decoration: line-through;
}
/*.filter ul li a.selected::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}*/
.cd-gallery {
    padding: 0 !important;
    margin: 0 !important;
}

.cd-gallery ul {
    font-size: 0;
    text-align: justify;
    margin: 0;
    padding: 0;
}
.cd-gallery li {
    cursor: pointer;
    overflow: hidden;
    /*background-color: #F5F5F5;*/
    background-color: #f0f0f0;
    /*transition: all ease 0.3s;*/
    /*width: 23.9%;*/
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.cd-gallery li.photography {
    height: 0;
    margin-bottom: 0;
}
.cd-gallery li:hover {
    /*box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    background-color: #F5F5F5;*/
}
.cd-gallery li a {
    display: block;
    position: relative;
}
.cd-gallery li a .overlay {
    background-color: #f0f0f0;
    /*background-color: #000;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.3);
    transition:  400ms ease-in-out,transform 400ms ease-in-out;
}
.cd-gallery li a .overlay .text {
    max-width: 90%;
    text-align: center;
}
.cd-gallery li a .overlay h3 {
    color: #020202;
    /*color: #fff;*/
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    padding-bottom: 8px;
} 
/*
.cd-gallery li a .overlay h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #020202;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}
*/
.cd-gallery li a .overlay span {
    color: #020202;
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    display: block;
} 
.cd-gallery li:hover .overlay {
    /*opacity: 0.8;*/
    opacity: 1;
    transform: scale(1);
}
/*
.cd-gallery li a .icon {
    width: 86px;
    height: 86px;
    position: absolute;
    left: calc(50% - 43px);
    top: -86px;
    background-color: #0B0B0B;
    border-radius: 50%;
    background-image: url(../images/hover-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.cd-gallery li:hover .icon {
    top: calc(50% - 43px);
}
*/
.cd-gallery li img {
    filter: grayscale(1);
    transition: all 400ms ease-in-out;
}
.cd-gallery li:hover img {
    /*filter: grayscale(0) brightness(0.3);*/
    transform: scale(1.05);
    /*border-radius: 35px;*/
    /*transform: scale(0.9);*/
    /*filter: grayscale(0);*/
}

footer {
    padding-top: 20px;
    padding-bottom: 44px;
    margin-top: 15px;
    color: #fff;
}
footer h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
footer p.mail {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
}
footer p.all-rights {
    font-size: 13px;
    margin-bottom: 0;
}
footer .partner-logos {
    overflow: hidden;
    margin-top: 10px;
}
footer .partner-logos a {
    display: block;
}
footer .partner-logos a:first-child {
    margin-right: 60px;
}

/* cv */
.cv-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    transition: all 0.3s ease;
    z-index: 3;
}
.cv-wrapper.active {
    left:0;
}
.cv-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 94px 33px 20px 60px;
}
.cv-content img {
    display: block;
    margin-bottom: 40px;
}
.cv-content p {
    font-size: 18px;
    font-weight: 500;
    color: #161616;
    line-height: 1.7;
    margin-bottom: 25px;
}
.cv-close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.cv-wrapper .scrollbar-outer {
    /*height: calc(100% - 80px);*/
    height: 100%;
}
.cv-wrapper .scrollbar-outer > .scroll-element {
    background-color: #fff;
}
.cv-wrapper .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    width: 5px;
    border-radius: 0;
}
.cv-wrapper .scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #fff;
}
.cv-wrapper .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    border-radius: 0;
    background-color: #e9e9e9;
}
/* */

.fancybox-thumbs {
    width: 238px;
    background-color: #F5F5F5;
    /*right: auto;
    left: 0;*/
}
.fancybox-thumbs__list a {
    height: 110px;
    width: 110px;
    margin: 3px;
    filter: grayscale(1);
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
    filter: grayscale(0);
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    display: none;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background-color: #050505;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 238px;
    /*left: 238px;*/
}


/*.fancybox-infobar, .fancybox-toolbar, .fancybox-navigation, .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible;
}*/
/* infobar */
.fancybox-infobar {
    font-size: 16px;
    font-weight: 400;
    mix-blend-mode: normal;
    color: #fff;
    display: none;
}
.fancybox-infobar span {
    color: #fff;
}
/* */

/* navigation */
.fancybox-navigation .fancybox-button {
    width: 25px;
    height: 45px;
    padding: 0;
    top: calc(50% - 23px);
    background: none;
}
.fancybox-navigation .fancybox-button div {
    padding: 0;
    width: 100%;
    height: 100%; 
}
.fancybox-navigation .fancybox-button div svg {
    display: none;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
}
.fancybox-navigation .fancybox-button:disabled div {
    opacity: 0.2;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
}
/* */

/* toolbar */
.fancybox-toolbar .fancybox-button {
    background: none;
}
.fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
    display: none !important;
}
.fancybox-toolbar .fancybox-button--close {
    width: 25px;
    height: 25px;
    background-image: url(../images/lightbox-close.svg);
    background-repeat: no-repeat;
    top: 20px;
    right: 20px;
}
.fancybox-toolbar .fancybox-button--close svg {
    display: none;
}

/*contact*/
.contact-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    display: none;
}
.contact-wrapper .cnt {
    width: 100%;
    height: 100%;
}
.contact-wrapper .box {
    text-align: center;
    position: relative;
}
.contact-wrapper .box img {
    display: inline-block;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
.contact-wrapper .box h3 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.contact-wrapper .box .alert {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
    position: absolute;
    width: 100%;
    top: -45px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.contact-wrapper .close {
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 35px;
    width: 25px;
    height: 25px;
}