/**
* Template Name: Restaurantly
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  background: #13110e;
  color: #fff;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

/*--------------------------------------------------------------
# whatsapp
--------------------------------------------------------------*/
.float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 10px;
  left: 10px;
  /* adăugat */
  z-index: 100;
}

.float:hover{
  width: 80px;
  height: 80px;
}
.my-float {
  margin-top: 0;
  /* reglat de la 6px la 0 */
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #cda45e;
  border-bottom-color: #cda45e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

.back-to-top i {
  font-size: 28px;
  color: #cda45e;
  line-height: 0;
}

.back-to-top:hover {
  background: #cda45e;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Compare Bar
--------------------------------------------------------------*/
.c-compare {
  --h: 12;
  --m: 0.5rem 0 7rem 0;
  --w: 16;
  --thumb-bgc: gray;
  --thumb-bgc-focus: black;
  --thumb-w: 0.5rem;

  position: relative;
  display: flex;
  /* Adaugă flex container */
  flex-direction: column;
  /* Stabilește direcția flex ca fiind coloană */

}

.c-compare:hover {
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.25);
}

.c-compare::after {
  content: "";
  display: block;
  padding-bottom: calc((var(--h) / var(--w)) * 100%);
}

.c-compare__left,
.c-compare__right {
  height: auto;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.c-compare__left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
}

.c-compare__right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}

.c-compare__range {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  height: 100%;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-compare__range::-moz-range-thumb {
  background-color: var(--thumb-bgc);
  cursor: ew-resize;
  height: 100%;
  width: var(--thumb-w);
}

.c-compare__range::-webkit-slider-thumb {
  background-color: var(--thumb-bgc);
  cursor: ew-resize;
  height: 100%;
  width: var(--thumb-w);
}

.c-compare__range:focus::-webkit-slider-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 3px var(--thumb-bgc);
}

.c-compare__range:focus::-moz-range-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 3px var(--thumb-bgc);
}

.c-compare__range::-moz-range-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}

.c-compare__range::-webkit-slider-runnable-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
  height: 100%;
}

.c-compare__range,
.c-compare__range::-webkit-slider-runnable-track,
.c-compare__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  font-size: 15px;
  transition: all 0.5s;
  z-index: 996;
  background-color: black;
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info a {
  color: white;
}

#topbar .contact-info a:hover {
  color: #d9ba85;
}

.btn-link {
  background-color: #ffffff;
  border: 1px solid #cda45e;
  color: #333;
  padding: 5px 10px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
}

.btn-link:hover {
  background-color: #cda45e;
  color: #ffffff;
}

.language {
  display: flex;
  align-items: center;
}

.language .btn-link {
  margin: 0 10px;
  font-size: 20px;

}

.language a {
  margin: 0 10px;
  font-size: 22px;
  color: #fff;
}

.language a:hover {
  color: #cda45e;
}

.language button {
  margin: 0 10px;
  font-size: 15px;
  color: #fff;
  background-color: #000000;
  border: 2px solid #cda45e;
  border-radius: 20%;
}

.language button:hover {
  color: #cda45e;
}

@media (max-width: 992px) {
  #topbar {
    font-size: 15px;
  }
  .language .btn-link {
    margin: 0 3px;
  
  }
  #topbar .contact-info .program i{
    margin-left: 8px;
  }

  .language a {
    margin: 0 2px;
    font-size: 20px;
  }
  .language button {
    margin: 0 -2px 0 8px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(26, 23, 19);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 60px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

@media (max-width: 768px) {
  #header .logo img {
    max-height: 50px;
  }
  #header{
    margin: 0 -6px;
  }
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 20px;
  border: 2px solid #cda45e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 15px;

  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: #cda45e;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 5px 0 0;
    padding: 8px 5px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d9ba85;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cda45e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cda45e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero.png") no-repeat fixed center bottom;
  background-color: #000000;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #cda45e;
  line-height: 36px;
  letter-spacing: 0.55rem;
  font-size: 50px;
}

