/* Coded by Lorenzo Bocchi ~ www.be.net/LorenzoBocchi */
/* Designed by CSS Design Awards ~ www.cssdesignawards.com */

/* purple: #673AB7 */
/* light: #EDEDED */
/* black: #000000 */

/*#masthead div .col-lg-8.right-side-menu {
  text-align: right;
  justify-content: flex-end;
  display: inline-flex;
}
.main-navigation {
  display: inline-block;
}*/





/* ARRROW NEW ANIMATION = 2025 */


   /* Normal state animation */
   .arrow-normal .st0 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 1s ease-out forwards;
  }

  /* Hover state animation */
  .arrow-hover .st0 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw-hover 1s ease-out forwards;
  }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw-hover {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

/*PROSORINO VIDEO ARXIKI*/


.homepage-draft-02 #landing-video-section{display:block;}
.homepage-draft-02 #home-mobile-video{display:none !important;}


@media(max-width:1200px){
    div#animated-logo{display:none !important;}
}

@media(max-width:650px){
    .homepage-draft-02 #landing-video-section{display:none;}
    .homepage-draft-02 #home-mobile-video{display:block !important;}
}
/*#landing-video-section .custom-home{*/
/*    height:400px;*/
/*}*/
/*#landing-video-section {}*/
/*#landing-video-section .custom-home video{*/
/*    height:400px;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/






/*@media(max-width:1200px){*/
/*  div#animated-logo{display:none !important;}*/
/*}*/
/*@media(max-width:670px){*/
/*        .custom-home {*/
/*        background: red;*/
        /*height: 400px;*/
/*        }*/
/*        .custom-home video{*/
/*            height:100% !important;*/
/*            object-fit:cover !important;*/
/*            object-position:center !important;*/
/*        }*/
/*}*/

/*_____________________*/







#site-navigation {
  position: relative;
  z-index: 1;
}
#masthead div.menu-language-switcher-container {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
}
#language-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#language-menu li {
  display: inline-block;
  float: left;
  font-family: var(--main-font) !important;
  font-size: 19px;
  letter-spacing: -0.38px;
  line-height: 22px;
  position: relative;
}
#language-menu li a {
  color: #000000;
  position: relative;
  z-index: 20;
}
.contact #language-menu li a {
  color: #ffffff;
}
.contact #language-menu li:after {
  color: #ffffff;
}
#language-menu li.wpml-ls-current-language a {
  color: #ffffff;
}
#language-menu li:first-child {
  padding-right: 9px;
}
#language-menu li:last-child {
  padding-right: 2px;
}
#language-menu li:first-child:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}
#language-menu li:last-child:after {
  content: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  padding-right: 110px;
}

.scrolledHeader #language-menu li.wpml-ls-current-language a {
  color: var(--color-red);
}

#hyperbranding-desktop-top-block .textDescriptionContent {
  max-width: 1100px;
}




.europa-element #masthead ul li a {
    filter: invert(11%) sepia(98%) saturate(7500%) hue-rotate(0deg) brightness(97%) contrast(114%) !important;
}
.europa-element #main_logo {
  background:  url('./images/LOGO-MENU-RED.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.europa-element #language-menu a{color:var(--color-red) !important; }


img:not([src]) {
  visibility: hidden;
}


#main_logo_white {
  display: none;
}
.ava2022 {
  transition: all 0.3s ease;
  z-index: 10; 
}
.ava2022.hide {
  transform: translateY(-55%) !important;
  opacity: 0;
  z-index: -1; 
}


#badge-wrapper {
  position: absolute;
  bottom: 280px;
  right: 280px;
  z-index: 3;
  display: inline-block;

}
#cssda-badge{
  /* monogram position here */
  /*position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);*/
  /* ––– */
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #EDEDED;
  -webkit-transition: all .25s cubic-bezier(.615,.19,.305,.91);
  -moz-transition: all .25s cubic-bezier(.615,.19,.305,.91);
  transition: all .25s cubic-bezier(.615,.19,.305,.91);
  cursor: pointer;
}
#cssda-badge:hover{
  -webkit-animation: bounce .75s linear both;
  -moz-animation: bounce .75s linear both;
  animation: bounce .75s linear both;
  background: #673AB7;
}
#cssda-badge svg {
  position: absolute;
  width: 90px;
  height: 90px;
  fill: #000000;
}
#cssda-badge:hover svg{
  fill: #EDEDED;
}
.cssda-badge-content{
  position: absolute;
  width: 90px;
  height:  90px;
  -webkit-transition: all .12s cubic-bezier(.615,.19,.305,.91);
  -moz-transition: all .12s cubic-bezier(.615,.19,.305,.91);
  transition: all .12s cubic-bezier(.615,.19,.305,.91);
}
#cssda-badge:hover .cssda-badge-content{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
#cssda-badge:hover #cssda-badge-logo{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 700px) {
  #cssda-badge{
    /* monogram responsive position here */
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    /* ––– */
    width: 60px;
    height: 60px;
  }
  #cssda-badge svg {
    width: 60px;
    height: 60px;
  }
  #cssda-badge-logo{
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
  }
  #cssda-badge:hover #cssda-badge-logo{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  #cssda-badge-title{
    display: none;
  }
  #cssda-badge-award{
    display: none;
  }
}




.cursor {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-red);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 999;

  transition: transform 0.2s;
}

.contact_big_font a {
  color:  #fff;
}
.contact_big_font a:hover {
  text-decoration: none;
}

.overflow_text {
  padding-left: 105px;
  padding-right: 45px;
  padding-top: 120px;
}
.overflow_text .text_120 {
  font-size: 85px;
  line-height: 75px;
  letter-spacing: -4.25px;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}

.onoma-hotel .icon_text_wrapper.WhyteInktrap p {
  font-size: 85px;
  line-height: 75px;
  letter-spacing: -4.25px;
  margin-left: 17%;
  top: 50%;
  transform: translateY(-50%);
}

.textDescriptionContent .upperRowText a {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.38px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.two_columns_text_and_image .upperRowText {
  padding-top: 150px;
  padding-left: 2em;
  padding-right: 2em;
}
.two_columns_text_and_image .upperRowText p {
  max-width: 620px;
  margin: 0 auto;
}
.two_columns_text_and_image img {
  width: 100%;
}
.two_columns_text_and_image p {
  display: inline-block;
  text-align: left;
}
.two_columns_text_and_image .col-md-6:nth-of-type(1)  {
  padding-right: 8px;
}
.two_columns_text_and_image .col-md-6:nth-of-type(2) {
  padding-left: 8px;
}

.image__video_section.has_padding .d-flex {
  padding-top: 16px;
  padding-bottom: 16px;
}
.image__video_section.has_padding .d-flex:nth-of-type(1) {
  padding-right: 8px;
}
.image__video_section.has_padding .d-flex:nth-of-type(2) {
  padding-left: 8px;
}

#centered-text .textDescriptionContent {
  max-width: 1082px;
  text-align: left;
}


/* Marquee effect style 1  */
.marquee-wrapper {
  display:flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.marquee {
  display : flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 10s linear infinite;
}
.marquee a {
  font-size: 145px;
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.marquee-wrapper:hover .marquee {
  animation-play-state: paused;
}


/* Marquee effect style 2  */
.steps {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}
.steps .step-animation {
    display: inline-block;
    padding-right: 10%;
    animation: move 10s linear infinite;
    animation-delay: 2s;
}
.steps .step-animation.step2 {
  transform: translateX(20%);
}

.steps .step-animation span {
  display: inline-flex;
  font-size: 145px;
  line-height: 1.5;
  font-family: var(--main-font);
}
.steps .step-animation span a {
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-underline-offset: 14px;
}
.text-with-arrow {
  position: relative;
  padding-left: 110px;
}
.text-with-arrow img {
  width: 85px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.steps:hover .step-animation {
  animation-play-state: paused;
}

@keyframes move {
  to { transform: translateX(-100%); }
}


/*  Contact marquee 3 */
#outer-sliding-effect {
    overflow: hidden;
}

#outer-sliding-effect div {
    display: inline-block;
    background-color: var(--color-green);
    color: #000;;
  }

#loop {
  padding: 32px 0;
    white-space: nowrap;
    animation: loop-anim 8s linear infinite;
}
#loop #content span {
  font-size: 109px;
  line-height: 1;
  font-family: var(--main-font);
  padding-right: 0;
  margin-right: 20px;
}
#loop #content a {
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-underline-offset: 14px;
    color: #000 !important;

}
#loop:hover {
  animation-play-state: paused;
}


