
@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins.otf");
}


@font-face {
    font-family: 'Brand Font';
    src: url("fonts/Aachen-std-medium.otf");
}



body {
    overflow-x: hidden;
    font-family: "Poppins"!important;
}

p {
    line-height: 1.75;
}

a {
    color: #5ED0D1;
}

a:hover {
    color: #4e9697;
}

.text-primary {
    color: #5ED0D1!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Poppins"!important;
}

.nav-link {
    font-family: "Poppins"!important;
}

.logo-navbar {
    left:0;
}

#house-pills > .text-tooltip {
    font-size:12px!important;
    font-family: 'Poppins'!important;
}

p {
    line-height: 1.6;
    margin-top: 0rem;
    margin-bottom:1rem;
    font-family: 'Poppins'!important;
}



@keyframes animatedBackground {
    from {
      background-size: 130vw auto;
    }
    to {
      background-size: 100vw auto ;
    }
}

@media (max-width: 1300px) {
    
    @keyframes animatedBackground {
        from {
        background-size: auto 130vh;
        }
        to {
        background-size: auto 100vh;
        }
    }

}

.animatedZoom {
    animation: animatedBackground 7s linear;
    background-color: #5ED0D1;
}

.intro-text {
    background-repeat:no-repeat;
    background-position: center;
    background-size: 250px;
    align-items: center;
}

.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

.masthead .intro-text .intro-lead-in {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Poppins'!important;
    font-style: normal!important;
}

.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    text-align: center!important;
    font-family: "Brand Font"!important;
}

.masthead .intro-handwritten {
    font-size:36px;
    font-weight: 100;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Brand Font'!important;
    padding-right:70px;
    float: right;
}


@media (min-width: 768px) {
    .masthead  .intro-handwritten {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
    }

}

.service-box {
    height: 200px;
    display: flex;
    flex-direction: column;
    border: solid #5ED0D1;
    justify-content: center;
}

.link-container {
    width: 550px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


@media (max-width: 768px) {
    .service-box {
       width: 90vw!important; 
       align-self:center;
    }

    .heading-service {
        font-size: 28px!important;
    }

    .link-container {
        width:90vw!important;
    }

}

.service-box.even {
    align-items: flex-start;
    border-width: 0 0 0 2px; 
}

.service-box.odd {
    align-items: flex-end;
    border-width: 0 2px 0 0; 
    margin-top: 50px;
    margin-bottom: 50px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.heading-service {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
}



.page-section {
    width: 100vw;
    padding: 100px 0;

}

.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Poppins";
}

.contact-btn {
    margin: 10px;
}

.masthead {
    background-image: url("../img/jpg/header-bg.jpg")!important;
    height: 100vh;
    width: 100vw!important;
    animation: animatedBackground 7s linear;
    background-color: #5ED0D1;
}

#logo {
    
    width: auto;
    height: 250px;
    
    padding: 0;
}


@media (max-width: 768px) {
    #logo {
        position: absolute;
        top:50vh;

    }
}


@media (max-width: 768px) {
    .text-tooltip {
        display:none;
    }
}


.filter.filter-color-black:before {
    background: #333;
}

.filter {
    position: relative;
    height: 100%;
    color: #FFFFFF;
  }

.filter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    content: "";
    opacity: .5;
    background: #333;
}

