@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(../fontawesome/css/all.min.css);

#panelmenuoverlay{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#panelmenuoverlay.menuacik{
	opacity: .7;
    visibility: visible;
}




#panelmenu{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    left: -450px;
	
    opacity: 0;
    visibility: hidden;
	
    transition: all 0.3s ease-in;

}
#panelmenu.menuacik{
	opacity: 1;
    visibility: visible;
    left: 0;
}

#panelmenu .panelmenutop{
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}
#panelmenu .panelmenutop .logo {
    width: 150px;
}
#panelmenu .panelmenutop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#panelmenu .panelmenutop .panelmenukapat{
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#panelmenu .panelmenutop .panelmenukapat i{
    font-size: 30px;
    color: #010101;
}
#panelmenu .panelmenutop .panelmenukapat:hover i{
    color: #0eadf3;
}
 
#panelmenu .panelmenubody{
	    overflow: auto;
    width: 100%;
    height: 100%;
}
#panelmenu .panelmenubody span{
    position: relative;
    display: block;
    color: #6c757d;
    padding: 20px 0;
    font-size: 13px;
    font-weight: 400;
}

#panelmenu .panelmenubody .pamenu{
    display: block;
}

#panelmenu .panelmenubody .pamenu a {
    font-size: 17px;
    font-weight: 600;
    color: #010101;
    position: relative;
    display: block;
    margin-bottom: 10px;
	
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#panelmenu .panelmenubody .pamenu a:hover {
    margin-left: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover:before {
    visibility: visible;
    opacity: 1;
}
#panelmenu .panelmenubody .pamenu a:before {
    position: absolute;
    content: "";
    background: #0eadf3;
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown{
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown.menuacik{
     visibility: visible;
    opacity: 1;
	display:block;
}



#header {
position: fixed;
    transition: .4s;
    top: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    z-index: 50;
}

#header .logo {
    height: 90px;
    width: 200px;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
#header .logo:after {
    content: "";
    position: absolute;
    width: 2000px;
    height: 90px;
    background: #fff;
    right: -40px;
    top: 0;
    z-index: -1;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;    box-shadow: 0px 5px 10px #00000038;
}
#header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#header .headmenu {
    height: 90px;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
#header .headmenu:after {
    content: "";
    position: absolute;
    width: 2000px;
    height: 90px;
    background: #fff;
    left: -40px;
    top: 0;
    z-index: -1;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;    box-shadow: 0px 5px 10px #00000038;
}

#header .headmenu .sitemenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    list-style: none;
    margin: 0;
}
#header .headmenu .sitemenu a {
margin-right: 20px;
    padding: 10px 0;
    position: relative;
    color: #010101;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
#header .headmenu .sitemenu a:last-child{
margin-right: 0px;
}
#header .headmenu .sitemenu a:hover {
    color: #0eadf3;
}

#header .headmenu .sitemenu a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0eadf3;
    transition: width 0.3s ease, left 0.3s ease;
}

#header .headmenu .sitemenu a:hover:before {
    width: 100%;
}

#header .headmenu .dilbutton{
    cursor: pointer;
    margin: 0 20px;
}
#header .headmenu .dilbutton .gt_container-unisv1 a.glink{
    font-weight: 500;
    font-size: 17px;
    color: #010101;
}
#header .headmenu .dilbutton .gt_container-unisv1 a.glink span{
    font-weight: 500;
    font-size: 17px;
    color: #010101;
}
#header .headmenu .dilbutton .gt_container-unisv1 a.glink span:nth-child(3) {
    display: none !important;
}

#header .headmenu .mobilemenu {
    position: relative;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 35px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#header .headmenu .mobilemenu span {
	position: relative;
    display: block;
    height: 6px;
    border-radius: 10px;
    background: #010101;
    float: left;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#header .headmenu .mobilemenu span:nth-child(1) {width: 50%;margin-bottom: 7px;}
#header .headmenu .mobilemenu span:nth-child(2) {width: 100%; margin-bottom: 7px;}
#header .headmenu .mobilemenu span:nth-child(3) {width: 75%;}
#header .headmenu .mobilemenu:hover span:nth-child(1){width: 100%;}
#header .headmenu .mobilemenu:hover span:nth-child(2){width: 75%;}
#header .headmenu .mobilemenu:hover span:nth-child(3){width: 100%;}
#header .headmenu .mobilemenu.menuacik span:nth-child(1){width: 100%;}
#header .headmenu .mobilemenu.menuacik span:nth-child(2){width: 75%;}
#header .headmenu .mobilemenu.menuacik span:nth-child(3){width: 100%;}








