@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=DM+Sans:wght@400;500;700&display=swap");
a,
a:hover {
    color: #080808;
}
input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
}
input[type="date"],
select {
    height: 50px;
    padding: 0 30px;
}
select,
select:focus {
    background-size: 5px 5px, 5px 5px, 1px 40px;
}
button[type="submit"],
input[type="submit"] {
    height: 70px;
    color: #fff;
    background: #080808;
    display: inline-block;
    font-weight: 600;
}
.hamburger path,
.navbar {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-transition,
.preloader {
    position: fixed;
    z-index: 99;
    left: 0;
}
.page-transition.active svg path,
.preloader svg path {
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-fill-mode: forwards;
}
.exhibition-box figure .info span,
.side-content small {
    white-space: nowrap;
    z-index: 0;
    font-weight: 500;
    font-size: 14px;
}
* {
    outline: 0 !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.no-transform {
    transform: none !important;
}
.has-scroll-smooth body,
html.has-scroll-smooth {
    overflow: hidden;
}
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}
iframe,
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input[type="email"],
input[type="file"],
input[type="tel"],
input[type="text"] {
    max-width: 100%;
    min-height: 50px;
    padding: 0 10px;
    border: 1px solid #cecece;
}
input[type="number"],
input[type="password"],
input[type="search"] {
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #cecece;
}
input[type="date"] {
    max-width: 100%;
    border: 1px solid #cecece;
}
input[type="radio"] {
    display: inline-block;
    border-radius: 50%;
}
select,
textarea {
    max-width: 100%;
    border: 1px solid #cecece;
}
input[type="radio"]:checked {
    border: 6px solid #080808;
}
input[type="checkbox"] {
    display: inline-block;
}
select,
select:focus {
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked {
    border: 4px solid #ededed;
    background: #080808;
}
textarea {
    width: 520px;
    height: 140px;
    padding: 10px;
}
select {
    width: 420px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px, calc(100% - 3.5em) 20px;
}
select:focus {
    background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px, calc(100% - 3.5em) 20px;
    border-color: gray;
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input[type="submit"] {
    font-size: 14px;
    border: none;
    padding: 0 50px;
}
button[type="submit"] {
    font-size: 14px;
    padding: 0 20px;
}
.newsletter-box .form input[type="submit"]:hover,
button[type="submit"]:hover {
    color: #ed1b26;
}
button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    transform: translateY(2px);
}
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}
.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.spacing-400 {
    height: 400px;
}
.spacing-200 {
    height: 200px;
}
.spacing-100 {
    height: 100px;
}
.image-icon-box .icon img,
.navbar .logo a img,
.spacing-50 {
    height: 50px;
}
.accordion,
.exhibition-box,
.pagination,
.side-content,
.side-list,
.text-box,
.text-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.accordion dt {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.accordion dt a {
    display: flex;
    align-items: center;
    position: relative;
}
.accordion dt a:before {
    content: "\f00c";
    color: #ed1b26;
    border: 1px solid #ed1b26;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
}
.accordion dt a:hover,
.circle-button:hover,
.contact-box a:hover,
.custom-link:hover,
.footer .footer-bottom .creation a:hover,
.image-icon-box .content-box a:hover,
.navbar .custom-menu ul li a:hover,
.navbar .site-menu ul li a:hover,
.pagination .page-item .page-link:hover {
    text-decoration: none;
}
.accordion dd {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-left: 70px;
    margin-bottom: 30px;
}
.hamburger path {
    -webkit-transform: translate3d(0, 0, 0);
    fill: transparent;
    stroke-width: 2px;
    stroke: #000;
    stroke-linecap: round;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.hamburger path.line-center {
    padding: 10px 0;
}
.hamburger.active .line-center {
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}
.hamburger.active .line-top {
    -moz-transform: rotate(45deg) translateX(6px) translateY(-9px);
    -webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
    -o-transform: rotate(45deg) translateX(6px) translateY(-9px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(-9px);
    transform: rotate(45deg) translateX(6px) translateY(-9px);
}
.hamburger.active .line-bottom {
    -moz-transform: rotate(-45deg) translateX(-15px) translateY(0);
    -webkit-transform: rotate(-45deg) translateX(-15px) translateY(0);
    -o-transform: rotate(-45deg) translateX(-15px) translateY(0);
    -ms-transform: rotate(-45deg) translateX(-15px) translateY(0);
    transform: rotate(-45deg) translateX(-15px) translateY(0);
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.preloader .inner {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-animation-name: preloader-inner;
    -moz-animation-name: preloader-inner;
    -ms-animation-name: preloader-inner;
    -o-animation-name: preloader-inner;
    animation-name: preloader-inner;
    animation-duration: 0.8s;
    transition: 0.8s;
}
.preloader .inner figure {
    width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.cta-box figure img,
.preloader .inner figure img,
.section-title figure img {
    height: 70px;
}
.preloader .inner small {
    width: 100%;
    display: block;
    color: #fff;
    font-family: Cinzel, serif;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.custom-button,
.navbar .navbar-button a {
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
}
.preloader .inner .progress-bar {
    background: 0 0;
}
.page-transition svg,
.preloader svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #080808;
}
.preloader svg path {
    animation-name: preloader-svg;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 0.7s;
    animation-play-state: paused;
}
.navbar {
    transform: translateY(-100%);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.2s;
}
.page-header,
.slider {
    transform: scale(1);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.25s;
    opacity: 0;
}
.page-loaded .preloader {
    top: 100%;
}
.page-loaded .preloader .inner {
    transform: translateY(50px);
    opacity: 0;
}
.page-loaded .preloader svg path {
    animation-play-state: running;
}
.page-loaded .navbar {
    transform: translateY(0);
}
.page-loaded .page-header,
.page-loaded .slider {
    transform: scale(1);
    opacity: 1;
}
.page-loaded .page-header {
    background: linear-gradient(to bottom, transparent, #fff), url("../images/page-header.jpg");
    z-index: 0;
}
.page-transition {
    width: 100%;
    height: 100%;
    top: -100%;
    transition: 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    overflow: hidden;
}
.page-transition.active {
    top: 0;
}
.page-transition.active svg path {
    -webkit-animation-name: page-transition;
    -moz-animation-name: page-transition;
    -ms-animation-name: page-transition;
    -o-animation-name: page-transition;
    animation-name: page-transition;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 1s;
}
.side-widget svg path,
.side-widget.active svg path {
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.search-box {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    background: #fff;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.search-box.active {
    opacity: 1;
    visibility: visible;
}
.footer .footer-bottom .container,
.search-box .container {
    display: flex;
    flex-wrap: wrap;
}
.search-box .container .form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.search-box .container .form h3 {
    width: 100%;
    display: block;
    font-family: Cinzel, serif;
    margin-bottom: 30px;
    font-size: 30px;
}
.search-box .container .form input[type="search"] {
    width: 70%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #eee;
    margin: 0 15% 20px;
    font-size: 19px;
}
.search-box .container .search-events {
    width: 100%;
    display: block;
    margin-top: 5vh;
}
.footer .social-media,
.search-box .container .search-events ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.search-box .container .search-events ul li {
    flex: 1;
    margin: 0;
    padding: 0 5%;
    list-style: none;
    text-align: center;
}
.search-box .container .search-events ul li h5 {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: Cinzel, serif;
    font-weight: 400;
}
.search-box .container .search-events ul li h5 a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.5s;
}
.side-widget .inner,
.side-widget .logo {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    position: relative;
    transform: translateX(-100px);
}
.collection-box h4 a:hover,
.exhibition-box .content-box h4 a:hover,
.search-box .container .search-events ul li h5 a:hover {
    background-size: 100% 100%;
    text-decoration: none;
}
.search-box .container .search-events ul li small,
.text-box p {
    width: 100%;
    display: block;
    opacity: 0.7;
}
.side-widget {
    width: 540px;
    max-width: 80vw;
    height: 100vh;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    padding: 30px 110px 30px 50px;
    color: #fff;
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    overflow: auto;
}
.side-widget.active {
    background-color: #080808;
    left: 0;
}
.side-widget.active .display-mobile,
.side-widget.active .inner,
.side-widget.active .logo {
    opacity: 1;
    transform: translateX(0);
}
.side-widget.active svg path {
    -webkit-animation-name: side-widget-in;
    -moz-animation-name: side-widget-in;
    -ms-animation-name: side-widget-in;
    -o-animation-name: side-widget-in;
    animation-name: side-widget-in;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.page-header .inner .svg-morph path,
.slider .slider-texts .svg-morph path {
    animation-fill-mode: both;
    animation-direction: alternate-reverse;
    animation-play-state: running;
}
.side-widget svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    fill: #080808;
}
.side-widget svg path {
    -webkit-animation-name: side-widget-out;
    -moz-animation-name: side-widget-out;
    -ms-animation-name: side-widget-out;
    -o-animation-name: side-widget-out;
    animation-name: side-widget-out;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}
.side-widget .logo {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    opacity: 0;
    transition: 0.25s ease-in-out;
}
.side-widget .logo img {
    height: 62px;
}
.side-widget .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.25s ease-in-out;
}
.navbar .navbar-button a,
.side-widget .display-mobile {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.side-widget .inner .widget {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.blog-post .content-box p:last-child,
.contact-box p:last-child,
.contact-box:last-child,
.side-icon-list ul li:last-child,
.side-list ul li:last-child,
.side-widget .inner .widget:last-child,
.text-content p:last-child {
    margin-bottom: 0;
}
.side-widget .inner .widget p:last-child {
    margin-bottom: 0;
    font-weight: 400;
    opacity: 0.8;
}
.side-widget .inner .widget-title {
    width: 100%;
    display: block;
    font-size: 26px;
    font-family: Cinzel, serif;
    margin-bottom: 15px;
    color: #ed1b26;
}
.side-widget .display-mobile {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    opacity: 0;
    transition: 0.25s ease-in-out;
    transform: translateX(-100px);
    display: none;
}
.side-widget .display-mobile .custom-menu {
    width: 100%;
    display: block;
    margin-top: auto;
}
.image-icon-box .content-box p,
.side-widget .display-mobile .custom-menu ul {
    width: 100%;
    margin: 0;
}
.side-widget .display-mobile .custom-menu ul li,
.side-widget .display-mobile .site-menu ul li {
    width: 100%;
    font-family: Cinzel, serif;
    font-size: 20px;
}
.side-widget .display-mobile .custom-menu ul li a,
.side-widget .display-mobile .site-menu ul li a {
    display: inline-block;
    color: #fff;
    margin: 5px 0;
}
.custom-button:hover,
.navbar .navbar-button a:hover,
.side-widget .display-mobile .custom-menu ul li a:hover,
.side-widget .display-mobile .site-menu ul li a:hover {
    text-decoration: none;
    color: #ed1b26;
}
.contact-box a,
.footer .social-media li a:hover {
    text-decoration: underline;
}
.side-widget .display-mobile .site-menu {
    width: 100%;
    display: block;
    margin-bottom: auto;
    margin-top: 40px;
}
.side-widget .display-mobile .site-menu ul {
    background-color: #080808;
    width: 100%;
    margin: 0;
}
.side-widget .display-mobile .site-menu ul li ul li {
    padding-left: 20px;
}
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.navbar.light,
.navbar.light .custom-menu ul li a,
.navbar.light .site-menu ul li a {
    color: #fff;
}
.navbar.light .hamburger-menu .hamburger path {
    stroke: #fff;
}
.navbar.light .navbar-button a {
    border: 3px solid transparent;
    line-height: 56px;
}
.navbar.light .navbar-button a:hover {
    border-color: #ed1b26;
    background: 0 0;
    color: #fff;
}
.footer .footer-bottom .copyright,
.footer .social-media li a,
.navbar .logo,
.navbar .site-menu,
.pagination .page-item {
    display: inline-block;
}
.navbar .logo a {
    display: block;
}
.navbar .custom-menu {
    display: inline-block;
    margin: 0 auto;
}
.navbar .custom-menu ul,
.side-icon-list ul,
.side-list ul,
.sidebar .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.navbar .custom-menu ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.custom-link,
.navbar .custom-menu ul li a,
.navbar .site-menu ul li a {
    display: inline-block;
    position: relative;
}
.custom-link:before,
.navbar .custom-menu ul li a:before,
.navbar .site-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    transition: width, background 0.25s;
}
.custom-link:after,
.navbar .custom-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background: #ed1b26;
    transition: width 0.25s;
}
.custom-link:hover:before,
.image-icon-box .content-box a:hover:before,
.navbar .custom-menu ul li a:hover:before {
    width: 50%;
    background: #ed1b26;
    transition: width 0.25s;
}
.custom-link:hover:after,
.image-icon-box .content-box a:hover:after,
.navbar .custom-menu ul li a:hover:after,
.navbar .site-menu ul li a:hover:after {
    width: 100%;
    background: 0 0;
    transition: none;
}
.content-section,
.page-header,
.slider .slider-images .swiper-slide {
    background-size: cover !important;
}
.navbar .site-menu ul {
    width: 100%;
    display: block;
    margin: 5px 20px;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 5 10px;
    padding: 5px;
    list-style: none;
}
.navbar .site-menu ul li ul li {
    display: block;
    margin: 5 10px;
    padding: 5px;
    list-style: none;
}
.navbar .site-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background: #000;
    transition: width 0.25s;
}
.navbar .site-menu ul li a:hover:before {
    width: 50%;
    background: #000;
    transition: width 0.25s;
}
.navbar .search-button {
    height: 30px;
    line-height: 34px;
    display: inline-block;
    margin-left: 0;
}
.navbar .hamburger-menu {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}
.navbar .navbar-button {
    margin-left: 20px;
}
.navbar .navbar-button a {
    height: 60px;
    display: inline-block;
    padding: 0 20px;
    background: #080808;
    color: #fff;
    transition: 0.25s ease-in-out;
}
.counter-box .odometer,
.counter-box .value,
.page-header .inner h1,
.section-title h2,
.side-arts .titles h2,
.slider .slider-texts .swiper-slide h1 {
    line-height: 1;
    font-family: Cinzel, serif;
}
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.slider .container-fluid {
    width: calc(100% - 120px);
    margin: 0 60px;
}
.slider .kinetic-slider {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #080808;
}
.slider .kinetic-slider canvas {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}
.slider .kinetic-texts {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-top: 32px;
    color: #fff;
}
.slider .kinetic-texts .swiper-slide,
.slider .slider-texts .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider .kinetic-texts .swiper-slide * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
}
.art-slider-content .swiper-slide.swiper-slide-active,
.slider .kinetic-texts .swiper-slide.swiper-slide-active * {
    opacity: 1;
}
.slider .kinetic-texts .swiper-slide h1 {
    font-size: 126px;
    font-weight: 400;
    font-family: Cinzel, serif;
    line-height: 1;
    margin-bottom: 30px;
}
.slider .kinetic-texts .swiper-slide p {
    font-size: 19px;
    margin: 0 0 0 10px;
    opacity: 0.7;
    padding-left: 30px;
    border-left: 3px solid #fff;
}
.slider .slider-images {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider .slider-images .swiper-slide .mobile-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    display: none;
}
.slider .slider-texts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.slider .slider-texts .svg-morph {
    position: absolute;
    top: calc(50% - 200px);
    left: 50%;
    transform: translateX(-140%);
}
.slider .slider-nav .button-next,
.slider .slider-nav .button-prev {
    width: 64px;
    font-size: 30px;
    background: #080808;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transform: translateY(-22px);
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    display: flex;
    height: 64px;
    color: #fff;
}
.slider .slider-texts .svg-morph path {
    animation-name: svg-morph;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.slider .slider-texts .swiper-slide h1 {
    text-transform: capitalize;
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 2px 6px 6px rgba(204, 204, 204, 0.7);
}
.page-header .inner p,
.slider .slider-texts .swiper-slide p {
    padding-left: 30px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}
.slider .slider-texts .swiper-slide p {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 0 10px;
    opacity: 0.7;
    border-left: 3px solid #000;
}
.slider .swiper-fraction {
    width: 200px;
    color: #fff;
}
.slider .swiper-fraction span {
    width: 22px;
    display: inline-block;
    color: #080808;
    font-weight: 700;
}
.slider .swiper-fraction .swiper-pagination-current {
    margin-right: 122px;
}
.slider .swiper-pagination-progressbar {
    top: auto;
    bottom: 56px;
    left: 50px;
    width: 100px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}
.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #080808;
}
.slider .slider-nav {
    display: flex;
    height: 70px;
    margin-top: -70px;
    position: relative;
    z-index: 3;
}
.slider .slider-nav .button-prev {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 8px;
    transition: 0.25s ease-in-out;
}
.slider .slider-nav .button-next:hover,
.slider .slider-nav .button-prev:hover {
    background: #080808;
    color: #ed1b26;
}
.slider .slider-nav .button-next {
    justify-content: center;
    align-items: center;
    transition: 0.25s ease-in-out;
}
.page-header,
.video-bg {
    flex-wrap: wrap;
    overflow: hidden;
}
.custom-button,
.custom-button:before {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.play-now {
    width: 340px;
    height: 340px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    overflow: hidden;
    margin-left: -100px;
}
.play-now .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 40px;
    border-color: transparent transparent transparent #080808;
    transform: translateX(-50%) translateY(-50%);
}
.play-now text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    fill: #080808;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9);
}
.play-now svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 340px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.page-header {
    width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    position: relative;
}
.content-section,
.page-header .inner,
.section-title h2,
.section-title h6 {
    display: block;
    width: 100%;
}
.page-header .inner {
    padding: 0 60px;
    margin-top: 60px;
    z-index: 1;
    position: relative;
}
.page-header .inner h1 {
    font-size: 126px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}
.page-header .inner p {
    font-size: 20px;
    margin: 0 0 0 10px;
    opacity: 0.8;
    border-left: 3px solid #080808;
    position: relative;
    padding-right: 50%;
}
.page-header .inner .svg-morph {
    position: absolute;
    top: calc(50% - 200px);
    left: 50%;
    z-index: 0;
    transform: translateX(-140%);
}
.bottom-white,
.content-section,
.nav-item.dropdown,
.sidebar .widget * {
    position: relative;
}
.page-header .inner .svg-morph path {
    fill: #ed1b26;
    animation-name: svg-morph;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.content-section {
    padding: 70px 0;
    background-position: center !important;
}
.bottom-white:before .container,
.content-section .container,
.content-section .container-fluid {
    position: relative;
    z-index: 1;
}
.bottom-white:before {
    content: "";
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.video-bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}
.video-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #080808;
    /* z-index: 1; */
    opacity: 0.75;
}
.video-bg video {
    margin-top: -100px;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}
.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.image-box,
.text-center .circle-button {
    margin: 0 auto;
}
.cta-box figure,
.section-title figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.section-title h6 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    opacity: 0.5;
}
.section-title h2 {
    margin-bottom: 0;
    font-size: 75px;
    letter-spacing: -2px;
}
.cta-box h2 strong,
.section-title h2 strong {
    font-weight: 600;
}
.col-12.text-center .custom-button {
    margin-top: 50px;
}
.custom-button {
    height: 60px;
    display: inline-block;
    background: #080808;
    padding: 0 20px;
    color: #fff;
    position: relative;
    transition: 0.25s ease-in-out;
}
.custom-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid transparent;
    transition: 0.25s ease-in-out;
}
.circle-button {
    width: 158px;
    height: 158px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #080808;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
}
.circle-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #080808;
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.circle-button:hover:before {
    left: 0;
    top: 0;
    opacity: 0;
}
.image-box {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.product-image {
    width: 50%;
    height: auto;
    margin: 40px auto;
}
@media only screen and (max-width: 600px) {
    .product-image {
        width: 100%;
        margin: 20px auto;
    }
}
.art-slider.is-inview .art-slider-images,
.blog-post figure.is-inview img,
.collection-box.is-inview img,
.exhibition-box.is-inview .img,
.image-box.is-inview img,
.image-icon-box.is-inview .content-image img,
.recent-news figure.is-inview img,
.side-image.is-inview img {
    opacity: 1;
    transform: scale(1);
}
.blog-post figure img,
.collection-box figure img,
.exhibition-box figure .img,
.image-box img,
.image-content-box figure img,
.recent-news figure img,
.side-image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.side-icon-list {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.side-icon-list.right-side {
    padding-right: 0;
    padding-left: 80px;
}
.side-icon-list ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}
.side-icon-list ul li figure {
    width: 80px;
    height: 100%;
    float: left;
    margin-bottom: 0;
}
.side-icon-list ul li figure img {
    height: 44px;
}
.side-icon-list ul li .content {
    width: calc(100% - 80px);
    display: inline-block;
    margin-top: 10px;
}
.side-icon-list ul li .content h5 {
    width: 100%;
    display: block;
    font-family: Cinzel, serif;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.contact-box p,
.side-icon-list ul li .content p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
}
.footer .footer-bottom .creation a,
.newsletter-box .form small a,
.side-icon-list ul li .content a {
    display: inline-block;
    text-decoration: underline;
}
.image-box-carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.image-box-carousel figure {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    position: relative;
}
.image-box-carousel figure:before {
    content: "";
    width: 1px;
    height: 64px;
    background: #080808;
    position: absolute;
    left: calc(50% - 0.5px);
    bottom: -32px;
    opacity: 0.8;
}
.contact-form .mb-3 input[type="text"],
.contact-form .mb-3 textarea,
.image-box-carousel figure img,
.newsletter-box .newsletter-image img {
    width: 100%;
}
.image-box-carousel .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: center;
}
.image-box-carousel .content-box h5 {
    width: 100%;
    display: block;
    font-size: 30px;
    font-family: Cinzel, serif;
}
.image-box-carousel .content-box .custom-link {
    color: #999;
    font-weight: 700;
}
.side-content.left {
    padding-right: 5%;
}
.side-content small {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    background: #ed1b26;
    border-radius: 40px;
}
.side-content h2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: Cinzel, serif;
    font-size: 75px;
}
.image-content-box .content-box p,
.side-content p {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.7;
}
.side-content table {
    width: 100%;
    margin: 20px 0;
    opacity: 0.7;
}
.side-content table tr {
    padding: 5px 0;
}
.side-content table tr td:nth-child(2) {
    font-weight: 700;
}
.image-content-box figure,
.image-icon-box .content-image,
.side-image {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
}
.side-image.left-half {
    width: 40vw;
    float: right;
}
.side-image.right-half {
    width: 50vw;
    float: left;
}
.side-arts .titles,
.side-arts .titles h2,
.side-list h2,
.side-list ul li {
    width: 100%;
    display: block;
}
.side-list.left {
    padding-right: 20%;
}
.side-list.right {
    padding-left: 20%;
}
.side-list h2 {
    font-size: 52px;
    font-family: Cinzel, serif;
    margin-bottom: 30px;
}
.side-list ul li {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}
.side-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #080808;
    opacity: 0.5;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
}
.side-arts {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ebebeb;
    color: #fff;
    padding: 20px 80px;
}
.counter-box,
.side-arts ul {
    display: flex;
    flex-wrap: wrap;
}
.side-arts .titles {
    margin-bottom: 60px;
}
.art-slider .titles h6,
.side-arts .titles h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    opacity: 0.5;
}
.side-arts .titles h2 {
    margin-bottom: 0;
    font-size: 52px;
    letter-spacing: -2px;
}
.side-arts ul {
    width: calc(100% + 30px);
    max-width: 480px;
    margin: 0 -15px;
    padding: 0;
}
.side-arts ul li {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    list-style: none;
}
.side-arts ul li img {
    width: 100%;
    display: block;
    background-color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0 7px 0 0;
}
.counter-box {
    width: 100%;
    justify-content: center;
}
.counter-box .odometer {
    font-size: 82px;
    display: inline-block;
    position: relative;
    padding: 0;
}
.counter-box .odometer:after {
    content: "";
    width: 70px;
    height: 70px;
    background: #ed1b26;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: -20px;
    z-index: -1;
}
.counter-box .value {
    font-size: 82px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.counter-box p {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
    opacity: 0.7;
}
.col-lg-4:first-child .image-content-box {
    padding-right: 30px;
}
.col-lg-4:nth-child(2) .image-content-box,
.col-lg-4:nth-child(3n + 1) .exhibition-box,
.col-lg-4:nth-child(3n + 2) .exhibition-box,
.col-lg-4:nth-child(3n + 3) .exhibition-box {
    padding: 0 15px;
}
.col-lg-4:nth-child(3) .image-content-box {
    padding-left: 30px;
}
.image-content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.image-content-box.is-inview figure img {
    opacity: 1;
    transform: scale(1);
    height: 300px;
}
.image-content-box .content-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    margin-top: -30px;
    padding: 20px;
}
.image-content-box .content-box h3 {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: Cinzel, serif;
    margin-bottom: 10px;
}
.col-md-6:nth-child(2) .testimonial-box {
    margin-left: auto;
}
.testimonial-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.testimonial-box .content-box {
    width: 100%;
    display: block;
    background: #fffbf7;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 50px;
    font-size: 19px;
}
.testimonial-box .content-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fffbf7 transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}
.testimonial-box h6 {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 50px;
}
.collection-box {
    width: 100%;
    padding: 15px;
    display: block;
    margin: 15px 0;
    transition: box-shadow 0.3s;
    border-radius: 1%;
}
.collection-box:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
    border-radius: 2%;
}
.collection-box figure,
.exhibition-box figure {
    width: 100%;
    display: block;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.collection-box h4 {
    width: 100%;
    display: block;
    font-family: Cinzel, serif;
    font-size: 26px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.collection-box h4 a,
.exhibition-box .content-box h4 a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.5s;
}
.collection-box p,
.exhibition-box .content-box p,
.footer .app-logos {
    width: 100%;
    display: block;
    margin: 0;
}
.exhibition-box .content-box h4,
.text-box h2,
.text-box h3,
.text-content h6 {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-family: Cinzel, serif;
}
.exhibition-box figure *,
.image-icon-box * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.exhibition-box figure .info {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
}
.exhibition-box figure .info span {
    width: 100%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #ed1b26;
    border-radius: 40px;
}
.exhibition-box figure .info figure {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ed1b26;
}
.exhibition-box figure .info figure img {
    width: 17px;
    height: 17px;
}
.exhibition-box figure .info:hover {
    width: auto;
}
.exhibition-box figure .info:hover figure {
    opacity: 0;
}
.exhibition-box figure .info:hover span {
    max-width: 220px;
    padding: 0 20px;
}
.exhibition-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.exhibition-box .content-box h4 {
    font-size: 30px;
}
.text-box h2 {
    font-size: 56px;
}
.text-box h3 {
    font-size: 46px;
}
.col-lg-4:nth-child(3) .text-content {
    margin-top: 100px;
}
.text-content h6 {
    font-size: 26px;
    font-weight: 600;
}
.text-content p {
    width: 100%;
    display: block;
    padding-right: 35%;
    opacity: 0.7;
    position: relative;
    padding-left: 30px;
}
.text-content p:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #080808;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.art-slider {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.art-slider .titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.art-slider .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 62px;
    font-family: Cinzel, serif;
    letter-spacing: -2px;
    line-height: 1;
}
.art-slider .art-slider-images {
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.art-slider-content {
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.art-slider-content .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0.3;
}
.art-slider-content .swiper-slide span {
    width: 40px;
    border-bottom: 3px solid #080808;
    margin-right: 40px;
    float: left;
    font-family: Cinzel, serif;
    transform: rotate(-90deg);
    font-weight: 700;
}
.art-slider-content .swiper-slide h3 {
    display: block;
    font-family: Cinzel, serif;
    font-weight: 700;
    margin: 0;
}
.art-slider-images {
    width: 50vw;
    float: left;
    position: relative;
    overflow: hidden;
}
.recent-news .content-box p,
.swiper-text {
    width: 100%;
    display: block;
    padding-right: 30%;
    margin-bottom: 40px;
    opacity: 0.7;
}
.art-slider-images .swiper-slide img {
    width: 100%;
    float: left;
}
.horizontal-scroll {
    background-color: #ebebeb;
    padding-bottom: 20px;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.horizontal-scroll .scroll-inner {
    width: 200vw;
    display: flex;
    position: relative;
    z-index: 1;
}
.horizontal-scroll .scroll-inner .scroll-wrapper {
    width: 100vw;
    float: left;
}
.image-icon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.image-icon-box:hover .content-box .expand {
    max-height: 190px;
}
.image-icon-box:hover .content-box p {
    margin-bottom: 40px;
    margin-top: 20px;
}
.image-icon-box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #ed1b26;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}
.image-icon-box .content-image img {
    width: 100%;
    display: block;
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.image-icon-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 30px 2.5%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.image-icon-box .content-box .expand {
    width: 100%;
    max-height: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.cta-box,
.note-box {
    flex-wrap: wrap;
    margin: 50px 0;
    display: flex;
}
.image-icon-box .content-box b {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}
.image-icon-box .content-box h4 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-family: Cinzel, serif;
    margin-bottom: 0;
}
.image-icon-box .content-box a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
}
.image-icon-box .content-box a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    transition: width, background 0.25s;
}
.image-icon-box .content-box a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #ed1b26;
    transition: width 0.25s;
}
.cta-box {
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
}
.cta-box.dark {
    color: #080808;
    margin: 0;
}
.cta-box.dark .custom-button:hover {
    background: #ed1b26;
    color: #080808;
}
.cta-box.dark .custom-button:hover:before {
    border-color: #080808;
}
.cta-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
}
.cta-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 82px;
    font-family: Cinzel, serif;
    letter-spacing: -2px;
}
.cta-box p {
    padding: 0 20%;
}
.cta-box .custom-button {
    margin: 60px auto 0;
}
.cta-box .custom-button:hover {
    background: #080808;
    color: #fff;
}
.cta-box .custom-button:hover:before {
    border-color: #fff;
}
.note-box {
    width: 100%;
    background: #ed1b26;
    color: #080808;
    padding: 60px;
}
.note-box h2 {
    width: 100%;
    display: block;
    font-size: 52px;
    font-family: Cinzel, serif;
    margin-bottom: 20px;
    line-height: 1.2;
}
.note-box p {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.7;
    font-size: 19px;
}
.col-12:nth-child(2) .recent-news {
    margin-bottom: 100px;
}
.col-12:nth-child(2n) .recent-news figure {
    order: 1;
}
.col-12:nth-child(2n) .recent-news .content-box {
    order: 2;
    margin-right: 0;
    margin-left: -15%;
    text-align: right;
}
.col-12:nth-child(2n) .recent-news .content-box p {
    padding-left: 30%;
    padding-right: 0;
}
.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 150px;
    padding: 0 5%;
}
.recent-news figure {
    width: 60%;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}
