/** Shopify CDN: Minification failed

Line 102:0 Unexpected "{"
Line 102:1 Expected identifier but found "%"
Line 103:0 Unexpected "<"
Line 104:20 Unexpected "{"
Line 104:29 Expected ":"
Line 105:14 Expected identifier but found whitespace
Line 105:16 Unexpected "{"
Line 105:25 Expected ":"
Line 105:65 Expected ":"
Line 109:22 Unexpected "{"
... and 8 more hidden warnings

**/
body.template-index {
    background-color: rgb(253 184 19 / 0%) !important;
    background-image: url(/cdn/shop/files/Mask_group_1.png?v=1764332072) !important;
    background-repeat: repeat !important;
}
.template-page-about .content-for-layout {
    flex: none;
    height: fit-content;
}
.template-cart {
    background: #f5f5f5;
}
.template-cart .action__cart {
    padding: 0 30px;
    background: #000;
    color: #fff;
    border-radius: 30px;
}

.cart-bubble__background {
    background: #fdb813 !important;
}
button.account-button.header-actions__action {
    display: none;
}
.header__row{
    padding-bottom:30px;
}
.header__row:after {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Vector_3_1.png?v=1764755005);
    width: 100%;
    height: 100%;
    bottom: -115px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.header__columns.spacing-style {
    display: flex;
    justify-content: space-between;
}
.header__column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__column{
    width: 33.33%;
}
span.svg-wrapper {
    width: 100%!important;
    gap: 7px;
}
cart-drawer-component.cart-drawer {
    padding: 0 30px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: center;
}
header-menu {
    width: 70%!important;
    padding-right: 30px;
}
.header__column.header__column--left {
    width: 60%;
}
.header__column.header__column--right {
    width: 40%;
}
h2.dynamic-logo-heading {
    font-weight: 700;
}
li.menu-list__list-item a {
    font-size: 20px !important;
}
  @media (max-width: 1199px) {
    .header__column.header__column--left {
    width: 50%;
}
  }
{% if section.settings.heading_text != blank %}
<style>
  #shopify-section-{{ section.id }} .dynamic-logo-heading {
    font-size: {{ section.settings.heading_font_size_desktop }}px;
  }

  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} .dynamic-logo-heading {
      font-size: {{ section.settings.heading_font_size_mobile }}px;
    }
    .header__columns.spacing-style {
    padding: 20px;
}
.header-actions__action {
    --button-color: transparant;
    font-size: 12px;
}
cart-drawer-component.cart-drawer {
    padding: 0 10px;
}
.header-actions__action.button-unstyled {
    background-color: rgb(0 0 0 / 0%);
}
.cart-text{
    display:none;
}
.header__row:after{
    bottom: -110px;
}
h2.dynamic-logo-heading img {
    width: 70%;
    margin: auto;
}
  }
</style>
{% endif %}


