@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
html {
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.txt--primary {
  color: #02d5c9;
}

/* COMPONNTS */

.sectionHeader {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.para {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}

.header__line {
  height: 4px;
  width: 50px;
  background-color: #545454;
}

.header__line.header__line--primary {
  background-color: #02d5c9;
}

.button {
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
  border: none;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 4px 6px 17.82px 0.18px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button.button--yellow {
  color: #fff;
  background-color: #f08410;
}

.button.button--yellow:hover {
  color: #000;
  background-color: #fff;
}

.button.button--white {
  color: #000;
  background-color: #fff;
}

.button.button--white:hover {
  color: #fff;
  background-color: #f08410;
}

/* END COMPONNTS */

/* Banner */

/* Banner */

.mainNav.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding-right: 25px;
  transition: all 0.2s ease-in-out;
}

.navbar-defaul {
  transition: all 500ms ease-in-out;
}

.navbar-default.navbar-shrink {
  -webkit-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 7px -5px rgba(0, 0, 0, 0.75);
  background: #15171b;
  border-bottom: 4px solid #09c7bc;
  padding: 0px 0;
  transition: all 500ms ease-in-out;
}

.mainNav {
  position: relative;
  width: 100%;
  z-index: 99999;
}

.mainNav.navbar-light .navbar-nav .nav-link:hover {
  color: #f08410;
}

.mainNav.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #f08410;
}

.mainNav .navbar-toggler {
  border: none;
}

.mainNav .navbar-toggler:focus {
  outline: none;
}

.mainNav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mainNav .button {
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  background-color: #f08410;
  font-size: 15px;
  box-shadow: 4px 6px 17.82px 0.18px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}

.dropdown-item {
  font-family: "Lato", sans-serif;
}

.banner {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: url(../images/social-media-maketing-images/banner_bg.png) 0 0 /
    cover no-repeat;
}

.bannerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bannerHeader {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 50px;
}

.bannerSubheder {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  margin-bottom: 55px;
}

.bannerSubheder .line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 64px;
  background-color: #00fff0;
  margin-right: 10px;
}

.bannerBottomImage {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
}

.bottomSectionIndicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* End Banner */

/* Brand */

.brand {
  padding: 75px 0;
}

.brand__left__image {
  padding-top: 16px;
  position: relative;
}

.brand__left__image__mobile {
  max-width: 305px;
  margin-left: auto;
}

.brand__left__image__instafeed {
  position: absolute;
  top: -26px;
  left: -42px;
  z-index: -1;
}

.brandDescrp__feature {
  display: flex;
  margin-bottom: 30px;
}

.brandDescrp__feature:last-of-type {
  margin-bottom: 0;
}

.brandDescrp__box {
  flex: 0 0 149px;
  height: 142px;
  margin-right: 30px;
  box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.brandDescrp__box img {
  transition: all 0.2s ease-in-out;
}

.brandDescrp__box.brandDescrp__box--primary {
  background: var(--primaryColor);
}

.brandDescrp__content {
  flex-grow: 1;
  padding-top: 8px;
}

.brandDescrp__text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  transition: all 0.3s ease-in-out;
}

.brandDescrp__feature:hover .brandDescrp__box {
  background-color: var(--primaryColor);
}

.brandDescrp__feature:hover .brandDescrp__box img {
  /* filter: invert(100%);
  -webkit-filter: invert(100%); */
}

.brandDescrp__feature:hover .brandDescrp__text {
  color: var(--primaryColor);
}

.brandDescrp__feature:hover .brandDescrp__box img {
  /* filter: invert(100%);
    -webkit-filter: invert(100%); */
}

.brandDescrp__feature:hover .brandDescrp__box {
  /* background-color: #02d5c9; */
}

.brandDescrp__feature:hover .brandDescrp__text {
  /* color: #02d5c9; */
}

/* End Brand */

/* Roadmap */

.roadmap {
  padding: 70px 0;
  background-color: #f9fafc;
}

.roadmapContent {
  padding-top: 60px;
}

.roadmapContent--row {
  margin-bottom: 60px;
}

.roadmapContent--row:last-of-type {
  margin-bottom: 0;
}

.roadmap__image {
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.36);
}

.roadmap__image img {
  border-radius: 10px;
}

.roadmapNumber {
  font-size: 30px;
  font-weight: 300;
  color: var(--primaryColor);
  margin-bottom: 40px;
}

.roadmapNumber .roadmapNumber__line {
  display: inline-block;
  width: 170px;
  height: 1px;
  background-color: #b4b4b4;
  vertical-align: middle;
}

.roadmapHeader {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}

/* End Roadmap */

/* Logo Examples */

.sliding__area {
  padding-top: 80px;
  min-height: 1015px;
  background: url(../images/social-media-maketing-images/logoExmples_bg.png) 0 0 /
    cover no-repeat;
  overflow: hidden;
}

