/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

a, button{
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;  
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


img {
    max-width: 100%;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /* background-color: #fff; */
}

body {
  /*display: -ms-flexbox;*/
  /* display: flex; */
  color: #737373;
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  font-family: "Helvetica Neue", arial, sans-serif;
  overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;  
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: 28px 0;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  font-size: 13px;
  border: none;
  padding-left: 19px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active,
.nav-masthead a:hover {
  color: #FFC83A;
  border-bottom-color: #fff;
}

#infoIcons {
  margin-bottom: 15vh;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}



h3.masthead-brand img {
    max-width: 121px;
    margin-top: 6px;
}

.header{
  background: url(../images/bgHeader_web.jpg) no-repeat  ;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  max-height: 100vh;
  /* background-position: center -130px; */
  position: relative;
  min-height: 856px;
  background-color: #75b0dc;
}

.hero-left {
    position: relative;
    z-index: 1;
    height: auto;
}

#storeLinks {
  position: absolute;
  margin-top: 57%;
}

#qr_code {
    position: absolute;
    margin-top: 43%;
    margin-left: 12%;
  }

.mobileSlogan {
  display: none;
}


/* .hero-left .appstoreLink{
    margin-right: 16px;
} */

header {height: 87px;}


img.hero-app-screen {
    position: absolute;
    right: -110px;
    top: 120px;
    width: 45% !important;
}

section.first-gray{
  padding-top: 100px;
}

section{position: relative;/* padding-bottom: 100px; */padding-top: 100px;}



.gray-bg-1::after{
  content: "";
  position: absolute;
  background: url(../images/bg-gray-1.png) no-repeat top right;
  min-height: 1680px;
  width: 100%;
  top: 0;
  z-index: -1;
}


.gray-bg-2::after{
  content: "";
  position: absolute;
  background: url(../images/bg-gray-2.png) no-repeat top left;
  min-height: 1800px;
  width: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}

.title-container {
    padding: 34px;
}


.shadows {
    box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 100%;
}

.title-container h2 {
    color: #1C1C1C;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 21px;
    padding-top: 35px;
    position: relative;
}


.title-container h2::after{
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  background: url(../images/title-cr.png) no-repeat;
  width: 37px;
  height: 37px;
}

.title-container h2 span {
    font-weight: 300;
}

.title-container p {
    line-height: 27px;
    color: #a7a7a7;
}

.title-container.text-right h2::after {
    left: auto;
    right: 0;
}

.slide-content {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 480px;
    height: 480px;
    left: -220px;
    top: 65%;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
}

.slide-item {
    position: relative;
    visibility: hidden;
}

