@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://db.onlinewebfonts.com/c/e89eb1cff9eb261b0d77a4dea27f1ef1?family=Helvetica+W01+Light");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
.logo h1 {
  font-family: "Open Sans", sans-serif;
}
.logo h1 a {
  font-size: 17.333px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: 3.9px;
  color: black;
}

header {
  background-color: white;
  padding: 10px 0;
  position: sticky;
  width: 100%;
  z-index: 9999;
  top: 0;
}
header .logo h1 {
  font-family: "Open Sans", sans-serif;
}
header .logo h1 a {
  font-size: 17.333px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: 3.9px;
  color: black;
}
header nav {
  display: block;
}
header nav ul {
  gap: 80px;
}
header nav ul li a {
  color: black;
  font-size: 14px;
  font-family: "Helvetica W01 Light";
  font-weight: 400;
  line-height: 69px;
}
header .social #insta {
  font-size: 37px;
  font-weight: 400;
  line-height: 66px;
  color: black;
}

.banner {
  background: url(/images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 654px;
}
.banner .bg {
  background: black;
  opacity: 0.4;
  position: absolute;
  z-index: 5;
  height: 654px;
  width: 100%;
}
.banner .mn-bn {
  position: relative;
  z-index: 999;
  gap: 209px;
}
.banner .mn-bn .main-banner {
  padding: 50px 0;
}
.banner .mn-bn .main-banner .head .line {
  width: 100%;
  height: 3px;
  background: white;
}
.banner .mn-bn .main-banner .head h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  font-family: "EB Garamond", serif;
  color: white;
}
.banner .mn-bn .main-banner .head .line1 {
  width: 100%;
  height: 3px;
  background: white;
}
.banner .mn-bn .main-banner p {
  font-family: "Open Sans", sans-serif;
  font-size: 17.3333px;
  line-height: 28.6px;
  letter-spacing: 3.9px;
  font-weight: 400;
  color: white;
}
.banner .mn-bn .dw-banner p {
  cursor: pointer;
}
.banner .mn-bn .dw-banner p a {
  font-size: 13.8667px;
  font-family: "Open Sans", sans-serif;
  line-height: 28.6px;
  letter-spacing: 3.12px;
  font-weight: 400;
  color: white;
}
.banner .mn-bn .dw-banner p a #down {
  font-size: 20px;
  margin-top: 10px;
}

