body {
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
}

/* .video,
.project,
.client {
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
  text-align: center;
} */

.video h2,
.project h2 {
  margin: 0;
  font-size: 24px;
}

.video p,
.project p {
  margin: 10px 0;
}

.video video,
.project img,
.client img {
  max-width: 100%;
  height: auto;
}

.client-row {
  display: flex;
  justify-content: space-around;
}

.client {
  flex: 1;
  margin: 10px;
}

@font-face {
  font-family: "Rajdhani";
  src: url("font/rajdhani/Rajdhani-Medium.woff2") format("woff2"),
    url("font/rajdhani/Rajdhani-Medium.woff") format("woff");
}

body {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  background-color: #fff; /* Dark background color */
  color: #1a1a1a; /* Light text color */
}

button {
  font-family: "Rajdhani", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  color: #1a1a1a;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1000;
  transition: transform 0.3s ease;
}

header.scrolled {
  background: rgba(0, 0, 0, 0.9);
  height: 80px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

#burger-toggle {
  display: none;
}

/* Styling for the burger icon */
.burger-icon {
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
}

.burger-icon .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* Styling for the menu */
.menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  transition: transform 0.3s ease;
  z-index: 999;
}

#burger-toggle:checked + .burger-icon ~ .menu {
  transform: translateX(-100%);
}

.blend-exclusion {
  mix-blend-mode: exclusion;
}

.blend-exclusion a,
.blend-exclusion img {
  mix-blend-mode: exclusion;
}

.transparent-header {
  background: transparent;
}

.menuCont {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.menuLeft {
  display: flex;
  width: 65%;
  align-content: center;
  position: relative;
}

.menuLogo {
  width: 20vh;
  padding-right: 4vh;
}

.menuWord {
  position: absolute;
  font-size: 33vh;
  color: #353535;
  margin-left: 25vh;
  line-height: 22vh;
  opacity: 0.2;
  z-index: 1;
}

.menuLinks {
  text-align: left;
  line-height: 4vh;
  font-size: 2vh;
  margin-left: 20vh;
  z-index: 2;
}

.phone .menuLeft {
  display: inline-block;
  width: 75%;
  height: 70%;
  text-align: center;
  align-content: center;
}

.phone .menuLogo {
  width: 25vh;
}

.phone .menuLinks {
  text-align: left;
  padding-top: 2vh;
  line-height: 7vh;
  width: 50%;
  margin: 0 auto;
  font-size: 2.5vh;
  padding-right: 4vh;
}

.phone .menuRight {
  width: 25%;
}

.menuDivider {
  background: #8d8d8d;
  opacity: 0.3;
  width: 0.1%;
  height: 80%;
}

.menuAddress {
  width: 100%;
  font-size: 1.5vh;
  display: flex;
  align-content: center;
  margin-left: 15vh;
  color: #8d8d8d;
  align-items: center;
  .columnFooter ul li a,
  a {
    color: #8d8d8d;
  }
}

.menuAddress .columnFooter {
  width: 100%;
}

.menuRight {
  width: 35%;
  display: flex;
  position: relative;
  height: 100%;
}

.menusocialCont {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40%;
  left: 3vh;
  width: 1.5vh;
  z-index: 2;
}

.menuSocialIcon {
  margin: 1vh 0;
  width: 100%;
}

.socialmediaCont {
  position: fixed;
  top: 40%;
  right: 0;
  width: 2.5vw;
  background-color: #000;
  z-index: 10;
  background: rgba(0, 0, 0, 0.65);
}

.icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.socialIcon {
  margin: 0.7vw 0;
  margin-left: 0.5vw;
  width: 0.75vw;
}

.socialIcon.facebook {
  width: 0.55vw !important;
}

/* When the checkbox is checked, show the menu */
#burger-toggle:checked + .burger-icon .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#burger-toggle:checked + .burger-icon .line:nth-child(2) {
  opacity: 0;
}

#burger-toggle:checked + .burger-icon .line:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}

