
body {
    font-family: 'Poppins', sans-serif;
    background: #101010;
}

:root {
    --tg-primary-color: #a20a0d;
}

img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}


/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: -10%;
    right: 35px;
    font-size: var(--tg-body-font-size);
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: all 1s ease 0s;
    border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--tg-secondary-color);
}


/*=============================
	02. Header
===============================*/
.custom-container {
    max-width: 1580px;
}
.custom-container-two {
    max-width: 1650px;
}
.custom-container-three {
    max-width: 1430px;
}
.custom-container-four {
    max-width: 1830px;
}
.custom-container-five {
    max-width: 1520px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}


section.slider {
background-image: url("../img/slider-bg.png");
width: 100%;
height: 700px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}


.productions {
    background-image: url("../img/productions-bg.png");
    padding: 110px 0;
    text-align: center;
}


.productions h2 {
    font-size: 66px;
    color: #d3bcbd;
    position: relative;
    display: inline-block;
}


.productions h3 {
    font-size: 40px;
    color: #8f212e;
    padding-top: 60px;
}


.productions p {
    font-size: 18px;
    color: #e1d0d1;
    display: inline-block;
    width: 40%;
}


.productions h2 span {
    background-image: url("../img/urunlerimiz-icon.png");
    display: block;
    width: 255px;
    height: 40px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -127px;
}

.productions-inner {
    display: inline-flex;
    margin-top: 60px;
}

section.productions .production-item {
    /*float: left;*/
    /*width: 320px;*/
    /*height: 360px;*/
    background: #8f212e;
}


section.productions .container {
    margin-top: 60px;
}

section.productions .production-item a {
    /*width: 320px;*/
    /*height: 360px;*/
    display: block;
    text-decoration: none;
    padding: 20px 0 40px 0;
}

section.productions .production-item a img {
    display: block;
    margin: 50px auto 30px auto;
    height: 150px;
}
section.productions .production-item a .text-1 {
    font-size: 18px;
    color: #e1d0d1;
    display: block;
    text-align: center;
}
section.productions .production-item a .text-2 {
    font-size: 40px;
    color: #e1d0d1;
    display: block;
    text-align: center;
}


/* header-top */
.header-top-wrap {
    margin-bottom: 15px;
}
.header-top-left .list-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-top-left .list-wrap li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--tg-gray);
}
.header-top-left .list-wrap li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #6a6a6a;
}
.header-top-left .list-wrap li:last-child::before {
    display: none;
}
.header-top-left .list-wrap li a {
    color: var(--tg-gray);
}
.header-top-left .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.header-top-left .list-wrap li i {
    font-size: 14px;
    margin-right: 10px;
}
.header-top-left .list-wrap li.header-location i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 0 0 6px 6px;
    font-size: 15px;
    color: var(--tg-white);
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 25px;
}
.header-top-menu .list-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
}
.header-top-menu .list-wrap li {
    position: relative;
    line-height: 1;
}
.header-top-menu .list-wrap li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #595753;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.header-top-menu .list-wrap li:last-child::before {
    display: none;
}
.header-top-menu .list-wrap li a {
    font-size: 12px;
    color: var(--tg-gray);
}
.header-top-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.header-top-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-top-social .list-wrap li a {
    color: var(--tg-gray-two);
    font-size: 12px;
}
.header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}


/* menu */
.menu-wrap {
    background: var(--tg-gray-two);
    padding: 0 30px;
    border-radius: 6px;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
}
.navbar-wrap > ul > li {
    list-style: none;
	display: block;
	position: relative;
    margin-right: 36px;
}
.navbar-wrap ul li:last-child {
    margin-right: 0;
}
.navbar-wrap ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #e1d0d1;
    padding: 50px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.navbar-wrap > ul > li > a::before {
    content: "+";
    width: 11px;
    height: 11px;
    transition: .3s ease-in-out;
}

