/* GENERAL */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  max-width: 1020px;
  margin: auto;
}

html {
  scroll-behavior: smooth;
}

p {
  color: rgb(85, 85, 85);
}

/* TRANSITION */

a,
.btn {
  transition: all 300ms ease;
}

/* DESKTOP NAV */

.section__logo-container {
    display: flex;
    height: 5rem;
    width: 10rem;
    top: 0; 
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 0;
    margin-top: 0;
    }

    .nav__container{
     Display: flex;
     background-color: rgb(255, 255, 255);
     position: fixed;
     top: 0;
     z-index: 100;
     width: 100vw;
     max-width: 1390px;
     Hight: 10vh;
     padding: 0;
     margin-bottom: 0;
     margin-left: 0rem;
     margin-right: 0;
     margin-top: 0;
}


.logo-image {
    Display: flex;
    top: 0;
    z-index: 1000;
    height: 5rem;
    width: 12rem;
}

 
nav, 
.nav-links {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 5rem;
  margin-right: 0;
  margin-top: 0;
}

nav {
  justify-content: space-around;
  Align-itmes: centre;
  height: 5vh;
  
}

.nav-links {
  gap: 2rem;
  list-style: none;
  font-size: 1.5rem;
}

a {
  color: rgb(255, 0, 0);
  text-decoration: none;
  text-decoration-color: white;
}

a:hover {
  color: grey;
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-color: rgb(181, 181, 181);
}

.logo {
    font-size: 2rem;
}

.logo:hover {
  cursor: default;
}

/* HAMBURGER MENU */

#hamburger-nav {
  display: none;
  
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
 
}

.hamburger-menu {
  position: relative;  
  display: inline-block;
  z-index: 900;
  position: fixed;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 75vw;
  margin-right: 0rem;
  margin-top: 2rem;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}

.menu-links a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  color: rgb(255, 0, 0);
  text-decoration: none;
  transition: all 0.3 ease-in-out;
}

.menu-links li {
  list-style: none;
}

.menu-links.open {
  max-height: 300px;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}

/* SECTIONS */

  section {
  padding-top: 11vh;
  height: fit-content;
  margin: 0 10rem;
  box-sizing: border-box;
  min-height: fit-content;
  display: flex; 
  flex-direction: column;
  align-items: center;
}   

.section-container {
  display: flex;
}

.text-container {
    text-align: justify;
    height: fit-content; 
}


/* PROFILE SECTION */

 #profile {
  display: flex;
  justify-content: center;
  gap: 5rem;
  height: fit-content;
}

.section__pic-container1 {
    display: flex;
    height: 10rem;
    width: 15rem;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0rem;
    margin-top: 5rem;
}

.section__pic-container2 {
    display: flex;
    height: 250px;
    width: 400px;
    margin: auto 0;
}


.section__text {
  align-self: center;
  text-align: center;
}

.section__text p {
  font-weight: 600;
}

.section__text__p1 {
  font-size: 1.25rem;
  text-align: center;
}

.section__text__p2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.title {
  font-size: 3rem;
  text-align: center;
  color: rgb(255, 0, 0);
}

#socials-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

/* ICONS */

.icon {
  cursor: pointer;
  height: 3rem;
}

/* ABOUT SECTION */

 #about {
  position: relative;
}

.about-containers {
  display: flex;
  gap: 2rem;
  
  margin-bottom: 5rem;
  margin-top: 2rem;
}

.about-details-container {
  justify-content: center;
  flex-direction: column;
}

.about-containers,
.about-details-container {
  display: flex;
}

.about-pic1 {
  border-radius: 2rem;
  max-height: 10rem;
  max-width: 15rem;
}

.about-pic2 {
  border-radius: 2rem;
  max-height: 10rem;
  max-width: 15rem;
}

.section__pic-container1 {
    width: 15rem;
    height: 20rem;
    justify-content: center;
    margin: 0 auto;
  }

.zip-pic1 {
  align-items: center;
  border-radius: 2rem;
  max-height: auto;
  max-width: 40rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  }

.details-container {
  padding: 1.5rem;
  flex: 1;
  background: white;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  text-align: center;
}

/* SERVICES */

#services {
  position: relative;
}

.services-sub-title {
  color: rgb(255, 0, 0);
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.services-details-container {
  display: flex;
  height: fit-content;
  width: fit-content;
  justify-content: center;
  flex-direction: column;
}

.article-container {
  display: flex;
  text-align: initial;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: space-around;
}

article {
  display: flex;
  width: 10rem;
  justify-content: space-around;
  gap: 0.5rem;
}

article.icon {
  cursor: default;
}

/* REVIEWS */

#reviews {
  position: relative;
}

.color-container {
  border-color: rgb(163, 163, 163);
  background: rgb(250, 250, 250);
}

.project-img {
  border-radius: 2rem;
  width: 90%;
  height: 90%;
}

.project-title {
  margin: 1rem;
  color: black;
}

.reviews-details-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.reviews-sub-title {
  color: rgb(255, 0, 0);
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}


/* CONTACT */
 
  #contact {
  padding-top: 11vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: fit-content;
  bottom: 2rem; 
  min-height: fit-content;
}

.contact-info-upper-container {
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  border: rgb(53, 53, 53) 0.1rem solid;
  border-color: rgb(163, 163, 163);
  background: (250, 250, 250);
  margin: 2rem auto;
  padding: 0.5rem;
}

.contact-info-container {
  display: flex;
  align-items: center;
  display: list-item;
  list-style-type: none;  
  justify-content: center;
  gap: 2rem;
  margin: 1rem;
}

.contact-info-container p {
  display: flex;
  font-size: larger;
  align-items: center;
  justify-content: center;
  list-style-type: none; 
}

.contact-icon {
  cursor: default;
}

.email-icon {
  height: 3rem;
  display: block;  
  margin-left: auto;
  margin-right: auto;
}

.telephone-icon {
  height: 5rem;
  display: block;  
  margin-left: auto;
  margin-right: auto;
}

.linktree-icon {
  height: 9rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* FOOTER SECTION */

footer {
  height: 26vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5em;
  text-align: center;
 }
    }

footer p {
  text-align: center;
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5em;
}