@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600;700;800;900&amp;display=swap');

/* -------------------- NORMALİZE --------------------  */
 

:root {
    --container-width: 1300px;
    --theme-color: #38a7c5;
    --theme-color2: #308fa9;
    --theme-body-color: #000000;
    --NT-metin-color: #000000;
    --theme-font: 'Overpass',sans-serif; /* site geneli için kullnılır */
    --text-font: 'Overpass',sans-serif; /* NT-metin için kullnılır */
    --mobile-icon-color: #fff;
    --custom-list-bg-color: #f6f6f6;
    --custom-grey: #edeef2;
    --placeholder-color: #747474;
    --border-color: #dedede;
}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;padding:0;font-family: var(--theme-font);font-weight:400;color: var(--theme-body-color);}
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing:border-box;}
img{max-width:100%;display:inline;vertical-align:bottom}
ul,li{margin:0;padding:0;text-decoration:none;display:block;list-style:none}
input,textarea{outline:0;display:block}
h1, h2, h3, h4, h5, h6,b, strong{margin:0;padding:0;text-transform:none;font-weight: 700;}

h1{font-size:21px}
h2{font-size:19px}
h3{font-size:17px}
h4{font-size:16px}
h5{font-size:15px}
h6{font-size:13px}
.temizle,.clear{clear:both}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
a:focus,a:hover,a:active{outline:0;text-decoration: none;color:#333}
a{text-decoration: none;color:inherit;}
.NT-metin {text-align: justify;line-height: 25px;color:var(--NT-metin-color);font-family: var(--text-font);font-size: 16px;font-weight: 300;}
.NT-metin li  {display: list-item;list-style: circle;margin-left: 1em;}
.form-group{margin-bottom: 1rem;}
.fancybox-active #header ,.modal-open #header {width: calc(100% - 17px);}
.gotoup {position: fixed;right: 68px;bottom: 25px;width: 60px;height: 60px;line-height: 60px;text-align: center;font-size: 18px;z-index: 2050;display: none;background: var(--theme-color) !important;color: white !important;cursor: pointer;}
/*.darkback:before {content: '';position: fixed;width: 100vw;height: 100vh;z-index: 17;background: rgba(0, 0, 0, 0.9);left: 0;top: 0;}*/

.switch label { cursor: pointer }
.switch label input[type="checkbox"] { opacity: 0; width: 0; height: 0; display: inline-block; }
.switch label input[type="checkbox"]:checked+.lever {background-color: #dddddd;}
.switch label input[type="checkbox"]:checked+.lever:after { left: 1.5rem; background-color: var(--theme-color) }
.switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever:active:after { -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4),0 0 0 .9375rem rgba(170,102,204,0.1); box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4),0 0 0 .9375rem rgba(170,102,204,0.1) }
.switch label input[type="checkbox"]:not(:disabled) ~ .lever:active:after { -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4),0 0 0 .9375rem rgba(0,0,0,0.08); box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4),0 0 0 .9375rem rgba(0,0,0,0.08) }
.switch label input[type="checkbox"]:disabled+.lever { cursor: default }
.switch label input[type="checkbox"]:disabled+.lever:after,.switch label input[type="checkbox"]:disabled:checked+.lever:after { background-color: #bdbdbd }
.switch label .lever { position: relative; display: inline-block; margin: 0 1rem; margin-right: .625rem; vertical-align: middle; content: ""; background-color: #818181; border-radius: .9375rem; width: 2.5rem; height: .9375rem; -webkit-transition: background .3s ease; transition: background .3s ease }
.switch label .lever:after { position: absolute; top: -.1875rem; left: -.3125rem; display: inline-block; content: ""; background-color: #f1f1f1; border-radius: 1.3125rem; -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4); box-shadow: 0 .0625rem .1875rem .0625rem rgba(0,0,0,0.4); width: 1.3125rem; height: 1.3125rem; -webkit-transition: left .3s ease,background .3s ease,-webkit-box-shadow 1s ease; transition: left .3s ease,background .3s ease,-webkit-box-shadow 1s ease; transition: left .3s ease,background .3s ease,box-shadow 1s ease; transition: left .3s ease,background .3s ease,box-shadow 1s ease,-webkit-box-shadow 1s ease }

/* -------------------- NORMALİZE END --------------------  */


/* -------------------- Mobile Menu Start --------------------  */

#mobilMenu{}
.mobileMenuIcon{width: 44px;height: 44px;background: var(--theme-color);border-radius: 5px;padding: 11px;position: relative;z-index: 99;display: inline-block;vertical-align: middle;}
.mobileMenuIcon i{display:block;width: 100%;height: 2px;border-radius:3px;background: var(--mobile-icon-color);transition:all 0.7s;margin: 4px 0 0 0;}
.mobileMenuIcon.active i:nth-child(2) {opacity: 0;transform: translateX(50px);}
.mobileMenuIcon.active i {opacity: 0;transform: translateX(-50px);}
.mobileMenuIcon i:nth-child(1){transition-delay:50ms;width: 50%;}
.mobileMenuIcon i:nth-child(2){transition-delay:100ms;width: 75%;}
.mobileMenuIcon i:nth-child(3){transition-delay:150ms;width: 50%;margin-left: auto;margin-right: 0;}
.mobileMenuIcon i:nth-child(4){transition-delay:250ms;background: transparent;opacity:0;transform: translateY(-12px);}
.mobileMenuIcon i:nth-child(4):before{content:'';height: 2px;background: var(--mobile-icon-color);display: block;position: absolute;width: 100%;transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1);transform: rotate(45deg) scaleX(.8) translateX(-75%);}
.mobileMenuIcon i:nth-child(4):after{content:'';height: 2px;background: var(--mobile-icon-color);display: block;position: absolute;width: 100%;transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background .3s .3s cubic-bezier(.4,0,.2,1);transform: rotate(-45deg) scaleX(.8) translateX(75%);}
.mobileMenuIcon.active i:nth-child(4):before{transform: rotate(45deg) scaleX(.7) translateX(0);}
.mobileMenuIcon.active i:nth-child(4):after{transform: rotate(-45deg) scaleX(.7) translateX(0);}
.mobileMenuIcon.active i:nth-child(4){opacity:1;transform: translateY(-12px);}
.nt_main_menu_content{top:0;bottom:0;left:0;right:0;position:fixed;z-index:6;pointer-events:none;opacity:0;transition:all 0.5s cubic-bezier(0.2,1,0.2,1);transition-delay:0.1s;width: 100vw;height: 100vh;background: rgba(255, 255, 255, 0.8);transform: translateY(100vh);}
.nt_main_menu_content.active{ opacity:1}
.nt_main_menu_content.active{ pointer-events:auto;transition:all 0.5s cubic-bezier(0.2,1,0.2,1);transform: translateY(0);}
.mobileMenuContent{position:fixed;top:0;bottom:0;left:0;right:0;z-index:6;transition: all 1s cubic-bezier(0.2,1,0.2,1);opacity:0;overflow:hidden;pointer-events:none;padding-bottom:100px;width: 100vw;height: 100vh;padding-top: 100px;transform: translateY(100vh);}
.nt_main_menu_content_menu_copy{ margin-top:30px}
.mobileMenuContent.active{opacity:1;overflow-y:auto;pointer-events:auto;transition: 0.2s;background:rgba(255,255,255,0.57);transform: translateY(0);}
.mobileMenuContent ul{ padding:0;margin:0;list-style:none}
.mobileMenuContent ul ul{ display:none}
.mobileMenuContent ul ul a{ font-size:14px;transition:all 0.3s;margin-right:13px;margin-bottom:5px;color:#6f6f6f}
.mobileMenuContent ul ul li{ width:auto}
.mobileMenuContent.text-end ul ul a:hover{ margin-right:20px}
.mobileMenuContent a{font-size: 21px;display:block;text-decoration:none;transition: color  0.5s ease;outline:0;text-transform: uppercase;}
.mobileMenuContent a:hover{color: var(--theme-color) !important;}
.mobileMenuContent.active a{}
.mobileMenuContent div>ul>li:not(.has-children ){}
.mobileMenuContent div>ul>li{ margin-bottom:15px}
.mobileMenuContent .has-children >a:after, .mobileMenuContent .has-children >a.active:after{content:"\f107";display:inline-block;font-size:16px;font-family:"Font Awesome 5 Pro", sans-serif;font-weight: 600;transform: none!important;position:initial!important;top:auto!important;right:auto!important;margin:auto auto auto 12px!important;background:initial!important;width:auto!important;height:auto!important;}
.has-children:last-child ul{ right:0}
.has-children >a.active:after{ content:"\f106"}


#mobilMenu.MenuType2 {position: absolute;right: 0;}
#mobilMenu.MenuType2 .mobileMenuIcon {width: 85px;height: 70px;padding: 22px 0;background: transparent;}
#mobilMenu.MenuType2 .mobileMenuIcon i {width: 26px !important;margin-left: 0 !important;margin-right: auto !important;}
#mobilMenu.MenuType2 .mobileMenuIcon:Before {content: 'Menu';position: absolute;right: 26px;text-transform: uppercase;font-weight: 700;color: var(--theme-color);font-size: 1rem;}
#mobilMenu.MenuType2 .nt_main_menu_content {transition: 0s 0s !important;background: black;opacity: 0.5 !important;position: absolute;width: 100vw;right: 0 !important;left: auto !important;top: 100%;}
#mobilMenu.MenuType2 .mobileMenuContent.active {transform: translateX(0);}
#mobilMenu.MenuType2 .mobileMenuContent {width: 370px;max-width: 100vw;margin-left: auto;position: absolute;top: 100%;background-color: white;transform: translateX(100vh);}


/* -------------------- Mobile Menu End --------------------  */


/* -------------------- webmaster tool --------------------*/

.webmaster_tool{height:auto; position:fixed; z-index:111111; background:#FFF; font-family:sans-serif; font-size:12px; color:#000; line-height:13px; display:block; left:0; padding:5px 0 5px 15px; width:210px; bottom:0; top:auto; box-shadow:1px 1px 3px #ccc}
.webmaster_tool >li{width:100%; float:left; padding-bottom:5px}
.webmaster_tool >li >b{width:90px; float:left}
.webmaster_tool >h1{text-transform:uppercase; font-size:13px; font-weight:600; padding:7px 0}
.webmaster_tool a{font-weight:700; text-transform:uppercase; background:#000; color:#fff; padding:3px 5px; margin:4px 3% 0 -1%; width:48%; float:left; text-align:center; font-size:10px; line-height:16px; border-radius:3px}

/* -------------------- NT Loader --------------------*/

#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99994;overflow: hidden;}
.loaded #loader-wrapper {visibility: hidden;transform: translateY(-100%);transition: all .3s 1s ease-out;}
#loader {display: block;position: relative;left: 50%;top: 50%;width: 200px;height: 47px;z-index: 999;text-align: center;transform: translateX(-50%) translateY(-50%);}
.loaded #loader {opacity: 0;transition: all .3s ease-out;}
#loader-wrapper .loader-section {position: fixed;top: 0;width: 50%;height: 100%;background: #fff;z-index: 99;}
#loader-wrapper .loader-section.section-left {left: 0;}
.loaded #loader-wrapper .loader-section.section-left {/* -webkit-transform: translateX(-100%); *//* transform: translateX(-100%); */opacity: 0;transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1);}
#loader-wrapper .loader-section.section-right {right: 0;}
.loaded #loader-wrapper .loader-section.section-right {/* -webkit-transform: translateX(100%); *//* transform: translateX(100%); */opacity: 0;transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1);}


/* NOT Loader */

body:not(.header_delay) #header {/* transform: translateY(-100%); */}
body.header_delay #header, body.loadedFull #header {transform: translateY(0);}
body.header_delay #header {transition: all 1s ease;transition-delay: 0.3s;}
#slider , .banner , .content_container  {transition: all .5s ease;}

/* NOT Loader END */

/* ------------------ popup ------------------ */
#popup {position: static;}
#popup .fancybox-close-small {position: absolute;right: 20px;top: 20px;z-index: 1;width: 55px;height: 55px;background: #fff;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);cursor: pointer;}
#popup .fancybox-close-small:before, #popup .fancybox-close-small:after {content: "";position: absolute;background: var(--theme-color);height: 2px;width: 24px;right: auto;bottom: auto;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%) rotate(45deg);}
#popup .fancybox-close-small:after {transform: translateX(-50%) translateY(-50%) rotate(-45deg);}

/* ------------------ fonts ------------------ */

.font-family-light{font-family: var(--theme-font) !important;font-weight:200; }
.font-family-normal{font-family: var(--theme-font) !important;font-weight:400;}
.font-family-bold{font-family: var(--theme-font) !important;font-weight:700;}
.font-family-numbers{font-family: arial , sans-serif!important}

.fs-8{font-size:8px;}.fs-9{font-size:9px;}.fs-10{font-size:10px;}.fs-11{font-size:11px;}.fs-12{font-size:12px;}.fs-13{font-size:13px;}.fs-14{font-size:14px;}.fs-15{font-size:15px;}.fs-16{font-size:16px;}.fs-18{font-size:18px;}.fs-19{font-size:19px;}.fs-20{font-size:20px;}.fs-22{font-size:22px;}.fs-24{font-size:24px;}.fs-28{font-size:28px;}.fs-32{font-size:32px;}
.col-55{-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}

@media (min-width: 576px) {
    .col-sm-55{-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}  .fs-sm-8{font-size:8px;}.fs-sm-9{font-size:9px;}.fs-sm-10{font-size:10px;}.fs-sm-11{font-size:11px;}.fs-sm-12{font-size:12px;}.fs-sm-13{font-size:13px;}.fs-sm-14{font-size:14px;}.fs-sm-15{font-size:15px;}.fs-sm-16{font-size:16px;}.fs-sm-18{font-size:18px;}.fs-sm-19{font-size:19px;}.fs-sm-20{font-size:20px;}.fs-sm-22{font-size:22px;}.fs-sm-24{font-size:24px;}.fs-sm-28{font-size:28px;}.fs-sm-32{font-size:32px;}
}

@media (min-width: 768px) {
    .col-md-55{-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}  .fs-md-8{font-size:8px;}.fs-md-9{font-size:9px;}.fs-md-10{font-size:10px;}.fs-md-11{font-size:11px;}.fs-md-12{font-size:12px;}.fs-md-13{font-size:13px;}.fs-md-14{font-size:14px;}.fs-md-15{font-size:15px;}.fs-md-16{font-size:16px;}.fs-md-18{font-size:18px;}.fs-md-19{font-size:19px;}.fs-md-20{font-size:20px;}.fs-md-22{font-size:22px;}.fs-md-24{font-size:24px;}.fs-md-28{font-size:28px;}.fs-md-32{font-size:32px;}
}

@media (min-width: 992px) {
    .col-lg-55{-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}  .fs-lg-8{font-size:8px;}.fs-lg-9{font-size:9px;}.fs-lg-10{font-size:10px;}.fs-lg-11{font-size:11px;}.fs-lg-12{font-size:12px;}.fs-lg-13{font-size:13px;}.fs-lg-14{font-size:14px;}.fs-lg-15{font-size:15px;}.fs-lg-16{font-size:16px;}.fs-lg-18{font-size:18px;}.fs-lg-19{font-size:19px;}.fs-lg-20{font-size:20px;}.fs-lg-22{font-size:22px;}.fs-lg-24{font-size:24px;}.fs-lg-28{font-size:28px;}.fs-lg-32{font-size:32px;}
}

@media (min-width: 1200px) {
    .col-xl-55{-webkit-box-flex: 0;-webkit-flex: 0 0 20%;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}  .fs-xl-8{font-size:8px;}.fs-xl-9{font-size:9px;}.fs-xl-10{font-size:10px;}.fs-xl-11{font-size:11px;}.fs-xl-12{font-size:12px;}.fs-xl-13{font-size:13px;}.fs-xl-14{font-size:14px;}.fs-xl-15{font-size:15px;}.fs-xl-16{font-size:16px;}.fs-xl-18{font-size:18px;}.fs-xl-19{font-size:19px;}.fs-xl-20{font-size:20px;}.fs-xl-22{font-size:22px;}.fs-xl-24{font-size:24px;}.fs-xl-28{font-size:28px;}.fs-xl-32{font-size:32px;}
}

/* -------------------- form -------------------- */
.form-control{padding: 10px 12px;line-height: 1.42857;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-radius: 0;font-size: 15px;color: #a3a3a3;font-weight: 400;height: 60px !important;background-color: #ffffff !important;box-shadow: none !important;border: 2px solid var(--border-color);border-radius: 5px;}
textarea.form-control {height: auto;min-height: 140px;}
select.form-control {-webkit-appearance: none;-moz-appearance: none;background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJrYXRtYW5fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBzdHlsZT0iZmlsbDojYTNhM2EzOyIgZD0iTTI2LjksNDNMNDYuOCw4LjZjMC44LTEuNS0wLjItMy4zLTEuOS0zLjNINS4yYy0xLjcsMC0yLjcsMS44LTEuOSwzLjNMMjMuMSw0M0MyMy45LDQ0LjUsMjYuMSw0NC41LDI2LjksNDN6IiAvPjwvZz48L3N2Zz4=") no-repeat white;background-position: right 10px center;background-size: 14px;padding-right: 30px;color: var(--placeholder-color);}
::-webkit-input-placeholder {color: var(--placeholder-color) !important;}
::-moz-placeholder { color: var(--placeholder-color) !important;}
:-ms-input-placeholder { color: var(--placeholder-color) !important;}
:-moz-placeholder {color: var(--placeholder-color) !important;}
.form-control:focus{border-color: #66afe9;outline: 0;box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.avatar-upload {position: relative;max-width: 205px;margin: 0 auto 0 auto;}  .avatar-upload .avatar-edit {position: absolute;right: 22px;z-index: 1;top: 14px;}  .avatar-upload .avatar-edit input {display: none;}  .avatar-upload .avatar-edit input + label {display: inline-block;width: 34px;height: 34px;margin-bottom: 0;border-radius: 100%;background: #FFFFFF;border: 1px solid transparent;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);cursor: pointer;font-weight: normal;transition: all 0.2s ease-in-out;}  .avatar-upload .avatar-edit input + label:hover {background: #f1f1f1;border-color: #d6d6d6;}  .avatar-upload .avatar-edit input + label:after {content: "\f040";font-family: 'font awesome 5 pro' , sans-serif;color: #757575;position: absolute;top: 4px;left: 0;right: 0;text-align: center;margin: auto;}  .avatar-upload .avatar-preview {width: 192px;height: 192px;position: relative;border-radius: 100%;border: 6px solid #F8F8F8;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);}  .avatar-upload .avatar-preview > div {width: 100%;height: 100%;border-radius: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTMgNTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzIDUzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojRTdFQ0VEOyIgZD0iTTE4LjYxMyw0MS41NTJsLTcuOTA3LDQuMzEzYy0wLjQ2NCwwLjI1My0wLjg4MSwwLjU2NC0xLjI2OSwwLjkwM0MxNC4wNDcsNTAuNjU1LDE5Ljk5OCw1MywyNi41LDUzDQoJYzYuNDU0LDAsMTIuMzY3LTIuMzEsMTYuOTY0LTYuMTQ0Yy0wLjQyNC0wLjM1OC0wLjg4NC0wLjY4LTEuMzk0LTAuOTM0bC04LjQ2Ny00LjIzM2MtMS4wOTQtMC41NDctMS43ODUtMS42NjUtMS43ODUtMi44ODh2LTMuMzIyDQoJYzAuMjM4LTAuMjcxLDAuNTEtMC42MTksMC44MDEtMS4wM2MxLjE1NC0xLjYzLDIuMDI3LTMuNDIzLDIuNjMyLTUuMzA0YzEuMDg2LTAuMzM1LDEuODg2LTEuMzM4LDEuODg2LTIuNTN2LTMuNTQ2DQoJYzAtMC43OC0wLjM0Ny0xLjQ3Ny0wLjg4Ni0xLjk2NXYtNS4xMjZjMCwwLDEuMDUzLTcuOTc3LTkuNzUtNy45NzdzLTkuNzUsNy45NzctOS43NSw3Ljk3N3Y1LjEyNg0KCWMtMC41NCwwLjQ4OC0wLjg4NiwxLjE4NS0wLjg4NiwxLjk2NXYzLjU0NmMwLDAuOTM0LDAuNDkxLDEuNzU2LDEuMjI2LDIuMjMxYzAuODg2LDMuODU3LDMuMjA2LDYuNjMzLDMuMjA2LDYuNjMzdjMuMjQNCglDMjAuMjk2LDM5Ljg5OSwxOS42NSw0MC45ODYsMTguNjEzLDQxLjU1MnoiLz4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiM1NTYwODA7IiBkPSJNMjYuOTUzLDAuMDA0QzEyLjMyLTAuMjQ2LDAuMjU0LDExLjQxNCwwLjAwNCwyNi4wNDdDLTAuMTM4LDM0LjM0NCwzLjU2LDQxLjgwMSw5LjQ0OCw0Ni43Ng0KCQljMC4zODUtMC4zMzYsMC43OTgtMC42NDQsMS4yNTctMC44OTRsNy45MDctNC4zMTNjMS4wMzctMC41NjYsMS42ODMtMS42NTMsMS42ODMtMi44MzV2LTMuMjRjMCwwLTIuMzIxLTIuNzc2LTMuMjA2LTYuNjMzDQoJCWMtMC43MzQtMC40NzUtMS4yMjYtMS4yOTYtMS4yMjYtMi4yMzF2LTMuNTQ2YzAtMC43OCwwLjM0Ny0xLjQ3NywwLjg4Ni0xLjk2NXYtNS4xMjZjMCwwLTEuMDUzLTcuOTc3LDkuNzUtNy45NzcNCgkJczkuNzUsNy45NzcsOS43NSw3Ljk3N3Y1LjEyNmMwLjU0LDAuNDg4LDAuODg2LDEuMTg1LDAuODg2LDEuOTY1djMuNTQ2YzAsMS4xOTItMC44LDIuMTk1LTEuODg2LDIuNTMNCgkJYy0wLjYwNSwxLjg4MS0xLjQ3OCwzLjY3NC0yLjYzMiw1LjMwNGMtMC4yOTEsMC40MTEtMC41NjMsMC43NTktMC44MDEsMS4wM1YzOC44YzAsMS4yMjMsMC42OTEsMi4zNDIsMS43ODUsMi44ODhsOC40NjcsNC4yMzMNCgkJYzAuNTA4LDAuMjU0LDAuOTY3LDAuNTc1LDEuMzksMC45MzJjNS43MS00Ljc2Miw5LjM5OS0xMS44ODIsOS41MzYtMTkuOUM1My4yNDYsMTIuMzIsNDEuNTg3LDAuMjU0LDI2Ljk1MywwLjAwNHoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K')}
.dropdown-menu.phoneCodeList {max-height: 300px;overflow: auto;}
.dropdown-menu.phoneCodeList .dropdown-item {font-size: 12px;padding: 4px 11px;cursor: pointer;}
.dropdown-menu.phoneCodeList .dropdown-item + .dropdown-item {border-top: 1px dashed #dedede;}
.dropdown-menu.phoneCodeList .dropdown-item:hover , .dropdown-menu.phoneCodeList .dropdown-item:focus , .dropdown-menu.phoneCodeList .dropdown-item:active {background: #dedede;color: #000;}
option { color: #000; }
.btn-form-control {border-right: 1px solid #fff;background: whitesmoke;font-size: 13px;color:var(--placeholder-color);}


/* hazir form butonu */
.btn-submit {outline: none;height: 60px;text-align: center;width: 170px;border-radius: 45px;background: #fff;border: 2px solid var(--theme-color);color: var(--theme-color);font-size: 16px;font-weight: 400;cursor: pointer;transition: all 0.25s ease;margin-left: auto;line-height: 30px;padding: 0;line-height: 60px;}
.btn-submit:hover {color: white;background: var(--theme-color);border-color: var(--theme-color);}
.btn-submit:active {letter-spacing: 2px;}
.btn-submit:after {content: attr(text);}
.btn-submit.onclic {width: 40px !important;height: 40px !important;border-color: #bbbbbb !important;border-width: 3px !important;font-size: 0;border-left-color: #1ECD97 !important;animation: rotating 2s 0.25s linear infinite;border-radius: 50% !important;background: transparent !important;}
.btn-submit.onclic:after {content: "";}
.btn-submit.onclic:hover {color: #1ECD97;background: white;}
.btn-submit.validate {font-size: 13px !important;color: white !important;background: #1ECD97 !important;border-color: #1ECD97 !important;}
.btn-submit.validate:after {font-family: 'font awesome 5 pro' , sans-serif;content: "\f00c";}
.btn-submit.novalidate {font-size: 13px !important;color: white !important;background: #cd3330 !important;border-color: #cd3330 !important;}
.btn-submit.novalidate:after {font-family: 'font awesome 5 pro' , sans-serif;content: "\f00d";}
.btn-submit.btnBg { background: var(--theme-color); color: white; border-color: var(--theme-color); }
.btn-submit.btnBg:hover { background: transparent; color: var(--theme-color); border-color: var(--theme-color); }
@-webkit-keyframes rotating { from {transform: rotate(0deg);} to {transform: rotate(360deg);} }
@keyframes rotating { from {transform: rotate(0deg);} to {transform: rotate(360deg);} }

.custom-file-label::after {content: attr(before-text);}
form .form-group .form-control ~ i {position: absolute;left: 15px;top: 1px;width: 39px;height: 60px;text-align: center;font-size: 15px;line-height: 60px;color:#a3a3a3;}
form .form-group .form-control.hasIcon {padding-left: 45px;}
.form-check .form-check-label { font-size: 14px; }
.form-check .form-check-input { box-shadow: none !important; }
.form-control, .btn {box-shadow: none !important;}

div#NTModalOverlay {position: fixed;left: 0;bottom: -100vh;background: rgba(0, 0, 0, 0.7);width: 100vw;height: 100vh;transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);z-index: 99998;}
div#NTModalOverlay.show {bottom: 0;}
div#NTModal {position: fixed;width: 350px;max-width: 100%;text-align: center;padding: 15px 0;left: 50%;top: -100%;transform: translateX(-50%) translateY(-50%);color: #1e1e1e;border-radius: 7px;background: white;z-index: 99999;transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);}
div#NTModal.show {top: 10%;}


.NT-dropdown {width: 100%;}
.NT-dropdown .dropdown-menu {border:1px solid #777;border-radius:0;width: 100%;}
.NT-dropdown .dropdown-toggle {width: 100%;border-radius: 0;background: var(--theme-color);border: none;text-align: left;position: relative;}
.NT-dropdown .dropdown-toggle:after {content: '\f0ab';border: none;font-family: 'font awesome 5 pro' , sans-serif;font-weight: 700;position: absolute;right: 20px;font-size: 16px;top: calc(50% - 8px);margin: 0;width: 16px;height: 16px;line-height: 16px;}
.NT-dropdown.show .dropdown-toggle , .NT-dropdown .dropdown-toggle:hover , .NT-dropdown .dropdown-toggle:focus , .NT-dropdown .dropdown-toggle:active {background: var(--theme-color) !important;}
.NT-dropdown .dropdown-item.active, .NT-dropdown .dropdown-item:active {background: var(--theme-color);}
.NT-dropdown .dropdown-item + .dropdown-item {border-top: 1px solid var(--theme-color);}

/* -------------------- for bootstrap -------------------- */
nav[aria-label="breadcrumb"] {}
.breadcrumb{background: transparent;padding-bottom: 0;padding-top: 0;}
.breadcrumb-item+.breadcrumb-item::before{content: "/";padding:0 5px;font-weight: 100;color:inherit;}
.breadcrumb-item {color: white;}
.breadcrumb-item a:hover , .breadcrumb-item a:focus, .breadcrumb-item a:active {color: black;}
.breadcrumb-item a {font-size: 14px;color: #ffffff;}



.fill {height: 100%;}
.bg-lightgray {background-color: #eee!important;}
.bg-solightgray {background-color: #f5f5f5!important;}

.btn-outline.btn-primary {color: #4dbb6d;background-color: transparent;background-image: none;border-color: #4dbb6d;}
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {color: #ffffff;background-color: #4dbb6d;border-color: #4dbb6d;}
.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {box-shadow: 0 0 0 3px rgba(77, 187, 109, 0.5);}
.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {color: #4dbb6d;background-color: transparent;}
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active{color: #ffffff !important;background-color: #4dbb6d !important;border-color: #4dbb6d !important;box-shadow: 0 0 0 0.2rem rgba(77, 187, 109, 0.5) !important;}
.btn-outline.custom-border-width {border-width: 2px;}
.custom-border-radius {border-radius: 35px !important;padding: 11px 30px !important;}


.container {max-width: 100%;width:var(--container-width)}
.relative{position: relative;}
.rounded-25{border-radius: 25px;}
.table td, .table th {padding: 2px;border: 0;}
/* ------------------ social ------------------ */
.sosyal_fb:hover,footer .sosyal_fb:hover{color:white !important;background: #3b5998 !important;border-color: #3b5998 !important;}
.sosyal_tw:hover,footer .sosyal_tw:hover{color:white !important;background:#00aced !important;border-color: #00aced !important;}
.sosyal_ins:hover,footer .sosyal_ins:hover{color:white !important;background:#c9367d !important;border-color: #c9367d !important;}
.sosyal_fs:hover,footer .sosyal_fs:hover{color:white !important;background:#0072b1 !important;border-color: #0072b1 !important;}
.sosyal_gp:hover,footer .sosyal_gp:hover{color:white !important;background:#dd4b39 !important;border-color: #dd4b39 !important;}
.sosyal_pt:hover,footer .sosyal_pt:hover{color:white !important;background:#cd2229 !important;border-color: #cd2229 !important;}
.sosyal_lk:hover,footer .sosyal_lk:hover{color:white !important;background:#1c7bb5 !important;border-color: #1c7bb5 !important;}

/* -------------------- Header --------------------*/


#header{z-index: 18;position: fixed;width: 100%;transition: transform 0.5s ease;background-color: white;top: 0;padding: 0 55px;}
#header > *:last-child .container {border-bottom: 1px solid rgba(255, 255, 255, 0.12)}
#headerTop{padding-top: 5px;padding-bottom: 5px;}
#header .btn-submit {height: 44px;line-height: 44px;font-size: 16px;}


div#top-contact {}
div#top-contact a {transition: all 0.5s;}
div#top-contact a:hover {color: #ddd;}
div#top-contact a i {margin: 0 5px 0 15px;}
div#top-contact a span {}

#logo{padding: 15px 15px;}
#logo img {height: 63px;}

#menu{padding: 0;}
#menu > li {display: inline-block;position: relative;}
#menu > li > a {padding: 0 20px;line-height: 97px;font-size: 18px;display: block;border-radius: 5px;font-weight: 500;color: rgb(0, 0, 0);position: relative;}
#menu > li > a:before {content:'';position: absolute;left:50%;transform: translateX(-50%) translateY(-50%) scale(0);top: 50%;width: calc(100% - 20px);height: 50px;background-color: transparent;/* opacity: 0; */border-bottom: 3px solid var(--theme-color);opacity: 0;transition:calc(300 * 1ms);transition-timing-function:cubic-bezier(.42,.01,.58,1);}
#menu > li:hover > a:before { transform: translateX(-50%) translateY(-50%) scale(1); opacity: 1; }
#menu > li.has-children > a:after {content: "\f078";display: inline-block;vertical-align: middle;font-family: 'Font Awesome 5 Pro';font-size: 12px;margin: 0 0 0 3px;}
#menu > li > ul {position: absolute;left: 0;top: 100%;z-index: 3;min-width: 250px;opacity: 0;visibility: hidden;transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1),transform calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);border-radius: 0px 0px 8px 8px;box-shadow: 0px 10px 30px -8px rgb(0 0 0 / 20%);}
#menu > li > ul > li > a {font-size: 17px;color: #545557;display: block;padding: 14px 25px;line-height: 1em;position: relative;transition: all 0.2s ease;font-weight: 500;}
#menu > li:hover > ul {opacity: 1;visibility: visible;}
#menu.hoverType1 > li:hover > a:before {opacity: 1;}
#menu.hoverType2 > li:hover > a, #menu > li > ul > li > a:hover {color: var(--theme-color);background-color: transparent;}
#menu.hoverType3 > li:hover > a {color: var(--theme-color);}
#menu.acilirType2 > li > ul > li {position: relative;z-index: 2;}
#menu.acilirType2 > li > ul:before {content: '';position: absolute;width: 4000px;left: -2000px;height: 0;top: 0;background: white;z-index: 1;transition: 0.4s;}
#menu.acilirType2 > li:hover > ul:before {height: 100%;}
#menu.acilirType2 > li > ul {transform-origin: top center;padding: 15px 0 35px;}
#menu.acilirType1 > li > ul {transform: translateY(20px);background: white;}
#menu.acilirType1 > li:hover > ul {transform: translateY(0);}

#menu > li + li > a {/* border-left: 1px solid rgba(112, 112, 111, 0.1); */}
#menu > li:hover > a {color: var(--theme-color);}



/* megamenu */

#menu > li.menu_3 {/* position: static; */}

ul#menu>li.megaListItem { position: static; }
ul#menu>li>ul.mega_menu {width: 100%;left: 0;right: 0;margin: 0 auto;top: 100%;padding: 45px 45px;background: var(--theme-color);}
ul#menu>li>ul.mega_menu .right_content a {display: block;background: transparent !important;color: white;}
ul#menu>li>ul.mega_menu .left_content a h3 {color: white;}
ul#menu>li>ul.mega_menu .left_content a {color: white;margin: 10px 0;}
ul#menu>li>ul.mega_menu a h3 {margin-top: 14px;}
ul#menu>li>ul.mega_menu .img {display: inline-block;border-radius: 50%;border: 2px solid white;padding: 20px;}
ul#menu>li>ul.mega_menu .img img { filter: brightness(0) invert(1); }

ul#menu>li>ul.mega_menu a:hover .img { background: white; }
ul#menu>li>ul.mega_menu a:hover .img img {filter: none;}
ul#menu>li>ul.mega_menu h3 {color: white;}
#header.active ul#menu>li>ul.mega_menu {/* top: 70px !important; */}

/* megamenu end */

.social-container{display: block;}
.social-container li{display: inline-block;}
.social-container a{width: 30px;height: 30px;line-height: 30px;border-radius: 50%;color: black;font-size: 14px;text-align: center;display: block;border: 1px solid white;}
.social-container a:hover{color: white;background: var(--theme-color);border-color: var(--theme-color);}

#header.active{border-bottom: 1px solid lightgray;color: black !important;background: white !important;position: fixed !important;}
#header.active #headerTop{display: none}

header#header.scrollDowning {/* transform: translateY(-100%); */}
header#header.scrollUping {/* transform: translateY(0%); */}

.searchFormContent {position: fixed;left: 0;top: 0;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;z-index: 9999;visibility: hidden;opacity: 0;transition: all .3s ease;}
.searchFormContent.active {opacity: 1;visibility: visible;}
.searchFormContent:before {content:"";background: #000;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.9;}
.searchFormContent form {position: relative;z-index: 5;background: white;border-radius: 10px;width: calc(100% - 30px);max-width: 800px;display: flex;align-items: center;justify-content: center;height: 70px;}
.searchFormContent form .form-control {height: 100% !important;font-size: 25px !important;padding: 0 20px;}
.searchFormContent form .btn {background: var(--theme-color);height: 100%;color: white;width: 70px;border-radius: 10px;font-size: 25px;}
.searchFormContent form .btn:hover {color: white;background: var(--theme-color);}
.searchFormContent .js-close {position: absolute;right: 0;bottom: calc(100% + 12px);color: white;font-size: 14px;text-transform: uppercase;letter-spacing: 1px;font-weight: 500;cursor: pointer;}

body:not(#sf_1) #header {box-shadow: 0px 0px 0px 1px rgba(112, 112, 111, 0.1);}


.projectModal {background: #fbf7f4;position: fixed;inset: 0;z-index: 9999;opacity:0;visibility:hidden;transition: .4s;pointer-events: none;user-select: none;}
.projectModal.active {opacity:1;visibility:visible;pointer-events: initial;user-select: initial;}
.projectModal .modalHeader { text-align: center; padding-top: 50px; }
.projectModal .modalHeader .projectModalTitle {font-weight: 200;font-size: 20px;letter-spacing: 0.3em;color: #27272d;margin-bottom: 30px;text-transform: uppercase;display: block;}
.projectModal .modalHeader .closeBtn { display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: #27272d; height: 55px; padding: 0 40px; border: 1px solid #C3C3C3; border-radius: 27px; transition: .4s; text-transform: uppercase; }
.projectModal .modalHeader .closeBtn i { margin: 0 6px 0 0px; display: inline-block; vertical-align: middle; }
.projectModal .modalHeader .closeBtn:is(:hover,:focus,:active) { background: black; color: white; }
.projectModal .modalHeader .closeBtn:hover .icon svg { stroke: #fff; }
.projectModal .modalHeader .closeBtn .icon svg { transition: .4s; fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 10; stroke-width: 1.5px;}
.projectModal .modalHeader .closeBtn .icon { margin-right: 15px; }

.projectModal .modalBody {position: relative;min-height: calc(100vh - 260px);transition: .4s;display: flex;align-items: center;justify-content: center;padding-bottom: 100px;overflow: auto;}
.projectModal .leftContent .title h3 span.yellow {color: var(--theme-color);display: block;}
.projectModal .leftContent .title .titleInner {font-weight: 900;font-size: 61px;color: #27272D;display: block;}
.projectModal .leftContent .cnt {font-weight: 200;font-size: 25px;color: rgba(39, 39, 45, 0.6);}
.projectModal .leftContent .title { margin-bottom: 60px; }
.projectModal .leftContent .title h3 span.green {color: var(--theme-color);display: block;}
.projectModal .leftContent .pagination { margin-bottom: 30px; font-weight: 500; font-size: 20px; color: #27272d; align-items: center; }
.projectModal .leftContent .pagination .back svg {fill: none;stroke: var(--theme-color);stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px;margin: 0 5px 0 0;}

.projectModal .forward-button a svg { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5px; }
.projectModal .forward-button { position: fixed; bottom: 0; left: 50%; width: 60%; transform: translateX(-50%); transition: .4s; transition-timing-function: cubic-bezier(0.04, 0.25, 0, 1); }
.projectModal .forward-button:hover {transform: translateX(-50%) translateY(15px);}
.projectModal .forward-button a {display: flex;align-items: center;justify-content: center;height: 100px;background: #41C493;font-weight: bold;font-size: 25px;color: #fff;border-top-left-radius: 44px;border-top-right-radius: 44px;transition: .4s;transition-timing-function: cubic-bezier(0.04, 0.25, 0, 1);transform: translateY(0);}
.projectModal .forward-button a.submit {position: absolute;top: 0;left: 0;width: 100%;height: 100%;/* background: var(--theme-color); */}
.projectModal .forward-button a:not(.active) { transform: translateY(100%); }
.projectModal .forward-button a .icon { margin-left: 20px; }

.projectModal .typeList .radio-item input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.projectModal .typeList .radio-item label { background: white; height: 210px; border-radius: 30px; margin: 0; text-align: center; cursor: pointer; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border: 2px solid transparent; transition: .4s; }
.projectModal .typeList .radio-item:hover label { border-color: #c8c8c8; } 
.projectModal .typeList .radio-item label .inputLabel {font-weight: 500;font-size: 17px;color: #27272d;display: block;}
.projectModal .typeList .radio-item label span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #BFBFBF; transition: .4s; }
.projectModal .typeList .radio-item input:checked~label span { background: #000; border-color: #000; transform: scale(0.7); }
.projectModal .typeList .radio-item input:checked~label {border-color: var(--theme-color);}

.projectModal .modalBody .modalTab{visibility: hidden;opacity: 0;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 75%;transition: all .4s;}
.projectModal .modalBody .modalTab.active{visibility: visible;opacity: 1;}

.projectModal .modalBody .modalTab .form-control {height: 85px !important;width: 100%;border-radius: 26px;border: none;background: white;font-weight: normal;font-size: 21px;text-align: left;color: #000;padding: 0 30px;transition: .4s;border-color: white;font-weight: 300;}



/* -------------------- icerik --------------------*/

#content {padding-top: 97px;position: relative;/* overflow: hidden; */}
body#sf_anasayfa.slider-fullscreen #content {padding-top: 0;}


/* -------------------- Anasayfa --------------------*/
#slider {
    min-height: 30vw;
    opacity: 0;
}
.loadedFull #slider {
    opacity: 1;
}

#about_us .NT-metin {text-align: center;font-size: 22px;line-height: 1.5;}
#about_us {padding: 50px 0;position: relative;text-align: center;}
.home_head {font-size: 40px;color: #000;margin: 0 0 35px;text-align: center;text-transform: uppercase;font-weight: 700;line-height: 1.2;display: inline-block;position: relative;padding: 0 0 5px 0;}
.home_head:before {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100px;height: 3px;background: var(--theme-color);}
.home_head.text-white:before { background: white; }
.home_head.text-start:before { transform: none; left: 0; }


.btn2.btn:hover {background: var(--theme-color);color: white;border-color: var(--theme-color);}
.btn2.btn {font-size: 14px;font-weight: 500;font-style: normal;font-stretch: normal;color: var(--theme-color);padding: 10.5px 25px;border-radius: 4px;border: 1px solid var(--theme-color);}




#references {padding: 0 0 100px 0;position: relative;} 
#references .referencesInner {background: #003C4D;padding: 80px 180px;border-radius: 60px;position: relative;will-change: transform;}
#references:after { content: ""; position: absolute; top: 100px; height: 611px; left: 0; right: 0; background: url(../../images/references-bg.svg) no-repeat center center; background-size: cover; z-index: 1; pointer-events: none; }
#references .homeContent .titleLg2 { color: white; font-size: 35px; font-weight: bold; line-height: 1.4; }
#references .homeContent .titleLg2 span {color: var(--theme-color);} 
#references .homeContent .link  {transition: .4s;transition-delay: 0s;font-size: 32px;color: #C1C1C1;margin-bottom: 35px;}
#references .homeContent .link .icon { margin-left: 15px; }
#references .homeContent .link .icon svg {fill: #C1C1C1;}
#references .homeContent .link .icon:nth-child(2) {position: absolute;left: 0;margin-left: 0 !important;opacity: 0;transform: translateX(-20px);transition-delay: 0s;}
#references .homeContent .link:hover .icon:nth-child(1) { transform: translateX(30px); opacity: 0; }
#references .homeContent .link:hover .icon:nth-child(2) {transform: translateX(0);opacity: 1;transition-delay: .1s;}
#references .homeContent .link:hover {padding-left: 35px;transition-delay: .1s;}
#references .homeContent .link .icon { transition: .3s; display: inline-block; } 
#references .itemsWrapper { margin: 100px 0 0 0; }
.btnAll { display: block; height: 60px; background: white; padding: 0 60px; border-radius: 30px; display: flex; align-items: center; font-size: 15px; font-weight: bold; color: #2E3463; transition: .4s; }
.btnAll:is(:hover,:focus,:active) { background: var(--theme-color); color: white; }
#references .referencesInner:before { content: ""; position: absolute; top: -60px; left: -60px; width: 127px; height: 127px; background: #FFDC60; border-radius: 50%; filter: blur(13px); -webkit-filter: blur(13px); }

.list65 .img {position: relative;overflow: hidden;transition: all .5s;padding-bottom: 55%;}
.list65 .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list65 a:hover .img {/* transform: scale(1.12); */} 
.list65 a:hover .img:before {/* opacity: 1; */}
.list65 .item .type {position: absolute;right: 10px;top: 10px;z-index: 5;transition: all .5s;}
.list65 .item { position: relative; display: block; }
.list65 .item:hover .type {/* right: 50%; *//* transform: translateX(50%); */}
.list65 .item .type img { height: 25px; }
#sf_65 .list65 .item { display: block; border: 1px solid #E3E3E3; border-radius: 45px; padding: 0 0px; }
#sf_65 .list65 .item .type {right: 20px;top: 20px;}

#products {padding: 0 0 100px 0;}
.list3 .item {background: var(--theme-color);display: block;height: 100%;position: relative;}
.list3 .item strong {position: absolute;left: 30px;font-size: 18px;line-height: 26px;bottom: 30px;z-index: 2;color: white;font-weight: 600;}
.list3 .item .img {position: relative;display: block;overflow: hidden;}
.list3 .item .img:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: black;opacity: .4;z-index: 1;}
.list3 .item:not(.head) strong:after {content: '';display: block;width: 100px;position: relative;height: 3px;background-color: var(--theme-color);bottom: 0;left: 0;transition: 0.2s;}
.list3 .item:hover strong:after {width: 160px;}
.list3 .item .img img {transition: 0.2s;}
.list3 .item:hover .img img {transform: scale(1.1);}
.list3 .item.head strong {bottom: 50%;transform: translateY(50%);font-size: 50px;}


#counter {margin: 100px 0;text-align: center;}
.list74 .itemCounter .img {margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.list74 .itemCounter .titleContent {font-weight: 700;font-size: 20px;line-height: 1;margin: 20px 0 20px 0;}
.list74 .itemCounter strong {font-size: 16px;margin-top: 5px;display: block;}
.list74 .itemCounter .img img { width: 150px; }
.list74 .itemCounter {transition: all .2s cubic-bezier(.02,.54,.58,1);padding: 30px 20px 30px 20px;}
.list74 .itemCounter:hover { box-shadow: 0 10px 55px 5px rgb(56 167 197 / 35%); transform: translate3d(0,-20px,0); }
.list74 .itemCounter p {margin: 0;font-size: 14px;font-weight: 300;min-height: 105px;}


#differences {padding: 0 0 150px 0;}
#differences .NT-metin { max-width: 800px; text-align: center; margin: 0 auto 50px auto; }
.list67 .item .title {text-transform: uppercase;font-size: 18px;margin-bottom: 10px;margin-top: 30px;display: block;}
.list67 .item p {font-size: 16px;margin: 0;font-weight: 300;}
.list67 .img { position: relative; overflow: hidden; display: block; border-radius: 13px; }


#slogan {padding: 120px 0;background-color: var(--theme-color);color: white;background-image: url("../../images/mockup.png");background-repeat: no-repeat;background-size: 894px 951px;background-position: 90% center;}


#comments {background: var(--custom-grey);padding: 100px 0;color: #000;margin-bottom: 100px;}
#comments .container {background-position: center center;background-size: cover;color: white;}
#comments .container .owl-item i {width: 100px;height: 100px;background: white;border-radius: 50%;color: #000;align-items: center;display: flex;justify-content: center;padding: 25px;font-size: 48px;}
#comments .container h3 {font-size: 22px;margin-bottom: 8px;text-transform: capitalize;}
#comments .container p {font-size: 16px;margin: 0;}
#comments .item {color: #000;}

#news {padding: 0 0 100px 0;}
.list73 .item .text {padding: 15px 0;}
.list73 .item .text strong {margin-bottom: 5px;display: inline-block;font-size: 20px;}
.list73 .item .text .desc {font-size: 14px;}
.list73 .item .img .date {position: absolute;right: 15px;bottom: 15px;background: white;text-align: center;font-weight: 700;font-size: 14px;padding: 3px 10px;border-radius: 4px;min-width: 80px;}
.list73 .item .img {position: relative;}
.list73 .item .img .date span {display: block;}
.list73 .item .img .date span:nth-child(1) {font-size: 40px;line-height: 1;}
.list73 .item .text .fastBtn {font-size: 14px;margin-top: 5px;display: inline-block;text-decoration: underline;color: var(--theme-color);font-weight: 500;}




section#sss {}
section#sss .card .card-header a:not(.collapsed) {color: var(--theme-color);border-bottom: 1px solid #e4e4e4;}
section#sss .card .card-header a:not(.collapsed):before {content: '';display: block;position: absolute;top: 0;left: 0;height: 100%;border-left: 1px solid var(--theme-color);}
section#sss .card {position: relative;margin-top: 0 !important;border-right: 0;border-bottom: 1px solid #e4e4e4;border-top: 0;box-shadow: none;}
section#sss .card:last-child {border-bottom: 0 !important;}

/* -------------------- Footer --------------------*/

#newsletter {background: #f3f3f3;padding: 47px 0;border-top: 1px solid #ebebeb;}
#newsletter h3 { position: relative; display: block; font-size: 20px; color: #000000 !important; margin: 0 0 25px; font-weight: 900; text-transform: uppercase; }


#footer {background: url(../../images/footer.jpg) no-repeat center center / cover;color: rgba(255, 255, 255, 0.6);overflow: hidden;position: relative;}
#nt {/*filter: invert(1);*//*-webkit-filter: invert(1);*/vertical-align: sub;}

#footer {position: relative;margin-top: 0;background: #27272D;color: #919198;}
#footer-top:after {content: "";position: absolute;top: 40px;left: 40px;bottom: 20px;right: 0;background: url(../../images/footer.svg) no-repeat center center;user-select: none;pointer-events: none;}
 

#nt {filter: invert(1);-webkit-filter: invert(1);vertical-align: sub;}
footer#footer #footer-top .menus a:hover{color: #000000 !important;transform: translateX(5px);}
footer#footer:not(.geticon) i.fa {display: none;}
footer h3 {position: relative;display: block;font-size: 20px;margin: 0 0 25px;font-weight: 900;text-transform: uppercase;}
div#footer-top h3.text-right:before {left:auto;right: 0;}
#socialContent {}
.socials a {display: inline-block;line-height: 33px;text-align: center;color: #222222;font-size: 23px;background: transparent;margin: 0;}
.socials a + a { margin-left: 12px; }
#footer-bottom  {font-size: 15px;background: #212127;padding: 41px 0;}
.socials a:hover { background: transparent !important; color: #222222 !important; }
footer .menus a {position: relative;display: inline-block;font-size: 16px;font-weight: 400;line-height: 2.2;transition: all .3s ease;max-width: 360px;}
.footer-iletisim.menus a {text-transform: initial;line-height: 1.4;font-size: 16px;max-width: 360px;}
footer .menus a i {margin-right: 5px !important;width: 20px;font-size: 18px;height: 20px;line-height: 20px;text-align: center;}
#footer-top {padding: 110px 0 100px 0;position: relative;}
#newsletter .btn {position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: var(--theme-color);color: white;border-radius: 0;height: 100%;width: auto;padding: 0 20px;font-size: 26px;}
#newsletter .btn:hover { background: #000; }
#newsletter #bulten {position: relative;}
#newsletter .form-control{ border-radius: 0; border: 0; height: 52px !important; color: #000000; }
#newsletter .form-control::placeholder { color: #d3d3d3 !important; }
.footerControl { margin-top: 15px; padding-left: 26px; font-size: 13px; vertical-align: middle; line-height: 1.9; }
.custom-control-label::before { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #dee2e6; }
.custom-control-label::after { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; }
.custom-control-label { margin-bottom: 0; }
label { display: inline-block; margin-bottom: 0.5rem; }
footer .footerText {font-size: 13px;max-width: 260px;margin-top: 20px;}
body:not(#sf_1) #footer {/* border-top:1px solid #ebebeb; */}
#footerContact {margin: auto;padding: 40px;border-radius: 34px;border: 1px solid rgba(255, 255, 255, .1);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);text-align: center;position: relative;z-index: 5;margin: 100px 0 0 0;}
#footer-socials li {}
#footer-socials li a {display: block;text-align: center;margin: 0 5px;font-size: 20px;}
#footer-socials li a:hover { background: transparent !important; color: white !important; }
#footer-socials li a i { display: none; }
#footer-socials {display: flex;justify-content: center;}
#footerContact .item .titleLg {text-align: right;color: white;font-size: 22px;display: block;font-weight: 500;}
#footerContact .itemsWrapper > div + div > .item:before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 66px; background: #4A4A55; }
#footerContact .itemsWrapper .item {position: relative;padding: 0 0 0 25px;text-align: center;}
#footerContact .itemsWrapper .item .title { display: block; color: var(--theme-color); font-size: 20px; font-weight: 500; margin-bottom: 15px; }
#footerContact .itemsWrapper .item .desc { display: block; font-size: 18px; color: #99A0AD; transition: .4s; }
#footer-top .titleXL {font-size: 32px;color: white;font-weight: bold;}
#footer-top .titleXL span { color: var(--theme-color); }
#footer .footerBtn { display: flex; align-items: center; justify-content: center; font-size: 22px; color: white; height: 115px; padding: 0 110px; background: linear-gradient(to top, #303034, rgb(48 48 52 / 0%)); border-radius: 34px; transition: .4s; }
#footer .footerBtn:hover { background: rgb(48 48 52 / 55%); }


/* -------------------- ic sayfalar --------------------*/
.banner {position: relative;background: transparent !important;}
.banner > .content {} 
.banner .content h1 { font-size: 40px; color: #000; margin: 60px 0 0; text-align: center; text-transform: uppercase; font-weight: 700; line-height: 1.2; position: relative; padding: 0 0 5px 0; display: block; }
.banner .content .desc { font-size: 20px; display: block; color: #ADB5BD; text-align: center; margin: 15px 0 0 0; }
.banner .content h1:before {content: "";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100px;height: 3px;background: var(--theme-color);}

div.content_container {min-height: 800px;padding: 70px 0;position: relative;/* overflow: hidden; */}

#content_65 .owl-carousel {position: relative;width: 100%;margin: 0;perspective: 1000px;}
#content_65 .owl-carousel:before {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);height: 100%;width: 25%;background: url("../../images/phoneMock.png");z-index: 5;background-size: contain;background-position: center center;background-repeat: no-repeat;user-select: none;pointer-events: none;}
#content_65 .owl-carousel .owl-item .item {/* margin: 16%; */transition: all .3s ease;perspective: 1000px;posi: relative;}
#content_65 .owl-carousel .owl-item.cloned .item { /* margin: 22%; */ }
#content_65 .owl-carousel .owl-item .item .img {transform: scale(0.79);transition: all .3s ease;border-radius: 40px;position: relative;overflow: hidden;box-shadow: 0px 3px 21px 1px rgb(0 0 0 / 30%);}
#content_65 .owl-carousel .owl-item:not(.center) .item .img { transform: scale(0.6); }
#content_65 .owl-carousel .owl-item .item .title {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);text-align: center;z-index: 5;transition: all .3s ease;font-size: 18px;width: 100%;font-weight: 400;}
#content_65 .owl-carousel .owl-item:not(.center) .item .title {opacity: 0;}

.listType3 .textContent { }
.listType3 .textContent .listTitle {font-size: 45px;line-height: 1;text-align: center;font-weight: bold;display: block;}

/* satın al */

#sf_79 .content_container:before {content: "";background: linear-gradient(90deg,rgba(0,0,0,1) 0%,#36859b 0%,#38a7c5 100%);position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 4;}
div.content_container > div { position: relative; z-index: 5; }
.customLogo {}
.customLogo img { height: 80px; }
#sf_79 header { display: none; }
#sf_79 .content_container { padding-bottom: 0; }
#sf_79 #content { padding-top: 0; }
#sf_79 .container { width: calc(var(--container-width) + 190px); }

.stepContent {min-height: 300px;margin-top: 80px;}
.stepContent .step {color: white;border: 3px solid white;width: 70px;height: 70px;border-radius: 50%;line-height: 70px;margin: 0 auto 0 auto;display: inline-block;text-align: center;font-size: 30px;font-weight: 900;position: relative;}
.stepContent .line { background: white; height: 2px; }
.stepContent .step.active , .stepContent .step.end { background: white; color: #000; }
.stepContent .step.active:before {content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: calc(100% + 20px);height: calc(100% + 20px);border: 2px solid white;border-radius: 50%;}
.stepContent .stepButtons { opacity: 0; visibility: hidden; display: none; }
#sf_79 #referencesWrapper { padding: 30px 0; box-shadow: none; background: #f9fbfe; }
#sf_79 .NT-metin { color: white; text-align: center; font-size: 35px; line-height: 1.2; margin-bottom: 30px; }
#sf_79 #footer #footer-bottom{display:none;}
#sf_79 #footerTopContact { margin-bottom: 0; border: 0; padding-bottom: 0; }
#sf_79 .footerTopInner > div:not(:first-child) { display: none !important; }
#sf_79 .footerBanks { filter: brightness(0) invert(1); }
#sf_79 .tahsilappPhones { }
#sf_79 .tahsilappPhones > img { position: relative; z-index: 5; }
#sf_79 .content_container {/* padding-bottom: 0px; */}
#sf_79 #footer { display: none; }

.js-orderSummary table {color: white;margin: 0;}
.js-orderSummary table table {border: 1px solid #e2e2e2;}
.js-orderSummary table td {border-bottom: 1px solid rgb(255 255 255 / 9%) !important;font-size: 16px;padding: 15px 0;font-weight: 700;}
.js-orderSummary table td span { font-weight: 100; }
.js-orderSummary table tr:nth-child(even) {}
.js-orderSummary table tr:nth-child(odd) { color: white !important; }
.orderCardContent { position: relative; padding: 30px; }
.text-white .form-check-label a { color: white; }


.orderCardContent:before {content: "";position: absolute;inset: 0;height: calc(100% - 135px);height: 100%;background: white;bottom: 0;top: auto;border-radius: 20px;box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 10%);}

.jp-card-container {box-shadow: 0px 0px 20px 10px rgb(255 255 255 / 10%);}





.orderCardContent .customBorderContent {border: 1px solid #cececf;border-radius: 4px;position: relative;}
.orderCardContent .customBorderContent.rounded2 { border-radius: 7px; }
.orderCardContent .form-control {border-radius: 0;border: 0;border-bottom: 1px solid #e4e4e4;font-size: 13px;color: #5b5b65;padding: 0 10px 0 40px;line-height: 39px;box-shadow: none !important;outline: 0 !important;/* border-radius: 5px; */background: transparent !important;height: 40px !important;}
.orderCardContent .form-control::placeholder { color: #5b5b65; }
.orderCardContent .form-control:focus { border-color: #e4e4e4; }
.orderCardContent .form-control[name="cart-security"] { border-left: 1px solid #e4e4e4; }
.orderCardContent .relative { position: relative; }
.orderCardContent .cartIcon { position: absolute; left: 5px; top: 6px; width: 20px; height: 20px; }
.orderCardContent .helpInfoBtn {position: absolute;top: 50%;transform: translateY(-50%);line-height: 1;right: 4px;padding: 2px 10px;cursor: pointer;}
.orderCardContent .helpInfoWindow { position: absolute; right: 0; z-index: 5; width: 157px; transform-origin: 100% 0; transform: rotateY( 60deg ); transition: all .2s ease-in-out; padding: 5px!important; border-radius: 7px; border: 1px solid #ccc!important; opacity: 0; user-select: none; pointer-events: none; top: 0; background: white; right: 40px; }
.orderCardContent .helpInfoBtn:hover ~ .helpInfoWindow { transform: none; opacity: 1; }
.orderCardContent .helpInfoWindow:before { border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-left: 10px solid #ccc; position: absolute; right: -10px; top: 15px; content: ""; }
.orderCardContent .form-check {margin: 0;min-height: initial;}
.orderCardContent .helpInfoWindow.x2 {width: 250px;font-size: 12px;padding: 15px!important;color: #000;}
.orderCardContent .helpInfoWindow .title { font-weight: 500; font-size: 15px; margin-bottom: 10px; display: inline-block; }
.orderCardContent .helpInfoWindow .description { font-size: 13px; line-height: 1.42; margin: 0; }
.orderCardContent .checkContent {border: 1px solid #cececf;padding: 8px 11px;margin: 20px 0;color: #5b5b65;text-decoration: none;position: relative;font-size: 13px;}
.orderCardContent .checkBtn.btn {background-image: linear-gradient(0deg,rgba(0,0,0,1) 0%,#0A4B4C 0%,#007264 100%);padding: 0;width: 100%;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 700;font-size: 17px;color: #fff;text-shadow: 0 -1px 0 rgb(46 86 153 / 30%);text-transform: uppercase;border-radius: 4px;height: 37px;margin-bottom: 20px;}
.orderCardContent .customBorderContent.btnContent { padding: 11px; font-size: 14px; color: #5b5b65; text-align: center; }
.orderCardContent .customBorderContent .cardFamilyImage { margin-bottom: 10px; display: inline-block; height: 11px; width: 33%; max-width: 80px; margin-right: 0px; }
.orderCardContent .customBorderContent .link { padding-bottom: 15px; display: inline-block; font-size: 13px; }
.orderCardContent .customBorderContent .link:hover , .orderCardContent .customBorderContent .link:focus , .orderCardContent .customBorderContent .link:active { text-decoration: underline; }

.orderCardContent .card-brand { position: absolute; width: 24px; height: 24px; right: 10px; top: 6px }
.orderCardContent .card-brand.MASTER,
.orderCardContent .card-brand.MASTER2,
.orderCardContent .card-brand.MASTER3 { background: url("../../images/cart/mastercard.svg") center center no-repeat transparent }
.orderCardContent .card-brand.AMEX { background: url("../../images/cart/amex.svg") center center no-repeat transparent }
.orderCardContent .card-brand.VISA { background: url("../../images/cart/visa.svg") center center no-repeat transparent }
.orderCardContent .card-brand.TROY { background: url("../../images/cart/troy.svg") center center no-repeat transparent }
.orderCardContent .card-brand.iyzi-add-icon { background: url("../../images/cart/add.svg") center center no-repeat transparent }




/* packets */
#sf_3 #header.active {transform: translateY(-100%);}

.packageList2 .infoTooltip {font-weight: 400;font-size: 14px;line-height: 18px;color: rgb(126, 131, 143);margin: 5px 0 0 0;display: block;}
.packageList2 .infoTooltip:hover { cursor: help; }
.packageList2 .infoTooltip img , .packageList2 .lists .listDetailWrap .infoTooltip i {width: 20px;}
.packageList2 .infoTooltip:hover .toolText {opacity: 1;visibility: visible; }
.packageList2 .leftList .listbg {position: relative;align-items: center;justify-content: space-between;font-size: 18px;padding: 19px 20px 19px 0px;overflow: hidden;border-bottom: 1px solid rgb(228, 228, 228);max-width: 100%;min-height: 107px;}
.packageList2 .leftList .listbg.title { font-weight: bold; font-size: 20px; }
.packageList2 .packets {background: #FBFAFA;text-align: center;padding: 20px 0 0 0;}
.packageList2 .packets .packageBox .title {font-weight: bold;font-size: 20px;display: flex;align-items: center;justify-content: center;}
.packageList2 .packets .packageBox .title .icon { margin: 0 40px 0 0px; }
.packageList2 .packets .packageBox .titleContent {border-bottom: 1px solid rgb(228, 228, 228);padding: 32px 0;margin: 0 0 0px 0;}
.packageList2 .packets .packageBox .priceContent { display: flex; align-items: flex-end; justify-content: center; margin: 12px 0 0 0; }
.packageList2 .packets .packageBox .priceContent .oldPrice { font-size: 20px; padding-right: 5px; display: inline-block; color: #485268; text-decoration: line-through; }
.packageList2 .packets .packageBox .priceContent .discountPrice { font-size: 30px; color: #2d2b2b; display: inline-block; font-weight: 700; line-height: 1; margin: 0 10px 0 0px; }
.packageList2 .packets .packageBox .priceContent .pricePeriod {font-size: 16px;display: inline-block;}
.packageList2 .packets .packageBox .packageOptions .listDetail {min-height: 107px;align-items: center;justify-content: center;display: flex;}
.packageList2 .packets .packageBox .packageOptions .listDetail + .listDetail {border-top: 1px solid rgb(228, 228, 228);margin: 0;}
.packageList2 .leftList {margin-top: 62px;position: relative;z-index: 10;}

.packageList2.packetListTop { margin-bottom: 110px; }
.packageList2.packetListTop .packets .packageBox .titleContent { border: 0; padding: 0; }
.packageList2.packetListTop .packets {box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);text-align: left;}
.packageList2.packetListTop .packets .packageBox { padding: 30px; }
.packageList2.packetListTop .packets .checked  .packageBox {padding: 71px 30px;margin: -43px 0 -27px 0;}
.packageList2.packetListTop .packets .packageBox .title {display: block;font-size: 30px;font-weight: 900;position: relative;}
.packageList2.packetListTop .packets .packageBox .title .icon { margin: 0 0 0 0px; }
.packageList2.packetListTop .packets .packageBox .titleContent .NT-metin { max-width: 320px; }
.packageList2.packetListTop .packets .packageBox .priceContent { display: block; }
.packageList2 .packets .detailBtn { text-align: center; cursor: pointer; display: inline-block; }
.packageList2 .packets .detailBtn img { display: inline-block; vertical-align: middle; }
.packageList2.packetListTop .packets .packageBox .title .popular { background: #FEE8AC; padding: 2px 20px; border-radius: 30px; color: #061027; font-size: 14px; position: absolute; top: 20px; right: 0; display: inline-block; }



/* new list */


.packageList2 .packageBox {position: relative;padding: 40px 25px;cursor: default;border-radius: 8px;background-color: rgb(255, 255, 255);border: 2px solid rgb(222, 222, 222);flex: 0 0 auto;scroll-snap-align: center;}
.packageList2 .packageBox .listDetail { display: flex; align-items: center; font-size: 14px; }
.packageList2 .packageBox .listDetail + .listDetail { margin: 10px 0 0 0; }
.packageList2 .packageBox .listDetail .toolText { margin: 0 0 0 10px; display: inline-block; vertical-align: middle; }
.packageList2 .packageBox .titleContent .title {position: relative;font-weight: 600;font-size: 24px;line-height: 31px;display: block;margin: 0 0 10px 0;}
.packageList2 .packageBox .titleContent .priceContent {display: flex;align-items: flex-end;font-size: 25px;margin: 0 0 10px 0;min-height: 63px;}
.packageList2 .packageBox .titleContent .priceContent .oldPrice {
    font-size: 17px;
    padding-right: 5px;
    color: #485268;
    text-decoration: line-through;
    display: block;
}
.packageList2 .packageBox .titleContent .priceContent .discountPrice {color: inherit;display: inline-block;}
.packageList2 .packageBox .titleContent .priceContent .pricePeriod {margin-left: 3px;display: inline-block;}
.packageList2 .packageBox .titleContent .priceContent .priceKdv { font-size: 14px; font-weight: 300; margin-left: 3px; line-height: 2.2; }
.packageList2 .packageBox .titleContent .yearPeriod { margin-top: 2px; font-weight: 500; font-size: 16px; line-height: 24px; opacity: 0.6; }
.packageList2 .packageBox .titleContent .yearPeriod .kdv { font-weight: 500; font-size: 10px; }
.packageList2 .packageBox .titleContent {margin: 0 0 30px 0;}
.packageList2 .checked .packageBox {background: #FFC267;border-color: #FFC267;}
.packageList2 .checked .checkedText { position: absolute; top: -50px; z-index: 9; padding: 0 0 0 44px; left: 60px; }
.packageList2 .checked .checkedText svg { position: absolute; left: 0; top: 100%; }
.packageList2 .checked .packageBox:before { content: ""; position: absolute; width: 33px; height: 39px; left: 0; top: 0; transform: translate(-100%,-100%); background: url("../../images/leftTop.svg"); }
.packageList2 .checked .packageBox:after {content: "";position: absolute;width: 57px;height: 61px;right: 16px;bottom: 10px;transform: translate(100%,100%);background: url("../../images/rightBottom.svg");}
.packageList2 .btn-submit {background: white;border-color: rgb(231 231 231);width: auto !important;padding: 0 40px;height: 50px;line-height: 48px;color: rgb(0 0 0);}
.packageList2 .btn-submit:is(:hover,:focus,:active) {background: #000;color: white;border-color: #000;}
.packageList2 .checked .packageBox .btn-submit { border-color: white; background: white; color: black; }
.packageList2 .checked .packageBox .btn-submit:hover { background: transparent; color: white; border-color: white; }


.packageList3 .infoTooltip {margin: 5px 0 0 0;display: block;font-weight: 400;font-size: 14px;line-height: 1.3;color: rgb(126, 131, 143);}
.packageList3 .infoTooltip:hover { cursor: help; }
.packageList3 .infoTooltip img , .packageList2 .lists .listDetailWrap .infoTooltip i {width: 20px;}
.packageList3 .leftList .listbg {position: relative;font-size: 18px;padding: 19px 20px 19px 0px;overflow: hidden;border-bottom: 1px solid rgb(228, 228, 228);max-width: 100%;min-height: 161px;font-weight: 600;font-size: 18px;}
.packageList3 .leftList .listbg.title { font-weight: bold; font-size: 20px; }
.packageList3 .packets {text-align: center;padding: 20px 0 0 0;}
.packageList3 .packets .packageBox .title {font-weight: bold;font-size: 20px;display: flex;align-items: center;justify-content: center;}
.packageList3 .packets .packageBox .title .icon { margin: 0 40px 0 0px; }
.packageList3 .packets .packageBox .titleContent {border-bottom: 1px solid rgb(228, 228, 228);padding: 32px 0;margin: 0 0 0px 0;}
.packageList3 .packets .packageBox .priceContent { display: flex; align-items: flex-end; justify-content: center; margin: 12px 0 0 0; }
.packageList3 .packets .packageBox .priceContent .oldPrice { font-size: 20px; padding-right: 5px; display: inline-block; color: #485268; text-decoration: line-through; }
.packageList3 .packets .packageBox .priceContent .discountPrice { font-size: 30px; color: #2d2b2b; display: inline-block; font-weight: 700; line-height: 1; margin: 0 10px 0 0px; }
.packageList3 .packets .packageBox .priceContent .pricePeriod {font-size: 16px;display: inline-block;}
.packageList3 .packets .packageBox .packageOptions .listDetail {min-height: 161px;align-items: center;justify-content: center;display: flex;}
.packageList3 .packets .packageBox .packageOptions .listDetail + .listDetail {border-top: 1px solid rgb(228, 228, 228);margin: 0;}
.packageList3 .leftList {margin-top: 62px;position: relative;z-index: 10;}

.packageList3.packetListTop { margin-bottom: 110px; }
.packageList3.packetListTop .packets .packageBox .titleContent { border: 0; padding: 0; }
.packageList3.packetListTop .packets {box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);text-align: left;}
.packageList3.packetListTop .packets .packageBox { padding: 30px; }
.packageList3.packetListTop .packets .checked  .packageBox {padding: 71px 30px;margin: -43px 0 -27px 0;}
.packageList3.packetListTop .packets .packageBox .title {display: block;font-size: 30px;font-weight: 900;position: relative;}
.packageList3.packetListTop .packets .packageBox .title .icon { margin: 0 0 0 0px; }
.packageList3.packetListTop .packets .packageBox .titleContent .NT-metin { max-width: 320px; }
.packageList3.packetListTop .packets .packageBox .priceContent { display: block; }
.packageList3 .packets .detailBtn { text-align: center; cursor: pointer; display: inline-block; }
.packageList3 .packets .detailBtn img { display: inline-block; vertical-align: middle; }
.packageList3.packetListTop .packets .packageBox .title .popular { background: #FEE8AC; padding: 2px 20px; border-radius: 30px; color: #061027; font-size: 14px; position: absolute; top: 20px; right: 0; display: inline-block; }


.packageList3 .packageBox {position: relative;padding: 40px 0;border-radius: 8px;}
.packageList3 .packageBox .listDetail { display: flex; align-items: center; font-size: 14px; }
.packageList3 .packageBox .listDetail + .listDetail { margin: 10px 0 0 0; }
.packageList3 .packageBox .listDetail .toolText { margin: 0 0 0 10px; display: inline-block; vertical-align: middle; }
.packageList3 .packageBox .titleContent .title { font-weight: 600; font-size: 20px; line-height: 32px; margin-bottom: 19px; }
.packageList3 .packageBox .titleContent .priceContent { display: flex; align-items: flex-end; line-height: 1; }
.packageList3 .packageBox .titleContent .priceContent .discountPrice { font-weight: 600; font-size: 32px; }
.packageList3 .packageBox .titleContent .priceContent .pricePeriod { font-weight: 500; font-size: 12px; line-height: 24px; margin: 0 0 0 10px; }
.packageList3 .checked .packageBox { border-color: #FFC267; }
.packageList3 .checked .checkedText { position: absolute; top: -50px; z-index: 9; padding: 0 0 0 44px; left: 60px; }
.packageList3 .checked .checkedText svg { position: absolute; left: 0; top: 100%; }
.packageList3 .btn-submit {background: white;border-color: rgb(59, 206, 172);width: auto !important;padding: 0 40px;height: 50px;line-height: 48px;color: rgb(59, 206, 172);}
.packageList3 .btn-submit:is(:hover,:focus,:active) {background: rgb(59, 206, 172);color: white;border-color: rgb(59, 206, 172);}
.packageList3 .packetListBoxTop {position: sticky;top: -2px;z-index: 99;background: white;padding: 30px 0;}
.packageList3 .packetListBoxTop .desc { font-size: 14px; color: rgb(85, 91, 106); margin: 0; }
.packageList3 .packetListBoxTop .shadow { min-height: 170px; }
.packetsTop .packageBox {background-color: rgb(255, 255, 255);color: rgb(19, 19, 24);fill: rgb(19, 19, 24);border: 1px solid rgb(222, 222, 222);padding: 24px 18px 18px;transition-duration: 300ms;display: block;cursor: pointer;}
.packetsTop .checked .packageBox {border-color: #FFC267;background: #FFC267;}
.packetsTop .checked .packageBox .next img {/* filter: brightness(0) invert(1); */}
.packetsTop .packageBox:hover { transform: scale(1.03); }
.packetsTop .packageBox:hover .next { animation: 700ms ease-in-out 0s infinite normal none running arrow-animation; }
.shadow { box-shadow: rgb(17 17 17) 0px 15px 12px -20px !important; }


@keyframes arrow-animation { 
    0%, 100% { transform: translate(0px, 0px); }
    50% { transform: translate(5px, 0px); }
}

.fixedPriceBox {position: fixed;bottom: 0;z-index: 99;background-color: rgb(0, 0, 0);padding: 20px 20px;right: 0;left: 0;color: white;}
.fixedPriceBox .title { font-weight: 500; font-size: 22px; margin-bottom: 10px; display: block; }
.fixedPriceBox .price { font-weight: 600; font-size: 32px; } 
.fixedPriceBox .price .pricePeriod { font-weight: 500; font-size: 14px; margin-left: 3px; }
.fixedPriceBox .bottomText {
    color: rgb(173, 181, 189);
    font-size: 11px;
} 
.fixedPriceBox .btn-submit {
    height: auto;
    line-height: 38px;
    background: #FFC267 !important;
    color: #000;
    border-color: #FFC267 !important;
}


.packetList .lists .listDetailWrap:nth-child(odd) .listbg {
    background: rgb(233, 241, 253);
}
.packetList .lists .listDetailWrap .listDetail {
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.packetList .lists .listDetailWrap .listbg {
    padding: 11px 15px;
    font-size: 16px;
    position: relative;
}

/* new list end */
 



.content_container .tarih {padding-bottom: 5px;}
.content_container .tarih2 {font-weight: normal;}
.content_container .tarih span {font-size: 32px;font-weight: 700;line-height: 35px;display: block;text-align: center;}
.content_container .tarih span:nth-child(2) {font-size: 18px;font-weight: 700;line-height: 25px;}
.content_container .tarih span:nth-child(3) {font-size: 12px;line-height: 23px;}
#sf_haberler #otherProduct:before , #sf_mesaji #otherProduct:before{content: '';width: 2000px;height: calc(100% + 10rem);left: 0;top: 0;position: absolute;border-left: 1px solid #eee;}
.goruntuleme {border-top: 1px solid #dee2e6;border-bottom: 1px solid #dee2e6;margin: 10px 0;padding: 5px 0;}
hr {margin-top: 0;}
.at-resp-share-element .at-share-btn {background: transparent !important;border: 2px solid #444 !important;border-radius: 25px !important;}
.at-resp-share-element .at-share-btn * {fill: #444 !important;}
.at-resp-share-element .at-share-btn:hover {background: #000 !important;transform: none !important;}
.at-resp-share-element .at-share-btn:hover * {fill: white !important;}

.NT-list-group{color: white;z-index: 2;padding: 0;background: transparent;}
.NT-list-group div.head{background: var(--theme-color);color: white;display: none;}
.NT-list-group .list-group-item{border: 0;}
.NT-list-group .list-group-item.active,.NT-list-group .list-group-item:not(.head):hover{background: #000000 !important;color: white !important;}
.NT-list-group .list-group-item + .list-group-item {background: var(--theme-color);color: #ffffff;padding: 17px 25px;display: flex;align-items: center;justify-content: space-between;font-size: 14px;margin-bottom: 10px;border-radius: 0;font-weight: 600;}

/* -- yorumlar -- */
.btn-yorum {}
#NT-gorusler {}
#NT-gorusler .card{}
#NT-gorusler .card .card-header{font-size: 17px;line-height: 1em;color: #545557;background-color: #f1f1f1;padding: 23px;display: block;position: relative;border-radius: 0;border-color: white;transition: all 0.3s ease;}
#NT-gorusler .card .card-body{}
#NT-gorusler .card .card-header.opened {background-color: var(--theme-color);color: #fff;}
#NT-gorusler .card .card-header.opened a {color: inherit !important;}
#NT-gorusler .card .opened + div[role="tabpanel"] {background-color: #545557;color: #fff;}
#NT-gorusler .card .card-header:after {font-size: 24px;content: '\f107';position: absolute;font-family: 'Font Awesome 5 Pro' , sans-serif;top: 50%;right: 23px;transition: transform 0.3s ease;transform: translateY(-50%) rotate(0deg);}
#NT-gorusler .card .card-header.opened:after {transform: translateY(-50%) rotate(180deg);}

/* -- sss -- */
.collapsed .fa-minus:before{content:'\f067'}
#accordion i.fa {width: 24px;height: 24px;line-height: 22px;border-radius: 50%;border: 2px solid  var(--theme-color);text-align: center;color: var(--theme-color);}
#accordion > .card {overflow: hidden}

/* -- iletisim -- */ 
#contactTabs {display: block;position: relative;background: var(--custom-grey);border: 0;padding: 50px 0;border-radius: 0 0 15px 0;}
#contactTabs:before {content: "";position: absolute;right: 100%;top: 0;width: 100vw;height: 100%;background: var(--custom-grey);}
#contactTabs .nav-item {background: transparent;margin: 0;border: 0;}
#contactTabs .nav-item .nav-link {background: transparent;border-radius: 0;border: 0;padding: 12px 0;font-size: 18px;text-transform: uppercase;letter-spacing: 1px;color: #000;cursor: pointer;}
#contactTabs .nav-item + .nav-item {margin-top: 20px;}
#contactTabs .nav-item .nav-link.active {background: white;padding: 12px 20px;color: #000;}
.head2 {font-size: 19px;transition: .3s ease;display: block;font-weight: 400;text-transform: uppercase;}
.head3 {font-size: 35px;display: block;color: #ADB5BD;/* min-height: 84px; */}
.head2 i { margin: 0 10px; font-size: 13px; vertical-align: middle; display: inline-block; }
.contactItem > strong {color: #000;margin-bottom: 15px;font-size: 22px;display: block;}
#iframeModal iframe {width: 100%;}
.gradientBg {padding: 100px 0 100px 0;background: linear-gradient(-90deg, #C7D8EC 3%, #E9E9E9  100%);min-height: 750px;}
.gradientBg:after {content: "";background: #fff;position: absolute;bottom: -70px;left: 0;right: 0;height: 144px;transform: skew(0,-4deg);z-index: 0;}

.contactContent {padding: 160px 100px 160px;width: 100%;background-color: rgb(19, 19, 24);display: flex;-webkit-box-pack: justify;justify-content: space-between;position: relative;margin: 50px 0 0 0;}
.contactContent .contactItem { box-sizing: border-box; background: #F1F4F8; padding: 50px 20px; text-align: center; }
.contactContent .contactItem .test {margin: 0 0 10px 0;font-size: 15px;}
.contactContent .contactItem .email a {color: var(--theme-color);display: inline-block;position: relative;transition: all .3s ease;}
.contactContent .contactItem .email a:after {content: '';width: 13px;height: 10px;background: url(../../images/rightArrow.svg);background-repeat: no-repeat;position: absolute;right: -21px;top: 8px;transition: all .3s ease;}
.contactContent .contactItem .title { display: block; margin: 5px 0 10px; }
.contactContent .contactItem .email a:hover { transform: translateX(10px); }
.contactContent .contactItem .email a:hover:after { right: 110%; }
.contactContent .icon1 { position: absolute; left: 20%; top: 0; transform: translateY(-50%); }
.contactContent .contactItemList { color: white; }
.contactContent .contactItemList .item {}
.contactContent .contactItemList .item + .item { margin-top: 90px; }
.contactContent .contactItemList .item .title { font-weight: 600; font-size: 28px; line-height: 40px; color: rgb(255, 255, 255); display: block; }
.contactContent .contactItemList .item .desc { margin-top: 12px; font-weight: 400; font-size: 22px; line-height: 32px; color: rgb(173, 181, 189); position: relative; display: block; }
.contactContent .contactForm { color: white; }
#hazirform1 .form-control { border-color: transparent transparent rgb(126, 131, 143); background-color: transparent !important; border-radius: 0; border-width: 1px; color: rgba(255, 255, 255, 0.5); }
#hazirform1 .form-control::placeholder{color:rgba(255, 255, 255, 0.5) !important;}
#hazirform1 .btn-submit { border-radius: 5px; background: transparent; color: white; border-color: white; }
#hazirform1 .btn-submit:is(:hover,:focus,:active) { background: white; color: var(--theme-color); border-color: white; }
.contactContent .form-check .form-check-label a { color: white; }
.contactContent .contactItemList .item .card { background: transparent; padding: 0; color: white; }
.contactContent .contactItemList .item .card .card-header { padding: 0; background: transparent; }
.contactContent .contactItemList .item .card .card-header a {}
.contactContent .contactItemList .item .card .collapse {}
.contactContent .contactItemList .item .card .card-body { color: white; padding: 10px 0 0 0; }
.contactContent .contactItemList .item .card .card-header a:not(.collapsed) .desc { color: white; }
.contactContent .contactItemList .item .card .card-header a .desc { display: flex; align-items: center; justify-content: space-between; }
.contactContent .contactItemList .item .card .card-header a .desc i { font-size: 14px; }
.contactContent .contactItemList .item .card + .card { margin: 10px 0 0 0; }
.contactContent .contactItemList .item path { stroke: var(--theme-color); }




#content_13 .head3 {max-width: 470px;margin: 0 auto;}

#contactMap{height: 100%;}
#contactMap iframe{width: 100%;height: 100%;min-height: 300px;}


.list78 .item {display: block;position: relative;}
.list78 .item .img {display: flex;width: 90px;height: 90px;margin: 0 auto;overflow: hidden;align-items: center;justify-content: center;background: #38a7c51c;border-radius: 50%;}
.list78 .item .title {font-weight: 400;margin: 0 0 7px 0;font-size: 20px;}
.list78 .item .text { font-size: 14px; }


/* -- coklu resim -- */
#coklu_resim .img-thumbnail:hover{border-color: #dee2e6;}

/* -- video -- */
.NT-video {position: relative;display: block;}
.NT-video:before {position: absolute;content: '\f04b';font-family: 'Font Awesome 5 Pro' , sans-serif;color: white;z-index: 3;width: 30px;height: 30px;line-height: 28px;border: 1px solid white;border-radius: 50%;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);}
a:hover .NT-video:after {background: rgba(0, 0, 0, 0.2);}
.NT-video:after {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);z-index: 2;content: '';transition: all 0.3s ease;}
.NT-video.isCat:before {content:'\f03a'}

/* -- proje -- */
.yapimyili {position: absolute;right: 0;top: 0;height: 50px;line-height: 50px;min-width: 50px;text-align: center;background: rgba(255, 255, 255, 0.35);}
.projeBg {background-repeat: no-repeat;background-position: center center;background-size: cover;min-height: 470px;}

/* -- dosya -- */

.fileList a[href$=".pdf"] .ico, .fileList a[href$=".doc"] .ico, .fileList a[href$=".xls"] .ico, .fileList a[href$=".docx"] .ico, .fileList a[href$=".xlsx"] .ico {text-decoration: none;position: relative;text-align: left !important;display: flex;align-items: center;}
.fileList a[href$=".pdf"] .ico:before, .fileList a[href$=".doc"] .ico:before, .fileList a[href$=".xls"] .ico:before, .fileList a[href$=".docx"] .ico:before, .fileList a[href$=".xlsx"] .ico:before {content: "";line-height: 1.4;text-transform: uppercase;font-weight: 700;font-size: 10px;position: relative;margin-right: 12px;text-decoration: none !important;padding-top: 47px;text-align: center;width: 50px;min-width: 50px;height: 64px;display: inline-block;color: rgba(255, 255, 255, 0.75);border-radius: 4px;box-shadow: inset 0 -22px 0 rgba(0, 0, 0, 0.075);clip-path: polygon(38px 0, 100% 18px, 100% 100%, 0 100%, 0 0);letter-spacing: 1px;white-space: pre;transition: box-shadow 0.32s 0.05s cubic-bezier(0.4, 0, 0.6, 1.3), padding-top 0.3s ease-in-out;overflow: hidden;}
.fileList a[href$=".pdf"] .ico:after, .fileList a[href$=".doc"] .ico:after, .fileList a[href$=".xls"] .ico:after, .fileList a[href$=".docx"] .ico:after, .fileList a[href$=".xlsx"] .ico:after {content: "";position: absolute;border-width: 15px 0 0 15px;border-color: transparent transparent transparent rgba(255, 255, 255, 0.65);border-style: solid;left: 37px;top: calc(50% - 34px);}
.fileList a[href$=".pdf"]:hover .ico:before, .fileList a[href$=".doc"]:hover .ico:before, .fileList a[href$=".xls"]:hover .ico:before, .fileList a[href$=".docx"]:hover .ico:before, .fileList a[href$=".xlsx"]:hover .ico:before {transition: box-shadow 0.2s ease-in-out, padding-top 0.32s 0.05s cubic-bezier(0.4, 0, 0.5, 1.2);box-shadow: inset 0 -80px 0 rgba(0, 0, 0, 0.1);padding-top: 30px;}
.fileList a[href$=".pdf"] .ico:before {content: "pdf\a\25bc";background-color: #e03939;}
.fileList a[href$=".xls"] .ico:before{content: "xls\a\25bc";background-color: #39ad22;}
.fileList a[href$=".doc"] .ico:before {content: "doc\a\25bc";background-color: #4773d2;}
.fileList a[href$=".xlsx"] .ico:before {content: "xlsx\a\25bc";background-color: #39ad22;}
.fileList a[href$=".docx"] .ico:before {content: "docx\a\25bc";background-color: #4773d2;}


/* -- cookie -- */

div#cookie {width: 100%;border-radius: 0;background-color: white;z-index: 9999;position: fixed;left: 0;font-size: 12px;bottom: 0;color: #000;line-height: 1.25;padding: 11px 30px;border-top: 1px solid #ccc;display: flex;align-items: center;justify-content: space-between;}
div#cookie >i:first-child {position: absolute;top: 0;right: 0;padding: 8px;cursor: pointer;font-size: 16px;color: white;}
div#cookie a {color: #31a8f0;text-decoration: underline;}
div#cookie .btn {background: var(--theme-color);color: white;text-decoration: none;font-size: 14px;text-transform: uppercase;padding: 4px 34px;font-weight: 100;border: 1px solid var(--theme-color);}
div#cookie .btn:hover , div#cookie .btn:focus , div#cookie .btn:active { background: white; color: var(--theme-color); border-color: var(--theme-color); }

#accordionProducts .card-header {box-shadow: 9.272px 3.746px 38px 0px rgb(176 163 231 / 26%);border-radius: 10px !important;background: white;padding: 20px 50px 20px 20px;font-size: 20px;border: 0;position: relative;}
#accordionProducts .card-header a { display: flex; justify-content: space-between; align-items: center; }
#accordionProducts .card-header a.collapsed i {transform: rotate(-90deg);}
#accordionProducts .card-header a i { transition: all .2s ease; }
#accordionProducts .card-body  {padding: 24px 30px 26px 30px;background: white;border-radius: 10px;box-shadow: 9.272px 3.746px 38px 0px rgb(176 163 231 / 26%);}
#accordionProducts .card { border: 0; margin-bottom: 25px; }

#myProductTabs { justify-content: center; border: 0; }
#myProductTabs .nav-link {padding: 10px 30px;text-transform: uppercase;border: 0;background: white;border-radius: 45px;margin: 0 10px;color: #000;width: 150px;font-size: 18px;font-weight: 700;letter-spacing: 1px;border: 2px solid var(--theme-color);color:  var(--theme-color);}
#myProductTabContents .tab-pane {/* padding: 50px 0; */} 
#myProductTabs .nav-link:is(.active ,:hover,:focus,:active) {background: var(--theme-color);color: white;border-color:  var(--theme-color);}


@media(max-width: 1350px){
    .banner > .content{ padding: 0 15px; }
    .projectModal .modalBody .modalTab{ width: 95%; }
}
@media(max-width: 1200px){
    #menu > li > a{ font-size: 14px; padding: 0 15px; }
    #header{ padding: 0 0; }
    .projectModal .modalBody .modalTab{ position: static; transform: translate(0,0); width: 100%; display: none; height: 100%; }
    .projectModal .modalBody .modalTab.active{ display: block; }
    .projectModal .modalBody{ min-height: initial; height: calc(100vh - 260px); }
}

@media(max-width: 992px){
    #mobilMenu.MenuType1 {position: relative;display: block;vertical-align: inherit;}
    #mobilMenu.MenuType1 .nt_main_menu_content {display: none !important;}
    #mobilMenu.MenuType1 .mobileMenuContent {position: initial;max-height: 0;top: auto;left: auto;padding: 0;opacity: 1;overflow: hidden !important;height: 100%;transform: none;transition: max-height 0.8s ease, padding 0.8s ease !important;width: 100%;}
    #mobilMenu.MenuType1 .mobileMenuIcon {margin-right: 0;margin-left: auto;}
    #mobilMenu.MenuType1 .mobileMenuContent.active {max-height: 100vh;padding: 30px 0;}
    #header {/* position: static; */}
    #header.activing {position: fixed;}
    header#header.scrollDowning {transform: translateY(0%);}
    #content {padding-top: 93px;}
    body#sf_anasayfa #content {padding-top: 0;}
    nav[aria-label="breadcrumb"] {}
    .searchFormContent form{height: 60px;}
    .searchFormContent form .form-control{font-size: 18px !important;}
    .searchFormContent form .btn{padding: 0;font-size: 18px;}
    #about_us{ padding: 50px 0; }
    .home_head{ font-size: 30px; }
    #about_us .NT-metin{ font-size: 18px; }
    #slogan{ position: relative; }
    #slogan:before{ content:""; position: absolute; inset: 0; background: black; opacity: 0.5; }
    #slogan > * { position: relative; }
    #counter{ margin: 50px 0; }
    #references{ padding: 0 0 50px 0; }
    #footer:after{ opacity: 0; }
    .banner{ height: 140px; }
    .breadcrumb-item a{ font-size: 12px; }
    .banner .content h1{ font-size: 30px; }
    .banner .content .desc{ font-size: 16px; }
    .packageList2.packetListTop .packets .checked .packageBox{border: 3px solid var(--theme-color) !important;}
    .packageList2.packetListTop .packets .packageBox{ border: 3px solid #e5e5e5; border-radius: 30px; margin: 20px 15px; padding: 30px 30px !important; margin: 20px 15px !important; }
    .packageList2 .packets .packageBox{ border: 3px solid #e5e5e5 !important; border-radius: 30px !important; margin: 15px 15px !important; padding: 40px 0 23px 0 !important; }
    .packageList2 .packets .checked .packageBox{border: 3px solid var(--theme-color) !important;}
    .gotoup{display:none !important; visibility:hidden !important; opacity:0 !important;}
    #content_65 .owl-carousel:before{ width: 41%; }
    .contactContent{ padding: 100px 15px 100px; }
    #references .referencesInner{ padding: 80px 15px; }
    #footerContact .item .titleLg{text-align: center;margin: 0 0 20px 0;font-size: 18px;}
    #footerContact .itemsWrapper .item{ padding: 0; }
    #footerContact .itemsWrapper > div + div > .item:before{ opacity: 0; }
    #footerContact .itemsWrapper .item .title{ font-size: 17px; margin-bottom: 5px; }
    #footerContact .itemsWrapper .item .desc{ font-size: 15px; }
    .projectModal .leftContent .title .titleInner{ font-size: 3em; }
    .projectModal .leftContent .cnt{ font-size: 20px; }
    .projectModal .typeList .radio-item label{ height: 160px; }
    .packageList3 .packageBox .titleContent .title{ margin-bottom: 0; }
    .packetsTop .packageBox{ padding: 15px 18px 18px; }
    .packageList3 .packetListBoxTop .shadow{min-height: initial;/* padding: 0 15px 30px 15px; */padding-bottom: 30px;}
    .packageList3 .leftList .listbg{ min-height: initial; padding: 19px 0 19px 0px; }
    .packageList2 .checked .packageBox:after , .packageList2 .checked .packageBox:before { display: none; }
    .packageList3 .listDetail > div { width: 33%; text-align: center; border: 1px solid rgb(222, 222, 222); border-radius: 8px; margin: 0 10px; line-height: 1; }
 
}

@media(max-width: 768px){
	#slider {
    min-height: 500px;
	}
    .list74 .itemCounter p{ min-height: auto; }
    #content_65 .owl-carousel:before{ width: 62%; }
    #references .homeContent .titleLg2{ font-size: 25px; }
    #footer-top .titleXL{ font-size: 23px; }
    #footer-top{ padding: 50px 0 50px 0; }
    #footerContact{margin: 50px 0 0 0;padding: 15px;}
    #references .homeContent .link{ font-size: 20px; }
    .head3{ font-size: 26px; }
    .projectModal .forward-button a{ font-size: 20px; height: 70px; }
    .projectModal .forward-button{ width: 100%; max-width: 90%; }
    #sf_65 .list65 .item{
    border-radius: 20px;
}
}

@media(max-width: 576px){
    .btn-yorum {position: relative;right: auto;top: auto;transform: none;width: 100%;margin-top: 5px;}
    .dates2 {display: inline-block;width: 110px;}
    .sosyaller{display: inline-block;vertical-align: sub;}
    .dates2>* {display: inline-block;vertical-align: middle;margin-right: 15px;border: 0 !important;}
    .home_head{ font-size: 23px; }
    .list78 .item{ min-height: auto; }
}

.form-control.is-invalid, .was-validated .form-control:invalid {border-color: #dc3545 !important;padding-right: calc(1.5em + 0.75rem) !important;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;background-repeat: no-repeat !important;background-position: right calc(0.375em + 0.1875rem) center !important;background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;}

/* NTbilgi sablon css sonu */

 
