/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v24-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/poppins-v24-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
  font-family: 'Poppins';

}
main a{
    display: inline;
}
.display-button{
    background-color: #1d1d36;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.nav-list{
display: none;
text-align: center;
}
.nav-list.show{
display: block;
}
.nav-list a{
    color: #000;
}
.nav-list li{
    padding: 5px;
}
.container{
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
.container h1{
    color: #508074;
    text-align: center;
    padding-top: 50px;
    font-weight: 600;
}
.container h3{
    text-align: center;
    font-weight: 400;
    padding-top: 30px;
    font-size: 18px;
}
.container p{
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-top: 30px;
}
.unu{
    margin-top: 50px;
}
.container h2{
    letter-spacing:0.02em ;
    color: #EBBD47;
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
}
.colabora{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.colabora img{
    margin-left: 5%;
    margin-right: 5%;
}
.colabora h2{
    font-size: 48px;
    color: #1d1d36;
    margin-bottom: 50px;
}
footer{
    background-color: rgb(29,29,54);
    padding-top: 50px;
    padding-bottom: 30px;
}
footer h3{
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #EBBD47;
    font-size: 16px;
    padding-top: 20px;
}
footer h4{
    color: rgb(255, 255, 255);
    letter-spacing:0.05em;
    font-size:16px;
    font-weight: 400;
    margin-top: 30px;
}
footer p{
    letter-spacing:0.05em;
    color: rgb(255, 255, 255);
    font-weight: 200;
    cursor: pointer;
    margin-top: 20px;
}
.wrapp{
    width: 90%;
    margin: 0 auto;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.second{
    width: 90%;
    margin: 50px auto;
    color: #1d1d36;
    max-width: 1100px;
}
.second h1{
    font-size: 50px;
}
.pricing-box{
    max-width:1100px;
    margin:auto;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:18px;
    padding:40px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px;
    margin-top: 50px;
}

.column h2{
    font-size:28px;
    color:#253858;
    margin-bottom:45px;
    font-weight:700;
}

.item{
    margin-bottom:55px;
}

.item h3{
    font-size:22px;
    font-weight:500;
    color:#333;
    line-height:1.45;
    margin-bottom:12px;
}

.item span{
    display:block;
    font-size:22px;
    color:#9d9d9d;
    margin-bottom:15px;
}

.item p{
    color:#8d8d8d;
    font-size:18px;
    line-height:1.8;
}

.notes{
    max-width:1100px;
    margin:30px auto 0;
    background:#fff;
    border:1px solid #e5e5e5;
    border-top:none;
    border-radius:0 0 18px 18px;
    padding:30px 40px;
}

.notes h3{
    margin:25px 0 12px;
    color:#555;
    font-size:22px;
}

.notes p{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:15px;
}

.notes strong{
    color:#d25b7a;
}


.content {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}

.content h3{
    font-weight: 500;
    padding-top: 30px;
    font-size: 22px;
}
.content p{
    font-weight: 200;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-top: 30px;
}
.content h2{
    letter-spacing:0.02em ;
    color: #EBBD47;
    font-size: 30px;
    font-weight: 500;
    margin-top: 50px;
}







@media(max-width:768px){

    .pricing-box{
        grid-template-columns:1fr;
        gap:20px;
        padding:30px;
    }

    .column h2{
        font-size:24px;
    }

    .item{
        margin-bottom:40px;
    }

    .item h3{
        font-size:20px;
    }

    .item span{
        font-size:20px;
    }

    .item p,
    .notes p{
        font-size:16px;
    }

}
@media (min-width:676px){
    
.f-unu,.f-doi,.f-trei,.f-patru{
    width: 50%;
    float: left;
}

}
@media (min-width:970px){
.f-unu,.f-doi,.f-trei,.f-patru{
    width: 25%;
    float: left;
}
.left{
    width: 50%;
    float: left;
}
.right {
      width: 45%;
    float: right;
}
.container img{
    margin-top: 80px;
}
.display-button{
    display: none;
}
.nav-list{
    display: block;
    width: 850px;
    margin: 0 auto;
}
.nav{
    background-color: #1d1d36;
}
.nav-list a{
    color: #fff;

}
.nav-list li{
    font-weight: 200;
    padding: 0px 20px 0px 20px ;
    float: left;
}
.current a{
    color: rgb(235,189,71);
}


}