@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
 CSS Reset
 Document Setup
 Header
 Homepage
 Footer
 Media-Queries
--------------------------------------------------------------*/
/*----CSS Reset----*/

/*
Template Name: KAT_MINASSI_EVENTS_&_DESIGNS
Theme URL:

====Index====

CSS RESET
DOCUMENT STEUP
HEADER
SECTIONS(7)
MEDIA QUERIES(Responsive) 

/*====CSS RESET====*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin:0;padding:0;*/
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Jost", serif;
    font-style: normal;
    color: #000;
    line-height: 1;
	overflow-x: hidden;
}

button::-moz-focus-inner {
    border: 0;
}

ol, ul {
    padding-left: 0 !important;
}

/*==FONT FACE====*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 @font-face {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

.forum-regular {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}



button::-moz-focus-inner {
    border: 0;
}

.pad-wrp {
	padding-left: 50px;
	padding-right: 50px;
}

/*===CUSTOM_STYLE====*/

.wrap-1 {
    padding: 0 90px;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.container-1 {
	padding: 0;
}
ul,
ol {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
ul,
ol:after {
    clear: both;
}
.disc-type {
    list-style-type: disc !important;
    padding-left: 15px !important;
}

::-webkit-input-placeholder {
    color: #9a9a9a;
}

:-moz-placeholder {
    color: #9a9a9a;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a:hover {
    /*color: inherit;
    ransition: all .3s !important;*/
}

section,
article {
    position: relative;
}
.text-left {
	text-align: left;
}
.text-center {
    text-align: center;
}
.item-center {
    margin: 0 auto;
}
.item {
    position: relative;
    display: block;
}

img {
    max-width: 100%;
    width: auto;
    display: block;
    height: auto;
}
.min-gap {
    margin: 30px 0 0;
}
.mid-gap {
    margin: 50px 0 0;
}
.mid-gap-2 {
    margin: 40px 0 0;
}
.min-pad{
    padding: 30px 0;
}
.mid-pad {
    padding: 50px 0;
}
.mid-pad-2 {
    padding: 40px 0;
}
.max-gap {
    margin: 65px 0 0;
}
.max-pad {
    padding: 65px 0;
}
.index-1 {
    z-index: 1;
}
.index-9 {
    z-index: 9;
}
.pos-r {
    position: relative;
}
.hide{
    display: none !important;
}
.img-block {
    position: relative;
    display: block;
}
.absolute-1{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0px;
    z-index: 1;
}
.anchor {
    display: block;
    height: 82px;
    margin-top: -82px;
    visibility: hidden;
}
.index-1 {
    z-index: 1;
}
.rad-10 {
    border-radius: 0px;
}

/*====HEADINGS====*/
h1,h2,h3,h5,h6 {
	font-family: "Cormorant Garamond", serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
	text-transform: none;
    line-height: 1.6;
    margin: 0px;
}

.flex-row,
.fix-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.fix-2 {
    display: flex !important;
}
.flex-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-start {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    align-items: start;
}
.flex-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-end {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    align-items: end;
}
.flow-c {
	flex-flow: column;
}
.flex-start{
    align-items: flex-start;
}
.jt-1 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jt-2 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: center;
}
#sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0;
    top: 80px;
    margin: 0;
}
.full-img {
    width: 100%;
    height: auto;
}
.overlay:before, .overlay-11:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .75) 80%);
	/*background: #000000;
    background: linear-gradient(27deg,rgba(0, 0, 0, 0.76) 15%, rgba(237, 221, 83, 0) 100%);*/
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    content: '';
    z-index: 2;
}
.overlay-11:after {
    background-image: linear-gradient(to top, transparent 68%, rgba(0, 0, 0, .55) 86%);
    top: 0;
    content: '';
}
.overlay-1:before {
    display: block;
    position: absolute;
    background: #000;
    border-radius: 0;
    opacity: .77;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.tf-1 {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.image-holder {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
/*.btn {
    width: max-content;
    text-align: center;
    padding: 15px 35px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    margin-top: 40px;
    transition: all .4s;
}
.btn:hover {
    color: #fff;
    background: #1d1d1d;
}*/

.btn {
    width: max-content;
    text-align: center;
    padding: 15px 35px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    /*background: #000;*/
    border: 1px solid #000;
    border-radius: 0px;
    margin-top: 40px;
    transition: all .4s;
}
.btn:hover {
	color: #000;
}
.btn::before {  
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.btn::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  inset: 0 0 0 0;
  background: #000;
  z-index: -1;
  transition: transform .6s ease;
}

.btn-2 {
	border: 1px solid #fff;
	color: #000;
}
.btn-2:hover {
	color: #fff;
}
.btn-2::before {  
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn-2:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.btn-2::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  inset: 0 0 0 0;
  background: #fff !important;
  z-index: 0;
  transition: transform .6s ease;
}
.btx {
	display: block;
    color: #000;
    z-index: 1;
    position: relative;
}
.btn-2:hover .btx {
	color: #fff;
}
.btn-3 {
	border: 1px solid #fff;
	color: #000;
}
.btn-3:hover {
	color: #fff;
}
.btn-3::before {  
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn-3:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.btn-3::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  inset: 0 0 0 0;
  background: #fff !important;
  z-index: 0;
  transition: transform .6s ease;
}

.bgr {
    background: #041438;
    color: #fff;
}
.bdr {
	border-radius: 0px;
}
.box-1 {
	box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%), 0 5px 15px 0 rgb(0 0 0 / 5%);
}
.tx-1 {
	text-transform: uppercase;
}

/*====HEADER====*/
#header {
    width: 100%;
    height: 78px;
    position: relative;
    /*padding: 20px 0;*/
    box-shadow: none;
}
/*.hfx {
    padding: 30px 0 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 50;
}*/
.hfx-1 {
	position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    background: rgb(255 255 255 / 95%);
	border-bottom: 1px solid #dedede;
	/*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
	padding: 20px 0;
}
/*.on {
    padding: 15px 0 !important;
    background: rgba(4, 20, 56, 0.7);
}
.on .lg-1 img {
    max-width: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}*/
.header-inner {
    position: absolute !important;
    z-index: 1;
    width: 100%;
}
.hdr{
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    /*box-shadow: 0 -1px rgba(255, 255, 255, 0.25) inset;*/
    color: #1d1d1d;
}
.sticky-header {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
/*.sticky-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    z-index: 50;
    transition: all 0.5s;
    position: relative;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}*/
.header-fixed-top {
    margin-bottom: 50px;
}
.hdr {
	padding: 0;
}
/*.hdr .page_menu {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 900px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}*/
.page_menu .menu {
    justify-content: center;
}
.menu .items {
    text-align: center;
}
.page_menu .menu li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.page_menu .menu li:nth-of-type(7) {
    border-left: 1px solid #dedede;
    padding-left: 15px;
	margin-right: 20px;
}
.page_menu .menu li:nth-of-type(8) {
    border-right: 1px solid #dedede;
    padding-right: 15px;
}
.page_menu .menu li a:hover, .page_menu .menu li.current-menu-item a, .single-portfolio .hdr .menu-item-394 a {
	color: #000 !important;
}
.hdr .stellarnav {
    width: auto;
	margin-right: 0;
    /*margin-top: -10px;*/
}
.hdr .stellarnav>ul>li>a {
    padding: 0;
}
.hdr .stellarnav li.has-sub>a:after {
    border-top: 0;
    margin-left: 0;
}
.hdr .stellarnav.dark {
    background: transparent;
}
.hdr .stellarnav.mobile.dark ul {
    background: #fff;
}
.hdr .stellarnav ul ul {
    background: #fff !important;
    padding: 15px !important;
    top: 32px;
}
.hdr .stellarnav ul ul li {
    width: 100% !important;
    padding: 0 !important;
}
.hdr .stellarnav li li {
    padding-right: 0;
}
.hdr .stellarnav li li a {
    padding: 0;
    color: #111518 !important;
}
.hdr .stellarnav li li:first-of-type a {
    padding-top: 0 !important;
}
.hdr .stellarnav li li a:after {
    display: none;
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {
    width: 15px !important;
    border-bottom: solid 2px #fff !important;
}
.stellarnav.dark a.dd-toggle .icon-plus:after, .stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #1d1d1d !important;
}
.hdr .stellarnav li li a:hover {
    color: #fff;
}
.hdr .stellarnav.desktop li.has-sub a {
    padding-right: 0;
}
.hdr .stellarnav.dark .menu-toggle span.bars span {
    background: #000;
    width: 28px;
    height: 2px;
    border-radius: 0;
    margin-bottom: 5px;
}
.on .stellarnav.dark .menu-toggle span.bars span {
    background: #1d1d1d !important;
}
.stellarnav .menu-toggle {
    padding: 0 !important;
    /*position: absolute !important;
    right: 0;
    margin-top: -57px;
    padding: 0 !important;*/
}
.hdr .stellarnav.dark .icon-close:after, .hdr .stellarnav.dark .icon-close:before {
    border-color: #1d1d1d !important;
}
.on .stellarnav .menu-toggle span.bars {
    margin-right: 0;
}
.hdr .stellarnav.dark .menu-toggle span.bars span:last-of-type {
    margin-bottom: 0 !important;
}
.page_menu a.menu-toggle:last-of-type, .menu a.close-menu:last-of-type {
    /*display: none !important;*/
}
.hdr .h-menu {
    background: transparent;
    border-radius: 0;
    padding: 0;   
}
.hdr .menu-item a {
   color: #888 !important;
   font-size: 0.72rem;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 1px;
}
/*.hdr .h-menu li a:hover, .hdr .h-menu li.active a {
    color: #fff !important;
}*/
.lg-1 img {
    max-width: 55px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.m-nav {
    /*display: none;*/
}
.d-nav .m-col {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.d-nav .m-col:first-of-type {
    text-align: right;
    justify-content: right;
    margin-right: 100px;
}
.d-nav .m-col:last-of-type {
    justify-content: left;
    margin-left: 100px;
}
.d-nav .lf-1 {
    position: absolute;
    left: 50%;
    webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.h-btn .btn {
	margin-top: 0;
}
.l-txt {
    /*border-left: 0px solid #000;
    padding-left: 8px;
    margin-left: 8px;*/
}
.km .i-txt {
	display: none;
	text-transform: normal;
    font-size: 13px;
    font-weight: 400;
	padding: 0;
}
.km .i-txt:first-of-type{
	display: block;
	font-size: 1rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: .16em;
}
.km {
	padding-left: 0px;
}
.km .int {
	color: #000;
	font-size: 35px;
	display: inline-block;
}
.km .k {
	 transform: scale(-1, 1);
}
.km-1 {
	display: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #dedede;
	line-height: .8;
}
.smi {
	padding-left: 10px;
}
.smi img {
	max-width: 18px;
}
.hdr .btn {
	margin: 0 0 0 0;
	padding: 12px 20px;
	/*background: #000;
	color: #fff;*/
}
.page_menu .menu li:last-of-type {
    display: none;	
}

/*----HERO----*/
.txt-1 p {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  /*left: 119px;*/
  padding: 0 0 30px;
}
.hero .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hero .image-content, .appr-1 .image-content {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 60px;
    text-align: left;
    color: #fff;*/
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 300;
	line-height: 1;
    text-transform: none;
    padding: 0 0 25px;
}
.hero p {
	max-width: 880px;
	/*font-size: 15px;*/
	font-weight: 300;
}
.sp-bot .glb {
    display: block;
    max-width: 40px;
}
.sp-bot .spn {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}
.sp-bot .tme {
    color: #e1e1e1;
    padding-top: 5px;
}
.hero .slick-arrow {
    display: none !important;
}
.hero .slick-dots {
    display: none !important;
}
.slick-dots {
width: 100%;
list-style: none;
padding: 0;
position: absolute !important;
bottom: -60px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 9;
background: transparent;
padding: 10px;
display: flex !important;
justify-content: center;
}
.slick-dots li {
display: inline-block;
margin-left: 7px;
}
.slick-dots li:first-of-type {
margin-left: 0;
}
.slick-dots li:first-child {
margin-left: 0;
}
.slick-dots li button {
width: 10px;
height: 10px;
font-size: 0;
line-height: 0;
padding: 0;
border: 1px solid;
background: #fff;
border-radius: .2rem;
cursor: pointer;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
outline: none;
background-color: #3c3c3c;
}
.hero .loc {
	position: relative;
	right: 0;
	bottom: 0;
	display: block;
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hero .mt-1 {
	font-size: 1rem;
	letter-spacing: 3px;
	margin-bottom: 25px;
}
.mt-1 {
	width: 100%;
	font-size: 0.85rem;
	color: #9a9490;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.mt-1:after {
	display: none !important;
    content: '';
    position: absolute;
    top: 5px;
    right: -50px;
    width: 40px;
    height: 1px;
    background: #e8e5e0;
}
.hero .txt-11 {
	max-width: 800px;
	margin: 0;
}
.hero .s-txt {
	font-size: 1rem;
    color: #000;
    font-style: normal;
	letter-spacing: 0;
    line-height: 2.2;
    /*border-left: 1px solid #dedede;
    padding-left: 25px;*/
}
.hero .stamp {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 35px 0 0; 
}
.hero .btn {
	margin: 35px 0;
}
.hero .col-1 {
    padding: 0 45px;
	border-right: 1px solid #dedede;
}
.hero_top {
	border-bottom: 0px solid #dedede;
	margin-bottom: -3px;
} 
.hero_bot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 0px solid #dedede;
}
.hero_bot .h_blok:first-of-type {
	border-right: 0px solid #dedede;
}
.home .hero .video {
	height: 440px;
    position: relative;
}
.hero_bot .img-block {
	padding-top: 220px;
}
.hero .video {
	height: 530px;
    position: relative;
}

/*----MARQUEE----*/
.marq {
    overflow: hidden;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	padding: 25px 0;
}
.mq {
	display: flex;
	white-space: nowrap;
	animation: mq 28s linear infinite;
}
.mq span {
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 1rem;
	color: #9a9a9a;
	padding: 0 32px;
}
@keyframes mq {from{transform:translateX(0)}to{transform:translateX(-50%)}}


/*----INTRO----*/
.intr-1 {
	margin-bottom: -100px;
}
/*.intr-1 .s-txt {
	color: #000;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
}
.intr-1 .s-txt em {
	font-style: normal;
	color: #cb9961;
}*/
.intr-1 .img-block {
    padding-top: 500px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.intr-1 .splide__slide {
	margin: 0 10px;
}
.g-list li {
    width: 33.33%;
	margin-top: 25px;
}
.g-list li:first-of-type {
    /*width: 100%;
    margin-top: -100px;*/
    position: relative;
}
.g-list li:nth-of-type(3n+2) {
    margin-top: 50px;	
}
/*.g-list li:nth-of-type(2) {
    margin-top: 100px;
}
.g-list li:nth-of-type(3) {
     margin-top: 50px;
}
.g-list li:last-of-type {
   
    margin-top: 100px;
}*/
.g-list li .j-img {
    opacity: 0;
}
.g-list li .jarallax-container .j-img {
    opacity: 1;
}
.sec-99 {
	width: 100%;
	margin-bottom: 100px;
	display: inline-block;
    /*height: 100vh;
    padding: 0 clamp(4rem, 12vw, 20rem);
    display: grid;
    place-content: center;*/
  }

/* Section Grid */
.section-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: -200px;
}
.section-grid .jar-1 {
	min-height: 500px !important;
}

@media (max-width: 850px) {
.section-grid {
    display: block;
    margin-top: 0;
}
}


/*====ABOUT US====*/
.sec h2 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.1;
    text-transform: none;
}
.intr .col {
	width: 50%;
	height: 100%;
    position: relative;
}
.intr .col-1 {
    order: 0;
    padding-right: 40px;
}
.intr .col-2 {
    padding: 30px 0px 0px 0px;
    right: 0;
    z-index: 2;
}
.intr .s-txt h3 {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}
.intr .img-block {
    padding-top: 580px;
}
.intr .img-block img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    object-position: top;
}
.intr .jarallax-container {
    border-radius: 0px;
    z-index: 1 !important;
}
.intr .s-txt p {
    padding: 30px 0 0;
}
.intr .s-txt {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.intr .s-title p {
	font-size: 18px;
	font-weight: 700;
}
.intr .sig {
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 2;
}
.intr .sig img {
    max-width: 40px;
}
.intr .row-2 .col-1 {
	order: 2;
}
.intr .row-2 .col-2 .s-txt {
	margin: 0;
	/*padding: 0 100px 0 0;*/
}
.intr .row-2 em {
	font-style: normal;
    font-weight: 500;
}
.intr .row .col {
	width: 50%;
	position: relative;
}
.intr .row .col-2:before {
	display: none !important;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.13) 0px 7px 29px 0px;
}
.intr .col-2 .s-txt {
	/*max-width: 500px;
    margin: 0 auto;*/
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.abt-1 .col-2 .s-txt {
	max-width: 100%;
    margin: 0;
	min-height: auto !important;
}
.intr .row-2 .col-2 {
	padding: 0 !important;
}
.intr .row-2 .col-1 {
	padding: 0 0 0 40px;
}
.abt-1 .col-1 {
	padding: 0;
	border-right: 1px solid #dedede;
}
.abt-1 .col-2 {
	padding: 0 48px;
}
.abt-1 {
	background: #fff;
}
.abt-1 .row {
	border-bottom: 1px solid #dedede;
}
.stl-1 {
	color: #0a0a0a;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.35rem;
	font-style: italic;
	font-weight: 300;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	display: block;
}

/*====VIDEO-SECTION====*/
.vdo-sec .jar-1 {
	min-height: 750px;
}

/*====SERVICES====*/
/*.gal .slick-list {
    overflow: visible;
}
.gal .slick-slide {
    margin: 0 20px;
}
.gal .row {
    margin-left: -20px !important;
    margin-right: -20px !important;
}*/
.pro .s-title p {
    max-width: 500px;
} 
.pro .overlay-1:before {
    background: #000;
    opacity: .65;
}
.svr .slick-track {
	display: flex;
}
.svr-1 {
	border-bottom: 1px solid #dedede;
}
.svr-1 .i-col {
	background: #fff;
	padding: 50px 40px;
	height: auto;
}
.svr-1 .i-col:nth-of-type(2) {
	border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.svr .slick-list {
    overflow: hidden;
}
.svr .slick-arrow {
	display: none !important;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.svr .prv {
    left: 25px;
}
.svr .nxt {
    right: 25px;
}
.slick-arrow {
    bottom: auto;
    top: 50%;
	 transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgb(59 59 59 / 25%);
    backdrop-filter: blur(8px);
}
.svr .cap h3, .eng h3, .h-3 h3, .e-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
	text-transform: none;
	padding-bottom: 15px;
}
.svr .cap p {
	font-size: 1rem;
	color: #000;
	text-transform: none;
	line-height: 1.5;
}
.svr .img-block {
    padding-top: 600px;
}
.gal-1 h2, .gal-1 .cap {
	/*display: none;*/
}
.svr .cap-1 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
} 
.svr .btn {
	margin-top: 45px;
}
.sec-cnt {
	max-width: 620px;
}
.sec-cnt h2 {
	padding-bottom: 25px;
}
.svr-1 .colm-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #dedede;
}
.svr-1 .s-num {
	color: #888888;
	font-size: 1rem;
	font-weight: 300;
	padding-bottom: 20px;
}

/*====SELECTED WORK====*/
.sw-1 h2 {
	padding-bottom: 0;
}
.work .img-block {
    padding-top: 450px;
}
.work .slick-list {
    /*overflow: visible;*/
}
.work .slick-list:hover {
    cursor: pointer;
}
.work:before {
	display: none !important;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all .25s;
    border-radius: .25rem;
    pointer-events: none;
    z-index: 2;
    max-width: 4.5%;
}
.work h4 {
	font-size: 22px;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 10px;
}
.work .dte {
	text-transform: none;
}
.work .mt {
	display: none;
    text-transform: nonme;
}
.sw-1 .img-block img, .section-grid .img-block img {
	display: none;
}
.sw-1 .jarallax-container img, .section-grid .jarallax-container img {
	display: block !important;
}

.sw-1 .img-block {
  position: relative;
  width: 100%;
}
.sw-1 .img {
  display: block;
  width: 100%;
  height: 100%;
}
.sw-1 .img-overlay {
	border-top: 1px solid #dedede;
}
.sw-1 .row li {
	border-right: 1px solid #dedede;
}
.sw-1 .row li:last-of-type {
	border-right: 0;
}
.sw-1 .img-overlay {
    padding: 25px 40px;	 
}
.sw-1 .overlay-1:before, .port-11 .overlay-1:before {
	opacity: 0 !important;
}
/*.sw-1 .row li:hover .overlay-1:before, .port-11 .row .i-col:hover .overlay-1:before {
	opacity: .7;
	transition: all .5s;
	z-index: 2;
}*/
.sw-1 .row li:hover .img-overlay, .port-11 .row .i-col:hover .img-overlay {
	background: #f8f8f8;
	transition: all .5s;
}

/*.sw-1 .img-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 18%;
  opacity: 0;
  transition: .5s ease;
  background: rgb(59 59 59 / 25%);
  backdrop-filter: blur(8px);
}

.sw-1 .img-block:hover .img-overlay {
  opacity: 1;
}*/
.sw-1 {
    border-bottom: 1px solid #dedede;
}
.sw-1 .text-22 {
  color: #000;
  text-align: left;
  padding: 0;
}
.sw-1 .spn {
	display: block;
}
.sw-1 .e-cap, .port-11 .e-cap {
	font-size: 17px;
	font-weight: 300;
	font-family: "Cormorant Garamond", serif;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.sw-1 .e-loc, .port-11 .e-loc {
	color: #888;
	font-size: .75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sw-1 .slick-arrow, .pro-detail .slick-arrow {
	opacity: 0; 
	display: block !important;
	transition: all .4s;
}
.sw-1 .i-3:hover .slick-arrow, .pro-detail .i-3:hover .slick-arrow {
	opacity: 1;
}
.sw-1 .sec-cnt {
	max-width: 100% !important;
} 

/*====ENGAGEMENT TIERS====*/
.eng {
	background: #fbfbfb;
}
.eng .col {
	width: 31.33%;
	margin-right: 3%;
	padding: 70px 50px;
	background: rgb(59 59 59 / 25%);
    backdrop-filter: blur(8px);
	border: 1px solid #535353;
    box-shadow: rgba(50, 50, 93, 0.5) 0px 2px 5px -1px, rgba(0, 0, 0, 0.5) 0px 1px 3px -1px;
} 
.eng .col:nth-of-type(3n+3) {
     margin-right: 0;	
}
.eng .col p {
	padding-bottom: 20px;
}
.eng .prc {
	font-size: 18px;
	font-weight: 500;
}
.eng .etx {
	font-size: 18px;
}
.eng {
	color: #fff;
}

/*====FEEDBACK====*/
.feed-1 .container {
	position: relative;
	z-index: 1;
}
.feed-1 .overlay-1:before, .int-11 .overlay-1:before {
	background: #0a0a0a;
	opacity: 1 !important;
}
.feed-1 {
    background: #0a0a0a;
	color: #fff;
}
.feed-1 .slick-dots {
    display: none;
}
.feed-1 .spn {
    display: block;
}
.f-mid p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
	text-align: left;
}
.f-cnt {
    max-width: 100%;
}
.f-bot .spn {
    padding: 15px 0 0;
}
.f-bot .img-block {
    width: 100%;
    max-width: 150px;
    padding-top: 150px;
}
.f-bot .c-nme {
    color: #000 !important;
    font-size: 20px;
}
.f-bot .spn {
    color: #000;
}
.f-top .spn {
    font-weight: 200;
}
.f-top .c1 {
    color: #000;
    font-size: 15px;
	font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.f-top .c2 {
    font-size: 18px;
	font-weight: 400 !important;
}
.feed-1 .slick-arrow {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    bottom: 140px;
    top: auto;
    background: #000 !important;
}
.feed-1 .nxt {
    right: 0;
}
.feed-1 .prv {
    left: 0;
}
.feed-1 .slick-dots {
    display: none !important;
}
.feed-1 .r-list {
	display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 44px;
    border: 1px solid #7b7b7b;
	border-right: 0;
	border-bottom: 0;
}
.feed-1 .r-list li {
	/*width: 47%;
	margin: 40px 3% 0 0;*/
	padding: 40px 30px;
	background: transparent;
	border-right: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
	/*background: rgb(59 59 59 / 25%);
    backdrop-filter: blur(8px);*/
}
.feed-1 .r-list li:nth-of-type(2n+2) {
   margin-right: 0;	
}
.feed-1 .r-list span {
	display: block;
}
.feed-1 .r-fed {
	color: rgba(255,255,255,0.72);
	font-size: 1.1rem;
	font-weight: 300;
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	line-height: 1.4;
	padding-bottom: 20px;
}
.feed-1 .r-type {
	font-size: 11px;
	color: #7d7c7c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*====NEWSLETTER====*/
.nsm {
	background: #f9f9f7;
}
/*.n-row .col-1 {
	width: 15%;
}
.n-row .col-2 {
	width: 85%;
}*/
.nsm .f-form {
	max-width: 740px;
	margin: 0 0 0 auto;
}
.nsm .n-row {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.nsm .n-row .col-1 {
	border-right: 1px solid #dedede;
}
.nsm .f-form .i-col-1 {
	width: 80%;
}
.nsm .f-form .i-col-2 {
	width: 20%;
}
.nsm input[type=text] {
    width: 100%;
	height: 45px;
    padding: 13px;
    font-size: 15px;
    border: 1px solid #e8e5e0;
    border-radius: 0;
    box-sizing: border-box;
    resize: vertical;
}
.nsm input[type=submit] {
	width: 100%;
	height: 45px;
    background-color: #000;
    color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.m-list li a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 15px;
	display: block;
}
.m-list li:last-of-type a {
    padding-bottom: 0;	
}
.nsm .f-row {
	padding-top: 20px;
}

/*====ALT-VDO-HOME====*/
.alt-vdo .jarallax {
	min-height: 550px;
}

/*====PACKAGES====*/
.pkg {
    background: #FBFBFB;
}
.pkg h2 {
	padding-bottom: 25px;
}
.pkg h3 {
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	padding-bottom: 20px;
}
.p-list li {
	position: relative;
	padding: 20px 0;
	margin: 0 0;
	border-top: 1px solid #BF8B5B;
}
.p-list li:last-of-type {
	border-bottom: 1px solid #BF8B5B;
}
.p-list li::marker {
	color: #c89b63;
}
.p-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
	background: #c89b63; 
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	border-radius: 50%;
}
.inc-11 li {
	position: relative;
	display: flex;
	align-items: center;
}
.inc-11 .chk {
	padding-right: 10px;
}
/*.inc-11 li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
	background: url(https://monark-studios.com/kat-minassi/wp-content/uploads/2026/02/check.png); 
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	border-radius: 50%;
}*/

.p-list p {
	font-size: 16px;
	text-transform: capitalize;
	padding-left: 20px;
}
.pkg .prc {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	display: block;
	padding-top: 25px;
	margin-bottom: 30px;
}
.p-txt h4 {
	color: #c89b63;
	font-size: 20px;
}
.pkg .i-col {
	width: 32%;
	margin-right: 2%;
	padding: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pkg .i-col:last-of-type {
    margin-right: 0;	
}
.pkg .row {
	margin-left: 0 !important;
    margin-right: 0 !important;
}
.pkg .inc-11 p {
	font-size: 16px;
	text-transform: capitalize;
}

/*.pkg .
 * slick-slide {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}*/

/*====INSTAGRAM====*/
.insta-1 .slick-list {
    overflow: visible;
}
.insta-1 .img-block {
   padding-top: 500px;
}
.insta-1 .row {
    margin-left: -13px !important;
    margin-right: -13px !important;
}
.insta-1 .splide__slide {
    margin: 0 20px;
}
.i-link {
    font-size: 20px;
	text-transform: none;
    display: block;
	padding-top: 0;
}
.i-link .fa {
	color: #000/*#BF8B5B*/;
    padding-right: 10px;
}
/*.insta-1 .splide__track {
    overflow: visible;
}*/



 
/*========FOOTER========*/
.ftr {
	border-top: 1px solid #7b7b7b;
    padding-bottom: 20px;
}
.footer-main {
    background: #0a0a0a;
    margin-top: 0;
	/*border-top: 1px solid #e8e5e0;*/
 }
.ftr .lg-1 {
	display: none !important;
}
 /*.ft-top .col {
     width: 25%;
 }*/
.ft-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 45px;
    padding-bottom: 40px;
}
 .ft-top p {
      color: #000 !important;
      font-size: 15px !important;
      text-transform: uppercase;
      margin: 15px 0 20px;
 }
 .ft-menu{
     text-align: center;
     margin-top: 35px;
 }
 .ft-menu li, .ft-media li, .pvt li {
     display: inline-block;
 }
 .ft-media li { 
     margin-right: 15px;
 }
 .ft-media li:last-of-type {
     margin-right: 0;
 } 
 .ft-media li a {
     color: #000 !important;
     font-size: 25px !important;
 }
 .ft-media li a:hover {
     color: #b28b00 !important;
 }
 .ft-bottom {
     /*border-top: 1px solid #f1f1f1;*/
     padding-top: 18px;
     margin-top: 30px; 
 }
 .ft-top .logo-icon img{
     max-width: 200px;
 }
 .ft-menu{
     text-align: left;
     margin-top: 0;
 }
 .ft-menu li{
     display: block;
     margin-left: 0;
     margin-bottom: 15px;
 }
 .ft-menu li:last-of-type {
     margin-bottom: 0;
 }
 .ft-menu li a {
     color: #9a9490;
     font-size: 0.85rem;
     font-weight: normal;
     text-transform: capitalize;
     padding: 0;
 }
 .ft-top .r-top li {
    margin-bottom: 10px;
}
 .ft-top .r-top li:last-of-type {
     margin-bottom: 0;
 }
 .ft-top .f-row {
     width: max-content;
     line-height: 1.2;
 }
 .ft-top h3 {
     color: #fff;
     font-size: .75rem;
     font-weight: 300;
	 font-family: "Jost", serif;
     text-transform: uppercase;
     line-height: 1;
	 letter-spacing: 1px;
     margin-bottom: 20px;
 }
 .sub-form {
     position: relative;
	 padding-top: 20px;
 }
 .sub-form input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 15px;
    height: 40px;
    border: 0;
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    outline: none;
    background: transparent;
    border: 1px solid #9a9a9a;
    color: #fff;
 }
 .sub-form .s-btn {
    font-size: 12px;
    padding: 10px 20px;
	margin: 0;
	background: #fff;
    color: #000;
 }
 .pvt li:nth-of-type(2) {
     padding: 0 5px;
     margin: 0 5px;
     border-left: 1px solid #7a7777;
     border-right: 1px solid #7a7777;
 }
 .pvt li a, .cp {
     font-size: 13px;
     color: #7a7777;
 }
 .ft-top .i-col {
     width: 50%;
 }
 .ft-top .i-col .btn {
     margin-top: 0 !important;
 }
 .ft-log {
    max-width: 100px;
    padding-top: 20px;
 }
.ft-bot {
	padding-top: 55px;
}
 .ft-bot .i-col:first-of-type {
    margin-right: 100px;
 }
.cu-list li:first-of-type {
    padding-bottom: 10px;
}
 .cp {
     color: #000;
 }
 .cp a {
     color: #000;
 }
.kml {
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	font-family: "Cormorant Garamond", serif;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 20px;
}
.slg {
	display: block;
	line-height: 1.2;
	padding-bottom: 15px;
}
.c-link {
	display: block;
	font-size: 0.85rem;
	padding-top: 12px;
}
.ft-top .col-1 .btn {
	color: #9a9490;
    font-size: 11px;
    background: transparent;
    padding: 18px 30px;
    margin-top: 30px;
    border-color: #9a9490;
}
.ftr span { 
    font-size: 0.85rem;	
}
.ftr .c-link, .ftr span {
	color: #9a9490;
}
.sm-11 li a {
	color: #9a9490;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 15px;
}
.ftr .km {
	color: #9a9490;
	font-size: 12px;
	letter-spacing: 1px;
}
.ft-bot {
	padding: 40px 0;
	border-top: 1px solid #9a9a9a;
}
.ftr .mc4wp-form-fields {
	display: flex;
}


/*====ABOUT(PAGE TEMPLATE)====*/
.abt-m {
	background: #fff;
}
.abt-m .loc {
    display: block;
	color: #888888;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 30px;
}
.abt-m .s-txt {
	min-height: auto !important;
}
.abt-m .i-txt-1 {
	display: block;
}
.abt-m .col-1 {
	order: 2;
}
.abt-m .col-1 .img-block {
	padding-top: 440px;
}
.abt-m .s-txt p {
	max-width: 670px;
	line-height: 1.8;
}
.abt-m .loc {
	font-size: 0.72rem;
}
.dp-1 .i-row {
	display: grid;
    grid-template-columns: 190px 1fr;
    gap: 55px;
    /*padding: 56px 0;*/
    border-top: 1px solid #e1e1e1;
    align-items: start;
}
.dp-1 .i-row:first-of-type {
	border-top: 0 !important;
}
.dp-1 .i-row .col-1 {
	height: 100%;
	padding: 45px 30px 45px 0;
    border-right: 1px solid #dedede;
}
.dp-1 .i-row .col-2 {
	padding: 44px 0 44px 0;
}
.dp-1 h3 {
    font-size: 1.3rem;
	font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}
.dp-list li {
	position: relative;
	display: flex;
    align-items: center;
    gap: 14px;
	border-bottom: 1px solid #e8e5e0;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.dp-list li:before {
    content: '';
    width: 18px;
    height: 1px;
    background: #0a0a0a;
    flex-shrink: 0;
}
.dp-1 .col-2 span {
	/*color: #9a9490;*/
	font-style: italic;
	padding-bottom: 15px;
}
.dp-1 .t-blok {
	color: #0a0a0a;
	font-size: 1.35rem;
	font-weight: 300;
	font-family: "Cormorant Garamond", serif;
	font-style: normal;
	padding: 25px;
	border: 1px solid #000;
}
.dp-1 .t-blok br {
    display: none;	
}
.dp-1 .stl-2 {
	font-size: 0.85rem;
	font-family: "Cormorant Garamond", serif;
	color: #888;
}
.dp-1 .brd-11 {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #dedede;
}
.dp-1 .dvd-1 {
	margin: 20px 0 0;
	padding-bottom: 0 !important;
}

/*====SERVICES(PAGE TEMPLATE)====*/
.tile-1 {
	background: #faf9f7;
}
.tile-2 {
	background: #0a0a0a;
	color: #fff;
}
.clr-1 {
	color: #9a9490;
}
.blok-1 {
	display: block;
}
.em {
	font-style: italic;
}
.svrm .i-txt-1 {
	font-size: 1.3rem !important;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300 !important;
}
.svrm .col-2 {
	border-right: 1px solid #dedede;
}
.svrm .video {
	max-height: 100%;
}
.svrm .sub-t {
	display: block;
	padding: 25px 0;
	font-weight: 300;
	line-height: 1.3;
}
.svrm .col-2 .s-txt p {
	max-width: 580px;
}
.svrm .s-txt {
	max-width: 650px;
}
.sec .i-txt-1 {
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	padding-top: 20px;
}
.c-card {
	padding: 40px;
	background: #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.c-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 40px;
	border: 1px solid #dedede;
}
.core-c {
	border-top: 1px solid #dedede;
}
.core-c ul li:nth-of-type(3), .core-c ul li:nth-of-type(4) {
	border-bottom: 0;
}
.core-c ul li:nth-of-type(2), .core-c ul li:nth-of-type(4) {
	border-right: 0;
}
.core-c h2 {
	padding-bottom: 0;
}
.h-3 h3 {
	/*font-size: 1rem;
	font-weight: 400;*/
	padding-bottom: 20px;
}
.e-type {
    border-top: 1px solid #dedede;	
}
.e-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 52px;
	border: 1px solid #dedede;
}
.e-card {
	padding: 40px;
	border-right: 1px solid #dedede;
}
.e-card h3 {
	/*font-size: 1rem;
	font-weight: 400;*/
}
.e-card p {
	/*font-size: 13px;*/
}
.core-4 p {
	/*font-size: 0.82rem;*/
}
.ivst {
    color: #888;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 1px solid #e8e5e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pph p {
	font-size: 1.35rem;
	font-weight: 300;
	font-style: italic;
	font-family: "Cormorant Garamond", serif;
	color: rgba(255,255,255,0.75);
	padding-bottom: 25px;
}
.pph .overlay-1:before {
	opacity: 1;
}
.st-1 {
	font-size: .9rem;
}

/*====APPROACH(TEMPLATE)====*/
.appr-1 .jarallax {
    min-height: 600px;
    position: relative;
}
.appr-1 h2 {
	padding-bottom: 0;
}
.svrm .mt-1, .appr-1 .mt-1, .cup .mt-1 {
	font-size: 0.9rem !important;
	letter-spacing: 0.18em !important;
}
.app-blok .a-num {
	font-family: 'Cormorant Garamond';
	font-size: 2.9rem;
	color: #e8e5e0;
	line-height: 1;
	font-style: normal;
}
.app-blok .a-cap {
	font-size: 1.35rem;
	font-weight: 500;
	font-style: normal;
	padding: 0 0 25px;
}
.mt-2 {
	font-size: 1.2rem;
	padding: 0 0 25px;
}
.seq-list {
    display: flex;
    border: 1px solid #e8e5e0;
    margin: 22px 0;
}
.seq-list li {
    flex: 1;
    padding: 15px;
    text-align: center;
    font-size: .8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9a9490;
    border-right: 1px solid #e8e5e0;
}
.seq-list li:last-of-type {
	border-right: 0;
}
.app-blok .i-row {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 44px;
    padding: 50px 0;
    border-top: 1px solid #e8e5e0;
    align-items: start;
}
.app-blok .i-row:last-of-type {
   padding-bottom: 0;	
}
.app-blok h3 {
	font-size: 1.8rem;
	font-weight: 300;
}
/*.app-blok .i-row:first-of-type {
	border-top: 0;
	padding-top: 0;
}*/
.i-trio {
	display: flex;
    justify-content: center;
	align-items: center;
    gap: 90px;
	border: 0px solid #7b7b7b;
}
.i-trio span {
    flex: 1;
    padding: 20px 10px;
    text-align: center;
    font-size: 1.35rem;
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
    letter-spacing: 0;
	color: rgba(255,255,255,0.7);
    text-transform: capitalize;
    color: #fff;
    border-right: 0px solid #7b7b7b;
}
.i-trio span:last-of-type {
	border-right: 0 important;
}
.int-11 .jar-1 {
	/*height: 450px;*/
	display: flex;
	align-items: center;
}
.int-11 .mt-1 {
	margin: 0 !important;
}
.int-11 .i-trio {
    margin: 50px 0;
    width: 100%;
    max-width: 55%;
    text-align: left;
    display: flex;
    gap: 0;
}
.int-11 jarallax {
	height: 400px;
    display: flex;
    align-items: center;
}
.int-11 .btn {
	margin-top: 0 !important;
}


/*====PORTFOLIO(TEMPLATE)====*/
.port-ttl .spn-1 {
	max-width: 100%;
	font-weight: 300;
	color: #0a0a0a;
}
.e-list:before {
	display: none;
}
.e-list .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
}
.e-list .cap {
	padding: 30px;
}
/*.e-list .i-col {
	width: 32%;
	margin: 0 2% 30px 0;
}
.e-list .i-col:nth-of-type(3n+3) {
	margin-right: 0;
}*/
.spn-1 {
	font-size: 15px;
	line-height: 1.3;
}
.port-11 .i-col {
	border-right: 1px solid #dedede;
}
.port-11 .cap {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.port-11 h3 {
	font-size: 17px !important;
	font-weight: 500 !important;
	padding-bottom: 8px;
}
.port-11 .img-block {
	padding-top: 600px;
}
.port-11 .spn {
	display: block;
}

/*====PROJECT_DETAILS====*/
.pro-wrap {
	max-width: 960px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: auto;
	margin-right: auto;
}
.e-pin .col {
	width: 100%;
}
.e-pin .img-block {
	min-height: 650px;
}
.gal-1 .jar-1 {
	min-height: 750px;
}
.e-pin .m-txt, .port-11 .m-txt {
    font-size: 12px;
    letter-spacing: 2px;
    color: #9a9490;
    display: block;
    text-transform: uppercase;
}
.e-pin h2 {
	font-weight: 400;
	padding: 20px 0 40px;
}
.pro-detail .slick-slide {
	margin: 0 1px;
}
/*.pro-detail .row {
    margin-left: -1px !important;
    margin-right: -1px !important;
}*/
.pro-detail .img-block {
	padding-top: 450px;
	position: relative;
}
.pro-txt {
	max-width: 620px;
}
.single-portfolio .hdr, .single-portfolio .ftr {
	/*display: none;*/
}
.lg-outer .lg-thumb {
	display: none !important;
}
.pov-back {
	color: #888888;
	display: block;
    margin-top: 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pov-back:hover {
	color: #000;
	transition: all .4s;
}
.pro-detail {
	margin-top: 2px;
}
.pro-detail .flex-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}


/*====CONTACT US(PAGE)====*/
.cup h2 {
	padding: 0 0 25px;
}
.cup .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
}
.cup .wpforms-container .wpforms-field {
	width: 49%;
	margin-right: 2%;
}
.cup #wpforms-160-field_2-container, .cup #wpforms-160-field_5-container, .cup #wpforms-160-field_7-container, .cup #wpforms-160-field_9-container, .cup #wpforms-160-field_3-container  {
    margin-right: 0 !important;	
}
.cup .wpforms-field-label {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
	margin-bottom: 10px !important;

}
.cup .wpforms-field-medium { 
	border: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #e8e5e0!important;
}
.cup .wpforms-field-medium, .cup .wpforms-field-textarea {
	max-width: 100% !important;
	width: 100% !important; 
}
.cup .wpforms-submit {
	width: 100%;
    text-align: center;
    padding: 15px 35px !important;
    cursor: pointer !important;
    display: block;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    position: relative;
    display: block;
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    margin-top: 25px;
    transition: all .4s;
}
.cup .wpforms-submit:hover {
    background: #000 !important;
	color: #fff !important;
}
.cu-row .col-1 {
	width: 55%;
	padding-left: 50px;
	order: 2;
}
.cu-row .col-2 {
	width: 45%;
}
.cu-row .col-2 p {
	max-width: 350px;
}
.cu-row .img-block {
	padding-top: 440px;
}
.cu-row .sec-cnt span {
	font-size: 1rem;
	margin: 25px 0;
}
.cu-row .spn, .csm a {
	color: #9a9490;
	font-size: 12px;
	text-transform: uppercase;
}
.cu-row .cu-link {
	padding-left: 20px;
}
.cup .cdl {
	margin-bottom: 20px;
}
.cup .cdl:last-of-type {
    margin-bottom: 0 !important;	
}
.cup .csm a {
	padding-right: 20px;
}



/*========MEDIA-QUERIES========*/
/*@media only screen and (min-width:1920px) {
    .container {
        max-width: auto;
    }
}*/
@media only screen and (min-width:1500px) and (max-width:1919px) {
    .container {
        max-width: 100%;
    }
	.intr-1 .s-txt {
		font-size: 38px;
	}
}
}

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

}
@media only screen and (max-width:1400px) {
.work:before {
	max-width: 2.7%;
}
}
@media only screen and (max-width:1350px) {
.work:before {
	max-width: .7%;
}
}
@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:1140px) {

}

