@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: "Poppins", sans-serif;
    color:var(--text-color);
}
@media only screen and (min-width:1441px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}
p{margin-bottom:10px;}
.text-align{text-align:center;}
@media only screen and (min-width:1441px){
    .container{max-width:100%;padding:0 10%;}
}
/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:30px 0;}
header .h-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .logo img{max-width:100%;height:auto;}
header .menu .menu-bar{display:none;}
header .menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:50px;}
header .menu>ul>li>a{display:block;font-size:1.12em;color:#1E2228;}
/*--- Main Title ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m-title{display:none;width:0;height:0;opacity:0;visibility:hidden;}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{position:relative;}
.slider .swiper-slide{position:relative;}
.slider .swiper-slide .bg{width:100%;height:auto;}
.slider .swiper-slide .content{position:absolute;top:0;left:0;z-index:9;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.slider .swiper-slide .content .text{width:40%;}
.slider .swiper-slide .content .text span{display:block;color:#717785;font-size:1.25em;margin-bottom:30px;letter-spacing:0px;text-transform:uppercase;}
.slider .swiper-slide .content .text h2{font-size:2.75em;color:#ffffff;margin-bottom:30px;}
.slider .swiper-slide .content .text p{font-size:1.18em;color:#ffffff;}
.slider .swiper-pagination{display:flex;padding:0 16%;bottom:40px;}
.slider .swiper-pagination .swiper-pagination-bullet{border:0;border-right:2px solid #ffffff;width:40px;height:45px;background:unset;border-radius:0;color:#fff;line-height:45px;text-align:center;font-size:1.4em;}
.slider .swiper-pagination .swiper-pagination-bullet-active{position:relative;border:0;}
.slider .swiper-pagination .swiper-pagination-bullet-active *{position:relative;z-index:99;}
.slider .swiper-pagination .swiper-pagination-bullet-active:before{content:'';width:60%;height:100%;background:#717785;position:absolute;top:0;right:0;z-index:-1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:60vh 0 0 0;position:relative;background:url('../images/m1-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.m1 .box{width:50%;height:auto;padding:10%;background:#142A5C;}
.m1 .box h2{font-size:1.93em;color:#3559AD;font-weight:700;margin-bottom:30px;}
.m1 .box p{font-size:1.25em;color:#ffffff;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:50px 0;background:#142A5C;}
.m2 .title{margin-bottom:90px;font-size:1.43em;color:#ffffff;}
.m2 .m2-body{padding-left:10%;margin-bottom:50px;}
.m2 .all{display:flex;flex-direction:row;justify-content:flex-end;}
.m2 .all a{color:#ffffff;text-transform:uppercase;display:flex;flex-direction:row;gap:20px;align-items:center;font-size:1.43em;}
.m2 #accordion_simple{border-top:1px solid rgba(255,255,255,0.15);}
.m2 #accordion_simple .accordion-item{background:none;border:none;border-bottom:1px solid rgba(255,255,255,0.15);}
.m2 #accordion_simple .accordion-button{background:none;box-shadow:none;padding:20px 0;font-size:18px;font-weight:600;color:#3559AD;display:flex;align-items:center;gap:14px;}
.m2 #accordion_simple .accordion-button::after{display:none;}
.m2 #accordion_simple .accordion-button::before{content:"+";font-size:22px;font-weight:300;width:22px;display:flex;align-items:center;justify-content:center;color:#6fa3ff;}
.m2 #accordion_simple .accordion-button:not(.collapsed){color:#ffffff;}
.m2 #accordion_simple .accordion-button:not(.collapsed)::before{content:"−";color:#ffffff;}
.m2 #accordion_simple .accordion-body{padding:10px 0 25px 36px;color:#c7d6f3;font-size:15px;line-height:1.7;}
.m2 #accordion_simple .accordion-button:focus{box-shadow:none;}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:100px 0;background:url('../images/m3-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;}
.m3 .box h2{font-size:2.06em;color:#3559AD;font-weight:700;margin-bottom:30px;}
.m3 .box p{font-size:1.43em;margin-bottom:40px;}
.m3 .box ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;}
.m3 .box ul li{background: #FFFFFF 0% 0% no-repeat padding-box;position:relative;overflow:hidden;padding:40px 20px;box-shadow: 0px 3px 6px #00000029;border-radius: 15px;display:flex;flex-direction:column;gap:30px;text-align:center;justify-content:center;align-items:center;}
.m3 .box ul li span{display:block;font-size:1.37em;}
.m3 .box ul li:before{content:'';width:50%;height:5px;position:absolute;bottom:0;left:0;right:0;margin:0 auto;background:#3559AD;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m3 .box ul li:hover:before{width:100%;}
.m3 .img{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0;}
.m3 .img img{width:80%;height:auto;display:block;margin:0 auto;}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{background:url('../images/m4-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4-wrapper-top{display:grid;grid-template-columns:repeat(4, 1fr);}
.m4-wrapper-bottom{display:grid;grid-template-columns:1fr 3fr;}
.m4 .box{padding:100px 30px 30px 30px;height:60vh;border-right:1px solid #5E83D8;border-bottom:1px solid #5E83D8;display:flex;gap:50px;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:gap .3s ease;}
.m4 .box:last-child{border-right:0;}
.m4 .box img{display:block;max-width:100%;height:auto;}
.m4 .box h2{font-size:1.43em;color:#fff;font-weight:700;margin:0;}
.m4 .box p{color:#fff;font-size:1.12em;margin:0;opacity:0;max-height:0;overflow:hidden;transition:opacity .35s ease,max-height .35s ease;}
.m4 .box:hover{gap:20px;}
.m4 .box:hover p{opacity:1;max-height:200px;}
.m4 .box .more{display:inline-block;width:fit-content;opacity:0;max-height:0;overflow:hidden;transition:opacity .35s ease,max-height .35s ease;}
.m4 .box:hover .more{opacity:1;max-height:60px;}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:100px 0;background:#71778514;}
.m5 .m5-body{display:grid;grid-template-columns:1fr 1fr;gap:50px;width:80%;left:0;right:0;margin:0 auto 50px auto;}
.m5 .m5-body .img img{width:100%;height:240px;object-fit:cover;border-radius:120px;}
.m5 .m5-body .content{display:flex;flex-direction:column;justify-content:center;}
.m5 .m5-body .content h3{letter-spacing:5.4px;color:#244081;font-size:1.68em;text-transform:uppercase;font-weight:300;}
.m5 .m5-body .content p{color:#717785;font-size:1.06em;font-weight:300;}
.m5 .m5-list{padding:0 10%;display:flex;flex-direction:row;justify-content:space-between;position:relative;}
.m5 .m5-list:before{content:'';width:100%;height:1px;background:#C0C2C4;position:absolute;left:0;top:73px;}
.m5 .m5-list .list-item{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m5 .m5-list .list-item .icon{width:73px;height:73px;line-height:73px;text-align:center;background:#142A5C;position:relative;}
.m5 .m5-list .list-item .icon img{width:100%;height:auto;object-fit:contain;}
.m5 .m5-list .list-item .icon:before{content:'';width:20px;height:20px;background:#142A5C;transform:rotate(45deg);position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;}
.m5 .m5-list .list-item .text{padding-top:30px;font-size:1.2em;text-align:center;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0;background:linear-gradient(to bottom,#244081,#142A5C);color:#ffffff;}
footer .f-whatsapp{margin-bottom:50px;overflow:hidden;}
footer .f-whatsapp a{position:relative;display:flex;align-items:center;margin:0 auto;font-size:1.12em;font-weight:600;flex-direction:row;gap:20px;width:fit-content;background:linear-gradient(to bottom,#00C700,#005510);color:#ffffff;line-height:75px;border-radius:60px;padding:0 30px;}
footer .f-whatsapp a:before{content:'';width:200%;height:1px;background:#3559AD;position:absolute;left:-40px;top:50%;transform:translate(-100%,0);}
footer .f-whatsapp a:after{content:'';width:200%;height:1px;background:#3559AD;position:absolute;right:-40px;top:50%;transform:translate(100%,0);}
footer .f-whatsapp a i{font-size:2em;}
footer .f-body{border-bottom:1px solid #3559AD;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;margin-bottom:40px;}
footer .logo p{color:#ffffff;font-weight:300;}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;color:#ffffff;line-height:2em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:15px;color:#ffffff;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}
footer .contracts{margin-bottom:15px;margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;color:#ffffff;}
/* ----------------------------------------------------------------------------------------------------- */
/* RESPONSIVE
/* ----------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    header .menu > ul {gap:25px;}
    header .menu > ul > li > a {font-size:1em;}
    .slider .swiper-slide .content .text {width:60%;}
    .m1 .box {width:70%;}
    .m3 .box ul {gap:10px;}
    .m3 .box ul li {padding:30px 10px;}
}
@media screen and (max-width: 991px) {
    header .menu .menu-bar { display: block; z-index: 1001; position: relative; }
    header .menu > ul {display: none;position: absolute;top: 158px;left: 0;width: 100%;background: #fff;flex-direction: column;gap: 0;box-shadow: 0 10px 20px rgba(0,0,0,0.1);padding: 0;z-index: 1000;}
    header .menu > ul > li {border-bottom:1px solid #eee;}
    header .menu > ul > li > a {padding:15px 20px;}
    .m1 {padding:40vh 0 0 0; }
    .m1 .box {width:90%;}
    .m2 .m2-body {padding-left: 0; }
    .m3 .box ul {grid-template-columns:1fr;max-width:500px;margin:0 auto; }
    .m3 .img {display:none;}
    .m4-wrapper-top {grid-template-columns:1fr 1fr; }
    .m4-wrapper-bottom {grid-template-columns:1fr 1fr; }
    .m4 .box {height:40vh;}
    .m5 .m5-body {grid-template-columns:1fr;width:100%;text-align:center;}
    .m5 .m5-body .img img {width:200px;height:200px;}
    .m5 .m5-list {flex-wrap:wrap;justify-content:center;gap:30px;padding:0;}
    .m5 .m5-list:before {display:none;}
    .m5 .m5-list .list-item {width:30%;}
}
@media screen and (max-width: 767px) {
    body { font-size: 14px; }
    .slider .swiper-slide .bg{height:50vh;object-fit:cover;}
    .slider .swiper-slide .content .text { width: 90%; text-align: center; }
    .slider .swiper-slide .content .text h2 { font-size: 1.8em; margin-bottom: 15px; }
    .slider .swiper-slide .content .text span { margin-bottom: 15px; font-size: 1em; }
    .slider .swiper-pagination { display: none; } /* Mobilde paginasyonu gizle */
    .m1 { padding: 300px 0 0 0; background-position: center top; }
    .m1 .box { width: 100%; padding: 40px 20px; }
    .m1 .box h2 { font-size: 1.5em; }
    .m2 .title { font-size: 1.1em; margin-bottom: 40px; }
    .m2 .all a { font-size: 1.1em; }
    .m3 { padding: 50px 0; }
    .m3 .box h2 { font-size: 1.6em; text-align: center; }
    .m3 .box p { font-size: 1.1em; text-align: center; }
    .m4-wrapper-top, .m4-wrapper-bottom { grid-template-columns: 1fr; }
    .m4 .box { height: auto; padding: 60px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .m4 .box { gap: 20px; }
    .m4 .box p, .m4 .box .more { opacity: 1; max-height: fit-content; overflow: visible; }
    .m5 { padding: 50px 0; }
    .m5 .m5-list .list-item { width: 45%; margin-bottom: 20px; }
    .m5 .m5-body .content h3 { font-size: 1.4em; letter-spacing: 2px; }
    footer .f-whatsapp a:before, footer .f-whatsapp a:after { display: none; } /* Mobilde yan çizgileri gizle */
    footer .col-lg-3 { margin-bottom: 30px; text-align: center; } /* Footer elemanlarını ortala */
    footer .list > ul > li { justify-content: center; }
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:var(--bg-color);}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;z-index:999;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}
.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}