@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    
}

a{
    text-decoration: none;
    color: #debf71;
    transition: all .5s ease 0s;
    &:hover{
        text-shadow: 1px 0 10px white;
    }
}

ul{
    list-style: none;
}

body{
    background-color: #3e3f41;
}

header, footer{
    width: 100%;
    background-color: #3e3f41;
}
.index_banner{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 800;
    color: #debf71;
    letter-spacing: 2px;
    padding: 20px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-bottom: 2px solid #debf71;
    border-radius: 50px;
    font-style: italic;
}

.index_banner img{
    height: 80px;
    width: auto;
}

.super_title{
    margin: auto 10px;
}

.header_sus{
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    border-radius: 50px;
    border: 2px solid #debf71;
    transition: all .5s ease 0s;
    &:hover{
        box-shadow: 0 0 10px 5px #debf71;
    }
}

.logo img{
    height: 100px;
    width: auto;
    border-radius: 50px;
}

.header_menu ul{
    display: flex;
}

.header_menu, li{
    padding: 10px 10px 5px 10px;
    margin: auto 0;
}
.header_menu a{
    font-size: 25px;
    color: #debf71;
}

.header_menu .activ{
    text-shadow: 1px 0 10px white;
}

.header_contact, .footer_contact, .footer_social{
    padding: 10px;
}

.title{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color:#debf71;
    text-shadow: 2px 2px 10px grey;
    margin-bottom: 20px;
}

.content{
    margin: 0 auto;
}

.index_subtitlu{
    width: 90%;
    margin: 15px auto;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 20px;
    color: #debf71;
    text-shadow: 2px 2px 10px grey;
}

.selectie{
    display: flex;
    max-width: 1000px;
    margin: 30px auto;
    justify-content: space-around;
}

.index_select_card{
    width: 250px;
    height: 280px;
    border: 1px solid #7d7d7d;
    box-shadow: 1px 1px 1px 1px #7d7d7d;
    border-radius: 20px;
    text-align: center;
    transition: all .5s ease 0s;
    background-color:rgb(215, 210, 210);
    &:hover{
        box-shadow: 0 0 10px 10px #debf71;
    }
}

.index_select_card img{
    height: 200px;
    width: auto;
    margin: 15px 0;
}

.index_select_card p{
    color: black;
    font-weight: 800;
}

footer{
    display: flex;
    justify-content: center;
    color: #debf71;
    padding: 20px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-top: 2px solid #debf71;
    border-radius: 50px;
}

