/*
Theme Name: Journey
Text Domain: journey.world
Version: 1
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 7.2.4 >
Description: Thema personalizado para Journey.
Author: Fantasma
Author URI: Fantasma
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/



@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700&family=Roboto&display=swap);


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul{
  list-style: none;
}

video{
  opacity: 1;
  width: 100vw;
  height: auto;
}

#wrap-video{
  display: block;
}

:root {
  --bg: #0b0b13;
  --bg-o: #0b0b13c6;
  --bg-white: #fff;
  --bg-w: #F9F9F9;
  --orange: #FF9B04;
  --white: #fff;
  --black: #0E0E16;
  --blue: #6078E4;
  --c-p: #9E9EB1;
}

::-webkit-scrollbar {
  width: 7px;
  height: 50px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: var(--white);
}
::-webkit-scrollbar-thumb {
  background: #ff9b04;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff9b04;
}
.mb-120 {
  margin-bottom: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:before, a:after, a > span:before, a > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

button {
  border-style: none;
  border: none;
  background-color: transparent;
  outline: 0;
}
button:focus-visible {
  border-style: none;
  border: none;
  background-color: transparent;
  outline: 0;
}
/* div#n2-ss-49 .n2-ss-control-bullet-vertical>.nextend-bullet-bar:nth-child(1) div:nth-child(1) div {
  visibility: hidden;
} */

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: var(--orange);
  box-shadow: none;
}
p{
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--white);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(249, 249, 249, 0) 100%);
  width: 100%;
  position: fixed;
  top: 0;
  height: 110px;
  z-index: 15;
}

.texto{
  display: none;
}


.header nav ul.second {
  width: auto;
  position: relative;
}


/* #slider{
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: var(--bg-w);
  overflow: hidden;
} */
/* .slogan {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--black);
  opacity: .5;
  display: inline;
} */
.bodymovinanim{
  width: 280px;
}

.bodymovinanim{
  width: 280px;
}

.logomovinanim{
  width: 150px;
}

.wrap-coffe {
  position: relative;
}
.wrap-coffe li {
  border-bottom: 2px solid transparent;
  width: 0%;
  padding-bottom: 8px;
}

.wrap-coffe span {
  width: 62px;
  height: 62px;
  position: absolute;
  border: 1px solid var(--black);
  left: -25px;
  border-radius: 50%;
  opacity: .1;
  top: -15px;
}
.wrap-coffe a {
  color: var(--black);
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.28em
}

.effect-1 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}
.effect-1:before {
  width: 1px;
  height: 2px;
  background: url(icons.png) no-repeat var(--orange);
  background-position: left top;
/*   -webkit-transition: width .2s; */
  position:absolute;
  bottom: 5px; right:0;
  transition: width .2s;
}
.effect-1:hover:before {

  width: 100%;
}

#header .line-mobile{
  display: block;
}

.wrap-scroll {
  width: 100%;
  display: flex;
  justify-content: center;
  position: static;
}
.scroll-indicator {
  position: absolute;
  top: -22px;
}
.scroll {
  border-radius: 50%;
  position: absolute;
  bottom: 0%;
  display: flex;
  justify-content: center;
  width: 144px; 
  height: 72px; 
  border: 0px solid var(--black);
  z-index: 12;
  opacity: 0.3;
}
.scroll p {
  margin-top: 46px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.a-arrow {
  animation: arrow 1.5s infinite;
}
@keyframes arrow {
  0% {
  transform: translateY(0);
}
50% {
  transform: translateY(10px);
}
100% {
  transform: translateY(0);
}
}
#curtains-canvas{
  display: none;
}
#main {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#main .container{
  position: absolute;
  z-index: 12;
}
/* canvas */
#canvas {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 0;
  margin: 0;
}
#flowmap {
  width: 100%;
  height: 100vh;
}

.hero-mobile{
  display: none;
}


