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

#header{width: 100%;height: 104px;transition: all .3s;}
#header.sticky{position: fixed;top: 0;left: 0;right: 0;width: 100%;height: 90px;transition: all .3s;z-index: 99999999;background: #fff;box-shadow: 0px 6px 11px 3px rgb(0 0 0 / 15%);}
#header.sticky .container .logo .text{max-height: 44px;transition: all .3s;}
#header.sticky .container .logo .favico{height: 50px;bottom: -36px;transition: all .3s;}
#header .container{height: 100%;display: flex;max-width:90%;}
#header .container .hLeft{flex: 1;flex-direction: row;flex-wrap: wrap;display: flex;}
#header .container .hLeft .contactH{display: flex;align-items: center;}
#header .container .hLeft .contactH .single{display: flex;align-items: center;padding-left: 48px;}
#header .container .hLeft .contactH .single:first-child{padding-left: 0;}
#header .container .hLeft .contactH .single i{font-size: 21px;}
#header .container .hLeft .contactH .single .left{margin-left: 17px;}
#header .container .hLeft .contactH .single p{margin: 0;padding: 0;}
#header .container .hLeft .contactH .single p:first-child{font-weight: 400;}
#header .container .logo{flex: 1;height: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
#header .container .logo .text{width: 100%;object-fit: contain;height: 100%;max-height: 60px;transition: all .3s;}
#header .container .logo .favico{height: 72px;object-fit: contain;position: absolute;bottom: -62px;z-index: 9999;background: #fff;box-shadow: 0px 10px 8px 4px rgb(0 0 0 / 24%);transition: all .3s;}
#header .container .menu{flex: 1;height: 100%;justify-content: end;width: 100%;display: flex;}
#header .container .menu .mobilMenu{height: 100%;display: flex;align-items: center;width: fit-content;justify-content: end;cursor: pointer;}
#header .container .menu .mobilMenu img{width: 30px;}
#header .container .menu .mobilMenu h1{margin: 0;padding: 0;font-size: 15px;margin-right: 15px;}
#header .container .menu .lang{display: flex;margin-right: 33px;}
#header .container .menu .lang .langLeft{height: 100%;display: flex;align-items: center;justify-content: center;}
#header .container .menu .lang .langLeft span{font-size: 15px;font-weight: 700;color: #1d1d1b;padding-right: 10px;border-right: 1px solid #e30613;margin-right: 10px;}
#header .container .menu .lang .langRight{/* width: 30px; *//* height: 100%; */position: relative;display: flex;align-items: center;justify-content: flex-end;}
#header .container .menu .lang .global{width: 35px;height: 100%;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#header .container .menu .lang i{color: #e4e3dd;font-size: 12px;}
#header .container .menu .lang .global i{color: #fbfbfb;padding-left: 8px;font-size: 20px;}
#header .container .menu .lang .dropbtn {background-color: #ffffff;color: white;border: none;cursor: pointer;outline: none;width: 100%;display: contents;}
#header .container .menu .lang .dropbtn:hover, .dropbtn:focus {background-color: #ffffff;}
#header .container .menu .lang .dropdown {position: relative;display: inline-block;width: 100%;display: flex;}
#header .container .menu .lang .dropdown-content {display: none;top: 62px;left: 0;position: absolute;background-color: #e30613;width: 58px;overflow: auto;z-index: 99999;}
#header .container .menu .lang .dropdown-content a {color: #fbfbfb;width: 100%;height: 35px;text-decoration: none;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #fff;font-weight: 700;font-size: 13px;transition: all .3s;}
#header .container .menu .lang .dropdown-content a img{margin-left: 6px;width: 21px;height: 14px;}
#header .container .menu .lang .dropdown-content a:last-child {border-bottom: unset}
#header .container .menu .lang .dropdown a:hover {background-color: #1d1d1b;color: #e5e5e5;transition: all .3s;}
#header .container .menu .lang .show {display: block;}
#header .container .menu .lang .langue{width: 100%;display: flex;align-items: center;}

