@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700;900&display=swap");

/* Text Size Classes - H1 to H5 equivalent sizes */
.text1 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.text2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.text3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.text4 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.text5 {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.pRelative {
  position: relative;
}

.colorOrange {
  color: #d06d16 !important;
}

.colorWhite {
  color: white !important;
}

.colorDark {
  color: #000000 !important;
}

.colorComment {
  color: #808080 !important;
}

.blackBackground {
  background: black;
}

.orangeBackground {
  background: #d06d16;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-10y {
  margin-top: 7%;
  margin-bottom: 7%;
}

.my-20y {
  margin-top: 20%;
  margin-bottom: 20%;
}

.my-30y {
  margin-top: 30%;
  margin-bottom: 30%;
}

.my-50y {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-10y {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.py-15y {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.py-20y {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.f45 {
  font-size: 45px;
}

.f25 {
  font-size: 25px;
}

.f20 {
  font-size: 20px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.cmiddle {
  display: flex;
  justify-content: center;
}

* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.pRelative {
  position: relative;
}

.colorOrange {
  color: #d06d16 !important;
}

.colorWhite {
  color: white !important;
}

.colorDark {
  color: #000000 !important;
}

.colorComment {
  color: #808080 !important;
}

.blackBackground {
  background: black;
}

.orangeBackground {
  background: #d06d16;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-10y {
  margin-top: 7%;
  margin-bottom: 7%;
}

.my-20y {
  margin-top: 20%;
  margin-bottom: 20%;
}

.my-30y {
  margin-top: 30%;
  margin-bottom: 30%;
}

.my-50y {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-10y {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.py-15y {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.py-20y {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

.filter-white {
  filter: brightness(0) invert(1);
}

.f45 {
  font-size: 45px;
}

.f25 {
  font-size: 25px;
}

.f20 {
  font-size: 20px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.cmiddle {
  display: flex;
  justify-content: center;
}

.button_container {
  position: absolute;
  top: 34%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlayNav {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlayNav.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlayNav.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlayNav.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlayNav.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlayNav.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlayNav nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlayNav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 40%;
  font-size: 31px;
}
.overlayNav ul li {
  display: block;
  height: 25%;
  height: 25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlayNav ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlayNav ul li a:hover:after, .overlayNav ul li a:focus:after, .overlayNav ul li a:active:after {
  width: 100%;
  color: #d06d16 !important;
}
.overlayNav ul li a:hover {
  color: #d06d16 !important;
}
.overlayNav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #d06d16;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.absol, .tirnak4, .tirnak3, .tirnak2, .tirnak1 {
  position: absolute;
  width: 100px;
}

.tirnak {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
}

.level2 {
  min-height: 80vh;
  align-content: space-around;
}
.level2 div div {
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.cmy30 {
  margin-top: 30% !important;
  margin-bottom: 30% !important;
}

.tirnak1 {
  top: 0;
  right: 0;
  left: none;
  bottom: 0;
}

.tirnak2 {
  top: 0;
  right: none;
  left: 0;
  bottom: none;
}

.tirnak3 {
  top: 0;
  right: none;
  left: 0;
  bottom: none;
}

.tirnak4 {
  top: 0;
  right: 0;
  left: none;
  bottom: 0;
}

.level3 {
  background: #d06d16;
  padding: 5% 0 5% 0;
  text-align: center;
  min-height: 80vh;
  align-items: center;
  display: flex;
}

.level4 {
  height: 80vh;
  display: flex;
  align-items: center;
}
.level4 .commentH {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.iconBox {
  width: 120px;
  height: 120px;
  border: solid 1px #000000;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15% auto 13% auto;
}
.iconBox img {
  transform: rotate(-45deg);
  text-align: center;
  width: 50px;
  height: 50px;
}

.nelerYapiyozİcon {
  width: 45px;
  height: 45px;
  border: solid 1px #000;
  background: black;
  color: white;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.nelerYapiyozİcon img {
  transform: rotate(-45deg);
  text-align: center;
  font-size: 30px;
  color: #d06d16;
}

.activeClass {
  background: #d06d16;
  border-color: #d06d16;
}
.activeClass img {
  filter: brightness(0%);
}

.nRightSide {
  width: 70%;
  margin-left: auto;
}

.iconBoxFooter {
  width: 120px;
  height: 120px;
  border: solid 1px #fff;
  color: white;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15% auto 13% auto;
}
.iconBoxFooter span {
  transform: rotate(-45deg);
  text-align: center;
  font-size: 30px;
  color: #d06d16;
}

.greenCircle {
  width: 10px;
  height: 10px;
  align-self: center;
  margin-left: 5px;
  border-radius: 50%;
  background: #05cbb7;
  display: block;
}

.customerBox {
  width: 60px;
  height: 60px;
  background: #000000;
  transform: rotate(45deg);
  margin: 0 auto 2% auto;
}

.level5 .row {
  display: flex;
  justify-content: center;
}
.level5 .boxDeg {
  width: 350px;
  height: 350px;
  border: solid 25px #262626;
  display: flex;
  align-items: center;
  text-align: center;
  transform: rotate(45deg);
}
.level5 .boxDeg div {
  transform: rotate(-45deg);
  width: 300px;
  margin: 0 auto 0 auto;
  display: inline-grid;
}
.level5 a {
  color: white;
  font-size: 15px;
}

.footerOrangeBox {
  width: 25px;
  height: 25px;
  background: #d06d16;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
}
.footerOrangeBox span {
  position: absolute;
  bottom: 8px;
  left: 0;
}

.nfooterOrangeBox {
  width: 25px;
  height: 25px;
  background: #d06d16;
  transform: rotate(45deg);
  position: absolute;
  bottom: -85px;
  border-color: #d06d16 !important;
}
.nfooterOrangeBox span {
  position: absolute;
  bottom: 8px;
  left: 0;
}

header nav {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

.level1 .headerBox {
  width: 450px;
  height: 450px;
  border: solid 40px #cccccc;
  display: flex;
  align-items: center;
  text-align: center;
  transform: rotate(45deg);
}
.level1 .headerBox div {
  transform: rotate(-45deg);
  width: 300px;
  margin: 0 auto 0 auto;
  display: inline-grid;
}
.level1 .bannerLink {
  color: white;
  font-size: 15px;
  width: 150px;
  margin: 0 auto 0 auto;
}

.bannerTopBox {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #d06d16;
  top: -14px;
  transform: rotate(45deg);
}
.bannerTopBox span {
  position: absolute;
  bottom: -4px;
  left: 18px;
}

.midLogo {
  margin: 0 auto 0 auto;
}

.bannerBottomBox {
  width: 40px;
  height: 40px;
  background: white;
  transform: rotate(45deg);
  margin: 0 15px;
}

.topLeftArrow {
  position: absolute;
  top: -13px;
  color: orange;
  left: -10px;
}

.topRightArrow {
  position: absolute;
  top: -13px;
  color: orange;
  right: -10px;
}

.bottomRightArrow {
  position: absolute;
  bottom: -13px;
  color: orange;
  right: -10px;
}

.bottomLeftArrow {
  position: absolute;
  bottom: -13px;
  color: orange;
  left: -10px;
}

.navSocial {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
}
.navSocial div {
  width: 30px;
  height: 30px;
  margin: 20px;
  border: solid 2px #cccccc;
  display: flex;
  text-align: center;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
}
.navSocial div a {
  display: flex;
  transform: rotate(-45deg);
}
.navSocial div a img {
  height: 14px;
  margin: 0 auto 0 auto;
  display: inline-grid;
}

.footerSocial {
  display: flex;
  justify-content: center;
}
.footerSocial div {
  width: 30px;
  height: 30px;
  margin: 20px;
  border: solid 2px #cccccc;
  display: flex;
  text-align: center;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
}
.footerSocial div img {
  height: 14px;
  transform: rotate(-45deg);
  margin: 0 auto 0 auto;
  display: inline-grid;
}

.ref-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ref-custom img {
  display: block;
  border: solid 1px #dedede;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ref-custom img:hover {
  z-index: 2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.naHref {
  color: black;
}
.naHref:hover {
  color: #262626;
}

.bannerH:hover {
  transform: rotate(5deg);
  transition: 200ms;
}

@media only screen and (max-width: 600px) {
  .headerBox {
    width: 250px !important;
    height: 250px !important;
    border-color: rgba(204, 204, 204, 0.1019607843) !important;
  }
  .boxDeg {
    width: 200px !important;
    height: 200px !important;
    border-color: rgba(204, 204, 204, 0.1019607843) !important;
  }
  .com {
    margin-top: 20px !important;
  }
  .nRightSide {
    width: 100% !important;
  }
  .midLogo {
    width: 200px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .cmy30 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .nRightSide {
    width: 90% !important;
  }
}

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