/*
Theme Name: NET STYLE Theme
Theme URI: https://www.netstyle.pl/
Author: NET STYLE
Author URI: https://www.netstyle.pl/
Description: NET STYLE WordPress Theme
Version: 1.0.15
*/

:root {
    --primaryColor: #3098d8;
}

/* GENERAL */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    color: inherit;
}

h1, h2, h3, h4 {
    padding: 20px 0;
    line-height: 1.5;
}

p, li {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

/* HEADER */

.header {
	padding: 75px 105px 75px 130px;
	transition: all .3s;
	z-index: 99;
}
.header.sticky {
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
}

.header__logo-img {
	width: auto;
	height: 89px;
	transition: all .3s;
	filter: brightness(0) invert(1);
}
.header.sticky .header__logo-img {
	filter: unset;
}

.header__contact-btn {
	display: inline-block;
	height: 49px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 47px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 0 40px;
	margin: 0 0 0 30px;
	border: 1px solid #fff;
	cursor: pointer;
}
.header__contact-btn:hover {
	color: #000;
	background-color: #FFF;
}
.header.sticky .header__contact-btn {
	color: #000;
	border-color: #000;
}
.header.sticky .header__contact-btn:hover {
	color: var(--primaryColor);
	border-color: var(--primaryColor);
}

/* NAV */

.navbar-nav .menu-item {
	position: relative;
	margin: 0 17px;
}
.navbar-nav .menu-item a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.51px;
	text-transform: uppercase;
	text-decoration-color: rgba(255, 255, 255, .5);
	padding: 0;
	margin: 0;
}
.header.sticky .navbar-nav .menu-item a {
	color: #000;
	text-decoration-color: rgba(0, 0, 0, .5);
}
.navbar-nav .menu-item a:hover {
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, .5);
	text-underline-offset: 4px;
}
.header.sticky .navbar-nav .menu-item a:hover {
	text-decoration-color: rgba(0, 0, 0, .5);
}

/* HERO */

.hero {
	position: relative;
	height: 960px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 130px;
	background-size: cover;
	background-position: top center;
}
.hero__slogan {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 0 0 35px 0;
	margin: 0;
}
.hero__title {
	color: #fff;
	font-size: 54px;
	font-weight: 200;
	line-height: 52px;
	letter-spacing: -0.54px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.hero__title b,
.hero__title strong {
	font-weight: 600;
}
.hero__text {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	padding: 25px 0 30px 3px;
	margin: 0;
}
.hero__btn {
	display: inline-flex;
	align-items: center;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 0 45px 0 35px;
	margin: 0;
	background-color: var(--primaryColor);
	cursor: pointer;
}
.hero__btn:hover {
	color: #fff;
}
.hero__btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	font-size: 14px;
	margin-left: 45px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	transition: all .3s;
}
.hero__btn:hover span {
	border-color: #fff;
}

