@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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&display=swap');
html,body{
    width:100%;
    height:100%;
}
body{
    font-size:14px;
    font-family: "Montserrat", sans-serif;
    font-size:14px;
    color:var(--primary-text-color);
    background: #F0F1F2;
}
a{
    color:var(--primary-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(--primary-color);
}

p{margin-bottom:10px;}
@media only screen and (min-width : 1441px){
    .container{max-width:1320px;}
}

.text-align{text-align:center;}
/*.container-fluid{padding: 10px 55px 50px 55px;}*/

header{background-color:#F0F1F2;position:relative;}
header .sw-logo{padding:10px 0;}
header .sw-logo img{max-width:100%;height:auto;overflow:hidden;object-fit:cover;}
header .sw-menu .sw-menuTab{display: none;}
header .sw-menu{   width: 100%;align-items: center;display: flex;justify-content: end;}
header .sw-menu>ul{list-style:none;margin:0;padding:0;display:flex;justify-content: center;align-items:center;}
header .sw-menu > ul > li > a {display:block;padding:55px 20px;color:black;font-size:18px;position:relative;overflow:hidden;z-index:2;}
header .sw-menu > ul > li > a::after {content: ''; position: absolute; left: 0; right: 0;bottom: 0;width: 100%;height: 0; background-color: #1E3874;transition: height 0.3s ease, width 0.3s ease;z-index: -1;}
header .sw-menu > ul > li > a:hover::after { height: 100%;}
header .sw-menu > ul > li > a:hover{color:white;}
header .sw-menu>ul>li>button{    background: transparent; color: black; border: 1px solid black; padding: 5px 10px;}
header .sw-menu>ul>li>.head-flags{padding: 10px 3px;}
header .sw-menu>ul .flags{display: flex;flex-direction: row;justify-content: space-between;}
header .sw-menu > ul > li > ul {list-style: none;padding-left: 0;margin: 0;    background-color: #6f6565b8;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border-radius: 0px 0px 2px 2px;padding: 20px;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;position: absolute;z-index: 9999;opacity: 0;visibility: hidden;}
header .sw-menu > ul > li:hover > ul {opacity: 1;visibility: visible;}
header .sw-menu > ul > li > ul > li > a {position:relative;display: block;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;color: black;padding: 0px 5px;}
header .sw-menu > ul > li > ul > li > a:hover {color: #1D1D1D;}
header .sw-menu > ul > li > ul > li > a:hover::after{width: 100%;}
header .sw-menu > ul > li > ul > li > a::after{    content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background-color: #1D1D1D;transition: width 0.3s ease;}
header .sw-menu > ul > li:hover .menu-arrow {transform: translateY(-50%) rotate(180deg);transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
header .sw-menu > ul > li > ul > li > ul {position: absolute;left: 100%;top: 0;visibility: hidden;opacity: 0;transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;}
header .sw-menu > ul > li > ul > li:hover > ul {visibility: visible;opacity: 1;}

header .dropdown-content { display: none; position: absolute;     background-color: #c2c2c2c2;border-radius: 0px 0px 2px 2px;  min-width: 100px;  z-index: 1;}
header .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none;  display: block;}
header .dropdown-content a:hover { background-color: #f1f1f1;color:#1D1D1D;}
header .show {display: block;}

@media only screen and (max-width:991px){
    header{padding:15px;overflow: visible;}
    header .col-lg-11{    margin-bottom: 12px;width: 100%;text-align: center;}
    header .h-top .topl-link {font-size: 10px;}
    header .sw-logo{margin-bottom:10px;}
    header .sw-logo img{margin:0 auto;}
    header .sw-menu .sw-menuTab{width: 100%;display:block;padding:10px;color:#fff;font-weight:700;background: #3F3F3FC2;}
    header .sw-menu>ul{position:absolute;left:0;width:100%;z-index:99;flex-direction:column;background:#333333f2;align-items:flex-start;padding:10px;display:none;top:90%;}
    header .sw-menu>ul>li{width:100%;border-bottom:1px dashed #bbb;}
    header .sw-menu > ul > li > ul {background:#494949;}
    header .sw-menu>ul>li:last-child{border:0;padding-top:10px;}
    header .sw-menu>ul>li>a{color:#fff;padding:10px;}
    header .sw-menu>ul .flags{justify-content: center;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header{padding:20px 15px;}
    header .sw-menu>ul>li>a{padding:10px;font-size:13px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header{padding: 30px 0px;}
    header .sw-menu>ul>li>a{padding:10px 17px;font-size:12px;}
}


@media only screen and (min-width:1441px){
    .container-fluid{max-width:90%;}
}

/*--- SLİDE ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slide{position:relative;overflow:hidden;}
.slide .swiper-slide{position:relative;}
.slide .swiper-slide .slide-img{width:100%;height:auto;}
.slide .swiper-slide .container{position:absolute;height:50%;z-index:999;left:14%;margin:0 auto;display:flex;flex-direction: column;bottom: 25%;justify-content: space-evenly;max-width: 60%;}
.slide .swiper-slide .container .text{}
.slide .swiper-slide .container .title{color: white;font-size: 55px;font-weight: 600;}
.slide .swiper-slide .container .content{color: white;font-size: 18px;margin-bottom: 3%;}
.slide .swiper-slide .container .text>p{color: white;font-size: 20px;}
.slide .swiper-slide .container .button{background: var(--primary-color);padding: 15px 30px;font-size:18px;width: fit-content;color: white;transition: 1s ease;}
.slide .swiper-slide .container .button:hover{background: white;color:var(--primary-color); }
.slide .col-lg-1 ul{list-style: none; height: 50%; display: flex;  flex-direction: column;    justify-content: space-evenly;  align-items: center;padding-left: 0;}
.slide .col-lg-1 ul>li>a>i{    color: #BDBDBD; font-size: 24px;}
.slide .col-lg-1 .r-tel .slide-tel{color: #BDBDBD;font-size: 24px;white-space: nowrap;letter-spacing: 0.48px;}
.slide .col-lg-1 .r-tel{transform: rotate(270deg); white-space: nowrap;  display: inline-block;}
.slide .r-side{    display: flex; flex-direction: column; justify-content: space-around; height: 100%;}

@keyframes leftToRight{
    to{object-position: right;}
    from{object-position: left;}
}
@media only screen and (max-width:991px){
    .slide .swiper-slide .container {height: 60%;left: 5%;bottom: 20%;max-width: 90%;}
    .slide .swiper-slide .container .title{font-size: 16px;margin-bottom: 2%;;}
    .slide .swiper-slide .container .text>p{font-size: 14px;}
    .slide .swiper-slide .container .content{font-size: 12px;}
    .slide .swiper-slide .container .button{font-size: 12px;}
    .slide .swiper-slide .container button{font-size: 12px;}
    .slide .container-fluid{padding:15px;}
    .slide .r-side{flex-direction: row; align-items: center;}
    .slide .col-lg-1 ul>li{    padding: 0px 10px;}
    .slide .col-lg-1 .r-tel{transform: none;}
    .slide .col-lg-1 .r-tel .slide-tel{font-size: 16px;}
    .slide .col-lg-1 ul>li>a>i {font-size: 16px;}
    .slide .col-lg-1 ul {height: 100%;flex-direction: row;align-items: flex-end;}

}
@media only screen and (max-width:767px){
    .slide .swiper-slide .slide-img{height:60vh;}
    .slide .swiper-slide-active .slide-img{animation:leftToRight 10s infinite linear;width:100%;object-fit: cover;}

}
@media only screen and (min-width:768px) and (max-width:991px){
    .slide .swiper-slide .slide-img{height:60vh;}
    .slide .swiper-slide-active .slide-img{animation:leftToRight 10s infinite linear;width:100%;object-fit: cover;}
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .slide .swiper-slide .slide-img{height:60vh;}
    .slide .swiper-slide .container{padding-bottom:100px;height: 70%;bottom: 10%;}
    .slide .container-fluid{padding: 0px;}
}
@media only screen and (min-width:1201px) and (max-width:1440px){
    .slide .container-fluid{padding: 0px;}
    .slide .swiper-slide .slide-img{height:60vh;}
    .slide .swiper-slide .container{padding-bottom:100px;}
    .slide .swiper-slide .container{padding-bottom:100px;height: 70%;bottom: 10%;}

}
.about{position:relative;overflow:hidden;border-top: 1px solid var(--primary-color);}
.about .container-fluid{padding-left:30px;padding-right:30px;}
.about .about-l{height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;}
.about .about-l .title{color:#AFAFAF;font-size:24px;margin-bottom:5%;font-weight:500;}
.about .about-l .content{font-size:16px;color:#444444;line-height:1.8;margin-bottom:3%;padding-right:15px;}
.about .about-l .button{color:#444444;font-size:20px;border-bottom:1px solid var(--primary-color);width:fit-content;margin-bottom:5%;text-transform:uppercase;font-weight:500;}
.about .about-l .slogan{color:#1E3874;font-size:40px;font-weight:bold;text-align:right;position:absolute;bottom:0;right:10px;}
.about .about-l .slogan span{color:#6493FF;}
.about .about-m{position: relative;}
.about .about-m .m-bg{width:100%;height:752px;object-fit:cover;overflow:hidden;}

.about .about-m:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: rgba(30, 56, 116, 1) 0% 0% no-repeat padding-box;opacity: 0.8;}

.about .about-m .about-m-body{position:absolute;top:0;bottom:0;margin:0 auto;display:flex;flex-direction:row;align-items:center;padding:30px;overflow:hidden;z-index:9;}
.about .about-m .r-content {padding-left:20px;border-left:1px solid white;}
.about .about-m .r-content .box{ color: white;margin-bottom: 3%;}
.about .about-m .r-content .box .content{ color: white;}
.about .about-m .r-content .box .content h3{font-size:20px;font-weight:bold;}
.about .about-m .r-content .box .content p{font-size:16px;font-weight:300;}
.about .about-m .slogan{position:absolute;bottom:0;color:white;font-size: 40px; font-weight: bold;}
.about .about-r {  position: relative;}
.about .about-r .r-bg { width: 100%;  height: 752px;   overflow: hidden;  object-fit: cover;}
.about .about-r .button { position: absolute;  top: 50%;  left: 50%; transform: translate(-50%, -50%);  text-align: center;}
.about .about-r .button .text {color:#222222; font-size:20px;font-weight: 600; margin-top: 10px; text-transform:uppercase; }
@media only screen and (min-width:1201px) and (max-width:1440px){
.about .about-l .slogan{font-size: 32px;}
.about .about-m .slogan{font-size: 32px;}
}
@media only screen and (min-width:992px) and (max-width:1200px){
.about .about-l .slogan{font-size: 26px;}
.about .about-m .slogan{font-size: 26px;}
.about .container-fluid{padding: 0;}
.about .about-l{ padding: 30px;}


}
@media only screen and (max-width:991px){
    .about .about-l{padding: 30px;}
    .about .about-l .slogan{display: none;}
    .about .about-m .slogan{display: none;}
    .about .container-fluid{ padding: 0;}
    .about .about-r .r-bg {height: auto;}
    .about .about-l .content {font-size: 16px;}
}

/*--- Service ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.service {padding:100px 0;overflow:hidden;position:relative;}
.service .sub-title{transition: 1s ease;position: relative;}
.service .sub-title a{color: var(--primary-color);font-size: 40px;font-weight: bold;}
.service .sub-title:before{ transition: 1s ease;   content: '';  border: 1px solid var(--primary-color);  position: absolute;  bottom: 50%;  left: 30%;  height: 1px;  width: 70%;   right: 0;}
.service .sub-title:hover:before{width: 20%;border: 1px solid #3D3D3D;}
.service .sub-title a:hover{color: #3D3D3D;}
.service .swiper-slide { position: relative; transition: transform 0.6s ease-in-out;margin-top:3%; } 
.service .swiper-slide .content{position: absolute;bottom: 0;padding: 10px;z-index: 3;}
.service .swiper-slide .content .title{    color: white;  font-size: 24px;  border-bottom: 1px solid white;  width: fit-content;  margin-bottom: 5%;}
.service .swiper-slide .content .text{      font-size: 13px;color: white;}
.service .swiper-slide .service-img { width: 100%; height: 650px; overflow: hidden; object-fit: cover; transition: transform 0.3s ease-in-out; } 
.service .swiper-slide:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, #000000a6); z-index: 1; }
.service .swiper-slide:hover:before {background: linear-gradient(to bottom, transparent, var(--primary-color));}
.service .swiper {  position: relative;}
.service .swiper-button-prev,
.service .swiper-button-next{position:absolute;top:60%;transform:translateY(-50%);width:60px;height:60px;background-color:#F0F1F2;color:white;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;}
.service .swiper-button-prev{left:4%;box-shadow:0px 3px 30px #9797975C;}
.service .swiper-button-next{right:4%;box-shadow:0px 3px 30px #9797975C;}
.service .swiper-button-prev:after,.service .swiper-button-next:after{color: #737373;}

@media only screen and (max-width:991px){
    .service .swiper-button-prev{left: 0%;width: 40px;height: 40px;}
    .service .swiper-button-next{right: 0%;width: 40px;height: 40px;}
    .service .swiper-button-prev:after,.service .swiper-button-next:after{font-size: 30px;}
    .service .sub-title:before{display: none;}
    .service .sub-title{font-size: 32px;font-weight: bold;}
    .service .swiper-slide .service-img {height: auto;}
}
@media only screen and (min-width:992px) and (max-width:1200px){
        .service .swiper-button-prev{left: 1%;width: 50px;height: 50px;}
    .service .swiper-button-next{right: 1%;width: 50px;height: 50px;}
}
@media only screen and (min-width:1201px) and (max-width:1440px){
        .service .swiper-button-prev{left: 3%;width: 50px;height: 50px;}
    .service .swiper-button-next{right: 3%;width: 50px;height: 50px;}
}
.deco{position: relative; padding: 40px 0px 400px 0px;}
.deco .deco-bg{width: 100%;height: auto;object-fit: cover;}
.deco .deco-bot{    position: absolute;  transform: translateY(-45%); left: 0; right: 0; margin: 0 auto;width: 80%;}
.deco .deco-top{position: absolute; top: 10%;text-align: center;margin:0 auto;left:0;right:0;}
.deco .deco-top .title{font-size: 44px;color: white;font-weight: bold;}
.deco .deco-top .content{    color: white;  font-size: 18px;  width: 50%;  margin: 0 auto;  text-align: center;line-height: 1.5; margin-top: 1%;}
.deco .deco-img{width: 100%;height: 350px;object-fit: cover;overflow: hidden;border-radius: 10px;}
.deco .box{background: white;border-radius: 10px;box-shadow: 0px 8px 120px #00000026;overflow: hidden;}
.deco .box .box-content{padding: 20px 50px;}
.deco .box .box-content .sub-title{display:block;color:#797979;font-size:22px;font-weight:500;transition:.5s ease;position: relative;line-height:1.2em;min-height:2.4em;}
.deco .box .box-content .sub-title:after{transition: .5s ease;  content: ""; position: absolute; bottom: -10px; left: -20px;   width: 80%;  height: 2px;   background-color: #797979; }
.deco .box .box-content .text{      color: #797979;  font-size: 14px; margin-top: 5%;    display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis;min-height:100px;}
.deco .box .box-content .sub-title:hover:after{left: 0px;background: var(--primary-color);}
.deco .box .box-content .sub-title:hover{color:var(--primary-color); }
@media only screen and (min-width:1201px) and (max-width:1440px){
    .deco .deco-bot{width: 80%;}
}
@media only screen and (min-width:992px) and (max-width:1200px){
     .deco .deco-bot{width: 90%;}
     .deco .deco-top .content {width: 75%;}
}
@media only screen and (max-width:991px){
    .deco{padding: 40px 0px 0px 0px;}
    .deco .deco-bg{height: 70vh;}
    .deco .deco-bot{position: relative;width: 100%;transform: translateY(-10%);}
    .deco .deco-top .title {font-size: 32px;}
    .deco .deco-top .content {font-size: 12px;width: 90%;}
    .deco .box .box-content{padding: 10px 20px;}
    .deco .box .box-content .sub-title {font-size: 18px;}
    .deco .box .box-content .text {margin-top: 7%;font-size: 12px;}
    .deco .box{margin-bottom: 5%;}
}
.offer{position: relative;overflow: hidden;}
.offer .offer-bg{width:100%;height: auto;  object-fit: cover;}
.offer .container{position:absolute; top: 0; bottom: 0; margin: 0 auto;  left: 0;  right: 0;  display: flex;  flex-direction: column;   justify-content: center; height: 100%;}
.offer .title{color:white;font-size:44px;text-align:center;font-weight:bold;margin-bottom:20px;}
.offer .slogan{color:white;font-size:18px;width:55%;margin:0 auto;text-align:center;line-height:1.5;margin-bottom:100px;font-weight:300;}

.offer .buttons{position:relative;margin:0 auto;display:flex;justify-content:space-between;flex-direction:row;align-items:center;background:#ffffff;border-radius:44px;padding:10px;gap:20px;width:fit-content;padding-left:160px;min-width:50%;}
.offer .buttons img{position:absolute;left:0;}
.offer .buttons span{font-size:20px;color:#9B9B9B;display:block;line-height:69px;}
.offer .buttons a{background:#00D130;border-radius:35px;line-height:69px;padding:0 20px;color:#ffffff;}

.offer .offer-ico{padding-left: 40px;width: 40%;}
@media only screen and (max-width: 767px) {
    .offer .offer-bg {height:70vh;}
    .offer .title {font-size:32px;}
    .offer .slogan {font-size:16px;width:90%;}
    .offer .teklif-button {padding:12px 24px;font-size:14px;}
}


.m4 {position:relative;padding:45px 0;width:100%;overflow:hidden;}
.m4 .m4-bg {width:100%;height:auto;object-fit:cover;}
.m4 .m4-body {position:relative;}
.m4 .m4-body:before{content:'';z-index:-1;width:130%;height:80%;position:absolute;top:10%;left:0;background:url('../images/eskisehir-hali-yikama.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m4 .content {display:flex;flex-direction:column;height:100%;justify-content:center;padding:50px;}
.m4 .sub-title {color:white;font-size:30px;width:75%;margin-bottom:5%;text-align:left;}
.m4 .text {color:white;font-size:18px;text-align:left;}
.m4 .more {transition:.5s ease;width: fit-content;border:1px solid transparent; color: var(--primary-color); background: white; padding: 15px 30px; margin-top: 7%; text-align: center; border-radius: 5px; display: block; text-decoration: none; }
.m4 .more:hover{background: transparent;color:white;border: 1px solid white;}
.m4 .m4-img {width:100%;height:auto;object-fit:cover;border-radius:10px;}
.m4 .title {position:relative;top:0;left:0;}
.m4 .title a{font-size:44px;color:var(--primary-color);text-align:left;font-weight:bold;transition:.5s ease;}
.m4 .title a span{color:#6493FF;}
.m4 .title:before {transition:.5s ease;content: '';border:1px solid var(--primary-color);position: absolute;bottom:0px;right:0;width:55%;height:1px;top:0;margin:auto;}
.m4 .title:hover:before{width: 20%;border: 1px solid #3D3D3D;right: auto;left: 40%;}
.m4 .title:hover a{color:#3D3D3D;}
@media only screen and (min-width:992px) and (max-width:1200px){
    .m4 .title a{font-size:40px;}
    .m4 .sub-title{font-size:24px;width:90%;}
    .m4 .text{font-size:14px;}
    .m4 .title:before{width:60%;}
}
@media (max-width: 991px) { 
    .m4 .title{font-size:2rem;}
    .m4 .sub-title{font-size:1.5rem;width: 90%;}
    .m4 .text{font-size:0.875rem;}
    .m4 .more{padding:12px 20px;}
}
@media (max-width: 767px) { 
    .m4 .container-fluid{padding: 0;}
    .m4 .m4-body {flex-direction:column;padding:20px;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;} 
    .m4 .sub-title {font-size:18px;width:100%;} 
    .m4 .text {font-size:12px;width:100%;} 
    .m4 .more {font-size:12px;}
    .m4 .m4-img {height:auto;} 
    .m4 .title a{font-size:32px;text-align:center;}
    .m4 .title{text-align:center;}
    .m4 .title:before{display:none;}
    .m4 .content{padding: 30px 0px;}
}

.references{    position: relative; padding: 50px 0px;}
.references .title{text-align: center;}
.references .title a{    color: #020202;   font-size: 44px; font-weight: bold;}
.references .ref-slogan{    color: #858585;  font-size: 18px;   width: 70%;   margin: 0 auto;   text-align: center;   line-height: 1.5;   margin-bottom: 2%;   margin-top: 2%;}
.references .owl-carousel .owl-item img{width: 100%;height: auto;object-fit: cover;}
@media only screen and (max-width:991px){
    .references .title a{font-size: 32px;}
    .references .ref-slogan{  font-size: 12px;margin-bottom: 5%;width: 100%;}
    .references{ padding: 20px 0px;}
}


/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;background:#f9f9f9;}

footer .workhour{margin-bottom:50px;    line-height: 35px; color: #7C7C7C;font-size: 16px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;border-top:1px solid #eee;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:20px;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;}

footer{padding:50px 0 0 0;background:#f9f9f9;}
footer h3{font-size:20px;font-weight:700;margin-bottom:20px;color:#1D1D1D;}
footer .workhour{margin-bottom:50px;line-height:35px;color:#7C7C7C;font-size:16px;}
footer .logo{margin-bottom:20px;}
footer .logo img{max-width:90%;height:auto;overflow:hidden;object-fit:cover;}
footer .tel-loc{padding:25px 0px;}
footer .tl{display:flex;flex-direction:row;align-items:center;margin-bottom:3%;}
footer .tl>img{margin-right:15px;width:15px;height:21px;filter: brightness(0) saturate(100%) invert(50%) sepia(4%) saturate(8%) hue-rotate(314deg) brightness(95%) contrast(92%);}
footer .tl .content{ color: #7C7C7C; font-size: 18px;} 
footer .follow-foot{    color: #1D1D1D;font-size: 25px; font-weight: bold;margin-bottom: 2%;}
footer .socialfoot{list-style: none;display: flex;flex-direction: row;    padding-left: 0px;}
footer .socialfoot>li{padding: 0px 10px;}
footer .socialfoot>li>a>i{color: var(--primary-color);}
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;    color: #7C7C7C;font-size: 16px;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;color:var(--primary-color);}
footer .list2{margin-bottom:50px;}
footer .list2>ul{list-style:none;margin:0;padding:0;display: flex;  flex-direction: row;  justify-content: flex-start;}
footer .list2>ul>li{display:flex;align-items:center;}
footer .list2>ul>li i{margin-right:10px;font-size: 25px;}
footer .list2>ul>li>span,footer .list>ul>li>a{display:inline-block;    color: #7C7C7C;font-size: 16px;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 .list2>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;color:var(--primary-color);}

/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0; background:url('../images/kapak.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;color:var(--bg-color);}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;color:var(--bg-color);}
.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding: 50px 0 20px 0;overflow: hidden;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}
.page .page-body .sticky-image{width: 100%;object-fit: cover;overflow: hidden;}

.page .page-head .title nav ol li{color:var(--bg-color);}
.page .page-head .title nav ol li a{color:var(--bg-color);}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:var(--bg-color);}
.page .page-body .page-content{margin-bottom:50px;}
.page .page-body .page-cover{margin-bottom:50px;border-radius:10px;overflow:hidden;position:sticky;top:10px;bottom:10px;}

@media (max-width: 991px) { 
.container-fluid{padding: 15px;}
.page .page-body{font-size: 14px;}
.sticky-image {width:98% !important; }
.page .page-head{}
}
/*--- 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 var(--border-color);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;top:25px;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;}
/*--- 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:99;}
.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);}