.hyper-branding #loop #content  a:hover,
.homepage #loop #content a:hover {
  cursor: url('./images/cursor.png'), auto;
}


/*body,
body a:hover {
  cursor: url('./images/tria_cursor.png'), auto;
}*/

@keyframes loop-anim {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50% /* This works because of the div between "outer" and "loop" */
    }
}



/*___________________ PORCELANA PRESENTATION - CUSTOM STYLES - KK*/

    #porcelana-video-kit video{
        width:100%;
    }
    div#porcelana-full-video-lyrics {
        background-color:#000;
        padding-top:120px;
    }
    #porcelana-full-video-lyrics video{
        width:calc(100% - 40px);
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
    }
    
    .porcelana .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon,
    .porcelana .full_width_carousel_column .carousel-control-next .carousel-control-next-icon{
        filter:invert(1);
    }
    .porcelana .key_word_border{border-color:#000 !important;}
    #porcelana-section-link{
        padding:85px 0;
    }
    #porcelana-lyrics-section{
        padding-bottom:200px;
    }
  /*____________EUROPA ELEMENTS PRESENTATION - CUSTOM STYLES - KK */
  
    .europa-element{
        /*cursor:url('https://hypertria.com/wp-content/uploads/2024/07/euel-cursor.svg'), auto !important;*/
    }
    /*This is the gap  element on the first gif of Europa Element presetnation*/
    div#gap-europa-gif-top { margin-top: 150px; }
    div#gap-europa-gif-top .textDescriptionContent { padding:0 !important; }
   
    div#gap-europa-gif-bottom{ margin-bottom: 150px;}
    div#gap-europa-gif-bottom .textDescriptionContent { padding:0 !important; }
  
    /*The gif image - add padding */
    .europa-element #main > div:nth-child(4) > div > img {
        padding:0 10%;
    }
    /*This removes a margin bottom  from video element*/
    .europa-element #ep-top-video{
        margin-bottom:0 !important;
    }

    /*Giveaway kit - Section*/
    #europa-sample-box,
    div#europa-giveaway-kit{
        padding-top:230px;
        background-color:#f4f4f4;
    }
    #europa-sample-box,
    div#europa-giveaway-kit-text {
        padding-bottom: 150px;
        background: #f4f4f4;
    }
      #europa-sample-box,
      #europa-video-image-section {
        background-color: #f4f4f4;
        padding-top: 16px;
        padding-bottom: 130px;
    }
    #europa-sample-box,
    #europa-sample-box{
        background-color:#f4f4f4;
    }
    
    .europa-element .three_columns_text_and_videos .play_button{
        display:none !important;
    }   
    
    .postid-1877 .ai-lifts-logo-section .landing_image__video_hmpg{
        object-fit:unset !important;
        max-width:700px;
        margin:0 auto;
        width:100%;
        height:100%;
    }
    
    
      .postid-1882 .ai-lifts-logo-section .landing_image__video_hmpg{
        object-fit:unset !important;
        max-width:700px;
        margin:0 auto;
        width:100%;
        height:100%;
    }
    .postid-1882 #landing-video-section{
        text-align:center;
    }
    
    .postid-1877 #landing-video-section{
        text-align:center;
    }
   .postid-1877 .three_columns_text_and_videos button{display:none !important;}
    .postid-1877 #lifts-logo-gap{
        padding-top:100px;
    }
    .postid-1877 #column2_video{border-color:#000 !important;}
    .postid-1877 #lifts-sec-gap .textDescriptionContent{
      padding-top:0 !important;
    }
    
    
    .postid-1882 .three_columns_text_and_videos button{display:none !important;}
    .postid-1882 #lifts-logo-gap{
        padding-top:100px;
    }
    .postid-1882 #column2_video{border-color:#000 !important;}
    .postid-1882 #lifts-sec-gap .textDescriptionContent{
      padding-top:0 !important;
    }
    
    .lifts-gap-text-middle{
        padding-bottom:100px;
    }
    .ai-lifts #full_width_carousel .carousel-item{display:block !important;}
    .ai-lifts-link{
        padding-top: 30px;
        display: block;
    }
    #ai-lifts-poem-desktop{display:block;}
    #ai-lifts-poem-mobile{display:none;}
    
    
    @media(max-width:600px){
         #ai-lifts-poem-desktop{display:none;}
         #ai-lifts-poem-mobile{display:block;}
    }
    
    
    .mobile-link-gap-ai{
        padding:0;
    }
    #lifts-logo-gap-top .textDescriptionContent{ padding-top:0 !important;}
    #lifts-logo-gap-bottom .textDescriptionContent{}
    @media(max-width:768px){
       
        .postid-1882 #lifts-logo-gap{padding-top:0 !important;}
        .postid-1877 #lifts-logo-gap{padding-top:0 !important;}
        .ai-lifts-logo-section{
            max-width: calc(100% - 40px);
            margin:0 auto;
        }
        .mobile-link-gap-ai{
            padding: 0;
        }
        #lifts-logo-gap{
            padding-top:0 !important;
        }
        #lifts-logo-gap .textDescriptionContent{
            padding-top:0;
        }
        #lifts-logo-gap-bottom .textDescriptionContent {
            padding-bottom: 70px !important;
        }
        #lifts-sec-gap .textDescriptionContent{
            padding:0 !important;
        }
       
    }
    @media(max-width:550px){
         .postid-1882 #landing-video-section .landing_image__video_hmpg,
         .postid-1877 #landing-video-section .landing_image__video_hmpg{
             max-height:440px;
        }
    }
  
        
    
/*.onoma-hotel.single-project,
.onoma-hotel.single-project a:hover,
.onoma-hotel.single-project .full_width_carousel_column .carousel-control-prev .carousel-control-prev-icon:hover,
.onoma-hotel.single-project .full_width_carousel_column .carousel-control-next .carousel-control-next-icon:hover,
.onoma-hotel span.carousel-control-next-icon:hover {
  cursor: url('./images/Seeker_icon.png') 15 15, auto;  
}*/



.onoma-hotel #new-video-01-panos{
    margin-bottom:-10px;
}

.onoma-hotel.single-project {
  cursor: none;
}
.onoma-hotel.single-project .cursor{
  background-image: url('./images/The_seeker.svg');
  width: 20px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
  border-radius: 0;
}

.europa-element.single-project {
  cursor: none;
}
.europa-element.single-project .cursor{
  background-image: url('https://hypertria.com/wp-content/uploads/2024/07/euel-cursor.svg');
  width: 25px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
  border-radius: 0;
}

.arcadion-bistrot.single-project {
  cursor: none;
}
.arcadion-bistrot.single-project .cursor{
  background-image: url('./images/HAND.png');
  width: 27px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
}
.zoniou-perfumes.single-project {
  cursor: none;
}
.zoniou-perfumes.single-project .cursor{
  background-image: url('./images/rhombus_white.png');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
}
.shook-radio.single-project {
  cursor: none;
}
.shook-radio.single-project .cursor{
  background-image: url('./images/Shook_white.svg');
  width: 22px;
  height: 37px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
}
.epperfumes.single-project {
  cursor: none;
}

.epperfumes.single-project .cursor{
  background-image: url('./images/STAR_white.svg');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
}

.waterland.single-project {
  cursor: none;
}
.waterland.single-project .cursor{
  background-image: url('./images/W_3.svg');
  width: 29px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: none !important;
  border-radius: 0;
}

.e-laptops.single-project {
  cursor: none;
}
.e-laptops.single-project .cursor:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  left: 8px;
  top: 8px;
  mix-blend-mode: difference;
  background-color: transparent;
  z-index: 10000;
  border: 4px solid #ffffff;
  height: 32px;
  width: 32px;
  transition: all 300ms ease-out;
}


.single-project  .cursor {
  background-color: transparent;
}


/* Heart beat  */
.heartBeat {
  animation: 1s ease-in-out 0s infinite heartBeat;
}
.heartBeat2 {
  animation: heartBeat2 1s infinite steps(2, end);
}


@keyframes beat {
  0%, 50%, 100% { transform: scale(1, 1); }
  30%, 80% { transform: scale(0.92, 0.95); }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.1);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(1);
  }

  /*0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(1);
  }*/
}


@keyframes heartBeat2 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }

}



#animated-logo:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  height: 341px;
  width: 341px;
  position: absolute;
  top: 0;
  left: 0;
  animation: 15s rotate infinite normal linear;
  z-index: 1;
}
#animated-logo:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  height: 341px;
  width: 341px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100px !important;
  height: 100px !important;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: green;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;

}