.about {
  padding-top: 3rem !important;
  background-color: #f8f8f9;
}
.about .arc.d-block {
  margin-top: -142px;
  position: relative;
  z-index: 999;
}
.about .main-about .head a {
  color: black;
}
.about .main-about .head a h1 {
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 3.4px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.about .main-about .head a h1 i {
  transition: 0.3s ease-in-out;
}
.about .main-about .head a h1:hover i {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.about .main-about .head a h1:hover {
  color: #5c5c5c;
}
.about .abt-h h3 {
  font-size: 30.4px;
  font-weight: 800;
  line-height: 66.95px;
  line-height: 62.95px;
  font-family: "Cinzel", serif;
  border-bottom: 2px solid rgba(41, 41, 41, 0.59);
}
.about .abt-h p {
  font-size: 15.33px;
  font-weight: 400;
  line-height: 28.6px;
  letter-spacing: 1.3px;
  font-family: "Poppins", sans-serif;
}
.about .abt-pr1 {
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.about .abt-pr1 .pic01 {
  width: 100%;
}
.about .abt-pr1 .pic01-p {
  padding: 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.about .abt-pr1 .pic01-p h4 {
  font-size: 23.4px;
  line-height: 40.95px;
  font-weight: 6800;
  font-family: "Cinzel", serif;
  color: black;
}
.about .abt-pr1 .pic01-p p {
  font-size: 17.3333px;
  line-height: 28.6px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "Helvetica W01 Light";
  color: black;
}
.about .abt-pr1 .pic02 {
  width: 100%;
}
.about .abt-pr1 .pic02-p {
  padding: 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.about .abt-pr1 .pic02-p h4 {
  font-size: 23.4px;
  line-height: 40.95px;
  font-weight: 6800;
  font-family: "Cinzel", serif;
  color: black;
}
.about .abt-pr1 .pic02-p p {
  font-size: 17.3333px;
  line-height: 28.6px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "Helvetica W01 Light";
  color: black;
}
.about .abt-pr1 .pic03 {
  width: 100%;
}
.about .abt-pr1 .pic03-p {
  padding: 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.about .abt-pr1 .pic03-p h4 {
  font-size: 23.4px;
  line-height: 40.95px;
  font-weight: 6800;
  font-family: "Cinzel", serif;
  color: black;
}
.about .abt-pr1 .pic03-p p {
  font-size: 17.3333px;
  line-height: 28.6px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "Helvetica W01 Light";
  color: black;
}

.portfolio .por-head a {
  color: black;
}
.portfolio .por-head a h1 {
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 3.4px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.portfolio .por-head a h1 i {
  transition: 0.3s ease-in-out;
}
.portfolio .por-head a h1:hover i {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.portfolio .por-head a h1:hover {
  color: #5c5c5c;
}
.portfolio .port-img {
  padding: 0;
}
.portfolio .port-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  scale: 0.7;
}
.portfolio .port-img:hover {
  padding: 3px;
}
.portfolio .port-img1 {
  padding: 0;
  weight: 285px;
  height: 356.33px;
}
.portfolio .port-img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  weight: 100%;
  height: 100%;
  scale: 1 !important;
}
.portfolio .port-img1:hover {
  padding: 3px;
}

.contact {
  background: black;
}
.contact .c-head a {
  color: white;
}
.contact .c-head a h1 {
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 3.4px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.contact .c-head a h1 i {
  transition: 0.3s ease-in-out;
}
.contact .c-head a h1:hover i {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.contact .c-head a h1:hover {
  color: #5c5c5c;
}
.contact .c-head p {
  font-size: 17.3333px;
  line-height: 28.6px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "Helvetica W01 Light";
  color: black;
}
.contact .name {
  width: 50%;
}
.contact .name input {
  border: none;
  background: #25292c;
  height: 35px;
  color: white;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
  cursor: auto;
  width: 100%;
}
.contact .msg {
  width: 50%;
}
.contact .msg textarea {
  border: none;
  background: #25292c;
  color: white;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
  cursor: auto;
  width: 100%;
}
.contact .msg #msg-btn {
  border: 1px solid #4f4a4a;
  font-size: 20px;
  font-family: "Cinzel", serif;
  line-height: 28px;
  font-weight: 600;
  background: black;
  padding: 6px;
  transition: 0.6s all ease-in-out;
}
.contact .msg #msg-btn a {
  color: white;
}
.contact .msg #msg-btn:hover a {
  color: black;
}
.contact .msg #msg-btn:hover {
  background-color: white;
}

.bg-c {
  background: white !important;
}

footer .footer-icon a {
  font-size: 27px;
  color: black;
}
footer .footer-icon a:hover i {
  color: #5c5c5c;
}
footer .footer-c .l {
  height: 12px;
  width: 1px;
  background-color: #7c7575;
}
footer .footer-c p {
  font-size: 13.8667px;
  font-weight: 600;
  line-height: 13.86px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1019px) {
  .about .arc {
    margin-top: -118px !important;
  }
}
@media (max-width: 768px) {
  header .res-nav {
    font-size: 38px;
    cursor: pointer;
  }
  header nav {
    display: none !important;
  }
  header nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px !important;
  }
  header nav ul .wrong {
    font-size: 38px;
    cursor: pointer;
  }
  .about .arc {
    margin-top: -85px !important;
  }
  .about .abt-pr1 {
    gap: 10px;
  }
  .about .main-about .head a h1 {
    font-size: 56px;
    margin-top: 40px;
  }
  .about .abt-h h3 {
    font-size: 30px;
  }
  .portfolio .por-head a h1 {
    font-size: 56px;
  }
  .contact .c-head a h1 {
    font-size: 56px;
  }
  .contact .name {
    width: 80%;
  }
  .contact .msg {
    width: 80%;
  }
}
@media (max-width: 414px) {
  .banner {
    background-position: -266px;
  }
  .about .abt-pr1 .pic01-p {
    padding: 10px 30px;
  }
  .about .abt-pr1 .pic02-p {
    padding: 10px 30px;
  }
  .about .abt-pr1 .pic03-p {
    padding: 10px 30px;
  }
  .about .main-about .head a h1 {
    font-size: 31px;
    margin-top: 40px;
  }
  .about .abt-h h3 {
    font-size: 20px;
  }
  .portfolio .por-head a h1 {
    font-size: 31px;
  }
  .portfolio .port-img {
    width: 50%;
  }
  .contact .c-head a h1 {
    font-size: 31px;
  }
  .contact .name {
    width: 100%;
  }
  .contact .msg {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */