: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: 'Roboto', sans-serif;
    background-color:  var(--body);
    overflow: hidden;
}

/*
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_show{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 200ms;
}


.pyramid {
    width: 100%;
    height:2000px;
    float: left;
    position: relative;
    shape-outside:polygon(70% 0, 0 0, 0 100%);
    top:0px;
    left: 0px;
    overflow: hidden;
}



.sayfa_h1{
    width: 47%;
    line-height: 1.4;
    float: left;
    position: relative;
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

.sayfa_h1 b{
    width: 100%;
    line-height: 1.4;
    float: left;
    position: relative;
    color: #0c0c0c;
    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);
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
}

.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%;
    float: left;
    position: absolute;
    top:0px;
    z-index: 999;
    transition: all 250ms;
    background: linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.15) 40%,rgba(0,0,0,60) 100%);
}

header .logo{
    width: calc(260px - 0px);
    height: calc(90px - 0px);
    float: left;
    position: relative;
    transition: all 250ms;
}

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;
    right: 0px;
}

header .menu ul{
    width: 100%;
    float: left;
    position: relative;
}

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

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

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; }



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

.header2 .logo{
    width: calc(220px - 0px);
    height: calc(70px - 0px);
}

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

.header2 .hdr_src{ top:15px; }






footer{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0px 100px 0px;
}

footer .footer_logo{
    width:250px;
    height: 120px;
    float:left;
    position: absolute;
    right: 0px;
    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;
    float: left;
    position: relative;
    line-height: 1.3;
    color:#2b2460;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}


.footer_sosyal_medyalar{
    width: auto;
    float: right;
    position: absolute;
    left: 0px;
}

.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:#1d1d1d; 
    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%;
    padding-top: 30%;
    float: left;
    position: relative;
    left:0px;
    margin-top:120px;
}

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

.hizmet_banner h1{
    width: calc(100% - 50px);
    position: absolute;
    left:25px;
    text-align: center;
    top: 50%;
}




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: 1.5;
    letter-spacing: 1px;
}


.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;}









.ytb_vd{
    width: calc(50% - 30px);
    float: left;
    position: relative;
    margin:30px 15px;
}

.ytb_vd h2{
    width: 100%;
    line-height: 1.2;
    float: left;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ytb_vd h2:before{
    content: '';
    width: 50%;
    height: 3px;
    background-color: #802e92;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.ytb_vd .tvd_cont{
    width: 100%;
    padding-top: 55%;
    float: left;
    position: relative;
}

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









.whatsapp{
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    padding: 20px;
    background-color: #25D366;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}


.whatsapp:hover{ transform: scale(1.2); }



.whatsapp:before,.whatsapp:after{
    content: '';
    background-color: #25D366;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    
    -webkit-animation: whatsapp 1.8s infinite;
  -moz-animation: whatsapp 1.8s infinite;
  -o-animation: whatsapp 1.8s infinite;
  animation: whatsapp 1.8s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.whatsapp:after{ animation-delay: 500ms; }

.whatsapp .icon{
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    z-index: 3;
}

.whatsapp .icon:before{
    content: '';
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    background-color: #fff;
    mask: url(../images/whatsapp.svg) no-repeat center / contain; -webkit-mask: url(../images/whatsapp.svg) no-repeat center / contain;
}


@-webkit-keyframes whatsapp {
    0%{ padding: 0px; opacity: 1; }
    100%{ padding: 20px; opacity: 0; }
}

@keyframes whatsapp {
    0%{ padding: 0px; opacity: 1; }
    100%{ padding: 20px; opacity: 0; }
}









.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: 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{ width: 1024px; left:calc(50% - 512px); height: 410px;}

    .footer_sosyal_medyalar .sosyal_medya{ margin:0px; }

}
    
    
    
    








@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{ width: 800px; left:calc(50% - 400px); height: 320px;}

        
    footer{ padding: 90px 0px 70px 0px; }

        
    footer .footer_logo{
        width:100%;
        height: 100px;
        position: relative;
        float: left;
    }
        
    .copyright{
        position: relative;
        text-align: center;
        margin:50px 0px;
    }

    .footer_sosyal_medyalar{
        width: 100%;
        float: right;
        position: relative;
        left: 0px;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
    }


    header .menu{
        width: 300px;
        height: 100%;
        float: left;
        position: fixed;
        background-color: rgba(44,36,96,0.95);
        top:0;
        right: -310px;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 250ms;
    }
    
    header .menu ul li{ width: 100%; }

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

    header .mbl_hdr_ac{ right:0px;}

    .header2{ height: 60px; }

    header .logo {
        width: calc(200px - 0px);
        height: calc(75px - 0px);
    }

    .header2 .logo {
        width: calc(190px - 0px);
        height: calc(50px - 0px);
        margin-top: 5px;
    }

    .mbl_btn{
        width: 34px;
        height:34px;
        float:left;
        position: absolute;
        cursor: pointer;
        right: 0px;
        transition: all 200ms;
        z-index: 1111;
    }

    .header2 .mbl_btn{
        right: 10px;
        top:12px;
    }
    
    .mbl_btn span {
        display: block;
        position: absolute;
        height: 5px;
        width: 50%;
        background: #2b2460;
        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;
    }

    header .mbl_btn span{ background-color: #fff; }
    .header2 .mbl_btn span{ background-color: #2b2460; }
    .mbl_btn.open span { background-color: #fff; }

    .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; }
    



	
    .whatsapp{
        bottom: 18px;
        right: 18px;
        padding: 12px;
    }
    


}
    
    
    
    


@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{ width: calc(100% - 20px); left:10px; height: 320px; }
    
        
    .ytb_vd{width: 100%; margin: 20px 0px;}
}
    
    


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

    .hizmet_banner{ height: 265px; }
    

}



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

    .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; }

}
    
    
    
    