#header .container .menu .socialMedia{display: flex;flex-direction: row;align-items: center;margin-right: 50px;}
#header .container .menu .socialMedia .single{display: flex;}
#header .container .menu .socialMedia .single i{font-size: 19px;color: #f00;margin-left: 20px;}
#header .container .menu .socialMedia .single:nth-child(1) i{margin-left: 0;color: #097feb;}
#header .container .menu .socialMedia .single:nth-child(2) i{color: #fa009d;}


#mFull {height: 0;width: 100%;position: fixed;z-index: 9999999999;top: 0;left: 0;background-color: #ffffff;overflow-x: hidden;transition: 0.5s;box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 32%);}
#mFull .container {height: 100%;padding: 0 20px;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 #cb1117;}
#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-right: 20px;}
#mFull .container .content .info > div {margin-bottom: 20px;}
#mFull .container .content .info::after {content:'';position:absolute;left: 0;top: 0;bottom: 0;width:1px;background: #cb1117;}
#mFull .container .content .info i {font-size: 32px;color: #cb1117;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: #5d5a57;}
#mFull .container .content .info .phone {position: relative;}
#mFull .container .content .info .phone a {font-size: 23px;}
#mFull .container .content .info > div::before {content: '';position: absolute;top: 45px;right: 0;width: 25px;height: 2px;background: #3f3b39;}
#mFull .container .content .info .mail { position: relative; }
#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: #ff1222;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: 12px 0;}
#mFull .container .content ul li::before{position:absolute;content:'';width:25px;height: 2px;bottom:0;left: 0;background-color: #dd0c17;transition: .4s all;}
#mFull .container .content ul li:last-child::before{display:none}
#mFull .container .content ul li a{color: #9f9e9e;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 #cb1117;}
#mFull .footerNav-social{display:flex}
#mFull .footerNav-social span{color: #5d5a57;font-weight:300;font-size: 13px}
#mFull .flags img{width: 100%;height: 50px;object-fit: contain;margin: 0 5px;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}

#slider {position: relative;width: 100%;height: 83vh;}
#slider .container{max-width:90%;height: 100%;}
#slider .swiper-container {position: relative;  width: 100%; height: 100%; }
#slider .swiper-container .swiper-slide {position: relative;width: 100%; height: 100%;  }
#slider .swiper-container .swiper-slide::before {content: '';position: absolute;top: 0;bottom: 0;left: 0;/* right: 0; */width: 100%;height: 100%;background: linear-gradient(90deg,rgb(0 0 0 / 45%), rgb(0 0 0 / 0%));z-index: 2;box-shadow: inset 119px -20px 86px -28px #00000061;}
#slider .swiper-container img {width: 100%;height: 100%;object-fit: cover;}
#slider .mainSliderText {position: absolute;top: 50%;left: 0;transform: translatey(-50%);/* max-width: 1000px; */width: 76%;z-index: 999;height: 100%;display: flex;flex-direction: column;justify-content: center;}
#slider .mainSliderText h1 {color: #fff;text-shadow: 1px 1px #000;margin: 0 5%;font-size: 50px;font-weight: 800;text-transform: uppercase;padding: 0;font-style: oblique;}
#slider .mainSliderText h1:nth-child(2){font-weight: 800;}
#slider .mainSliderText p {font-size: 25px;color: #fff;text-shadow: 1px 1px #000;margin: 10px 5%;}
#slider .mainSliderText .buton {width: 200px;margin-top: 20px;}
/*#slider .mainSliderText .btnn:hover { }*/
#slider .mainSliderText .btnn b {transition: all .3s linear;font-family: Lato,sans-serif;font-weight: 700;color: #3f3f3f;font-size: 16px;padding: 16px;background: #fff;}
#slider .mainSliderText .btnn:hover b { color: #fff;background-color: #3f3f3f;  }
#slider .arrows {position: absolute;right: 0px;top: 50%;transform: translateY(-100%);z-index: 2;}
#slider .arrows::before {/* content: ''; */position: absolute;top: 0px;background: #f2f2f2;bottom: 0;width: 45%;left: -13px;transform: skewx(-30deg);overflow: hidden;transition: all .2s;z-index: 1;}
#slider .arrows i {font-size: 20px;color: #000;}
#slider .arrows .swiper-button-prev {left: 70px;background-image: unset;position: relative;top: 78px;width: 70px;height: 50px;float: left;z-index: 1;display: flex;align-items: center;justify-content: center;/* border-right: 2px solid #000; */background: #fff;}
#slider .arrows .swiper-button-next {right: 0;left: unset;background-image: unset;position: relative;top: 0;width: 70px;height: 50px;margin: 0;float: left;z-index: 1;display: flex;align-items: center;justify-content: center;background: #fff;}