.recent-news .content-box {
    width: 55%;
    display: inline-block;
    margin-right: -15%;
    position: relative;
    z-index: 1;
}
.recent-news .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #000;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
}
.recent-news .content-box h3 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 400;
    font-family: Cinzel, serif;
    margin-bottom: 30px;
    margin-top: 10px;
}
.newsletter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #000;
}
.newsletter-box .form {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
}
.newsletter-box .form .titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.newsletter-box .form .titles h6 {
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
}
.newsletter-box .form .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 72px;
    font-family: Cinzel, serif;
    letter-spacing: -2px;
    line-height: 1;
    color: #fff;
}
.newsletter-box .form small {
    width: 100%;
    display: block;
    margin-top: 15px;
}
.newsletter-box .form .inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    padding: 10px;
}
.newsletter-box .form input[type="email"] {
    width: 70%;
    flex: auto;
    border: none;
    padding: 0 0 0 20px;
}
.newsletter-box .form input[type="submit"] {
    width: 30%;
    background: #000;
    padding: 0;
    color: #fff;
}
.newsletter-box .newsletter-image {
    width: 30%;
    display: inline-block;
    margin: 0;
}
.contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-right: 10%;
}
.contact-form,
.google-maps {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}
.contact-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-family: Cinzel, serif;
    font-size: 24px;
    font-weight: 600;
}
.contact-box a {
    display: block;
}
.contact-form {
    padding-left: 10%;
}
.contact-form .mb-3,
.sidebar .widget form {
    width: 100%;
    display: block;
}
.google-maps {
    height: 500px;
    position: relative;
    background: #ed1b26;
}
.google-maps iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    filter: grayscale(1);
}
.blog-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 120px;
}
.blog-post figure {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-post .content-box {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1.7;
}
.blog-post .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #ed1b26;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
}
.blog-post .content-box h3,
.footer .widget-title,
.sidebar .widget .widget-title {
    font-weight: 400;
    font-family: Cinzel, serif;
}
.blog-post .content-box h3 {
    width: 100%;
    display: block;
    font-size: 54px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog-post .content-box blockquote {
    width: 100%;
    display: block;
    margin: 40px 0;
    font-family: Cinzel, serif;
    font-size: 22px;
    padding-left: 40px;
    border-left: 4px solid #ed1b26;
}
.blog-post .content-box p {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    opacity: 0.7;
}
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}
.footer,
.sidebar .widget {
    display: flex;
    flex-wrap: wrap;
}
.sidebar .widget {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-right: 4px solid #f1f1f1;
    border-bottom: 4px solid #f1f1f1;
    padding: 35px;
    margin-bottom: 35px;
    position: relative;
}
.sidebar .widget .widget-title {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #080808;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.sidebar .widget .widget-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #080808;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.sidebar .widget .widget-title:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.sidebar .widget form input[type="submit"] {
    margin-top: 10px;
    background: #080808;
    color: #fff;
}
.sidebar .widget .categories li {
    width: 100%;
    display: block;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget .categories li a {
    color: #080808;
    font-size: 19px;
}
.sidebar .widget .widget-gallery {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
    padding: 0;
}
.sidebar .widget .widget-gallery li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
}
.pagination .page-item.active .page-link {
    background: #080808;
    border-color: transparent;
    color: #fff;
}
.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    border-radius: 0 !important;
    padding: 0 20px;
    color: #080808;
}
.footer {
    width: 100%;
    padding-top: 120px;
}
.footer .address strong,
.footer .logo {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.footer .logo img {
    height: 64px;
}
.footer .app-logos img {
    width: auto;
    height: 32px;
}
.footer .widget-title {
    width: 100%;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.footer .widget-title:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #080808;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .social-media li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.footer .social-media li a i {
    width: 20px;
    display: inline-block;
    font-size: 14px;
}
.footer .footer-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.footer .footer-menu li {
    margin-bottom: 8px;
}
.footer .footer-menu li a {
    display: inline-block;
    font-size: 16px;
}
.footer .address {
    width: 100%;
    display: block;
    line-height: 1.8;
}
.footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
    border-top: 10px double #f7f7f7;
    margin-top: 60px;
    font-size: 14px;
}
.footer .footer-bottom .creation {
    margin-left: auto;
    display: inline-block;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .search-box .container .search-events ul li {
        padding: 0 2%;
    }
    .page-header .inner h1,
    .slider .slider-texts .swiper-slide h1 {
        font-size: 92px;
    }
    .navbar .site-menu ul li {
        margin: 0 10px;
    }
    .navbar .navbar-button,
    .newsletter-box .newsletter-image {
        display: none;
    }
    .play-now {
        left: 60%;
    }
    .page-header .inner p {
        padding-right: 30%;
    }
    .cta-box h2,
    .section-title h2 {
        font-size: 72px;
    }
    .side-icon-list ul li {
        margin-bottom: 30px;
    }
    .side-icon-list.right-side,
    .side-list.right {
        padding-left: 30px;
    }
    .collection-box h4,
    .exhibition-box .content-box h4 {
        font-size: 25px;
    }
    .collection-box,
    .exhibition-box,
    .image-content-box {
        padding: 0 !important;
    }
    .counter-box .odometer,
    .counter-box .value {
        font-size: 56px;
    }
    .testimonial-box {
        max-width: 100%;
    }
    .text-content p {
        padding-right: 10%;
    }
    .image-icon-box .content-box h4 {
        font-size: 26px;
    }
    .image-icon-box:hover .content-box .expand {
        max-height: 400px;
    }
    .art-slider .titles h2,
    .side-content h2 {
        font-size: 46px;
    }
    .side-content.left {
        padding-right: 30px;
    }
    .art-slider-content {
        height: 300px;
    }
    .contact-form {
        padding: 0;
    }
    .recent-news .content-box h3 {
        font-size: 38px;
    }
    .newsletter-box .form {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .col-12:nth-child(2n) .recent-news .content-box p,
    .page-header .inner p,
    .side-icon-list,
    .sidebar {
        padding-left: 0;
    }
    input,
    textarea {
        border-radius: 0 !important;
        -webkit-appearance: none;
        appearance: none;
    }
    input[type="search"] {
        -webkit-appearance: none;
        appearance: none;
    }
    .side-widget.active .display-mobile {
        display: flex;
        margin-top: -50px;
    }
    .col-lg-5 .side-icon-list.right-side,
    .contact-form,
    .image-content-box,
    .sidebar {
        margin-top: 60px;
    }
    .col-lg-3 .circle-button,
    .navbar .custom-menu,
    .navbar .site-menu,
    .play-now,
    .search-box .container .search-events ul,
    .side-icon-list ul li .content p br,
    .side-widget.active .inner {
        display: none;
    }
    .side-widget {
        width: 440px;
    }
    .navbar .navbar-button {
        display: inline-block;
    }
    .slider .slider-texts .swiper-slide h1 {
        font-size: 72px;
    }
    .slider .slider-texts .swiper-slide p {
        opacity: 1;
    }
    .slider .slider-images .swiper-slide .mobile-slide {
        display: block;
    }
    .newsletter-box .form .titles h2,
    .section-title h2 {
        font-size: 48px;
    }
    .page-header .inner p {
        padding-right: 10%;
        border-left: none;
        margin-left: 0;
    }
    .col-lg-4:first-child .exhibition-box {
        padding-right: 0;
    }
    .col-lg-4:nth-child(2) .exhibition-box {
        padding: 0;
    }
    .col-lg-4:nth-child(3) .exhibition-box {
        padding-left: 0;
        margin: 50px 0;
    }
    .cta-box h2 {
        font-size: 52px;
    }
    .exhibition-box {
        margin-top: 20px;
    }
    .art-slider-images,
    .side-arts,
    .side-image.left-half,
    .side-image.right-half {
        width: 100%;
    }
    .counter-box {
        margin: 15px 0;
    }
    .art-slider {
        margin-top: -80px;
    }
    .art-slider-content {
        height: 200px;
        margin-bottom: 20px;
    }
    .image-icon-box {
        border-right: none;
    }
    .recent-news {
        padding: 0;
        margin-bottom: 80px;
    }
    .recent-news .content-box {
        width: 100%;
        margin-bottom: 0;
        order: 2;
    }
    .recent-news figure {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }
    .col-12:nth-child(2n) .recent-news .content-box {
        text-align: left;
        margin: 0;
    }
    .newsletter-box {
        padding: 50px 0;
    }
    .footer .footer-menu {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .page-transition,
    .preloader {
        background: #080808;
    }
    .preloader {
        min-width: 100vw !important;
        min-height: 100vh !important;
    }
    .navbar .navbar-button,
    .page-transition svg,
    .preloader svg,
    .section-title h2 br,
    .side-content.left br,
    .side-icon-list ul li .content p br,
    .slider .slider-texts .swiper-slide h1 br,
    .slider .slider-texts .swiper-slide p br,
    .slider .swiper-fraction,
    .slider .swiper-pagination-progressbar,
    .text-content p:before {
        display: none;
    }
    .content-section {
        padding: 80px 0;
    }
    .side-widget {
        padding: 20px 0 20px 15px;
        width: 100%;
        max-width: 85vw;
    }
    .side-widget .logo img {
        height: 52px;
    }
    .search-box .container .form input[type="search"] {
        width: 100%;
        margin: 0 0 20px;
    }
    .navbar {
        padding: 20px 15px;
    }
    .navbar .logo a img {
        height: 48px;
    }
    .slider .container-fluid {
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 0;
    }
    .slider .slider-texts .swiper-slide h1 {
        font-size: 38px;
    }
    .slider .slider-texts .swiper-slide p {
        margin-left: 0;
        padding-left: 20px;
        font-size: 16px;
    }
    .slider .slider-nav.container-fluid {
        margin-top: -70px;
    }
    .slider .slider-images .button-prev {
        margin-left: 0;
        width: 60px;
        height: 60px;
    }
    .image-icon-box .icon,
    .slider .slider-images .button-next {
        width: 60px;
        height: 60px;
    }
    .page-header .inner {
        padding: 0 15px;
    }
    .cta-box h2,
    .page-header .inner h1,
    .text-box h2 {
        font-size: 42px;
    }
    .page-header .inner p {
        font-size: 17px;
        padding-right: 0;
    }
    .col-md-2 img,
    .section-title {
        margin-bottom: 30px;
    }
    .newsletter-box .form .titles h2,
    .section-title h2 {
        font-size: 34px;
    }
    .counter-box {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .side-content.left,
    .text-box p {
        padding-right: 0;
    }
    .side-content table {
        font-size: 14px;
    }
    .side-icon-list ul li figure {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .footer-bottom .creation,
    .newsletter-box .form .inner,
    .newsletter-box .form input[type="submit"],
    .side-icon-list ul li .content {
        width: 100%;
    }
    .col-lg-6 .side-list.right {
        padding-left: 0;
        margin-top: 60px;
    }
    .col-lg-3:last-child .counter-box,
    .col-md-6:last-child .testimonial-box {
        margin-bottom: 0;
    }
    .col-lg-6 .side-icon-list {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .collection-box figure {
        margin-bottom: 15px;
    }
    .art-slider,
    .col-12.text-center .custom-button,
    .col-lg-4:first-child .exhibition-box,
    .col-lg-4:first-child .image-content-box {
        margin-top: 0;
    }
    .blog-post .content-box h3,
    .note-box h2 {
        font-size: 32px;
    }
    .note-box,
    .testimonial-box .content-box {
        padding: 30px;
    }
    .art-slider-content {
        height: 100px;
        padding-bottom: 5px;
    }
    .recent-news .content-box p,
    .side-icon-list.right-side {
        padding: 0;
    }
    .exhibition-box {
        margin-top: 20px;
    }
    .col-lg-4:nth-child(3) .text-box {
        margin: 50px 0;
    }
    .col-lg-4:last-child .image-icon-box .content-box {
        padding-bottom: 0;
    }
    .col-lg-4:nth-child(3) .text-content {
        margin: 30px 0;
    }
    .col-lg-6 .side-icon-list.left-side {
        padding-top: 60px;
        padding-right: 0;
    }
    .side-arts {
        padding: 80px 30px;
    }
    .testimonial-box {
        margin-bottom: 60px;
    }
    .image-content-box .content-box {
        width: 100%;
        margin-top: 0;
    }
    .text-content {
        text-align: center;
    }
    .text-content p {
        padding: 0 5%;
    }
    .image-icon-box {
        padding-bottom: 100px;
    }
    .image-icon-box .content-box {
        padding: 30px 0;
    }
    .image-icon-box .icon img {
        height: 36px;
    }
    .recent-news figure {
        margin-bottom: 20px;
    }
    .recent-news .content-box h3 {
        font-size: 27px;
    }
    .col-12:nth-child(2) .recent-news,
    .footer .social-media {
        margin-bottom: 50px;
    }
    .newsletter-box {
        padding: 50px 0;
    }
    .newsletter-box .form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .footer {
        padding-top: 80px;
    }
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0);
    }
}
@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0);
    }
}
@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0);
    }
}
@-webkit-keyframes svg-morph {
    0% {
        d: path(
            "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
        );
    }
    100% {
        d: path(
            "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
        );
    }
}
@-moz-keyframes svg-morph {
    0% {
        d: path(
            "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
        );
    }
    100% {
        d: path(
            "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
        );
    }
}
@-ms-keyframes svg-morph {
    0% {
        d: path(
            "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
        );
    }
    100% {
        d: path(
            "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
        );
    }
}
@-o-keyframes svg-morph {
    0% {
        d: path(
            "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
        );
    }
    100% {
        d: path(
            "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
        );
    }
}
@keyframes svg-morph {
    0% {
        d: path(
            "m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z"
        );
    }
    100% {
        d: path(
            "m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z"
        );
    }
}
@-webkit-keyframes preloader-svg {
    0%,
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }
}
@-moz-keyframes preloader-svg {
    0%,
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }
}
@-ms-keyframes preloader-svg {
    0%,
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }
}
@-o-keyframes preloader-svg {
    0%,
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }
}
@keyframes preloader-svg {
    0%,
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }
}
@-webkit-keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-ms-keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-o-keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}
@-moz-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}
@-ms-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}
@-o-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}
@keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }
    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}