.parallax{
    width:100%;
    height:570px;
    display: block;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.parallax .parallax-image{
    width: 100%;
    height:570px;
    overflow: hidden;
    position: absolute;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

.separator {
    color: #5ED0D1;
    margin: 0 auto 20px;
    max-width: 240px;
    text-align: center;
    position: relative;
  }
  .separator:before, .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid #5ED0D1;
  }
  .separator:before {
    float: left;
  }
  .separator:after {
    float: right;
  }



.location-cards {
    top:-330px;
    position:relative;
    display: flex;
    flex: 1;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}
.location-carousel-heading {
    text-align:center;
    display:absolute;
    top:-450px;
    color:white;
    font-size: 56px;
    font-weight: 300;
    line-height: 75px;
    font-family: 'Brand Font';

}

.facebook-link {
    color:#2f477a!important;
}

.facebook-link:hover {
    color:#2f477a!important;
}

.house-card-box {
    width: 300px;
}


.house-card {
    object-fit: fill;
    height: 460px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}


.house-card:hover {
    object-fit: fill;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.house-card > .header {
    position: relative;
    border-radius: 6px 6px 0px 0px;
    height: 50%;
    z-index: 3;
}

.price-tag {
    position: absolute;
    background-color: white;
    left:50%;
    width: 200px;
    margin-left:-100px; 
    z-index: 3!important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.house-card-img {
    position: relative;
    object-fit: fill;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0px 0px;
    transition: all 0.2s;
}

.house-card .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-top:20px;
    margin-left:5px;
    margin-right:5px;
    font-family: 'Poppins'!important;
    color:black;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s;
}

.house-card:hover .title {
    font-size: 41px;
    font-weight: 800;
    margin-top:20px;
    margin-left:5px;
    margin-right:5px;
    font-family: 'Poppins'!important;
    color:black;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s;
}

.house-card .header .actions {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.23) ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s;
}

.btn-outlined {
    color: #5ED0D1!important;
    background-color: transparent!important;
    border-color: #5ED0D1!important;
    border-width: 2px!important;
    border-radius: 50px!important;
}

.btn-outlined:hover {
    color: white!important;
    background-color:#5ED0D1!important;
    border-color: #5ED0D1!important;
    border-width: 2px!important;
    border-radius: 50px!important;
    box-shadow: 1px 1px 1px #999;        
}

.btn-regular {
    color: white;
    border-color: #5ED0D1;
    background-color: #5ED0D1!important;
    border-width: 2px!important;
    border-radius: 50px!important;
}

.btn-regular:hover {
    color: white;
    background-color:#5ED0D1!important;
    border-color: #5ED0D1;
    border-width: 2px!important;
    border-radius: 50px!important;
	box-shadow: 1px 1px 1px #999;    
}

.house-card .content {
    font-family: "Poppins"!important;
    transition: all 0.2s;

}

.house-card:hover .content {
    font-family: "Poppins"!important;
    font-size:103%;
    transition: all 0.2s;
}
.house-card .header .actions {
  background-color: transparent;
  z-index: 3;
}
.house-card .header .actions .btn {
  position: relative;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.house-card:hover img {
    position: relative;
    border-radius: 6px 6px 0px 0px;
    filter: brightness(0.4);
    transition: all 0.2s;
}




.house-card:hover .header .actions {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.2s;
}


.btn-primary {
    background-color: #5ED0D1!important;
    border-color: #5ED0D1!important;
    border-radius: 100!important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #4e9697 !important;
    border-color: #5ED0D1 !important;
    color: white;
}

.house-page-container {
    background-image : url('../img/jpg/carousel_1.jpg');
    width:100vw;
    height: 100vh;
    background-size:cover;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
}


.house-page-container-vinales {
    background-image : url('../img/jpg/carouselv_2.jpg');
    width:100vw;
    height: 100vh;
    background-size:cover;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
}

.inner-house-container {
    background-color: #ffffff;
    width:90vw;
    height:90vh;
    margin:auto;
    border-radius: 20px;
    padding:15px;

}

.scrollable-container {
    width:89vw;
    height:80vh;
}




.nav-pills > li > a.active {
    background-color: transparent!important;
}



.nav-pills > li > a.active > div {
    background-color: #5ED0D1!important;
}

.nav-pills > li > a {
    width:fit-content!important;
    display: inline-flex;
}


.nav-pills > li > a > div {
    border-radius: 50px!important;
    border-color: #5ED0D1;
    padding-bottom: 0!important;
    padding:5px 10px 5px 10px!important;
    font-family: 'Poppins'!important;
    font-weight: 500;
}

.nav-pills{
    flex-direction: row-reverse;
}

@media (max-width: 768px) {

    .nav-pills {
        justify-content: center;
    
    }

    .nav-pills > li > a {
        padding-left: 3px!important;
        padding-right: 3px!important;
    }
}


#locations * {
    z-index: 2;
}

.arrows-container {
    display:inline-block;
}

.chevron {
    color:#5ED0D1;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #ffffff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
    opacity: 1;

}
33% {
    opacity: 1;
    transform: translateY(30px);
}
67% {
    opacity: 1;
    transform: translateY(40px);
}
100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}


@keyframes pulse {
    to {
        opacity: 1;
    }
}


.panel-group {
    background: trans none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 10px;
}
.house-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.house-accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
    width: fit-content;
}
.house-accordion .panel-title a {
    background: #5ED0D1 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}


.house-accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
.house-accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #5ED0D1 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}




.house-accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
.house-accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 0px 0px 10px 9px;
    position: relative;
}
.house-accordion .panel-body .margined {
    border-left: 1px dashed #8c8c8c;
    padding-left: 20px;
}


.house-name {
    position: absolute;
    left:7vw;
    top:1.5vh;
    font-family: 'Brand Font'!important;
    font-size: 36px!important;
    background-color:#5ED0D1;
    padding-left: 10px;
    padding-right:10px;
    border-radius: 50px;
    font-weight: 500;
    z-index: 3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
}


@media (max-width: 768px) {
    .house-name {
        font-size:2.1rem;
        
        align-self: center;
    }
}

.ammenities-text {
    color: #6c757d !important;
    text-align: center;
    padding: 10px;
}

.ammenities-container {
    padding-top:10px;
}

.house-thumbnail {
    width:auto;
    height:112px;
    margin-left: 30px;
    margin-right: 30px;
}




