@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{box-sizing: border-box;font-family: "Montserrat", serif;}
body{margin:0;padding:0;box-sizing: border-box;width: 100%;overflow-x: hidden;background-color:#e0e0e0;}
html{margin:0;padding:0;box-sizing: border-box;width: 100%;overflow-x: hidden;}
a{text-decoration: none;color:#222222;cursor: pointer;}
.container{float:left;width:1300px;margin:0 calc(50% - 650px);}
.paTop{margin-top:-100px;background-color: #f1f1f1;z-index:99;position: relative;padding:20px;border-radius: 10px;box-shadow: 0 0 10px 0 #00000050;}

header{float:left;width: 100%;background:linear-gradient(180deg, rgb(40, 40, 40) 0%, rgba(45,45,45,0.95) 20%, rgba(50,50,50,0.9) 40%, rgba(50,50,50,0.8) 60%, rgba(40,40,40,0.6) 80%);height: 110px;position:fixed;z-index:999;padding:10px 0;}

.hMenu{float:left;width: 100%;margin:0;}
.hmLogo{float:left;width: 150px;height:100px;}
.hmLogo img{float: left;max-width: 140px;max-height: 90px;}
.hmMenu{float:left;width: calc(100% - 370px);padding:40px 20px 10px;display: flex;align-items: center;justify-content: center;}
.hmMenu a{padding:0 10px;margin:0 10px;font-weight: 500;color:#fff;}
.hmSearch{float:left;width: 20%;height: 100px;padding:10px;display: flex;align-items: center;justify-content: center;position:relative;}
.hmSearch a{float:left;width: 30px;height: 30px;}
.hmSearch a img{float: left;width: 100%;}
.hmRight{float:right;width: 180px;margin:25px 0 0 40px;}
.langArea{float:left;width: 45px;position:relative;}
.langArea span{float:left;padding:0!important;margin:5px!important;border:2px solid #6c6c6c;display:flex;align-items: center;justify-content: center;font-weight: 500;padding:5px!important;color:#fff;}
.langArea img{float:left;width: 30px;border-radius: 2px;display:none;}
.laArrow{float:right!important;width:10px!important;height:10px!important;transform: rotate(90deg);filter:invert(1);margin:5px 0 0 5px;}
.laMenu{float:left;width: 50px;position:absolute;top:40px;left:0;background-color: #393939c1;padding:5px 2.5px;display:none;border-radius:5px;}
.hmrBtn{float:right;background: linear-gradient(90deg, #877501 0, #9b8703 60%, #c9af06 100%);padding:10px 25px;color:#fff;border-radius: 10px;margin:0;font-weight: 500;}

.slider-container {position: relative;width: 100%;height: 80vh;margin: 0 auto 50px;overflow: hidden;border-radius: 10px;box-shadow: 0 0 15px 0 #000000dd;}
.slider {display: flex;transition: transform 0.5s ease-in-out;width: 100%;height: 100%;}
.slide {min-width: 100%;height:100%;position: relative;}
.slideCover{position:absolute;left:0;top:0;width: 100%;height: 100%;background-color: #22222240;}
.slide img {width: 100%;height: 100%;object-fit: cover;}
.slide-content {position: absolute;bottom: calc(50% - 200px);left: 10%;color: white;padding: 30px 50px;border-radius: 0 0 15px 0;width:500px;height:220px;background-color:#87750183;display: flex;justify-content: center;flex-direction: column;clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);display:none;}
.slide-content h3 {font-size: 28px;font-weight:600;margin: 0 0 10px 0;}
.slide-content h4 {font-size: 24px;font-weight:500;margin: 15px 0;}
.slide-content p {font-size: 1rem;margin: 15px 0 30px;}
.buttons {position: absolute;bottom: -1px;right: -1px;}
.buttons button {background: #444444;color: white;border: none;padding: 10px 15px;border-radius: 0 0 15px 0;cursor: pointer;transition: background 0.3s;font-size:16px;font-weight: 500;}
.buttons button:hover {background: #877501;}
.controls {position: absolute;top: calc(50% - 10px);transform: translateY(-50%);width: 100%;display: flex;justify-content: space-between;pointer-events: none;}
.controls button {position:absolute;pointer-events: all;background: rgba(0, 0, 0, 0.5);color: white;border: none;padding:13px 15px;cursor: pointer;border-radius: 50%;transition: background 0.3s;font-size:14px;}
#prev{left:20px;padding:13px 17px 13px 15px;}
#next{right:20px;padding:13px 15px 13px 17px;}
.controls button:hover {background: rgba(0, 0, 0, 0.8);}

.grupArea{float:left;width:100%;margin:10px 0 30px;}
.grupArea h1{float:left;width: 100%;text-align: center;font-size:32px;font-weight: 600;color:#564b03;text-transform: uppercase;}
.grups{float:left;width: 20%;padding:20px;}
.grup{float:left;width: 100%;height:200px;position:relative;border-radius:10px;overflow: hidden;box-shadow: 0 0 10px 1px #22222260;transition:0.6s;}
.grup:hover{scale:1.01;box-shadow: 0 0 10px 1px #22222290;}
.grupCover{float:left;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#00000060;}
.grupRight{float:left;width: 70px;height: 100px;background: linear-gradient(180deg, #e2c356 0%, #e5c44d 30%, rgb(214, 177, 43) 50%, #705b11  100%);position: absolute;bottom:7px;right:7px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);border-radius: 0 0 10px 0;}
.grupRight img{float:right;width: 53px!important;height:30px!important;margin:60px 0 0 20px;filter: invert(1);object-fit: contain!important;}
.grup img{float:left;width: 100%;height: 100%;object-fit: cover;transition:0.6s;}
.grup p{float:left;position:absolute;width:70%;left:10px;bottom:5px;font-size:16px;color:#fff;font-weight: 600;text-align: left;}

.bannerArea{float:left;width:100%;background-size:cover;background-position: center;background-attachment: fixed;padding:7% 0;position:relative;}
.baCover{float:left;width: 100%;height: 100%;background-color:#00000050;position: absolute;left:0;top:0;}
.baBanner{float:left;width:25%;padding:20px;}
.babArea{float:left;width:100%;height:300px;overflow: hidden;background-color:#ffffff50;border-radius: 10px;display: flex;align-items: center;justify-content: center;flex-direction: column;box-shadow: 0 0 5px 1px #222;}
.babArea img{float:left;width:60px;height:60px;border-radius: 5px;margin:10px calc(50% - 30px);object-fit: contain;}
.babArea p{float:left;width:80%;text-align: center;color:#fff;font-size:20px;font-weight: 500;position:relative;z-index:9;margin:5px 10% 10px;}
.babArea span{float:left;width:80%;text-align: center;color:#fff;font-size:14px;position:relative;z-index:9;margin:5px 10% 10px;}

.aboutArea{float:left;width:100%;margin:30px 0 80px;}
.aboutRight{float:right;width:45%;position:relative;}
.aboutRight img{float:left;width:100%;height:60vh;object-fit: contain;border-radius: 5px;}
.aboutLeft{float:right;width:50%;margin-right: 5%;height:60vh;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;}
.alArea{float:left;width:100%;margin:15px 0;border-bottom: 1.5px solid #f2f2f220;padding:15px 0;}
.alArea:first-child{border-top:1.5px solid #f2f2f220;padding-top:30px;}
.alArea img{float:left;width:35px;margin-right: 20px;}
.alAreaDesc{float:left;width:calc(100% - 70px);margin: 0;font-size:15px;text-shadow:0 0 5px #cccccc89;}
.alAreaDesc:hover{text-shadow: 0 0 5px #ccc;}
.mainPageAbout{float:left;height:auto;overflow: hidden;}
.alArea h3{float:left;width:100%;margin:5px 0 10px 0;font-size:24px;font-weight: 600;}
.alBtn{float:left;background:linear-gradient(110deg, #877501 0%, #9b8703 50%, #c9af06 80%);color:#fff;box-shadow: 0 0 15px 0 #00000090;padding:10px 15px;border-radius: 20px;margin:20px 0;font-size:14px;font-weight: 500;display:none;}
.aboutFull{float:left;width:100%;margin:50px 0;}

.breadCrump{float: left;width: 100%;height:35vh;margin:0 0 30px;position:relative;left:0;top:0;padding:15vh 0 0;background-size:cover;background-position: center;}
.bcCover{float:left;position:absolute;left:0;top:0;width: 100%;height: 100%;background-color: #00000050;}
.breadCrump h1{float: left;width: 100%;margin:20px 0;font-size:42px;font-weight: 500;color:#fff;text-transform: uppercase;position:relative;z-index: 9;text-align: center;letter-spacing: 2.5px;}
.parBreadCrump{float:left;width: 100%;margin:0 0 10px 0;position: relative;z-index:9;}
.parBreadCrump a{float:left;font-size:14px;font-weight: 500;color:#e2e2e2;}
.parBreadCrump span{float:left;font-size:15px;font-weight: 600;color:#e2e2e2;margin:0 5px;}

.pageArea{float:left;width: 100%;margin:10px 0 30px;}
.paLeft{float:left;width: 23%;margin:0 2% 0 0;}
.paSearch{float: left;width: 100%;margin:0 0 20px 0;position:relative;}
.paSearch input{float:left;width: 100%;padding:10px 25px 10px 15px;border-radius: 10px;border:1px solid #877501;font-weight: 500;}
.paSearch img{float:right;position:absolute;right:10px;top:7px;width: 22px;object-fit: cover;cursor:pointer;}
.paLeft h2{float:left;width: 100%;background: linear-gradient(90deg,  #877501 0%, #9b8703 40%, #c9af06 60%);color:#fff;padding:10px 15px;border-radius: 30px;margin:0 0 10px;font-weight: 600;font-size:24px;}
.paLeft a{float:left;width: 95%;border-bottom:1.5px solid #22222290;padding:15px 10px;font-weight: 500;margin:0 0 0 5%;}
.paRight{float:left;width: 75%;min-height:100px;background-color: #ededed;margin:0;position:relative;z-index:99;border-radius: 10px;padding:0 10px;color:#222;}
.paAbout{float:left;width: 100%;}
.paRight h2{float:left;width: 100%;color:#222;margin:5px 0;font-weight: 600;}
.paRight h3{float:left;width: 100%;color:#222;margin:5px 0;font-weight: 600;font-size:24px;}
.paRight h4{float:left;width: 100%;color:#222;margin:5px 0;font-weight: 600;}
.paRight h5{float:left;width: 100%;color:#222;margin:5px 0;font-weight: 600;}
.paAbout img{float:left;max-width: 100%;border-radius: 10px;margin:15px 0;}

.paProducts{float:left;width: 100%;}
.paps{float:left;width: 25%;padding:10px;}
.pap{float:left;width: 100%;background-color: #fff;padding:20px;border-radius: 10px;overflow: hidden;display:flex;align-items: center;justify-content: center;flex-direction: column;height:320px;box-shadow: 0 0 10px 0 #00000050;}
.pap img{float:left;width: 100%;height:150px;object-fit: contain;;}
.pap p{float:left;width: 100%;text-align: center;margin:10px 0 5px;font-weight: 500;font-size:15px;}
.pap span{float:left;width: 100%;text-align: center;font-size:14px;}
.pap a{float:left;width: 100px;padding:10px 0;text-align: center;margin:20px calc(50% - 50px) 5px;background:linear-gradient(110deg, #877501 0%, #877501 20%, #9b8703 40%, #c9af06 80%);border-radius: 20px;color:#fff;transition:0.6s;box-shadow: 0 0 1px 0 #ccc;}
.pap a:hover{box-shadow: 0 0 10px 1px #ccc;background:linear-gradient(130deg, #877501 0%, #877501 20%, #9b8703 40%, #c9af06 80%);}

.paDetails{float: left;width: 100%;margin:0 0 50px 0;}
.padLeft{float:left;width: 47%;margin:0 3% 0 0;}
.padlImg{float:left;width: 100%;height: 400px;object-fit: cover;}
.padlImages{float:left;width: 100%;}
.padlImages img{float:left;width: 18%;margin:10px 2% 5px 0;height:80px;object-fit: cover;}
.padRight{float:left;width: 50%;margin:0;font-weight: 500;font-size:15px;}
.padRight .col-12 img{display:none!important;}
.padFull{float:left;width: 100%;margin:0;font-weight: 500;font-size: 15px;}
.padFull img{max-width: 100%;}

.kariyerForm{float:left;width: 96%;margin:20px 2%;}
.kfArea{float:left;width: 100%;margin:10px 0;}
.kfArea label{float:left;width: 200px;font-weight: 500;}
.kfArea input{float:left;width: calc(100% - 200px);padding:7px 10px;border-radius: 5px;border:1px solid #ccc;background-color:#fff;}
.kfArea select{float:left;width: calc(100% - 200px);padding:7px 10px;border-radius: 5px;border:1px solid #ccc;background-color:#fff;}
.kariyerForm a{float:left;background: linear-gradient(90deg,  #877501 0%, #9b8703 30%, #c9af06 70%);color:#fff;padding:7px 20px;border-radius: 10px;margin:10px 0 10px 200px;font-weight: 500;font-size:18px;}
#paKariyer, #paIk{float:left;width: 100%;}
#paIk{font-size:15px;display:none;}
#paIk b{font-weight: 600;}

.serviceArea{float:left;width:100%;position:relative;background-size:cover;background-position: center;background-attachment: fixed;}
.serviceArea h5{float:left;width:100%;font-weight: 600;font-size:28px;text-align: center;position:relative;z-index:9;color:#fff;margin:10% 0 10px 0;letter-spacing: 1.5px;}
.serviceArea p{float:left;width:100%;font-weight: 500;font-size:20px;text-align: center;position:relative;z-index:9;color:#fff;margin:10px 0 10% 0;}
.serviceCover{position:absolute;width:100%;height:100%;background-color: #00000090;z-index:1;}
.services{float:left;position:relative;z-index:9;width:25%;padding:25px;}
.service{float:left;width:100%;height:270px;position:relative;overflow: hidden;transition: 0.6s;border-radius: 7px;box-shadow: 0 0 15px 0 #000000dd;}
.sCover{float:left;position: absolute;left:0;top:0;width: 100%;height: 100%;background-color: #bababa4a;z-index:2;}
.service img{float:left;width:100%;height:100%;object-fit: cover;transition: 0.6s;}
.service h4{float:left;width: 100%;position:absolute;bottom:10px;left:20px;z-index: 3;color:#877501;font-size:20px;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;  overflow: hidden;text-overflow: ellipsis;}
.service span{float:left;width: 100%;position:absolute;bottom:15px;left:20px;z-index: 3;color:#222;font-size:16px;font-weight: 700;}
.service:hover img{scale:1.1;}
.ssRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #877501 0%, #9b8703 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);z-index:99;}
.ssRight img{float:right;width: 60%!important;height:25%!important;margin:90% 0 0 40%;filter: invert(1);object-fit: contain!important;}
.servicesBtn{float:left;position:relative;width:250px;text-align: center;background-color:#fff;color:#222;z-index:9;padding:12px 0;margin:20px calc(50% - 125px);border-radius: 5px;font-weight: 600;box-shadow: 0 0 15px 0 #000000dd;}


.pageLeftArea{float:left;width:25%;margin:20px 5% 20px 0;}
.plaMenu{float:left;width:100%;padding:15px 20px;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;margin:10px 0;}
.pageLeftArea span{float:left;width: 100%;font-size:18px;font-weight: 600;margin:0 0 10px 0;}
.pageLeftArea a{float:left;width: 100%;font-size: 14px;font-weight: 500;line-height: 20px;margin:5px 0;background-color:#00000050;padding:10px;border-radius: 5px;}
.plaContact{float:left;width:100%;padding:15px 20px;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;margin: 10px 0;background-color: #00000050;}
.plaContact span{float:left;width: 100%;margin:0 0 10px 0;font-weight: 500;}
.plaContact a{float:left;width:100%;margin:5px 0;line-height: 20px;font-size:14px;}
.plaContact a img{float:left;width:16px;filter:invert(1);margin:2px 10px 2px 0;}
.pageDetailArea{float:left;width:70%;margin:30px 0;}
.sdaImage{float:left;max-height:500px;max-width: 100%;box-shadow: 0 0 5px 0 #00000050;border-radius: 5px;}
.pageDetailArea h2{float:left;width: 100%;font-size:24px;font-weight: 500;margin:30px 0 0;}
.sdaDesc{float:left;width: 100%;margin:10px 0 20px;}


.newsArea{float:left;width:100%;margin:50px 0 30px 0;padding:30px 0;}
.newsArea h2{float:left;width:100%;font-weight: 600;font-size:32px;text-align: center;position:relative;z-index:9;margin:0 0 30px 0;}
.newsLeft{float:right;Width:60%;margin-right:5%;height: 500px;display: flex;align-items: center;justify-content: center;flex-direction:column ;}
.nlOut{float:left;width:100%;margin:10px 0;height:140px;padding:10px 0;border-bottom:1px solid #00000051;}
.nlOut2{float:left;width:50%;margin:10px 0;height:140px;padding:10px 0;border-bottom:1px solid #00000051;}
.nlIn{float:left;width:100%;height:110px;position:relative;}
.nlOut:last-child{border-bottom: none;}
.nlIn img{float:left;width:100px;height:100px;object-fit: cover;margin-right:20px;border-radius: 5px;}
.nlIn h5{float:left;width:calc(100% - 220px);font-size:16px;margin:0 0 5px;}
.nlIn h6{float:right;width:100px;text-align: right;font-size:13px;font-weight: 500;margin:0 0 5px;}
.nlDesc{float:left;width:calc(100% - 120px);height:40px;display: flex;align-items: center;justify-content: center;margin:0 0 6px;}
.nlDesc p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;  overflow: hidden;text-overflow: ellipsis;}
.nlIn p{float:left;width:100%;font-size:14px;margin:5px 0;line-height: 20px;}
.nlIn a{float:left;padding:5px 15px;background-color:#222;color:#fff;border-radius: 2px;font-weight: 500;font-size: 14px;}
.newsRight{float:right;width:35%;position: relative;height: 455px;}
.nrOut{float:left;width:100%;padding:20px;overflow: hidden;}
.nrIn{float:left;width:100%;border-radius: 5px;box-shadow: 0 0 15px 0 #000000dd;}
.nrIn img{float:left;width: 100%;height: 435px;object-fit: cover;border-radius: 5px;}
.nrDetails{float: left;position: absolute;bottom:-1px;left:19px;background-color: #d2d2d2bf;padding:15px 10px;border-radius: 5px;}
.nrDetails h5{float:left;width:calc(100% - 110px);font-weight: 600;font-size:16px;font-weight: 600;margin:5px 0;}
.nrDetails h6{float: right;width:110px;font-size:14px;font-weight: 500;margin:5px 0;}
.nrDesc{float:left;width:100%;height:40px;display: flex;align-items: center;justify-content: center;margin:0 0 6px;}
.nrDetails p{float:left;width:100%;font-size:13px;}

.productPageArea{float:left;width: 100%;margin:-20px 0 30px;}
.ppaLeft{float:left;width: 45%;margin:12px 5% 0 0;}
.ppaLeft img{float:left;width: 100%;}
.ppaRight{float: left;width: 50%;}
.ppaRight h2{float:left;width: 100%;color: #877501;font-weight: 600;font-size:32px;margin:0 0 10px;}
.ppaRight h3{float:left;width: 100%;color: #222;font-weight: 600;font-size:24px;margin:0 0 10px;}
.ppaRight h4{float:left;width: 100%;color: #3a3a3ac6;font-weight: 600;font-size:20px;margin:0 0 10px;}
.pparMenu{float:left;width: 100%;margin:10px 0 20px;}
.pparMenu a{float:left;width: 200px;text-align: center;padding:5px 20px;border-bottom:2px solid #00000070;font-weight: 500;font-size:16px;}
.pparMenu .active{border-bottom:2px solid #877501;font-weight: 600;}
.ppaRight #aciklama{font-size:14px!important;}

.colArea{float:left;width:70%;margin:5% 15% 20px;}
.colArea .collapsible {float:left;width:100%;background-color: #4e4e4e;color: white;cursor: pointer;padding: 10px;border: none;text-align: left;outline: none;font-size: 14px;}
.colArea .active, .collapsible:hover {background-color: #555;}
.colArea .collapsible:after {content: '\002B';color: white;font-weight: bold;float: right;margin-left: 5px;}
.colArea .active:after {content: "\2212";}
.colArea  .content {float:left;width:100%;padding: 0 20px;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;box-shadow:0 0 5px 1px #ccc;margin:0 0 5px 0;}


footer{float:left;width:100%;padding:50px 0;box-shadow: 0 0 10px 0 #000000dd;background-color: #3a3a3a;}
footer h5{float:left;width:100%;font-size:16px;font-weight: 600;margin:0 0 10px 0;color:#f2f2f2;}

.footerLogo{float:left;width:20%;padding:10px;}
.footerLogo img{float:left;width:120px;margin:0 0 20px 0;}
.footerLogo p{float:left;width:100%;font-size:14px;font-weight: 500;color:#f2f2f2;}
.footerTabs{float:left;width:55%;padding:10px;margin:0 2.5%;display:flex;align-items: center;justify-content: center;flex-direction: row;}
.footerTab{float:left;width:40%;padding:0 10px;}
.footerTab a{float:left;width:100%;margin:5px 0;font-size:14px;color:#f2f2f2;}
.footerContact{float:left;width:20%;padding:10px;}
.footerContact a{float:left;width:100%;margin:5px 0;line-height: 20px;font-size:14px;color:#f2f2f2;}
.footerContact a img{float:left;width:16px;margin:2px 10px 2px 0;filter:invert(1);}


.productArea{float:left;width: 100.4%;margin:0 -0.2% 20px;z-index:9;}
.productOut{float:left;width: 20%;}
.productIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;}
.poLeft{float:left;width: 35%;height: 150px;background: linear-gradient(180deg, #706102 0%, #877501d4 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.poRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #222222 0%, #222222 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);}
.poRight img{float:right;width: 60%!important;height:25%!important;margin:70% 0 0 40%;filter: invert(0.6);object-fit: contain!important;}
.poCover{float:left;width: 100%;height: 100%;position:absolute;z-index:2;background-color:#00000050;}
.productIn img{float: left;width: 100%;height: 100%;object-fit: cover;}
.productIn p{float: left;width: 75%;position: absolute;top:30px;left:25%;font-size:20px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}

.productRow{float:left;width: 100%;}
.prowOut{float:left;width: 20%;}
.prowIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;background: linear-gradient(180deg, #877501e7 0%, #877501 100%);}
.prowLeft{float:left;width: 25%;height: 120px;background: linear-gradient(180deg, #fff 0%, #fff 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.prowIn p{float:left;width: 80%;margin:50px 0 0 17%;font-size:20px;font-weight: 500;color:#fff;text-transform: uppercase;}
.prowIn span{float:left;width: 80%;margin:10px 0 10px 17%;font-size:14px;font-weight: 400;color:#fff;}

.pproductOut{float:left;width: 20%;}
.pproductIn{float: left;width: 99%;height: 300px;position: relative;margin:0.50%;}
.ppoLeft{float:left;width: 35%;height: 150px;background: linear-gradient(180deg, #706102 0%, #877501d4 100%);position: absolute;z-index:2;clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);}
.ppoRight{float:left;width: 25%;height: 100px;background: linear-gradient(180deg, #222222 0%, #222222 100%);position: absolute;bottom:10px;right:10px;z-index:2;clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 100%);}
.ppoRight img{float:right;width: 60%!important;height:25%!important;margin:70% 0 0 40%;filter: invert(0.6);object-fit: contain!important;}
.ppoCover{float:left;width: 100%;height: 100%;position:absolute;z-index:2;background-color:#00000070;}
.pproductIn img{float: left;width: 100%;height: 100%;object-fit: cover;}
.pproductIn p{float: left;width: 75%;position: absolute;bottom:40px;left:5%;font-size:18px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}
.pproductIn span{float: left;width: 75%;position: absolute;bottom:40px;left:5%;font-size:14px;font-weight: 600;text-transform: uppercase;color:#fff;z-index:3;}

.contactFull{float: left;width: 100%;margin:20px 0;}
.cfArea{float:left;width: 24%;margin:1% 0.5%;}
.cfArea img{float:left;width:30px;height:30px;object-fit:contain;margin:5px calc(50% - 15px);}
.cfArea a{float:left;width: 100%;text-align: center;margin:5px 0;}
.cfSocial{float:left;width: 24%;margin:1% 0.5%;display: flex;align-items: center;justify-content: center;}
.cfSocial img{float:left;width:30px;height:30px;object-fit:contain;margin:5px 10px;}
.contactForm{float:left;width:48%;padding:20px;margin:3% 4% 5% 0;background-color:#fff;box-shadow: 0 0 5px 1px #00000090;height:520px;display: flex;align-items: center;justify-content: center;flex-direction: column;border-radius: 10px;}
.contactForm h3{float:left;width:100%;margin:0 0 2%;color:#877501;}
.form-element{float:left;width:100%;}
.form-element label{float:left;width:100%;font-weight: 500;margin:3% 0 1% 5px;color:#706102;}
.form-element input{float:left;width:100%;border:1px solid #22222260;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd;line-height: 25px;padding:3px 10px;transition:0.3s;background-color: #fff;}
.form-element input:hover{box-shadow: 0 0 5px 3px #dddddd50;}
.form-element textarea{float:left;width:100%;border:1px solid #22222260;border-radius:10px;box-shadow: 0 0 5px 1px #dddddd;line-height: 27px;height:100px;padding:10px;transition:0.3s;background-color: #fff;}
.form-element textarea:hover{box-shadow:0 0 5px 3px #dddddd50;}
.form-element a{float:left;width:100px;margin:5% calc(50% - 50px) 0;background-color:#877501;color:white;border-radius:5px;text-align: center;line-height: 30px;transition:0.5s;padding:5px 0;box-shadow: 0 0 5px 1px #dddddd;}
.form-element a:hover{box-shadow: 0 0 10px 5px #ccc;}
.form-element p{float:left;width:100%;margin:0 0 1% 0;}
.contactMap{float:left;width:48%;padding:10px;margin:3% 0 5% 0;background-color:#fff;box-shadow: 0 0 5px 1px #00000090;height: 520px;border-radius: 10px;}
.contactMap iframe{border-radius: 5px;}

.mobilMenu{float:left;position: fixed;width:350px;height:100vh;right:-350px;top:0;background-color: #fff;box-shadow: 0 0 5px 1px #00000090;z-index:999;transition: 0.6s;}
.mobilMenu span{float:left;font-size:24px;position: absolute;left:20px;top:15px;font-weight: 600;cursor: pointer;}
.mmLogo{float:left;width:100%;padding:50px 80px 20px 80px;margin:10px 0 30px!important;}
.mmLogo img{float:left;width:100%;}
.mobilMenu a{float:left;width: 100%;text-align: center;margin:5px 0 10px 0;font-weight: 500;}
.mobilContact{float:left;width:100%;padding:10px 50px;margin:30px 0 0;}
.mobilContact a{float: left;width: 100%;margin: 10px 0 5px;font-size: 14px; font-weight: 500;line-height: 20px;}
.mobilContact a img{float:left;width: 20px;margin:0 calc(50% - 10px) 5px;}
.mobilMenuBtn{display:none;float:right;width:40px;height:40px;}.mobilMenuBtn a{padding:0!important;margin:0!important;}.mobilMenuBtn img{float:left;width: 100%;filter:invert(0.1)}


@media screen and (max-width:1350px) {
    .container{width:1200px;margin:0 calc(50% - 600px);}
    .headerMenu a{padding:10px;margin:5px;}
}

@media screen and (max-width:1250px) {
    .container{width:1100px;margin:0 calc(50% - 550px);}
    .headerMenu a{font-size:14px;padding:7px;}
    .hrLeft{padding:20px 10px;font-size:14px;}
    .hrRight{width:calc(100% - 220px);}
    .hrLeft a{font-size:14px;}
    .grup{height:200px;}
}
@media screen and (max-width:1150px) {
    .container{width:1000px;margin:0 calc(50% - 500px);}
    .headerLogo{margin:0 20px;}
    .headerMenu{padding:10px 15px 10px 10px;}
    .hmMenu a{font-weight: 500;padding:0 7px;margin:0 7px;}
}
@media screen and (max-width:1050px) {
    .container{width:980px;margin:0 calc(50% - 490px);}
    .headerLogo{margin:0 10px;width: 120px;padding:20px 10px;}
    .headerLeft{width:80%;}
    .headerRight{width:20%;}
    .hrLeft{display: none;}
    .hrRight{width: 100%;}
    .hmMenu a{font-size: 15px;padding:0 5px;margin:0 5px;}
}
@media screen and (max-width:1000px) {
    .container{width:940px;margin:0 calc(50% - 470px);}
    .alArea{margin:10px 0;padding:10px 0;}
    .alArea h3{font-size:16px;}
    .alArea p{font-size:14px;}
    .services{width: 50%;}
    .blogsOut{width: 50%;}
}
@media screen and (max-width:950px) {
    .container{width:880px;margin:0 calc(50% - 440px);}
    .hmMenu, .hmrBtn{display:none;}
    .hmRight{width: 120px;}
    .mobilMenuBtn{display:block;margin:7px 10px 0 20px;}
    .padLeft{width: 90%;margin:10px 5% 30px;}
    .padRight{width: 90%;margin:10px 5% 30px;}
}
@media screen and (max-width:900px) {
    .container{width:840px;margin:0 calc(50% - 420px);}
}
@media screen and (max-width:850px) {
    .container{width:780px;margin:0 calc(50% - 390px);}
    .headerMenu{display: none;}
    .hrRight{display: none;}
    .headerLeft{width:150px;}
    .headerRight{float: right;height:100px;margin:0 20px 0 0;max-width: calc(100% - 170px);display: flex;align-items: center;justify-content: center;flex-direction: row;}
    .aboutRight{width: 90%;margin:10px 5% 30px;height: auto;}
    .aboutRight img{height: 50vh;}
    .aboutRight img:last-child{height: 150px;right: -20px;}
    .aboutLeft{width: 90%;margin:10px 5%;height: auto;}
    .aboutFull{width: 90%;margin:10px 5%;}
    .aboutArea{margin:10px 0 20px;}
    .newsArea{padding:20px 0 10px;}
    .newsRight{width: 90%;margin:10px 5% 0;}
    .nrOut{padding:0;}
    .nrDetails{left:0;bottom:20px;}
    .newsLeft{width: 90%;margin:0 5%;height: auto;}
    .footerLogo{width: 260px;margin:10px calc(50% - 130px);}
    .footerTabs{width: 260px;margin:10px calc(50% - 130px);}
    .footerTab{width: 48%;}
    .footerContact{width: 240px;margin:10px calc(50% - 120px);}
    .pageLeftArea{width: 100%;}
    .plaMenu{width: 100%;}
    .plaContact{width: 100%;}
    .pageDetailArea{width: 100%;}
    .blogDetailArea{width: 100%;}
    .blogRightArea{width: 100%;}
    .cfArea{width: 48%;}
    .cfSocial{width: 48%;margin:30px 0;}
    .contactForm{width: 90%;margin:20px 5%;height: auto;}
    .contactMap{width: 90%;margin:20px 5% 50px;height: auto;}
    .grups{width: 50%;}
    .baBanner{width: 50%;}
    .grup{height:300px;}
    .paLeft{width: 400px;margin:10px calc(50% - 200px) 30px;}
    .paRight{width: 100%;margin:10px 0 30px;}
}
@media screen and (max-width:800px) {
    .container{width:740px;margin:0 calc(50% - 370px);}
    .slider-container{height: 60vh;}
    #prev{left:2px;}
    #next{right:2px;}
}
@media screen and (max-width:750px) {
    .container{width:680px;margin:0 calc(50% - 340px);}
    .paps{width: 50%;}
}
@media screen and (max-width:700px) {
    .container{width:640px;margin:0 calc(50% - 320px);}
}
@media screen and (max-width:650px) {
    .container{width:580px;margin:0 calc(50% - 290px);}
    .slider-container{height: 50vh;}
}
@media screen and (max-width:600px) {
    .container{width:540px;margin:0 calc(50% - 270px);}
    .services{width: 100%;}
    .blogsOut{width: 100%;}
    .plaMenu{width: 100%;margin-right: 0%;}
    .plaContact:last-child{display: none;}
}
@media screen and (max-width:550px) {
    .container{width:480px;margin:0 calc(50% - 240px);}
    .grups{width: 100%;}
    .baBanner{width: 100%;}
    .paLeft{width: 300px;margin:10px calc(50% - 150px) 30px;}
    .paps{width: 100%;}
    .padlImg{height:300px;}
    .padlImages img{height: 80px;}
    .kfArea label{width: 150px;}
    .kfArea input, .kfArea select{width:calc(100% - 150px);}
    .kariyerForm a{margin:10px 0 10px 150px;}
}
@media screen and (max-width:500px) {
    .container{width:440px;margin:0 calc(50% - 220px);}
    .slider-container{height: 50vh;}
    .footerTabs{display: block;}
    .footerTab{width: 100%;margin:15px 0 15px 0;}
    .cfArea{width: 90%;margin:10px 5%;}
    .cfSocial{width: 90%;margin:10px 5%;}
}
@media screen and (max-width:450px) {
    .container{width:380px;margin:0 calc(50% - 190px);}
    .padlImg{height:250px;}
    .padlImages img{width:23%;height: 60px;}
    .kfArea label{width: 120px;font-size:15px;}
    .kfArea input, .kfArea select{width:calc(100% - 120px);}
    .kariyerForm a{margin:10px 0 10px 120px;}
}
@media screen and (max-width:400px) {
    .container{width:340px;margin:0 calc(50% - 170px);}
}
@media screen and (max-width:350px) {
    .container{width:330px;margin:0 calc(50% - 165px);}
    .kfArea label{width: 100px;font-size:14px;}
    .kfArea input, .kfArea select{width:calc(100% - 100px);}
    .kariyerForm a{margin:10px 0 10px 100px;}
}
@media screen and (max-width:335px) {
    .container{width:320px;margin:0 calc(50% - 160px);}
}
@media screen and (max-width:322px) {
    .container{width:300px;margin:0 calc(50% - 150px);}
}