.home .heading {

  font-weight: 700;
  font-size: calc(2.2vw + 20px);
  line-height: normal;
  letter-spacing: -.03em;
  color: var(--black);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.heading-mobile{
  display: none;
}



.heading span{
 color: var(--orange);
}

.heading > div {
  overflow: hidden;
}


.f-icon{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #9E9EB1;
}


.f-icon span{
  margin-left: 5px;
}
div.heading > div {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
div.heading > div:nth-child(2) > p {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

div.heading > div {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
div.heading > div:nth-child(3) > p {
  -webkit-animation-delay: 0.075s;
          animation-delay: 0.075s;
}

.heading p{
  -webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

/* .slide-up {
  -webkit-animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
          animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
} */

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

section{
  position: relative;
  z-index: 13;
}

#scroll {
  position: relative;
  height: auto;
  background-color: var(--bg-w);
  overflow: hidden;
}

#animationWindow {
  width: 100vw !important;
  height: 100vh !important;
  display: block;
 }

 .wrap-txt-slider {
  font-family: 'Plus Jakarta Sans';
  height: 100vh;
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.wrap-txt-slider .subtitle-slider {
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #6078e4;
  padding-bottom: 32px;
}
.title-slider {
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
  line-height: normal;
  font-size: calc(2.2vw + 20px);
  letter-spacing: -.02em;
  color: #fff;
}
.paragraph {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.03em;
  color: var(--white);
  width: 358px;
  padding-bottom: 65px;
}

#capabilities {
  background-color: var(--bg-white);
  padding-top: 125px;
}
#capabilities .subtitle {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 35px;
}
#capabilities .c-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -.04em;
  color: var(--black);
  width: 439px;
  padding-bottom: 35px;
}
#capabilities .c-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -.03em;
  color: var(--c-p);
  width: 433px;
}

#capabilities .header-img{
  text-align: left;
  margin-bottom: 45px;
}
#jobs .j-title {
  font-weight: 600;
  font-size: 27px;
  line-height: none;
  letter-spacing: -.04em;
  color: var(--black);
  border-bottom: 1px solid #0f0f181a;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#jobs .j-paragraph {
  font-size: 16px;
  line-height: none;
  letter-spacing: -.03em;
  color: var(--c-p);
  padding-top: 0px;
}
#partners .p-title {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 35px;
  font-weight: 700;
}
.border-b {
  border-bottom: 1px solid #11111823;
}
#leadership .card {
  border: none;
  background-color: transparent;
}
#leadership .l-title {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 35px;
  font-weight: 700;
}
#leadership .l-paragraph {
  font-weight: 700;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -.05em;
  color: var(--black);
  width: 433px;
}
#leadership .l-paragraph-two {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -.03em;
  color: var(--c-p);
  width: 433px;
  padding-top: 50px;
  padding-bottom: 46px;
}
.wrap-bio {
  position: relative;
}
.wrap-bio img {
  border-radius: 17px;
}
.more {
  width: 118px;
  height: 33px;
  background: #00000076;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.more p {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--white);
  padding-left: 8px;
  margin-bottom: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
}
.card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -.03em;
  color: var(--black);
}
.card-text:last-child {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
}
#thought {
  background-color: #f9f9f9;
}
#thought .t-title {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 35px;
  font-weight: 700;
}
#thought .t-paragraph {
  font-weight: 700;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -.05em;
  color: var(--black);
  width: 615px;
  padding-bottom: 55px;
}
.logo {
  width: 150px;
}
#thought .card {
  border: 0;
  border-radius: 16px;
}

#thought .card:hover {
  transform: scale(1.03);
}

#thought .card img {
  border-radius: 16px 16px 0 0;
}
#thought .card-body {
  padding-left: 1rem;
}
#thought .card-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -.03em;
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  height: 100px;
  border: 0;
}
.r-more {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}
#contact {
  background-color: var(--bg);
}


#contact.message{
  height: 100vh;
  background-color: var(--bg-w);
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-message{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--bg-w);
  color: #000;
  border-top: 1px solid #e1e1e1;
}

#contact.message .c-paragraph{
  color: var(--black);
  font-weight: 700;
  font-size: 54px;
  line-height: 52px;
  /* or 96% */
  letter-spacing: -0.03em;
  width: 509px;
  padding-bottom: 20px;
}

