@charset "UTF-8";
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Thin";
  src: url("../fonts/SofiaSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Light";
  src: url("../fonts/SofiaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Regular";
  src: url("../fonts/SofiaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Medium";
  src: url("../fonts/SofiaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-SemiBold";
  src: url("../fonts/SofiaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Bold";
  src: url("../fonts/SofiaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-ExtraBold";
  src: url("../fonts/SofiaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Black";
  src: url("../fonts/SofiaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.main-wrapper {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .main-wrapper {
    padding: 0 20px;
  }
}

.grad-txt {
  display: inline-block;
  background: linear-gradient(to right, #A87B27, #F2D370);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.main-btn {
  position: relative;
  font-family: "Montserrat-Medium", sans-serif;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(to right, #A87B27, #F2D370);
  background-size: 200% 100%;
  background-position: left center;
  border-radius: 34px;
  color: black;
  font-size: 18px;
  padding: 12px 79px;
  width: fit-content;
  cursor: pointer;
  transition: background-position 0.6s ease, transform 0.3s ease;
}
.main-btn.dark {
  background: linear-gradient(to right, #2B200B, #3D351C);
}
.main-btn.dark::before {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.main-btn svg {
  margin-top: -3px;
  z-index: 1;
}
.main-btn span, .main-btn svg {
  position: relative;
  z-index: 1;
}
.main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.75s ease;
  z-index: 0;
}
.main-btn:hover::before {
  left: 125%;
}

.w-reset {
  max-width: 100%;
  width: 100%;
}

.white-link {
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.white-link svg path {
  transition: fill 0.3s ease-in-out;
}
.white-link svg.stroke path {
  transition: stroke 0.3s ease-in-out;
}
.white-link:hover {
  color: #F2D370;
}
.white-link:hover svg path {
  fill: #F2D370;
}
.white-link:hover .stroke path {
  fill: unset;
  stroke: #F2D370;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

p {
  margin: 0 !important;
  line-height: 130%;
}

a {
  text-decoration: none !important;
}

.clear-li {
  padding: 0;
  margin: 0;
}
.clear-li li {
  list-style: none;
}

.fs-12 {
  font-size: 12px;
}
@media only screen and (max-width: 639px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-27 {
  font-size: 27px;
}

.fs-35 {
  font-size: 35px;
}

.mont {
  font-family: "Montserrat-Regular", sans-serif;
}

.sofia {
  font-family: "SofiaSans-Regular", sans-serif;
}

.bold-400 {
  font-family: "Montserrat-Regular", sans-serif;
}

.bold-600 {
  font-family: "Montserrat-Medium", sans-serif;
}

.bold-700 {
  font-family: "Montserrat-Bold", sans-serif;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

/* WebKit Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #CC182C, #f81d36);
  border-radius: 8px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #CC182C transparent;
}

header {
  position: absolute;
  width: 100%;
  top: 20px;
}
@media (max-width: 1024px) {
  header {
    display: block;
    z-index: 3;
    position: unset;
    background: #F4F4F4;
    backdrop-filter: unset;
    opacity: 1;
  }
}

.second-header {
  position: unset;
  background: #F4F4F4;
  backdrop-filter: unset;
}
.second-header .navbar {
  background: #F4F4F4;
  box-shadow: unset !important;
  padding: 17px 8vw 0 8vw !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .second-header .navbar {
    padding: 10px 20px !important;
  }
}

.navbar {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  font-family: "SofiaSans-Regular", sans-serif !important;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .navbar {
    width: 100%;
    padding: 10px 20px !important;
    background: rgb(255, 255, 255);
  }
}

.logo-text {
  font-weight: 700;
  color: #000;
}

.logo-sub {
  font-size: 0.8rem;
  color: #555;
  margin-top: -4px;
}

.btn-products {
  color: #fff;
  border-radius: 10px;
  padding: 16px 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .btn-products .btn-product {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

.btn-products:hover {
  background-color: #CC182C;
  color: #fff;
}

.nav-item {
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  border-radius: 96px;
}

.nav-link {
  color: #000;
  font-size: 15px !important;
  transition: color 0.3s ease-in-out;
  font-family: "SofiaSans-Regular", sans-serif;
  padding: 8px 16px !important;
}

.nav-item:hover {
  background-color: #CC182C;
  transition: background-color 0.3s ease-in-out;
}
.nav-item:hover .nav-link {
  color: white;
  transition: color 0.3s ease-in-out;
}

.contact-info {
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.2;
}

.lang-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px !important;
  background-color: #ffffff;
  padding: 6px 14px;
  transition: background-color 0.3s ease-in-out;
}
.lang-btn svg path {
  transition: fill 0.3s ease-in-out;
}
.lang-btn:hover {
  background-color: #CC182C !important;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.lang-btn:hover svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}

.contact-info a {
  transition: color 0.3s ease-in-out;
}
.contact-info a:hover {
  color: #000000 !important;
  transition: color 0.3s ease-in-out;
}

.location-link a:hover {
  color: #CC182C !important;
}

/* За мобилно меню */
@media (max-width: 768px) {
  .main-logo img {
    width: 190px;
  }
  .lang-btn {
    padding: 8px;
    font-size: 14px;
    margin-right: 20px;
  }
  .container-fluid {
    padding: 0 !important;
  }
  .mobile-dropdown {
    padding: 0 20px !important;
    background: #F4F4F4 !important;
    border-bottom: 1px solid #ccc !important;
  }
  /* Скриваме оригиналните елементи */
  /* Бургер бутон */
  /* Анимация X */
}
@media (max-width: 768px) and (max-width: 768px) {
  .navbar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav-link {
    padding: 0 !important;
  }
  .navbar-nav,
  .contact-info,
  .btn-products,
  .lang-btn {
    display: none !important;
  }
  .menu-toggle {
    position: absolute;
    right: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33px;
    height: 20px;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    height: 3px;
    background: #cc182c;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .mobile-dropdown {
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    border-bottom: 1px solid #eee;
    position: absolute;
    top: -100%;
  }
  .mobile-dropdown .nav a {
    color: black;
  }
  .mobile-dropdown.open {
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out;
    top: 50px;
    z-index: 2;
  }
  .navbar {
    border-bottom: 1px solid #ccc;
    box-shadow: unset !important;
    border-radius: unset;
    z-index: 3;
  }
}
.btn-products {
  position: relative;
  display: inline-flex;
  align-items: center !important;
  background: #CC182C; /* Червен фон */
  overflow: hidden;
}

/* Плъзгащия се черен фон */
.btn-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: black;
  transition: left 0.4s ease;
  z-index: 0; /* Над червения фон, но под текста */
}

/* Текст + иконка над pseudo-element */
.btn-products svg,
.btn-products {
  position: relative;
  z-index: 1;
}

.btn-products:hover::before {
  left: 0;
}

.btn-products .btn-icon {
  color: currentColor;
  transition: color 0.3s ease;
}

footer {
  background: rgb(244, 244, 244);
  position: relative;
  z-index: 1;
}

.footer {
  background: black;
  border-radius: 40px;
  margin: 0 30px 40px 30px;
}
@media (max-width: 1024px) {
  .footer {
    margin: 0 10px 20px 10px;
    margin: 0 10px 20px 10px;
  }
  .footer .row {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column !important;
    text-align: center;
  }
}
.footer-links a {
  color: white;
  transition: color 0.3s ease-in-out;
}
.footer-links a:hover {
  color: #CC182C;
  transition: color 0.3s ease-in-out;
}

.footer-bottom a {
  color: white;
  transition: color 0.3s ease-in-out;
}
.footer-bottom a:hover {
  color: #CC182C;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .footer-logo {
    margin: 0 auto;
  }
}

.footer-c-links a {
  display: flex;
  align-items: center;
}
.footer-c-links a svg {
  margin-right: 5px !important;
}

body {
  font-family: "Montserrat-Regular", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: "Montserrat-Black";
}

p, li, span {
  font-family: "SofiaSans", sans-serif;
}

.hero-section {
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 5/3;
  margin-bottom: -25vw;
}
@media (max-width: 768px) {
  .hero-section {
    margin-bottom: -120px;
    aspect-ratio: 1/1;
  }
}

.window-container {
  position: relative;
}
.window-container .video-wrapper {
  height: 367px;
  width: 636px;
  position: absolute;
  left: 49.8%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .window-container .video-wrapper {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 205px;
    height: 150px;
  }
  .window-container .video-wrapper video {
    scale: 1;
  }
}
@media (min-width: 800px) {
  .window-container .video-wrapper {
    top: 40px;
  }
  .window-container .video-wrapper video {
    scale: 0.5;
  }
}
@media (min-width: 1366px) {
  .window-container .video-wrapper {
    top: 96px;
  }
  .window-container .video-wrapper video {
    scale: 0.7;
  }
}
@media (min-width: 1600px) {
  .window-container .video-wrapper {
    top: 136px;
  }
  .window-container .video-wrapper video {
    scale: 0.8;
  }
}
@media (min-width: 1800px) {
  .window-container .video-wrapper {
    top: 188px;
  }
  .window-container .video-wrapper video {
    scale: 1;
  }
}
.window-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.window-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .window-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
  }
  .window-wrapper img {
    scale: 1;
    width: 300px;
  }
}
@media (min-width: 800px) {
  .window-wrapper {
    top: -20px;
  }
  .window-wrapper img {
    scale: 0.5;
  }
}
@media (min-width: 1366px) {
  .window-wrapper {
    top: 30px;
  }
  .window-wrapper img {
    scale: 0.7;
  }
}
@media (min-width: 1366px) {
  .window-wrapper {
    top: 30px;
  }
  .window-wrapper img {
    scale: 0.7;
  }
}
@media (min-width: 1700px) {
  .window-wrapper {
    top: 70px;
  }
  .window-wrapper img {
    scale: 0.8;
  }
}
@media (min-width: 1800px) {
  .window-wrapper {
    top: 120px;
  }
  .window-wrapper img {
    scale: 1;
  }
}

.bullet-info {
  background: white;
  width: 160px;
  padding: 10px 0 10px 13px;
  border-radius: 15px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}

.bullet {
  cursor: pointer;
}
.bullet rect {
  transition: all 0.3s ease-in-out;
}
.bullet:hover rect {
  fill-opacity: 1;
  fill: #CC182C;
  transition: all 0.3s ease-in-out;
}
.bullet:hover .bullet-info {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}

.bulllet-1 {
  position: absolute;
  top: 40%;
  left: 100px;
}
@media (max-width: 768px) {
  .bulllet-1 {
    left: 10px;
    scale: 0.5;
    top: 20%;
  }
}

.bullet-2 {
  position: absolute;
  top: 20%;
  right: 110px;
}
@media (max-width: 768px) {
  .bullet-2 {
    top: 10%;
    right: 16px;
    scale: 0.5;
  }
}

.bullet-3 {
  position: absolute;
  bottom: 42px;
  right: 44%;
}
@media (max-width: 768px) {
  .bullet-3 {
    bottom: -30px;
    scale: 0.5;
  }
}

.bullet-4 {
  position: absolute;
  bottom: 190px;
  right: 170px;
}
@media (max-width: 1024px) {
  .bullet-4 {
    bottom: 100px;
    right: 80px;
  }
}
@media (max-width: 768px) {
  .bullet-4 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    scale: 0.5;
  }
}

.bullet-5 {
  position: absolute;
  left: 47%;
  top: 220px;
}
@media (max-width: 1024px) {
  .bullet-5 {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .bullet-5 {
    top: 50px;
    scale: 0.5;
    left: 40%;
  }
}

.bullet-6 {
  position: absolute;
  right: 24%;
  bottom: 47%;
}
@media (max-width: 1024px) {
  .bullet-6 {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .bullet-6 {
    scale: 0.5;
  }
}

.bullet-7 {
  position: absolute;
  left: 20%;
  top: 20%;
}
@media (max-width: 768px) {
  .bullet-7 {
    scale: 0.5;
  }
}

.floating-section {
  position: relative;
  z-index: 1;
  background: #CC182C;
  border-radius: 44px;
  margin-left: 32px;
  margin-right: 32px;
  color: white;
}
@media (max-width: 1024px) {
  .floating-section {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }
}
.floating-section .first-row {
  justify-content: space-between;
  padding: 65px 147px 85px 128px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.459);
}
@media (max-width: 1200px) {
  .floating-section .first-row {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .floating-section .first-row {
    padding: 0 15px;
  }
}

.see-all-btn {
  cursor: pointer;
  font-size: 21px;
}
@media (max-width: 1024px) {
  .see-all-btn {
    font-size: 18px;
  }
  .see-all-btn svg {
    width: 50px;
    height: 90px;
  }
}
.see-all-btn p {
  width: 190px;
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .see-all-btn p {
    width: 100%;
    text-align: left;
  }
}
.see-all-btn svg g {
  transition: transform 0.3s ease-in-out;
  transform-origin: 56.1448px 54.3082px;
}
.see-all-btn svg:hover g {
  transform: rotate(-90deg);
  transform-origin: 56.1448px 54.3082px;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .first-row.row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .first-row.row {
    padding-bottom: 0;
  }
}

.main-heading {
  color: white;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 57px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main-heading {
    font-size: 28px;
    padding-top: 10px;
  }
}

.main-heading-2 {
  color: white;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 49px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .main-heading-2 {
    font-size: 25px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .main-heading-2 {
    font-size: 25px;
    padding-top: 160px;
  }
}
.main-heading-2 .extra-bold {
  font-family: "Montserrat-Black", sans-serif;
}

.second-row {
  padding: 60px 163px 112px 126px;
}
@media (max-width: 1024px) {
  .second-row {
    padding: 30px 15px;
  }
}
.second-row .image-wrapper img {
  margin-bottom: -190px;
  border-radius: 32px;
}

.main-home-wrapper {
  padding-top: 50vw;
  margin-top: -25vw;
  padding-bottom: 200px;
  position: relative;
  background-color: #f4f4f4 !important;
  background: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 1px, transparent calc(11.1111111111% - 1px), transparent 11.1111111111%);
}
@media (max-width: 1024px) {
  .main-home-wrapper {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}

.section-50-50 {
  position: relative;
  z-index: 1;
  margin-left: 32px;
  margin-right: 32px;
  background: white;
  border-radius: 46px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-50-50 {
    border-radius: 25px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .section-50-50 {
    border-radius: 25px;
    margin-bottom: 20px;
  }
}
.section-50-50 .bg-image {
  min-height: 620px;
  width: 100%;
  border-radius: 46px 0 0 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .section-50-50 .bg-image {
    min-height: 350px;
    border-radius: 25px;
    border-radius: 25px 0 0 25px;
  }
}
@media (max-width: 768px) {
  .section-50-50 .bg-image {
    min-height: 220px;
    border-radius: 25px 25px 0 0;
  }
}
.section-50-50 .sec-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .section-50-50 .sec-info {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-50-50 .sec-info {
    padding: 20px;
  }
}
.section-50-50 .sec-info.prod {
  padding-left: 80px;
}
@media (max-width: 768px) {
  .section-50-50.revert .row {
    flex-direction: column-reverse;
  }
}
.section-50-50.revert .sec-info {
  margin-left: auto;
  padding-right: 50px;
  padding-left: 0;
  width: 70%;
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .section-50-50.revert .sec-info {
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-50-50.revert .sec-info {
    padding: 20px;
  }
}
.section-50-50.revert .bg-image {
  border-radius: 0 46px 46px 0;
}
@media (max-width: 1024px) {
  .section-50-50.revert .bg-image {
    border-radius: 0 25px 25px 0;
  }
}
@media (max-width: 768px) {
  .section-50-50.revert .bg-image {
    border-radius: 25px 25px 0 0;
  }
}

.main-heading-3 {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 65px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #CC182C;
}
@media (max-width: 1024px) {
  .main-heading-3 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}

.learn-more {
  border: 1px solid #CC182C;
  width: 100%;
  border-radius: 88px;
  padding: 20px 24px;
  color: #CC182C;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .learn-more {
    padding: 10px 15px;
  }
}
.learn-more svg line {
  transition: stroke 0.3s ease-in-out;
}
.learn-more:hover {
  background-color: #CC182C;
  color: white;
  border: 1px solid #CC182C;
  transition: all 0.3s ease-in-out;
}
.learn-more:hover line {
  stroke: white;
  transition: stroke 0.3s ease-in-out;
}

.prod-main-wrapper {
  background: #F4F4F4;
  padding: 0 8vw 2vw 8vw;
}
@media (max-width: 1024px) {
  .prod-main-wrapper {
    padding: 0 20px;
  }
}
.prod-main-wrapper h3, .prod-main-wrapper h4 {
  font-family: "SofiaSans-Bold", sans-serif;
}

.prod-container {
  padding-top: 20px;
}

.prod-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 32px;
  padding: 134px 0;
}
@media (max-width: 1024px) {
  .prod-img {
    padding: 55px 0;
  }
  .prod-img img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .prod-img {
    padding: 30px 0;
  }
  .prod-img img {
    width: 100%;
  }
}

.feature-icon img {
  width: 45px;
  margin-bottom: 10px;
}

.color-box img {
  width: 65px;
  margin: 10px;
}

.gallery img {
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
}

.prod-info {
  background: white;
  border-radius: 32px;
}

.info-box {
  padding: 48px 90px;
}
@media (max-width: 1024px) {
  .info-box {
    padding: 20px;
  }
  .info-box p {
    font-size: 16px;
  }
}
.info-box h1 {
  color: #CC182C;
  font-size: 60px;
  font-family: "SofiaSans-Black", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .info-box h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.info-box .table tr {
  border-bottom: 5px solid white;
}
.info-box .table tr td:nth-child(2) {
  text-align: right;
}
.info-box .table td {
  background: rgba(217, 217, 217, 0.2);
  border: 0;
  border-radius: 8px;
  padding: 7px 15px;
}
@media (max-width: 768px) {
  .info-box .table td {
    padding: 7px 10px;
  }
}

.color-box {
  padding: 0 5px !important;
}
.color-box .clr {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
}
.color-box .silver {
  background: #E6E6E6;
}
.color-box .beige {
  background: #E6D7BA;
}
.color-box .blue {
  background: #2860A0;
}
.color-box .dark {
  background: #2E404C;
}
.color-box .polar {
  background: #E6E6E6;
}
.color-box .walnut {
  background: #E6D7BA;
}
.color-box .oak {
  background: #2860A0;
}

.clr-img {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 12px;
}

.logos {
  width: 100%;
  height: 364px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .logos {
    height: 230px;
  }
}

.quote-section {
  position: relative;
}
.quote-section blockquote {
  margin: 0 auto;
  position: absolute;
  top: 32%;
  transform: translateX(-50%);
  left: 50%;
  width: 70%;
}
@media (max-width: 768px) {
  .quote-section blockquote {
    top: 7%;
    font-size: 15px;
    line-height: 1.2;
  }
}

.blinds-box img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.blinds-box small {
  line-height: 1 !important;
}
.blinds-box p {
  font-size: 14px;
}

.red-clr {
  color: #CC182C;
}

.contacts-info a {
  color: black;
  transition: color 0.3s ease-in-out;
}
.contacts-info a:hover {
  color: #CC182C;
  transition: color 0.3s ease-in-out;
}

.contact-h {
  font-size: 77px;
  font-family: "SofiaSans-Light", sans-serif;
  text-transform: uppercase;
  color: #E9E9E9;
  line-height: 1;
}
@media (max-width: 768px) {
  .contact-h {
    font-size: 45px;
  }
}

.prod-main-wrapper .modal-dialog {
  max-width: 40vw;
}
@media (max-width: 768px) {
  .prod-main-wrapper .modal-dialog {
    max-width: 95vw;
  }
}
.prod-main-wrapper .modal-content {
  border-radius: 20px;
}
.prod-main-wrapper .modal-content input {
  height: 50px;
}
.prod-main-wrapper .btn-close-custom line {
  transition: stroke 0.3s ease-in-out;
}
.prod-main-wrapper .btn-close-custom:hover {
  color: #CC182C;
  transition: color 0.3s ease-in-out;
}
.prod-main-wrapper .btn-close-custom:hover line {
  stroke: #CC182C;
  transition: stroke 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .prod-main-wrapper .btn-close-custom {
    display: flex;
    align-items: center;
    margin-top: -30px;
  }
  .prod-main-wrapper .btn-close-custom svg {
    width: 20px;
  }
}

.contact-info .learn-more {
  width: 75%;
}
@media (max-width: 768px) {
  .contact-info .learn-more {
    width: 100%;
  }
}

.video-wrapper-2 {
  position: relative;
  width: 90%;
  margin-bottom: -210px;
  height: 600px;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .video-wrapper-2 {
    height: 300px;
    margin-bottom: -190px;
    width: 100%;
  }
}
.video-wrapper-2 video {
  width: 100%;
  margin-bottom: -210px;
  height: 600px;
  display: none;
  object-fit: cover;
  border-radius: 30px;
}
.video-wrapper-2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  border: 1px solid white;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  transition: backdrop-filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .video-wrapper-2 .play-btn {
    padding: 10px 10px;
  }
}
.video-wrapper-2 .play-btn:hover {
  backdrop-filter: brightness(0.5);
  transition: backdrop-filter 0.3s ease-in-out;
}
.video-wrapper-2 .video-thumbnail,
.video-wrapper-2 .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lb-close {
  position: absolute;
  right: 20px;
  top: 0;
}

/* Бял фон без рамки */
.custom-modal {
  border-radius: 0;
  border: none;
  padding: 40px;
  position: relative;
}

.prod-modal {
  /* Close button горе вдясно */
  /* Единичен блок */
  /* Бутон “Прегледай +” */
}
.prod-modal .modal-dialog {
  max-width: 80vw;
}
@media (max-width: 1024px) {
  .prod-modal .modal-dialog {
    max-width: 100%;
    margin: 20px;
  }
}
.prod-modal .custom-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #000;
}
@media (max-width: 1024px) {
  .prod-modal .custom-modal .close-btn {
    top: 20px;
    right: 10px;
    scale: 0.8;
  }
}
.prod-modal .modal-items {
  margin-top: 40px;
}
.prod-modal .modal-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.prod-modal .modal-item h5 {
  font-weight: 700;
  color: #d8192f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .prod-modal .modal-item h5 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.prod-modal .modal-img {
  width: 314px;
  height: 314px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .prod-modal .modal-img {
    width: 150px;
    height: 150px;
  }
}
.prod-modal .modal-btn {
  border: 2px solid #d8192f;
  color: #d8192f;
  background: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}
.prod-modal .modal-btn span {
  margin-left: 10px;
  font-size: 26px;
}
.prod-modal .modal-btn:hover {
  background: #d8192f;
  color: #fff;
}
.prod-modal .close-btn {
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
.prod-modal .close-btn line {
  transition: color 0.3s ease-in-out;
}
.prod-modal .close-btn:hover {
  color: #CC182C;
  transition: color 0.3s ease-in-out;
}
.prod-modal .close-btn:hover line {
  stroke: #CC182C;
  transition: color 0.3s ease-in-out;
}
.prod-modal .modal-content {
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .prod-modal .modal-content {
    padding: 0px;
  }
}
.prod-modal .learn-more {
  width: 90%;
  padding: 15px 24px;
}
@media (max-width: 1024px) {
  .prod-modal .learn-more {
    padding: 10px 20px;
  }
}

.fixed-logo.is-fixed {
  position: fixed;
  z-index: 1000;
}

.fixed-logo {
  position: absolute;
  top: 67vh;
  left: 49%;
  transform: translateX(-50%);
  width: 90vw;
}
@media (max-width: 1024px) {
  .fixed-logo {
    display: none;
  }
}

.fixed-logo img {
  display: block;
  width: 100%;
}

.prod-img {
  position: sticky;
  top: 30px;
  align-self: flex-start;
}

.prod-img.a {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .prod-img.a {
    margin-bottom: 0;
  }
}

.prodB {
  margin-top: -120px !important;
}
@media (max-width: 1024px) {
  .prodB {
    margin-top: 0 !important;
  }
}

.accordion-button::after {
  display: none;
}

.accordion-button::before {
  color: #BB1219;
  font-weight: 400 !important;
  font-size: 2rem;
  flex-shrink: 0;
  min-width: 3rem;
  margin-left: auto;
  content: "+";
  transition: transform 0.2s ease-in-out;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-item {
  border-right: 0 !important;
  border-left: 0 !important;
  border-color: black !important;
  border-radius: unset !important;
  color: #CC182C;
}

/* когато е отворен → минус */
.accordion-button:not(.collapsed)::before {
  content: "-";
  color: #CC182C;
}

.accordion-button {
  cursor: pointer;
  background: unset !important;
  box-shadow: unset !important;
  color: #CC182C !important;
}

.accordion-body img {
  width: 100%;
  padding-top: 10px;
}
.accordion-body .col-3 p {
  font-size: 12px;
}
@media (max-width: 768px) {
  .accordion-body .col-3 {
    width: 33.33333333%;
  }
}

/*# sourceMappingURL=style.css.map */
