

/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - intro -
        - screenshots -
        - overview -
        - features -
        - share -
        - app-brief1 - app-brief2 -
        - subscription-form -
        - contact -
        - footer -
        -    THEME SWITCHER -
        - responsive -

*/


.iphone-images {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .iphone-images4 {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  
  .iphone-images img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: transform 0.2s ease-in-out;
  }
  
    .iphone-images4 img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: transform 0.2s ease-in-out;
  }

  .iphone-images a {
    max-width: 31%;

  }
  
    .iphone-images4 a {
    max-width: 23%;
   
  }


  /* Hover veya tıklama anında büyütme */
.iphone-images a img:active,
.iphone-images a img:hover {
    position: relative;
  transform: scale(1.5);
  z-index: 1;
}

.iphone-images4 img:active,
.iphone-images4 img:hover {
  transform: scale(2);
  z-index: 9999;
}

.


/* - General ------------------------------------------------------- */

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1000;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 105px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -50px;
}
video{padding: 0;
margin: 0;
width: 100%;
height: 100vh;
} 
/* top line LOADER */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: rgb(106, 198, 240);
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 100%;
    width: 100%;
    height:5px;
}

/* Global Styles */
body,html {
    height: 100%;
    width: 100;
    max-width: 100%;
    
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    background: transparent;
    color: #29282b;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    min-width: 320px;
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

::-moz-selection{ color: #fff; background:#29282b; }
::-webkit-selection{ color: #fff;    background:#29282b; }
::selection{ color: #fff;    background:#29282b; }

a{
    color: #999;
    text-decoration: none;
}
a:hover{
    color: #29282b;
    cursor: pointer;
}
a:hover,a:focus{
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #29282b;
    letter-spacing: 2px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
.img-responsive{
    margin: 0 auto;
    width: auto;
}
.section{
    padding:150px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.relative{
    position: relative;
}
.bold{
    font-weight: 400;
}
.underline{
    border-bottom:1px solid black;
    
}

.hint{
    color: #999;
    font-size: 13px;
}

.detay{
    color: #444;
    font-size: 17px;
}



/* title Section */
.titleSection{
    clear: both;
    margin-bottom: 80px;
    text-align: center;
}
.titleSection h2{
    margin-top: 0px;
}
.titleSection p{
    max-width: 400px;
    margin: 0 auto;
}

/* line */
.coloredLine{
    margin:20px auto 0px;
    width: 240px;
    border-bottom: 1px solid #000;
}
/* buttons */
.btn-new{
    max-width: 250px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;       
    background: #F44C67;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,.btn-new:focus{
    background: #FC647B;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/* margin spaces */
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}

/* Header and nav --------------------------------------------------- */
.logo{
    display:inline-block;
}

.sticky-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background:transparent;
    border: none;
    padding:15px 0 10px 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top:0px;
    /* background:rgb(106, 198, 240); */
    background:#000;
}
.NavBg{
    background:rgb(106, 198, 240);
    opacity: .95;
    color: #fff;
    
}


.nav-logo{
    padding: 5px 0 0 10px;
    overflow: hidden;
}

.nav-logo svg{
    height:40px;

}

.nav-logo:focus{
    outline: none;
}
.nav-logo img{
    height: 100%;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-nav {
    float: left;
    margin: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav li a {
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background: transparent !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-nav li a:focus{
    outline: none;
    
    
    
}
.navbar-nav li.active a,.navbar-nav li a:hover {
    /* color:#29282b; */
    color:rgba(253,213,113, 1);
    
}

.NavBg li.active a,.NavBg li a:hover {
    /* color:#29282b; */
    color:#406572;
    
}

.navbar-toggle{
    padding: 5px 10px;
    margin-right: 10px;
}

.fa-bars{
color: #fff;
}
/* intro ---------------------------------------------------------------- */

#intro{
    background: #000000;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    min-height: 900px;
    
}

#intro .container {
    
    height: 100%;
  
    
}

#intro .row{
    top: 30%;
    bottom: 30%;
  
    
}

    .intro-mobile {
    position: absolute;
    left: -100px;
    bottom:-250px; /* negtivae value of section bottom padding */
    max-width: 80%;
}
.downloads a{
    display: inline-block;
    margin-right: 10px;
}
.downloads a:last-child{
    margin-right: 0px;
}

#intro p{
    color: #eee;
}

#intro h1{
    color: #fff;
}

/* features ---------------------------------------------------------------- */
#features{
    background:#f1f1f1;
    border-top: 1px solid #eee;
    text-align: center;
}
.leftFeatures,.rightFeatures{
    margin-top: 50px;
}

.bigIcon{
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
}

/* duyuru ---------------------------------------------------------------- */
#duyuru{
    background:url("../images/duyuru-lock.png") no-repeat right #8bd1ef;
    text-align: center;
    padding: 150px 0px;
    z-index: 1;
    overflow: hidden;
}
#duyuru h2{
    font-size:30px;  
    color: #406572;
    font-weight: 300;
}
.duyuruIcons{
    font-size: 24px;
}
.duyuru-mobile {    
    top:-110px;
    left: 130px;
    position: absolute;
    max-width: 100%;
}
.duyuru-btn{
    background-color: #FFF;
    padding: 10px 60px 10px 60px;
    margin: 10px 10px 10px 10px;
    font-size: 32px;
    color: #406572;
    border-radius: 5px;
    font-weight: 900;
    -moz-box-shadow:1px 2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px 2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0px 2px 4px 0px rgba(85, 85, 85, 0.3);
}
.duyuru-btn:hover{
    background-color: #fefefe;
    padding: 10px 60px 10px 60px;
    margin: 40px;
    font-size: 32px;
    color: #406572;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 00px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0px 0px 0px rgba(85, 85, 85, 0.3);
}