#hero h2 {
  color: #eee;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.05rem;
}

#hero h2 span {
  color: #cda45e;
}


@media (max-height: 500px) {
  #hero {
    width: auto;
    background-size: 75vh;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 span {
    font-size: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 14px;
    line-height: 20px;
  }

  #hero iframe {
    height: 250px;
  }

  #hero .container {
    margin-top: -90px;
  }

  #hero {
    background-size: 120vh;
    background-attachment: fixed;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-2 {
  background-color: black;
  /* Adaugă un cadru negru */
  transition: box-shadow 0.3s ease;
  /* Asigură o tranzitie lina pentru umbra */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.post-entry-2:hover {
  box-shadow: 0px 0px 10px 0px rgba(234, 234, 234, 1);
  /* Adaugă umbra la hover */
}

.fixed-size-image1 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  /* Asigură că imaginea se va potrivi în dreptunghi, tăind excesul */
}

@media (max-width: 767px) {

  .post-entry-1.in-focus,
  .post-entry-2.in-focus {
    /* Stilurile tale specifice pentru efectul de hover aici */
    transform: scale(1.02);
    box-shadow: 0px 0px 10px 0px rgba(234, 234, 234, 1);
  }

  .fixed-size-image1 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* Asigură că imaginea se va potrivi în dreptunghi, tăind excesul */
  }

  .post-entry-2 {
    padding: 20px 0px 10px 20px;
    border-radius: 10px;
  }

  .post-entry-2 h2 {
    padding-right: 30px;
    /* Adaugă un padding de 20px la dreapta pentru h2 */
  }

  .post-entry-2 p {
    padding-right: 30px;
    /* Adaugă un padding de 20px la dreapta pentru p */
  }
}

.post-entry-1 {
  margin-bottom: 30px;
}

.post-entry-1 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}

.post-entry-1 h2 a {
  color: var(--color-black);
}

.post-entry-1.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(var(--color-black-rgb), 0.4);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .custom-border {
    border: none !important;
  }
}

.author .photo {
  margin-right: 10px;
}

.author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--font-secondary);
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blog a{
  color: white;
}
#blog a:hover{
  color: #cda45e;
}

.blog-post-content a{
  color: white;
}
.blog-post-content a:hover{
  color: #cda45e;
}

.blog-btn {
  background-color: #cda45e;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.blog-btn:hover {
  background-color: #b8934e;
  color: white;
}

#blog .blog-btn{
  background-color: #b8934e;
  border: thick white;
}

#blog .blog-btn:hover{
  color: black;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Playfair Display", serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #cda45e;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content p {
  font-size: 19px;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/