.sliderHeader {
  font-size: 49px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.sliderSubHeader {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.sliderShowcase {
  margin-top: 80px;
  position: relative;
}

.slick__slide__cont {
  width: 742px;
  margin: 0 auto;
  position: relative;
}

.sliderShowcase__slick {
  position: relative;
  padding: 11px 9px 0px 10px;
}

.sliderShowcase__slick::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 651px;
  background: url(../images/social-media-maketing-images/tvStand.png) 0 0 /
    contain no-repeat;
}

.sliderShowcase__slick .slide:focus {
  outline: none;
}

.sliderShowcase__slick .slide > img {
  width: 100%;
}

.sliderShowcase__slick .slick-list {
  height: 398px;
}

.slide__arrow {
  font-family: "Lato", sans-serif;
  font-size: 53px;
  font-weight: 100;
  width: 60px;
  height: 60px;
  background-color: #fbfbfb;
  border-radius: 100%;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 6.93px 0.07px rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.slide__arrow:hover {
  color: #fff;
  background-color: #f08410;
}

.slide__arrow--prev {
  left: -90px;
}

.slide__arrow--next {
  right: -90px;
}

.slide__arrow:focus {
  outline: none;
}

/* End Logo Examples */

/* Contact */

.contact {
  background: url(../images/social-media-maketing-images/contact-background-img.jpg)
    no-repeat center;
  background-size: cover;
  padding: 150px 0 130px;
  margin: 0;
}

.contact .lt-site h3 {
  font-size: 39px;
  line-height: 50px;
  color: #d7d7d8;
  padding: 0 0 48px;
  margin: 0 0 110px;
  position: relative;
  font-weight: 500;
}

.contact .lt-site h3:before {
  content: "";
  width: 76px;
  height: 6px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #09c7bc;
  padding: 0;
  margin: 0;
}

.contact .lt-site h4 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  padding: 0 0 35px;
  margin: 0;
}

.contact .lt-site p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  color: #fff;
  padding: 0 0 17px;
  margin: 0;
}

.contact .lt-site p span {
  display: block;
}

.contact .lt-site h5 {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact .lt-site h5 a {
  color: #00e3fe;
}

.contact .rt-site {
  display: flex;
  z-index: 1;
  min-height: 465px;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px 50px 30px;
  margin: 0;
}

.contact .rt-site .left-text {
  font-family: "Lato", sans-serif;
  position: relative;
  width: 45%;
  margin: 0 35px 0 0;
}

.contact .rt-site .left-text:before {
  content: "";
  width: 301px;
  height: 448px;
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/social-media-maketing-images/contact-form-img.png)
    no-repeat center;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.contact .rt-site .left-text h3 {
  font-weight: 300;
  text-align: center;
  font-size: 47px;
  line-height: 50px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact .rt-site .left-text h3 span.brek1 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact .rt-site .left-text h3 span.brek2 {
  font-weight: 700;
  display: block;
  font-size: 35px;
}

.contact .rt-site .left-text h4 {
  text-align: center;
  color: #fff000;
  font-size: 78px;
  line-height: 80px;
  padding: 0 0 20px 0;
  margin: 0;
  font-weight: 900;
}

.contact .rt-site .left-text h5 {
  width: 200px;
  background: #fff;
  font-size: 24px;
  line-height: 26px;
  color: #c20737;
  padding: 10px 16px;
  margin: 0 auto;
  font-weight: 300;
}

.contact .rt-site .left-text h5 span {
  font-weight: 900;
  font-size: 37px;
  line-height: 40px;
  text-align: center;
}

.contact .rt-site .right-text {
  width: 50%;
}

.contact .rt-site .right-text h4 {
  font-size: 25px;
  line-height: 27px;
  color: #252525;
  padding: 0 0 30px;
  margin: 0;
  font-weight: 700;
}

.contact .rt-site .right-text h4 span {
  width: 36px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  background: #09c7bc;
  margin: 0 30px 0 0;
}

.contact .rt-site .right-text .form-control {
  min-height: 45px;
  font-size: 13px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 6px;
}

.contact .rt-site .right-text textarea.form-control {
  min-height: 100px;
  resize: none;
  margin-bottom: 6px;
}

.contact .rt-site .right-text .sub-btn {
  border: none;
  border-radius: 5px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #09c7bc;
  padding: 16px 23px;
  margin: 0;
}

/* End Contact */

/* Footer */

footer {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 30px;
}

footer p {
  margin-bottom: 1rem;
}

footer.sample-footer-page {
  background: #fff;
  border-top: solid 2px #46bbe4;
  color: rgba(0, 0, 0, 0.6);
  clip-path: none;
  padding-top: 0;
}

.footer-logo {
  width: 180px;
  display: block;
}

.footer-logo img {
  max-width: 100%;
  width: auto;
}

.footer-icon-box {
  position: relative;
}

.footer-icon-box ul {
  display: flex;
  padding: 0;
  margin-bottom: 1rem;
}

.footer-icon-box ul li {
  float: left;
  padding-right: 24px;
}

.footer-icon-box ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
}

footer.sample-footer-page .footer-icon-box ul li a {
  color: rgba(0, 0, 0, 0.6);
}

footer h2 {
  font: 700 18px/24px "Lato", sans-serif;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0.5rem;
}

footer h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: #fff;
}

