/*Main Css File*/
@font-face {
                font-family: 'SF Text Regular';
                src: url('../fonts/SF-Pro-Text-Regular.otf');
                font-weight: normal;
                font-style: normal;
}
@font-face {
                font-family: 'SF Text Medium';
                src: url('../fonts/SF-Pro-Text-Medium.otf');
                font-weight: 500;
                font-style: normal;
}
@font-face {
                font-family: 'SF Text Semi-Bold';
                src: url('../fonts/SF-Pro-Text-Semibold.otf');
                font-weight: 600;
                font-style: normal;
}
@font-face {
                font-family: 'SF Text Bold';
                src: url('../fonts/SF-Pro-Text-Bold.otf');
                font-weight: bold;
                font-style: normal;
}
@font-face {
                font-family: 'SF Text Heavy';
                src: url('../fonts/SF-Pro-Text-Heavy.otf');
                font-weight: 900;
                font-style: normal;
}
@font-face {
                font-family: 'SF Display Regular';
                src: url('../fonts/SF-Pro-Display-Regular.otf');
                font-weight: normal;
                font-style: normal;
}
@font-face {
                font-family: 'SF Display Medium';
                src: url('../fonts/SF-Pro-Display-Medium.otf');
                font-weight: 500;
                font-style: normal;
}
@font-face {
                font-family: 'SF Display Semi-Bold';
                src: url('../fonts/SF-Pro-Display-Semibold.otf');
                font-weight: 600;
                font-style: normal;
}
@font-face {
                font-family: 'SF Display Bold';
                src: url('../fonts/SF-Pro-Display-Bold.otf');
                font-weight: 700;
                font-style: normal;
}
@font-face {
                font-family: 'SF Display Heavy';
                src: url('../fonts/SF-Pro-Display-Heavy.otf');
                font-weight: 900;
                font-style: normal;
}

/*------Common CSS--------*/

.btn { font-family: 'SF Text Bold';	}

.btn-primary {
    color: #E6E8ED;
    background-color: #0B67DC;
    border: 1px solid #FFFFFF47;
    padding: 10px 30px;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: -0.25px;
    font-size: 20px;
}

.btn-primary:hover {
    color: #fff;
    background: #131313;
    border-color: #FFFFFF47;
}


.has-background-white .site a.btn:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
.has-background-white .site a.btn-primary:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: #131313 !important;
    border-color: #FFFFFF47;
}

.btn-dark{
    color: #fff;
    background-color: #131313;
    border: 1px solid #FFFFFF47;
    padding: 10px 30px;
    margin-left: 15px;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: -0.25px;
    font-size: 20px;
}

.btn-dark:hover{
    background: #0b67dc;
    color: #fff;
    border-color: #FFFFFF47;
}
.has-background-white .site a.btn-dark:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: #0B67DC !important;
    border-color: #FFFFFF47;
}
.banner-heading {
    font-size: 73px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    margin-bottom: 45px;
    max-width: 670px;
	font-family: 'SF Display Bold' !important;
}
.banner-section.location .banner-heading{
    max-width: unset;
}
.short-vid-para{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.25px;
    color: #AFAFAF;
}
.short-vid-para.mt-3{
    display: none;
}
@media(max-width: 767px){
    .short-vid-para{
        display: none;
    }
    .short-vid-para.mt-3{
        display: block;
        font-size: 20px;
        line-height: 28px;
    }
}
.cs-heading {
    color: #131313;
    font-size: 57px;
    line-height: 67px;
    font-weight: bold;
    font-family: 'SF Display Heavy' !important;
}
.text-theme {
    color: #E6E8ED;
}
.subheading {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 8px;
    color: #2B374D;
    margin-bottom: 30px;
    font-family: 'SF Text Semi-Bold' !important;
}
.heading-dark {
    color: #8D9BB6;
}
.futures-section h3, .cs-heading-secondary {
    font-size: 46px;
    line-height: 109%;
    letter-spacing: -0.25px;
    color: #131313;
    font-family: 'SF Display Bold' !important;
}
.bigtext {
    font-size: 105px;
    line-height: 109%;
    letter-spacing: -0.25px;
    font-weight: 900;
    margin-bottom: 60px;
    font-family: 'SF Display Heavy' !important;
}
.font-28 {
    font-size: 28px;
    line-height: 156%;
    color: #2B374D;
    font-family: 'SF Text Heavy' !important;
}
.font-42 {
    font-size: 40px;
    line-height: 1;
    color: #E6E8ED;
    font-family: 'SF Display Heavy' !important;
}


/*------End Common CSS--------*/

/*------Banner Section CSS--------*/