#contact .c-title {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 35px;
  font-weight: 700;
}
#contact .c-paragraph {
  font-weight: 700;
  font-size: 46px;
  line-height: 42px;
  letter-spacing: -.05em;
  color: var(--white);
  width: 430px;
  padding-bottom: 90px;
}
#contact address {
  width: 207px;
  color: var(--c-p);
}
address a {
  color: var(--c-p)!important;
}
#contact form {
  padding-top: 35px;
}
.btn-send {
  width: 117px;
  height: 40px;
  background: #ff9b04;
  border-radius: 40px;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-send img{
  margin-left: 8px;
}
.form-control {
  color: var(--c-p);
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #f9f9f954;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 15px;
}
.text-right {
  text-align: right;
}
footer {
  border-top: 1px solid #f9f9f954;
  text-align: center;
  padding: 30px;
  color: var(--white);
  background-color: var(--bg);
  position: relative;
}
footer p {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  /* identical to box height */
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.5;
}

footer .sphere {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 24px;
}
.modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  height: 100%;
  right: 0;
}
.modal-content {
  height: 100%}
.modal-content {
  color: #000;
}
.modal-body .m-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -.03em;
  color: var(--black);
}
.modal-body .m-subtitle {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
  padding-top: 10px;
  padding-bottom: 35px;
}
.modal-body .m-paragraph {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -.03em;
  color: var(--c-p);
}
.modal-body {
  padding: 4.5rem;
}
.modal-header {
  border-bottom: none;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-backdrop {
  opacity: 1!important;
  background-color: rgba(249, 249, 249, .85);
}
.btn-close {
  box-sizing: content-box;
  width: 1.7em;
  height: 1.7em;
  padding: .25em .25em;
  color: #000;
  background: transparent url(img/close.svg) center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: 1;
  background-color: var(--orange);
  border-radius: 50%;
  background-size: 10px;
}
#slider-mobile {
  display: none;
}
.mt-120 {
  margin-top: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.tag {
  width: 100px;
  position: absolute;
  z-index: 5;
  left: 0;
  opacity: 0;
  display: none;
}


.gradient {
  height: 214px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0, #F9F9F9 35.92%, rgba(249, 249, 249, 0) 94.8%);
  width: 100%;
}


@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .j-title br{
    display: none;
  }
  #jobs .j-title {
    height: 119px;
}
} 

@media (min-width:319px) and (max-width:812px) {
  .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  }

  #animationWindow {
    width: 100%;
    height: 100%;
    display: none;
   }

  #jobs [class*='col-']{
    padding: 20px;
  }

  #main {
    padding-top: 0;
    height: auto;
    background-color: transparent;
    height: 100vh;
    background-image: url(img/hero-mobile.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

/*   .slogan {
    display: none;
  }

  #header nav ul li {
    width: auto;
  }

  #header nav ul:nth-child(1) {
    display: none;
  }
 */

  #header .line-mobile{
    border-bottom: 2px solid var(--orange);
    display: inline;
  }
  

  #header {
    padding: 25px 25px 0;
  }

  #header {
    z-index: 20;
    background: var(--white);
    width: 100%;
    padding: 30px 25px 10px;
    position: fixed;
    top: 0;
    height: 80px;
    z-index: 15;
  }

  .d-sm-block{
    display: none;
  }

  .pe-3, .wrap-coffe span {
    display: none;
  }
  .logo {
    position: absolute;
    left: 0;
  }
  .scroll {
    border: 0;
    border-radius: 50%;
    bottom: -40%
  }
  .wrap-txt {
    width: 100%;
    margin: 0 auto;
  }

  .wrap-txt .tag {
    text-align: center;
  }
  .h-100 {
    height: 70vh!important;
  }
  #scroll {
    padding-bottom: 25px;
    padding-top: 70px;
  }
  .carousel-item {
    height: auto;
  }

  .wrap-txt-slider .subtitle-slider {
    font-size: 10px;
    line-height: 14px;
  }
  .title-slider {
    font-size: 30px;
    line-height: 36px;
  }
  .paragraph {
    font-size: 15px;
    line-height: 26px;
    width: 100%
  }
  #capabilities .c-title {
    font-size: 32px;
    line-height: 36px;
    width: 100%
  }
  #capabilities .c-paragraph {
    width: 100%
  }
  #jobs .j-title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  #jobs .j-paragraph {
    font-size: 16px;
    line-height: 32px;
    padding-top: 25px;
  }
  #leadership .l-paragraph {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%
  }
  #leadership .l-paragraph-two {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    padding-top: 0;
  }
  #contact .c-paragraph {
    font-size: 32px;
    line-height: 36px;
    width: 100%
  }
  .modal-dialog {
    position: fixed;
    margin: auto;
    width: auto;
    height: 100%;
    right: 0;
    left: 0;
  }
  #thought .t-paragraph {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }
  .modal-body {
    padding: 2rem;
  }
  .wrap-txt-slider {
    bottom: 80px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: end;
    padding-bottom: 60px;
}