.owl-item.active .slide-item {
    visibility: visible;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slide-content-cv {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: calc(100% - 200px);
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-content::after,
.slide-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px dashed #ccc;
    border-radius: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}

.slide-content::before{
    width: calc(100% + 60px);
    height: calc(100% + 60px);    
    margin-left: -30px;
    margin-top: -30px;  
    border: 1px dashed rgba(204, 204, 204, 0.41);  
}

.owl-theme .owl-nav {
    position: absolute;
    left: -200px;
    bottom: -10%;
    z-index: 9;
    width: 440px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #64DDFF;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    /* text-indent: -9999px; */
}

.owl-theme .owl-nav [class*=owl-] span {position: absolute;top: 1px;left: 31px;font-weight: normal;font-size: 42px;}

.owl-theme .owl-nav [class*=owl-] {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev span {margin-left: 0px;}

.owl-carousel .owl-nav button.owl-next span {
    margin-left: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -50px;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2e2e30;
}

.slide-content-cv > span {
    font-size: 47px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 0px;
    display: inline-block;
    /* opacity: 0.3; */
    background: url(../images/oval-sl-c.svg) no-repeat center;
    width: 186px;
    height: 186px;
    color: #ccc;
    line-height: 169px;
}

.slide-content-cv > h3 {
    margin-top: -47px;
    color: #3AC5DF;
    /* font-size: 21px; */
    color: #1C1C1C;
    font-weight: 600;
}

.slide-content-cv > h3 span {
    display: block;
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 600;
    /* color: #3AC5DF; */
}

.slide-content-cv > p {
    font-size: 15px;
    margin-top: 18px;
    line-height: 25px;
    color: #8a8a8a;
}

section.gray-bg-1.margin-t-1 {
    margin-top: 190px;
}


.fea-boxes {
    text-align: center;
    padding-top: 160px;
}

.fea-boxes h3 {
    color: #3AC5DF;
    font-size: 21px;
    font-weight: 600;
}

.fea-boxes h3 span {
    display: block;
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 300;
}

.fea-boxes p {
    font-size: 15px;
    max-width: 230px;
    display: inline-block;
    margin-top: 5px;
    color: #909090;
}



.col-md-4:nth-child(1) .fea-boxes {
    background: url(../images/tek-tus.svg) no-repeat center top;
}

.col-md-4:nth-child(2) .fea-boxes {
    background: url(../images/kredi-karti.svg) no-repeat center top;
}

.col-md-4:nth-child(3) .fea-boxes {
    background: url(../images/musteri-hiz.svg) no-repeat center top;
}

.left-footer {
    width: 50%;
    float: left;
}

.right-footer {
    width: 50%;
    float: right;
}

.main-footer {
    max-width: 100%;
    height: 900px;
    max-height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/bgfooter.png);
}

.inner-footer-left {
    display: inline-block;
    text-align: left;
    margin-right: 90px;
    padding-left: 1vw;
}

.left-footer {
    color: #fff;
    max-height: 100%;
    border-radius: 100px 0 0 0;
    text-align: right;
    margin-top: 10px;
}

footer .title-container.al-left {
    padding-left: 0;
}

.right-footer{
  padding: 80px;
  color: #fff;
  max-height: 100%;
  max-width: 100%;
  border-radius: 100px 0 0 0;
}

.right-footer * {
    color: #fff !important;
}

.left-footer * {
    color: #fff !important;
}

section.last-sec::after {
    min-height: auto !important;
    height: calc(100% + 550px);
}

.inner-footer-left .title-container {
    margin-top: 82px;
}

.news-item a {
    color: #1C1C1C;
    font-weight: 150;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
    display: inline-block;
}

.news-item p {
    color: #1C1C1C;
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 7px;
}

.news-item a:last-child {
    font-size: 14px;
    color: #E96B00;
    text-transform: lowercase;
}

.news-item {
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
}

.news-item:last-child {
    border: none;
    margin-bottom: 0;
}

.right-footer .title-container h2::after{
  position: absolute;
  left: 0;
  top: -20px;
  width: 37px;
  height: 37px;
  background-image: url(../images/title-cr-yl.png);
}

.phones {
    margin-top: 30px;
    margin-bottom: 30px;
}

.phones span {
    margin: 0 17px;
    opacity: .3;
}

.phones {
    letter-spacing: 0.4px;
}

.right-footer hr {
    border-bottom: 1px solid #fff;
    mix-blend-mode: overlay;
    margin-top: 37px;
}

.socials img {
    width: 24px;
    margin-right: 8px;
}

.socials {
    margin-top: 40px;
}



.header.fixed-header .headerCont .masthead {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/bgHeader_web.jpg) no-repeat bottom;
    z-index: 120;
    padding: 0;
    padding-top: 4px;
}

.headerCont {
    height: 87px;
    z-index: 2;
    position: relative;
}

@media (min-width: 768px){
    .masthead .inner{
        max-width: 1140px;
        margin:0 auto;
    }
}


.header.fixed-header .headerCont .masthead h3.masthead-brand img {
    height: 48px;
    margin-top: 15px;
}

.header .headerCont .masthead {
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    top: -70px;
}

.header.fixed-header .headerCont .masthead{
    top: 0;
    box-shadow: 10px 10px 17px rgba(0, 0, 0, 0.28);
}