#homeCorp{width: 100%;padding: 75px 0;position: relative;}
#homeCorp .container{display: flex;flex-wrap: wrap;}
#homeCorp .container .leftCorp{flex: .5;display: flex;align-items: center;}
#homeCorp .container .leftCorp .frame{display: flex;flex-direction: column;padding: 52px;border: 3px solid #ddd;align-items: center;}
#homeCorp .container .leftCorp .frame h1{padding: 0;margin: 0;font-weight: 800;font-size: 102px;line-height: .8;color: #df0c17;}
#homeCorp .container .leftCorp .frame h3{margin: 0;padding: 0; font-size: 50px;font-weight: 200;color: #df0c17;}
#homeCorp .container .leftCorp .frame p{margin: 0;padding: 0;font-size: 21px;font-weight: 300;}
#homeCorp .container .rightCorp{display: flex;flex: 2;flex-wrap: wrap;justify-content: end;align-items: center;}
#homeCorp .container .rightCorp .rLeft{flex: .3;padding-right: 102px;}
#homeCorp .container .rightCorp .rLeft h1{font-size: 58px;font-weight: 200;color: #1b1f29;margin: 0;padding: 0;letter-spacing: 5.5px;}
#homeCorp .container .rightCorp .rLeft h1:last-child{font-weight: 800;}
#homeCorp .container .rightCorp .rRight{flex: .6;}
#homeCorp .container .rightCorp .rRight p{margin: 0;padding: 0;font-size: 22px;font-weight: 300;color: #909295;}

#homeProducts{width: 100%;padding: 75px 0;background: #5b616a;position: relative;}
#homeProducts .container{display: flex;flex-wrap: wrap;}
#homeProducts .container .single{position: relative;height: 700px;flex: 1;margin-left: 16px;transition: all .3s;box-shadow: 0 0 8px 5px rgb(0 0 0 / 13%);}
#homeProducts .container .single:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;/* right: 0; */width: 100%;height: 100%;background: linear-gradient(62deg,rgb(27 31 41), rgb(0 0 0 / 15%));z-index: 9999;}
#homeProducts .container .single:first-child:before{display: none;}
#homeProducts .container .single:first-child:after{display: none;}
#homeProducts .container .single:first-child{display: flex;flex-direction: column;margin-left: 0;justify-content: space-between;box-shadow: unset;}
#homeProducts .container .single .top{margin: 0;padding: 0;}
#homeProducts .container .single .top h1{margin: 0;padding: 0;font-weight: 300;letter-spacing: 5.5px;font-size: 83px;color: #6c727a;}
#homeProducts .container .single .top h1:first-child{font-weight: 600;font-size: 48px;color: #e2e6eb;}
#homeProducts .container .single .bottom{padding: 16px 16px 16px 0;}
#homeProducts .container .single .bottom img{width: 96%;object-fit: contain;opacity: .65;}
#homeProducts .container .single .bottom p{margin: 0;padding: 15px 0;font-size: 16px;font-weight: 300;color: rgb(201 201 201 / 77%);}
#homeProducts .container .single .bottom a{font-size: 28px;font-weight: 200;color: rgb(201 201 201 / 77%);}
#homeProducts .container .single a:before{content: '';position: absolute;display: inline-block;width: 50px;height: 2px;background: #d70f17;margin: 0 0 3px 15px;transition: transform .4s ease-in-out;right: 0;top: 50%;}
#homeProducts .container .single a:hover:before{top:95%; transform: rotate(360deg);transition: all .3s; }
#homeProducts .container .single img{width: 100%;height: 100%;object-fit: cover;}
#homeProducts .container .single .detailsPro{position: absolute;left: 15px;bottom: 35px;z-index: 99999;color: rgb(255 255 255 / 88%);font-size: 28px;font-weight: 200;width: 66%;margin: 0;padding: 0;}
#homeProducts .container .single:hover{transform: scale(.88);transition: all .3s;}
#homeProducts .container .single:after{content: '';position: absolute;display: inline-block;width: 50px;height: 2px;background: #d70f17;margin: 0 0 3px 15px;transition: transform .4s ease-in-out;right: 0;top: 50%;z-index: 9999999;}
#homeProducts .container .single:hover:after{transform: rotate(360deg);transition: all .3s; top: 92%;}

