p{box-sizing:border-box;outline:unset}
html,body{min-height:100%;height:100%;font-family:'Montserrat', sans-serif;padding: 0;margin: 0;}
a{text-decoration:none;color:unset;}
.container{max-width:1200px;width:100%;display:block;margin:0 auto;}

#mFull {height: 0;width: 100%;position: fixed;z-index: 99999999999;top: 0;left: 0;background: linear-gradient(100deg, #167ac6 23%, #00b5f5 75%);overflow-x: hidden;transition: 0.5s;box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 32%);}
#mFull .container {height: 100%;padding: 0;display: grid;grid-template-rows: 100px 1fr 120px;max-width: 90%;}
#mFull .container .header {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;border-bottom: 1px solid rgb(255 255 255 / 36%);}
#mFull .container .header span {color: #fff;font-weight: 500;flex: 1;padding-left: 15px;}
#mFull .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;}
#mFull .container .content .info {position:relative;flex: 1;display: flex;flex-direction: column;/* text-align: right; */padding-top: 27px;}
#mFull .container .content .info > div {margin-bottom: 39px;}
#mFull .container .content .info::after {content:'';position:absolute;left: 0;top: 0;bottom: 0;width:1px;/* background: rgb(255 255 255 / 36%); */}
#mFull .container .content .info i {font-size: 32px;color: rgb(255 255 255 / 49%);display: block;margin-bottom: 15px;}
#mFull .container .content .info a {font-size: 17px;display: block;line-height: 0.5;padding: 15px 0 0 0;color: rgb(255 255 255 / 75%);}
#mFull .container .content .info .phone {position: relative;width: fit-content;}
#mFull .container .content .info .phone a {font-size: 19px;}
#mFull .container .content .info > div::before {content: '';position: absolute;top: 45px;right: 0;width: 25px;height: 2px;background: rgb(255 255 255 / 38%);}
#mFull .container .content .info .mail {position: relative;width: fit-content;}
#mFull .container .content .info .social { position: relative; }
#mFull .container .content .info .social .socials {padding: 15px 0 0 0;}
#mFull .container .content .info .social .socials a {text-decoration:none;color:#FFF;width: 45px;height: 40px;display:inline-block;border-radius:10px;margin-left: 10px;font-size: 25px;line-height: 40px;overflow:hidden;position:relative;text-align:center;transition:transform .4s linear 0s,border-top-left-radius .1s linear 0s,border-top-right-radius .1s linear 0.1s,border-bottom-right-radius .1s linear 0.2s,border-bottom-left-radius .1s linear .3s;padding: 0;}
#mFull .container .content .info .social .socials i {color: inherit;display: inline-block;font-size: inherit;margin: 0;}
#mFull .container .content .info .social .socials a.facebook{background-color:#3b5998;border:2px solid #3b5998}
#mFull .container .content .info .social .socials a.twitter{background-color:#00aced;border:2px solid #00aced}
#mFull .container .content .info .social .socials a.youtube{background-color:#b00;border:2px solid #b00;}
#mFull .container .content .info .social .socials a.facebook:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .container .content .info .social .socials a.twitter:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .container .content .info .social .socials a.youtube:hover{transform:rotate(360deg);border-radius:50%;}
#mFull .closebtn {font-size: 50px;color: #ffffff;text-align: right;width: 100%;max-width: 100px;}
#mFull .container .content ul{flex: 1;list-style-type:none;margin: 0;padding-left: 20px;}
#mFull .container .content ul li{position:relative;padding: 10px 0;}
#mFull .container .content ul li::before{position:absolute;content:'';width:25px;height: 2px;bottom:0;left: 0;background-color: #ffffff;transition: .4s all;}
#mFull .container .content ul li:last-child::before{display:none}
#mFull .container .content ul li a{color: rgb(255 255 255 / 84%);text-decoration:none;font-size: 18px;font-weight: 500;}
#mFull .container .content ul li a:hover{color: #ccc;}
#mFull .container .content ul li:hover::before{width: 50px;}
#mFull .container .header .leftMenu{display: flex;}
#mFull .container .header .langM{display: flex;align-items: center;justify-content: center;margin-right: 18px;}
#mFull .container .header .langM a{padding: 6px 10px;background: #575453;color: #fff;font-size: 12px;}
#mFull .container .header .langM .langActive{background: #ae1716;}
#mFull .dropdownMenu {position: relative;display: none;}
#mFull .dropdownMenu a{padding-top: 10px;}
#mFull .dropdownMenu .colmnMenu{display: flex;flex-direction: column;}
#mFull .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#mFull .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#mFull .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#mFull .footerNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding: 20px 0;border-top: 1px solid rgb(255 255 255 / 36%);}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #ffffffd1;font-weight:300;font-size: 13px}
#mFull .flags img{width: 100%;height: 84px;object-fit: contain;margin: 0 5px -60px;opacity: 0.7;}
#mFull .flags img:hover{opacity: 1; filter: brightness(150%);}
#mFull .flags img.aktif {opacity: 1;/* filter: brightness(150%); */}
#mFull .footerNav-social a{margin-left:5px}
#mFull .footerNav-social a:first-child{margin-left:0}
#mFull .footerNav-social img{width: 26px;height: 26px;}
#mFull .footerNav-inviva{display:flex}
#mFull .footerNav-inviva img{width:62px;height:16px}

#header{width: 100%;position: fixed;top: 0;left: 0;right: 0;z-index: 99999999;height: 120px;transition: all .3s;}
#header:before{position: absolute;content: "";top: 48px;width: 64%;height: 1px;right: 0;z-index: 999999;background: rgb(23 40 68 / 21%);transition: all .3s;}
#header .container{display: flex;flex-wrap: wrap;transition: all .3s;height: 100%;/* flex-direction: row-reverse; */}
#header.sticky{height: 75px;/* padding: 7px 0; */transition: all .3s;/* box-shadow: 0px -3px 20px 4px rgb(0 0 0 / 36%); */position: fixed;background: unset;}
#header.sticky .container .headerLeft .logo{transition: all .3s;height: 93px;bottom: -27px;}
#header.sticky .container .headerLeft .icon{height: 50px;width: 50px;transition: all .3s;bottom: -39px;}
#header.sticky .container .headerRight .top{height: 45px;transition: all .3s;display: none;}
#header.sticky .container .headerRight .mobilMenu{padding: 0 15px;}
#header.sticky  .container .headerRight .bottom ul li:hover .altMenu{top: 75px;}
#header.sticky:before{display: none;}
#header .container .headerLeft{flex: 0.4;/* align-items: center; */display: flex;justify-content: center;position: relative;flex-direction: column;background: #fff;border-bottom-right-radius: 50px;margin-right: 45px;}
#header .container .headerLeft:before{content: "";position: absolute;left: -100000%;top: 0;bottom: 0;width:100000% ;background: #fff;}
#header .container .headerLeft .logo{transition: all .3s;object-fit: contain;width: 100%;/* max-width: 175px; */height: 125px;transition: all .3s;/* filter: brightness(0.5); */position: absolute;bottom: -39px;left: -36px;}
#header .container .headerLeft .icon{transition: all .3s; height: 80px;transition: all .3s;position: absolute;bottom: -59px;background: #ffffff;border-radius: 100%;width: 80px;padding: 4px;object-fit: contain;box-shadow: 0px 7px 7px 1px rgb(0 0 0 / 18%);}
#header .container .headerRight{flex: 1;display: flex;align-items: center;flex-direction: column;position: relative;padding-right: 84px;background: linear-gradient(270deg, rgb(1 94 234) 0%, rgba(1,104,177,1) 50%, #00c0fa 100%);border-bottom-left-radius: 50px;}
#header .container .headerRight:before{position: absolute;content: "";right: -100%;top: 0;bottom: 0;background: #015eea;width: 100%;}
#header .container .headerRight .mobilMenu{height: 100%;display: flex;align-items: center;padding: 0 25px;background: #015eea;cursor: pointer;position: absolute;right: 0;top: 0;z-index: 999999999;}
#header .container .headerRight .mobileMenu:hover{opacity: 0.9;transition: all .3s;}
#header .container .headerRight .top {width: 100%;display: flex;height: 36px;padding: 7px 17px 3px 0;align-items: center;justify-content: flex-end;/* border-bottom: 1px solid #ddd; */transition: all .3s;}
#header .container .headerRight .top .phone{display: flex;align-items: center;justify-content: center;/* border-left: 1px solid rgb(217 217 217 / 24%); */border-right: 1px solid rgb(1 104 177 / 56%);padding: 0 10px;font-size: 13px;font-weight: 500;color: rgb(255 255 255);}
#header .container .headerRight .top .phone img{width: 20px;height: 31px;object-fit: contain;margin-right: 10px;}
#header .container .headerRight .top .searcHome{padding: 0 13px;max-width: 251px;width: 100%;height: 100%;}
#header .container .headerRight .top .searcHome .searchProduct {display: block;width: 100%;height: 100%;float: left;/* background: #fff; *//* border: 1px solid #d2d2d3; */position: relative;}
#header .container .headerRight .top .searcHome .searchProduct form {display: block;float: left;width: 100%;position: relative;overflow: hidden;/* background: rgb(221 221 221 / 0%); */height: 100%;}
#header .container .headerRight .top .searcHome .searchProduct form input {display: block;float: left;width: 100%;height: 100%;padding: 0;margin: 0;padding-left: 9px;font-size: 11px;/* color: #fff!important; */}
#header .container .headerRight .top .searcHome .searchProduct form button {display: block;position:  absolute;right: 0;height: 100%;top: 0;/* background: #ffffff; */border: none;/* border-left: 1px solid #c7c7c7; */padding: 5px 15px;color: #000000;font-size: 14px;font-weight: 600;cursor: pointer;}#header .bottom .container 
#header .container .headerRight .top .searcHome .searchProduct.cash {position:  absolute;width: auto;left: 20px;right: 20px;top: 20px;z-index:  99;}
#header .container .headerRight .top .searcHome .searchProduct form input::placeholder {color: #fff;}
#header .container .headerRight .top .searcHome .searchProduct.cash input {color: #01a6d3;border: unset;font-weight: 600;background: rgb(221 221 221 / 0%);}
#header .container .headerRight .top .searcHome .searchProduct.cash button {background: rgb(255 255 255 / 0%);}
#header .container .headerRight .top .searcHome .searchProduct:after{content: "";position: absolute;bottom: -3px;/* left: 0; */right: 0;width: 100%;height: 3px;/* background: #f39200; */}
#header .container .headerRight .top .lang{margin: 0 10px;background: rgb(241 241 241 / 74%);height: 100%;display: flex;align-items: center;padding: 10px;}
#header .container .headerRight .top .lang .langLeft{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: row;color: #9f9f9e;}
#header .container .headerRight .top .lang .langLeft img{opacity: .5;}
#header .container .headerRight .top .lang .langLeft span{font-size: 15px;font-weight: 700;margin: 0 10px;color: #969696;}
#header .container .headerRight .top .lang .langRight{/* width: 30px; *//* height: 100%; */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .headerRight .top .lang .global{width: 35px;height: 100%;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#header .container .headerRight .top .lang i{font-size: 21px;color: #c99e67;}
#header .container .headerRight .top .lang .global i{color: #fbfbfb;padding-left: 8px;font-size: 20px;}
#header .container .headerRight .top .lang .dropbtn {background-color: #ffffff;color: white;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .headerRight .top .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .headerRight .top .lang .dropdown {position: relative;display: inline-block;width: 100%;display: flex;}
#header .container .headerRight .top .lang .dropdown-content {display: none;top: 30px;left: 0;position: absolute;background-color: #636464;width: 100%;overflow: auto;z-index: 99999;}
#header .container .headerRight .top .lang .dropdown-content a {color: #fbfbfb;width: 100%;height: auto;text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;padding: 9px;font-size: 13px;}
#header .container .headerRight .top .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .headerRight .top .lang .dropdown a:hover {background-color: #8e8e8e;color: #e5e5e5;}
#header .container .headerRight .top .lang .show {display: block;}
#header .container .headerRight .top .lang .langue{width: 100%;display: flex;align-items: center;flex-direction: row;}
#header .container .headerRight .top .social {padding: 0 0 0 10px;display: flex;margin-top: -9px;}
#header .container .headerRight .top .social a {transition: all .3s;padding: 3px 9px;/* background: #ddd; *//* color: rgb(255 255 255); *//* font-size: 20px; */background: rgb(255 255 255 / 57%);height: 20px;display: flex;align-items: center;justify-content: center;width: inherit;margin-left: 3px;border-radius: 4px;}
#header .container .headerRight .top .social a i{font-size: 15px;color: #fff;}
#header .container .headerRight .top .social a:hover{transition: all .3s;transform: scale(.89);}
#header .container .headerRight .bottom{width:100%;height: 100%;flex: 2;display: flex;align-items: center;padding: 0px 25px 0 0;}
#header .container .headerRight .bottom::after{position: absolute;content: "";left: -100%;top: 0;right: 0;width: 100%;height: 60px;background: #e51e20;display: none;}
#header .container .headerRight .bottom ul{display:flex;height:100%;align-items:center;flex-direction:row;list-style:none;padding:0;margin:0;width: 100%;margin-left: 0;justify-content: flex-end;}
#header .container .headerRight .bottom ul .menuActive{border-bottom: 2px solid #a1aaba;}
#header .container .headerRight .bottom ul li{position: relative;height: 100%;display: flex;align-items: center;/* background: #fff; *//* width: 100%; */justify-content: space-between;}
#header .container .headerRight .bottom ul li:first-child::after{display: none;}
#header .container .headerRight .bottom ul li:last-child::after{display: none;}
#header .container .headerRight .bottom ul li a{font-weight: 600;font-size: 13px;transition:all .5s;border-radius:0;padding: 0px 10px;width: 100%;transition: all .3s;color: #ffffff;display: flex;align-items: center;/* background: #fff; */height: 100%;text-transform: uppercase;}
#header .container .headerRight .bottom ul li a::after {position: absolute;content: '';height: 3px;right: 0;bottom: 0;left: 0;background-color: #00d8f5;transform: scale(0);transform-origin: center;transition: all ease .5s;}
#header .container .headerRight .bottom ul .menuActive{/* background-color: #c7843d; *//* color: #fff; */border-bottom: 3px solid #ddd;}
#header .container .headerRight .bottom ul li:hover a::after {transform: scale(1);}
#header .container .headerRight .bottom ul li a i{color: #ffffff;}
#header .container .headerRight .bottom ul li:hover a i{color: #fff;}
#header .container .headerRight .bottom ul li .altMenu{/* display:none; */position:absolute;top: 120px;left: 0;width: 275px;background: linear-gradient(270deg, rgb(24 41 70) 0%, rgba(1,104,177,1) 100%);z-index: -111;font-size: 15px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgba(0, 0, 0, 0.2);transition: all .4s;opacity: 0;display: none;}
#header .container .headerRight .bottom ul li .altMenu ul{flex-direction: column!important;}
#header .container .headerRight .bottom ul li .altMenu li{display:block!important;border-radius: 0;}
#header .container .headerRight .bottom ul li .altMenu li {width: 100%;}
#header .container .headerRight .bottom ul li .altMenu li:after{display: none;}
#header .container .headerRight .bottom ul li .altMenu li a:after{display: none!important;}
#header .container .headerRight .bottom ul li .altMenu li a{padding: 10px;background: unset!important;/* color: #000000!important; */height: auto;width: revert;}
#header .container .headerRight .bottom ul li .altMenu li:hover a{background:#e4e4e4!important ;}
#header .container .headerRight .bottom ul li .altMenu li:hover{border-radius: 0!important;background: #0087f5!important;transition: all .3s;/* border-top-right-radius: 29px; *//* border-bottom-right-radius: 10px; */}
#header .container .headerRight .bottom ul li .altMenu li:hover a{border-radius: 0!important;background: unset!important;transition: all .3s;color: #fff!important;}
#header .container .headerRight .bottom ul li:hover .altMenu{top: 74px;left: 0;transition: all .4s;opacity: 1;z-index: 99999999;display: block;}
#header .container .headerRight .bottom ul li .altMenu li:hover ul.subMenu {visibility: visible;opacity: 1;left: -100%;transition: all .3s;display: inline-table;box-shadow: 1px 8px 6px 0px rgb(0 0 0 / 20%);background: #0087f5;}
#header .container .headerRight .bottom ul li .altMenu .subMenu li{min-width:190px;color:#f2f2f2;/* border-bottom: 1px solid rgba(173, 173, 173, 0.46); */height: auto!important;}
#header .container .headerRight .bottom ul li .altMenu .subMenu li:last-child{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgb(0 0 0 / 20%);}
#header .container .headerRight .bottom ul li .altMenu .subMenu li:hover a{background-color: #6f6f6f!important;background: #172c4a!important;color: #fff!important;}
#header .container .headerRight .bottom ul li .altMenu .subMenu li a{padding: 10px;line-height: 16px;font-size: 12px;color: #ffffff!important;}
#header .container .headerRight .bottom ul li .altMenu .subMenu{position:absolute;left: -150%;top:0;visibility: hidden;opacity: 0;z-index: 99999;background-color: #ffffff;transition: all .3s;height: 100%;bottom: 0;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;box-shadow: 1px 8px 6px 0px rgb(0 0 0 / 20%);}
/*Ana Sayfa Slider*/
#slider{width:100%;height: 98%;position: relative;}
#slider .container{position: relative;top: -100%;height: 100%;}
#slider .swiper-container{position:relative;width:100%;height:100%;box-shadow: 0px 3px 10px 0px hsl(0deg 0% 0% / 26%);}
#slider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#slider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(90deg, rgb(29 158 217 / 71%) 0%,  rgb(2 65 115 / 0%) 100%);z-index:2;}
#slider .swiper-container video{width:100%;height:100%;object-fit:cover}
#slider .swiper-container img{width:100%;height:100%;object-fit:cover}
#slider .mainSliderText{font-family: 'Cormorant', sans-serif;position:absolute;top: 57%;left:50%;transform: translate(-50%, -50%);width:100%;/* text-align: end; */z-index:999;height:auto;/* font-style: italic; */font-weight: 700;max-width: 1200px;padding-right: 33px;}
#slider .mainSliderText h1{font-size: 45px;color: rgb(255 255 255);/* text-shadow:1px 1px #000; */margin:0;font-weight: 300;width: 100%;/* line-height: 0px; */font-style: italic;}
#slider .mainSliderText p{font-size: 67px;color: #182946;/* text-shadow:1px 1px #000; */margin:0;font-weight:100;font-family: 'Dancing Script', cursive;margin-top: -24px;z-index: 9999;position: relative;}
#slider .mainSliderText img{height: 137px;width: auto;transform: rotate(345deg);margin-top: -11px;}
#slider .swiper-pagination {text-align: right;left: unset;transform: translateY(-50%);top: 50%;background: none;z-index: 99;display: flex;flex-direction: column;/* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;align-items: flex-end;right: 0;}
#slider .swiper-pagination-bullet {width: 5px;height: 20px;background: #00c6f5;opacity: 1;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;margin-top: 6px;border-radius: unset;}
#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #143459;height: 5px;}
#slider .buttons{position: absolute;top: 60%;right: 80px;}
#slider .swiper-button-prev{background:url(../img/slider/left.png);background-position:center;background-repeat:no-repeat;background-size:contain;width: 16px;left: -10px;height: 60px;}
#slider .swiper-button-next{background:url(../img/slider/right.png);background-position:center;background-repeat:no-repeat;background-size:contain;width: 16px;right: -44px;height: 60px;}
#slider .bottomArrow{animation: UpDown 1.5s linear infinite;position: absolute;left: 50%;bottom: -70px;font-size: 4em;cursor: pointer;z-index: 9999;transform: translateX(-50%);}
#slider .bottomArrow img{}


