.bg-special-alt {
  background-color: #0f1923;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -1rem;
  padding: 0.25rem 1rem;
  background: linear-gradient(
    to left bottom,
    transparent 0.3rem,
    #0f1923 0.4rem
  );
}

.bg-header {
  background-color: #ece8e1;
}

.bg-header .bg-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  z-index: 999;
  position: relative;
  color: #fff;
}


.bg-container .text {
  border-top: 2px solid #ece8e1;
}
.bg-container .text p {
  font-size: 0.75rem;
}

.bg-container .photo {
  border-top: 2px solid #ece8e1;
  position: relative;
}
.bg-container .photo::after {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #62b01a;
}
.bg-container .photo::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  border-color: transparent #ece8e1 #ece8e1 transparent;
  border-style: solid;
  border-width: 0.6rem;
  width: 0px;
  height: 0px;

  transform: rotate(90deg);
}

.bg-container .text h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04rem;
}

.bg-container .text h2,
.bg-container .text p {
  width: 70%;
}

.bg-container::before {
  content: "";
  width: 100%;
  height: 24rem;
  background-color: #62b01a;
  top: 0;
  left: -30%;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 700px) {
  .bg-header .bg-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    z-index: 999;
    position: relative;
    color: #fff;
  }
  .bg-container .text {
    border-top: none;
    padding: 1rem;
  }

  .bg-container .photo {
    border-top: none;
    position: relative;
  }
  .bg-container::before {
    content: "";
    width: 100%;
    height: 34rem;
    background-color: #ae00ff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  .bg-container .photo img {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .bg-header .bg-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    z-index: 999;
    position: relative;
    color: #fff;
  }
  .bg-container .text {
    border-top: none;
    padding: 1rem;
  }

  .bg-container .photo {
    border-top: none;
    position: relative;
  }
  .bg-container::before {
    content: "";
    width: 100%;
    height: 34rem;
    background-color: #ae00ff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  .bg-container .photo img {
    width: 100%;
  }
}

#bg-video::after {
  content: "Oynanış";
  position: absolute;
  top: 2rem;
  left: -1rem;
  padding: 0.25rem 0.75rem;
  color: #ece8e1;
  font-weight: bold;
  background-color: #ae00ff !important;
  z-index: 999;
}

#bg-video-section {
  background-color: #ece8e1;
  position: relative;
  padding-bottom: 4rem;
}
#bg-video-section .title {
  display: flex;
}

#bg-video-section .title h1 {
  color: #000;
  font-size: 6rem;
  text-align: left;
  width: 100%;
  padding-left: 14rem;
}
#bg-video-section .title span {
  position: absolute;
  top: 2rem;
  right: 1rem;
  color: red;
  border-bottom: 4px solid red;
}
#bg-video-section .midside {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
#bg-video-section .midside .bg-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bg-video-section .midside .bg-text p {
  width: 50%;
}

#bg-video {
  width: 40%;
  position: relative;
  margin-right: 2rem;
}

@media screen and (max-width: 680px) {
  #bg-video-section .title span {
    display: none;
  }
  #bg-video-section .midside {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
  }
  #bg-video-section .midside .bg-text {
    width: 100%;
  }
  #bg-video-section .midside .bg-text p {
    width: 100%;
    padding: 1rem;
  }
  #bg-video {
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #bg-video-section .title h1 {
    padding-left: 1rem;
    font-size: 3rem;
  }
}

#bg-ajan-section {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-image: url("../../../../../20240315120501im_/https_/milasmt2.com/assets/img/milas/ajan1920.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  height: 1080px !important;
}

@media screen and (min-width: 1920px) and (max-width: 3200px) {
  #bg-ajan-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
    background-image: url("../../../../../20240315120500im_/https_/milasmt2.com/assets/img/milas/ajan2k.html");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 1440px !important;
  }
}
@media screen and (min-width: 3201px) and (max-width: 4000px) {
  #bg-ajan-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
    background-image: url("../../../../../20240315120500im_/https_/milasmt2.com/assets/img/milas/ajan4k.html");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 2160px !important;
  }
}