.footer_title{
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color:rgb(215, 210, 210);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.footer_social img{
    width: 40px;
    height: auto;
    opacity: 0.8;
    &:hover{
        opacity: 1;
    }
}

.footer_contact, .footer_social{
    width: 50% ;
} 

.footer_contact img{
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.footer_contact ul{
    max-width: 350px;
    margin: 0 auto;
}

.footer_contact li{
    margin-left: 30px;
}

.footer_contact a{
    display: flex;
}
.footer_contact p{
    margin: auto 0;
}

.footer_social ul{
    display: flex;
    justify-content: center;
}

.drepturi{ 
    margin: 20, 20;
    text-align: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding: 20px 0 ;
    background-color:rgb(215, 210, 210);
}

.contact_content{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
    

.contact-form {
    background-color: #7d7d7d;
    border-radius: 5px;
    border: 2px solid #717171;
    padding: 5px 15px 30px 15px;
    width: 40%;
}

.contact-form form{
    text-align: center;
}

.contact-form input, .contact-form textarea {
    width: 70%;
    margin: 15px 15px 15px 15px ;
    resize: none;
    font-family: inherit;
    padding: 8px;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #8b8066;
}

.contact-form button{
    width: 50%;
    margin: 15px 15px 15px 15px ;
    resize: none;
    font-family: inherit;
    padding: 8px;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #8b8066;
    cursor: pointer;
    &:hover{
        background-color: #b49a59;
    }
}
.contacte{
    margin: 0 auto;
}

.contacte2{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.contact_info{
    padding: 40px 0 40px 10px;
    border: 2px red;
    font-size: 25px;
    font-family: inherit;
    color: #debf71;
}

.contact_harta{
    margin: 10px auto;
    width: 90%;
}

.icon{
    display: none;
    margin: auto 0;
    font-size: 50px;
    width: 100px;
    text-align: center;
}

.img_mobile{
    display: none;
    width: 100px;
    text-align: center;
    padding-top: 10px;
}

.img_mobile img{
    height: 80px;
    width: auto;
}

#menu_mobile{
    display: none;
    text-align: center;
    font-size: 25px;
    transition: all .5s ease 0s;
}

.container-gal{
    max-width: 85%;
    margin:20px auto;
  }
.container-gal .image-container{
    columns:3 250px;
    gap:15px;
  }
  
.container-gal .image-container img{
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
  }

.gal-title{
    margin: 20px auto 30px;
}

.gal-title ul{
    display: flex;  
    justify-content: center;
}

.gal-title li{
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

.gal-title li.activ{
    text-shadow: 1px 0 10px white;
}

.container_about{
    display: flex;
    width: 90%;
    margin: 30px auto;
    justify-content: space-around;
}

.about-img{
    width: 48%;
}

.about-img img{
    width: 100%;
    border-radius: 50px 0 50px 50px;
    box-shadow: 0 0 10px 5px #b49a59;
}

.about-text{
    width: 48%;
    font-weight: 400;
    font-size: 20px;
    color:#b49a59;
}

.container_plata{
    display: flex;
    width: 90%;
    margin: 30px auto;
    justify-content: space-around;
}

.plata-img{
    width: 48%;
}

.plata-img img{
    width: 100%;
    border-radius: 50px 0 50px 50px;
    box-shadow: 0 0 10px 5px #b49a59;
}

.plata-text{
    width: 48%;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color:#b49a59;
}

/* scrollup arrow - start*/

.back-to-top{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    /* border-color: transparent; */
    border-radius: 50%;
    border: 1px solid #7C6B10;
    background-color: #3e3f41;
    display: none;
}

.back-to-top:hover{
    background-color: #d6ce9f;
}

.back-to-top::before,
.back-to-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.back-to-top::before{
    width: 5px;
    height: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #7C6B10;
}

.back-to-top::after{
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: 5px solid #7C6B10;
    border-top: 5px solid #7C6B10;
}

.pagination{
    justify-content: center;
}

.pagination .page-link{
    color:#7C6B10;
    border-color: #7C6B10;
}

.pagination .active .page-link{
    color:#ffffff;
    background-color: #7C6B10;
}

/* scrollup arrow - end*/

@media screen and (max-width: 1100px){
    .about-text, .plata-text{
        font-size: 15px;
    }
}

@media screen and (max-width: 900px){
    .header_menu a{
        font-size: 20px;
    }
    .contact_info li{
        font-size: 18px;
    }
    .contact-form input, .contact-form textarea{
        width: 90%;
    }
    .container_about, .container_plata{
        display: block;
    }
    .about-img, .plata-img{
        width: 90%;
        margin: 0 auto;
    }
    .about-text, .plata-text{
        width: 90%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 700px){

    header{
        border-bottom: 2px solid #debf71;
        border-radius: 50px;
    }
    #menu_desktop{
        display: none;
    }
    .index_banner{
        display: none;
    }
    .icon{
        display: block;
    }
    .img_mobile{
        display: block;
    }
    .index_subtitlu{
        font-size: 25px;
    }
    .selectie{
        display: block;
        margin-top: 15px;
    }
    .index_select_card{
        margin: 10px auto;
    }
    .footer_contact li{
        margin-left: 0;
        font-size: 15px;
    }
    .footer_contact img{
        display: none;
    }
    .contacte2{
        display: block;
    }
    .contact-form{
        width: auto;
    }
    .gal-title ul{
        display: block;
        text-align: center;
    }
}
content img {
    -webkit-filter: brightness(100%);
     filter:brightness(100%);
 }
 .slay{
 width: 250px;
 height: 400px;
 border: 1px solid #7d7d7d;
 box-shadow: 1px 1px 1px 1px #7d7d7d;
 border-radius: 20px;
 text-align: center;
 transition: all .5s ease 0s;
 background-color:rgb(215, 210, 210);
 &:hover{
     box-shadow: 0 0 10px 10px #debf71;
 }
}
.card {
    box-shadow: 0 4px 8px 0  #7d7d7d;
    transition: 0.3s;
    width: 250px;
    height: 350px; 
    text-decoration-color:  #7d7d7d;
    margin: 20px
  }
  
  .container {
    margin: 15px auto;
    padding: 12px 16px;
    background-color: #7d7d7d;
    border-radius: 20px;
  }

.card1{
    text-align: center;
}