.down {
  position: fixed;
  bottom: 20px;
  right: 50px;
  border: 1px solid #e8bf96;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.down i {
  color: white;
  transform: rotate(180deg);
  font-size: 22px;
}
.down:hover {
  background-color: #e8bf96;
  transition: 0.3s ease-in-out;
}
.down:hover i {
  color: black;
  background-color: #e8bf96;
  transition: 0.3s ease-in-out;
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #e8bf96;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 991;
}

.cursor2 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e8bf96;
  opacity: 0.8;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 992;
}

.click {
  transition: 0.1s ease-in;
}

header {
  background-color: #272422;
  position: sticky !important;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
}
header .h-main .logo {
  padding: 15px 0;
  width: 80px;
}
header .h-main .menu h1 {
  font-size: 25px;
  line-height: 21px;
  font-weight: 700;
  font-family: "euclid_Circular_B";
  color: #fcf6f0;
}

.banner {
  position: relative;
  padding: 78px 0;
  background-color: #272422;
}
.banner .photo .of {
  padding: 15px;
  margin-top: -39px;
}
.banner .photo .of h1 {
  font-size: 46px;
}
.banner .asmith h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
  font-family: "newYork";
  text-align: center;
  color: white;
}
.banner .photo h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
  font-family: "newYork";
  text-align: center;
  color: white;
}
.banner .the h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 400;
  font-family: "newYork";
  text-align: center;
  color: white;
}
.banner p {
  width: 25%;
  font-size: 17px;
  font-weight: 500;
  font-family: "euclid_Circular_B";
  position: absolute;
  bottom: 87px;
  right: 27px;
  color: white;
}

.ani {
  height: 100vh;
  width: 50%;
  position: absolute;
  background: black;
  z-index: 32;
  top: 0;
}

.ani1 {
  height: 100vh;
  width: 50%;
  position: absolute;
  background: black;
  top: 0px;
  right: 0;
  z-index: 32;
}

.sec2 {
  display: block;
  background-color: #272422;
}
.sec2 .arrow .arrow-img {
  width: 19%;
}
.sec2 .arrow p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  font-family: "euclid_Circular_B";
  color: white;
  text-transform: uppercase;
  margin-left: 48px;
  margin-left: 6px;
  rotate: -54deg;
  margin-top: -147px;
}
.sec2 .round {
  height: 150px;
  width: 150px;
  background-color: #e8bf96;
  border-radius: 50%;
  margin-left: -15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.1s;
}
.sec2 .round p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d20;
  font-weight: 600;
  font-family: "euclid_Circular_B";
  text-transform: uppercase;
}
.sec2 .round:hover {
  background-color: white;
  transform: scale(0.9);
}
.sec2 .slider {
  background-color: #e8bf96;
}
.sec2 .slider .p {
  font-size: 32px;
  font-family: "newYork";
  width: 100% !important;
  line-height: 33.6px;
  font-weight: 400;
}
.sec2 .slider .slick-track {
  display: flex;
  align-items: center;
  padding: 16px;
}
.sec2 .slider .slick-track .fa-solid.fa-star-of-life.slick-slide {
  width: 17% !important;
}

.sec3 {
  background-color: #272422;
}
.sec3 .port {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sec3 .port .line {
  height: 1px;
  width: 50px;
  background-color: white;
}
.sec3 .port h2 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "euclid_Circular_B";
}
.sec3 .work h1 {
  font-size: 80px;
  color: white;
  text-transform: uppercase;
  font-family: "newYork";
  font-weight: 400;
  line-height: 86.4px;
}
.sec3 .work h1 span {
  margin-left: 155px;
}
.sec3 .para p {
  font-size: 18px;
  line-height: 27px;
  color: white;
  font-weight: 400;
  font-family: "euclid_Circular_B";
  width: 78%;
}
.sec3 .f-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 68px 64px;
}
.sec3 .f-img .content {
  color: #ffffff;
}
.sec3 .f-img .content p {
  font-size: 25px;
}
.sec3 .f-img .content h2 {
  font-size: 42px;
}
.sec3 .f-img:hover .cursor2 {
  width: 100px;
  height: 100px;
}
.sec3 .t-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 68px 64px;
}
.sec3 .t-img .content1 {
  color: #ffffff;
}
.sec3 .t-img .content1 p {
  font-size: 25px;
}
.sec3 .t-img .content1 h2 {
  font-size: 42px;
}
.sec3 .s-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3 .s-img .content7 {
  color: #ffffff;
}
.sec3 .s-img .content7 p {
  font-size: 25px;
}
.sec3 .s-img .content7 h2 {
  font-size: 42px;
}