@-webkit-keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}
@-moz-keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}
@-ms-keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}
@-o-keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}
@keyframes side-widget-in {
    0% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}
@-webkit-keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}
@-moz-keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}
@-ms-keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}
@-o-keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}
@keyframes side-widget-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }
    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}
.dropdown-menu.fade-effect {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-20px);
}
.dropdown:focus-within .dropdown-menu.fade-effect,
.dropdown:hover .dropdown-menu.fade-effect {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-toggle::after {
    border: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}
.product-section {
    padding-top: 150px;
}
.ac-title-font {
    font-family: Cinzel, serif;
    letter-spacing: -2px;
    line-height: 1;
}
.subimages {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}
.seller-address {
    font-size: 14px !important;
}
.unclickable {
    pointer-events: none;
}
.dropdown-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.video-bg video {
    position: absolute;
    bottom: 0;
}
.squareimg {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.staticheight {
    height: 434px;
}
#chartdiv {
    width: 100%;
    height: 600px;
}
.partner-title {
    font-size: 55px!important;
}
@media (max-width: 768px) {

    .video-bg:after
    {
        z-index: 1;
    }
    .partner-title {
        font-size: 28px!important;
    }

    .dropdown:focus-within .dropdown-menu.fade-effect,
    .dropdown:hover .dropdown-menu.fade-effect {
        background-color: #080808;
    }
    .nav-item {
        position: relative;
    }
    .dropdown-menu {
        display: none;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 10rem;
        padding: 0.5rem 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transform: translateY(-10px);
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        transform: none;
        visibility: hidden;
        opacity: 0;
        transition: max-height 0.3s, opacity 0.3s;
        max-height: 0;
        overflow: hidden;
    }
    .dropdown-menu.show {
        display: block;
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        max-height: 500px;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }
    .searchtext {
        display: none;
    }
    #chartdiv {
        height: 200px;
    }
    .chart-section {
        padding-top: 0 !important;
    }
    #organizasyonlartitle {
        font-size: 34px;
    }
}

