body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

* {
    transition: all 0.3s
}

a {
    text-decoration: none;
}

/* header area css*/

.navv {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.navv1 {
    margin:-40px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.cursor,
.cursor2,
.cursor3{
  position: fixed;
  border-radius: 50%; 
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%
}
.cursor{
  background-color: #fff;
  height: 10px;
  width: 10px;
  z-index: 99999;
  box-shadow: 0 0 22px 0 rgba(255,255,255, 0.6);
}
.cursor2,.cursor3{
  height: 36px;
  width: 36px;
  z-index:99998;
  opacity: 0;
  background: rgba(255,255,255,.03);
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
  -webkit-transform:scale(2.2) translateX(-25%) translateY(-25%);
  transform:scale(2.2) translateX(-25%) translateY(-25%);
  border:none;
}
.video-cursor .cursor{
  opacity: 0;
}
.logo-cursor .cursor{
  opacity: 0;
}
.logo-cursor .cursor2,
.logo-cursor .cursor3{
  -webkit-transform:scale(2.2) translateX(-25%) translateY(-25%);
  transform:scale(2.2) translateX(-25%) translateY(-25%);
  border:none; 
  opacity: 1;
}
.section{
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100vh;
}
.blur-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: block;
  background-size: cover;
  background-position: center;
  background-image: url("images/hakkimizda-1.jpg");
  filter: blur(6px);
}
.blur-img-over{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6689ff;
  z-index: 9;
  display: block;
}

/* Video
================================================== */

.wrap-rel {
  position: relative;
  width: 100%;
  display: block;
}
.video-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* #Video wrapper
================================================== */

.video-section {
  position: relative;
  width:100%;
  margin:0 auto;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.45);
}
.video-wrapper, figure.vimeo, figure.youtube {
  margin:0;
  position: relative;
  padding-bottom: 177%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
} 
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 
figure.youtube a img, figure.vimeo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width:none;
} 
figure.vimeo a:after, figure.youtube a:after {
  content:"";
  width:60px;
  height:60px;
  background: #fff;
  z-index:9;
  position:absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  border-radius:50%;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
  cursor: url('images/hakkimizda-0.jpg') 30 30,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
}
figure.vimeo:hover a:after, figure.youtube:hover a:after{
  opacity: 0;
}
figure.vimeo a:before, figure.youtube a:before {
  border-left: 8px solid #212121;
}
figure.vimeo a:before, figure.youtube a:before {
  content:"";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index:10;
  position:absolute;
  top:50%;
  left:50%;
  margin-left: -3px;
  margin-top: -5px;
  display:block;
  cursor: url('images/hakkimizda-0.jpg') 30 30,pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
  border-color: transparent;
} 
figure.vimeo a:hover img, figure.youtube a:hover img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
} 
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
  border-radius: 10px;
  cursor: url('images/hakkimizda-0.jpg') 30 30,pointer;
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('images/hakkimizda-0.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
}

.sticky1 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
    margin: 0px;
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #000;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link{
    color: #000;
}

.navbar a.nav-link:hover {
    color: #6689ff;
    transition: all 0.2s;   
}



.navbar button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

a {
    color: #000;
    font-size: 18px;
}

.navbar-brand img {
    width: 150px;
}

.logo {
    height: 40px;
    width: 50px;
}

.banner-img {
    background: rgba(0, 0, 0, 0.603) url(images/slider2.jpg);
    background-size: cover;
   /* background-position: center; */
    background-repeat: no-repeat;
   /* height: 100vh; */
    height: 120vh;
    width: 100%;
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
   
}
.about img{
    border-radius: 10px;
}

.border-one {
    border: solid 1px #fff;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;

}

.border-one:hover {
    border: solid 1px #fff;
    color: #000;
    background-color: #ff8a00;
}

.dag {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}

.fa-arrow-right::before {
    color: #6689ff;
}

.dag:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #6689ff;
}

span.color {
    color: #6689ff;
}

i {
    color: #ff8a00;
}

