/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: Montserrat;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* ancient-browser-alert error */
.ancient-browser-alert {
    background: #a00;
    color: #faa;
    display: block;
    padding: 3px 0;
    text-align: center;
}
#moving {
    padding: 60px 7%;
}
.off {
	margin-top: 60px;
}
.ancient-browser-alert a {
    color: #fff;
    text-decoration: underline;
}

header[role="banner"] {
	position: absolute;
    width: 100%;
	z-index: 11;
}

.page-header-top-right {
    margin-top: 10px;
}


.pagination {
    margin: 0;
}



.pagination-center {
    text-align: center;
}
.pagination-row {
    margin-bottom: 20px;
}



.required {
    color: #f00;
}



.row-with-vspace {
    margin-bottom: 20px;
}



.site-main .format-aside {
    background: #f5f5f5;
}
.site-main .format-image {
    background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
    background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
    background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
    background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
    margin-bottom: 0;
    margin-top: 10px;
}
.site-title > a {
    text-decoration: none;
}
.site-title > div {
    height: auto;
    line-height: 18px;
}
.site-title .site-description {
    color: #999;
    font-size: 16px;
}
.site-title .site-title-heading {
    margin: 0;
}



.widget_calendar #wp-calendar {
    margin: 0;
}
.widget_calendar #wp-calendar #next {
    text-align: right;
}



#comments .comment-navigation {
    margin-bottom: 0;
}
#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}
#comments .media-list li .media {
    margin-top: 15px;
}
#comments .media-list li .media .media-body {
    border: 1px solid #eee;
    padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}
#comments .media-list ul.children {
    list-style: none;
    margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
    display: block;
    height: auto;
    max-width: 100%;
}
#main-column .attachment .entry-content {
    margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
    text-align: center;
}
#main-column .attachment .entry-meta {
    margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
   
    margin-bottom: 20px;
   
}
#main-column .post .entry-header .entry-meta {
    color: #999;
}
#main-column .post .entry-header .entry-meta a {
    color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
    display: none;
}
#main-column .post .entry-meta .categories-icon {
    cursor: default;
}
#main-column .post .entry-meta .comments-link a {
    color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
    color: #555;
    font-size: 12px;
    margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
    color: #333;
}
#main-column .post .entry-meta .tags-icon {
    cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
    margin-top: 0;
    word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
    padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
    font-size: 18px;
    margin-top: 0;
}



#site-footer {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
    font-size: 12px;
    padding: 10px;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 0 0;
	color: white;
	border-bottom: 2px solid transparent;
}

.navbar-brand, .navbar-nav>li {	
	padding: 30px 40px;
}

#menu-item-110, #menu-item-135 {
	display: none;
}

#menu-item-26, #menu-item-132 {
	padding: 0 0;
}
.navbar-brand, .navbar-nav>li>a {
	padding: 10px 0;
	transition: 0.4s all;
}

.navbar-brand, .navbar-nav>li >a:hover {
	background: transparent;
	border-bottom: 2px solid #c5a059
}
.info_btn {
	border: 1px solid #c5a059;
	padding: 10px 15px;
	border-radius: 12px;
	color: #c5a059;
	background-color: #c5a05938;
	font-size: 10px;
}
.offer {
	padding: 0 7%;
}
header[role="banner"] {
	background: #0c2c45bf;
}

.navbar {
	margin-bottom: 0px;
}
#gallery {
	background-color: #0c2c45;
	color: white;
	
}
#gallery .cont {
	padding: 60px 0;
}
#middle {
	padding: 120px 7%;
	background-image: url('../img/about.jpg');
background-size: cover;
background-color: #0c2c45;
background-repeat: no-repeat;
color: white;
text-align: center;
}
#site-footer {
	background-color: #0c2c45;
	color: white;
	padding: 60px 7%; 
}

#site-footer h5 {
	color: #c5a059;
} 
#site-footer a {
	color: white;
} 


.ital {
	font-style: italic;
	
}
.navbar-toggle .icon-bar { 
	background: white;
}
#middle .ital {
	margin-bottom: 60px;
}
#offer {
	
	padding: 60px 7%;
}

.news h3 {
	margin-bottom: 40px;
}
.gold {
	color: #c5a059;
}
.carousel-caption {
	text-align: left;
	top: 0;
	left: 0;
	padding: 160px 7%;
	width: 100%;
}
.home #carouselExampleCaptions {
  height: calc(100vh - 160px);
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}
#carouselExampleCaptions {
  height: 50vh;
  min-height: 400px;          
  max-height: 100vh;
  overflow: hidden;  
}

.home #slider h2 {
  font-size: clamp(4rem, 6vw, 11rem);
  font-weight: 600;
  margin-bottom: 40px;
}

#slider h2 {
  font-size: clamp(4rem, 6vw, 9rem);
  font-weight: 600;
  margin-bottom: 40px;
}

h5 {
	font-size: clamp(1.2rem, 2vw, 2.6rem);
}