@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

}


/* Contact gif  */
.lia-animation {
  position: relative;
  display: inline-block;
  width: 330px;
  height: 330px;
  text-align: right;
  margin-right: 22.5px;
}
.lia-animation:before {
  content: '';
  background: url('./images/lia_new_contact.svg');
  width: 330px;
  height: 330px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation: rotate-bg 15s linear infinite;
}
.lia-animation img {
  z-index: 10;
  width: 146px;
  height: 192px;

  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.george-animation {
  position: relative;
  display: inline-block;
  width: 330px;
  height: 330px;
  text-align: left;
  margin-left: 22.5px;
}
.george-animation:before {
  content: '';
  /* background: url('./images/George_background.svg'); */
  background: url('./images/george_new_contact.svg');
  width: 330px;
  height: 330px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  animation: rotate-bg 15s linear infinite;

}
.george-animation img {
  z-index: 10;
  position: relative;
  /* width: 91px;
  height: 136px; */
  width: 137px;
  height: 204px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes rotate-bg {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}




/* General stylings  */
.full_width_video {
  width: 100%;
}
#contact-animated-section {
  overflow: hidden;
}
.play_button {
  position: absolute;
  border: none;
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  width: 100%;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.play_button:focus {
  outline: none;
}
.upperRowText, .upperRowText p, .read-more-toggler {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  z-index: 2;
  position: inherit;
  max-width: 1082px;
  margin: 0 auto;
}
.upperRowText_moved, .upperRowText_moved p {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.38px;
}
.mobile-clients {
  display: none;
}
.full_width_text {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 130px;
    padding-bottom: 75px;
}
.full_width_text h1 {
  margin-bottom: 40px;
}
.full_width_text h2 {
  font-size: 1.1em;
  font-weight: 400;
}
.full_width_text * {
  font-family: var(--main-font);
  font-family: 'BigCaslon';
}

/* Hyperbranding  */
#hyperbranding-mobile-top-block {
  display: none;
}
#landing-video-section.hyperbranding_hero_video {
  margin-bottom: 0;
}
#landing-video-section.hyperbranding_hero_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#landing-video-section.hyperbranding_3d_video {
  margin-bottom: 0;
}
#landing-video-section.hyperbranding_3d_video video {
  height: 100%;
  object-fit: cover;
}

.pillars {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 82px;
  padding-top: 128px;
}
.pillars .pillar {
  display: inline-block;
  font-family: var(--main-font);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.96px;
  max-width: 512px;
  width: 100%;
  border: 2px solid #000;
  border-radius: 86px;
  line-height: 172px;
  margin: 0 8px 15px;
  background-color: #ffffff;
  position: relative;
}
.pillars .pillar:nth-of-type(1) {
  margin-right: 108px;
  z-index: 10;
}
.pillars .pillar:nth-of-type(2) {
  margin-left: 108px;
}
.pillars .pillar span {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
.pillars .logo {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



/* Full Width Video with bottom text - marquee effect  */
.full_width_video_with_marquee {
  padding-bottom: 230px;
  position: relative;
}
.full_width_video_with_marquee video {
  width: 100%;
  height: 900px;
  object-fit: cover;
  object-position: center;
}
.marquee-effect-wrapper {
  max-width: 867px;
  position: absolute;
  bottom: -140px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 264px;
}
.full_width_video_with_marquee .marquee-effect-wrapper .bg_icon {
  /* background-image: url('./images/yellow_bg.svg'); */
  /* background-position: center;
  width: 450px;
  height: 450px;
  position: absolute;
  top: -84px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1; */
}




.effect-wrapper {
  max-width: 867px;
  width: 100%;
  margin: 0 auto;
  height: 264px;
  position: relative;  
  z-index: 2;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: var(--color-blue);
  color:#000;
}
.marqueee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marqueee span {
  display: inline-block;
  padding-left: 100%;
  animation: marqueee 12s linear infinite;
  font-size: 89px;
  line-height: 264px;
  font-family: var(--main-font);
  padding-right: 20px;
}

.marqueee2 span {
  animation-delay: 6s;
}

@keyframes marqueee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}




/* Round buttons */
.round_buttons {
  padding: 27px 0 215px;
  text-align: center;
}
.round_buttons .buttons {
  display: inline-block;
}
.round_buttons .buttons a {
  display: inline-block;
  font-family: var(--main-font);
  font-size: 45px;
  line-height: 235px;
  letter-spacing: -1.35px;
  background: #000;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  color: #fff;
  margin: 0 20px;
  border: 1px solid #000;
  transition: all .3s ease;
}

.round_buttons .buttons a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 41px;

}
.round_buttons .buttons a:hover {
  color:#000;
  background-color: transparent;
  /* background-image: url('./images/black_bg_hover.svg'); */
  /* background-size: 160px; */
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;

}



#weirdSliderWithBackground, #slider896_1120 {
  max-height: 1080px;
}
.zoniou-perfumes #slider896_1120 .picSlider {
  max-height: 750px;
}

.arcadion-bistrot #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
}
.arcadion-bistrot #mega-menu-wrap-menu-1 .dashicons-arrow-right-alt:before {
  content: url('./images/arrow_menu_landing_white.svg') !important;
}
.arcadion-bistrot .scrolledHeader #mega-menu-wrap-menu-1 .dashicons-arrow-right-alt:before {
  content: url('./images/arrow_menu_landing_red.svg') !important;
}
.arcadion-bistrot #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
.arcadion-bistrot #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
.arcadion-bistrot #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #fff !important;
}

.arcadion-bistrot #main_logo {
  background:  url('./images/main-logo-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


@keyframes headShake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  6.5% {
    -webkit-transform: translateY(-6px) rotateY(-9deg);
    transform: translateY(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateY(5px) rotateY(7deg);
    transform: translateY(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateY(-3px) rotateY(-5deg);
    transform: translateY(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateY(2px) rotateY(3deg);
    transform: translateY(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animate__hand {
  animation-name: headShake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.42,0,0.58,1);
  animation-delay: 2s;
}


.site-footer {
  position: relative;
}
.site-footer .footer_bottom_row {
  align-items: flex-start;
  text-align: center;
}
.gemi {
  padding-bottom: 10px;
  width: 134px;
  display: inline-block;
  vertical-align: bottom;
}
.footer_bottom_row p,
.footer_bottom_row a,
.footer_links p,
.footer_links a {
  font-family: var(--main-font);
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 18px;
  letter-spacing: 0.26px;
  text-decoration: none;
  vertical-align: bottom;
  line-height: 29px;
}
.footer_bottom_row a:hover,
.footer_links a:hover {
  text-decoration: none;
}
.footer_bottom_row a:after,
.footer_links a:after {
  height: 1px;
  bottom: 5px;
}
img.footer-logo {
  width: 200px;
  height: auto;
}

/* @font-face {
    font-family: 'BPmono';
    src: url('fonts/BPmono/BPmono.woff2') format('woff2'),
        url('fonts/BPmono/BPmono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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


.two_columns_box_page {
  padding: 300px 0;
}
.two_columns_box {
  border-radius: 52px;
  max-width: 1524px;
  margin: 0 auto;
  padding: 100px 45px 300px;
  position: relative;
}
.two_columns_box p,
.two_columns_box a,
.two_columns_box h1,
.two_columns_box h2 {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 22px;
}
.two_columns_box h1,
.two_columns_box h2 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.two_columns_box a {
  color: #000;
}
.two_columns_box .inner-text-1 {
  padding-right: 39px;
}
.two_columns_box .inner-text-2 {
  padding-left: 39px;
}
.bottom_logo {
  position: absolute;
    bottom: -136px;
    right: 0;
    left: 0;
    margin: 0 auto;
}


.mobile-excellence-ribbon {
  display: none;
}


.three_columns_text_and_videos {
  padding: 113px 0 136px;
}
.three_columns_text_and_videos .upperRowText {
  background: #ffffff;
  border-radius: 50px;
  padding: 76px 29px 53px;
  height: 100%;
}
.three_columns_text_and_videos .upperRowText p {
  font-size: 42px;
  line-height: 48px;
}
.three_columns_text_and_videos #column1_video,
.three_columns_text_and_videos #column2_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 19px solid #ffffff;
}

.three_columns_text_and_videos .youtube_video {
  width: 100%;
  height: 100%;
  /*border-radius: 50px;
  border: 19px solid #ffffff;
  overflow: hidden;
  max-height: 800px;*/
  position: relative;
  z-index: 1;
}
.three_columns_text_and_videos .youtube_video img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.three_columns_text_and_videos .custom-iframe {
  height: 700px;
  width: 100%;
  border-radius: 50px;
  border: 19px solid white;
}
.three_columns_text_and_videos .youtube_video iframe {
  position: relative;
  z-index: 1;
}
.three_columns_text_and_videos .youtube_video iframe,
.three_columns_text_and_videos .youtube_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  border: 19px solid #ffffff;
}
.three_columns_text_and_videos iframe {
  border-radius: 50px;
  border: 19px solid #ffffff;
}

.three_columns_text_and_videos .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
  border: 19px solid #ffffff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 450px;
}
.three_columns_text_and_videos .col2,
.three_columns_text_and_videos .col3 {
  text-align: center;
}
.three_columns_text_and_videos iframe {
  width: 450px;
  height: 770px;
  overflow: hidden;
}
.three_columns_text_and_videos .yt_play_button {
  position: absolute;
  border: none;
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  width: 100%;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.three_columns_text_and_videos .yt_play_button:focus {
  outline: none;
}
.three_columns_text_and_videos .youtube_video .yt-wrapper {
  height: 100%;
  width: 100%;
}



/*Works - YBB - KOSTAS*/

.your-breakfast-box .key_word_border{
    border:2px solid #060FE6;
}


/* Works - EP */
#ep-top-video {
  margin-bottom: 16px;
}
#ep-top-video video,
#ep-top-video-new video  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ep-top-video-new video {
  height: 100vh;
}
#ep-top-video video,
#ep-top-video-new video,
.epperfumes #landing-video-section video {
  vertical-align: bottom;
}
.epperfumes .key_word_border {
  border: 2px solid #000000;
}
.epperfumes #ep6.image__video_section.has_padding .d-flex {
  padding-top: 0;
}
.epperfumes #ep5 .project_video_hmpg,
.epperfumes #ep6 .project_video_hmpg,
.epperfumes #ep6 .project_inner_image,
.epperfumes #ep6 .project_inner_image  {
  height: 100%;
  object-fit: cover;
}

