@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../images/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../images/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype"),
    url("../images/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../images/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bursluluk Butonu Stilleri */
.btn-pre-registration {
  background: linear-gradient(135deg, #e81116 0%, #ff783c 100%) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(232, 17, 22, 0.3) !important;
  border: none !important;
  position: relative !important;
  overflow: hidden !important;
}

.btn-pre-registration:before {
  content: "📝";
  font-size: 1rem;
}

.btn-pre-registration:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(232, 17, 22, 0.4) !important;
  background: linear-gradient(135deg, #d10e13 0%, #ff6b2e 100%) !important;
  color: #fff !important;
}

.btn-pre-registration:focus {
  outline: 3px solid rgba(232, 17, 22, 0.3) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1200px) {
  .btn-pre-registration {
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
  }
}

@media (max-width: 768px) {
  .btn-pre-registration {
    padding: 6px 12px !important;
    font-size: 0.8rem !important;
    border-radius: 20px !important;
  }
}

@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff"),
    url("../fonts/Poppins-ExtraBold.ttf") format("truetype"),
    url("../images/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font: 17px "Poppins Light";
  color: #000;
  background-color: #fff;
}
body a {
  color: #000;
}
body img {
  max-width: 100%;
}
body .container-fluid {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 30px 0 120px;
}
@media only screen and (max-width: 1200px) {
  body .container-fluid {
    padding: 0 25px;
  }
}
body .container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  body .container {
    padding: 0 25px;
  }
}
body.active #panel {
  transform: translateX(0);
  pointer-events: auto;
  visibility: initial !important;
}
@media (min-width: 1200px) {
  body.active .navbar {
    left: 60%;
    transform: translateX(-35px);
  }
}
@media (max-width: 1400px) {
  body.active .navbar {
    left: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  body.active .navbar {
    background: none;
    top: 0;
    right: 0;
    left: initial;
  }
}
body.active .navbar span {
  transform: rotate(45deg) translateY(5.5px) translateX(5.5px);
}
@media only screen and (max-width: 1200px) {
  body.active .navbar span {
    transform: rotate(45deg) translateY(3.3px) translateX(3.3px);
    background: #9098a9;
    height: 2px;
  }
}
body.active .navbar span:last-child {
  width: 44px;
  transform: rotate(-45deg) translateY(-5.5px) translateX(5.5px);
}
@media only screen and (max-width: 1200px) {
  body.active .navbar span:last-child {
    width: 25px;
    transform: rotate(-45deg) translateY(-3.5px) translateX(3.5px);
  }
}
.navbar {
  background: #f9b000;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: block;
  padding: 36px 30px;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.5s ease-in-out;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 20px;
  margin: -54px 0;
}
@media (max-width: 1650px) {
  .navbar {
    width: 88px;
    height: 88px;
    padding: 26px 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    transition: 0.4s;
    top: 15px;
    right: 25px;
    width: 60px;
    height: 60px;
    margin: 0;
    left: inherit;
    padding: 18px 17px;
  }
  .navbar.fixed {
    top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar {
    width: 50px;
    height: 50px;
    padding: 13px 12px;
  }
}
.navbar span {
  background: #fff;
  height: 5px;
  transition: 0.5s ease-in-out;
  display: block;
  width: 44px;
  margin: 10px 0;
}
@media only screen and (max-width: 1200px) {
  .navbar span {
    width: 25px;
    height: 3px;
    margin: 7px 0;
  }
}
.navbar span:last-child {
  width: 22px;
}
@media only screen and (max-width: 1200px) {
  .navbar span:last-child {
    width: 12px;
  }
}
#panel {
  position: fixed;
  border-right: 1px solid #e4e4e4;
  bottom: 0;
  visibility: hidden;
  left: 20px;
  top: 0;
  overflow: hidden;
  z-index: 999;
  height: 100vh;
  width: 60%;
  transform: translateX(-100%);
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  #panel {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  #panel {
    max-width: 400px;
    box-shadow: 0 0 5px #e4e4e4;
    left: inherit;
    right: 0;
    width: 95%;
    transform: translateX(100%);
  }
  #panel .row {
    transition: 0.4s;
  }
  #panel .row.open {
    margin-left: -100%;
  }
}
#panel .home-web {
  background: url("../images/home-web.svg") no-repeat left center;
  padding-left: 30px;
  font: 19px "Poppins Medium";
  text-decoration: none;
  background-size: 18px;
  margin-top: 20px;
  color: #000;
  display: none;
}
@media only screen and (max-width: 1200px) {
  #panel .home-web {
    display: inline-block;
  }
}
#panel .inner {
  background: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 80px 0 150px;
  justify-content: center;
  height: 100vh;
}
@media only screen and (max-width: 1200px) {
  #panel .inner {
    padding: 70px 25px 25px;
    display: block;
  }
}
#panel .head {
  color: #e01717;
  position: relative;
  font: 38px "Poppins Medium";
  letter-spacing: -0.05em;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
