/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

@import url("assets.css");

/*------------------------ 1 Body and Core Css ------------------------*/   

body{
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

body.dark{
    background: #000;
}

a:hover {
    text-decoration: none;
}

h2 {
    line-height: 1.25;
}

mark {
    background: #000;
    color: #fff;
}

#preloader {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

#preloader .logo{
  margin-bottom: 10px;
}

#preloader.loaded .loading-area {
    opacity: 0;
}

#preloader.loaded{
    visibility: hidden;
}

#preloader .loading-area {
    opacity: 1;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #828282;
}

#preloader.loaded .left-side {
    transform: translateX(-100%);
    transition-delay: 1s;
}

#preloader .left-side {
    left: 0;
}

#preloader.loaded .right-side {
    transform: translateX(100%);
    transition-delay: 1s;
}

#preloader .right-side {
    right: 0;
}

#preloader .left-side, #preloader .right-side {
    background: #000;
    height: 100%;
    position: absolute;
    width: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.iridescent {
    /* Fallback: Set a background color. */
    background-color: #000;
    
    /* Create the gradient. */
    /* background-image: radial-gradient(at 30% -5%, #92f2f2, #d6cff1, rgba(255, 255, 255, 0) 25%), radial-gradient(at 50% 70%, #c4f2e5, rgba(255, 255, 255, 0) 30%), radial-gradient(at 70% 0%, #d6cff1, rgba(255, 255, 255, 0) 20%), linear-gradient(75deg, #92f2f2 5%, rgba(255, 255, 255, 0), #a8d0f0, rgba(255, 255, 255, 0), #eed5f2, rgba(255, 255, 255, 0), #d6cff1, rgba(255, 255, 255, 0), #c4f2e5 90%), radial-gradient(at 30% 50%, #92f2f2, rgba(255, 255, 255, 0) 30%), radial-gradient(at 30% 50%, #9cb9fc, rgba(255, 255, 255, 0) 30%), radial-gradient(at 100% 50%, #92f2f2, #c2dcf2, rgba(255, 255, 255, 0) 50%), linear-gradient(115deg, #92f2f2 5%, #a8d0f0 10%, #d6cff1, #eed5f2 20%, #a8d0f0, #a8d0f0 30%, #d6cff1, #c2dcf2 40%, #92f2f2, #a8d0f0 70%); */
    background-image:linear-gradient(
          48deg,
          #e3c1f4,
          #d9d7ed,
          #dff7f1,
          #acf0ff,
          #e3c1f4,
          #d9d7ed,
          #dff7f1,
          #acf0ff,
          #e3c1f4
      );
    
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
  
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
  
  .iridescent-vivid {
    /* Fallback: Set a background color. */
    background-color: #000;
    opacity: 0.6;
    /* Create the gradient. */
    /* background-image: radial-gradient(at 30% -5%, #92f2f2, #d6cff1, rgba(255, 255, 255, 0) 25%), radial-gradient(at 50% 70%, #c4f2e5, rgba(255, 255, 255, 0) 30%), radial-gradient(at 70% 0%, #d6cff1, rgba(255, 255, 255, 0) 20%), linear-gradient(75deg, #92f2f2 5%, rgba(255, 255, 255, 0), #a8d0f0, rgba(255, 255, 255, 0), #eed5f2, rgba(255, 255, 255, 0), #d6cff1, rgba(255, 255, 255, 0), #c4f2e5 90%), radial-gradient(at 30% 50%, #92f2f2, rgba(255, 255, 255, 0) 30%), radial-gradient(at 30% 50%, #9cb9fc, rgba(255, 255, 255, 0) 30%), radial-gradient(at 100% 50%, #92f2f2, #c2dcf2, rgba(255, 255, 255, 0) 50%), linear-gradient(115deg, #92f2f2 5%, #a8d0f0 10%, #d6cff1, #eed5f2 20%, #a8d0f0, #a8d0f0 30%, #d6cff1, #c2dcf2 40%, #92f2f2, #a8d0f0 70%); */
    background-image:linear-gradient(48deg,#aa00ff,#9e94ff,#00ffbf,#00d1ff,#aa00ff,#1700ff,#00ffbf,#acf0ff,#aa00ff);
    
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
  
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }

     .iridescent {
        background-color: #000;
        background-image: linear-gradient(48deg, #e3c1f4, #d9d7ed, #dff7f1, #acf0ff, #e3c1f4, #d9d7ed, #dff7f1, #acf0ff, #e3c1f4);
        background-size: 100%;
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
      }
        
        .iridescent2, .iridescent2-nohover {
    background-color: #000;
    background-image: linear-gradient(to left, rgba(0,224,255,1) 0%, rgba(250,0,255,1) 33%, rgba(0,224,255,1) 66%, rgba(250,0,255,1) 100%);
    background-size: 400%;
    background-repeat: repeat-x;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-position: 100% 0%;
    transition: all .5s;
        }
        
        .iridescent2:hover {
    background-position: 50% 0%;
    transition: all .5s;
        }

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 6;
}

p{
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

header{
    position: absolute;
    width: 100%;
    padding: 50px 60px;
    z-index: 100;
}

nav{
    float: right;
    visibility: hidden;
    transition: all 1s;
    margin-left: auto;
}

header.open nav{
    visibility: visible;
    transition: all 1s;
}

nav ul li a{
    color: #fff;
    font-weight: 500;
    line-height: 0px;
    display: inline-block;
    border-radius: 15px;
    line-height: 2em;
    padding: 0 8px 0 24px;
     -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

nav ul li a:hover{
    background: #eee;
    box-shadow: 1px 2px 1px rgba(0,0,0,.08);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

nav ul li a:before {
    content:'';
    width:5px;
    height:5px;
    position: absolute;
    top: 40%;
    left: 10px;
    border-radius: 100%;
    opacity: 0;
             -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
}

nav ul li a:hover:before {
    opacity: 1;
         -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

nav ul li:first-child a:before {
        background: #d9443d;
    box-shadow: 0 0 7px #d9443d;
}

nav ul li:nth-child(2) a:before {
        background: #fec131;
    box-shadow: 0 0 7px #fec131;
}

nav ul li:nth-child(3) a:before {
        background: #29cb40;
    box-shadow: 0 0 7px #29cb40;
}

nav ul li:nth-child(4) a:before {
        background: cyan;
    box-shadow: 0 0 7px cyan;
}

nav ul li:nth-child(5) a:before {
        background: #fd00cb;
    box-shadow: 0 0 7px #fd00cb;
}

nav ul li:nth-child(6) a:before {
        background: #4400fe;
    box-shadow: 0 0 7px #4400fe;
}

nav ul li{
    float: left;
    margin-right: 30px;
}

nav ul li:last-child{
    margin-right: 45px;
}

header.subpage .nav-icon span {
    background: #000;
}

.dark header.subpage .nav-icon span {
    background: #fff;
}

header.subpage nav ul li a {
    color: #000;
}

.dark header.subpage nav ul li a{
    color: #fff;
}

header.subpage{
  position: relative;
  margin-bottom: 30px;
}

.subpage{
  padding-bottom: 60px;
}

.outter{
    display: table;
    width: 100%;
    height: 100%;
}

.inner{
    display: table-cell;
    vertical-align: middle;
}

.hero{
    background-size: cover;
    height: 100vh;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.hero-video:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(4, 4, 4, 0.22);
    z-index: 1;
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home-slider img{
    width: 100%;
}

.hero .title{
    color: #fff;
    font-size: 130px;
    font-weight: 900;
    letter-spacing: -4px;
}

.hero .content{
    padding: 0 250px;    
    position: relative;
    z-index: 7;
    display: inline-block;
}

.home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/slider-1.jpg) center center no-repeat;
    background-size: cover;
}

.hero p{
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    opacity: 1;
    line-height: 40px;
}

.hero .hello{
    max-height: 110px;
}

.social{
    margin-top: 30px;
}

.social a{
    color: #fff;
    margin-right: 30px;
}

.hero .social a:hover{
    display: inline-block;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transition: all ease 0.5s;
}

.hero .arrow{
    height: 25px;
    fill: #fff;
    margin-top: 80px;
    width: 30px;
    margin-left: 20px;
}

/* Loader */
.loader {
  height: 32px;
  width: 32px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  -webkit-animation: loader-2 1.2s linear infinite;
  animation: loader-2 1.2s linear infinite;
}

@-webkit-keyframes loader-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  clip: rect(0, 32px, 32px, 16px);
  border: 3px solid #111;
  border-radius: 50%;
  -webkit-animation: loader-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}

#infscr-loading {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 10px;
}

#infscr-loading img {
  display: none;
}

.ttl {
    padding-top: 25p;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#width90 {
    display:flex; padding-top:100px;
}

.title-main {
    font-family:Poppins; font-size:60px; font-weight: 700; margin-bottom: 20px; line-height: 1.25;
}

/* Nav Icon */  


.nav-icon {
    width: 34px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}


.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon:hover span:nth-child(3){
    width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;    
  width: 100%;
  right: 0 !important;
}

/* Mobile Menu */

.mobile-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #000;
/*  background: rgba(0, 0, 0, 0.8); */
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 999;
}
.mobile-header .burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -8px auto 0;
  top: 50%;
}
.mobile-header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobile-header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.mobile-header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.mobile-header .burger-container #burger .bar.thrdBar {
  -webkit-transform: translateY(12px) rotate(0deg);
          transform: translateY(12px) rotate(0deg);
    opacity: 1;
}
.mobile-header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mobile-header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.mobile-header ul.mobile-menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
  overflow-x:hidden;
}
.mobile-header ul.mobile-menu li.mobile-menu-item {
  border-bottom: 1px solid #333;
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.mobile-header ul.menu li.mobile-menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.mobile-header ul.mobile-menu li.mobile-menu-item a {
  display: block;
  position: relative;
  color: #FFF;
  font-family: "Ek Mukta", sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
}
.mobile-header.menu-opened {
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.mobile-header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mobile-header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.mobile-header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.mobile-header.menu-opened .burger-container #burger .bar.thrdBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
    opacity: 0;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.mobile-header.menu-opened ul.mobile-menu li.mobile-menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.mobile-header.menu-opened .icon.icon-bag {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}


/* Menu When Open */

header.open .nav-icon span{
    width: 70%; 
}

header.open .nav-icon:hover span:nth-child(3){
    width: 70%;
}

header.open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

header.open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

header.open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 8px;
}

nav ul {
    list-style: none;
}

.bottom_45 {
    margin-bottom: 30px;
}

.top_45 {
    margin-top: 30px;
}

.activelink{
    color: rgba(0, 0, 0, 0.5411764705882353) !important;
}

header.fixing{
    position: fixed;
    padding: 40px;  
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 20px 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 20px 20px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 20px 20px rgba(0, 0, 0, 0.07);
}

.dark header.fixing{
    background: #000;
}

.dark header.fixing .nav-icon span {
    background: #fff;
}

header.fixing .nav-icon span{
    background: #000;
}

header.fixing nav ul li a{
    color: #000;
}

.dark header.fixing nav ul li a {
    color: #fff;
}

.dark .activelink {
    color: rgba(255, 255, 255, 0.54) !important;
}

section{
    /*position: relative;*/
}

.section-inner{
    padding: 125px 0;    
    height: 100%;
    display: inline-block;
    width: 100%;
}

.align-left .section-inner{
    padding: 140px 0 110px;  
}

.normal .align-left .section-inner{
    padding: 110px 0 110px; 
}

.align-right .section-inner{
    padding: 170px 0;  
}

.normal .align-right .section-inner{
    padding: 110px 0;  
}

/* Diagonals */

.diagonals{
    position: relative;
    bottom: 0;
    left: 0;
}

.align-left .diagonals{
    transform: rotate(180deg);
}

.align-left .diagonal-left path, .align-left .diagonal-right path {
    fill: #fff !important;
    stroke: #fff !important;
    stroke-width: 4;
}

.dark .align-left .diagonal-left path, .dark .align-left .diagonal-right path {
    fill: #000 !important;
    stroke: #000 !important;
    stroke-width: 4;
}

.dark .portfolio_filter ul li a, .dark .news-box .news-info, .dark .news-box .title{
    color: #fff;
}

.dark .form-inp{
    border-bottom: solid 1px #fff;
}

.diagonals path{
    fill: #f3f3f3;
    stroke: #f3f3f3;
    stroke-width: 4;
}

.diagonal-left path, .diagonal-right path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4;
}