.europa-element .textDescriptionContentUp p,
.epperfumes .textDescriptionContentUp p {
  font-size: 85px;
  line-height: 75px;
  letter-spacing: -4.25px;
  top: -59px;
}

.europa-element #centered-text,
.epperfumes #centered-text {
  text-align: center;
}

.europa-element #centered-text .upperRowText,
.epperfumes #centered-text .upperRowText {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 48px;
}


.europa-element #centered-text .textDescriptionContent,
.epperfumes #centered-text .textDescriptionContent {
  padding-top: 56px;
}

.europa-element #europa-sample-box{
    background-color: #F4F4F4;
    padding-bottom:0;

}
.europa-element #europa-giveaway-kit,
.epperfumes #centered-video {
  background-color: #F4F4F4;
  padding-top: 174px;
}
.europa-element #europa-sample-box video{max-width:730px;}
.europa-element #europa-giveaway-kit video,
.epperfumes #centered-video video,
.waterland #centered-video video {
  max-width: 1100px;
}

.waterland #centered-video {
  background-color: #F4F4F4;
  padding-top: 188px;
  padding-bottom: 117px;
}
/*.waterland #centered-video .icon_text_wrapper p {
  font-size: 117px;
  letter-spacing: -5.85px;
  top: -160px;
}*/


.small-letters {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.26px;
}

.small-letters strong {
  letter-spacing: -0.65px;
}
.small-letters.top-text {
  margin-bottom: 20px;
}

/*.e-laptops .landing_title {
  color: #ffffff;
  font-size: 140px;
  letter-spacing: -7px;
  line-height: 120px;
}*/
#elaptios-text-section-1,
#elaptios-text-section-2 {
  padding-bottom: 100px;
}
#elaptios-text-section-2 {
  padding-top: 100px;
}
#elaptops-video-boxed {
  padding: 165px 0 149px;
  background: #F4F4F4;
}
/*#elaptops-video-boxed {
  max-width: 1311px;
  margin: 0 auto;
}*/
#elaptops-video-with-text {
  padding-top: 215PX;
  background: #F4F4F4;
}
#elaptops-video-with-text .icon_text_wrapper p {
  top: -60px;
  /* font-size: 117px; */
  letter-spacing: -5.85px;
}

#elaptops-video-boxed .video-wrapper{
  max-width: 1311px;
  margin: 0 auto;
  position: relative;
}
.sound-icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('./images/no-sound.svg');
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sound-icon.no-sound:before {
  content: '';
  position: absolute;
  left: 13px;
  top: -4px;
  height: 34px;
  width: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sound-icon.no-sound:after {
  content: '';
  position: absolute;
  right: 16px;
  top: -4px;
  height: 34px;
  width: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


#video-no-sound .sound-icon {
  display: none;
}

.works .row.no-gutters.half-width-project-row .row.no-gutters.e-laptops-project h2.project_subtitle.WhyteInktrap,
.works .row.no-gutters.half-width-project-row .row.no-gutters.e-laptops-project h4.project_name.BigCaslon.mb-0 {
  color: #000000 !important;
}
.works .shook-radio-project .project_video_works {
  max-height: 1080px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 !important;
  height: auto;
}

  .epperfumes .overflow_text {
    padding-top: 187px;
  }


/* Blog */
.blog-post-article {
  padding: 325px 87px 242px;
}
.blog-post-article h1 {
  margin: 0 0 70px;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: -0.48px;
  text-decoration: underline;
}
.blog-post-article .entry-content {
  max-width: 1062px;
}
.blog-post-article .article-content,
.blog-post-article .article-content p {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.28px;
}


.error-404.not-found {
    padding-top: 125px;
    padding-bottom: 242px;
    text-align: center;
}


.project_image_works_half_screen{
    max-height: unset !important;
    object-fit: contain;
}



/* Tria responsive  */
@media screen and (min-width: 2048px) {
  .zoniou-perfumes div#slider896_1120 {
    max-width: 580px;
  }

}


@media screen and (max-width: 1860px) {
  #ep2 p br {
    display: none;
  }

}

@media screen and (max-width: 1670px) {
  .zoniou-perfumes #slider896_1120 .picSlider {
    max-height: 650px !important;
  }
  .zoniou-perfumes div#slider896_1120 {
    height: 900px !important;
  }
  .zoniou-perfumes a#sliderCarouselNextButton {
    margin-left: -20px !important;
  }

  .two_columns_box {
        margin: 0 80px;
        max-width: 100%;
  }

}


@media screen and (max-width: 1600px) {
  .europa-element .textDescriptionContentUp p,
  .epperfumes .textDescriptionContentUp p {
    font-size: 90px;
  }
  .three_columns_text_and_videos .upperRowText p {
    font-size: 36px;
    line-height: 40px;
  }
  
  .epperfumes .overflow_text {
    padding-top: 120px;
  }


  .three_columns_text_and_videos iframe {
    height: 680px;
    width: 100%;
  }
  .three_columns_text_and_videos .poster-image {
    width: calc(100% - 25px);
    height: 680px;
  }


  
}

@media screen and (max-width: 1540px) {
  a.footer-social-link{
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}



@media screen and (max-width: 1500px) {
  
  .zoniou-perfumes #slider896_1120 .picSlider {
    max-height: 600px !important;
  }

  .epperfumes .three_columns_text_and_videos .upperRowText p {
    font-size: 32px;
    line-height: 36px;
  }
  .epperfumes .three_columns_text_and_videos .upperRowText {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .epperfumes #centered-video video,
  .epperfumes #centered-text .upperRowText {
    max-width: 900px;
  }
  
  .europa-element .textDescriptionContentUp p,
  .epperfumes .textDescriptionContentUp p {
    font-size: 75px;
    top: -40px;
  }

  .waterland #centered-video video {
    max-width: 900px;
  }

  .three_columns_text_and_videos .youtube_video {
    min-height: 620px;
  }

  .three_columns_text_and_videos iframe {
    height: 610px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 610px;
  }
}