/*Ana Sayfa Mobil Slider*/
#mSlider{width:100%;height: auto;z-index:1;position:relative;display: none;}
#mSlider .swiper-wrapper{height: auto;}
#mSlider .swiper-container{position:relative;width:100%;height:auto;box-shadow: 0px 3px 10px 0px hsl(0deg 0% 0% / 26%);}
#mSlider .swiper-container .swiper-slide{position:relative;width:100%!important;height:auto}
#mSlider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(90deg, #1d9ed9 0%,  rgb(2 65 115 / 0%) 100%);z-index:2;}
#mSlider .swiper-container img{width:100%;height: auto;object-fit:cover}
#mSlider .mainSliderText{font-family: 'Cormorant', sans-serif;position:absolute;top: 57%;left:50%;transform: translate(-50%, -50%);width:100%;/* text-align: end; */z-index:999;height:auto;/* font-style: italic; */font-weight: 700;max-width: 1200px;padding-right: 33px;}
#mSlider .mainSliderText h1{font-size: 45px;color: rgb(255 255 255);/* text-shadow:1px 1px #000; */margin:0;font-weight: 300;width: 100%;/* line-height: 0px; */font-style: italic;}
#mSlider .mainSliderText p{font-size: 67px;color: #182946;/* text-shadow:1px 1px #000; */margin:0;font-weight:100;font-family: 'Dancing Script', cursive;margin-top: -24px;z-index: 9999;position: relative;}
#mSlider .mainSliderText img{height: 137px;width: auto;transform: rotate(345deg);margin-top: -11px;}
#mSlider .swiper-pagination{text-align:right;bottom: 42px;/* transform: translateX(-50%); */right: 24px;background:none;z-index: 9999;display:flex;flex-direction:column;align-items: center;}
#mSlider .swiper-pagination-bullet{width: 5px;height: 8px;background: #0086f5;margin-top: 3px;border-radius: 0%;z-index: 99999;opacity: 1;}
#mSlider .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #143459!important;width: 5px!important;height: 15px!important;}
#mSlider .swiperButton{position:absolute;bottom: 22px;right:31px;text-align:left;z-index:999;height:auto;left:unset;}
#mSlider .swiper-button-next{width: 10px;height: 42px;margin-right: -6px;}
#mSlider .swiper-button-next img{object-fit: contain;width: 100%;height: 100%;}
#mSlider .swiper-button-prev{width: 10px;height: 42px;}
#mSlider .swiper-button-prev img{width: 100%;height: 100%;object-fit: contain;}

#homeCorp{position: relative;height: 550px;background: linear-gradient(90deg, rgb(0 135 245) 0%,  #87d8e9 100%);}
#homeCorp .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;object-fit: cover;width: 100%;height: 100%;z-index: 1;opacity: .5;}
#homeCorp .container{height: 100%;display: flex;position: relative;z-index: 999;flex-wrap: wrap;}
#homeCorp .container .text{flex: 1;display: flex;flex-direction: column;justify-content: center;}
#homeCorp .container .text h1{margin: 0;padding: 0;font-size: 56px;color: #fff;}
#homeCorp .container .text p{padding: 0;margin: 24px 0;color: rgb(255 255 255 / 65%);font-weight: 300;font-size: 18px;line-height: 1.3;}
#homeCorp .container .text p b{font-weight: 600;}
#homeCorp .container .text .button{transition: all .3s;position: relative;padding: 19px;background: linear-gradient(267deg, #00d7f5 0%,  rgb(2 65 115) 100%);width: fit-content;border-top-right-radius: 15px;border-bottom-right-radius: 15px;}
#homeCorp .container .text .button:hover{background: linear-gradient(90deg, #00d7f5 0%,  rgb(2 65 115) 100%);transition: all .3s;transform: scale(0.89);}
#homeCorp .container .text .button::before{position: absolute;content: "";top: 0;bottom: 0;left: -100000%;width: 100000%;background: rgb(2 65 115);transition: all .3s;}
#homeCorp .container .text .button:hover:before{background: rgb(0 215 245);transition: all .3s;width: 100001%;}
#homeCorp .container .text .button a{font-size: 16px;font-weight: 500;color: #ffffff;}
#homeCorp .container .image{display: flex;align-items: end;justify-content: center;flex: 1;}
#homeCorp .container .image img{height: 450px;margin-bottom: -125px;}