#bg-ajan-section .left-side {
  width: 50%;
  display: none;
  justify-content: flex-end;
}

#bg-ajan-section .left-side img {
  width: 80%;
}

#bg-ajan-section .right-side {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#bg-ajan-section .right-side .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 1rem;
}

#bg-ajan-section .right-side .text h2 {
  color: #fff;
  font-size: 6rem;
  margin-top: 2.5rem;
}

#bg-ajan-section .right-side .text .title {
  font-weight: 600;
  font-size: 1.5rem;
  width: 50%;
}

#bg-ajan-section .right-side .text p {
  width: 50%;
}

#bg-ajan-section .right-side .text .btn2 {
  align-self: center;
}
.btn3__content {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

#bg-ajan-section .right-side .text .btn2__inner {
  background-color: #fff !important;
  color: black;
}

#bg-ajan-section .right-side .text .btn2__inner:hover {
  background-color: #0f1923;
  color: #fff;
}



/* #bg-ajan-section::before {
  content: "";
  width: 6rem;
  height: 1rem;
  position: absolute;
  z-index: 999;
  top: -1rem;
  right: 0;
  border-bottom: 0.5rem solid #4a1a21;
} */

#bg-ajan-section::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 999;
  left: 0;
  top: -4rem;
  border-color: transparent #0f0e11 #0f0e11 transparent;
  border-style: solid;
  border-width: 2rem;
  width: 0px;
  height: 0px;

  transform: rotate(90deg);
}

@media screen and (max-width: 680px) {
  #bg-ajan-section::before {
    display: none;
  }
  #bg-logo{
    margin-left: -1rem;
  }
  
  #bg-ajan-section::after {
    display: none;
  }
  #bg-ajan-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
    background-image: url("../../../../../20240315120500im_/https_/milasmt2.com/assets/img/milas/ajanmobil.html");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 1219px;
    max-height: 1219px;
  }
  #bg-ajan-section .left-side {
    width: 100%;
    display: flex;
  }

  #bg-ajan-section .left-side img {
    width: 100%;
  }

  #bg-ajan-section .right-side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.5rem;
  }

  #bg-ajan-section .right-side .text .btn2 {
    position: relative;
    top: 2rem;
    left: 0;
  }
  #bg-ajan-section .right-side .text h2 {
    font-size: 3rem;
  }
  #bg-ajan-section .right-side .text .title {
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;
  }

  #bg-ajan-section .right-side .text p {
    width: 75%;
  }
  .btn3__content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  #bg-ajan-section::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -4rem;
    border-color: transparent #4a1a21 #4a1a21 transparent;
    border-style: solid;
    border-width: 2rem;
    width: 0px;
    height: 0px;

    transform: rotate(90deg);
  }
}

@media screen and (min-width: 681px) and (max-width: 1600px) {
  #bg-ajan-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
    background-image: url("../../../../../20240315120501im_/https_/milasmt2.com/assets/img/milas/ajan1920.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  #bg-ajan-section .left-side {
    width: 100%;
    display: flex;
  }

  #bg-ajan-section .left-side img {
    width: 100%;
  }

  #bg-ajan-section .right-side {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.5rem;
  }

  #bg-ajan-section .right-side .text .btn2 {
    position: relative;
    top: 2rem;
    left: 0;
  }
  #bg-ajan-section .right-side .text h2 {
    font-size: 3rem;
  }
  #bg-ajan-section .right-side .text .title {
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;
  }

  #bg-ajan-section .right-side .text p {
    width: 75%;
  }
  .btn3__content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  #bg-ajan-section::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -4rem;
    border-color: transparent #4a1a21 #4a1a21 transparent;
    border-style: solid;
    border-width: 2rem;
    width: 0px;
    height: 0px;

    transform: rotate(90deg);
  }
}

#bg-harita {
  background-image: url("../../../../../20240315120501im_/https_/milasmt2.com/assets/img/milas/mapbil.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  color: #aaa;
  min-height: 1080px;
  max-height: 1080px;
}

