@font-face {
    font-family: 'Butler';
    font-style: normal;
    src: local('Butler'), url('Butler-Free-Rmn.otf') format('opentype');
}

:root {
    --main-color: #E3B077;
    --seconday-color: rgb(252, 244, 246);
}

body,html {
  overflow-x: hidden;
}

body {
    font-family: "Karla", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.navbar-toggler {
  padding: 4px 6px!important;
}

.swiper-button-next, .swiper-button-prev {
  top: 45%!important;
  background-color: white;
  height: 60px!important;
  width: 60px!important;
  border-radius: 50%!important;
}

.swiper-button-next:after {
  font-size: 28px!important;
  font-weight: 600;
  color: gold!important;
}

.swiper-button-prev:after {
  font-size: 28px!important;
  font-weight: 600;
  color: gold!important;
}

.navbar-toggler {
  border-radius: 8px;
  border-color: rgb(0 0 0 / 19%);
}

.subcat img {
  /* width: 74px;
  max-width: 74px; */
}

.footer-link {
  color: white!important;
  text-decoration: none!important;
}

.hero__title {
    font-family: "Butler", serif;
    font-size: 68px;
    font-weight: 500!important;
}

.page__title {
  font-size: 44px;
  font-family: "Montserrat", serif;
  font-weight: 700!important;
}

.hero_cover_1 {
  background-image:url('https://plastic.grandsoft.ro/assets/img/delbani_main.png');
  background-position: right center;
  background-size: cover;
}

.service__swipe img {
  /* max-width: 400px!important;
  height: 400px; */
  border-radius: 8px;
  border: 1px solid #E3B077;
}

.service__sel img {
  border: 3px solid #E3B077!important;
}

.hero__section {
    min-height: 90vh;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.specs {
  background-color: #FEF6E7;
  border-radius:8px;
  padding: 16px 16px;
}

.specs__title {
  font-size: 22px;
  font-family: "Montserrat", serif;
  font-weight: 600!important;
}

.hero__left {
    backdrop-filter: blur(10px);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 24px;
}

.desc__text {
    font-family: 'Karla', serif;
    font-weight: 300;
    color: rgb(34, 34, 34);
    font-size: 18px;
}

.primary__button {
    padding: 12px 32px;
    font-weight: 500;
    font-size: 18px;
    background-color: black;
    border-radius: 24px;
    color: white;
    text-decoration: none;
    transition: all 200ms ease-in;
    border:1px solid #E3B077;
}

.video_shader::before,
.video_shader::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20%; /* Adjust width as needed */
    height: 100%;
    pointer-events: none; /* Ensures it doesn't interfere with content */
    z-index: -1;
}

.video_shader::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}

.video_shader::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
}

.primary__button:hover {
    background-color: #E3B077;
    color: black;
    width: auto;
}

.secondary__button {
    padding: 12px 32px;
    font-weight: 500;
    font-size: 18px;
    background-color: white;
    border-radius: 24px;
    color: black;
    text-decoration: none;
    transition: all 200ms ease-in;
    border:1px solid black;
}

.sp {
    padding-top: 90px;
    padding-bottom: 90px;
}

.benefit__serv img {
  max-width: 24px!important;
}


.benefit__serv i {
  font-size: 20px;
}

.benefit__serv p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 8px;
}

.test__section {
  /* background-color: rgba(254,246,231,0.5); */
  padding: 20px 10px;
  border-radius: 16px;
}

.accordion-button:not(.collapsed) {
  background-color: #FEF6E7!important;
  color: #A98F78!important;
  font-weight: 600;
}

/* test section */
.section__title {
    font-family: "Butler", serif;
    font-size: 44px;
    font-weight: 500!important;
}

.section__subtitle {
    font-family: "Butler", serif;
    font-size: 32px!important;
    font-weight: 500!important;
    margin-bottom: 12px!important;
}

.service__swipe h2 {
  font-family: "Butler", serif;
  font-size: 24px;
  font-weight: 700!important;
}

.service__swipe {
  color: black!important;
  text-decoration: none!important;
}

.text__accent {
    color: var(--main-color);
}



.test__section img {
    border-radius: 8px;
}