.siteslider{
    position: relative;
    overflow: hidden;
}
.siteslider .swiper-slider{
    height: 100vh;
    width: 100%;
}
.siteslider .swiper-slider .swiper-button-prev,
.siteslider .swiper-slider .swiper-button-next{
    position: absolute;
    color: #010101;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    top: 50%;
	
	visibility: hidden;
    opacity: 0;
	
	 transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; /* Safari ve eski Chrome */
    -moz-transition: all 0.5s ease; /* Eski Firefox */
    -o-transition: all 0.5s ease; /* Eski Opera */
}
.siteslider:hover .swiper-button-prev,
.siteslider:hover .swiper-button-next{
	visibility: visible;
    opacity: 1;
}
.siteslider .swiper-slider .swiper-button-prev{

    left: 75px;
}
.siteslider .swiper-slider .swiper-button-next{

    right: 75px;
}
.siteslider .swiper-slider .swiper-button-prev:after,
.siteslider .swiper-slider .swiper-button-next:after{
    font-size: 15px;
}
.siteslider .swiper-slider .swiper-button-prev:hover{
    color: #ffffff;
    background: #06a3da;
    left: 80px;
}
.siteslider .swiper-slider .swiper-button-next:hover{
    color: #ffffff;
    background: #06a3da;
    right: 80px;
}

.siteslider .slideritemcontent{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.siteslider .slideritemcontent:before {
position: absolute;
    left: 0px;
    right: 0px;
	display:none;
    top: 0px;
    bottom: 0px;
    content: "";
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(18, 18, 18, 0) 50%, rgb(18 18 18) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
}
.siteslider .swiper-slide-active .slideritemcontent:before {
    opacity: 1;
}

.siteslider .slideritemcontent .sliderimgbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease, transform 1.5s ease, filter 1s ease;
    filter: blur(10px);
    transform: scale(1.2);
}
.siteslider .swiper-slide-active .slideritemcontent .sliderimgbg {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritemtext,
.siteslider .slideritemcontent .slideritemsubtext {
    position: relative;
    z-index: 9;
	text-shadow: 2px 2px 5px #000000;
}
.siteslider .slideritemcontent .slideritemtext {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease, letter-spacing 0.5s ease, filter 0.5s ease;
    transform: translateY(50px);
    letter-spacing: -10px;
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritemtext {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0px;
    filter: blur(0);
}
.siteslider .slideritemcontent .slideritemsubtext {
    font-size: 17px;
    color: #fff;
    opacity: 0;
    transition: opacity 1.2s ease, transform 1s ease, filter 0.5s ease;
    transform: translateY(30px);
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritemsubtext {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritembutton {
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 1.4s ease, transform 1.2s ease, filter 0.7s ease;
    transform: translateY(30px);
    filter: blur(5px);
}

.siteslider .swiper-slide-active .slideritemcontent .slideritembutton{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


.siteslider .slideritemcontent .slideritembutton a{
    position: relative;
    z-index: 2;
    padding: 15px 40px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    transition: 0.5s;
}
.siteslider .slideritemcontent .slideritembutton a:hover {
    color: #ffffff;
    background: #0eadf3;
}






.sliderbilgilendir {
    position: relative;
    display: block;
    z-index: 9;
    width: 100%;
    margin-top: -250px;
}

.bilgilendirmebox {
    width: 100%;
    border-radius: 50px;
    border-bottom: 5px solid #dddddd;
    background: #ffffff;
    padding: 50px 30px;
    position: relative;
    text-align: center;
}

.bilgilendirmebox:before {
	    position: absolute;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    background: #0eadf3;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0
}

.bilgilendirmebox:hover:before {
    transform: scale(1.05);
    opacity: 1
}
.bilgilendirmebox:hover h3{
    color: #fff;
}
.bilgilendirmebox:hover p{
    color:#fff;
}

.bilgilendirmebox h3 {
    position: relative;
    z-index: 1;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #010101;
    transition: all 0.3s ease;
}

.bilgilendirmebox p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    transition: all 0.3s ease;
}


.hakkimzidawidget {
	position: relative;
    display: block;
    padding: 100px 0;
}

.hakkimizdasection {
    display: block;
    position: relative;
    text-align: left
}
.hakkimizdasectionimg{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}
.hakkimizdasectionimg img{
width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #dddddd;
    padding: 10px;
    border-radius: 50px;
}

.hakkimizdasection h2 {
    position: relative;
    color: #010101;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.hakkimizdasection p {
    font-size: 20px;
    color: #010101;
    font-weight: 400;
    padding: 20px 0;
    line-height: 40px
}

.hakkimizdasection a {
	cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #010101;
}

.hakkimizdasection a:before,
.hakkimizdasection a:after {
    content: "";
    z-index: -1;
	position: absolute;
    width: 100%;
    height: 7px;
    bottom: 2px;
}

.hakkimizdasection a:before {
    width: 100%;
    background: #fff;
}
.hakkimizdasection a:after {
	left:0;
    background: #0eadf3;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: bottom right;
}

.hakkimizdasection a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hakkimizdasection a i{
	margin-left:10px;
    transition: all 0.3s ease;
}
.hakkimizdasection a:hover i{
	margin-left:15px;
}












#pagewidget{
	position: relative;
    display: block;
    padding: 75px 0;
}
#pagewidget .widgettitle{
	position: relative;
    display: block;
    margin-bottom: 30px;
}
#pagewidget .widgettitle .widgettitlecontetnt{
    position: relative;
    z-index: 1;
    text-align: center;
}
#pagewidget .widgettitle .widgettitlecontetnt h4{
	font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #0eadf3;
}
#pagewidget .widgettitle .widgettitlecontetnt h4:before,
#pagewidget .widgettitle .widgettitlecontetnt h4:after{
	content: '/';
    display: inline-block;
}
#pagewidget .widgettitle .widgettitlecontetnt h2{
font-size: 30px;
    letter-spacing: -2px;
    font-weight: 600;
    color: var(--site-color);
}



