/* PUBLIC SETTINGS */
*, html, body{margin: 0;padding: 0;font-family: 'Poppins', sans-serif;}
html, body{width: 100%;height: 100%;font-family: 'Poppins', sans-serif;}


a{text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
::-webkit-scrollbar {position: fixed;top:right: 0;height: 100%; width: 3px;background: transparent; }
::-webkit-scrollbar-thumb {background-color: rgb(120, 123, 123);}
::-webkit-scrollbar-thumb:hover {background-color: rgb(120, 123, 123);}
/* BASIC SETTINGS */
.satir_1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow:hidden;}
.satir_2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;}
.satir_3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow:hidden;}
.ul_sifirla{list-style-type: none;margin: 0;padding:0;}
/* YUKARI CIK BUTTONU */
.scroll_up_btn_nnt{position: fixed; display: flex; justify-content: center; align-items: center; height: 44px; width: 42px; background: #c50404; right: 30px; bottom: 10px; color: #fff; z-index: 9999; font-size: 1.7rem; border-radius: 10px; border-bottom-width: 2px; cursor: pointer; opacity: 0; pointer-events: none; transition: all 0.3s ease; }
.scroll_up_btn_nnt.scroll_up_btn_nnt_show{bottom: 10%; opacity: 1; pointer-events: auto; }
.scroll_up_btn_nnt:hover{filter: brightness(90%); }
@media (max-width: 500px) {.scroll_up_btn_nnt{right: 15px; bottom: 15px; height: 38px; width: 35px; font-size: 1.1rem;} }
.title_color1{color: #c50404;}


/* MENU - HEADER */
.menu_nav1{display: flex;position: fixed;top: 0;left: 0;width: 100%;height: 90px;flex-wrap: wrap;padding: 15px 5%;z-index: 99;background-color: #fff;justify-content: space-between;}
.logo_a{display: flex;align-items: center;max-width: 180px;position: relative;z-index: 3;height: 100%;}
.logo_img{max-width: 100%;max-height: 65px;}
.menu_div_body{display: flex;align-items: center;}
.menu_body{display: flex;align-items: center;}
.menu_ul_1{display: flex;align-items: center; }
.menu_ul_1 > li > a{display: flex;align-items: center;padding: 12px;color: #000;font-size: 1rem;cursor: pointer;}
.menu_ul_1 > li > a:hover{color: #c50404;}
.menu_active1{color: #c50404 !important;}
.login_btn_v2{display: flex;align-items: center;padding: 0 20px;border-radius: 50px;background-color: #c50404;color: #fff;}
.login_btn_v2:hover{background-color: #a00303;color: #fff;}
.fa-user{display: none;}
@media (max-width: 768px){.fa-user{display: block;}.login_text1{display: none;}}
.mobil_body_2{display: flex;}

.language_nav {display: flex;align-items: center;justify-content: center;padding: 5px 15px;}
.language_nav .language_ul1 {position: relative; z-index: 3;}
.language_nav .language_ul1 .language_li {cursor: pointer;transition: 0.5s all;display: flex;align-items: center;}
.language_ul1 .language_li .lang_menu_ul {display: none;}
.language_ul1 .language_li:hover .lang_menu_ul {position: absolute; top: 29px; right: -15px; display: block; background: #fff; padding:15px 0; z-index: 1; border-radius: 5px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
.language_ul1 .language_li:hover .triangle {position: absolute; top: 15px; right: -10px; z-index: 10; height: 14px; overflow: hidden; width: 30px; background: transparent; }
.language_ul1 .language_li:hover .triangle:after {position: absolute; content: ''; display: block; z-index: 20; width: 15px; transform: rotate(45deg) translateY(0px) translatex(10px); height: 15px; background: #fff; border-radius: 2px 0px 0px 0px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
.language_ul1 .language_li:hover .fa-angle-down{transform: rotate(180deg);transition: 0.5s all;}


.language_ul1 .language_li .lang_menu_ul li a{display: flex; align-items: center;padding:0 10px 5px 10px;font-size: 1rem;color: #000;}
.language_ul1 .language_li .lang_menu_ul li a .language_img_icon{width: 1.2rem;margin-right: 5px;}
.language_ul1 .language_li .lang_menu_ul li span:hover, .language_ul1 .language_li .lang_menu_ul li span.active {color: #c50404; }
.language_img_icon{width: 1.5rem;margin-right: 5px;}

.mobil_menu_icon{display: none;}
@media (max-width: 850px) {
	.menu_body{width: 100%;height: 100%;position: fixed;display: flex;align-items: center;justify-content: center;z-index: 2; left: 0;top: -100%;visibility: hidden;pointer-events: none;transition: all 0.5s;background-color:#fff; }
	.mobil_menu_bar_active{top: 0;visibility: visible;pointer-events: auto;}
	.menu_ul_1{display: inline-block;}
	.menu_ul_li_1{margin-bottom: 20px;}

	/*mobil icon*/
	.mobil_menu_icon{display: flex;align-items: center; position: absolute;z-index: 3;right: 0;}
	.mobil_menu_icon:hover{color: #c50404;}
	.ham {cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 400ms; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
	.hamRotate.active {transform: rotate(45deg); } 
	.hamRotate180.active {transform: rotate(180deg); }
	.line {fill:none; transition: stroke-dasharray 400ms, stroke-dashoffset 400ms; stroke:#000; stroke-width:3; stroke-linecap:round; }
	.ham7 .top {stroke-dasharray: 40 82; }
	.ham7 .middle {stroke-dasharray: 40 111; }
	.ham7 .bottom {stroke-dasharray: 40 161; }
	.ham7.active .top {stroke-dasharray: 17 82; stroke-dashoffset: -62px; }
	.ham7.active .middle {stroke-dashoffset: 23px; } 
	.ham7.active .bottom {stroke-dashoffset: -83px; }
	.body_no_scroll{overflow: hidden;}
	.mobil_body_2{position: relative;display: flex;right: 10%;}
}




/* HOME H1 TITLE/SLIDE BODY  */
.home_section_1_body{display: block;margin-top: 110px;min-height: 80vh;}
.home_sectin_row{display: flex;position: relative;height: auto; width: 100%;flex-wrap: wrap;align-items: center;}
.home_section_text_body, .home_section_img_body{display: flex;align-items: center;max-width: 50%;width: 100%; flex-wrap: wrap;}
.h1_title{font-size: 3rem;width: 100%;font-weight: 600;}
.text_p{width: 100%;font-size: 1.1rem;font-weight: 500;}
.home_section_img_body{justify-content: center;}
.home_section_img{max-width: 100%;max-height: 500px;}
.demo_btn1{font-size: 1.1rem;background-color: #c50404;border-radius: 50px;color: #fff;padding:10px 30px;cursor: pointer;border:none;}
.demo_btn1:hover{background-color: #a00303;color: #fff;}
@media (max-width: 800px) {.h1_title{font-size: 2rem;}.text_p{font-size: 1.4rem;}.demo_btn1{font-size: 1rem;} .home_section_img_body, .home_section_text_body{max-width: 100%;}}

/* H2 TITLE / INFO BOX-IMG */
.h2_section_body{position: relative;display: flex;flex-wrap: wrap;min-height: 70vh;align-items: center;}
.h2_section_img{max-width: 100%;object-fit: contain;}
.title_h2{font-size: 2.7rem;font-weight: 600;}
.text_p2{font-size: 1rem;}

/* SERVICES BOX CART BODY */
.services_section_body{position: relative;display: flex;flex-wrap: wrap;min-height: 90vh;align-items: center;background-color: #fbf2f5;}
.services_section_img_box{display: flex;justify-content: center;width: 100%;}
.services_img1{width: initial !important; max-width: 100%; max-height: 100px;}
.services_box_text_title{font-size: 1.3rem;font-weight: 500;}
.h3_title{font-size: 2rem;font-weight: 600;}



/* FOOTER */
.footer_bg{position:relative;background-color: #c50404;width:100%;min-height: 7vh;display:flex;align-items:center;justify-content:space-between;}
.footer_img_div{z-index:3}
.footerimg{width:100%;object-fit:contain}
.footer_bg2{position:relative;background-color: #000;width:100%;min-height:20vh;}
.footer_title{color:#c50404;font-size: 1.1rem;}
.footer_ul>li>a{display:block;color:#fff;font-size:13px;padding:5px 0;transform:scale(1);transition:all .5s}
.footer_ul>li>a:hover{color:#c50404;transform:scale(1.08)}
.Copyright1_body{position:relative;display:flex;align-items:center;justify-content:center;font-size:.8rem;background-color:#000;padding:15px 10px;color:#fff;border-top: 1px solid #c50404;}
.Copyright1_body>p>a{color:#c50404}
.Copyright1_body>p>a:hover{color:#ffffff}
.social_body_div{display:flex;justify-content: flex-end;}
.social_icon{display:block;color: #fff;padding:5px;transition:.6s;}
.social_icon:hover{color:#101010;transition:.6s}
.footer_img_div img{max-width: 100%;}

/* BREADCRUMB */
.breadcrumb_body{display: flex;position: relative;min-height: 200px;width: 100%;align-items: center;justify-content: center;overflow: hidden;margin-top: 100px;background-color: #ffffffa1;}
.breadcrumb_bg_img{position: absolute;top: 0;left: 0;z-index: -1; display: flex;width: 100%;object-fit: cover;height: 100%; justify-content: center;object-position: center;}
.breadcrumb_content{}
.breadcrumb_h1{font-size: 2.5rem;font-weight: 700;}
.breadcrumb_ul2{display: flex;align-items: center;width: 100%;flex-wrap: wrap;}
.breadcrumb_ul2 > li{margin-right: 10px;}
.breadcrumb_ul2 > li > a{font-size: 1rem;font-weight: 500;color: #000;}
.breadcrumb_ul2 > li > a:hover{color: #c50404;}
.breadcrumb_ul2 > li > a.breadcrumb_active2{color: #c50404;}
.breadcrumb_ul_icon{padding: 5px;width: 25px;}






/* CONTACT */
.contact_ul2{display: block;max-width: 350px;}
.contact_ul2 > li > a{display: flex;align-items: center; font-size: 0.9rem;font-weight: 500;color: #000;transition: 0.5s all;margin-bottom: 5px;}
.contact_ul2 > li > a:hover{color: #c50404;padding-left: 10px;transition: 0.5s all;}
.contact_title2{font-size: 1.6rem;color: #c50404;}
.contact_title3{font-size: 1.4rem;}

/* FORM STYLE 2 */
.zorunlu_color{color: red;}



/* LOGIN PAGE START */
.login_view_body{display: flex;align-items: center; width: 100%;min-height: 100vh;flex-wrap: wrap;}
/*login img content*/
.login_img_div{display: flex;align-items: center;width: 60%;overflow: hidden;transition: 0.5s all;}
.login_imgv2{width: 100%;height: 100vh;object-fit: cover;}
/*login form content*/
.login_form_content{position: relative; display: flex;align-items: center;width: 40%;min-height: 100vh; overflow: hidden;flex-wrap: wrap;transition: 0.5s all;}
.login_body_div{max-width: 380px;margin:0 auto;padding: 15px;}
.login_titleH1{color: #9f9f9f;font-weight: 600;}
.login_text_P{color: #9f9f9f;}

.logo_form_body{width: 100%;display: flex;justify-content: center;flex-wrap: wrap;} 

/* form */
.form_body_v2{display: flex;justify-content: center;width: 100%;flex-wrap: wrap;}
.form_control_div{display: flex;width: 100%;position: relative;    margin-bottom: 15px;}
.login_input_v2{width: 100%; display: block; height: 50px; border-radius: 50px; border: none;color: #a00303; background: #ededed; text-align: center; padding: 10px; font-size: 15px;  font-weight: 500; }
.login_input_v2:focus {outline:none; }
.login_input_passv2{width: 100%; display: block; height: 50px; border-radius: 50px; border: none; color: #a00303; background: #ededed; text-align: center; padding: 10px 25px 10px 25px; font-size: 15px; font-weight: 500;} 
.login_input_passv2:focus {outline:none; }
.fa-eye{color:#a00303; }
.fa-eye-slash{color: #9f9f9f;}
.pass_label_b2{position: absolute;z-index: 2;top: 0;right: 12px;display: flex;align-items: center;height: 100%;cursor: pointer;}
/* form btn style */
.form_btn1{display: flex;justify-content: space-between;width: 100%;}
.login_btn1{}
.login_btn1{display: flex;align-items: center;padding:10px 20px;border-radius: 50px;background-color: #a00303;color: #fff;border:none;}
.login_btn1:hover{background-color: #c50404;color: #fff;}
/* checkbox */
.checkbox_label1{display: flex;align-items: center;}
.checkbox_label1 > span {color: #9f9f9f;}
.checkbox_label1 input[type="checkbox"] {position: absolute; opacity: 0; }
/* Normal parca */
.checkbox_label1 input[type="checkbox"].ios-switch + div {display: flex;align-items: center;vertical-align: middle;width: 50px;height: 25px;border: 1px solid #c5c5c5;border-radius: 999px;background-color: rgba(0, 0, 0, 0.1);-webkit-transition-duration: .4s;-webkit-transition-property: background-color, box-shadow;box-shadow: inset 0 0 0 0px rgba(0,0,0,0.4);margin-right: 15px;}
/* yesil Yol */
.checkbox_label1 input[type="checkbox"].green.ios-switch:checked + div {background-color: #a00303;border: 1px solid #a00303;box-shadow: inset 0 0 0 10px #a00303;}
/* Normal dugme */
.checkbox_label1 input[type="checkbox"].ios-switch + div > div {float: left;width: 23px;height: 23px;border-radius: inherit;background: #ffffff;-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);-webkit-transition-duration: 0.4s;-webkit-transition-property: transform, background-color, box-shadow;-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);-moz-transition-duration: 0.4s;-moz-transition-property: transform, background-color;box-shadow: 0px 2px 5px rgb(0 0 0 / 30%), 0px 0px 0 1px rgb(0 0 0 / 36%);pointer-events: none;margin-top: 1px;margin-left: 1px;}
/* Checked yesil dugme */
.checkbox_label1 input[type="checkbox"].bigswitch.ios-switch:checked + div > div {-webkit-transform: translate3d(25px, 0, 0);-moz-transform: translate3d(16px, 0, 0);box-shadow: 0px 2px 5px rgb(0 0 0 / 30%), 0 0 0 1px #a00303;}
/* password unutum linki */
.pass_unutum_div{display: flex;align-items: center;justify-content: center;}
.pass_unutum_div > a{color: #9f9f9f;}
.pass_unutum_div > a:hover{color: #c50404;}
/*password form body*/
.reset_pass_body{position: absolute;bottom: -100%;right: 0;width: 100%;height: 100%;padding: 15px;z-index: 9; background-color: #fff;visibility: hidden;pointer-events: none;opacity: 0;transition: 0.5s all;display: flex;align-items: center;justify-content: center;}
.reset_pass_body_active{bottom: 0; visibility: visible;pointer-events: auto;opacity: 1;transition: 0.5s all;}
.reset_pass_content{max-width: 380px;}
/* mobil ayari*/
@media (max-width: 900px){.login_img_div{width: 40%;transition: 0.5s all;}.login_form_content{width: 60%;transition: 0.5s all;}}
@media (max-width: 768px){.login_img_div{display: none;}.login_form_content{width: 100%;transition: 0.5s all;}}
/* LOGIN PAGE END */



/* BASVURU FORMU */
.form_select_v2{width: 100%; display: block; height: 50px; border-radius: 50px; border: none;color: #a00303; background: #ededed; text-align: center; padding: 10px; font-size: 15px;  font-weight: 500; }
.form_select_v2:focus {outline:none; }


/* REFERANS SLIDE CSS SETTINGS */
.referans_slide_body{display: flex; align-items: center; min-height: 70vh; }
.item_cart1{display: flex;align-items: center;justify-content: center; width: 100%;max-height: 140px;}
.slide_img1{width: 100%;cursor: pointer;}
.slide_img1:hover{width: 100%;filter: grayscale(0%);transition: 0.7s all;}
.referanslar_body{display: flex;align-items: center;justify-content: center;width: 100%;flex-wrap: wrap;}
.referanslar_box1{display: flex;max-width: 200px;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;}
.referans_name{height: 50px;overflow: hidden;padding: 0 10px;width: 100%;text-align: center;}

/* S.S.S - INFO 2 */
.sss_section_body{position: relative;display: flex;align-items: center;min-height: 50vh;}
.h4_title{font-size: 1.8rem;font-weight: 600;}
.h5_title, .h5_title > button{font-size: 1.2rem;font-weight: 500;}
.accordion-button{background-color: #fff !important;border:none !important;box-shadow: transparent !important;}
.accordion-button:focus{background-color: #fff !important;border:none !important;box-shadow: none !important;color: #c50404;}
.accordion-button:after{color: #c50404 !important;}
.sss_img_box{display: flex;justify-content: center;align-items: center;}
.sss_img{max-width: 100%;object-fit: contain;max-height: 500px;}
.accordion-button:not(.collapsed){color: #c50404 !important; }


/* FAQ-SSS CSS  */
.body_destek_bg{ background-color: #f3f3f5;}
.destek_section_body_v2 {color: #4e5359; }
.destek_header_info_v2{display: flex;align-items: center;justify-content: space-around;max-width: 1320px; width: 100%;padding:10px 15px;flex-wrap: wrap;}
/* kucuk cihazlarda sag panel kaydirildiginda gorunen katman katmani */
.destek_section_body_v2::after {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(78, 83, 89, 0.8); visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.destek_section_body_v2 .faq_overlay_v2::after {content: '';visibility: visible; opacity: 1; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.destek_header_v2 {position: relative; display: flex; align-items: center;justify-content: center; flex-wrap: wrap; min-height: 180px; border-bottom: solid 1px #ccc; background: #fff; }
.destek_h1_title_v2 {text-align: center; color: #000;margin: 0;font-weight: 600;}
.faq_body_v2 {width: 90%; max-width: 1024px; margin: 2em auto; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.faq_body_v2:after {content: ""; display: table; clear: both; }

a.faq_trigger_v2{color: #c50404;text-decoration: none;}

.faq_categories_v2 a {position: relative; display: block; overflow: hidden; height: 50px; line-height: 50px; padding: 0 28px 0 16px; background-color: #4e5359; color: #ffffff; white-space: nowrap; border-bottom: 1px solid #555b61; }
/* sagdaki arti simgesi */
.faq_categories_v2 a::before, .faq_categories_v2 a::after { position: absolute;content: ''; top: 50%; right: 16px; display: inline-block; height: 1px; width: 10px; background-color: #7f868e; }
.faq_categories_v2 a::after {content: '';-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.faq_categories_v2 li:last-child a {border-bottom: none; }
@media only screen and (min-width: 768px) {
	.destek_section_body_v2::after {content: '';display: none; }
	.faq_body_v2 {position: relative; margin: 4em auto; box-shadow: none; }
	.faq_categories_v2 {width: 20%; float: left; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
	.faq_categories_v2 a {font-size: 13px; font-size: 0.8125rem; font-weight: 600; padding-left: 24px; padding: 0 24px; -webkit-transition: background 0.2s, padding 0.2s; -moz-transition: background 0.2s, padding 0.2s; transition: background 0.2s, padding 0.2s; }
	.faq_categories_v2 a::before, .faq_categories_v2 a::after {content: '';display: none; } 
	.no-touch .faq_categories_v2 a:hover {background: #555b61; }
	.no-js .faq_categories_v2 {width: 100%; margin-bottom: 2em; }
}
@media only screen and (min-width: 1024px) {
	.faq_categories_v2 {position: absolute; top: 0; left: 0; width: 200px; z-index: 2; }
	/* secilen oge icin soldaki dekoratif dikdortgen */
	.faq_categories_v2 a::before {content: '';display: block; top: 0; right: auto; left: 0; height: 100%; width: 3px; background-color: #c50404; opacity: 0; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; }
	.faq_categories_v2 .faqselectedv2 {background: #42464b !important; }
	.faq_categories_v2 .faqselectedv2::before {content: '';opacity: 1; }
	/* jQuery'de atanan ust ve sol deger */
	.faq_categories_v2.faq_is_fixed_v2 {position: fixed; }
	.no-js .faq_categories_v2 {position: relative; }
}
.faq_items_body_v2 {position: fixed; height: 100%; width: 100%; top: 0; right: 0; background: #ffffff; padding: 0 5% 1em; overflow: auto; -webkit-overflow-scrolling: touch; z-index: 9; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0) translateX(100%); -moz-transform: translateZ(0) translateX(100%); -ms-transform: translateZ(0) translateX(100%); -o-transform: translateZ(0) translateX(100%); transform: translateZ(0) translateX(100%); -webkit-transition: -webkit-transform .3s; -moz-transition: -moz-transform .3s; transition: transform .3s; }
.faq_items_body_v2.faq_slide_in_v2 {-webkit-transform: translateZ(0) translateX(0%); -moz-transform: translateZ(0) translateX(0%); -ms-transform: translateZ(0) translateX(0%); -o-transform: translateZ(0) translateX(0%); transform: translateZ(0) translateX(0%); }
.no-js .faq_items_body_v2 {position: static; height: auto; width: 100%; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
@media only screen and (min-width: 768px) {.faq_items_body_v2 {position: static; height: auto; width: 78%; float: right; overflow: visible; -webkit-transform: translateZ(0) translateX(0); -moz-transform: translateZ(0) translateX(0); -ms-transform: translateZ(0) translateX(0); -o-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); padding: 0; background: transparent; } }
@media only screen and (min-width: 1024px) {.faq_items_body_v2 {float: none; width: 100%; padding-left: 220px; } .no-js .faq_items_body_v2 {padding-left: 0; } }
.faq_close_panel_v2 {position: fixed; top: 5px; right: -100%; display: block; height: 40px; width: 40px; overflow: hidden; text-indent: 100%; white-space: nowrap; z-index: 99; /* WebKit'te DonanÄ±m HÄ±zlandÄ±rmasÄ±nÄ± Zorla */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: right 0.4s; -moz-transition: right 0.4s; transition: right 0.4s; }
/* CSS'deki simgeyi kapat */
.faq_close_panel_v2::before, .faq_close_panel_v2::after {position: absolute;content: ''; top: 16px; left: 12px; display: inline-block; height: 3px; width: 18px; background: #6c7d8e; }
.faq_close_panel_v2::before {content: '';-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.faq_close_panel_v2::after {content: '';-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.faq_close_panel_v2.faq_move_left_v2 {right: 2%; }
@media only screen and (min-width: 768px) {.faq_close_panel_v2 {display: none; } }
.faq_group_v2 {/* hide group not faqselectedv2 */ display: none; }
.faq_group_v2.faqselectedv2 {display: block; }
.faq_group_v2 .faq_title_v2 {background: transparent; box-shadow: none; margin: 1em 0; }
.no-touch .faq_group_v2 .faq_title_v2:hover {box-shadow: none; }
.faq_group_v2 .faq_title_v2{font-size: 1.3rem; font-weight: 500; color: #bbbbc7; }
.no-js .faq_group_v2 {display: block; }
@media only screen and (min-width: 768px) {
	.faq_group_v2 {/* all groups visible */ display: block; }
	.faq_group_v2 > li {background: #ffffff; margin-bottom: 6px; box-shadow: 0 1px 2px #0000001f; -webkit-transition: box-shadow 0.2s; -moz-transition: box-shadow 0.2s; transition: box-shadow 0.2s; }
	.faq_group_v2 > li:hover {box-shadow: 0 1px 10px 0px #00000036; } .faq_group_v2 .faq_title_v2 {margin: 2em 0 1em; }
	.faq_group_v2:first-child .faq_title_v2 {margin-top: 0;}
}
.faq_trigger_v2 {position: relative; display: block; margin: 1.6em 0 .4em; line-height: 1.2; }
@media only screen and (min-width: 768px) {.faq_trigger_v2 {font-size: 24px; font-size: 1.1rem; font-weight: 300; margin: 0; padding: 24px 72px 24px 24px; }
.faq_trigger_v2::before, .faq_trigger_v2::after {/* arrow icon on the right */ position: absolute;content: ''; right: 24px; top: 50%; height: 2px; width: 13px; background: #c50404; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
.faq_trigger_v2::before {content: '';-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); right: 32px; }
.faq_trigger_v2::after {content: '';-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.faq_content_visible_v2 .faq_trigger_v2::before {content: '';-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.faq_content_visible_v2 .faq_trigger_v2::after {content: '';-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
}
.faq_content_v2 p {font-size: 14px; font-size: 0.875rem; line-height: 1.4; color: #6c7d8e; }
@media only screen and (min-width: 768px) {.faq_content_v2 {display: none; padding: 0 24px 30px; } .faq_content_v2 p {line-height: 1.6; } .no-js .faq_content_v2 {display: block; } }

.body_scrol_kapat{overflow: hidden;}


/* OZELLIKLER - FEATURE */
.feature_section{display: flex;align-items: center;justify-content: center;min-height: 100vh;background-color: #fbf2f5;}
.ozelik_body{display: flex;align-items: center;flex-wrap: wrap;width: 100%;position: relative;justify-content: center;}
.ozelik_box_body{display: flex;align-items: center; max-width: 260px;width: 100%;height: 350px;margin: 5px;color: #000;justify-content: center;flex-wrap: wrap;padding: 15px;transition: 0.5s all;overflow: hidden;}
.ozelik_box_body:hover{color: #000;background-color: #fff; transition: 0.5s all;box-shadow:3px 3px 12px 0px #cecece;border-radius: 6px;}
@media (max-width: 992px) {.ozelik_box_body{max-width: 300px; width: 100%;}.ozelik_slide_body{max-width: 100%;}}


/* GALLERY */
.gallery_section_body{display: flex; align-items: center; justify-content: center; min-height: 90vh;background-color: #fbf2f5; }


/* PAKETLER */
.paketler_section_body{display: flex;align-items: center;min-height: 100vh;}
@-webkit-keyframes gradient {0% {background-position: 0% 50%; } 50% {background-position: 100% 50%; } 100% {background-position: 0% 50%; } }
@keyframes gradient {0% {background-position: 0% 50%; } 50% {background-position: 100% 50%; } 100% {background-position: 0% 50%; } }
.slider-item-content > h4 {margin: 0; font-weight: bold; font-size: 24px; color: #26384E; transform: translateY(20px); transition: all 0.4s ease; transition-delay: 0.2s; overflow: hidden; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; }
@media screen and (max-width: 520px) {.slider-item-content > h4 {font-size: 16px; } }
.slider-item-content > p {font-size: 16px; color: #889DB8; transform: translateY(20px); transition: all 0.4s ease; transition-delay: 0.3s; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 520px) {.slider-item-content > p {font-size: 14px;} }
.swiper-wrapper {width: 100%; height: 100%; display: flex; align-items: center; z-index: 1; position: relative; }
.swiper-container {background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%); box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; width: 100%; position: relative; max-width: 420px; height: 100%; min-height: 300px; border-radius: 10px; }
.slider-image-wrapper {position: relative;display: flex; height: 200px; width: 100%; overflow: hidden; }
.slider-item {width: 100%; height: 100%; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; flex-shrink: 0; opacity: 0; background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%); cursor: -webkit-grab; cursor: grab; }
.slider-item-content {padding: 32px; display: flex; flex-wrap: wrap; justify-content: center; transition: 0.4s;}
.slider-item-content > * {opacity: 0; transform: translateY(20px); }
.swiper-slide-active{z-index: 10;}
.swiper-slide-active .slider-item-content > * {transform: translateY(0px); opacity: 1; }
.slider-image {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: 0.2s; }
.swiper-pagination {position: absolute; left: 50%; bottom: 8px; transform: translatex(-50%); z-index: 1; width: auto !important; }
.swiper-pagination-bullet {border-radius: 0;width: 8px;height: 8px;border-radius: 50%;line-height: 30px;font-size: 12px;opacity: 1;background: rgb(234 8 8 / 36%);display: inline-block;margin-right: 8px;cursor: pointer;transition: all 0.2s;}
.swiper-pagination-bullet-active {background: #c50404;width: 20px;border-radius: 10px;}
.slider-buttons {position: absolute; display: flex; top: 100%; justify-content: flex-end; width: 100%; padding-top: 8px; }
.swiper-button-next, .swiper-button-prev {background-color: transparent;border: none;cursor: pointer;outline: none;color: #c50404;position: relative;margin-left:15px;font-size: 1.6rem;}
.swiper-button-next:before,
.swiper-button-prev:before {content: "";position: absolute;background-color: #c50404;height: 1px;width: 0;left: 0;bottom: 9px;transition: 0.2s;}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {width: 100%; }
@media screen and (max-width: 520px) {.swiper-button-next:hover:before, .swiper-button-prev:hover:before {display: none; } }
.paket_slide_text1{width:100%;min-height: 70px; text-align: center;}


.paket_etiket1{position: absolute;top: 2%;right: 2%;z-index: 2;width: 40px;height: 40px;}
.paket_etiket1_img{width: 100%;object-fit: contain;}
.paket_ozellik{display: flex;flex-wrap: wrap;width: 100%;justify-content: center;}
.paket_ozellik > li{display: flex;flex-wrap: wrap;padding: 0 10px;width: 100%; justify-content: flex-start;color: #889DB8;}

.paket_name_body{display: flex;align-items: center;}
.paket_name_title{font-size: 4rem;font-weight: 700;}
.paket_slide_body1{display: flex;justify-content: center;}
@media (max-width: 768px) {.paket_name_title{font-size: 2rem;font-weight: 600;}}
     
 .ul_paket_ozellikv2{}
.ul_paket_ozellikv2 > li > a{color: #889DB8;margin-bottom: 6px;font-size: 14px;}
.ul_paket_ozellikv2 > li > a:hover{color: red;}
.ul_paket_ozellikv2 > li > a > s{color: #ccc;}
.ul_paket_ozellikv2 > li > a > s:hover{color: #999;}
.paket_page_btn{display: flex;justify-content: flex-end;}

/* TEXT COLOR  */
.text_color1_v3{color: #889DB8;}



/*Mustafa Yeni CSS*/
.form-floating>label {color: #b7b2b2; }
.ul_paket_ozellikv2{display: flex; flex-wrap: wrap;}
.ul_paket_ozellikv2 li{width: 33.3%;}
@media (max-width: 768px) { 
	.ul_paket_ozellikv2 li{width: 100%;}
}
.page_content{min-height: 300px;}
/*Loader*/
.form_loader{z-index: 10000; position: fixed; height: 100vh; width: 100vw; top: 0; left: 0; background: #020306a6; justify-content: center; align-content: center; flex-wrap: wrap;display:none;}
.form_loader > div {-webkit-animation-fill-mode: both; animation-fill-mode: both; width: 50px; height: 50px; background: #fff; margin: 50px auto; -webkit-animation: loader 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; animation: loader 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@keyframes loader {25% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); transform: perspective(100px) rotateX(180deg) rotateY(0); } 50% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% {-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); transform: perspective(100px) rotateX(0) rotateY(180deg); } 100% {-webkit-transform: perspective(100px) rotateX(0) rotateY(0); transform: perspective(100px) rotateX(0) rotateY(0); } }
@-webkit-keyframes loader {25% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0); transform: perspective(100px) rotateX(180deg) rotateY(0); } 50% {-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg); transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% {-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg); transform: perspective(100px) rotateX(0) rotateY(180deg); } 100% {-webkit-transform: perspective(100px) rotateX(0) rotateY(0); transform: perspective(100px) rotateX(0) rotateY(0); } }
/*Loader*/

/* WHATSAPP ICON  */
@-webkit-keyframes cptCircle {0% {-webkit-transform: rotate(0) scale(.5) skew(1deg);transform: rotate(0) scale(.5) skew(1deg);opacity: .01} 30% {-webkit-transform: rotate(0) scale(.7) skew(1deg);transform: rotate(0) scale(.7) skew(1deg);opacity: .5} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);transform: rotate(0) scale(1) skew(1deg);opacity: .01} }
@keyframes cptCircle {0% {-webkit-transform: rotate(0) scale(.5) skew(1deg);transform: rotate(0) scale(.5) skew(1deg);opacity: .01 } 30% {-webkit-transform: rotate(0) scale(.7) skew(1deg);transform: rotate(0) scale(.7) skew(1deg);opacity: .5} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);transform: rotate(0) scale(1) skew(1deg);opacity: .01} }
@-webkit-keyframes cptCircleFill {0% {-webkit-transform: rotate(0) scale(.6) skew(1deg);transform: rotate(0) scale(.6) skew(1deg);opacity: 0} 50% {webkit-transform: rotate(0) scale(1) skew(1deg);transform: rotate(0) scale(1) skew(1deg);opacity: .2} 100% {-webkit-transform: rotate(0) scale(.6) skew(1deg);transform: rotate(0) scale(.6) skew(1deg); opacity: .2} }
@keyframes cptCircleFill {0% {-webkit-transform: rotate(0) scale(.6) skew(1deg);transform: rotate(0) scale(.6) skew(1deg);opacity: 0} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);transform: rotate(0) scale(1) skew(1deg);opacity: .2} 100% { -webkit-transform: rotate(0) scale(.6) skew(1deg);transform: rotate(0) scale(.6) skew(1deg);opacity: .2} }
#wp_callback {position: fixed; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; bottom: 40px; left: 40px; z-index: 1; }
.wp_circle, .wp_cpt_circle_fill {position: absolute; border-radius: 100%; -webkit-transition: all .5s; transition: all .5s; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; -webkit-animation-delay: 2s; animation-delay: 2s }
.wp_circle {width: 120%; height: 120%; background-color: transparent; border: 2px solid #189d0e; -webkit-animation: cptCircle 2.2s infinite ease-in-out; animation: cptCircle 2.2s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.wp_cpt_circle_fill {width: 100%; height: 100%; background-color: #189d0e; border: 2px solid transparent; -webkit-animation: cptCircleFill 2.3s infinite ease-in-out; animation: cptCircleFill 2.3s infinite ease-in-out; box-shadow: 0 0 2px 0 #189d0e!important;}
.wp_btn {position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: center center no-repeat #189d0e; box-shadow: 0 0px 4px 1px rgb(0 0 0 / 20%); background-size: 30px; border-radius: 100%; cursor: pointer;color: #fff;}
.wp_btn > i {opacity: 0; visibility: hidden; -webkit-transition: all .6s cubic-bezier(.55, 0, .1, 1); transition: all .6s cubic-bezier(.55, 0, .1, 1); -webkit-transform: perspective(400px) rotateY(-180deg) scale(.4) translate3d(-50%, -50%, 0); transform: perspective(400px) rotateY(-180deg) scale(.4) translate3d(-50%, -50%, 0); z-index: 1; width: 45%; height: 45%; font-size: 16px; }
.wp_btn > img {vertical-align: middle;width: 50%;}
@media (max-width: 768px) { 
#wp_callback {position: fixed; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; bottom: 15px; left: 15px; z-index: 1; }
}



/*================================================
Checkout Area CSS
=================================================*/
.step-box {-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); background: #fff; padding: 15px 20px; border-top: 3px solid #c50404; position: relative; margin-bottom: 40px; }

.step-box i {color: var(--mainColor); margin-right: 2px; font-size: 20px; position: relative; top: 3px; }

.step-box span {display: inline-block; color: var(--mainColor); font-weight: 700; font-size: 16px; }

.step-box span a {display: inline-block; }
.vcv-timeline {position: relative; display: flex; align-items: center; max-width: 930px; margin: 0 auto; padding: 0; list-style-type: none; color: #a7a7a7; }
.vcv-timeline-item {display: flex; align-items: center; flex: 1 0 auto; padding: 0; }
.vcv-timeline-item::before, .vcv-timeline-item::after {content: ''; }
.vcv-timeline-item::before {content: attr(data-step); display: inline-flex; justify-content: center; align-items: center; flex: 0 0 32px; height: 32px; margin: 0 10px 0 0; border-radius: 50%; border: 2px solid #a7a7a7; color: #a7a7a7; }
.vcv-timeline-item::after {height: 2px; background: #a7a7a7; width: 100%; margin: 0 10px; }
.vcv-timeline-item:last-of-type {flex: 0 0 120px; }
.vcv-timeline-item:last-of-type::after {display: none; }
.vcv-timeline-item.vcv-step-done::before {content: ''; border-color: #2a96ff; background: #2a96ff url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center; background-size: 40%; }
.vcv-timeline-item.vcv-step-done::after {background: #2a96ff; }
@media screen and (max-width: 768px) {
  .vcv-timeline {margin-bottom: 50px; }
  .vcv-timeline-item {position: relative; }
  .vcv-timeline-item span {text-align: left; margin: 10px 0 0; position: absolute; top: 30px; width: 100%; left: 2px; }
  .vcv-timeline-item:last-of-type {flex: 0 0 120px; margin: 0 30px 0 0; }
  .vcv-timeline-item::before {margin: 0; }
  .vcv-timeline-item::after {flex: 0 1 auto; }
}
@media screen and (max-width: 568px) {
  .vcv-timeline {display: block; margin-bottom: 20px; }
  .vcv-timeline-item {position: relative; margin-bottom: 5px;}
  .vcv-timeline-item span {text-align: left; margin: 3px 0 0 5px; position: unset; }
  .vcv-timeline-item:last-of-type {flex: 0 0 auto; margin: 0 30px 0 0; }
  .vcv-timeline-item::before {margin: 0; }
  .vcv-timeline-item::after {display: none; }

}
.step-box span {display: inline-block; color: var(--mainColor); font-weight: 700; font-size: 16px; min-width: max-content; }

/*Mobil Düzeneleme Mustafa*/
@media screen and (max-width: 568px) {
.title_h2 {font-size: 2rem; font-weight: 600;}
.breadcrumb_h1 {font-size: 2.2rem; font-weight: 500; }
.h4_title{margin-top: 15px;}
}