* {
    font-family: 'Roboto', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

header .logo {
    height: 90px;
}

header .language {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 15px;
}

header .language li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

header .language li:nth-child(2) {
    padding: 0px 15px;
}

header .language li a{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 20px;
    margin-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 10px;
    font-size: 14.5px !important;
    color: #3a3a3a;
}

footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #f7f7f7;
    padding-top: 35px;
}

footer h3 {
    font-size: 1em;
    text-transform: uppercase;
    color: #797979;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

footer ul li a {
    color: #c1c1c1;
    text-decoration: none;
    font-size: 13px;
}

footer .copyright {
    padding: 8px 0px;
    background-color: #3a3a3a;
    margin-top: 35px;
}

footer .copyright p {
    font-size: 0.75em !important;
    color: #fff;
    margin: 0;
    padding: 0;
}

.image-text {
    background: #f7f7f7;
    padding: 35px 0px;
}

.image-text h2 {
    margin-top: 23px;
    margin-bottom: 15px;
    font-weight: 300;
}

.image-text p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
}

.image-text img {
    width: 100%;
}

.home-two-box {
    padding: 55px 0px;
}

.home-two-box .box {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    text-align: center;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    border-collapse: collapse;
}

.home-two-box .box .golge {
    position: absolute;
    z-index: 3;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-two-box .row{
    margin-left: -2px;
    margin-right: -2px;
}

.home-two-box .row .col{
    padding-left: 2px;
    padding-right: 2px;
}

.home-two-box a:hover .golge{
    background: #c1c1c1;
}

.home-two-box .box h3 {
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 42%;
    color: #fff;
}

.home-two-box .box p {
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 52%;
    color: #fff;
}

.neler-yapiyoruz {
    padding-bottom: 0px;
}

.neler-yapiyoruz .box h3 {
    top: 50%;
    font-width: 300;
}

.neler-yapiyoruz h1 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 45px;
}

.hood {
    padding-top: 130px;
}

.contact-area input {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 7px 10px;
}

.contact-area textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 7px 10px;
    min-height: 140px;
}

.contact-area button {
    background: #c1c1c1;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 8px 26px;
    font-weight: 300;
    margin-bottom: 25px;
}

.hood h1 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: default;
    color: #3a3a3a;
}

.profil-area {
    background-size: cover;
    background-position: center;
    padding: 35px 0px;
    padding-top: 150px;
}

.profil-area p {
    font-weight: 300;
    font-size: 14px;
}

.profil-area h2 {
    font-weight: 300;
    font-size: 32px;
}

.nelerkate .icerik {
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
}


.galleryarea img {
    width: 100%;
}

.galleryarea .post {
    border: 1px solid #ccc;
    padding:8px;
    margin-bottom: 30px;
}

.galleryarea .post a {
    text-decoration: none;
}

.galleryarea .post h3 {
    text-decoration: none;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 12px;
    font-weight: 200;
    color: #000;
}

.galleryarea .post p {
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 12px;
    font-weight: 300;
    color: #000;
}

.galleryarea .post p::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 8px;
}

.hood-proje h1 {
    font-size: 32px;
    font-weight: 300;
}

.hood-proje p {Œ
    font-size: 14px;
    font-weight: 300;
}

.bolum-anasayf  {
   padding: 55px 0px;
}

.bolum-anasayf img {
    width: 100%;
}

.bolum-anasayf .item {
    padding: 7.5px;
}

.bolum-anasayf h6 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: -55px;
}

.koleksiyon-hood {
    background-color: #f7f7f7;
    padding: 35px 0px;
    padding-top: 165px;
}

.koleksiyon-hood h1 {
    text-align: center;
    font-weight: 300;
    font-size: 34px;
}

.koleksiyon-hood h1:after {
    content: "";
    display: table;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 45px;
    height: 2px;
    background-color: #000;
}

.koleksiyon-hood h3 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.koleksiyon-hood ul li button, .koleksiyon-hood ul li button:hover {
    border: 0px;
    background-color: transparent;
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    outline: 0;
}

.koleksiyon-hood ul li button.active {
    border: 0px;
    background-color: transparent;
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.koleksiyon-hood ul .ozel-df {
    display: block;
    width: 100%;
}

.koleksiyon-hood ul .ozel-df button {
    display: block;
    width: 100%;
}

.koleksiyon-product-area .box-product {
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.koleksiyon-product-area .box-product img {
    width: 100%;
}

.koleksiyon-product-area .box-product h3 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    border-bottom: 1px solid #000;
    display: inline-flex;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.koleksiyon-product-area .box-product h5 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.koleksiyon-product-area {
    padding-bottom: 35px;
}

.koleksiyon-detail {
    padding-top: 105px;
}

.home-design-hight .box .golge {
    background-color: transparent;
}

.home-design-hight .box h3 span {
   display: block;
    float: none;
    font-size: 14px;
    font-weight: 300;
}

.home-design-hight .box h3 {
    font-size: 24px;
    margin-top: -10px;
    opacity: 0;
    transition: all 500ms;
}

.home-design-hight .box:hover h3 {
    opacity: 1;
    transition: all 500ms;
}

.home-design-hight .box h3 span:before {
    width: 45px;
    height: 1px;
    background-color: #fff;
    content: "";
    display: table;
    padding-top: 8px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 7px;
}
.dfcontact {
    margin-bottom:30px;
}