@media only screen and (min-width: 1600px) {
  .main-page-wrapper {
    min-height: 100vh !important;
  }
  .double-image {
    width: max-content;
  }
}

@media only screen and (max-width: 1600px) {
  .img-item p {
    width: 100%;
  }
  .nb-logo {
    transform: translateY(0);
  }

  .nb-logo img.transformX {
    transform: translateX(0);
  }

  .main-page-wrapper {
    padding-top: 150px;
  }

  .cookie-container {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1440px) {
  .prev-content2 {
    margin: 150px auto !important;
  }
}

@media only screen and (max-width: 1280px) {
  .title-prev h2 {
    font-size: 2.5rem;
  }

  .image-wrapper .img-effect-wrapper {
    height: 700px;
  }

  .double-image {
    width: auto;
  }

  .busines-text {
    width: 63%;
  }

  .busines-text h2 {
    font-size: 2.5rem;
    letter-spacing: unset;
    font-weight: unset;
    margin-bottom: 14px;
  }

  .production-slide {
    transform: translate(-50%, 10%);
  }

  .con-title.more-top {
    margin: 0 auto 0;
  }

  .marbel-list-wrapper span:before {
    width: 60%;
  }

  .custom-list-group h2 {
    margin-bottom: unset;
    font-size: 50px;
  }

  .custom-list-group p {
    margin: 18px 0;
  }

  .intro-logo svg {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .intro-title h2 {
    font-size: 16px !important;
  }

  .intro-similator {
    width: 90%;
  }

  .sim-pic {
    width: 38px;
    height: 30px;
  }

  .sim-text {
    font-size: 12px;
  }

  .navbar-list {
    padding-right: 2%;
  }

  .img-item .img-effect {
    width: auto;
  }

  .img-item p {
    width: 100%;
  }

  .text2 {
    text-align: end;
  }

  .text2 p {
    width: 100%;
    text-align: start;
  }

  .extra p {
    width: 100%;
  }

  .yellow {
    height: 460px;
  }

  .adress {
    margin-bottom: 30px;
  }

  .forms h5 {
    margin-bottom: 19px;
    font-size: 1.2rem;
  }

  .iletisim-form input,
  textarea {
    height: 50px;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .adress a,
  .adress p {
    font-size: 12px;
  }

  /*    **********
      PREV-DETIL
      **********  */
  .prev-dail-container {
    margin-bottom: 10rem;
  }

  /*    **********
      END PREV-DETIL
      **********  */
  .prev {
    margin-bottom: 10rem;
  }

  /*    **********
      PRODICTION
      **********  */
  .pro-button {
    width: 100%;
  }

  .works-container {
    width: 80%;
  }

  .mine-container {
    width: 80%;
  }

  /* **********
      MARBEL
 **********  */
  /*     .marbel-title {
            bottom: -68.5%;
        } */
  /* **********
   END-MARBEL
**********  */
  /* **********
   DROPDOWN
**********  */
  .menu-area {
    padding: 60px 20px;
  }

  .motion {
    margin: 0 auto;
  }

  .drop1 {
    left: -619% !important;
  }

  /* **********
   END-DROPDOWN
**********  */
  .grey-footer {
    padding: 0 50px 50px 50px;
  }

  .footer-left-logo {
    transform: translate(-80%) rotate(-90deg);
  }

  .footer-links ul li {
    margin-right: 10px;
  }

  .footer-links ul li a {
    font-size: 0.8rem;
    min-width: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .blog_icerik{
    width: 80% !important;
  }
  .large-text{
    width: 60% !important;
  }
  .works-container {
    flex-direction: column;
    width: 90%;
  }
  .works-item {
    width: 100%;
  }
  .works-item .swiper-slide img {
    display: block;
    width: auto;
    object-fit: cover;
    margin: 5% auto 0% auto;
  }
  .mySwiper_right {
    background: #000 !important;
  }

  .img-item p {
    width: 70%;
  }

  .main-pic-logo {
    top: 30%;
  }

  .navbar-list {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  .motion:first-child {
    margin-left: auto;
  }

  /* **********
HAMBURGER BUTTON
**********  */
  .mobile {
    top: 0;
    /*display: flex;*/
    display: none;
    justify-content: flex-end;
    height: 75px;
    align-items: center;
    position: fixed;
    width: 100%;
  }

  .mobile img {
    display: none;
    max-width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile .hamburger-menu {
    display: inline-block;
    cursor: pointer;
    width: 60px;
    position: relative;
  }

  .hamburger-menu {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
    z-index: 4;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
  }

  /*.hamburger-menu.none-top {*/
  /*  transform: translateY(-100%);*/
  /*}*/

  .bar1,
  .bar2,
  .bar3 {
    height: 2px;
    background-color: white;
    margin: 6px 0;
    transition: 0.5s;
    border-radius: 3px;
  }

  .bar1 {
    width: 36px;
  }

  .bar2 {
    width: 26px;
  }

  .bar3 {
    width: 16px;
  }

  .change .bar1 {
    transform: rotate(-50deg) translate(-8px, 5px) scale(1.2);
    width: 30px;
  }

  .change .bar2 {
    transform: translateX(25px);
    opacity: 0;
  }

  .change .bar3 {
    transform: rotate(45deg) translate(-5px, -4px) scale(1.2);
    width: 30px;
  }

  .mobile-item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3c41;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transform: translateX(-100%);
    z-index: 3;
    display: block;
    overflow-y: auto;
  }

  .gecis {
    transform: translateX(0);
  }

  .mobile-item ::-webkit-scrollbar {
    /* Scrollbar çubuğu */
    /*width: 15px;*/
  }

  .mobile-item ::-webkit-scrollbar-thumb {
    /* Scrollbar */
    /*background-color: #fff !important;*/
    /*width: 15px;*/
  }

  .mobile-item ::-webkit-scrollbar-track {
    /*background: unset;*/
    /*width: 15px;*/
  }

  .mobile-item ::-webkit-scrollbar-thumb {
    /*background-color: #000000b3;*/
  }

  .mobil-logo {
    margin: 30px auto;
    text-align: center;
  }

  .wrapper-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .mobile-list {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .mobile-list li {
    margin: 5px 0;
  }

  .mobile-list li a {
    color: #ddd;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    position: relative;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
  }

  .mobile-social {
    position: absolute;
    bottom: 30px;
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
  }

  .mobile-social svg {
    fill: var(--yellow);
    stroke: var(--yellow);
    width: 30px;
  }

  .mobile-social li {
    margin-right: 15px;
  }

  /* **********
END-HAMBURGER BUTTON
**********  */
  .navbar-menu {
    padding: 15px 20px;
    justify-content: center;
  }

  .nb-logo {
    transform: translateY(-150%);
    width: auto;
    padding-left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
  }

  .navbar-menu .nb-logo.transformY {
    transform: translateY(0);
  }

  .nb-logo img.transformX {
    transform: translateX(0);
  }

  .intro-pic {
    z-index: 0;
  }

  /* .intro-pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
  } */

  .intro-text {
    padding-left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
  }

  .intro-logo {
    display: block;
  }

  .intro-logo {
    margin-bottom: 1.5rem;
  }

  .intro-title h2 {
    margin: 5px 0;
  }

  .intro-title {
    margin-bottom: 1.5rem;
  }

  .intro-title span {
    font-weight: 600;
  }

  .sim-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4.5px;
  }

  .intro-similator {
    border: 2px solid var(--yellow);
    width: max-content;
  }

  .intro-discover {
    padding-left: 0;
    position: unset;
    transform: translateX(0);
    bottom: unset;
    left: unset;
  }

  .intro-discover:hover {
    transform: translate(0, 5px);
  }

  .main-item {
    display: block;
    margin: 0px auto 50px auto;
  }

  .main-text {
    width: 100%;
  }

  .baslik-h span {
    margin-left: 70px;
    margin-bottom: 28px;
    display: inline-block;
  }

  .double {
    margin: 45px 0;
  }

  .custom-list-group,
  .custom-scrollspy-example {
    width: 100%;
    padding-top: 0;
  }

  .main_content {
    width: 85%;
    display: block;
  }

  .img-item .img-effect {
    width: max-content;
  }

  .custom-list-group {
    position: relative;
  }

  .intro-pic img {
    opacity: 0.4;
  }

  .intro-logo svg {
    width: 100%;
  }

  .busines {
    margin: 40px 0;
  }

  .inview {
    display: block;
    width: 85%;
  }

  .busines-img {
    width: 100%;
    text-align: center;
  }

  .busines-img .img-effect,
  .text2 .img-effect {
    margin: 0 auto 10px;
  }

  .busines-text {
    width: 85%;
    margin: 0 auto;
  }

  .busines-text h2 {
    font-size: 2.3rem;
    line-height: 45px;
    margin-top: 15px;
    text-align: center;
  }

  .busines-text .parca p {
    width: 100%;
    line-height: 27px;
    margin-top: 20px;
  }

  .busines-text .parca {
    display: block;
  }

  .image-wrapper .img-text {
    width: 85%;
    transform: translate(-50%, 0%);
  }

  .rectangle {
    padding: 0 40px;
  }

  .white-sec {
    margin: 80px 0;
  }

  /* .con-title.more-top {
    margin: 0 auto 0 30px;
  } */

  .title-prev {
    width: 85%;
  }

  .title-prev h2 {
    margin-bottom: 0;
  }

  .title-cont {
    display: block;
    margin-top: 35px;
  }

  .prev-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .y-f {
    align-items: normal;
  }

  .y2 span {
    top: -40%;
    right: 0;
    font-size: 0.65rem;
  }

  #cerez {
    text-align: center;
  }

  .cerez-wrapper {
    flex-direction: column;
  }

  #cerez p {
    margin-bottom: 0.5rem;
  }

  #cerez button {
    width: max-content;
    margin: 0 auto;
  }

  .footer-left-logo {
    transform: translate(-70%) rotate(-90deg);
  }
  .mobile-footer {
    display: block;
    width: 60%;
  }

  .footer-logo {
    height: auto;
  }

  .footer-logo img {
    width: 80px;
    height: 80px;
  }

  .footer-links {
    margin-top: 4rem;
  }

  .footer-links ul {
    flex-wrap: wrap;
  }

  .footer-links ul li {
    margin-right: 20px;
  }

  .footer-links ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footer-links ul li a {
    min-width: auto;
  }

  .footer-links ul li:last-child {
    margin-left: unset;
    margin-right: 20px;
  }

  .accordion-item {
    background-color: transparent;
    border: unset;
  }

  .accordion-button {
    position: relative;
    padding: 0;
    color: white;
    background-color: transparent;
    margin: 10px 0;
    font-size: 1rem;
    width: auto;
    letter-spacing: 1.5px;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
  }

  .mobil-logo {
    margin: 10px auto;
  }

  .mobil-logo img {
    max-width: 150px;
  }

  .wrapper-list {
    max-height: 350px;
    overflow-y: auto;
  }

  .accordion-container {
    height: fit-content;
  }

  .motion li {
    margin: 5px 0 !important;
  }
  .accordion_cesit {
    color: #dddddd;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    position: relative;
    transition: 0.5s ease-in-out;
    border-bottom: 2px solid #dddddd;
    width: max-content;
    margin: 0 auto 10px;
  }

  .accordion-header.active {
    color: var(--yellow);
    border-color: var(--yellow);
  }

  .accordion-header a.active {
    color: var(--yellow);
  }

  .accordion-icon {
    color: #ddd;
    font-size: 1rem;
  }

  .accordion-icon.active {
    transform: rotate(180deg);
    color: var(--yellow);
  }

  .accordion-body {
    color: white;
    padding: 10px 0 15px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
  }

  .accordion-body h3 {
    font-size: 0.9rem;
    color: #ddd;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #ddd;
    width: max-content;
    margin: 0 auto 10px;
  }

  .accordion-body ul:last-child h3 {
    margin: 0 auto 0;
  }

  .accordion-slide {
    display: none;
  }

  .accordion-slide li {
    margin: 0;
  }

  .traverten li a {
    font-size: 0.8rem;
    color: #ddd;
  }

  /* contact */
  .contt {
    height: 155vh;
  }

  .adress h5 {
    font-size: 1rem;
  }

  .forms h5 {
    font-size: 1rem;
  }

  .inner-logo {
    transform: translateX(-50%);
    left: 50%;
    margin-top: 14px;
  }

  .contact {
    flex-direction: column;
  }

  .cont-item {
    width: 100%;
    margin: 30px 0;
  }

  .cont-item:last-child {
    margin-top: 0;
  }

  /* .con-title {
    margin: 10px auto;
  } */

  /* end-contact */
  /* history */
  .history {
    position: relative;
    height: 80vh;
  }

  .hood {
    position: unset;
    margin: 5rem auto 0;
    transform: translate(0, 0);
  }

  .yellow {
    height: 370px;
  }

  .history-part1 {
    margin: 75px auto;
  }

  .history-text {
    flex-direction: column;
  }

  .text1,
  .text2 {
    width: 100%;
  }

  .text2 {
    text-align: center;
  }

  .text2 p {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .text3 {
    flex-direction: column;
  }

  .extra {
    width: 100%;
    margin-bottom: 20px;
  }

  .text1 .busines-img {
    margin-bottom: 40px;
  }

  .extra:last-child {
    padding-left: 0;
  }

  .marbel-title {
    flex-direction: column;
  }

  .marbel-list {
    margin: 2rem 0;
  }

  /* end history */
  /* PREV */
  .prev-header {
    height: 47vh;
  }

  .close-prev1 {
    display: none !important;
  }

  .close-prev2 {
    /*display: flex !important;*/
  }

  .prev {
    transform: translateY(-7rem);
  }

  .prev-content {
    width: 85%;
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    margin: 60px auto;
    flex-direction: column;
  }

  .prev-content2 {
    width: 85%;
  }

  /* end PREV */
  /* end PREV-detail */
  .prev-dail-container {
    width: 85%;
    margin-bottom: 5rem;
  }

  .pd-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 50px;
    transform: translateY(0);
  }

  .pd-item.text {
    margin-top: -10rem;
  }

  .pd-item.img {
    transform: translateY(-15rem);
  }

  .pd-item h2 {
    padding-top: unset;
    margin-bottom: 100px;
  }

  /* end PREV-detail */
  /* end production */
  .production-header {
    height: 80vh;
  }

  .production-slide {
    position: unset;
    margin: 5rem auto 0;
    transform: translate(0, 0);
  }

  .production-slide h1 {
    margin-bottom: 2rem;
  }

  .works-container {
    margin: 70px auto;
    /*flex-direction: column;*/
  }

  /* end production */
  .marble-header {
    height: 130vh;
  }
}

@media only screen and (max-width: 768px) {
  .large-text{
    width: 100% !important;
  }
  .p_left{
    padding-left: 30px !important;
  }
  .text_area_up::before{
    border: none;
  }
  .footer-item{
    align-items: center!important;
  }
  .top-content{
    flex-direction: column !important;
  }
  /*.reverse{*/
  /*  flex-direction: column-reverse !important;*/
  /*}*/
  .top-content img{
    width: 100% !important;
  }
  .footer-item{
    flex-direction: column;
  }
  .abone_form,.footer-text{
    margin: 20px 0px;
  }
  .double-image {
    width: max-content;
  }
  .main-pic p {
    width: 100%;
    font-size: 14px;
  }
  .logo-ce {
    display: none;
  }
  rect {
    display: none;
  }
  .intro-title {
    margin-top: 10% !important;
  }
  .sertifika_wrapper{
    width: 90%;
    height: 60%;
  }
  .sertifika{
    left: 0 !important;
    width: 100%;
    height: 80%;
  }
  .timeline_res{
    flex-flow: column;
    height: 800px;
  }
}

@media only screen and (max-width: 500px) {
  .mySwiperTimeline .swiper-slide-active{
    font-size: 40px;
  }
  .twoSwiperTimeline .swiper-slide-active{
    font-size: 15px;
  }
  .blog_icerik{
    width: 100% !important;
  }
  .abone_form{
    display: flex;
    flex-direction: column !important;
  }
  .s1{
    width: 100% !important;
  }
  .img-effect.active .img-effect-wrapper{
    width: 100% !important;
  }
  .kresim{
      padding: 0;
  }
  .img-item p{
    font-size: 15px;
  }
  .img-item p::after{
    top: 10px;
  }
  .sertifika_wrapper{
    height: 40%;
  }
  .sertifika{
    width: 100%;
    height: 75%;
    padding: 0;
  }
  .works-item .swiper-slide img {
    width: 100%;
    margin-top: 5%;
  }
  .page-intro {
    height: 650px !important;
  }
  .intro-similator {
    margin: 15% auto 5% auto;
  }
  .intro-title {
    margin-top: 20% !important;
  }
  .main-page-wrapper {
    min-height: 40vh !important;
  }
  .img-item p {
    width: 100%;
  }
  .intro-text {
    justify-content: center;
  }
  .navbar-menu {
    justify-content: normal;
    height: 70px;
  }
  .nb-logo img {
    width: 80%;
  }
  .mobile-social svg {
    width: 22px;
  }
  .main-top {
    width: 90%;
  }
  .double {
    margin: 15px 0 45px;
  }
  .double-image {
    width: auto;
  }
  .double-image a {
    padding: 10px;
  }
  .double p {
    width: 100%;
  }
  .maini {
    width: 90%;
    margin: 0 auto;
  }
  .baslik-h span {
    margin-left: 80px;
  }
  .main-pic p {
    bottom: 10%;
    font-size: 10px;
    width: 100%;
  }

  .main_content {
    width: 90%;
  }

  .custom-list-group {
    margin-bottom: 50px;
  }

  .custom-list-group a.active {
    padding-left: 60px;
    font-weight: bold;
  }
  .custom-list-group a.active:after {
    display: none;
  }
  .inview {
    width: 90%;
  }
  .busines-text {
    width: 100%;
  }
  .image-wrapper .img-text {
    top: 50%;
    transform: translate(-50%, -50%) !important;
    font-size: 14px;
    width: 90%;
  }
  .image-wrapper .img-text img {
    max-width: 200px;
  }
  .image-wrapper {
    margin: 0;
  }
  .title-prev {
    width: 90%;
  }
  .marbel-list-wrapper {
    padding: 10px;
    width: 100%;
  }
  .marbel-list-wrapper span {
    font-size: 0.8rem;
  }
  .marbel-slide .list-material-icon {
    margin-right: 10px;
  }
  .marbel-slide .list-material-icon img {
    max-width: 30px;
  }

  .white-sec {
    margin: 40px 0;
  }
  .pd-item .img-effect {
    width: auto;
  }

  .footer {
    background-color: #48494b;
  }

  .footer-logo {
    justify-content: space-evenly;
    padding: 0 20px;
    margin-bottom: 1rem;
  }

  .footer-logo img {
    width: 50px;
    height: 50px;
  }

  .footer-wrapper {
    width: 100%;
    margin: 0;
  }

  .footer-celikkol-image {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer-celikkol-image img {
    max-width: 250px;
  }

  .grey-footer {
    padding: 50px 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .grey-footer:before {
    display: none;
  }

  .footer-item {
    flex-direction: column;
  }

  .footer-text h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .footer-text p {
    width: 150px;
    margin: 0 auto;
  }

  .footer-links {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .footer-links ul {
    flex-direction: column;
  }

  .footer-links ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-links ul li a {
    font-size: 1rem;
    padding: 5px 0;
    border-top: 0;
  }

  .footer-links ul li a:after {
    display: none;
  }

  .footer-bottom {
    padding: 0 0 20px;
  }

  .y-f {
    width: 90%;
    border-bottom: none;
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .y2 {
    display: block;
    margin-top: 1.2rem;
  }

  .y2 span {
    top: -60%;
  }

  .y2 a {
    display: flex;
    justify-content: flex-end;
  }

  .y2::before {
    width: 175px;
  }

  .y2 img {
    width: 35%;
  }

  .hood {
    width: 90%;
  }

  .history-part1 {
    margin: 40px auto;
  }

  .history-text {
    margin: 0 auto;
    width: 90%;
  }

  .text1 h1 {
    font-size: 1.2rem;
    line-height: inherit;
    margin-bottom: 40px;
  }

  .production-slide {
    width: 90%;
    padding-bottom: 2rem;
  }

  .prodouct {
    margin: 50px 0 0 0;
  }

  .scroll {
    padding: 10px 0;
  }

  .img-item .img-effect {
    width: 100%;
  }

  .custom-list-group span {
    margin-bottom: 20px;
  }

  .custom-list-group span::after {
    width: 100%;
    left: -10%;
  }

  .production-header {
    height: 65vh;
  }

  .contt {
    height: 130vh;
  }

  .pos {
    bottom: 1%;
  }

  .prev-item img {
    width: 100%;
  }

  .con-title {
    font-size: 0.75rem;
    width: 90%;
    margin: 0 0 0 5%;
  }

  .con-title::before {
    position: unset;
    width: 10%;
    display: inline-block;
    margin-right: 10px;
  }

  .marbel-title {
    margin: 5rem auto 0;
    width: 90%;
  }

  .marbel-text p {
    font-size: 0.65rem;
  }

  .marbel-text h4 {
    font-size: 0.8rem;
    padding: 0 10px;
  }

  .marbel-slide td {
    font-size: 0.65rem;
    height: auto;
    padding: 10px;
  }

  .marbel-slide th {
    font-size: 0.65rem;
    height: auto;
    padding: 10px;
  }

  .marbel-slide tr.tr1 td {
    padding: 10px;
  }

  .marbel-slide tr.tr1 td p span {
    font-size: 0.65rem !important;
  }

  .marbel-title-icon {
    margin: 0;
  }

  .marbel-status-icon {
    margin: 0;
    text-align: right;
  }

  .marbel-status-icon svg {
    width: 25px;
  }

  .main-page-wrapper {
    padding-top: 100px;
    min-height: 70vh;
    padding-bottom: 30px;
  }

  .cookie-container {
    padding-top: 100px;
  }

  .right-content {
    width: 90%;
  }

  #cerez {
    font-size: 0.8rem;
  }

  .cerez-wrapper {
    padding: 10px;
  }

  #cerez p {
    width: 90%;
  }

  .main-page-wrapper.h-low {
    min-height: 40vh;
  }

  .main-page-wrapper.h-xlow {
    min-height: 20vh;
  }

  .yellow {
    height: 250px;
  }

  .pro-button {
    position: unset;
    margin-top: 1rem;
    justify-content: center;
    transform: translateX(0);
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-color: #48494b;
  }

  .swiper-button-prev {
    margin-right: 1rem;
  }

  .swiper-button-next {
    margin-left: 1rem;
  }

  .prev {
    transform: translateY(0);
    margin-bottom: 0;
  }

  .prev-title {
    width: 90%;
    padding-bottom: 2rem;
  }

  .prev-content2 {
    flex-direction: column;
    width: 90%;
  }

  .prev-text {
    width: 100%;
    margin: 60px auto;
  }

  .prev-dail-container {
    flex-direction: column;
    margin-top: 5rem;
    width: 90%;
  }

  .pd-item.img {
    transform: translateY(0);
    margin-right: 0;
  }

  .pd-item.text {
    margin-top: 0;
  }

  .pd-item h2 {
    color: var(--yellow);
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .double-image a {
    transform: translate(-50%, -100%);
  }

  .double-image a:before {
    transform: translateY(0);
  }

  .works-container {
    flex-direction: column;
    width: 90%;
  }

  .works-item {
    width: 100%;
  }

  .mine-container {
    flex-direction: column;
    width: 90%;
  }

  .mine-item {
    width: 100%;
  }

  .marbel-container {
    padding: 50px 0;
    row-gap: 50px;
    width: 90%;
  }

  .marbel-item {
    width: 100%;
    padding-top: 100%;
  }

  .contact {
    margin: 0 auto;
    width: 90%;
  }

  .iletisim-form input,
  textarea {
    font-size: 16px;
  }

  .cookie-select {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .sertifika_wrapper{
    height: 30%;
  }
  .main-page-wrapper {
    min-height: 30vh !important;
  }
  .navbar-menu {
    height: 70px;
  }
  .yellow {
    height: 340px;
  }
  .y2::before {
    display: none;
  }
  .y2 span {
    top: -100%;
  }
  .production-header {
    height: 72vh;
  }
  .contt {
    height: 145vh;
  }
}