#panel .head a {
  color: #e01717;
  text-decoration: none;
}
@media (min-width: 2000px) {
  #panel .head {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  #panel .head {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #panel .head {
    font-size: 26px;
    color: #000;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #panel .head:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9b000;
    width: 45px;
    height: 4px;
  }
}
#panel ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  #panel ul.menu {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  #panel ul.menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    width: 100%;
    margin-left: 100%;
    transition: 0.4s;
  }
  #panel ul.menu.open {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0;
  }
}
#panel ul.menu.back {
  display: none;
  background: url("../images/back.svg") no-repeat center center;
  margin-bottom: 20px;
  width: 42px;
  height: 22px;
}
@media only screen and (max-width: 1200px) {
  #panel ul.menu.back {
    display: block;
  }
}
#panel ul.menu .head {
  font-size: 17px;
  color: #667085;
  display: none;
}
@media only screen and (max-width: 1200px) {
  #panel ul.menu .head {
    display: block;
  }
}
#panel ul.menu a {
  display: inline-block;
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 2000px) {
  #panel ul.menu a {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 380px) {
  #panel ul.menu a {
    padding: 7px 0;
  }
}
@media (max-width: 375px) and (max-height: 605px) {
  #panel ul.menu a {
    padding: 3px 0;
  }
}
#panel ul.menu li {
  font: 18px "Poppins Light";
}
@media (min-width: 2000px) {
  #panel ul.menu li {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 380px) {
  #panel ul.menu li {
    font-size: 21px;
  }
}
#panel ul.menu li:hover a {
  color: #e01717;
}
#panel .bottom {
  display: none;
}

/* Panel Bursluluk Butonu Stili */
#panel .panel-pre-registration {
  margin-top: 20px;
  text-align: center;
}

#panel .panel-pre-registration a {
  background: linear-gradient(135deg, #e81116 0%, #ff783c 100%) !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 20px rgba(232, 17, 22, 0.35) !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 350px !important;
}

#panel .panel-pre-registration a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(232, 17, 22, 0.45) !important;
  background: linear-gradient(135deg, #d10e13 0%, #ff6b2e 100%) !important;
}

