@font-face {
  font-family: "averta";
  src: url("../fonts/averta-regular-webfont.woff2") format("woff2"),
    url("../fonts/averta-regular-webfont.woff") format("woff"),
    url("../fonts/averta-regular-webfont.ttf") format("truetype"),
    url("../fonts/averta-regular-webfont.svg#averta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "averta";
  src: url("../fonts/averta-light-webfont.woff2") format("woff2"),
    url("../fonts/averta-light-webfont.woff") format("woff"),
    url("../fonts/averta-light-webfont.ttf") format("truetype"),
    url("../fonts/averta-light-webfont.svg#avertalight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "averta";
  src: url("../fonts/averta-semibold-webfont.woff2") format("woff2"),
    url("../fonts/averta-semibold-webfont.woff") format("woff"),
    url("../fonts/averta-semibold-webfont.ttf") format("truetype"),
    url("../fonts/averta-semibold-webfont.svg#avertasemibold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "averta";
  src: url("../fonts/averta-bold-webfont.woff2") format("woff2"),
    url("../fonts/averta-bold-webfont.woff") format("woff"),
    url("../fonts/averta-bold-webfont.ttf") format("truetype"),
    url("../fonts/averta-bold-webfont.svg#avertabold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

body {
  font-size: 21px;
  line-height: 30px;
  font-family: averta, Arial;
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
.container {
  max-width: 1180px;
}
.wrapper {
  padding-top: 130px;
}
.hide {
  display: none;
}
h1 {
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 20px;
  letter-spacing: -2.6px;
  font-weight: 600;
}
.h2,
h2 {
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 20px;
  letter-spacing: -2.6px;
  font-weight: 600;
}
a,
a:hover {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}
p {
  color: #6e767d;
  margin-bottom: 20px;
  line-height: 1.55;
  letter-spacing: -0.64px;
}
.mt-180 {
  margin-top: 180px !important;
}
img {
  max-width: 100%;
}
.navbar-brand {
  padding: 34px 0;
}
.faq-section a.btn-black {
  color: #fff !important;
}
.question-wrap {
  border-top: 1px solid #ebf0f4;
}
.question-wrap:first-child {
  border-top: 0;
}
.question-wrap > p {
  padding: 0;
  margin: 0;
}
.question-wrap > p a {
  padding: 12px 20px 12px 0;
  position: relative;
  color: #000;
  display: block;
}
.question-wrap > p a:after {
  content: "";
  background: url(https://cdn.papara.com/web/icon/down.svg) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.question-wrap .question-item-answer {
  height: 0;
  overflow: hidden;
}
.question-wrap.active .font-family-bold a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.question-wrap.active .question-item-answer {
  height: auto;
}
.question-wrap .question-item-answer p {
  font-size: 14px;
  letter-spacing: -0.26px;
  line-height: 1.5;
}
.question-item ol,
.question-item ul {
  font-size: 14px;
  color: #6e767d;
}
.faq-section a {
  color: #6e767d;
}
.faq-section a:hover {
  color: #000;
}
.font-family-bold {
  font-weight: 600;
}
.btn {
  padding: 0 30px 0;
  min-width: 224px;
  border: none;
  border-radius: 8px;
  line-height: 48px;
  font-size: 18px;
  letter-spacing: -0.29px;
}
.landing-screen .btn {
  min-width: 200px;
  padding: 0;
  margin: 0 5px 15px 10px;
}
.btn img {
  margin-right: 10px;
}
.btn-black {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-gray {
  border: 2px solid #000;
  padding: 0 31px 0;
  font-weight: 700;
  background: #fff;
  color: #000;
}
.btn-gray:hover {
  color: #000;
}
.btn-papara-link {
  background: #8c00a1;
  color: #fff !important;
  border: 2px solid #8c00a1;
}
header .navbar-expand-lg .navbar-nav li.scroll-btn-hs .nav-link.btn-papara {
  color: #fff;
  background: #000 !important;
  min-width: 50px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 54px;
}
footer {
  margin-top: 30px;
  padding-bottom: 30px;
}
footer .f-destek {
  line-height: 1.55;
  letter-spacing: -0.4px;
}
footer small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #8b959e;
}
footer .footer-middle {
  margin-top: 56px;
  margin-bottom: 56px;
}
footer .footer-icon-link {
  margin-bottom: 0;
}
footer .footer-icon-link a {
  display: block;
  padding-right: 13px;
}
footer .footer-icon-link a img {
  width: auto;
  height: 45px;
}
footer .footer-icon-link .icon-web {
  background-position: 0 0;
}
footer .footer-icon-link .icon-store {
  background-position: 0 -100px;
}
footer .footer-icon-link .icon-play {
  background-position: 0 -50px;
}
footer .footer-img img {
  width: auto;
  height: 45px;
}
footer .footer-img img.visa {
  width: 84px;
  height: auto;
  margin-top: 10px;
}
footer .footer-img a {
  display: inline-block;
  height: 45px;
  overflow: hidden;
  cursor: unset;
}
footer .footer-img a ~ a {
  padding-left: 32px;
}
footer .footer-bottom a {
  font-size: 1.4rem;
  letter-spacing: -0.2px;
  color: #000;
}
footer .footer-bottom ul li.list-inline-item {
  margin-left: 16px;
  margin-right: 0;
}
footer .footer-bottom ul li.list-inline-item:first-child {
  margin-left: 0;
}
footer .footer-bottom .lang-link {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer .footer-bottom .lang-link > a {
  cursor: pointer;
  padding: 0;
  display: none;
}
footer .footer-bottom .lang-link > a .img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.iphone .f-appgallery,
.iphone .f-googleplay {
  display: none !important;
}
.android .f-appstore,
.android footer .footer-icon-link li:first-child {
  display: none !important;
}
.social-link-wrap img {
  width: auto;
  max-height: 20px;
  margin: 0 5px 0 0;
}
.step-section {
  background: #f1f1f1;
  padding: 70px 0;
}
.step-section p {
  margin: 20px 0 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080b0e;
}
.step-section .row div {
  position: relative;
}
.step-section .row div + div:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: -25px;
  top: 50px;
  background: url(../../assets/img/arrow-right.svg) no-repeat center;
}
.slider-section .str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
  min-height: 100px;
}
.slider-section .str_wrap span {
  width: 190px;
  display: inline-block;
  height: 190px;
  text-align: center;
  border: 1px solid #e8ebef;
  border-radius: 20px;
  margin-right: 25px;
  position: relative;
  padding-top: 42px;
}
.slider-section .str_wrap span img {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
}
.slider-section .str_wrap span em {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.035em;
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  display: block;
  color: #8B959E;
  word-break: break-word;
  white-space: normal;
  padding: 0 30px;
}
.slider-section .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: grabbing;
}
.slider-section .str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.slider-section .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.slider-section .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.slider-section .str_down .str_move,
.slider-section .str_vertical .str_move {
  white-space: normal;
  width: 100%;
}
.slider-section .noStop .str_move,
.slider-section .no_drag .str_move,
.slider-section .str_static .str_move {
  cursor: inherit;
}
.payment-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.payment-slider#slider-left {
  min-height: 100px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.mt-75 {
  margin-top: 75px !important;
}
.iphone-banner {
  position: relative;
  width: 304px;
  height: 607px;
}
.iphone-banner .mask {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.iphone-banner .img {
  width: 264px;
  height: 572px;
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 10;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 264px;
}
.iphone-banner.non-mask {
  width: 100%;
}
.iphone-banner.non-mask .img {
  width: 100%;
  height: 630px;
  background-size: auto 100%;
}
.phone-screen-wrapper.non-mask .phone-screen-url {
  height: auto;
  min-height: 85vh;
  padding-top: 80px;
}
.phone-screen-wrapper.non-mask .phone-screen-url .text-wrap-center {
  height: 100%;
}
.non-mask {
  width: 100%;
}
.non-mask .owl-carousel .owl-item .iphone-banner {
  height: 400px;
}
.non-mask .owl-carousel .owl-item .iphone-banner > img {
  display: none;
}
.non-mask .owl-carousel .owl-item .iphone-banner .img {
  background-size: 100%;
}
.non-mask .owl-carousel .owl-dots {
  top: 352px !important;
}
.sreen-section .iphone-banner {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 270px);
  z-index: 1;
}
.sreen-section .phone-screen-url {
  height: 85vh;
}
.sreen-section .phone-screen-url.last {
  height: 607px;
}
.sreen-section .text-wrap-center {
  width: 100%;
  position: relative;
  height: 607px;
}
.phone-screen-wrapper-carousel {
  position: relative;
}
.phone-screen-wrapper-carousel .owl-item:after {
  content: "";
  background: #fff;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 125px;
  left: 0;
  top: 176px;
  z-index: 99;
}
.phone-screen-wrapper-carousel .iphone-banner {
  margin: auto;
  margin-bottom: 50px !important;
}
.phone-screen-wrapper-carousel .owl-dots {
  text-align: center;
  position: absolute;
  top: 312px;
  width: 100%;
}
.phone-screen-wrapper-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e9ed;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.phone-screen-wrapper-carousel .owl-dots .owl-dot.active {
  background-color: #8c00a1;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../other/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.bx-controls,
.owl-thumbs,
a.disabled {
  display: none;
}
.fixed-top {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}
.home-screen {
  min-height: calc(100vh - 130px);
}
.landing-screen {
  min-height: 100vh;
  padding-top: 128px;
}
#videoModal .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #000;
  color: #fff !important;
  z-index: 2;
  font-size: 29px;
  padding: 0;
  opacity: 0.8;
}
#videoModal .btn-close span {
  position: relative;
  top: -3px;
}
#videoModal iframe {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
}

@media (max-width: 991px) {
  .h2,
  h2 {
    line-height: 1.25;
    letter-spacing: -1.8px;
    font-size: 35px;
  }
  p {
    font-size: 20px;
  }
  footer .footer-img a ~ a {
    padding-left: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  footer .footer-bottom ul li.list-inline-item {
    margin-left: 4px;
  }
}
@media (min-width: 300px) and (max-width: 1200px) {
  .footer-icon-link {
    max-width: 400px;
  }
  .footer-icon-link li {
    height: 50px;
    float: left;
    width: 160px;
  }
  .step-section .row div {
    margin-bottom: 100px;
  }
  .step-section .row div + div:after {
    left: auto;
    top: -80px;
    transform: rotate(90deg);
    margin: 0 0px 0 -25px;
  }
}
@media (min-width: 992px) and (max-height: 804px) {
  p {
    margin-bottom: 15px;
  }
  .iphone-banner {
    width: 232px;
    height: 460px;
  }
  .iphone-banner .img {
    width: 202px;
    height: 442px;
    left: 15px;
    top: 13px;
    background-size: 202px;
  }
  .iphone-banner.non-mask .img {
    height: 500px;
  }
  .sreen-section .iphone-banner {
    top: calc(50% - 176px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    min-height: calc(100vh - 171px);
    margin-bottom: 30px;
  }
  .mt-180 {
    margin-top: 40px !important;
  }
  footer .footer-icon-link a {
    padding-right: 0;
  }
  .mt-75 {
    margin-top: 120px !important;
  }
  .iphone-banner {
    width: 226px;
    height: 452px;
    margin-top: 50px;
    margin-right: 60px;
    overflow: inherit;
    margin-bottom: auto !important;
  }
  .iphone-banner .mask {
    width: auto;
    height: 100%;
  }
  .iphone-banner .img {
    width: 196px;
    height: 430px;
    left: 15px;
    top: 13px;
    background-size: 196px;
  }
  .iphone-banner.non-mask .img {
    height: 400px;
  }
  .sreen-section .phone-screen-url {
    height: 80vh;
  }
  .sreen-section .phone-screen-url.last {
    height: 518px;
  }
  .sreen-section .text-wrap-center {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    min-height: calc(100vh - 171px);
    margin-bottom: 30px;
  }
  .mt-180 {
    margin-top: 120px !important;
  }
  footer .footer-bottom .lang-link {
    text-align: center;
    margin-bottom: 5px;
  }
  footer {
    margin-top: 0;
  }
  footer small {
    font-size: 12px;
  }
  footer .footer-middle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  footer .footer-icon-link {
    width: 100%;
  }
  footer .footer-icon-link li {
    margin: 0 !important;
  }
  footer .footer-icon-link a {
    padding-right: 0;
  }
  footer .footer-icon-link a img {
    height: 42px;
    margin-bottom: 30px;
  }
  footer .footer-img {
    margin-top: 30px;
    text-align: center !important;
  }
  footer .footer-img img {
    height: 37px;
  }
  footer .footer-img img.visa {
    width: 67px;
    margin-top: 7.5px;
  }
  .mt-75 {
    margin-top: 120px !important;
  }
  .iphone-banner {
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px !important;
  }

  .iphone-banner:after {
    content: "";
    background: #fff;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 125px;
    left: 0;
    top: 176px;
    z-index: 99;
  }
  .iphone-banner .mask {
    width: 304px;
    height: auto;
  }
  .sreen-section .iphone-banner {
    position: relative;
    top: 0;
  }
  .sreen-section .phone-screen-url {
    height: auto;
  }
  .sreen-section .phone-screen-url.last {
    height: auto;
  }
  .sreen-section .text-wrap-center {
    height: auto;
  }
  .phone-screen-wrapper-carousel .iphone-banner {
    margin-bottom: 64px !important;
  }
  .phone-screen-wrapper-carousel .iphone-banner:after {
    display: none;
  }
  .navbar-brand {
    padding: 24px 0;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .wrapper {
    padding-top: 150px;
  }

  header .navbar-expand-lg .navbar-nav li.scroll-btn-hs .nav-link.btn-papara {
    line-height: 44px;
  }
}