.logo img {
  width: 150px;
  height: auto;
  transition: 1s;
}

header.scrolled .logo img {
  width: 100px;
  height: auto;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
  margin-right: 20px;
}

nav ul li:last-child {
  margin-right: 0;
}

.menuLinks nav ul li a {
  margin-left: 20vh;
}
nav ul li a {
  text-decoration: none;
  color: #8d8d8d;
  font-weight: bold;
}

.divider {
  padding: 2vh 0;
  background-color: #fff;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
  width: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.video-container video.active {
  display: block;
}

.video-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.change-video-btn:hover {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0);
}

.change-video-btn {
  margin: 0px 30px;
  padding: 20px 46px;
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 2vh;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  font-family: "Rajdhani";
}

.change-video-btn.active {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0);
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.padding70 {
  padding: 0 70px;
}

.aboutus {
  grid-auto-columns: 1fr;
  display: grid;
  grid-template-rows: auto;
  background-color: #fff;
}

.aboutus.web {
  padding: 5vh 20vh;
}

.aboutus .twofour54Cont {
  grid-area: 1 / 1 / 1 / 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.phone .twofour54Cont,
.phone .aboutus-title {
  justify-content: center !important;
  text-align: -webkit-left;
  padding: 2vh;
}

.phone .twofour54Cont img {
  aspect-ratio: 0;
}

.phone .aboutus-text {
  font-size: 2vh;
  padding: 2vh;
  display: flex;
  justify-content: left;
  display: inline-block;
}

.aboutus .twofour54Logo {
  max-width: 60%;
  width: 60%;
  object-fit: contain;
}

.aboutus-title {
  grid-area: 1 / 2 / 1 / 3;
  font-size: 3vh;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  display: flex;
  justify-content: center;
}

.aboutus-text {
  grid-area: 1 / 3 / 1 / 6;
  font-size: 1.5vh;
  padding-left: 3vh;
  font-weight: 400;
  justify-self: start;
  display: flex;
  justify-content: left;
  text-align: justify;
  text-justify: inter-word;
}

@media only screen and (max-width: 768px) {
  .web {
    display: none !important;
  }

  .ourWork {
    padding: 2vh !important;
  }

  .clients {
    padding: 2vh !important;
  }

  .client-logos img,
  .client-logos2 img {
    height: 24vw !important;
  }

  .shade-left {
    left: 0 !important;
  }

  .shade-right {
    right: 0 !important;
  }
}

@media only screen and (min-width: 770px) {
  .phone {
    display: none !important;
  }
}

.web,
.phone {
  overflow: hidden;
  /* max-height: 100vh; */
}

.ourWork {
  background-color: #e7e7e7;
  padding: 3vh 20vh;
}

.categories {
  padding: 0 0 30px 0;
  text-align: left;
}

.categories-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.category {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  cursor: pointer;
  color: #999;
}

.category.selected {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #b32331;
  border-radius: 0;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  height: 150vh;
  overflow: hidden;
}

.image-grid-cont {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 2%;
}

.image-grid-media {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
}

.image-grid-cont img,
.image-grid-cont video {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
  -transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 1s linear, opacity 1s linear;
  -o-transition: transform 0.3s linear, opacity 0.3s linear;
  -moz-transition: transform 0.3s linear, opacity 0.3s linear;
}

.image-grid-cont:hover img,
.image-grid-cont video:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.image-grid-details {
  padding: 10px 0;
  text-align: center;
  color: #000;
}

.image-grid-title {
  font-weight: bold;
  font-size: 2.6vh;
}

.image-grid-subtitle {
  font-size: 1.5vh;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.up {
  animation: moveUp 150s linear infinite;
}

.middle {
  animation: moveUp 120s linear infinite;
}

.column.one {
  flex: 0 0 50%;
}

.column.two {
  flex: 0 0 25%;
}

.column.three {
  flex: 0 0 25%;
}

@keyframes moveUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes moveDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(150%);
  }
}