.banner-section {
    background-color: rgb(19 19 19 / 85%);
    background-repeat: no-repeat;
    padding: 300px 20px 100px 20px;
    background-position: center;
    background-size: cover;
    margin-bottom: 80px;
    min-height: 760px;
    width: 100%;
    float: none;
}
.banner-video {
    z-index: -1;
    width: 100%;
}

.page-id-12105 .banner-heading {
	max-width:900px;
}

.heading_span,
.banner-heading span {
    background: -webkit-linear-gradient(100deg, #16c29d, #58aae7);
    background: -moz-linear-gradient(100deg, #16c29d, #58aae7);
    background: -o-linear-gradient(100deg, #16c29d, #58aae7);
    background: linear-gradient(100deg, #16c29d, #58aae7);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

/*------End Banner Section CSS--------*/


/*------Moby page CSS--------*/

.expect-the-best .row {
    padding: 100px;
    background: #F7F8FC;
}

.except-img img {
    width: 100%;
	max-width:580px;
}

.expect-text h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 74px;
    letter-spacing: -0.25px;
    text-align: left;
    color: #131313;
	max-width:600px;
}
.expect-the-best4 .expect-text h2 { max-width: 550px;}
.expect-text p {
    font-size: 35px;
    font-weight: 500;
    line-height: 41.3px;
    letter-spacing: -0.25px;
    text-align: left;
    color: #AFAFAF;
	max-width:550px;
	font-family: 'SF Display Medium';
}

.email-img {
    position: relative;
}

.email-img img.email, .email-img picture.email img  {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 100%;
    max-width: 320px;
}

.getting-started-section.craftmanship-section::after {
    background-image: url('https://culturestudio.net/wp-content/uploads/2024/06/craftsmanship-bg-min.jpg');
    filter: blur(64px);
}
.craftmanship-section .cat-link {
    color: #bdbdbd;
}
.craftmanship-section .cat-link.active, .craftmanship-section .nav-tabs .cat-link:focus, .craftmanship-section .nav-tabs .cat-link:hover {
    color: #fff !important;
}
.catalog-gallery-carousel .our-catalog-box > img {
    border-radius: 4px;
    border: 0;
}

/*Header style*/
body.page-id-11854 header#masthead.cs-header, body.page-id-12105 header#masthead.cs-header, body.page-id-12307 header#masthead.cs-header, body.page-id-11856 header#masthead.cs-header, body.page-id-13190 header#masthead.cs-header,
body.page-id-13577 header#masthead.cs-header{ 
    position: fixed !important;
}
body:not(.home, .page-id-12105, .page-id-12307, .page-id-11856, .page-id-13190, .page-id-13577) header#masthead.cs-header {	
	background-color: #000000;
	position: relative;
}
body:not(.home, .page-id-12105, .page-id-12307, .page-id-11856) header#masthead.site-header.cs-site-header.cs-fixed-header {
	position: fixed;
}
body.page-id-11854 .primary-navigation>div>.menu-wrapper.justify-content-start, .page-id-12105 .primary-navigation>div>.menu-wrapper.justify-content-start{
    justify-content: start !important;
}
.primary-navigation .primary-menu-container>ul>.menu-item>a,
.cs-login a {
    color: #ffffff;
	font-family: 'SF Text Bold' !important;
}
.sub-menu a {font-family: 'SF Text Regular' !important;}
.primary-navigation .primary-menu-container>ul>.menu-item>a:hover,
.cs-login a:hover,
.primary-navigation .primary-menu-container>ul>.menu-item>a:focus,
.cs-login a:focus {
    color: #0B67DC;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:hover:after,
.primary-navigation .primary-menu-container>ul>.menu-item.current-menu-parent.current_page_parent>a:after,
.primary-navigation .primary-menu-container>ul>.menu-item.current_page_item>a:after,
.cs-login a:hover:after,
.cs-login a:focus:after {
    background-color: #0B67DC;
}

.has-background-white .site a.megadropdown:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #fff !important;
    box-shadow: none;
}

.megadropdown {
    background-color: transparent;
    font-weight: 600;
    padding: 8px 14px 8px 18px;
    border-radius: 12px;
    min-width: 155px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.megadropdown:hover {
    background: transparent;
    border-color: #ffffff52;
}

.dropdown-toggle.megadropdown::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: 0;
}

.megadropdown[aria-expanded="true"]:after {
    transform: rotate(180deg) translateY(-2px);
}

.cs-mega-menu {
    background-color: rgb(255 255 255 / 24%);
    padding: 30px 25px 40px 25px;
    text-align: center;
    border: 1px solid #6c6c6c;
    border-radius: 6px;
    width: max-content;
    min-width: 1000px;
}
.cs-fixed-header .cs-mega-menu,
body:not(.home, .page-id-12105, .page-id-12307, .page-id-11856) .cs-mega-menu {
    background-color: #6c6c6c !important;
}
.mega-left {
    border-right: 1px solid #8d8d8d;
}

.cs-mega-menu h2 {
    font-size: 38px;
    color: #F6F7FA;
    line-height: 109%;
    letter-spacing: -0.25px;
    font-family: 'SF Display Bold' !important;
}

.cs-mega-menu p {
    font-size: 16px;
    padding: 16px 0;
    max-width: 320px;
    margin: 0 auto;
    color: #F6F7FA;
    font-family: 'SF Text Regular';
}

.cs-mega-menu .btn-primary {
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 15%);
    line-height: 1;
    padding: 10px 25px;
    font-weight: bold;
    max-width: 390px;
    margin: 0 auto;
    color: #E6E8ED;
    letter-spacing: -0.25px;
}