.dark .diagonal-left path, .dark .diagonal-right path {
    fill: #2c2c2c;
    stroke: #2c2c2c;
    stroke-width: 4;
}

.dark .gray-bg .diagonal-left path, .dark .gray-bg .diagonal-right path {
    fill: #2c2c2c !important;
    stroke: #2c2c2c !important;
    stroke-width: 4;
}

.dark .primary-bg .diagonal-left path, .dark .primary-bg .diagonal-right path {
    fill: #2c2c2c;
    stroke: #2c2c2c;
    stroke-width: 4;
}

.diagonal-left, .diagonal-right  {
    height: 130px;
}

.diagonal-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
    width: 23%;
}

.diagonal-right {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: none;
    z-index: 99;
    left: auto;
    width: 77%;
}


.gray-bg{
    background: #f3f3f3;
}

.dark .gray-bg{
    background: #2d2d2d;
}

.align-right{
    text-align: right;
}

.align-right .section-title:before, .align-right .section-title:after{
    right: 0;
    left: auto;
}

.primary-bg .diagonal-left path, .primary-bg .diagonal-right path {
    fill: #f3f3f3;
    stroke: #f3f3f3;
    stroke-width: 4;
}

.dark .align-left.primary-bg .diagonal path{
    fill: #2d2d2d;
    stroke: #2d2d2d;
    stroke-width: 4;
}

