.detail-banner {
	overflow: hidden;
}
html {
  overflow-x: hidden;
}
.property-detail-section {
    padding: 60px 0;
  }
  .property-header {
    margin-bottom: 30px;
  } 
  .property-title {
    font-size: 48px;
    font-weight: 500;
    font-family: 'ITC Avant Garde Pro Md';
    max-width: 570px;
    text-align: left;
    line-height: 65px;
}
.detail-image img {
  width: 100%;
  height: auto;
}
  .property-location {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
  }
  a.price-button {
    color: #fff;
    background-color: #4394D0;
    text-decoration: unset;
    font-size: 44.53px;
    padding: 10px 40px 3px;
    border-radius: 50px;
    font-family: 'ITC Avant Garde Pro Md';
    line-height: unset;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
}
.property-price-wrap {
  text-align: left;
  margin-top: 20px;
}
.property-info{
    padding-top: 120px;
}
  .property-buttons {
    margin-bottom: 20px;
  }  
  .property-buttons .btn-primary {
    background-color: #32a4ff;
    border-color: #32a4ff;
    color: #fff;
  }
  .team-scroll-down.parameter img {
    width: 25px;
}
  a.btn.custom-dropdown:after {
    content: '';
    background-image: url(../images/drop-down-icon.svg);
    position: absolute;
    top: 22px;
    left: auto;
    right: 30px;
    z-index: 9;
    width: 20px;
    height: 20px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: contain;
}
  .property-buttons .btn-outline-primary {
    border: 2px solid #32a4ff;
    color: #32a4ff;
    background: white;
  }
  body.Nemovitosti{
    overflow-x: hidden;
  }
  .property-price {
    background-color: #32a4ff;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
  }
  .contact-item.email {
    padding-left: 0;
    padding-right: 100px;
}
  /* Description */
  .property-description p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
    text-align: justify;
  }
  
  /* Video */
  .property-video {
    margin: 40px 0;
  }
  
  .property-video .video-fluid {
    max-width: 1066px;
    height: auto;
    width: 100%;
}
  
  /* Parameters */
  .para-title h5 {
    margin-top: 100px;
    margin-bottom: 60px;
}
.parameter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 20px 75px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
}
.parameter-row:nth-child(even) {
    background-color: #4394D0;
  }
  .parameter-row:nth-child(even) .parameter-label {
    color: #fff;
  }
  .parameter-row:nth-child(even) .parameter-value{
    color: #fff;
    font-size: 27px;
  }
