/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Child theme for Twenty Twenty-Five
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0
*/


.services-section {
  padding: 3.75rem 0;
}

.services-offer {
  padding: 4rem 1.5rem;
}

.services-offer figure {
  width: 3rem;
  height: 3rem;
}

.services-offer h3 {
  margin-top: 2.25rem;
  font-size: 1.75rem;
}

.services-offer p {
  font-size: 1rem;
}

.about-section {
  padding: 6rem 0;
}

.about-section h2 {
  font-weight: 600;
  font-size: 2.5rem;
}

.about-column > div {
  flex-basis: 548px;
}

.about-paragraph p:first-of-type {
  margin-top: 2.5rem;
  padding-right: 4.75rem;
}

.about-paragraph p:nth-of-type(2) {
  padding-right: 6.5rem;
}

.portfolio-section {
  padding: 6rem 0;
  }

.portfolio-items figure {
  margin-bottom: 1.75rem;
}

h3 {
  font-size: 1.75rem;
}

.steps-section {
  padding: 6rem 0;
}

.blog-section {
  padding: 6rem 0;
}

.blog-section .topic{
  margin-top: 4.375rem;
}

@media (max-width: 1080px){
  .navChoices {
    display: none;
  }
  
  .burgerMenu {
    display: block;
  }

  .off-screen-menu.visible {
    right: 0;
  }

  .off-screen-items {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
  }

  .closeImage {
    align-self: flex-end;
    /*justify-self: center;*/
  }

  h4 {
    font-weight: 500;
    font-size: 24px;
    color: white;
  }

  .hr {
    width: 100%;
    margin: 27px 0px;
    height: 1px;
    background-color: #20A197;
  }

  .navButton {
    width: 100%;
    height: 60px;
    background-color: #facc15;
    border-radius: 100px;
    border-style: none;
    font-weight: 600;
    margin-top: 51px;
  }

  .hero-section {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
    min-height: 644px;
    background:
    linear-gradient(90deg, #0F766E 0%, #10B981 100%) top/100% 65% no-repeat,
    white;
  }
  .heroCursor {
    display: none;
  }

  .services-section {
    padding: 3.5rem 7.3125rem;
  }

  .services-section .css {
    flex-direction: column;
  }

  .services-offer {
    padding: 2rem;
  }

  .services-offer figure {
    width: 2.5rem;
    height: 2.5rem;
  }

  .services-offer h3 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }

  .about-section {
  padding: 3.5rem 1.5rem;
  }  

  .about-column {
    flex-direction: column;
  }
  
  .about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-section h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .about-section h2 br {
    display: none;
  }

  .about-paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-paragraph p:first-of-type {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    text-align: center;
  }

  .about-paragraph p:nth-of-type(2) {
    padding-right: 0;
  }

  .portfolio-section {
    padding: 3.5rem 1.5rem;
  }
  
  .blog-section {
    padding: 3.5rem 1.5rem;
  }
  
  .blog-section .topic{
    margin-top: 2.75rem;
}
  
  .steps-section {
    padding: 3.5rem 1.5rem;
  }

}

@media (max-width: 768px) {
  /* Your tablet-specific styles here */
  
  .hero-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .services-section {
    padding: 3.5rem 1rem;
  }
  
  .about-section {
    padding: 3.5rem 1rem;
  }
  
  .about-section h2 {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  .about-section p {
    text-align: center;
  }
  
  .portfolio-section {
    padding: 3.5rem 1rem;
  }
  
  .blog-section {
    padding: 3.5rem 1rem;
  }

  .cta-section {
    padding: 3.5rem 1rem;
  }
  
  .steps-section {
    padding: 3.5rem 1rem;  
  }

}
