@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {line-height: 1; font-family: 'Montserrat', sans-serif; scroll-behavior: smooth;}
h1 {line-height: 1;font-family: 'lindsey-signature',sans-serif; font-weight: 400; font-style: normal;}
h2 {line-height: 1;}
h3 {line-height: 1;}
h4 {line-height: 1;}
h5 {line-height: 1;}
p {font-weight: 200; line-height: 1.6; margin-bottom: 20px; font-size: 16px; color: #000}
p:last-child {margin-bottom: 0;}
ul {margin-left: 0; list-style: inside;}

header img {width: 150px; padding: 30px 0;}

header .header-main {width: 100%; border-top: 2px solid #ddd;}
header .header-main ul {margin: 0;}
header .header-main ul li {list-style: none;}
header .header-main ul > li > a {color: #000; text-transform: uppercase; font-weight: 400; font-style: normal; text-decoration: none; padding: 37px 20px; letter-spacing: 1px;font-size: 17px; transition: 0.3s; display: block; line-height: 30px}
header .header-main ul > li > a:hover {opacity:0.5}
header .header-main ul > li > span {color: #000; text-transform: uppercase; font-weight: 400; font-style: normal; text-decoration: none; padding: 37px 20px; letter-spacing: 1px;font-size: 17px; transition: 0.3s; display: block; line-height: 30px; cursor: default;}
header .header-main li.parent {position: relative;}
header .header-main li.parent ul {position: absolute; top: 30px; min-width: 250px; box-sizing: border-box; transition: ease 0.3s; margin-left: 0px; opacity: 0; background: #f1f1f1; padding: 20px; z-index: -999;}
header .header-main li.parent:hover ul {top: 90px; opacity: 1; z-index: 999; border-radius: 20px;}
header .header-main li.parent::after {content: "";background-color: #000;width: 5px;height: 5px;border-radius: 100%;display: block;left: 50%;position: absolute; bottom: 25px;;transform: translateX(-50%);}
header .header-main li.parent ul li a {padding: 5px 0; font-size: 14px;}
header .header-main li.parent ul li a:hover {opacity: 0.4}

.content-container > h2 {font-size: 35px; font-weight: 200; margin-bottom: 10px; color: #000; text-align: center; margin: 0 auto;}
.content-container ul li { position: relative; font-size: 18px; font-weight: 200; margin: 0 auto 10px; line-height: 1.5; max-width: 400px}
/* .content-container ul li::before {content: ""; width: 5px; height: 5px; display: block; background-color: #000; position: absolute; left: 0px; top: 50%; border-radius: 50%; transform: translateY(-50%);} */
.text-wrapper article ul {margin-left: 0; margin-bottom: 30px;}

.content-container {display: flex; justify-content: space-between; flex-wrap: wrap;}


.flex-row { display: flex; justify-content: space-between;}

.button-outline {text-decoration: none; color: #fff; padding: 15px 50px 16px; border: 2px solid #fff; font-size: 15px; transition: 0.3s ease;}
.button-outline:hover {background-color: #ddd8;}

.button-outline-dark {text-decoration: none; color: #000; padding: 15px 50px 16px; border: 1px solid #000; font-size: 15px; transition: 0.3s ease; background: #fff; font-family: 'Montserrat', sans-serif;}
.button-outline-dark:hover {background-color: #ddd8;}

.custom-prev {position: absolute; left: 30px; top: 50%; transform: translateY(-50%); z-index: 999; cursor: pointer; background: #fff0; border-radius: 100%; padding: 15px; box-sizing: border-box; transition: 0.3s; border: 1px solid transparent}

.custom-prev img {width: 40px; transform: rotate(180deg); user-select: none; pointer-events: none;}

.custom-next {position: absolute; right: 30px; top: 50%; transform: translateY(-50%); z-index: 999; cursor: pointer; background: #fff0; border-radius: 100%; padding: 15px; box-sizing: border-box; transition: 0.3s; border: 1px solid transparent}

.custom-next img {width: 40px; user-select: none; pointer-events: none;}

.custom-prev:hover {background: transparent; border: 1px solid #fff; border-radius: 100%;}
.custom-next:hover {background:transparent; border: 1px solid #fff; border-radius: 100%;}

.custom-pagination .swiper-pagination .homeSlider {display: none;}

.textSwiper {height: 100%;}
.textSwiper .swiper-slide {opacity: 0!important;}
.textSwiper .swiper-slide.swiper-slide-active {opacity: 1!important;}


/* General */
.noscroll {height: 100vh; overflow-y: hidden;}

.close-icon {padding: 25px; background: #f1f1f1; left: 0px; top: 0; position: absolute; z-index: 9999; overflow: hidden; transition: 0.5s; transform: rotate(180deg); cursor: pointer;}
.close-icon::before {content: ''; position: absolute; width: 2px; height: 30px; background: #000; transform: rotate(45deg); top: 10px; transition: 0.5s;}
.close-icon::after {content: ''; position: absolute; width: 2px; height: 30px; background: #000; transform: rotate(-45deg); top: 10px; transition: 0.5s;}

.close-icon:hover {background: #cd0c00;}
.close-icon:hover::before {transform: rotate(-135deg) !important;}
.close-icon:hover::after {transform: rotate(-225deg)!important;}

.hamburger {width: 50px; height: 30px; position: absolute; cursor: pointer; right: 20px; top: 40px; transition: 0.3s; z-index: 99999; display: none;}
.hamburger span {height: 4px; background: #272727; width: 100%; position: absolute; opacity: 1; transition: 0.3s; border-radius: 20px;}
.hamburger span:nth-child(1) {top: 0; }
.hamburger span:nth-child(2) {top: 13px;}
.hamburger span:nth-child(3) {bottom: 0;}

.hamburger.active span:nth-child(2) {opacity: 0; transform: rotate(90deg); top: 15px;}
.hamburger.active span:nth-child(1) {top: 0; transform: rotate(135deg); top: 15px;}
.hamburger.active span:nth-child(3) {bottom: 0; transform: rotate(225deg); top: 15px;}

.mobile-nav {position: fixed;background: #f1f1f1;top: 0; z-index: 9999; height: 0; width: 0; left: 100%; border-radius: 1000px 0 1000px 1000px; box-sizing: border-box; overflow: hidden; transition: 0.5s;}
.mobile-nav.active {border-radius: 0; height: 100vh; width: 100vw; left: 0;}

.mobile-nav ul {display: block; margin: 0;opacity: 1;height: 100vh;align-content: flex-start;padding: 50px;box-sizing: border-box;top: 100px;background-color: #fff;border-radius: 50px 50px 0 0; position: relative;}
.mobile-nav.active ul {opacity: 1;height: 100vh;align-content: flex-start;padding: 50px;box-sizing: border-box;top: 100px;background-color: #fff;border-radius: 50px 50px 0 0;}
.mobile-nav ul li {display: block; width: 100%; user-select: none; transition: 0.2s ease;}
.mobile-nav ul li a,.mobile-nav ul > li > span {width: 100%; color: #272727; font-size: 25px; text-decoration: none; padding: 10px 0; display: block; font-weight: 200;}
.mobile-nav ul li.parent a {pointer-events: none;}

.mobile-nav > ul > li.parent ul {display: block;height: 0%; line-height: 0px; top: -20px;padding: 0px;opacity: 0; transition: 0.2s ease; right: -20px; z-index: -1;}
.mobile-nav > ul > li.parent ul li {line-height: 0px; height: 0px; padding: 0px; position: relative; }
.mobile-nav > ul > li.parent ul li a {padding: 0px; user-select: none; pointer-events: auto;}
.mobile-nav > ul > li.parent.parent-menu {transition: 0.2s ease;}
.mobile-nav > ul > li.parent.parent-menu ul {display: block; padding: 0px; height: auto; top: 0px; right: -20px; opacity: 1; z-index: 1;}
.mobile-nav > ul > li.parent.parent-menu ul li {height: 100%; line-height: 1; padding: 10px 0;}
.mobile-nav > ul > li.parent.parent-menu ul li a {padding: 0;}

.wrapper {max-width: 1400px; margin: 0 auto;}
.wrapper-sml {max-width: 65%; margin: 0 auto;}

/* Header */

.header-top {display: flex; justify-content: flex-end; width: 75%; margin: 0 auto;}
.header-top a {color: #000; padding: 0 10px; text-decoration: none; font-size: 13px; border-right: 1px solid #000; margin: 15px 0;}
.header-top a:hover {color: #cc0c00;}
.header-top a:last-child {border-right: none; margin-right: 30px;}
.header-top a:last-child::after {content: ""; background:url('/img/account-icon.gif'); height: 12px; width: 10px; position: absolute; display: inline-block; background-size: cover; margin-left: 10px;}



/* Page Sections */

section.white {background: #fff; padding: 100px 0; position: relative;}
section.white article.left-text {width: 40%; font-size: 20px; margin-bottom: 50px;}
section.white article.right-text {width: 50%; margin-bottom: 50px;}
section.white article.right-text h2 {font-size: 35px; text-align: left; font-weight: 200; color: #000; line-height: 1.3;}
section.white article.right-text a {color: #cc1311;}
section.white .contact-form {width: 100%;display: block; box-sizing: border-box; background-color: #fff;position: relative; padding: 50px; border: 1px solid #b6b4b3;}

section.grey {background: #fff; padding: 100px 0; position: relative;}
section.grey article.left-text {width: 40%; font-size: 20px; margin-bottom: 50px;}
section.grey article.right-text {width: 50%; margin-bottom: 50px;}
section.grey .contact-form {width: 100%;display: block; box-sizing: border-box; background-color: #fff;position: relative; padding: 50px; border: 1px solid #b6b4b3;}

section.grey h2 {font-size: 45px; font-weight: 400; color: #000; text-align: center; padding: 50px 0;}
section.grey .new-build a, section.grey .new-build p {text-align: center!important;}
section.grey .new-build h2, .contact-text h2 {color: #000; font-size: 30px; text-align:center; line-height: 45px; padding:0; font-weight: 400; margin-bottom: 20px;}
section.grey .new-build a.content-button {display: block; max-width: 440px; margin: 0 auto;}

section.white article.right-text.contact-text h2 {font-size: 24px; font-weight: 400}
section.white article.left-text.contact-text {width: 80%; margin: 0 auto; text-align: center;}
section.white article.left-text.contact-text a {color: #cc0c00;}

section.grey > p {text-align: center; padding-bottom: 50px;}
section.grey .wrapper p {text-align: left;}
section.grey article.left-text {font-size: 30px;}

section.grey.new {background-color: #f1f1f1;}
section.grey .new-build {text-align: center!important;margin: 0 auto 20px;}
section.grey.new .wrapper a {font-size: 16px; color: #000;text-decoration:underline;}
section.grey.new .wrapper p {margin-bottom: 20px!important;}
section.grey.new .wrapper h4 {line-height: 1.6; font-size: 16px; color: #000;text-align: left;margin-bottom: 20px;}

.new-slider .fullwidthSlider {margin-top:0px!important;}

.image_flex {display: flex; flex-wrap: wrap;justify-content: space-between;margin-bottom: 4%;}
.image_flex img {border-radius: 5px;width:48%;}



.hero-banner {position: relative; height: 90vh; overflow: hidden; background-color: #aaa;}
.hero-banner figure img {position: absolute; height: 100%; width: 110%; object-fit: cover; opacity: 0.7; max-width: none;}
.hero-banner article {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.hero-banner article h1 {color: #fff; font-size: 300px; user-select: none;}
.hero-banner a.button-outline {position: absolute; top: 80%; left: 50%; transform: translate(-50%,-50%); z-index: 999;}

.home-content .sub-title {width: 70%; margin: 0 auto;}
.home-content .sub-title article {padding: 100px 0px;}
.home-content .sub-title article h2 {font-size: 35px; text-align: center; font-weight: 200; color: #000; line-height: 1.3;}

.home-content .flex-row {width: 95%; margin: 0 auto; justify-content: space-between;}
.home-content .flex-row figure {width: 49%; position: relative; height: 500px; overflow: hidden; margin-bottom: 30px;}
.home-content .flex-row figure img {height: 100%; width: 100%; object-fit: cover;}
.home-content .flex-row article {box-sizing: border-box; width: 50%; padding: 100px;}
.home-content .flex-row article h3 {color: #000; font-size: 36px; font-weight: 400; line-height: 1.1; margin-bottom: 20px;}
.home-content .flex-row article p {font-weight: 200; line-height: 1.8; max-width: 490px; font-size: 18px;}
.row-one {display: flex; flex-direction: row; width: 100%; justify-content: space-between;}
.row-two {display: flex; flex-direction: row; width: 100%; justify-content: space-between;}

.homeSlider {width: 95%;}
.homeSlider .custom-prev {left: 20px}
.homeSlider .custom-prev img {width: 30px;}
.homeSlider .custom-next {right: 20px}
.homeSlider .custom-next img {width: 30px;}

.homeSlider .custom-prev:hover {background: transparent; border: 1px solid #fff;}
.homeSlider .custom-next:hover {background: transparent; border: 1px solid #fff;}

.home-slide-item {background-color: #272727; height: 450px; user-select: none;}
.home-slide-item article {position: absolute; bottom: 0px; padding: 50px; color: #fff; z-index: 9;}
.home-slide-item article h4 {font-weight: 400; font-size: 30px; margin-bottom: 10px;}
.home-slide-item article p {font-weight: 200; line-height: 0; opacity: 0;  transition: 0.3s ease; color: #fff;}
.home-slide-item figure {height: 100%; overflow: hidden;}
.home-slide-item figure img {height: 100%; width: 100%; object-fit: cover; transition: 0.2s ease;}
.home-slide-item figure::after {content: "";display: block; position: absolute; bottom: 0; width: 100%; height: 200px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0, 0.8));}

.home-slide-item:hover article p {line-height: 1.7; opacity: 1;}
.home-slide-item:hover figure img {opacity: 0;}

.inner-banner {user-select: none; position: relative; height: 50vh; background: #000;}
.inner-banner figure img {width: 100%; position: absolute; height: 100%; object-fit: cover; opacity: 0.7;}
.inner-banner article {max-width: 90%; width: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.inner-banner article h2 {font-family: 'Montserrat',sans-serif; font-weight: 500; font-style: normal; color: #fff; font-size: 70px; text-transform: uppercase; letter-spacing: 10px;}

.top-content {padding: 100px 0; display: flex; overflow: hidden;}
.top-content .text-wrapper {width: 50%; background-color: #fff; z-index: 9;}
.top-content article {width: 70%; margin-left:25%; font-weight: 200; box-sizing: border-box;}
.top-content article h2 {font-size: 50px; font-weight: 200; margin-bottom: 20px; color: #000;}
.top-content article p {line-height: 1.6;}

.services-slider {width: 50%;}

.top-content .swiper-pagination {position: relative; text-align: left; margin-top: 40px;}
.top-content .swiper-slide figure {width: 100%; overflow: hidden;}

.top-content .swiper-pagination-bullet {width: 50px; height: 5px; border-radius: 20px;}
.top-content .swiper-pagination-bullet-active {background-color: #cc0c00;}

.second-content-block {position: relative; background-color: #f1f1f1; padding: 100px 0;}
.second-content-block .content-container {flex-direction: column;}
.second-content-block figure {width: 400px;overflow: hidden;border-radius: 50%;margin: 0 auto;height: 400px; margin-bottom: 50px;}
.second-content-block figure img {width: 100%; height: 100%; object-fit: cover;}
.second-content-block .text-wrapper {width: 100%; text-align: center;}
.second-content-block article {padding: 0px 100px; box-sizing: border-box;}
.second-content-block article h2 {font-size: 40px; font-weight: 400; margin-bottom: 20px; color: #000;}
.second-content-block article h5 {font-weight: 400; font-size: 22px; margin-bottom: 40px;}
.second-content-block article p {line-height: 1.6; font-size: 16px; margin-bottom: 20px;}
.second-content-block .text-wrapper article p strong {font-size: 19px; font-weight: 200;}

.second-content-block a.content-button {text-align: center;}

a.content-button {display: inline-block; text-decoration: none; color: #000; padding: 15px 50px 16px; border: 2px solid #000; font-size: 15px; transition: 0.3s ease; background: #fff;text-align: left; border-radius: 5px; text-transform: uppercase;}
a.content-button:hover {background-color: #ddd8;}
a.content-button p {margin-bottom: 0px!important; font-size: 13px!important;}
a.content-button p:first-child {color: #000; font-size: 15px!important; font-weight: 300;}

.fullwidthSlider {margin-top: 100px; height: 600px;}
.fullwidthSlider .swiper-pagination {display: none;}
.fullwidthSlider figure {position: relative; height: 100%;}
.fullwidthSlider figure img {position: absolute; height: 100%; width: 100%; object-fit: cover;}

section.mid-section {padding: 100px 0 0;}
section.mid-section article {text-align: center; width: 100%;}

.video-container {background:#eee;}
.video-container iframe {mix-blend-mode:multiply; padding:0; margin:0; display: block}

.mid-section#about-bottom {padding: 0px 0 100px 0; }
.mid-section#about-bottom article.left-text {margin-bottom: 20px;}
.mid-section#about-bottom article.left-text strong {font-size: 16px; font-weight: 500;}
.mid-section#about-bottom::before {content: "";display: block;position: relative;height: 1px;background-color: #f1f1f1;width: 100%;max-width: 1400px;margin: 0 auto 100px;}
.mid-section article p strong {font-size: 19px; font-weight: 200;}
.mid-section article h2 {font-size: 24px; font-weight: 400; margin-bottom: 20px; color: #000; line-height: 1.3;}
.mid-section article.right-text {width: 40%;}
.mid-section article.right-text p {font-size: 35px; font-weight: 200; color: #000;}
.mid-section .fullwidthSlider {margin-top: 100px; height: 600px;}
.mid-section .fullwidthSlider .swiper-pagination {display: none;}
.mid-section .fullwidthSlider figure {position: relative; height: 100%;}
.mid-section .fullwidthSlider figure img {position: absolute; height: 100%; width: 100%; object-fit: cover;}
.mid-section .middle-second {padding: 100px 0; margin-top: 100px; background-color: #f1f1f1;}
/* .mid-section .middle-second::before {content: ""; display: block; position: relative; height: 1px; background-color: #f1f1f1; width: 100%; max-width: 1400px; margin: 0 auto 100px;} */
.mid-section .middle-second h2.clients-title {padding-bottom: 50px; text-align: center; font-family: 'lindsey-signature',sans-serif;
    font-size: 100px;}
.mid-section .content-container {display: flex; justify-content: space-between;}
.mid-section .left-content {width: 50%;}
.mid-section .right-content {width: 50%; display: flex; justify-content: space-between; flex-flow: column;}
.mid-section .right-content figure {width: 100%; margin-bottom: 20px;}
.mid-section .right-content figure img {margin: 0 auto;}
.mid-section .left-content article {width: 60%;}
.mid-section .left-content article p {line-height: 1.6; font-size: 15px; margin-bottom: 20px; margin-bottom: 10px;}
.mid-section .left-content article p strong {font-size: 19px; font-weight: 200;}
.mid-section .left-content article a {margin-top: 30px; box-sizing: border-box;}
.mid-section figure.middle-image {height: 700px; margin: 100px 0 0; overflow: hidden; position: relative;}
.mid-section figure.middle-image img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.mid-section figure.middle-image::after {content: ""; position: absolute; bottom: 0; left: 0; height: 10%; background-color: #f1f1f1; width: 100%; z-index: -1;}

.clients article.left-text {width: 47%;}
.clients article.left-text p {margin-bottom: 50px;}

.bottom-section {padding: 100px 0; position: relative;}
.bottom-section .content-container {display: flex; justify-content: space-between; margin: 100px 0;}
.bottom-section article.left-text {width: 45%;}
.bottom-section article.left-text h2 {font-size: 50px; font-weight: 200; margin-bottom: 20px; color: #000;}
.bottom-section article.right-text {width: 45%;}
.bottom-section .blockSlider {height: 800px;}
.bottom-section .blockSlider figure {position: relative;}
.bottom-section .blockSlider figure img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-0%);}
.bottom-section article.bottom-text p {padding: 50px 0; columns: 3; column-gap: 50px}
.bottom-section a.content-button {width: 350px; margin: 0 auto}

.bottom-section::after {content: ""; position: absolute; bottom: 0; left: 0; height: 50%; background-color: #f1f1f1; width: 100%; z-index: -1;}

.inner-content {padding: 100px 0;}
/* .inner-content::after {content: ""; display: block; position: relative; height: 1px; background-color: #f1f1f1; width: 100%; max-width: 1400px; margin: 100px auto 0;} */
.inner-content article {width: 45%;}
.inner-content article p {font-size: 18px; margin-bottom: 20px;}
.inner-content article p strong {font-size: 30px; font-weight: 400; line-height: 42px;}
.inner-content article h2 {font-size: 50px; font-weight: 400; margin-bottom: 30px; color: #000; line-height: 1.3;}
.inner-content figure {width: 50%; max-height: 450px; overflow: hidden;}
.inner-content figure img {height: 100%; width: 100%; object-fit: cover;}

#about-content article, #team-content article {width: 100%; text-align: center;}

#team-content .content-button {width: 200px; text-align: center;}

#house-plans-inner article {padding: 50px 0; text-align: center; width: 100%;}
#house-plans-inner article a p {text-align: center;}

.video-container {height:700px; margin: 100px 0 -50px 0;}

.team-block {background: #f1f1f1; padding-top: 100px;}

.team-block article {width: 60%; margin: 0 auto; padding-bottom: 100px; box-sizing: border-box;}
.team-block article h2{font-size: 35px; font-weight: 400; margin-bottom: 20px; color: #000; text-align: center;}
.team-block article p {font-size: 18px; text-align: center;}

.profile-item {width: 31%; margin-bottom: 50px; background:#fff;}
.profile-item figure {position: relative; background-color: #7b7b7b; height: 250px; width: 100%; margin-bottom: 20px; overflow: hidden;}
.profile-item figure img {width: 100%; height: 100%; object-fit: cover;}
.profile-item article {padding: 30px 0; width: 75%; margin:0 auto}
.profile-item article h2 {font-size: 30px; font-weight: 400; margin-bottom: 10px; color: #000; text-align: left;}
.profile-item article h5 {font-size: 12px; text-transform:uppercase; letter-spacing:1px; font-weight: 400; margin-bottom: 20px; color: #000; text-align: left;}
.profile-item article p {text-align: left; font-size: 16px; line-height:1.5; margin: 10px 0}

.statement-box {padding: 100px 0;}
.statement-box article h2 {font-size: 40px; font-weight: 200; margin-bottom: 20px; color: #000; text-align: center; line-height: 55px;}

.vacancies {background-color: #fff; padding: 100px 0 120px;}
.vacancies article {margin-bottom:50px;}
.vacancies article h2 {font-size: 35px; font-weight: 400; margin-bottom: 10px; color: #000; text-align: center;}

.house-plan-item {width: 30%; margin-bottom: 50px; background: #fff;}
.house-plan-item figure {position: relative; height: 250px; width: 100%; margin-bottom: 20px; overflow: hidden;}
.house-plan-item figure img {height: 100%; width: 100%; object-fit: cover;}
.house-plan-item article {width: 100%; padding: 0 25px 25px; box-sizing: border-box;}
.house-plan-item article h2 {font-size: 35px; font-weight: 400; margin-bottom: 10px; color: #000; text-align: left;}
.house-plan-item article h5 {font-size: 20px; font-weight: 200; color: #000; width: 49%; display: inline-block;}
.house-plan-item article h5:nth-child(3) {text-align: right;}


.house-plan-item article .button-outline-dark {display: block; width: 250px; margin: 50px auto 20px; box-sizing: border-box; text-align: center; text-transform:uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px;}


.home-feature-row {display: flex; justify-content: flex-end; padding-right: 30px;}
.home-item {display: flex;}
.home-item figure {display: block; width: 35px; height: 30px; background-color: #fff; margin-bottom: 0px; padding: 10px}
.home-item figure img {width: 100%;height: auto;top: 50%;left: 50%;transform: translate(-50%,-50%);position: relative;}
.home-item article {display: block; width: 50%; height: auto; padding: 0;}
.home-item article p {top: 50%;left: 50%;transform: translate(-50%,-50%);position: relative; line-height: 1;}

.contact {position: relative; background-color: #f1f1f1; padding-bottom: 100px;}
.contact article {position: relative; padding: 100px 0; left: 50%; transform: translateX(-50%); width: 60%; text-align: center;}
.contact article h2 {color: #000; font-size: 50px; user-select: none; font-weight: 500; text-align: center;}
.contact-wrapper {position: relative;}
.contact-wrapper .contact-form {width: 75%; display: block; box-sizing: border-box; background-color: #fff; position: relative; left: 50%; transform: translateX(-50%); padding: 50px; border: 1px solid #b6b4b3;}

.field-row { display: flex; flex-flow: row wrap; justify-content: space-between;}
.field-row .field { width: 49%;}

.field input,
.field select,
.field textarea, input:valid, textarea:valid  { display: block; background-color: #ffffff; height: 48px; width: 100%; border: 0; font-size: 18px; line-height: 1.3; letter-spacing: 0.64px; border-bottom: 2px solid #f1f1f1; margin-bottom: 20px; font-weight: 300;  font-family: 'Montserrat', sans-serif;}

.field input:focus, .field select:focus {border-color: #222 !important}

.contact-form .field select {height: 52px;}

.contact-form .button-outline-dark {display: block; margin: 50px auto 0; background-color: #fff;}
.contact-form .button-outline-dark:hover {background-color: #f1f1f1;}
.contact-form
#contactform .highlight-form-field {color: #61161f;background-color: #fdd;border: 1px solid #f1b7bf}
/* .contact-form {width: 300px;text-align: center;padding: 20px;margin: 0 auto;background: #2dd284;border-radius: 15px;color: #fff;} */

#systemMessage {display: block; position: relative;}
.highlight_message {padding-bottom: 20px;}


.vacancies .drop-item {cursor: pointer; position: relative;}
.vacancies .drop-item::before {content: ''; background: #000; width: 1px; height: 20px; position: absolute; right: 30px; top: 30px; z-index: 999; transition: 0.3s ease}
.vacancies .drop-item::after {content: ''; background: #000; width: 20px; height: 1px; position: absolute; right: 21px;top: 39px; z-index: 999; transition: 0.3s ease;}

.vacancies .drop-item.drop-active::before {transform: rotate(-135deg);}
.vacancies .drop-item.drop-active::after {transform: rotate(-135deg);}

.vacancies .drop-item h2 {padding: 35px; z-index: 99; position: relative; transition: 0.5s ease; font-size: 16px; font-weight: 400; background-color: #f1f1f1; border-bottom: 1px solid #e0e0e0; color: #000;}
.vacancies .drop-item p, .vacancies .drop-item h3, .vacancies .drop-item h4, .vacancies .drop-item li {line-height: 0px; margin: 0; opacity: 0; transition: 0.5s ease;}
.vacancies .drop-item p {font-size: 16px;}
.vacancies .drop-item.drop-active p {padding: 0px 20px 40px 40px; background-color: #f1f1f1; }
.vacancies .drop-item a {color:inherit}
.vacancies .drop-item.drop-active p a {color: #cc1311; text-decoration:none; border-bottom: 1px solid #cc1311}
.vacancies .drop-item.drop-active p:last-child {border-bottom: 2px solid #cc1311;}
.vacancies .drop-item.drop-active ul li {padding: 0 20px; background-color: #fff; list-style: none; margin-left: 0px; font-weight: 200;}
.vacancies .drop-item.drop-active p, .vacancies .drop-item.drop-active h3, .vacancies .drop-item.drop-active h4, .vacancies .drop-item.drop-active li {line-height: 24px; opacity: 1;}
.vacancies .drop-item.drop-active h2 {border-bottom: none;}

.blog-featured {padding: 100px 0;}
.blog-featured .blog-item {display: flex; justify-content: space-between;}
.blog-featured .blog-item figure {width: 50%; background-color: #444; height: 400px; position: relative; overflow: hidden;}
.blog-featured .blog-item figure img {width: 100%; height: 100%; object-fit: cover;}
.blog-featured .blog-item article {width: 40%;}
.blog-featured .blog-item article a {margin-top: 20px; display: block; max-width: 200px; box-sizing: border-box; text-align: center; padding: 20px 15px 19px; font-size: 12px; text-transform:uppercase; font-weight: 600; letter-spacing: 1px;}
.blog-featured h2 {font-size: 38px; color: #000; padding: 20px 0; font-weight: 200;}
.blog-featured h6 {color: #cc1311; font-size: 13px; letter-spacing: 2px; font-weight:600}

.team-block .blog-item {width: 49%; position: relative; height: 450px; margin-bottom: 50px;}
.team-block .blog-item figure {position: absolute; width: 100%; height: 100%; background-color: #444; position: relative; overflow: hidden;}
.team-block .blog-item figure::after {content: "";display: block; position: absolute; bottom: 0; width: 100%; height: 200px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0, 0.8)); transition: 0.2s ease;}
.team-block .blog-item:hover figure::after {height: 500px;}
.team-block .blog-item:hover figure img {opacity: 0;}
.team-block .blog-item:hover article p {line-height: 1.7; opacity: 1;}
.team-block .blog-item figure img {width: 100%; height: 100%; object-fit: cover; transition: 0.2s ease;}
.team-block .blog-item article {position: absolute; left: 0px; bottom: 0px; padding: 30px; z-index: 9; width: 80%;}
.team-block .blog-item article p {opacity: 0; line-height: 0; transition: 0.3s ease;}
.team-block .blog-item article h2, .team-block .blog-item article h6, .team-block .blog-item article p {color: #fff; text-align: left;}
.team-block .blog-item article h2 {font-size: 30px; padding: 10px 0; margin-bottom: 0px;}

.blog-inside-banner {position: relative;}
.blog-inside-banner::after {content: ""; position: absolute; top: 0; left: 0; height: 85%; background-color: #f1f1f1; width: 100%; z-index: -1;}
.blog-inside-banner figure {width: 40%; margin: 0 auto; height: 400px; padding-top: 100px;}
.blog-inside-banner figure img {width: 100%; height: 100%; object-fit: cover;}

.blog-content {width: 40%; margin: 0 auto; padding: 100px 0;}
.blog-inner-wrapper {width: 90%; margin: 0 auto;}
.blog-inner-wrapper h2 {font-size: 50px; color: #000; padding: 20px 0; font-weight: 200;}
.blog-inner-wrapper h6 {color: #cc1311;}

.blog-more {background-color: #f1f1f1; padding: 100px 0;}
.blog-more {width: 100%; display: flex; justify-content: space-between; flex-direction: row;overflow:hidden;}

.blog-more .custom-pagination {display: block; left: -75.5%; top: 60%; width: 50%; margin: 0 auto; text-align: left}
.blog-more .halfSlider {overflow: visible; z-index: auto;}
.blog-more .swiper-slide figure {width: 100%; overflow: hidden;}

.blog-more .swiper-pagination-bullet {width: 50px; height: 5px; border-radius: 20px;}
.blog-more .swiper-pagination-bullet-active {background-color: #444;}
.blog-more .text-wrapper {background-color: #f1f1f1; width: 50%; z-index: 9;}
.blog-more article {width: 70%; margin-left:25%; font-weight: 200; box-sizing: border-box;}
.blog-more article h2 {font-size: 50px; font-weight: 200; margin-bottom: 20px; color: #000;}
.blog-more article p {line-height: 1.6;}
.blog-more article a {margin-top: 20px; display: block; max-width: 200px; box-sizing: border-box; text-align: center; padding: 20px 15px 19px;}

.contact-inner {position: relative; padding-bottom: 100px; background-color: #f1f1f1;}
.contact-inner h2 {font-size: 40px; font-weight: 400; color: #000; text-align: center; padding: 5rem 0; text-transform: uppercase;}
.contact-inner p {text-align: center; padding-bottom: 50px;}

.contact-inner .contact-form {width: 100%; display: block; box-sizing: border-box; background-color: #fff;position: relative;padding: 50px; border: 1px solid #b6b4b3;}

.custom-homes-slider {width: 50%;}
.custom-homes-slider .halfSlider {position: relative;}

.custom-homes-slider .swiper-slide figure {width: 100%; overflow: hidden; max-height: 400px;}

.custom-homes-slider .swiper-pagination-bullet {width: 50px; height: 5px; border-radius: 20px;}
.custom-homes-slider .swiper-pagination-bullet-active {background-color: #cc0c00;}

.marsden-top-section {padding: 100px 0; position: relative;}
.marsden-top-section article.left-text {width: 100%; font-size: 20px; margin-bottom: 50px;}
.marsden-top-section article.left-text h2 {font-size: 30px; font-weight: 400; line-height: 40px; margin-bottom: 30px;}
.marsden-top-section article.left-text ul li {max-width: none;}
.marsden-top-section article.left-text h3 {  font-weight: 400; font-size: 18px; margin-bottom: 40px;}
.marsden-top-section article.right-text {width: 50%; margin-bottom: 50px;}
.marsden-top-section article.bottom-text p {padding: 50px 0;}
.marsden-top-section a.content-button {width: 350px; margin: 0 auto; text-align: center;}
.marsden-top-section .blockSlider {height: 800px;}
.marsden-top-section .blockSlider figure img {width: 100%; height: 100%; object-fit: cover;}
.marsden-top-section .blockSlider .swiper-pagination {display: none;}

section.login {height: 100vh; position: relative; display: flex; user-select: none;}
section.login article {width: 40%; padding: 100px; box-sizing: border-box;}
section.login article h2 {font-size: 50px; font-weight: 200; margin-bottom: 20px; color: #000;}
section.login article a {width: 150px; margin-bottom: 50px; display: block;}
section.login figure {width: 60%; overflow: hidden;}
section.login figure img {height: 100%; width: 100%; object-fit: cover;}

.testi-item {width: 30%; background-color: #f1f1f1; position: relative; padding: 50px; box-sizing: border-box; margin-bottom: 50px; min-height: 500px;}
.testi-item h4 {text-align: left; font-size: 20px; padding-bottom: 20px; line-height: 30px;}
.testi-item .button-outline-dark {position: absolute; bottom: 50px; text-transform:uppercase; letter-spacing:1px; font-size: 12px; font-weight: 600 }
.testi-item figure img {position: absolute; left: 0;  top: 0;  object-fit: cover; height: 100%; width: 100%;}


#login_form p a {color: #cc1311; text-decoration: none; font-size: 15px;}

.gal-container {position: relative; width: 18%; margin: 10px; cursor: pointer;}
.gal-container .gal-item {height: 200px; overflow: hidden; position: relative; transition: 0.3s;}
.gal-container .gal-item img {position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; width: 100%; height: 100%; object-fit: cover; max-width: none;transition: 0.3s;}
.gal-container .gal-pop {position: fixed; opacity: 0; transition: 0.5s; width: 70%;transform: translate(-50%, -50%); left: 150%; top: 50%; z-index: -999;}
.gal-container .gal-pop img {width: 50%; transition: 0.3s;}
.gal-container .gal-pop::after {content: ''; background: #0008; width: 101vw; height: 101vh; z-index: -1; position: absolute; transform: translate(-50%, -50%); left: 150%; top: 50%; transition: 0.6s;}
.gal-container.active {cursor: default;}
.gal-container.active .gal-pop img {width: 100%;}
.gal-container.active .gal-pop {opacity: 1; z-index: 999;  transform: translate(-50%, -50%); left: 50%;}
.gal-container.active .gal-pop::after {transform: translate(-50%, -50%); left: 50%;}

.gal-container .gal-item:hover img {height: 110%;}

#logo-block > .content-container > div {width: 6%;}
#logo-block > .content-container > div img {mix-blend-mode: multiply;position: relative;top: 50%;transform: translateY(-50%);}


.gallery-container .flex-row {display: grid; grid-template-columns: repeat(4,1fr);}
.gallery-container .gallery .img {width:100%; height:0; padding-bottom:100%; margin:0;}

/* Footer */

.footer-content {position: relative; display: flex; flex-direction: column; padding: 100px 0; max-width: 1000px; width: 100%; margin: 0 auto;}
.footer-content figure {margin-bottom: 20px;}
.footer-content figure img {width: 150px; margin: 0 auto;}

.footer-content .footer-menu {display: flex; justify-content: center; flex-flow: row; margin-bottom: 10px;}
.footer-content .footer-menu a {text-decoration: none; color: #000; font-size: 15px; text-transform: uppercase; padding: 10px;}

.footer-content .social-row {display: flex; justify-content: center; flex-flow: row; max-width: 1000px; width: 100%;}
.footer-content .social-row a img {height: 20px; width: 20px; padding: 10px;}

.copyright {box-sizing: border-box; font-size: 13px;padding: 0 40px 20px 0; width: 95%; margin: 0 auto; user-select: none;}
.copyright p {font-size: 12px; opacity:0.7}
.copyright a {text-decoration: none; color: #000;}


.footer-content .detail-menu {text-align: center; padding: 10px 0 20px 0;}

/*=====================================================================
Media Queries
=====================================================================*/


@media screen and (max-width: 1430px) {
  .wrapper {max-width: 90%}
  .hero-banner article h1 {font-size: 200px;}
  .home-content .flex-row article {padding: 100px;}
  .services-slider .custom-pagination {top: 80%;}
  .testi-item {width: 47%;}
  .gallery-container .flex-row {grid-template-columns: repeat(3,1fr);}
}


@media screen and (max-width: 1200px) {
  .hero-banner article h1 {font-size: 150px;}
  .home-content .flex-row article h3 {font-size: 30px;}
  .home-content .flex-row article p {font-size: 14px;}
  .top-content article h2 {font-size: 30px;}
  .services-slider .custom-pagination {left: -75.5%; top: 60%;}
  .bottom-section .blockSlider {height: 650px;}
  .bottom-section .content-container {margin: 0 0 50px 0;}
  .second-content-block .text-wrapper {width: 47%;}
  .second-content-block .text-wrapper article {padding: 0px;}
  .mid-section .left-content article {width: 90%;}
  .mid-section article.right-text p {font-size: 25px;}
  .profile-item,.house-plan-item {width: 48%;}
}

@media screen and (max-width: 1000px) {
  .gallery-container .flex-row {grid-template-columns: repeat(2,1fr);}
}

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

  .wrapper {max-width: 90%;}
  .wrapper.flex-row {flex-flow: column;}
  .mid-section .content-container {flex-flow: column;}
  .hamburger {display: block;}
  .header-top {display: none;}
  .header-main {border-top: none;}
  .header-main figure {padding: 25px 0;}
  .header-main figure img {width: 100px;}
  .hero-banner article h1 {font-size: 120px;}
  .nav-options {display: none;}
  .home-content .sub-title {width: 100%;}
  .home-content .sub-title article h2 {font-size: 30px;}
  .home-content .flex-row {flex-direction: column;}
  .home-content .flex-row figure {width: 100%; margin-bottom: 0px;}
  .home-content .flex-row article {width: 100%;}
  .home-slide-item article {padding: 70px;}
  .row-one {flex-direction: column;}
  .row-two {display: flex; flex-direction: column-reverse;}
  .top-content {flex-flow: column; padding: 50px 0;}
  .top-content .text-wrapper {width: 85%; margin: 0 auto 50px;}
  .top-content article {width: 100%; margin-left: 0;}
  .services-slider {width: 100%;}
  .custom-homes-slider {width: 100%;}
  .services-slider .custom-pagination {left: 0; text-align: center; width: 100%; margin: 0 auto; top: 100%;}
  .custom-homes-slider .custom-pagination {left: 0; text-align: center; width: 100%; margin: 0 auto; top: 100%;}
  .second-content-block::before {height: 100%;}
  .second-content-block .text-wrapper {width: 100%; padding: 50px 0 0 0;}
  .second-content-block article h2,.mid-section article h2,.bottom-section article.left-text h2,.contact-inner h2 {font-size: 30px;}
  .mid-section article.left-text {width: 100%; padding: 50px 0;}
  .mid-section article.right-text {width: 100%;}
  .mid-section .fullwidthSlider {margin-top: 50px; height: 300px;}
  .mid-section .fullwidthSlider figure img {height: 100%; object-fit: cover;}
  .mid-section .left-content {width: 100%; padding-bottom: 50px;}
  .mid-section .right-content {width: 100%;}
  .mid-section .right-content figure img {height: 100%; width: 100%; object-fit: cover;}
  .bottom-section {padding: 50px 0;}
  .bottom-section .content-container {flex-flow: column;}
  .bottom-section article.left-text {width: 100%; padding-bottom: 50px;}
  .bottom-section article.right-text {width: 100%;}
  .bottom-section article.right-text ul {margin-left: 0;}
  .bottom-section .blockSlider {height: 270px;}
  .bottom-section .blockSlider::after {height: 40%;}
  .bottom-section article.bottom-text p {columns: 1;}
  .clients article.left-text {width: 100%;}
  .video-container {height: 240px; margin: 50px 0 0 0;}
  .profile-item,.house-plan-item {width: 100%;}
  .inner-content article {width: 100%; margin-bottom: 50px;}
  .inner-content figure {width: 100%;}
  .inner-content article h2 {font-size: 30px;}
  .team-block article {width: 100%; padding: 30px;}
  .field-row {flex-flow: column;}
  .field-row .field { width: 100%;}
  .contact article {top: 30%; width: 70%;}
  .contact article h2 {font-size: 20px;}
  .blog-featured .blog-item {flex-direction: column;}
  .blog-featured .blog-item figure {width: 100%;}
  .blog-featured .blog-item article {width: 100%; margin-bottom: 50px;}
  .team-block .blog-item {width: 100%;}
  .blog-content {width: 100%;}
  .blog-inside-banner figure {width: 90%;}
  .header-main ul {display: none;}
  .marsden-top-section article.left-text {width: 100%;}
  .marsden-top-section article.right-text {width: 100%;}
  .marsden-top-section article.bottom-text p {columns: 1;}
  .hero-banner figure img {left: 50%; transform: translateX(-50%); width: auto;}
  .footer-content {padding: 50px 0 0 0;}
  .copyright {padding: 10px 0; width: 80%;}
  .copyright p {text-align:center;}
  section.grey article.left-text {width: 100%;}
  section.grey article.right-text {width: 100%;}
  .gal-container {width: 100%;}
  .mid-section figure.middle-image {height: 300px; margin: 50px 0;}
  header img {width: 100px; padding: 30px 0;}
  .mid-section .middle-second,.second-content-block,.inner-content,.team-block,.marsden-top-section,section.grey,.statement-box,.vacancies,section.white,section.grey,.blog-more,.blog-content {padding: 50px 0;}
  .mid-section .middle-second h2.clients-title {padding-bottom: 0px; font-size: 60px;}
  .marsden-top-section::after {height: 60%;}
  .fullwidthSlider {height: 300px; margin-top: 50px;}
  .gal-container .gal-item {height: 250px;}
    .content-container.clients article.left-text {padding: 0;}
  .content-container.clients article.left-text:first {padding: 50px 0 0 0;}
  .mid-section#about-bottom {padding: 50px 0;}
  .mid-section#about-bottom article.left-text {padding-top: 0px;}
  .statement-box article h2 {font-size: 20px; line-height: 1.3; margin-bottom: 0px;}
  .vacancies article {margin-bottom: 50px;}
  section.white article.left-text,section.white article.right-text {width: 100%;}
  .blog-inside-banner figure {padding-top: 50px;}
  .blog-more {flex-direction: column;}
  .blog-more .text-wrapper {width: 90%; margin: 0 auto;}
  .blog-more article {width: 100%; margin: 0;}
  .blog-more .services-slider {margin-top: 50px;}
  section.login {flex-direction: column;}
  section.login article {width: 100%; padding: 50px}
  section.login figure {height: 50%; width: 100%;}
  .testi-item {width: 100%;}
  .inner-banner article h2 {font-size: 40px;}
  #logo-block > .content-container > div {width: 15%; margin: 20px 0;}
  .marsden-top-section .blockSlider {height: auto;}
  .home-item article {padding: 0px;}
  .hero-banner a.button-outline {top: 70%;}
  .inner-content article p strong {font-size: 20px; line-height: 35px;}
  section.grey .new-build h2, .contact-text h2 {font-size: 20px; line-height: 35px;}
  .marsden-top-section article.left-text h2 {font-size: 20px; line-height: 35px;}
}
@media screen and (max-width: 500px) {
  .hero-banner article h1 {font-size: 100px;}
  .home-content .sub-title article h2 {font-size: 19px;}
  .home-content .flex-row figure {height: 300px;}
  .home-content .flex-row article {padding: 30px;}
  .home-slide-item article p {font-size: 13px;}
  .home-slide-item {height: 400px;}
  .copyright {font-size:8px;}
  .inner-banner article h2 {font-size: 25px;}
  .second-content-block figure {width: 350px; height: 350px;}
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}


.contact-button {
  position: fixed;
  bottom: 20px;
  right: 0;
  color: #fff;
  z-index: 999;
  padding: 10px 7px 10px 10px;
  background-color: #CE0F0E;
  border-radius: 10px 0 0 10px;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
}
.contact-button:hover {
  background-color: #000!important;
  padding: 10px 15px 10px 10px;
}

.icon-toggle {
  display: none;
}
.label-text {
  display: inline;
}

.contact-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: #0005;
  backdrop-filter: blur(0px);
  max-width: 0%;
  transition: 0.2s;
  z-index: 99999;
  overflow: hidden;
}

.contact-modal.open {
  max-width: 100%;
  backdrop-filter: blur(10px);
}

.contact-wrapper {
  background: #fff;
  box-sizing: border-box;
  padding: 2vw 2vw;
  position: absolute;
  top: 1vw;
  right: 1vw;
  border-radius: 10px;
  width: 600px;
}

.contact-wrapper h3 {
  margin-bottom: 2vw;
  padding-bottom: 1.5vw;
  border-bottom: 1px solid #E1E3E4;
  color: var(--dark);
  font-family: "Be Vietnam Pro",sans-serif;
  line-height: 1.3;
  font-weight: 600;
}

.close-icon {
  padding: 25px;
  background: #F8F8F8;
  box-sizing: border-box;
  border-radius: 50vw;
  border: 1px solid #E1E3E4;
  right: 15px;
  top: 15px;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  transition: 0.5s;
  transform: rotate(180deg);
  cursor: pointer;
  left: auto;
}

.close-icon::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  background: #330428;
  transform: rotate(45deg);
  top: 10px;
  transition: 0.5s;
}

.close-icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  background: #330428;
  transform: rotate(-45deg);
  top: 10px;
  transition: 0.5s;
}

.close-icon:hover {
  background: #F8F8F8 !important;
  border-color: #E1E3E4 !important;
}

.close-icon:hover::before {
  transform: rotate(-135deg) !important;
  background: #330428 !important;
}

.close-icon:hover::after {
  transform: rotate(-225deg) !important;
  background: #330428 !important;
}

.contact-wrapper article {
  max-height: calc(100dvh - 4vw);
  overflow: auto;
}

.contact-wrapper iframe,
.contact-wrapper #btIframe {
  display: block;
  width: 100%;
  border: 0;
  min-height: 600px;
}

@media (max-width: 943px) {
  .contact-button {
    top: 20px;
    left: 0;
    bottom: auto;
    right: auto;
    border-radius: 0 10px 10px 0;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .icon-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

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

  .label-text {
    display: none;
    white-space: nowrap;
  }

  .contact-button.text-visible .label-text {
    display: inline;
  }

  .contact-button.text-visible .icon-toggle img {
    display: none;
  }

  .icon-toggle::before {
    content: '';
  }

  .contact-button.text-visible .icon-toggle::before {
    content: '×';
    font-size: 24px;
    line-height: 1;
  }


  .contact-button.text-visible,
  .contact-button.text-visible:hover {
    background-color: #CE0F0E !important;
    padding: 10px 12px;
  }


  .contact-wrapper {
    left: 1vw;
    right: auto;
    width: calc(100% - 2vw);
    max-width: 600px;
  }
}

.download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  justify-content: center;
}

.download-buttons .btn-download {
  display: inline-block;
  padding: 0.85rem 1.8rem;
  background: #c00;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.download-buttons .btn-download:hover,
.download-buttons .btn-download:focus {
  background: #000;
  color: #fff;
}