/* screenshots ---------------------------------------------------------------- */
#screenshots{
    height: 750px;
    overflow: hidden;
}
.screenshotSlider  {
    background:  rgba(253,213,113, 1);
}
.screenshot-image{
    background:url("../images/a.png") no-repeat top center scroll rgb(131, 128, 128, 1.0);
    opacity: 0.7;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);    
    width: 100%;
    height: 100%;
    padding-top: 150px;
    padding-bottom:600px;
}
.gradient{
    background: url("../images/gradient.png") repeat-x top center;
    position: relative;
    width: 100%;
    top:-200px;
    height: 200px;
}
#slider{
    width: 100%;
    height: 750px;
    position: relative;
    top:-750px;
}
.carousel {
    position: relative;
    height: 100%;
    top:-360px;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
}
.carousel .carousel-item {
    width: 300px;
    height: 300px;
    position: absolute;
    top:-400px;
    left: 0;
    right: 0;
}
.carousel .carousel-item > img {
    width: 100%;
    border-radius: 20px;
    -moz-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:1px -2px 10px 0px rgba(0, 0, 0, 0.5);
}
.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 105px;
}
.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 24px 3px;
    background-color:rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
  }
.carousel .indicators .indicator-item.active {
    background-color: rgb(0, 0, 0);
  }
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}
  
/* share ---------------------------------------------------------------- */
#share{
    background:url("../images/stars.png") no-repeat top left #fff;
    text-align: center;
}
#share h2{
    font-size:36px;    
}
.shareIcons{
    font-size: 24px;
    
}
.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em; }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em; }


.jssocials-share-link{
    background-color: #fff;
    padding: 1em 0.1em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #172730;
    min-width: 110px;
    box-shadow: 0px 2px 10px 0px #17273042;
    border-radius: 0.3em;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;

}

.jssocials-share-link:hover{
    background-color: #172730;
    color: #fff;
    box-shadow: inset 0px 0px 3px 0px #000000;
}


/* Footer ---------------------------------------------------------- */
footer {
    background-color: #172730;
    text-align: center;
    padding: 0px;
}
.st001{fill:rgba(253,213,113, 1);}
.st002{fill:#FFF;}

footer a{

    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 5px;
}

footer .fa{
    font-size: 18px;

}

footer svg {
    width: 100%;
    height: 100%;       
    max-width: 180px;
    margin: 23px 0 0 0;
    
      
}

footer p{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

#privacy{
    margin: -20px 0px 10px 0px;
}

.socialList li{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.socialList li a{
    display: inline-block;
    color: #fff;
    margin: 20px 10px 10px 20px;
    padding: 20px 0;
}
.socialList li a span{
    margin-left: 10px;
}
footer a:hover{
    color: rgba(253,213,113, 1);
    transition-duration: 500ms;
}



#yardim{
    background: #ffffff;
    padding: 80px 0px 140px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;    
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-top:20px;
    
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .downloadtxt{
        margin-top: 20px;
    }

    .duyuru-mobile {
        top:-80px;
        left: 20px;
    }

    .intro-mobile {
        padding-bottom:100px;
        max-width: 80%;
        
        
    }
    #intro .row{
        top: 20%;
        bottom: 20%;}
        
        
        
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
    #share{
        background:url("../images/stars.png") no-repeat bottom left #fff;
    }
    
    #intro{
        text-align: center;
    }
    #intro,.section{
        padding: 100px 0px;
    }
   
   
    .intro-mobile {
        position: static;
        max-width: 600px;
    }
    .phones{
        position: relative;
        width: 100%;
        max-width: 600px;    
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .left-mob-front{
        right: 0px;
        left: auto;
        max-width: 100%;
        top: 0px;
    }
    .left-mob-back{
        left: -230px;
        max-width: 100%;
        top: 0px;   
    }
    .right-mob-front{
        left: 0px;
        right: auto;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-back {
        right: -30px;
        max-width: 100%;
        top: 0px;  
    }

    .leftFeatures{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,#features .text-right{
        text-align: center !important;
    }
    .mg-sm-100{
        margin-bottom: 100px;
    }

    .duyuru-mobile {
    
        top:110px;
        
    }

    #intro .row {
    top: 1%;
    bottom: 1%;}

   #intro{
    min-height:1000px ;
    padding: 50px 0px;

   }

   #features img{
        
    max-width: 50%;
   }
   


}