/*   .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    z-index: 10;
    position: absolute;
    width: auto;
    height: auto;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    bottom: 0%;
    width: 100%;
    position: relative;
    z-index: 9999;
  } */

  /* .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    flex-direction: row;
    bottom: 0;
    position: relative;
    z-index: 9999;
  } */

 /*  div#n2-ss-49 .n2-style-ddfb1b754265dce08ede9af650afba89-dot {

    margin-right: 30px;
  }

  div#n2-ss-49 .n2-ss-control-bullet-vertical>.nextend-bullet-bar {
    flex-flow: row;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 50vw;
    right: 50vw;
  }
  div#n2-ss-49 .n2-ss-control-bullet {
    width: 100%
  }
 */
  div#n2-ss-49 .n2-ss-slider-4  {

    background: linear-gradient(186.66deg, rgba(0, 0, 0, 0.1) 46.27%, rgba(0, 0, 0, 0.9) 83.93%);
    

}


}


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

  #leadership .l-title {
    padding-bottom: 0px;
}

#contact.message .c-paragraph {
  width: auto;
  text-align: center;
}

.f-icon {
  text-align: center;
}

  .heading{
    display: none;
  }
  .heading-mobile {
    font-weight: 700;
    font-size: calc(2.2vw + 20px);
    line-height: calc(2.2vw + 30px);;
    letter-spacing: -.03em;
    color: var(--black);
    display: block;
    text-align: center;
  }
  
  .heading-mobile span{
    color: var(--orange);
  }

  .texto p{
    font-weight: 500;
    font-size: calc(2.2vw + 20px);
    line-height: calc(2.2vw + 30px);
    /* or 142% */
    letter-spacing: -0.02em;
    background: linear-gradient(90.29deg, #EF8050 -6.82%, #6078E4 108.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 24px;
    padding: 24px;
  }
  #wrap-video{
    display: none;
  }
  .hero-mobile{
    display: block;
  }
  #capabilities .header-img{
    text-align: center;
  }
  .texto{
    display: block;
  }
  #header .d-sm-block{
    display: none !important;
  }
  



}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) {

      .paragraph {
        padding-bottom: 100px;
    }

     /*  .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
        bottom: 0;
      } */

      div#n2-ss-49 .n2-ss-control-bullet {
        visibility: hidden;
        text-align: center;
        justify-content: center;
        z-index: 14;
        bottom: 50%;
        right: -100px;
    }

     }

     @media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 


      .paragraph {
        padding-bottom: 30px;
    }

    div#n2-ss-49 .n2-ss-control-bullet {
      visibility: hidden;
      text-align: center;
      justify-content: center;
      z-index: 14;
      bottom: 50%;
      right: -100px;
  }

    }

    /* 2688x1242px at 458ppi */
@media only screen 
and (device-width: 414px) 
and (device-height: 896px) 
and (-webkit-device-pixel-ratio: 3) {

  .paragraph {
    padding-bottom: 100px;

    
}

div#n2-ss-49 .n2-ss-control-bullet {
  visibility: hidden;
  text-align: center;
  justify-content: center;
  z-index: 14;
  bottom: 17%;
}


 }
 
 @media only screen 
 and (min-device-width: 320px) 
 and (max-device-width: 568px)
 and (-webkit-min-device-pixel-ratio: 2)
 and (orientation: portrait) {

  div#n2-ss-49 .n2-ss-control-bullet {
    visibility: hidden;
    text-align: center;
    justify-content: center;
    z-index: 14;
    bottom: 50%;
    right: -100px;
}

}


/* Portrait */



