/* GANERAK STYLING*/
h3{
    font-size: 18px;
    font-weight: 400;
}
h2{
    font-size: 32px;
    font-weight: 400;
    color: #1886c7;
    text-transform: uppercase;
}
p{
    font-size: 14px;
}

/* HOME SECTIN */

.navbar {
    border-bottom: #1886c7 2px solid;
}

.nav-item .active{
    color: #1886c7 !important;
}

.navbar .navbar-brand {
    color: #1886c7;
    font-size: 24px;
}

.bg-dark {
    background-color: rgba(0,0, 0, 1) !important;
}

.navbar-nav .nav-item .nav-link {
    color: white ;
    text-transform: uppercase;
    transition: color .5s ease;
}
.nav-link:hover {
    color: #1886c7 !important;

}

#headerSection {
    background: url('../../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
    background-size: cover;
    height: 85vh;
}

#headerSection .overlay {
    background-color: rgba(0, 0, 0, .7);
    
}

#headerSection .row {
    height: 100vh;
}

#headerSection span {
    color: #1886c7 !important;
}

.btn-outline-primary {
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

/* FEATURES SECTIN */

#iconBoyut{
    font-size: 40px;
}

#features-top:hover {
    color: #1886c7;
    cursor: pointer;
}
#features-top{
    transition: color .5s ease;
}

/* HISTORY SECTIN */
.bg-aliceblue{
    background-color: aliceblue;
}

#textile-automation h2,#project h2,.section-video h2{
    border-left: 6px solid #1886c7;
    padding-left: 30px;
}

#textile-automation .col-md-6{
    display: inline;
}

#textile-automation p ,.section-video p{
    line-height: 28px;
}

/* TEAM SECTIN */

#project .card{
    transition: all 0.5s ease;
    padding: 15px;
}

#team .col-4,#tanitim .col-4{
    padding: 0px;
}

.indir-img{
    width: 100%;
}


/* WHAT WE DO SECTIN */
#whatWeDo {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url("../images/code.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* CASE STUDY SECTION */

#caseStudy{
    background-color: #F4F5F9;
    line-height: 22px;
}

.caseArea{
    background-color: #ffffff;
    margin-top: 40px;
    margin-right: -40px;
    z-index: 100;
    padding: 40px;
    position: relative;
    min-height: 420px;
}

#caseStudy h3{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #1886c7;
}

.caseImage{
    margin-left: -40px;
}

/* PORTFOLIO SECTION */

#portfolio .col-md-3{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
#portfolio h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

#portfolio p{
    font-size: 14px;
    font-weight: 300;
}

.imageContainer {
    position: relative;
    cursor: pointer;
}

.imageOverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #1886c7;
    opacity: 0;
    transition: all 0.5s ease;
}

.imageContainer:hover .imageOverlay{
    opacity: .7;

}

.imageText {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* TESTİMONIALS SECTION */

#testimonials{
    background: linear-gradient(
        rgba(0,0,0,.7),
        rgba(0,0,0,.7)
    ),url("../images/caro3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.quote{
    color: rgba(24,134,199,.6);
    margin-bottom: 30px;
}

.carousel-item img{
    opacity: .1;
}

.blockquate-footer{
    color: #1886c7;
    margin-bottom: 30px;
}

/* CONTECT SECTION */

#contact{
    background-color: #F4F5F9;
}

#contact .input-group-text{
    width: 40px;
    border-radius: 0;
    color: white;
    background-color: #1886c7;
}

#contact .form-control, #contact .btn{
    border-radius: 0;
}

/* FOOTER SECTION */

#main-footer{
    color: white;
    background-color: black;
}

/*DEMO REQUEST SECTION*/

#demo-request .input-group-text{
    width: 40px;
    border-radius: 0;
    color: white;
    background-color: #1886c7;
}

#demo-request .form-control, #demo-request .btn{
    border-radius: 0;
}

#demo-request h2{
    border-left: 6px solid #1886c7;
    padding-left: 30px;
}
#demo-request button{
    background-color: #1886C7;
}
#demo-request input{
    border-left-width: 0px;
}
.section-img img{
    border: 1px solid #1886c7;
}
/* MADIA QUERIES */

@media screen and (max-width:1200px){
    #ourHistory p{
        line-height: 20px;
    }
}
@media screen and (max-width:992px){
    .display-3{
        font-size: 48px;
    }
    #ourHistory .btn{
        position: relative;

    }
    .historyLeft, .historyRight{
        text-align: center;
    }
}
@media screen and (max-width:768px){
    .display-3{
        font-size: 32px;
    }
    .caseArea p{
        font-size: 12px;
        line-height: 15px;
    }

    #caseStudy h3{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
}
@media screen and (max-width:576px){
    .caseImage{
        margin-left: 0;
        text-align: center;
        
    }
    .caseArea{
        margin-right: 0;
    }
}
#team label:before, #team label:after {
    width: 45%;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #000;
}
#team label {
    display: block;
    margin: 0.4em 0;
}

#team label span{
    color: #000;
}

.sosyel-boyut{
    border-radius: 50%;
    border: 2px solid #1886c7;
    padding: 7px 9px;
}

.sosyel-boyut:hover{
    background-color: #1886c7;
    color: #F4F5F9;
}

.sosyel-bloc{
    margin-bottom: 2rem;
}

#tags{
    background-color: aliceblue;
}

#tags .badge::before{
    height: 10px;
    width: 10px;
    color:rgb(48, 45, 45);
    display: inline-block;
    content:"#";
}