.cs-mega-menu .btn-primary:hover {
    text-decoration: none;
}

button.rmp_menu_trigger#rmp_menu_trigger-1999 .responsive-menu-pro-inner,
button.rmp_menu_trigger#rmp_menu_trigger-1999 .responsive-menu-pro-inner::before,
button.rmp_menu_trigger#rmp_menu_trigger-1999 .responsive-menu-pro-inner::after {
    background-color: #fff !important;
}

/*Sections css*/
.main_wrapper {
    padding: 20px;
}

img[alt="cs-video-icon"] {
    max-width: 80px;
}

a.cs-shore-video {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

#shoreVideoModal .modal-content {
    max-width: 680px;
    margin: 0 auto;
}

.video-popup .container {
    padding-bottom: 80px;
}

.divider-main {
    background: #f6f7fa;
}

hr.divider {
    max-width: calc(100% - 80px);
    background: transparent;
    border-bottom: 1px solid rgb(141 155 182);
}

.cs-shore-section {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 90px;
}
.gray_wrapper_bg {
    background-color: #F6F7FA;
	border-radius:4px;
}
.futures-section .shore_features_col {
    background: #fff;
    padding: 40px 40px 64px 40px;
    border-radius: 4px;
}

.futures-list {
    padding-left: 0;
    margin: 30px 0;
}

.futures-list li {
    list-style: none;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #475570;
    line-height: 109%;
    margin-bottom: 28px;
    font-family: 'SF Display Medium';
}
.futures-list .shore-icon-image,
.futures-list picture.shore-icon-image img {
    width: 40px;
    margin-right: 18px;
}

.futures-section {
    padding-bottom: 120px;
}

.sg-title {
    background: #131313;
    color: #fff;
    font-size: 1.3vw;
    padding: 5px 15px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 5px;
    right: 5px;
    transition: all .3s ease-in-out;
    font-family: 'SF Display Medium';
}
.sg-expand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #131313;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}
.shore-gallery-carousel .item:hover span.sg-title {
    transform: translateY(-55px);
}
.shore-gallery-carousel .item:hover .sg-expand {
    opacity: 1;
}
.shore-gallery-carousel .owl-item {
    overflow: hidden;
}

.shore-enterprise-section {
    background-color: #131313;
}
.showstpr-title {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}
.gallery-1 {
    margin-top: -100px;
    margin-bottom: 20px;
}
.gallery-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(to bottom, #131313 0%, transparent);
}

.gallery-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(to top, #131313 0%, transparent);
}
.shore-enterprise-section .container-fluid .row img {
    max-width: 100%;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center center;
}
.shore-enterprise-section .bigtext {
    margin-top: -100px;
    position: relative;
}
.shore-enterprise-section .btn-primary {
    max-width: 230px;
    width: 100%;
	font-size:24px;
}

.shore-gallery-carousel img {
    border-radius: 8px;
}

