/* 
 * Theme Name: st-gallerstrasse-winterthur
 * Author: Anid Camdzic
 * Version: 1.0
 *  */

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('assets/Fonts/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('assets/Fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('assets/Fonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('assets/Fonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('assets/Fonts/quicksand-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('assets/Fonts/quicksand-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('assets/Fonts/quicksand-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('assets/Fonts/quicksand-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('assets/Fonts/quicksand-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


#inputState.form-control{
	appearance: auto !important;
}

:root {
  --main-color: #988878;
}


a {
  text-decoration: underline;
  color: #3a3a3a;
}

.map-block iframe{
	display: block;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{
	display: block;
}

a:hover {
  color: #3a3a3a;
  text-decoration: none;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
  width: 100%;
  height: 30vw;
  margin-bottom: 0px !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.cky-title {
  text-align: center !important;
}
/* .projekte-text {
  margin-top: 50px;
} */
.container {
  max-width: 1460px !important;
}

.info-box div{
	display: inline-block;
	white-space: nowrap;
}
.info-box div.pdf-div{
	display: block;
}
.status-box a{
	text-decoration: none !important;
}
nav {
  width: 80%;
  margin: auto;
}

nav a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin-right: 50px;
}

.background-photo {
  position: relative;
}

.svg-arrow{
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.background-photo img {
  max-width: 100% !important;
  max-height: 690px;
  width: 100%;
  object-fit: cover;
}

.background-photo .a-div {
  position: absolute;
  width: 258px;
  height: 258px;
  right: 10%;
  top: 35px;
  background: var(--main-color);
  transform: rotate(20.84deg);
  border-radius: 50%;
}

.vermietet img {
  filter: invert(34%) sepia(33%) saturate(318%) hue-rotate(112deg)
    brightness(101%) contrast(89%);
  max-height: 25px;
}
.vermietet td {
  vertical-align: baseline;
}

#gewerbeModal {
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}

#gewerbeModal .modal-content {
	z-index: 999999;
}

#gewerbeModal h1 {
	font-weight: 500;	
}

.a-div p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 95px;
  left: 35px;
  max-width: 190px;
  text-decoration: none;
}

.a-div a:hover {
  color: #ffffff !important;
  cursor: pointer;
}

.navbar-collapse {
  justify-content: flex-end;
}

.carousel-item {
  max-height: 445px;
  width: 100%;
}

.carousel-item img {
  max-height: 445px;
  width: 100%;
  object-fit: cover;
}

.text-first {
  padding-top: 100px;
}

.text-second {
  padding-top: 50px;
}

.text-third {
  padding-top: 50px;
  padding-bottom: 100px;
}

.text-first h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #3a3a3a;
}

.text-first p {
  color: #3a3a3a;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
}

.text-second h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #3a3a3a;
}

.text-second p {
  color: #3a3a3a;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
}

.text-third h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #3a3a3a;
}

.text-third p {
  color: #3a3a3a;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
}

.background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.div-with-overlay img {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}

.div-with-overlay {
  position: relative;
  background-image: url("/wp-content/themes/bahnhofstrasse-frauenfeld/assets/Photos/Bahnhofstr55_Aussen.jpg");
  background-position: center;
  overflow: hidden;
}

.main-overlay-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div-with-overlay .content-wrapper {
  margin: auto;
  padding: 100px 0;
}

.div-with-overlay .content-wrapper .col {
  z-index: 100;
}

.div-with-overlay .content-wrapper .col h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #ffffff;
}

.div-with-overlay .content-wrapper button a {
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.div-with-overlay .content-wrapper button {
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  padding: 20px 40px;
  font-size: 1rem;
}

.div-with-overlay .text {
  font-size: 18px;
  line-height: 28.8px;
  color: #fff;
	font-weight: 300;
}

.overlayed-photo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.overlayed-photo-text h1 {
  margin-right: 100px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #ffffff;
}
.wpcf7-spinner {
  display: none;
}
.overlayed-photo-text p {
  margin-right: 150px;
  max-width: 630px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
}
.overlayed-photo-text button {
  width: 300px;
  height: 100px;
  background: #ffffff;
  border-radius: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  align-items: center;
  border: none;

  color: #3a3a3a;
}

.wohnungen {
  width: 420px;
  height: 294px;
}

.pdf-links {
  font-size: 1rem;
  line-height: 26px;
  margin: 2rem 0;
}

.pdf-links a {
  color: var(--main-color);
}

.angebot-h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 63px;
  color: #3a3a3a;
  margin-left: 15px;
}

