.ozelbtn {
  border-radius: 3px;
  border: none;
  font-size: 18px;
  margin: 0 25px 0 15px;
  background-color: #2c2c2c;
  color: #ffc126;
  padding: 5px 10px;
  transition: all 0.3s;
  height: 40px;
  width: 42px;
  position: relative;
}
.ozelbtn:hover {
  background-color: #ffc126;
}
.ozelmenu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  top: 115px;
  left: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}
.sticky-header-active .ozelmenu {
  top: 85px;
}
.checkboxmenu {
  position: absolute;
  display: block;
  height: 42px;
  width: 40px;
  top: 00px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.hamburger-lines {
  display: block;
  height: 20px;
  width: 23px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #ffc126;
}
.ozelbtn:hover .hamburger-lines .line {
  background-color: #2c2c2c;
}
.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
input[type="checkbox"]:checked ~ .hamburger-lines {
  width: 26px;
  left: 13px;
}
input[type="checkbox"]:checked ~ .ozelmenu {
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 85px);
}
.header-social-icons {
  margin-right: 10px;
}
.social-icons li a {
  font-size: 20px;
}
.ozelnav {
  width: fit-content;
  margin-left: 150px;
  margin-top: 60px;
}
.ozelul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ozelul li {
  line-height: 60px;
}
.ozelul li a {
  color: #222222;
  font-size: 50px;
  font-weight: 600;
}

.ozelul li a:hover {
  color: #ffc126;
  text-decoration: none;
}
@media (max-width: 700px) {
  .ozelnav {
    width: fit-content;
    margin-left: 50px;
    margin-top: 20px;
  }
  .ozelul li {
    line-height: 30px;
  }
  .ozelul li a {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
  }
}
.ozellink {
  font-size: 26px;
  text-decoration: none;
  color: #836c33;
}
.ozellink:hover {
  text-decoration: none !important;
  color: #ffc126;
}
.ozelalanbg1 {
  background-color: #fff2d1;
  padding: 60px 0;
}
.ozelalanbg2 {
  background-color: #f7e7bd;
  padding: 60px 0;
}
.ozelalanbg3 {
  background-color: #efdcad;
  padding: 60px 0;
}
.ozelalanbg1 h2,
.ozelalanbg2 h2,
.ozelalanbg3 h2 {
  font-size: 60px;
  letter-spacing: 1.5px;
  line-height: 60px;
  margin-bottom: 16px;
  font-weight: 600;
}
.ozelalanbg1 p,
.ozelalanbg2 p,
.ozelalanbg3 p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #5e5e5e;
}
.iletisimozel {
  background: linear-gradient(45deg, #000000, #e58e00);
  padding: 70px 0;
  color: #fff;
}
.iletisimozel h3 {
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}
.iletisimozel p {
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #fff;
}
.ozelhiza {
  display: flex;
  align-items: center;
}
.ozel-footer-menu {
  width: 100%;
}
.ozel-footer-menu li {
  float: right;
  margin: 10px 25px;
  font-size: 16px;
}
