/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Four feature
	05. About Us
	06. Products
	07. Opinions
	08. Contact
	09. Footer
	10. Media
	11. Paralax
	12. Cookies
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */

/* ===================================
	01. Common
=================================== */

::selection {
    background-color: #53392A;
    color: #fff;
}
::-moz-selection {
    background-color: #53392A;
    color: #fff;
}
img {
    max-width: 100%;
}
body {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #53392A;
    letter-spacing: 0.5px;
    background-color: #fff;
}
.theme-bg-primary {
    background-color: #ececec;
}
.theme-bg-dark {
    background-color: #53392A;
    color: #fff;
}
.theme-bg-secound {
    background-color: #FCFCFC;
}
.thema-yl-collor {
    background-color: #D0A836;
}
.gg-text-justify {
    text-align: justify;
}
.gg-br-15 {
    border-radius: 15px;
}
p {
    line-height: 24px;
    font-size: 14px;
    color: #53392A;
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #53392A;
    padding: 0px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 60px;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    font-weight: 700;
}
h3 {
    font-size: 26px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    font-weight: 700;
}
h5 {
    font-size: 18px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 700;
}
ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 2px;
    text-align: center;
    right: 2%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(72, 57, 42, 1.2);
    text-decoration: none;
    border-radius: 100%;
    z-index: 9999;
}
.scroll-top:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #D0A836;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    height: 100%;
    overflow: visible;
    background-color: #fff;
}
#preloader .spinner-grow {
    top: 50%;
    position: relative;
}
.section-title h2 {
    font-weight: 600;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    color: #53392A;
}
.section-title .border-title {
    position: relative;
    height: 2px;
    background-color: #53392A;
    width: 160px;
    display: inline-block;
    border-radius: 100%;
}
.section-title .border-title:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -3px;
    background-color: #fff;
    opacity: 0.3;
}
.section-title .border-title:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 4px;
    background-color: #fff;
    opacity: 0.3;
}

/* ===================================
	02. Header
=================================== */

.navbar-nav > .active > a {
    color: #D0A836;
}
.header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.header .navbar-brand {
    padding: 0px;
    margin: 0px;
}
.header-lover {
    padding: 10px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
    padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 21px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active a {
    color: #53392A;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
    color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
    color: #fff;
}
.header-lover .navbar .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.header .navbar-toggler span {
    background: #2D2E33;
}
.header .dropdown-menu {
    margin: 0px;
    padding: 0px;
    border-top: 3px solid #53392A;
    border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #dedede;
    padding: 12px 20px 12px 30px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover {
    background-color: #53392A;
    color: #fff;
}
.header .dropdown-menu .dropdown-item:hover:before {
    background-color: #fff;
}
.header .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: '';
    left: 15px;
    background-color: #999;
    top: 50%;
    width: 7px;
    height: 1px;
}
.header .nav-pills .nav-link.active,
.header .nav-pills .show > .nav-link {
    background-color: transparent;
}
.navbar-toggler {
    border: none;
    padding: 10px 6px;
    background-color: #f5f5f5;
    outline: none !important;
}
.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}
.navbar-toggler span + span + span {
    width: 10px;
}
.is-sticky {
    z-index: 9999;
}
.is-sticky .header-lover {
    z-index: 9999 !important;
    background-color: #fff !important;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
    color: #333;
}
.is-sticky .nav-pills .nav-link.active,
.is-sticky .nav-pills .show > .nav-link {
    color: #53392A !important;
}
@media screen and (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block !important;
    }
}



/* Górne menu - ciemne tło */
.header-lover .navbar .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 21px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}

.header-lover .navbar .nav-item .nav-link:hover {
    color: #D0A836; /* żółty na hover */
}

.header-lover .navbar .nav-item.active .nav-link {
    color: #D0A836 !important; /* aktywny link na żółto */
    font-weight: bold;
}

/* Sticky header - jasne tło */
.is-sticky .header-lover {
    background-color: #fff !important;
}

.is-sticky .header-lover .navbar .nav-item .nav-link {
    color: #333;
    font-weight: normal;
}

.is-sticky .header-lover .navbar .nav-item .nav-link:hover {
    color: #D0A836; /* żółty na hover */
}

