	
html{overflow-x:hidden;}
a, h1 {
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #011c5f;
    height: 85px;
    padding: 10px 30px;
}
.works-slider {
    padding-left: 0;
    padding-right: 0;
}

.ticon {
    font-size: 40px;
    /* margin: 10px; */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 99;
    padding-right: 20px;
}
.menu {
    width: 60%;
    height: 100vh;
    background-color: #011c5f;
    position: fixed;
    top: 0px;
    right: -75%;
    transition: .6s;
    z-index: 999999;
        font-size: 15px;
    font-weight: 600;
}

.closez{
    font-size: 40px;
    color: rgb(255, 255, 255);
    right: 10px;
    position: absolute;
    cursor: pointer;

}
.smenu {
    right: 0%;

}
.menu-bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 1;
}
.open{
    
   cursor: pointer;
    left: 0%;

}

.rzm {
    min-height: 900px;
    
}

.menu li {
    list-style: none !important;
}
.menu a {

    padding-left: 1px;

}
.li-title p {
    padding-left: 10px;
} 
@media screen and (min-width: 985px) {
    .ticon {
        display: none;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .works-slide-container .info .content .desc {
        font-size: 42px;
        font-weight: 300;
        padding-left: 10px;
        margin: 0;
    }
}

@media (max-width: 480px){
    header .header-left .navbar-brand .logo img {
        margin-right: 20px;
        margin-top: 0;
        width: 250px;
    }
}

@media (max-width: 633px) {
    header .header-left .navbar-brand .logo {
        z-index: 1;
    }
    .hidem {
        display: none;
    }
}

:root {
    --dark-color: #3f3d56;
    --light-color: #fefefe;
    --red-color: #d80032;
    --cyan-color: #41ead4;

    --red--hover-color: #be0732;
    --cyan--hover-color: #6af3e1;
}

/* Project section */
.projects-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px 18px;
    margin-bottom: 27px;
    justify-items: stretch;
  }

  .projects-gallery img {
    width: 100%;
    object-fit: cover;
  }
  
a.btn {
    background: var(--red-color);
    color: var(--light-color);
    border-radius: 24px;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 400ms;
    display: inline-block;
    bottom: 2px;
    right: 5px;
    margin-left: 100px;
}

section a.btn {
    display: inline-block;
}

a.btn.cyan {
    background: var(--cyan-color);
    color: var(--dark-color);
    
}

a.btn:hover {
    background: var(--red--hover-color);
}

a.btn.cyan:hover {
    background: var(--cyan--hover-color);
}


@media (max-width: 650px) {
    #projects {
        padding: 20px 5px;
    }
    .projects-gallery {
        grid-template-columns: 1fr;
    }

    .projects-gallery img {
        height: 240px;
    }

    .projects-gallery img.hide {
        display: none;
    }
}
.basl {
    position: absolute;
    bottom: 20px;
    color: azure;
    z-index: 9999999;
}


.resimler {
    position: relative;
}

.image__img {
    display: block;
    width: 100%;
    margin-bottom:20px;
    border-radius:10px;
}
.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    transition: opacity 0.25s;
    border-radius: 10px;
}
.image__overlay > * {
    transform: translateY(110px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 0;
}
.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 1.3em;
    font-weight: bold;
}

.proj {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .image__overlay > * {
        transform: translateY(110px);
        transition: transform 0.25s;
    }
}

@media screen and (max-width: 768px) {
    .image__title {
        font-size: 1.3em;
    }
    .image__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
        color: white;
        font-family: 'Poppins', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.25s;
        border-radius: 10px;
    }
    .image__overlay > * {
        transform: translateY(80px);
        transition: transform 0.25s;
    }
}
@media screen and (max-width: 650px) {
    .image__title {
       font-size: 1.0em;
    }
    .image__overlay > * {
        transform: translateY(55px);
        transition: transform 0.25s;
    }
}
.project-section{
    background-color: #151515;
    padding-top:20px;
}

.navbar .nav li a {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
}

.works-slide-container .desc {
    font-size: 45px;
    font-weight: 300;
    margin: 0;
    padding-left: 70px;
    padding-top: 200px;
}


.col-xs-6 {
    padding-left: 4px;
    padding-right:4px;
}

.slider-buton{
        color: #fff;
    background-color: #011c5f;
    border-color: none; 
    border:none;
    padding: 10px 20px 10px 20px;
    
}

.innerpage .content {

    padding: 3px;
}


.socialz {
    display: flex;
    position: relative;
    justify-content: center;
  }
  .socialz a {
    margin: 5px 1px;
    width: 30px;
  }
  .socialz a img {
    height:25px;
}

.chevron::before {
 
    border-width: 3px 3px 0 0;

}