.hero__items {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .65);
}
.hero-item__value {
	color: #fff;
	font-size: 43px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.43px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.hero-item__value b,
.hero-item__value strong {
	font-weight: 600;
}
.hero-item__text {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 12px 0 0 2px;
	margin: 0;
}

/* ABOUT */

.about {
	position: relative;
	padding-bottom: 115px;
	scroll-margin-top: 134px;
}
.about .container-fluid {
	position: relative;
	padding-top: 80px;
	background-color: #f6f6f6;
}

.about__content {
	padding-bottom: 30px;
}
.about__slogan {
	color: #7e7e7e;
	font-size: 19px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.38px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.about__title {
	color: #000;
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -1.5px;
	padding: 15px 0 40px 0;
	margin: 0;
}
.about__content p {
	position: relative;
	color: #484848;
	font-size: 20px;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: -0.4px;
	padding: 0 0 0 50px;
}
.about__content p:last-of-type {
	margin-bottom: 0;
}
.about__content p::before {
	content: "";
	display: block;
	width: 10px;
	height: 200%;
	background-color: var(--primaryColor);
	border-radius: 2px;
	position: absolute;
	top: -10px; left: 0;
}

.about__items {
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-top: 5px;
}
.about-item {
	padding-top: 30px;
}
.about-item__text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	margin: 0;
}

/* MODEL */

.model {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #1d282d;
	overflow-x: clip;
}
.model::before {
	content: "";
	display: block;
	width: 490px;
	height: 100%;
	background-color: var(--primaryColor);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	position: absolute;
	top: -45px; right: 0;
}
.model .row {
	position: relative;
	z-index: 4;
}

.model__slogan {
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 85px 0 20px 0;
	margin: 0;
}
.model__title {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -1.14px;
	padding: 0;
	margin: 0;
}
.model__title span,
.locals__title span,
.modal__title span {
	position: relative;
	z-index: 1;
}
.model__title span::before,
.locals__title span::before,
.modal__title span::before {
	content: "";
	display: block;
	width: 110%;
	height: 18px;
	background-color: var(--primaryColor);
	border-radius: 2px;
	position: absolute;
	bottom: -2px; left: -5%;
	z-index: -1;
}

.model .accordion {
	max-width: 75%;
	margin-top: 50px;
	border-top: 1px solid #6b6b6b;
}
.model .accordion-item {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #6b6b6b;
	border-radius: 0;
}
.model .accordion-button {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.36px;
	padding: 20px 15px;
	margin: 0;
	background-color: transparent;
	border: 0;
	box-shadow: unset;
}
.model .accordion-button::after {
	content: "+";
	color: var(--primaryColor);
	font-size: 28px;
	font-weight: 200;
	position: absolute;
	right: 5px;
	transition: unset;
	transform: unset;
}
.model .accordion-button:not(.collapsed)::after {
	content: "-";
	right: 3px;
}
.model .accordion-body {
	padding: 0 15px 25px 15px;
}
.model .accordion-body p {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.32px;
	padding: 0;
	margin: 0;
}

.model__gallery {
	width: calc(50% + 240px);
	margin-right: -240px;
}
.model__photo {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 690px;
	padding-bottom: 60px;
	padding-left: 70px;
	background-size: cover;
	background-position: center;
}

/* LOCALS */

.locals {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #f7f7f7;
	scroll-margin-top: 134px;
}
.locals::before {
	content: "";
	display: block;
	width: 100%;
	height: 228px;
	background-color: #fff;
	position: absolute;
	bottom: 0; left: 0;
}

.locals__title {
	color: #000;
	font-size: 38px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -1.14px;
	padding: 0 0 75px 0;
	margin: 0;
}

.locals .slick-track {
	display: flex !important;
}

.locals__item {
	height: inherit !important;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.local-item {
	display: flex;
	flex-direction: column;
	background-color: #f7f7f7;
	border: 1px solid var(--primaryColor);
}
.local-item__photo {
	display: block;
	width: 100%;
	height: 330px;
	background-color: #fff;
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
}
.local-item__content {
	position: relative;
}
.local-item__details {
	padding: 45px 45px 35px 45px;
}
.local-item__title {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.4px;
	padding: 0;
	margin: 0;
}
.local-item__title::after {
	content: "";
	display: block;
	width: 260px;
	height: 10px;
	margin: 20px 0 13px 0;
	background-color: var(--primaryColor);
	border-radius: 2px;
}
.local-item__info {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
	padding: 12px 0 0 0;
	margin: 0;
}
.local-item__info b,
.local-item__info strong {
	font-weight: 500;
}
.local-item__more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px;
	background-color: #fff;
}
.local-item__file {
	position: relative;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.3px;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 0;
	margin: 0;
}
.local-item__file b {
	position: relative;
	font-weight: 600;
	padding-left: 25px;
	z-index: 2;
}
.local-item__file::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-color: #c7eaff;
	border-radius: 50%;
	position: absolute;
	top: -16px; left: 0;
	z-index: 1;
}
.local-item__price {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.36px;
	padding: 0;
	margin: 0;
}

/* PRICING */

.pricing {
	scroll-margin-top: 174px;
}
.pricing__title {
	color: #000;
	font-size: 33px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.99px;
	padding: 0 0 35px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #e4e4e4;
}

.pricing tr,
.pricing th,
.pricing td {
	border-color: #f5f5f5;
}
.pricing th,
.pricing td {
	font-size: 14px;
	text-align: center;
	padding: 15px 11px;
}
.pricing th {
	background-color: #f5f5f5;
}

/* LOCATION */