.why-us {
  background: url(../img/fundal.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.why-us::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.box1 {
  padding: 15px;
  margin: 30px 15px;
  background-color: #000000;
  border-radius: 15px;
  transition: all ease-in-out 0.4s;
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.307);
}

.box1:hover {
  transform: scale(1.05);
}

.box1 h3 {
  font-size: 1.8em;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
}

.box1 p {
  font-size: 1em;
  color: #fff;
}

.box1 h4 {
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #cda45e;
}

.box1 a {
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .container {
  position: relative;
  z-index: 900;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #cda45e;
  font-weight: 600;
  font-size: 18px;
}

.specials .nav-link:hover {
  color: #cda45e;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

.specials summary {
  font-weight: 600;
}

.specials details {
  font-size: 18px;
  padding: 0 15px 0 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.fixed-size-image {
  height: 500px;
  /* Setează înălțimea fixă dorită */
  width: 100%;
  /* Lățimea va fi proporțională cu containerul părinte */
  object-fit: cover;
  /* Asigură că imaginea va acoperi spațiul disponibil, fără a se deforma */
  object-position: center;
  /* Centrează imaginea */
}





@media (max-width: 992px) {
  .fixed-size-image {
    height: 350px;
  }

  .blog-btn {
    margin-top: -5px;
  }
}

.events {
  background: url(../img/4.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h1 {
  color: #fff;

}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;

}

.events .event-item h1 {
  font-weight: 600;
  font-size: 26px;
  font-family: 'Roboto', serif;
}

.events .event-item h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff4e1;
  font-family: 'Roboto', serif;
}

@media (max-width: 900px) {
  .events .event-item p {
    display: none;
  }

}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

/*--------------------------------------------------------------
# Testimoniale
--------------------------------------------------------------*/

.testimonialBox {
  position: relative;
  width: 100%;
  padding: 40px;
}

.testimonialBox .quote {
  position: absolute;
  bottom: 20%;
  right: 30px;

}

.testimonialBox .details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonialBox .details .imgBx {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.testimonialBox .details .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonialBox .details h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #2196f3;
  line-height: 1.1em;
}

.testimonialBox .details h3 span {
  font-size: 14px;
  color: black;
}



.pareri .swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pareri .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 420px;
  background: white;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  filter: blur(3px);
  border-radius: 10px;
}

.pareri .swiper-slide p {
  color: black;
  font-size: 1.3rem;
}

.pareri .swiper-slide-active {
  filter: blur(0px);
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/


.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;

}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-btn{
  margin: 15px 0;
}

.gallery-btn a {
  color: rgb(0, 0, 0);
  font-weight: 500;
  border: #000000;
}

.faq-back {
  background: url("../img/fundal3.png") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.faq-back:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Servicii
--------------------------------------------------------------*/


.service-text {
  font-size: 1.1rem;
}

.service-description {
  background-color: black;
  color: white;
  padding: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.service-content {
  margin: 0;
}

.service-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  color: #cda45e;
  font-weight: 900;
}

.service-content h5 {
  color: #cda45e;

}

.service-description.expanded {
  transition: all 0.3s ease;
}

.service-text {
  font-family: "Roboto", serif;
}

.gallery-item {
  position: relative;
  top: 0;
  z-index: 2;
}

.img-fluid-s {
  width: 100%;
  height: auto;
}

.img-fluid-s:hover {
  box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.307);
}

.spacer30 {
  height: 30px;
}

.spacer90 {
  height: 90px;
}

.btn {
  background-color: #cda45e;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 900;
}

.btn:hover {
  background-color: #b8934e;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.price-container h4 {
  margin: 0;
  margin-bottom: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
}

.service-description .buy-btn {
  margin: 0 25px;
}

@media (max-width: 992px) {
  #servicii .container .service {
    margin: 0;
  }
}


/* Stiluri pentru monitoare mari */
@media (min-width: 992px) {
  .service-description {
    width: calc(100% + 200px);
  }

  .service-description.reverse {
    margin-left: -150px;
    margin-right: 250px;
    text-align: right;
  }

  .service-content {
    margin-right: 250px;
    margin-left: 50px;
  }

  .service-content.reverse {
    margin-right: 60px;
    margin-left: 250px;
  }

  .gallery-item {
    top: 70%;
    transform: translateY(-50%);
  }

  .gallery-item.reverse {
    top: 30%;
    left: 5%;
  }

  .gallery-item.reverse,
  .service-description.reverse {
    order: 2;
  }


  .img-fluid-s {
    width: 140%;
  }

  .container.distanta {
    margin-top: 250px;
    margin-bottom: 50px;
  }

  .service-description.reverse .price-container {
    flex-direction: row-reverse;
  }
}

.descriere {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 16px;
}

#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cda45e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1.4;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 5px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .copyright span {
  color: #cda45e;
}

@media (max-width: 767px) {
  #footer .footer-top {
    font-size: 13px;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
  }

  #footer .footer-newsletter {
    font-size: 13px;
  }

  #footer .copyright {
    font-size: 12px;
  }
}