@media screen and (max-width: 1000px) {
  .slider {
    height: 518px;
  }
  .slider-main {
    height: 418px;
  }
  .navbar-brand img {
    height: 37px;
  }
  .slider-main-text h2 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .mobile-search {
    font-size: 20px;
    color: white;
    display: block !important;
    margin-top: 4px;
  }
  .navbar-collapse {
    height: 100vh;
    width: 100%;
    display: block;
  }
  #mobile-menu {
    flex-direction: column;
    justify-content: space-evenly;
  }
  #mobile-menu.show {
    display: flex !important;
  }
  .mobile-footer {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .navbar-nav {
    width: 100%;
  }
  .nav-link {
    text-align: center;
    padding: 13px 0;
  }
  .home-about {
  }
  .home-about-img {
    padding: 0;
  }
  .home-about-img img {
    height: 344px;
  }
  .home-about-text {
    padding: 0 15px;
  }
  .home-about-text h2 {
    color: #fafafa;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-transform: uppercase;
    margin: 21px 0;
  }
  .home-isleyis div.row {
  }
  .home-isleyis-header {
    height: auto;
  }
  .home-isleyis-div {
    width: calc(100% - 40px);
    border: 1px solid #262626;
    margin: 20px;
    padding: 20px;
    height: 370px;
  }
  .kurulum-bottom {
    height: auto;
  }
  .home-isleyis-header img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .home-isleyis-header h3 {
    color: #fafafa;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 107.143% */
    text-transform: uppercase;
  }
  .home-tanitim {
  }
  .home-tanitim-img {
    padding: 0;
  }
  .home-tanitim-img img {
    height: auto;
    padding: 0;
  }
  .home-tanitim-text {
    padding: 0 15px;
  }
  .home-tanitim-text h2 {
    color: #fafafa;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-transform: uppercase;
    margin: 21px 0;
  }
  .home-parallax {
    height: auto;
  }
  .home-parallax .bg {
    position: relative;
    height: 50vh;
  }
  .home-parallax-detail {
  }

  .home-parallax h3 {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto;
  }
  .home-destek {
  }
  .home-destek-img {
    padding: 0;
  }
  .home-destek-img img {
    height: auto;
    padding: 0;
  }
  .home-destek-text {
    padding: 0 15px;
  }
  .home-destek-text h2 {
    color: #fafafa;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-transform: uppercase;
    margin: 21px 0;
  }
  .deger-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about-map-footer {
    height: 186px;
  }
  .about-map-footer-text-header {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.006px; /* 59.393% */
  }
  .about-map-footer-text-footer {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
  }
  .about-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
  }
  footer .nav-link {
    text-align: left !important;
  }
  .page-title {
    color: #fff;
    text-align: center;
    font-family: Barlow;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 225% */
  }
  .footer-contact i {
    font-size: 14px;
  }
  .about-area {
    padding: 0px;
  }
  .page-image,
  .page-content-detail img {
    margin: 15px !important;
    max-width: calc(100vw - 30px) !important;
    float: inherit !important;
    height: auto !important;
  }
  .page-content-detail p img {
    margin: 0px !important;
    margin-bottom: 10px !important;
  }
  .mobile-footer {
    list-style-type: none;
  }
  .lang::marker {
    display: none;
  }

  #mobile-menu ul {
    padding-left: 0 !important;
  }
  .contact h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .address-detail {
    gap: 10px;
    padding-bottom: 20px;
  }
  .footer-bottom p {
    color: var(--base_white);
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  .mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }

  .bottom-btn {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
  }

  .bottom-btn:hover {
    opacity: 0.8;
  }

  .bottom-btn-divider {
    height: 50px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 10px;
  }

  .bottom-btn img {
    height: 40px;
  }
}
