@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);
    background:#F0F0F0;
}
@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;}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:25px 0;position:relative;z-index:99999;}
header:before{content:'';width:calc(100% - 30px);height:calc(100% - 15px);position:absolute;z-index:-1;top:0;left:0;right:0;margin:0 auto;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 12px 11px #00000014;border-radius: 0px 0px 50px 50px;}
header .logo{max-width:200px;margin:20px 0;}
header .logo img{width:100%;height:auto;}
header .h-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
header .menu-bar{cursor:pointer;}

.menu{position:fixed;top:-100%;left:0;width:100%;min-height:100vh;background:rgba(255,255,255,.9);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;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;}
.menu-active{top:0;}
.menu>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.menu>ul>li{}
.menu>ul>li>a{display:block;font-size:2em;text-transform:uppercase;text-align:center;line-height:2em;width:fit-content;border-bottom:1px solid #aaa;}
.menu>ul>li:last-child>a{border:0;}

@media only screen and (max-width:767px){
    header .h-wrapper>div{min-width:25%;}
    header .logo{max-width:50%;}
    header .menu-bar{text-align:center;}
}

/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding:0 15px;}
.slider .swiper-slide{position:relative;}
.slider .swiper-slide .bg{width:100%;height:auto;border-radius:50px;}
.slider .swiper-slide .content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
.slider .swiper-slide .content .text{}
.slider .swiper-slide .content .text h2{font-size:3.81em;color:#fff;text-shadow: 0px 7px 6px #0000009F;margin-bottom:50px;transform:translate(0,30px);opacity:0;visibility:hidden;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;}
.slider .swiper-slide-active .content .text h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.slider .swiper-slide .content .text h2>strong{display:block;}
.slider .swiper-slide .content .text .buttons{display:flex;flex-direction:row;gap:25px;transform:translate(30px,0);opacity:0;visibility:hidden;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;}
.slider .swiper-slide-active .content .text .buttons{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.6s;}
.slider .swiper-slide .content .text .buttons a{display:flex;gap:10px;align-items:center;line-height:43px;background:rgba(255,255,255,.3);border-radius:22px;padding:0 15px;color:#fff;font-weight:700;font-size:.81em;}
@media only screen and (max-width:767px){
    .slider .swiper-slide .bg{height:60vh;object-fit:cover;}
    .slider .swiper-slide .content .text h2{font-size:2em;text-align:center;}
    .slider .swiper-slide .content .text .buttons{justify-content:center;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider .swiper-slide .content .text h2{font-size:2.5em;text-align:center;}
    .slider .swiper-slide .content .text .buttons{justify-content:center;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:40px 0;}
.m1 .m1-wrapper{display:flex;flex-direction:row;}
.m1 .m1-wrapper .m1-left{max-width:45%;flex:0 0 45%;position:relative;}
.m1 .m1-wrapper .m1-left .img1{width:100%;height:460px;object-fit:cover;border-radius:0 50px 50px 0;}
.m1 .m1-wrapper .m1-left .img2{position:absolute;right:0;bottom:0;transform:translate(0,75px);}
.m1 .m1-wrapper .m1-right{max-width:55%;flex:0 0 55%;padding:0 30px;}
.m1 .m1-wrapper .m1-right .content{width:75%;display:flex;flex-direction:column;justify-content:center;gap:20px;height:100%;}
.m1 .m1-wrapper .m1-right .content h2{font-size:1.25em;font-weight:700;color:#000;width:fit-content;padding-right:20px;border-bottom:2px solid #DA001C;margin:0;text-transform:uppercase;}
.m1 .m1-wrapper .m1-right .content h3{font-size:1.5em;color:#DA001C;text-transform:uppercase;}
.m1 .m1-wrapper .m1-right .content h3>strong{display:block;}
.m1 .m1-wrapper .m1-right .content .text{color:#808080;}
.m1 .m1-wrapper .m1-right .content .more{display:flex;width:fit-content;flex-direction:row;gap:10px;align-items:center;color:#222224;font-weight:700;font-size:.81em;}
@media only screen and (max-width:767px){
    .m1 .m1-wrapper{flex-direction:column;}
    .m1 .m1-wrapper .m1-left{max-width:100%;flex:0 0 100%;}
    .m1 .m1-wrapper .m1-left .img2{max-width:75%;height:auto;}
    .m1 .m1-wrapper .m1-right{max-width:100%;flex:0 0 100%;}
    .m1 .m1-wrapper .m1-right .content{width:100%;padding:50px 0;}
}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{padding:150px 0;position:relative;overflow:hidden;margin:100px 0;}
.m2 .m2-body-1{width:150%;left:-12.5%;position:relative;margin-top:50px;}
.m2 .swiper-services-1 .swiper-slide{}
.m2 .swiper-services-1 .swiper-slide-prev{opacity:0;}
.m2 .swiper-services-1 .swiper-slide-active{opacity: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;}
.m2 .swiper-services-1 .box{border-radius:50px;overflow:hidden;position:relative;}
.m2 .swiper-services-1 .box img{width:100%;height:auto;aspect-ratio: 1/1;position:relative;z-index:1;}
.m2 .swiper-services-1 .box h3{font-size:1.93em;font-weight:700;color:#fff;position:absolute;bottom:15%;text-align:center;z-index:9;width:100%;opacity:0;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;}
.m2 .swiper-services-1 .swiper-slide-active .box h3{opacity:1;}
.m2 .m2-body-2{width:30%;position:absolute;top:75px;left:17.2%;height:calc(100% - 150px);}
.m2 .m2-body-2:before{content:'';position:absolute;top:-10%;left:-20%;width:140%;height:120%;background:#2C7749;opacity:.4;}
.m2 .m2-body-2>*{position:relative;z-index:9;}
.m2 .m2-body-2 .title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.m2 .m2-body-2 .title h2{font-size:2.43em;text-transform:uppercase;position:relative;line-height:2em;}
.m2 .m2-body-2 .title h2:before{content:'';width:130px;height:3px;background:#FFFFFF;position:absolute;bottom:0;left:0;}
.m2 .m2-body-2 .title h2>a{color:#fff}
.m2 .m2-body-2 .title .swiper-nav{display:flex;flex-direction:row;gap:10px;}
.m2 .m2-body-2 .title .swiper-nav>div{}
.m2 .m2-body-2 .title .swiper-nav>div:active{opacity:.5;}
.m2 .m2-body-2 .swiper-services-2{width:100%;height:calc(100% - 37px);}
.m2 .m2-body-2 .swiper-slide{opacity:0;}
.m2 .m2-body-2 .swiper-slide-active{opacity:1;}
.m2 .m2-body-2 .box{display:flex;flex-direction:column;gap:20px;justify-content:center;height:100%;overflow:hidden;}
.m2 .m2-body-2 .box h3{font-size:3em;font-weight:700;transform: translate(0,-30px);opacity:0;visibility:hidden;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;}
.m2 .m2-body-2 .swiper-slide-active .box h3{transform: translate(0,0);opacity:1;visibility:visible;}
.m2 .m2-body-2 .box h3>a{color:#fff;}
.m2 .m2-body-2 .box .text{transform: translate(0,-30px);color:#fff;opacity:0;visibility:hidden;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;margin-bottom:50px;}
.m2 .m2-body-2 .swiper-slide-active .box .text{transform: translate(0,0);opacity:1;visibility:visible;}
.m2 .m2-body-2 .box .more{display:block;width:fit-content;color:#fff;position:relative;transform: translate(0,-30px);opacity:0;visibility:hidden;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;}
.m2 .m2-body-2 .swiper-slide-active .box .more{transform: translate(0,0);opacity:1;visibility:visible;}
@media only screen and (max-width:991px){
    .m2{display:flex;flex-direction:column-reverse;padding:0 15px;margin:0;}
    .m2 .m2-body-2{width:100%;position:relative;top:0;left:0;height:450px;padding-top:30px;margin-bottom:30px;}
    .m2 .m2-body-1{width:100%;left:0%;position:relative;}
    .m2 .swiper-services-1 .swiper-slide-prev{opacity:1;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m2 .m2-body-2{left:45px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m2 .m2-body-2{left:17%;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:50px 7%;}
.m3 .title{margin-bottom:30px;padding-left:10%;}
.m3 .title h2{font-size:2.43em;color:#222224;}
.m3 .m3-wrapper{display:flex;flex-direction:row;}
.m3 .m3-wrapper .m3-left{flex:0 0 70%;max-width:0 0 70%;}
.m3 .m3-wrapper .m3-left .images{position:relative;padding-top:150px;}
.m3 .m3-wrapper .m3-left .images .img{width:100%;height:auto;}
.m3 .m3-wrapper .m3-left .images .pin{}
.m3 .m3-wrapper .m3-left .images .pin img{position:relative;z-index:9;width:100%;height:auto;}
.m3 .m3-wrapper .m3-left .images .pin .text{position:absolute;top:30px;left:18px;width:120px;padding:15px 10px;background:#F0F0F0;border-radius:6px 6px 6px 0;font-size:.62em;font-weight:300;box-shadow:0 0 5px #bababa;}
.m3 .m3-wrapper .m3-left .images .pin .text strong{display:block;font-weight:700;}
.m3 .m3-wrapper .m3-left .images .pin1{position:absolute;left:18%;top:13%;}
.m3 .m3-wrapper .m3-left .images .pin2{position:absolute;left:32%;top:43%;}
.m3 .m3-wrapper .m3-left .images .pin3{position:absolute;left:43%;top:17%;}
.m3 .m3-wrapper .m3-left .images .pin3 .text{left:22px;}
.m3 .m3-wrapper .m3-left .images .pin4{position:absolute;left:80%;top:16%;}
.m3 .m3-wrapper .m3-left .images .pin4 .text{top:50px;left:30px;}
.m3 .m3-wrapper .m3-right{flex:0 0 30%;max-width:0 0 30%;}
.m3 .m3-wrapper .m3-right .content{display:flex;flex-direction:column;justify-content:center;align-items:end;height:100%;text-align:right;gap:20px;position:relative;z-index:99;}
.m3 .m3-wrapper .m3-right .content .more{display:inline-block;width:fit-content;color:#222224;font-weight:700;font-size:.81em;}
@media only screen and (max-width:767px){
    .m3{padding:50px 15px;}
    .m3 .title h2{text-align:center;}
    .m3 .m3-wrapper{flex-direction:column;}
    .m3 .m3-wrapper .m3-left{flex:0 0 100%;max-width:0 0 100%;}
    .m3 .m3-wrapper .m3-right{flex:0 0 100%;max-width:0 0 100%;}
    .m3 .m3-wrapper .m3-left .images .pin{max-width:7%;}
    .m3 .m3-wrapper .m3-left .images .pin1{left:16%;top:21%;}
    .m3 .m3-wrapper .m3-left .images .pin2{left:29%;top:43%;}
    .m3 .m3-wrapper .m3-left .images .pin3{left:41%;top:26%;}
    .m3 .m3-wrapper .m3-left .images .pin4{left:79%;top:42%;}
    .m3 .m3-wrapper .m3-left .images .pin3 .text{left:10px;}
    .m3 .m3-wrapper .m3-left .images .pin4 .text{top:20px;left:10px;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .m3{padding:50px 15px;}
    .m3 .title h2{text-align:center;}
    .m3 .m3-wrapper{flex-direction:column;}
    .m3 .m3-wrapper .m3-left{flex:0 0 100%;max-width:0 0 100%;}
    .m3 .m3-wrapper .m3-right{flex:0 0 100%;max-width:0 0 100%;}
    .m3 .m3-wrapper .m3-left .images .pin{max-width:6%;}
    .m3 .m3-wrapper .m3-left .images .pin1{left:16%;top:5%;}
    .m3 .m3-wrapper .m3-left .images .pin2{left:29%;top:43%;}
    .m3 .m3-wrapper .m3-left .images .pin3{left:41%;top:10%;}
    .m3 .m3-wrapper .m3-left .images .pin4{left:80%;top:28%;}
    .m3 .m3-wrapper .m3-left .images .pin4 .text{top:30px;left:20px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .m3 .m3-wrapper .m3-left .images .pin1{left:16%;top:2%;}
    .m3 .m3-wrapper .m3-left .images .pin2{left:29%;top:37%;}
    .m3 .m3-wrapper .m3-left .images .pin3{left:41%;top:5%;}
    .m3 .m3-wrapper .m3-left .images .pin4{left:79%;top:3%;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    .m3 .m3-wrapper .m3-left .images .pin1{left:16%;top:10%;}
    .m3 .m3-wrapper .m3-left .images .pin2{left:29%;top:37%;}
    .m3 .m3-wrapper .m3-left .images .pin3{left:42%;top:11%;}
    .m3 .m3-wrapper .m3-left .images .pin4{left:79%;top:12%;}
}
/*--- M4 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m4{padding:40px 0;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 .title{margin-bottom:50px;}
.m4 .title h2{font-size:2.43em;font-weight:700;text-transform:uppercase;}
.m4 .title h2>a{color:#fff;}
.m4 .title p{color:#fff;}
.m4 .m4-wrapper{display:flex;flex-direction:row;gap:30px;}
.m4 .m4-wrapper .m4-list{max-widt:25%;flex:0 0 25%;border-right:4px solid #FFFFFF;}
.m4 .m4-wrapper .m4-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-evenly;height:100%;}
.m4 .m4-wrapper .m4-list ul>li{}
.m4 .m4-wrapper .m4-list ul>li>button{border:0;background:unset;padding:10px;color:#fff;font-size:1.1em;text-transform:uppercase;text-align:left;}
.m4 .m4-wrapper .m4-list ul>li>.active{font-weight:700;font-weight:3em;border-left:2px solid #FFFFFF;}
.m4 .m4-wrapper .m4-list-body{max-width:75%;flex:0 0 75%;position:relative;}
.m4 .m4-wrapper .m4-list-body .m4-list-body-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;width:100%;height:auto;}
.m4 .m4-wrapper .m4-list-body .m4-list-body-item-active{position:relative;opacity:1;visibility:visible;}
.m4 .m4-wrapper .m4-list-body .content{position:relative;width:100% !important;height:auto;}
.m4 .m4-wrapper .m4-list-body .content .swiper-slide{overflow:hidden;padding:50px;}
.m4 .m4-wrapper .m4-list-body .content .img{width:100%;height:70vh;object-fit:cover;box-shadow: 0px 3px 22px #0000005A;border-radius: 39px;}
.m4 .m4-wrapper .m4-list-body .content .text{position:absolute;bottom:200px;left:100px;z-index:99;}
.m4 .m4-wrapper .m4-list-body .content .text h3{color:#fff;font-size:2em;text-transform:uppercase;}
.m4 .m4-wrapper .m4-list-body .content .text .more{display:block;width:fit-content;color:#fff;font-size:.87em;}
@media only screen and (max-width:767px){
    .m4 .m4-wrapper{gap:0;}
    .m4 .m4-wrapper .m4-list-body .content .swiper-slide{padding:10px;}
    .m4 .m4-wrapper .m4-list-body .content .text{left:15px;bottom:150px;}
}
/*--- M5 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m5{padding:130px 0;position:relative;}
.m5 .img{position:absolute;bottom:0;left:0;opacity:.7;}
.m5 .m5-wrapper{display:flex;flex-direction:row;position:relative;z-index:9;}
.m5 .m5-wrapper .m5-left{max-width:40%;flex:0 0 40%;display:flex;flex-direction:row;justify-content:flex-end;padding-right:7%;}
.m5 .m5-wrapper .m5-right{max-width:60%;flex:0 0 60%;overflow:hidden;}
.m5 .m5-wrapper .m5-right .m5-right-wrapper{width:110%;}
.m5 .m5-wrapper .m5-right .m5-right-wrapper .swiper-wrapper{padding:10px;}
.m5 .title{display:flex;flex-direction:column;justify-content:center;gap:20px;margin-bottom:30px;}
.m5 .title .swiper-info{display:flex;flex-direction:row;gap:50px;justify-content:flex-end;align-items:center;}
.m5 .title .swiper-info .swiper-paginations{width:fit-content;font-size:1.43em;}
.m5 .title .swiper-info .swiper-nav{display:flex;flex-direction:row;gap:20px;}
.m5 .title .swiper-info .swiper-nav>div:active{opacity:.5;}
.m5 .title h2{font-size:2.43em;color:#222224;margin:0;}
.m5 .title .more{color:#222224;font-size:.81em;}
.m5 .box{background:#fff;border-radius:86px 86px 86px 17px;padding:50px 50px 20px 50px;box-shadow: 0px 3px 9px #00000057;}
.m5 .box img{display:block;margin:0 auto 30px auto;}
.m5 .box h3{font-size:1.06em;color:#505050;font-weight:700;line-height:1.2em;min-height:4.8em;text-align:center;border-bottom:1px dotted #2E9500;}
.m5 .box .text{font-size:0.81em;text-align:center;margin-top:20px;line-height:1.2em;min-height:6em;}
.m5 .box .more{display:block;width:fit-content;margin:0 auto;}
@media only screen and (max-width:767px){
    .m5 .m5-wrapper{flex-direction:column;}
    .m5 .m5-wrapper .m5-left{max-width:100%;flex:0 0 100%;justify-content:left;padding-right: 0;}
    .m5 .m5-wrapper .m5-right{max-width:100%;flex:0 0 100%;}
    .m5 .m5-wrapper .m5-right .m5-right-wrapper{width:100%;}
    .m5 .m5-wrapper .m5-right .m5-right-wrapper .swiper-wrapper{padding:0;}
    .m5 .m5-wrapper .m5-right .m5-right-wrapper .swiper-wrapper .swiper-slide{padding:10px;}
    .m5 .title{width:100%;padding:0 15px;text-align:center;}
    .m5 .title .swiper-info{justify-content:center;}
}
/*--- M6 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m6{padding:180px 0;background:url('../images/m6-bg.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m6 .box p{font-size:2.43em;color:#fff;margin-bottom:20px;text-shadow: 0px 7px 6px #0000009F;}
.m6 .box p img{background:#fff;border-radius:15px;width:230px;height:50px;object-fit:contain;padding:5px;}
.m6 .box .more{display:block;color:#fff;font-size:.81em;text-shadow: 0px 7px 6px #0000009F;}
.about-us{padding:50px 0;}
.about-us .title{margin-bottom:50px;}
.about-us .title h2{font-size:2em;}
.about-us .title p{font-weight:200;}
.about-us .content{display:flex;flex-direction:column;justify-content:center;height:100%;padding:30px 0;}
.about-us .img img{width:100%;height:auto;border-radius:20px;}
.ms-box{margin-bottom:30px;border-radius:30px;padding:30px;background:#fff;box-shadow:0 0 10px #bababa;}
.ms-box i{margin-bottom:30px;font-size:3em;color:#aaa;border:1px solid #ddd;border-radius:50%;width:75px;height:75px;line-height:75px;text-align:center;}
.ms-vizyon-box{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;text-align:right;}
/*--- IS ORTAKLARIMIZ ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.is-ortaklarimiz-page .alfabe{display:flex;flex-direction:row;gap:5px;margin-bottom:50px;justify-content:space-between;overflow-x:scroll;}
.is-ortaklarimiz-page .alfabe button{border:0;background:unset;color:#C6C6C6;white-space:nowrap;padding:0 10px;text-transform:uppercase;font-size:1.25em;font-family: "Montserrat", sans-serif;font-weight:300;}
.is-ortaklarimiz-page .alfabe .active{color:#ED1C24;text-decoration:underline;}
.is-ortaklarimiz-page .iller{margin-bottom:80px;display:flex;flex-direction:row;justify-content:center;overflow-y:scroll;}
.is-ortaklarimiz-page .iller button{border:0;background:unset;white-space:nowrap;padding:0 10px;border-right:1px solid #58595B;color:#58595B;font-size:1.12em;font-family: "Montserrat", sans-serif;font-weight:300;}
.is-ortaklarimiz-page .iller button:last-child{border:0;}

.is-ortaklarimiz-page .firmalar{margin-bottom:50px;}
.is-ortaklarimiz-page .firmalar button{border:0;background:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:20px;text-align:center;width:100%;font-size:1.5em;text-transform:uppercase;}

.is-ortaklarimiz-page .map{margin-bottom:50px;}
.is-ortaklarimiz-page .map img{width:100%;height:auto;}
.is-ortaklarimiz-page .map svg g{position:relative;cursor:pointer;}
.is-ortaklarimiz-page .map svg g path{fill:#ddd;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;position:relative;}
.is-ortaklarimiz-page .map svg g path:hover{fill:#666;}
.is-ortaklarimiz-page .map svg .active path {fill:#ED1C24;}
.is-ortaklarimiz-page .map svg .active:hover path {fill:#ED1C24 !important;opacity:0.5;}
@media only screen and (max-width: 767px){
    .is-ortaklarimiz-page .firmalar button{max-width:calc(50% - 30px);flex:0 0 calc(50% - 30px);font-size:.9em !important;}
}
@media only screen and (min-width: 768px) and (max-width:991px){
    .is-ortaklarimiz-page .firmalar button{max-width:calc(50% - 30px);flex:0 0 calc(50% - 30px);font-size:.8em !important;}
}
#svg-turkiye-haritasi path.has-firma {fill: #2196f3 !important;}
#svg-turkiye-haritasi path {cursor: pointer;transition: all 0.3s ease;}
#svg-turkiye-haritasi path:hover {fill: #ffeb3b !important;transform: scale(1.02);z-index:999999;}
#svg-turkiye-haritasi path.active {fill: #4caf50 !important;stroke: #fff;stroke-width: 2px;filter: drop-shadow(0 0 5px rgba(76, 175, 80, 0.7));}

.gallery-thumbs {display: flex;gap: 8px;margin-top: 10px;flex-wrap: wrap;align-items: center;justify-content:center;}
.gallery-thumb {width: 150px;height: 150px;border-radius: 4px;overflow: hidden;cursor: pointer;transition: transform 0.2s;display: inline-block;}
.gallery-thumb.hidden {display: none !important;}
.gallery-thumb img {width: 100%;height: 100%;object-fit: cover;}
.gallery-thumb:hover {transform: scale(1.1);}
.thumb-more {width: 60px;height: 60px;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: white;display: inline-flex;align-items: center;justify-content: center;border-radius: 4px;font-weight: bold;font-size: 14px;cursor: pointer;}
.thumb-more:hover {background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);}

.no-firma{border:1px dashed #aaa;padding:20px;text-align:center;border-radius:20px;background:#fff;}
/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:130px 0;background:#FDFBF7;}
footer .f-top{overflow:hidden;}
footer .f-top ul{list-style:none;margin:0 auto;padding:0 25px;display:flex;flex-direction:row;gap:60px;justify-content:center;position:relative;width:fit-content;}
footer .f-top ul:before{content:'';width:100%;height:1px;background:#AEAAA4;position:absolute;top:50%;left:0;transform:translate(-100%,0);}
footer .f-top ul:after{content:'';width:100%;height:1px;background:#AEAAA4;position:absolute;top:50%;right:0;transform:translate(100%,0);}
footer .f-top ul>li>a{display:block;text-transform:uppercase;font-size:1.12em;color:#707070;}
footer .f-body{padding:50px 0;}
footer .f-body .f-body-grid{display:flex;flex-direction:row;align-items:center;}
footer .f-body .f-body-grid>div{flex:0 0 25%;max-width:25%;}
footer .f-body .f-body-grid .logo{}
footer .f-body .f-body-grid .logo img{max-width:100%;height:auto;}
footer .f-body .f-body-grid .contact>a{display:block;text-align:center;}
footer .social-media>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;justify-content:space-evenly;}
footer .social-media>ul>li>a{display:block;width:36px;height:36px;font-size:1.2em;background:#AEAAA4;color:#FDFBF7;border-radius:50%;line-height:36px;text-align:center;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;}
footer .contracts{margin-bottom:50px;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;}
@media only screen and (max-width:991px){
    footer .f-top ul{flex-direction:column;gap:20px;}
    footer .f-top ul>li>a{text-align:center;}
    footer .f-body .f-body-grid{flex-direction:column;align-items:unset;gap:50px;}
    footer .f-body .f-body-grid>div{flex:0 0 100%;max-width:100%;}
    footer .f-body .f-body-grid .logo img{margin:0 auto;display:block;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:var(--bg-color);color:#fff;}
.page .page-head a{color:#aaa;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;text-align: center;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;text-align: center;}
.page .page-head .breadcrumb{font-size:.8em;justify-content:center;}
.page .page-head .breadcrumb-item.active{color:#fff;}
.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;display:none;}
.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);}