#homeTreatments{position:relative;background:#eff0eb;margin: 0;padding: 50px 0;}
#homeTreatments .container{position:relative;z-index:999999}
#homeTreatments .container .top{display:flex;justify-content:space-between;align-items:center;height:80px}
#homeTreatments .container .top .title{padding:0;margin:0;z-index:9999;color:#fff;display:flex;display:flex;align-items:center}
#homeTreatments .container .top .title h1{color:#0d2d4c;margin:0;padding:0;margin-left:15px;font-size: 18px;}
#homeTreatments .container .top .title img{object-fit:contain;height: 46px;}
#homeTreatments .container .top .buttonSwiper{position:relative;margin-left:20px;width:48px}
#homeTreatments .container .top .buttonSwiper .swiper-button-prev{background-image:unset!important;width:auto!important;height:auto!important;margin-top:unset!important;left:0;transform:translateY(-50%)}
#homeTreatments .container .top .buttonSwiper .swiper-button-next{background-image:unset!important;width:auto!important;height:auto!important;margin-top:unset!important;transform:translateY(-50%);padding-left:11px;border-left:1px solid #bec1c0}
#homeTreatments .container .top .buttonSwiper img{width:7px}
#homeTreatments .container .content{height:fit-content;padding-bottom:0}
#homeTreatments .container .content .swiper-container{width:100%;height:auto;padding: 0 0 21px 0;}
#homeTreatments .container .content .swiper-container .swiper-slide{height:auto;margin:0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;transform: scale(.88);position: relative;}
#homeTreatments .container .content .swiper-container .swiper-slide .single{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s;padding:25px;border:1px solid #c5c7bd;border-radius:13px;box-shadow:0 4px 15px 3px rgb(0 0 0/8%);background:#fff}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover{opacity:.8;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single:before{position: absolute;content: "";transition: all .3s;left:50%;bottom: -5px;width: 100px;height: 10px;background: linear-gradient(95deg, rgb(125 189 239 / 21%) 0%, #0089f5 100%);transform: translateX(-50%);border-radius: 16px;box-shadow: 0 0 9px 4px rgb(0 0 0 / 5%);}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover:before{width: 100%;bottom: -3;transition: all .3s;}
#homeTreatments .container .content .swiper-container .swiper-slide .single .image{height: 180px;width:100%;position:relative;transition:all .3s;margin-top: -37px;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single .image img{height:87%;width:100%;object-fit:contain;filter:unset;opacity:unset;transition:all .3s;position: absolute;}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover .image img{transform:scale(1.15);transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single h1{position:relative;transition:all .3s;margin:0;padding:25px 0 0;color: #3b5998;font-size:18px;font-weight: 700;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top: 1px solid #5771a7;}
#homeTreatments .container .content .swiper-container .swiper-slide .single h1:after{content:"";position:absolute;left:0;top:0;width:50px;background: #3b5998;height: 5px;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single h1:before{content:"";position:absolute;right:-53px;top: -1px;width: 0;background: #5771a7;height:1px;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single p{padding: 0;margin: 0;padding-top: 12px;font-size: 13px;}
#homeTreatments .container .content .swiper-container .swiper-slide .single{position:relative}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover h1{transition:all .3s;font-size:15px;color:#3b3b3b}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover p{transition:all .3s;font-size:15px;color:#3b3b3b}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover h1:after{background:#0084be;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide .single:hover h1:before{right:0;background:#0084be;transition:all .3s;width:100%}
#homeTreatments .container .content .swiper-container .swiper-slide-next{opacity:1;transition:all .3s;transform: scale(1)!important;}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single{transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single .image{margin-top: -18!important;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single h1{transition:all .3s;font-size: 18px;color: #143459;font-weight: 700;}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single h1:after{background: #00bbf5;transition:all .3s}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single h1:before{right:0;background: #00bff5;transition:all .3s;width:100%}
#homeTreatments .container .content .swiper-container .swiper-slide-next .single p{transition:all .3s;font-size:15px;color:#3b3b3b}
#homeTreatments .container .bottom{position: relative;padding: 0 20px;}
#homeTreatments .container .bottom .swiper-pagination{text-align:right;left: 0;transform: translate(0%, -50%);background:none;z-index:99;/* bottom: 0; */display: flex;align-items: center;top: 29%;}
#homeTreatments .container .bottom .swiper-pagination-clickable .swiper-pagination-bullet{background: #8b8b8b;width: 8px;height: 8px;margin-right: 5px;/* border-radius: 0; */}
#homeTreatments .container .bottom .swiper-pagination-bullet-active{background: unset!important;border: 1px solid #101111;width: 14px!important;height: 14px!important;}
#homeTreatments .container .bottom .icon{display: flex;align-items: center;font-weight: 500;text-align: end;width: 100%;justify-content: flex-end;transition: all .3s;}
#homeTreatments .container .bottom .icon:hover{transition: all .3s;opacity: 0.7;letter-spacing: 1px;}
#homeTreatments .container .bottom .icon img{margin-left: 20px;}


#homeDt{background: linear-gradient(270deg, #0089f5 0%, rgb(0 137 245 / 21%) 50%, #0089f5 100%);height: 550px;box-shadow: inset 0 0 20px 0px rgb(0 0 0 / 31%);}
#homeDt .container{display: flex;flex-wrap: wrap;height: 100%;}
#homeDt .container .leftT{flex: 1;display: flex;flex-direction: column;/* justify-content: space-between; */padding: 50px 0;/* height: 100%; */}
#homeDt .container .leftT h1{color: #08274a;margin: 0;padding: 0;font-size: 30px;}
#homeDt .container .leftT h1 b{font-weight: 300;}
#homeDt .container .leftT p{color: #fff;margin: 65px 0;padding: 0;max-width: 371px;}
#homeDt .container .leftT .button{width: fit-content;color: #fff;font-size: 13px;transition: all .3s;display: flex;}
#homeDt .container .leftT .button:hover{}
#homeDt .container .leftT .button a{transition: all .3s;padding: 16px;background: linear-gradient(270deg, rgb(24 41 70) 0%, rgba(1,104,177,1) 50%, rgba(2,65,115,1) 100%);border-radius: 21px;}
#homeDt .container .leftT .button a:hover{transition: all .3s;background: linear-gradient(270deg, rgb(10 100 173) 0%, hsl(205deg 99% 35% / 0%) 50%, rgb(10 106 181) 100%);opacity: .89;transform: scale(.9);}
#homeDt .container .midT{flex: 1;height: 100%;}
#homeDt .container .midT img{height: 100%;}
#homeDt .container .midT .dtmehmet{display: none;}
#homeDt .container .midT .dtsefa{display: none;}
#homeDt .container .rightT{flex: 1;display: flex;flex-direction: column;/* justify-content: space-between; */padding: 50px 0;text-align: end;align-items: flex-end;}
#homeDt .container .rightT h1{color: #08274a;margin: 0;padding: 0;font-size: 30px;}
#homeDt .container .rightT h1 b{font-weight: 300;}
#homeDt .container .rightT p{color: #fff;margin: 65px 0;padding: 0;max-width: 280px;min-height: 147px;}
#homeDt .container .rightT .button{width: fit-content;color: #fff;font-size: 13px;display: flex;}
#homeDt .container .rightT .button a{transition: all .3s;padding: 16px;background: linear-gradient(270deg, rgb(24 41 70) 0%, rgba(1,104,177,1) 50%, rgba(2,65,115,1) 100%);border-radius: 21px;}
#homeDt .container .rightT .button a:hover{transition: all .3s;background: linear-gradient(270deg, rgb(10 100 173) 0%, hsl(205deg 99% 35% / 0%) 50%, rgb(10 106 181) 100%);opacity: .89;transform: scale(.9);}

#homeSss{position:relative;background: #ffffff;margin: 0;padding: 50px 0 75px 0;}
#homeSss .bg{position: absolute;right: 35px;top: 47px;bottom: 0;height: 82%;object-fit: contain;}
#homeSss .container{position:relative;z-index:999999}
#homeSss .container .top{display:flex;justify-content:space-between;align-items:center;height:80px}
#homeSss .container .top .title{padding:0;margin:0;z-index:9999;color:#fff;display:flex;display:flex;align-items:center}
#homeSss .container .top .title h1{color:#0d2d4c;margin:0;padding:0;margin-left:15px;font-size: 18px;}
#homeSss .container .top .title img{object-fit:contain;height: 46px;}
#homeSss .container .top .buttonSwiper{position:relative;margin-left:20px;width:48px;}
#homeSss .container .top .buttonSwiper .swiper-button-prev{background-image:unset!important;width:auto!important;height:auto!important;margin-top:unset!important;left: unset;transform: rotate(90deg);right: 16px;top: -13px;}
#homeSss .container .top .buttonSwiper .swiper-button-next{background-image:unset!important;width:auto!important;height:auto!important;margin-top:unset!important;transform:translateY(-50%);padding-left:11px;border-left:1px solid #bec1c0;transform: rotate(93deg);top: 14px;}
#homeSss .container .top .buttonSwiper img{width:7px}
#homeSss .container .content{height:fit-content;padding-bottom:0;display: grid;grid-template-columns: 50% 45%;grid-gap: 0 50px;position: relative;height: 500px;}
#homeSss .container .content .swiper-container{width:100%;height:100%;padding: 21px 0;}
#homeSss .container .content .swiper-container .swiper-slide{height:100%;margin:0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;transform: scale(.88);position: relative;}
#homeSss .container .content .swiper-container .swiper-slide .single{position: relative; display:flex;/* flex-direction:column; */justify-content:space-between;transition:all .3s;padding: 15px;border:1px solid #c5c7bd;border-radius: 14px;background:#fff;box-shadow: 0px -13px 20px 7px rgb(0 0 0 / 8%);}
#homeSss .container .content .swiper-container .swiper-slide .single:hover{opacity:.8;transition:all .3s}
#homeSss .container .content .swiper-container .swiper-slide .single:before{position: absolute;content: "";transition: all .3s;left:50%;bottom: -5px;width: 100px;height: 10px;background: linear-gradient(95deg, rgb(125 189 239 / 21%) 0%, #0089f5 100%);transform: translateX(-50%);border-radius: 16px;box-shadow: 0 0 9px 4px rgb(0 0 0 / 5%);}
#homeSss .container .content .swiper-container .swiper-slide .single:hover:before{width: 100%;bottom: -3;transition: all .3s;}
#homeSss .container .content .swiper-container .swiper-slide .single .leftT{}
#homeSss .container .content .swiper-container .swiper-slide .single .leftT h1{position:relative;transition:all .3s;margin:0;padding: 0;color: #1e8aed;font-size: 26px;font-weight: 700;}
#homeSss .container .content .swiper-container .swiper-slide .single .leftT p{padding: 0;margin: 0;padding-top: 12px;font-size: 18px;font-weight: 400;}
#homeSss .container .content .swiper-container .swiper-slide .single .leftT img{height: 17px;margin-top: 14px;}
#homeSss .container .content .swiper-container .swiper-slide .single .rightImg{}
#homeSss .container .content .swiper-container .swiper-slide .single .rightImg img{position: absolute;height: 124px;right: -22px;}
#homeSss .container .content .swiper-container .swiper-slide .single:hover h1{transition:all .3s;font-size: 24px;color:#3b3b3b}
#homeSss .container .content .swiper-container .swiper-slide .single:hover p{transition:all .3s;font-size: 17px;color:#3b3b3b}
#homeSss .container .content .bottom{position: relative;display: flex;/* align-items: flex-end; */flex-direction: column;justify-content: flex-end;}
#homeSss .container .content .bottom .swiper-pagination{text-align:right;left: 0;background:none;z-index:99;display: flex;align-items: center;position: unset;flex-direction: column;width: fit-content;margin: 10px;}
#homeSss .container .content .bottom .swiper-pagination-clickable .swiper-pagination-bullet{background: #033052;width: 8px;height: 8px;margin-top: 5px;/* border-radius: 0; */opacity: 1;}
#homeSss .container .content .bottom .swiper-pagination-bullet-active{background: unset!important;border: 1px solid #00ffff;width: 14px!important;height: 14px!important;}
#homeSss .container .content .bottom .icon{display: flex;align-items: center;font-weight: 700;/* text-align: end; */width: 100%;justify-content: flex-end;transition: all .3s;font-size: 18px;color: #000000;flex-direction: row-reverse;}
#homeSss .container .content .bottom .icon:hover{transition: all .3s;opacity: 0.7;letter-spacing: 1px;}
#homeSss .container .content .bottom .icon img{margin-right: 20px;}

#homeContact{background: linear-gradient(270deg, #203e68 0%, #3884c2 50%, #203e68 100%);box-shadow: inset 0 0 20px 0px rgb(0 0 0 / 31%);position: relative;height: 400px;padding-top: 75px;}
#homeContact .bg{position: absolute;left: 50%;bottom: -71px;/* top: -52px; */height: 127%;transform: translateX(-50%);}
#homeContact .container{height: 100%;z-index: 99999;display: flex;flex-wrap: wrap;position: relative;}
#homeContact .container .lText{flex: 1;}
#homeContact .container .lText h1{margin: 0;padding: 0;font-size: 50px;color: rgb(167 200 255);/* line-height: 1.3; */color: aliceblue;font-weight: 300;}
#homeContact .container .lText h1 b{color: rgb(255 255 255 / 51%);font-size: 62px;font-weight: 500;}
#homeContact .container .rText{flex: 1;display: flex;flex-direction: column;align-items: end;text-align: end;}
#homeContact .container .rText p{    font-size: 18px;color: rgb(255 255 255 / 59%);font-weight: 300;margin: 0;padding: 0;}
#homeContact .container .rText .icons{display: flex;margin-top: 25px;}
#homeContact .container .rText .icons a{height: 35px;width: 35px;background: rgb(255 255 255 / 21%);display: flex;align-items: center;justify-content: center;color: #fff;margin-right: 10px;transition: all .3s;border-radius: 10px;box-shadow: 0 0 4px 1px rgb(0 0 0 / 11%);}
#homeContact .container .rText .icons a:hover{transition: all .3s;opacity: 0.7;}



#footer{box-shadow: inset 1px 8px 20px 0px rgb(0 0 0 / 30%);padding: 50px 0;background: #edf4f7;}
#footer .container{display: flex;justify-content: space-between;align-items: center;}
#footer .container .logo{display: flex}
#footer .container .logo img{height: 107px;}
#footer .container .copyRight{display: flex;flex-direction: column;}
#footer .container .copyRight p{text-align: right;margin: 0;padding: 0;font-size: 14px;color: #182946;}
#footer .container .copyRight p b{font-size: 16px;}



