@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic');
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

  :root {
    --dl-color-gray-500: #595959;
    --dl-color-gray-700: #999999;
    --dl-color-gray-900: #D9D9D9;
    --dl-size-size-large: 144px;
    --dl-size-size-small: 48px;
    --dl-color-danger-300: #A22020;
    --dl-color-danger-500: #BF2626;
    --dl-color-danger-700: #E14747;
    --dl-color-gray-black: #000000;
    --dl-color-gray-white: #FFFFFF;
    --dl-size-size-medium: 96px;
    --dl-size-size-xlarge: 192px;
    --dl-size-size-xsmall: 16px;
    --dl-space-space-unit: 16px;
    --dl-color-primary-100: #003EB3;
    --dl-color-primary-300: #0074F0;
    --dl-color-primary-500: #14A9FF;
    --dl-color-primary-700: #85DCFF;
    --dl-color-success-300: #199033;
    --dl-color-success-500: #32A94C;
    --dl-color-success-700: #4CC366;
    --dl-size-size-xxlarge: 288px;
    --dl-size-size-maxwidth: 1400px;
    --dl-radius-radius-round: 50%;
    --dl-space-space-halfunit: 8px;
    --dl-space-space-sixunits: 96px;
    --dl-space-space-twounits: 32px;
    --dl-radius-radius-radius2: 2px;
    --dl-radius-radius-radius4: 4px;
    --dl-radius-radius-radius8: 8px;
    --dl-space-space-fiveunits: 80px;
    --dl-space-space-fourunits: 64px;
    --dl-space-space-threeunits: 48px;
    --dl-space-space-oneandhalfunits: 24px;
  }

* {  box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    font-family: 'Poppins', sans-serif;
}
html {
  height: 98%;
}

a {  color: inherit;  text-decoration: inherit;}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 90%;
  width: 95%;
  font-size: 16px;
  width:100%;
}

