@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");

.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Poppins', Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}

.hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.555), rgba(255, 255, 255, 0.8)),
    url("../img/forest-gf927bc35f_1920.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .hero {
    background-attachment: scroll;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.555), rgba(255, 255, 255, 0.8)),
      url("../img/forest-gf927bc35f_1920.jpg");
  }
}



.hero .title {
  font-family: 'Kaushan Script', sans-serif;
  transform: rotate(-5deg);
  font-size: 5rem;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 5px;
  color: whitesmoke;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #999775;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #999775;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #999775;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #999775;
}

.main-content {
  padding-top: 2rem;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
  background-color: #f0f3f5;
  padding: 60px 0px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  background: white;
  color: #43485c;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #999775;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
  }
}

.main-logo-img {
  height:50%;
  width: 50%;
}

@media (max-width: 599px) {
  .main-logo-img{
    height: 70%;
    width: 70%;
  }
}

.main-content .section-dark.my-work .work-item {
  position: relative;
  width: 100%;
  padding-top: 60%; /* Increased from 50% to make images taller */
  margin-bottom: 1rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
  overflow: hidden;
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-dark.my-work .work-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0;
  width: 0;
  height: 0;
}


.main-content .section-light {
  padding: 30px;
}

.main-content .section-light.about-me {
  padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: #999775;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px;
  background-color: #999775;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  color: #000000;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 50px;
  line-height:20px;
  text-align: center;
  background: #999775;
  color: whitesmoke;
  padding-top: 1rem;
}

.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #999775;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color:	#000000;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #999775;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.white {
  color: ghostwhite
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  justify-content: space-around;
  width: 100%;
}

.navbar-menu {
  flex-grow: 0.5;
  justify-content: center;
}

.navbar-menu .navbar-item {
  flex-grow: 1;
  justify-content: center;
}

.navbar-menu .navbar-item .control {
  width: 50%;
}

.padding {
  padding-left: 10px;
}



.scroll-up-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366; /* WhatsApp green */
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease; /* Smooth transition for hover and active states */
}

.scroll-up-btn:hover {
  background-color: #1DA851; /* Slightly darker green for hover */
}

.scroll-up-btn:active {
  background-color: #128C7E; /* WhatsApp's official darker green for active state */
  outline: none; /* Remove focus outline */
}

.whatsapp-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding-top: 8px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.9); /* Light background with slight transparency */
  backdrop-filter: blur(5px); /* Soft blur effect */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-item {
  color: #333; /* Darker text for readability */
  font-weight: bold;
}

.navbar-item:hover {
  background-color: #f1f1f1; /* Subtle hover effect */
}

#lightbox {
  display: none; /* Ensure lightbox is hidden initially */
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's above everything */
}

.lightbox-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lightbox-img {
  max-width: 90%; /* Adjust width to fit the screen */
  max-height: 90vh; /* Prevent the image from exceeding the viewport height */
  object-fit: contain; /* Ensures the image scales without distortion */
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10001;
}

#prev-btn, #next-btn {
  width: 60px; /* Adjust to fit */
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon {
  width: 50px; /* Resize as needed */
  height: auto;
}

@media (max-width: 768px) {
  .lightbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add padding to prevent the image from touching the edges */
  }

  .lightbox-img {
    max-width: 100%; /* Ensure the image fits within the screen width */
    max-height: 80vh; /* Prevent the image from exceeding the viewport height */
    object-fit: contain; /* Maintain aspect ratio */
  }

  .lightbox-content {
    flex-direction: column; /* Stack content vertically on mobile */
    gap: 10px; /* Add spacing between elements */
  }

  .close-btn {
    top: 10px; /* Adjust position for smaller screens */
    right: 10px;
    font-size: 20px; /* Slightly smaller close button */
  }
}

.columns {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

#success-message {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}

#success-message.show {
  display: block;
  opacity: 1;
}

.is-slightly-rounded {
    border-radius: 10px;
  }

@media (min-width: 1024px) {
  #contact .columns {
    justify-content: center; /* Center the columns horizontally */
    display: flex;
  }
  #contact .column.is-half-desktop.is-offset-one-quarter-desktop,
  #contact .column.is-8-desktop.is-offset-2-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }
}

.iframe-container {
  display: flex;
  justify-content: center;
  padding-top: 2rem; /* Adds space below the submit button */
}


.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-top: 2rem;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-form {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
}