.header-top-social li {
    list-style: none;
}
.header-top-social li a i{
    color: #a20a0d;
}

.navigation .active a{
    color: #a20a0d;
    font-weight: 500;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    padding-left: 30px;
}
.header-action > ul::after,
.header-action > ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #c8c1b2;
}
.header-action > ul::after {
    height: 30px;
    left: 3px;
}
.header-action > ul li {
	position: relative;
	margin-left: 25px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-menu-color);
	font-size: 20px;
}
.header-action .header-search {
    line-height: 1;
}
.header-action .header-search a {
    line-height: 0;
}
.header-action .header-search a:hover {
    color: var(--tg-primary-color);
}
.header-action .header-shop-cart {
    line-height: 1;
}
.header-action .header-shop-cart a {
    position: relative;
    display: block;
    padding: 0 15px 0 0;
}
.header-action .header-shop-cart a span {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--tg-heading-font-family);
    background: var(--tg-primary-color);
    padding: 2px 2px 5px;
    line-height: 0.9;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--tg-white);
}
.header-action .header-btn a {
    color: var(--tg-white);
    font-size: 16px;
}
.header-action .header-btn a:hover {
    background-color: var(--tg-menu-color);
    color: var(--tg-primary-color);
}
.logo img {
    max-height: 54px;
}

.sticky-menu .navbar-wrap ul li .sub-menu  {
    background: #000;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    min-width: 180px;
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 18px 9px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 5px;
	line-height: 1;
	font-weight: 400;
	color: #a20a0d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 7px;
    border-radius: 50%;
    background: var(--tg-primary-color);
    transition: .3s ease-in-out;
}
.navbar-wrap ul li .sub-menu > li.active > a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 7px;
    margin-right: 8px;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #000;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.sticky-menu .menu-wrap {
    padding: 0 0;
}

/* header-two */
.header-top-wrap-two .header-top-wrap-inner {
    padding-bottom: 20px;
    border-bottom: 1.5px solid rgba(255 255 255 / 7%);
}
.header-top-left-two {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-lang .dropdown > button {
    border: none;
    background: transparent;
    padding: 0;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 13px;
    position: relative;
}
.header-lang .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: middle;
    content: "\f107";
    border: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.header-lang .dropdown-toggle::before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--tg-primary-color);
    font-size: 12px;
    margin-right: 5px;
}
.header-lang .dropdown-menu {
    font-size: 13px;
    color: var(--tg-white);
    background: var(--tg-brown-two);
}
.header-lang .dropdown-item {
    color: var(--tg-white);
}
.header-lang .dropdown-item:hover {
    color: var(--tg-white);
    background: var(--tg-secondary-color);
}
.header-top-left-two .header-top-social {
    position: relative;
}
.header-top-left-two .header-top-social::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 13px;
    background: #464242;
}
.header-top-left-two .header-top-social .list-wrap li a {
    color: var(--tg-white);
    font-size: 13px;
}
.header-top-left-two .header-top-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}
.logo.logo-two a {
    position: relative;
    display: inline-block;
    padding: 30px;
    width: 288px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.logo.logo-two a img {
    max-width: 186px;
}
.logo-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.logo-shape svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: var(--tg-brown-two);
}
.header-top-right-two .header-action > ul {
    justify-content: flex-end;
    padding-left: 0;
}
.header-top-right-two .header-action > ul::after,
.header-top-right-two .header-action > ul::before {
    display: none;
}
.header-top-right-two .header-action ul li {
    line-height: 1;
}
.header-top-right-two .header-action ul li a {
    color: var(--tg-white);
    font-size: 20px;
}
.header-top-right-two .header-action ul li a:hover {
    color: var(--tg-primary-color);
}
.header-top-right-two .header-action .header-btn a {
    font-size: 16px;
}
.menu-area-two .menu-wrap {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.menu-area-two .navbar-wrap > ul > li a {
    color: var(--tg-white);
    padding: 35px 0;
}
.menu-area-two:not(.sticky-menu) .navbar-wrap ul li .sub-menu {
    border-radius: 5px;
}
.menu-area-two .navbar-wrap > ul > li {
    margin-right: 55px;
}
.menu-area-two .navbar-wrap > ul > li:last-child {
    margin-right: 0;
}
.menu-area-two .navbar-wrap > ul > li > a::after,
.menu-area-two .navbar-wrap > ul > li > a::before {
    bottom: 26%;
}
.menu-area-two.sticky-menu .navbar-wrap ul li a {
    color: var(--tg-secondary-color);
}

/* header-three */
.menu-area-three .menu-wrap {
    background: var(--tg-brown);
}
.menu-area-three .navbar-wrap ul li a {
    color: var(--tg-white);
}
.menu-area-three .header-action > ul::after,
.menu-area-three .header-action > ul::before {
    background: #544440;
}
.menu-area-three .header-action ul li a {
    color: var(--tg-white);
}
.menu-area-three.sticky-menu {
    background: var(--tg-brown);
}
.menu-area-three .navbar-wrap ul li .sub-menu {
    border: 1px solid #2c2523;
    background: var(--tg-brown);
    box-shadow: rgba(36 38 42 / 15%) 0px 30px 70px 0px;
}
.menu-area-three .navbar-wrap ul li .sub-menu li a {
    color: var(--tg-white);
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-menu-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    font-family: var(--tg-heading-font-family);
    text-decoration: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #292b37;
	background: var(--tg-gray);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--tg-primary-color);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    text-decoration: none;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 10px;
}