.review__container {
    backdrop-filter: blur(10px);
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.review__container p {
    margin-bottom: 0;
}

/* categories section */
.cat__section img {
    border-radius: 8px;
}

.view__more {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 500;
}

.bg__secondary {
    background-color: #F9F3EF;
}

.top__border {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

/* can be deleted */
.service-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 10px;
  }

  .service-card img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }

  .review-card-delbani {
    background-color: #F9F3EE;
    padding: 16px 32px;
    border-radius: 12px;
  }

  .reviews .swiper-slide {
    height: auto!important;
  }

  .service-card:hover img {
    transform: scale(1.1);
  }

  .service-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
  }

  .service-card:hover .overlay {
    opacity: 1;
  }

  .overlay h5 {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #d3d3d3;
    margin-bottom: 0.5rem;
  }

  .overlay p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .view-details {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .view-details:hover {
    background-color: white;
    color: black;
  }

  .navbar {
    backdrop-filter: blur(8px);
    padding: 10px;
    /* position:absolute; */
    width: auto;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 10px 77px -30px #E3B077;
    border-bottom: 0.5px solid #E3B077;
  }

  .nav-link {
    font-family: 'Karla', serif;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-size: 18px;
    text-transform: none!important;
  }

  .fop {
    padding-top: 80px;
  }

  .gray__section {
    font-family: 'Karla', serif;
    font-weight: 400;
    color: #A9B1AB;
    font-size: 18px;
  }

  .info__text {
    font-family: 'Karla', serif;
    font-weight: 300;
    color: black;
    font-style: italic;
    font-size: 14px;
  }

  .cat__image {
    position: absolute;
    width: 30vw;
    left: 0;
  }

  .test__image {
    position: absolute;
    width: 60vw;
    right: 0;
    top:-200px;
    z-index: -1;
  }

  .mobiler {
    display: none;
  }

  .bg__text  {
    font-size: 22px;
  }

  .price__container {
    transition: all 40ms ease;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 4px;
  }

  .price__container:hover {
    border-style: inset;
    border-left: 1px solid #E4B57F;
    background-color: #FBF5EE;
  }

  .navbar-brand img {
    width: 200px;
  }

  @media (max-width: 868px) {

    .fop {
      padding-top: 40px;
      padding-left: 8px;
      padding-right: 8px;
    }

    .hero_cover_1 {
      background-image:url('https://plastic.grandsoft.ro/assets/img/main_mobile.png')!important;
    }

    .navbar {
      padding: 10px 2px 10px 2px;
    }

    .navbar-brand {
      margin-right: 0!important;
    }

    .hero__section {
      min-height: 80vh;
    }

    .page__title {
      font-size: 36px;
    }

    .service__swipe h2 {
      font-size: 20px;
    }

    section:nth-of-type(3) {
      padding-top: 60px!important;
    }

    #mobiler {
        transition: all 0.5s ease-in-out;
        opacity: 0;
        display: inline-block;
        position: fixed;  /* Makes the div stay in place during scroll */
        bottom: 0;        /* Position it at the bottom */
        left: 50%;         /* Position relative to the middle of the screen */
        transform: translateX(-50%); /* Offset by half its own width for perfect centering */
        width: 70%;      /* Set the fixed width */     /* Full width of the screen */
        background-color: white; /* Optional: add background color */
        text-align: center; /* Optional: center the text */
        padding: 10px;     /* Optional: add some padding */
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Optional: add shadow for visibility */
        z-index: 999;
        border: 1px solid #E3B077;
        border-bottom-color: transparent;
        border-radius: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: 50px;
    }

    .visible {
       opacity: 1!important; /* Make it visible */
     }

    .mobiler img {
        width: 32px;
    }

    .hero__title {
        font-size: 44px;
    }

    .section__subtitle {
        font-size: 28px;
    }

    .service-card img {
      width: 100%;
      min-height: 300px;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease-in-out;
    }

    .sp {
        padding-top: 64px;
        padding-bottom: 16px;
        padding-right: 8px;
        padding-left: 8px;
    }


    .bg__text {
        font-size: 18px;
    }

    .navbar-brand img {
      width: 120px;
    }

  }

  .primary__button__menu {
      padding: 8px 16px;
      font-weight: 500;
      font-size: 14px;
      background-color: black;
      border-radius: 24px;
      color: white;
      border: 1px solid #E3B077;
      text-decoration: none;
      transition: all 200ms ease-in;
      text-decoration: none;
  }

  .primary__button__menu:hover {
      background-color: rgb(247, 228, 231);
      color: black;
      width: auto;
  }


  #storiyan {
  height: 100px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 15px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/* scrolbar hiddin */
