:root {
    --primary: #EAA636;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}
::-webkit-scrollbar {
	width: 2px; 
	height: 2px; 
}
::-webkit-scrollbar-track {
	background: black; 
}
::-webkit-scrollbar-thumb {
	background-color: brown; 
	border-radius: 10px; 
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}
.form-floating>.form-control::placeholder {
    color: #000000 !important;
}
* {
	scrollbar-width: thin; 
	scrollbar-color: #a44a03 black; 
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.backgroundcof{
	background-color: #512705;
}
.pad-0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary {
    color: #FFFFFF;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    font-weight: bold;
    color: #e53011;
    font-size: 21px;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000000;
}
.navbar.fixed-top {
    transition: .5s;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
	}
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
	}
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
	}
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
	}
}
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, .5); */
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 600px;
	}
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
	}
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
	}
}
.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.page-header {
    margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.fact-item {
    transition: .5s;
}
.fact-item:hover {
    margin-top: -10px;
    /* background: #FFFFFF !important; */
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: #a44a03;
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}
.product-item {
    transition: .5s;
}
.product-item:hover {
    background: #a44a03 !important;
}
.product-item:hover * {
    color: var(--light);
}
.product-item:hover .border-primary {
    border-color: var(--light) !important;
}
.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}
.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}
.team-item:hover .team-title {
    top: -100px;
}
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}
.team-item .team-social .btn {
    margin: 0 3px;
}
.team-item:hover .team-social {
    top: 0;
}
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}
.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer{
	background:#a44a03;
}
.copyright {
    background: #a44a03b0;
}
.copyright a {
    color: var(--primary);
}
.copyright a:hover {
    color: var(--light);
}
.custom-section {
    background-color: #512705;
    color: white;
    padding-top: 0px;
    padding-bottom: 20px;
}
.custom-section .logo {
    max-width: 37%;
	position: relative;
    z-index: 2;
}
.custom-section .number {
    color: #a44a03;
    font-size: 13rem;
}
.custom-section .detail {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-section img {
    max-width: 100%;
    height: auto;
}
.navbar .navbar-brand img.logo {
    max-height: 126px;
}
.navbar-nav .nav-item .nav-link {
    color: #e53111;
    font-weight: bold;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #000000;
}
.btn-lg-square {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-bg{
	background-image: url('/upload/navbg.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.socialalan i{
	color:black;
	display: grid;
	margin: 12px 4vh;
}
.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    display: block;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 0;
}
@media(max-width: 767px) {
    .line_wrap {
        border-left:1px solid rgba(255, 255, 255, 0.03)
	}
}
.line_wrap.layout2 {
    border-left: 1px solid rgba(255, 255, 255, 0.02)
}
.line_wrap.layout2 .line_item {
    border-right: 1px solid rgba(255, 255, 255, 0.02)
}
.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000000),to(transparent));
    background-image: linear-gradient(0deg,#000000,transparent)
}
.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 6%);
}
@media(max-width: 767px) {
    .line_item {
        border-right:1px solid rgba(0,0,0,.03)
	}
}
.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute
}
.line_item:nth-child(odd):before {
    -webkit-animation: scroll2 15s ease-out infinite;
    animation: scroll2 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#ffffff));
    background-image: linear-gradient(0deg,transparent,#ffffff);
}
.line_item:nth-child(even):before {
    -webkit-animation: scroll1 15s ease-out infinite;
    animation: scroll1 15s ease-out infinite;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ffffff),to(transparent));
    background-image: linear-gradient(0deg,#ffffff,transparent);
}
@-webkit-keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
	}
    50% {
        top: 50%
	}
    100% {
        top: 100%;
        opacity: .5
	}
}
@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
	}
    50% {
        top: 50%
	}
    100% {
        top: 100%;
        opacity: .5
	}
}
@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
	}
    50% {
        bottom: 50%
	}
    100% {
        bottom: 100%;
        opacity: .5
	}
}
@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
	}
    50% {
        bottom: 50%
	}
    100% {
        bottom: 100%;
        opacity: .5
	}
}
.bgkayfe{
	background-color: crown;
}
.fact-item{
	color: white;
}
.bredwh {
    position: relative;
    bottom: -7vh;
}
.sbgshadow .owl-stage-outer{
	-webkit-box-shadow: -8px 10px 56px -6px rgba(187,133,43,0.59);
	-moz-box-shadow: -8px 10px 56px -6px rgba(187,133,43,0.59);
	box-shadow: -8px 10px 56px -6px rgba(187,133,43,0.59);
}
.sagshow {
    -webkit-box-shadow: 47px 48px 49px -30px rgba(187, 133, 43, 1);
    -moz-box-shadow: 47px 48px 49px -30px rgba(187, 133, 43, 1);
    box-shadow: 95px 41px 32px -45px rgba(187, 133, 43, 1);
}
.solshow {
    -webkit-box-shadow: 47px 48px 49px -30px rgba(187, 133, 43, 1);
    -moz-box-shadow: 47px 48px 49px -30px rgba(187, 133, 43, 1);
    box-shadow: -110px 41px 32px -38px rgba(187, 133, 43, 1);
}
@media (max-width: 767px) {
    .custom-section .row {
        flex-direction: column;
	}
    .custom-section .col-md-6 {
        text-align: center;
        margin-bottom: 20px;
	}
	.navbar-nav {
        text-align: center;
	}
    .navbar-nav .nav-item {
        margin-bottom: 10px;
	}
	.custom-section .logo {
		max-width: 90%;
	}
	.socialalan{
		text-align: center;
		display: flex;
        justify-content: center;
	}
	.d-mbsn{
		display: none;
	}
	.d-mobils{
		width: 200px !important;  
		height: 180px !important;
		
	}
	.d-mobils model-viewer{
		width: 200px !important;  
		height: 180px !important;
		
	}


}
.d-mobils{
		width: 710px;  
		height: 542px;
		
	}
.d-mobils model-viewer{
		width: 858px;  
		height: 742px;
		
	}

.bgbasvuru {
    background-image: url(/upload/viabas.jpg);
    background-repeat: no-repeat;
	 background-size: cover;
}
.formbg{
	    background: #512705a8;
    padding: 20px 20px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    
    #kahveshowarea .row {
        display: flex;
        flex-direction: column; 
        align-items: center; 
    }

    #kahveshowarea .col-md-7 {
        order: 2; 
    }

  
    #kahveshowarea .col-md-5 {
        order: 1; 
    }

    #kahveshowarea .number, 
    #kahveshowarea .detail {
        text-align: center; 
    }

    #kahveshowarea .col-md-5, 
    #kahveshowarea .col-md-7 {
        width: 100%; 
        padding: 0; 
    }
}