.border-two {
    color: #000;
    border: solid 1px #ff8a00;
    padding: 10px 30px;
    border-radius: 10px;
}

.border-two:hover {
   
    color: #000;
    padding: 10px 30px;
    background-color: #ff8a00;
}

.bgg {
    background-image: url(images/dotted-bg.png);
    background-position: bottom;
    background-size: contain;
}

.border .imgg {
    width: 40px;
    margin-top: 20px;
}

.caru {
    background: rgba(243, 244, 240, 0.98) url(images/service-bg-top-layer.png);
    opacity: 1;
    background-blend-mode: overlay;
}


.caru .border{
    border-radius:10px; 
    background-color: #fff;
    border: 0 !important;
}


.caru .border:hover {
    box-shadow: 0 .5rem 1rem #6689ff75; 
    transition: 0.3s;
    transform: translateY(-8px);
}
.project img{
    border-radius: 10px;
}
.project {
    position: relative;
}

.project .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: auto;
    text-align: center;
    transition: all 0.9s;
    justify-content: center;
    background-color: #6689ff75;
    color: #fff;
    align-items: center;
    display: flex;
    flex-direction: column;
    display: none;
     border-radius: 10px;
}

.project:hover .content {
    display: flex;
    transition: all 0.9s;
}

.project-three:hover {
    color: #ff8a00;
    z-index: 1;
}

.fa-bars{
    color: #6689ff;
}

.hr-one {
    border-top: 2px solid;
    
    width: 70px;
    color: #6689ff;
    opacity: 1;
}

.filter a {
    color: rgba(191, 186, 186, 0.9);
}

.filter .active {
    color: #ff8a00;
}

#team {
    position: relative;
    overflow: hidden;
}

.team{
    border-radius: 10px;
}
.team p.h5 {
    display: none;
}

.team:hover {
    background-color: #ff8a00;
    transition: all 0.3s ease 0s;
    transform: translateY(-40px);
    padding-top: 20px;
}

.team:hover p.h5 {
    display: block;
}



.card-body .meinus-one {
    position: relative;
}

.meinus-one {
    position: absolute;
    background-color: #ff8a00;
    margin-top: -120px;
    z-index: 1;
}

.hr-three {
    border-top: 3px solid;
    width: 250px;
    color: #ff8a00;
    opacity: 1;
}

.counter-area{
    background: rgba(0, 0, 0, 0.75) url(images/counter.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    opacity: 1;
    padding: 120px 0;
}

.project-area .nav-pills .nav-link.active  {
    color: #6689ff;
    background-color: transparent;
} 

.project-area .nav-link {
    color: #212121;
}

.project-area .nav-link:hover {
    color: #6689ff;
}
 
.img-box{
 overflow: hidden;   
    border-radius: 10px;
}

.blog img{
    border-radius: 10px;
}
.blog img:hover{
    transition: 0.3s;
    transform: scale(1.1);
  
}

.button{
    border: solid 1px #6689ff;
    padding: 14px 40px;
    border-radius: 10px;
}

.button:hover{
    color: #000;
    background-color: #6689ff;  
    border-radius: 10px;
}

.contact-image img{
    border-radius: 10px;
}

.footer-area{
    background-color: rgba(193, 182, 182, 0.21);
}

.footer-area ul li {
    list-style: none;
    display: flex;
}

/*.footer-logo img {
    margin-bottom: 30px;
    width: 100px; 
}*/

.icon i{
    color: #fff; 
}

.footer-area .icon li{
    width: 50px;
    height: 50px;
    color: #fff;
    border: solid 1px #ddd;
    display: inline-flex;
    background-color: #6689ff;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 10px;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #6689ff; 
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff8a00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}


@media screen and (max-width: 900px) {
    .container {
        overflow-x: hidden;
    }

    .navbar-nav {
        align-items: center;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px;
    }

    .sticky .navbar-nav {
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }

    .banner-img {
        padding-top: 220px;
    }
}