@media screen and (min-width: 1920px) and (max-width: 3200px) {
  #bg-harita {
    background-image: url("../../../../../20240315120500im_/https_/milasmt2.com/assets/img/milas/mapbil2k.html");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #aaa;
    min-height: 1440px;
    max-height: 1440px;
  }
}
@media screen and (min-width: 3201px) and (max-width: 4000px) {
  #bg-harita {
    background-image: url("../../../../../20240315120500im_/https_/milasmt2.com/assets/img/milas/mapbil4k.html");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #aaa;
    min-height: 2160px;
    max-height: 2160px;
  }
}
#bg-harita-image {
  display: none;
}

#bg-harita .bg-contain {
  width: 100%;
  height: 100%;
}

#bg-harita .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 1rem;
  margin-left: 8rem;
  padding-top: 12rem;
}

#bg-harita .text h2 {
  font-size: 6rem;
  width: 50%;
  line-height: 5.5rem;
}

#bg-harita .text p {
  width: 50%;
}

#bg-harita .text .btn2 {
  width: max-content;
}

@media screen and (max-width: 680px) {
  #bg-harita {
    background-image: none;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #aaa;
    height: max-content;
    display: block;
    position: relative;
    min-height: 1458px;
  }

  #bg-harita .bg-contain {
    width: 100%;
    height: 100%;
  }
  #bg-harita-image {
    display: block;
    position: relative;
  }

  #bg-harita-image img {
    width: 100%;
    height: 1041px;
  }

  #bg-harita .text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-left: 0;
    top: 0;
    position: relative;
    background-color: #ece8e1;
  }
  #bg-harita .text p {
    width: 100%;
  }
  #bg-harita .text .btn2 {
    width: max-content;
  }
  #bg-harita .text h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}

#bg-footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0rem;
  background-color: #0a0a0a;
}

#bg-footer a {
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

#bg-footer a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 680px) {
  #bg-footer {
    flex-direction: column;
    align-items: center;
  }
}

.filter-item.active {
  text-decoration: underline;
  color: black !important;
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid black;
}

#bg-download-line::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 100%;
  border-left: 1px solid #ffffff50;
  border-right: 1px solid #ffffff50;
  left: 6rem;
  top: 0;
}

#bg-download-container::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 100%;
  border-top: 1px solid #ffffff50;
  left: 20%;
  top: 20%;
}

#bg-download-h1 {
  text-align: left;
  font-size: 9rem !important;
  font-family: tungsten;
  color: #ffffffd6 !important;
}

#bg-download-button {
  width: 20%;
  min-width: max-content;
}

#bg-download-section {
  min-height: 80vh;
}

@media screen and (max-width: 680px) {
  #bg-download-h1 {
    text-align: left;
    font-size: 6rem !important;
    font-family: tungsten;
    color: #ffffffd6 !important;
    margin-left: -6.5rem;
  }
  #bg-download-button {
    width: 140%;
    margin-left: -6.5rem;
  }

  #bg-download-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ffffff50;
    border-right: 1px solid #ffffff50;
    left: 1rem;
    top: 0;
  }

  #bg-download-container::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    border-top: 1px solid #ffffff50;
    left: 20%;
    top: 20%;
    display: none;
  }
  #bg-download-section {
    min-height: 60vh;
  }
}

#bg-navbar > li,
#bg-navbar ul > li {
  padding: 1rem;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
#bg-navbar ul > li > a {
  margin-top: -5px;
}
#earn-money {
  margin-top: -3px;
}

#bg-navbar > li > a,
#bg-navbar ul > li > a {
  padding: 0.25rem 0.5rem;
  font-family: poppins !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

#bg-navbar > li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.7rem;
}

#bg-navbar > li:hover {
  border-bottom: 4px solid #62b01a;
}

#bg-news {
  display: flex;
}
#bg-news:hover #bg-news-i {
  transform: translateX(0.5rem) !important;
  transition: all 500ms linear;
}