#our_catalog_gallery .cs-heading {
	font-family: 'SF Display Bold' !important;
}
#myTab {
    border: none;
    margin-bottom: 30px;
}
li.cat-item:not(li.cat-item:last-child) {
    margin-right: 50px;
}
.our-catalog-box > img {
    border-radius: 4px;
    border: 2px solid rgb(141 155 182 / 24%);
}
.cat-link.active {
    background: transparent !important;
    color: #131313 !important;
    border: none;
    position: relative;
}
.cat-link {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.25px;
    color: #475570;
    padding: 10px 0;
    border: none !important;
    position: relative;
    font-family: 'SF Text Semi-Bold';
}
.cat-link:after {
    content: '';
    opacity: 1;
    background: linear-gradient(to right, #12C399 41%, #5FA8EF 64%, #2548F0 150%);
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-radius: 10px;
    display: none;
}
.nav-tabs .cat-link:focus, .nav-tabs .cat-link:hover {
    color: #131313;
}
.cat-item:hover .cat-link:after, .cat-item .cat-link.active:after {
    display: block;
}

.our-catalog-title {
    padding: 0 15px;
}
.our-catalog-title h6 {
    background-color: #131313;
    padding: 12px 20px;
    position: relative;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.25px;
    color: #E6E8ED;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 28%);
    margin-top: -75px;
    font-family: 'SF Text Bold' !important;
}
.our-catalog-title picture img {
	width: 30px;
}
.catalog-gallery-carousel img {
    border-radius: 8px;
}
.btn-withoutbg {
    font-size: 26px;
    color: #131313;
    font-weight: bold;
    letter-spacing: -0.25px;
    font-family: 'SF Text Bold';
}
.arrow-color {
    filter: invert(1);
}
.btn-withoutbg:hover .arrow-color{
    filter: invert(60%) sepia(100%) saturate(2496%) hue-rotate(215deg) brightness(80%) contrast(101%);
}
.btn-withoutbg picture.arrow-color img {
	max-width: 30px;
}
.shore-testimonial-box p {
    font-size: 26px;
    color: #2B374D;
    line-height: 164%;
    letter-spacing: -0.15px;
    font-family: 'SF Text Regular';
}

.shore-testimonial-box h4 img {
    max-width: 44px;
}
.shore-testimonials-carousel:before {
    content: url(https://culturestudio.net/wp-content/uploads/2024/05/testimonial-quotes.png);
    position: absolute !important;
    left: -70px;
    top: -48px;
    z-index: 2;
}
.shore-testimonials-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: -400px;
}
.shore-testimonials-carousel .owl-next, .owl-prev {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
    color: #475570;
    border: 2px solid #475570;
}
.shore-testimonials-carousel .owl-prev {
   opacity: 30%; 
}
div#trustedBySlider {
    padding: 60px 0;
}
#trustedBySlider .owl-stage {
    display: flex;
    align-items: center;
}
.client-logo, picture.client-logo img  {
    width: auto !important;
}

.merch-culture-pod ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    justify-content: end;
}
.merch-culture-pod p {
    font-size: 20px;
    line-height: 149%;
    letter-spacing: -0.25px;
    max-width: 530px;
    font-family: 'SF Text Medium';
}
.podcast-player p {max-width:100%;}
.success-stories-cat {
    font-size: 18px;
    letter-spacing: 5px;
    color: #2B374D;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'SF Text Semi-Bold' !important;
}
.success-stories img {
    height: 256px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.success-stories-date {
    font-size: 16px;
    color: #2B374D;
    font-weight: 600;
    letter-spacing: -0.25px;
    margin-bottom: 5px;
	font-family: 'SF Display Semi-Bold' !important;
}
.success-stories-title {
    color: #131313;
    font-weight: 600;
    line-height: normal;
}

.pod-sec-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #131313 0%, transparent);
}
.pod-desc {
    margin-top: -55px;
    position: relative;
}


/*Nemo Page Css*/
.getting-started-section {
    position: relative;
    background-color: #131313;
    overflow: hidden; 
}

.getting-started-section::before {
    content: "";
    background: rgb(19 19 19 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2; 
}

.getting-started-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://culturestudio.net/wp-content/uploads/2024/05/getting-started-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(62px);
    z-index: 1; 
}

.getting-started-section > * {
    position: relative;
    z-index: 3; 
	color:#fff;
}
.getting-started-post a.btn-withoutbg img {
    margin-left: 10px;
}
.getting-started-col {
    border: 2px solid #8D9BB6;
    padding: 64px 32px 40px 32px;
    border-radius: 4px;
	flex-direction: column;
}
.getting-started-col .btn-withoutbg {
    color: #fff;
}
a.btn-withoutbg.more-adv-btn {
    color: #fff;
}
.more-adv-btn img.arrow-color, .more-adv-btn picture.arrow-color img {
    filter: none;
}
a.btn-withoutbg.more-adv-btn:hover {
    color: #0a58ca;
}
.gray-text {
    color: #979797;
    font-size: 35px;
    line-height: 144%;
    letter-spacing: 0.25px;
    max-width: 520px;
    font-family: 'SF Display Medium';
}

/*Footer Area Css*/
.footer_title {
    font-size: 56px;
    color: #fff;
    line-height: 1.9;
    font-weight: bold;
    font-family: 'SF Display Bold' !important;
}
.cs-footer li a, .cs-footer p a {
    font-family: 'SF Text Semi-Bold';
}
.newsletter_title {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-family: 'SF Display Bold' !important;
}

