@font-face {
  font-family: "Grandis Extended";
  src: url("../fonts/GrandisExtendedRegular.otf");
      font-display: swap;
}
@font-face {
  font-family: "Grandis Extended Bold";
  src: url("../fonts/GrandisExtendedBold.otf");
      font-display: swap;
}
@font-face {
  font-family: "Grandis Extended Light";
  src: url("../fonts/GrandisExtendedLight.otf");
      font-display: swap;
}
@font-face {
  font-family: "Grandis Extended Medium";
  src: url("../fonts/GrandisExtendedMedium.otf");
      font-display: swap;
}
*,
body,
html {
  box-sizing: border-box;
  font-family: "Grandis Extended";
}
body,
html {
  margin: 0;
  padding: 0;
  background: #000;
  scroll-behavior: smooth;
}
a:hover,
button:hover {
  cursor: pointer;
}
.body1 {
  overflow-x: hidden;
}
.header {
  height: 100px;
  padding: 10px;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
    z-index: 999;
}
.heroHome {
  width: 100%;
  display: flex;
  position: relative;
  height: auto;
}
.heroHome img {
  position: absolute;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
  object-fit: cover;
}

.heroContent {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 300px;
  z-index: 9999;
  padding: 114px 180px 121px;
}
.heroContent h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.bottomHero {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 10px;
}
.bottomHero h2 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: 42%;
}
.bottomHero p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.bottomHero a {
  display: flex;
  width: 212px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 50px;
  border-radius: 2px;
  border: 2px solid #0051e2;
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.hoverEffectButton {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 50px;
  border-radius: 2px;
  border: 2px solid #0051e2;
  display: flex;
  font-size: 20px;
  color: #fff;
  transition: 0.4s;
}
.hoverEffectButton:hover {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 50px;
  border-radius: 2px;
  border: 2px solid #0051e2;
  background: #0051e2;
  display: flex;
  font-size: 24px;
  color: #000;
  transition: 0.4s;
}
.aboutHome {
  display: flex;
  flex-direction: column;
  gap: 50px;
padding: 44px 180px;
}
.aboutHome h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.aboutHome p {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: 50%;
}
.aboutHome a {
  width: 187px;
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.servicesHome {
  padding: 100px 180px 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.servicesHome h6 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.services {
  width: 100%;
  display: flex;
  gap: 50px;
}
.rightHeaders h5 {
  color: #353535;
  font-family: "Grandis Extended Bold";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: 0.4s;
  margin: 0;
}
.leftImage img {
  width: 100%;
  height: 230px;
  border-radius: 15px;
}
.leftImage {
  width: 28%;
  position: relative;
  transition: 0.4s;
}

.leftImage p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 23px;
}
.rightHeaders .active {
  color: #fff !important;
}
.serviceMobile {
  display: none;
}
.projectsHome {
    padding: 0px 180px 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.projectsHero {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.projectsHero h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.behance path {
  fill: white;
  transition: 0.3s;
}
.behance:hover path {
  fill: blue;
  transition: 0.3s;
}
.dribble path {
  fill: white;
  transition: 0.3s;
}
.dribble:hover path {
  fill: red;
  transition: 0.3s;
}
.designSocials {
  display: flex;
  gap: 126px;
  align-items: center;
}
.bigProject {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  text-decoration: none !important;
  color: #fff !important;
}
.bigImageAnimation {
  height: 818px;
  width: 100%;
  display: block;
  transition: 0.4s;
  overflow: hidden;
}
.bigImageAnimation img {
  height: 818px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}
.bigImageAnimation img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: 0.4s;
}
.projectInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.projectInfo h3 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}
.projectInfo p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-decoration: none;
}
.twoProjects {
  display: flex;
  width: 100%;
  gap: 10px;
}
.smallProject {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
  text-decoration: none !important;
    color: #fff !important;
}

.smallImageAnimation {
  height: 570px;
  width: 100%;
  display: block;
  transition: 0.4s;
  overflow: hidden;
}
.smallImageAnimation img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}
.smallImageAnimation img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: 0.4s;
}
.clients {
  display: flex;
  flex-direction: column;
  gap: 30px;
    padding: 0px 180px 100px;
  width: 100%;
}
.clients h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.arrowSection {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.arrowSection h3 {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: transparent;
  display: flex !important;
  flex-direction: column;
  gap: 40px;
}
.clientName {
  color: #fff;
  font-family: "Grandis Extended Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.flynCollab {
  color: #353535;
  font-family: "Grandis Extended";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.clientText {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 367px;
  object-fit: cover;
  border-radius: 6px;
}
.arrow {
  display: flex;
  gap: 10px;
  position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
margin-bottom: 50px;
}
.swiper-button-next1.swiper-button-disabled {
  opacity: 0.5; /* Reduce visibility */
  pointer-events: none; /* Disable clicking */
}

.swiper-button-prev1.swiper-button-disabled {
  opacity: 0.5; /* Reduce visibility */
  pointer-events: none; /* Disable clicking */
}
.swiper-button-next1 {
  cursor: pointer;
}
.swiper-button-prev1 {
  cursor: pointer;
}
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.5; /* Reduce visibility */
  pointer-events: none; /* Disable clicking */
}

.swiper-button-prev2.swiper-button-disabled {
  opacity: 0.5; /* Reduce visibility */
  pointer-events: none; /* Disable clicking */
}
.swiper-button-next2 {
  cursor: pointer;
}
.swiper-button-prev2 {
  cursor: pointer;
}
.ourCulture {
  display: flex;
  flex-direction: column;
  gap: 30px;
 padding: 0px 180px 100px;
  width: 100%;
}
.ourCulture h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
}
.cultureSlide {
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 407px;
  border-radius: 10px;
  background: #73db63 !important;
}
.cultureTitle {
  color: #000;
  font-family: "Grandis Extended Bold";
  font-size: 29px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.cultureText {
  color: #000;
  font-family: "Grandis Extended" Light;
  width: 55%;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.upperFooter {
     padding: 0px 180px 30px;

}
.upperFooter h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.middleFooter {
  padding: 58px 0px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 150px;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
.office {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.office h3 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.officeInfo {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.officeInfo p {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.office a {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline solid #fff;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lowerFooter {
 padding: 80px 180px 41px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.backToTop {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0;
}
.socialsIcons {
  display: flex;
  gap: 30px;
}
.container {
  transition: transform 0.8s ease-in-out;
  will-change: transform; /* Improves performance */
}
.section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
.section:first-child {
  height: calc(100vh - 100px);
}
.section:not(:first-child) {
  height: 100vh;
}
.body2 {
  overflow-y: hidden !important;
}
.aboutSlide {
  display: flex;
  flex-direction: column;
  width: 53%;
  gap: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aboutSlide:first-child {
  height: calc(100vh - 100px);
}
.aboutSlide:not(:first-child) {
  height: 100vh;
}
.aboutSlide h1 {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.aboutSlide h2 {
  color: #c1c1c1;
  text-align: center;
  font-family: "Grandis Extended Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.aboutSlide p {
  color: #3f3f3f;
  text-align: center;
  font-family: "Grandis Extended Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.aboutSlide h3 {
  color: #fff;
  text-align: center;
  font-family: "Grandis Extended Bold";
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.section img {
  width: 18px;
  height: 9.5px;
  flex-shrink: 0;
  margin-top: 70px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.contactSlider {
  padding: 20px 0px 87px 0px;
}
.contact {
  padding: 94px 180px 118px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 120px;
}
.contactHero {
  padding: 133px 0px 30px 84px;
      display: flex;
    justify-content: center;
}
.upperContact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
.contactHero h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.contactHero p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.contactHero h4 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px 0px 0px 10px;
}
.contactHero a {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  margin: 0;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
.contact h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.contact p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.contact h4 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px 0px 0px 10px;
}
.contact a {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  margin: 0;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
.inputDiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inputDiv h2 {
  padding: 10px;
}
.inputDiv input {
  display: flex;
  padding: 20px 19px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: #313030;
  color: #606060;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  border: none;
  width: 68%;
}
.contactForm form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contactForm button {
  width: 25%;
  height: 50px;
  flex-shrink: 0;
  background: transparent;
}
.inputDiv span {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.inputDiv select {
  display: flex;
  padding: 20px 19px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: #313030;
  color: #606060;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  border: none;
  width: 68%;
}
.contactForm h2 {
  color: #fff;
  font-family: "Grandis Extended Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.contactForm h1 {
  color: #fff;
  font-family: "Grandis Extended Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.contactForm p {
  color: #fff;
  font-family: "Grandis Extended Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.contactForm {
  display: flex;
  flex-direction: column;
  padding: 20px 180px 30px;
  gap: 38px;
  width: 51%;
}
.lowerContact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 40%;
}
.contactSocialsFooter {
  display: flex;
  gap: 150px;
}
.lowerContact p {
  margin-bottom: 24px;
}.heroProject {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.heroProjectImage {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.heroProjectContent {
  padding: 80px 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  height: 46vh;
  z-index: 9999;
  width: 100%;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    #000 100%
  );
  background-blend-mode: multiply;
}

.heroProjectContent h1 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.heroProjectContent p {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.aboutProject {
  padding: 100px 180px;
  display: flex;
  background: #000;
  display: flex;
  gap: 28.25%;
}
.aboutProject h4 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px 0px 40px 0px;
}
.aboutProject h5 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 30px 0px 40px 0px;
}
.aboutProject p {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: normal;
}
.aboutProjectContent {
  width: 25%;
}
.bigImageProject {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.creativeProjects {
  padding: 180px 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #000;
  margin-top: -10px;
}
.creativeProjects h4 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  width: 57%;
}
.creativeProjects h2 {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 57%;
  margin: 0;
}
.creativeProjects p {
  color: #fff;
  font-family: "Grandis Extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 57%;
  margin: 0;
}
.projectImages {
  display: flex;
  flex-wrap: wrap;
  background: #000;
padding-bottom: 100px;
  margin-top: -5px;
  gap: 1%;
  row-gap: 20px;
}
.projectImages img {
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .destkop {
    display: none;
  }
  .services {
    display: none;
  }
  .serviceMobile {
    display: block;
  }
  .serviceMobile h3 {
    color: #fff;
    font-family: "Grandis Extended";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .serviceMobile p {
    color: #fff;
    font-family: "Grandis Extended";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
  }
  .serviceMobile {
    padding: 40px 0px;
    border-bottom: 1px solid #fff;
  }
  .serviceMobile img {
    width: 100%;
  }
  .heroContent h1 {
    font-size: 30px;
  }
  .heroContent {
    padding: 80px 20px;
    width: 100%;
    gap: 370px;
  }
    .heroProjectContent {
    padding: 80px 30px;
  }
  .heroProjectContent h1 {
    font-size: 30px;
  }
  .heroProjectContent p {
    font-size: 14px;
  }
  .aboutProject {
    padding: 100px 30px;
    flex-direction: column;
    gap: 50px;
  }
  .aboutProjectContent {
    width: 100%;
  }
  .creativeProjects {
    padding: 100px 30px;
  }
  .creativeProjects h2 {
    width: 100%;
  }
  .creativeProjects p {
    width: 100%;
  }
  .projectImages {
    row-gap: 5px;
  }
  .heroContent br {
    display: none;
  }
  .bottomHero h2 {
    width: 100%;
  }
  .inputDiv select{
      width:100%;
  }
    .inputDiv input{
      width:100%;
  }
  .contactHero{
  padding: 70px 20px 15px;
  }
  .contactForm button{
          width: 50%;

  }
  .contactForm{
      padding: 0px 20px 15px;
      width:100%;
  }
  .bottomHero {
    padding: 0;
  }
  .heroHome img {
    height: 70vh;
  }
  .heroHome {
    height: auto;
  }
  .aboutHome {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0px 20px;
  }
  .aboutHome h1 {
    font-size: 30px;
  }
  .aboutHome br {
    display: none;
  }
  .aboutHome p {
    font-size: 14px;
    width: 100%;
  }
  .servicesHome {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .projectsHome {
    padding: 0px 20px 80px;
  }
  .projectsHero {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .projectsHero h1 {
    color: #fff;
    font-family: "Grandis Extended Bold";
    font-size: 50px;
  }
  .designSocials {
    gap: 30px;
  }
  .bigImageAnimation img {
    height: 524px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s;
  }
  .bigImageAnimation {
    height: 524px;
    width: 100%;
    display: block;
    transition: 0.4s;
    overflow: hidden;
  }
  .projectInfo h3 {
    font-size: 16px;
  }
  .projectInfo p {
    font-size: 13px;
  }
  .twoProjects {
    flex-direction: column;
    gap: 50px;
  }
  .smallImageAnimation {
    height: 380px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s;
  }
  .smallImageAnimation img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s;
  }
  .smallProject {
    width: 100%;
  }
  .clients {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0px 20px 80px;
  }
  .clients h1 {
    font-size: 50px;
  }
  .clients {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0px 20px 80px;
  }
  .ourCulture {
    display: flex;
    flex-direction: column;
   gap: 30px;
    padding: 0px 20px 80px;
    position: relative;
  }
  .arrow {
    display: flex;
    gap: 40px;
        margin-bottom: 30px;

  }
  .upperFooter {
    padding: 0px 20px 15px;
  }
  .upperFooter h1 {
    color: #fff;
    font-family: "Grandis Extended Bold";
    font-size: 20px;
  }
  .contactSocialsFooter {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .middleFooter {
    padding: 40px 20px;
  }
  .lowerFooter {
    padding: 46px 20px 41px;
    align-items: center;
  }
  .aboutSlide {
    width: calc(100% - 60px);
  }
  .aboutSlide h1 {
    font-size: 20px;
  }
  .aboutSlide h2 {
    font-size: 16px;
  }
  .aboutSlide h3 {
    font-size: 72px;
  }
  .aboutSlide p {
    font-size: 14px;
  }
  .body2 {
    overflow: unset !important;
  }
  .swiper-slide img {
    height: 185px;
  }
  .contact {
    padding: 0px 20px 80px;
    gap: 60px;
  }
  .upperContact {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .contact h1 {
    font-size: 20px;
  }
    .contactHero h1 {
    font-size: 20px;
  }
  .contact p {
    font-size: 14px;
  }
    .contactHero p {
    font-size: 14px;
  }
  .middleContact {
    gap: 10px;
  }
  .lowerContact {
    width: 100%;
  }
  .lowerContact p {
    margin-bottom: 10px;
  }
  .contactSlider {
    padding: 60px 0px;
  }
}
