/* 
Theme Name: A-One Landing Page
Author: Portalworks
Version: 1.0
*/

:root {
  --primary-color: #289D47;
  --secondary-color: #212529;
  --light-color: #f5f5f5;
  --dark-color: #000;
  --primary-font: "SuisseWorks", sans-serif;
  --secondary-font: "SuisseIntl", sans-serif;
}

@font-face {
  font-family: "SuisseWorks";
  src: url("assets/fonts/SuisseWorksBold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("assets/fonts/SuisseIntl-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("assets/fonts/SuisseIntl-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SuisseIntl";
  src: url("assets/fonts/SuisseIntl-Medium.otf");
  font-weight: 500;
  font-style: normal;
}

/* Predefined tags and classes */

h2 {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
}

h3 {
  font-family: var(--secondary-font);
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

h4 {
  font-family: var(--secondary-font);
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
}

p {
  font-family: var(--secondary-font);
  color: var(--dark-color);
  line-height: 1.4;
}

.btn {
  width: fit-content;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: none;
}

.btn-primary {
  margin-top: 17px;
  background-color: var(--primary-color);
  padding: 8px 12px;
  gap: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--dark-color);
}

.btn-secondary {
  background-color: var(--secondary-color);
  padding: 8px 60px;
  line-height: 1;
  border: 1px solid transparent;
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid #fff;
}

.btn-tertiary {
  background-color: var(--primary-color);
  padding: 8px 60px;
  line-height: 1;
  border: 1px solid transparent;
}

.btn-tertiary:hover {
  color: #fff;
  border: 1px solid #fff;
}

/* Navbar */

.navbar-container {
  background-color: var(--secondary-color);
}

.lang-buttons {
  min-height: 38px;
}

.lang-buttons a {
  font-family: var(--secondary-font);
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5%;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
}

.lang-buttons a:hover {
  color: #afafaf;
}

.lang-buttons .current-lang a {
  font-weight: 500;
}

.lang-buttons > .lang-item:not(:last-child) {
  padding-right: 21px;
}

/* Hero */
.hero-img img {
  width: 100%;
  height: auto;
  max-height: 569px;
  min-height: 205px;
  object-fit: cover;
}

.logo-container {
  padding-top: 13px;
}

.logo-img {
  max-width: 124px;
  max-height: 33px;
  width: auto;
  height: auto;
}

.logo-img img,
.circle-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.circle-img {
  position: absolute;
  bottom: -35px;
  left: 40px;
  max-width: 76px;
  max-height: 76px;
  width: auto;
  height: auto;
}

/* Text */
.text-section {
  padding: 20px 0;
}

.text-header-container > p:not(:last-child) {
  margin-bottom: 20px !important;
}

.text-header-container > p:last-of-type {
  margin-bottom: 0 !important;
}

.text-header-container h2 {
  margin-bottom: 18px;
}

.text-header-container p {
  font-size: 18px;
  font-weight: 400;
}

.arrow-img {
  max-width: 26px;
  height: auto;
}

.arrow-img img {
  width: 100%;
  height: 100%;
}

/* Video */
.video-section {
  padding: 23px 0;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

/* Apartments */
.apartments-section {
  padding: 23px 0;
}

.apartments-section h2 {
  margin-bottom: 21px;
}

.apartments-text p {
  font-size: 18px;
}

.apartments-img {
  max-width: 990px;
  max-height: 550px;
  width: auto;
  height: auto;
}

.apartments-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.big-container {
  padding: 53px 24px;
  background-color: var(--primary-color);
}

.header-sponsors .sponsors-img {
  position: relative;
}

.sponsors-img {
  max-height: 51px;
  height: auto;
  width: auto;
}

.sponsors-img img {
  max-height: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.header-sponsors .sponsors-img:first-child::after {
  content: "";
  position: absolute;
  margin: 0 12px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.header-sponsors .sponsors-img:last-child {
  margin-left: 24px;
}

.big-container-text {
  padding-bottom: 50px;
}

.big-container-text h4 {
  color: #fff;
  margin: 42px 0 16px;
}

.big-container-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.big-container-text p:last-child {
  margin-bottom: 0;
}

/* Office Image */
.office-image-section {
  padding: 23px 0;
}

.office-img {
  width: 100%;
  aspect-ratio: 375 / 242;
}

.office-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  	height: 100%;
 	object-fit: cover;
}

/* Services */
.services-section {
  padding: 23px 0;
}

.services-desc p {
  padding: 21px 0;
  font-size: 18px;
  margin: 0;
}

.services-container {
  background-color: var(--secondary-color);
  padding: 75px 0;
}

.services-content {
  padding: 0 0 45px;
}

.white-circle {
  background-color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.white-circle img {
  max-height: 52px;
  max-width: 63px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.services-content p {
  color: #fff;
  text-align: center;
  margin: 18px 0 0;
  font-weight: 400;
  font-size: 16px;
  max-width: 265px;
}

/* Contact */
.contact-section {
  padding: 23px 0;
}

.contact-information {
  padding: 60px 40px;
  background-color: var(--secondary-color);
}

.contact-information::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3840px;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
}

.contact-information::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3840px;
  height: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
}

.contact-text {
  margin: 16px 0 43px;
}

.contact-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.profile-pic {
  width: 133px;
  height: 133px;
  margin-right: 58px;
  margin-top: 15px;
}

.profile-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.contact-quote {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  max-width: 480px;
}

.contact-quote a {
  color: #fff;
  text-decoration: none;
}

.contact-quote a:hover {
  text-decoration: underline; 
}

.contact-quote p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.4;
}

.contact-quote p:first-child {
	font-weight: 700;
}

.quotes img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  float: left;
  margin-right: 8px;
}

.form-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3840px;
  height: 50%;
  background-color: var(--secondary-color);
  z-index: -1;
}

.form-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3840px;
  height: 50%;
  background-color: var(--secondary-color);
  z-index: -1;
}