@media only screen and (max-width:1040px) {
	/*.slick-arrow {
    background: #fff;
    top: 30%;
    bottom: auto;
}
.slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #fff !important;
    padding: 11px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.slick-prev {
    left: 20px !important;
    margin-right: 5px;
}
.slick-next {
    right: 20px !important;
    margin-left: 5px;
}*/
	.page_menu .menu li {
		margin-right: 20px;
	}
	.hdr .btn {
    margin: 0 0 0 15px;
    padding: 10px;
    font-size: 12px;
}
}
@media only screen and (max-width:992px) {
.intr .col, .hdr .h-menu li, .eng .col, .feed-1 .r-list li, .cu-row .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
	.hfx-1 {
		padding: 15px 0;
	}
	.n-row .col-1 {
		width: 35%;
	}
	.n-row .col-2 {
		width: 65%;
	}
	.nsm input[type=submit] {
		padding: 12px 0;
	}
  .hdr .stellarnav ul ul {
    top: auto;
  }
  .intr .qt, .h-row .col-3 {
    display: none !important;
  }
  .int .col-3 .btn {
    margin: 20px auto 0;
  }
  .hdr .h-menu li a {
    color: #000;
  }
  .hdr .h-menu li {
    padding-right: 0 !important;
  }
  .hdt .ca-row {
    display: none;
  }
  .hdr .page_menu {
    max-width: 45px;
    margin: 0 0 0 auto;
  }
  .wrap-1 {
    padding: 0 15px;
  }
  .d-nav, .lg-zoom-in, .lg-download {
    display: none;
  }
  .h-mob, .m-nav {
    display: block;
  }
  .intr .col-1:before {
    width: 100% !important;
  }
  .intr .col-1 {
    position: relative;
    order: 0;
    padding: 0;
   }
  .intr .s-txt {
    left: 0;
  }
  .intr .col-2 {
  	/*padding: 40px 0;*/
  }
  .intr .s-txt p {
    padding-top: 20px;
  }
  .intr .img-block {
    padding-top: 100%;
  }
  .tile-1 .row {
    padding: 0 20px;
  }
  .hdr {
    height: 93px;
  }
  .hdr .hfx {
    padding: 18px 0 !important;
  }
  .gal-m .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
.max-gap {
	margin: 45px 0 0;
}
.max-pad {
	padding: 45px 0;
}
.mid-gap {
	margin: 35px 0 0;
}
.bnr-txt h1 {
    font-size: 50px;
}
.bnr-txt h1 br {
     display: none;
}
.intr .stats {
    margin: 0 0 50px;
}
.stats .i-col {
    border: 0;
}
.stats .num {
    font-size: 22px;
    padding-bottom: 10px;
}
.feed-1 .slick-dots {
    display: none !important;
}
.intr .sig img {
    max-width: 35px;
}
.intr .sig {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
	.dp-2 .col-2 h2 {
		font-size: 30px;
	}
	.dp-2 .grid-50 .col-2 {
		padding: 0 40px;
	}
	.intr .row-2 .col-1 {
       order: 0;
}
	.pkg .i-col {
		width: 49%;
	}
	.pkg .i-col:nth-of-type(2) {
	    margin-right: 0;	
	}
	.pkg .i-col:last-of-type {
	    margin-top: 20px;	
	}
	.pkg .row {
		justify-content: center;
	}
	.intr .row-2 .col-1 {
		padding: 0px;
	}
	.intr .col-2 .s-txt {
		height: auto !important;
		padding: 30px;
	}
	.intr .s-txt {
		max-width: 100% !important;
	}
	.eng .col:nth-of-type(2) {
		margin: 20px 0;
	}
	.intr .row .col-2:before {
		height: 100% !important;
	}
	.ft-top {
		grid-template-columns: 1fr 1fr;
	}
	.hero .row, .svr-1 .colm-3, .feed-1 .r-list, .nsm .n-row {
        grid-template-columns: 1fr;
	}
	.nsm .n-row .col-1 {
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}
	.hero .col-1, .svrm .col-1 {
		padding: 40px 30px;
	}
	/*.hero_bot,*/ .hdr .btn {
		display: none;
	}
	.page_menu .menu li:nth-of-type(8) {
		border-right: 0 !important;
	}
	.stellarnav .menu-toggle span.bars {
		margin-right: 0 !important;
	}
	.hero .image-content {
		padding-bottom: 0;
	}
	.hero h1 {
		font-size: 30px;
	}
	.page_menu .menu li:nth-of-type(7) {
		padding-left: 0;
	}
	.abt-1 .col-2 {
		padding: 30px 0;
	}
	.pad-wrp, .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.svr-1 .i-col:nth-of-type(2) {
		border: 1px solid #dedede;
		border-left: 0;
		border-right: 0;
	}
	.cu-row .col-1 {
		border-top: 1px solid #dedede;
		padding-left: 0 !important;
		margin-top: 40px;
	}
	#sticky {
		position: relative !important;
		top: auto !important;
	}
	.cu-row .col-1, .ft-bot {
		margin-top: 0 !important;
	}
	.ft-bot {
		padding: 30px 0 0 !important;
	}
	.sm-11 {
		display: none;
	}
	.ftr .km {
		text-align: left;
        line-height: 1.5;
	}
	.pro-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.int-11 .i-trio {
		flex-flow: column;
		max-width: 100%;
	}
	.int-11 .i-trio span {
		width: 100%;
		font-size: 1.2rem;
		border-right: 0;
		border-bottom: 0px solid #7b7b7b;
	}
	.int-11 .i-trio span:last-of-type {
	    border-bottom: 0 !important;	
	}
	.page_menu .menu li:last-of-type {
         display: block;	
}
	.page_menu .btn {
		display: block;
		font-size: 11px !important;
		padding: 12px 20px !important;
		border: 1px solid #000 !important;
		margin-top: 20px !important;
	}
	.hero .video {
		height: 100% !important;
	}
}