@media screen and (max-width: 1440px) {
  #loop {
    padding: 26px 0;
  }
  #loop #content span {
    font-size: 90px;
  }

  .marquee a {
    font-size: 100px;
  }
  .contact #contact-animated-section {
    height: 162px !important;
  }

  .steps .step-animation span {
    font-size: 112px;
  }
  
 
 /* .overflow_text .text_120 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: -0.5em;
  }
  .overflow_text {
    padding-top: 150px;
  }
*/
  .onoma-hotel .icon_text_wrapper.WhyteInktrap p {
    font-size: 90px;
    line-height: 1;
  }

  .upperRowText, 
  .upperRowText p, 
  .read-more-toggler,
  .single-project .upperRowText.movedTextLeft.BigCaslon p, 
  .single-project .upperRowText_moved.BigCaslon p, 
  .single-project .upperRowText.BigCaslon, 
  .single-project .upperRowText, 
  .single-project .upperRowText p, 
  .single-project .read-more-toggler,
  .upperRowText_moved, .upperRowText_moved p,
  .upperRowText p a,
  .single-project .upperRowText p a {
    font-size: 38px;
    line-height: 44px;
  }


  .zoniou-perfumes div#slider896_1120 {
        max-height: 800px !important;
  }


  .pillars .pillar {
    font-size: 28px;
    max-width: 420px;
    line-height: 152px;
  }

  .full_width_video_with_marquee {
    padding-bottom: 230px;
  }
  .full_width_video_with_marquee video {
    height: 700px;
  }
  .marquee-effect-wrapper {
    bottom: -120px;
    max-width: 700px;
  }
  .effect-wrapper {
    max-width: 700px;
    height: 230px;
  }
  .marqueee span {
    line-height: 230px;
    font-size: 75px;
    padding-right: 5%;
  }
  .full_width_video_with_marquee .marquee-effect-wrapper .bg_icon {
    width: 380px;
    height: 380px;
    background-size: contain;
    top:  -70px;
  }

  .round_buttons {
    padding-bottom: 120px;
  }

  .overflow_text {
    padding-left: 45px;
  }

   .two_columns_box_page {
    padding-top: 240px;
  }

  .epperfumes .three_columns_text_and_videos .upperRowText p {
    font-size: 28px;
    line-height: 32px;
  }
  .three_columns_text_and_videos .youtube_video {
    min-height: 577px;
  }


    /*___________ Europa Elements - 1440px*/
    /*This is the gap  element on the first gif of Europa Element presetnation*/
    div#gap-europa-gif-top { margin-top: 100px; }
    div#gap-europa-gif-top .textDescriptionContent { padding:0 !important; }
   
    div#gap-europa-gif-bottom{ margin-bottom: 100px;}
    div#gap-europa-gif-bottom .textDescriptionContent { padding:0 !important; }
  
    /*The gif image - add padding */
    .europa-element #main > div:nth-child(4) > div > img {
        padding:0 6%;
    }



  #elaptops-video-with-text .icon_text_wrapper p {
    font-size: 90px;
    line-height: 1;
    top: -80px;
  }

  #hyperbranding-desktop-top-block .textDescriptionContent {
    max-width: 900px;
  }
  #hyperbranding-desktop-top-block .textDescriptionContent p {
    padding-bottom: 30px;
  }

  a.footer-social-link{
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}


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

  .overflow_text .text_120,
  .waterland #centered-video .icon_text_wrapper p {
    font-size: 75px;
    line-height: 65px;
  }

  #ep-top-video-new .sound-icon {
    left: 45px;
  }

  .pillars .pillar {
    width: auto;
    padding: 0 52px;
    font-size: 26px;
    line-height: 140px;
  }
  .pillars .pillar span {
    line-height: 1.2;
  }
  .pillars .logo {
    width: 280px;
    top: 48px;
  }
  .pillars .pillar:nth-of-type(1) {
    margin-right: 80px;
  }
  .pillars .pillar:nth-of-type(2) {
    margin-left: 80px;
  }


  .onoma-hotel video#vid_with_bg {
    margin-top: 0;
  }
  .onoma-hotel .full_width_img_and_title_section {
    margin-top: 9em !important;
  }


  .three_columns_text_and_videos iframe {
    height: 576px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 576px;
  }


  #elaptios-text-section-1, 
  #elaptios-text-section-2 {
    padding-bottom: 20px;
  }
  #elaptios-text-section-2 {
    padding-top: 0;
  }
  #elaptops-video-boxed {
    padding: 100px 0;
  }
  #elaptops-video-boxed .video-wrapper {
    padding: 0 100px;
    max-width: 100%;
  }
  #elaptops-video-boxed .video-wrapper video {
    width: 100%;
    height: auto;
  }
  #elaptops-video-boxed .sound-icon {
    left: 130px;
  }


  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding-right: 80px;
  }


}

@media screen and (max-width:  1280px ) {
    
    
    
    
  .zoniou-perfumes #slider896_1120 .picSlider {
    max-width: 380px !important;
    max-height: unset !important;
  }
  .zoniou-perfumes div#slider896_1120 {
    max-height: 800px !important;
  }
  .overflow_text .text_120 {
    font-size: 75px;
  }
  .onoma-hotel .icon_text_wrapper.WhyteInktrap p {
    font-size: 75px;
  }

  .three_columns_text_and_videos iframe {
    height: 535px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 535px;
  }

  #elaptops-video-with-text .icon_text_wrapper p {
    font-size: 75px;
    top: -100px;
  }

  .single-project .landing_title {
    font-size: 112px;
  }

  #ep-top-video-new video {
    height: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .marquee a {
    font-size: 90px;
  }
  .contact #contact-animated-section {
    height: 134px !important;
  }

  .steps .step-animation span {
    font-size: 94px;
  }

  /*.porcelana #weirdSliderWithBackground .carousel-control-next{*/
  /*    right:unset !important;*/
  /*}*/

  .upperRowText, 
  .upperRowText p, 
  .read-more-toggler,
  .single-project .upperRowText.movedTextLeft.BigCaslon p, 
  .single-project .upperRowText_moved.BigCaslon p, 
  .single-project .upperRowText.BigCaslon, .single-project .upperRowText, 
  .single-project .upperRowText p, .single-project .read-more-toggler,
  .upperRowText_moved, .upperRowText_moved p,
  .upperRowText p a,
  .single-project .upperRowText p a,
  .textDescriptionContent .upperRowText a   {
    font-size: 32px;
    line-height: 38px;
  }

  .single-project .landing_title {
    font-size: 100px;
  }
}

@media screen and (max-width: 1199px) {
    
    
    #weirdSliderWithBackground span.carousel-control-next-icon
    
    
  /*.steps .step-animation span {
    font-size: 135px;
  }*/
  .text-with-arrow img {
    width: auto;
    height: 100px;
  }
  .zoniou-perfumes a#sliderCarouselNextButton img.carousel-control-next-icon-main {
    width: 580px !important;
  }
  /*.zoniou-perfumes div#slider896_1120 {
    height: 600px !important;
  }*/
  .zoniou-perfumes .projectContentBoxCropped .upperRowText_moved.BigCaslon {
    margin-top: -65px !important;
  }
  #slider896_1120 {
    margin-bottom: 1em !important;
  }

  .onoma-hotel .col-md-12.video_col {
    margin-top: 0 !important;
  }

  #landing-video-section.hyperbranding_hero_video video {
    height: 100%;
  }

  .site-footer .footer_bottom_row {
    position: relative;
    bottom: unset;
    left: unset;
    padding-top: 22px;
    padding-left: 60px;
  }
  

  .three_columns_text_and_videos .col1 {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .three_columns_text_and_videos .col2,
  .three_columns_text_and_videos .col3 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .three_columns_text_and_videos .youtube_video {
    min-height: 659px;
  }
  .three_columns_text_and_videos iframe {
    height: 796px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 796px;
  }

  


}