.whatsapFixed{position: fixed;left: 10px;top: 90%;transform: translateY(-50%);width: 75px;height: 75px;background: #25d266;z-index: 999999;display: flex;align-items: center;justify-content: center;border-radius: 100%;box-shadow: 0px 0px 5px 1px #00000040;}
.whatsapFixed i{font-size: 29px;color: #fff;}










@keyframes DownUp {0% {  top: -70px;}50% {  top: -50px;}100% {  top: -70px;}}
/* Efects */
@keyframes swing{0%{ -webkit-clip-path: ellipse(30px 30px at -2.54% -30.25%);clip-path: ellipse(30px 30px at -2.54% -30.25%)}50%{-webkit-clip-path: ellipse(30px 30px at 30.66% 50.36%);clip-path: ellipse(30px 30px at 30.66% 50.36%);}100%{ -webkit-clip-path: ellipse(30px 30px at 80.62% -5.61%);clip-path: ellipse(30px 30px at 80.62% -5.61%);}}
@keyframes goRight {from{left:0;right:100%}40%{left:0;right:0}60%{left:0;right:0}to{left:100%;right:0}}
@keyframes goLeft {from{left:100%;right:0}40%{left:0;right:0}60%{left:0;right:0}to{left:0;right:100%}}
@keyframes goTop {from{top:100%;bottom:0}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:0;bottom:100%}}
@keyframes goBottom {from{top:0;bottom:100%}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:100%;bottom:0}}
@keyframes backRight {from{left:0;right:100%}40%{left:0;right:0}60%{left:0;right:0}to{left:0;right:100%}}
@keyframes backLeft {from{left:100%;right:0}40%{left:0;right:0}60%{left:0;right:0}to{left:100%;right:0}}
@keyframes backTop {from{top:100%;bottom:0}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:100%;bottom:0}}
@keyframes backBottom {from{top:0;bottom:100%}40%{top:0;bottom:0}60%{top:0;bottom:0}to{top:0;bottom:100%}}
.revealedBox-in.goRight > span,.revealedBox-in.goLeft > span,.revealedBox-in.backRight > span,.revealedBox-in.backLeft > span{height:100%;top:0}
.revealedBox-in.goRight.childrenSpan-2 > span,.revealedBox-in.goLeft.childrenSpan-2 > span,.revealedBox-in.backRight.childrenSpan-2 > span,.revealedBox-in.backLeft.childrenSpan-2 > span{height:50%}
.revealedBox-in.goRight.childrenSpan-2 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-2 > span:nth-child(2){top:50%}
.revealedBox-in.goRight.childrenSpan-3 > span,.revealedBox-in.goLeft.childrenSpan-3 > span,.revealedBox-in.backRight.childrenSpan-3 > span,.revealedBox-in.backLeft.childrenSpan-3 > span{height:33.33333%}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(2){top:33.33333%}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(3){top:66.66666%}
.revealedBox-in.goRight.childrenSpan-4 > span,.revealedBox-in.goLeft.childrenSpan-4 > span,.revealedBox-in.backRight.childrenSpan-4 > span,.revealedBox-in.backLeft.childrenSpan-4 > span{height:25%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(2){top:25%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(3){top:50%}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(4),.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(4){top:75%}
.revealedBox-in.goRight.childrenSpan-5 > span,.revealedBox-in.goLeft.childrenSpan-5 > span,.revealedBox-in.backRight.childrenSpan-5 > span,.revealedBox-in.backLeft.childrenSpan-5 > span{height:20%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(2),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(2){top:20%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(3),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(3){top:40%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(4),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(4){top:60%}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(5),.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(5){top:80%}
.revealedBox-in.goTop > span,.revealedBox-in.goBottom > span,.revealedBox-in.backTop > span,.revealedBox-in.backBottom > span{width:100%}
.revealedBox-in.goTop.childrenSpan-2 > span,.revealedBox-in.goBottom.childrenSpan-2 > span,.revealedBox-in.backTop.childrenSpan-2 > span,.revealedBox-in.backBottom.childrenSpan-2 > span{width:50%}
.revealedBox-in.goTop.childrenSpan-2 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-2 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-2 > span:nth-child(2){left:50%}
.revealedBox-in.goTop.childrenSpan-3 > span,.revealedBox-in.goBottom.childrenSpan-3 > span,.revealedBox-in.backTop.childrenSpan-3 > span,.revealedBox-in.backBottom.childrenSpan-3 > span{width:33.33333%}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(2){left:33.33333%}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(3){left:66.66666%}
.revealedBox-in.goTop.childrenSpan-4 > span,.revealedBox-in.goBottom.childrenSpan-4 > span,.revealedBox-in.backTop.childrenSpan-4 > span,.revealedBox-in.backBottom.childrenSpan-4 > span{width:25%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(2){left:25%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(3){left:50%}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(4),.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(4),.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(4){left:75%}
.revealedBox-in.goTop.childrenSpan-5 > span,.revealedBox-in.goBottom.childrenSpan-5 > span,.revealedBox-in.backTop.childrenSpan-5 > span,.revealedBox-in.backBottom.childrenSpan-5 > span{width:20%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(2),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(2),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(2){left:20%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(3),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(3),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(3){left:40%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(4),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(4),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(4){left:60%}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(5),.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(5),.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(5){left:80%}
.revealedBox .contentBox{opacity:0}
.revealedBox > span{position:absolute;display:block;background:#e3e3e3 ;}
.revealedBox-in > .contentBox{opacity:1;transition-delay:1.05s}
.revealedBox-in.goRight > span{animation:goRight 2.4s}
.revealedBox-in.goLeft > span{animation:goLeft 2.4s}
.revealedBox-in.backRight > span{animation:backRight 2.4s}
.revealedBox-in.backLeft > span{animation:backLeft 2.4s}
.revealedBox-in.goTop > span{animation:goTop 2.4s}
.revealedBox-in.goBottom > span{animation:goBottom 2.4s}
.revealedBox-in.backTop > span{animation:backTop 2.4s}
.revealedBox-in.backBottom > span{animation:backBottom 2.4s}
.revealedBox-in > span{animation-delay:.1s}
.revealedBox-in > span:nth-child(2){animation-delay:.2s}
.revealedBox-in > span:nth-child(3){animation-delay:.3s}
.revealedBox-in > span:nth-child(4){animation-delay:.4s}
.revealedBox-in > span:nth-child(5){animation-delay:.5s}

/*pageTitle*/
.pageImage{width: 100%;height: 42vh;position: relative;}
.pageImage img{width: 100%;height: 100%;object-fit: cover;}
.pageImage::after{position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.36);}
.pageImage .container{position: relative;}
.pageImage .container h1{padding: 0;margin: 0;color: #ffffff;font-size: 20px;position: absolute;left: 0;bottom: 25px;z-index: 9999;}

.pageTitle{width: 100%;padding: 30px 0;background: #0474bd;display: flex;align-items: center;}
.pageTitle h1{padding: 0;margin: 0;color: #fff;font-size: 20px;}

.pageInfo{width: 100%;height: 50px;background: #484848;}
.pageInfo .container{display: flex;flex-direction: row;justify-content: space-between;height: 100%;}
.pageInfo .container .nextPrev{display: flex;color: #fff;align-items: center;justify-content: center;height: 100%;}
.pageInfo .container .nextPrev a{color:#fff;text-decoration: none;font-size: 15px;margin: 0 20px;}
.pageInfo .container .nextPrev a:first-child{margin-left: 0;}
.pageInfo .container .nextPrev a p{margin: 0;padding: 0;}
.pageInfo .container .productNavigation{display: flex;color: #fff;align-items: center;justify-content: center;height: 100%}
.pageInfo .container .productNavigation a{color:#fff;text-decoration: none;font-size: 13px;padding: 0 2px;}

/*Sayfa*/
.pageContent{padding: 20px 0;display: flex;}
.pageContent h2{margin: 0;padding: 5px 0;font-size: 21px;color: #db5e32;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
.pageContent h2::after{position: absolute;content: "";left: 0;bottom: -6px;width: 50px;height: 5px;background: #274185;border-top-right-radius: 5px;}
.pageContent img{/* float: left; */margin-right: 20px;width: 500px;}
.pageContent p{margin: 0;padding: 10px 0 0 0;color: #000d;line-height: 1.7;}
 
.docsTitle{margin: 0;padding: 0;font-size: 20px;color: #f3a45f;margin-bottom: 10px;display: flex;align-items: center;}
.docs{display: flex;flex-wrap: wrap;}
.docs a{display: flex;width: 100%;flex:1 0 25%;margin: 10px;height: 270px;padding: 10px;border: 1px dashed #94dbe9;}
.docs a img{width: 100%;height: 100%;object-fit: contain;}

.kadromuz{flex-wrap: wrap;display: flex;align-items: center;/* justify-content: center; */padding: 15px 0;}
.kadromuz .single{flex-basis: 23%;display: flex;flex-direction: column;margin: 10px;height: 300px;margin-top: 15px;border-bottom: 1px solid #dddd;}
.kadromuz .single .image{display: flex;align-items: center;justify-content: center;height: 177px;}
.kadromuz .single .image img{height: 100%;object-fit: contain;width: 100%;}
.kadromuz .single .title{padding: 14px 0 0;}
.kadromuz .single .title h1{margin: 0;padding: 0;font-size: 23px;color: #e51e20;}
.kadromuz .single .title p{padding: 0;margin: 0;font-size: 13px;padding-top: 5px;}

/*Urun List*/

#pageDetailContent .container .pageLeft .content .tabsVisibility{width: 100%;}
#pageDetailContent .container .pageLeft .content .tabsVisibility-one{/* padding: 30px 0 100px 40px; */}
#pageDetailContent .container .pageLeft .content .tabs-nav-one{list-style: none;display: flex;margin: 0;padding: 0;border-bottom: 2px solid #d9d9d9;flex-wrap: wrap;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li{position: relative;height: 51px;display: flex;align-items: center;flex: 1 0 25%;text-align: center;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li:last-child{border-right: unset;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li:after{position: absolute;content: "";right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #d9d9d9;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a{padding: 0 19px;height: 100%;display: flex;align-items: center;flex-direction: column;justify-content: center;width: 100%;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li .triangle {position: absolute;content: "";left: 0;bottom: -3px;display: none;width: 100%;height: 3px;background: #009ba4;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.activeCategory .triangle{display: block;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.tab-active-one{}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a h1{color: #393e43;margin: 0;padding: 0;font-size: 14px;font-weight: 300;width: 100%;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li a p{padding: 0;margin: 0;color: #888888;font-size: 11px;padding-top: 3px;}
#pageDetailContent .container .pageLeft .content .tabs-nav-one li.tab-active-one a h1{font-weight: 600;}

#pageDetailContent .container .pageLeft .content .projeList{display: flex;flex-wrap: wrap;padding: 30px 0;}
#pageDetailContent .container .pageLeft .content .projeList .single{flex: 0 0 30%;transition: all .3s!important;transform: scale(1)!important;margin-right: 15px;margin-top: 15px;border: 3px outset #cfd9e0;padding: 15px;}
#pageDetailContent .container .pageLeft .content .projeList .single .image{width: 100%;height: 200px;}
#pageDetailContent .container .pageLeft .content .projeList .single .image img{width: 100%;height: 100%;object-fit: cover;}
#pageDetailContent .container .pageLeft .content .projeList .single .title{position: relative;margin: 0;padding: 8px 0;font-size: 13px;font-weight: 400;color: #1d2f3d;}
#pageDetailContent .container .pageLeft .content .projeList .single .title:before{content: "";left: 0;bottom: 0;width: 0;height: 3px;transition: all .3s;position: absolute;}
#pageDetailContent .container .pageLeft .content .projeList .single:hover{transform: scale(0.9)!important;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .projeList .single:hover .title:before{background: #009ba4;transition: all .3s;width: 50%;}

#productsList .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#productsList .list li {flex-basis: 47%;width: 100%;height: 250px;margin: 0 15px 15px 0;position: relative;overflow: hidden;transition: all .4s;}
#productsList .list li:hover .katImage{transform: scale(1.2);transition: all .4s;}
#productsList .list li .katImage {width: 100%;height: 100%;transition: all .4s;}
#productsList .list li .katImage img {width: 100%;height: 100%;object-fit: cover;display: block;}
#productsList .list li .katTitle {width: 100%;position: absolute;bottom: 0;z-index: 100;background: rgb(255 255 255 / 58%);padding: 11px 0 15px 15px;transition: all .4s;}
#productsList .list li:hover .katTitle{transition: all .8s;letter-spacing: 1px;padding: 15px 0 15px 20px;}
#productsList .list li .katTitle h2 {font-size: 14px;margin: 0;padding: 0;color: #000000;}
#productsList .list li::after{width:100%;height:5px;background: #4e4e4e;position: absolute;content:"";bottom: 0;left: 0;right: 0;z-index: 998;}
#productsList .list li::before{position:absolute;content:"";left:0;bottom: 0;height:5px;width:20%;background: #00a3c0;z-index: 999;transition: all .3s;}
#productsList .list li:hover::before{width:30%;transition: all .3s;}

/*Urun List*/
#productsListe .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#productsListe .list a{flex-basis: 30%;background: #fff;position:relative;transition: all .3s;padding: 15px;border-radius: 8px;padding: 0;display: flex;flex-direction: column;border: 1px solid #ddd;margin-right: 15px;margin-bottom: 15px;}
#productsListe .list a:nth-child(3n){margin-right: 0;}
#productsListe .list a:before{transition: all .3s;position: absolute;content: "";left: 0;right: 0;top: -22px;height: 30px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
#productsListe .list a:hover{opacity: 0.98;transition: all .3s;transform: scale(.88);}
#productsListe .list a img{width: 100%;/* height: 246px; */object-fit: contain;padding: 20px;}
#productsListe .list a .title{margin: 0;font-size: 17px;color: #e4af00;font-weight: 500;/* position: relative; */padding: 20px 30px;/* border-top: 1px solid #e5e9ec; */min-height: 64px;transition: all .3s;display: flex;align-items: center;justify-content: center;}
#productsListe .list a .title:before{content: "";position: absolute;left: 0;bottom: 0;width: 10px;height: 80px;background: #b2b2b2;transition: all .3s;border-bottom-left-radius: 8px;}
#productsListe .list a:hover .title{opacity: .7;transition: all .3s;}
#productsListe .list a span{position: absolute;left: 20px;top: 20px;background: #823f91;border-radius: 100%;margin: 0;width: 50px!important;height: 50px;display: flex;align-items: center;justify-content: center;color: #fff;box-shadow: 0 0 4px 2px rgb(0 0 0 / 23%);}
#productsListe .list a:hover .title:before{transition: all .3s;height: 100%;background: #009640;width: 5px;border-top-left-radius: 8px;}

/*Urun Detay*/
#productContent{padding: 0;background: #fff;display: flex;flex-direction: column;position: relative;padding: 15px 0;}
#productContent .left{float: none!important;width: 100%!important;}
#productContent .left .image{width: 100%;overflow: hidden;}
#productContent .right{width: 100%;padding: 1%;display: flex;border-right: unset;flex-direction: column;justify-content: center;background: rgb(255, 255, 255);z-index: 2;/* color: #ffffff; */margin-top: 15px;}
#productContent .right h2{margin: 0;padding: 5px 0;font-size: 21px;color: #000000;/* border-bottom: 1px solid #19244c; */font-weight: 400;position: relative;}
#productContent .right h2::after{position: absolute;content: "";left: 0;bottom: -6px;width: 50px;height: 5px;/* background: #274185; */border-top-right-radius: 5px;}
#productContent .right strong{margin: 0;padding: 10px 0;font-size: 17px;color: #484848;/* border-bottom: 1px solid #19244c; */font-weight: 700;position: relative;}
#productContent .right strong::after{position: absolute;content: "";left: 0;bottom: 3px;width: 50px;height: 3px;/* background: #94dbe9; */border-top-right-radius: 5px;}
#productContent .right p{margin: 2px 0px;padding: 5px 0;font-size: 16px;color: #232323dd;line-height: 1.7;}
#productContent .fotorama__thumb-border{border-color: #ec6707!important;background-image: linear-gradient(to bottom right,rgba(12, 77, 162, 0.34),rgba(236, 103, 7, 0.13))!important;}

#pageDetailContent .container .pageLeft .content .link{padding: 15px;background: #e2ad24;color: #fff;margin-bottom: 10px;font-size: 14px;width: fit-content;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .link a{padding: 15px;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .link:hover{opacity: .7;transition: all .3s;}
#pageDetailContent .container .pageLeft .content .table{width: 93%;overflow: hidden;overflow-x: auto;}
#pageDetailContent .container .pageLeft .content table{width: 100%;overflow-x:auto;margin-top: 10px;/* text-transform: uppercase; */border-collapse: collapse;}
#pageDetailContent .container .pageLeft .content table th{color: #fff;background: #0072bc;border-radius: 0;padding: 10px;font-size: 13px;}
#pageDetailContent .container .pageLeft .content table td, th{padding: 6px;font-size: 12px;}
#pageDetailContent .container .pageLeft .content table td:first-child{/* font-weight: 700; */}
#pageDetailContent .container .pageLeft .content table tr{border-bottom: 1px solid #c6c3c7;/* background: #dddd; */}

/*ekip List*/
#teamList .list {width: 100%;margin: 0;padding: 20px 0;list-style: none;display: flex;flex-wrap: wrap;}
#teamList .list li {flex: 1 0 100%;width: 100%;/* height: 250px; */margin: 0 15px 15px 0;position: relative;overflow: hidden;transition: all .4s;border: 1px solid #e8e9ed;}
#teamList .list li:hover .katImage{transform: scale(1.2);transition: all .4s;}
#teamList .list li .katImage {width: 100%;height: 100%;transition: all .4s;}
#teamList .list li .katImage img {width: 100%;height: 100%;object-fit: contain;display: block;}
#teamList .list li .katTitle {width: 100%;position: absolute;bottom: 0;z-index: 100;background: #ffffff;padding: 11px 0 15px 15px;transition: all .4s;}
#teamList .list li:hover .katTitle{transition: all .8s;letter-spacing: 1px;/* padding: 15px 0 15px 20px; */}
#teamList .list li .katTitle h2 {font-size: 14px;margin: 0;padding: 0;color: #484848;}
#teamList .list li::after{width:100%;height:5px;background: #e8e9ed;position: absolute;content:"";bottom: 0;left: 0;right: 0;z-index: 998;}
#teamList .list li::before{position:absolute;content:"";left:0;bottom: 0;height:5px;width:20%;background: #00a3c0;z-index: 999;transition: all .4s;}
#teamList .list li:hover::before{width: 25%;transition: all .4s;}

/*Ekibimiz Detay*/
#teamContent{padding: 27px 0;background: #ffffff;}
#teamContent .container{display: flex;flex-direction: row;position: relative;flex-wrap: wrap;}
#teamContent .container .left{float: none!important;width: 30%!important;flex: 1 0 27%;}
#teamContent .container .right{width: 100%;padding: 0 4%;display: flex;border-right: unset;flex-direction: column;/* justify-content: center; */margin-bottom: 15px;background: rgba(255, 255, 255, 0.58);z-index: 2;color: #000000;/* position: absolute; *//* bottom: 3%; *//* right: 3%; */flex: 1 0 40%;}
#teamContent .container .right p{margin: 0px;padding: 0;font-size: 15px;line-height: 1.7;}
#teamContent .container .left .fotorama__thumb-border{border-color: #4db848;background-color:rgba(0, 0, 0, 0.5);}
#teamContent .container .right h1{margin: 10px 0;padding: 5px 0px;font-size: 20px;color: #009bdf;position: relative;}
#teamContent .container .right h1:after{position: absolute;content: "";left: 0;bottom: -3px;width: 50px;height: 5px;background: #a1a8b8;}
#teamContent .container .right h2{font-size: 15px;color: #102a60;margin: 0 0 2px 0;padding: 0;}
#teamContent .container .right h2 span{font-weight: 500;font-size: 15px;color: #102a60;}
#teamContent .container .right h3{margin: 0 0 2px 0;padding: 0;font-size: 16px;color: #102a60;}
#teamContent .container .right p{margin: 0 0 10px 0;padding: 0;}
#teamContent .container .right span{font-size: 10px;color:#000;}
#teamContent .container .content .text{flex: 1;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;margin-left: 5%;}
#teamContent .fotorama{max-width:800px;width:100%;margin:0 auto;border: 1px solid #dee1e6;border-bottom: 5px solid #dee1e6;padding-bottom: 10px;}
#teamContent .fotorama__nav{border-top: 1px solid #dee1e6;padding-top: 10px;width: 90%!important;}

/*Haber Categori*/
#newsList .container{display: flex;flex-wrap: wrap;padding: 0 0 17px 0;}
#newsList .single {flex: 1 0 48%;padding: 10px;}
#newsList .single .catSingle{width: 100%;height: 240px;margin: 20px 0 0;transition: all 1s ease 8ms;border: 1px solid #e6e6e6;box-shadow: 0px 0px 5px 0px rgba(221, 221, 221, 0.6196078431372549);display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 30px;}
#newsList .single .catSingle .top{position: relative;height: 45px;width: 100%;}
#newsList .single .catSingle .top:after{position: absolute;content: "";width: 100%;height: 2px;background: #ddd;right: 0;top:50%;transform: translateY(-50%);z-index: -1;}
#newsList .single .catSingle .midle h1{color: #102a60;font-size: 23px;font-weight: 500;text-align: center;}
#newsList .single .catSingle .bottom{width: 50px;height: 50px;font-size: 18px;border-radius: 100%;border:1px solid #ddd;display: flex;align-items: center;justify-content: center;transition: all .3s;color: #bc4f19;}
#newsList .single:hover .catSingle .bottom{transform: rotate(360deg);}

/*Haberler List*/
#news-list{background: #fff;}
#news-list .list{display: flex;flex-direction: row;flex-wrap: wrap;padding: 15px;}
#news-list .list .inner-container {width: 100%;height: auto;position:relative;margin: 15px;box-shadow: 0px 0px 15px rgba(0,0,0,0.06);flex-basis: 42%;}
#news-list .list .inner-container .date {position: absolute;top: 0px;left: 0px;width: 80px;height: auto;background-color: #0d1c30;z-index: 2;padding: 18px 19px 10px 19px;}
#news-list .list .inner-container .date:before {position: absolute;content: '';left: 0px;bottom: -13px;border-top: 15px solid #0d1c30;border-right: 80px solid transparent;z-index: -1;}
#news-list .list .inner-container .date  h3 {font-size: 36px!important;font-weight: 300;margin-top: 10px!important;margin-bottom: 4px;}
#news-list .list .inner-container .date  h3 span {position: relative;color: #fff;}
#news-list .list .inner-container .date  h3 span:before {position: absolute;content: "";width: 100%;height: 1px;background-color: #fff3db;left: 0px;bottom: 3px;}
#news-list .list .inner-container .date  h5 {margin: 0px;padding: 0px;color: #fff;letter-spacing: 0px;font-size: 14px;line-height: 14px;font-weight: 400;text-transform: uppercase;}
#news-list .list .inner-container .date  h5:first-child {padding: 10px 0 0 0;}
#news-list .list .inner-container .image img {width: 100%;height: 250px;object-fit: cover;filter: grayscale(1);transition: 1s linear;}
#news-list .list .inner-container:hover .image img{filter: unset;transition: 1s linear;}
#news-list .list .inner-container .desc {width: 100%;height: auto;padding: 0 20px 30px 30px;}
#news-list .list .inner-container .desc .title h3 {font-size: 21px;line-height: 1;font-weight: 400;color: #14141c;margin-bottom: 10px;text-transform: capitalize;}
#news-list .list .inner-container .desc .title h3 a {text-decoration: none;color: #181a2f;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .title h3 a:hover {color: #274185;}
#news-list .list .inner-container .desc .info {width: 100%;margin-bottom: 24px;border-bottom: 1px solid #ccc;padding-bottom: 4px;}
#news-list .list .inner-container .desc .info span {position: relative;color: #000000;font-size: 12px;padding-right: 22px;font-style: italic;font-weight: 400;}
#news-list .list .inner-container .desc .info span:last-child {position:unset}
#news-list .list .inner-container .desc .info a{text-decoration: none;color: #666;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .info a:hover{color: #274185;}
#news-list .list .inner-container .desc .explanation {margin-bottom: 17px;}
#news-list .list .inner-container .desc .explanation p {font-size: 15px;color: #3b3b3b;line-height: 1.6;}
#news-list .list .inner-container .desc .readmore {width: 100%}
#news-list .list .inner-container .desc .readmore a {text-decoration: none;background-color: #505050;color: #fff;line-height: 1.6;font-weight: 600;padding: 10px 20px;border-radius: 3px;display: inline-block;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#news-list .list .inner-container .desc .readmore a:hover {opacity: 0.7;}



#news-list .list .singleNew{position: relative;display:flex;/* flex-direction:column; */justify-content:space-between;transition:all .3s;padding: 15px;border:1px solid #c5c7bd;border-radius: 14px;background:#fff;box-shadow: 0px -13px 20px 7px rgb(0 0 0 / 8%);margin: 20px;flex: 1 0 37%;}
#news-list .list .singleNew:hover{opacity:.8;transition:all .3s}
#news-list .list .singleNew:before{position: absolute;content: "";transition: all .3s;left:50%;bottom: -5px;width: 100px;height: 10px;background: linear-gradient(95deg, rgb(125 189 239 / 21%) 0%, #0089f5 100%);transform: translateX(-50%);border-radius: 16px;box-shadow: 0 0 9px 4px rgb(0 0 0 / 5%);}
#news-list .list .singleNew:hover:before{width: 100%;bottom: -3;transition: all .3s;}
#news-list .list .singleNew .leftT{}
#news-list .list .singleNew .leftT h1{position:relative;transition:all .3s;margin:0;padding: 0;color: #1e8aed;font-size: 19px;font-weight: 700;}
#news-list .list .singleNew .leftT p{padding: 0;margin: 0;padding-top: 12px;font-size: 18px;font-weight: 400;}
#news-list .list .singleNew .leftT img{height: 17px;margin-top: 14px;}
#news-list .list .singleNew .rightImg{}
#news-list .list .singleNew .rightImg img{position: absolute;height: 124px;right: -22px;}
#news-list .list .singleNew:hover h1{transition:all .3s;font-size: 21px;color:#3b3b3b}
#news-list .list .singleNew:hover p{transition:all .3s;font-size: 17px;color:#3b3b3b}

/*Haber Detay*/
#pageDetailContent .container .pageRight .newsContent .image{width: 100%;height: 480px;margin-bottom: 20px;}
#pageDetailContent .container .pageRight .newsContent .image img{width: 100%;height: 100%;object-fit: contain;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer{position:relative;display:flex;flex-direction:column;justify-content: center;margin:20px 0;padding:10px 0;text-align:center;border-top: 1px solid #d8d8d7;border-bottom: 1px solid #d8d8d7;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:before{position:absolute;content:'';width:100px;height:2px;top:-1px;left:0;background-color: #d64b18;}
#pageDetailContent .container .pageRight .newsContent .page-news-detail-footer:after{position:absolute;content:'';width:100px;height:2px;bottom:-1px;right:0;background-color: #519fd7;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a {width: 70px;height: 40px;position: relative;display: inline-block;color: #fff;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items a:hover {opacity: .8;}
#pageDetailContent .container .pageRight .newsContent .newsDetail-footer-share-items i {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#pageDetailContent .container .pageRight .newsContent .newsGallery .topTitle{width: 100%;margin: 10px 0 20px;color: #ff4d00;}
#pageDetailContent .container .pageRight .newsContent .newsGallery .topTitle h1{margin: 0;padding: 0;font-size: 24px;}
#pageDetailContent .container .pageRight .newsContent .newsGallery .content{width: 100%;flex-wrap: wrap;display: flex;}
#pageDetailContent .container .pageRight .newsContent .group1{flex: 1 0 44%;margin: 10px;height: 250px;}
#pageDetailContent .container .pageRight .newsContent .group1 img{width: 100%;height: 100%;object-fit: cover;}

#pageDetailContent .container .pageRight .brosurs{display: flex;flex-direction: column;margin: 10px;}
#pageDetailContent .container .pageRight .brosurs .single{display: flex;justify-content: space-between;padding: 7px;border-bottom: 1px solid #ddd;margin: 0 20px;align-items: center;transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single:first-child{border-top: unset;}
#pageDetailContent .container .pageRight .brosurs .single .left{font-size: 13px;}
#pageDetailContent .container .pageRight .brosurs .single:hover{color:#015a99;transition: all .3s;}
#pageDetailContent .container .pageRight .brosurs .single .left i{padding-right: 9px;}
#pageDetailContent .container .pageRight .brosurs .single .right i{color: #015a99;font-size: 23px;}

#pageDetailContent .container .pageRight .referanceList{flex-wrap: wrap;display: flex;/* padding: 20px 0 0; */}
#pageDetailContent .container .pageRight .referanceList .single{cursor:pointer;position: relative;flex: 1 0 30%;width: 100%;display: flex;min-height: 66px;align-items: center;justify-content: center;transition: all .3s;border:1px solid #cccccc;flex-direction: column;margin: 14px;/* padding: 23px; */text-decoration: unset;color: unset;}
#pageDetailContent .container .pageRight .referanceList .single:hover{transform: scale(0.95);transition: all .3s;}
#pageDetailContent .container .pageRight .referanceList .single img{width: 100%;object-fit: contain;height: 115px;padding: 11px;}
#pageDetailContent .container .pageRight .referanceList .single h1{font-size: 17px;font-weight: 500;/* color: #fff; */padding: 10px 0;margin: 0;width: 100%;text-align: center;text-decoration: unset;}
#pageDetailContent .container .pageRight .referanceList .single:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 5px;background: linear-gradient(256deg, rgba(20,111,145,1) 23%, #0d1c30 75%);transition: all .3s;}
#pageDetailContent .container .pageRight .referanceList .single:hover:before{width: 100%;background: #456aa4;transition: all .3s;}

/*Video List*/
#videoList .container .list{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
#videoList a{display: flex;flex: 1 0 47%;width: 100%;height: 300px;margin: 10px;position: relative;transition: all .4s;}
#videoList a img{width: 100%;height: 100%;object-fit: cover;filter: grayscale(1);}
#videoList a p{position: absolute;bottom: 0;left: 0;width: 100%;background: #3b3b3b7a;color: #fff;padding: 11px;margin: 0;}
#videoList a:hover{opacity: 0.7;}
#videoList a:hover img{filter: unset;}

 /*Iletisim*/
.form {flex: 1 0 45%;}
.page-contact .boxes{display:flex;flex-direction:column;justify-content:flex-start;flex-basis:50%;padding:0 50px 0 0}
.page-contact .boxe{display: flex;flex-direction: column;}
.page-contact .boxe h1{margin: 0;padding: 17px 0;font-size: 16px;color: #519fd7;border-bottom: 1px solid #ddd;}
.page-contact .box{display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #d1287917;padding: 15px 0;}
.page-contact .box .icon{text-align:center;height:100%;min-width:70px;display:flex;align-items:center}
.page-contact .box .icon i{font-size:29px;color: #9ba6b1;}
.page-contact .box .tel{font-size: 18px!important;}
.page-contact .box .ctitle{display:flex;flex-direction:column;justify-content:center;padding:0;height:100%;width: 100%;}
.page-contact .box:first-child .ctitle{justify-content:center}
.page-contact .box .ctitle a{font-weight:400;letter-spacing:1px;color:#8c8c8c}
.page-contact .box .ctitle p{color:#8c8c8c;margin:0;font-size:14px!important;line-height:1!important}
.page-contact .contact-top{display:flex;flex:1;margin: 20px 0;}

/*Cerezler*/
.cookie-banner {position: fixed;bottom: 50px;left: 10%;right: 10%;width: 80%;padding: 5px 14px;display: flex;align-items: center;justify-content: space-between;background-color: #1b2650;color: #fff;border-radius: 5px;box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);z-index: 99999;flex-direction: column;}
.cookie-banner p{margin:0; padding: 10px;}
.cookie-banner a:hover{text-decoration: underline;}
.cookie-close {background-color: #bc4f19;border: none;color: white;border-radius: 2px;cursor: pointer;padding: 10px;font-size:14px;}

/*Sayfalama*/
ul.pagination{display: flex;flex-direction: row;width: 100%;list-style: none;margin: 0;flex-wrap: wrap;padding: 10px 0;margin:10px 0;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;}
ul.pagination li:first-child{border-left: unset;}
ul.pagination li{display: flex;align-items: center;justify-content: center;list-style: unset;width: 100%;flex: 1;border-left: 1px solid #ddd;}
ul.pagination li a{width: 100%;display: flex;align-items: center;justify-content: center;}
li.active{color: #2c8db1;}

#pageNavigation{background: #b8b8b8;padding: 30px 0;}
#pageNavigation .container a{font-size: 20px;color: #fff;font-weight: 400;}
#pageNavigation .container a:last-child{font-weight: 500;}

/*Page Sayfalama*/
#pageNavigationImg{width:100%;height: 275px;/* z-index: -1; */position:relative;margin-top: 0;}
#pageNavigationImg .container{width:100%;height:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#pageNavigationImg::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: linear-gradient(19deg,rgb(0 0 0 / 55%) 0,transparent);z-index:2;}
#pageNavigationImg::after{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;background: #465f7b;z-index:2;}
#pageNavigationImg img{width:100%;height:100%;object-fit:cover}
#pageNavigationImg .container .text{position: absolute;bottom: 20px;left: 0;z-index: 999999;color: #d9d9d9;font-style: italic;}
#pageNavigationImg .container .text h1{margin:0;font-weight: 300;line-height: 1.1;font-size: 45px;}
#pageNavigationImg .container .text a{font-size: 21px;color: rgb(255 255 255 / 58%);}
#pageNavigationImg .container .text a:last-child{color: #ffffff;}
#pageNavigationImg .container .text p{margin:0;font-weight: 700;}
#pageNavigationImg .container .image{position: absolute;bottom: 40px;right: -25px;z-index: 999999;width: 200px;height: 175px;}
#pageNavigationImg .container .image img{object-fit: contain;}

#pageDetailContent{width: 100%;}
#pageDetailContent .container{/* display: flex; *//* flex-wrap: wrap; *//* flex-direction: row; */display: -ms-grid;display: grid;grid-template-columns: 27% 69%;grid-gap: 0 50px;/* padding: 0 20px; */}
#pageDetailContent .container .pageLeft{width: 100%;background: #0d1c30;padding: 0 15px;position: relative;}
#pageDetailContent .container .pageRight{width: 100%;padding: 30px 0;}
#pageDetailContent .container .pageRight .pageTitle{border-bottom: 2px solid #d9d9d9;padding: 0 0 16px 0;display: flex;align-items: center;justify-content: flex-start;font-style: italic;}
#pageDetailContent .container .pageRight .pageTitle a{font-size: 24px;}
#pageDetailContent .container .pageRight .pageTitle a:nth-child(2){position: relative;display: flex;align-items: center;font-weight: 700;}
#pageDetailContent .container .pageRight .pageTitle a:nth-child(2):before{content: '\E5CC';color: rgb(0 0 0 / 70%);vertical-align: top;display: inline-block;font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 30px;-webkit-font-smoothing: antialiased;}
#pageDetailContent .container .pageRight .content{position: relative;height: auto;/* padding-top: 25px; */}
#pageDetailContent .container .pageRight .content .contentTitle{width: 100%;max-width: 531px;font-size: 55px;margin: 0;margin-bottom: 35px;font-style: italic;font-weight: 900;}
#pageDetailContent .container .pageRight .content p{font-size: 17px;line-height: 1.5;width: 94%;margin: 0;padding: 0;margin-top: 10px;/* text-align: justify; */}
#pageDetailContent .container .pageRight .content li{font-size: 17px;line-height: 1.5;}
#pageDetailContent .container .pageRight .contentP p{width: 100%;}
#pageDetailContent .container .pageRight .content .kurumsalImg{position: absolute;right: 0;bottom: 52px;z-index: -1;}

#pageDetailContent .container .pageLeft .filter{display: none;padding: 10px 0;background: rgb(24 41 70);color: #fff;cursor: pointer;align-items: center;justify-content: center;margin-bottom: 10px;}
#pageDetailContent .container .pageLeft .filter i{margin-right: 13px;}


#pageDetailContent .container .pageRight .contentP{display: flex;flex-wrap: wrap;padding-top: 20px;height: auto!important;}
#pageDetailContent .container .pageRight .content .singleU{flex: 0 0 30%;margin-right: 20px;margin-bottom: 20px;box-shadow: 0px 6px 6px 5px rgb(159 159 159 / 14%);transition: all .2s;position: relative;background: linear-gradient(256deg, rgb(208 225 243) 23%, rgb(220 226 238) 75%);}
#pageDetailContent .container .pageRight .content .singleU:hover{transition: all .2s;transform: scale(.8);}
#pageDetailContent .container .pageRight .content .singleU img{width: 100%;object-fit: cover;/* border-top-right-radius: 5px; *//* border-top-left-radius: 5px; */height: 100%;max-height: 180px;}
#pageDetailContent .container .pageRight .content .singleU h1{font-size: 15px;padding: 15px;margin: -4px 0 0 0;background: linear-gradient(256deg, rgb(208 225 243) 23%, rgb(220 226 238) 75%);font-weight: 500;min-height: 64px;height: auto;}
#pageDetailContent .container .pageRight .content .singleU::before{content: "";position: absolute;left: 25px;height: 43%;width: 3px;background: linear-gradient(355deg, rgba(20,111,145,1) 23%, rgb(44 141 177) 75%);transition: all .3s;}
#pageDetailContent .container .pageRight .content .singleU:hover::before{transition: all .3s;height: 100%;left: 90%;}
#pageDetailContent .container .pageRight .contentP .build{font-size: 17px;margin-top: 0;padding: 10px 0;margin-bottom: 10px;border-bottom: 1px solid #ddd;width: 100%;}

#pageDetailContent .container .pageRight .contentP .singleTedavi{display:flex;flex-direction:column;justify-content:space-between;transition:all .3s;padding:25px;border:1px solid #c5c7bd;border-radius:13px;box-shadow:0 4px 15px 3px rgb(0 0 0/8%);background:#fff}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover{transition:all .3s;background: #143459;}
#pageDetailContent .container .pageRight .contentP .singleTedavi:before{position: absolute;content: "";transition: all .3s;left:50%;bottom: -5px;width: 100px;height: 10px;background: linear-gradient(95deg, rgb(125 189 239 / 21%) 0%, #0089f5 100%);transform: translateX(-50%);border-radius: 16px;box-shadow: 0 0 9px 4px rgb(0 0 0 / 5%);}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover:before{width: 100%;bottom: -3;transition: all .3s;}
#pageDetailContent .container .pageRight .contentP .singleTedavi .image{height: 180px;width:100%;position:relative;transition:all .3s;margin-top: -63px;transition:all .3s}
#pageDetailContent .container .pageRight .contentP .singleTedavi .image img{height:87%;width:100%;object-fit:contain;filter:unset;opacity:unset;transition:all .3s;position: absolute;}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover .image img{transform:scale(1.15);transition:all .3s}
#pageDetailContent .container .pageRight .contentP .singleTedavi h1{position:relative;transition:all .3s;margin:0;padding: 16px 0 0;color: #0d1c30;font-size: 14px;font-weight: 700;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top: 1px solid #5771a7;}
#pageDetailContent .container .pageRight .contentP .singleTedavi h1:after{content:"";position:absolute;left:0;top:0;width:50px;/* background: #3b5998; */height: 5px;transition:all .3s}
#pageDetailContent .container .pageRight .contentP .singleTedavi h1:before{content:"";position:absolute;right:-53px;top: -1px;width: 0;background: #5771a7;height:1px;transition:all .3s}
#pageDetailContent .container .pageRight .contentP .singleTedavi p{padding: 0;margin: 0;padding-top: 12px;font-size: 13px;}
#pageDetailContent .container .pageRight .contentP .singleTedavi{position:relative;flex: 1 0 20%;margin: 37px 13px 0px;background: #eff0eb;}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover h1{transition:all .3s;font-size:15px;color: #ffffff;}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover p{transition:all .3s;font-size:15px;color: rgb(255 255 255 / 57%);}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover h1:after{transition:all .3s}
#pageDetailContent .container .pageRight .contentP .singleTedavi:hover h1:before{right:0;background:#0084be;transition:all .3s;width:100%}


#pageDetailContent .container .pageRight .content .ourTeams{flex-wrap: wrap;display: flex;/* padding: 20px 0 0; */}
#pageDetailContent .container .pageRight .content .ourTeams .single{position: relative;flex: 1 0 25%;width: 100%;display: flex;min-height: 220px;align-items: center;justify-content: center;transition: all .3s;border:1px solid #cccccc;flex-direction: column;margin: 14px;/* padding: 23px; */padding: 5px;cursor: pointer;}
#pageDetailContent .container .pageRight .content .ourTeams .single:hover{transform: scale(0.95);transition: all .3s;}
#pageDetailContent .container .pageRight .content .ourTeams .single img{width: 100%;object-fit: contain;height: 200px;/* padding: 10px; */}
#pageDetailContent .container .pageRight .content .ourTeams .single h1{font-size: 15px;font-weight: 500;/* color: #fff; */padding: 7px 0 5px 0;margin: 0;width: 100%;text-align: center;}
#pageDetailContent .container .pageRight .content .ourTeams .single p{font-size: 12px;font-weight: 500;/* color: #fff; */padding: 8px 0;margin: 0;width: 100%;text-align: center;}
#pageDetailContent .container .pageRight .content .ourTeams .single:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 5px;background: #cccccc;transition: all .3s;}
#pageDetailContent .container .pageRight .content .ourTeams .single:hover:before{width: 100%;background: #00a3c0;transition: all .3s;}


/*Ana Sayfa Slider*/
#pageDetailContent .container .pageRight #productSlider{width:100%;height: 50vh;position: relative;}
#pageDetailContent .container .pageRight #productSlider .swiper-container{position:relative;width:100%;height:100%;/* box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 54%); */}
#pageDetailContent .container .pageRight #productSlider .swiper-container .swiper-slide{position:relative;width:100%!important;height:100%}
#pageDetailContent .container .pageRight #productSlider .swiper-container .swiper-slide::before{content:'';position:absolute;bottom:0;right:0;left:0;height: 100%;/* background: rgb(255 255 255 / 35%); */z-index:2;}
#pageDetailContent .container .pageRight #productSlider .swiper-container video{width:100%;height:100%;object-fit:cover}
#pageDetailContent .container .pageRight #productSlider .swiper-container div{width: 100%;height: 100%;}
#pageDetailContent .container .pageRight #productSlider .swiper-container img{width:100%;height:100%;object-fit: cover;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination {text-align: right;left: 50%;transform: translateX(-50%);bottom: 6px;background: none;z-index: 99;display: flex;/* flex-direction: column; *//* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;align-items: flex-end;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination-bullet {width: 20px;height: 3px;background: #4e4e4e;opacity: 1;z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;margin-right: 6px;border-radius: unset;}
#pageDetailContent .container .pageRight #productSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #5b616a;height: 5px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-prev{background:unset;background-position:center;background-repeat:no-repeat;background-size:contain;width: 30px;left:3%;height: 60px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-prev i{color: #0f3952;font-size: 35px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-next{background:unset;background-position:center;background-repeat:no-repeat;background-size:contain;width: 30px;right:3%;height: 60px;}
#pageDetailContent .container .pageRight #productSlider .swiper-button-next i{color: #0f3952;font-size: 35px;}
#pageDetailContent .container .pageRight #productSlider .buyutec{position: absolute;width: 50px;height: 50px;right: 20px;top: 20px;z-index: 99999999;opacity: .7;}
#pageDetailContent .container .pageRight #productSlider .buyutec i{font-size: 35px;color: #2e2e2e;}

#pageDetailContent .container .pageRight .productDetail{width: 100%;padding: 0!important;}
#pageDetailContent .container .pageRight .productDetail .tabs{width: 100%;margin-top: 10px;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav{display: flex;flex-wrap: wrap;list-style: none;margin: 0;padding: 0;margin-bottom: 10px;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee{flex: 1;list-style: none;/* padding: 20px; */background: #cfd9e0;display: flex;transition: all .3s;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee:hover{opacity: .7;transition: all .3s;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee.tab-active{background: #1d2f3d;width: 100%;color: #fff;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-nav .singlee a{width: 100%;height: 100%;padding: 20px;text-align: center;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage{width: 100%;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage .tabsVisibility{width: 100%;}
#pageDetailContent .container .pageRight .productDetail .tabs .tabs-stage .tabsVisibility img{width: 100%;object-fit: contain;padding: 10px;border: 2px solid #ddd;}
#pageDetailContent .container .pageRight .productDetail .din{margin: 8px 0;padding: 0;font-size: 25px;color: #009ba4;}


#pageDetailContent .container .pageLeft .pageDetailSlider{position: relative;padding: 50px 50px 100px 50px;height: 610px;display: flex;flex-direction: column;justify-content: space-around;}
#pageDetailContent .container .pageLeft .pageDetailSlider img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text{font-style: italic;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .title h1{font-size: 35px;color:#fff;margin:0;font-weight: 700;/* line-height: 91px; */}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .title p{color: #ff991a;text-shadow:1px 1px #000;margin:0;font-weight: 400;font-size: 20px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .text .content p{font-size: 17px;color: #a09f9f;font-weight: 400;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container{position:relative;width:100%;/* box-shadow:0 6px 6px -1px rgba(171,171,171,0.52) */}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide{position:relative;display: flex;flex-direction: column;height: 100%;align-items: center;justify-content: center;/* box-shadow: inset 0 0 150px 7px #f3f3f3; */}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide .image{width: 100%;height: 80px;display: flex;align-items: center;justify-content: center;margin-bottom: 9px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide img{margin-bottom: 20px;height: 100%;width: 100%;object-fit: contain;position: unset;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide .count{display: flex;font-weight: 500;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide p{padding: 0;margin: 0;color: #fff;font-size: 19px;width: 73%;text-align: center;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-container .swiper-slide h1{margin: 0;padding: 0;font-size: 20px;text-align: center;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination {text-align: right;top: unset;transform: translateX(-50%);left: 50%;background: none;z-index: 99;display: flex;flex-direction: row;/* background: rgba(0, 0, 0, 0.5); */border-radius: 20px;align-items: center;justify-content: center;bottom: 50px;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet {width: 19px;height: 19px;background: transparent;/* border: 1px solid rgba(255, 255, 255, 0.75); */opacity: 1;/* margin: 2px 3px; */z-index: 99;display: flex;align-items: center;justify-content: center;transition: all .3s;}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet::before {content: "";width: 8px;height: 8px;border-radius: 100%;background:rgba(255, 255, 255, 0.75);}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination-bullet-active::before {content: "";width: 8px;height: 8px;border-radius: 100%;background: rgb(255, 255, 255);}
#pageDetailContent .container .pageLeft .pageDetailSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 1px solid rgb(255 255 255 / 30%);}
#pageDetailContent .container .pageLeft:before {position: absolute;content: "";left: -10000%;width: 10000%;background: #0d1c30;top: 0;bottom: 0;}

#pageDetailContent .container .pageLeft .detailMenu{display:flex;/* height:100%; */align-items:center;flex-direction:column;list-style:none;padding:0;margin:0;padding: 0 0 30px 0;/* background: #f2f2f2; *//* border-left: 1px solid #d9d9d9; */position: relative;}
#pageDetailContent .container .pageLeft .detailMenu:after{position: absolute;content:"";top: -30px;left: 0px;width: 100%;height: 30px;/* background: #eef5fa; */z-index: 1;}
#pageDetailContent .container .pageLeft .detailMenu li{position: relative;height: 100%;display: flex;align-items: center;background: unset;width: 100%;justify-content: space-between;padding: 0;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li:before{position: absolute;content:"";top:-0px;right: 0px;width: 30px;height: 100%;background: transparent;transition: all .3s;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#pageDetailContent .container .pageLeft .detailMenu li:after{position: absolute;content:"";top:-0px;left:-10000%;width: 10000%;height: 100%;background: transparent;transition: all .1s;}

#pageDetailContent .container .pageLeft .detailMenu li.activePage:before{background: #fdb614;transition: all .3s;right: -30px;/* border-top-right-radius: 10px; *//* border-bottom-right-radius: 10px; */}
#pageDetailContent .container .pageLeft .detailMenu li.activePage:after{background: #fdb614;transition: all .3s;width: 10000%;}

#pageDetailContent .container .pageLeft .detailMenu li.activePage{background: #e00b18;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage {background: #fdb614;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a{color: #fff!important;font-weight: 400;/* border-bottom: unset; */transition: all .3s;padding: 20px 0;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a img{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;/* right: -30px; */left: 89%;max-height: 77px;filter: unset;}

#pageDetailContent .container .pageLeft .detailMenu li:hover:before{background: #e51e20;transition: all .3s;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li:hover::after{background: #e51e20;transition: all .1s;width: 10000%;}

#pageDetailContent .container .pageLeft .detailMenu li a{font-weight: 400;font-size: 15px;transition:all .5s;border-radius:0;padding: 15px 0;width: 100%;color: #ffffff;display: flex;align-items: center;width: 100%;display: flex;border-bottom: 1px solid hsl(222deg 6% 33% / 12%);}
#pageDetailContent .container .pageLeft .detailMenu li:hover {background: #e51e20;transition: all .3s!important;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{color: #fff!important;font-weight: 300;/* border-bottom: unset; */transition: all .3s;padding: 17px 0;}
#pageDetailContent .container .pageLeft .detailMenu li a img{transition: all .3s;margin-right: 10px;/* transform: rotate(223deg); */padding: 0;position: absolute;left: 0;max-height: 40px;filter: grayscale(1);}
#pageDetailContent .container .pageLeft .detailMenu li:hover a img{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;/* right: -30px; */left: 89%;max-height: 77px;filter: unset;}

#pageDetailContent .container .pageLeft .detailMenu li.activePage a i{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li a i{transition: all .3s;margin-right: 10px;transform: rotate(223deg);padding: 0;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a i{display: block;transform: rotate(0deg);transition: all .3s;position: absolute;right: -30px;}


#pageDetailContent .container .pageLeft .detailMenu .nextPrevP{background: #4e4e4e;}
#pageDetailContent .container .pageLeft .detailMenu .nextPrevP a{border-bottom: 1px solid #dde3e8;}
#pageDetailContent .container .pageLeft .detailMenu .subMenu{flex-direction: column;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu {position: relative;display: none;padding: 0;width: 100%;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu a{padding: 10px 0!important;border-bottom: 1px solid rgba(255, 255, 255, 0.541)!important;font-size: 14px!important;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu a:hover{background-color: #535960;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .colmnMenu{display: flex;flex-direction: column;/* width: 89%; */padding-left: 20px;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .colmnMenu:hover{padding-left: 0;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#pageDetailContent .container .pageLeft .detailMenu .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}


/*Filtre Acilir Menu*/
#filter {width: 100%;height: 0;position: fixed;z-index: 9999999999999999;top: 0;background: linear-gradient(256deg, rgba(20,111,145,1) 23%, #0d1c30 75%);overflow-x: hidden;transition: 0.5s;left: 0;right: 0;bottom: 0;}
#filter .container {width: 100%;height: 100%;padding: 0;display: grid;grid-template-rows: 60px 1fr 100px;}
#filter .container .header {width: 100%;display: flex;border-bottom: 1px solid #c1c1c1;}
#filter .container .content {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;/* align-items: center; */flex-direction: column;/* border-bottom: 1px solid #c1c1c1; */}
#filter .closebtnn {font-size: 38px;color: #ffffff;width: 100%;display: flex;align-items: center;justify-content: center;}
#filter .dropdownMenu {position: relative;display: none;}
#filter .drop-down i{padding: 0 15px;font-size: 12px;}
#filter .dropdownMenu .levelTwo{padding: 10px 15px;border-top: 1px solid #f5f5f5;font-weight: 500;}
#filter .dropdownMenu .levelThree{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#filter .dropdownMenu .levelFour{padding: 10px 0px; border-top: 1px solid #f5f5f5}
#filter .dropdownMenu i{float:right;font-size:12px;margin-right:0;line-height:15px!important}
#filter .container .button {display: flex;align-items: center;justify-content: center;width: 100%;padding: 0;/* height: 50px; */}
#filter .container .button p {cursor: pointer;padding: 15px;background: #96a0ad;width: 100%;display: flex;align-items: center;justify-content: center;color: #fff;}
#filter .container .button input{width: 100%!important;background: #01625f;border: unset;padding: 10px;height: auto!important;}



#cboxOverlay{z-index: 9999999999!important;}
#colorbox {z-index: 999999999999!important;}
.fotorama{border:1px solid #ddd!important;padding: 20px!important;}
.fotorama__nav--thumbs{border-top: 1px solid #ddd!important;padding-top: 20px!important;}
.fotorama__thumb-border{background-color: rgb(199 199 199 / 56%)!important;border-color: #95a9ba!important;}

#otherProducts{padding-bottom: 30px;border-bottom: 1px solid #dbdbdb;background: #f3f3f3;}
#otherProducts .container{border-top: 1px solid #dbdbdb;}
#otherProducts .bTitle{/* font-family: 'Open Sans', sans-serif; */font-size: 17px;font-weight: 400;margin: 0;padding: 22px 0;}
#otherProducts .swiper-slide{transition: all .3s!important;transform: scale(1)!important;/* border: 3px outset #cfd9e0; */padding: 15px;background: #fff;}
#otherProducts .swiper-container{/* background-color:#fff; *//* padding: 20px 0; *//* border: 3px outset #cfd9e0; */}
#otherProducts .single .image{width: 100%;height: 126px;}
#otherProducts .single .image img{width: 100%;height: 100%;object-fit: contain;}
#otherProducts .single .title{position: relative;margin: 0;padding: 8px 0;font-size: 13px;font-weight: 400;color: #1d2f3d;text-align: center;}
#otherProducts .single .title:before{content: "";left: 0;bottom: 0;width: 0;height: 3px;transition: all .3s;position: absolute;}
#otherProducts .swiper-slide:hover{transform: scale(0.9)!important;transition: all .3s;}
#otherProducts .swiper-slide:hover .title:before{background: #009ba4;transition: all .3s;width: 50%;}
#otherProducts .swiper-slide-active{transform: scale(0.9)!important;transition: all .3s;}
#otherProducts .swiper-slide-active .title:before{background: #009ba4;transition: all .3s;width: 50%;}

.pPdf{margin-top: 10px;width: 100%;display: flex;}
.pPdf a{width: 100%;padding: 10px;background-color: #2f297e;color: #fff;}

.searchProduct {display: block;width: 100%;height: 75px;float: left;background: #fff;position: relative;margin-bottom: 12px;}
.searchProduct form {display: block;float: left;width: 100%;position: relative;overflow: hidden;height: 100%;}
.searchProduct form input {display: block;float: left;width: 100%;height: 100%;padding: 0;margin: 0;padding-left: 20px;font-size: 14px;}
.searchProduct form button {display: block;position:  absolute;right: 0;height: 100%;top: 0;border: none;padding: 0 30px;color: #000000;font-size: 14px;font-weight: 600;cursor: pointer;}#header .bottom .container 
.searchProduct.cash {position:  absolute;width: auto;left: 20px;right: 20px;top: 20px;z-index:  99;}
.searchProduct.cash input {background: #f2f2f2;color: #e51e20;border: unset;font-weight: 600;}
.searchProduct.cash button {background: #ffffff;}
.searchProduct:after{content: "";position: absolute;bottom: -5px;/* left: 0; */right: 0;width: 100%;height: 5px;background: #c70104;}
.searchNone{font-size: 21px;color: #e51e20;}
.searchInfo{font-size: 13px!important;}


#pageDetailContent .container .pageRight .pageListK .singleT{transition: all .3s;flex: 1 0 30%;position: relative;margin-left: 15px;box-shadow: 0 5px 4px 0px rgb(0 0 0 / 20%);width: 100%;margin-top: 15px;display: flex;align-items: center;padding: 25px;background: linear-gradient(270deg, rgb(122 155 21) 0%, rgb(170 207 59) 50%, rgb(122 155 21) 100%);color: #fff;}
#pageDetailContent .container .pageRight .pageListK .singleT:nth-child(2n){background: linear-gradient(270deg, rgb(36 51 64) 0%, rgb(87 114 131) 50%, rgb(36 51 64) 100%);}
#pageDetailContent .container .pageRight .pageListK .singleT:nth-child(3n){background: linear-gradient(270deg, rgb(6 88 56) 0%, rgb(96 146 129) 50%, rgb(6 88 56) 100%);}
#pageDetailContent .container .pageRight .pageListK .singleT:nth-child(4n){background: linear-gradient(270deg, rgb(86 86 86) 0%, rgb(172 172 172) 50%, rgb(86 86 86) 100%);}
#pageDetailContent .container .pageRight .pageListK .singleT:nth-child(5n){background: linear-gradient(270deg, rgb(128 18 18) 0%, rgb(255 66 24) 50%, rgb(128 38 18 ) 100%);}
#pageDetailContent .container .pageRight .pageListK .singleT:nth-child(6n){background: linear-gradient(270deg, rgb(28 105 111) 0%, rgb(52 214 227) 50%, rgb(28 105 111) 100%);}

#pageDetailContent .container .pageRight .pageListK .singleT:hover{opacity: .8;transform: scale(.8);transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleT:hover img{transform: rotate(360deg);transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleT img{height: 49px;transition: all .3s;}
#pageDetailContent .container .pageRight .pageListK .singleT h1{margin: 0;padding: 0 15px;font-size: 18px;font-weight: 400;}

#pageDetailContent .container .pageRight .pInfos{display: flex;flex-wrap: wrap;}
#pageDetailContent .container .pageRight .pInfos .single{flex: 1 0 40%;background: linear-gradient(92deg, rgb(126 126 126) 23%, rgb(168 168 168) 75%);margin: 10px 10px 0 0;display: flex;justify-content: center;flex-direction: column;padding: 20px;color: #fff;}
#pageDetailContent .container .pageRight .pInfos .single p{margin-top: 0;}
#pageDetailContent .container .pageRight .pInfos .single:nth-child(2n){background: linear-gradient(90deg, rgb(90 90 90) 23%, rgb(150 150 150) 75%);margin-right: 0;}

#pageDetailContent .container .pageRight .pageListK{display: flex;flex-wrap: wrap;}
#pageDetailContent .container .pageRight .pageListK .singleDt{transition: all .3s;flex: 1 0 30%;position: relative;margin-left: 15px;background: #eff0eb;padding: 35px;border-radius: 15px;}
#pageDetailContent .container .pageRight .pageListK .singleDt img{width: 100%;height: 360px;object-fit: contain;}
#pageDetailContent .container .pageRight .pageListK .singleDt h1{margin: 0;padding: 0px;font-size: 18px;margin-top: 30px;color: #172a49;}
#pageDetailContent .container .pageRight .pageListK .singleDt:hover{transition: all .3s;background-color: #173035;transform: scale(.95);}
#pageDetailContent .container .pageRight .pageListK .singleDt:hover h1{transition: all .3s;color: #fff;}

.gt_switcher_wrapper{z-index: 9999999999999!important;top: 125px!important;width: 38px;height: 38px;background: #ffffff;border-radius: 100%;}

#header.sticky .gt_switcher_wrapper{top: 78px!important;}
/* .gglobe {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M15.624,1.028c-7.811,0-14.167,6.355-14.167,14.167c0,7.812,6.356,14.167,14.167,14.167 c7.812,0,14.168-6.354,14.168-14.167C29.792,7.383,23.436,1.028,15.624,1.028z M28.567,15.195c0,0.248-0.022,0.49-0.037,0.735 c-0.091-0.23-0.229-0.53-0.262-0.659c-0.048-0.196-0.341-0.879-0.341-0.879s-0.293-0.39-0.488-0.488 c-0.194-0.098-0.341-0.342-0.683-0.536c-0.342-0.196-0.487-0.293-0.779-0.293c-0.294,0-0.585-0.391-0.928-0.586 c-0.342-0.194-0.39-0.097-0.39-0.097s0.39,0.585,0.39,0.731c0,0.146,0.438,0.39,0.879,0.292c0,0,0.292,0.537,0.438,0.683 c0.146,0.146-0.049,0.293-0.341,0.488c-0.293,0.194-0.244,0.146-0.392,0.292c-0.146,0.146-0.633,0.392-0.78,0.488 c-0.146,0.097-0.731,0.39-1.023,0.097c-0.143-0.141-0.099-0.438-0.195-0.634c-0.098-0.195-1.122-1.707-1.61-2.389 c-0.085-0.12-0.293-0.49-0.438-0.585c-0.146-0.099,0.342-0.099,0.342-0.099s0-0.342-0.049-0.585 c-0.05-0.244,0.049-0.585,0.049-0.585s-0.488,0.292-0.636,0.39c-0.145,0.098-0.292-0.194-0.486-0.439 c-0.195-0.243-0.391-0.537-0.439-0.781c-0.049-0.243,0.244-0.341,0.244-0.341l0.438-0.243c0,0,0.537-0.097,0.879-0.049 c0.341,0.049,0.877,0.098,0.877,0.098s0.146-0.342-0.049-0.488c-0.194-0.146-0.635-0.39-0.83-0.341 c-0.194,0.048,0.097-0.244,0.34-0.439l-0.54-0.098c0,0-0.491,0.244-0.638,0.293c-0.146,0.048-0.4,0.146-0.596,0.39 c-0.194,0.244,0.078,0.585-0.117,0.683c-0.194,0.098-0.326,0.146-0.473,0.194c-0.146,0.049-0.61,0-0.61,0 c-0.504,0-0.181,0.46-0.05,0.623l-0.39-0.476L18.564,8.88c0,0-0.416-0.292-0.611-0.389c-0.195-0.098-0.796-0.439-0.796-0.439 l0.042,0.439l0.565,0.572l0.05,0.013l0.294,0.39l-0.649,0.049V9.129c-0.612-0.148-0.452-0.3-0.521-0.347 c-0.145-0.097-0.484-0.342-0.484-0.342s-0.574,0.098-0.721,0.147c-0.147,0.049-0.188,0.195-0.479,0.292 c-0.294,0.098-0.426,0.244-0.523,0.39s-0.415,0.585-0.608,0.78c-0.196,0.196-0.558,0.146-0.704,0.146 c-0.147,0-0.851-0.195-0.851-0.195V9.173c0,0,0.095-0.464,0.047-0.61l0.427-0.072l0.713-0.147l0.209-0.147l0.3-0.39 c0,0-0.337-0.244-0.094-0.585c0.117-0.164,0.538-0.195,0.733-0.341c0.194-0.146,0.489-0.244,0.489-0.244s0.342-0.292,0.683-0.634 c0,0,0.244-0.147,0.536-0.245c0,0,0.83,0.732,0.977,0.732s0.683-0.341,0.683-0.341s0.146-0.438,0.098-0.585 c-0.049-0.146-0.293-0.634-0.293-0.634s-0.146,0.244-0.292,0.439s-0.244,0.439-0.244,0.439s-0.683-0.047-0.731-0.193 c-0.05-0.147-0.146-0.388-0.196-0.533c-0.047-0.147-0.438-0.142-0.729-0.044c-0.294,0.098,0.047-0.526,0.047-0.526 s0.294-0.368,0.488-0.368s0.635-0.25,0.828-0.298c0.196-0.049,0.783-0.272,1.025-0.272c0.244,0,0.537,0.105,0.684,0.105 s0.731,0,0.731,0l1.023-0.082c0,0,0.879,0.325,0.585,0.521c0,0,0.343,0.211,0.489,0.357c0.137,0.138,0.491-0.127,0.694-0.24 C26.127,6.525,28.567,10.576,28.567,15.195z'/%3E%3C/svg%3E") !important;
}
 */
