/*
Theme Name: Workone
Author: Portalworks
Version: 1.0.0
Text Domain: workone
*/

:root {
    --text-color-dark: #000000;
    --text-color-light: #FFFFFF;
    --yellow-color: #F8DF5F;
    --pink-color: #EB577E;
    --green-color: #97EB72;
    --blue-color: #69AEF8;
    --dark-gray-color: #3a3a3a;
}


/****************************
           GENERAL
****************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
	font-family: "Europa";
}

body{
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

section img {
    width: 100%;
}

.text-dark, .text-dark p {
    color: var(--text-color-dark)!important;
}

.text-light, .text-light p {
    color: var(--text-color-light)!important;
}

.bg-yellow {
    background-color: var(--yellow-color);
}

.bg-pink {
    background-color: var(--pink-color);
}

.bg-green {
    background-color: var(--green-color);
}

.bg-blue {
    background-color: var(--blue-color);
}

.bg-dark {
    background-color: var(--dark-gray-color);
}

.editor h1, .editor h2, .section-title {
    font-family: 'Superior Title';
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
    color: var(--text-color-dark);
}

.editor p, .over-title, .editor a, .editor li {
    font-family: 'Europa';
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 150%;
    color: var(--text-color-dark);
    text-decoration: none;
}

.editor a:hover {
    text-decoration: underline;
}

.editor p strong, .over-title {
    font-weight: 400;
}

.editor h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 36px;
    color: var(--text-color-dark);
}

.editor .location-date {
	border-radius: 0px 0px 0px 20px;
    background-color: white;
    z-index: 2;
    padding: 5px 10px 7px 12px;
    font-size: 14px;
}

.section-padding-lg, .section-padding-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

.custom-container {
    padding-inline: 30px;
    max-width: unset;
}

.custom-button {
    width: fit-content;
    height: auto;
    padding: 13px 20px;
    gap: 10px;
    border-radius: 80px;
    box-shadow: 0px 20px 44px 0px #00000040;
    text-decoration: none;
    font-weight: 600!important;
    font-size: 1rem;
    line-height: 27px;
    text-align: center;
}

.custom-button:hover {
   text-decoration: none!important;
	opacity: 0.8;
}

.custom-button img {
    height: 20px;
    width: 20px;
}

/****************************
           NAVBAR
****************************/
.navbar, .offcanvas-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-toggler-icon {
    background-image: none;
    background-color: var(--text-color-dark);
    height: 2px;
    width: 22px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display: block;
    background-color: var(--text-color-dark);
    height: 2px;
    content: "";
    position: relative;
    top: 10px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon,
.navbar-toggler-icon::after {
    background-color: var(--text-color-dark);
}

/*.navbar-toggler:not(.collapsed) .navbar-toggler-icon {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {*/
/*    transform: rotate(-90deg) translateX(10px);*/
/*}*/

.navbar-toggler, .navbar-toggler:focus, .btn-close, .btn-close:focus {
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
    box-shadow: none;
}

.lang-item:last-child a {
    position: relative;
}

.menu-item a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 2rem;
}

nav .menu-item:not(.lang-item) a, nav .current-lang a {
    font-weight: bold;
}

.menu-item {
    margin: 0 0 30px 0;
}

.lang-item {
    margin: 0 0 10px 0;
}

.navbar-brand img {
    width: 142px;
    height: auto;
    object-fit: contain;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #3a3a3a;
}

.dropdown-menu {
	border: none;
}

.dropdown-menu .menu-item {
	margin: 0px;
}

.dropdown a {
	color: #3a3a3a!important;
}

.dropdown-menu a.active, .dropdown-menu a:active {
	color: white!important;
}

/*.navbar-collapse {*/
/*    height: 100vh;*/
/*}*/

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: white;
    border: 0.5px solid #000000
}

.swiper-pagination-bullet-active {
    background: black !important;
}

.surface {
    margin-bottom: 30px;
}

.surface-desc {
    margin-top: 10px;
    margin-bottom: 12px;
}

.price {
    margin-bottom: 10px;
}

.surfaces-section .buttons, .map-section .buttons {
    gap: 10px;
}

footer .menu-item a, footer .current-menu-item a {
    color: #ccc;
    font-size: 1rem;
    font-weight: 300;
}

.footer-nav li {
    list-style: none;
}

.footer-nav {
    padding-left: 0;
    gap: 15px;
}

ul.footer-menu {
    margin-bottom: 0;
}

.to-top {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    background-color: white;
    border-radius: 50%;
    top: -18.5px;
    right: 5%;
}

.to-top a::before {
    content: "E";
    display: inline-block;
    font-family: "Glyphter";
    font-size: 18px;
    line-height: 1;
    color: var(--dark-gray-color);
}

.ln-icon::before {
    content: "A";
    display: inline-block;
    font-family: "Glyphter";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: white;
}

footer .lang-item:last-child a::before {
    content: "|";
    display: block;
    position: absolute;
    left: -10px;
    top: -3px;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    .editor h1, .section-title {
        font-size: 3.5rem;
    }

    .editor h2 {
        font-size: 2rem;
    }

    .section-padding-lg {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .custom-container {
        padding-inline: 100px;
    }

    .navbar-collapse {
        height: auto;
    }

    nav .menu-item {
        margin: 0 30px;
    }

    nav .lang-item {
        margin: 0 10px;
    }

    .menu-item a {
        font-size: 1rem;
    }

    .lang-item:last-child a::before {
        content: "|";
        display: block;
        position: absolute;
        left: -10px;
        top: 7px;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .editor h1, .section-title {
        font-size: 4.375rem;
    }

    .editor h2 {
        font-size: 2.625rem;
    }

    .custom-container {
        padding-inline: 150px;
    }

    .footer-nav {
        gap: 0;
    }

    footer .menu-item {
        margin: 0 20px;
    }

    footer .lang-item {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1500px) { 
	.custom-button {
		padding: 13px 30px;
	}
}

@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1520px;
        /*padding-inline: unset;*/
    }
}