:root{
    --hdr_clr:#bdbdbd;
    --hdr_h_clr:#fff;
    --color_bs:#4d4d4d;
    --color_p:#4d4d4d;
    --p_size:14px;
    --color:#802e92;
    --color1_p:#fff;
    --beyaz:#fff;
    --yesil:#4caf50;
    --kirmizi:#f44336;
    --gri:#8d8d8d;
    --header:#3d3d3d;
    --body:#f1f1f1;
    --z_clr:#fff;
    --soft_b:#eee;
}

*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'font_ozel';
    src: url('font/Evogria_4.otf');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family: 'Outfit', sans-serif;
    background-color:  var(--body);
}

/*
body:before{
    content:'';
    width: 100%;
    height: 2000px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(70% 0, 0 0, 0 100%);
    clip-path: polygon(70% 0, 0 0, 0 100%);
    background: linear-gradient(225deg, #802e92, #2c2460, #802e92, #2c2460);
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 14s ease infinite;
    -moz-animation: gradient_zemin 14s ease infinite;
    -o-animation: gradient_zemin 14s ease infinite;
    animation: gradient_zemin 14s ease infinite;
}






@-webkit-keyframes gradient_zemin {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
@-moz-keyframes gradient_zemin {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
@-o-keyframes gradient_zemin {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
@keyframes gradient_zemin {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
*/