header {
  background: rgba(150, 150, 150, 0.5);
  border-bottom: solid 1px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

main {
  /*padding-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px;
  */
}
  .inapoi-button{
    background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(232,232,232,1) 82%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    margin-left: var(--dl-space-space-oneandhalfunits);
    cursor: pointer;
    box-shadow: 0px 0px 2px 2px rgb(105, 105, 105);
  }
 .invitatie-personalizata-button1 {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, rgba(41,127,45,1) 0%, rgba(109,211,97,1) 82%);
    border-radius: 45px;
    margin: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 3px 5px rgba(235, 232, 232, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    transition: ease-out 0.3s;
    outline: none;
    color: rgb(255, 255, 255);
    padding: 1rem;
    cursor:pointer;
    box-shadow: 0px 0px 2px 2px rgb(91 175 63);
  }
  .invitatie-personalizata-button1:hover{background-color:#8d1c08; transition: 0.8s;}

footer {
  width: 100%;
  height: 2px;
  /*padding-top: 10px;*/
  /*padding-bottom: 1rem;*/
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
  .table {
    width: fit-content;
    height: auto;
    display: inline-block;
    white-space: normal;
  }
  .cell {
    flex: 0 0 auto;
    width: 180px;
    height: auto;
    display: block;
    padding: var(--dl-space-space-twounits);
    overflow: hidden;
    min-width: 2em;
    align-items: flex-start;
    white-space: normal;
    border-color: #ffffff;
    border-style: solid;
    flex-direction: column;
    justify-content: flex-start;
  }
    .row {
    display: block;
    align-items: center;
    white-space: pre-line;
    border-color: #a1a1a1;
    border-bottom: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: flex-start;
  }
.list {
    width: 100%;
    margin: 1em 0px 1em 0px;
    display: block;
    padding: 0px 0px 0px 1.5rem;
    list-style-type: none;
    list-style-position: outside;
  }
  .list-item {
    display: list-item;
  }

 .buttons .button{
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 12px 38px;
    background: linear-gradient(90deg, #a80909, #eb4c4c);
    border-radius: 45px;
    margin: 10px;
    font-size: 16px;
    font-weight: 400;
    home-container06-decoration: none;
    box-shadow: 3px 5px rgba(235, 232, 232, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    transition: ease-out 0.3s;
    outline: none;
  }

.nav_l1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
 .log-in-navbar-interactive {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 0;

    padding-bottom: 0rem;
    justify-content: space-between;

    flex-wrap: wrap;
    flex-direction: row;

    text-decoration: none;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgba(177,72,72,1) 51%, rgba(210,143,6,1) 99%);
  }

  .log-in-text {
    color: rgb(255, 255, 255);
  }
  .log-in-image {
    width: 100px;
    display: none;
    object-fit: cover;
  }
  .log-in-image1 {
    width: 177px;
    height: 46px;
    object-fit: cover;
  }

   .footer-text {
    color: #000;
    font-size: 12px;
    align-self: center;
    margin-top: 1rem;
    white-space: nowrap;
    margin-bottom: var(--dl-space-space-unit);
    opacity: 0.8;
    margin-right: 10px;
  }
  .log-in-container1 {

    padding-top: var(--dl-space-space-unit);
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 26px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    /* width: 100%;

    padding-top: var(--dl-space-space-twounits);
    align-items: flex-start;
; */
  }
.login-container {
    text-align:center;
  }
   .log-in-textinput {
    align-self: center;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
    margin-left: 15px;
    margin-right: 15px;
  }
  .log-in-textinput1 {
    align-self: center;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .log-in-button {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    border-radius: 10px;
    padding: 0.75rem 2rem 0.75rem 2rem;
    background-color: rgb(237, 73, 51);
    opacity: 0.8;
    cursor: pointer;
    z-index: 10;
    margin-bottom: 20px;
    border:0;
    margin-top:40px;
  }
  .log-in-button:hover{opacity: 1;}

  .input {
    color: var(--dl-color-gray-black);
    cursor: auto;
    padding: 1rem 1rem;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: 10px;
    background-color: white;
    margin-top:1rem;
  }
  .nav_a{
      color:white;
      text-decoration:none;
      margin-left:3rem;
  }
   .nav_am{
      color:white;
      text-decoration:none;
   }
  .buttons1 .button1{
       display: inline-block;
    color: #fff;
    padding: 12px 20px;
    background: #a80909;
    border-radius: 45px;
    margin: 5px 10px 5px 13px;
    /* margin-left: 13px; */
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 3px 5px rgba(235, 232, 232, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}

  }

  /*///////*/
   p,li,ul,pre,div,h2,h3,h4,h5,h6,figure,blockquote,figcaption {  margin: 0;  padding: 0;}

        button {  background-color: transparent;}

        button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}

        button,select {  text-transform: none;}

        button,[type='button'],[type='reset'],[type='submit']
        {  -webkit-appearance: button;}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {  border-style: none;  padding: 0;}button:-moz-focus,[type='button']:-moz-focus,[type='reset']:-moz-focus,[type='submit']:-moz-focus {  outline: 1px dotted ButtonText;}
        html { scroll-behavior: smooth  }
/*///////*/

  .home-burger-menu {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .home-mobile-menu {
    top: 0px;
    left: 0px;
    right: 0;
    width: fit-content;
    height: auto;
    display: none;
    padding: 32px;
    z-index: 100;
    position: fixed;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;
  }

   .home-icon {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
  }

   .home-nav2 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
@media(max-width: 1245px) {
    .home-icon {
      fill: #ffffff;
      width: 40px;
      height: auto;
      margin-right:0.5rem;
    }
    .nav_l1{
        display:none;
    }
    .home-burger-menu {
      display: flex;
      padding-right: var(--dl-space-space-unit);
      justify-content: flex-end;
    }
     .home-mobile-menu {
       position: absolute;
        top: 45px;
      right: 0;
      left:auto;
      width: fit-content;
      height: auto;
      z-index: 100;
      min-width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: flex-end;

    transform: translateX(0%) !important;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgba(177,72,72,1) 51%, rgba(210,143,6,1) 99%);
    border-radius: 0 0 10% 10%;
    }
}



.home-container-mare {
    width:fit-content;
}
 }


  .home-container {
    width: 100%;
    display: flex;
    overflow: auto;
    align-items: center;
    flex-direction: column;

  }
.home-container06 {
    width: 80%;
    gap: 15%;
    display: flex;
    flex-wrap: wrap;
    min-width: auto;
    max-width:900px;
    align-items: center;
    margin: 1em;
    padding: 2rem;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    flex-direction: row;
    font-size: 0.8rem;
    margin: auto;
    padding: 2rem;
  }


   .home-container-mediu {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    /* align-content: center; */
    gap: 1rem;
  }

   .home-container-mare {
    flex: 0 0 auto;
    width:fit-content;
    height: auto;
    display: flex;
    padding: mixed;
    align-self: flex-start;
    margin-top: 0px;
    align-items: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-container-micmare {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
    gap: 1rem;
  }
  .home-text05 {
    text-transform: uppercase;
    font-size: 37px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-align: center;
  }
.home-texth1 {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-left: var(--dl-space-space-unit);
  }
.home-textn {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: var(--dl-space-space-twounits);
  }

/* end home -----------------*/

/*  setari *******************/
 .setari-container3 {
       width: 85%;
    margin: auto;
    height: auto;
    padding: 2rem;
    display: flex;
    min-width: auto;
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    /* margin: var(--dl-space-space-unit); */
    /* padding: var(--dl-space-space-unit); */
    position: relative;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .setari-container4 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    margin-left: 0px;
    justify-content: flex-start;
  }
   .setari-text1 {
    color: #000;
    text-transform: uppercase;
    font-size: 37px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-align: center;
  }
  .setari-button {
    color: #ffffff;
    margin-left: var(--dl-space-space-halfunit);
    border-width: 0px;
    margin-right: var(--dl-space-space-halfunit);
    background: linear-gradient(90deg, #a80909, #eb4c4c);
    padding: 10px 26px;
    border-radius: 30px;

  }
  .setari-button:hover{box-shadow: inset 300px 0 0 0 rgb(153, 39, 18);
    cursor: pointer;
    color: #fff;}

    .setari-text2 {
    color: #000;
    text-align: justify;
    line-height: 1.5;
    margin-left: var(--dl-space-space-oneandhalfunits);
    margin-right: var(--dl-space-space-oneandhalfunits);
  }

/* end setari *******************/

 /*invitatie generica*/
 .invitatie-generica-raspuns2-container1 {
    display: flex;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
.invitatie-generica-raspuns2-container2 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    margin-left: 0px;
    justify-content: center;
  }
  .invitatie-generica-raspuns2-text01 {
    color: #000;
    text-transform: uppercase;
    font-size: 37px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-align: center;
  }
.invitatie-generica-icon04 {
    fill: #000;
    width: 24px;
    height: 24px;
}
  .invitatie-generica-icon06 {
    fill: #ff0e0e;
    width: 24px;
    height: 24px;
  }
    .invitatie-generica-icon08 {
    fill: #37ff00;
    width: 24px;
    height: 24px;
  }
   .invitatie-generica-text {
    margin-left: var(--dl-space-space-twounits);
  }
   .invitatie-generica-raspuns-container {
    width: 100%;
    display: flex;
    overflow: auto;
    margin-bottom:10px;
    align-items: center;
    flex-direction: column;
  }
    .invitatie-generica-raspuns-container1 {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .invitatie-generica-raspuns-container2 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    margin-left: 0px;
    justify-content: center;
  }
   .invitatie-generica-raspuns-container3 {
    width: auto;
    height: auto;
    display: flex;
    min-width: auto;
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    margin: var(--dl-space-space-unit);
    padding: var(--dl-space-space-unit);
    position: relative;
    align-items: center;
    flex-direction: column;
  }
   .invitatie-generica-raspuns-container4 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    margin-left: 0px;
    justify-content: flex-start;
  }
    .invitatie-generica-raspuns-container5 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .invitatie-generica-raspuns-container6 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
  }
  .invitatie-generica-raspuns-text10 {
    color: #000;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .invitatie-generica-raspuns-container7 {
    display: flex;
    align-items: center;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
   .invitatie-generica-raspuns-text02 {
    color: #000;
    margin-left: var(--dl-space-space-oneandhalfunits);
    margin-right: var(--dl-space-space-oneandhalfunits);
  }
  .invitatie-generica-raspuns-text04 {
    font-style: normal;
    font-weight: 700;
  }
  .invitatie-generica-raspuns-text06 {
    font-style: normal;
    font-weight: 700;
  }
  .invitatie-generica-raspuns-text08 {
    font-style: normal;
    font-weight: 700;
  }
   .invitatie-generica-raspuns-text10 {
    color: #000;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
   .invitatie-generica-raspuns-text11 {
    color: #000;
  }
  .invitatie-generica-raspuns-textinput {
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
 .invitatie-generica-text05 {
    text-transform: uppercase;
    font-size: 37px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-align: center;
        margin-top: 5%;
  }
  .invitatie-generica-container04 {
    flex: 0 0 auto;
    width: 80%;
    height: auto;
    margin: auto;
    margin-top:0;
    display: flex;
    min-width: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .invitatie-generica-ul {
    margin-top: var(--dl-space-space-unit);
    list-style-type: circle;
    list-style-image: none;
    list-style-position: outside;
    font-size: 0.9rem;
  }
.invitatie-generica-li {
    color: #000;
    position: relative;
  }
.invitatie-generica-container07 {
    flex: 0 0 auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
.invitatie-generica-text22 {
    color: #000;
    font-size: 18px;
    align-self: center;
    text-align: center;
    margin-left: 0px;
  }
.invitatie-generica-container08 {
    flex: 0 0 auto;
        width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    gap: 1rem;
  }
  .invitatie-generica-text23 {
    color: #000;
    font-size: 14px;
    align-self: flex-end;
  }
  .invitatie-generica-button {
    color: #ffffff;
    margin-left: var(--dl-space-space-halfunit);
    border-width: 0px;
    margin-right: var(--dl-space-space-halfunit);
    background: linear-gradient(90deg, #a80909, #eb4c4c);
    padding: 10px 26px;
    border-radius: 30px;
  }
  .invitatie-generica-button:hover {
    box-shadow: inset 300px 0 0 0 rgb(153, 39, 18);
    cursor: pointer;
    color: #fff;
  }
  .invitatie-generica-text07 {
    font-style: normal;
    font-weight: 700;
  }
   .invitatie-generica-text09 {
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .invitatie-generica-text13 {
    font-style: normal;
    font-weight: 700;
  }
 .invitatie-generica-text20 {
    font-style: normal;
    font-weight: 700;
  }
  .invitatie-generica-text34 {
    color: #000;
  }
.invitatie-generica-container14 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    padding: var(--dl-space-space-oneandhalfunits);
    min-width: 300px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
  }
.invitatie-generica-container15 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    padding: 0px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .invitatie-generica-container09 {
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    border-color: #a1a1a1;
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    min-width: auto;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    gap: 1.5rem;
  }
 /* end invitatie generica */

 /***** invitatie personalizata */
   .invitatie-personalizata-icon04 {
    fill: #000;
    width: 24px;
    height: 24px;
  }
   .invitatie-personalizata-icon06 {
    fill: #000;
    width: 24px;
    height: 24px;
  }
    .invitatie-personalizata-container {
    width: 100%;
    display: flex;
    overflow: auto;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
  }
   .invitatie-personalizata-container03 {
    width: 80%;
    height: auto;
    display: flex;
    position: relative;
    min-width: auto;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    min-height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
.invitatie-personalizata-container04 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: var(--dl-space-space-unit);
    display: flex;
    min-width: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .invitatie-personalizata-text05 {
    line-height: 1.5;
    padding-top: var(--dl-space-space-unit);
    letter-spacing: 1px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .invitatie-personalizata-text06 {
    font-style: normal;
    font-weight: 700;
  }
  .invitatie-personalizata-ul {
    height: auto;
    list-style-type: circle;
    list-style-image: none;
    list-style-position: outside;
    font-size:0.9rem;
  }
  .invitatie-personalizata-li {
    color: #000;
    padding:0.5rem;
  }
  .invitatie-personalizata-li1 {
    color: #000;
    position: relative;
    padding:0.5rem;
  }
  .invitatie-personalizata-li2 {
    color: #000;
    padding:0.5rem;
  }
  .invitatie-personalizata-li3 {
    color: #000;
    padding:0.5rem;
  }
  .invitatie-personalizata-container05 {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .invitatie-personalizata-text08 {
    width: auto;
    height: auto;
    max-width: auto;
    min-width: auto;
    max-height: auto;
    min-height: auto;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .invitatie-generica-button1 {
    color: #ffffff;
    margin-left: var(--dl-space-space-halfunit);
    border-width: 0px;
    margin-right: var(--dl-space-space-halfunit);
    background: linear-gradient(90deg, #a80909, #eb4c4c);
    padding: 10px 26px;
    border-radius: 30px;
  }
.invitatie-personalizata-text25 {
    color: #000;
    font-weight: bold;
    padding-bottom: var(--dl-space-space-halfunit);
    font-size: 18px;
  }
.invitatie-personalizata-container07 {
    display: flex;
    margin-top: var(--dl-space-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
  }
.invitatie-personalizata-container08 {
    width: auto;
    height: auto;
    display: flex;
    min-width: auto;
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    margin: var(--dl-space-space-unit);

    position: relative;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
  }
  .invitatie-personalizata-container09 {
        display: flex;
    align-items: baseline;
    /* padding-top: 1rem; */
    /* padding-right: 1rem; */
    flex-wrap: wrap;
    flex-direction: row;
    /* align-content: center; */
    /* justify-content: center; */
    gap: 1rem;
  }
.invitatie-personalizata-text26 {
       color: #000;
    font-size: 14px;
    /* align-self: center; */
    font-style: normal;
    /* text-align: center; */
    font-weight: 400;
    line-height: 1.5;
    margin-left: var(--dl-space-space-fourunits);
    letter-spacing: 1px;
}
  }
.invitatie-personalizata-textinput {
   /* align-self: center;
    margin-left: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    */

  }
.invitatie-personalizata-container10 {
    flex: 0 0 auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2rem;
  }
  .invitatie-personalizata-button2 {
    background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(232,232,232,1) 82%);
    padding: 10px 26px;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    margin-left: var(--dl-space-space-oneandhalfunits);
    cursor: pointer;
    box-shadow: 0px 0px 2px 2px rgb(105, 105, 105);
  }
  .invitatie-personalizata-button2:hover {
    box-shadow: inset 300px 0 0 0 rgb(73, 73, 73);
    cursor: pointer;
    color:#fff;
  }
  .invitatie-personalizata-container11 {
    display: flex;
    align-items: center;
    padding-left: 0px;
    flex-direction: column;
    width:100%;
  }
  .invitatie-personalizata-container12 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
 .invitatie-personalizata-text27 {
    color: #000;
    font-weight: bold;
    padding-bottom: 0px;
    font-size: 18px;
  }
  .invitatie-personalizata-container13 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-end;
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-unit);
    justify-content: flex-start;
  }
  .invitatie-personalizata-text28 {
    color: #000;
    font-size: 14px;
    align-self: flex-end;
  }
  .invitatie-personalizata-text30 {
    font-weight: 700;
  }
  .invitatie-personalizata-text32 {
    font-weight: 700;
  }
  .invitatie-personalizata-text34 {
    font-weight: 700;
  }
.invitatie-personalizata-container14 {
    height: auto;
    width: 70%;
    display: flex;
    min-width: auto;
    /* align-items: center; */
    /* justify-content: center; */
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    margin: 1rem;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    /* align-self: center;*/
    /*gap:1.5rem;*/

  }
  .invitatie-personalizata-container15 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-self: flex-start;
    align-items: center;
    padding-right: 0px;
    justify-content: space-between;
  }
.invitatie-personalizata-container16 {
    flex: 0 0 auto;
        margin-right: 10%;
    display: flex;
    padding: var(--dl-space-space-oneandhalfunits);
    flex-wrap: wrap;

    flex-direction: column;
    width: fit-content;
  }
  .invitatie-personalizata-text36 {
    color: #000;
  }
 .invitatie-personalizata-container17 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    padding: 0px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .invitatie-personalizata-icon12 {
    fill: #37ff00;
    width: 24px;
    height: 24px;
  }


  .invitatie-personalizata-container18 {
    flex: 0 0 auto;
    width: auto;
    display: none;
    padding: 0px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .invitatie-personalizata-container19 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-self: center;
    align-items: flex-end;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: flex-end;
  }
  .invitatie-personalizata-icon08 {
    fill: #ff0e0e;
    width: 24px;
    height: 24px;
  }
  .invitatie-personalizata-icon10 {
    width: 24px;
    height: 24px;
  }
/* end invitatie personalizata */


/*cerep */
.cerep-button {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #a80909, #eb4c4c);
    border-radius: 30px;
    margin: 20px;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    box-shadow: 3px 5px rgb(173 60 60 / 42%);
    border-top: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    transition: ease-out 0.3s;
    outline: none;
    color: rgb(255, 255, 255);
    padding-left:20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor:pointer;

  }
  .cerep-button:hover{background-color:#8d1c08; transition: 0.8s;}
.cerere-petrecere-container {
    width: 100%;
    display: flex;
    overflow: auto;
    align-items: center;
    flex-direction: column;
  }
  .cerere-petrecere-navbar-interactive {
    float: right;
    width: 100%;
    display: block;
    position: relative;
    align-self: center;
    margin-left: auto;
    padding-top: var(--dl-space-space-twounits);
    margin-right: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
    background-color: #000000;
  }
  .cerere-petrecere-text {
    top: 49px;
    left: 15px;
    color: rgb(255, 255, 255);
    float: left;
    position: absolute;
    font-size: 1.5rem;
    max-width: fit-content;
    align-self: flex-start;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    padding-left: var(--dl-space-space-twounits);
  }
  .cerere-petrecere-image {
    float: right;
    width: 100px;
    display: none;
    object-fit: cover;
  }
  .cerere-petrecere-image1 {
    float: right;
    width: 177px;
    height: 46px;
    object-fit: cover;
  }
  .cerere-petrecere-container01 {
    height: auto;
    display: flex;
    min-width: auto;
    margin-top: var(--dl-space-space-unit);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cerere-petrecere-container0 {
    height: auto;
    display: flex;
    min-width: auto;
    align-items: center;
    margin-top: var(--dl-space-space-twounits);
    justify-content: center;
    flex-direction: column;
  }

  .cerere-petrecere-container02 {
    display: flex;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-unit);
    flex-direction: column;
    justify-content: center;
  }
  .cerere-petrecere-container03 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    margin-left: 0px;
    justify-content: center;
    flex-direction: column;
  }
  .cerere-petrecere-text01 {
    color: #000;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 37px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-align: center;

    line-height: 1.5;
    margin-left: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .cerere-petrecere-text05 {
    font-size: 17px;
    font-style: italic;
    font-weight: 200;
  }
  .cerere-petrecere-text06 {
    font-size: 17px;
    font-style: italic;
    font-weight: 200;
  }
  .cerere-petrecere-text07 {
    font-size: 17px;
  }
  .cerere-petrecere-text08 {
    font-size: 17px;
    font-style: italic;
    font-weight: 200;
  }
  .cerere-petrecere-container04 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-self: center;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .cerere-petrecere-container05 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .cerere-petrecere-container06 {
    flex: 0 0 auto;
    width: 500px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text10 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container07 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput {
    width: 400px;
  }
  .cerere-petrecere-container08 {
    flex: 0 0 auto;
    width: 500px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text13 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container09 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput1 {
    width: 400px;
  }
  .cerere-petrecere-container10 {
    flex: 0 0 auto;
    width: 500px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text16 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container11 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput2 {
    width: 400px;
  }
  .cerere-petrecere-container12 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .cerere-petrecere-container13 {
        flex: 0 0 auto;
    width: 500px;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    padding: 1rem;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: #2f2f2f;
    gap: 1rem;
  }
  .cerere-petrecere-text19 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container14 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput3 {
    width: 400px;
  }
  .cerere-petrecere-container15 {
    flex: 0 0 auto;
    width: 500px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text22 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container16 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput4 {
    width: 400px;
  }
  .cerere-petrecere-container17 {
    flex: 0 0 auto;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text25 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container18 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput5 {
    width: 400px;
  }

  .cerere-petrecere-text28 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
  }
  .cerere-petrecere-container20 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-textinput6 {
    width: 400px;
  }
  .cerere-petrecere-container21 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
  }
  .cerere-petrecere-container22 {
    flex: 0 0 auto;
    width: 500px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
    background-color: #2f2f2f;
  }
  .cerere-petrecere-text31 {
    color: rgb(255, 255, 255);
  }
  .cerere-petrecere-container23 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cerere-petrecere-textarea {
    width: 319px;
    height: 111px;
    margin-left: var(--dl-space-space-oneandhalfunits);
  }
  .cerere-petrecere-container24 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

   .cerere-petrecere-container251 {
    display: grid;
    grid-template-columns: 1fr 5fr 20fr;
    gap: 2rem;
    grid-auto-rows: minmax(100px, auto);
    width:100%;
    align-items: center;
    background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);

    border-radius: 15px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .cerere-petrecere-container25 {
    flex: 0 0 auto;
    width: 1000px;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .cerere-petrecere-text32 {
    color: rgb(190, 231, 146);;
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
    font-size: 22px;
    text-align: center;
  }
  .cerere-petrecere-container26 {
    flex: col;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-container27 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .cerere-petrecere-container28 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cerere-petrecere-radiobutton {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-small);
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .cerere-petrecere-text33 {
    color: rgb(255, 255, 255);
  }
  .cerere-petrecere-container29 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media(max-width: 479px) {
    .cerere-petrecere-container29 {
      flex-direction: column;
    }
  }
  .cerere-petrecere-radiobutton1 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-small);
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .cerere-petrecere-text34 {
    color: rgb(255, 255, 255);
  }
  .cerere-petrecere-container30 {


    flex: 0 0 auto;
    margin: var(--dl-space-space-unit);
    display: flex;
    padding: var(--dl-space-space-unit);
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .cerere-petrecere-text35 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-right: var(--dl-space-space-unit);
    font-size: 20px;
  }
  .cerere-petrecere-container31 {
    flex: column;
    width: auto;
    height: auto;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .cerere-petrecere-container32 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .cerere-petrecere-container33 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cerere-petrecere-radiobutton2 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-small);
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .cerere-petrecere-text36 {
    color: rgb(255, 255, 255);
  }
  .cerere-petrecere-container34 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cerere-petrecere-radiobutton3 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-small);
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .cerere-petrecere-text37 {
    color: rgb(190, 231, 146);
    font-size: 18px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
  }
  .cerere-petrecere-container35 {
    flex: 0 0 auto;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cerere-petrecere-button {
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: 10px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    background-color: rgb(237, 73, 51);
  }
  .cerere-petrecere-container36 {
    display: flex;
    position: relative;
    margin-top: auto;
    align-items: center;
    flex-direction: column;
  }
  .cerere-petrecere-footer {
    width: auto;
    margin: auto;
    display: flex;
    position: relative;
    max-width: auto;
    min-width: auto;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #151515;
  }
  .cerere-petrecere-text38 {
    color: #bdbdbd;
    font-size: 12px;
    align-self: center;
    margin-top: var(--dl-space-space-unit);
    white-space: nowrap;
    margin-bottom: var(--dl-space-space-unit);
  }
  @media(max-width: 1600px) {
     .cerere-petrecere-container25 {
      width: 1000px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }

    .cerere-petrecere-navbar-interactive {
      background-color: #000000;
    }
    .cerere-petrecere-text {
      top: 53px;
      left: 1px;
      font-size: 18px;
    }
    .cerere-petrecere-image {
      display: none;
    }
    .cerere-petrecere-image1 {
      width: 177px;
      height: 46px;
    }
    .cerere-petrecere-container01 {
      width: 90%;
    }
    .cerere-petrecere-text01 {
      color: #000;
      align-self: center;
      margin-top: 0px;
      text-align: center;
      font-weight: 600;
      margin-top: 10px;
      text-transform: uppercase;
      font-size: 37px;
      margin-left: 0px;
      letter-spacing: 1px;
      text-align: center;
    }
    .cerere-petrecere-text02 {
      margin-left: 0px;
    }
    .cerere-petrecere-text05 {
      font-size: 14px;
      font-style: italic;
      font-weight: 200;
      text-transform:none;
      text-align: center;
    }

    .cerere-petrecere-text06 {
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    text-transform: none;
    text-align: inherit;
    }
    .cerere-petrecere-text07 {
      font-size: 14px;
      font-style: italic;
      font-weight: 200;
      text-transform:none;
    }
    .cerere-petrecere-text08 {
      font-size: 14px;
      font-style: italic;
      font-weight: 200;
      text-transform:none;
    }
    .cerere-petrecere-container04 {
      margin-top: var(--dl-space-space-halfunit);
    }
    .cerere-petrecere-container06 {
      width: 400px;
    }
    .cerere-petrecere-text10 {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
    }
    .cerere-petrecere-text11 {
      color: #989595;
    }
    .cerere-petrecere-textinput {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container08 {
      width: 400px;
    }
    .cerere-petrecere-text13 {
      color: rgb(255, 255, 255);
      font-size: 14px;
    }
    .cerere-petrecere-text14 {
      color: #989595;
    }
    .cerere-petrecere-textinput1 {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container10 {
      width: 400px;
    }
    .cerere-petrecere-text16 {
      color: rgb(255, 255, 255);
      font-size: 14px;
    }
    .cerere-petrecere-text17 {
      color: #989595;
    }
    .cerere-petrecere-textinput2 {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container13 {
      width: 400px;
    }
    .cerere-petrecere-text19 {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
    }
    .cerere-petrecere-text20 {
      color: #989595;
    }
    .cerere-petrecere-textinput3 {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container15 {
      width: 400px;
    }
    .cerere-petrecere-text22 {
      color: rgb(255, 255, 255);
      font-size: 14px;
    }
    .cerere-petrecere-text23 {
      color: #989595;
    }
    .cerere-petrecere-textinput4 {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container17 {
      width: 400px;
    }
    .cerere-petrecere-text25 {
      color: rgb(255, 255, 255);
      font-size: 14px;
      font-weight: bold;
    }
    .cerere-petrecere-text26 {
      color: #989595;
    }
    .cerere-petrecere-textinput5 {
      width: 280px;
      font-size: 14px;
    }

    .cerere-petrecere-text28 {
      color: rgb(255, 255, 255);
      font-size: 14px;
    }
    .cerere-petrecere-text29 {
      color: #989595;
    }
    .cerere-petrecere-textinput6 {
      width: 280px;
      font-size: 14px;
    }
    .cerere-petrecere-container22 {
      width: 400px;
    }
    .cerere-petrecere-text31 {
      font-size: 14px;
    }
    .cerere-petrecere-textarea {
      width: 280px;
      font-size: 14px;
      background-color: #eaeaea;
    }

    .cerere-petrecere-text33 {
      font-size: 14px;
    }

    .cerere-petrecere-text34 {
      font-size: 14px;
      margin-right:10px;
    }
    .cerere-petrecere-container30 {
      width: 400px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerep-detalii{
      text-align: justify;
    }

    .cerere-petrecere-text35 {
      color: rgb(255, 255, 255);
      font-size: 20px;
      font-weight: bold;
    }
    .cerere-petrecere-text36 {
      font-size: 14px;
    }
    .cerere-petrecere-text37 {
      font-size: 18px;
    }
    .cerere-petrecere-container36 {
      margin: auto;
      margin-top: auto;
    }
    .cerere-petrecere-text38 {
      font-size: 12px;
      align-self: center;
      margin-top: var(--dl-space-space-twounits);
      text-align: center;
      margin-bottom: var(--dl-space-space-twounits);
    }
  }
  .inapoi-button{
    background: linear-gradient(90deg, rgba(200,200,200,1) 0%, rgba(232,232,232,1) 82%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    margin-left: var(--dl-space-space-oneandhalfunits);
    cursor: pointer;
    box-shadow: 0px 0px 2px 2px rgb(105, 105, 105);
  }
  .cerep-event{
    color:rgb(190, 231, 146);
    font-size: 18px;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
  }
   .cerep-container{
    width: auto;
    height: auto;
    display: flex;
    min-width: auto;
    align-items: center;
    padding: var(--dl-space-space-unit);
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    flex-direction: column;
  }
  .cerep-container01{
    width: auto;
    height: auto;
    display: flex;
    min-width: auto;
    align-items: center;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
    background: linear-gradient(90deg, #f6f6f6, #e9e9e9);
    border-radius: 45px;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    flex-direction: column;
  }
 .home-container07 {
    flex: 0 0 auto;
    width: 444px;
    height: auto;
    display: flex;
    padding: mixed;
    align-self: flex-start;
    margin-top: 0px;
    align-items: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-container08 {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-container09 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
   .home-container10 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
   .home-container11 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  } .home-text11 {
    color: #000;
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-twounits);
  }
  .home-container12 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-text12 {
    color: #000;
    font-size: 15px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-unit);
  }
   .home-container19 {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .home-text06 {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-text07 {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: var(--dl-space-space-twounits);
  }
   .home-text08 {
    color: #000;
    font-size: 15px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-unit);
  }
  .home-text09 {
    color: #000;
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-twounits);
  }
  .home-text10 {
    color: #000;
    font-size: 15px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-unit);
    font-weight: bolder;
  }
  .home-text11 {
    color: #000;
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-twounits);
  }
   .home-text12 {
    color: #000;
    font-size: 15px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-unit);
  }
  .home-text13 {
    color: #000;
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-twounits);
  }
  .home-text22 {
    color: #000;
    font-size: 15px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-unit);
  }
  .home-text23 {
    color: #000;
    font-size: 14px;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: var(--dl-space-space-twounits);
  }
   .home-container14 {
    flex: 0 0 auto;
    width: 444px;
    height: auto;
    display: flex;
    padding: mixed;
    align-self: flex-start;
    margin-top: 0px;
    align-items: center;
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: flex-start;
  }
   .home-container15 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-container16 {
    display: flex;
    margin-top: 0px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .home-text16 {
    color: #000;
    font-size: 15px;
    margin-left: var(--dl-space-space-unit);
  }
  .home-text17 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: var(--dl-space-space-twounits);
  }
  @media(max-width: 1200px) {
     .cerere-petrecere-container25 {
      width: 830px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-navbar-interactive {
      width: 100%;
      min-width: auto;
      align-self: center;
    }
    .cerere-petrecere-text {
      top: 47px;
      left: 5px;
      margin: auto;
    }
    .cerere-petrecere-container01 {
      width: 90%;
    }
    .cerere-petrecere-text01 {
      margin-left: 0px;
    }
    .cerere-petrecere-text02 {
      margin-left: 0px;
    }
    .cerere-petrecere-container06 {
      width: 400px;
    }
    .cerere-petrecere-textinput {
      width: 280px;
    }
    .cerere-petrecere-container08 {
      width: 400px;
    }
    .cerere-petrecere-textinput1 {
      width: 280px;
    }
    .cerere-petrecere-container10 {
      width: 400px;
    }
    .cerere-petrecere-textinput2 {
      width: 280px;
    }
    .cerere-petrecere-container13 {
      width: 400px;
    }
    .cerere-petrecere-textinput3 {
      width: 280px;
    }
    .cerere-petrecere-container15 {
      width: 400px;
    }
    .cerere-petrecere-textinput4 {
      width: 280px;
    }
    .cerere-petrecere-container17 {
      width: 400px;
    }
    .cerere-petrecere-textinput5 {
      width: 280px;
    }

    .cerere-petrecere-textinput6 {
      width: 280px;
    }
    .cerere-petrecere-container22 {
      width: 400px;
    }

    .cerere-petrecere-container30 {
      width: 400px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-container36 {
      width: auto;
      height: auto;
      margin-top: auto;
      justify-content: center;
    }
    .cerere-petrecere-footer {
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
    }
  }
  @media(max-width: 991px) {
     .cerere-petrecere-container25 {
      width: 600px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-navbar-interactive {
      width: 100%;
      min-width: auto;
      align-self: flex-start;
      align-items: center;
      justify-content: flex-end;
    }
    .cerere-petrecere-text {
      top: 44px;
      left: -7px;
    }
    .cerere-petrecere-container01 {
      width: 85%;
    }
    .cerere-petrecere-text01 {
      margin-left: 0px;
    }
    .cerere-petrecere-text02 {
      margin-left: 0px;
    }
    .cerere-petrecere-container06 {
      width: 400px;
    }
    .cerere-petrecere-textinput {
      width: 280px;
    }
    .cerere-petrecere-container08 {
      width: 400px;
    }
    .cerere-petrecere-textinput1 {
      width: 280px;
    }
    .cerere-petrecere-container10 {
      width: 400px;
    }
    .cerere-petrecere-textinput2 {
      width: 280px;
    }
    .cerere-petrecere-container13 {
      width: 400px;
    }
    .cerere-petrecere-textinput3 {
      width: 280px;
    }
    .cerere-petrecere-container15 {
      width: 400px;
    }
    .cerere-petrecere-textinput4 {
      width: 280px;
    }
    .cerere-petrecere-container17 {
      width: 400px;
    }
    .cerere-petrecere-textinput5 {
      width: 280px;
    }

    .cerere-petrecere-textinput6 {
      width: 280px;
    }
    .cerere-petrecere-container22 {
      width: 400px;
    }

    .cerere-petrecere-container30 {
      width: 400px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-container36 {
      width: auto;
      height: auto;
      margin-top: auto;
      align-items: center;
      justify-content: center;
    }
    .cerere-petrecere-footer {
      width: auto;
      position: static;
      max-width: auto;
      max-height: auto;
    }
    .cerere-petrecere-text38 {
      align-self: center;
    }
  }
  @media(max-width: 767px) {
    .cerere-petrecere-container251 {
      flex: 0 0 auto;

      margin: var(--dl-space-space-unit);
      display: flex;
      padding: var(--dl-space-space-unit);
      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);

      border-radius: 15px;
      box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0,0,0,0.1);


      width: 460px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-container25 {
      width: 460px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }

    .cerere-petrecere-navbar-interactive {
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
     .home-container07 {
      width: auto;
    }
      .home-container15 {
      width: auto;
      align-self: flex-start;
    }
     .home-container14 {
      width: auto;
    }
     .home-container08 {
      width: auto;
      min-width: auto;
      align-self: flex-start;
    }
    .cerere-petrecere-image {
      width: 57px;
      height: 59px;
      display: flex;
    }
    .cerere-petrecere-image1 {
      display: none;
    }
    .cerere-petrecere-container01 {
      width: 85%;
    }
    .cerere-petrecere-container03 {
      width: auto;
    }
    .cerere-petrecere-text01 {
      width: auto;
    }
    .cerere-petrecere-container06 {
      width: 350px;
    }
    .cerere-petrecere-container07 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput {
      width: 250px;
    }
    .cerere-petrecere-container08 {
      width: 350px;
    }
    .cerere-petrecere-container09 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput1 {
      width: 250px;
    }
    .cerere-petrecere-container10 {
      width: 350px;
    }
    .cerere-petrecere-container11 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput2 {
      width: 250px;
    }
    .cerere-petrecere-container13 {
      width: 350px;
    }
    .cerere-petrecere-container14 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput3 {
      width: 250px;
    }
    .cerere-petrecere-container15 {
      width: 350px;
    }
    .cerere-petrecere-container16 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput4 {
      width: 250px;
    }
    .cerere-petrecere-container17 {
      width: 350px;
    }
    .cerere-petrecere-container18 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput5 {
      width: 250px;
    }

    .cerere-petrecere-container20 {
      flex-direction: column;
    }
    .cerere-petrecere-textinput6 {
      width: 250px;
    }
    .cerere-petrecere-container22 {
      width: 350px;
    }
    .cerere-petrecere-textarea {
      width: auto;
      height: var(--dl-size-size-large);
    }

    .cerere-petrecere-container26 {
      flex-direction: column;
    }
    .cerere-petrecere-radiobutton {
      height: var(--dl-size-size-xsmall);
    }
    .cerere-petrecere-radiobutton1 {
      height: var(--dl-size-size-xsmall);
    }
    .cerere-petrecere-container30 {
      width: 350px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-container31 {
      padding: var(--dl-space-space-unit);
      flex-direction: column;
    }
    .cerere-petrecere-radiobutton2 {
      height: var(--dl-size-size-xsmall);
    }
    .cerere-petrecere-radiobutton3 {
      height: var(--dl-size-size-xsmall);
    }
    .cerere-petrecere-button {
      color: rgb(255, 255, 255);
      font-size: 12px;
      background-color: rgb(237, 73, 51);
    }
    .cerere-petrecere-container36 {
      width: auto;
      margin-top: auto;
    }
    .cerere-petrecere-footer {
      width: auto;
      height: auto;
      margin-right: 0px;
      padding-left: var(--dl-space-space-twounits);
      padding-right: var(--dl-space-space-twounits);
    }
    .cerere-petrecere-text38 {
      color: rgb(189, 189, 189);
      font-size: 12px;
      text-align: center;
      margin-left: var(--dl-space-space-unit);
      margin-right: var(--dl-space-space-unit);
    }
  }
  @media(max-width: 479px) {
    .cerere-petrecere-container251 {
      flex: 0 0 auto;
      margin: var(--dl-space-space-unit);
      display: flex;

      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);

      border-radius: 15px;
      box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0,0,0,0.1);


      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }


    .cerere-petrecere-container25 {
      flex: 0 0 auto;
      margin: var(--dl-space-space-unit);
      display: flex;

      align-items: center;
      justify-content: center;
      background: linear-gradient(90deg, rgba(57,57,57,1) 0%, rgba(19,19,19,1) 82%);

      border-radius: 15px;
      box-shadow: 3px 5px rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0,0,0,0.1);


      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }


    .cerere-petrecere-navbar-interactive {
      padding: var(--dl-space-space-unit);
    }
    .cerere-petrecere-container01 {
      width: 90%;
      align-items: center;
      justify-content: center;
    }
    .cerere-petrecere-container03 {
      width: auto;
    }
    .cerere-petrecere-text01 {
      width: auto;
      font-size: 30px;
    }
    .cerere-petrecere-container06 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text10 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container07 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput {
      width: 250px;
    }
    .cerere-petrecere-container08 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text13 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container09 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput1 {
      width: 250px;
    }
    .cerere-petrecere-container10 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text16 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container11 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput2 {
      width: 250px;
    }
    .cerere-petrecere-container13 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text19 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container14 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput3 {
      width: 250px;
    }
    .cerere-petrecere-container15 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text22 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container16 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput4 {
      width: 250px;
    }
    .cerere-petrecere-container17 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text25 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container18 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput5 {
      width: 250px;
    }

    .cerere-petrecere-text28 {
      margin-bottom: 10px;
    }
    .cerere-petrecere-container20 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-textinput6 {
      width: 250px;
    }
    .cerere-petrecere-container21 {
      align-self: center;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }
    .cerere-petrecere-container22 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text31 {
      margin-bottom: var(--dl-space-space-unit);
    }
    .cerere-petrecere-textarea {
      margin-left: 0px;
    }

    .cerere-petrecere-text32 {
      margin-right: 0px;
    }
    .cerere-petrecere-container26 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-container27 {
      padding: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-container30 {
      width: 290px;
      padding: var(--dl-space-space-unit);
      margin-top: var(--dl-space-space-oneandhalfunits);
      flex-direction: column;
    }
    .cerere-petrecere-text35 {
      margin-right: 0px;
    }
    .cerere-petrecere-container31 {
      width: auto;
      align-self: center;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .cerere-petrecere-container32 {
      padding: var(--dl-space-space-halfunit);
      flex-direction: column;
    }
    .cerere-petrecere-button {
      margin-bottom: var(--dl-space-space-unit);
    }
    .cerere-petrecere-container36 {
      width: auto;
      margin-top: auto;
    }
    .cerere-petrecere-footer {
      padding: var(--dl-space-space-unit);
      align-self: center;
      margin-top: auto;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }
    .cerere-petrecere-text38 {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: var(--dl-space-space-unit);
    }
  }

  /* end cerep */


/* **********************************/

 @media(max-width: 479px) {
    .home-container06 {
      width: 100%;
      align-self: center;
      justify-content: space-around;
    }
  .invitatie-personalizata-container19 {
      width: 80px;
      display: none;
      padding: var(--dl-space-space-unit);
    }
     .invitatie-personalizata-icon10 {
      fill: #000;
    }
     .invitatie-personalizata-container18 {
      width: auto;
      display: flex;
      padding: var(--dl-space-space-unit);
    }

    .invitatie-personalizata-container16 {
      margin:0;

    }
     .invitatie-personalizata-container14 {
      width:100%;

    }

}

.show {display: block;}





 .btn {
    padding: 1em 2.1em 1.1em;
    border-radius: 3px;
    margin: 8px 8px 8px 8px;
    color: #fbdedb;
    background-color: #fbdedb;
    display: inline-block;
    background: #e74c3c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
.btn:hover, .btn:focus {
    opacity: 0.8;
}
.btn:active {
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    transform: scale(0.80);
}
.btn.block {
    display: block !important;
}
.btn.circular {
  border-radius: 50em !important;
}