@media only screen and (max-width: 1200px) {
  #panel .bottom {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    padding: 0 25px;
  }
  #panel .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #panel .bottom ul a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #panel .bottom ul a:hover {
    color: #e01717;
  }
  #panel .bottom ul li {
    font: 19px "Poppins Medium";
    padding: 5px 0;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 375px) and (max-height: 605px) {
  #panel .bottom ul li {
    font-size: 17px;
    padding: 2px 0;
  }
}
@media only screen and (max-width: 1200px) {
  #panel .bottom .phone {
    color: #667085;
    text-decoration: none;
    font: 22px "Poppins ExtraBold";
    letter-spacing: -0.05em;
    display: inline-block;
    margin: 15px 0 20px 0;
  }
  #panel .bottom .social_media {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    background: rgba(232, 17, 22, 0.08);
    border-radius: 15px;
    margin-top: 10px;
  }
  #panel .bottom .social_media img {
    width: 40px !important;
    height: 20px !important;
    object-fit: contain;
  }
  #panel .bottom .social_media a {
    color: #e81116;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  #panel .bottom .social_media a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(232, 17, 22, 0.25);
    background: #e81116;
  }
  #panel .bottom .social_media a:hover img {
    filter: brightness(0) invert(1);
  }
}
.left-fixed {
  position: fixed;
  width: 70px;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  font: 22px "Poppins ExtraBold";
  border-right: 1px solid #e4e4e4;
}
@media only screen and (max-width: 1200px) {
  .left-fixed {
    display: none;
  }
}
.left-fixed .navbar {
  background: #f9b000;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: block;
  padding: 36px 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -54px 15px;
}
.left-fixed .navbar span {
  background: #fff;
  height: 5px;
  display: block;
  width: 44px;
  margin: 10px 0;
}
.left-fixed .navbar span:last-child {
  width: 22px;
}
.left-fixed .tel {
  color: #667085;
  text-decoration: none;
  transform: rotate(-90deg);
  display: inline-block;
  width: 135px;
  margin: 170px -31px 0;
  letter-spacing: 2px;
}
@media (max-width: 1400px) {
  .left-fixed .tel {
    margin-top: 120px;
  }
}
.left-fixed .social_media {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.left-fixed .social_media img {
  width: auto !important;
  height: auto !important;
}
.left-fixed .social_media a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.header {
  position: fixed;
  padding: 25px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: 0.4s;
}
@media (min-width: 1200px) {
  .header .container-fluid {
    padding: 0 30px 0 120px;
  }
}
@media (max-width: 1650px) {
  .header {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .header.header-blog.fixed .logo {
    transform: translateY(-16px);
  }
}
@media (min-width: 1300px) {
  .header.header-blog .row .col-xl-3 {
    width: 20%;
  }
}
@media (min-width: 1300px) {
  .header.header-blog .row .col-xl-9 {
    width: 80%;
  }
}
.header.header-blog .logo {
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .header.header-blog .logo img {
    max-width: 80px !important;
  }
}
.header.header-blog .logo img.blog_logo {
  display: block;
  margin-left: 15px;
  margin-top: 20px;
}
@media (max-width: 1650px) {
  .header.header-blog .logo img.blog_logo {
    max-width: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .header.header-blog .logo img.blog_logo {
    max-width: 50px !important;
    margin-left: 5px;
  }
}
@media (max-width: 1650px) {
  .header.header-blog .search {
    margin-left: 20px;
  }
  .header.header-blog .search.active {
    max-width: 370px;
  }
}
@media (max-width: 1450px) {
  .header.header-blog .search {
    margin-left: 10px;
  }
}
@media (max-width: 1450px) and (min-width: 1330px) {
  .header.header-blog .search.active {
    max-width: 330px;
  }
}
@media (max-width: 1330px) {
  .header.header-blog .search.active {
    max-width: 270px;
  }
}
@media (max-width: 1300px) {
  .header.header-blog .search {
    max-width: 230px;
  }
  .header.header-blog .search.active {
    max-width: 230px;
  }
}
@media only screen and (max-width: 1200px) {
  .header.header-blog ul.bottom-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
  }
}
.header.header-blog ul.bottom-menu a {
  transition: 0.3s;
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 1600px) {
  .header.header-blog ul.bottom-menu a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.header.header-blog ul.bottom-menu li {
  font-size: 16px;
}
@media (min-width: 2000px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 15px;
  }
}
@media (max-width: 1560px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
  .header.header-blog ul.bottom-menu li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .header.header-blog ul.bottom-menu li {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .header.header-blog .categori_list {
    display: none;
    font: 16px "Poppins Medium";
    text-align: right;
    margin: 5px 0;
    cursor: pointer;
  }
  .header.header-blog .categori_list i {
    vertical-align: middle;
    margin-right: 7px;
    color: #f9b000;
    font-size: 21px;
    transition: 0.3s;
  }
  .header.header-blog .categori_list.open i {
    transform: rotate(-180deg);
  }
}
.header.header-blog .lang span {
  color: #000;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}
.header.fixed {
  padding: 20px 0;
  height: 100px;
}
@media only screen and (max-width: 1200px) {
  .header.fixed {
    height: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .header.fixed .flex {
    margin: -5px 0;
  }
}
.header.fixed:before {
  opacity: 1;
  height: 100%;
  box-shadow: 0 2px 16px rgba(150, 64, 145, 0.12);
}
.header.fixed .logo img {
  max-width: 110px;
}
@media only screen and (max-width: 1200px) {
  .header.fixed .logo img {
    max-width: 90px;
  }
}
.header.fixed ul.bottom-menu a,
.header.fixed ul.top-menu a {
  color: #000;
}
.header.fixed ul.bottom-menu li,
.header.fixed ul.top-menu li {
  color: #000;
}
.header.fixed .lang span {
  color: #000;
}
@media (min-width: 1200px) {
  .header.fixed .search input {
    border-color: #e4e4e4;
  }
  .header.fixed .search input::placeholder {
    color: #9d9d9c;
    opacity: 1;
  }
  .header.fixed .search input:-ms-input-placeholder {
    color: #9d9d9c;
  }
  .header.fixed .search input::-ms-input-placeholder {
    color: #9d9d9c;
  }
}
.header.fixed .mobil-search {
  background-color: #f9b000;
  border: none;
}
.header.fixed .mobil-search.open {
  background-image: url("../images/close.svg");
}
.header .logo img {
  transition: 0.3s;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1650px) {
  .header .logo img {
    max-width: 135px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .logo img {
    max-width: 110px;
  }
}
.header ul.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header ul.top-menu li {
  display: inline-block;
  font: 11px "Poppins Regular";
  color: #fff;
  padding: 0 10px;
}
@media (max-width: 1650px) {
  .header ul.top-menu li {
    font-size: 11px;
  }
}
@media (max-width: 1450px) {
  .header ul.top-menu li {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  .header ul.top-menu li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header ul.top-menu li {
    display: none;
  }
}
.header ul.top-menu li:last-child {
  padding-right: 0;
}
.header ul.top-menu li.home-web a {
  background: url("../images/home-web.svg") no-repeat left center;
  padding-left: 20px;
}
.header ul.top-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.header ul.top-menu a:hover {
  color: #f9b000;
}
.header .lang {
  position: relative;
  padding: 10px 10px 0;
  font: 12px "Poppins Regular";
  color: #fff;
  transform: translateY(-4px);
}
@media (max-width: 1650px) {
  .header .lang {
    font-size: 11px;
  }
}
@media (max-width: 1450px) {
  .header .lang {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  .header .lang {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .lang {
    padding: 10px 6px 0;
    font-size: 16px;
    display: block;
    transform: initial;
  }
}
.header .lang:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  height: 53px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .header .lang:before {
    height: 60px;
  }
}
.header .lang.open {
  z-index: 2;
}
.header .lang.open:before {
  opacity: 1;
}
.header .lang.open span {
  color: #000;
}
.header .lang.open span i {
  transform: rotate(180deg);
}
.header .lang span {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  color: #fff;
  text-decoration: none;
}
.header .lang span i {
  font-size: 18px;
  transform: translateY(-2px);
  margin-right: 5px;
  vertical-align: middle;
  color: #f9b000;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .header .lang span i {
    margin-right: 3px;
  }
}
.header .lang ul {
  position: absolute;
  z-index: 20;
  display: none;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  width: 40px;
}
.header .lang ul a {
  padding: 2px 0 0 7px;
  color: #000;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .lang ul a {
    padding: 4px 0 0 10px;
  }
}
.header .lang ul a:hover {
  color: #f9b000;
}
.header .lang ul li {
  padding: 0;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header .lang ul li {
    font-size: 16px;
  }
}
.header .flex {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header ul.bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .header ul.bottom-menu {
    display: none;
  }
}
.header ul.bottom-menu a {
  color: #fff;
  padding: 8px 15px 34px;
  display: block;
  text-decoration: none;
}
@media (max-width: 1450px) {
  .header ul.bottom-menu a {
    padding: 9px 9px 34px;
  }
}
.header ul.bottom-menu li {
  display: inline-block;
  font: 16px "Poppins Regular";
  position: relative;
}
@media (max-width: 1450px) {
  .header ul.bottom-menu li {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .header ul.bottom-menu li {
    font-size: 20px;
  }
}
.header ul.bottom-menu li:last-child a {
  padding-right: 0;
}
.header ul.bottom-menu li.open .submenu {
  transition: 0.4s;
  opacity: 1;
  visibility: inherit !important;
  pointer-events: auto;
  transform: translateY(0);
}
.header ul.bottom-menu .submenu {
  transition: 0.4s;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  text-align: left;
  margin: 0 -160px;
  border: 1px solid rgba(150, 64, 145, 0.05);
  box-shadow: 0px 0px 16px rgba(150, 64, 145, 0.08),
    0px 4px 6px rgba(150, 64, 145, 0.03);
}
@media (min-width: 2000px) {
  .header ul.bottom-menu .submenu {
    width: 340px;
  }
}
.header ul.bottom-menu .submenu:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: -20px;
  border-width: 0 20px 20px 20px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.header ul.bottom-menu .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 35px 0;
}
.header ul.bottom-menu .submenu ul li {
  width: 100%;
  padding: 0;
}
@media (min-width: 2000px) {
  .header ul.bottom-menu .submenu ul li {
    font-size: 21px;
  }
}
.header ul.bottom-menu .submenu ul li a {
  padding: 6px 50px;
  color: #000;
  transition: 0.3s;
}
.header ul.bottom-menu .submenu ul li:hover a {
  color: #e01717;
}
.header .categori_list {
  display: none;
}
.header .mobil-search {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .mobil-search {
    display: block;
    background-image: url("../images/search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: initial;
    margin-right: 65px;
    margin-left: 10px;
  }
  .header .mobil-search.open {
    background-image: url("../images/close-yellow.svg");
    background-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header .mobil-search {
    width: 50px;
    height: 50px;
    margin-right: 60px;
  }
}
.header .search {
  max-width: 270px;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 35px;
  transition: 0.3s;
}
.header .search.active {
  max-width: 380px;
}
@media (min-width: 2000px) {
  .header .search {
    max-width: 310px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .search {
    display: none;
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    padding: 0 20px;
    max-width: 500px;
    margin: 0;
  }
}
.header .search form {
  position: relative;
}
.header .search button {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f9b000;
  border: none;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (max-width: 1450px) {
  .header .search button {
    height: 50px;
    width: 50px;
    background-size: 17px;
  }
}
.header .search label {
  width: 100%;
}
.header .search input {
  width: 100%;
  font: 13px "Poppins Regular";
  padding: 3px 70px 0 20px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  border-radius: 60px;
  background: none;
  transition: 0.3s;
}
@media (min-width: 2000px) {
  .header .search input {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .header .search input {
    height: 50px;
    border-radius: 50px;
    font-size: 12px;
  }
}
.header .search input:focus {
  background: #fff;
  color: #000;
}
.header .search input:focus::placeholder {
  color: #000;
  opacity: 1;
}
.header .search input:focus:-ms-input-placeholder {
  color: #000;
}
.header .search input:focus::-ms-input-placeholder {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .header .search input {
    background: #e01717;
  }
}
.header .search input::placeholder {
  color: #fff;
  opacity: 1;
}
.header .search input:-ms-input-placeholder {
  color: #fff;
}
.header .search input::-ms-input-placeholder {
  color: #fff;
} /*# sourceMappingURL=header.css.map */