#bg-bizimadimiz {
  width: 70% !important;
  font-size: 7rem !important;
  line-height: 6rem;
  margin-top: 4rem;

}

@media screen and(max-width:680px) {
  #bg-bizimadimiz {
    width: 70% !important;
    font-size: 5rem !important;
    line-height: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width:681px) and (max-width:880px) {
  #bg-bizimadimiz {
    width: 70% !important;
    font-size: 6rem !important;
    line-height: 5rem;
    margin-top: 4rem;
  }
}

/* #bg-bizimadimiz::after{
    content: "";
    width: 80%;
    height: 1rem;
    border-bottom: .02rem solid black;
    position: absolute;
    top: 2rem;
    left: 5rem;
}
#bg-bizimadimiz::before{
    content: "";
    width: 1rem;
    height: 120%;
    border-left: .02rem solid black;
    position: absolute;
    top: 0rem;
    left: 4rem;
} */

#bg-bizimadimizspan {
  margin-top: 5rem;
  margin-right: 6rem;
  font-size: 0.5rem;
}

#bg-buyuk-acilis {
  background-image: url("assets/img/milas/banner-masa.png");
  background-size: 100% 100%;
  background-position: top;
  min-height: 1080px;
  max-height: 1080px;
}
#bg-buyuk-acilis-text {
  margin-top: 3rem;
  margin-left:-12rem;
}

@media screen and (min-width: 1921px) and (max-width: 3200px) {
  #bg-buyuk-acilis {
    background-image: url("assets/img/milas/banner2k.html");
    background-size: 100% 100%;
    background-position: top;
    min-height: 1440px !important;
    max-height: 1440px !important;
  }
}
@media screen and (min-width: 3201px) and (max-width: 3840px) {
  #bg-buyuk-acilis {
    background-image: url("assets/img/milas/banner4k.html");
    background-size: 100% 100%;
    background-position: top;
    min-height: 2160px !important;
    max-height: 2160px !important;
  }
}

@media screen and (max-width: 680px) {
  #bg-buyuk-acilis {
    background-image: url("assets/img/milas/banner-mobil.html");
    background-size: 100%;
    background-position: top;
  }
  #bg-buyuk-acilis-text {
    margin-top: -16rem;
    margin-left: 0rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
  #bg-buyuk-acilis {
    background-image: url("assets/img/milas/banner-mobil.html");
    background-size: 100% 100%;
    background-position: top;
    min-height: 1260px !important;
    max-height: 1260px !important;
  }
  #bg-buyuk-acilis-text {
    margin-top: -4rem;
    margin-left: -6rem;
  }
}

@media screen and (max-width: 680px) {
  #bg-footer-relative {
    display: block;
    position: relative;
  }
}

@media screen and (min-width: 681px) and (max-width: 1600px) {
  #bg-footer-relative {
    display: block;
    position: relative;
    margin-top: 0rem;
  }
}

#bg-dropdown {
  margin-left: -2rem;
  background-color: #000;
  padding: 0 !important;
}

#bg-dropdown li {
  padding: 0.5rem !important;
}

#bg-dropdown li a {
  color: #fff;
  transition: all 200ms linear;
}

#bg-dropdown li a:hover {
  color: #62b01a;
}

@media screen and (max-width: 680px) {
  #bg-dropdown-ul {
    width: 100%;
    display: block;
  }
  #bg-navbar > ul > li:hover {
    border-bottom: 4px solid #62b01a;
  }
}

#bg-hemen-oyna {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.bg-hemen-span {
  margin: 0rem 4rem;
}

@media screen and (max-width: 680px) {
  #bg-hemen-oyna {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
  }
  .bg-hemen-span {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 12:05:00 Mar 15, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:14:15 Jul 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.814
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.015
  esindex: 0.015
  cdx.remote: 22.683
  LoadShardBlock: 324.302 (3)
  PetaboxLoader3.datanode: 196.167 (5)
  PetaboxLoader3.resolve: 613.516 (3)
  load_resource: 549.079 (2)
*/