html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;

}

.navbar {
    background-color: deepskyblue;
    padding: 0 !important;
}


.navbar a {
    height: 60px;
    padding-left: 20px;
    color: #fff !important;
}

.zula {
    font-size: 28px !important;
}

.navbar-nav li {
    padding: 0 10px;
    padding-top: 15px;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.navbar-nav li a:hover {
    color: #000 !important;
}

.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
}





/*------------------banner section------------*/

#banner {
    background: linear-gradient(rgba(0, 0, 0, .7),
            rgba(0, 0, 0, .7)),
        url(images/office.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.bottom-img {
    width: 100%;
    margin-top: 250px;
}

/*------Services Section----*/

#services {
    padding: 80px 0;
    background-color: #fff;
}

.service-img {
    width: 100px;
    margin-top: 20px;
}

.fas {
    font-size: 50px;
    color: deepskyblue;
}

.far {
    font-size: 50px;
    color: deepskyblue;
}

.services {
    padding: 20px;
}

.title {
    color: deepskyblue;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
    color: deepskyblue;
}

.services p {
    color: gray;
}

.title::before {
    content: '';
    background: #fff;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: #fff;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-color: deepskyblue;
}

/*---------Bize ulaşın--------*/

#about-us {
    padding-bottom: 50px;
    padding-top: 50px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .7),
            rgba(0, 0, 0, .7)),
        url(images/bussiness.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}


#about-us ul li {
    margin: 10px 0;
}

#about-us ul {
    margin-left: 20px;
}

.img-fluid {
    margin-top: 150px;
}



/*----------TESTIMONIALS SECTION----------*/

#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 4px solid #000;
    margin-top: 50px;
    margin-bottom: 50px;
}

.testimonials img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 10px;
}

.user-details {
    display: inline-block;
    font-size: 12px;
}

#portfolio .col-md-3 {
   

}

#portfolio h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#portfolio .fa {
    font-size: 24px;
    margin-bottom: 20px;
}

#portfolio p {
    font-size: 14px;
    font-weight: 300;
}

.imageContainer {

    cursor: pointer;
}

.img-fluid {
    height: 100%;
    width: 100%;
}


/*--------footer section-------------*/

#footer {
    background-image: linear-gradient(to right, deepskyblue, deepskyblue);
    color: #fff;
}

.footer-img {
    width: 100%;
    transform: rotate(180deg);
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    margin-bottom: 20px;
    width: 120px;
}

.footer-box .fa {
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, deepskyblue, deepskyblue);
}

.map {
    box-shadow: none;
    border: none;
    border-radius !important: 0;
    margin-top: 25px !important;
    max-width: 250px !important;
}

hr {
    background-color: #fff;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
