@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: 'Rajdhani', sans-serif;
    height: 100%;
}

#maincontent {
    background-color: #02102b;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}


/* Site renkleri başlangıç */

.text-custom {
    color: #1c66b2!important;
}

.text-custom-dark {
    color: #04122d!important;
}

.bg-vivo {
    background: #704a97;
    background: -moz-linear-gradient(45deg, #704a97 0%, #1c66b2 100%);
    background: -webkit-linear-gradient(45deg, #704a97 0%, #1c66b2 100%);
    background: linear-gradient(45deg, #704a97 0%, #1c66b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#704a97', endColorstr='#1768b4', GradientType=1);
    color: #fff;
}

.bg-custom {
    color: #fff!important;
    background-color: #1c66b2!important;
}

.bg-custom-dark {
    color: #fff!important;
    background-color: #04122d!important;
}

.bg-tp {
    color: #fff!important;
    background-color: #04122dc5!important;
}

/* Site renkleri bitiş */

.menu-bars {
    background-color: #02102b!important;
    color: #ffffff!important;
    transition: ease-in-out;
    transition-duration: 0.4s;
}

.nav-bg {
    background-color: #ffffff!important;
    color: #02102b!important;
}

.nav-transition {
    transition: ease-in-out;
    transition-duration: 0.3s;
}

/* Navbar efekti başlangıç */

.nav-e {
    color: #1c66b2!important;
    position: relative!important;
    display: inline-block!important;
    text-decoration: none!important;
    -webkit-transition: all .4s ease!important;
    -moz-transition: all .4s ease!important;
    transition: all .4s ease!important;
    cursor: pointer;
}

.social-end {
    margin-right: 15px;
}

.nav-e:hover {
    background-color: #ffffff;
}

.nav-e:before {
    content: '';
    background: #1c66b2;
    position: absolute;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-e:before {
    top: 0;
    left: 0;
}

.nav-e:after {
    top: 100%;
    right: 0;
}

.nav-e:hover:before, a:hover:after {
    width: 100%;
}

.figure {
    position: absolute;
    background-image: url(../img/figure.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    bottom: 0;
    right: 0;
    left: 80vh;
    height: 90vh;
    overflow: hidden;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-100 {
    z-index: 100;
}

/* Navbar efekti bitiş */

@media only screen and (max-width: 992px) {
    .hide {
        display: none!important;
    }
}

.text-heading {
    font-weight: 700;
}

.text-shadow-1 {
    text-shadow: 1px 1px #04122d;
}

.text-shadow-2 {
    text-shadow: 2px 3px #04122d;
}

.hov {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
}

.font-weight-2 {
    font-weight: 200;
}

.font-weight-3 {
    font-weight: 500;
}

.font-weight-4 {
    font-weight: 500;
}

.font-weight-5 {
    font-weight: 500;
}

.font-weight-6 {
    font-weight: 600;
}

/* Kart efekti başlangıç */

.card-e {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 2rem rgb(0 0 0 / 5%);
}

.card-r {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 2rem rgb(0 0 0 / 5%);
}

.social-end {
    margin-right: 15px;
}

.card-e:hover {
    box-shadow: 0 0 2rem rgb(0 0 0 / 12%);
}

.card-e:before, .card-e:after {
    content: '';
    background: #1c66b2;
    position: absolute;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.card-e:before {
    top: 0;
    left: 0;
}

.card-e:after {
    top: 100%;
    right: 0;
}

.card-e:hover:before, a:hover:after {
    width: 100%;
}

/* Kart efekti bitiş */

/* Section özellikleri başlangıç */

#sec1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg-alt-w.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sec2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#sec4 {
    padding-top: 0;
    padding-bottom: 0;
}

#sec5 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/bg-alt.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sec6 {
    padding-top: 60px;
}

#secTemp {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/sec_bg.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
}

#secTemp {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/sec_bg.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
}

/* Sections özellikleri bitiş */

/* Scroll efekti başlangıç */

.scroll-downs {
    margin: auto;
    width: 34px;
    height: 55px;
    position: absolute;
    right: 0;
    bottom: 55px;
    left: 0;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #ffffff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

/* Scroll efekti bitiş*/

/* Referanslar başlangıç*/

.recent-work-wrap {
    position: relative;
    margin-bottom: 10px;
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #02102b;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #fff;
    color: #02102b;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
    border-radius: 0;
    overflow: hidden;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #02102b;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

/* Referanslar bitiş*/

.rounded-custom {
    border-radius: 10px;
}

/* TypeWriter başlangıç */

.typewriter h1 {
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
}

/* Blog grid başlangıç */

.blog-grid {
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-grid .blog-img {
    position: relative;
}

.blog-grid .blog-img .date {
    position: absolute;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
}

.blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
}

.blog-grid .blog-info {
    padding: 20px;
}

.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
    color: #02102b;
}

.blog-grid .blog-info p {
    margin: 0;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
}

/* Blog grid bitiş */

.navbar-adjust {
    height: 96px;
}

.info-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-inner p {
    text-indent: 25px;
    font-size: 18px;
    text-align: justify;
}

.contact-banner {
    background-image: url(../img/sec_bg.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center center;
}

.box-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Portfolyo başlangıç */

#portfolio {
    margin-bottom: 60px;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.scale-anm {
    transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.fil-cat {
    padding: 10px;
    font-weight: 600;
}

/* Portfolyo bitiş */

/* Slider başlangıç */

@keyframes slidescroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 12));
        transform: translateX(calc(-250px * 12));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, #1c66b2 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: slidescroll 40s linear infinite;
    animation: slidescroll 40s linear infinite;
    display: flex;
    width: calc(250px * 24);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

/* Slider bitiş */


/* Slick Slider başlangıç */
customer-logos {
    background-color: #111;
  }
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slider::before, .slick-slider::after {
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slick-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slick-slider::before {
    left: 0;
    top: 0;
}


  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  /* Slick Slider bitiş */


  /* Referanslar */

.r1 {
	background: url(../img/references/r1.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r1 span {	
	background: url(../img/references/r1.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r1 span:hover {	
	opacity: 1;
}

.r2 {
	background: url(../img/references/r2.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r2 span {	
	background: url(../img/references/r2.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r2 span:hover {	
	opacity: 1;
}

.r3 {
	background: url(../img/references/r3.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r3 span {	
	background: url(../img/references/r3.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r3 span:hover {	
	opacity: 1;
}

.r4 {
	background: url(../img/references/r4.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r4 span {	
	background: url(../img/references/r4.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r4 span:hover {	
	opacity: 1;
}

.r5 {
	background: url(../img/references/r5.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r5 span {	
	background: url(../img/references/r5.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r5 span:hover {	
	opacity: 1;
}

.r6 {
	background: url(../img/references/r6.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r6 span {	
	background: url(../img/references/r6.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r6 span:hover {	
	opacity: 1;
}

.r7 {
	background: url(../img/references/r7.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r7 span {	
	background: url(../img/references/r7.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r7 span:hover {	
	opacity: 1;
}

.r8 {
	background: url(../img/references/r8.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r8 span {	
	background: url(../img/references/r8.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r8 span:hover {	
	opacity: 1;
}

.r9 {
	background: url(../img/references/r9.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r9 span {	
	background: url(../img/references/r9.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r9 span:hover {	
	opacity: 1;
}

.r10 {
	background: url(../img/references/r10.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r10 span {	
	background: url(../img/references/r10.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r10 span:hover {	
	opacity: 1;
}

.r11 {
	background: url(../img/references/r11.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r11 span {	
	background: url(../img/references/r11.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r11 span:hover {	
	opacity: 1;
}

.r12 {
	background: url(../img/references/r12.svg) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r12 span {	
	background: url(../img/references/r12.svg) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r12 span:hover {	
	opacity: 1;
}

.r13 {
	background: url(../img/references/r13.png) top;
    background-size: cover;
	width: 250px;	
	height:100px;
	position: relative;
	cursor:pointer;
}	

.r13 span {	
	background: url(../img/references/r13.png) bottom;
    background-size: cover;
	width: 250px;	
	height:100px;	
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
	
.r13 span:hover {	
	opacity: 1;
}


.rposition {
    background-position: bottom!important;
    max-width: 100%;
}
/* Referanslar */