/* Home arrow */

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

    .fade-left {
        animation-name: fade-left;
        -webkit-animation-duration: 1s;
            animation-duration: 1s;
        animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        animation-timing-function: ease-in-out;
    }
    
        @keyframes fade-left {
            0% {
               opacity: 0;
               transform: translateX(200px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }

    #accordion .card {
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }
    
    #accordion .card .card-header {
        border: none;
        box-shadow: none;
        background: #fafafa;
        padding: 10px 15px;
        font-size: 20px;
    }
    
    .mb-0 {
        margin-bottom: 0;
        font-weight: 700;
    }
    
    #accordion .card-header button {
        padding-left: 0px;
        width: 100%;
        text-align: left;
    }

.main-button {
    box-shadow: 0 0 0 0 rgba(221, 199, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
    transition: 0.5s;
}
        
        .main-button:hover {
            opacity: 0.6;
            transition: 0.5s;
        }
        
        .main-button2 {
            color:#fff;
            background:#000;
            transition: 0.5s;
        }
        
        .main-button2:hover {
            background: #6c6c6c;
            color: #fff;
            transition: 0.5s;
        }
        
        .secondary-button {
            background: #000;
            padding: 10px 25px;
            border-radius: 25px;
            color: #fff;
            font-weight: 500;
            transition: 0.5s;
        }
        
        .secondary-button:hover {
            background:#6c6c6c;
            color: #fff;
            transition: 0.5s;
        }
        
        .tetriary-button {
            background: #fafafa;
            border: 1px solid #ddd;
            display: inline-block;
            margin-top: 30px;
            padding: 10px 25px;
            border-radius: 25px;
            color: #000;
            font-weight: 500;
            transition: 0.5s;
        }
        
        .tetriary-button:hover {
            background: #ddd;
            color: #000;
            transition: 0.5s;
        }

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(221, 199, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(221, 199, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(221, 199, 255, 0);
	}
}

.main-button2 {
    	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse2 2s infinite;
}

@keyframes pulse2 {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
    
    #accordion .btn.btn-link:before {
        font-size: 13px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        content: "\k";
        font-family: 'essential-regular';
        position: absolute;
        top: 20px;
        right: 18px;
        color: #fff;
        background-color: #000;
        border-color: #000;
        text-align: center;
    }
    
    #accordion .card button {
        font-weight: 700;
        font-size: 17px;
        color: #333;
        text-decoration: none;
    }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}


/*------------------------ About ------------------------*/  

.section-title{
    font-weight: 600;
    font-size: 30px;
    display: block;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.6;
}

#about .col-lg-4 {
    margin-bottom: 20px;
}

.dark .section-title{
    color: #fff;
}

.dark .section-title:before, .dark .section-title:after{
    background: #fff;
}

.dark p{
    color: #fff;
}

.section-title:before{
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.section-title:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left:0;
}

.twitter{
    padding: 80px 0 60px 45px;
    width: 100%;
    min-height: 290px;
}

.twitter .link{  
    display: table;
    font-size: 70px;
    color: #c7c7c7;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.twitter .link:hover{
    color: #00acee;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.twitter .link i{  
    display: block;
}

.tweet ul{
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.tweet ul li{
    font-size: 25px;
    font-weight: 600;
    list-style: none;
    float: left;
    display: none;
}

.tweet ul li span.date{
    font-size: 14px;
    font-weight: 400;
}

.tweet ul li a {
    color: #a5a5a5;
}

.tweet ul li a:hover{
    color: #7b7b7b;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.tweet ul li:first-child{
    display: inline;
}

.left i {
    font-size: 40px;
}

.oferta .item {
    width: 33%;
}

.services .item .left{
    float: left;
    width: 15%;
}

.services .item .right{
    float: right;
    width: 85%;
    padding-right: 80px;
}

.services .item i{
    font-size: 40px;
}

.dark .services .item i, .dark .tweet ul li{
    color: #fff;
}

.services .item .title{
    font-size: 17.5px;
    font-weight: 600;
}

.dark .services .item .title{
    color: #fff;
}

.services .item p{
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    margin-left: 50px;
    float: left;
}


/*------------------------ Portfolio ------------------------*/ 
.hover-overlay {
    width: 98%;
    height: 500px;
    overflow: hidden;
    position: relative;
    left: 1px;
    border-radius: 00;
    box-shadow: 0 0 10px rgb(10 10 10 / 20%);
}

.portfolio-container {
    display: flex; 
    justify-content: space-around;
}

.hover-overlay img, .iphone-container > .hover-overlay img {
    width: 100%;
    transition: all 3000ms ease-in-out;
     transform: translateY( calc( 0%  ) );
    -ms-transform: translateY( calc( 0%  ) );
    -webkit-transform: translateY( calc( 0%  ) );
    -o-transform: translateY( calc( 0%  ) );
    -moz-transform: translateY( calc( 0%  ) );
}

.hover-overlay:hover > img, .iphone-container:hover > .hover-overlay > img {
    -webkit-transform: translateY( calc( -40% ) );
    padding-top: 5px;
}


.iphone-container {
    width: 9vw;
    max-width: 26em;
    min-width: 7.5em;
    position: relative;
    height: 18.3vw;
    max-height: 58.6em;
    min-height: 15.2em;
    transition: transform .5s ease;
    background: #fff;
    margin: 50px 0;
    overflow: hidden;
    border-radius: 26px;
}

.iphone-frame {
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    max-width: 100%;
    min-width: 99%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.iphone-content {
    position: absolute;
    border-radius: 1em;
    z-index: 5;
    max-width: 91%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -2%);
}

.imac-container {
    display:flex; 
    flex-direction: column; 
    width: calc(100%/3 - 20px);
}

.imac-wrapper {
    max-width: 100%;
    position: relative;
    height: 20vw;
    max-height: 58.6em;
    min-height: 16.5em;
    margin-top: 1.8em;
    transition: transform .5s ease;
}

.imac-mockup {
    vertical-align: middle;
        position: absolute;
    z-index: 10;
    max-width: 100%;
    min-width: 99%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    overflow-clip-margin: content-box;
    overflow: clip;
}

.imacvid {
        position: absolute;
    z-index: 10;
    max-width: 61%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -69.5%);
}

