

.s_title{
    width: 100%;
    line-height: 1.4;
    float: left;
    position: relative;
    letter-spacing:1px;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0px;
}

html#sag .s_title{text-align: right; }

.s_text{
    width: 100%;
    line-height: 1.6;
    float: left;
    position: relative;
    letter-spacing:1.2px;
    font-size: 14px;
}


.hakkimizda{
    width: 100%;
    line-height: 1.8;
    float: left;
    position: relative;
    letter-spacing: 2px;
    color: #1d1d1d;
    font-size: 14px;
}





.bayilik_metin{
    width: 100%;
    line-height: 1.8;
    float: left;
    position: relative;
    letter-spacing: 2px;
    color: #1d1d1d;
    font-size: 14px;
    margin: 30px 0px;
}

.bayilik_metin h3{
    width: 100%;
    line-height: 1.8;
    float: left;
    position: relative;
    letter-spacing: 2px;
    color: #1d1d1d;
    font-size: 22px;
    margin-bottom: 10px;
}


.bayilik_form{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}


.bayilik_form .title{
    width: 100%;
    float: left;
    position: relative;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #ddd;
}

.bayilik_form .iletisim_form_col{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}

html#sag .bayilik_form .iletisim_form_col{ margin: 0px; }








.hizmet_col{
    width: calc(20% - 20px);
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 10px;
}

.hizmet_col .padding{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 150%;
}

.hizmet_col .padding .cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hizmet_col .padding .cont span{
    width: 40px;
    height: 25px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    z-index: 5;
}

.hizmet_col .padding .cont::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
    transition: all 300ms;
}

.hizmet_col .padding .cont img{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    object-fit: cover;
    z-index: 1;
}

.hizmet_col .padding .cont .info{
    width: 100%;
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    top: calc(100% - 130px);
    left: 0px;
    z-index: 5;
    transition: all 300ms;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90px, rgba(0, 0, 0, 0) 110px);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90px, rgba(0, 0, 0, 0) 110px);
}

.hizmet_col .padding .cont .info .title{
    width: 100%;
    line-height: 1.4;
    position: relative;
    float: left;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    font-weight: 900;
    color: #fff;
    font-size: 25px;
}

.hizmet_col .padding .cont .info .des{
    width: 100%;
    line-height: 1.6;
    position: relative;
    float: left;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
}


.hizmet_col:hover .padding .cont .info{
    padding: 20px;
    top: 60px;

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90px, rgba(0, 0, 0, 1) 110px);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90px, rgba(0, 0, 0, 1) 110px);
}

.hizmet_col:hover .padding .cont::before{
    content: '';
    background-color: rgba(255,9,14,0.95);
}







.masonry{
    width: 100%;
    float: left;
    position: relative;
}

.masonry-item{
    width: calc(25% - 10px);
    float: left;
    position: relative;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
}

.masonry-item img{
    width: 100%;
    float: left;
    position: relative;
    transition: all 250ms;
}


.masonry-item:hover img{ transform: scale(1.2) rotate(3deg);}






.referans{
    width: calc(20% - 10px);
    float: left;
    position: relative;
    margin: 5px;
      perspective: 1000px;
      
}


.referans .referans_content{
    width: calc(100% - 0px);
    padding-top: 100%;
    float: left;
    position: relative;
    transition: transform 0.6s;
      transform-style: preserve-3d;
}

.referans .referans_content .logo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
}

.referans .referans_content .logo img{
    width: 50%;
    height: 50%;
    position: relative;
    float: left;
    object-fit: contain;
    top: 25%;
    left: 25%;
}

.referans .referans_content .logo_blg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ddd;
    color: #1d1d1d;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.8px;
    line-height: 1.8;
  }


  .referans:hover .referans_content{
    transition: 0.9s;
      transform: rotateY(180deg);
}