@media screen and (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    padding-right: 0 !important;
  }
  
}


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

  #badge-wrapper {
    right: 150px;
    bottom: 150px;
  }

  .marquee a {
    font-size: 75px;
  }
  .contact #contact-animated-section {
    height: 112px !important;
  }

  .steps .step-animation span {
    font-size: 80px;
  }
  #loop #content span {
    font-size: 80px;
  }

  .overflow_text .text_120,
  .waterland #centered-video .icon_text_wrapper p {
    font-size: 64px;
  }
  .onoma-hotel .icon_text_wrapper.WhyteInktrap p {
    font-size: 64px;
  }


  .single-project .landing_title {
    font-size: 86px;
  }

  .zoniou-perfumes div#slider896_1120 {
    margin-bottom: 0 !important;
  }

  .single-project .landing-image-column {
    height: auto !important;
  }

  .single-project .half_landing_image {
    height: auto ;
  }


  .pillars {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .pillars .pillar {
    padding: 0;
    font-size: 22px;
    line-height: 128px;
    width: 290px;
  }
  .pillars .logo {
    width: 230px;
    top: 12px;
  }
  .pillars .pillar:nth-of-type(1) {
    margin-right: 70px;
  }
  .pillars .pillar:nth-of-type(2) {
    margin-left: 70px;
  }


  .onoma-hotel video#vid_with_bg {
    height: 700px;
  }
  .onoma-hotel .full_width_img_and_title_section  {
    margin-top: 7em !important;
  }


  .site-footer .footer-description-first-sentence {
    padding-left: 60px;
  }

  .onoma-hotel.single-project a.carousel-control-next:hover span,
  .onoma-hotel.single-project a.carousel-control-prev:hover span,
  .onoma-hotel.single-project a.carousel-control-next:hover span,
  #stackedCarouselNextButton:hover, 
  #stackedCarouselNextButton span.carousel-control-next-icon:hover {
    opacity: 1 !important;
  }

  .homepage div#landing-video-section video.project_video_hmpg {
    height: 100% !important;
  }

  .two_columns_text_and_image .row {
    align-items: center;
  }
  .two_columns_text_and_image .upperRowText {
    padding: 0 40px;
  }


  .two_columns_box {
    margin: 0 40px;
  }
  .two_columns_box_page {
    padding-top: 220px;
  }
  .two_columns_box .inner-text-1 {
    padding-right: 0;
  }
  .two_columns_box .inner-text-2 {
    padding-left: 0;
  }
  
  
  .europa-element .textDescriptionContentUp p,
  .epperfumes .textDescriptionContentUp p {
    font-size: 64px;
    top: -64px;
  }

.porcelana a#stackedCarouselNextButton,
  .epperfumes a#stackedCarouselNextButton {
    position: absolute;
    top: 0px !important;
    margin-right: 222px !important;
  }
  .porcelana  #weirdSliderWithBackground span.carousel-control-next-icon,
  .epperfumes #weirdSliderWithBackground span.carousel-control-next-icon {
    height: 101px !important;
  }
  
  
  
    /*____________YBB - kk */
    .your-breakfast-box .textDescriptionContentUp p {
        font-size: 64px;
         top: -64px;
  }

    .your-breakfast-box a#stackedCarouselNextButton {
        position: absolute;
        top: 0px !important;
        margin-right: 222px !important;
  }
  .your-breakfast-box #weirdSliderWithBackground span.carousel-control-next-icon {
        height: 101px !important;
  }


  .your-breakfast-box #weirdSliderWithBackground {
    position: relative;
    height: 750px;
    width: 100%;
    z-index: 1;
    margin-top: 130px !important;
    margin-bottom: 70px !important;
}
  
  
  

  

  .three_columns_text_and_videos iframe {
    height: 670px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 670px;
  }

  #elaptops-video-with-text .icon_text_wrapper p {
    font-size: 64px;
  }
}


@media screen and (max-width: 992px) {
  .scrolledHeader #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    border-bottom: unset;
  }
  #language-menu {
    display: none;
    position: relative;
    z-index: 12;
  }
  .mobile-overlay {
    position: fixed;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    display: none;
  }
  .mobile-overlay.open {
    display: block;
  }
  #masthead .open-mobile-menu  {
    background: #000;
  }
  #masthead .open-mobile-menu div.menu-language-switcher-container {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #000;
    padding-bottom: 20px;
    z-index: 14;
    display: inline-block;
  }
  #masthead div.menu-language-switcher-container {
    position: relative;
    z-index: 14;
  }
  .open-mobile-menu #language-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #language-menu li a {
    color: #fff;
  }
  #language-menu li {
    float: none;
    color: #fff;
  }
  .gap-europa-gif-top{ margin-top:110px;}
  .gap-europa-gif-bottom{margin-bottom:110px;}
}

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

  #main_logo_white {
    display: block;
  }

  #ep-top-video-new .sound-icon {
    left: 20px;
  }

  #hyperbranding-desktop-top-block .textDescriptionContent {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 912px) {
  .single-project .landing_title {
    font-size: 72px;
    line-height: 1;
  }
}


@media screen and (max-width: 860px) {
  .two_columns_text_and_image .row {
    align-items: start;
  }
  .two_columns_text_and_image .upperRowText {
    padding: 0 20px;
  }

  .three_columns_text_and_videos .youtube_video {
    min-height: 500px;
  }

  .three_columns_text_and_videos iframe {
    height: 570px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 570px;
  }
}


@media screen and (max-width: 768px) {
  .marquee a {
    font-size: 58px;
  }

  .full_width_video_with_marquee video {
    height: 500px;
  }
  .marquee-effect-wrapper {
    max-width: 570px;
    bottom: -90px;
  }
  .effect-wrapper {
    max-width: 570px;
    height: 180px;
  }
  .marqueee span {
    font-size: 55px;
    line-height: 180px;
  }
  .full_width_video_with_marquee .marquee-effect-wrapper .bg_icon {
    width: 320px;
    height: 320px;
  }
  .full_width_video_with_marquee {
    padding-bottom: 170px;
  }
  .marqueee span {
    padding-right: 5%;
  }

  .overflow_text .text_120 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: -30px;
  }
  .epperfumes .overflow_text {
    padding-top: 100px;
  }
 .your-breakfast-box .overflow_text {
    padding-top: 100px;
  }
  .onoma-hotel .icon_text_wrapper.WhyteInktrap p {
    font-size: 48px;
  }

  .footer-social-description.BigCaslon {
    padding-bottom: 20px;
   }
  .footer-social-description.BigCaslon div {
    padding-left: 0;
  } 

  .onoma-hotel video#vid_with_bg {
    height: 500px;
  }

  .desktop-clients {
    display: none !important;
  }
  .mobile-clients {
    display: flex;
  }
  .mobile-clients img {
    width: 100%;
    max-height: 88px;
    margin: 30px 0;
    max-width: 160px;
  }


  .cursor {
    display: none;
  }


  .two_columns_box {
    margin:  0 20px;
  }
  .two_columns_box_page {
    padding-top: 160px;
  }


  .mobile-excellence-ribbon {
    display: block;
  }
  #awwwards {
    display: none;
  }
  
  
  .europa-element #europa-video-image-section{
      padding-bottom:20px !important;
  }
  .europa-element .textDescriptionContentUp p,
  .epperfumes .textDescriptionContentUp p {
    font-size: 48px;
    line-height: 1;
  }
   .your-breakfast-box .textDescriptionContentUp p {
    font-size: 48px;
    line-height: 1;
  }
  
  
  
  
  
      /*___________ Europa Elements - 768px*/
    /*This is the gap  element on the first gif of Europa Element presetnation*/
    div#gap-europa-gif-top { margin-top: 50px; }
    div#gap-europa-gif-top .textDescriptionContent { padding:0 !important; }
   
    div#gap-europa-gif-bottom{ margin-bottom: 50px;}
    div#gap-europa-gif-bottom .textDescriptionContent { padding:0 !important; }
  
    /*The gif image - add padding */
    .europa-element #main > div:nth-child(4) > div > img {
        padding:0;
    }

  
  .icon_text_wrapper p {
    left: 45px;
  }

  .three_columns_text_and_videos iframe {
    height: 500px;
  }
  .three_columns_text_and_videos .poster-image {
    height: 500px;
  }

  #elaptops-video-with-text {
    padding-top: 150px;
  }
  #elaptops-video-with-text .icon_text_wrapper p {
    font-size: 48px;
    top: -50px;
    left: 45px;
  }
  
  .waterland #centered-video {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .waterland #centered-video .icon_text_wrapper p {
    font-size: 48px;
    line-height: 1;
    top: -70px;
  }
  .your-breakfast-box #weirdSliderWithBackground{
      margin-top:80px !important;
  }
}

