@charset "UTF-8";


/* CSS Document */

.mmenu {
    display:none;
}

html {
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   
}

*{
    
    -webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
    
    margin:0;
	/*
    -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	*/
}




        .video-container {
            position: relative;
            /* height: 90vh; */
            overflow: hidden;
        }

        video {
            position: absolute;
            width: auto;
            min-width: 100%;
            height: auto;
            min-height: 100%;
            transform: translateX(-50%) translateY;
        }




body {
    overflow-y: hidden;
    font-family: 'Roboto', sans-serif;
}

.hero--text {
    margin-top:150px;
    text-align: center;
}

.hero--text h1 {
    font-size: 60px !important;
    font-weight: 100 !important;
    color:#fff;
}

.header--menu ul {
    float:right
}

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

.header--menu ul li a {
    color:#fff;
    font-weight:600;
    font-size:17px;
    text-decoration:none;
    margin-left:50px;
}

.hero--text h1 spam {
    display: block;
}

.hero--text h1 span {
    font-weight: 400;
}

.hero--text h1 color {
    color:#cca711;
}

.header--row {
    margin:0 auto;
}


.hero--text p {
    color:#fff;
    font-weight: 100;
    text-align: center;
    max-width: 600px;
    margin:0 auto;
    margin-top:100px;
    font-size: 30px;
}

.header-fluid {
    position: relative;
    /* background-image: url("img/bg.jpg"); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    backface-visibility: hidden;
    min-height: 80vh;
}

.header--container {
    padding:100px 0px 100px 0px;
}


.headersiwth .header--logo {
    padding:10px;
    padding-left:50px;
    background-color:#1155cc;
    top:0px;
    left:0px;
    width: 100vw;
}

.headersiwth .header--logo img {
    height: 20px;
}

.header--logo {
    /* position:fixed; */
}


.yoda {
    right: -800px;
    margin-top:-80px;
    position: absolute;
    background-color:#003399;
    border-bottom:10px solid #cca711;
    max-width: 800px;
    padding:20px 250px 0px 50px;
    
    -webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
    
    background-image: url("img/yoda-icon.png");
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    
    
}

.yoda p {
    max-width: 300px;
    font-weight: 100;
    font-size: 25px;
    text-align: right;
    color:#fff;
}

.yoda p span {
    font-size: 30px;
    color:#cca711;
    display: block;
    text-align:right;
}

.yoda img {
    position: absolute;
    right: 30px;
    top:-33px;
}

section {
    padding-top:150px;
    padding-bottom:850px;
    z-index: 15;
}

.ourAppsContainer {
    margin-top:200px;
    margin-bottom:0px;
}

.ourAppsCol {
    margin-bottom:20px;
}

.colTwo {
    margin-bottom:80px;
}

.ourAppsRow {
    margin-bottom:100px;
}

.ourappsPruductColText {
    background-color:#1155cc;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top:30px;
    height: 380px;
}

.ourappsPruductColText p {
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    color:#fff;
    padding:20px 50px 20px 50px;
}


.refColText {
    border-radius:15px;
    background-color:#f8f8f8;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top:0px;
    margin-bottom:40px;
}

.refColText p {
    font-size: 13px;
    font-weight: 300;
    color:#3c3c3c;
    padding:20px;
}

.ourappsPruductCol img {
    padding-left:10px;
}

.ourappsPruductCol b {
    color:#007aff;
    font-size:16px;
    display:block;
}


.openANewTabFluid {
    background-image: url("img/footer-bg.png");
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding:100px 0px 100px 0px;
}

.openANewTabFluid h2 {
    color:#cca711;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: -4px;
    margin-bottom:20px;
}

.openANewTabFluid p {
    color:#fff;
    font-size: 30px;
    margin-top:10px;
    margin-bottom:100px !important;
    font-weight: 100;
    max-width: 800px;
    margin:0 auto;
    letter-spacing: -0.3px;
}

.wordtag {
    overflow-x: hidden;
    text-wrap: nowrap;
}

.wordtag span {
    font-size: 50px;
    margin-right: 50px;
    color:#1155cc;
    font-weight: 300;
}

*{
    letter-spacing: -0.3px;
}


.wordtag {
      white-space: nowrap;
      overflow: hidden;
      margin-top: 20px;
      position: relative;
    }

    #textToScroll {
      display: inline-block;
    }

     .wordtag span {
      display: inline-block;
      margin-right: 20px;
      font-size: 60px;
      color: #1155cc; /* Tüm kelimelerin rengi */
      transform: translateX(-100px); /* Her geçişte -100px içeri al */
    }

    .wordtag span:nth-child(2) {
      color: #cca711; /* Ekranın solunda gözüken ikinci kelimenin rengi */
    }