.angebot-h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 63px;
  color: #3a3a3a;
  margin-left: 20px;
}

.plan {
  text-align: center;
}

.vorteile {
  background: var(--main-color);
  position: relative;
}

.vorteile .container {
  padding: 50px 0;
  text-align: start;
}

.vorteile h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 1.5px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.vorteile h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0px 10px 0;
  color: #ffffff;
  text-transform: uppercase;
}

.vorteile p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 20px 0px 0px;
  color: #ffffff;
  background: transparent;
}

#form-wrapper input[type="checkbox"] {
	appearance: none;
	width: 16px;
	height: 16px;
	border: 2px solid #988878;
	border-radius: 2px;
}

#form-wrapper input[type="checkbox"]:checked {
	background-color: #988878;
	background-image: url("/wp-content/uploads/2024/05/Checkmark.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-logo {
  max-width: 433px;
}

.footer-links {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

footer a {
  margin: 0px 3px;
  color: #333333 !important;
  text-decoration: unset;
}

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

.fb9 {
  border: 1px solid #3366ff;
  background-color: #b3c6ff;
  width: 150px;
  height: 30px;
}

.form-wrapper {
  background-color: #f6f6f6;
}

.container {
  /* padding: 100px 0px;*/
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #161616;
}

.submit {
  background-color: var(--main-color);
  width: 100%;
  padding: 15px 0px !important;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: unset;
}

.radioOptions {
  margin: 0px 15px 15px 0px;
}

.form-wrapper h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 30px;
  color: #333333;
  padding-top: 100px;
}

.form-wrapper label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #161616;
}

