/********placeHolder********/
@import url("https://db.onlinewebfonts.com/c/e89eb1cff9eb261b0d77a4dea27f1ef1?family=Helvetica+W01+Light");
body {
  font-family: "Helvetica W01 Light";
}

.logo h1 a {
  font-size: 17.333px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: 3.9px;
  color: black;
}

header {
  margin: 0;
  padding: 0px;
  background: white;
  animation: mymove 1s ease-in-out;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: black;
}
.navbar-toggler i {
  color: white;
}
.navbar-toggler:focus {
  background: black;
}
.navbar-toggler:focus i {
  color: white;
}

.insticon a {
  font-size: 40px;
  color: black;
}

.main-nav nav {
  display: flex !important;
}
.main-nav nav ul {
  gap: 40px;
}
.main-nav nav ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  border-bottom: 2px solid transparent;
}
.main-nav nav ul > li > a:hover {
  color: black !important;
  border-bottom: 2px solid black;
}
.main-nav nav ul > li > a:focus {
  color: black !important;
  border-bottom: 2px solid black;
}
.main-nav nav ul .active a {
  color: black !important;
  border-bottom: 2px solid black;
}

.banner {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}
.banner .bg {
  background: black;
  opacity: 0.4;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
}
.banner .mn-bn {
  position: relative;
  z-index: 999;
  gap: 40px;
}
.banner .mn-bn .main-banner {
  padding: 20% 0 50px 0;
}
.banner .mn-bn .main-banner .head .line {
  width: 100%;
  height: 3px;
  background: white;
}
.banner .mn-bn .main-banner .head h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.banner .mn-bn .main-banner .head .line1 {
  width: 100%;
  height: 3px;
  background: white;
}
.banner .mn-bn .main-banner p {
  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;
  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 {
  margin-top: -100px;
  position: relative;
  z-index: 999;
}
.about .arc img {
  width: 70%;
  margin: 0 auto;
  display: table;
}
.about .main-about .head a {
  color: black;
}
.about .main-about .head a h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.4px;
  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;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  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;
  text-align: center;
}
.about .abt-pr1 {
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
}
.about .abt-pr1 .pic01 {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.about .abt-pr1 .pic01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about .abt-pr1 h4 {
  font-size: 23.4px;
  line-height: 40.95px;
  font-weight: 800;
  color: black;
  text-transform: uppercase;
}
.about .abt-pr1 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 .pic01-p {
  padding: 10px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.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;
  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;
  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: 40px;
  font-weight: 700;
  letter-spacing: 3.4px;
  transition: all 0.3s ease-out;
  transform-origin: center;
  transform: scale(1, 1);
  text-transform: uppercase;
}
.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;
  height: 400px;
  overflow: hidden;
}
.portfolio .port-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  scale: 0.7;
  height: 100%;
}
.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: 40px;
  font-weight: 700;
  letter-spacing: 3.4px;
  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;
  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,
footer .footer-c a {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
}

@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 .abt-pr1 {
    gap: 10px;
  }
  .about .main-about .head a h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  .about .abt-h h3 {
    font-size: 30px;
  }
  .portfolio .por-head a h1 {
    font-size: 30px;
  }
  .contact .c-head a h1 {
    font-size: 30px;
  }
  .contact .name {
    width: 80%;
  }
  .contact .msg {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .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%;
  }
  .about .abt-pr1 .pic03-p {
    padding: 20px !important;
  }
}
.conform input[type=text],
.conform input[type=email],
.conform input[type=number],
.conform input[type=tel],
.conform select,
.conform textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: white;
  border-radius: 0;
  background: #25292c;
  border: none;
}
.conform button {
  background: black;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid white;
  text-transform: uppercase;
}
.conform button:hover {
  background: black;
  color: white;
}

.rel {
  position: relative;
}

.port-img h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 33;
  color: white;
  font-size: 18px;
}

.gapy {
  padding: 80px 0;
}

.seebtn a {
  background: black;
  color: white;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.innerbanner {
  background: url(../images/about.webp) no-repeat center;
  background-size: cover;
  height: 50vh;
}

.gbg {
  background: #fafafa;
}

.titlecontent h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
}
.titlecontent p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Helvetica W01 Light";
  color: black;
}

.workpic .picimg {
  height: 250px;
  width: 100%;
}
.workpic .picimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.workpic .protitle {
  background: white;
  padding: 10px 0;
}
.workpic .protitle h5 {
  width: 100%;
  text-align: center;
  color: black;
  text-transform: capitalize;
  font-family: "Helvetica W01 Light";
  font-size: 18px;
}

.viewphoto {
  width: 100%;
}
.viewphoto img {
  width: 100%;
}

.sidenavber a {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 10px;
}
.sidenavber a:hover {
  font-weight: 600;
}
.sidenavber .active {
  font-weight: 600;
}

.popup {
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
}
.popup .modal {
  display: none;
  position: fixed;
  z-index: 800;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.popup .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  background: none;
  max-width: 1200px;
}
.popup .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.popup .close:hover,
.popup .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.popup .mySlides {
  display: none;
  max-height: 80vh;
  text-align: center;
}
.popup .imgbox {
  height: 100%;
}
.popup .imgbox img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .popup .imgbox img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.popup .prev,
.popup .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.popup .next {
  right: 0;
  border-radius: 0px;
}
.popup .prev:hover,
.popup .next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.popup img.demo {
  opacity: 0.6;
}
.popup .active,
.popup .demo:hover {
  opacity: 1;
}
.popup img.hover-shadow {
  transition: 0.3s;
}
.popup .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.linkconnect i {
  color: #fff;
}
.linkconnect h4 {
  color: #fff;
  font-size: 20px;
}
.linkconnect h4 a {
  color: #fff;
}

.gamma-description {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.grid {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}

.grid-item {
  padding: 5px;
  box-sizing: border-box;
  display: inline;
}
.grid-item img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .gamma-single-view img {
    width: 100% !important;
    left: 0 !important;
    height: auto !important;
  }
}

.gamma-nav span {
  z-index: 3;
}

@media (max-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}
@media (max-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .grid-item {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  .grid-item {
    width: 50%;
  }
}/*# sourceMappingURL=main.css.map */