.haberler{
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.haber_col{
    width: calc(25% - 40px);
    float: left;
    position: relative;
    margin-bottom: 50px;
}


.haber_col .img{
    width: 100%;
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.haber_col .img .padding{
    width: 100%;
    padding-top: 60%;
    float: left;
    position: relative;
}

.haber_col .img .padding img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.haber_col .cont{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}

.haber_col .cont .title{
    width: 100%;
    float: left;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.haber_col .cont .des{
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

.haber_col .tarih{
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}








.bayiler_list{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}

.bayiler_col{
    width: calc(50% - 30px);
    float: left;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #7d7d7d;
    border-radius: 150px;
}

.bayiler_col .img{
    width: 230px;
    height: 230px;
    float: left;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.bayiler_col .img img{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    object-fit: contain;
}

.bayiler_col .bayi_cont{
    width: calc(100% - 250px);
    float: left;
    position: relative;
    margin-left: 20px;
}

.bayiler_col .bayi_cont .title{
    width: 100%;
    float: left;
    position: relative;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.bayiler_col .bayi_cont .iltsm{
    width: 100%;
    float: left;
    position: relative;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    margin: 3px 0px;
}

.bayiler_col .bayi_cont .sosyal_iconlar{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 5px;
}

.bayiler_col .bayi_cont .sosyal_iconlar .icon{
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin: 3px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
}

.bayiler_col .bayi_cont .sosyal_iconlar .icon:hover{ transform: scale(1.2); }

.bayiler_col .bayi_cont .sosyal_iconlar .icon:before{
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    background-color: #fff;
}


.facebook{ background-color:#4267B2; }
.facebook:before{ mask: url(../images/sm_facebook.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_facebook.svg) no-repeat center / contain;}

.instagram{ background-color:#c32aa3; }
.instagram:before{ mask: url(../images/sm_instagram.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_instagram.svg) no-repeat center / contain;}

.tiktok{ background-color:#010101; }
.tiktok:before{ mask: url(../images/sm_tiktok.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_tiktok.svg) no-repeat center / contain;}

.youtube{ background-color:#ff0000; }
.youtube:before{ mask: url(../images/sm_youtube.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_youtube.svg) no-repeat center / contain;}

.twitter{ background-color:#1da1f2; }
.twitter:before{ mask: url(../images/sm_twitter.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_twitter.svg) no-repeat center / contain;}

.google{ background-color:#4285f4; }
.google:before{ mask: url(../images/sm_google.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_google.svg) no-repeat center / contain;}

.pinterest{ background-color:#bd081c; }
.pinterest:before{ mask: url(../images/sm_pinterest.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_pinterest.svg) no-repeat center / contain;}

.linkedin{ background-color:#0a66c2; }
.linkedin:before{ mask: url(../images/sm_linkedin.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_linkedin.svg) no-repeat center / contain;}

.skype{ background-color:#00aff0; }
.skype:before{ mask: url(../images/sm_skype.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_skype.svg) no-repeat center / contain;}

.x{ background-color:#000000; }
.x:before{ mask: url(../images/sm_x.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_x.svg) no-repeat center / contain;}

.web{ background-color:#fff; }
.web:before{ mask: url(../images/sm_web.svg) no-repeat center / contain; -webkit-mask: url(../images/sm_web.svg) no-repeat center / contain; background-color:#000!important;}

/*
.bloglar{
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.bloglar .blog{
	width: calc(33.33% - 20px);
	float: left;
	position: relative;
	transition: all 250ms;
}


.bloglar .blog .blog_img{
	width: calc(100% - 0px);
	padding-top: 60%;
	float: left;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.bloglar .blog .blog_img img{
	width: calc(100% - 0px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}


.bloglar .blog .blog_content{
	width: calc(100% - 40px);
	float: left;
	position: relative;
	margin: -60px 20px 0px 20px;
	padding: 25px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
	transition: all 200ms;
}

.bloglar .blog .blog_content h4{
	width: calc(100% - 0px);
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	float: left;
	position: relative;
	color: #171422;
}

.bloglar .blog .blog_content .tarih{
	width: calc(100% - 0px);
	float: left;
	position: relative;
	font-family: "Inter", sans-serif;
	margin: 12px 0px;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1;
	color: #5E5F63;
	text-transform: capitalize;
}

.bloglar .blog .blog_content .tarih::before{
	content: '';
	width: 14px;
	height: 14px;
	float: left;
	position: relative;
	margin-right: 10px;
	background-color: var(--color);
	mask: url(../images/date.svg) no-repeat center / contain; 
	-webkit-mask: url(../images/date.svg) no-repeat center / contain;
}

.bloglar .blog .blog_content p{
	width: calc(100% - 20px);
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "Inter", sans-serif;
	float: left;
	position: relative;
	color: #5E5F63;
	margin-bottom: 15px;
}

.bloglar .blog .blog_content .buton{
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: "Inter", sans-serif;
	float: left;
	position: relative;
	color: #171422;
	display: flex;
	align-items: center;
	font-weight: 700;
    text-transform: capitalize;
}

.bloglar .blog .blog_content .buton span{
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	color: #fff;
	background-color: var(--color);
	border-radius: 50%;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bloglar .blog .blog_content .buton span::before{
	content: '';
	width: 12px;
	height: 12px;
	float: left;
	position: relative;
	background-color: #fff;
	mask: url(../images/o5.svg) no-repeat center / contain; 
	-webkit-mask: url(../images/o5.svg) no-repeat center / contain;
}


.bloglar .blog:hover .blog_content{ margin-top: -80px;}


html#sag .bloglar .blog .blog_content h4{ text-align: right;}
html#sag .bloglar .blog .blog_content p{ text-align: right;}
html#sag .bloglar .blog .blog_content .buton{ float: right;}
html#sag .bloglar .blog .blog_content .tarih{ text-align: right;}
html#sag .bloglar .blog .blog_content .tarih::before{ float: right; margin-right:0px; margin-left: 10px;}
*/








   
.light_img_n_a{ animation-fill-mode: both;animation: light_img_n_a 550ms; }
.light_img_nx{ animation-fill-mode: both;animation: light_img_nx 550ms; }
.light_img_p_a{ animation-fill-mode: both;animation: light_img_p_a 550ms; }
.light_img_pr{ animation-fill-mode: both;animation: light_img_pr 550ms; }

@keyframes light_img_n_a { from {margin-left: -100%;} to {margin-left: 0px;} }
@keyframes light_img_nx { from {margin-left: 0px;} to {margin-left: 100%;} }
@keyframes light_img_p_a { from {margin-left: 100%;} to {margin-left: 0px;} }
@keyframes light_img_pr { from {margin-left: 0px;} to {margin-left: -100%;} }

.lightbox{
    width: calc(100% - 0px);
    height: calc(100vh - 0px);
    position: fixed;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}


.lightbox .lb_kpt{
    width: 50px;
    height: 50px;
    top:20px;
    right: 20px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
}


.lightbox .lb_kpt:before,.lightbox .lb_kpt:after{
    content: '';
    width: 30px;
    height: 5px;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    transition: all 250ms;
    z-index: 2;
}
.lightbox .lb_kpt:before{ transform: rotate(45deg); }
.lightbox .lb_kpt:after{ transform: rotate(-45deg); }

.lightbox .lb_kpt:hover{ transform: rotate(180deg); border:1px solid #fff; }
.lightbox .lb_kpt:hover:before,.lightbox .lb_kpt:hover:after{ width: 26px; height: 4px;}



.lightbox .lb_n_btn,.lightbox .lb_p_btn{
    width: 50px;
    height: 50px;
    top:50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
    border:1px solid transparent;
    z-index: 3;
}

.lightbox .lb_n_btn:hover,.lightbox .lb_p_btn:hover{ border:1px solid #fff; }

.lightbox .lb_n_btn{ right: 20px;}
.lightbox .lb_p_btn{ left: 20px;}

.lightbox .lb_n_btn:before,.lightbox .lb_p_btn:before{
    content: '';
    width: 8px;
    height: 8px;
    border:5px solid;
    border-color:transparent transparent #fff #fff;
}

.lightbox .lb_n_btn:before{ transform: rotate(225deg); margin-right:5px; }
.lightbox .lb_p_btn:before{ transform: rotate(45deg); margin-left:5px; }

.lightbox .lb_img{
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    object-fit: contain;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}









.iletisim_bilgileri_col{
    width: calc(60% - 20px);
    float: left;
    position: relative;
    margin-right: 0px;
    margin-bottom: 30px;
}

html#sag .iletisim_bilgileri_col{ float: right; margin-right: 0px; margin-left: 40px;}

.iletisim_bilgileri_col .iletisim_text{
    width: 100%;
    float: left;
    position: relative;
    line-height: 1.7;
    letter-spacing: 1.8px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
}

html#sag .iletisim_bilgileri_col .iletisim_text{ text-align: right; }


.iletisim_bilgileri_col .iletisim_blg_str{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.iletisim_bilgileri_col .iletisim_blg_str .title{
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 900;
    float: left;
    position: relative;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}

html#sag .iletisim_bilgileri_col .iletisim_blg_str .title{ text-align: right; }

.iletisim_bilgileri_col .iletisim_blg_str .text{
    width: 100%;
    line-height: 1.4;
    font-size: 15px;
    float: left;
    position: relative;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 10px;
}

html#sag .iletisim_bilgileri_col .iletisim_blg_str .text{ text-align: right; }




.iletisim_content{
    width: 100%;
    float: left;
    position: relative;
}

.iletisim_harita{
    width: calc(60% + 80px);
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.iletisim_harita .padding{
    width: 100%;
    padding-top: 100%;
    float: left;
    position: relative;
}

.iletisim_harita .padding iframe{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}



.iletisim_form_col{
    width: calc(40% - 0px);
    float: left;
    position: relative;
    padding: 80px;
    box-sizing: border-box;
    background-color: #17181a;
    border-radius: 15px;
    margin-top: -200px;
    margin-left: -80px;
}

html#sag .iletisim_form_col{ float: right; margin-left: 0px; margin-right: 40px;}

.iletisim_form_col .input_col{
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: flex-end;
}

.iletisim_form_col .input_col.input50l{ width: calc(50% - 10px); margin-right: 10px; }
.iletisim_form_col .input_col.input50r{ width: calc(50% - 10px); margin-left: 10px; }

.iletisim_form_col .input_col.input33{ width: calc(33.33% - 10px);}

.iletisim_form_col .input_col p{
    width: calc(100% - 8px);
    float: left;
    position: relative;
    line-height: 1.2;
    font-size: 14px;
    color: #ddd;
    font-weight: bold;
    letter-spacing:1.2px;
    margin: 0px 4px 3px 4px;
    text-transform: capitalize;
}

.iletisim_form_col .input_col.zorunlu p:before{
    content: '*';
    color: red;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    padding:0px 5px 0px 0px;
}

html#sag .iletisim_form_col .input_col.zorunlu p:before{float: right; padding:0px 0px 0px 5px;}

html#sag .iletisim_form_col .input_col p{ text-align: right;}



.iletisim_form_col .input_col input, .iletisim_form_col .input_col select{
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    padding: 0px 10px;
    outline: none;
    background-color: transparent;
    border:1px solid rgb(113, 113, 122);
    color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.iletisim_form_col .input_col input:focus, .iletisim_form_col .input_col select:focus{ background-color: #ddd; color: #000; }



.iletisim_form_col .input_col textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    height: 80px;
    float: left;
    position: relative;
    padding: 10px;
    outline: none;
    background-color: transparent;
    border:1px solid rgb(113, 113, 122);
    color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.iletisim_form_col .input_col textarea:focus{ background-color: #ddd; color: #000; }


html#sag .iletisim_form_col .input_col input, html#sag .iletisim_form_col .input_col select, html#sag .iletisim_form_col .input_col textarea{ text-align: right;}


.konum_al_buton{
    float: left;
    position: relative;
    padding: 10px 20px;
    background-color: tomato;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}




.checkbox{
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
}

html#sag .checkbox{ float: right; }

.checkbox input[type="radio"]{ display: none;}
.checkbox input[type="checkbox"]{ display: none;}

.checkbox .box{ 
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    background-color: #ddd;
    border-radius: 5px;
}

.checkbox p{
    width: calc(100% - 25px)!important;
    line-height: 1.4;
    float: left;
    position: relative;
    letter-spacing: 0.6px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px!important;
    margin: 0px!important;
    box-sizing: border-box;
}

.checkbox p::before{ display: none;}

.checkbox p a{ color: #ddd;}
.checkbox p a:hover{ color: #ff090e;}

.checkbox input[type="radio"]:checked ~ .box{ background-color: #ff090e; }
.checkbox input[type="checkbox"]:checked ~ .box{ background-color: #ff090e; }


html#sag .checkbox{ float: right; flex-direction: row-reverse; }
html#sag .checkbox p{ text-align: right; }

.iletisim_form_col hr{
    width: 100%;
    float: left;
    position: relative;
    background-color: transparent;
    border:none;
}

.iletisim_form_col .input_col.video{
    width: 100px;
}

.iletisim_form_col .input_col .video_file, .iletisim_form_col .input_col .foto_file{
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    border:2px dashed #ddd;
    border-radius: 8px;
}

.iletisim_form_col .input_col .video_file:before{ 
    content:''; 
    width:24px; 
    height: 24px; 
    position: absolute; 
    z-index: 5;
    background-color: #bbb; 
    mask: url(../images/video.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/video.svg) no-repeat center / contain; 
}

.iletisim_form_col .input_col .foto_file:before{ 
    content:''; 
    width:24px; 
    height: 24px; 
    position: absolute; 
    z-index: 5;
    background-color: #bbb; 
    mask: url(../images/foto.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/foto.svg) no-repeat center / contain; 
}

.iletisim_form_col .input_col input[type="file"]{ display: none; }

.iletisim_form_col .input_col.video .onizle{
    width: 100px;
    height: 100px;
    outline: none;
    background-color: transparent;
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    z-index: 15;
    display: none;
    object-fit: contain;
}

.iletisim_form_col .input_col.video .onizle .video_cover{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
    position: absolute;
}

.iletisim_form_col .input_col.video .onizle .video_cover img{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
    position: absolute;
    object-fit: contain;
}

.iletisim_form_col .input_col.video .onizle .video_cover span{
    width: 24px;
    height: 24px;
    outline: none;
    border-radius: 8px;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 88;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.iletisim_form_col .input_col.video .onizle .video_cover span::before{
    content:''; 
    width:14px; 
    height: 14px; 
    position: absolute; 
    z-index: 5;
    background-color: #fff; 
    mask: url(../images/x.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/x.svg) no-repeat center / contain; 
}

.videoprogres{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    display: none;
}

.videoprogres:before{ 
    content:''; 
    width:70px; 
    height: 70px; 
    position: absolute; 
    background-color: #1d1d1d; 
    mask: url(../images/loading_circle.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/loading_circle.svg) no-repeat center / contain; 
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    
    -webkit-animation: videoprogres 3s infinite;
  -moz-animation: videoprogres 3s infinite;
  -o-animation: videoprogres 3s infinite;
  animation: videoprogres 3s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
}


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

@keyframes videoprogres {
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}





.iletisim_form_col .input_col.foto{
    width: calc(100% - 120px);
    margin-left: 20px;
}

.iletisim_form_col .input_col .foto_file{
    width: calc(100% - 0px);
    height: 100px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    border:2px dashed #ddd;
    border-radius: 8px;
}

.iletisim_form_col .input_col.foto .file-list{
    width: 100%;
    float:left;
    position:relative;
}

.iletisim_form_col .input_col.foto .file-item {
    width: 40px;
    margin: 2px;
    float:left;
    position:relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 10px;
}

.iletisim_form_col .input_col.foto .file-item p{ display:none; }

.iletisim_form_col .input_col.foto .file-preview {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    padding-top: 100%;
}
.iletisim_form_col .input_col.foto .file-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 0px;
}
.iletisim_form_col .input_col.foto .progress {
    width: 100%;
    background: #f3f3f3;
    border-radius: 5px;
    height: 2px;
}
.iletisim_form_col .input_col.foto .progress-bar {
    height: 100%;
    background: #4caf50;
    width: 0%;
    transition: width 0.4s;
}






.foto_list .upload_foto{
    width: 80px;
    height: 80px;
    outline: none;
    border-radius: 8px;
    position: relative;
    float: left;
    margin: 3px;
    border: 1px solid #ddd;
}

.foto_list .upload_foto img{
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
    position: absolute;
    object-fit: contain;
}

.foto_list .upload_foto span{
    width: 24px;
    height: 24px;
    outline: none;
    border-radius: 8px;
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 88;
    background-color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.foto_list .upload_foto span::before{
    content:''; 
    width:14px; 
    height: 14px; 
    position: absolute; 
    z-index: 5;
    background-color: #fff; 
    mask: url(../images/x.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/x.svg) no-repeat center / contain; 
}









.slider-container {
    width: 100%;
    margin: 5px 0px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slider-container input[type="range"] {
    -webkit-appearance: none;
    width: calc(100% - 100px);
    height: 10px;
    background: #ddd;
    outline: none;
    border-radius: 5px;
    padding: 5px 2px;
    border: none;
    cursor: pointer;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider-container input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

.slider-text {
    width: 100px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    position: relative;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
}












.kataloglar{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: flex-start;
}


.katalog{
    width: calc(25% - 40px);
    float: left;
    position: relative;
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
    border:1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}

.katalog:hover{ border-color: #1d1d1d;}

.katalog .img{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 120%;
}

.katalog .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.katalog p{
    width: calc(100% - 40px);
    line-height: 1.4;
    float: left;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.katalog p span{
    width:40px;
    height: 20px;
    line-height: 1;
    position: absolute;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    right: -40px;
}

.katalog p span::before{
    content:''; 
    width:14px; 
    height: 20px; 
    position: relative;
    float: right; 
    margin-left: 5px;
    z-index: 5;
    background-color: #3d3d3d; 
    mask: url(../images/pages.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/pages.svg) no-repeat center / contain; 
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.modal-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
}

.modal .modal_top{
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 7px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom:15px;
}

.modal .modal_top .butonlar{
    height: 34px;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


.modal .modal_top button{
    width: 70px;
    height: 34px;
    float: left;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
    border: none;
    outline: none;
    margin:0px 4px;
    transition: all 140ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.modal .modal_top button:hover { transform: scale(1.05); }
.modal .modal_top button:active { transform: scale(1.0); }

.modal .modal_top span{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #1d1d1d;
    margin: 0px 5px;
    text-transform: uppercase;
}

.modal .close {
    width: 34px;
    height: 34px;
    color: #1d1d1d;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 140ms;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal .close:hover{ transform: scale(1.1); }
.modal .close:active{ transform: scale(1); }

.modal canvas {
    width: 100%;
    height: calc(100% - 60px);
    float: left;
    position: relative;
    object-fit: contain;
}









.bayiler{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    border:1px solid #ddd;
    border-radius: 8px;
    margin: 20px 0px;
}

.bayiler .title{
    width: 100%;
    line-height: 1.4;
    float: left;
    position: relative;
    letter-spacing: 0.6px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    background-color: #eee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}


.magazalar{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.magaza{
    width: 140px;
    float: left;
    position: relative;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #ddd;
}

html#sag .magaza{ float: right;}

.magaza img{
    width: 100%;
    height: 30px;
    float: left;
    position: relative;
    object-fit: contain;
}

.magaza .mgz_title{
    width: 100%;
    float: left;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    margin-top: 10px;
}


















.aciklama{
    width: 100%;
    line-height: 1.8;
    float: left;
    position: relative;
    color: #1d1d1d;
    letter-spacing: 1.8px;
}

.sayfa_h2{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 80px;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #1d1d1d;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.videolar{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 50px 0px;
}


.videolar .video_kapak{
    width: 100%;
    float: left;
    position: relative;
    margin: 18px 0px;
    cursor: pointer;
}

.videolar .video_kapak .video_cnt{
    width: 100%;
    padding-top: 55%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.videolar .video_kapak .video_cnt::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    top: 0px;
    left: 0px;
}

.videolar .video_kapak .video_cnt::after{
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #fff;
    mask: url(../images/play_icon.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/play_icon.svg) no-repeat center / contain; 
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 5;
    transition: all 200ms;
}

.videolar .video_kapak:hover .video_cnt::after{
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}

.videolar .video_kapak .video_cnt img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 0px;
    z-index: 1;
}
 
.videolar .vd_100{ width: 100%; }
.videolar .vd_100 .video_cnt{ padding-top: 30%; }

.videolar .vd_50{ width: calc(50% - 20px); }
.videolar .vd_33{ width: calc(33% - 20px); }




.insta_reel{
    width: 400px !important;
    float: left;
    position: relative;
    margin: 40px;
}

.insta_reel .insta_reel_cnt{
    width: 100%;
    padding-top: 160%;
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.insta_reel .insta_reel_cnt .instagram-media{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 0px!important;
}

.insta_reel .title{
    width: auto;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    right: -20%;
    text-shadow: -5px 5px 10px #000, 0px 0px 20px #000;
    z-index: 3;
    position: absolute;
    bottom: 20px;
    transition: all 200ms;
    padding: 0px;
    margin: 0px;
}

.insta_reel:hover .title{ bottom: -30px; }




.video_popup{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
}

.video_popup .video_kapat{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
}

.video_popup .side_buton{
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 200ms;
    user-select: none;
}

.video_popup .side_buton:before{ content:''; width: 14px; height: 14px; float: left; position: relative; background-color: #3d3d3d; mask: url(../images/o5.svg) no-repeat center / contain; -webkit-mask: url(../images/o5.svg) no-repeat center / contain; }
.video_popup .side_buton:hover{ transform: scale(1.1); }
.video_popup .side_buton:active{ transform: scale(0.9); }

.video_popup .left_buton{ left: 20px; }
.video_popup .left_buton:before{ transform: rotate(180deg); }
.video_popup .right_buton{ right: 20px; }

.video_popup iframe{
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    position: absolute;
    margin: 100px;
    border: none;
    outline: none;
	z-index: 4;
}








.fotolar{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    justify-content:space-between;
}

.fotolar .foto{
    width: calc(20% - 10px);
    float: left;
    position: relative;
    margin: 6px 0px;
    overflow: hidden;
}

.fotolar .foto .img{
    width: calc(100% - 0px);
    float: left;
    position: relative;
    padding-top: 100%;
}

.fotolar .foto .img img{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    transition: all 250ms;
}

.fotolar .foto:hover .img img{ transform: scale(1.2); }













@media screen and (max-width: 1440px), screen and (max-device-width: 1440px) {
    
    .hizmet_col{
        width: calc(25% - 20px);
    }
}


@media screen and (max-width: 1366px), screen and (max-device-width: 1366px) {

    .haber_col{
        width: calc(33.33% - 40px);
        margin-bottom: 40px;
    }
    

}




@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) {

    .iletisim_form_col{
        width: calc(40% - 0px);
        padding: 40px;
        margin-top: -200px;
        margin-left: -80px;
    }
  

}



@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) { 
    .katalog{
        width: calc(33.33% - 40px);
        margin: 20px;
        padding: 20px;
    }
    


    .hizmet_col{
        width: calc(33.33% - 20px);
    }


    .videolar .vd_33{ width: calc(50% - 20px); }
        


    .fotolar .foto{ width: calc(25% - 6px); margin: 4px 0px; }
    
    .haber_col{ width: calc(33.33% - 20px); }
}





@media screen and (max-width: 800px), screen and (max-device-width: 800px) { 

    .lightbox .lb_n_btn,.lightbox .lb_p_btn{ display: none; }

    .lightbox .lb_kpt{
        width: 40px;
        height: 40px;
        top:5px;
        right: 5px;
    }

    .iletisim_bilgileri_col {
        width: calc(100% - 0px);
        margin-bottom: 30px;
    }

    .iletisim_harita { width: calc(90% + 0px); }

    .iletisim_harita .padding { padding-top: 50%; }

    .iletisim_form_col {
        width: 400px;
        float: right;
        padding: 20px;
        margin-top: -80px;
        margin-left: 0px;
    }

    /*
    .iletisim_bilgileri_col{ width: calc(100% - 0px); margin-right: 0px; }
    html#sag .iletisim_bilgileri_col{ margin-left: 0px;}
    .iletisim_form_col{ width: calc(100% - 0px); margin-top: 50px; margin-left: 0px; }
    html#sag .iletisim_form_col{ margin-right: 0px;}
    */
    .haber_col{
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
    
    
    @media (orientation: landscape) {
        .lightbox .lb_img{
            width: calc(100% - 100px);
            height: calc(100% - 10px);
            transform: translate(0);
            left: 50px;
            top:5px;
        }
    }


    @media (orientation: portrait) {
        .lightbox .lb_img{
            width: calc(100% - 20px);
            height: calc(100% - 70px);
            transform: translate(0);
            left: 10px;
            top:60px;
        }
    }

    .videolar .vd_100 .video_cnt{ padding-top: 35%; }
}





@media screen and (max-width: 640px), screen and (max-device-width: 640px) { 
    .katalog{
        width: calc(50% - 40px);
        margin: 20px;
        padding: 20px;
    }
    

    .magaza{
        width: 120px;
        margin: 10px;
        padding: 10px;
    }

    .videolar .vd_100 .video_cnt{ padding-top: 40%; }

    .iletisim_harita { width: calc(90% + 0px); }
    .iletisim_harita .padding { padding-top: 80%; }
    
    .iletisim_form_col {
        width: calc(70% + 0px);
    }

    
    .hizmet_col{
        width: calc(50% - 20px);
    }

}






@media screen and (max-width: 533px), screen and (max-device-width: 533px) { 

    
    .videolar .vd_50{ width: calc(100% - 0px); }
    .videolar .vd_33{ width: calc(100% - 0px); }
    .videolar .vd_100 .video_cnt{ padding-top: 55%; }


    .fotolar .foto{ width: calc(33.33% - 6px); }

    .iletisim_form{ width: 350px; margin-left: calc(50% - 175px); }

    
    .haber_col{
        width: calc(100% - 0px);
        margin-bottom: 40px;
    }
    
    
    .iletisim_harita .padding { padding-top: 110%; }
    
    .iletisim_form_col { width: calc(80% + 0px); }
}






@media screen and (max-width: 460px), screen and (max-device-width: 460px) { 

    .katalog{
        width: calc(50% - 30px);
        margin: 15px;
        padding: 10px;
    }

    .iletisim_harita .padding { padding-top: 150%; }

    
    
    .hizmet_col{
        width: calc(100% - 20px);
    }
}