.lider-logo {
    filter:invert(0.2) grayscale(1);
    cursor: pointer;
}

.lider-logo-glasson {
    filter:invert(0.6) grayscale(1);
    cursor: pointer;
}

.lider-logo:hover {
    filter:invert(0) grayscale(0);
    cursor: pointer;
}

.lider-logo-glasson:hover {
    filter: invert(1) grayscale(1);
    cursor: pointer;
}

.portfolio_filter{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.select-cat{
    font-weight: 600 !important;
}


.portfolio_filter ul{
    float: right;
}

.align-left .portfolio_filter ul{
    float: left;
} 

.portfolio_filter ul li{
    list-style: none;
    float: left;
}

.portfolio_filter ul li a{
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-right: 30px;
}

.portfolio_filter ul li:last-child a{
    margin-right: 0;
}

.portfolio-item{
    margin-bottom: 50px;
    background: #f3f3f3;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
}

.grid-item .portfolio-item img{
    width: 100%;
}

.grid-item .portfolio-item{
    position: relative;
    overflow: hidden;   
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all .3s;
}

.grid-item .portfolio-item:hover {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
    transition: all .3s;
}

.grid-item .portfolio-item figcaption{
    position: absolute;
    bottom: 0;   
    text-align: left;
    color: #000;    
    left: 35px;
    bottom: 30px;
    z-index: 1;
}

.grid-item .portfolio-item figcaption .title{
    font-size: 22.5px;
    font-weight: 600;
    margin: 0;
    line-height: 17px;
}

.grid-item .portfolio-item figcaption span{
    font-size: 10px;    
    display: inline-block;
    color:#ffc900;
}

.social-proof {
    font-size:30px;
    line-height: 1.5;
    text-align: left;
    color: #666;
}

/* .grid-item.video-icon .portfolio-item:before{
    content: '\f04b';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 17px 20px;
    border-radius: 50px;
    color: #000;
}  

.grid-item.link-icon .portfolio-item:before{
    content: '\f35d';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 15px 18px;
    border-radius: 50px;
    color: #000;
}

.grid-item.lightbox-icon .portfolio-item:before{
content: '\f03e';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 50px;
    color: #000;
}

/* Hover */

.grid-item:hover .portfolio-item:before{
    z-index: 1;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

*/

.grid-item:hover > .portfolio-item figcaption{
    visibility: visible;
}


.grid-item:hover .portfolio-item figcaption .title{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transition: all ease 0.3s 0.4s;
    -webkit-transition: all ease 0.3s 0.4s;
    -moz-transition: all ease 0.3s 0.4s;
    opacity: 1;
}


.grid-item .portfolio-item figcaption span{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    opacity: 0;
}

.grid-item .portfolio-item figcaption .title{
    color: #fff;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all ease 0.3s 0.1s;
    -webkit-transition: all ease 0.3s 0.1s;
    -moz-transition: all ease 0.3s 0.1s;
    opacity: 0;
}

.grid-item .portfolio-item:before{
    z-index: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.grid-item .portfolio-item img{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.grid-item:hover .portfolio-item figcaption span{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.grid-item:hover .portfolio-item img{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.grid-item .portfolio-item:after{
    background:#000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    /*transform: translateX(-100%);*/
    visibility: hidden;
    opacity: 0;
    color: #fff;
    text-align: center;
    font-size: 18px!important;
    padding: 25px 25px;
}

.grid-item:hover .portfolio-item div p {
    color:#fff;
    transition: color 1s;
}

.grid-item .portfolio-item div p {
    color: #0275d8;
    transition: color 2.5s;
}

.grid-item:nth-of-type(1) .portfolio-item:after{
content: 'Obecność na platformach społecznościowych pozwala dotrzeć do większej liczby potencjalnych klientów, zwiększając świadomość i rozpoznawalność marki.';
}

.grid-item:nth-of-type(2) .portfolio-item:after{
    content: 'Social media umożliwiają bezpośredni kontakt z klientami, co pozwala na budowanie długoterminowych relacji opartych na zaufaniu i zaangażowaniu.';
}

.grid-item:nth-of-type(3) .portfolio-item:after{
    content: 'Aktywna obecność na social mediach, publikowanie interesujących treści i interakcja z użytkownikami prowadzą do większego zaangażowania, co może przyczynić się do wzrostu liczby obserwujących i klientów.';
}

.grid-item:nth-of-type(4) .portfolio-item:after{
    content: 'Social media pozwalają na śledzenie działań konkurencji, a także zbieranie informacji o preferencjach i opinii klientów, co może pomóc w lepszym dopasowaniu strategii marketingowej.';
}

.grid-item:nth-of-type(5) .portfolio-item:after{
    content: 'Platformy społecznościowe oferują narzędzia reklamowe, które pozwalają na precyzyjne docieranie do określonych grup odbiorców, co zwiększa efektywność kampanii.';
}

.grid-item:nth-of-type(6) .portfolio-item:after{
    content: 'Social media udostępniają zaawansowane narzędzia analizy, które pozwalają na monitorowanie wyników kampanii, zrozumienie preferencji klientów i dostosowanie działań do ich potrzeb.';
}

.grid-item:hover .portfolio-item:after{
    /*transform: translateX(0);*/
    opacity: 1;
    visibility: visible;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7-s;
}

/* .site-btn{
    color: #ffc900;
    background: #000;
    padding: 15px 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;  
    font-family: 'Poppins', sans-serif;
}

.site-btn:hover{
    color: #000;
    background: #ffc900;
    transform: translate3d(0px,5px,0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
}
*/

.site-btn {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #000240), color-stop(1, #000) );
    box-shadow: inset 0px 0px 0px #000480, 0px 5px 0px 0px #000, 0px 10px 5px transparent;
    -webkit-border-radius: 5px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    display: block;
    cursor: pointer;
}

.site-btn:hover {
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #000), color-stop(1, #000240) );
    box-shadow: inset 0px 0px 0px #000360, 0px 2px 0px 0px #000, 0px 5px 3px transparent;
    top: 3px;
    color: #ffc900;
    position: relative;
}

.site-btn:active {
    background: #ffc900;
    box-shadow: inset 0px 0px 0px #edbb00, 0px 2px 0px 0px #edbb00, 0px 5px 3px transparent;
    top: 3px;
    color: #000;
    position: relative;
}

/* .site-btn:hover:before{
    transform: translateX(0);
}

.site-btn:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all ease 0.3s;
}  */

.btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.site-btn:focus{
    outline: 0;
    color: #fff;
}

.dark .site-btn{
    background: #fff;
    color: #000;
}

.dark .site-btn:before{
    background: rgba(150, 150, 150, 0.18);
}

.portfolio .site-btn{
    margin-top: 30px;
    margin-right: 15px;
}

.owl-theme .owl-dots .owl-dot:focus{
    outline: 0;
}

.project-detail .section-title{
   font-size: 50px;
   font-weight: 700;
   letter-spacing: -1px;
}

.categories-list{
    padding: 60px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.categories-list li{
    float: left;
    list-style: none;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.dark .categories-list li{
    color: #fff;
}

.dark .categories-list {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #585858;
}

.categories-list li span{
    font-weight: 600;
}

.lightbox .image img{
   width: 100%;
}

.dark .next-link .next-title, .dark .next-link .nav-title {
    color: #fff;
}


/*------------------------ [START] PAGE: SOCIAL MEDIA // SECTION: HERO ------------------------*/   


.hero-container {
  display:flex; flex-direction:row; justify-content: center; align-items: center; 
}

.hero-left {
  width:50%;margin-top: 200px;
  animation: 2s ease-out 1s 1 slideInFromLeft;
}
.hero-title {
  font-family: Poppins; font-weight: 800;font-size: 60px;line-height: 1.25;margin-bottom: 30px;margin-top: 20px;
}
    
.hero-subtitle {
  font-weight: 400;color: #999;font-size: 24px;
}

.hero-text {
  font-size: 24px;color: #999;font-weight: 400;margin-bottom: 60px;
}

.hero-right {
  width: 50%;
  animation: 2s ease-out 1s 1 slideInFromRight;
}

.hero-image {
  width: 100%;padding-top: 200px;padding-bottom: 20px;max-width: 1440px;
}

.hero-button {
    background: #000; padding: 10px 25px; border-radius: 25px; color: #fff; font-weight: 600; margin-left: 0;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
  }
  
  @keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
  }
  

/*------------------------ [END] PAGE: SOCIAL MEDIA // SECTION: HERO ------------------------*/   

/*------------------------ News ------------------------*/   

.news-box{
    color: #000;
}

.dark .news-box{
    color: #fff;
}

.news-box:hover{
    color: #000;
}

.dark .news-box:hover{
    color: #fff;
}

.news-box .image{
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2.5px 4.33px 142px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2.5px 4.33px 142px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2.5px 4.33px 142px 0px rgba(0, 0, 0, 0.2);
}

.news-box .image img{
    width: 100%;
}

.news-box .news-info{
    font-size: 12px;
    opacity: 1;
    margin: 22px 0 10px;
    display: inline-block;
}

.news-box .title{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top:20px;
    padding-bottom: 20px;
}

.news-box.list{
    margin-bottom:120px;
}

.news-box.list .title{
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 15px;
    line-height: 46px;
}

.news-box.list p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.news-box.list .news-info{
    margin-top: 40px;
    font-size: 14px;
}

.nav-links {
    margin: auto;
    padding: 0px 0px 30px;
    text-align: center;
}

.nav-links ul {
    padding: 0px;
    margin: 0px;
}

.nav-links ul li {
    display: inline-block;
    color: #000;
    padding: 0px 10px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.nav-links ul li .current {
    font-weight: 700;
    font-size: 30px;
    vertical-align: middle;
}

.nav-links ul li a {
    color: #000;
    opacity: 1;
    vertical-align: middle;
}

blockquote {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-style: italic;
    padding: 20px 30px;
    line-height: 40px;
    border-left: 3px #000 solid;
    margin:45px 0;
}

.dark blockquote{
    color: #fff;
    border-left: 3px #fff solid;
}

.next-link {
    text-decoration: none;
    overflow: hidden;
    height: 54px;
    display: inline-block;
    margin: 120px auto 30px;
    width: 100%;
    text-align: center;
}

.next-link .next-title, .next-link .nav-title {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}

.next-link .nav-title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.next-link .next-title {
    color: #000;
    font-size: 34px;
    font-weight: 600;
}

.next-link:hover .next-title, .next-link:hover .nav-title {
    transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
/*-------------------------Logo partnerów ----------------*/

.logo-container {
    width:100%; 
    display:flex; 
    justify-content: space-between;
     height: 60px;
}


/*------------------------ Contact ------------------------*/  

.contact-info p{
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -1px;    
    margin-bottom: 20px;
}

.social a:last-child{
    margin-right: 0;
}

.contact-info .social{
    margin-top: 40px;
}

.contact-info .social a{
    color: #000;
}

.secondry-title{
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1px;
}

.dark .secondry-title{
  color: #fff;
}

.form-inp{
    font-family: 'Poppins', sans-serif;
    border: 0;
    background: #fff;
    border: solid 2px #ddd;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 25px;    
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px;
}

.form-inp::placeholder{
    color: #999;
}

.form-inp:active, .form-inp:focus, #con_message:focus, #con_message:active{
    border: solid 2px #acf0ff;
    outline: none;
    background: #e7fbff
}

textarea::placeholder {
  color: #aaa;  
}

.dark .form-inp::placeholder{
    color: #fff;
}

.dark textarea::placeholder {
  color: #fff;  
}

.dark .contact-form textarea{
    border-bottom: solid 1px #fff;
}

.dark .contact-info .social a {
    color: #fff;
}

.contact-form textarea{
    font-family: 'Poppins', sans-serif;
    border: 0;
    background: #fff;
    border: solid 2px #ddd;
    border-radius: 25px;
    width: 100%;
    color: #000;    
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

.contact-map{
    width: 100%;
}

.contact-map iframe{
    width: 100%;
    height: 400px;
}



/*------------------------ Footer ------------------------*/   

.dark footer{
      background: #2b2b2b;
    border-top: 1px #4a4a4a solid;
}

footer{
    background: #000;
    padding: 70px 0;
}

.copyright p{
    font-size: 12px;
    opacity: .7;
    color: #fff;
    margin-bottom: 0;
}   

.getintouch{
    text-align: right;
}

.getintouch .title{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.getintouch p{
    font-size: 13px;
    opacity: 1;
    color: #fff;
    line-height: 15px;
    margin-bottom: 0;
}

.ftr-social{
    text-align: center;
}

.ftr-social .social{
    margin-top: 15px;
}

.ftr-social .social a{
    background: rgba(255, 255, 255, 0.15);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    width: 41px;
    margin-right: 10px;
    font-size: 14px;
}

.ftr-social .social a:hover{
    background: rgba(255, 255, 255, 0.30);
    transform: rotate(360deg);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}


/*---------------------- MISC PREDEFINED ---------------------*/

::-webkit-scrollbar {
   width: 15px;          
}
 
::-webkit-scrollbar-thumb {   
  border-radius: 30px;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
  box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);}
 
::-webkit-scrollbar-track {     
  background-color: #fff;
  background: linear-gradient(to right,#ddd,#ddd 1px,#000 1px,#000);
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #d9d7ed;
}

::selection {
  color: #000;
  background: #acf0ff;
}     
      
      .faq-questions {
          max-height: 30em;
          width: 100%;
          max-width: 800px;
          padding-right: 20px;
          padding-left: 20px;
          margin: 0 auto;
          grid-row-gap: 1.63em;
          flex-direction: column;
          display: flex;
          position: relative;
          overflow: auto;
      }
  
      .faq-single {
          background-color: #fff;
          border-radius: 5px;
          padding: 1.44em 2.06em;
          position: relative;
      }
  
      .faq-single-question {
          max-width: 85%;
          letter-spacing: .7px;
          text-transform: uppercase;
          margin-bottom: 1em;
          font-size: .75em;
          font-weight: 500;
          color: #000;
      }
  
      .show-more {
          color: #000;
          text-transform: uppercase;
          border-bottom: 1px solid #000;
          font-size: .75em;
          font-weight: 500;
          text-decoration: none;
          transition: all .2s;
          display: inline-block;
          position: absolute;
          top: 2.06em;
          right: 2.06em;
      }
  
      .faq-single-answer-hidden {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.5s ease-out;
          font-family: franklin-gothic-atf,sans-serif;
          font-size: .88em;
          font-weight: 400;
          width: 88%;
          margin-left: 0;
          color: #999;
      }


/*------------------------ Media Queries ------------------------*/   


@media screen and (min-width: 1680px) {

    .container {
        width: 1450px;
    }


.masonry{
    margin-right: -30px;
    margin-left: -30px;
}

    .masonry .col, .masonry .col-1, .masonry .col-10, .masonry .col-11, .masonry .col-12, .masonry .col-2, .masonry .col-3, .masonry .col-4, .masonry .col-5, .masonry .col-6, .masonry .col-7, .masonry .col-8, .masonry .col-9, .masonry .col-lg, .masonry .col-lg-1, .masonry .col-lg-10, .masonry .col-lg-11, .masonry .col-lg-12, .masonry .col-lg-2, .masonry .col-lg-3, .masonry .col-lg-4, .masonry .col-lg-5, .masonry .col-lg-6, .masonry .col-lg-7, .masonry .col-lg-8, .masonry .col-lg-9, .masonry .col-md, .masonry .col-md-1, .masonry .col-md-10, .masonry .col-md-11, .masonry .col-md-12, .masonry .col-md-2, .masonry .col-md-3, .masonry .col-md-4, .masonry .col-md-5, .masonry .col-md-6, .masonry .col-md-7, .masonry .col-md-8, .masonry .col-md-9, .masonry .col-sm, .masonry .col-sm-1, .masonry .col-sm-10, .masonry .col-sm-11, .masonry .col-sm-12, .masonry .col-sm-2, .masonry .col-sm-3, .masonry .col-sm-4, .masonry .col-sm-5, .masonry .col-sm-6, .masonry .col-sm-7, .masonry .col-sm-8, .masonry .col-sm-9, .masonry .col-xl, .masonry .col-xl-1, .masonry .col-xl-10, .masonry .col-xl-11, .masonry .col-xl-12, .masonry .col-xl-2, .masonry .col-xl-3, .masonry .col-xl-4, .masonry .col-xl-5, .masonry .col-xl-6, .masonry .col-xl-7, .masonry .col-xl-8, .masonry .col-xl-9 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news-box.col, .news-box.col-1, .news-box.col-10, .news-box.col-11, .news-box.col-12, .news-box.col-2, .news-box.col-3, .news-box.col-4, .news-box.col-5, .news-box.col-6, .news-box.col-7, .news-box.col-8, .news-box.col-9, .news-box.col-lg, .news-box.col-lg-1, .news-box.col-lg-10, .news-box.col-lg-11, .news-box.col-lg-12, .news-box.col-lg-2, .news-box.col-lg-3, .news-box.col-lg-4, .news-box.col-lg-5, .news-box.col-lg-6, .news-box.col-lg-7, .news-box.col-lg-8, .news-box.col-lg-9, .news-box.col-md, .news-box.col-md-1, .news-box.col-md-10, .news-box.col-md-11, .news-box.col-md-12, .news-box.col-md-2, .news-box.col-md-3, .news-box.col-md-4, .news-box.col-md-5, .news-box.col-md-6, .news-box.col-md-7, .news-box.col-md-8, .news-box.col-md-9, .news-box.col-sm, .news-box.col-sm-1, .news-box.col-sm-10, .news-box.col-sm-11, .news-box.col-sm-12, .news-box.col-sm-2, .news-box.col-sm-3, .news-box.col-sm-4, .news-box.col-sm-5, .news-box.col-sm-6, .news-box.col-sm-7, .news-box.col-sm-8, .news-box.col-sm-9, .news-box.col-xl, .news-box.col-xl-1, .news-box.col-xl-10, .news-box.col-xl-11, .news-box.col-xl-12, .news-box.col-xl-2, .news-box.col-xl-3, .news-box.col-xl-4, .news-box.col-xl-5, .news-box.col-xl-6, .news-box.col-xl-7, .news-box.col-xl-8, .news-box.col-xl-9 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news .row{
        margin-right: -30px;
        margin-left: -30px;
    }

}

@media screen and (min-width: 1450px) and (max-width: 1679px){

    .container {
        width: 1250px;
    }

}


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

    .hero .title {
        color: #fff;
        font-size: 90px;
        font-weight: 900;
        letter-spacing: -4px;
    }

    .hero p {
        font-size: 25px;
    }

    .diagonal-left, .diagonal-right {
        height: 90px;
    }

    .hero .content {
        padding: 0 160px;
    }

    .diagonal-left {
        width: 20%;
    }

    .diagonal-right {
        width: 80%;
    }

    .hero .arrow {
        margin-top: 100px;
    }

    .services .item .right {
        padding-right: 40px;
    }


}



/********* MIN WIDTH 1680 *********/

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

  header.fixing{
    padding: 30px;
  }

  .align-left .section-inner {
    padding: 120px 0 110px;
}

    .hero .title {
        font-size: 110px;
    }

    .hero p {
        font-size: 25px;
    }

    .diagonal-left, .diagonal-right {
        height: 90px;
    }

    .hero .content {
        padding: 0 160px;
    }

    .diagonal-left {
        width: 20%;
    }

    .diagonal-right {
        width: 80%;
    }


    .hero .arrow {
        margin-top: 100px;
    }

    .services .item .right {
        padding-right: 40px;
    }

    .align-right .section-inner {
    padding: 120px 0;
}


}



/********* MIN WIDTH 1280 *********/

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

    .hero .title {
        font-size: 90px;
    }

    .hero .content {
        padding: 0 100px;
    }

    .hero p {
        font-size: 23px;    
        line-height: 32px;
    }


}


/********* MIN WIDTH 1199 *********/

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

    .services .item .right {
        width: 80%;
    }

    .services .item .left {
        width: 20%;
    }

    .services .item .right {
        padding-right: 20px;
    }

}


/********* MIN WIDTH 1024 *********/

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

  header.subpage{
      margin-bottom: 0;
  }

    .diagonal-left, .diagonal-right {
        height: 70px;
        margin-bottom: -1px;
    }

    .news-box{
        margin-bottom: 45px;
    }

    .news-box:last-child{
        margin-bottom: 0;
    }

    .contact .section-inner {
        padding: 170px 0 100px;
    }

    .contact-info{
        order: -1;
        margin-bottom: 80px;
    }

    .hero .title {
        font-size: 65px;
    }

    .hero .hello {
        max-height: 80px;
    }

    .copyright, .getintouch{
        text-align: center;
    }

    .ftr-social {
        text-align: center;
        margin: 7px 0 32px;
    }

    .hero .content {
        padding: 0 45px;
    }

    .news-box.list:last-child {
    margin-bottom: 90px;
}

.news-box.list {
    margin-bottom: 90px;
}

}



/********* MIN WIDTH 991 *********/

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

    .categories-list li {
        height: 34px;
    }

    .categories-list {
        padding: 20px 0;
    }

    p {
      font-size: 16px;
      line-height: 32px;
  }

.lightbox .image  {
    margin-bottom: 30px;
}

.social-proof {
    font-size:1.2rem;
    line-height: 1.5;
}

}

/********* MIN WIDTH 920 *********/ /******* Overflow bug fix ***********/

@media screen and (max-width: 920px) { 
    
    section {
        overflow: hidden;
    }
    
}

/********* MIN WIDTH 769 *********/


@media screen and (min-width: 769px) {
        .mobile-header {
            display: none;
        }
}

/********* MAX WIDTH 768 *********/

@media screen and (max-width: 767px) {
    
    header.fixing {
            display: none;
        }
        .mobile-header {
            display: block;
        }
    
header.subpage nav ul li a {
    color: #fff;
}

.align-left .section-inner {
    padding: 110px 0 90px;
}

.align-right .section-inner {
    padding: 120px 0;
}

  .project-detail .section-title {
      font-size: 40px;
  }

  .project-detail .section-title {
      font-size: 30px;
  }

  .categories-list li {
      height: 28px;
      text-align: left;
      font-size: 14px;
  }

  .next-link .nav-title {
    font-size: 30px;
}

 .align-right{
    text-align: left;
}

  .tweet ul li {
      font-size: 20px;
  }

  .twitter .link{
      margin-bottom: 30px;
  }

.twitter {
    padding: 50px 0 60px 45px;
}

.news-box.list .title {
    font-size: 28px;
    line-height: 40px;
}
    
#width90 {
    width: 90%;
}

.imac-container {
    width: 100%;
}

.iphone-container {
    flex: 0 0 auto;
}

.portfolio-container {
    justify-content: flex-start;
    gap: 25px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; 
}
.logo-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; 
}
.lider-logo {
    flex: 0 0 auto;
}

.hero-container {
    flex-direction: column-reverse;
    padding-bottom: 50px;
}

.hero-left {
    width: 100%;
    margin-top: 0;
}

.hero-right {
    width: 100vw;
}

.hero-title {
    font-family: Poppins;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

.hero-subtitle {
margin-bottom: 10px;
}
    
    .hero-subtitle, .hero-text {
        font-size: 18px;
    }
    
    .hero-text {
        margin-bottom: 25px;
    }

.hero-image {
    padding-top: 100px;
}

.hero-button {
    display: block;
    width: 100%;
    text-align: center;
}

    .contact-info{
        margin-bottom: 25px;
    }
    
    .contact-info p {
        margin-bottom: 25px;
}

#con_submit {
margin-top: 25px;
}

#kontakt .col-lg-8 {
padding-bottom: 0;
}

     .secondry-title {
        display:block;
         line-height: 1.5;
      font-size: 26px;
      letter-spacing: -1px;
  }
    
}

/********* MIN WIDTH 580 *********/

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

    blockquote {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        font-style: italic;
        padding: 17px 19px;
        line-height: 28px;
        border-left: 3px #000 solid;
        margin: 45px 0;
    }

    .form.top_120{
        margin-top: 70px;
    }
    
    footer {
        padding: 50px 0;
    }
    
    .copyright p {
        line-height: 1;
        padding-top: 10px;
    }
    
    .ftr-social {
        margin: 25px 0;
    }
    
    .getintouch .title {
        padding: 0 0 0 0;
    }

    .row.lightbox.top_60.bottom_60{
        margin-bottom: 0;
        margin-top: 35px;
    }

    .next-link {
      text-decoration: none;
      overflow: hidden;
      height: 54px;
      display: inline-block;
      margin: 60px auto 0px;
      width: 100%;
      text-align: center;
  }

    .social {
        margin-top: 25px;
    }

  .portfolio-item {
      margin-bottom: 25px;
  }

    .section-title {
        font-size: 26px;
    }

    .section-title:after {
        width: 37px;
    }

    .section-title:before {
        width: 20px;
    }

    br{
        display: none;
    }

    .hero .title {
        font-size: 27px;
        letter-spacing: 0;
    }
    
    .ttl {
        font-size: 18px;
    }
    
    .ttp {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .hero p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .hero .hello {
        max-height: 40px;
        margin-bottom: 10px;
        margin-top: 90px;
    }

  .social a {
    margin-right: 20px;
    font-size: 14px;
}

    header {
        padding: 23px 20px;
    }

    .diagonal-left, .diagonal-right {
        height: 36px;
    }

    .hero .content {
        padding: 0 30px;
    }

    .portfolio_filter ul{
        float: none;
        width: 100%;
        text-align: right;
    }

    .portfolio_filter ul li{
        width: 50%;
    }

    .portfolio_filter ul li a{
      margin-right: 0px;
      line-height: 34px;
    }

  p {
      font-size: 1rem;
      line-height: 2;
      font-weight: 400;
  }
    
    h3 {
        font-size: 24px;
        padding: 0 0 25px 0;
    }

    .title {
        font-size: 40px;
    }
    
    .form-inp, .contact-form textarea {
        font-size: 16px;
    }
    
    .right {
        padding-bottom: 25px;
    }
    
    .card-body {
        font-size: 24px;
        line-height: 32px; 
        font-weight: 400;
    }
    
    #accordion .card button {
        font-size: 28px;
    }

  .contact-info p br{
      display: block;
  }
    
    .text-left {
        padding-bottom: 25px;
    }
    
    #portfolio .text-left {
     padding-bottom: 30px;   
    }