.location {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.location__title {
	color: var(--primaryColor);
	font-size: 27px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.54px;
	padding: 0;
	margin: 0;
}
.location__text {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.36px;
	padding: 40px 0;
	margin: 0;
}
.location__map {
	font-size: 0;
}

/* INFORMATION */

.info {
	position: relative;
	padding-bottom: 80px;
	scroll-margin-top: 174px;
}

.info__timeline {
	padding-left: 60px;
}

.timeline-item {
	position: relative;
	padding-left: 35px;
}
.timeline-item:not(:last-of-type) {
	padding-bottom: 30px;
}
.timeline-item::before {
	content: "";
	display: inline-flex;
	width: 10px;
	height: 10px;
	background-color: var(--primaryColor);
	border-radius: 2px;
	position: absolute;
	top: 18px; left: 0;
}
.timeline-item__time {
	color: #484848;
	font-size: 20px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.4px;
	padding: 0;
	margin: 0;
}
.timeline-item__text {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.34px;
	padding: 10px 0 0 0;
	margin: 0;
}

.info__text p {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.34px;
	padding: 0;
}
.info__text p:last-of-type {
	margin-bottom: 0;
}

/* FOOTER */

.footer {
	position: relative;
	background-color: #f9f9f9;
}
.footer .row:first-of-type {
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer .row:last-of-type {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e0e0e0;
}

.footer__title {
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.4px;
	padding: 0;
	margin: 0;
}
.footer__title::after {
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	margin: 20px 0 25px 0;
	background-color: var(--primaryColor);
	border-radius: 2px;
}

.footer__menu ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer__menu ul li,
.footer__contact address,
.footer__contact a {
	display: inline-block;
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.32px;
	padding: 0;
	margin: 0;
}
.footer__menu ul li a:hover {
	color: var(--primaryColor);
}
.footer__contact {
	display: flex;
	flex-direction: column;
}
.footer__contact a {
	color: var(--primaryColor);
	text-decoration: underline;
	text-underline-offset: 4px;
}
.footer__contact a:hover {
	text-decoration: none;
}

.footer__c {
	color: rgba(94, 94, 94, .65);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}

.footer__link {
	color: rgba(19, 19, 19, .85);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}
.footer__link:not(:last-of-type) {
	margin-right: 20px;
}
.footer__link:hover {
	color: rgba(19, 19, 19, 1);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.modal-body {
	padding: 30px 40px 55px 40px;
}
.modal-body .btn-close {
	display: block;
	margin-left: auto;
}
.modal__form {
	max-width: 85%;
	margin: 0 auto;
}

/* CONTACT FORM */

.form-field {
    position: relative;
    margin-bottom: 1rem;
}
.form-field.form-field-acceptance {
	margin-bottom: 0.6rem;
}
.form-field br {
    display: none;
}
.form-field > label {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    padding: 0 10px;
    margin: 0;
}
.form-control {
    height: 60px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 25px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    outline: none;
    resize: none;
}
.form-control:focus {
    border-color: var(--primaryColor);
	box-shadow: unset;
}
textarea.form-control {
    min-height: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	font-size: 14px;    
    padding-left: 10px;    
    top: -1px;
}

.form-submit {
    position: relative;
}
.form-submit .wpcf7-submit {
    display: block;
    position: relative;
    height: 66px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
	text-transform: uppercase;
    padding: 0 85px;
    margin: 30px auto 0;
    border: 2px solid var(--primaryColor) !important;
    background-color: var(--primaryColor);
    border-radius: 0;
    cursor: pointer;
    outline: none;
    transition: all .3s;
    z-index: 9;
}
.form-submit .wpcf7-submit:hover,
.form-submit .wpcf7-submit:active,
.form-submit .wpcf7-submit:focus {
    box-shadow: unset !important;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 4px 0 0 10px;
}
.wpcf7 form .wpcf7-response-output {
    position: relative;
    text-align: center;
    margin: 40px 0 0 0 !important;
    padding: 15px 20px !important;
    background-color: #0f244c;
    z-index: 9;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #cb473e;    
    border: 2px solid #cb473e !important;
}

/* SUBPAGE */

.page-template-default .hero {
	height: 400px;
}

.site-main {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2 {
    color: #000;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    margin-top: 15px;
    background-color: var(--primaryColor);
    border-radius: 2px;
}
.entry-content h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    color: var(--primaryColor);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #484848;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}