/* Kick start section 1st*/
.kickstarter-section {
    background: #fff;padding-left:20px;padding-right:20px;
    position: relative;
}
.kick-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  gap: 20px;
}
.kickstarter-section .section-heading {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.kickstarter-section .main-text {
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.kickstarter-section .highlight {
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}
.kickstarter-section .inline-img {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
}
.main-text p {
    margin-bottom: 0 !important;
}
.main-text strong {
    border-bottom: 4px solid  #000;
    margin-bottom: 10px;
    display: inline-block;
}
.kickstarter-section .sub-text, .kickstarter-section .shipping-text {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.kickstarter-section .sub-text strong{
    border-bottom: 4px solid  #000;
}
.kickstarter-section .cta-button-kick {
    text-align: center;
    margin-top: 30px;
}
.kickstarter-section .cta-btn {
    margin-top: 18px;
    display: inline-block;
    padding: 10px 22px;
    background: #000;
    color: #fdb813;
    font-size: 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}
.kickstarter-section .right-logo {
    position: absolute;
    right: 10%;
    bottom: -7%;
}

.kickstarter-section .right-logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 1199px) {
    .kickstarter-section .inline-img
}

@media (max-width: 768px) {
  .kickstarter-section .kick-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .kickstarter-section .right-logo img {
    margin-top: 20px;
  }
  .main-text strong {
    margin-bottom: 5px;
}
}


 
/* Full width section 2st*/
.full-width-image-section {
    width: 100%;
    margin-top: -5px;
}s
.full-width-image-wrapper {
  width: 100%;
  overflow: hidden;
}
.full-width-image {
  display: block;
}



/* Cinema Section 3rd */
.cinema-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.cinema-section .heading {
    max-width: 1650px;
    margin: 0 auto 50px;
    font-size: 64px;
    line-height: 1.4;
    font-weight: 700;
}
.cinema-section .center-img {
    width: 100%;
    margin: 40px auto;
    display: block;
    max-width: 70%;
}

.cinema-section .labels-container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
 .label-box.lable-right {
    top: 25%;
    transform: rotate(15deg);
}
.label-box.lable-right {
    top: 25%;
    transform: rotate(15deg);
    right: 40px;
}
.label-box.lable-left:after {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Group_4.png?v=1764333325);
    width: 226px;
    height: 180px;
    background-repeat: no-repeat;
    top: 130%;
    transform: rotate(45deg);
    left: 10%;
    background-size: contain;
    margin: auto;
}
.label-box.lable-right:after {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/Group_3.png?v=1764333326);
    width: 155px;
    height: 198px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 120%;
    right: 40%;
}
 
.cinema-section .label-box:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/Group_2_1.png?v=1764332660);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    inset: 0;
    margin: auto;
}
.label-box.lable-left {
    transform: rotate(-30deg);
    top: 28%;
    left: 15%;
}
.cinema-section .label-box {
    padding: 15px 50px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    font-size: 50px;
    box-shadow: -1px 19px 7.2px rgba(0, 0, 0, 0.35);
    position: relative;
}


/* Custom Feature Blocks 4th */

.cinema-multi-section {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  position: relative;
}

.cinema-block {
    position: relative;
    margin: 0px auto;
    max-width: 1610px;
}

.cinema-block-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cinema-block.right .cinema-block-inner {
  flex-direction: row-reverse;
}

.cinema-block-img {
  max-width: 900px;
}


.cinema-block.left .cinema-block-title {
  left: 0;
}
.cinema-block.left .cinema-block-title {
    position: absolute;
    background: url(/cdn/shop/files/Group_2_1.png?v=1764332660);
    transform: rotate(
11deg);
    padding: 30px 80px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 99999999;
    right: 0;
    max-width: 580px;
    left: 45% !important;
    top: 0;
    height: 200px;
}
.cinema-block.left .cinema-block-title:after {
    position: absolute;
    content: '';
    background: url(/cdn/shop/files/Vector_1.png?v=1764335773);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    left: -50px;
    top: 44%;
}
.cinema-block.right .cinema-block-title {
    right: unset !important;
    left: 20% !important;
    margin: 0 !important;
    bottom: 0 !important;
    top: 200px !important;
}
 
.cinema-block.right .cinema-block-title {
    position: relative;
    transform: rotate(
-9deg);
    padding: 30px 60px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    width: max-content;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
}
.cinema-block.right .cinema-block-title:before {
    content: '';
    position: absolute;
    background-image: url(/cdn/shop/files/New_Project_3.png?v=1764569771);
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    inset: 0;
    margin: auto;
}
.cinema-block.right  .cinema-block-title:after {
    position: absolute;
    content: '';
    background: url(/cdn/shop/files/Group_5.png?v=1764335985);
    width: 282px;
    height: 249px;
    background-repeat: no-repeat;
    left: 130px;
    right: 0;
    margin: 0 auto;
    top: 75%;
    background-size: 80%;
}
@media(max-width: 768px) {
  .cinema-block-inner {
    flex-direction: column !important;
  }
  .cinema-block-title {
    position: relative;
    top: -10px;
    left: 0 !important;
    right: 0 !important;
    display: inline-block;
    margin-bottom: 20px;
  }
}