.form-container {
  padding: 35px 31px;
  background-color: var(--primary-color);
  border-radius: 8px;
  width: 100%;
}

.form-container p {
  margin-bottom: 15px;
}

.form-container p,
.form-container label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--secondary-color);
}

.form-check {
  max-width: 485px;
  margin-bottom: 0;
  padding-left: 9px;
}

.form-row input {
  max-width: 100%;
  padding: 6px 16px;
  margin-bottom: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--dark-color);
}

.form-row input::placeholder {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}

.form-control:focus {
  border: none;
  box-shadow: none;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-radius: 0 !important;
  border: 0;
}

.form-check-input.checkbox {
  margin-right: 15px;
}

.checkbox:checked {
  background-color: var(--secondary-color);
}

.form-check p {
  margin-bottom: 25px !important;
}

.btn-container p {
  margin-bottom: 0 !important;
}

.form-check-input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.wpcf7-form-control.wpcf7-submit {
  display: flex;
  justify-content: center;
}

.wpcf7-list-item label {
	display: flex;
}

.wpcf7-spinner {
	display: none !important;
}

.contact-location {
  padding-top: 38px;
}

.location-details,
.sm-link,
.sm-icon {
  padding: 0 40px;
}

.location-details p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
}

.location-details p:first-child {
  font-weight: 500;
}

.sm-link {
  padding-top: 30px !important;
}

.sm-link p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
}

.sm-icon img {
  max-width: 26px;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Sponsors */
.sponsors-section {
  margin-top: 23px;
  background-color: var(--light-color);
  padding: 62px 0;
}

.sponsors-container {
  padding-top: 36px;
}

.sponsors {
  padding: 31px 0;
}

.sponsors:first-of-type {
	padding-top: 0;	
}
	
.sponsors:last-of-type {
	padding-bottom: 0;	
}

.logo-sponsor {
  max-width: 300px;
  max-height: 125px;
  width: auto;
  height: auto;
}

.logo-sponsor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}



/* Footer */
.footer-container {
  background-color: var(--primary-color);
  padding: 28px 0;
}

