/*
	Theme Name: Pańska Góra | SNLeaders
	Theme URI: https://snleaders.pl
	Description: Pańska Góra theme made by SNLeaders.
	Version: 1.0.1
	Author: Rafał Mieszczak | SNLeaders
	Author URI: https://snleaders.pl
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom: 1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.swam{
    max-width:1300px;
    width:100%;
    padding:25px 20px;
    margin-left: auto;
    margin-right: auto;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    width: 100%;
    position: relative;
    z-index: 1000;
}

/* logo */
.logo {
    display: inline-block;
    max-width: 200px;
}

.logo-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* nav */
.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem;
}

/* sidebar */
.sidebar {
    position: relative;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
}

/* footer */
.footer {
    padding: 2rem 0;
    background: #f8f9fa;
    margin-top: 2rem;
}


/* Responsive breakpoints */
@media only screen and (min-width: 320px) {
    /* Mobile styles */
}

@media only screen and (min-width: 480px) {
    /* Small devices */
}

@media only screen and (min-width: 768px) {
    /* Tablets */
}

@media only screen and (min-width: 1024px) {
    /* Small desktops */
}

@media only screen and (min-width: 1140px) {
    /* Medium desktops */
}

@media only screen and (min-width: 1280px) {
    /* Large desktops */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* High DPI/Retina display specific styles */
    img {
        /* Ensure images look crisp on high DPI displays */
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

.silt-font{
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 400;
    font-style: normal;
}
.inter-font{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.mswam{
    max-width: 800px;
    margin: 0 auto;
}
.vmiddler{
    display: flex;
    flex-direction: column;
    justify-content: center;
	  text-align: justify;       /* dodajemy justowanie tekstu */
  line-height: 1.6; 
}
.p-relative{
    position: relative;
}

.text-primary{
    color: #747019!important;
}
.text-secondary{
    color: #02cab0!important;
}
.btn-primary{
    border: 3px solid #747019;
    background-color: transparent;
    color: #747019;
    padding: 1rem 2rem;
    font-weight: 600;
}
.btn-primary:hover{
    border: 3px solid #747019;
    background-color: #747019;
    color: #fff;
}


/* Topbar */
#topbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}

#topbar.scrolled {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#topbar.scrolled .iconsLinkMindgoner{
    color: #000!important;
}
#topbar .navbar-toggler-icon{
    filter: invert(1);
}
#topbar.scrolled .navbar-toggler-icon{
    filter: invert(0);
}

#topbar .nav-link {
    color: white;
    transition: color 0.3s ease;
}

#topbar.scrolled .nav-link {
    color: #000;
}

#topbar .navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}
#topbar .navbar-brand:hover {
	opacity: .85;
	transform: scale(1.02);
}

#topbar.scrolled .navbar-brand {
    color: #000;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
}
#topbar img.img-fluid{
    transition: 0.2s;
    max-height: 115px;
}
#topbar.scrolled img.img-fluid{
    filter: invert(1);
    max-height: 60px;
}
.navbar-collapse.show {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
}
.navbar-project-logo .img-fluid {
    filter: none !important;
}
.navbar-project-logo {
    order: 3;
}

@media only screen and (max-width: 1400px) {
    .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-project-logo {
    order: unset;
}
}

@media only screen and (max-width: 600px) {
    #topbar {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    #topbar .nav-link {
        color: #000;
    }
    #topbar .navbar-brand {
        color: #000;
    }
    #topbar img.img-fluid{
        filter: invert(1);
        max-height: 60px;
    }
    #topbarNav .nav-link > *{
        color: #000;
    }
    #topbar .navbar-toggler-icon {
        filter: none !important;
    }
}