#slider h4 {
  font-size: clamp(2rem, 3vw, 6rem);
}

#slider h5 {
  font-size: clamp(1.2rem, 2vw, 2.6rem);
}

.a_block a {
	
	padding: 40px 40px;
    background: white;
    color: #0c2c45;
    width: 100%;
	font-size: 24px;
	border-radius: 20px;
	transition: 0.4s all;
	font-weight: 600;
	box-shadow: 0px 0px 2px #c1c1c1;
    display: inline-block;
    margin-top: -50px;	
}

.b_block {
	
margin-top: 40px;
   
}

.a_block a:hover {
	
	text-decoration: none;
	background: #c5a059;
}
.offer-track {
	clear: both;
	margin-top: 60px;
}
.g_block a {
	
	padding: 40px 40px;
    background:#0c2c45 ;
    color: white;
    width: 100%;
	font-size: 24px;
	border-radius: 20px;
	transition: 0.4s all;
	font-weight: 600;
	box-shadow: 0px 0px 2px #c1c1c1;
    display: inline-block;	
}

.g_block a:hover {
	color: #0c2c45;
	text-decoration: none;
	background: white;
}
.box p{
	
	font-size: 14px;
}

#off1 {
background: url('../img/off2.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#off2 {
background: url('../img/off1.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#off3 {
background: url('../img/off3.jpg');
background-size: cover;
background-repeat: no-repeat;
}	

#prop1 {
background: url('../img/off1.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#prop2 {
background: url('../img/off2.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#prop3 {
background: url('../img/off3.jpg');
background-size: cover;
background-repeat: no-repeat;
}	

.box {
	border-radius: 20px;
	aspect-ratio: 3 / 2; 
}
.bblock p {
	display: none;
}
.bblock {
	margin-top: 50px;
}

.over {
	position: absolute;
	left: 15px;
	bottom: 0px;
	padding: 25px;
	width: calc(100% - 30px);
	border-radius: 20px;
	color: white;
	transition: 0.4s all;
}
.over h4 {
	font-size: 24px;
	font-weight: 600;
}

.box:hover .over {
	background: #002a3f69;
	
}
.page-id-13 #bottom, .page-id-118 #bottom {
	display: none;
}
.box:hover p {
	
	display: inline-block;
}
.home .offer, .home #content {

background: #eef0f3 
}

#content {
	padding: 60px 7%;
}

.home #content {
	padding: 0 0;	
}



#main_content {
padding: 60px 0;
}	
#middle h4 {
	font-size: clamp(1.2rem, 2vw, 2.6rem);
}
.nhov {
	max-width: 100px
}
.thumb img {
	 width: 100%;
	 height: auto;
	 border-radius: 20px;
 }
 
.news .sign .post-title a {
	color: white;
	font-weight: 600;
}
.abs {
	width: calc(100% - 30px);
	height: 100%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s; 
	padding: 10px 20px;
	padding-top: 40%;
	opacity: 0;
	border-radius: 20px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	background: rgb(0 37 76 / 50%);
} 
.sign {
	text-align: center;
}

.btn, .wpcf7-submit {
	color: white;
	background: #0c2c45;
	border-radius: 20px;
	 -webkit-transition: all 0.4s;
   transition: all 0.4s; 
	padding: 20px 40px;
	display: inline-block;
	margin: 20px;
}
.btn:hover, .wpcf7-submit:hover {
	background: #c5a059;
}

input, textarea {
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #dedede;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
	width: 85%;
}

.modal-title {
	float: left;
}
.close {
	float: right;
	color: white;
	text-shadow: 0 0 BLACK;
    opacity: 0.8;
}
.modal-content {
	background: #0c2c45;
	color: white;
	padding: 0 10px;
	font-weight: 400;
}
.modal-content label {
	font-weight: 400;
	width: 100%;
}
.jump {
  
   -webkit-transition: all 0.5s;
   transition: all 0.5s; 
    z-index: 99999;
   margin: 5px 20px!important;
   bottom: 0px;
   opacity: 0;
}
.sign:hover .jump {
	bottom: 40px;
    opacity: 1;
}

.sign:hover .abs {
	opacity: 1;
}
.offer, #slider h4, #slider .col-md-6 {
	display: none;
}

.home .offer, .home #slider h4, .home #slider .col-md-6 {
	display: block;
}
.hov {
	display: none;
}
.navbar-header li a {
	font-size: 14px;
}

