/* respo.css - Responsive Styles */

/* Extra large screens (1440px and up) */
@media (min-width: 1440px) {
    .container {
      padding-inline: 72px;
    }
  }
  
  /* Laptops / desktops up to 1439px */
  @media (max-width: 1439px) {
    .hero-section .title-container p {
      font-size: 14px;
    }
    .footer-logo {
      width: 300px;
    }
    .xs-text{
        font-size: 14px;
        font-family: "Objektiv";
    }
    h4{
        font-size: 32px;
    }
    /* services section start */
    .services .service-card svg{
        width: 125px;
        height: 125px;
    }
    .service-card{
        width: 400px;
    }
    /* services section end */
  }
  
  /* Up to 1300px */
  @media (max-width: 1300px) {
    
    .square.open{
        max-height: 550px;
    }
    .xl2-text{
        font-size: 28px;
    }
    .s-text{
        font-size: 16px;
    }
    /* hero section start */
    .hero-section .text-container{
        width: 100%;
      }
    .hero-section .image-container {
      width: 100%;
    }
    /* hero section end */
    /* about section start */
    .about.flex{
        flex-direction: column;
    }    
    .about .image-container{
        align-self: center;
    }
    /* about section end */
    /* values section start */
    .values .title-text .s-text{
        width: 500px;
        
    }
    .square .image-container{
        width: 100px;
        height: 100px;
    }
    /* values section end */
        /* services section start */
       
        .service-card{
            width: 360px;
        }
        /* services section end */
  }
  
  /* Up to 1200px */
  @media (max-width: 1200px) {
    h3{
        font-size: 72px;
    }
    .xl2-text{
        font-size: 24px;
    }
    .xl4-text{
        font-size: 40px;
    }
    .l-text{
        font-size: 18px;
    }    
    
    .s-text{
        font-size: 12px;
    }
    h3{

    }
    h4{
        font-size: 28px;
    }
    .about-section .image-container,
    .about-section .text-container {
      width: 100%;
    }
    .footer-column:first-child .image-container {
      width: 400px;
    }

    /* hero section start */
    .hero-section{
        box-shadow: 0px 1px 25px #000;
    }
    .hero-section .image-container {
        height: 400px;
        width: unset;
    }
    .hero-section .text-container {
        height: 400px;
        width: unset;
    }
    .hero-section .image-container img {
        height: 100%;
    }
    .hero-section .text-container {
        width: 50%;
    }
    
    .hero-section .hero-box:nth-of-type(1) .s-text{
        width: 160px;
        text-wrap: balance;
    }
    .hero-section .hero-box:nth-of-type(1){
        height: fit-content;
        padding: 50px 50px;
    }
    .hero-section .hero-box:nth-of-type(2){
        height: 170px;
        
    }

    /* hero section end */
    /* about section start */
    .about .s-text{
        font-size: 18px;
    }
    /* about section end */
    /* services section start */
    .service-card{
        width: 340px;
    }
    /* services section end */
    /* values section start */
    
    .values-container {
        height: 1650px;
    }
    /* values section end */
  }
  
  /* Up to 1100px */
  @media (max-width: 1100px) {
   
    
    .xl-text{
        font-size: 20px;
    }
    .m-text{
        font-size: 16px;
    }
    
    /* about section start */
  
    .about.container{
        padding-top: 0;
    }
    .about.gap-40{
        gap: 0;
    }
    
    /* about section end */

      /* services section start */
      .service-card{
        width: 280px;
    }
    /* services section end */

    /* values section start */
    .values .title-text .s-text{
        width: 400px;
        
    }
    .square .image-container{
        width: 75px;
        height: 75px;
    }
    .square{
        max-height: 320px;
    }
    .square.open{
        max-height: 460px;
    }
    .values-container {
        height: 1550px;
    }
    /* values section end */
    /* process section start */
    .process .step .circle{
        height: 100px;
        width: 100px;
    }
    .process .s-text{
        width: 170px;
    }
    /* process section end */
    
    /* contact section start */
    .contact-container .contact-form{
        max-width: 420px;
        padding-top: 0;
    }
    /* contact section end */
    .parallax-section{
        height: 200px;
    }
    .container {
      padding: 72px 5%;
    }
  }
  
  /* Up to 1000px */
  @media (max-width: 1000px) {
    .xl4-text{
        font-size: 32px;
    }
    .l-text{
        font-size: 16px;
    }
    .xs-text{
        font-size: 12px;
    }
    /* hero section start */
    .hero-section .title-container p{
        display: none;
    }
    
    .hero-section .image-container  {

        width: 100%;
        height: unset;
        font-size: 10px;
    }
    .hero-section .text-container{
        flex-direction: row;
    }
    .hero-section .text-container{
        width: 100%;
    }
    .hero-section .text-container .hero-box{
        width: 50%;
        height: 300px;
    }
    .hero-section .hero-box:nth-of-type(2){
    }
    .hero-section .boxes.flex{
        flex-direction: column;
    }
    /* hero section end */
    /* services section start */
    .services .service-card svg{
        width: 75px;
        height: 75px;
    }
    .service-card::after{
        font-size: 20px;
    }
    /* .service-card{
        width: 250px;
    } */
    
    .services .service-card{
        width: 47%;
    }

    /* services section end */
    /* values section start */
    .values-container{
        height: 2000px;
    }
    .values .cards-container{
        flex-direction: column;
    }
    .square.open{
        max-height: 350px;
    }
    /* values section end */
    /* contact section start */
    .contact-container{
        flex-direction: column;
        gap: 0;
    }
    /* contact section end */
    .container {
      padding-top: 50px;
    }
    .square {
      width: 100%;
    }
    .footer-column {
      align-items: flex-start;
    }
  }
  
  /* Tablets and smaller */
  @media (max-width: 768px) {
    
    .only-desktop {
      display: none;
    }
    .only-mobile {
      display: block;
    }
    .header-container .logo-container{
        margin-inline:auto;
    }
    .flex {
      flex-direction: column;
      gap: 20px;
    }
    .w-50 {
      width: 100%;
    }
    .hero-section .hero-box {
      height: auto;
      padding: 20px;
    }
    .parallax-content {
      padding: 60px 20px;
    }
    h1 {
      font-size: 64px;
    }
    h2 {
      font-size: 24px;
    }
    h3 {
      font-size: 48px;
    }
    h4 {
      font-size: 28px;
    }
    .xl6-text {
      font-size: 48px;
    }
    .xl5-text {
      font-size: 36px;
    }
    .xl4-text {
      font-size: 32px;
    }



    /* about section start */
    .scarlet-71 .s-text{
        font-size: 14px;
        max-width: 300px;
        width: 100%;
    }
    
    /* about section end */
    /* services section start */
    
    .services .service-card{
        width: 100%;
        padding: 80px 30px;

    }
    .services .service-card svg{
        align-self: flex-start;
        
    }
    /* services section end */
    .globe-container.gap-100{
        gap: 40px;
    }
    .globe .xl2-text{
        text-align: left;
    }
    /* scarlet-71 section start */
    .scarlet-71 .item svg{
        width: 50px;
        height: 50px;
    }
    /* scarlet-71 section end */
    /* values section start */
    .square{
        max-height: 260px;
    }
   
    .square.open {
        max-height: 360px;
    }
    .values-container{
        height: 1450px;
    }
    .title-text .s-text{
        font-size: 14px;
    }
    /* values section end */
    /* Process section start */
    .process .flex.flex-wrap{
        gap: 40px   ;
    }
    .process .step.gap-40{
        gap:20px
    }
    /* Process section end */
    /* footer start*/
    .footer-column:first-child .image-container{
        width: 100%;
    }
    .footer-column:first-child{
    height: fit-content;    
    }
    .footer-container{
        padding: 0;
        position: relative;
    }
    /* .footer-column:first-child{
        height: fit-content;
        position: absolute;
        top: 150px;
        width: 175%;
        right:-200px;
    } */
    .image-container.map-image{
     
        display: none;
    }
    .footer-container{
        justify-content: flex-start;
        min-height: 400px;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-container .image-container{
        right: 0;
        left: unset;
        width: 300px;
    }
    .copyright p{
        text-emphasis: center;
    }
    /* footer end*/
}
  
  /* Phones */
  @media (max-width: 480px) {
    h1{
        font-size: 52px;
    }
    .header-container {
      flex-direction: column;
      padding-inline: 20px;
    }
    .header-container svg {
      width: 150px;
    }
    .footer-container {
      flex-direction: column;
      gap: 32px;
    }
    .footer-column {
      width: 100%;
      margin-right: 0;
      align-items: flex-start;
    }
    .footer-logo {
      width: 200px;
    }
    .btn {
      min-width: 100%;
    }
    .hero-section .title-container p {
      position: static;
      width: 100%;
      margin-top: 20px;
      text-align: center;
    }
    .hero-section .text-container{
        height: fit-content;
    }
    .hero-section .text-container .hero-box{
        padding: 20px;
        gap: 32px;
        height: fit-content;
    }
    .hero-section .text-container .hero-box .xl4-text{
        font-size: 28px;
    }
    .hero-section .text-container .hero-box .s-text{
        font-size: 10px;
        width: 100px;
    }
    .hero-section .hero-box:nth-of-type(1){
        width: 100%;
    }
    .hero-section .hero-box:nth-of-type(2){
        display: none;
    }
    /* about section start */

    .about-section .image-container{
        width: 100%;
    }
    .about-section .text-container{
        width: 100%;
    }

    /* about section end */
    /* scarlet-71 start*/
    .scarlet-71 .item{
        position: relative;
    }
    .scarlet-71 .item svg{
        position: absolute;
        right: calc(-50% + 50px);
    }
    /* scarlet-71 end*/
    /* values section start */
    .square{
        max-height: 300px;
    }
    .square.open{
        max-height: 440px;
    }
    .values .title-text .s-text{
        width: 100%;
    }
    .values-container{
        height: 1600px;
    }
    /* values section end */
}

@media (max-width: 350px) {
    .scarlet-71 .item svg{
        width: 35px;
        height: 35px;
    }
    h4{
        font-size: 24px;
    }
    .scarlet-71 .item{
        padding: 40px 20px;
    }
}

  