/* 4k */
@media (min-width: 3000px) {
  .sectionContainer .header {
    font-size: 7.5rem;
  }
  .sectionContainer .header spam {
    font-size: 1.75rem;
  }
  .bannerSection .TextlogoCont {
    width: 26vw;
  }
  .bannerSection .navLinks a {
    font-size: 2.25rem;
  }
  .bannerSection .slogan p {
    font-size: 7.5rem;
  }
}
/* 1366x768 */
@media (max-width: 1366px) {
  .bannerSection .slogan p {
    font-size: 3.125rem;
  }
  .bannerSection .arrow .line {
    width: 150px;
  }
  .bannerSection .triangleContainer {
    width: 75px;
    height: 75px;
  }
  .aboutusSection .numbText a {
    font-size: 2.1875rem;
  }
  .aboutusSection p,
  .tilesPage p,
  .applicationsPage p,
  .legacyPage p {
    font-size: 1.125rem;
  }
  .middleLine {
    height: 15vh;
  }
  .categorySection .itemFooterName {
    font-size: 1.5rem;
  }
  .marbelSection .textCont text,
  .marbelSection .textCont span {
    font-size: 1.8rem;
  }
  .projectSection .desc,
  .projectSection .index {
    font-size: 0.75rem;
  }
  .projectSection .title {
    font-size: 2.625rem;
  }
  .projectSection .subtitle {
    font-size: 1.5rem;
  }
  .footerContainer .center button {
    width: calc((60vw - 40px) / 3);
  }
  .applicationsPage .item label {
    font-size: 1.5rem;
  }
  .applicationsPage .item span {
    font-family: FuturaBT-Light;
    font-size: 5rem;
    color: #b1adad;
    text-transform: uppercase;
  }
  .applicationsPage .item:hover span {
    font-size: 3.5rem;
  }
  .applicationsPage .desc {
    font-size: 1.2rem;
  }
  .contactusPage .contact-text {
    font-size: 1.8rem;
  }
  .legacyPage .doubleTxtCont .txtCont {
    font-size: 1.4rem;
    line-height: 1;
  }
  .legacyPage .text-container .id {
    font-size: 2.2rem;
  }
  .legacyPage .text-container span {
    font-size: 1.5rem;
  }
  .legacyPage .desc {
    font-size: 1.2rem;
    line-height: 1;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .menu-icon {
    display: block;
    cursor: pointer;
    font-size: 2rem;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
    color: #fff;
  }
  .navLinks {
    flex-direction: column;
  }
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 9;
    overflow-y: auto;
    padding-top: 6vh;
  }
  .mobile-nav .navbar {
    padding: 0;
    margin: 0;
    width: 50vw;
  }
  .mobile-nav .navLinks {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-nav .navLinks li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #fff;
  }
  .mobile-nav .navLinks li a:hover {
    background-color: #f5f5f5;
  }
  .sectionContainer .header {
    font-size: 3rem;
  }
  .bannerSection {
    color: #fff;
  }
  .bannerSection .TextlogoCont {
    width: 40vw;
  }
  .bannerSection .logoCont {
    margin: 8vh 0;
    height: 15vh;
  }
  .bannerSection .slogan p {
    font-size: 1.875rem;
  }
  .bannerSection .arrow .line {
    width: 50px;
  }
  .bannerSection .triangleContainer {
    width: 50px;
    height: 50px;
  }
  .aboutusSection p,
  .tilesPage p,
  .applicationsPage p,
  .legacyPage .mainText {
    width: 90%;
    font-size: 1rem;
  }
  .aboutusSection .numbTextCont {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    gap: 50px;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .aboutusSection .numb {
    font-size: 0.75rem;
  }
  .aboutusSection .numbText a {
    font-size: 2.1875rem;
  }
  .aboutusSection .numbTextCont .numbCont {
    width: 100%;
  }
  .categorySection .filterCont {
    height: 8vh;
  }
  .categorySection .dropdown,
  .categorySection .selectedCont {
    padding-bottom: 1vh;
  }
  .categorySection label {
    font-size: 1.125rem;
  }
  .categorySection .selectedCont label {
    margin-right: 8px;
  }
  .categorySection .dropdownLabelCont label {
    margin-left: 8px;
  }
  .categorySection .dropbtn svg {
    width: 15px;
  }
  .categorySection .gallery {
    height: 65vh;
  }
  .marbelSection .middleLine {
    height: 15vh;
  }
  .marbelSection .textCont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vh;
  }
  .marbelSection .textCont text,
  .marbelSection .textCont span {
    font-size: 1.8rem;
  }
  .marbelSection .desc {
    font-size: 1rem;
  }
  .projectSection .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    align-items: flex-start;
    padding: 0 15vw;
  }
  .projectSection .left {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: unset;
    flex: unset;
  }
  .projectSection .right {
    display: none;
  }
  .projectSection .swipeTextCont {
    top: 50%;
    transform: translateX(-15%);
    justify-content: flex-start;
  }
  .projectSection .swipeText {
    border-radius: 8px;
    padding: 1px 4px;
    font-size: 0.75rem;
  }
  .projectSection .top {
    margin-bottom: 1vh;
  }
  .projectSection .desc,
  .projectSection .left,
  .projectSection .middle,
  .projectSection .right {
    flex: 1;
    /* height: 64vh; */
    height: unset;
  }
  .projectSection .index {
    font-size: 0.75rem;
  }
  .projectSection .titleCont {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 10px;
  }
  .projectSection .title {
    font-size: 1.5rem;
    line-height: 1;
  }
  .projectSection .subtitle {
    font-size: 1rem;
    line-height: 1;
  }
  .projectSection .bottom {
    margin-top: 1vh;
  }
  .middleLine {
    height: 8vh;
  }
  .applicationsPage .item label {
    display: none;
  }
  .applicationsPage .item img {
    max-width: 40vw;
    height: auto;
  }
  .applicationsPage .item span {
    font-family: FuturaBT-Light;
    font-size: 1.5rem;
    color: #b1adad;
    text-transform: uppercase;
  }
  .applicationsPage .item:hover span {
    display: none;
  }
  .applicationsPage .desc {
    font-size: 0.8rem;
    width: 50vw;
    max-height: 100%;
  }
  .tilesPage .gallery {
    gap: 10px;
  }
  .tilesPage .gallery-item {
    width: calc(33.33% - 10px);
  }
  .tilesPage .filterCont {
    height: 5vh;
  }
  .tilesPage .dropdown,
  .tilesPage .selectedCont {
    padding-bottom: 1vh;
  }
  .tilesPage .filterCont label {
    font-size: 1.125rem;
  }
  .tilesPage .selectedCont label {
    margin-right: 8px;
  }
  .tilesPage .dropdownLabelCont label {
    margin-left: 8px;
  }
  .tilesPage .dropbtn svg {
    width: 15px;
  }
  .contactusPage .contact-text {
    font-size: 1rem;
  }
  .contactusPage .contact-buttons {
    flex-wrap: wrap;
    margin-bottom: 5vh;
    align-items: center;
    justify-content: center;
  }
  .contactusPage button {
    width: 80vw;
  }
  .contactusPage .form-container p {
    font-size: 2.5rem;
  }
  .legacyPage .doubleTxtCont {
    width: 90%;
  }
  .legacyPage .doubleTxtCont .txtCont {
    font-size: 0.9rem;
    line-height: 1;
  }
  .legacyPage .timelineCont {
    height: 110vh;
    margin: 10vh 0;
  }
  .legacyPage .timelineCont .timeline {
    margin: 0;
    transform: rotate(90deg);
    min-width: 100vh;
  }
  .whyWorkSection .sectionContainer {
    padding: 50px 0;
  }
  .whyWorkSection .title {
    font-size: 3rem;
    width: 80%;
  }
  .whyWorkSection .features-container {
    margin-top: 5vh;
  }
  .whyWorkSection .feature {
    max-width: 90%;
  }
  .whyWorkSection .feature-icon {
    width: 50px;
    height: auto;
  }
  .whyWorkSection .feature h2 {
    font-size: 1rem;
    padding-bottom: 2vh;
  }
  .whyWorkSection .feature p {
    font-size: 0.9rem;
  }
  .factorySection .imgCont {
    height: 50vw;
  }
  .ourClientSection .content img {
    width: 30vw;
    height: auto;
  }
  .footerContainer {
    height: auto;
    text-align: center;
    padding: 10% 5%;
  }
  .footerContainer .top {
    height: unset;
  }
  .footerContainer .heading {
    font-size: 2.75rem;
    white-space: normal;
    overflow-wrap: normal;
    word-break: keep-all;
    text-align: center;
  }
  .footerContainer .center button {
    width: 90%;
  }
  .footerContainer .bottom {
    flex-direction: column;
    justify-content: center;
  }
  .footerContainer .btnCont {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 10%;
  }
  .footerContainer .item {
    width: auto;
  }
}