#storiyan::-webkit-scrollbar {
  display: none;
}

.story {
  background: linear-gradient(
    rgb(255, 0, 0),
    rgb(255, 127, 0),
    rgb(255, 255, 0),
    rgb(239, 134, 41),
    rgb(203, 60, 228)
  );
  padding: 2px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
}

.story img {
  border: 2px solid white;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

#full-screen {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 99999999!important;
  position: fixed;
  top: 0;
  left:0;
  background-color: rgba(0,0,0,0.8);
  display: none;
}

#storyContainer {
  height: 100%;
  width: 100%;
}

.cat__container {
}

.cat__container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.active__border {
  border: 3px solid #E3B077;
}

.prod_white {
  box-shadow: 0px 3px 35px 0px rgba(23.999999999999996, 22.000000000000004, 43, 0.14);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 20px 0px 0px;
  padding: 50px 40px 50px 40px;
  border-radius: 16px;
}

.prod_white h3 {
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
}

.prod_white h4 {
  color: #E3B077;
  font-weight: 600;
}

.prod_white h4 span {
  color: lightgray;
  font-size: 18px;
  font-weight: 400;
}

.prod_white a {
  padding: 12px 28px;
  font-weight: 500;
  font-size: 16px;
  background-color: black;
  border-radius: 24px;
  color: #E3B077;
  text-decoration: none;
  transition: all 200ms ease-in;
}

.prod_white a:hover {
  background-color: rgb(247, 228, 231);
  color: black;
  width: auto;
}

.prod_dark {
  background-color: black;
  box-shadow: 0px 3px 35px 0px rgba(23.999999999999996, 22.000000000000004, 43, 0.14);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 20px 0px 0px;
  padding: 50px 40px 50px 40px;
  border-radius: 16px;
}

.prod_dark h3 {
  color: white;
}

.prod_dark p {
  color: white;
}

.prod_dark h4 {
  color: #E3B077;
  font-weight: 600;
}

.prod_dark h4 span {
  color: lightgray;
  font-size: 18px;
  font-weight: 400;
}

.prod_dark a {
  padding: 12px 28px;
  font-weight: 500;
  font-size: 16px;
  background-color: #E3B077;
  border-radius: 24px;
  color: black;
  text-decoration: none;
  transition: all 200ms ease-in;
}

.prod_dark a:hover {
  color: white;
  width: auto;
}

.form-control {
  border-color: #EAE6E7!important;
  padding: 8px 12px!important;
  border-radius: 12px!important;
}

.plyr--full-ui {
  border-radius: 12px!important;
}

.online-card {
  background-color: #F9F3EE;
  padding: 32px 40px;
  border-radius: 12px;
}

.online-card input {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  margin-top: 8px;
}

.online-card button {
  padding: 12px 32px;
  font-weight: 500;
  font-size: 18px;
  background-color: black;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  transition: all 200ms ease-in;
  border:1px solid #E3B077;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.36);
}

.online-card button:hover {
  background-color: #E3B077;
  color: black;
}


.swiper-pagination-bullet-active {
  background: #E3B077!important;
}

.swiper-pagination-bullet {
  background: #5D3D19!important;
}

.video-container {
  width: 100%;
  max-width: 360px; /* Adjust as needed */
  aspect-ratio: 9 / 16;
  position: relative;
  overflow: hidden;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover; /* Optional: Ensures the video covers the container */
}


.cc-calto-action-ripple {
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
}

.cert__container img {
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border: 0.5px solid rgba(0,0,0,0.8);
}

.cert__card {
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  /* border: 0.5px solid rgba(0,0,0,0.2); */
  border-radius: 12px;
  padding: 16px 16px;
}

.loc__badge {
  background-color: #F9F3EE;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 12px;
}

.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }

  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