.about {
  background-color: #272422;
}
.about .head h1 {
  margin-left: 25%;
  font-size: 80px;
  font-weight: 400;
  font-family: "new York";
  line-height: 84px;
  color: white;
}
.about .head .abt {
  display: flex;
  align-items: center;
  gap: 5px;
}
.about .head .abt .line {
  height: 1px;
  width: 50px;
  background-color: white;
}
.about .head .abt p {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: "euclid_Circular_B";
}
.about .head .c-para {
  color: white;
}
.about .head .c-para P {
  font-size: 18px;
  line-height: 27px;
  color: white;
  font-weight: 500;
  font-family: "euclid_Circular_B";
  width: 49%;
}
.about .abt-round {
  height: 900px;
  width: 900px;
  border: 1px solid rgba(250, 235, 215, 0.2509803922);
  border-radius: 50%;
  top: 158px;
  left: 184px;
  z-index: 1;
}
.about .abt-line {
  height: 1px;
  width: 774px;
  border: 1px solid rgba(250, 235, 215, 0.2509803922);
  border-radius: 50%;
  left: 27%;
  top: 33%;
}
.about .abt-p p {
  color: #999999;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding: 74px;
}
.about .number-content {
  color: white;
  justify-content: start;
  align-items: center;
  gap: 62px;
  padding: 0 78px;
}
.about .number-content .no .number {
  color: white;
  font-size: 120px;
  font-weight: 400;
  line-height: 144px;
}
.about .number-content .no .plus {
  color: white;
  font-size: 120px;
  font-weight: 400;
  line-height: 144px;
}
.about .number-content .h-line {
  height: 100px;
  width: 1px;
  background-color: #fff;
}
.about .number-content .text-a p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: white;
  padding: 0;
}

#containerScaled,
#wed-img,
#wed-img3,
#wed-img1,
#wed-img2,
#wed-img4 {
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}

#wed-img {
  position: absolute;
  width: 70px;
  height: 20px;
  font-size: 12px;
  pointer-events: none;
  margin-left: -48%;
  margin-top: -35%;
  opacity: 0;
  z-index: 32;
}

#wed-img1 {
  position: absolute;
  width: 70px;
  height: 20px;
  font-size: 12px;
  pointer-events: none;
  margin-left: -48%;
  margin-top: -61%;
  opacity: 0;
  z-index: 2;
}

#wed-img2 {
  position: absolute;
  width: 70px;
  height: 20px;
  font-size: 12px;
  pointer-events: none;
  margin-left: -48%;
  margin-top: -61%;
  opacity: 0;
  z-index: 2;
}

#wed-img3 {
  position: absolute;
  width: 70px;
  height: 20px;
  font-size: 12px;
  pointer-events: none;
  margin-left: -48%;
  margin-top: -68%;
  opacity: 0;
  z-index: 2;
}

#wed-img4 {
  position: absolute;
  width: 70px;
  height: 20px;
  font-size: 12px;
  pointer-events: none;
  margin-left: -48%;
  margin-top: -74%;
  opacity: 0;
  z-index: 2;
}

.exp {
  background-color: #272422;
}
.exp .ex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.exp .ex .line {
  height: 1px;
  width: 50px;
  background-color: white;
}
.exp .ex p {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: "euclid_Circular_B";
}
.exp .ex-list ul li {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exp .ex-list ul li a {
  font-size: 80px;
  line-height: 96px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 333;
}

#wed:hover #wed-img {
  opacity: 100%;
}

#event:hover #wed-img1 {
  opacity: 100%;
}

#bio:hover #wed-img2 {
  opacity: 100%;
}

#product:hover #wed-img3 {
  opacity: 100%;
}

#project:hover #wed-img4 {
  opacity: 100%;
}

.sec-video {
  background-color: #272422;
  position: relative;
}
.sec-video .text {
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 21%;
  position: absolute;
  top: 15%;
  cursor: pointer;
}
.sec-video .text i {
  transform: rotate(-40deg);
  font-size: 22px;
  transition: 0.3s all ease-in-out;
}
.sec-video .text p {
  font-size: 22px;
  transition: 0.3s all ease-in-out;
}
.sec-video :hover {
  color: #e8bf96;
}
.sec-video .line {
  width: 27px;
  height: 2px;
  background: white;
  position: absolute;
  top: 109%;
  transition: 0.3s all ease-in-out;
}

.text:hover i {
  transform: rotate(0deg);
  transition: 0.3s all ease-in-out;
}

.text:hover p {
  transition: 0.3s all ease-in-out;
}

.text:hover .line {
  transition: 0.3s all ease-in-out;
  width: 100%;
  background-color: #e8bf96;
}

.sec6 {
  background-color: #272422;
  position: relative;
}
.sec6 .back-sec {
  height: 14%;
  width: 70%;
  background: #272422;
  position: absolute;
  right: -3%;
  z-index: 32;
  opacity: 70%;
}
.sec6 .back-sec1 {
  height: 14%;
  width: 163%;
  background: #272422;
  position: absolute;
  right: -68%;
  z-index: 32;
  opacity: 70%;
  top: 26%;
}
.sec6 .back-sec2 {
  height: 14%;
  width: 130%;
  background: #272422;
  position: absolute;
  right: -40%;
  z-index: 32;
  opacity: 70%;
  top: 37%;
}
.sec6 .back-sec3 {
  height: 14%;
  width: 90%;
  background: #272422;
  position: absolute;
  right: -10%;
  z-index: 32;
  opacity: 70%;
  top: 51%;
}
.sec6 .sec6-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.sec6 .sec6-head h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
  color: white;
}
.sec6 .sec6-head p {
  font-size: 18px;
  line-height: 27px;
  color: #999999;
  font-weight: 400;
  width: 37%;
  padding: 30px 0;
}