.moddedNavToggler{
    border: none;
    background-color: transparent;
}
.moddedNavToggler:active{
    border: none;
}
main.hero {
    position: relative;
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: white;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.hero-brandy {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.brand-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 60%;
    padding: 20px;
    margin: 0 auto;
    gap: 20px;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .brand-items {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .brand-items {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 0 20px;
        padding: 10px 0;
    }

    .hero-header {
        margin-bottom: 40px !important;
        max-width: calc(100% - 20px) !important;
    }

    .brand-item img {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

}

.hero-slider .swiper-pagination {
    display: none;
}

/* Force black text for kolor hero type */
.hero .hero-header.hero-kolor h1,
.hero .hero-header.hero-kolor p,
.hero-header.hero-kolor h1,
.hero-header.hero-kolor p {
    color: #000 !important;
}

/* White gradient overlay for wzor hero type */
main.hero.hero-wzor:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.5) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.hero {
	overflow: hidden; 
	position: relative; 
}
.black .nav-link {
    color: black !important;
}
.black .nav-link:hover {
    color: #555555!important;
}
.black .navbar-brand img {
    filter: invert(1);
}
.black .iconsLinkMindgoner {
    color: black !important;
}
.hero .bg-cover {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.25); 
	z-index: 5;
}

.hero-image,
.hero-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-video {
    object-fit: cover;
}

/* Slider */
.hero-slider {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-slider .swiper-wrapper {
    width: 100%;
    height: 100%; /* Musi być */
}

.hero-slider .swiper-slide {
    width: 100%; /* Swiper nada dynamicznie, ale zostaw jako backup */
    height: 100%; /* Kluczowe */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* Usuwamy repeat */
}

.hero-header {
    position: relative;
    z-index: 10;
    padding-bottom: 50px;
    max-width: 50%;
    margin-bottom: 60px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section-gallery .swiper-pagination {
    position: relative;
    z-index: 0;
}

.cta-layout-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.cta-header {
    background: white;
    color: #333;
    padding: 40px 30px 20px 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Arial Black', sans-serif;
}

.cta-header-description {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 30px;
    font-weight: bold;
    font-family: 'Athena Ruby', serif;
    text-transform: none;
    letter-spacing: normal;
}

.cta-header-line {
    width: 100px;
    height: 4px;
    background: #75701B;
    border-radius: 2px;
    margin: 30px auto 50px auto;
}

.cta-section-header {
    font-size: 28px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'Shadows Into Light', cursive;
    text-align: left;
    padding: 0 30px;
    width: fit-content;
}
.cta-section-header h2 {
	font-size: 30px;
}
.cta-section-header.cta-centered {
    text-align: center;
    padding: 0;
}

.cta-desktop-carousel {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
}

.cta-desktop-carousel-item {
    text-align: center;
    flex: 1;
    max-width: 250px;
}

.cta-carousel-image {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

.cta-carousel-caption {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.cta-desktop-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px 30px 40px 30px;
    max-width: 1320px;
    margin: 0 auto;
}

.cta-content-section {
    padding: 20px 0;
}
.cta-content-section p {
    text-align: justify;
}
.cta-lorem-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
}

.cta-single-image {
    text-align: center;
    margin: 30px 0;
}

.cta-single-image-element {
    width: 400px;
    height: 250px;
    background: linear-gradient(45deg, #43e97b, #38f9d7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.cta-button {
    background-color: white;
    border: 2px solid #75701B;
    color: #75701B;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 50px auto 30px auto;
    display: block;
    text-align: center;
    max-width: 250px;
}

.cta-button:hover {
    background-color: #75701B;
    color: white;
}

.tk-carousel-wrapper {
    position: relative;
    margin: 50px auto;
    max-width: 1200px;
}

.tk-carousel {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tk-swiper-slide{
    padding-top: 1.5rem;
}

.tk-carousel-image {
    width: 200px;
    height: 200px;
    /*background: linear-gradient(45deg, #ff6b6b, #4ecdc4);*/
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tk-carousel-image-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dotted #747019;
    transform: translate(-15px, -15px);
}

.tk-carousel-caption {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    max-width: 220px;
}
/* color picker*/
.cta-section-header h2, .vmiddler h2 {
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 100;
    color: #747019;
}

h1.h1{
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 900px) {
    h1.h1{
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 600px) {
    h1.h1{
        font-size: 2rem;
    }
}
.header-suptext{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.subtext{
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;   
  margin: 0 0 12px; 
}

.nsubtext{
    line-height: 1.75rem;
    font-size: 1rem;
    color: #777;
}



.two-columns .cta-section-header {
	padding: 15px 0 0;
	  text-align: justify;       /* dodajemy justowanie tekstu */
  line-height: 1.6; 
}
@media (min-width: 992px) {
	.two-columns .first {
		padding-right: 30px;
	}
	.two-columns .second {
		padding-left: 30px;
	}
}




.section-about{
	/*
    background-image: url('/wp-content/themes/theme-name/img/about-bg.webp');
	*/
    background-size: cover;
    background-position: center;

}
.section-about .aboout-frame-img{
    border: 2px dotted #747019;
    transform: translate(-15px, -15px);
}
.section-about .aboout-frame-img .aboout-frame-img-inner{
    transform: translate(15px, 15px);
    position: relative;
    width: 100%;
    height: 100%;
	margin: 0 0;
}
.section-about .aboout-frame-img img{
    min-height: 400px;
    object-fit: cover;
}
.section-about .aboout-frame-img .aboout-frame-img-inner .about-frame-label{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 0.75rem;
}

.section-gallery .grass-mark{
    background-image: url('/wp-content/themes/theme-name/img/grass.webp');
    background-size: 90px 70px;
    background-repeat: no-repeat;
    background-position: center right;

}
section.section-about.pt-5.pb-5 p {
    text-align: justify !important;
}
.two-columns p {
    text-align: justify !important;
}

.swiper-pagination-bullet.custom-bullet {
    background-color: #747019;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #747019;
}
.swiper-slide .card{
    border: none;
}
@media only screen and (max-width: 900px) {

}
.swiper-slide img{
    width:100%;
    z-index: 1;
}
.swiper-slide .card-image-frame{
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: 3px dotted #fff;
    z-index: 10;
    box-sizing: border-box;
}
.swiper-button-prev{
    opacity: 0.01!important;
}
.swiper-button-next{
    opacity: 0.01!important;
}
.swiperButtonPrev {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiperButtonNext{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gallery */
.gallery-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-grid a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    color: white;
    flex: 1;
    background: var(--orange);
    cursor: pointer;
}
.gallery-grid img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.3s ease;
}
.gallery-text {
    margin: 60px 0;
}
@media (max-width: 992px) {
    .gallery-grid a {
        min-width: 40%;
    }
}
@media screen and (max-width: 480px) {
    .gallery-grid a {
        min-width: 100%;
    }
}
/* End Gallery */
.section-map{
    max-height: 600px;
}
.section-map iframe{
    border: none;
    width: 100%;
    min-height: 600px;
}

footer.footer{
    background-color: #96a995;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}
footer.footer .list-unstyled a{
    text-decoration: none;
    color: #626e61!important;
    font-size: 0.9rem;
    font-weight: 500;
}

#topbarNav .menu-item:hover .dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    .dropdown-hover:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-hover > .nav-link::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
    }

    .dropdown-menu {
        margin-top: 0; /* opcjonalnie */
    }
}

.btn-blank{
    border: none;
    background-color: transparent;
    color: #747019;
    padding: 1rem 2rem;
    font-weight: 600;
}

.overflowedButtonRight img, .overflowedButtonLeft img {
    max-width: 40px;
    scale: 0.7;
}

.overflowedButtonRight{
    position: absolute;
    right: 5px;
    top: calc(50% - 85px);
    z-index: 999;
    background: #fff;
    width: 60px;
    height: 60px;
}

.overflowedButtonLeft {
    position: absolute;
    left: 5px;
    top: calc(50% - 85px);
    z-index: 999;
    background: #fff;
    width: 60px;
    height: 60px;
}

.tk-carousel{
    padding-bottom: 3rem!important;
}
.tk-carousel .swiper-slide{
    margin-left: auto;
    margin-right: auto;
}
.tk-carousel-caption{
    margin-left: auto;
    margin-right: auto;
}
.tk-section-header .section-header > *{
    font-size: 1.75rem;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 2rem;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: "Shadows Into Light Two", cursive;
}

.modified-title-mindgoner,
.modified-title-mindgoner > *{
    font-family: "Shadows Into Light Two", cursive;
}
.modified-title-mindgoner h2 {
	font-size: 30px;
}

#menu-topbar .nav-link{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

 @media only screen and (max-width: 1200px) {
    #menu-topbar .nav-link{
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .hero-header {
        max-width: 80%;
    }
    .subtext {
        font-size: 16px;
    }
}
#topbarNav .dropdown-menu > li > a.dropdown-item{
    transition: 0.3s;
}
#topbarNav .dropdown-menu > li:hover > a.dropdown-item {
    background-color: #ddd !important;
}

#topbarNav .navbar-nav > li.nav-item > a.nav-link{
    transition: 0.3s;
    border-radius: 0rem;
	font-size: 15px;
	margin: 0 7px;
}
#topbar:not(.scrolled) #topbarNav .navbar-nav > li.nav-item > a.nav-link:hover {
    /*background-color: rgba(0, 0, 0, 0.3); */
    color: #ffcc00; /* opcjonalnie zmiana koloru tekstu */
}
#topbar.scrolled #topbarNav .navbar-nav > li.nav-item > a.nav-link:hover {
    background-color: rgba(0, 0, 0, 0.1); /* ciemniejsze tło */
}
#topbar ul.dropdown-menu {
    border-radius: 0;
    padding: 15px 0px;
    border: 0;
    box-shadow: 10px 10px 25px -10px rgba(0,0,0,.15);
}
.list-mod-mindgoner a:hover{
    text-decoration: underline;
}

.mindgonerCards .card {
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
    background-color: #edf0f2;
    border: 0;
    border-radius: 0;
}

.mindgonerCards .card p:last-child{
    margin-bottom: 0;
}

.swiper-pagination-bullet.active,
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #75701B !important;
}


@media (max-width: 992px) {
    .navbar-collapse {
        height: 100vh!important;
    }
}

.userway_buttons_wrapper {
    top: 40% !important;
}