h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;

}

body {
    font-family: "Work Sans";
    margin: 0;
}

header {
    background-color: #ededed;
    padding-bottom: 168px;
    position: relative;
}
/* font-size: clamp(10px, 5vw, 20px); */
nav {
    display: flex;
    justify-content: space-between;
    font-size: clamp(0.625rem, 0.3309rem + 1.4706vw, 1.25rem);
    margin-bottom: 76px;
    padding-top: 36px;
}

ul {
    list-style-type: none;
}

nav div {
    display: flex;
    justify-content: end;
    width: 172px;
}

.nav_img {
    width: min(100%, 136px);
    height: min(100%, 42px);
    padding: 0;
    
}

nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    width: min(816px);
}  

nav ul li {
    text-align: center;
    display: inline;
    padding-left: 5px;
    font-weight: 400;  
}

.nav_hamburger ul {
    padding: 0;
    margin: 0;
}

.nav_hamburger {
    box-sizing: border-box;
}

.navbar {
    display: none;
}

.nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    z-index: 9999;
}

/* .nav_link{
    transition: 0.7s ease;
}

.nav_link:hover {

} */

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}



h1 {
    font-size: clamp(1.25rem, 0.0663rem + 5.9184vw, 4.875rem);
    font-weight: 700;    
    padding-top: 42px;
    width: 100%;

}

h2 {
    color: black;
    font-size: clamp(1.25rem, 0.7194rem + 2.6531vw, 2.875rem);
    font-weight: 700;
}

h3 {
    color: black;
    font-size: clamp(0.5rem, 0.051rem + 2.2449vw, 1.875rem);
    font-weight: 500;
}

h4 {
    color: black;
    font-size: 1.625rem;
    font-weight: 500;
}

