html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: "Open Sans",sans-serif;
	color: #484848;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-red{
	background: rgb(207 46 27);
}
img{
	max-width: 100%;
}

section{
	padding: 150px 0;
	display: block;
}

.section-md{
	padding: 75px 0;
	display: block;
}

.promotion-container{
	display: flex;
	justify-content: space-between;
}

.promotion-container .image{
	width: 45%;
	}
  

.promotion-container .explain{
	width: 45%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	border-top: 2px solid rgb(207 46 27);
	border-right: 2px solid rgb(207 46 27);
	border-radius: 10%;
	
}

.promotion-container .explain .sub-title{
color: rgb(207 46 27);
font-weight: 600;

}

.promotion-container .explain .main-title{

	font-size: 30px;
	margin-bottom: 1rem;

}

.promotion-container .explain .exp-text{
	opacity: 0.7;
	font-size: 15px;
}

.easy-info{
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin: 10px;
	height: 100%;
	box-shadow: rgba(213, 32, 32, 0.16) 0px 1px 4px;
	border-radius: 10%;
	border-style: dashed;
	position: relative;
	top: 0;
	transition: ease all .3s;
	background: white;
	font-size: 15px;
	
}

.easy-info:hover{
	box-shadow: rgba(196, 141, 141, 0.3) 0px 7px 29px 0px;
	top: -10px;
	transition: ease all .3s;
	border-radius:0;
	background: #484848;
}

.easy-info:hover .easy-text{
	color: whitesmoke;
} 

.easy-info:hover .easy-title{
	color: whitesmoke;
} 

.easy-info .icon{
	display: flex;
	justify-content: center;
}

.easy-info .icon svg{
	width: 48px;
	height: 48px;
	fill: #484848;
	/* opacity: 0.8; */
}

.easy-info .easy-title{
	text-align: center;
}

.easy-info .easy-title h2{
	font-size: 1.5rem;
}

.easy-info .easy-text{
	opacity: 0.9;
	text-align: center;
}

.p-none{
	padding: 0;
	font-size: 15px;
}

.fixed-info{
	padding: 100px 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fixed-section{
	background: url(/images/back.jpg) center / cover no-repeat fixed;
}

.fixed-section-faq{
	background: url(/images/sss.jpg) center / cover no-repeat fixed;
	padding: 30px 0;
}

.fixed-section-contact{
	background: url(/images/contact.jpg) center / cover no-repeat fixed;
	padding: 30px 0;
}

.fixed-section-corporate{
	background: url(/images/corporate.jpg) center / cover no-repeat fixed;
	padding: 30px 0;
}

.fixed-section-product{
	background: url(/images/product-banner.jpg) center / cover no-repeat fixed;
	padding: 30px 0;
}

.fixed-section-rule{
	background: url(/images/rule.jpg) center / cover no-repeat fixed;
	padding: 30px 0;
}


.fixed-info h2{
	font-size: 4rem;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.drop-parent .sub-item{
	padding: 0;
}

.contact-shadow{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact{
	position: relative;
	display: flex;
	justify-content: center;
}

.contact-absolute{
	position: absolute;
	top: -250px;
}

.contact-absolute .contact-sub-title h3{
	font-size: 18px;
}

select:focus,
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #9d9d9d;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #ced4da;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(141, 26, 24, 0.6);
  outline: 0 none;
  
}

textarea:focus{
	border-color: #ced4da;
}

.contact-form .contact-list li {
	padding: 10px;
	position: relative;
	left: 0;
	transition: ease all .3s;
}

.contact-form .contact-list li:hover{
	left: 10px;
	background: #ced4da;
}

.contact-form .contact-list li a{
	text-decoration: none;
	color: #484848;
}

.contact-form .contact-list li a svg{
    width: 32px;
    height: 32px;
    fill: #fff;
    background: rgb(207 46 27);
    padding: 5px;
    border-radius: 20px;
    margin-right: 10px;
}

.pr-row{
	margin-bottom: 6rem;
	border-radius: 10px;
	display: flex;
}

.product-shadow{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pr-row:last-child{
	margin-bottom: 0 !important;
}

/* Çift sayıdaki elementlere özel stil */
.pr-row:nth-child(even) {

  flex-direction: row-reverse;
}

.carousel-item{
	position: relative;
}

.slider-info{
	position: absolute;
	top: 0;
	left: 0;
	padding: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	width: 100%;
    height: 100%;
	align-items: flex-start !important;
}	

.slider-info h2{
	background-color: rgb(207 46 27 / 75%);
    color: whitesmoke;
    width: fit-content;
    padding: 10px;
	margin-top: 10rem;
	margin-bottom: 4rem;
}



.slider-info p{
	background: #ffffffcf;
    color: rgb(207 46 27);
    font-weight: 500;
    width: 50%;
    padding: 5px;
}


.responsive-header{
	display: none;
}

.nav-list-responsive{
	display: none;
}

.btn-specific{
	background: rgb(207 46 27) !important;
	color: white !important;
}

.footer_contact_widget li a p{
	margin-bottom: 0 !important;
}

.exp-text p{
	color: #484848;
}

.contact-text p{
	color: #484848;
}

.product-info p{
	color: #484848;
}

.product-info .row .col-md-12{
	word-wrap: break-word;
}




