@media (max-width: 1200px) {
.title {margin: 30px 50px 30px;}
.title .thin, .title .bold {font-size: 30px;line-height: 40px;}
.header {width: calc(100% - 100px);padding: 20px 50px 0;}
.header .menu .top-sec {padding: 10px 0 10px;}
.tabs button {font-size: 12px;}
.gallery {justify-content: flex-start;}
.sec {display: flex;padding: 0 50px;}
.grid {padding: 0 50px;}
.tabs {gap: 10px;}
.grid {
        grid-template-columns: 1fr 1fr;
      }
}
@media (max-width: 900px) {
  .header {width: calc(100% - 100px);padding: 20px 50px 0;}
  .sec, .grid {flex-direction: column;padding: 0 50px;}
  .grid {padding: 0 50px;}
  .menu {width: 100%;}
  .sec .details {width: 100%;}
}
@media (max-width: 768px) {
  .header {width: calc(100% - 100px);padding: 20px 50px 0;}
  .sec, .grid {flex-direction: column;padding: 0 15px;}
  .grid {padding: 0 15px;}

  .sec .details {width: 100%;}
  .grid {
        grid-template-columns: 1fr 1fr;
      }

      .grid-item.full-width {
        grid-column: span 1;
      }
      .menu {width: 100%;}
}
@media (max-width: 600px) {
.menu {width: 100%}
.header, .header .menu .top-sec {justify-content: center;}
.menu {width: 100%;}
}
@media (max-width: 600px) {
  
  .gallery-item {
    width: calc(50% - 6px); /* 2 per row */
  }
  .header .logo {
    width: calc(100% - 15px);
    text-align: center;}
     .header .logo img {max-width: 80%; width: auto;}

    .header {
        padding: 20px 15px 0;
    width: calc(100% - 30px);}
    .header .menu {width: 100%;}
    .header .menu .top-sec {display: flex;justify-content: space-between;}
    .tabs {display: flex;justify-content: center;flex-wrap: wrap;}
    .title .thin, .title .bold {font-size: 28px;line-height: 26px;}
    .title {margin: 0px 15px 20px;padding-left: 10px;}
    footer .sec01 {justify-content: space-between;padding-bottom: 0;}
    footer { padding: 0 15px 30px;margin-top: 40px !important;}

    }

 @media (max-width: 480px) {
.header .menu .top-sec {flex-direction: column;}
.gallery-item {width: calc(100% - 30px);margin: 10px 15px 0;}
.title {margin: 0px 15px 10px;padding-left: 10px;}
.tabs, .header .menu .top-sec {row-gap: 5px;column-gap: 10px;}
footer .sec01 {justify-content: space-between; padding-bottom: 0;}
footer .sec01 .gototop img {width: 30px;}
footer .sec01 .gototop div {font-size: 14px;}
footer .sec01 .logo {width: 40px;}
.copy {font-size: 12px;}
.header .logo {text-align: center;}
.header .logo img {width: 70%;}
}