﻿body {
	font-family: sans-serif;
}

a {
    outline: none !important;
    text-decoration: none !important;
	color: #FFFFFF;
}

/*

.buton {
    margin-top: 60px;
    width: 30%;
    height: 50px;
    text-decoration: none !important;
    background-color: #FFFFFF;
    border-color: #B9B9C8;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #B9B9C8;
    border-radius: 10px;
}

*/

/*===================================================== WHATSAPP_BUTON ===================================================*/

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
    z-index: 99999;
    position: fixed;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 40px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 40px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.whatsappsagalt {
    bottom: 20px;
    right: 20px;
}

.btn-whatsapp-pulse {
    background: #25D366;
}

.btn-whatsapp-pulse-border {
}

    .btn-whatsapp-pulse-border::before {
        border: 5px solid #25D366;
    }

/*============================================USTBİLGİ==========================================*/

.ustmenu {
	padding-top: 20px;
    min-height: 120px;
    position: relative;
    z-index: 999;
}

/*============================================NAVBAR==========================================*/

.nv {
	margin-top: 20px;
	padding-top:10px;
    display: block; 	
}

.navbar-light .navbar-toggler {
    color: #FFFFFF;
}

.nav-fill .nav-item {
    text-align: center;
}

.nav-link span {
    color: #FFFFFF;
    font-size: 14px;
	font-weight: 600;
}

/*=============================================CAROUSEL=========================================*/

.carousel {
	margin-top: -120px;
    position: relative;
    z-index: 97;
}

.carousel-item {
    min-height: 900px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .carousel-item a {
        min-height: 450px;
        display: block;
        height: 100%;
        width: 100%;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/*============================================HAKKIMIZDA===========================================*/

.hakkimizda {
    text-align: left;
    background: linear-gradient(135deg, #ebecf0 70%, #26274F);    
}

.hakkimizdabaslik {
	padding-top: 40px;
    color: #252630;
    font-size: 42px;
    font-weight: 800;
	font-family: Georgia, serif;
}

.hakkimizdayazi {
    margin-top:10px;
    font-size: 16px;
    line-height:35px;
	font-family: Arial, Helvetica, sans-serif;
}

.hakkimizdayazi span {
    color:#CD4B2B;
    font-size:16px;
}

.hakkimizdaresim{
	border: 15px solid #000033;
}

.hakkimizdaresim img{
    width: 405px;
}

/*============================================GALERİ===========================================*/

.galeri {
    padding-top: 40px;
	padding-bottom:40px;
}

.galeriresim{
	padding:20px;
}

.galeriresim img{
	
}

/*============================================URUNLER==========================================*/

.urunler {
    padding-top: 40px;
	padding-bottom:40px;
}

.urunlerkkbaslik {
	font-weight:bolder;
    font-size: 24px;
    color: #737385;
	text-align:center;
}

.urunlerkk{
	width: 100%;
	height:320px;
    margin-top:45px;
    text-align:center; 
    padding:20px;
	background: #FFFFFF;
	overflow: hidden;
    -webkit-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45) !important;
    -moz-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45) !important;
    box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45) !important;
}

/*============================================NEDENBİZ?==========================================*/

.nedenbiz {
    padding-top: 40px;
	padding-bottom:40px;
    background-color: #ebecf0;
}

.nedenbizbaslik {
	font-weight:bolder;
    font-size: 40px;
    color: #737385;
	text-align:center;
}

.nedenbizkk{
    margin-top:45px;
    text-align:center;
    border-radius:25px;
    background-color:white;
    height:300px;
    padding-top:40px;
}

.nedenbizkkbaslik {
    font-weight:bolder;
    font-size: 21px;
    color: #737385;
	text-align:center;
}

.nedenbizkkyazi {
    margin-top: 20px;
    position: relative;
    z-index: 999;
}

.nedenbizim{
    margin-top:20px;
}

    .nedenbizim i{
       font-size: 40px;
	   color: #737385;
    }
	
/*======================================TECRÜBE=====================================*/

.tecrübe {
    text-align:center;
    padding-top:40px;
	padding-bottom: 40px;
}

.tecrübeyazi1 {
    font-size: 48px;
    color: #b22339;
}

.tecrübeyazi2 {
    font-size: 18px;
    margin-top: 20px;
    color: #464652;
}

.tecrübeyazi2 span{
    font-size: 30px;   
    font-weight: bolder;
    color: #464652;
}

.tecrübeyazi3 {
    font-size: 16px;
    margin-top: 20px;
    color: #464652;
}

/*=========================================SUBELERİMİZ============================================*/