.is-sticky .header-lover .navbar .nav-item.active .nav-link {
    color: #53392A !important; /* brązowy aktywny */
    font-weight: bold;
}



/* ===================================
	03. Slider
=================================== */

.slider .carousel-caption {
    top: 75%;
    bottom: auto;
    padding-top: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 0px;
    transform: translateY(-50%);
    text-align: left;
}
.slider .carousel-item {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
}
.slider .carousel-item.slider-one {
    background-image: url("../img/slider/slider-1.jpg");
    /*edit image*/
}
.slider .carousel-item.slider-two {
    background-image: url("../img/slider/slider-2.jpg");
    /*edit image*/
}
.slider .carousel-item.slider-three {
    background-image: url("../img/slider/slider-3.jpg");
    /*edit image*/
}
.slider .carousel-caption .slider-caption-box {
    position: relative;
    background-color: rgba(83, 57, 42, 0.8);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: box-shadow 0.3s, transform 0.3s;
}
.slider .carousel-caption .slider-caption-box:hover {
    box-shadow: 0 0 30px rgba(9, 12, 19, 0.8);
    transform: scale(1.05);
}
.slider .carousel-caption h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.slider .carousel-caption h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}
.slider .carousel-caption p {
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider .carousel-control-next span, .slider .carousel-control-prev span {
    width: 12px;
    height: 12px;
}
.slider .carousel-control-next {
    bottom: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    transform: translateY(-50%);
}
.slider .carousel-control-prev {
    bottom: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 30px;
    transform: translateY(-50%);
}
.carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

/* Tło dla małych ekranów (np. max-width: 768px) */
@media (max-width: 768px) {
    .slider .carousel-item.slider-one {
        background-image: url("../img/slider/slider-1-min.jpg");
    }
      .slider .carousel-item.slider-two {
        background-image: url("../img/slider/slider-2-min.jpg");
    }
      .slider .carousel-item.slider-three {
        background-image: url("../img/slider/slider-3-min.jpg");
    }
}

/* ===================================
	04. Four feature
=================================== */

.features-area > div > div > div {
    padding: 0;
}
.feature-item {
    text-align: center;
    padding: 50px 20px;
}
.feature-item i {
    font-size: 40px;
    margin-bottom: 20px;
}
.feature-item h4 {
    font-size: 20px;
    color: #53392A;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

/* ===================================
	05. About Us
=================================== */

.about-img-wrapper .about-images-1 {
    height: 250px !important;
}
.about-img-wrapper .about-images-2 {
    position: relative;
}
.about-img-wrapper .about-images-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.about-img-wrapper .about-images-1,
.about-img-wrapper .about-images-2,
.about-img-wrapper .about-images-3 {
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
}
.about-img-wrapper .about-images-1 img,
.about-img-wrapper .about-images-2 img,
.about-img-wrapper .about-images-3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.about-img-wrapper .about-images-3 {
    width: 75%;
}
.about-content-text h6 {
    font-size: 12px;
    font-weight: 700;
    color: #53392A;
    letter-spacing: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.about-content-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #53392A;
    margin-bottom: 15px;
}

/* ===================================
	06. Products
=================================== */

ul > li.li-dot {
    list-style-type: disc;
}
ul.offer-font {
    list-style-position: outside;
    padding-left: 0;
    /* Usunięcie domyślnego wcięcia */
    margin-left: 1.25em;
    /* Dopasuj wartość do nagłówka h5 */
}
ul.offer-font > li {
    line-height: 24px;
    font-size: 14px;
    color: #53392A;
    font-family: 'Roboto', sans-serif;
}
.custom-table {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #53392A;
}
.custom-table th, .custom-table td {
    text-align: center;
    vertical-align: middle;
    padding: 25px;
}
.custom-tabs {
    border-bottom: none;
    gap: 10px;
}
.custom-tab {
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ECECEC;
    /* tło nieaktywnego taba */
    color: #53392A;
    /* tekst nieaktywnego taba */
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.custom-tab.active, .custom-tab.active:focus, .custom-tab.active:hover {
    background-color: #53392A !important;
    color: #ECECEC !important;
}
.custom-tab:not(.active):hover {
    background-color: #ddd;
    color: #53392A;
}
.custom-tab:focus {
    box-shadow: none;
    outline: none;
}


/* ===================================
	07. Opinions
=================================== */

.testimonial-box {
    text-align: center;
    border: 3px solid #53392A;
    border-radius: 12px;
    padding: 30px;
}
.testimonial-box .testi-star {
    color: #53392A;
    font-size: 18px;
    margin-bottom: 30px;
}
.testimonial-box .profile-info {
    margin-top: 30px;
}
.testimonial-box .profile-info h3 {
    color: #53392A;
    padding-bottom: 6px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-box .profile-info span {
    color: #53392A;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav button {
    text-align: center;
    color: #202020 !important;
    border-radius: 6px;
    margin: 0px 6px !important;
    background-color: transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav button:hover {
    background-color: transparent !important;
}
.testimonial-carousel .owl-nav button.owl-prev {
    height: 40px;
    padding: 0px 20px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #53392A !important;
    border: 0px;
    background-color: #fff !important;
}
.testimonial-carousel .owl-nav button.owl-next {
    height: 40px;
    padding: 0px 20px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    border: 0px;
    background-color: #53392A !important;
}

/* ===================================
	08. Contact
=================================== */

.map-box iframe {
    width: 100%;
    height: 445px;
    border: 0px;
    border-radius: 6px;
    overflow: hidden;
}
.contact-info-box {
    border: 2px solid #53392A;
    padding: 40px;
    border-radius: 6px;
    height: 447px;
}
.contact-info li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #53392A;
}
.contact-info li i {
    margin-right: 6px;
}
.contact-info li:last-child {
    margin-bottom: 0px;
}
.contact-info li a {
    color: #53392A;
}
.contact-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #53392A !important;
    border-radius: 100%;
    font-size: 12px;
    background-color: #53392A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-item-box {
    border-radius: 6px;
    overflow: hidden;
    background-color: #0e0e0e;
}
.contact-item-box .contact-item-grid {
    padding: 20px;
}
.contact-item-box .contact-item-grid h4 {
    color: #53392A;
    margin-bottom: 8px;
}
.contact-item-box .contact-item-grid + .contact-item-grid {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-item-box .contact-item-grid a {
    color: #6c757d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-item-box .contact-item-grid a:hover {
    color: #53392A;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    display: block;
    border-radius: 6px;
    color: #666666;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.1);
}
.contact-form textarea {
    height: 120px !important;
}
.contact-form label {
    font-size: 14px;
    top: 2px;
}
.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #53392A;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.help-block.with-errors ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}

/* ===================================
	09. Footer
=================================== */

.footer-links li {
    display: inline-block;
}
.footer-links li a {
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-links li:first-child a {
    padding-left: 0px;
}
.footer-links li a:hover {
    color: #F5F5F5;
}
.footer-copyright {
    color: #fff;
    font-size: 12px;
}
.ml-25px {
    margin-left: 23px;
}

/* ===================================
	10. Media
=================================== */

/* Style dla dużego ekranu */
@media only screen and (min-width: 1200px) {
    .gg-only-full-screan {
        display: block;
        /* lub inna właściwość stylu, aby pokazać element */
    }
}
/* Style dla małego ekranu */
@media only screen and (max-width: 1199px) {
    .gg-only-full-screan {
        display: none;
        /* lub inna właściwość stylu, aby ukryć element */
    }
}

/* ===================================
	11. Paralax
=================================== */

.bgnd {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 54vh;
    max-height: 1200px;
    min-height: 200px;
}
.bgnd-1 {
    background-image: url(../img/other/AS2.jpeg);
}
.hide-on-mobile {
  display: block;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
/* ===================================
	12. Cookies
=================================== */

#cookie-banner, #preferences-modal {
  background: #fff;
  color: var(--text-color);
  padding: 1em;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  font-size: var(--font-size);
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#cookie-banner .buttons button,
#preferences-modal .modal-buttons button {
  margin-right: 1em;
  padding: 0.5em 1em;
  border: none;
  background: #53392A;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

#preferences-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  background: #f9f9f9;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.hidden {
  display: none;
}

label {
  display: block;
  margin: 1em 0;
  font-size: 14px;
  color: #53392A;
}

input[type="checkbox"] {
  accent-color: #53392A; /* nowoczesny sposób stylowania checkboxów */
  transform: scale(1.2);
}