html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}
.navbar{
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.95) 35%, rgba(0,0,0,0.95) 60%, rgba(140,140,140,0.3) 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	box-shadow: 0px 22px 18px 4px rgba(0,0,0,0.23);
-webkit-box-shadow: 0px 22px 18px 4px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 22px 18px 4px rgba(0,0,0,0.23);
}
.navbar button{
    margin-left: auto;
}
/* .navbar ul li{
    background-color: rgba(204, 204, 204, 0.392);
    border-radius: 20px;
} */
.navbar ul li a,
.navbar ul li a:after{
    font-weight: 500;
}
.navbar a img{
    width: 100px;    
    border-radius: 20px;
}

.navbar-collapse {
    padding-left: 50px;
}
.navbar a.nav-link{
	color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link .glow{
	font-size: 16px;
	color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.header{
    background: rgba(0, 0, 0, 0.245) url(/assets/img/bg.jpg);
    background-size: cover;
    background-blend-mode: darken;
    height: 100vh;
}
.header::after{
    height: 100vh;
    background-size: cover;
}
.header .social{
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    gap:50px;
}
.header .button{
    text-decoration: none;
    border: 1px solid white;
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 25px;
}
.about .img img{
    max-width: 100%;
    position: relative;
}
.about .about-text{
    display: flex;
    margin-top: 80px;
    color: grey;
}
.about .about-text h3{
   font-weight: 900;
   color: black;
}
.about .about-text .bottom-line{
    border-bottom: 1px solid grey;
}

.about .icerik .left{
    display: flex;
}
.about .icerik .left{
    display: flex;
    margin: 30px 0 0 30px;
}
.about .icerik .left i{
    font-size: 20px;
    border-radius: 50%;
    background: lightgray;
    color: white;
    padding: 5px;
}
.about .icerik .left h2{
    font-size: 16px;
    color: black;
}
.about .icerik .left span{
    font-size: 13px;
}
.icerik a{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
/* skillsBaşlangıç */
.container .skills{
    max-width: 100%;
    margin-top: 90px;
}
.progress{
    height: 35px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.progress .progress-bar{
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    animation: animate-positive 2s;
}
.progress .progress-value{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    float: right;
}
.progress .progressbar-title{
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    float: left;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%;}
}
@keyframes animate-positive{
    0% { width:0%; }
}
/* skills bitiş */


/* Servisler Başlangıç */
.section-services{
    margin: 50px auto;
}
.section-head h1{
    margin-top: 30px;
    font-weight: 800;
}
.section-services-cards{
    height: auto;
    padding-left: 30px;
}
.section-services-cards span{
    margin-bottom: 0px;
}
.section-services-cards span i{
    color: gray;
    font-size: 36px;
    margin-bottom: 30px;
}
.section-services-cards h6{
    font-weight: 700;
}
.section-services-cards p{
    color: gray;
    font-size: 14px;
    line-height: 28px;
}
/* Servisler bitti */


/* Counter başlangıç */
.antwerpen{
    display: flex;
    align-items: center;
    padding-top: 50px;
    background: rgba(0, 0, 0, 0.26)   url(/assets/img/bg-antwerpen2.jpg) fixed center;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.counter-section i { 
    display:block; 
    margin:0 0 10px;
    color: #fff;
}
.counter-section span.counter { 
    font-size:40px; 
    color: white; 
    line-height:60px; 
    display:block; 
    font-family: "Oswald",sans-serif; 
    letter-spacing: 2px
}
.counter-title{ 
    font-size:12px; 
    letter-spacing:2px; 
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}
.counter-icon {
    top:25px; 
    position:relative}
.counter-style2 .counter-title {
    letter-spacing: 0.55px; 
    float: left;}
.counter-style2 span.counter {
    letter-spacing: 0.55px; 
    float: left; 
    margin-right: 10px
}
.counter-style2 i {
    float: right; 
    line-height: 26px; 
    margin: 0 10px 0 0
}
.counter-subheadline span {
    float: right;
}  
.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
} 
/* Counter bitti */


/* Portfolio1 başlangıç*/
.portfolio .container{
    margin-top: 70px;
}
.portfolio .container h1{
    font-weight: 800;
    margin-bottom: 70px;
}
.portfolio .selector{
    gap: 60px;
    margin-bottom: 30px;
}
.portfolio .selector button{
    width: auto;
    padding: 0px 10px;
    text-decoration: none;
    background: white;
    color: black;
    /* padding: 5px 15px; */
    border-radius: 15px;
    /* margin: 0px 10px; */
}
.portfolio .selector button:hover,
.portfolio .selector button.active{
    background: black;
    color: white;
}
.portfolio .gallery{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
}
.portfolio .gallery .webpages{
    overflow: hidden;
    display: grid;
}
.portfolio .gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.portfolio .gallery .webpages .webpages_overlay{
    background-color: #f6efef87;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    position: relative;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-items: center;
}
.portfolio .gallery .webpages:hover .webpages_overlay{
    transform: translateX(0);
    transition: 0.3s ease-in-out;
}
.portfolio .gallery .webpages .webpages_overlay h6{
    color: black; 
    font-size: 20px;
    
}
.portfolio .gallery .webpages .webpages_overlay span{
    color: black; 
    font-size: 24px;
}
/* Portfolio bitti */
/* Testimonials başlangıç */
.testimonials{
    background: url(/assets/img/Testimonials-Background.jpg);
    height: 500px;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.testimonials .main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .main #slider {    
    font: 19px sans-serif;
    position: relative;
    max-width: 600px;
    height: 300px;
    overflow: hidden;
    margin: 0 150px;
}
.testimonials .main .middle{
    padding: 80px 10px;
    text-align: center;
}
.testimonials .main .middle .words{
    font-size: 16px;
    font-family: inherit;
    font-style: italic;
    color: #ccc;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding: 0 10px;
}
.testimonials .main .middle h6{
    color: #ccc;
    font-weight: 600;
    font-size: 18px;
}
.testimonials .main .middle h1{
    font-family: 'Raleway ', sans-serif;
    font-weight: 800px;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 29px;
}
/* Testimonials bitti */
/* Blog started */
.blog .blog-title h2{
    font-weight: 800;
    margin-top: 80px;
}
.blog .cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    margin: 70px auto;
}
.blog .cards .card{
    height: 450px;
    border: none;
    box-shadow: 5px 10px 10px #8888882a;
    
}
.blog .cards .card{
    border-radius: 0;
}
.blog .cards .card img{
    width: 100%;
}
.post-img .img{
        overflow: hidden;
}

.post-img .img:hover img{
    transform: scale(1.1,1.1);
    }


    img{
        transition: all .5s;
}
.blog .cards .card p a,
.blog .cards .card h5 a{
    text-decoration: none;
    color: black;
}
/* Blog finished */
/* Contact started  */

.contact .wrapper {
    height: auto;
    background: #000;
    background: url("/assets/img/contact-bg.jpg");
    background-size: cover;
    width: 100%;
}
.contact .wrapper .overlay {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.679);
}
.contact .wrapper .overlay .genis{
    width: 99.9%;
}
.contact .wrapper .overlay .contact-us {
    margin-top: 180px;
    margin-bottom: 100px;
}
.contact .wrapper .overlay .contact-us h3,
p {
    color: #fff;
}
.contact .wrapper .overlay .contact-us .address {
    margin-top: 14px !important;
    margin-left: 10px;
    text-align: start;
}

.contact .wrapper .overlay .contact-us .address span {
    color: #7185eb;
}

.contact .wrapper .overlay .contact-us .icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .wrapper .overlay .contact-us .icons i {
    font-size: 20px;
}

.contact .wrapper .overlay .contact-us .forms {
    padding: 20px;
    border-radius: 20px;
}

.contact .wrapper .overlay .contact-us .inputs input {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
}

.contact .wrapper .overlay .contact-us .inputs input:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #7B1FA2;
    box-shadow: none;
}