/* Page Background */
#pagebacktitle {
    position: relative;
    display: block;
    background: #0eadf3;
    margin-bottom: 50px;
}
#pagebacktitle .pagebacktitlecontent{
position: relative;
    display: block;
    padding-top: 250px;
    padding-bottom: 40px;
	text-align:center;
}
#pagebacktitle .pagebacktitlecontent h1{
    color: #fff;
    display: block;
    width: 100%;
    font-size: 80px;
    font-weight: 800
}




/* Genel Sayfa Yapısı */
#pagebody {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1041px 550px;
}
#pagebody .stkiyimage{
    position: sticky;
    top: 10px;
}
#pagebody .pageimg{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}
#pagebody .pageimg img {
width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #dddddd;
    padding: 10px;
    border-radius: 50px;
}
@media screen and (max-width: 770px) {
#pagebody .pageimg {
        width:100%;
    }
}


.adresbilgisi{
	    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 75px 0;
}
.adresbilgisi p{font-weight:300;font-size:33px;line-height:45px;text-align:left;color:#010101}
.adresbilgisi ul{text-align:right}
.adresbilgisi ul li{font-weight:400;font-size:17px;color:#010101}
.adresbilgisi ul li a{font-weight:700;font-size:30px;color:#010101}


/* Ürünler Box */
.urun-box{    position: relative;
    margin-bottom: 30px;}
.urun-box .image{
width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
	
}
.urun-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.urun-box .image:hover img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

	
.urun-box .title{
	    width: 100%;
    text-align: center;
    font-weight: 400;
}
.urun-box .title a{color: #000000;position:relative;z-index:10}
/* Ürünler Box */

#footer{
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    border-top: 2px solid #fff;    
	margin-top: 50px;
}
#footer:after {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    top: -25px;
    left: 0;
    background: #0eadf3;
}
#footer .footerlogo{
	    position: relative;
    display: block;
    width: 225px;
    margin: 30px auto;
}
#footer .footerlogo img{
    width: 100%;
}
#footer .footermenu{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#footer .footermenu a{
    position: relative;
    margin-right: 20px;
    color: #010101;
}
#footer .footermenu a:last-child{
	    margin-right: 0px;
}

#footer p.copyright{
    text-align: center;
    color: var(--color2);
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 15px;
}
#footer p.copyright2{
    text-align: center;
    color: #010101;
    font-size: 13px;
    font-weight: 400;
}