.wpcf7-acceptance label{
	font-size: 13px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item {
  margin-right: 1rem;
  margin-left: 0;
}

.form-wrapper .container {
  max-width: 763px !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-control {
  padding: 0.7rem 0.75rem;
}

.wpcf7-form-control.wpcf7-acceptance span {
	margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance span label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.red-star {
  color: #e60000;
}
.textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wohnungen-logo {
  height: 100%;
  width: auto;
  max-height: 57px;
}

.vorteile .text-one {
  max-width: 250px;
}

.vorteile .text-two {
  max-width: 220px;
}

.vorteile .text-three {
  max-width: 270px;
}

.info-th,
.status-th {
  padding: 12px 12px;
  background-color: var(--main-color) !important;
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
}
.status-th {
  text-align: center;
}

.info-box {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 11px;
}

.status-box {
  vertical-align: middle;
}

.status-box.free {
  background: #cde8b7;
}
.status-box.rented {
  background: rgb(202, 114, 109);
}
.status-box.reserved {
  background: #fff59e;
}

.bewerben a {
  padding: 5px 20px;
  border-radius: 2px;
  background-color: var(--main-color);
  color: #fff;
}

footer {
  padding: 65px 0px;
}

.footer-flex {
  display: flex;
}

.footer-flex-img {
  display: flex;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent !important;
}

.mobile-table {
  display: none;
}

.desktop-table {
  display: table;
}
/******COOKIE***********/
.cookie-title {
  font-size: 20px;
  font-weight: bold;
}
.cli-bar-message {
  font-size: 18px;
}
.cookie-link {
  margin-right: 10px;
  font-size: 16px;
}
.cli-plugin-button {
  font-size: 16px !important;
}
.cli-tab-container h4 {
  font-size: 22px;
}
.cli-privacy-content-text {
  font-size: 15px;
}
.cli-privacy-readmore {
  font-size: 14px !important;
}
/**********************/

@media screen and (min-width: 400px) {	
	.wpcf7-acceptance label{
		font-size: 14px;
	}
}

@media only screen and (min-width: 992px) {
	.text-second {
	  	padding-top: 50px;
		flex-direction: row-reverse;
	}
	
	#gewerbeModal {
		font-size: 20px;
		line-height: 150%;
	}
}

@media only screen and (max-width: 992px) {
	.text-second {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 1000px) {
/* 	.projekte-text {
	  margin-top: 0.5rem;
	} */
  .text-first {
    padding-top: 50px;
  }

  .text-second {
    padding-top: 0px;
  }

  .text-third {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .text-first h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 63px;
    color: #3a3a3a;
  }
	
	
h1{
	font-size: 32px !important;
}
	
  .background-photo img {
    max-width: 100% !important;
  }

  .background-photo .a-div {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 10%;
    top: 20px;
    background: var(--main-color);
    transform: rotate(20.84deg);
    border-radius: 50%;
  }

  .a-div p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 28px;
    left: 2px;
    max-width: 95px;
  }

  .container .text-first,
  .container .text-third {
    flex-direction: column-reverse;
  }

  .container .col-md-3 {
    width: 100% !important;
  }

  .text-first .text {
    width: 100% !important;
  }

  .text-first p {
    max-width: 100%;
  }

  .text-second .text {
    width: 100%;
  }

  .text-second .col-md-4 {
    width: 100% !important;
  }

  .text-second h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 63px;
    color: #3a3a3a;
  }

  .text-second p {
    color: #3a3a3a;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    max-width: 100%;
  }

  .text-third .text {
    width: 100%;
  }

  .text-third h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 63px;
    color: #3a3a3a;
  }

  .angebot-h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 63px;
    color: #3a3a3a;
    margin-left: 15px;
  }

  .wohnungen {
    width: 100%;
    height: auto;
  }

  .offset-1 {
    margin-left: unset !important;
  }

  .overlayed-photo-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .overlayed-photo-text h1 {
    margin-right: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 63px;
  }

  .mainOverlayPhoto {
    /*  max-height: 85px;*/
    width: 100%;
  }

  .overlayed-photo {
    /*   max-height: 85px;*/
    width: 100%;
  }

	.div-with-overlay .content-wrapper {
	  padding: 70px 0;
	}

	.div-with-overlay .content-wrapper .col h1 {
	  font-size: 36px;
		margin: 0;
	}
	
	.div-with-overlay .content-wrapper button a {
	  font-size: 1rem;
	  line-height: 24px;
	}
	
	.overlayed-photo-text button {
    width: 145px;
    height: 50px;
    background: #ffffff;
    border-radius: 60px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    align-items: center;
    text-transform: capitalize;
    border: none;
    color: #3a3a3a;
  }

  .overlayed-photo-text p {
    margin-right: 0px;
    max-width: 630px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
  }

  .vorteile .container {
    padding: 0 0.5rem;
  }

  .vorteile h1 {
    margin-left: unset;
    text-align: start;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 1.5px;
  }

  .vorteile {
    max-width: unset !important;
  }
  .vorteile .text-one-div {
    margin-bottom: 50px;
  }
  .vorteile .text-two-div {
    margin-bottom: 50px;
  }
  .vorteile .text-three-div {
    margin-bottom: 50px;
  }
  .vorteile .text-four-div {
    margin-bottom: 50px;
  }

  .form-wrapper h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 1.5px;
	padding-top: 2rem;
	padding-bottom: 1rem;
  }

  .footer-flex {
    display: unset !important;
  }

  .footer-flex-img {
    display: unset;
  }

  nav {
    width: 100%;
  }

  .navbar-toggler {
    outline: none;
    border: unset !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  nav img {
    height: 50px;
    width: 200px;
  }

  .nav-link {
    text-align: start;
  }

  .plan img {
    max-width: 100%;
    height: auto;
  }

  .form-wrapper .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-logo {
    padding-bottom: 1rem;
	  max-width: 222px;
	  margin: auto;
  }

	.footer-links {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

  .footer-flex-img {
    padding-top: 20px;
  }

  .carousel-item img {
    width: 100% !important;
    max-height: unset !important;
  }

  .gmap_canvas {
    height: 500px !important;
  }

  .mapouter {
    height: 500px !important;
  }
	
	footer {
		padding: 1rem 0.5rem
	}
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .text-first h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #3a3a3a;
  }
  .text-first p {
    color: #3a3a3a;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
  }
  .text-second h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #3a3a3a;
  }
  .text-second p {
    color: #3a3a3a;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
  }
  .text-third h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #3a3a3a;
  }
  .text-third p {
    color: #3a3a3a;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
  }
  .overlayed-photo-text p {
    margin-right: 90px;
    max-width: 630px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
  }

}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .overlayed-photo-text button {
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-radius: 60px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    align-items: center;
    text-transform: capitalize;
    border: none;
    color: #3a3a3a;
    padding: 15px;
  }
  .overlayed-photo-text h1 {
    margin-right: 100px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 63px;
    color: #ffffff;
  }
}
@media (max-width: 400px) {
  .logo {
    width: 250px;
  }

}

@media screen and (max-width: 768px) {
  .mobile-table {
    display: table;
  }

  .desktop-table {
    display: none;
  }

	
	
.svg-arrow{
	display: block;
}



}