@media (max-width: 768px) {
    .notes div {
        margin: 40px!important;
    }
    
}
.services-row .col-md-4 {
    padding: 20px!important;
}

blockquote {
    margin: 5px;
}

.note-heading {
    font-size:16px;
    font-weight:400;
    color:#484848 !important;
}

.note-text{
    font-size:14px;
    font-weight:400;
    color:#484848 !important;
}

.tab-container {
    margin-left: 30px;
    margin-right: 30px;
    align-self: center;
    height: 100%!important;
}

.tab-pane {
}

.tab-pane > div {
    justify-content: space-between!important;
}

.tab-content {
    height: 100%!important;
}

.gmap_canvas {
    border-radius: 20px;
    
}


.housePicturesContainer .row {
    padding: 0!important;
    border-radius: 20px;
}

.housePicturesContainer .row .col-md-6 {
    padding: 0!important;
}

.housePicturesContainer .row .col-md-6 {
    padding: 0!important;
}

.housePicturesContainer .row .col-md-6 img {
    object-fit: cover;
}

.housePicturesContainer .row img {
    object-fit: cover;
}

.housePicturesContainer .row .col-md-12 {
    padding: 0!important;
    object-fit: cover;
}

.housePicturesContainer img {
    height: 100%;
    width: 100%;
}

.round-left {
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
    padding-right: 25px!important;
}

@media (max-width: 768px) {
    .housePicturesContainer {
        display:none;
    }
}

.picture-carousel .carousel-inner .carousel-item {
    height: 30vh!important;
    object-fit: cover;
}

.picture-carousel .carousel-inner .carousel-item img {
    object-fit: cover!important;
    height: 30vh;
}

@media (min-width: 768px) {
    .picture-carousel {
        display:none;
    }    
}

.service-img {
    width: 30vh;
    flex-shrink: 0;
    height: 30vh;
    box-shadow: 4px 13px 30px 1px #6c757d ;
    border-radius: 20px;
    object-fit: cover;
    border-color: #4e9697;
    margin: 10px;
    vertical-align: middle;
}

.service-card {
    border-color: transparent!important;
}

@media (min-width: 768px) {
    .service-card {
        width: 60vw;
    }
}

.service-picture-container-start {
    justify-content: start;
}

.service-picture-container-end {
    justify-content: end;
}

@media (max-width: 768px) {
    .service-img {
        width: 50vw!important;
        height: 50vw!important;
        float:center; 
    }

    .service-picture-container-start {
        justify-content: center;
    }

    .service-picture-container-end {
        justify-content: center;
    }
}



.map--container {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%; /* desired aspect ratio */
	position: relative;
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
    width: 100%;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .location-picture-container > .row > .col-md-4 > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding:1px;
    }
}

@media (max-width: 768px) {
    .location-picture-container > .row > .col-md-4 > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#locationPictureCarousel .carousel-inner .carousel-item {
    height: 30vh!important;
    object-fit: cover;
}

#locationPictureCarousel .carousel-inner .carousel-item img {
    object-fit: cover!important;
    height: 30vh;
    border-radius: 20px;
}


.btn-fb {
    background-color: #2f477a!important;
    border-color: #2f477a!important;
    border-radius: 100!important;
    color: white;
}

.btn-fb:hover {
    background-color: #3b5999 !important;
    border-color: #3b5999 !important;
    color: white;
}

.btn-insta {
    background-color: #5B51D8!important;
    border-color: #5B51D8!important;
    border-radius: 100!important;
    color: white;
}

.btn-insta:hover {
    background-color: #833AB4 !important;
    border-color: #833AB4 !important;
    color: white;
}

.btn-email {
    background-color: #D44638 !important;
    border-color: #D44638!important;
    border-radius: 100!important;
    color: white;
}

.btn-email:hover {
    background-color:#B23121 !important;
    border-color: #B23121 !important;
    color: white;
}

.btn-whatsapp {
    background-color: #25D366!important;
    border-color: #25D366!important;
    border-radius: 100!important;
    color: white;
}


.btn-whatsapp:hover {
    background-color: #075E54 !important;
    border-color: #075E54 !important;
    color: white;
}
.experience-heading {
    font-size:36px;
    font-weight: 100;
    line-height: 40px;
    margin:50px!important;
    font-family: 'Brand Font'!important;
    float: right;
    text-align: center;
    color:white;

}


.experience-container {
    width:100vw;
    height: fit-content;
    background-size:cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}


.inner-experience-container {
    background-color: #ffffff;
    width:90vw;
    margin:auto;
    border-radius: 20px;
    padding:30px;
}

.experience-subheading {
    font-size:24px;
    font-weight: 100;
    line-height: 40px;
    font-family: 'Poppins'!important;
    float: right;
    text-align: center;
    color:black;
}

.experience-text-container {
    border: solid #333;
    border-width: 0 0  0 2px;

}

.experience-list-item {
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.experience-img-row {
    padding: 30px;
}