.ourclients {
  display: grid;
}

.ourclients.phone {
  padding-top: 20px;
}

.ourclients.web {
  padding: 3vh 20vh;
}

.ourclients-title {
  grid-area: 1 / 1 / 1 / 1;
  font-size: 3vh;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}

.ourclients-text {
  grid-area: 1 / 2 / 1 / 8;
  padding-right: 1.5rem;
  font-size: 1.5vh;
  padding-left: 3vh;
  font-weight: 400;
  justify-self: start;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: justify;
  text-justify: inter-word;
}

.our-portfolio {
  text-align: center;
}

.portfolio-btn {
  margin: 0px 3%;
  padding: 2vh 3vh;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 25vw;
  overflow: hidden;
  text-transform: uppercase;
}

.clients {
  text-align: center;
  padding: 3vh 20vh;
  position: relative;
}

.client-logos,
.client-logos2 {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.client-logos img,
.client-logos2 img {
  margin: 0 1vw;
  height: 5.5vw;
}

.shade-left {
  z-index: 5;
  width: 10%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 18vh;
}

.shade-right {
  z-index: 5;
  width: 10%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: absolute;
  bottom: 0;
  right: 18vh;
}

.footer {
  display: flex;
  justify-content: space-around;
  background-color: #353535;
  color: #fff;
  padding: 3vh 20vh;
  font-size: 1.5vh;
}

.columnFooter {
  text-align: left;
  width: 20%;
}

.columnFooter.left {
  align-items: left;
}

.twofour54LogoSideMenu {
  background-image: url(../src/twofour54-G.png);
  width: 100%;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 0;
}

.twofour54Logofooter {
  background-image: url(../src/twofour54-w.png);
  width: 100%;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 0;
}

.columnFooter h3 {
  margin-bottom: 10px;
}

.footer .columnFooter img {
  width: 60%;
}

.createIcon-container {
  display: flex;
  align-items: center;
  padding-top: 2vh;
}

.createIcon-container img {
  width: 3vh !important;
  height: 3vh;
  margin-right: 10px;
}

.createText {
  font-size: 1.5vh;
  color: #b32331;
}

.startproject {
  background-image: url(../src/arrow.png);
  width: 100%;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
}

.columnFooter ul {
  list-style: none;
  padding: 0;
}

.columnFooter ul li {
  margin-bottom: 5px;
}

.columnFooter ul li a,
a {
  text-decoration: none;
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px;
  font-size: 20px;
}

.socialmediaCont.phone {
  position: fixed;
  top: 40%;
  right: 0;
  width: 10vw;
}

.phone .socialIcon {
  margin: 1.4vh 0;
  margin-left: 1vh;
  width: 1.8vh;
}

.phone .socialIcon.facebook {
  width: 1vh !important;
}

.video-buttons.phone {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  .change-video-btn {
    margin: 0;
  }
}

.aboutus.phone {
  display: block;
}

.phone .twofour54Logo {
  max-width: 60%;
  aspect-ratio: 1 / 1;
  margin-bottom: -25%;
}

.footer.phone {
  display: inline-table;
  padding: 0;
  width: 100%;
}

.phone .columnFooter {
  padding: 30px;
  padding-bottom: 0;
  width: 60%;
}

.scroll-down-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.scroll-down-link {
  display: inline-block;
  text-decoration: none;
  color: #fff; /* White text color */
  background-color: rgba(51, 51, 51, 0.5); /* Dark background color */
  padding: 10px 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.scroll-down-link:hover {
  background-color: #444;
}

.scroll-down-link i {
  font-size: 24px;
}

.aboutus-text .more {
  display: none;
}

.aboutus-text.expanded .more {
  display: inline;
}

.aboutus-text.expanded .dots {
  display: none;
}

.read-more-btn {
  color: #b32331;
  background: none;
  border: none;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
  font-size: 1.5vh;
  font-family: "Rajdhani", sans-serif;
}

.read-more-btn:hover {
  text-decoration: underline;
}