.contact .wrapper .overlay .contact-us .inputs textarea {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
    width: 100%;
    resize: none;
}

.contact .wrapper .overlay .contact-us .inputs textarea:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #7B1FA2;
    box-shadow: none;
    resize: none;
}

.contact .wrapper .overlay .contact-us .form-control {
    padding: .375rem .25rem;
}
.contact .totop{
    display: flex;
    justify-content: end;
    color: white;
    font-size: 36px;
}
.contact .totop a:hover{
    color: #ccc;
    font-size: 42px;
    transition: 0.2s;
}
/* Contact finished */
/* Footer started */
.footer{
    display: grid;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #000;
    padding: 10px ;
}
.footer .social-media{
    display: flex;
    gap: 80px;
    font-size: 20px;
    align-items: center; 
    margin: 4px 0;  
}
.footer .social-media a:hover{
    font-size: 22px;
    padding: 0;
}
.footer .copyright{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
}
/* Footer finished */
.mt-400{
    margin-top: 300px !important;
    margin-bottom: 210px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-15{
    margin-top: 15px !important ;
}
.mb-10{
    margin-bottom: 10px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.745);
}
@media only screen and (max-width: 1000px){
    .testimonials .main #slider{
        margin: 0;
    }    
    .navbar{
        padding-left: 0 !important;
    }	
}
@media only screen and (max-width: 768px){
	.navbar{
		background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.95) 35%, rgba(0,0,0,0.95) 65%, rgba(140,140,140,0.3) 100%);}
    .about .icerik .infos, 
    .icerik a{
        margin-left: 10%;
    }
	.icerik a{
		margin-left: 30%;
	}
	.contact .wrapper .overlay .contact-us .forms{
		margin-left: 30px;
		margin-top: 40px;
	}
@media only screen and (max-width: 575px){
    .antwerpen{
        height: 650px;
        padding-top: 0;
    }
}