.button1 {
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

p {
    color: black;
    font-size: clamp(0.625rem, 0.4209rem + 1.0204vw, 1.25rem);
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;

}

footer {
    color: black;
    font-size: 1rem;
    font-weight: 400;

}

.slider {
    display: none !important;
}

.center_news {
    width: 100%;
    display: flex  !important;
    justify-content: center  !important;
    padding-bottom: 7px !important;
}

.slick-dots li.slick-active button:before{
    color: var(--purple, #A13D65) !important;
}

.purple {
    color: var(--purple, #A13D65);
    font-weight: 500;
}
/* ............................................. */
.wrapper {
    width: min(100%, 1582px);
    margin: auto;
}

.wrapper1 {
    width: 100%;
    background-color: #ededed;
    display: flex;
    justify-content: center;
}

.wrapper3 {
    width: 100%;
    margin: auto;
    background-color: #ededed;
}

.wrapper2 {
    background-color: #ededed;
     width: min(100%, 1582px); 
     margin: auto;
}
.intro {
    position: relative;
    border: 1px solid #B4B4B4;
    text-align: center;
    width: min(49.3%);
    margin: 0px auto;
    height: max(30%);
}

.intro h3 {
    margin-bottom: 31px;
}



.primary_button {
    border: 1px solid #000;
    width: min(40%, 262px);
    height: 40px;
    font-weight: 500;
    background-color: #ededed;
    font-size: clamp(0.625rem, 0.4209rem + 1.0204vw, 1.25rem);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -23px;
}

.border_primary_button {
    display: flex;
    justify-content: center;
    border: none;
    width: min(75%, 422px);
    height: 3px;
    background-color: #ededed;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    

    
}

.primary_button::after, .primary_button::before {
    content: "";
    width: 58px;
    height: 1px;
    position: absolute;
    background-color: #000;
    
    background-color: #000;
}

.primary_button::before {
    left: -58px;
    bottom: 50%;
}

.primary_button::after {
    right: -58px;
    bottom: 50%;
}

.portfolio {
    text-align: center;
    margin: auto;
    width: 56.56%;
}

.portfolio p {
    margin-top: 21px;
    margin-bottom: 74px;
}

.portfolio_img{

    display: flex;
    justify-content: space-between;
    width: 1184px;
    margin: auto; 
    position: relative;
    padding-top: 80px;


}

.portfolio_img img {
    width: 380px; 
    height: 196px;
    
}

.primary_button2 {
    border: 1px solid  #000;
    height: 40px;
    width: min(44%, 262px);
    font-weight: 500;
    background-color: #fff;
    font-size: clamp(0.625rem, 0.4209rem + 1.0204vw, 1.25rem);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* .vertical_line {
    border-left: 1px sol id #000;
    height: 112px;
    position:absolute;
    left: 50%;
    top: 946px;
  } */


.portfolio_button {
    display: flex;
    justify-content: center;
    width: min(49.3%);
    margin: 0px auto;
    height: max(30%);
    
}

    /* border: 1px solid  #000;
    padding: 8px 64px 9px;
    position: relative;
    top: 9px;
    font-weight: 500;
    background-color: #fff;
    font-size: 20px;
    

} */

.primary_button2::after, .primary_button2::before {
    content: "";
    width: 1px;
    height: 36px;
    position: absolute;
    background-color: #000;
}

.primary_button2::before {
    left: 50%;
    bottom: 41px;
}

.primary_button2::after {
    right: 50%;
    top: 41px;
}




.products {
    position: relative;
    top: -75px;
    font-size: 20px;
    margin: auto;
    width: 782px;
    height: 30%;
    display: flex;
    justify-content: space-between;
}

.products a {
    background-color: #fff;
    text-align: center;
    flex: 0 23.04%;
    width: 180px;
    height: 180px;
    /* padding-bottom: 3.5%;
    padding-left: 0.5%;
    padding-right: 0.5%; */
    /* height: max(180px); */
    box-shadow: 4px 4px 10px 0px 
    rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 20px
}
.products a span {
    display: flex;
    width: 42px;
    height: 42px;
    border: 1px solid purple;
    border-radius: 90px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 9px;
}

.problems {
    background-color: #ededed;
    display: flex;
    justify-content: space-between;
    height: 309px;
}

.problems_margin {
    margin-top: 75px;
    margin-bottom: 91px;
}

.problems2 {
    width: 784px;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.problems2 h2 {
    
    border-bottom: solid 1px #B4B4B4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;   
}


.text_content{
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #B4B4B4;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 44px;
    margin-right: 44px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: clamp(0.625rem, 0.2985rem + 1.6327vw, 1.625rem);

}

.text_content h4 {
    font-size: clamp(0.625rem, 0.2985rem + 1.6327vw, 1.625rem);
    padding-left: 76px;
    padding-right: 76px;
}





.news {
    display: flex;
    justify-content: space-between;
    width: 1184px;
    margin: auto; 
    position: relative;
    padding-top: 80px;
    
}

.date {
    font-size: 14px;
}

.news div h4 {
    font-weight: 700;
    text-align: center;
    
}

.hover:hover {
    box-sizing: border-box;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.slider a:hover {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.news p {
    margin: auto;
    font-size: 16px;
    text-align: center;
    width: 260px;
    padding-bottom: 20px;

}

.news img {
    width: 380px; 
    height: 196px;
    margin-bottom: 20px;
}

.news span {
    display: flex;
    justify-content: center ;
    font-size: 12px;
}

.news_button {
    border: 1px solid #000;
    width: min(20%, 262px);
    height: 40px;
    font-weight: 500;
    background-color: #fff;
    font-size: clamp(0.625rem, 0.4209rem + 1.0204vw, 1.25rem);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.news_button::after, .news_button::before {
    content: "";
    width: 58px;
    height: 1px;
    position: absolute;
    background-color: #000;
    
    background-color: #000;
}

.news_button::before {
    left: -58px;
    bottom: 50%;
}

.news_button::after {
    right: -58px;
    bottom: 50%;
}

.news_button_flex {
    display: flex;
    justify-content: center;
    padding-bottom: 44px;
    width: min(100%, 1582px);
    padding-top: 34px;
} 

.needs {
    background-color: #ededed;
    margin-top: 44px;
    position: relative;
    height: 808px;
    margin-bottom: 157px; 
}



.needs p {
    font-weight: 500;
}

.needs_p1 {
    border: 1px solid #B4B4B4;
    width: min(40%, 380px);
    height: 257px;
    position: absolute;
    top: 103px;
    left: min(21%, 236px);
    display: flex;  
    background-color: #ededed;
}

.needs_p1 p {
    position: absolute;
    top: 83px;
    left: min(55%, 204px);

}

.needs_p2 {
    border: 1px solid #B4B4B4;
    width: min(30%, 400px);
    height: 143px;
    position: absolute;
    top: 361px;
    right: min(40%, 395px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: end;
    background-color: #ededed;
    padding-left: 10px;
    padding-right: 10px;   
}

.needs_p3 {
    border: 1px solid #B4B4B4;
    width: min(30%, 399px);
    height: 180px;
    position: absolute;
    bottom: 44px;
    left: min(62%, 600px);
    display: flex;
    justify-content: center;
    align-items: center;  
    background-color: #ededed;
    padding-left: 10px;
    padding-right: 10px;
}

.needs_img1 {
    width: min(36%, 382px);
    height: auto;
    position: absolute;
    top: 44px;
    left: 37px;
}

.needs_img2 {
    width: min(46%, 578px);
    height: auto;
    position: absolute;
    bottom: -79px;
    left: 37px;
    z-index: 100;
}

.needs_img3 {
    width: min(35%, 373px);
    height: auto;
    position: absolute;
    top: 99px;
    right: 37px; 
}

.need_border1 {
    border: 1px solid #B4B4B4;
    width: 328px;
    height: 129px;
    position: absolute;
    top: 232px;
    right: 635px;
    border-bottom-style: none;
    border-left-style: none;
}

.need_border2 {
    border: 1px solid #B4B4B4;
    width: 174px;
    height: 182px;
    position: absolute;
    bottom: 120px;
    right: 436px;
    border-top-style: none;
    border-left-style: none;
}

.element {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: -763px;
   }
   
   .circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
   }
   
   .circle-black {
    background-color: #A13D65;
   }
   
   .vline {
    border-left: 1px solid;
    border-color: #B4B4B4;
    height: 128px;
   }

.contact_margin {
    margin-bottom: 50px;
}

.contact {
    display: flex;
    justify-content: center;
}

.contact2 { 
    font-size: 20px;
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-left: 30px;
}

input {
    border: 1px solid #B4B4B4;
}

.contact2 input {
    width: 385.7px;
    height: 29px;
}

.contact2 textarea {
    width: 385.7px;
    height: 176px;
    border-color: #B4B4B4;
}

.sendbutton {
    width: min(80%, 385.5px);
    display: flex;
    justify-content: center;
}

.sendbutton2 { 
    width: min(20%, 262px);
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    font-size: clamp(0.625rem, 0.4209rem + 1.0204vw, 1.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    border: 1px solid #000;
    position: absolute;
    
}

.sendbutton2::after, .sendbutton2::before {
    content: "";
    width: 58px;
    height: 1px;
    position: absolute;
    background-color: #000;
    
    background-color: #000;
}

.sendbutton2::before {
    left: -58px;
    bottom: 50%;
}

.sendbutton2::after {
    right: -58px;
    bottom: 50%;
}

.margine_input div {
    margin-bottom: 18.3px; 
}

.contacts {}


.contact3 {
    width: 509.4px;
    padding-bottom: 50px;
}

.contact4 {
    font-weight: 700;
    position: relative;
    left: 237.1px;
    top: 118.4px;
    width: 180px;
}

.contact_tel {
    font-size: clamp(0.825rem, 0.2199rem + 2.0253vw, 1.625rem);
    position: relative;
    left: 237.1px;
    top: 129.6px;  
    width: 178px; 
}

.contact_email {
    font-size: clamp(0.825rem, 0.2199rem + 2.0253vw, 1.625rem);
    position: relative;
    left: 237.1px;
    top: 133.6px;
    width: 178px;  
}

.contact_img1 {
    position: relative;
    left: 213.1px;
    top: 69.6px;  
    width: 178px;
}

.contact_img2 {
    position: relative;
    left: 206.1px;
    top: 71.6px;
    width: 178px;
}

.contact4 span {
    color: #A13D65;
}

footer {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    
}

input,textarea{
    width: 200px;
    padding: 5px;
    margin: 0px;
    box-sizing: border-box;
    resize: none;
}

label {
    padding-right: 17.5px;
}

.contact2 div{
    display: flex;
    align-items: start;
}

footer div {
    display: flex;
    justify-content: end;
    width: 140px;
}

footer div > img {
    width: min(100%, 103px); 
    height: min(100%, 32.5px);
    padding: 0;
}

footer ul li {
    padding-left: 5px;
    display: inline;
    text-align: center;
}

footer ul {
    width: min(639px);
    font-size: clamp(0.375rem, 0.0809rem + 1.4706vw, 1rem);
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    margin: 0%;
    padding: 0px;
    
}

footer > a {
    display: flex;
    align-items: center;
    font-size: clamp(0.375rem, 0.1985rem + 0.8824vw, 0.75rem);
    padding-right: 2.4%;
    align-items: end;
    margin: 0%;
    text-align: center;
}

footer span {
    margin-right: 10px;
}
.copyright {
    border-top: solid 1px #B4B4B4;
    text-align: center;
    font-weight: 400;
    font-size: clamp(0.375rem, 0.1681rem + 1.0345vw, 0.75rem);
    color: #B4B4B4;
    margin-left: 36%;
    margin-right: 36%;
    padding-top: 5px;
}

.footer_background {
    background-color: #ededed;
    height: 107px;
    margin-top: 67px;
}

  @media (max-width: 1237px) {

      .element {
        bottom: -807px;
    }  

    .vline {
        height: 83px;
    }
  }

  @media (max-width: 1215px) {
    .portfolio_img{
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: auto;
  }
  
  .center {
      display: flex;
      justify-content: center;
  }

  .portfolio_img img {
      width: 380px; 
      height: 196px;  
  }

  .news {
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: auto;
  }

  .slider {
    display: block !important;
   }

   .portfolio_img {
    display: none;
   }

   .news {
    display: none;
   }

    }

@media (max-width: 1199px) {
    
    .news_button {
        display: none;
    }

    .news_button_flex {
       display: none;
    }

    .slick-dots {
       bottom: -35px !important; 
    }

}

@media (max-width: 1077px) {
    .need_border1 {
        border: none;
    }

    .need_border2 {
        border: none;
    }
   }

@media (max-width: 1150px) {

    /* .contacts {
        position: relative;
        top: 50px;
    } */

    .contact3 {
        top: 246px;
        padding-bottom: 0;
        padding-top: 50px;
    }

    .contact4 {
        font-size: 20px;  
        top: 0px;
    } 

    .contact_tel, .contact_email {
        font-size: 16px;
    }

    .contact_tel {
        top: 14px;
    }

    .contact_email {
        top: 28px;
    }
    
    .contact_img1 {
        top: -32px;
    }

    .contact_img2 {
        top: -26px;
    }


    .contact2 {
        font-size: 14px;
        padding-left: 0px;
    }

    .contact2 input {
        width: 340px;
        height: 29px;
    }
    
    .contact2 textarea {
        width: 340px;
        height: 200px;
    }

    .contact {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
    }

    /* .contact3 {
        height: 0px;
        width: auto;
        position: relative;
        width: auto;
        top: 265px;
        padding-bottom: 10px;
        left: -165px;
    } */

    .footer_background {
        margin-top: 30px;
    }

    }

    @media(max-width:1077px){
        .needs {
            height: 675px;
            margin-bottom: 67px;
        }

        .needs_img1 {
            width: min(44.4%, 382px);
            height: auto;
            position: absolute;
            top: 24px;
            left: 24px;
            z-index: 2;
        }

        .needs_img2 {
            width: min(42.4%, 382px);
            height: auto;
            position: absolute;
            bottom: 25px;
            left: 24px;
            z-index: 2;
        }

        .needs_img3 {
            width: min(32.4%, 255px);
            position: absolute;
            top: 200px;
            right: 24px;
            object-fit: cover;
            object-position: 0% 16%;
            z-index: 2;
        }

        .needs_p1 {
            border: 1px solid #B4B4B4;
            width: min(49%, 232px);
            height: 160px;
            position: absolute;
            top: 57px;
            right: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: justify;
            background-color: #ededed;
            padding-left: 10px;
            padding-right: 10px;
            left: min(40.4%, 354px);
            z-index: 1;

        }

        .needs_p1 p {
            position: absolute;
            top: 42px;
            left: auto;
            font-size: 10px;
        }

        .needs_p2 {
            border: 1px solid #B4B4B4;
            width: min(59%, 224px);
            height: 160px;
            position: absolute;
            top: 272px;
            right: min(33%, 253px);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            background-color: #ededed;
            padding-left: 10px;
            padding-right: 10px;
            z-index: 1;
        }

        .needs p {
            font-size: 16px;
        }

        .needs_p2 p {
            position: absolute;
            left: auto;
            padding-right: 42px;
            padding-left:12px;
            text-align: right;
        }
        
        .needs_p3 {
            border: 1px solid #B4B4B4;
            width: min(45%, 232px);
            height: 160px;
            position: absolute;
            top: 465px;
            right: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: left;
            background-color: #ededed;
            padding-left: 10px;
            padding-right: 10px;
            left: min(44%, 396px);
            z-index: 1;
        }

        .needs_p3 p {
            position: absolute;
            left: auto;
            padding-right: 22px;
            padding-left: 30px;
        }

        .element {
            bottom: -626px;
        }

        .vline {
            height: 78px;
        }

        label, input {
            display: block;
        }
        }

    @media(max-width:900px){
        
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 24px 24px;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
            margin-bottom: 62px;
        }


        nav {
            display: none;
        }

        .hamburger{
            display: block;
        }

        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);    
        }

        .hamburger.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);    
        }

        .nav_menu {
            position: absolute;
            left: -102%;
            top: 90px;
            gap: 0;
            flex-direction: column;
            background-color: #B4B4B4;
            width: 100%;
            text-align: center;
            transition: 0.3s; 
        }

        .nav_menu a {
            border-bottom: solid 1px #000;
            width: 100%;
        }

        .nav_menu a:last-child {
            border: none;
        }

        .nav_menu li {
            text-align: center;
            padding: 10px;
        }

        .nav_item {
            margin: 0px 0;
        }

        .nav_menu.active{
            left: 0;
        }

        .border_none {
            border: 0;
        }

        .intro {
            border: none;
            width: auto;
        }

        header {
            padding-bottom: 140px;
        }

        h1 {
            font-size: 46px;
            padding-top: 29px;
        }

        h2 {
            font-size: 22px;
        }
        
        h3 {
            font-size: 20px;
        }

        p {
            font-size: 16px;
        }

        .primary_button {
            width: min(60%, 180px);  
            height: 26px;
            font-size: 16px;
        }

        .primary_button::after {
            right: -40px;
            bottom: 50%;
        }

        .primary_button::before {
            left: -40px;
            bottom: 50%;
        }

        .primary_button::after, .primary_button::before {
            content: "";
            width: 40px;
            height: 1px;
            position: absolute;
            background-color: #000;
        }
        
        .products {
            flex-direction: column;
            height: 781px;
            width: auto;
            align-items: center;
            background-color: #ededed;
            padding-bottom: 42px;
        }

        .products a {
            padding: 0%;
            width: 180px;
            height: 180px;
            font-size: 18px;
        }

        .products a span {
            margin-top: 35px;
        }

        .primary_button2 {
            width: min(120%, 180px);  
            height: 26px;
            font-size: 15px;
        }

        .primary_button2::after {
            right: 50%;
            top: 27px;
        }

        .primary_button2::before {
            left: 50%;
            bottom: 27px;
        }

        .problems {
            flex-direction: column;
            height: 204px;
            
        }

        .problems_margin {
            margin-top: 50px;
            margin-bottom: 29px;
        }

        .problems2 {
            width: auto;
            
        }

        .problems2 h2 {
            width: 86%;
            font-size: 24px;
        }

        .problems2 h3 {
            font-size: 18px;
        }

        .text_content {
            margin-bottom: 24px;
            margin-left: 24px;
            margin-right: 24px;
            padding: 0;
            margin-top: 24px;
        }

        .text_content h4 {
            font-size: 14px;
            padding: 16px;
        }
        
        .news {
            padding-top: 32px;
        }

        .element {
            bottom: -194px;
        }

        .vline {
            height: 510px;
        }

        }
    
     @media (max-width: 820px) {

        footer {
            flex-direction: column;
        }

        footer div {
            justify-content: center;
            width: 100%;
            padding-bottom: 24px;
        }
        
        footer ul {
            width: 100%;
            flex-direction: column;
            font-size: 16px;
            align-items: center;
            height: 294px;
            justify-content: space-between;
        }

        footer > a {
            justify-content: center;
            font-size: 12px;
            padding: 0px;
            padding-top: 40px;
        }

        .copyright {
            font-size: 12px;
            margin: 0px 10px;
            padding: 10px 0px;
        }

        .footer_background {
            height: 100%;
        }

        }
     @media (max-width: 500px) {

        .portfolio {
            width: 68%;
        }

        .portfolio_img img {
            width: 312px;
            height: 160px;
        }

        .news img {
            width: 312px;
            height: 160px;
        }
        label, input {
            display: block;
        }
        
        .flex {
            display: flex;
            flex-direction: column;
            font-size: 12px;
            font-weight: 400;
        }

        label {
            padding-bottom: 5px;

        }

        .contact {
            align-items: normal;
        }

        .contact2 input {
            width: 100%; 
        }

        .contact4 {
            left: 75px;
        } 
    
        .contact_tel, .contact_email {
            left: 75px;
        }
        
        .contact_img1 {
            left: 50px;
        }
    
        .contact_img2 {
            left: 45px;
        }

        .contact2 {
            margin-left: 23px;
            margin-right: 23px;
            flex-direction: column;
            align-items: normal;
        }

        .contact2 textarea {
            width: 100%;
            height: 112px;
        }

        .margine_input {
            padding: 0px;
        }

        .sendbutton {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .sendbutton2 {
            font-size: 12px;
            font-weight: 400;  
            width: min(60%, 180px);   
        }

        .sendbutton2::after, .sendbutton2::before {
            width: 40px;
        }

        .sendbutton2::after {
            right: -40px;
        }

        .sendbutton2::before {
            left: -40px;
        }
      }
    @media (max-width: 457px) {

        .needs {
        height: 675px;
        margin-bottom: 67px;
        }

        .needs_img1 {
        width: min(59.4%, 206px);
        height: auto;
        position: absolute;
        top: 24px;
        left: 24px;
        }

        .needs_img2 {
        width: min(59.3%, 206px);
        height: auto;
        position: absolute;
        bottom: 81px;
        left: 24px;
        }

        .needs_img3 {
        width: min(59%, 206px);
        height: min(22%, 137px);
        position: absolute;
        top: 242px;
        left: 24px;
        object-fit: cover;
        object-position: 0% 16%;
        z-index: 2;
        }

        .needs_p1 {
        border: 1px solid #B4B4B4;
        width: min(171px);
        height: 138px;
        position: absolute;
        top: 54.5px;
        left: auto;
        display: flex;
        background-color: #ededed;
        text-align: end;
        right: 19px;
        }

        .needs_p1 p {
        position: absolute;
        top: 30px;
        left: 93px;
        font-size: 10px;
        padding: 11px;
        }

        .needs_p2 {
        border: 1px solid #B4B4B4;
        width: min(171px);
        height: 138px;
        position: absolute;
        top: 272px;
        right: min(19px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: end;
        background-color: #ededed;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 1;
        }

        .needs p {
        font-size: 12px;
        }

        .needs_p2 p {
        position: absolute;
        left: 93px;
        padding-right: 11px;
        }
    
        .needs_p3 p {
        padding-right: 12px;
         }

        .needs_p3 {
        border: 1px solid #B4B4B4;
        width: min(171px);
        height: 138px;
        position: absolute;
        top: 487px;
        right: min(19px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: end;
        background-color: #ededed;
        padding-left: 10px;
        padding-right: 10px;
        left: auto;
        z-index: 1;
        }
        }

    @media(max-width:435px){

        .needs p {
            font-size: 10px;
        }

        .needs_p1 p {
            
            left: 106px;
        }

        .needs_p3 p {
    
        padding-left: 85px;
        }
    }

    @media (max-width: 380px) {
        
        .navbar {
            margin: 0;
        }

        .nav_menu {
            top: 78px;
        }

        .nav_img {
            width: min(100%, 77.7px);
            height: min(100%, 24px);
            padding: 0;
            
        }
    
        .intro {
            border: none;
            width: auto;
        }

        header {
            padding-bottom: 140px;
        }

        h1 {
            font-size: 30px;
            padding-top: 29px;
        }

        h2 {
            font-size: 20px;
        }
        
        h3 {
            font-size: 12px;
        }

        p {
            font-size: 16px;
        }

        .primary_button {
            width: min(60%, 180px);  
            height: 26px;
        }

        .primary_button::after {
            right: -40px;
            bottom: 50%;
        }

        .primary_button::before {
            left: -40px;
            bottom: 50%;
        }

        .primary_button::after, .primary_button::before {
            content: "";
            width: 40px;
            height: 1px;
            position: absolute;
            background-color: #000;
        } 

        .products {
            flex-direction: column;
            height: 781px;
            width: auto;
            align-items: center;
            background-color: #ededed;
        }

        .products a {
            padding: 0%;
            width: min(180px);
            height: auto;
            font-size: 16px;
        }

        .portfolio{
            width: 90%;
        }

        .primary_button2 {
            width: min(120%, 180px);  
            height: 26px;
            font-size: 12px;
        }

        .primary_button2::after {
            right: 50%;
            top: 27px;
        }

        .primary_button2::before {
            left: 50%;
            bottom: 27px;
        }
        
        .problems {
            flex-direction: column;
            height: 204px;
            margin-top: 26px;
            margin-bottom: 29px;
        }

        .problems2 {
            width: auto;
        }

        .problems2 h2 {
            width: 86%;
        }

        .problems2 h3 {
            font-size: 16px;
        }

        .text_content {
            margin-bottom: 24px;
            margin-left: 24px;
            margin-right: 24px;
            padding: 0;
            margin-top: 24px;
        }

        .text_content h4 {
            font-size: 12px;
            padding: 16px;
        }
        
        .needs {
            height: 675px;
            margin-bottom: 67px;
        }

        .needs_img1 {
            width: min(59.4%, 206px);
            height: auto;
            position: absolute;
            top: 24px;
            left: 24px;
        }

        .needs_img2 {
            width: min(59.3%, 206px);
            height: auto;
            position: absolute;
            bottom: 81px;
            left: 24px;
        }

        .needs_img3 {
            width: min(59%, 206px);
            height: min(22%, 137px);
            position: absolute;
            top: 242px;
            left: 24px;
            object-fit: cover;
            object-position: 0% 16%;
            z-index: 2;
        }

        .needs_p1 {
            border: 1px solid #B4B4B4;
            width: min(171px);
            height: 138px;
            position: absolute;
            top: 54.5px;
            left: auto;
            display: flex;
            background-color: #ededed;
            text-align: end;
            right: 19px;
        }

        .needs_p1 p {
            position: absolute;
            top: 30px;
            left: 99px;
            font-size: 10px;
            padding: 11px;
        }

        .needs_p2 {
            border: 1px solid #B4B4B4;
            width: min(171px);
            height: 138px;
            position: absolute;
            top: 272px;
            right: min(19px);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: end;
            background-color: #ededed;
            padding-left: 10px;
            padding-right: 10px;
            z-index: 1;
        }

        .needs p {
            font-size: 10px;
        }

        .needs_p2 p {
            position: absolute;
            left: 99px;
            padding-right: 11px;
        }
        
        .needs_p3 {
            border: 1px solid #B4B4B4;
            width: min(171px);
            height: 138px;
            position: absolute;
            top: 487px;
            right: min(19px);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: end;
            background-color: #ededed;
            padding-left: 10px;
            padding-right: 10px;
            left: auto;
            z-index: 1;
        }

        .needs_p3 p {
            position: absolute;
            left: 76px;
            padding-right: 11px;
            padding-left: 30px;
        }

        label, input {
            display: block;
        }
        
        .flex {
            display: flex;
            flex-direction: column;
            font-size: 12px;
            font-weight: 400;
        }

        label {
            padding-bottom: 5px;

        }

        .contact {
            align-items: normal;
        }

        .contact2 input {
            width: 100%; 
        }

        .contact2 {
            margin-left: 23px;
            margin-right: 23px;
            flex-direction: column;
            align-items: normal;
        }

        .contact2 textarea {
            width: 100%;
            height: 112px;
        }

        .margine_input {
            padding: 0px;
        }

        .sendbutton {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .sendbutton2 {
            font-size: 12px;
            font-weight: 400;  
            width: min(60%, 180px);   
        }

        .sendbutton2::after, .sendbutton2::before {
            width: 40px;
        }

        .sendbutton2::after {
            right: -40px;
        }

        .sendbutton2::before {
            left: -40px;
        }
        
        footer {
            flex-direction: column;
        }

        footer div {
            justify-content: center;
            width: 100%;
            padding-bottom: 24px;
        }
        
        footer ul {
            width: 100%;
            flex-direction: column;
            font-size: 16px;
            align-items: center;
            height: 294px;
            justify-content: space-between;
        }

        footer > a {
            justify-content: center;
            font-size: 12px;
            padding: 0px;
            padding-top: 40px;
        }

        .copyright {
            font-size: 12px;
            margin: 0px 10px;
            padding: 10px 0px;
        }

        .footer_background {
            height: 100%;
        }



    }