.footerBg {
    position: relative;
    background-color:#1155cc;
    padding-top:100px;
    padding-bottom:20px;
    background-image: url("img/footer-icon.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.footerBg p {
    display: block;
    color:#fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 100;
    max-width: 850px;
    margin:0 auto;
    margin-top:30px;
}

.footerBg a {
    display: block;
    color:#cca711;
    margin-bottom:10px;
    text-decoration: none;
}

.footerBg a:first-of-type {
     margin-top:30px;   
}

.footerTxt {
    font-size: 20px !important;
    font-weight: 100 !important;
    margin-top:100px !important;
}

.footermotto {
    font-size: 25px;
    text-align: left;
    position: absolute;
    bottom:230px;
    left:20px;
    color:#fff;
    font-weight: 300;
}

.footermotto span {
    color:#cca711;
}

.footermotto spam {
    display: block;
    color:#cca711;
}


@media only screen and (max-width : 1400px) {
    
    .wordtag span {
        font-size: 45px;
    }


}





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


    .hero--text h1 {
        font-size: 50px !important;
    }
    
    .hero--text h1 spam {
        display:inline !important;
    }
    
    .hero--text p {
        font-size: 30px !important;
    }
    
    .ourappsPruductColText p {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 30px 10px 30px;
    }
    
    .footerBg {
        padding-bottom:350px;
    }
    
    

}

@media only screen and (max-width : 990px) {
	
.mmenu {
    display:block;
}

.header--logo {
    margin-top:50px;
}

.mmenu img {
    width:35px !important;
}
	
	.dmenu {
    display:none;
}

  
    
}

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

	
.ourAppsContainer {
    margin-top: 100px !important;
    margin-bottom: 0px !important;
}
    
    .ourappsPruductCol {
        margin-bottom:50px;
    }
    
    .yoda {
        display: none !important; 
    }
    
    .openANewTabFluid h2 {
        font-size: 60px;
        letter-spacing: -2px;
        padding-left:50px;
        padding-right: 50px;
    }
    
    .openANewTabFluid p {
        font-size: 20px;
        letter-spacing: 0px;
        padding-left:50px;
        padding-right: 50px;
        margin-bottom:50px !important;
    }

    
    .wordtag span {
        display: inline-block;
        margin-right: 20px;
        font-size: 25px;
        color: #1155cc;
        transform: translateX(-100px);
    }
    
    .footerBg {
        position: relative;
        background-color: #1155cc;
        padding-top: 100px;
        padding-bottom: 420px;
        background-image: url(img/footer-icon.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        padding-left:100px;
        padding-right: 100px;
    }
    
    .footerBg p {
        font-size: 25px;
        margin-top: 40px !important;
    }

    .ourAppsCol {
        margin-bottom: 10px;
    }

    
}


@media only screen and (max-width : 580px){
    
    
    .video-container {
        position: relative;
        height:auto !important;
        overflow: hidden;
        min-height: 85vh !important;
    }
    
    .ourAppsContainer {
        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }
    
    .ourappsPruductCol img {
        max-width: 250px;
    }
    
    .ourAppsRow {
        margin-bottom: 50px;
    }

    #logo img {
        max-width: 250px;
    }
    
    header--container {
        padding: 50px 30px 50px 30px;
    }
    
    .hero--text {
        margin-top: 60px !important;
        text-align: center;
    }
    
    .hero--text h1 {
        font-size: 35px !important;
    }
    
    .hero--text p {
        font-weight: 300;
        font-size: 20px !important;
        margin-top:50px !important;
    }
    
    .wordtag span {
      transform: translateX(10px); /* Her geçişte -100px içeri al */
    }
    
    
    .wordtag span {
        font-size: 1em;
    }

     .openANewTabFluid h2 {
        font-size: 45px;
    }
    
    .openANewTabFluid p {
        font-weight: 300 !important;
    }
    
    .footerBg p {
        font-size: 20px;
        line-height: 28px;
        margin-top: 40px !important;
        font-weight: 300 !important;
    }
    
    .footerBg {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .footermotto {
        font-size: 20px;
    }
    

	
    
}


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

    
}


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


}

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


}

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


}


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



}

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


}

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


}

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



}