#homeGalery{padding-top: 75px;position: relative;}
#homeGalery .title{text-align: center;padding-bottom: 50px;}
#homeGalery .title h1{color: #1b1f29;font-size: 43px;font-weight: 200;text-transform: uppercase;margin: 0;padding: 0;}
#homeGalery .title h1:last-child{font-weight: 800;}
#homeGalery .content{display: flex;flex-wrap: wrap;}
#homeGalery .content .single{flex: 1 0 30%;position: relative;cursor: pointer;transition: all .3s;}
#homeGalery .content .single:hover{transform: scale(.95);transition: all .3s;}
#homeGalery .content .single img{width: 100%;/* height: 100%; */object-fit: cover;}
#homeGalery .content .single:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 0;background: linear-gradient(62deg,rgb(27 31 41), rgb(0 0 0 / 15%));z-index: 9999;transition: all .3s;}
#homeGalery .content .single:hover:before{transition: all .3s;height: 100%;}
#homeGalery .content .single .hidden{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;transition: all .3s;z-index: 99999;font-size: 2em;}
#homeGalery .content .single:hover .hidden{opacity: 1;transition: all .3s;/* top: 50%; *//* left: 50%; */color: #ffff;transform: translate(-50%,-50%) rotate(359deg);}

#homeContact{position: relative;background: #ffffff;}
#homeContact .line-left{position: absolute;left: 0;bottom: 30px;width: 150px;height: 2px;background: rgb(0 0 0);z-index: 99999;}
#homeContact .container{display: flex;position: relative;padding: 100px 0;}
#homeContact .container .line-top{position: absolute;top: -75px;left: 0;width: 2px;height: 150px;/* background: #e8cfad; */}
#homeContact .container .line-bottom{position: absolute;right: 0;bottom: -75px;height: 150px;width: 2px;background: rgb(4 182 192);}
#homeContact .container .content{display: flex;flex-wrap: wrap;height: 450px;}
#homeContact .container .content .leftQ{flex: 1.1;padding: 0 118px 0 0px;position: relative;z-index: 9999;display: flex;flex-direction: column;align-items: center;justify-content: center;}
#homeContact .container .content .leftQ .title{width: 100%;}
#homeContact .container .content .leftQ .title h1{margin: 0;letter-spacing: 3;color: #979493;font-size: 27px;font-weight: 300;}
#homeContact .container .content .leftQ .title h1:last-child{color: #c44d39;font-size: 43px;/* letter-spacing: 1; */font-weight: 800;line-height: 1;text-transform: uppercase;}
#homeContact .container .content .leftQ .text{display: flex;flex-wrap: wrap;margin-top: 34px;}
#homeContact .container .content .leftQ .text .line{height: 2px;width: 100%;background: #e8cfad;flex: .3;}
#homeContact .container .content .leftQ .text p{padding: 0;margin: 0;flex: 1;padding-left: 22px;line-height: 1.6;font-size: 14px;color: rgb(33 29 25);}
#homeContact .container .content .image{position: relative;flex: 1.2;}
#homeContact .container .content .image:before{content: "";position: absolute;right: 0;top: 0;bottom: 0;width: 193%;height: 100%;background: #e8cfad;}
#homeContact .container .content .image img{width: 100%;height: 100%;object-fit: cover;position: relative;}