header.fixing{
    padding: 20px;
}

.align-left .section-inner {
    padding: 50px 0 50px;
}

.align-right .section-inner {
    padding: 50px 0;
}

.tweet ul li {
    font-size: 17px;
}

.twitter {
    padding: 50px 0 30px 24px;
}

.news-box.list .title {
    font-size: 20px;
    line-height: 28px;
}

.news-box .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.hero {
height: 80vh;
}

#social-cta {
    padding: 0 0 125px 0;
}

}

/********* MAX WIDTH 449 *********/

@media screen and (max-width: 449px) {
    
    #banner .section-inner {
        padding: 95px 0 50px 0;
    }
    
    #width90 {
        width: 100%;
        padding: 0 0;
        margin: 0 auto;
    }
    
    #width90 div h1 {
        font-size: 40px;
        text-align: center;
    }
    
    #width90 div h2 {
        text-align: center;
    }
    
    #btn-main {
        margin: 0 auto;
    }
    
}

/********* MAX WIDTH 418 *********/

@media screen and (max-width: 418px) {
 
    .site-btn, .load-more {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        box-shadow: none;
    }
    
}

/********* MAX WIDTH 400 *********/

@media screen and (max-width: 400px) {
 
    .ukryj {
        display: none;
    }
    
}



/********* MOBILE LANDSCAPE *********/