::-webkit-scrollbar { width: 8px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #802e92;}
::-webkit-scrollbar-thumb:hover {background: #2c2460;}

html {scrollbar-face-color: #802e92; scrollbar-shadow-color: #f1f1f1; scrollbar-highlight-color: #f1f1f1;}
html {scrollbar-width:thin; scrollbar-color: #802e92 #f1f1f1;}
html {overflow-y: scroll;overflow-x: hidden;}


.mail_sonuc{
    line-height: 1.5;
    float: left;
    position: fixed;
    padding: 20px;
	background-color: rgba(56, 161, 14, 0.9);
	border:2px solid rgba(56, 161, 14, 1);
    color:#fff;
    border-radius: 10px;
    letter-spacing: 0.5px;
    top:50%;
    transform: translateY(-50%);
    left: -300%;
    transition: all 200ms;
    z-index: 9999;
}

.mail_sonuc_hata{
    line-height: 1.5;
    float: left;
    position: fixed;
    padding: 20px;
	background-color: rgba(161, 14, 31, 0.9);
	border:2px solid rgba(161, 14, 31, 1);
    color:#fff;
    border-radius: 10px;
    letter-spacing: 0.5px;
    top:50%;
    transform: translateY(-50%);
    left: -300%;
    transition: all 200ms;
    z-index: 9999;
}


.mail_sonuc_show{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 200ms;
}


.sayfa_h1{
    width: 47%;
    line-height: 1.4;
    float: left;
    position: relative;
    color: #2b2460;
    font-size: 45px;
    font-family: 'font_ozel';
    letter-spacing: 1px;
    font-weight: normal;
}

.sayfa_h1 b{
    width: 100%;
    line-height: 1.4;
    float: left;
    position: relative;
    color: #802e92;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dfw{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

content{
    width: 1200px;
    float: left;
    position: relative;
    left:calc(50% - 600px);
}

.content{
    width: 1200px;
    float: left;
    position: relative;
    left:calc(50% - 600px);
}

.header_content{
    width: 1500px;
    float: left;
    position: relative;
    left:calc(50% - 750px);
}

.icerik_content{
    width: calc(100% - 40px);
    float: left;
    position: relative;
    padding: 20px;
}

.content_bck{ background-color: #f1f1f1; }

.mtb_100{ margin:100px 0px; }
.mb_100{ margin-bottom:100px; }
.mtb_50{ margin:50px 0px; }


header{
    width: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 999;
    transition: all 250ms;
}

header .logo{
    height: calc(60px - 0px);
    float: left;
    position: relative;
    transition: all 250ms;
    margin: 10px;
}

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

header .logo_n{ display: none; }



header .menu{
    float: right;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

header .menu ul{
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

header .menu ul li{
    position: relative;
    float: left;
    list-style-type: none;
}

header .menu ul li a{
    float: left;
    position: relative;
    line-height: 1;
    color:#fff;
    margin: 0px 10px;
    padding: 10px 5px;
    transition: all 200ms;
    letter-spacing:2px;
    font-size: 13px;
    text-transform: uppercase;
}

header .menu ul li a:hover{ color:#ddd; }



header .hdr_src{
    width: 40px;
    height: 40px;
    float: right;
    right: 10px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 1010;
    transition: all 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_src:before{ transform: rotate(0deg); display: inline-block; width:23px; height:23px;  position: relative; content:''; transition: all 200ms; background-color:#802e92; mask: url(../images/search.svg) no-repeat center / contain; -webkit-mask: url(../images/search.svg) no-repeat center / contain; }
.hdr_src_x:before{ transform: rotate(180deg); transition: all 200ms; opacity: 0; }
.hdr_src:hover:before{ background-color:#2c2460; }

header .sosyal_medyalar{
    width: 204px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}


header .sosyal_medyalar .sosyal_medya{
    width: calc(30px - 0px);
    height: calc(30px - 0px);
    float: left;
    position: relative;
    margin:0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .sosyal_medyalar .sosyal_medya:before{
    content: '';
    width:22px; 
    height:22px;  
    position: relative;
    float: left;
    background-color:#fff; 
    transition: all 250ms;
}

/*
.facebook_icon:before{ mask: url(../images/facebook.svg) no-repeat center / contain; -webkit-mask: url(../images/facebook.svg) no-repeat center / contain; }
.facebook_icon:hover:before{ background-color: #1877f2; }

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

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

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

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

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



.header2{ position: fixed; background-color: #fff; box-shadow: 0px 0px 9px 0px #000; }
.header2 .menu ul li a{ color: #2c2460; }

.header2 .logo{
    height: calc(60px - 0px);
}

.header2 .logo_n{ display: block; }
.header2 .logo_b{ display: none; }

.header2 .hdr_src{ top:15px; }


.header2 .sosyal_medyalar .sosyal_medya:before{ background-color:#2c2460; }




footer{
    width: 100%;
    float: left;
    position: relative;
    background-color: #f1f1f1;
    padding: 50px 0px 50px 0px;
}
/*
footer:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top:0px;
    left: 0px;
    mask: url(../images/footer.svg) repeat center / 200px; 
    -webkit-mask: url(../images/footer.svg) repeat center / 200px; 
    background: linear-gradient(225deg, #1d1d1d, #171717, #1d1d1d, #171717);
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 14s ease infinite;
    -moz-animation: gradient_zemin 14s ease infinite;
    -o-animation: gradient_zemin 14s ease infinite;
    animation: gradient_zemin 14s ease infinite;
    opacity: 0.5;
}
*/
.footer_ortala{
    display: flex;
    justify-content: space-between;
    margin-bottom:100px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

footer .footer_col{
    width: calc(250px - 0px);
    float: left;
    position: relative;
    margin:50px 0px;
}


.fotter_h1{
    width: calc(100% - 0px);
    line-height: 1.3;
    float: left;
    position: relative;
    letter-spacing: 1px;
    font-family: 'font_ozel';
    color:#fff;
    margin-bottom: 30px;
    font-size: 16px;
}

.footer_str{
    width: calc(100% - 0px);
    line-height: 1.5;
    float: left;
    position: relative;
    letter-spacing: 0.5px;
    padding: 6px 0px;
    color:#fff;
    transition: all 200ms;
    text-transform: capitalize;
}


a.footer_str:hover{ color:#802e92; }





footer .footer_logo{
    width:100%;
    height: 120px;
    float:left;
    position: relative;
    margin-top:30px;
    mask: url(../images/logo.svg) no-repeat center / contain; 
    -webkit-mask: url(../images/logo.svg) no-repeat center / contain; 
    background: linear-gradient(225deg, #802e92, #2c2460, #802e92, #2c2460);
    background-size: 400% 400%;
    -webkit-animation: gradient_zemin 10s ease infinite;
    -moz-animation: gradient_zemin 10s ease infinite;
    -o-animation: gradient_zemin 10s ease infinite;
    animation: gradient_zemin 10s ease infinite;
}





.copyright{
    width: auto;
    height: 50px;
    float: left;
    position: relative;
    line-height: 1.3;
    color:#1d1d1d;
    display: flex;
    align-items: center;

}


.footer_sosyal_medyalar{
    width: auto;
    float: right;
    position: relative;
}

.footer_sosyal_medyalar .sosyal_medya{
    width: calc(50px - 0px);
    height: calc(50px - 0px);
    float: left;
    position: relative;
    margin:0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_sosyal_medyalar .sosyal_medya:before{
    content: '';
    width:30px; 
    height:30px;  
    position: relative;
    float: left;
    background-color:#802e92; 
    transition: all 250ms;
}


.facebook_icon:before{ mask: url(../images/facebook.svg) no-repeat center / contain; -webkit-mask: url(../images/facebook.svg) no-repeat center / contain; }
.facebook_icon:hover:before{ background-color: #1877f2; }

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

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

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

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

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





.hizmet_banner{
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
}

.hizmet_banner .banner_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: 5;
}

.hizmet_banner img{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    object-fit: cover;
    z-index: 1;
}




blockquote{
	background-color: #fff;
	padding: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

blockquote:before{ content:''; width:110px; height:110px; position: absolute; bottom:-20px; right: -20px; background-color: rgba(0,0,0,0.07);  mask: url(../images/alinti.svg) no-repeat center / contain; -webkit-mask: url(../images/alinti.svg) no-repeat center / contain; }




.hakkimizda_metin{
    line-height: 2;
    letter-spacing: 1.5px;
    float: left;
    position: relative;
    width: 100%;
}


.dil_alan{
    width: 40px;
    float: right;
    position: fixed;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
    background-color: #7d7d7d;
    z-index: 900;
}

.dil_alan .dil{ 
    width: 38px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 14px;
    margin:2px;
    color:#fff;
    background-color: var(--color);
    cursor: pointer;
}


.dil_alan .dil:hover{ background-color: #c5170b; }


.search_urun{
    width: calc(100% - 12px);
    float: left;
    position: relative;
    margin:5px 0px;
    padding: 5px;
    background-color: rgba(255,255,255,0.8);
    border-radius:4px;
    border:1px solid rgba(255,255,255,0.8);
}


.search_urun:hover{
    border:1px solid var(--color);
}

.search_urun .su_resim{
    width: calc(50px - 0px);
    height: calc(50px - 0px);
    float: left;
    position: relative;
    object-fit: cover;
    border-radius:4px;
}

.search_urun .su_p{
    width: calc(100% - 60px);
    float: left;
    position: relative;
    margin-left: 10px;
    color:var(--color_p);
}





.search_alan{
	display:block;
	width:100%;
	height:0px;
	float:left;
	position:fixed;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,0.9);
	z-index:1009;
    overflow: hidden;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.search_alan_open{ height:100%;}

.search_text{
	width:calc(400px - 0px);
	height:40px;
	float:left;
	position:absolute;
	border:2px solid var(--hdr_clr);
    top:30px;
    left:50%;
    transform: translateX(-50%);
    border-radius: 20px;
    overflow: hidden;
}

.search_alan .search_text input[type=text]{
	width:calc(100% - 40px);
    height: 100%;
    float: left;
    position: relative;
	border:none;
	outline:none;
    background-color: transparent;
}

.search_alan .search_text:before{ content:''; width:40px; height:40px; float:left; position:relative; display:block; background-color:var(--hdr_clr); mask: url(../images/search.svg) no-repeat 10px center / 17px; -webkit-mask: url(../images/search.svg) no-repeat 10px center / 17px;}
.search_alan .search_text:focus-within{ border-color:var(--color); }
.search_alan .search_text:focus-within:before{ background-color:var(--color); }

.search_alan .search_kapat{
    width: 40px;
    height: 40px;
    float: right;
    position: absolute;
    top:30px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_alan .search_kapat:before{ width:23px; height:23px;  position: relative; content:''; transition: all 200ms; background-color:#802e92; mask: url(../images/x.svg) no-repeat center / contain; -webkit-mask: url(../images/x.svg) no-repeat center / contain; }

.search_sonuc{
	width:800px;
	height:calc(100vh - 105px);
	float:left;
	position:absolute;
	top:100px;
	left:50%;
    margin-left: -400px;
    overflow-y: scroll;
    padding:0px 10px;
}


.search_sonuc::-webkit-scrollbar { width: 5px;}
.search_sonuc::-webkit-scrollbar-track {background: #f1f1f1;}
.search_sonuc::-webkit-scrollbar-thumb {background: #6d6d6d;}
.search_sonuc::-webkit-scrollbar-thumb:hover {background: #5d5d5d;}

/* Only IE */
.search_sonuc {scrollbar-face-color: #4b77be; scrollbar-shadow-color: #f1f1f1; scrollbar-highlight-color: #f1f1f1;}
/* Only FireFox */
.search_sonuc {scrollbar-width:thin; scrollbar-color: #4b77be #f1f1f1;}
/* View Scrollbar */
.search_sonuc {overflow-y: scroll;overflow-x: hidden;}






.d_533{ display: none; }
.d_640{ display: none; }

.h_533{ display: block; }
.h_640{ display: block; }



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

    .header_content{ width: 1200px; left:calc(50% - 600px); }

    .hizmet_banner{ height: 480px;}
    
}




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

}




@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) { 
        
    body:before{
        height: 1400px; 
        -webkit-clip-path: polygon(80% 0, 0 0, 0 100%);
        clip-path: polygon(80% 0, 0 0, 0 100%);
    }

    content{ width: 1024px; left:calc(50% - 512px); }

    .content{ width: 1024px; left:calc(50% - 512px); }

    .header_content{ width: 1024px; left:calc(50% - 512px); }
    
    .hizmet_banner{ height: 410px;}

    header .sosyal_medyalar{ width: 104px;}
        
    .fotter_h1{
        margin-bottom: 25px;
        font-size: 15px;
    }

    .footer_str{ font-size: 14px; }

}
    
    
    
    








@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) { 
    body:before{
        height: 1000px; 
        -webkit-clip-path: polygon(70% 0, 0 0, 0 100%);
        clip-path: polygon(70% 0, 0 0, 0 100%);
    }
    



    
    
    content{ width: 800px; left:calc(50% - 400px); }

    .content{ width: 800px; left:calc(50% - 400px); }

    .header_content{ width: 800px; left:calc(50% - 400px); }

    .hizmet_banner{ height: 320px;}

    footer .footer_col{ width: calc(160px - 0px); margin: 50px 10px; }

    .fotter_h1{ font-size: 14px; }



    

    header .menu{
        width: 100%;
        height: 100%;
        float: left;
        position: fixed;
        background-color: rgba(128,46,146,0.97);
        top:-100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 250ms;
        transform: none;
    }
    
    header .menu ul{
        flex-direction: column;
    }

    header .menu ul li{ width: 100%; }

    header .menu ul li a{
        width: 100%;
        color:#fff;
        text-align: center;
    }

    header .mbl_hdr_ac{ top:0px;}



    .mbl_btn{
        width: 34px;
        height:34px;
        float:left;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top:calc(50% - 17px);
        transition: all 200ms;
        z-index: 1111;
    }

    .header2 .mbl_btn{
        right: 10px;
        top:18px;
    }
    
    .mbl_btn span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    .mbl_btn span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    
    .mbl_btn span:nth-child(odd) {
        left:0px;
        border-radius: 9px 0 0 9px;
    }
    
    .mbl_btn span:nth-child(1), .mbl_btn span:nth-child(2){top: 0px;}
    .mbl_btn span:nth-child(3), .mbl_btn span:nth-child(4){top: 15px;}
    .mbl_btn span:nth-child(5), .mbl_btn span:nth-child(6){top: 29px;}
    
    .mbl_btn.open span:nth-child(1),.mbl_btn.open span:nth-child(6){
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .mbl_btn.open span:nth-child(2),.mbl_btn.open span:nth-child(5){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mbl_btn.open span:nth-child(1){left: 2px; top: 8px;}
    .mbl_btn.open span:nth-child(2){left: calc(50% - 3px); top: 8px;}
    .mbl_btn.open span:nth-child(3){left: -50%;opacity: 0;}
    .mbl_btn.open span:nth-child(4){left: 100%;opacity: 0;}
    .mbl_btn.open span:nth-child(5){left: 2px;top: 21px;}
    .mbl_btn.open span:nth-child(6){left: calc(50% - 3px); top: 21px; }
    

    
    header .hdr_src{ right: 60px; }

    header .sosyal_medyalar{
        right: 60px;
    }
      
    /*

    .hdr_src{
        width: 40px;
        height: 40px !important;
        float: right;
        position: fixed !important;
        z-index: 990;
        top: 120px;
        right: 0px;
        background-color: #3d3d3d;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        z-index: 996;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .hdr_src_x{
        top:20px;
    }
    .hdr_src:before{ mask: url(../images/search.svg) no-repeat center / 20px; -webkit-mask: url(../images/search.svg) no-repeat center / 20px; }
    .hdr_src_x:before{ transform: rotate(180deg); transition: all 200ms; mask: url(../images/x.svg) no-repeat center / 20px; -webkit-mask: url(../images/x.svg) no-repeat center / 20px; }
    .hdr_spt:before{ mask: url(../images/sepet.svg) no-repeat center / 30px; -webkit-mask: url(../images/sepet.svg) no-repeat center / 30px; }
    
    .search_text{top:18px;}

    .search_sonuc{
        width:500px;
        height:calc(100vh - 85px);
        top:80px;
        left:50%;
        margin-left: -250px;
    }
    */
    



}
    
    
    
    


@media screen and (max-width: 800px), screen and (max-device-width: 800px) { 
    content{ width: calc(100% - 20px); left: 10px; }
    .content{ width: calc(100% - 20px); left: 10px; }
    .header_content{ width: calc(100% - 20px); left: 10px; }
    .hizmet_banner{ height: 320px; }

    footer .footer_col{ width: calc(50% - 80px); }
    
}
    
    


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

    .hizmet_banner{ height: 265px; }

    footer .footer_col{ width: calc(50% - 40px); }

    .copyright{
        width: 100%;
        height: 50px;
        text-align: center;
        justify-content: center;
    }
    
    
    .footer_sosyal_medyalar{ width: 100%; display: flex; justify-content: center; margin-top:20px; }
    

}



@media screen and (max-width: 533px), screen and (max-device-width: 533px) { 
    
    .hizmet_banner{ height: 230px; }

    .footer_ortala{ margin-bottom: 20px; }
    footer .footer_col{ width: calc(100% - 40px); margin:30px 20px; }
    footer .footer_logo{ margin-top: 50px; }
        
    .fotter_h1{ text-align: center; }

    .footer_str{ text-align: center; }

  
    .search_text{
        width:calc(100% - 80px);
        left:10px;
        transform: translateX(0);
    }


    .search_sonuc{
        width:calc(100% - 20px);
        left:10px;
        margin-left: 0px;
    }
    
    .d_533{ display: block; }
    .d_640{ display: block; }

    .h_533{ display: none; }
    .h_640{ display: none; }

    
}





@media screen and (max-width: 420px), screen and (max-device-width: 420px) { 
    
    .hizmet_banner{ height: 180px; }

    header .sosyal_medyalar{ width: 102px; }
}
    
    
    
    