@media screen and (max-width: 767px) {
  .pillars .pillar:nth-of-type(1) {
    margin-right: 0;
  }
  .pillars .pillar:nth-of-type(2) {
    margin-left: 0;
  }
  .pillars .pillar:nth-of-type(1),
  .pillars .pillar:nth-of-type(2) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .pillars .pillar {
    width: 100%;
    max-width: 320px;
  }
  .pillars .logo {
    top: 0;
  }
  .pillars {
    padding-top: 230px;
  }


  .footer-main-row .col-md-6.col-12.text-right.align-self-center {
    padding-top: 15px !important;
  }


  .shook-radio video.project_video_hmpg {
    width: 100% !important;
  }

  .image__video_section.has_padding .d-flex:nth-of-type(1) {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
  .image__video_section.has_padding .d-flex:nth-of-type(2) {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 8px;
  }
  .two_columns_text_and_image .upperRowText {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .two_columns_text_and_image .col-md-6:nth-of-type(2) {
    padding-left: 0;
  }

  .arcadion-bistrot.single-project .landing_title,
  .waterland.single-project .landing_title {
    padding-top: 31px;
  }


  .site-footer .footer_bottom_row {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
  }
  .footer_bottom_row p, .footer_bottom_row a {
    float: unset;
  }


  #badge-wrapper {
    right: 50px;
    bottom: 50px;
  }
  .three_columns_text_and_videos .col2 {
    margin-bottom: 16px;
  }
  .three_columns_text_and_videos .col2, 
  .three_columns_text_and_videos .col3 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .three_columns_text_and_videos .youtube_video {
    min-height: 730px;
  }

  .epperfumes #ep6.image__video_section.has_padding .d-flex:first-child {
    padding-bottom: 16px;
  }
  .three_columns_text_and_videos iframe {
    width: 450px;
    height: 800px;
  }
  .three_columns_text_and_videos .poster-image {
    width: 450px;
    height: 800px;
  }

  .works .project_link {
    background-image: unset !important;
  }
  .works .project_link h2 ,
  .works .project_link h4 {
    color: #000000 !important;
  }

  .e-laptops .landing_title {
    padding-top: 31px;
    padding-right: 10px;
  }
  #elaptios-text-section-2 .textDescriptionContent {
    padding-top: 0 !important;
  }
  #elaptops-video-boxed {
    padding: 60px 0;
  }
  #elaptops-video-boxed .video-wrapper {
    padding: 0 40px;
  }
  #elaptios-text-section-1 .upperRowText p,
  #elaptios-text-section-2 .upperRowText p {
    padding-bottom: 20px;
  }
  #elaptios-text-section-1, #elaptios-text-section-2 {
    padding-bottom: 0;
  }
  .sound-icon {
    left: 60px;
  }
  #elaptops-video-boxed .sound-icon {
    left: 60px;
  }
}


@media screen and (max-width: 600px) {
    .porcelana #porcelana-video-kit video{
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    .porcelana  #weirdSliderWithBackground {
        max-height:700px !important;
    }
    .porcelana #porcelana-lyrics-section{
        padding-bottom:60px;
    }
    .your-breakfast-box #weirdSliderWithBackground {
        position: relative;
        height: 750px;
        width: 100%;
        z-index: 1;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .europa-element div#europa-sample-box,
    .europa-element div#europa-giveaway-kit{
        padding-top:100px;
    }
    .europa-element .icon_text_wrapper p{
        font-size: 68px;
        left: 10px;
    }

    div#europa-giveaway-kit-text{
        padding-bottom:20px;
    }
   .europa-element .icon_text_wrapper p{font-size: 70px;}


  .zoniou-perfumes #slider896_1120 .slider-image-portrait {
    width: 68% !important;
  }
  .zoniou-perfumes div#slider896_1120 {
    height: 738px !important;
  }
  #slider896_1120 #main-slider-wrapper {
    height: 240px !important;
    margin-top: 50%;
  }

  .shook-radio #slider896_1120 #main-slider-wrapper {
    height: 100% !important;
    margin-top: 0;
  }
  .shook-radio .bottom-slider-wrapper {
    margin-top: 0 !important;
  } 
  
  .marquee-effect-wrapper {
    max-width: 100%;
    margin: 0 40px;
  }

  .round_buttons .buttons a {
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 24px;
    margin: 0 8px;
  }
  .round_buttons .buttons a span {
    line-height: 28px;
  }
  .round_buttons {
    padding-bottom: 80px;
  }

  .onoma-hotel video#vid_with_bg {
    height: 380px;
  }
  .onoma-hotel .full_width_img_and_title_section {
    margin-top: 5em !important;
  }

  .two_columns_box {
    padding: 50px 25px 200px;
  }


  .three_columns_text_and_videos iframe {
    width: 400px;
    height: 700px;
  }
  .three_columns_text_and_videos .poster-image {
    width: 400px;
    height: 700px;
  }

  #elaptops-video-with-text .icon_text_wrapper p {
    top: -78px;
  }

  .waterland #centered-video .icon_text_wrapper p {
    left: 20px;
    top: -50px;
    font-size: 36px;
    letter-spacing: -3px;
  }

}

@media screen and (max-width: 576px) {
  .steps .step-animation span {
    font-size: 50px;
  }
  #loop #content span {
    font-size: 50px;
    margin-right: 0;
  }
  #loop {
    padding: 13px 0;
  }
  .text-with-arrow img {
    height: 52px;
    left: 0;
  }
  .text-with-arrow {
    padding-left: 75px;
  }

  .steps .step-animation span a {
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }

  #loop #content a {
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
  #loop #content span {
    padding-right: 20px;
  }

  .george-animation,
  .lia-animation,
  .lia-animation:before,
  .lia-animation::before,
  .george-animation:before {
    width: 158px !important;
    height: 158px !important;
  }

  .george-animation img {
    width: 54px;
    height: auto;
  }
  .lia-animation img {
    width: 60px;
    height: auto;
  }


   #hyperbranding-desktop-top-block {
    display: none;
  }
  #hyperbranding-mobile-top-block {
    display: flex;
  }
  #hyperbranding-mobile-top-block .textDescriptionContent {
      margin-top: 104px;
  }
  .hyperbranding_pillars {
    padding-top: 70px;
  }
  
}