@media screen and (min-device-width: 481px) 
 and (max-device-height: 450px) 
 and (orientation: landscape) {

header {
    padding: 30px 20px;
}

.hero .title {
    font-size: 40px;
    letter-spacing: -1px;
    margin-top: 10px;
}

.hero p {
    font-size: 19px;
    line-height: 26px;
}

.hero .hello {
    max-height: 50px;
}

.down-icon{
    display: none;
}

.align-left .section-inner {
    padding: 100px 0 40px;
}

.tweet ul li {
    font-size: 22px;
    line-height: 28px;
}

.contact .section-inner {
    padding: 110px 0 100px;
}

.project-detail .section-title {
    font-size: 40px;
}

.next-link .nav-title {
    font-size: 30px;
}

.next-link {
    margin: 60px auto 0px;
}

.categories-list li {
    text-align: left;
}

.news-box.list .title {
    font-size: 32px;
    line-height: 40px;
}

.form.top_120{
    margin-top: 60px;
}


}


@media screen and (min-device-width: 1366px) 
 and (max-device-height: 1024px) 
 and (orientation: landscape) {

  .tweet ul li {
      font-size: 22px;
  }

  .align-left .section-inner {
      padding: 120px 0 70px;
  }

  .align-right .section-inner {
      padding: 140px 0;
  }

  .news-box.list .title {
      font-size: 34px;
  }

}


@media screen and (max-device-width: 667px) 
 and (orientation: landscape) {

header {
    padding: 30px 20px;
}

.hero .title {
    font-size: 40px;
    letter-spacing: -1px;
    margin-top: 10px;
}

.hero p {
    font-size: 19px;
    line-height: 26px;
}

.hero .hello {
    max-height: 50px;
}

.down-icon{
    display: none;
}

.diagonal-left, .diagonal-right {
height: 40px;
margin-bottom: -1px;
}


}