footer.sample-footer-page h2:before {
  background: #04a7e0;
}

.footer-menu {
  position: relative;
}

.footer-menu ul {
  padding: 6px 0 0;
  margin-bottom: 1rem;
}

.footer-menu ul li a {
  font: 400 14px/20px "Open Sans", sans-serif;
  color: #fff;
  padding-left: 28px;
  background: url(//klizos.com/wp-content/themes/klizos/public/css/../images/f-menu-bg.png)
    no-repeat 0 50%;
  display: inline-block;
  margin: 10px 0 0;
}

footer.sample-footer-page .footer-menu ul li a {
  background: 0 0;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 0;
}

.ft-mail-box a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #fff;
  color: #fff;
}

footer.sample-footer-page .ft-mail-box a {
  color: #04a7e0;
  border-color: #46bbe4;
  font-weight: 400;
}

.copy-right-sac {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding: 15px;
  font: 400 12px/20px "Open Sans", sans-serif;
}

footer.sample-footer-page .copy-right-sac {
  border-color: rgba(0, 0, 0, 0.1);
}

/* End Footer */

/* Media queries */

@media (max-width: 1199.98px) {
  .mainNav.navbar-light .navbar-nav .nav-link {
    padding: 0 12px 0 0;
    font-size: 13px;
  }
  .logo__examples__header {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .mainNav .navbar-nav {
    /* background-color: #074248; */
    padding: 20px;
    position: relative;
    z-index: 999;
  }
  .mainNav.navbar-light .navbar-nav .nav-link {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .bannerHeader {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .bannerSubheder {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .brand {
    padding: 50px 0;
  }
  .sectionHeader {
    font-size: 25px;
  }
  .para {
    font-size: 12px;
  }
  .roadmap {
    padding: 50px 0;
  }
  .sliding__area {
    min-height: 880px;
    padding: 60px 0;
  }
  .sliderHeader {
    font-size: 31px;
    margin-bottom: 40px;
  }
  .sliderSubHeader {
    font-size: 12px;
  }
  .sliderShowcase {
    margin-top: 50px;
  }
  .slick__slide__cont {
    width: 100%;
  }
  .sliderShowcase__slick {
    padding: 9px 9px 0px 9px;
  }
  .contact {
    padding: 80px 0;
  }
  .lt-site {
    margin-bottom: 80px;
  }
  .contact .lt-site h3 {
    margin-bottom: 40px;
  }

  .slide__arrow--next {
    right: -30px;
  }

  .slide__arrow--prev {
    left: -30px;
  }
}

@media (max-width: 769px) {
  .brand__left__image__instafeed {
    left: -24px;
  }
  .ft-mail-box {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .navbar-default .nav-block .sidenav.w-22 {
    padding-top: 100px;
  }
  .bannerBottomImage {
    display: none;
  }
  .brand__left__image {
    padding-top: 0;
  }
  .roadmapContent {
    padding-top: 30px;
  }
  .roadmapNumber {
    margin-bottom: 30px;
  }
  .roadmapHeader {
    margin-bottom: 30px;
  }
  .contact .rt-site {
    flex-direction: column;
  }
  .contact .rt-site .left-text {
    width: auto;
  }
  .contact .rt-site .right-text {
    width: 100%;
    padding-top: 65px;
  }
  .slide__arrow {
    display: inline-block !important;
  }
  .sliding__area {
    min-height: auto;
    height: 765px;
  }
  .sliderShowcase__slick::before {
    height: 448px;
  }
  .brandDescrp__feature {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .brandDescrp__text {
    font-size: 20px;
  }
  .logobox__text {
    height: 212px;
  }
  .slide__arrow {
    font-size: 28px;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
    left: 50%;
    /* transform: translateY(); */
  }
  .slide__arrow--prev {
    transform: translate(-50px, 50px) !important;
  }
  .slide__arrow--next {
    transform: translate(0, 50px) !important;
  }
  .sliderShowcase__slick .slick-list {
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 2px 6.93px 0.07px rgba(0, 0, 0, 0.32);
  }
  .sliderShowcase__slick::before {
    content: none;
  }
  .brand__left__image__mobile {
    margin-right: auto;
  }
  .brand__left__image__instafeed {
    display: none;
  }
  .sliding__area {
    height: auto;
    padding: 40px 0 80px 0;
  }
  .sliderShowcase {
    margin-top: 30px;
  }
  .roadmapHeader {
    font-size: 25px;
  }
  .sliderHeader {
    margin-bottom: 35px;
  }
}

@media (max-width: 400.98px) {
  .button.button--white {
    font-size: 14px;
  }
}

.errorSize {
  font-size: 12px;
}