.icerikbulunamadi{display: block;
    width: 100%;
    background: #fff3cd;
    padding: 15px;
    border-radius: 5px;
    margin: 50px 0 !important;}
.icerikbulunamadi span{font-size:16px;font-weight:400;color:#856404;display:block;margin-bottom:10px}
.icerikbulunamadi p{font-size:14px;font-weight:400;line-height:25px;color:#6c757d}


.telegramwhatspp {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:99
}
.telegramwhatspp a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%;
}
.telegramwhatspp a i{

color: #ffffff;
}
.telegramwhatspp a.whatsapp{
color: #ffffff;
    background: #008069;
}
.telegramwhatspp a.telegram{
color: #ffffff;
    background: #4097ed;
}
.telegramwhatspp a.phone{
color: #ffffff;
    background: #1c4281;
}
.telegramwhatspp a.envelope{
color: #ffffff;
    background: #9076ff;
}

.yukaricikbutton {
	position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton.activeyukaricikbutton {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.yukaricikbutton::after {
position: absolute;
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton svg path {

    fill: #0eadf3;
}
.yukaricikbutton svg.pbmit-progress-circle path {
stroke:#607D8B;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}



/* Hata Sayfası */
.hatasayfasi{
	text-align: center;
    width: 100%;
    display: block;
}
.hatasayfasi .row{
    width: 100%;
    height: 100vh;
}
.hatasayfasi .desigicon{
	    font-size: 80px;
    color: #0eadf3;
    margin-bottom: 20px;
}
.hatasayfasi .desigicon i{
    color: #0eadf3;
}
.hatasayfasi h1{
	font-size: 50px;
    margin-bottom: 20px;
    color: #010101;
}
.hatasayfasi p{
	    font-size: 18px;
    margin-bottom: 30px;
    color: #010101;
}

.hatasayfasi a {
    font-size: 18px;
    margin-bottom: 30px;
    color: #0eadf3;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hatasayfasi a:hover {
    color: #0eadf3;
    transform: translateY(-3px);
}

.hatasayfasi a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0eadf3;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.hatasayfasi a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



.urundetailtitle {
    font-size: 30px;
    font-weight: 700;
    color: #192436;
}
.urundetailexplanation {
    font-size: 15px;
    line-height: 20px;
    color: #6c757d;
    font-weight: 500;
}

.stokkoduitem{
    display: block;
    padding: 35px 0;
    position: relative;
}
	
.stokkoduitem .otitle{
    font-size: 18px;
    font-weight: 400;
    color: #6c757d;
    display: block;
	}
.stokkoduitem .ocontent{
    color: #202020;
    font-weight: 700;
    font-size: 30px;
    display: block;
    position: relative;
    text-shadow: 1px 1px 0px white;
	}
.stokkoduitem .ocontent:before{
content: "";
    height: 10px;
    width: 125px;
    background: #0eadf3;
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
	}
.stokkoduitem .okateg{
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
	}	
	
	
	
	.whtapptelilet{
}
.whtapptelilet a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e7e9f0;
    border-radius: 5px;
    padding: 5px;
}
.whtapptelilet a i{
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
	color: #0eadf3;
}
.whtapptelilet a .text{
padding-left: 5px;
    font-size: 17px;
    color: #2d313a;
    font-weight: 600;
}
.whtapptelilet a .text small{
display: block;
    color: #9498a1;
    font-weight: 400;
    font-size: 14px;
}



@media (max-width: 1200px) {
#header .headmenu .sitemenu {
    display: none;
}
.sliderbilgilendir {
    margin-top: 30px;
}
#pagebacktitle .pagebacktitlecontent h1 {
    font-size: 65px;
    line-height: 65px;
}
}
@media (max-width: 992px) {
	.siteslider {
    margin-top: 150px;
}
.siteslider .swiper-slider {
    height: 450px;
    width: 100%;
}
}
@media (max-width:425px) {
#header .headmenu .dilbutton {
    cursor: pointer;
    margin: 0 5px 0 0;
}
    #pagebacktitle .pagebacktitlecontent h1 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width:510px) {

#header .logo {
    width: 100px;
}
}
@media (max-width:530px) {
.hakkimizdasection h2 {
	
    font-size: 55px;
    line-height: 55px;
}
}