@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Barlow", sans-serif;
}
.pb-2{
    padding-bottom: 2em;
}
.hakkimizda-image-box{
	height: 220px;
	/*width: 310px;*/
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.menuopener {
		position: relative !important;
		left: 0px !important;
		top: 20px !important;
		width: 100% !important;
		height: 70px !important;
		z-index: 100 !important;
	}
	.menuopener img.backgroundimg{

		display: none !important;
	}
	.csswitch {
		position: absolute !important;
		right: 40px !important;
		z-index: 1001 !important;
		top: 25px !important;
		font-size: 11px !important;
		font-weight: bold !important;
		color: black !important;
	}
	.csswitch .slider.round {
		border-radius: 34px !important;
		border: 1px solid #cbcbcb !important;
	}
	#wowslider-container1 .ws_bullets {
		padding: 0px !important;
		max-width: 100% !important;
		text-align: right !important;
		right: 38% !important;
		margin-bottom: 1% !important;
		margin-right: 0px !important;
	}
	#wowslider-container1 .ws-title {
		/* display: none !important; */
		/*font: 1.4em 'Montserrat', sans-serif !important;*/
		font-size: 14px !important;
		max-width: 100% !important;
		position: absolute !important;
		left: 30px !important;
		margin-right: 10em !important;
		z-index: 50 !important;
		bottom: 30% !important;
		top: auto !important;
		opacity: 1 !important;
	}
	#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
		display:inline-block;
		padding: 0.6em 0.8em 0em 0.1em;
		/*background-color: rgba(255,255,255,0.3);*/
		color: #fff;

		text-shadow: 3px 3px 2px rgba(0,0,0,0.61);
		font-family: "Barlow", sans-serif !important;
		font-weight: bold !important;
		font-size: 14px !important;
	}
	#wowslider-container1 .ws-title div{
		display:block;
		margin-top:0.2em;
		padding: 0.6em 0.8em 0em 0.2em;
		font-size: 12px !important;
		font-weight: 500 !important;
		color: #fff;
	}
}
@media screen and (max-width: 960px) {
  body {
    font-size: 13px;
  }
  body h3 {
    font-size: 17px !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

.menuopener {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 10%;
  z-index: 100;
}
.menuopener .logocontainer {
  cursor: pointer;
  z-index: 4;
  margin-top: 15px;
  position: absolute;
  left: 70px;
  display: flex;
  align-items: center;
}
.menuopener .logocontainer .menubarcontainer {
  cursor: pointer;
  margin-right: 15px;
}
.menuopener .logocontainer .menubarcontainer .menubar {
  height: 30px;
}
.menuopener .logocontainer .logo {
  height: 100px;
}
@media screen and (max-width: 960px) {
  .menuopener .logocontainer {
    left: 40px;
    top: -25px;
  }
  .menuopener .logocontainer .menubarcontainer {
    margin-right: 15px;
  }
  .menuopener .logocontainer .menubarcontainer .menubar {
    height: 25px;
  }
  .menuopener .logocontainer .logo {
    height: 50px;
  }
}
.menuopener .backgroundimg {
  z-index: 3;
  width: 440px;
  position: absolute;
  top: -240px;
  left: -85px;
}
@media screen and (max-width: 960px) {
  .menuopener .backgroundimg {
    width: 250px;
    top: -170px;
    left: -40px;
  }
}

.csswitch {
  position: absolute;
  right: 40px;
  z-index: 1001;
  top: 40px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  /* Rounded sliders */
}
.csswitch .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}
.csswitch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.csswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.csswitch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: orange;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.csswitch input:focus + .slider {
  box-shadow: 0 0 1px black;
}
.csswitch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.csswitch .slider.round {
  border-radius: 34px;
  border: 1px solid white;
}
.csswitch .slider.round:before {
  border-radius: 50%;
}

.cs-ana2 {
  max-height: 800px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.cs-ana2 .anaheader {
  position: absolute;
  top: 50%;
  width: 200px;
  left: 7%;
  color: white;
}
@media screen and (max-width: 960px) {
  .cs-ana2 .anaheader {
    font-size: 10px;
  }
}
.cs-ana2 .anaglass .glass {
  position: absolute;
  z-index: 99;
  right: -10%;
  top: 0;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: skew(-20deg);
}
.cs-ana2 .anaglass .glasschild {
  position: absolute;
  height: 100%;
  right: 10%;
  top: 0;
  width: 6%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  transform: skew(-20deg);
  border-right: 45px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .cs-ana2 .anaglass {
    display: none;
  }
}
.cs-ana2 .glass2 {
  width: 20%;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transform: skew(-20deg);
}
@media screen and (max-width: 1200px) {
  .cs-ana2 .glass2 {
    display: none;
  }
}

.homeabout .twoimage {
  position: relative;
}
.homeabout .twoimage .getimage {
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .homeabout .twoimage .getimage {
    width: 50%;
  }
}
.homeabout .hakkimizdacontainer {
  position: relative;
}
@media only screen and (max-width: 600px) {
    .hakkimizdabig {
        font-size: 70px !important;
        left: -130px !important;
        top: -80px !important;
    }
}
.hakkimizdabig{
    font-size: 100px;
    left: -100px !important;
    top: -280px !important;
}
.homeabout .hakkimizdacontainer .hakkimizdabig {
  font-size: 150px;
  font-weight: bold;
  position: absolute;
  left: -225px !important;
  top: -50px !important;
  opacity: 0.05;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .homeabout .hakkimizdacontainer .hakkimizdabig {
      margin-top: 5rem;
    font-size: 60px;
    font-weight: bold;
    position: static;
  }
}
.homeabout .hakkimizdacontainer .paragcontainer {
  width: 80%;
  margin: 0 auto;
}
.homeabout .bottomline {
  position: relative;
  font-size: xx-large;
}
.homeabout .bottomline::after {
  content: "";
  position: absolute;
  display: block;
  left: -50px;
  bottom: -20px;
  width: 165px;
  height: 3px;
  background-color: orange;
}
.homeabout .homeaboutmiddle {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .homeabout .homeaboutmiddle {
    margin-top: 0px;
  }
}
.homeabout .homeaboutmiddle .stonecontainer {
  position: relative;
  height: 300px;
}
.homeabout .homeaboutmiddle .stonecontainer .absolutestone {
  position: absolute;
  right: 0;
  top: 30%;
}
@media screen and (max-width: 760px) {
  .homeabout .homeaboutmiddle .stonecontainer .absolutestone {
    position: static;
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .homeabout .homeaboutmiddle .stonecontainer {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 560px) {
  .homeabout .homeaboutmiddle .stonecontainer {
    height: auto;
    margin-bottom: 0px;
  }
}
.homeabout .paragcontainer {
  width: 80%;
  margin: 150px auto;
}
.homeabout .paragcontainer img {
  height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .homeabout .paragcontainer {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
    .homeabout .valuecontainer {
        padding-left: 0 !important;
        margin-top: 0px !important;
    }
}

.homeabout .valuecontainer {
  padding-left: 6%;
  margin-top: 100px;
}
.homeabout .valuecontainer .value {
  position: relative;
  font-size: xx-large;
}
.homeabout .valuecontainer .value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 70px;
  height: 5px;
  background-color: orange;
}
.homeabout .valuecontainer .value .hakkimizdabig {
  font-size: 150px;
  font-weight: bold;
  position: absolute;
  left: -180px;
  top: -160px;
  opacity: 0.05;
}
@media screen and (max-width: 960px) {
  .homeabout .valuecontainer .value .hakkimizdabig {
    font-size: 60px;
    font-weight: bold;
    position: static;
  }
}
.homeabout .valuecontainer .proje {
  font-size: smaller;
}
.homeabout .owl-carousel img {
  height: 400px;
  object-fit: cover;
}
.homeabout .owl-carousel .relative {
  position: relative;
}
.homeabout .owl-carousel .relative p {
  position: absolute;
  right: 0px;
  top: 45%;
  transform: rotate(-90deg);
  color: white;
  font-weight: bold;
}
.homeabout .owl-carousel .owl-nav {
  position: absolute;
  bottom: 25px;
}
.homeabout .owl-carousel .owl-nav button {
  background-color: white;
  font-size: 25px;
  height: 80px;
  width: 100px;
  margin-right: 10px;
}
.homeabout .owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.4);
}
.homeabout .carouselcontainer .btn-outline-warning {
  margin-left: 250px;
}
@media screen and (max-width: 960px) {
  .homeabout .carouselcontainer .btn-outline-warning {
    margin-left: 50px;
  }
}

footer {
  position: relative;
}
ul.footer_menu{
	float: left;
	display: block;
	text-decoration: none;
	color: #757575;
	margin-top: 10px;
	font-size: 14px;
}
ul.footer_menu li{
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    ul.footer_menu li + li:before{
        display: none !important;
        content: " | ";
        padding: 0 10px;
    }
    ul.footer_menu{
        padding-left: 10px !important;
    }
}
ul.footer_menu li + li:before{
	content: " | ";
	padding: 0 10px;
}
ul.footer_menu li a{
	text-decoration: none;
	color: #757575;
	font-size: 14px;
}
.justify-space-between {
	justify-content: space-between;
}
.faaliyetcontainer #svg-turkey-map path.active {
	fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path.selected {
	fill: #494949;
}
.projetcontainer a{
	text-decoration: none;
	color: #757575;
}
.projetcontainer h5{
	text-decoration: none;
	color: #262626;
}
@media screen and (max-width: 960px) {
  footer {
    background: url("../images/commonimages/3d.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
  }
}
footer .col-md-4 .bigimg {
  position: absolute;
  left: 0;
	max-width: 33%;
	height: 66%;
}
@media screen and (max-width: 960px) {
  footer .col-md-4 .bigimg {
    display: none;
  }
}
footer .col-md-4 .smallimg {
  position: absolute;
  top: 25%;
  left: 5%;
}
@media screen and (max-width: 960px) {
  footer .col-md-4 .smallimg {
    display: none;
  }
}
footer .col-md-2 {
  padding-top: 22px;
}
footer .col-md-2 h3 {
  font-size: 16px;
  font-weight: medium;
}
footer .col-md-2 p {
  display: flex;
  color: #757575;
  align-items: center;
}
footer .col-md-2 p img {
  margin-right: 16px;
}
footer .col-md-2 a {
  display: block;
  text-decoration: none;
  color: #757575;
  margin-top: 10px;
  font-size: 14px;
}
footer small {
  text-decoration: underline;
}
footer .social {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  footer .social {
    margin-top: 50px;
  }
}
footer .social .socialcontainer a {
  margin-left: 10px;
  color: grey;
}
footer .copyright {
  margin-top: 25px;
  background: #F5F5F5;
  font-size: 12px;
}
footer .copyright p {
  margin-top: 20px;
  color: #8F8F8F;
	font-size: 14px;
}

.fixedmenu {
  position: fixed;
  z-index: 1200;
  width: 100%;
  transform: translate(-100%, -100%);
  width: 100%;
  top: 0;
  min-height: 100vh;
  background-color: white;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .fixedmenu {
    height: 400px;
    overflow-y: scroll;
  }
}
.fixedmenu .leftmenu {
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .fixedmenu .leftmenu {
    padding: 5px;
    font-size: 12px;
  }
  .fixedmenu .leftmenu .sollinks ul {
    display: flex;
    flex-direction: column;
  }
  .fixedmenu .leftmenu .sollinks li {
    margin-top: 15px;
  }
  .fixedmenu .leftmenu .sollinks li img, .fixedmenu .leftmenu .sollinks li svg {
    margin-right: 10px;
    height: 15px;
  }
}
.fixedmenu .leftmenu a {
  text-decoration: none;
  color: black;
}
.fixedmenu .leftmenu ul {
  list-style: none;
}
.fixedmenu .leftmenu .sollinks {
  position: relative;
}
.fixedmenu .leftmenu .sollinks li {
  margin-top: 15px;
}
.fixedmenu .leftmenu .sollinks li.active {
  border-bottom: 3px solid #EF7E00;
  padding-bottom: 5px;
  width: 80%;
}
.fixedmenu .leftmenu .sollinks li.active a {
  color: #EF7E00;
}
.fixedmenu .leftmenu .sollinks li.active svg path {
  fill: #EF7E00;
}
.fixedmenu .leftmenu .sollinks li a:hover {
  color: #EF7E00;
}
.fixedmenu .leftmenu .sollinks li img, .fixedmenu .leftmenu .sollinks li svg {
  margin-right: 10px;
}
.fixedmenu .leftmenu .sollinks::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #EF7E00;
}
.fixedmenu .leftmenu .saglinks ul {
  display: none;
}
.fixedmenu .leftmenu .saglinks ul li {
  margin-top: 8px;
}
.fixedmenu .leftmenu .saglinks ul li a:hover {
  color: #EF7E00;
}
.fixedmenu .leftmenu .saglinks ul.active {
  display: block;
}
.fixedmenu .rightmenu img {
  height: 100%;
  position: absolute;
}
.fixedmenu .rightmenu img.middle {
  right: 30%;
  top: 10%;
  bottom: 0;
  height: 80%;
}
@media screen and (max-width: 960px) {
  .fixedmenu .rightmenu img.middle {
    display: none;
  }
}
.fixedmenu .rightmenu img.right {
  width: 45%;
  right: -60px;
  object-fit: cover;
  top: 0;
  bottom: 0;
  transition: opacity 0.5s ease;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .fixedmenu .rightmenu img.right {
    display: none;
  }
}
.fixedmenu .mobillist li ul {
  margin: 0;
  padding: 0;
  display: none;
  animation: height 0.4s ease;
  transform-origin: top;
}
@keyframes height {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.fixedmenu .mobillist li ul.active {
  display: block;
  text-align: left;
}
.fixedmenu .mobillist li ul.active a {
  color: #757575;
  font-size: 14px;
}
.fixedmenu .mobillist li ul.active a:hover {
  color: #EF7E00;
}
.fixedmenu .mobillist li p {
  cursor: pointer;
  width: 200px;
  display: flex;
  margin-top: 15px;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}

.fixedmenu.active {
  transform: translate(0);
}

header {
  width: 100%;
  height: 600px;
  background: url("../images/aboutimages/Rectangle 32.png"), url("../images/aboutimages/miners-in-discussion-in-surface-coal-mine-2022-03-08-00-23-50-utc.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 500px) {
  header {
    height: 300px;
  }
}
header .altimage {
  position: absolute;
  bottom: 0;
  width: 80%;
}
@media screen and (max-width: 960px) {
  header .altimage {
    height: 50px;
    width: 100%;
  }
}
header .d-mineralhak {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  color: white;
  font-size: 40px;
	color: #fff;
	font-weight: 700;
	background: #ef7e00;
	line-height: 55px;
	padding: 0 10px;
}
/*header .d-mineralhak::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: orange;
}*/
@media screen and (max-width: 960px) {
  header .d-mineralhak {
    font-size: 16px;
  }
}
header .orangeparag {
  position: absolute;
  bottom: 10px;
  left: 10%;
}
header .orangeparag a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 960px) {
  header .orangeparag a {
    font-size: 12px;
  }
}

.cardcontainer {
  background-image: url("../images/aboutimages/about-pb1.png");
  background-position: right;
}
.cardcontainer .cards .col-md-5 {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cardcontainer .cards .col-md-5 p:nth-child(2) {
  border-top: 1px solid #eee;
  margin-top: 55px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 300;
}
.cardcontainer .cards .col-md-5 .symbol {
  font-size: 45px;
  position: relative;
}
.cardcontainer .cards .col-md-5 .symbol::after {
  content: "+";
  position: absolute;
  font-size: 30px;
}
.cardcontainer .cards .col-md-5 .symbol.tecrube::before {
  content: "Tecrübe";
  position: absolute;
  bottom: -6px;
  left: 0;
  font-size: 16px;
}
.cardcontainer .cards .col-md-5 .symbol.proje::before {
  content: "Proje";
  position: absolute;
  bottom: -6px;
  left: 0;
  font-size: 16px;
}
.cardcontainer .cards .col-md-5 .symbol.percent::before {
  content: "Yerli ve Milli";
  position: absolute;
  bottom: -6px;
  left: 0;
  font-size: 16px;
}
.cardcontainer .cards .col-md-5 .symbol.percent::after {
  content: "%";
  position: absolute;
}
.cardcontainer .paragcontainer .bigparag {
  font-size: 45px;
}
@media screen and (max-width: 960px) {
  .cardcontainer .paragcontainer .bigparag {
    font-size: 16px;
    font-weight: medium;
  }
}

.middlecontainer {
  background: url("../images/aboutimages/Rectangle 39.png"), url("../images/aboutimages/ticari-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
.middlecontainer .middle {
  color: white;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}
.middlecontainer .middle .row .col-md-6 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  position: relative;
}
.middlecontainer .middle .row .col-md-6:nth-child(1)::after, .middlecontainer .middle .row .col-md-6:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 95%;
  height: 1px;
  background-color: grey;
}
@media screen and (max-width: 960px) {
  .middlecontainer .middle .row .col-md-6 {
    font-size: 9px;
    flex-direction: column;
  }
  .middlecontainer .middle .row .col-md-6 h6 {
    font-size: 13px;
  }
  .middlecontainer .middle .row .col-md-6 img {
    max-width: 30px;
  }
}
.middlecontainer .bigparag {
  font-size: 45px;
  width: 50%;
  margin-left: 45px;
}
@media screen and (max-width: 960px) {
  .middlecontainer .bigparag {
    font-size: 14px;
    width: 80%;
  }
}

header.belgeler {
  background-image: url("../images/belgelerimages/Rectangle 3.png"), url("../images/belgelerimages/ey-workman-and-backhoe-silhouetted-against-sunrise-top-10-business-risks-opportunities-hero-14h07959_rf.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.certificates .certificate {
  display: flex;
}
@media screen and (max-width: 960px) {
  .certificates .certificate {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
  .certificates .certificate img {
    width: 80%;
  }
  .certificates .certificate h5 {
    font-size: 14px;
  }
}
.certificates .certificate .border-b {
  position: relative;
  margin-bottom: 40px;
}
.certificates .certificate .border-b::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #EF7E00;
  bottom: -10px;
  left: 0;
}
.proje a{
	display: block;
	text-decoration: none;
	color: #757575;
	margin-top: 5px;
	font-size: 16px;
}
header.tarihce {
  background: url("../images/tarihceimages/Rectangle 32.png"), url("../images/tarihceimages/musee-de-la-mine-le-pradet-2-cap-garonne-cph-gregory-vuylsteker-5.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.historycarousel {
  position: relative;
}
.historycarousel .history {
  position: relative;
  font-size: 40px;
}
.historycarousel .history::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -10px;
  width: 15%;
  background-color: #EF7E00;
  height: 3px;
}
.historycarousel .owl-next, .historycarousel .owl-prev {
  position: absolute;
  top: 50%;
  right: -5%;
}
@media screen and (max-width: 960px) {
  .historycarousel .owl-next, .historycarousel .owl-prev {
    right: 0;
    top: 10%;
  }
  .historycarousel .owl-next img, .historycarousel .owl-prev img {
    height: 15px;
  }
}
.historycarousel .owl-prev {
  left: -110%;
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .historycarousel .owl-prev {
    left: 0;
  }
}

header.yonetim {
  background: url("../images/yonetimimages/Rectangle 3.png"), url("../images/yonetimimages/440088-PEIYBS-416.png");
  background-position: right;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  header.yonetim {
    background-position: bottom;
  }
}

section.yonetim {
  min-height: 1420px;
  background: url("../images/yonetimimages/Rectangle 41.png");
  position: relative;
}
section.yonetim .threedimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
}
section.yonetim .relative {
  position: relative;
  height: 400px;
}
section.yonetim .relative .bottomparag {
  position: absolute;
  bottom: 15px;
  color: white;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
section.yonetim .relative .bottomparag p {
  font-size: 22px;
  position: relative;
  margin-left: 15px;
}
section.yonetim .relative .bottomparag p small {
  font-size: 14px;
  display: block;
  font-weight: lighter;
  transform: translateY(-50%);
}
section.yonetim .relative .bottomparag a {
  color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #eee;
  margin-right: 45px;
  margin-bottom: 15px;
  width: 30px;
  height: 30px;
}
section.yonetim .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
section.yonetim .grid .relative {
  height: 280px;
}
section.yonetim .grid .relative .bottomparag p {
  font-size: 14px;
  margin-left: 0px;
}
section.yonetim .grid .relative .bottomparag p small {
  font-size: 12px;
  transform: translateY(0);
}
section.yonetim .grid .relative .bottomparag a {
  margin-right: 5px;
  margin-bottom: 15px;
}
section.yonetim .grid img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  section.yonetim .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  section.yonetim .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

header.projedetay {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/projedetayimages/aerial-view-of-southern-mining-factory-mine-quarr-2021-10-06-17-09-08-utc.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: inherit;
  box-shadow: none;
  border: none;
}

.stoneparagcontainer .stoneparag h3 {
  font-size: 35px;
  font-weight: medium;
}
.stoneparagcontainer .stoneparag .panoramic {
  position: relative;
}
.stoneparagcontainer .stoneparag .panoramic .teknik {
  position: absolute;
  left: -220px;
  height: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 14px;
}
.stoneparagcontainer .stoneparag .panoramic .teknik button {
  background-color: transparent;
  color: #EF7E00;
  border: 1px solid #EF7E00;
  padding: 7px 15px;
}
@media screen and (max-width: 960px) {
  .stoneparagcontainer .stoneparag .panoramic .teknik {
    position: static;
    font-size: 12px;
  }
}

.accordioncontainer {
  background: url("../images/projedetayimages/Rectangle 56.png"), url("../images/projedetayimages/aerial-view-of-southern-mining-factory-mine-quarr-2021-10-06-17-09-08-utc.png");
  background-position: center;
  background-size: cover;
}
.accordioncontainer h3 {
  font-size: 45px;
  color: white;
}
.accordioncontainer .accordion-item {
  margin-top: 20px;
}
.accordioncontainer .accordion-item .card-body {
  padding: 15px;
}
.accordioncontainer .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordioncontainer .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

header.faaliyet {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/faaliyetimages/1902_-_chapada_open_pit.1920x640.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.faaliyetcontainer h3 {
  font-size: 35px;
}
.faaliyetcontainer .maden .item {
  background-color: #F1F1F1;
}
.faaliyetcontainer .maden h5 {
  font-size: 18px;
  margin: 15px 0;
}
.faaliyetcontainer svg.turkiye path {
  cursor: pointer;
}
.faaliyetcontainer svg.turkiye path:hover {
  fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path {
  fill: #b9b9b9;
  stroke: white;
  cursor: pointer;
}
.faaliyetcontainer #svg-turkey-map path:hover {
  fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path[data-city-name=konya] {
  fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path[data-city-name=sivas] {
  fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path[data-city-name=diyarbakir] {
  fill: #EF7E00;
}
.faaliyetcontainer #svg-turkey-map path[data-city-name=erzurum] {
  fill: #EF7E00;
}
.faaliyetcontainer .map-container {
  position: relative;
}
.faaliyetcontainer .map-container .show-city-name {
  background-color: #f39c12;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  padding: 15px 25px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
}
.faaliyetcontainer .map-container .show-city-name--active {
  opacity: 1;
  visibility: visible;
}

header.basin {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/basinimages/pexels-kaboompics-com-6335.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

div.number {
  cursor: pointer;
  border: 1px solid #EF7E00;
  padding: 3px 5px;
  font-size: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #EF7E00;
  background: transparent;
}
div.number small {
  font-size: 14px;
  margin-top: -10px;
}

.row.basin .col-md-4 .d-flex {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.row.basin .col-md-4 .d-flex h3 {
  font-size: 20px;
  font-weight: medium;
}
.row.basin .col-md-4 .detay {
  text-decoration: none;
  color: black;
  font-size: 13px;
  font-weight: medium;
}

header.basin-detay {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/basinimages/pexels-kaboompics-com-6335.png");
  height: 450px;
  background-position: center;
}
@media screen and (max-width: 500px) {
  header.basin-detay {
    height: 300px;
  }
}

.cs-container {
  width: 50%;
  margin: 50px auto;
}
@media screen and (max-width: 960px) {
  .cs-container {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .cs-container {
    width: 95%;
  }
  .cs-container h3 {
    font-size: 14px;
  }
  .cs-container p {
    font-size: 12px;
  }
}

header.fuar {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/fuarimages/blurred-background-people-shopping-market-fair-sunny-day-blur-background-with-bokeh.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.csrelative {
  position: relative;
}
.csrelative .imglogo {
  padding: 15px;
  background: white;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

header.basin-detay {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/fuarimages/blurred-background-people-shopping-market-fair-sunny-day-blur-background-with-bokeh.png");
  height: 450px;
  background-position: center;
}
@media screen and (max-width: 500px) {
  header.basin-detay {
    height: 300px;
  }
}

header.marka {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/markaimages/retinal-biometrics-technology-with-man-s-eye-digital-remix.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.marka .col-md-2 .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  height: 220px;
  border: 1px solid #ccc;
}
.container.marka .col-md-2 .file {
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
}

header.surdurulebilirlik {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/surdurulibilrlikimages/pexels-felipe-helfstein-1770851.png");
  background-position: left center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

header.kariyer {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/kariyer-is-images/pexels-alex-green-5699475.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

header.isbasvuru {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/kariyer-is-images/pexels-edmond-dantès-4344860.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

form .inputs {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  form .inputs {
    grid-template-columns: repeat(1, 1fr);
  }
}
form .inputs div {
  display: flex;
  flex-direction: column;
}
form .inputs div input {
  border: 1px solid #ccc;
  padding: 5px;
}
form .inputs div .cvcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
form .inputs div .cvcontainer button {
  border-radius: 5px;
  width: 50%;
  background: white;
  border: 1px solid #aaa;
  padding-inline: 25px;
  padding-block: 10px;
  margin-right: 7px;
}
form .inputs div .cvcontainer small {
  font-size: 8px;
}
@media screen and (max-width: 960px) {
  form .inputs div .cvcontainer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
form textarea {
  width: 100%;
  min-height: 135px;
  border: 1px solid #ccc;
}
form .submit {
  padding: 15px 60px;
  background: #EF7E00;
  color: white;
  border: none;
  margin-top: 25px;
}
form .form-check {
  font-size: 12px;
}

header.iletisim {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/iletisim-isletme-bizeulasinimages/shutterstock_2067737414.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

div.iletisim {
  border-bottom: 1px solid #ccc;
}
div.iletisim p.heading {
  font-size: 20px;
}
div.iletisim span.iletisim {
  color: #EF7E00;
}
@media screen and (max-width: 960px) {
  div.iletisim {
    text-align: center;
    font-size: 12px;
  }
}

center.iletisim div a {
  color: black;
  font-size: 25px;
  display: block;
}

.mapouter iframe {
  width: 100% !important;
}

header.isletmeler {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/iletisim-isletme-bizeulasinimages/video-bg.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

header.bizeulasin {
  background: url("../images/projedetayimages/Rectangle 3.png"), url("../images/iletisim-isletme-bizeulasinimages/kaitlyn-baker-vZJdYl5JVXY-unsplash-1920x604.png");
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-check-label {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #EF7E00;
  border-color: #EF7E00;
}

/*# sourceMappingURL=style.css.map */
