html {
-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
}
.projects-counter,
.projects-counter .counter-card.style4 .box-number.num {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/outfit/outfit-v14-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/outfit/outfit-v14-latin-600.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/outfit/outfit-v14-latin-700.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/inter/inter-v19-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/inter/inter-v19-latin-500.woff2) format('woff2');
}
@font-face {
font-family: 'headplane';
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/headplane/headplane.woff2) format('woff2'),
url(//redonyx.eu/wp-content/themes/realar-child/fonts/headplane/headplane.woff) format('woff'),
url(//redonyx.eu/wp-content/themes/realar-child/fonts/headplane/headplane.TTF) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Campton';
src: url(//redonyx.eu/wp-content/themes/realar-child/fonts/campton/Campton-Medium.woff2) format('woff2'),
url(//redonyx.eu/wp-content/themes/realar-child/fonts/campton/Campton-Medium.woff) format('woff'),
url(//redonyx.eu/wp-content/themes/realar-child/fonts/campton/Campton-Medium.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.pll-parent-menu-item .sub-menu li a:hover {
padding-left: 0!important;
}
.th-header .sticky-wrapper .menu-area {
background-color: transparent;
}
.home .th-header .sticky-wrapper .header-button {
border: 1px solid white;
padding: 8px;
}
body:not(.home) .th-header .sticky-wrapper .header-button {
border: 1px solid #000;
padding: 8px;
}
.th-header .sticky-wrapper .header-button:hover .line:nth-child(2) {
width: 27px;
}
.th-header .sticky-wrapper .header-button .line {
width: 27px;
}
.th-header .sticky-wrapper .header-button .line:nth-child(2) {
width: 24px;
}
.th-header .sticky-wrapper.sticky .menu-area .main-menu {
display: none !important;
}
.th-header .sticky-wrapper.sticky .header-logo img {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(20%) saturate(590%) hue-rotate(157deg) brightness(89%) contrast(89%);
filter: brightness(0) saturate(100%) invert(17%) sepia(20%) saturate(590%) hue-rotate(157deg) brightness(89%) contrast(89%);
}
.th-header .sticky-wrapper.sticky .header-button {
border: 1px solid #000;
}
.th-header .sticky-wrapper.sticky .header-button .line {
background: #000;
}
.text-right .title-area {
text-align: end !important;
}
.project-title {
font-family: 'Campton', sans-serif;
}
.project-title .shadow-title {
-webkit-text-stroke: 1px #020e14;
padding-bottom: 7px;
}
.none {
display: none !important;
}
.parallax-text {
position: fixed;
top: 0;
left: 0;
width: 50%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
z-index: 2;
background: #C0CDD1;
}
.parallax-container .e-con-inner {
position: relative;
height: 100vh;
display: grid;
grid-template-columns: 50% 50%;
}
.parallax-text {
position: fixed;
top: 0;
left: 0;
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
z-index: 0;
background: rgba(255, 255, 255, 0.8);
}
.normal-image {
grid-column: 2;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.normal-image img {
padding: 20px;
}
.about-blocks .desc {
min-height: 140px;
}
.about-blocks .service-img {
margin-top: 15px !important;
}
.about-blocks .icon-btn {
display: none;
}
.main-menu ul.sub-menu li a:before {
content: "" !important;
}
.breadcumb-wrapper {
display: none;
}
.home-info {
padding-bottom: 0;
}
.project-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
justify-content: center;
}
.project-container {
position: relative;
width: 100%;
min-height: 410px;
max-height: 410px;
overflow: hidden;
border: 1px solid #1C2D37;
transition: transform 0.5s ease-in-out;
}
.project-image {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.project-image img {
display: block;
width: 100%;
height: 100% !important;
object-fit: cover;
filter: grayscale(100%);
transition: filter 1s ease, transform 1s ease;
}
.project-container:hover .project-image img {
filter: grayscale(0%);
transform: scale(1.05);
}
.project-description {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.8);
color: #333;
padding: 1em;
transform: translateY(100%);
transition: transform 0.3s ease;
}
body .profile--title-container { flex-direction: column;
}
.project-description .location {
font-weight: bold;
color: #1C2D37;
font-size: 18px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.project-description .description {
font-size: 18px;
}
.footer-links a:hover {
color: #1C2D37 !important;
}
header .header-logo img {
width: 220px !important;
}
.project-container:hover .project-description {
transform: translateY(0);
}
.grecaptcha-badge {
z-index: 99;
}
.footer-video {
box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
}
.pll-parent-menu-item a:before {
background: none !important;
}
.pll-parent-menu-item .sub-menu {
min-width: 20px !important;
left: -20px !important;
background-color: transparent !important;
box-shadow: none !important;
top: 60px !important;
}
body .header-layout2 .main-menu > ul > li > a:before {
background: white;
}
.th-preloader .animation-preloader {
left: 0;
}
.th-preloader .animation-preloader .txt-loading {
font-family: 'headplane', sans-serif !important;
font-size: 90px !important;
margin-left: 10px;
font-weight: 500 !important;
}
.th-preloader .animation-preloader .txt-loading .characters {
color: #686D76 !important;
}
.th-preloader .animation-preloader .txt-loading .characters:before {
color: #2C3333 !important;
top: -9px !important;
left: 3px !important;
}
.company-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
position: relative;
background: #F9F7F7;
border-bottom: 1px solid #a9b4b8;
border-top: 1px solid #a9b4b8;
height: 100vh;
}
.company-grid .company-container {
position: fixed;
top: 50%;
transform: translateY(-50%);
width: 50%;
padding: 4rem;
box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
height: 100vh;
}
.company-grid .company-container .company-header .elementor-widget-container {
padding: 0 0 10px 0;
}
.company-grid .company-container .company-header .elementor-heading-title {
font-size: 2em;
margin-bottom: 20px;
}
.company-grid .company-container .company-text {
font-size: 1.3em;
}
.company-grid .company-container .company-text * {
font-family: 'Campton', sans-serif !important;
line-height: 26px !important;
}
.company-grid .company-image {
height: 100vh;
grid-column: 2 / 3;
}
.company-grid .company-image .elementor-widget-container {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
padding: 0;
}
.company-grid .company-image img {
height: 100%;
width: auto;
object-fit: cover;
}
.company-grid.second-block .company-container {
opacity: 0;
}
.company-grid.second-block.visible .company-container {
opacity: 1;
}   .portfolio-location {
margin: 0;
}
.property-card-meta {
display: none !important;
}
.slug-block {
height: 100vh;
border-bottom: 1px solid #a9b4b8;
}
.slug-block .slug-header {
height: 100vh;
background-color: #F9F7F7;
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 50%;
padding: 4rem;
box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}
.slug-block .slug-header .e-con-inner {
padding-bottom: 0;
}
.slug-block .slug-header .elementor-widget-heading {
height: 100%;
}
.slug-block .slug-header .elementor-heading-title {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
font-size: 5em;
white-space: normal;
}
.slug-block .slug-header .de-version .elementor-heading-title {
font-size: 3.5em;
}
body:not(.home) header .header-logo img {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(20%) saturate(590%) hue-rotate(157deg) brightness(89%) contrast(89%);
filter: brightness(0) saturate(100%) invert(17%) sepia(20%) saturate(590%) hue-rotate(157deg) brightness(89%) contrast(89%);
}
body:not(.home) header .main-menu {
opacity: 0;
}
body:not(.home) header .menu-item a {
color: #000 !important;
}
body:not(.home) header .header-button .line {
background: #000;
}
.header-language-col {
display: flex;
align-items: center;
justify-content: center;
margin-left: -170px;
}
.header-language-col .realar-menu {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.header-language-col .realar-menu > li {
position: relative;
display: inline-block;
margin-right: 15px;
}
.socials {
width: fit-content;
}
.socials  i{
font-size:26px;
}
.header-language-col .realar-menu > li > a {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
padding: 8px 10px;
border-radius: 4px;
transition: background-color 0.3s ease;
}
.header-language-col .realar-menu > li > a:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.header-language-col .realar-menu li.menu-item-has-children > ul {
list-style: none;
display: none;
position: absolute;
top: 100% !important;
left: 0 !important;
background-color: #333;
padding: 5px 0;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
z-index: 1000;
}
.header-language-col .realar-menu li.menu-item-has-children:hover > ul {
display: block;
}
.header-language-col .realar-menu li.menu-item-has-children > ul > li {
padding: 5px 10px;
}
.header-language-col .realar-menu li.menu-item-has-children > ul > li > a {
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
.header-language-col .realar-menu li.menu-item-has-children > ul > li > a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.images-slideshow {
width: 100%;
height: 100vh;
overflow: hidden;
background-color: #FEFEFE;
z-index: 2;
}
.images-slideshow .elementor-widget-container {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.images-slideshow .e-con-inner {
display: grid;
justify-items: center;
align-items: center;
}
.wp-caption {
position: relative;
}
.images-slideshow .e-con-inner > .elementor-element.elementor-widget-image {
position: relative;
grid-area: 1 / 1;
opacity: 1;
will-change: opacity, transform;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.images-slideshow .e-con-inner > .elementor-element.elementor-widget-image:nth-child(1) {
animation-name: fade1;
}
.images-slideshow .e-con-inner > .elementor-element.elementor-widget-image:nth-child(2) {
animation-name: fade2;
}
.images-slideshow .e-con-inner > .elementor-element.elementor-widget-image:nth-child(3) {
animation-name: fade3;
}
@keyframes fade1 {
0%, 30% {
opacity: 1;
transform: scale(1.05);
}
33.33%, 100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes fade2 {
0%, 33.33% {
opacity: 0;
transform: scale(1);
}
36.66%, 63.33% {
opacity: 1;
transform: scale(1.05);
}
66.66%, 100% {
opacity: 0;
transform: scale(1);
}
}
@keyframes fade3 {
0%, 66.66% {
opacity: 0;
transform: scale(1);
}
70%, 96.66% {
opacity: 1;
transform: scale(1.05);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.images-slideshow .widget-image-caption {
position: absolute;
bottom: 10px;
left: 5%;
transform: translate(0, 0);
font-size: 2rem !important;
color: white;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
letter-spacing: 3px;
z-index: 5;
text-align: left;
padding: 0;
}
.images-slideshow .elementor-widget-container img {
width: 400px;
height: 500px;
display: block;
object-fit: cover;
}
.home-video {
position: relative;
}
.home-video-title .elementor-heading-title {
position: absolute;
top: 12vh;
left: 124px;
transform: translateX(-50%);
color: #ffffff;
z-index: 10;
width: 100%;
text-align: center;
font-weight: 400;
padding: 0 1rem;
box-sizing: border-box;
font-size: 24px;
}
.elementor-element.contact-block {
height: 160px;
align-items: center;
padding: 0 62px;
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
}
.elementor-element.contact-title p {
margin: 0;
font-size: 4rem;
font-weight: 700;
color: #aaa;
}
.elementor-element.contact-data .elementor-widget-container {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2rem;
height: 100%;
align-items: end;
}
.contact-data__col {
margin: 0;
color: #aaa;
line-height: 1.4;
font-size: 1.3rem;
}
.contact-data__col h3 {
margin: 0 0 0.25rem;
color: #aaa;
font-size: 26px;
}
.contact-data__col address {
font-style: normal;
margin: 0;
}
.contact-data__col a {
color: #aaa;
text-decoration: none;
}
.contact-data__col a:hover {
color: #1c2d37;
}
.th-btn.style-custom {
border-radius: 0;
padding: 12px;
}
.sticky-wrapper.sticky .header-language-col {
position: absolute;
left: -9999px;
top: -9999px;
visibility: hidden;
display: none;
}
.property-card2 {
position: relative;
}
.property-card-thumb {
position: relative;
}
.property-card-details {
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
transform: translate(0, 0);
font-size: 2.5rem;
color: white;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
letter-spacing: 3px;
z-index: 5;
text-align: left;
padding: 0;
}
.property-card-title a {
color: white;
text-decoration: none;
}
.property-card-title a:hover {
color: #4EC7C4;
}
body .property-card-location {
font-size: 25px !important;
}
.property-card-title a {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-decoration: none;
color: inherit;
}
.property-card-location {
position: absolute;
bottom: 15px;
left: 5%;
font-size: 23px;
}
.swiper-wrapper {
display: flex;
justify-content: center;
padding: 20px 0;
}
.swiper-slide {
box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
-webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
overflow: hidden;
}
.swiper-slide .property-card2 .property-card-thumb {
border-radius: 0;
}
.swiper-slide * {
pointer-events: auto !important;
}
.projects-block {
box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}
.projects-block .title-area .sec-title {
text-align: center;
}
body .projects-block .title-area .text-theme {
text-align: center;
font-family: 'Campton', sans-serif !important;
font-size: 19px;
line-height: 26px;
color:#6E7070!important;
}
.projects-counter .counter-card-wrap {
display: flex;
gap: 20px;
margin: 100px 63px 0;
}
.projects-counter .counter-card.style4 {
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.projects-counter .counter-card.style4 .box-number.num {
margin: 0;
font-size: 6.2rem;
font-weight: 700;
line-height: 1;
color: #2c3e50;
}
.projects-counter .counter-card.style4 .box-text.desc {
margin-top: 0.5rem;
font-size: 1.2rem;
font-weight: 500;
color: #7f8c8d;
text-transform: uppercase;
letter-spacing: 1px;
}
body .sidemenu-wrapper .sidemenu-content {
width: 50%;
padding: 0;
}
.info-block {
margin: 3em auto;
padding: 2em;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.info-item {
padding: 1.5em 0;
transition: background 0.3s;
}
.info-title {
font-weight: 700;
font-size: 3.4em;
color: #2c3e50;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 50px;
}
.info-text {
padding-top: 10px;
font-size: 1.5em;
color: #555;
line-height: 1;
margin-top: 15px;
}
.profile--title-container .profile-position .elementor-widget-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.profile-image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.profile-position {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 1.4em;
color: #777;
padding-top: 40px; }
.profile-position {
box-shadow: inset 3px 0px 9px 7px rgb(0 0 0 / 15%);
}
.profile-position .name {
font-size: 4rem;
font-weight: 700;
color: #1C2D37;
text-transform: uppercase;
margin: 1rem 0  0 0;
}
.profile-description {
width: 100%;
margin: 0 auto;
padding: 2rem 2.5rem;
background: #fafafa; font-size: 1.3rem;
line-height: 26px;
color: #6e7070;
text-align: left;
}
.profile-description * {
font-family: 'Campton', sans-serif;
line-height: 26px;
}
@media only screen and (min-width: 2560px) {
.images-slideshow .elementor-widget-container img {
width: 700px;
height: 800px;
}
.slug-block .slug-header .elementor-heading-title {
font-size: 7.5em;
}
.body .company-grid .company-container .company-text * {
font-size: 47px;
}
.profile-description * {
line-height: 33px;
}
body .company-grid .company-container .company-text a {
font-size: 28px;
padding: 10px 15px;
}
.projects-block .title-area .text-theme {
font-size: 30px;
}
.projects-counter .counter-card-wrap {
justify-content: space-around;
}
.profile-description * {
font-size: 38px;
}
.profile-position .elementor-widget-container {
font-size: 50px;
line-height: 53px;
}
.profile-position .name {
line-height: 100px;
font-size: 7rem;
}
}
@media only screen and (min-width: 1600px) {
body .home-video-title .elementor-heading-title {
top: 7vh;
}
body .company-grid .company-container .company-header .elementor-heading-title {
font-size: 4em;
}
body .company-grid .company-container .company-text * {
font-size: 36px;
line-height: 41px !important;
}
body .company-grid .company-container .company-text a {
font-size: 20px;
}
}
@media only screen  and (min-width: 1440px) and (max-width: 1500px) {
body .home-video-title .elementor-heading-title {
top: 6vh;
}
}
@media only screen and  (max-width: 1440px) {
.company-grid .company-container {
padding: 110px 10px 10px;
}
.company-grid .company-container {
width: 50%;
}
.company-grid .company-container .company-header .elementor-heading-title {
font-size: 34px;
}
.company-grid .company-container .company-text {
font-size: 18px;
}
.company-grid.second-block .elementor-widget-container {
padding: 0 0 15px 0 !important;
}
.company-grid.second-block .company-container .company-text {
font-size: 19px;
}
.footer-video .elementor-widget-container {
margin: 17% 0 0 0 !important;
}
.footer-video .elementor-widget-container .elementor-heading-title {
font-size: 3.5em !important;
}
}
@media only screen and (min-width: 1400px) {
.menu-area .container {
max-width: 1425px;
}
}
@media screen and  (max-width: 1300px) {
.profile-position .name {
margin: 25px 0 0 0;
}
.home-video-title .elementor-heading-title {
left: 252px;
}
.header-language-col {
margin-left: -60px;
}
.swiper-wrapper {
padding: 10px;
}
}
@media only screen and  (min-width: 1300px)  and (max-width: 1400px){
.home-video-title .elementor-heading-title{
left: 138px;
top: 90px;
}
}
@media screen and (min-width: 1210px) and  (max-width: 1285px) {
.home-video-title .elementor-heading-title {
left: 241px;
top: 14vh;
}
.company-grid .company-container{
padding-top: 40px!important;
}
.slug-block .slug-header .elementor-heading-title {
font-size: 4.5em;
}
.company-grid .company-container .company-text p {
margin-bottom: 5px !important;
}
.company-grid .company-container .company-text *{
font-size: 18px !important;
}
.company-grid .company-container .company-header .elementor-heading-title {
margin-bottom: 5px!important;
}
}
.property-card-details {
display: flex;
flex-direction: column;
align-items: center;
padding: 16px 12px;
background: transparent;
color: #fff;
}
.property-card-details::before {
content: "";
position: absolute;
top: 0;
left: -75%; width: 50%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: rotate(12deg);
filter: blur(8px);
transition: left 1s ease-in-out;
z-index: 9;
}
.property-card-details:hover::before {
left: 125%;
}
.property-card-details::after {
content: "Discover";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index:-1;
pointer-events: auto;
display: inline-block;
padding: 12px 32px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
color: #1C2D37;
background: linear-gradient(
135deg,
rgba(255, 255, 255, 0.3) 0%,
rgba(255, 255, 255, 0.7) 100%
) center/200% 200%;
border: 2px solid rgba(255, 255, 255, 0.8);
border-radius: 100px;
backdrop-filter: blur(6px) saturate(120%);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
transition: transform 0.3s, box-shadow 0.3s;
}
.property-card-details:hover::after {
transform: translate(-50%, -50%) scale(1.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5),
inset 0 0 0 2px rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 1024px) {
.profile-position .name {
margin: 25px 0 0 0;
}
.profile-position .name {
margin: 8px 0 0 0;
}
body .header-button {
border: none !important;
}
body .projects-block > div:first-child {
padding-left: 0;
}
body .projects-counter .counter-card.style4 .box-number.num {
font-size: 4.2rem;
}
body .pll-parent-menu-item .sub-menu {
top: 10px !important;
}
body .profile-position .name {
line-height: 56px;
}
body .swiper-wrapper {
justify-content: unset;
}
body .slug-header {
z-index: 1;
position: static !important;
top: auto !important;
right: auto !important;
transform: none !important;
width: 100% !important;
height: auto !important;
box-shadow: none !important;
padding: 2rem !important;
}
body .company-grid {
grid-template-columns: 1fr !important;
grid-template-rows: auto auto !important;
height: auto !important;
gap: 1rem;
}
body .company-grid .company-image,
body .company-grid .company-container {
grid-column: 1 / -1 !important;
}
body .company-grid .company-image {
grid-row: 1 !important;
}
body .company-grid .company-container {
grid-row: 2 !important;
grid-column: 1 / -1 !important;
position: static !important;
top: auto !important;
transform: none !important;
width: 100% !important;
height: auto !important;
box-shadow: none !important;
padding: 2rem !important;
}   .company-grid .company-container {
padding: 110px 10px 10px;
width: 50%;
}
.company-grid .company-container .company-header .elementor-heading-title {
font-size: 34px;
}
.company-grid .company-container .company-text {
font-size: 18px;
}
.company-grid.second-block .elementor-widget-container {
padding: 0 0 15px 0 !important;
}
.footer-video .elementor-widget-container {
margin: 20% 0 0 0 !important;
}
.footer-video .elementor-widget-container .elementor-heading-title {
font-size: 3.5em !important;
}
.home-video-title h2 {
display: none;
}
.pll-parent-menu-item .sub-menu li a:hover {
background-color: transparent!important;
padding-left: 18px!important;
}
}
@media screen and  (max-width: 992px) {
.d-lg-inline-block {
display: inline-block !important;
}
.header-layout2 .th-menu-toggle.sidebar-btn {
background: transparent !important;
border: 1px solid white;
}
.th-header .sticky-wrapper.sticky .header-button .th-menu-toggle.sidebar-btn {
border: 1px solid #000 !important;
}
}
@media screen and (min-width: 768px) and  (max-width: 990px) {
body .menu-area .row {
flex-direction: row !important;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.elementor-element.contact-title p {
font-size: 40px !important;
}
.projects-counter .counter-card-wrap{
align-items: flex-start;
}
.contact-title p{
line-height: 38px;
}
.footer-video h2 {
font-size: 3.5em !important;
}
.home-video {
margin-top: -230px !important;
}
.menu-area .row {
flex-direction: column !important;
}
.realar-menu .menu-item a {
padding: 6.5px 0;
}
}
@media (max-width: 768px) {
.profile-image img {
height: 100vh;
}
.home-video-title .elementor-heading-title{
left: 157px;
top: 90px;
font-size: 21px!important;
}
.home-video-title h2 {
display: block;
}
.company-grid {
display: block;
}
.company-grid .company-container {
position: static !important;
transform: none !important;
width: auto !important;
margin-bottom: 2rem;
}
.company-grid .company-image {
grid-column: auto;
}
.company-grid .company-image .elementor-widget-container {
height: auto;
}
body .th-preloader .animation-preloader .txt-loading .characters:before {
top: 15px !important;
}
body .company-grid .company-container {
padding: 10px;
}
body .company-grid .company-container .company-header .elementor-heading-title {
font-size: 1.75em;
}
body .company-grid .company-container .company-text {
font-size: 1.4em;
}
body .company-grid.second-block .company-container .company-header .elementor-heading-title {
font-size: 1.5em;
}
body .company-grid.second-block .company-container .company-text {
font-size: 1.4em;
}
body header .header-logo {
width: 220px !important;
}
body .menu-area .row {
flex-direction: row !important;
}
body .footer-video h2 {
font-size: 2.5em !important;
}
body .profile--title-container {
flex-direction: column;
}
body .profile--title-container > .profile-image,
body .profile--title-container > .profile-position {
flex: 0 0 100%;
max-width: 100%;
}
body .projects-counter .counter-card-wrap {
flex-direction: column;
align-items: center;
}
body .projects-counter .counter-card.style4 {
max-width: 90%;
}
body .projects-counter .counter-card.style4 .box-number.num {
font-size: 3.2rem !important;
}
body .elementor-element.contact-block {
padding: 0 20px;
}
body .elementor-element.contact-title p {
font-size: 19px;
}
body .company-image {
height: fit-content !important;
}
body .company-text:not(.second-block) {
margin-top: 150px;
}
}
.home-video.mobile-block {
display: none;
}
.footer-video.mobile-block {
display: none;
}
@media (min-width: 1024px)  and (max-width: 1100px) {
.home-video-title .elementor-heading-title {
left: 238px;
}
.swiper-wrapper {
justify-content: flex-start;
}
.slug-block .slug-header .elementor-heading-title {
font-size: 4em;
}
}
@media (max-width: 1100px) {
.home-video {
display: none;
}
.footer-video {
display: none;
}
.home-video.mobile-block {
display: block;
}
.footer-video.mobile-block {
display: block;
}
.home-video.mobile-block {
position: relative;
overflow: hidden;
}
.home-video.mobile-block .elementor-background-video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
}
.home-video.mobile-block .home-video-bg {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
}
@media screen and  (max-width: 600px) {
.info-block {
padding: 1.5em;
}
.info-item {
grid-template-columns: 1fr;
row-gap: 0.7em;
}
.info-title {
font-size: 1.25em;
margin-bottom: 0.3em;
}
.info-text {
font-size: 1.1em;
}
}
@supports not (height: 100dvh) {
.home-video{
height: 100vh!important;
min-height:100vh!important;
}
}
@media screen and (max-width: 550px) {
.footer-links-container,  .footer-links-container .footer-links, .footer-links-container ul{
width: 100%;
}
.home-video{
height: 100vh;
min-height: 100vh;
}
.socials{
width: 100%;
}
.home-video-title .elementor-heading-title{
left: 157px;
top: 90px;
font-size: 21px!important;
}
.home-video-title h2 {
display: block;
}
.profile-position{
padding-bottom: 30px;
box-shadow: inset 0 0 9px 7px rgb(0 0 0 / 15%);
}
.profile--title-container {
grid-template-columns: 1fr !important;
grid-auto-rows: auto;
row-gap: 0; }
.profile--title-container .profile-image,
.profile--title-container .profile-position {
grid-column: 1 / -1 !important;
width: 100% !important;
}
body .contact-block {
height: fit-content !important;
padding: 10px 20px !important;
}
body .profile-position p {
margin: 0 !important;
}
body .profile-position .name {
margin-bottom: 10px;
}
body .company-grid.second-block .elementor-widget-container {
padding: 0 !important;
}
body .elementor-element.contact-data .elementor-widget-container {
align-items: baseline;
}
body .contact-title {
width: 100%;
}
body .elementor-element.contact-title p {
text-align: left;
font-size: 19px;
}
body .company-text:not(.second-block) {
margin-top: 10px !important;
}
body .company-header.de-version:not(.second-block) h2 {
font-size: 24px !important;
}
body .company-grid.de-version:not(.second-block) {
margin-top: 250px;
}
body .company-grid:not(.second-block) {
margin-top: 360px;
}
body .project-container {
height: 410px !important;
}
.slug-block .slug-header .de-version .elementor-heading-title {
font-size: 27px !important;
}
.company-grid {
display: grid !important;
grid-template-columns: 1fr !important;
grid-template-rows: auto auto !important;
grid-auto-flow: row !important;
}
.company-grid .company-container .company-text * {
font-size: 19px;
}
.box-number.num {
height: 60px;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
right: 0 !important;
left: auto !important;
}
.th-menu-wrapper {
right: 0 !important;
left: auto !important;
}
.th-menu-wrapper .th-menu-area {
position: absolute !important;
left: auto !important;
right: -110%;
}
.th-menu-wrapper .th-menu-toggle {
top: 8px !important;
left: 0 !important;
}
.th-menu-wrapper .th-menu-area {
width: 100%;
max-width: 100%!important;
}
.mobile-logo img{
width:250px!important;
}
}
.scrolled-out {
top: 25px !important;
}
.scrolled-out-block {
margin-top: -173px !important;
}
@media screen and  (max-width: 480px) {
.home-video-title  {
top:55px;
font-size: 22px!important;
}
.home-video-title .elementor-heading-title{
top:90px;
left: 157px;
}
.people-profile {
display: block;
}
.profile-position .name {
font-size: 3.5rem !important;
}
.projects-counter .counter-card-wrap {
margin: 100px 20px 0 !important;
}
.box-number.num {
height: 50px;
}
.profile-description {
padding: 1.5rem 1rem;
font-size: 1rem;
}
.elementor-element.contact-data .elementor-widget-container {
grid-template-columns: 1fr !important;
grid-template-rows: auto auto;
row-gap: 0;
height: auto;
align-items: center;
}
}
@media screen and (max-width: 425px) {   .socials {
width: 100%;
}
.menu-area .row {
flex-direction: column !important;
}
.home-video {
margin-top: -185px;
}
.company-grid .company-container {
padding: 10px;
}
.company-grid .company-container .company-header .elementor-heading-title {
font-size: 1.5em;
}
.company-grid .company-container .company-text {
font-size: 1.3em;
}
.company-grid.second-block .company-container .company-header .elementor-heading-title {
font-size: 1.5em;
}
.company-grid.second-block .company-container .company-text {
font-size: 1.3em;
}
.footer-video .elementor-widget-container {
margin: 20% 0 0 0 !important;
}
.footer-video .elementor-widget-container .elementor-heading-title {
font-size: 3em !important;
}
.th-preloader .animation-preloader .txt-loading {
font-size: 80px !important;
}
.th-preloader .animation-preloader .txt-loading .characters:before {
top: -4px !important;
left: 3px !important;
}
.slug-block .slug-header .de-version .elementor-heading-title {
font-size: 27px !important;
}      }
@media screen and (max-width: 320px) {
.company-grid .company-container {
padding: 10px;
}
.company-grid .company-container .company-header .elementor-heading-title {
font-size: 1.4em;
}
.company-grid .company-container .company-text {
font-size: 1em;
}
.company-grid.second-block .company-container .company-header .elementor-heading-title {
font-size: 1.4em;
}
.company-grid.second-block .company-container .company-text {
font-size: 1em;
}
.footer-video .elementor-widget-container {
margin: 65% 0 0 0 !important;
}
.footer-video .elementor-widget-container .elementor-heading-title {
font-size: 2em !important;
}
}
.profile--title-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
align-items: center;
width: 100%;
}
.footer-links {
width: fit-content;
}
.footer-links .e-con-inner {
display: flex;
flex-direction: row !important;
}
#cn-accept-cookie {
background-color: #1C2D37 !important;
}
html, body {
height: 100%;
margin: 0;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
main, .content {
flex: 1;
}
footer {
margin-top: auto;
}
.scroll-top {
bottom: 60px !important;
}
.mobile-logo img {
width: 275px;
}
.th-mobile-menu ul li a{
font-size: 20px;
}
.custom-swiper-dots {
text-align: center;
margin-top: 12px;
}
.custom-dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 6px;
background: #ccc;
border-radius: 50%;
transition: background 0.3s;
}
.custom-dot.active {
background: #333;
}
.error404 footer{
display: none;
}
.cky-btn-revisit-wrapper, .cky-overlay{
display: none!important;
}
.scroll-top{
display: none!important;
}