/*=============================
	22. Preloader
===============================*/
#preloader{
	background-color: var(--tg-white);
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader .loader-outter {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--tg-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

 @-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

 @keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.about .productions,.vision .productions,
.anailkemiz .productions,.degerlerimiz .productions{
    background: #101010;
}

.about .row,.vision .row,.anailkemiz .row,.degerlerimiz .row {
    margin: 0;
    padding: 0;
}

.about p,.vision p,.anailkemiz p,.degerlerimiz p {
    width: 75%;
    color: #8f212e;
    margin-top: 85px;
    font-size: 24px;
}

.about .image {
    background-image: url("../img/about-photo.png");
    background-position: center;
    background-size: cover;
}


.vision .image {
    background-image: url("../img/vizyon-photo.png");
    background-position: center;
    background-size: cover;
}


.anailkemiz .image {
    background-image: url("../img/anailkemiz-photo.png");
    background-position: center;
    background-size: cover;
}

.degerlerimiz .image {
    background-image: url("../img/degerlerimiz-photo.png?v=01");
    background-position: center;
    background-size: cover;
}

footer {
    background: #1b1b1b;
}

.pad100 {
    padding: 100px 0;
}

.footer-bottom {
    border-top: solid 2px #8f212e;
    text-align: left;
    color: #8f212e;
    font-size: 16px;
}

footer .list-wrap {
    padding-left: 0;
}

footer h4 {
    font-size: 40px;
    font-weight: bold;
    color: #8f212e;
   
}

footer h4 span {
    border-bottom: solid 6px #8f212e;
    width: 60px; 
    display: block;
}

.footer-menu {
    margin:0;
    padding: 0;
}

.footer-menu li{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-menu li a,.footer-menu li {
    text-decoration: none;
    color: #8f212e;
    font-size: 18px;
}
.contact, .contact a {
    text-align: center;
    text-decoration: none;
    color: #8f212e;
    font-size: 18px;
}

.barret-iframe,.contact  {
    margin-bottom:40px;
}


.footer-logo {
    width: 170px;
}

#about .about {
    margin-top: 90px;
}

.prod {
position: relative;
margin-bottom: 50px;
}

.prod span {
    height: 50px;
    line-height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #8f212e;
    background: rgba(0,0,0,.8);
}