/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

    .navbar-nav li a {
        padding: 0 10px;
        margin: -0px 0;
       
    }

    .navbar-collapse {
        height: 100%;
        padding-bottom: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-nav{
        width: 100%;
    }
    h1{
        font-size: 30px;
    }
    .subscription-form .input-box {
        margin: 0px auto 20px;
        width: 80%;
    }
  

    .intro-mobile {
        max-width: 600px;
        left: -100px;
        bottom:-250px; /* negtivae value of section bottom padding */
        
    }
    #duyuru{
        background:url("../images/duyuru-lock.png") no-repeat right #8bd1ef;
        background-size: 100%;
        padding: 20px 0 50px 0px;
        
    }

    #duyuru h2{
        font-size:22px;
     
    }

    .duyuru-btn{
        padding: 10px 20px;
        font-size: 22px;
    }

    .duyuru-btn:hover{
        padding: 10px 20px;
        font-size: 22px;
    }

    #features img{
        
        max-width: 50%;
    }
  

    

    .carousel {
        position: relative;
        height: 100%;
        max-width: 100%;
        top:-600px;
        -webkit-perspective: 600px;
                perspective: 600px;
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%;
                
      }
      
      
      .carousel .carousel-item {
        width: 200px;
        height: 200px;
        position: absolute;
        top:-200px;
        left: 0;
        right: 0;
        
        
      }

      .carousel .carousel-item > img {
       
        border-radius: 10px;
       
      }

      .carousel .indicators {
        top: 130px;
      }

      #screenshots{
        height: 530px;
        
    }
    .gradient{
        
        top:-420px;
       
    }
    #share h2{
        font-size:26px;    
    }


    footer svg {   
        max-width: 130px;
        margin: 30px 0 0 0;
        
          
    }
    
    footer p{
      
        font-size: 9px;
        padding: 0;
        margin: 22px 0;
    }

   
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .logo{
        display:inline-block;
    }
    
    .sticky-navigation {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background:transparent;
        border: none;
        padding:3px 0 0 0 !important;
        margin-bottom: 0 !important;
        -webkit-backface-visibility: hidden;
        top:0px;
        background:#000;
    }

    .navbar-fixed-top{
        position: unset;
        }
        
  

    .NavBg{
        background:rgb(106, 198, 240);
        opacity: .95;
        color: #fff;   
    }
    
    
    .nav-logo{
        padding: 10px 0 0 15px;
        overflow: hidden;
    }
    
    .nav-logo svg{
        height:30px;
    }
    
    .nav-logo:focus{
        outline: none;
    }
    .nav-logo img{
        height: 100%;
    }
    .navbar{
        margin-bottom: 0px;
    }
    .navbar-nav {
        float: left;
        margin: 0px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .navbar-nav li a {
        padding: 5px;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        position: relative;
        background: transparent !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
  
   
    
    .navbar-toggle{
        padding: 5px 10px;
        margin-right: 10px;
    }
    

    .downloads a{
        margin: 5px;
    }

    .left-mob-front,.left-mob-back,.right-mob-front,.right-mob-back{
        max-width: 80%;
    }

    #duyuru{
        padding: 10px 0 20px 0px;
    }

    #duyuru h2{
        font-size:16px;        
    }

    .duyuru-btn{
        padding: 5px 20px;
        font-size: 16px;
    }

    .duyuru-btn:hover{
        padding: 5px 20px;
        font-size: 18px;
    }

    .intro-mobile {
    left: -100px;
    bottom:-150px; 
    max-width: 100%;
    padding: 10px;
    }

    #intro .row{
        top: 5%;
        bottom: 5%;
      
        
    }

    #intro{
        
        min-height: 720px;
        
    }

    #intro p{
        color: #eee;
        font-size: 12px;
    }
    
    #intro h1{
        color: #fff;
        font-size: 22px;
    }

    #features h2{
        
        font-size: 22px;
    }
    #features img{
        
        max-width: 50%;
    }





    #share h2{
        font-size:22px;    
    }

    .shareIcons{
        font-size: 18px;
    }
    
    .jssocials-share-link{
        min-width: 90px;
    }

    
    .jssocials-share-link:hover{
        background-color: #fff;
        color: #172730;
        box-shadow: 0px 2px 10px 0px #17273042;
    }

    .jssocials-share-link:active{
        background-color: #172730;
        color: #fff;
        box-shadow: inset 0px 0px 3px 0px #000000;
    }


    
    
    footer svg {   
        max-width: 130px;
        margin: 25px 0 0 0;
        
          
    }
    
    footer p{
      
        font-size: 8px;
        padding: 0;
        margin: 8px 0;
    }
  

    .socialList li a{
        
        margin: 25px 10px 10px 5px;
        padding: 0 0;
    }



    #yardim{
        padding: 0;
          
    }


}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    
}