#footer{width: 100%;position: relative;background: #e2e6eb;}
#footer:before{position: absolute;content: "";left: 0;bottom: 0;height: 75px;width: 30%;background: #a81715;}
#footer:after{position: absolute;content: "";right:  0;bottom: 0;height: 75px;width: 30%;background: #5b616a;z-index: 9;}
#footer .container{display: flex;flex-direction: column;}
#footer .container .top {width: 100%;flex-wrap: wrap;display: flex;height: 275px;align-items: center;justify-content: center;}
#footer .container .top .logo{flex: 1;height: 100%;display: flex;align-items: center;border-right: 1px solid #4d4a47;}
#footer .container .top .logo img{object-fit: contain;height: 82px;}
#footer .container .top .content{flex: 2.4;display: flex;flex-wrap: wrap;align-items: center;padding-left: 80px;color: #5b616a;}
#footer .container .top .content .adress{display: flex;flex-direction: column;flex: 1;}
#footer .container .top .content .adress h1{margin: 0;font-size: 17px;}
#footer .container .top .content .adress p{font-size: 14px;}
#footer .container .top .content .copyRight{display: flex;flex-direction: column;flex: 2;justify-content: center;align-items: flex-end;}
#footer .container .top .content .copyRight h1{margin: 0;font-size: 17px;}
#footer .container .top .content .copyRight p{font-size: 13px;text-align: end;}
#footer .container .bottom {display: flex;flex-wrap: wrap;height: 75px;background: #5b616a;}
#footer .container .bottom .phone{flex: 1;display: flex;align-items: center;background: #a81715;color: #fff;position: relative;}
#footer .container .bottom .phone img{ width: 17px;}
#footer .container .bottom .phone p{margin: 0;padding:  0 20px;font-size: 14px;}
#footer .container .bottom .bContent{flex: 2.4;display: flex;align-items: center;justify-content: space-between;padding-left: 80px;position: relative;z-index: 99;}
#footer .container .bottom .bContent .mail{display: flex;align-items: center;}
#footer .container .bottom .bContent .mail p{margin: 0;padding: 0 20px;font-size: 14px;color: rgb(255 255 255 / 75%);}
#footer .container .bottom .bContent .mail img{width: 22px;object-fit: contain;}
#footer .container .bottom .bContent .inviva{font-size: 13px;color: rgb(255 255 255 / 51%);}

#loalding {background:url('../img/103.gif') no-repeat center;background-color:rgba(0,0,0,0.36);width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;}
@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: #d90d17;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 #d90d17;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;}

/*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: 120px;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: 207px;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: #cccccc;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: #b61616;}
.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: #d75322;}

#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: 375px;/* 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: linear-gradient(187deg,rgb(0 0 0 / 53%) 0,#00000054);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: #9d9d9c;}
#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: #5b616a;/* padding: 30px 0; */}
#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: 100%;/* 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 .kurumsalImg{position: absolute;right: 0;bottom: 52px;z-index: -1;}