.sec7 {
  background-color: #272422;
  position: relative;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img {
  scale: 0.6;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img1 {
  scale: 0.4;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img2 {
  scale: 0.3;
  margin-top: -100px;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img3 {
  scale: 0.3;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img4 {
  scale: 0.7;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.sec7 .sec7-img5 {
  scale: 0.3;
  margin-top: -100px;
  transition: all 0.9s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}

.sec8 {
  background-color: #272422;
  position: relative;
  margin-top: -2px;
}
.sec8 .silder1 .slick-list.draggable {
  width: 100%;
  margin: 0 auto;
}
.sec8 .silder1 .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 9%;
  scale: 2;
}
.sec8 .silder1 .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 9%;
  scale: 2;
}
.sec8 .silder1 .box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  text-align: center;
  margin: 0 auto;
}
.sec8 .silder1 .box1 .profile {
  width: 6%;
}
.sec8 .silder1 .box1 .text {
  color: white;
  font-family: "euclid_Circular_B";
}
.sec8 .silder1 .box1 .text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  width: 50%;
  margin: 0 auto;
}

.sec9 {
  background-color: #272422;
  position: relative;
}
.sec9 .s9-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec9 .s9-head p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.sec9 .s9-head h1 {
  color: white;
  font-size: 140px;
  line-height: 147px;
  font-weight: 500;
}

footer {
  background-color: #272422;
  border-top: 2px solid #4d4040;
}
footer p {
  color: white;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
footer .abt-s9 ul {
  display: flex;
  justify-content: end;
}

@media (max-width: 1146px) {
  .banner p {
    position: relative;
    left: 50%;
    bottom: 0;
    width: 39%;
  }
}
@media (max-width: 812px) {
  .cursor {
    display: none;
  }
  .banner .asmith h1 {
    font-size: 90px;
    line-height: 90px;
  }
  .banner .the h1 {
    font-size: 90px;
    line-height: 90px;
  }
  .banner .photo h1 {
    font-size: 90px;
    line-height: 90px;
  }
  .banner p {
    font-size: 16px;
  }
  .sec3 .para p {
    display: none;
  }
  .sec9 .s9-head h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 414px) {
  .banner p {
    left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .banner .asmith h1 {
    font-size: 50px;
    line-height: 90px;
  }
  .banner .the h1 {
    font-size: 50px;
    line-height: 90px;
  }
  .banner .photo h1 {
    font-size: 50px;
    line-height: 90px;
  }
  .banner .photo .of h1 {
    font-size: 25px;
    line-height: 90px;
  }
  .sec2 .round {
    margin-left: 0;
    margin-top: -100px;
  }
  .sec3 .para p {
    display: block;
    width: 100%;
  }
  .about .head .c-para P {
    width: 100%;
  }
  .about .abt-p p {
    padding: 15px 0;
  }
  .about .number-content {
    padding: 0;
  }
  .banner {
    padding: 63px 0;
  }
  .exp .ex-list ul li a {
    font-size: 60px;
    line-height: 76px;
  }
  .sec-video .video video {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-video .text {
    width: 66%;
  }
  .sec6 .sec6-head h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
  }
  .sec6 .sec6-head p {
    width: 100%;
  }
  .sec8 {
    padding: 0;
  }
  .sec8 .silder1 .box1 .profile {
    width: 20%;
  }
  .sec8 .silder1 .box1 .text p {
    width: 100%;
  }
  .sec8 .silder1 .slick-next.slick-arrow {
    display: none !important;
  }
  .sec8 .silder1 .slick-prev.slick-arrow {
    display: none !important;
  }
  .sec9 .s9-head h1 {
    font-size: 58px;
    line-height: 60px;
  }
  footer ul {
    justify-content: start;
  }
  footer .abt-s9 ul {
    justify-content: start;
  }
  .sec6 .back-sec {
    height: 9%;
    width: 125%;
    background: #272422;
    position: absolute;
    right: -10%;
    z-index: 32;
    opacity: 70%;
  }
  .sec6 .back-sec1 {
    height: 18%;
    width: 115%;
    background: #272422;
    position: absolute;
    right: 2%;
    z-index: 32;
    opacity: 70%;
    top: 18%;
  }
  .sec6 .back-sec2 {
    height: 17%;
    width: 106%;
    background: #272422;
    position: absolute;
    right: -3%;
    z-index: 32;
    opacity: 70%;
    top: 37%;
  }
  .sec6 .back-sec3 {
    height: 9%;
    width: 101%;
    background: #272422;
    position: absolute;
    right: -3%;
    z-index: 32;
    opacity: 70%;
    top: 54%;
  }
}/*# sourceMappingURL=main.css.map */