@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #000;
}

.all {
  width: 100%;
}

.main {
  width: 100%;
  min-height: 100vh;
}

/* Navigation */
#navbar {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 20px 5%;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}

#navbar.scrolled {
  background-color: #fff;
  color: #000000;
  box-shadow: 0 4px 8px 0 rgba(216, 215, 215, 0.2),
    0 6px 20px 0 rgba(222, 221, 221, 0.1);
}

.logo {
  font-weight: 800;
  color: #fdfdfd;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
  -webkit-text-stroke: 1px black;
  z-index: 1001;
}

ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  gap: 25px;
  font-family: "Poppins", sans-serif;
}

li:hover {
  color: #fdcb6e;
  cursor: pointer;
}

/* Hero Section */
.work {
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

h1 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42vw;
  text-transform: uppercase;
  z-index: 1;
  color: transparent;
  line-height: 0.1vh;
  -webkit-text-stroke: 1.5px #fdcb6e;
  white-space: nowrap;
}

.one {
  width: 50%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: bgm 7s linear infinite;
  position: absolute;
  left: 0;
}

.two {
  width: 50%;
  height: 100vh;
  background-color: #000000;
  position: absolute;
  right: 0;
}

/* About Section */
.snd {
  width: 100%;
  min-height: 50vh;
  display: flex;
  padding: 0 5%;
  margin: 7rem 0 4rem;
  background-color: white;
}

.word {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.5;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6);
}

.ev {
  background-color: #fdcb6e;
  padding: 0 5px;
}

/* Services Section */
.thrd {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background-color: white;
}

.colms,
.colmss,
.colmx,
.colmxx {
  width: 25%;
  min-width: 250px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colms:hover {
  background-color: #fdcb6e;
  color: #fbfbfb;
}

.colmss:hover {
  background-color: #fdcb6e;
}

.colmx:hover {
  background-color: #fdcb6e;
  color: #fbfbfb;
}

.colmss {
  background-color: #000000;
  color: #fbfbfb;
}

.colmxx {
  background-color: #fdcb6e;
}

.colmxx i {
  color: #fbfbfb;
}

i {
  font-size: clamp(50px, 5vw, 80px);
  margin-bottom: 20px;
}

h4 {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 1.5px;
  font-weight: 300;
  margin: 20px 0;
}

h5 {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.5;
}

/* Latest Work Section */
.sec {
  width: 100%;
  padding: 100px 5%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.para {
  font-size: clamp(5rem, 14vw, 14rem);
  font-weight: 900;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.woo {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(5rem, 14vw, 14rem);
  line-height: 0.9;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: right;
}

/* Portfolio Items */
.forth,
.fifth,
.sixty,
.seventh,
.eight,
.ninth {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.one {
  background-image: url("https://themewagon.github.io/evans/images/bg_1.jpg");
}

.xyz {
  background-image: url("https://themewagon.github.io/evans/images/work-1.jpg");
}

.xyzr {
  background-image: url("https://themewagon.github.io/evans/images/work-2.jpg");
}
.xyzo {
  background-image: url("https://themewagon.github.io/evans/images/work-3.jpg");
}

.tyx {
  background-image: url("https://themewagon.github.io/evans/images/work-5.jpg");
}
.ztt {
  background-image: url("https://themewagon.github.io/evans/images/work-4.jpg");
}

.xyz,
.xyzr,
.xyzo,
.xyztt,
.tyx,
.ztt {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.zyx,
.zyxr,
.inte {
  width: 100%;
  padding: 40px 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hyx,
.hyxr,
.intex {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.hid,
.hidr,
.intexx {
  width: 100%;
  visibility: visible;
  position: static;
}

.ex,
.exy,
.exyo,
.exww {
  display: block;
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 2px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 10px;
}

.exr,
.exry,
.exryo,
.exrwww {
  width: 100%;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 3px solid #000000;
  line-height: 1.2;
  font-size: clamp(2.5rem, 8vw, 80px);
  font-weight: 400;
  font-family: "Lora", serif;
  margin-bottom: 20px;
}

.hidd,
.hiddr {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 400;
  color: #4d4d4d;
  margin: 20px 0;
}

.hiddd,
.hidddr {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 2px;
  color: #959595;
  cursor: pointer;
}

/* Footer */
.footer {
  width: 100%;
  padding: 80px 5% 40px;
  background-color: #000000;
}

.up {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.a,
.b,
.c,
.d {
  width: 100%;
  margin-bottom: 40px;
}

.csk {
  color: #fff;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 3px;
}

.poi {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d6d3d3;
  line-height: 1.6;
  font-weight: 300;
}

.rrss {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 15px;
  cursor: pointer;
}

.down {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #333;
}

.lef {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

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

.tuv {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #d6d3d3;
  line-height: 1.6;
  font-weight: 300;
}

/* Hamburger Menu */
.menuBtn {
  width: 30px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.menuBtn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9d9c9c;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1px;
  background-color: #9d9c9c;
}

.menuBtn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9d9c9c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s;
}

.dropDown {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s;
}

.rotate::before {
  transform: rotate(45deg);
  top: 12px;
}

.rotate::after {
  transform: rotate(-45deg);
  top: 12px;
}

.dro {
  padding: 15px;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.dro:hover {
  letter-spacing: 5px;
  color: #fdcb6e;
}

/* Animations */
@keyframes bgm {
  0% {
    background-image: url("https://themewagon.github.io/evans/images/bg_2.jpg");
  }
  25% {
    background-image: url("https://themewagon.github.io/evans/images/bg_2.jpg");
  }
  50% {
    background-image: url("https://themewagon.github.io/evans/images/bg_1.jpg");
  }
  75% {
    background-image: url("https://themewagon.github.io/evans/images/bg_1.jpg");
  }
  100% {
    background-image: url("https://themewagon.github.io/evans/images/bg_2.jpg");
  }
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .colms,
  .colmss,
  .colmx,
  .colmxx {
    width: 50%;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 30vw;
  }

  .snd {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .word {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  ul {
    display: none;
  }

  .menuBtn {
    display: flex;
  }

  .work {
    flex-direction: column;
  }

  .one {
    width: 100%;
    height: 70vh;
  }

  .two {
    display: none;
  }

  .colms,
  .colmss,
  .colmx,
  .colmxx {
    width: 100%;
  }

  .forth,
  .fifth,
  .sixty,
  .seventh,
  .eight,
  .ninth {
    min-height: auto;
  }

  .xyz,
  .xyzr,
  .xyzo,
  .xyztt,
  .tyx,
  .ztt {
    height: 40vh;
  }

  .up {
    flex-direction: column;
  }

  .a,
  .b,
  .c,
  .d {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 35vw;
  }

  .para,
  .woo {
    font-size: 12vw;
  }

  .exr,
  .exry,
  .exryo,
  .exrwww {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  .footer {
    padding: 60px 5% 30px;
  }
}