/* Cinema Feature Block BG 5th */
@media only screen and (max-width: 1600px) {

.kickstarter-section .right-logo img {
    width: 160px;
}

}



@media only screen and (max-width: 1500px) {
    .cinema-section .heading {
   
    margin: 0 auto 150px;
    font-size: 50px;
    line-height: 55px;
}
.label-box.lable-right:after {
  
    width: 135px;
    height: 165px;
    background-size: 90%;
    top: 110%;
    right: 40%;
}
.label-box.lable-left {

    top: 0;
    left: 30px;
}
.label-box.lable-right {
    right: 0;
}
.cinema-block-bg.left .cinema-block-title {
    padding: 0 40px !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
      top: 160% !important;
    width: 240px !important;
    height: 240px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 240px !important;
    height: 240px !important;
}
}
@media only screen and (max-width: 1200px) {
.cinema-block-bg .cinema-block-title {
    font-size: 40px !important;
    line-height: 45px !important;
}
.cinema-section .heading {
    margin: 0 auto 110px;
    font-size: 50px;line-height: 54px;
 
}
.cinema-section .label-box {
    font-size: 40px;line-height: 45px;
 }
 .kickstarter-section .main-text {
    font-size: 40px;
    line-height: 45px;
 }
 .kickstarter-section .right-logo img {
    width: 140px;
 }
#shopify-section-template--25640419918191__section_7YQJzB h3 {
    font-size: 50px !important;
    line-height: 60px !important;
    padding-bottom: 0 !important;
}
.cinema-block.left .cinema-block-title {
    font-size: 40px;
    line-height: 40px;
    height: 180px;
    display: flex;
    align-items: center;
    background-size: 90%;
    left: unset !important;
    right: 0;
    top: 0 !important;
}
.cinema-block.left .cinema-block-title:after {
    
    left: 10px;
    top: 56%;
    background-size: 80%;
}
.cinema-block.right .cinema-block-title {
    right: unset !important;
    left: 0 !important;  font-size: 40px !important;
    line-height: 45px !important;
    top: 120px !important;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title {
    right: unset !important;
    left: 10% !important;
    top: 6% !important;    width: 50% !important;
}
.cinema-block.right .cinema-block-title:before {
  
    height: 120px;
 
}

}

@media only screen and (max-width: 1024px) {

body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    right: 13% !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
    top: 160% !important;
    width: 160px !important;
    height: 160px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 160px !important;
    height: 160px !important;
    left: 0;
    right: unset;
}
.cinema-section .heading {
    font-size: 40px;
    line-height: 45px;
}
#shopify-section-template--25640419918191__section_7YQJzB h3 {
    font-size: 40px !important;
    line-height: 45px !important;
    padding-bottom: 0 !important;
}
#shopify-section-template--25640419918191__section_7YQJzB p {
    
    font-size: 25px !important;
    line-height: 30px !important;
}
.cinema-multi-section .cinema-block.left img.cinema-block-img {
    margin-top: 70px;
}
}