.cs-footer .footer-navigation-wrapper {
    column-count: 3;
}
.cs-footer .mc4wp-form-fields input[type="email"], .cs-footer .yikes-easy-mc-form input[type="email"] {
    background: rgb(255 255 255 / 28%);
    border-radius: 12px;
    color: #fff;
    font-family: 'SF Text Regular';
}
.cs-footer .mc4wp-form-fields input[type="email"]::placeholder, .cs-footer .yikes-easy-mc-form input[type="email"]::placeholder{color:#fff;	}
.cs-footer .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    border-radius: 12px;
    color: #F7F7F8 !important;
    border: 1px solid #FFFFFF47;
    line-height: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'SF Text Bold';
}
.cs-footer .menu-item a span {
    font-weight: 600;
    font-size: 16px;
}
.has-background-white .site .cs-footer .followus-sectionfooter a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #1575d5 !important;
}
/* Desgin Tool Landing Page CSS */
body.page-template-design-tool-page {
	overflow-x: hidden;
}
.cs-dt--sections {
	padding: 84px 0;
}
.cs-title-dt--h2 {	
	font-size: 64px;
	line-height: 1.2;
	font-family: 'SF Text Bold' !important;	
}
.cs-title-dt--h3 {
	font-size: 44px;    
    line-height: 1.2;
    letter-spacing: -0.02rem;    
    color: #000000;        
    font-family: 'SF Display Bold' !important;
	margin-bottom: 32px;
}
.cs-title-dt--h4 {
	color: #7C7C7C;
	font-size: 42px;
	font-family: 'SF Text Regular' !important;	
	margin-bottom: 48px;
}
.cs-title-dt--p p {
	font-size: 24px;    
    line-height: 1.6;
    letter-spacing: -0.02rem;   
    color: #7C7C7C;        
    font-family: 'SF Text Regular' !important;
	margin-bottom: 32px;
}
.thirdsection--row .cs-title-dt--p p {font-family: 'SF Text Medium' !important;}
.cs-right--padding {
	padding-right: 60px;
}
.cs-left--padding {
	padding-left: 60px;
}
.cs-design-tool-section {
	position: relative;
	padding: 180px 0 120px;
	background-color: #000000;
}
.cs-sub--heading {
	font-size: 32px;    
    line-height: 1.6;
    letter-spacing: -0.05rem;
    color: #fff;
    margin-bottom: 24px;    
	background: -webkit-linear-gradient(to right,  #12c399 0%,#5fa8ef 51%,#5fa8ef 100%);
    background: -moz-linear-gradient(to right,  #12c399 0%,#5fa8ef 51%,#5fa8ef 100%);
    background: -o-linear-gradient(to right,  #12c399 0%#5fa8ef 51%,#5fa8ef 100%);
    background: linear-gradient(to right,  #12c399 0%,#5fa8ef 51%,#5fa8ef 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.sfd-regular {
	font-family: 'SF Display Regular' !important;
}
.subheading-gradient {
    background: linear-gradient(to right, #12C399 0%, #5FA8EF 15%, #5FA8EF 100%);
    background-clip: text;
}
.cs--heading {
	font-size: 72px;    
    line-height: 1;
    letter-spacing: -0.05rem;    
    color: #fff;        
    font-family: 'SF Display Bold'!important;
}
.cs-design-tool-section p {
	font-size: 32px;    
    line-height: normal;
    letter-spacing: -0.02rem;   
    color: #BDBDBD;        
    font-family: 'SF Display Medium' !important;
	margin-bottom: 35px;
}
.cs-feature--list {
	list-style: none;
	padding-left:0;
	margin-bottom: 56px;
}
.cs-feature--list li {
	display: inline-block;
	vertical-align: top;
	font-size: 28px;    
    line-height: normal;
   letter-spacing: -0.02rem;   
    color: #BDBDBD;        
    font-family: 'SF Display Semi-Bold' !important;
	margin-right: 46px;
	margin-bottom: 10px;
}
.cs-feature--list li:last-child {
	margin-right: 0; 	
}
.cs-feature--list li:before {	  
   font-family: "FontAwesome";
   content: url('https://culturestudio.net/wp-content/uploads/2024/06/check-lg-icon-1.png');
   padding-right: 20px;
   vertical-align: middle;   	
}
.btn.btn-dark img {
	width: 24px;
	margin-right: 10px;
}
.dt-banner-image {
	position: absolute;
	right:0; 
	top:50%;	
	transform: translate(0px, -50%);
}
.dt-banner-image img {
	width:100%;
	max-width:480px;
} 
.dtlogo_slider {
	margin-top: 16px;
}
.dt-logo-section {
	margin-top: 64px
}
.cs-dt--sections.sixthsection-dt, .cs-dt--sections.seventhsection-dt {
	padding-left:12px;
	padding-right: 12px;
}
.sectionbg-color {
	width:100%;
	max-width: 1360px;
	border-radius: 13px;
	margin: 0 auto;
	padding: 96px 0 80px;
	text-align: center;
}
.seventhsection-dt .gray_wrapper_bg {
	width:100%;
	max-width: 1360px;	
	margin: 0 auto;
}
.dtlogo_slider .owl-stage {
    display: flex;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% / 6));
    }
}
.ls-0, .ls-0 li {letter-spacing: 0 !important;}
.dtlogo_slider img {
    height: 242px;
    max-width: 230px;
    object-fit: contain;
    object-position: center center;
}
/* Desgin Tool Landing Page CSS */


@media (min-width: 1680px) {	
	.dt-banner-image img { max-width: 540px; }
}
@media (min-width:1200px) and (max-width:1599px){
.cs-copyright a {padding: 0px 7px;font-size: 14px;}	
}
@media (min-width:1200px) and (max-width:1450px){
.shore-testimonials-carousel:before {
    left: -3%;
    transform: scale(0.8);
}
.bigtext {
    font-size: 94px;
}
div#our_catalog_gallery {
    padding: 0 15px;
}
hr.divider {
    max-width: calc(100% - 15px);
}
.main_wrapper {
    padding: 10px;
}
}
@media (max-width: 1300px) {	
	.cs-design-tool-col { padding-right: 15%; }
}
@media (min-width: 991px) {
    .primary-navigation>div>.menu-wrapper>li>.sub-menu {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .banner-heading {
        font-size: 64px;
        line-height: 73px;
    }

    .banner-section {
        padding: 220px 20px 100px 20px;
    }
}
@media(max-width: 1199px) {
    .cs-heading { font-size: 50px; line-height:58px; }
    .subheading { font-size: 18px; }
	.futures-section .col-md-6 {display: flex;}
    .futures-section h3, .cs-heading-secondary { font-size: 38px; }
    .futures-list li { font-size: 18px; }
    .btn-primary, .btn-dark { font-size: 15px; }
    .subheading {  font-size: 15px;  margin-bottom: 20px; }
    .cs-heading { font-size: 49px; }
    .shore-enterprise-section .container-fluid .row img { height: 400px; max-width:100%;}
    .our-catalog-title h6 { padding: 10px 15px; font-size: 16px; }
    .our-catalog-title h6 img { max-width: 25px !important; }
    .shore-testimonials-carousel:before { left: -20px; }
    .shore-testimonial-box p{ font-size: 20px; }
    .font-28 { font-size: 23px; }
    .shore-testimonial-box h4 img { max-width: 37px; }
    .bigtext {   font-size: 80px;  }
    .footer_title { font-size: 45px; }
	.pod-sec-shape .galler-items img { max-width: 100% !important;height: 100% !important;}
	.getting-started-col { padding: 50px 18px 40px 18px;}
	.font-42 {font-size: 34px;}
	.cs-dt--sections { padding: 72px 0; }
	.cs-title-dt--h2 { font-size: 54px; }
	.cs-title-dt--h3 { font-size: 38px; }	
	.cs-title-dt--h4 { font-size: 32px; }
	.cs-left--padding { padding-left: 12px; }
	.cs-right--padding { padding-right: 12px; }
	.cs-design-tool-col { padding-right: 15px; }
	img.cs-design-image, picture.cs-design-image img { max-width: 580px; }
	.cs-design-tool-section { padding: 120px 0 60px; }
	.dt-banner-image img { max-width: 370px; }
}
@media (max-width: 1024px) {	
	.cs-dt--sections { padding: 60px 0; }
	.cs-title-dt--h2 { font-size: 48px; }
	.cs-title-dt--h3 { font-size: 36px; }	
	.cs-title-dt--h4 { font-size: 28px; margin-bottom: 32px; }
	.cs-sub--heading, .cs-design-tool-section p { font-size: 32px; margin-bottom: 10px; }
	.cs--heading { font-size: 64px; line-height: 1.2; }
	.cs-feature--list { margin-bottom: 24px; }
}
@media (max-width: 1023px){
    .banner-heading { font-size: 50px;  line-height: 60px;  margin-bottom: 25px; }
    .btn-primary, .btn-dark { font-size: 15px; }
    .cs-heading { font-size: 45px; }
    .subheading { font-size: 16px; }
    .futures-section h3, .cs-heading-secondary { font-size: 32px; }
    .futures-list li { font-size: 17px; }
    .futures-section { padding-bottom: 50px; }
    .subheading {  font-size: 15px;  margin-bottom: 10px; }
    .cs-heading { font-size: 45px; }
    .shore-enterprise-section .container-fluid .row img { height: 300px; }
    .bigtext { font-size: 65px; }
    .our-catalog-title h6 { padding: 10px 15px; font-size: 16px; }
    li.cat-item:not(li.cat-item:last-child) { margin-right: 40px;  }
    .our-catalog-title h6 img { max-width: 25px !important; }
    .shore-testimonials-carousel:before { left: 0px; }
    .shore-testimonial-box p{ font-size: 20px; }
    .font-28 { font-size: 22px; }
    .shore-testimonial-box h4 img { max-width: 33px; }
    .success-stories-cat { font-size: 15px; letter-spacing: 3px; }
    .success-stories-date { font-size: 15px; }
    .success-stories-title { font-size: 20px; }
    .btn-withoutbg { font-size: 20px; }
    .footer_title { font-size: 45px; }
}
@media (max-width: 991px) {
    .cs-site-header .site-logo .custom-logo {
        float: right;
    }

    .banner-heading {
        font-size: 60px;
        line-height: 68px;
        margin-bottom: 45px;
        max-width: 660px;
    }
    .subheading {
        letter-spacing: 2px;
    }
    .cs-heading {
        font-size: 42px;
        line-height: 52px;
    }
    .cs-shore-section {
        padding-top: 50px;
    }
    .futures-section h3, .cs-heading-secondary {
        font-size: 32px; 
    }
    .futures-section .shore_features_col {
        padding: 40px 15px 50px 15px;
        border-radius: 4px;
    }
    .futures-list li {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .futures-list .shore-icon-image {
        margin-right: 0px;
    }
    .futures-section {
        padding-bottom: 60px;
    }
	.mainsite-footer .footer-navigation-wrapper li a {
   		 font-size: 14px;
	}
	.shore-testimonials-carousel .owl-nav {right: -210px;}
}

@media (max-width: 900px) {
    .banner-video {
        width: auto;
    }
}
@media (min-width: 768px) and (max-width:1400px){
.cs-footer .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {font-size: 14px;}	
}
@media (max-width: 767px) {
    .banner-section {
        min-height: 95vh;
    }
    .banner-heading {
        font-size: 48px;
        line-height: 1.1;
    }
    .cs-heading {
        font-size: 32px !important;
        line-height: 120%;
        letter-spacing: -0.4px;
    }
    .subheading {
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .futures-section h3, .cs-heading-secondary {
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.4px;    
    }
    .banner-section .btn-primary,
    .banner-section .cs-btn-primary,
    .banner-section .btn-dark,
    .banner-section .cs-btn-dark {
        display: block;
        margin: 0;
    }

    .banner-section .btn-primary {
        margin-bottom: 20px;
    }
    .main_wrapper {
        padding: 7px;
    }
    .cs-shore-section {
        padding-top: 35px;
    }

    .video-popup .container {
        padding-bottom: 50px;
    }
    
    img[alt="cs-video-icon"] {
        max-width: 65px;
    }
    .futures-list li {
        font-size: 16px;
        margin-bottom: 19px;
    }
    .futures-list .shore-icon-image {
        margin-right: 8px;
    }
    .merch-culture-pod ul {justify-content: center; margin: 30px 0; padding-left: 0;}
    .success-stories-post {padding-bottom: 20px;}
    .mainsite-footer .footer-navigation-wrapper li {text-align: left;}
	.mainsite-footer #new-products-form-1 {display:flex;}
	#myTabContent .col-md-3.col-sm-6.col-xm-12 {margin-bottom: 25px;}
	.btn-primary, .btn-dark {font-size: 18px;}
	.shore-testimonials-carousel .owl-nav {right: 0;top: 85%;transform: scale(0.8);}
	.row.gallery-1.pod-sec-shape {margin-top: 0;}
	.cs-dt--sections { padding: 40px 0; }
	.cs-title-dt--h3 { font-size: 32px; margin-bottom: 24px; }
	.cs-title-dt--h2 { font-size: 44px; }
	.cs-title-dt--h4 { font-size: 24px; }
	img.cs-dt--img picture.cs-dt--img img { margin-bottom: 24px; max-width: 480px; }
	.cs-title-dt--p p { font-size: 24px; margin-bottom: 24px; }
	.cs-sub--heading, .cs-design-tool-section p, .cs-feature--list li { font-size: 24px; }
	.cs--heading { font-size: 48px; }
	.cs-design-tool-col { padding-right: 15px; }
	.sectionbg-color { padding: 60px 0;}
	.expect-text h2 {line-height: 46px;}
	.expect-text p {font-size: 25px; line-height: 40.3px;}
	li.cat-item:not(li.cat-item:last-child) { margin-right: 15px;}
	.cat-link {font-size: 22px;}
}

@media (max-width: 480px) {
    .banner-section {min-height: 65vh;}    
    hr.divider {max-width: calc(100% - 28px);}
	.btn-primary, .btn-dark, .shore-enterprise-section .btn-primary {font-size: 16px;}
    .futures-list .shore-icon-image {width: 36px;}
    .owl-carousel .owl-stage-outer {margin-bottom: 9px}
    .cs-shore-section .container-fluid .gallery-1 {margin-bottom: 0px}
    .cs-shore-section .container-fluid .galler-items {margin-bottom: 10px;} 
    .bigtext {font-size: 56px; line-height: 100%; margin-bottom: 40px}
    .cat-link {font-size: 18px;}
    li.cat-item:not(li.cat-item:last-child) {margin-bottom: 10px;}
    .cs-shore-section .tab-pane .col-xm-12 {width: 50%; display: inline-block; margin-bottom: 10px;}
    .cs-shore-section .tab-pane .our-catalog-title h6 {font-size: 12px; padding: 5px 18px; margin-top: -40px;}
    .cs-shore-section .tab-pane .our-catalog-title h6 img {max-width: 20px; margin-left: 5px;}
    .cs-shore-section .row.py-5 {padding-bottom: 0px;}
    .btn-withoutbg {font-size: 18px;}
    .btn-withoutbg img {max-width: 24px; margin-left: 5px}
    .shore-testimonials-carousel::before {left: 10px; top: -24px;}
    .shore-testimonial-box p {font-size: 18px;}
    .shore-testimonials h3 {margin-bottom: 15px !important;}
    .footer_title {font-size: 38px !important;line-height: 1;margin-bottom: 30px;}
	.cs-footer-social {margin-top: 30px !important;}
	.footer-bottommargin {text-align: left;}
	.shore-testimonials-carousel .owl-nav { top: 98%;transform: scale(0.7);}
	.client-logo { max-width: 125px !important;}
	.cs-footer .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {font-size: 14px;}
	.cs-footer .footer-navigation-wrapper {column-count: 2;}
	.newsletter_title { font-size: 32px;}
	.btn-main a.btn {margin-bottom: 20px; margin-left: 0;}
	.cs-feature--list { max-width: 200px; text-align: left; margin: 0 auto 24px; }
	.cs-feature--list li { margin-right: 0; }
}
/* New Home Page */
.cs-banner-v2 { min-height: 800px; background-color: #000000; }
        .cs-banner-bg-carousel-v2 { min-height: 800px;  width: 100%; float: none; background-position: center center; background-repeat: no-repeat; background-size:cover; }

        .cs-banner-img-v2 { position: relative; }
        .cs-banner-img-v2 img { object-fit: cover; object-position: center; }
        #cs_banner_bg_v2_2 .cs-banner-img-v2 img { object-position: left bottom; }
        .cs-banner-1720-v2 { width: 100%; max-width: 1680px; margin: 0 auto; position: absolute; top: 0;    bottom: 0; left: 0; right: 0; z-index:9; }
        
        .cs-banner-button-v2 { position: absolute; bottom:60px; right: 20px;}
        .cs-shore-section-v2 .video_col img { filter: grayscale(100%); border-radius: 4px; }
        .cs-shore-section-v2 #shoreVideoModal .modal-content { max-width: 100%;  }

        @media (min-width: 1920px){
            .cs-banner-v2 { min-height: 1180px; }            
            .cs-banner-bg-carousel-v2 { min-height: 1180px; }        
        }
        @media (max-width: 1360px){
            .cs-banner-v2 { min-height: 780px; }            
            .cs-banner-bg-carousel-v2 { min-height: 780px; }        
        }
        @media (max-width: 1280px){
            .cs-banner-v2 { min-height: 680px; }
            .cs-banner-bg-carousel-v2 { min-height: 680px; }        
        }
        @media (max-width: 1100px){
            .cs-banner-v2 { min-height: 580px; }
            .cs-banner-bg-carousel-v2 { min-height: 580px; }        
        }
        @media (max-width: 1024px){
            .cs-banner-v2 { min-height: 768px; }
            .cs-banner-bg-carousel-v2 { min-height: 768px; }   
        }
        @media (max-width: 767px) {
            .cs-banner-v2 { min-height: 600px; }
            .cs-banner-bg-carousel-v2 { min-height: 600px; }   
        }
        @media (max-width: 480px) {            
            .cs-banner-v2 .owl-carousel .owl-stage-outer { margin-bottom:0 !important; }
            .cs-banner-button-v2 { bottom:20px; right: 20px;}
            .cs-banner-v2 .btn-primary, .btn-dark { padding: 10px 22px; font-size: 15px; }            
        }