/*@font-face {
    src: url("../fonts/Ovo-Regular.otf");
    font-family: "Ovo-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Nova-Bold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Black.otf");
    font-family: "Proxima-Nova-Black";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Light.otf");
    font-family: "Proxima-Nova-Light";
}
@font-face {
    src: url("../fonts/Asmelina-Harley.otf");
    font-family: "Asmelina-Harley";
}
*/

* {
  font-family: "Poppins";
  font-weight: 100;
}

body {
    background-color: #fff;
}
p {
    color: #030202;
    line-height: 1.5;
    font-size: 16px;
}
p.section-title {
    color: #6c6c6b;
    margin: 0px;
    font-size: 100px;
}
a {
    color: #030202;
    line-height: 1.5;
    font-size: 16px;
}
a:hover,
a:focus {
    color: #030202;
    text-decoration: none;
}
a.button {
    background-color: #dcc0a7;
    transition: 0.4s;
    padding: 10px 30px;
}
a.button:hover {
    color: #dcc0a7;
    background-color: #7d4e38;
    transition: 0.4s;
    padding: 10px 30px;
}
img {
    max-width: 100%;
}
ul {
    padding: 0px;
    margin: 0px;
}
section:after {
    display: block;
    clear: both;
    content: "";
}
input, 
textarea {

    color: #030202;
    background: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 5px;
    margin: 20px 0px;
    font-size: 16px;
}
button {

    outline: none;
    text-decoration: none;
    transition: 0.4s;
    color: #030202;
    background-color: #dcc0a7;
    border: 1px solid #dcc0a7;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}



/*** Header ***/
section.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #7d4e38;
}
button.toggle-nav {
    display: none;
    color: #e8e0dc;
}
.logo {
    float: left;
    width: 12%;
    border-left: 20px solid #e8e0dc;
    border-right: 2px solid #e8e0dc;
    padding: 10px 50px;
}
.nav {
    float: right;
    padding-top: 40px;
}
.nav ul {
    list-style: none;
}
.nav ul li {
    display: inline-block;
    padding: 0px 40px;
}
.nav ul li:last-child {
    border: none;
}
.nav ul li.active {
    position: relative;
    border-bottom: 1px solid #e8e0dc;
}
.nav ul li:hover,
.nav ul li:focus,
.nav ul li:active:focus {
    outline: none;
}
.nav ul li a {

    transition: 0.4s;
    color: #e8e0dc;
    font-size: 20px;
}
.nav ul li a:hover {
    border-bottom: 3px solid #e8e0dc;
}
ul.dropdown-menu {
    background-color: #7d4e38;
    border: none;
    margin: 0px;
    padding: 10px 10px;
}
.nav ul li.dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e0dc;
    padding: 5px 40px;
}
ul.dropdown-menu a.dropdown-item {
    display: block;
    transition: 0.4s;
    text-align: left;
    font-size: 18px;
    padding: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
    border: none;
    color: #f5f5f5;
}
ul.dropdown-menu li:hover {
    background-color: #f5f5f5;
}
ul.dropdown-menu li:hover a.dropdown-item {
    color: #7d4e38;
}
.nav ul li a.dropdown-item:hover {
    border: none;
}



/*** Anasayfa - Slider ***/
.wiki-bg .bg-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
}
.wiki-bg .bg-item.active {
    opacity: 1;
}
.wiki-cols {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.wiki-cols .wiki-col {
    position: relative;
    border-right: 1px solid #777;
    background-image:  unset !important;
    height: 100%;
}
.wiki-cols .wiki-col:last-child {
    border: none;
}
.wiki-col .item-meta {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.item-meta .item-title a {
    color: #fff;
    font-size: 40px;
}
.grad {
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Standard*/
}
.wiki-bg .bg-item video {
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
}
.wiki-bg .bg-item.active video {
    opacity: 1;
}



/*** Anasayfa - Rev Film ***/
section.default-section {
    background: #f1f0ec;
    margin: 100px 0px;
    padding: 50px 0px;
} 
section.home-about-us .desc {
    text-align: right;
}
p.special-title {
    color: #6c6c6b;
    font-size: 40px;
}
.title-line {
    background-color: #6c6c6b;
    width: 75%;
    height: 3px;
    margin-left: 25%;
    margin-bottom: 20px;
}



/*** Footer ***/
section.footer {
    background: #7d4e38;
    padding: 100px 0px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 75%;
}
.footer-elements ul li {
    list-style: none;
}
.footer-elements ul li p {
    color: #e8e0dc;
}
.footer-elements ul li.footer-elements-title p {
    color: #e8e0dc;
    font-size: 22px;
}
.footer-elements ul li p a {
    color: #e8e0dc;
    font-size: 16px;
}
.advert {
    position: relative;
    background: #e8e0dc;
    text-align: center;
    padding: 10px 0px;
}
.advert a {
    color: #7d4e38;
    margin: 0px;
    font-size: 14px;
}



/*** Hakkımızda ***/
section.page-section {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-top: 110px;
    padding: 0px 50px;
}
.word-section {
    position: relative;
    background-color: rgba(225, 223, 216, 0.8);
    border-bottom: 20px solid rgb(125,78,56,0.8);
    color: #7d4e38;
    padding: 30px;
}
.bold-line {
    background-color: rgb(125,78,56,0.8);
    height: 50px;
    margin-top: 15px;
}
p.page-section-title {
    color: #6c6c6b;
    margin: 0px;
    font-size: 60px;
}



/*** Neler Yapıyoruz ***/
p.services-title {
    color: #6c6c6b;
    font-size: 25px;
}
.description .item {
    margin-bottom: 30px;
}



/*** İletişim ***/
.map {
    margin: 20px 0px;
}
iframe {
    height: 500px;
}