.subelerimiz{
    padding-top:40px;
	padding-bottom: 40px;
    text-align:left;
}

.subelerimizbaslik {
    font-weight:bolder;
    font-size: 40px;
    color: #737385;
	text-align:center;
}

.subelerimizkk1 {
	padding:15px;
	margin-top: 20px;
    border-style: none;
    width: 100%;
    height: 800px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45)
}

.subelerimizkk2 {
	margin-top: 20px;
    border-style: none;
    width: 100%;
    height: 320px;
    background: #FFFFFF;
	overflow: hidden;
    -webkit-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45)
}

.subelerimizkkbaslik {
    padding-top:40px;
    font-size:26px;
    font-weight:bolder;
    color:#424251;
}

.subelerimizkkyazi{
	margin-top: 20px;
    font-size: 18px;
    line-height:35px;
}

.subekkresim{
	padding:20px;
}

.subekkresim img{
	height: 280px;
}

/*======================================BAYİLİKLERİMİZ==============================================*/

.bayilik {
    padding-top: 40px;
	padding-bottom:40px;
    background-color: #d3d3d3;
}

.bayilikbaslik {
	font-weight:bolder;
    font-size: 40px;
    color: #737385;
	text-align:center;
}

.bayilikkk {
    margin-top: 45px;
    text-align: center;
    border-radius: 25px;
    background-color: white;
    background-repeat: no-repeat;
    height: 450px;
    padding-top: 40px;
}

/*=========================================İLETİSİM========================================*/

.iletisim {
    text-align: center;
    padding-top: 40px;
	padding-bottom: 40px;
}

.iletisimbaslik {
	font-weight:bolder;
    font-size: 38px;
    color: #737385;
}

.iletisimyazi {
    color: #737385;
    font-size: 18px;
}

.iletisimbuton {
	margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.iletisimbuton {
    color: red;
    border: solid 1px red;
}

    .iletisimbuton:hover {
        color: #FFFFFF;
        background-color: red;
    }
	
	.harita {
		margin-top:40px;
    background-color: #F8F8F8;
    height: 325px;
    max-height: 325px;
    overflow: hidden;
    border: solid 1px #ececec;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    max-height: 365px;
    margin-top: 0px;
}

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

/*============================================ALTBİLGİ=============================================*/

.altbilgi {
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 20px;
	background-image: url(images/footer/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.altbilgibaslik {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    padding-top: 50px;
}

.altbilgilink a {
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    margin-top: 20px;
    line-height: 15px;
}

.altbilgilink {
	margin: 0 auto;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    margin-top: 20px;
    line-height: 30px;
}

.aby1 {
    font-size: 14px;
	color:grey;
}
.aby2 {
    color: #858593;
    font-size:16px;
}

.sosyalimg{
	padding-top:30px;
	float: right;
}

.sosyalimg i{
	color: #FFFFFF;
	font-size:26px;
}

@media(max-width:575px) {

}

@media(max-width:767.98px) {
	
    .ustmenu {
        min-height: 58px;
		background-color: rgba(0, 0, 0, 0.6) !important;
        
    }
	
	.sosyalimg{
	padding-top:30px;
	float: left;
}

.sosyalimg i{
	color: #FFFFFF;
	font-size:26px;
}
	
	/*--------------- NAVBAR -------------------*/
	
    .navbar-custom {
        position: absolute !important;
        width: 100% !important;
        margin-top:-58px;
    }
    
	/*--------------- CAROUSEL -------------------*/

    .carousel {
        margin-top: 0px;
    }

    .carousel-item {
        min-height: 250px !important;
    }
	
	/*---------------  -------------------*/
	
	.subelerimizkk1 {
	margin-top: 20px;
    border-style: none;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 32px -5px rgba(0,0,0,0.45)
}


	.nedenbizkkyazi {
		font-size: 12px;	
    }
	
	.altbilgi {
		padding-top: 0px;
        min-height: auto;  
	    background-image: none;
        background-color: #111111;
    }
}


@media(max-width:975px) {
	
}

@media (min-width: 1200px) {
}




@media (min-width: 576px) and (max-width: 768px) {
	.carousel {
        margin-top: 0px;
    }

    .carousel-item {
        min-height: 250px !important;
    }
}


@media (min-width: 768px) and (max-width: 975px) {
    .carousel-item {
        min-height: 450px;
    }
}


@media (min-width: 975px) and (max-width: 1200px) {
	.carousel-item {
        min-height: 650px;
    }
}

@media (min-width: 1200px) {
	.carousel-item {
        min-height: 750px !important;
    }
}

@media (min-width: 1700px) {
	.carousel-item {
        min-height: 900px !important;
    }
}




