
.inputsss, .textareasss{
background-color: #222222;
border: 1px solid #444444;
}
  .contact_column{
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  }
  .contact_row_inside{
    display: flex;
    column-gap: 3.5rem;
    background-size: cover;
    position: relative;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .contact_row_left{
width: 50%;
text-align: left;
  }

  .form_contact_column{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .margin_bottomiisajdfsdufgjgd{
      /* color: #555; */
      margin-bottom: 20px;
      font-size: 14px;
  }
  .asdasddudsfuydsysdujsjds{
    color: #555;
  }
  .inputsss{
    width: 100%;
    padding: 10px 12px;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    resize: none;
  }
  .form_contact_row_inputs{
    display: flex;
    background: none;
    outline: none;
    gap: 10px;
  }
  .textareasss{
    width: 100%;
    padding: 10px 12px;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    resize: none;
    height: 115px;
  }

  .nuorodos:hover {
      border-bottom: 1px solid rgb(255, 255, 255);
      color: white;

  }

  .nuorodos {
      margin-top: 5px;

  }

  .paddisdgfd {
      margin-top: 5px;
  }

  .osdufiiudsyfmessage {
      color: darkgray;
      font-size: 12px;
      text-align: right;
  }


  .submit_button{
    display: flex
    ;
        justify-content: center;
        gap: 0.5rem;
        border-width: 1px;
        font-family: Inter Tight, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1rem;
        color: #ffffff;
        --tw-bg-opacity: 1;
        background-color: #cb085b;
        padding-top: 15px;
        cursor: pointer;
        padding-bottom: 15px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
  }

  .submit_button:hover{
    color: white;
    background-color: #cb085b;
 
  }
.margin_bottom{
  margin-bottom: 2rem;
  text-align: center;
}

  .templateee {
    padding-top: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-position: 70% center;
    min-height: 420px;
    position: relative;
    user-select: none;
}
.picture_main {
    position: absolute;
    inset: 0px;
}
  .template_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 22%;
}
.section_template {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.template_mai {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 4.5rem;
    color: white;
}
.text_center {
}
.home {
    color: white;
}
.template_main_link {
    color: #d4174d;
    padding: 10px 30px;
    /* border-radius: 8px; */
}



@media (max-width: 1280px){
.contact_row_inside {
    row-gap: 2.5rem;
    display: flex;
    flex-direction: column;
}
.contact_row_left {
    width: 100%;
}
.contact_row_right {
    width: 100%;
}
.website_guide {
  text-align: left;
}
.Office{
  text-align: left;
}
}

@media (max-width: 520px){
  .form_contact_row_inputs {
flex-direction: column;
  }
}

