/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2026 | 17:29:14 */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header:not(.fixed) {
    background-color: #1f1f1f !important;
}
.slides {
  display: flex;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* затемнення */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* ЦЕНТР КОНТЕНТ (БЕЗ BLUR БЛОКУ) */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  text-align: center;
  color: #fff;
  padding: 20px;
}

/* БІЛИЙ ТАЙТЛ */
.content h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}

/* текст */
.content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* BLUR BUTTON (залишаємо тільки тут) */
.btn {
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255,255,255,0.3);
  transition: 0.3s;
}

.btn:hover {
  background: rgba(255,255,255,0.3);
}

/* паралакс */
.slide {
  background-attachment: fixed;
}

/* адаптив */
@media(max-width: 768px) {
  .content h1 {
    font-size: 28px;
  }

  .content p {
    font-size: 16px;
  }
}


.footer.dark .widget a {
    color: #c5c5c5 !important;
    font-weight: 600 !important;
 
}
.header.fixed {
    background: rgba(9, 9, 9, 0.4) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.subfooter p, .subfooter.dark p {
    opacity: 1;
    font-size: 16px !important;
    color: #adadad;
    font-weight: 900;
    
}
.white-header .mobile-toggle span, .header.light-header .mobile-toggle span, .white-header .thb-full-menu.thb-underline>li>a:before, .header.light-header .thb-full-menu.thb-underline>li>a:before, .white-header .thb-full-menu.thb-line-through>li>a:before, .header.light-header .thb-full-menu.thb-line-through>li>a:before, .white-header .music_toggle span, .header.light-header .music_toggle span{
    color: black !important;
}
@media only screen and (min-width: 40.0625em){
.header.fixed {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}
.mobile-toggle-holder .mobile-toggle {
    display: inline-flex;
    width: 30px !important;
}
@media only screen and (max-width: 40.0625em){
.header, .header.fixed {
    padding-top: 0px !important;
    padding-bottom: 0pc !important; 
}
}
p{
    font-size: 17px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 10px !important;
}

.header_title{
    text-shadow: 2px 3px 4px rgb(255 255 255 / 0.6);
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid rgba(0,0,0,0.07);
    padding: 10px 10px !important;
    height: 40px !important;
    margin-bottom: 27px;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    background: #fafafa;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.subfooter {
    padding: 20px !important;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="password"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="datetime"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="number"], .wpcf7-form-control-wrap input[type="search"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="time"], .wpcf7-form-control-wrap input[type="url"], .wpcf7-form-control-wrap textarea {
    margin-bottom: 10px;
    width: 100%;
}
.thb-full-menu.thb-underline>li>a:before {
    height: 2px;
}
.thb-iconbox p {
    font-size: 11px;
}


.thb-iconbox.left h5, .thb-iconbox.right h5 {
    font-size: 12px;
}

.subfooter {
    background-color: #000000 !important;
}

.footer {
    background-color: #000000 !important;
}

@media only screen and (min-width: 640px){
.footer {
    padding: 0 !important;
}
}