@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

:root {
  --main-color: var(--bs-warning);

}
.cartIco{
  color: var(--main-color);
  cursor: pointer;
}

.cartSumma{
  width: 100px;
}
.scaleUpAnimate{

  animation: scaleUp 0.1s linear forwards; /* Анимация при загрузке */
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8); /* Начальный размер */
  }
  50% {
    transform: scale(1.6); /* Конечный размер */
  }
  100% {
    transform: scale(1); /* Конечный размер */
  }
}

.swiper {
  width: 100%;
  height: 350px;
}
.swiper-3d .swiper-slide-shadow{
  background: none;
}
.fade-out {
  height:auto;
  transition: all 2.5s ease-out; /* Длительность и тип анимации */
}

.fade-out.removing {
  height:1px;
}

.carousel-control-prev, .carousel-control-next {
  width: 10%;
}

.mainColor{
  color: var(--main-color);

}
#main{
  overflow: hidden;
  max-height: 900px;

}

#main img{
  width: 100%;
  height: auto;
  object-fit: contain;
  /*object-position: center center;*/
}
.navbar{
  background-color: var(--main-bg-color);
  border-bottom: 1px solid rgba(255, 215, 0, 0.69);
}

.buda{
  background-color: #111111;;
  background-image: url("../images/buda.png") ;
  height: 600px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.navbar:before{
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 0px;
  background: url("../images/menu.png") repeat-x;
  background-size: auto 100%;
  z-index: 100;
  transform: rotate(180deg); /* Переворачиваем изображение */
  opacity: 0.8;

}




body{
  background: var(--main-bg-color) ;
  color: white;

}
.bg1, .bg2{

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.bg1{
  background-image: url("../images/fog-2.png");

  background-blend-mode: overlay;
  background-size: cover ;
  animation: animateBg1 12s  infinite alternate linear;
}

@keyframes animateBg1 {
  0% {
    background-position-x: 0px;
  }
  50% {
    background-positon-x: 500px;
  }
  100%{
    background-position-x: 1000px;
  }
}

.bg2{
  background-image: url("../images/fog-1.png");

  background-blend-mode: overlay;
  background-size: cover ;
  animation: animateBg2 4s  infinite alternate  linear;
}


@keyframes animateBg2 {
  0% {
    background-position-y: 0px;
  }
  50% {
    background-position-y: 50px;
  }
  100%{
    background-position-y: 100px;
  }
}

.infoMain{
  padding: 50px 0;
  background: white;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.52);

}
.infoM{
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background: url("../images/infoMain.png");
  background-size: cover;
  color: black;
}

.activeCena{
  color: darkblue;
}
.cenaitem{
  cursor: pointer;
  background: red;
}
.prieTovar{
  font-size:2rem ;
  text-align: center;
}
.main{
  padding: 50px 0;

}
.mainIco{
  font-size: 3rem;
}
.mainIco i{
  transition: all linear .2s;
}

.mainIco i:hover{
   text-shadow: 0 0 40px white;
  transform: scale(1.2);
}
.mainIco div{
  margin: 3px 10px;
}

.mainSlogan{
  font-size: 4rem;
  font-style: italic;

}
.imgMain{
  width: 100%;
  max-width: 500px;
  height: 600px;
  background: url("../images/buda.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;

  /*mask-image: url("../images/maska.png");*/
  /*mask-size:  100% 100%;*/
}

.bg-block{
  /*mask-image: url("../images/maska.png");*/
  color: white;
  mask-size:  100% 100%;
  padding: 15px;
  background-color: var(--main-bg-block-otziv);
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.bg-block2{
  /*mask-image: url("../images/maska.png");*/
  color: white;
  mask-size:  100% 100%;
  padding: 30px 20px;
  background-color: var(--main-bg-block-otziv);
  overflow-y:scroll;

}

.content{

}
.h90{
  height: 80px;
}
.contact-item{

}
.contact-item{
  text-align: center;
  padding: 30px 0;
}

.contact-item img{
  background: #ffffff;
  padding: 4px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.contact-item img:hover{
  box-shadow: 0 0 10px white;
}
.modal-backdrop {
  z-index: 200 !important;
}

.modal {
  z-index: 100001 !important;
}
.mainGood{
  background: var(--main-bg-block-otziv);

  position: relative;
  margin:  0px 0;
  border-bottom: 3px solid rgba(191, 168, 0, 0.43);
  border-top: 3px solid rgba(191, 168, 0, 0.43);
}
/*.mainGood:before{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  background: var(--main-bg-block-otziv);*/
/*  mask-image: url("../images/kray.png");*/
/*  mask-size:   auto auto;*/
/*  mask-repeat: repeat-x;*/
/*  position: absolute;*/
/*  bottom: -90px;*/
/*}*/
/*.mainGood:after{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  background: var(--main-bg-block-otziv);*/
/*  mask-image: url("../images/kray.png");*/
/*  mask-size:   auto auto;*/
/*  mask-repeat: repeat-x;*/
/*  position: absolute;*/
/*  transform: scaleY(-1);*/
/*  top: -90px;*/
/*}*/

/*.mainGood:before{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  background: url("../images/menu.png") repeat-x;*/
/*  position: absolute;*/
/*  transform: rotate(180deg); !* Переворачиваем изображение *!*/
/*  bottom: 0px;*/
/*  opacity: 0.5;*/
/*}*/
/*.mainGood:after{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  background: url("../images/menu.png") repeat-x;*/
/*  position: absolute;*/

/*  top: 0px;*/
/*}*/
.vopros{
  background: var(--main-color);
  color: black;
  border: 2px solid var(--main-color);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.voprosNiz{
  border: 1px solid var(--main-color);
  border-radius: 0 0 15px 15px ;

}
table{
  min-width: 100%;
  background-color: #333 !important;
  color: white !important;
}
.voprosVerh{
  padding: 5px;
}
.strelka{
  font-size: 1.5rem;
  transition: all linear .2s;
}
.voprosNiz{
  background: #444;
  color: #fff;
  padding: 20px;
}
h2{
  color:var(--main-color);
}
.breadcrumb-item:before{
  color: white !important;
}
.tcard{
  background-color: var(--main-bg-color);
  color: white;
}
.card-img{
  overflow: hidden;
  height: 280px;
}
.card{
  opacity: 1;
  transition: all linear 100ms;
}
.goodsCont:has(.card:hover)   .card:not(:hover) {
  opacity: 0.9;

}

.card img{
  transform: scale(1) rotate(0deg);
  transition: all linear 500ms;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:50% 50%;
}
.card:hover img{
  transform: scale(1.1) rotate(5deg);
}

.footer:before{
  content: '';
  width: 100%;
  height: 100px;
  background:  var(--main-bg-block-otziv);
  mask-image: url("../images/kray.png");
  mask-size:   auto auto;
  mask-repeat: repeat-x;
  position: absolute;
  transform: scaleY(-1);
  top: -90px;
}
.footer {
  position: relative;
  background:  var(--main-bg-block-otziv);
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;


}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.seti{
  font-size: 2rem;
  color: black;
  padding: 10px 0 20px;
}
.seti img{
  width: 2rem;
}
.seti > div{
  margin: 2px 10px;
}
.seti i{
  color: #e5e5e5;
}
.seti i:hover{
  color: white;
}
.wave {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 2.5s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 2s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 2s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 2s linear infinite;
}

hr{
  border:1px solid #f1d11c;
  box-shadow: 2px 2px 4px #f1d11c;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

.modal-content {
  background-color: var(--main-bg-block-otziv);
}


@media (max-width: 576px) {
  .card-img{
    overflow: hidden;
    height:auto;
  }
}


/*select {*/
/*  -webkit-appearance: none;*/
/*  font-family: 'Custom-Font', sans-serif;*/
/*  font-size:1.5em ;*/
/*  line-height:1em; // optical center background-color: #ccc;*/
/*  color: #333;*/
/*  border: none;*/
/*  padding: 6px 10px 4px 10px;*/
/*}*/
.selectI {
  width: 100px;
  position: relative;

  display: block;
  -webkit-appearance: none; /* Убираем стандартную стрелку на macOS и iOS */
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; /* Увеличиваем пространство для кастомной стрелки */
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
}

.selectI::after {
  content: ''; /* Unicode символ для стрелки вниз */
  font-size: 1.2em;
  width: 2px;
  height: 4px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 10px; /* Располагаем стрелку справа */
  transform: translateY(-50%); /* Центрируем по вертикали */
  pointer-events: none; /* Чтобы не мешать кликам по select */
}

.selectI option {
  font-size: 1em;
}
.swiper-pagination-bullet-active{
  background-color: #ab8901;
}
.contact-card {
  color:white;
  max-width: 500px;
  padding: 1rem;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.contact-card__title {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.contact-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-card__item {

  margin-bottom: 0.5rem;
}

.contact-card__label {
  flex: 0 0 80px;
  font-weight: bold;

}

.contact-card__value,
.contact-card__link {
  flex: 1;
  text-decoration: none;
}

.contact-card__link:hover {
  text-decoration: underline;
}


/* Базовый стиль */
.toggle-btn {
  border: 1px solid #f8f9fa; /* светлая рамка */
  color: #f8f9fa;
  background: transparent;
  transition: all .2s;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  padding: .25rem .5rem;
  font-size: .875rem;
}

/* Активная кнопка (как btn-light) */
.toggle-btn.btn-active {
  background-color: #f8f9fa;
  color: #212529;
  border-color: #f8f9fa;
}

/* Неактивная кнопка (как btn-outline-light) */
.toggle-btn.btn-inactive {
  background-color: transparent;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.strelka {
  transition: transform 0.3s ease;
}
.rotate-180 {
  transform: rotate(180deg);
}

[v-cloak] { display: none; }
[x-cloak] { display: none !important; }

.active-category {
  color: #fff !important;

  background-color: #ffc10720;
  border-radius: 4px;

  transition: all 0.2s ease-in-out;
}

.active-category:hover {
  text-decoration: none;
  background-color: #ffc10740;
}

:target {
  scroll-margin-top: 80px; /* подстрой под реальную высоту хедера */
}
.offcanvas-start {
    width: 80%; /* ширина шторки */
    background-color: #111;
}

.offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
}

.offcanvas .nav-link.active {
    color: #ffc107;
}

[x-cloak] { display: none !important; }
.offcanvas-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #212529; /* как bg-dark */
    z-index: 1050;
    overflow-y: auto;
}
.offcanvas-content {
    padding-top: 80px;
}
.offcanvas-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.menuButtonMobile {
    border: 1px solid white;
    border-radius: 3px;
    background: transparent;
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menuButtonMobile:hover {
    background: rgba(255,255,255,0.1);
}

.bar {
    width: 22px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* 💥 Мини-анимация при клике */
.menuButtonMobile.clicked {
    animation: button-bounce 0.15s ease-in-out;
}

@keyframes button-bounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(0.9); }
    70%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}


#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: white;
    padding: 15px;
    font-size: 14px;
    z-index: 9999;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

#cookie-banner a {
    color: #4caf50;
    text-decoration: underline;
}

#cookie-accept {
    background: #4caf50;
    border: none;
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}


.layout-main{

}
.layout-menu{
        position: fixed;
        height: 60px;
    width: 100%;
    z-index: 99;
}
.layout-body{
    padding-top: 60px;

}

.menu-main{

    display: flex;
}

.header-main{
    background-color: var(--main-bg-color);
    border-bottom: 1px solid rgba(255, 215, 0, 0.69);
    position: relative;
}
.header-main-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.menu-main{
    list-style: none;
    display: flex;
    gap: 14px;
    margin-bottom: 0;

}

.menu-main li a{
    display: block;
    text-decoration: none;
    color: white;

}
 .menu-main li a:hover{
     color: var(--main-color);

 }
.button-menu{
    display: none;
}

/* Анимация бургер-кнопки */
.button-menu {
    cursor: pointer;
    transition: all 0.3s ease;
}

.button-menu .line {
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Активное состояние (крестик) */
.line-rotate-top {
    transform: rotate(45deg) translateY(9px);
}
.line-hide {
    opacity: 0;
}
.line-rotate-bottom {
    transform: rotate(-45deg) translateY(-9px);
}

/* Для плавных transform */
.rotate-45 { transform: rotate(45deg); }
.-rotate-45 { transform: rotate(-45deg); }
.translate-y-\[9px\] { transform: translateY(9px); }
.-translate-y-\[9px\] { transform: translateY(-9px); }
.opacity-0 { opacity: 0; }

@media (max-width: 971px) {
    .button-menu{

        width: 30px;
        height: 15px;
        display: flex;
       flex-direction: column;
        justify-content: space-between;
    }
    .button-menu > div{
        background: white;
        height: 1px;
        border-radius: 1px;
    }
    .menu-main {
        border-radius: 10px;

        padding: 20px ;
        z-index: 100;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 10px);
        left: 5%;
        width: 90%;
        background: var(--main-bg-color);
        box-shadow: 0 0 6px rgba(255,255,255,0.1);
        border-top: 1px solid rgba(255,215,0,0.6);
    }
}