@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
.nav-mobile-button-open .line {
  position: absolute;
  top: 50%;
  transition: all 400ms linear;
}
.nav-mobile-button-open .line:nth-child(1) {
  transform: rotate(45deg);
}
.nav-mobile-button-open .line:nth-child(2) {
  opacity: 0;
}
.nav-mobile-button-open .line:nth-child(3) {
  transform: rotate(-45deg);
}

.open .nav-links {
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 0px !important;
  overflow-y: auto;
}
@media (max-width: 767.98px) and (max-height: 400px) {
  .open .nav-links {
    padding-top: 150px;
  }
}
.open .nav-links li {
  visibility: visible;
  opacity: 1;
}
.open .nav-links li:nth-child(1) {
  transition: all 0.5s ease 0.2s;
}
.open .nav-links li:nth-child(2) {
  transition: all 0.5s ease 0.4s;
}
.open .nav-links li:nth-child(3) {
  transition: all 0.5s ease 0.6s;
}
.open .nav-links li:nth-child(4) {
  transition: all 0.5s ease 0.8s;
}
.open .nav-links li:nth-child(5) {
  transition: all 0.5s ease-in 1s;
}

nav {
  height: 10px;
  background-color: #aea643;
}
nav .nav-icon-mobile {
  padding: 10px 0px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 600ms linear;
  z-index: 2;
}
nav .nav-icon-mobile .line {
  background-color: white;
  height: 5px;
  width: 90%;
  margin-bottom: 8px;
  border-radius: 20px;
  transition: all 400ms ease-in-out;
}
nav .nav-links {
  position: fixed;
  background-color: #aea643;
  height: 100px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -40px;
  right: -10px;
  border-bottom-left-radius: 10px;
  transition: all 1s ease-out;
}
nav .nav-links li {
  list-style: none;
  margin: 0 auto !important;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
}
nav .nav-links li:hover a {
  border-bottom: 3px solid white;
  color: black;
  transition: all 0.5s ease-in-out;
}
nav .nav-links li a {
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

footer {
  padding: 50px 0px;
  margin-bottom: 0px;
  background-image: linear-gradient(rgba(5, 5, 5, 0.568), rgba(5, 5, 5, 0.568));
  text-align: center;
  color: white;
}
footer h3:first-letter {
  color: #aea643;
}
footer p {
  font-size: 0.8rem;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
}

p {
  letter-spacing: 0.05rem;
  font-weight: 100;
  text-align: center;
}

h1 {
  text-align: justify;
  font-weight: bold;
  color: white;
}

h3 {
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.my-text {
  font-weight: bold;
}

.section-padding {
  padding: 100px 0px 0px 0px;
}

.title-padding {
  padding: 40px 0px;
}

.text-container {
  margin-bottom: 50px;
}

.span-text-color {
  color: #aea643;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8rem !important;
  letter-spacing: 0.2rem;
  font-weight: 300;
}

.flex-center-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes text-background-animation {
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes text-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-portfolio {
  color: #ffffff !important;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  border: 2px solid #aea643 !important;
  background-color: transparent !important;
}
.btn-portfolio:hover {
  transition: background-color 1s ease !important;
  background-color: #aea643 !important;
}

.hero {
  background-image: linear-gradient(rgba(5, 5, 5, 0.568), rgba(5, 5, 5, 0.568)), url("../src/img/heroimage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  z-index: 1;
}
.hero .box-text {
  width: auto;
}
.hero .box-text h1 {
  position: relative;
  animation-name: text-opacity;
  animation-duration: 3s;
}
.hero .box-text h1 .text-background-animation {
  background-color: #aea643;
  width: 0px;
  height: 100%;
  position: absolute;
  animation-name: text-background-animation;
  animation-duration: 2s;
}
.hero .box-text button {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  border: 2px solid #aea643;
  padding: 20px 60px;
  background-color: transparent;
  margin-top: 15px;
}
.hero .box-text button:hover {
  transition: background-color 1s ease;
  background-color: #aea643;
}

@media (min-width: 1400px) {
  .services .service-box-padding {
    padding: 0px 150px;
  }
}
.services .mini-box {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: gray;
  padding: 30px;
  margin: 0px 2% 50px 2%;
  min-height: 350px;
  border-radius: 10px;
}
.services .mini-box .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
}
.services .mini-box .icon img {
  width: 100%;
  height: 100%;
}
.services .mini-box h3 {
  padding: 5px 0px;
}
.services .mini-box p {
  text-align: justify;
}

.project .mini-box {
  color: white;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  background-color: #607196;
  padding: 30px 40px;
  height: 100%;
}
.project .mini-box h3,
.project .mini-box h4 {
  text-transform: capitalize;
  text-align: left;
}
.project .mini-box p {
  text-align: left;
  letter-spacing: 0.05rem;
}
.project .img-box {
  width: auto;
  height: 100%;
  border: 10px solid #aea643;
}
.project .img-box img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .project .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about-me {
  padding: 100px 20px;
  text-align: center;
}
.about-me .boxtext {
  margin-bottom: 60px;
}
.about-me .boxtext h2 {
  text-transform: uppercase;
}
.about-me .boxtext .sectionp {
  font-weight: 500;
  font-size: 1.3rem;
}
.about-me .boxtext button {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 40px;
  border: 1px solid #aea643;
  background: transparent;
  text-align: center;
}
.about-me .boxtext button:hover {
  transition: background-color 1s ease;
  background-color: #aea643;
}
.about-me .border-div {
  position: relative;
  width: 250px;
  height: 360px;
  border: 8px solid #4b7f8a;
  margin: 0 auto;
}
.about-me .border-div .img-box {
  width: 250px;
  height: 360px;
  display: block;
  position: absolute;
  top: -30px;
  left: 22px;
  border: 8px solid white;
}
.about-me .border-div .img-box img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  padding: 100px 0px;
  letter-spacing: 0.2rem;
}
.contact .mini-box {
  border-radius: 10px;
  margin: 0 10px 30px 10px;
  box-shadow: 0px 0px 18px #000000;
  color: black;
  padding: 10px;
  max-height: 100%;
}
.contact .mini-box:hover {
  transition: all 0.5s ease-in-out;
  box-shadow: none;
}
.contact .mini-box .icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
}
.contact .mini-box .icon img {
  width: 100%;
  height: auto;
}
.contact .mini-box .text {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contact .mini-box .text p {
  letter-spacing: 0.05rem;
}
.contact .mini-box .text p a {
  text-decoration: none;
  color: black;
}/*# sourceMappingURL=style.css.map */