#mobileMenu,
img.hero-app-screen.mobile{
  display: none;
}

.modal-title {
    color: #E96B00;
    font-weight: 600;
}

/* media */
@media (max-width: 768px){

    #desktopMenu{
        display: none;
    }


  #mobileMenu{
      display: block;
      margin-top: 17px;
      border-radius: 3px;
      text-align: center;
      width: 90px;
      float: right;
  }   

 #storeLinks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 120%;
    width: 100vw;
    margin-left: -5%;
 }

 #qr_code {
    display: flex;
    margin-top: 75%;
    margin-left: 30%;
  }

 .main-footer {
    display: flex;
    position: relative;
    background-image: url(../images/bgfooter.png);
 }

 .mobileSlogan {
  display: block;
  transform: rotate(-4deg);
  text-align: center;
  margin-top: 15%;
  float: left;
 }

.mobileSlogan p {
  color: yellow;
  line-height: .8em;
  font-weight: 500 !important;
}

.mobileSlogan h3 {
  color: white;
  font-size: 1.5em !important;
}

.mobileSlogan span {
  font-size: 1.7em !important;
}

  img.hero-app-screen.mobile{
    display: none;
  }

  .owl-carousel .owl-stage-outer {
    /* overflow-x: hidden; */
    /* overflow-y: visible !important; */
  } 

  .owl-stage {
    /* overflow-x: hidden; */
    /* overflow-y: visible !important; */
  } 


  .header.fixed-header .headerCont .masthead {
      position: static !important;
      background: transparent !important;
  }

  .hero-left img.hero-app-screen {
      position: static;
      display: none;
  }

  .hero-left img.heroimg {
      margin-top: -20px;
      margin-left: -57px;
      display: none;
  }
  
  /* .hero-left .appstoreLink {height: 80px;display: inline-block;margin-right: 3px;}   */

  .inner-footer-left {
      margin-left: 0;
  }

  .right-footer * {
      size: 5%;
      text-align: center;
      margin-left: 0;
      font-size: 12px;
      font-weight: 100;
      justify-content: center;
  }

  .right-footer span {
      margin-top: 0%;
      font-size: 20px;
      font-weight: 200px;
  }

  .right-footer .title-container h2::after {
    margin-top: -27px;
    margin-bottom: 0%;
 }

 .left-footer .title-container h2::after {
    margin-top: -20px;
 }

    .right-footer.title-container.al-left {
        display: block;
        position: relative;
        margin-top: -27px;
        margin-bottom: -5%;
        max-height: 80px;  
    }

    .title-container.al-left h2{
        justify-content: left;
        text-align: left;
        padding-top: 3;
    }

    .title-container.al-left h2 span{
        justify-content: left;
    }

    .container h2 {
        color: #1C1C1C !important;
        font-weight: 700 !important;
        font-size: 48px !important;
        margin-bottom: 21px !important;
        padding-top: 35px !important;
        position: relative !important;
    }

  .left-footer {
      display: flexbox;
      width: 25%;
      max-height: 720px;
    }

    .right-footer {
        margin-top: -26px;
        display: flexbox;
        width: 80%;
        max-height: 720px;
        padding-right: 10%;
    }

    .right-footer p {
        justify-content: space-around;
    }

    .right-footer.google-map {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .google-map iframe {
        padding-right: 7%;
        width: 200px;
        max-height: 150px;
    }

    .socials {
        margin-top: 10px;
    }

    .news-item a {
        color: #1C1C1C;
        font-weight: 150;
        font-size: 12px;
        margin-bottom: 6px;
        margin-top: 6px;
        display: inline-block;
    }
    
    .news-item p {
        color: #1C1C1C;
        opacity: 0.5;
        font-size: 14px;
        margin-bottom: 7px;
    }
    
    .news-item a:last-child {
        font-size: 14px;
        color: #E96B00;
        text-transform: lowercase;
    }
    
    .news-item {
        margin-bottom: 20px;
        padding-bottom: 13px;
        border-bottom: 1px solid #e4e4e4;
    }
    
    .news-item:last-child {
        border: none;
        margin-bottom: 0;
    }

  img.hero-app-screen.mobile {
      position: static;
      margin-bottom: -110px;
  }

  section {
      padding-top: 10px;
  }

  .inner-footer-left .title-container {
      margin-top: 20px;
  }

  .inner-footer-left .title-container.al-left h2 {
    margin-top: 20px;
  }

  .title-container h2::after {
    margin-top: -20px;
  }

  section.gray-bg-1.margin-t-1 {
      margin-top: 130px;
  }  

  h3.masthead-brand {
      float: left;
  }

  div#navbarNav {
      width: 250px;
      position: absolute;
      right: 16px;
      background: #fff;
      padding: 18px;
      margin-top: 21px;
      border-radius: 3px;
  }

  div#navbarNav a {
      color: #000;
      text-align: left;
      font-size: 14px;
      font-weight: 500;
  }

  .navbar-dark .navbar-toggler {
      outline: none;
      border-color: rgba(255, 255, 255, 0.44) !important;
  }  

  section * {
      overflow: hidden;
  }  


  section .title-container *{
    overflow: visible;
  }


  section#nasil-kullanilir {
      max-width: 100%;
      height: 1030px;
      overflow-y: hidden;
      overflow-x: hidden;
  }

  section#nasil-kullanilir *{
    overflow: visible;
  }

  section#hakkimizda {
      margin-top: 0;
  }

  .owl-carousel .owl-nav button.owl-next {
      margin-right: 0;
      float: none;
  }

  .owl-carousel .owl-nav button.owl-prev {
      margin-left: 0;
      float: none;
  }

  .owl-theme .owl-nav {
      left: 50%;
      transform: translateX(-50%);
      bottom: -160px;
      /* position: static; */
      /* margin: 0 auto; */
      /* margin-top: 152px; */
  }  

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #64DDFF;
    width: 74px;
    height: 74px;
    border-radius: 70% !important;
    color: #fff;
    font-size: 60px;
    bottom: 20% !important;
    /* text-indent: -9999px; */
}

  div#navbarNav a.active {
      color: #daa22e;
  }

  footer#iletisim {
      text-align: left;
  }

  section#hakkimizda + section {
      padding-top: 60px;
  }


  .slide-content {
      left: 50%;
      top: 220px;
      transform: translateX(-50%);
      width: 350px;
      height: 350px;
      top: 35%;
  }  

  .fea-boxes {
      margin-bottom: 40px;
  }


  .header {
      min-height: 640px;
      background: url(../images/bgHeader_mobile.jpg) no-repeat;
      background-size: cover !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
  }
  

  .hero-left h3 span {
      font-size: 28px;
      line-height: 30px;
      /* color: #ffcf46; */
  }

  .hero-left p {
      /* max-width: 210px; */
      /* width: auto; */
  }

  .hero-left {
      margin-left: 3px;
  }

  .hero-left a img {
      width: 143px;
  }

  .title-container h2 {
      font-size: 20px;
      font-weight: 200;
      margin-bottom: -20px;
      color:white;

  }
  
  .title {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 0;
    color:white;

}  

  .owl-carousel.owl-theme {
      /* position: static; */
  }

  section#nasil-kullanilir .col-md-6 {
      /* position: static; */
  }

  section#nasil-kullanilir {
      position: relative;
  }

  .owl-carousel .owl-item img {
      max-width: 320px;
      margin: 0 auto;
  }

  .slide-content-cv > span {
      background-size: 50%;
      font-size: 25px;
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin-top: -70px;
  }

  .slide-content-cv > h3 {
      margin-top: -17px;
      font-size: 19px;
  }

  .slide-content-cv > h3 span {
      font-size: 19px;
  }

  .slide-content-cv {
      width: calc(100% - 80px);
  }
    
  img.shadows {
      max-width: 360px;
      margin: 0 auto;
      display: block;
  }  

}