.footer-logo {
  max-width: 125px;
  max-height: 35px;
  width: auto;
  height: auto;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-links {
  margin-top: 32px;
  gap: 0;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-links a:hover {
  text-decoration: underline;
}

#BorlabsCookieDebugConsole > div {
	display: none;
}

@media (min-width: 768px) {
  .lang-buttons a {
    font-size: 18px;
  }

  .lang-buttons > .lang-item:not(:last-child) {
    padding-right: 15px;
  }

  /* Hero */
  .logo-container {
    padding-top: 49px;
  }

  .logo-img {
    max-width: 203px;
    max-height: 54px;
  }

  .circle-img {
    bottom: -87px;
    max-width: 174px;
    max-height: 174px;
    left: -10px;
  }

  /* Apartments */
  .big-container {
    padding: 87px 58px;
    border-radius: 8px;
  }
	
	/* Office Image */
  .office-img {
    aspect-ratio: 1495 / 441;
  }
	
  .office-img img {
	position: static;
  }

  /* Contact */
  .contact-quote {
    font-size: 18px;
  }
	
  /*  Sponsors  */
  .sponsors:first-of-type {
	padding-top: 31px;	
  }
	
  .sponsors:last-of-type {
	padding-bottom: 31px;	
  }

  /* Footer */
  .footer-links {
    gap: 30px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* Predefined classes and tags */
  .btn {
    font-size: 22px;
  }

  .btn-primary {
    margin-top: 41px;
    padding: 10px 30px;
  }

  h2 {
    font-size: 65px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 25px;
  }

  /* text section */

  .text-section {
    padding: 40px 0 50px;
  }

  .text-header-container h2 {
    margin-bottom: 12px;
  }

  .text-header-container p {
    font-size: 25px;
  }

  .text-header-container > p:not(:last-child) {
    margin-bottom: 29px !important;
  }

  .text-header-container > p:last-of-type {
    margin-bottom: 0 !important;
  }

  .circle-img {
    bottom: -133px;
    max-width: 266px;
    max-height: 266px;
  }

  /* Video */
  .video-section {
    padding: 50px 0;
  }

  /* Apartments */
  .apartments-section {
    padding: 50px 0;
  }

  .apartments-section h2 {
    margin-bottom: 39px;
  }

  .apartments-text p {
    font-size: 20px;
  }

  .big-container-text h4 {
    margin: 73px 0 24px;
  }

  .big-container-text p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* Office Image */
  .office-image-section {
    padding: 50px 0;
  }


  /* Services */
  .services-section {
    padding: 50px 0;
  }

  .services-desc p {
    padding: 31px 0 50px;
    font-size: 20px;
    margin: 0;
  }

  .services-container {
    background-color: var(--secondary-color);
    padding: 100px 0;
  }

  .services-content {
    padding: 0 0 80px;
  }

  .white-circle {
    width: 124px;
    height: 124px;
  }

  .white-circle img {
    max-width: 100px;
    max-height: 85px;
  }

  .services-content p {
    color: #fff;
    text-align: center;
    margin: 44px 0 0;
    font-weight: 400;
    font-size: 18px;
	max-width: 350px;
  }

  /* Contact */
  .contact-section {
    padding: 50px 0;
  }

  .contact-text p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
  }

  .form-container {
    padding: 42px 60px 57px;
  }

  .form-container {
    margin-top: -90px;
  }

  .form-row input {
    padding: 19px 40px;
    font-size: 20px;
  }

  .form-row input::placeholder {
    font-size: 20px;
  }

  .checkbox {
    width: 30px;
    height: 30px;
  }

  .form-check-input.checkbox {
    margin-right: 28px;
  }

  .form-container p {
    margin-bottom: 30px;
  }

  .form-container p,
  .form-container label {
    font-size: 16px;
  }

  .profile-pic {
    width: 222px;
    height: 222px;
  }
	
  .location-details p {
  	font-size: 18px;
  }
	
  .sm-link p {
  	font-size: 20px;
  }
	
  .sm-icon img {
  	max-width: 36px;
  	max-height: 36px;
  }

  .contact-text {
    margin: 35px 0 140px;
  }
	
  .contact-quote p {
  	font-size: 24px;
	margin-bottom: 36px;

}

  /* Sponsors */
  .sponsors-section {
    margin-top: 50px;
    padding: 72px 0;
  }
}

@media (min-width: 1200px) {
  .contact-information {
    padding: 68px 0 43px;
  }

  .contact-text {
    margin: 35px 0 37px;
  }

  .form-container {
    left: auto;
    right: 0;
    transform: translateX(0);
    width: auto;
  }

  .form-row input {
    max-width: 485px;
  }
	
  .form-wrapper::before,
  .form-wrapper::after {
    content: none;
  }
	
  .location-details,
  .sm-link,
  .sm-icon {
    padding: 0;
  }

  /* Sponsors */
  .sponsors-container {
    padding-top: 15px;
  }

  .sponsors {
    padding: 0 20px !important;
  }
}

@media (min-width: 1400px) {	
  .profile-pic {
     margin-top: 0;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1520px;
  }
}