@media only screen and (max-width: 768px) {

.label-box.lable-left:after {
   
    width: 140px;
    height: 140px;
   
    top: 140%;
  
    left: 10%;
    background-size: 100%;

}
.label-box.lable-right:after {
    width: 85px;
    height: 85px;
    background-size: 70%;
    top: 90%;
    right: 30%;
}
.cinema-block-bg.left .cinema-block-title {
    width: 80% !important;
 }
 .cinema-multi-section-bg .cinema-block-inner{ width: 100% !important;}
 .cinema-block-bg.left .cinema-block-title {
    margin-top: 70px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    right: 0 !important;
    position: relative;
    top: 0 !important;
    margin-top: 140px !important;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title {
    right: unset !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    width: 70% !important;
    margin: auto;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 160px !important;
    height: 160px !important;
    left: 0 !important;
    margin: 0 auto !important;
    top: 100px;
    right: unset;
}
.cinema-block.right .cinema-block-title {
    right: unset !important;
    left: 0 !important;
    font-size: 40px !important;
    line-height: 45px !important;
    top: 0 !important;
    position: relative !important;
    margin-top: 70px !important;
}
.cinema-block.right  .cinema-block-title:after {
    width: 182px;
    height: 149px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 75%;
    background-size: 80%;
}
.cinema-block-bg.block1 .cinema-block-title:after {
    width: 105px;
    height: 105px;
     top: 100%;
    z-index: 2;
}
.featured-product-section .fp-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;padding-bottom:40px;
}
section.featured-product-section {
    margin-top: -30% !important;
    position: relative;
    padding: 160px 0 0 0 !important;
}
.kickstarter-section .inline-img {
    height: max-content;
}
}
@media only screen and (max-width: 767px) {
.cinema-block-img-bg {
    max-width: 100%;
    width: 100%;
}
  .kickstarter-section .sub-text, .kickstarter-section .shipping-text {
    font-size: 18px;
    line-height: 22px;
}
.featured-product-section .fp-wrapper {
    padding-top:0px;
    gap:0;
}
.cinema-block.left .cinema-block-title {
    position: relative !important;
    transform: unset !important;
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 80%;
    background-size: 50%;
    height: auto;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px !important;
    background-position: center;
    top: 150px!important;
    left: 180px  !IMPORTANT;
    transform: rotate(
10deg) !important;
    height: 100%;
    padding: 50px 20% !important;
}
.cinema-block.left .cinema-block-title:after {
    left: 0px;
    top: 53%;
    background-size: 100%;
    width: 70px;
    height: 90px;
    right: 140px;
    margin: auto;
}
.cinema-multi-section .cinema-block.left img.cinema-block-img {
    margin-top: auto;
    width: 100%;
}
.cinema-block-inner {
    width: 100%;
}

.cinema-block.right .cinema-block-title {
    right: unset !important;
    left: 13% !important;
    font-size: 20px !important;
    line-height: 26px !important;
    top: 0 !important;
    margin-top: 80px !important;
    transform: unset;
    margin-bottom: 50px !important;
    width: 310px;
    transform: rotate(
346deg);
    float: left;
    padding: 14px 30px;
    position: absolute;
    top: 140px !important;
}
.cinema-block.right .cinema-block-title:before {
    height: 69px;
}
.cinema-block.right  .cinema-block-title:after {
    width: 80px;
    height: 80px;
    left: 55px;
    right: 0;
    margin: 0 auto;
    top: 79%;
    background-size: 74%;
}
.cinema-block-bg .cinema-block-title {
    font-size: 30px !important;
    line-height: 35px !important;
    transform: unset !important;

    margin-bottom: 60px;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
}
body .cinema-block-bg.left .cinema-block-title {
    bottom: 0 !important;
    margin: 0 auto;
    top: 40px !important;
    margin-bottom: 0px;
    position: relative;
    transform: rotate(
328deg) !important;
    margin-top: 110px !important;
    font-size: 20px !important;
    width: 100% !important;
    max-width: 320px !important;
    line-height: 26px !important;
    left: -80px !important;
}
.cinema-block-bg.block1 .cinema-block-title:after {
    width: 65px !important;
    height: 75px !important;
    background-size: 70% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 98% !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    right: 0 !important;
    position: relative;
    top: 100px !important;
    float: inline-end;
    text-align: center;
    width: -webkit-fill-available !important;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 290px !important;
    transform: rotate(
6deg) !important;
    left: -130px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title::before {
    height: 110px !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
    top: 220% !important;
    width: 90px !important;
    height: 90px !important;
}


.cinema-multi-section-bg .cinema-block-bg.block3.right {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-inner img {
    margin-right: 0 !important;
    float: right;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-inner {
    width: auto !important;
    float: right;
    display: inline-table;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title {
    font-size: 20px !important;
    max-width: 300px !IMPORTANT;
    width: 100% !important;
    padding: 0 !important;
    top: 70px !important;
    transform: rotate(
356deg) !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 90px !important;
    height: 90px !important;
    left: 40px !important;
    margin: 0 auto !important;
    top: 70px;
    right: unset;
}
section.featured-product-section {
    margin-top: -24% !important;
 }
.cinema-section .label-box {
    font-size: 30px;
    line-height: 35px;
    width: fit-content;
}
.cinema-section .center-img {
    width: 100%;
    max-width: 100%;
}
.kickstarter-section .main-text {
    font-size: 25px;
    line-height: 35px;
}
#shopify-section-template--25640419918191__section_7YQJzB h3 {
    font-size: 30px !important;
    line-height: 35px !important;
    padding-bottom: 0 !important;
}
.cinema-section .heading {
    font-size: 30px;
    line-height: 35px;
}
.cinema-block-inner img {
    width: 400px;
    max-width: 100%;
}
.cinema-block.right .cinema-block-inner img.cinema-block-img {
    margin-right: 50px;
    margin-left: auto;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left  .cinema-block-inner img {
    margin-left: 0 !important;
    float: left;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-inner {
    width: auto !important;
    float: left;
}
   .cinema-multi-section {
    overflow: hidden;
}
.cinema-multi-section .cinema-block.left .cinema-block-inner img.cinema-block-img {
    width: 100%;
    max-width: 400px;
}
}
@media only screen and (max-width: 575px) {

.kickstarter-section .right-logo {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dynamic-logo-heading {
    font-size: 14px !important;
}
.cinema-block-bg .cinema-block-title::before {
    width: 100% !important;
    height: 100px !important;
   
}

.cinema-section .labels-container {
 
    gap: 30px;
}
.cinema-section .label-box {
    width: fit-content;
    margin: 0 auto;
    padding: 17px 14px;
    font-size: 21px !important;
    width: 100%;
    line-height: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.label-box.lable-left:after {
    width: 70px;
    height: 70px;
    top: 110%;
    left: 10%;
    background-size: 100%;
}
.label-box.lable-right:after {
    width: 75px;
    height: 75px;
    background-size: 70%;
    top: 90%;
    right: 30%;
}
.cinema-block-bg.left .cinema-block-title {
    width: 100% !important;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title {
    width: 100% !important;
    margin-left: 0;
    left: 50px !important;
    transform: rotate(
344deg) !important;
}
   body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 120px !important;
    height: 120px !important;
   
}
section.featured-product-section {
    margin-top: -31% !important;
    position: relative;
    padding: 240px 0 0 0 !important;
}
.cinema-block.left .cinema-block-title {
    padding: 29px 52px !important;
    font-size: 18px !important;
    max-width: 60%;
    left: unset !important;
    background-size: 89%;
    top: 120px !important;
    right: 0px !important;
    margin-right: 0 !important;
}
.cinema-block.left .cinema-block-title:after {
    left: 0;
    top: 67%;
    background-size: 100%;
    width: 50px;
    height: 50px;
    right: 170px;
    margin: auto;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
  
    width: 130px !important;
    height: 130px !important;
}
.cinema-block-inner img {
    width: 280px !important;
    max-width: 100%;
}
.cinema-multi-section .cinema-block.left .cinema-block-inner img.cinema-block-img {
    width: 100%;
    max-width: 280px !important;
}
.cinema-multi-section .cinema-block-inner {
    width: fit-content;
}
.cinema-block.right .cinema-block-title {
    right: unset !important;
    left: 13% !important;
    font-size: 18px !important;
    line-height: 25px !important;
    top: 0 !important;
    margin-top: 80px !important;
    transform: unset;
    margin-bottom: 50px !important;
    width: 240px;
    transform: rotate(
346deg);
    float: left;
    padding: 14px 19px;
    position: absolute;
    top: -60px !important;
}
.cinema-multi-section .cinema-block.right {
    margin-top: 50px !important;
}
.cinema-block.right  .cinema-block-title:after {
    width: 70px;
    height: 70px;
    left: 105px;
    right: 0;
    margin: 0 auto;
    top: 79%;
    background-size: 103%;
}
body .cinema-block-bg.left .cinema-block-title {
    bottom: 0 !important;
    margin: 0 auto;
    top: -20px !important;
    margin-bottom: 0px;
    position: relative;
    transform: rotate(
328deg) !important;
    margin-top: 110px !important;
    font-size: 18px !important;
    width: 100% !important;
    max-width: 300px !important;
    line-height: 26px !important;
    left: -20px !important;
    line-height: 22px !important;
}
.cinema-block-bg.block1 .cinema-block-title:after {
    left: -130px !important;top:40px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    left: -20px !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
    width: 65px !important;        right: 60% !important;
    height: 75px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 60px !important;
    height: 75px !important;
    left: 30% !important;
}
}
@media only screen and (max-width: 430px) {
    .cinema-block.left .cinema-block-title {
    padding: 21px 52px !important;
    max-width: 73%;
    left: unset !important;
    background-size: 89%;
    top: 97px !important;
    right: 0px !important;
    margin-right: 0 !important;
}

body .cinema-block-bg.left .cinema-block-title {
    padding: 20px 10px !important;
    height: 100%;
}
.cinema-block-bg.block1 .cinema-block-title:after {
    top: 100px !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
    width: 65px !important;
    height: 75px !important;
    top: 60px !important;
    right: 50px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 60px !important;
    height: 75px !important;
    top: 50px;
    left: 20px !important;
}
section.featured-product-section {
    margin-top: -41% !important;
    padding: 200px 0 0 0 !important;
}
.cinema-block.right .cinema-block-title {
    position: relative;
    transform: rotate(
-9deg);
    padding: 19px 20px;
    margin-bottom: 0 !important;
    top: 58px !important;
    left: 0 !important;
    margin-top: 0 !important;
}
.cinema-block.right  .cinema-block-title:after {
    left: 0;
 }
.strip-menu {
    gap: 10px !important;
}
.kickstarter-section .cta-btn {
    font-size: 16px !important;
}
.cinema-multi-section .cinema-block-inner {
    width: 100%;
}
.cinema-block.right .cinema-block-inner img.cinema-block-img {
    margin-right: 0;
    margin-left: auto;
}
body .cinema-block-bg.left .cinema-block-title {

    top: 0px !important;
   
}
.cinema-block-bg.block1 .cinema-block-title:after {
    top: 60px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    left: unset !important;
    right: 0 !important;
    width: 210px !important;
}
.cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title {
    margin-left: 0;
    left: 0 !important;
    transform: rotate(
348deg) !important;
    width: 260px !important;
}
}

@media only screen and (max-width: 400px) {

  
.cinema-block.right .cinema-block-title:before {
    height: 100% !important;
}
section.featured-product-section {
    margin-top: -60% !important;
    padding: 246px 0 0 0 !important;
}
}
/* @media only screen and (max-width: 820px) {
.cinema-block.right .cinema-block-title {
   
    top: 39px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block2.left .cinema-block-title {
    right: 0 !important;
    top: 0 !important;
    width: 45%;
}
} */




@media only screen and (max-width: 390px) {

section.featured-product-section {
    margin-top: -46% !important;
  
}

}

@media only screen and (max-width: 400px) {
section.featured-product-section {
    margin-top: -44% !important;
}
body .cinema-block-bg.block2 .cinema-block-title:after {
 
    top: 60px !important;
}
body .cinema-multi-section-bg .cinema-block-bg.block3.right .cinema-block-title::after {
    width: 60px !important;
    height: 67px !important;
}
.cinema-block.left .cinema-block-title {
    padding: 21px 40px !important;
    max-width: 73%;
    left: unset !important;
    background-size: 89%;
    top: 97px !important;
    right: 0px !important;
    margin-right: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.cinema-block.right .cinema-block-title {
    top: 41px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.cinema-multi-section .cinema-block.left .cinema-block-inner img.cinema-block-img {
    max-width: 250px !important;
}
.cinema-block-inner img {
    width: 250px !important;
}
}
@media only screen and (max-width: 360px) {
section.featured-product-section {
    margin-top: -48% !important;
}
}