#pageDetailContent .container .pageLeft .filter{display: none;padding: 10px 0;background: #d70d17;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;/* height: 190px; */position: relative;}
#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: 215px;}
#pageDetailContent .container .pageRight .content .singleU h1{font-size: 15px;padding: 15px 18px 15px 20px;margin: -4px 0 0 0;background: #fff;font-weight: 500;/* border-bottom-right-radius: 5px; *//* border-bottom-left-radius: 5px; *//* box-shadow: inset 0px 4px 10px 0px rgb(0 0 0 / 14%); */}
#pageDetailContent .container .pageRight .content .singleU::before{content: "";position: absolute;left: 25px;height: 43%;width: 3px;/* background: #e00b18; */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 .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: #c70104;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: #c70104;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 .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 30px;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;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage:before{background: #e00b18;transition: all .3s;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage{background: #e00b18;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage {background: #e00b18;transition: all .3s;}
#pageDetailContent .container .pageLeft .detailMenu li.activePage a{color: #ffffff;font-weight: 700;border-bottom: unset;transition: all .3s;padding: 15px 0;}
#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:hover:before{background: #5b616a;transition: all .3s;right: -30px;}
#pageDetailContent .container .pageLeft .detailMenu li a{font-weight: 400;font-size: 15px;transition:all .5s;border-radius:0;padding: 12px 0px;width: 100%;color: #ffffff;display: flex;align-items: center;width: 100%;display: flex;border-bottom: 1px solid #ffffff;}
#pageDetailContent .container .pageLeft .detailMenu li:hover {background: #5b616a!important;transition: all .3s!important;}
#pageDetailContent .container .pageLeft .detailMenu li:hover a{color: #fff!important;font-weight: 700;/* border-bottom: unset; */transition: all .3s;padding: 15px 0;}
#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-color: #ffffff;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;background: #5b616a;}
#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: #e00b18;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;}

.cookie-alert-home{position: fixed;bottom: 30px;left: 30px;width: 500px;margin: 0 !important;opacity: 0;transform: translateY(100%);transition: all 500ms ease-out;background: #fff;box-shadow: 0 0 20px 2px rgb(106 106 106 / 15%);padding: 20px;z-index: 99999999999999;}
.cookie-alert-home.show {opacity: 1;transform: translateY(0%);transition-delay: 1000ms;}
.cookie-alert-home span{color: #e00b18;margin: 0;padding: 0;font-size: 19px;display: flex;align-items: center;}
.cookie-alert-home span i{font-size: 26px;margin-right: 7px;color: #e00b18;}
.cookie-alert-home p{margin: 10px 0;padding: 0;font-size: 12px;}
.cookie-alert-home .buttonCookie{margin-top: 19px;}
.cookie-alert-home .buttonCookie a{font-size: 11px;padding: 7px;background: #534f4e;color: #fff;transition: all 350ms ease-out;cursor: pointer;}
.cookie-alert-home .buttonCookie a:first-child{background: #7f7f7f;}
.cookie-alert-home .buttonCookie a:hover{background: #ff000f;transition: all .3s;opacity: .7;transition: all 350ms ease-out;}

.cookie-alert{position:fixed;bottom:30px;left:30px;width:500px;margin:0!important;opacity:0;transform:translateY(100%);transition:all .5s ease-out;background:#fff;box-shadow:0 0 20px 2px rgb(106 106 106 / 15%);padding:20px;z-index:99999999999999}
.cookie-alert.show{opacity:1;transform:translateY(0);transition-delay:1s}
.cookie-alert span{color:#e00b18;margin:0;padding:0;font-size:16px;display:flex;align-items:center}
.cookie-alert span i{font-size:26px;margin-right:7px;color:#e00b18}
.cookie-alert p{margin:10px 0;padding:0;font-size:12px!important}
.cookie-alert .buttonCookie{margin-top:19px}
.cookie-alert .buttonCookie a{font-size:11px;padding:7px;background:#534f4e;color:#fff;transition:all 350ms ease-out;cursor:pointer}
.cookie-alert .buttonCookie a:first-child{background:#7f7f7f}
.cookie-alert .buttonCookie a:hover{background:#ff000f;transition:all .3s;opacity:.7;transition:all 350ms ease-out}