li, p {
	font-size: 16px;
}
.sect {
	margin: 60px 0;
}
.sect_t {
	margin-top: 60px;
}
.btn {
	margin-top: 40px;
}
.roun {
	
	background: #0c2c45;
	color: white;
	padding: 15px;
	border-radius: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.full {
	width: 100%;
	margin-top: 10px;
	border-radius: 20px;
}
.headd {
	margin-bottom: 60px;
}
 .feature-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2.5rem;
      transition: all 0.4s;
	  padding: 2rem;
	  border-radius: 20px;
	  border: 1px solid #efefef;
	  background: #efefef;
      margin-left: auto;
      margin-right: auto;
	  
    }
	 .feature-item:hover
	{
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
		background:#0c2c45;
		color: white;
	}
	 .feature-item:hover .feature-icon {
		 color: rgb(197, 160, 89)!important;
		 
	 }
	 
    .feature-icon {
      flex: 0 0 auto;
      width: 64px;
      height: 64px;
      margin-right: 1.25rem;
      font-size: 2.4rem;
      line-height: 64px;
      text-align: center;
      background:#0c2c45;
      -webkit-background-clip: text;
      
      background-clip: text;
      
    }

    .feature-content {
      flex: 1;
    }

    .feature-title {
     
    }

    .feature-text {
     font-size: 16px;
    }

    .feature-text p {
      margin-bottom: 0.9rem;
    }

    .list-check {
      padding-left: 0;
      margin: 0;
      list-style: none;
    }

    .list-check li {
      position: relative;
      padding-left: 2.2rem;
      margin-bottom: 0.75rem;
    }

    .list-check li::before {
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: #c5a059;
      position: absolute;
      left: 0;
      top: 0.12rem;
      font-size: 1.35rem;
    }
.process-section {
      max-width: 860px;
      margin: 0 auto;
      padding: 3rem 1rem;
    }

    .process-title {
      
      margin-bottom: 40px;
      
    }
.num {
	color: #c5a059;
	font-size: 36px;
}
  .home #bottom {
	display: none;	
  }	  
  
  .page #bottom {
	  padding: 60px 7%;
  }
  
  .circ {
	  border-radius: 100%;
	  max-width: 70%;
	  margin-bottom: 20px;
  }

    .timeline {
      position: relative;
      padding-left: 3.5rem;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1.9rem;
      width: 3px;
      background: #e0e0e0;
      z-index: 0;
    }

    .timeline-step {
      position: relative;
      margin-bottom: 3.2rem;
      z-index: 1;
    }

    .step-number {
     position: absolute;
    left: -3.5rem;
    top: -1.7rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #c5a059;
    color: #0c2c45;
    font-size: 1.55rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(12, 44, 69, 0.22);
    z-index: 2;
    }

    .step-content {
      background: white;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 1.5rem 1.75rem;
      box-shadow: 0 6px 16px rgba(0,0,0,0.05);
      transition: all 0.25s ease;
    }

    .step-content:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.09);
    }

    .step-title {
     
      color: #0c2c45;
    
    }

    .step-text {
      color: #444;
     
    }
.social-icons {
      display: flex;
      gap: 16px;     
      padding: 20px 0;
    }

    .social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background-color: #ffffff;
      color: #0c2c45;            
      font-size: 24px;
      border-radius: 50%;
      text-decoration: none; 
      transition: all 0.25s ease;
      
    }

    
    .social-link:hover {
      transform: translateY(-3px);
      
      color: #ffffff;
	  text-decoration: none;
    }

    .social-link:hover {
      background-color: #c5a059;
	  color; white;
    }

    /* ewentualnie mniejsza wersja */
    .social-link.small {
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
.bblock .col-md-4 {
margin-top: 40px;
}	
	
@media (max-width: 576px) {
      .timeline {
        padding-left: 2.8rem;
      }
      .step-number {
        left: -2.8rem;
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
      }
      
    }
@media (min-width: 1668px) {
.carousel-item img {
	
	width: 100%;
}

}

@media (max-width: 576px) {
      .feature-icon {
        width: 54px;
        height: 54px;
        font-size: 2rem;
        line-height: 54px;
        margin-right: 1rem;
      }
     
    }
	
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: auto;
        text-align: center;
        display: inline-block;
    }
	.navbar-primary-collapse {
		text-align: center;
	}
	
}

@media (min-width: 992px) and  (max-width: 1580px) {
	
	.navbar-brand, .navbar-nav>li {
    padding: 20px 10px;
	}
	.a_block a, .g_block a  {
		font-size: 18px;
		padding: 30px 30px;
	}
}

@media (max-width: 992px) {
	
	.a_block a, .box, .g_block a  {
		margin-top: 30px;
	}
	h4, h5 {
		
		font-size: 1.8rem!important;
	}
	#site-footer .col-md-3  {
		margin-bottom: 30px;
	}
	
	#slider h5 {
		text-align: left;
	}
	header[role="banner"] {
		padding: 0px 0;
	}
	
	#content, .offer, #offer, #site-footer, #bottom, #moving {
		padding: 60px 0;
	}
	.sect {
		margin-right: -15px;
		margin-left: -15px;
		
	}
	.roun {
		margin-right: 0px;
		margin-left: 0px;
		
	}
	
	
	.offer {
		
		padding-bottom: 0px;
	}
	.navbar-collapse {
		background: #0c2c45
	}
	.navbar-brand, .navbar-nav>li {
    padding: 0px 20px;
	}
	.menu-item-26, .menu-item-132 {
		display: none!important;
	}
	#site-footer {
		text-align: center;
	}
}