@media only screen and (max-width:850px) {
.class, .cup .wpforms-container .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
 .gal .img-block {
    padding-top: 400px;
 }
.bnr-txt h1 {
    font-size: 40px;
}
.bnr-txt p {
    font-size: 17px;
    padding: 25px 0; 
}
.i-container {
    min-height: 600px;
}
.tst .b-txt {
    margin: 40px 0 0;
}

	.hero p {
		/*font-size: 13px;*/
		padding-top: 10px;
	}
	.hero .image-content {
		padding-bottom: 30px;
	}
	.hero .btn {
		font-size: 11px;
		padding: 13px 20px;
	}
	.hero .jarallax {
		min-height: 550px !important;
	}
	.intr-1 .s-txt {
		font-size: 40px;
	}
	.intr-1 .img-block {
		padding-top: 400px;
	}
	.gal-1 .jar-1 {
		min-height: 400px;
	}
	.dp-1 .i-row, .c-grid, .e-grid, .app-blok .i-row {
        grid-template-columns: 1fr;
    }
	.dp-1 .i-row {
        gap: 20px;
}
	.dp-1 .i-row .col-2 {
		padding: 30px 0 30px 0;
	}
	.dp-1 .i-row .col-1 {
		border-right: 0;
		border-bottom: 1px solid #dedede;
	}
	.core-c ul li:nth-of-type(3), .core-c ul li:nth-of-type(4) {
		border-bottom: 1px solid #dedede !important;
	}
	.core-c ul li {
		border-right: 0 !important;
	}
	.core-c ul li:last-of-type {
		border-bottom: 0 !important;
	}
	.e-type .e-card:nth-of-type(2) {
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
}
@media only screen and (max-width:768px) {
.ctu .i-col, .gal-m .i-col, .ft-top .col, .ft-bot .f-col, .dp-2 .row .col, .e-pin .col, .pkg .i-col, .n-row .col { 
   width: 100% !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}
.n-row .col-1 {
	padding-bottom: 40px;
}
.ctu .i-col:nth-of-type(2) {
    padding: 40px 0;
}
.btm a {
    text-align: center;
}
.btm .pvp {
    padding-bottom: 30px;
}
.sec h2 {
    font-size: 30px;
 }
 .sec h2 span {
    font-size: 30px;
 }
 h3.s-head span {
    padding-right: 90px;
    margin-right: 20px;
 }
 .cap {
    font-size: 14px;
    padding: 0;
 }
.gal-m .i-col {
    padding: 10px 0;
}
.ft-top, .ft-menu {
     text-align: left;
}
.r-top .f-row {
	width: 100%;
	justify-content: center;
	margin: 0;
}
.f-top .i-col {
    width: 50%;
    text-align: center;
}
.f-top .i-col:nth-of-type(1), .f-top .i-col:nth-of-type(2) {
    padding-bottom: 20px;
}
.hero h1 {
    font-size: 35px;
}
.txt-1 p {
    padding: 15px 20px;
}
.txt-1 p {
    font-size: 18px;
}
.txt-1 p br {
    display: none;
}
.sp-bot .i-col:first-of-type {
    display: none;
} 
.sp-bot .i-col {
    width: 50%;
}
.sp-bot .spn {
    text-align: center;
}
.sp-bot .i-col:nth-of-type(2) {
    margin-bottom: 15px;
}
.sp-bot .i-col:nth-of-type(3) {
    margin-bottom: 15px;
}
.sp-bot {
    display: none;
}
.hero .jarallax {
    min-height: 400px;
}
.hero h1 {
    padding: 0;
}
.intr-1 p {
    font-size: 45px;
}
.ft-top .col {
    /*margin-bottom: 30px;
	border-top: 1px solid #e8e5e0;*/
}
.ft-top .col-4 {
    margin-bottom: 0;
}
.ft-bot .row {
    justify-content: center !important;
}
.ft-bot .f-col {
    text-align: center;
    display: block;
}
.ft-log {
    margin: 0 auto;
}
.ft-bot .i-col:first-of-type {
    margin-right: 0;
}
.ft-bot .i-col {
    padding-top: 15px;
}
.f-mid p {
    font-size: 22px;
}
.work h4 {
    font-size: 18px;
}
.svr .cap h3, .pkg h3, .pkg .prc {
    font-size: 22px;
}
.svr h4 {
    font-size: 22px;
}
.svr .cap p {
	font-size: 13px;
}
.work:before {
	display: none;
}
.work .slick-list {
	overflow: hidden;
}
.g-list li {
	width: 50%;
}
.g-list li:last-of-type {
    display: none;	
}
.s-txt br, .svr h2 br {
	display: none;
}
.dp-2 .row .col-1 {
    order: 2;		
}
.dp-2 h2, .dp-2 h3 {
	text-align: center !important;
    padding: 0 0 30px 0;		
}
.dp-2 .row-2 .col-1 {
	order: 0 !important;
}	
.dp-2 .col-2 {
	margin: 0 0 40px;
}
	.pkg .i-col {
		margin: 20px 0 0;
	}
	.intr-1 .s-txt {
		font-size: 22px;
	}
	.insta-1 .insta-row {
		flex-flow: column;
        justify-content: left;
        text-align: left;
        align-items: baseline;
	}
	.i-link {
		padding-top: 15px;
	}
	.lf {
    margin: 0;
	  justify-content: left;
	  margin-bottom: 0;
  }
	.sm-11 li a {
		padding: 0 15px 0 0;
	}
	.mt-1 {
		margin-bottom: 25px;
	}
	.seq-list {
		display: block;
	}
	.seq-list li {
		border: 0;
		border-bottom: 1px solid #e8e5e0;
	}
	.seq-list li:last-of-type {
		border-bottom: 0 !important;
	}
	.port-11 .row {
		grid-template-columns: 1fr;
	}
	.i-trio span {
		font-size: 13px;
	}
	.pro-detail .slick-arrow {
		opacity: 1 !important;
	}
	.int-11 .i-trio {
		margin: 30px 0 !important;
	}
	.vdo-sec .video {
		height: 100% !important;
	}
	.port-11 .img-block {
		padding-top: 100%;
	}
}

@media only screen and (max-width:650px) {
	.e-list .i-col {
	  width: 100% !important;
	  margin-left: 0 !important;
	  margin-right: 0 !important;
    }
    .hero h1 {
        font-size: 40px;
    }
	.sec h2 {
		font-size: 22px;
	}
	.lg-1 img, .km img {
		max-width: 50px;
	}
	.l-txt {
		font-size: 13px;
	}
	.km {
		padding-left: 0;
	}
	.km .int {
		font-size: 30px;
	}
	.km .i-txt {
		font-size: 11px;
	}
	.km .i-txt {
		font-size: 11px;
	}
	.km .i-txt:first-of-type {
		font-size: 16px;
	}
	.ft-top {
        grid-template-columns: 1fr;
    }
}


.video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.1s ease;
}


/*@media (min-width: 768px) {


.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }

.pinned {
  padding: 50px 0; }

.wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center; }

.image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 16/9;
  width: 80%;
  margin: 0 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://images.unsplash.com/photo-1722811087953-b745cf16a0c1?q=80&w=3089&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); }

@media (min-width: 768px) {
  .image {
    width: 50%; } }
  .image .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .image .video:hover {
      cursor: pointer; }
  .image--before, .image--after {
    position: relative;
    display: block;
    width: 10%;
    height: auto; }

@media (min-width: 768px) {
  .image--before, .image--after {
    width: 25%; } }
    .image--before .inner, .image--after .inner {
      border-radius: 0;
      aspect-ratio: 16/9;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      height: 80%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .image--before .inner {
    background-image: url("https://images.unsplash.com/photo-1755490398157-3b259e1e223a?q=80&w=3540&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    right: 0; }
  .image--after .inner {
    background-image: url("https://images.unsplash.com/photo-1755018236992-f180f6f6b13d?q=80&w=1635&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    left: 0; }*/