.parameter-label {
    color: #000;
    font-size: 27px;
    font-family: 'ITC Avant Garde Pro Md';
}
.parameter-value {
    color: #000;
    font-size: 27px;
    text-align: left;
    min-width: 200px;
    font-family: 'ITC Avant Garde Pro Md';
}
  .property-detail {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.scroll-left {
  position: absolute;
  left: -60px;
  top: 18px;
  transform: rotate(90deg);
}
.scroll-left img {
  width: 15px;
  height: 18px;
  object-fit: cover;
  transform: rotate(270deg);
}
a.btn.custom-dropdown {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid;
  margin: 10px 0;
  border-radius: 50px;
  font-size: 27px;
  font-weight: 500;
  font-family: 'ITC Avant Garde Pro Md';
  padding-left: 30px;
  position: relative;
}
.dropdown.active .custom-dropdown::after {
  transform: rotate(180deg);
  top: 12px;
}
.dropdown-menu {
  display: none;
}
.dropdown.active .dropdown-menu {
  display: block;
  margin-top: 5px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #4394d0;
  width: 100%;
}
.dropdown.active .dropdown-menu li a{
  color: #fff;
  font-size: 18px;
  font-family: 'ITC Avant Garde Pro Md';
}
.dropdown.active .dropdown-menu li a:hover{
  background-color: transparent;
  color: #000;
}
a.btn.custom-dropdown:hover{
    color: #fff;
    background-color: #4394D0;
}
.dropdown{
    width: 100%;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: center;
  position: relative;
}
.contact-item::after {
  content: '';
  position: absolute;
  border-right: 1px solid #000;
  left: auto;
  right: 30px;
  height: 100px;
}
.contact-item.email::after {
  position: unset;
  display: none;
}
.contact-item img{
max-width: 30px;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 942px;
}
.video-thumbnail {
  position: relative;
}
.play-button {
  width: 100%;
  height: auto;

}
.play-button img {
  width: 100%;
  height: auto;
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 0;  
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  transform: translate(0, -50%);
  cursor: pointer;
}
section.Our-Team-section.custom {
  padding-top: 0;
  position: relative;
  margin-top: 50px;
}
section.Our-Team-section.custom .Our-Team-bg-img img {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 73.6%;
  bottom: 0;
  object-fit: cover;
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
}
section.Our-Team-section.custom .Our-Team-text-contant {
  margin-top: 200px;
}
section.Our-Team-section.custom .Our-Team-text-contant h3 {
  margin-bottom: 50px;
}
section.Our-Team-section.custom .Our-Team-text-contant p {
  padding-bottom: 40px;
}
.contact-item a {
  color: #000 !important;
  text-decoration: unset;
  font-size: 26px;
  position: relative;
  font-family: 'ITC Avant Garde Pro Md';
}
.dropdown:focus-within{
    outline: none !important;
}
.property-buttons{
    max-width: 336px;
    width: 100%;
}
.property-description {
  padding-top: 80px;
}
.property-description p {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 70px;
    font-family: 'ITC Avant Garde Pro Md';
    text-align: left;
}
.para-title h5 {
    padding-left: 75px;
    font-size: 27px;
    font-family: 'ITC Avant Garde Pro Md';
}
.Nemovitosti .container:not(.header-main-div .container) {
    max-width: 1066px;
}
.property-parameters .container {
  max-width: 1216px !important;
}
.gallery-section {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 120px;
} 
.gallery-section h2 {
    font-family: 'ITC Avant Garde Pro Md';
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 90px;
    text-align: left;
}
.gallery-grid {
  display: flex;
  max-width: 1216px;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  max-height: 300px;
  object-fit: cover;
}
.gallery-item {
  height: auto;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.contact-info {
  display: flex;
  justify-content: space-around;
  margin-top: 108px;
}

@media screen and (max-width: 1299px){
  .scroll-left {
    left: -40px;
 }
}

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

section.bottom-part .container{
  max-width: 993px !important;
}
section.Our-Team-section.custom .our-Team-image img {
  object-fit: cover;
}
}
@media screen and (max-width: 991px){
  .team-scroll-down.parameter {
    padding-bottom: 50px;
    padding-top: 80px;
}
.property-info {
  padding-top: 60px;
}
.property-description {
  padding-top: 60px;
}
.para-title h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}
.gallery-section {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.Nemovitosti .container:not(.header-main-div .container) {
  max-width: clamp(280px, 85vw, 840px);
}
a.btn.custom-dropdown {
  font-size: 24px;
}
a.btn.custom-dropdown {
  font-size: 17px;
}
.property-title {
  font-size: 25px;
  max-width: 300px;
  line-height: 45px;
}
.scroll-left {
  position: absolute;
  left: 0;
  top: 10px;
}
.property-price-wrap {
  text-align: left;
  margin-top: 20px;
}
a.price-button {
  font-size: 34.53px;
}
a.btn.custom-dropdown:after {
  content: '';
  background-image: url(../images/drop-down-icon.svg);
  position: absolute;
  top: 15px;
  left: auto;
  right: 30px;
  z-index: 9;
  width: 18px;
  height: 18px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: contain;
}
.property-detail {
  gap: 0;
}
.property-buttons {
  max-width: 270px;
  width: 100%;
}
.parameter-value {
  min-width: unset;
}
.parameter-label {
  color: #000;
  font-size: 16px;
  font-family: 'ITC Avant Garde Pro Md';
}
.parameter-row:nth-child(odd) .parameter-value {
  color: #000;
  font-size: 16px;
}
.parameter-row:nth-child(even) .parameter-value {
  font-size: 16px;
}
.contact-item a {
  font-size: 20px;
  padding-right: 40px;
}
section.Our-Team-section.custom .Our-Team-bg-img img {
  height: 100%;
  display: none;
}
section.Our-Team-section.custom .Our-Team-text-contant {
  margin-top: 100px;
}
section.Our-Team-section.custom .our-Team-text-contant-inner {
  padding: 0px 0px;
}
section.Our-Team-section.custom .our-Team-image img {
  position: absolute;
  height: auto;
  bottom: unset;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -105%);
}
section.Our-Team-section.custom .our-Team-image img {
  width: 60vw;
}
section.Our-Team-section.custom .Our-Team-text-contant h3 {
  font-size: 30px;
  text-align: left;
}
section.Our-Team-section.custom p{
  text-align: left;
}
section.Our-Team-section.custom .newsletter-form {
  text-align: left;
  justify-content: left;
}
section.Our-Team-section.custom {
  margin-top: 80%;
}
a.play img {
  max-width: 50px;
}
.dropdown.active .custom-dropdown::after {
  transform: rotate(180deg);
  top: 8px;
}
section.Our-Team-section.custom {
  padding: 30px 0 60px;
  background-color: #3498db;
}

.property-description p {
  font-size: 22px;
}
.property-description p br{
  display: none;
}
.contact-item.email {
  padding-left: 0;
}
.contact-item::after {
  right: 50px;
}
.gallery-section h2 {
  margin-bottom: 50px;
}
.property-detail{
  padding-left: 25px;
}
.video{
margin-left: 15px !important;
margin-right: 20px !important;
}
}
@media screen and (max-width: 767px){
  .contact-item.email {
    padding-left: 60px;
}
.team-scroll-down.parameter a{
  display: block;
}

.contact-item a {
  padding-right: 40px;
}

.contact-item.email {
  padding-left: 0;
  padding-right: 0;
}
section.Our-Team-section.custom .our-Team-image img {
  transform: translate(-50%, -105.5%);
}
}
@media screen and (max-width: 699px){
  .contact-item.email {
    padding-left: 30px;
}
section.Our-Team-section.custom .our-Team-image img {
  transform: translate(-50%, -106%);
}
section.Our-Team-section.custom .Our-Team-text-contant p {
  padding-bottom: 0;
}
section.Our-Team-section.custom .Our-Team-text-contant h3 {
  margin-bottom: 30px;
}
section.Our-Team-section.custom .Our-Team-text-contant {
  margin-top: 40px;
}
}
@media screen and (max-width: 575px){
  .contact-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-item {
  justify-content: flex-start;
}
.contact-item.email {
  padding-left: 0;
}
.contact-item::after{
  display: none;
}
.gallery-item {
  height: 170px;
}
.property-buttons {
  max-width: 100%;
  width: 100%;
}
.property-title {
  max-width: 100%;
}
.property-detail {
  gap: 0;
  flex-wrap: wrap;
}
.Nemovitosti .container:not(.header-main-div .container) {
  max-width: clamp(280px, 95vw, 840px);
}
.scroll-left {
  left: 0;
}
.scroll-left img {
  width: 12px;
  height: 18px;
}
section.Our-Team-section.custom .our-Team-image img {
  transform: translate(-50%, -107%);
}
}
@media screen and (max-width: 414px){
  section.Our-Team-section.custom .our-Team-image img {
    transform: translate(-50%, -109%);
}
}
@media screen and (max-width: 375px){
  section.Our-Team-section.custom .our-Team-image img {
    transform: translate(-50%, -111%);
}
}