@media screen and (max-width: 440px) {
  .george-animation {
    margin-left: 10px;
  }
  .lia-animation {
    margin-right: 10px;
  }

  .marquee a {
    font-size: 32px;
  }
  .contact #contact-animated-section {
    height: 70px !important;
  }

  .porcelana #weirdSliderWithBackground{
      max-height:450px !important;
  }

  .waterland #centered-video {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .single-project .landing_title {
    font-size: 86px;
    line-height: 76px;
  }
 

  /*.zoniou-perfumes #slider896_1120 .slider-image-portrait {
    width: 230px !important;
  }
  .zoniou-perfumes a#sliderCarouselNextButton img.carousel-control-next-icon-main {
    width: 100% !important;
  }
  .zoniou-perfumes #slider896_1120 .carousel-control-next {
    left: 0 !important;
    margin-left: 0 !important;
  }*/
  .zoniou-perfumes a#sliderCarouselNextButton img.carousel-control-next-icon-main {
    width: 340px !important;
  }

  .pillars .logo {
    top: -12px;
  }
  .pillars .pillar {
    max-width: 285px;
    line-height: 112px;
  }

  .marqueee span {
    font-size: 34px;
    line-height: 104px;
  }
  .marquee-effect-wrapper {
    bottom: -52px;
    margin: 0 65px;
  }
  .effect-wrapper {
    height: 104px;
  }
  .full_width_video_with_marquee {
    padding-bottom: 65px;
  }
  .full_width_video_with_marquee video {
    height: 380px;
  }
  .full_width_video_with_marquee .marquee-effect-wrapper .bg_icon {
    width: 200px;
    height: 200px;
    top: -46px;
  }

  .round_buttons {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .hyper-branding .textDescriptionContent {
    padding-top: 65px;
  }
  .hyper-branding .textDescriptionContent br {
    display: none;
  }

  .onoma-hotel video#vid_with_bg {
    height: 280px;
  }

  .upperRowText, 
  .upperRowText p, 
  .read-more-toggler, 
  .single-project .upperRowText.movedTextLeft.BigCaslon p, 
  .single-project .upperRowText_moved.BigCaslon p, 
  .single-project .upperRowText.BigCaslon, 
  .single-project .upperRowText, .single-project .upperRowText p, 
  .single-project .read-more-toggler,
  .upperRowText_moved, .upperRowText_moved p,
  .upperRowText_moved, .upperRowText_moved p,
  .upperRowText p a,
  .single-project .upperRowText p a  {
    font-size: 26px;
    line-height: 1.3;
  }

  .single-project .upperRowText p {
    padding-bottom: 0;
  }
  .europa-element .upperRowText p{
      padding-bottom:25px !important;
  }
  
  .textDescriptionContent {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .porcelana .single-project div#weirdSliderWithBackground,
  .onoma-hotel.single-project div#weirdSliderWithBackground,
  .epperfumes.single-project div#weirdSliderWithBackground,
  .your-breakfast-box.single-project div#weirdSliderWithBackground,
  .arcadion-bistrot.single-project div#weirdSliderWithBackground,
  .e-laptops.single-project div#weirdSliderWithBackground,
  .waterland.single-project div#weirdSliderWithBackground,
  .zoniou-perfumes.single-project div#weirdSliderWithBackground {
    margin-top: -26px;
    margin-bottom: 18px;
  }
  .e-laptops.single-project div#weirdSliderWithBackground,
  .waterland.single-project div#weirdSliderWithBackground,
  .zoniou-perfumes.single-project div#weirdSliderWithBackground {
    margin-top: 22px;
  }
  
  .your-breakfast-box.single-project div#weirdSliderWithBackground{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        max-height: 430px !important;
  }

  .go_to_next_project_wrapper {
    height: auto !important;
    padding: 20px 0 40px;
  }

  .go_to_next_project_wrapper .justify-content-end {
    display: inline-block !important;
  }
  .prev-posts h3.go_to_previous_project_text,
  .next-posts h3.go_to_next_project_text {
    font-size: 0 !important;
  }
  .go_to_next_project_text:after {
    top: -5px !important;
  }

  .go_to_next_project_wrapper .prev-posts.pull-left {
    position: relative !important;
    left: unset !important;
    bottom: unset !important;
    text-align: left;
    width: 100%;
  }
  .go_to_next_project_wrapper .next-posts.pull-right {
    position: relative !important;
    width: 100%;
    display: block;
    text-align: right;
  }

  .zoniou-perfumes.single-project .projectContentBoxCropped .upperRowText_moved.BigCaslon,
  .zoniou-perfumes.single-project .projectContentBoxCropped .upperRowText_moved.Lovelace,
  .zoniou-perfumes.single-project .projectContentBoxCropped .upperRowText_moved.Favorit {
    margin-top: -165px !important;
  }

  .shook-radio div#landing-video-section.shook_mobile_height div > video.project_video_hmpg {
    height: 320px;
    object-fit: cover;
  }


  .full_width_carousel_column .carousel-control-prev {
    right: 12px !important;
  }
  .full_width_carousel_column .carousel-control-next {
    right: 0 !important;
  }


  .agency .row.full-screen-section {
    padding-bottom: 0;
  }

   #slider896_1120 {
    max-width: 90% !important;
    height: 380px !important;
  }
  
   .onoma-hotel.single-project .icon_text_wrapper.WhyteInktrap p {
    font-size: 36px !important;
    letter-spacing: -1px;
  }


  .agency .hp-agency div:nth-child(2),
  .agency .col-md-12.textUponImgElementWidth.textDescriptionContentUp.textUponImgElement p {
    font-size: 26px !important;
  }

  .agency .col-md-12.projectContentBoxCropped.textDescriptionContent {
    margin-top: 70px !important;
  }

  #hyperbranding-mobile-top-block .textDescriptionContent {
    margin-top: 70px;
  }
  .contact .title-desc div:nth-child(2) {
    font-size: 26px !important;
	font-family: var(--main-font);

  }

  .bottom_logo {
    bottom: -100px;
    max-width: 200px;
  }
  .two_columns_box_page {
    padding-bottom: 160px;
  }
  .three_columns_text_and_videos {
    padding: 80px 0;
  }
  .epperfumes .three_columns_text_and_videos .upperRowText p {
    font-size: 24px;
    line-height: 28px;
  }
  .three_columns_text_and_videos .upperRowText {
    border-radius: 35px;
    padding: 20px;
  }

  .three_columns_text_and_videos .youtube_video {
    position: relative;
  }

  .three_columns_text_and_videos .youtube_video iframe,
  .three_columns_text_and_videos .youtube_video img {
    border: 10px solid #ffffff;
    border-radius: 35px;
  }

  .three_columns_text_and_videos .poster-image {
    border: 10px solid #ffffff;
    border-radius: 35px;
  }


  .epperfumes .overflow_text {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .europa-element #europa-sample-box,
  .europa-element #europa-giveaway-kit,
  .epperfumes #centered-video {
    padding-top: 10px;
  }
  .europa-element .textDescriptionContentUp p,
  .epperfumes .textDescriptionContentUp p {
    font-size: 28px;
    left: 20px;
    top: -36px;
    letter-spacing: -2.25px;
  }


  .epperfumes #weirdSliderWithBackground span.carousel-control-next-icon {
    height: 62px !important;
  }
   .your-breakfast-box #weirdSliderWithBackground span.carousel-control-next-icon {
    height: 62px !important;
  }
  /*______________________________*/
    .your-breakfast-box .overflow_text {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .your-breakfast-box #centered-video {
    padding-top: 80px;
  }
  .your-breakfast-box .textDescriptionContentUp p {
    font-size: 28px;
    left: 20px;
    top: -36px;
    letter-spacing: -2.25px;
  }


  .your-breakfast-box #weirdSliderWithBackground span.carousel-control-next-icon {
    height: 62px !important;
  }

  .three_columns_text_and_videos .youtube_video {
    height: 557px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 550px;
  }

  .three_columns_text_and_videos .youtube_video .yt-wrapper {
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: auto;
  }
  .three_columns_text_and_videos .youtube_video iframe {
    width: 100%;
    height: 100%;
  }

  .three_columns_text_and_videos iframe {
    width: 100%;
    height: 560px;
    border-radius: 35px;
    border-width: 10px;
    overflow: hidden;
  }
  .three_columns_text_and_videos .poster-image {
    width: calc(100% - 32px);
    height: 560px;
    border-radius: 35px;
    border-width: 10px;
  }

  .three_columns_text_and_videos .mobile-wrapper {
    border-radius: 35px;
    border-width: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border: 10px solid white;
    z-index: 2;
  }
  .three_columns_text_and_videos .mobile-wrapper iframe  {
    border: none;
    border-radius: 0;
  }
  .three_columns_text_and_videos .mobile-wrapper .poster-image {
    border: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
  }

  #elaptops-video-with-text {
    padding-top: 120px;
  }
  #elaptops-video-with-text .icon_text_wrapper p {
    font-size: 36px;
    letter-spacing: -3px;
    top: -60px;
    left: 0;
    padding: 0 20px;
  }
  #elaptops-video-boxed .video-wrapper {
    padding: 0 16px;
  }
  #elaptops-video-boxed {
    padding: 30px 0 40px;
  }
  .sound-icon {
    left: 30px;
  }

  .hyperbranding-mobile-top-block .upperRowText p {
    padding-bottom: 30px;
  }




}


@media screen and (max-width: 414px) {
  .three_columns_text_and_videos iframe,
  .three_columns_text_and_videos .poster-image {
    height: 552px;
  }

}

@media screen and (max-width: 390px) {
 .epperfumes .key_word {
    font-size: 16px;
 }
 
  .europa-element .textDescriptionContentUp p,
 .epperfumes .textDescriptionContentUp p {
  padding-right: 20px;
 }
 
 
  .your-breakfast-box .key_word {
    font-size: 16px;
 }
 .your-breakfast-box .textDescriptionContentUp p {
  padding-right: 20px;
 }
 
 .single-project .landing_title {
    font-size: 72px;
    line-height: 66px;
  }
}



@media screen and (max-width: 375px) {
  .round_buttons .buttons a {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  .three_columns_text_and_videos iframe, 
  .three_columns_text_and_videos .poster-image {
    height: 475px;
  }

  .waterland.single-project .landing_title {
    word-break: break-word;
    display: inline;
    padding-right: 40px;
  }

 

 /* .textDescriptionContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }*/

  .upperRowText, .upperRowText p, 
  .read-more-toggler, 
  .single-project .upperRowText.movedTextLeft.BigCaslon p, 
  .single-project .upperRowText_moved.BigCaslon p, 
  .single-project .upperRowText.BigCaslon, 
  .single-project .upperRowText, 
  .single-project .upperRowText p, 
  .single-project .read-more-toggler, 
  .upperRowText_moved, 
  .upperRowText_moved p, 
  .upperRowText_moved, 
  .upperRowText_moved p,
  .upperRowText p a,
  .single-project .upperRowText p a  {
    font-size: 28px;
    line-height: 32px;
  }

 /* .three_columns_text_and_videos .youtube_video {
    min-height: 500px;
  }*/


  .site-footer .footer_bottom_row {
    bottom: 20px;
  }
  .footer_bottom_row a {
    margin-right: 0;
  }
  .gemi {
    display: block;
    margin: 20px auto 0;
  }
}


@media screen and (max-width: 330px) {
 .epperfumes .key_word {
    font-size: 15px;
 }
 .your-breakfast-box .key_word {
    font-size: 15px;
 }
 #elaptops-video-with-text .icon_text_wrapper p {
  top: -90px;
 }
}