/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color:rgb(46 44 45);
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 80px;
}

.section-heading {
  margin: 0 auto 30px;
}

@media (max-width: 1050px){
  .section {
    margin-top: 60px;
  }
  .section-heading {
    margin: 30px auto;
  }
}

@media (max-width: 500px){
  .section {
    margin-top: 20px;
  }
}

.section-heading h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h4 {
  color: #e6c711;
  text-shadow: 1px 1px #000000d9;
  letter-spacing: 1px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-heading .title-wellcome{
  color: #e6c711;
  text-shadow: 1px 1px #000000d9;
  letter-spacing: 1px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 500px){
  .section-heading .title-wellcome{
    font-size: 25px;
  }
  .section-heading h4 {
    font-size: 25px;
  }
}

.section-heading .subtitle{
  font-size: 20px;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  color: #0d6efd;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #f35525;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 80px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

/* sticky navbar start */

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
}
/* sticky navbar end */

/* burgher start */

nav.mobile_only{
  display: none;
  background-color: white;
  z-index: 100;
  box-shadow: 0px 5px 5px 0px lightgrey;
}

.mobile_nav-head{
  display: flex;
  justify-content: space-between;
}

nav.mobile_only ul.menu{
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 20px;
}

nav.mobile_only ul.menu li{
  padding: 15px;
  border-bottom: 1px solid #80808026;
}

nav.mobile_only ul.menu a.active{
  color: #e6c711;
  text-shadow: 0 1px 0 #000000ad;
}

nav.mobile_only ul.menu a:hover{
  color: #e6c711;
  text-shadow: 0 1px 0 #000000ad;
}

nav.mobile_only ul.menu li:last-child{
  border: none;
  padding-bottom: 30px;
}

nav.mobile_only .logo img{
  height: 80px;
  width: auto;
}

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span{
  display: block;
  position: absolute;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-light .navbar-toggler{
  border: none;
}

button.navbar-toggler:focus{
  outline: none;
}

.animated-icon1 span {
  background: black;
}

.animated-icon1 span:nth-child(1) {
 top: 0px;
 height: 3px;
 width: 100%;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
  height: 2px;
  width: 80%;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
  height: 3px;
  width: 100%;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* burgher end */

.header-area .main-nav {
  background: transparent;
  display: flex;
  justify-content: space-between;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.header-area .main-nav ul.menu {
  display: flex;    
  /*flex-basis: 100%;*/
  margin-top: 20px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .menu li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .menu li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .menu li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .menu li:hover a {
    color: #e6c711;
    text-shadow: 0 1px 0 #000000ad;
}

.header-area .main-nav .menu li.current_page_item a{
    color: #e6c711;
    text-shadow: 0 1px 0 #000000ad;
}

.mobile_only .menu li.current_page_item a{
    color: #e6c711;
    text-shadow: 0 1px 0 #000000ad;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .menu li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 800px) {
  nav.mobile_only{
    display: block;
  }

  header.header-area{
    display: none;
  }
}

.main-nav img{
  height: 80px;
  width: auto;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 20% 300px 20%;
  margin-top: 0px;
}

.main-banner .item-1 {
  background-image: url(../images/index_img_1.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/index_img_2.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/index_img_3.jpg);
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 72px;
  width: 80%;
  text-shadow: 3px 1px black;
  margin-bottom: 0px;
}

@media (max-width: 500px){
  .main-banner .item {
    padding: 100px 20% 100px 20%;
  }
  .main-banner .item h2 {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 500px){
  .main-banner .owl-nav .owl-prev i {
    left: 20px;
  }
  
  .main-banner .owl-nav .owl-next i {
    right: 20px;
  }
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/


.featured .left-image {
  position: relative;
  text-align: center;
}

.featured .left-image.mobile_only{
  display: none;
  margin: 20px
}

@media (max-width: 800px){
  .featured .left-image.desktop{
    display: none;
  }
  .featured .left-image.mobile_only{
    display: block;
  }
}

.featured .left-image video {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1050px){
  .featured .left-image video {
    width: 300px;
  }
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
  text-align: center;
}

.featured .section-heading h3 {
  width: 70%;
  padding-top: 20px;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .btn-link {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  width: 100%;
  text-align: left;
}

.btn-link:focus, .btn-link:hover{
  text-decoration: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 5px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 10px;
}

.featured .info-table ul li h4 {
  font-size: 18px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}

/* .models_area{
  justify-content: space-evenly;
} */

@media (max-width: 800px){
  .desk_or_mob{
    display: flex;
    justify-content: space-between;
  }
  .featured .info-table {
    margin: 20px;
    width: 300px;
  }
  .featured .info-table ul li {
    padding-bottom: 30px;
  }
}

@media (max-width: 500px){
  .desk_or_mob{
    display: block;
  }
  .featured .info-table {
    text-align: center;
    margin: 20px auto;
  }
}

/* 
---------------------------------------------
Container Model Style
--------------------------------------------- 
*/

.chaus-short-info{
  display: flex;
  margin: 20px auto 30px;
}

.chaus-short-info_img img{
  border-radius: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}

.chaus-short-info_text{
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}

.container_model{
 width: 90%;
 margin: 50px auto;
}

.model-head{
  display: flex;
  margin-bottom: 40px;
}

.model_item-img, .model_item-plan{
  margin: 10px auto;
}

.model_item-img img{
  border-radius: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.model_item-info{
  margin: 0 auto;
  padding-left: 20px;
  font-size: 20px;
  color:black;
}

.model_item-info table{
  margin: 0 auto;
  height: 100%;
}

.model_item-info td:first-child{
  font-weight: 500;
}

.model_item-info td:last-child{
  color: #be3d16;
  font-weight: 500;
  padding-left: 30px;
}

.model_item-plan img{
  transition: all .8s ease;
  &:hover{
    transform: translateX(-50%) scale(1.3);
    z-index: 100;
  }
}

.model_options{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.model_option_item{
  width: 24%;
  min-width: 300px;
  margin: 5px 3px;
}

.model_option-title{
  width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: #e7e7e7;
    color: black;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-primary:hover{
  color: black;
  background-color: white;
  border: none;
}

.btn-primary:not(:disabled):not(.disabled):active{
  color: black;
  background-color: #e7e7e7;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-primary:focus{
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.model_option_item-list{
  padding: 15px;
  box-shadow: 0px 5px 10px lightgrey;
  border-radius: 0 0 15px 15px;
  transition: all 0.5s ease-out;
}

.model_option_item-list li{
  list-style: disc;
  margin-left: 20px;
}

li.category{
  list-style: none;
  font-weight: 700;
  margin-top: 5px;
}

.model-similar{
  text-align:center;
  justify-content: center;
}

.model-similar ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.model-similar_item{
  display: flex;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e7e7e7;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  transition: all .5s ease;
  &:hover{
    background-color: white;
  }
}

.model-similar img{
  width: 150px;
  height: auto;
  margin-right: 10px;
}

.model-similar_item p.name{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color:rgb(46 44 45);
}

.model-similar_item p.info{
  font-size: 15px;
  font-weight: 600;
  color:#be3d16;
}

.model_skita{
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.model_skita-title{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.model-gallery_title{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media(max-width: 1100px){
  .model_item-info{
    font-size: 16px;
  }
  .model_skita{
    width: 80%;
  }
}

@media (max-width: 800px){
  .model_item-plan img{
    &:hover{
      transform:none
    }
  }
  .model_skita{
    width: 90%;
  }
  .chaus-short-info{
    display: block;
  }
}

@media (max-width: 500px){
  .model_item-info{
    font-size: 16px;
    font-weight: 500;
  }
  .model_skita{
    width: 100%;
  }
  .chaus-short-info_text{
    font-size: 16px;
  }
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/index_img_contact_transparent.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
  text-transform: none;
  text-shadow: 2px 1px black;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 40px;
}

.contact-content .contact_cards{
  display:block;
}

.contact-content .contact-card{
  width: 80%;
  margin: 0 auto;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
  margin-bottom: 15px;
}

.contact-content .email {
  margin-right: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 20px;
  vertical-align: middle;
  width: 20%;
  height: auto;
}

.contact-content .item h6 {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 170px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
  cursor: pointer;
}

.contact-content #contact-form button:hover {
  background-color: #ffdc07;
  color:#1e1e1e;
}

.map_adress{
  text-align: center;
  font-weight: 600;
}

@media (max-width: 500px){
  .map_adress{
    font-size: 14px;
  }
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background-color: #1e1e1e;
  min-height: 100px;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

@media (max-width: 500px){
  footer {
    margin-top: 20px;
  }
  footer p {
    font-size: 12px;
    font-weight: 400;
  }
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  word-spacing: 5px
}

@media (max-width: 500px){
  .page-heading {
    padding: 60px 0px;
  }
  .page-heading h3 {
    font-size: 30px;
  }
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item{
  margin-bottom: 30px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
}

.properties h4{
  margin-top: 10px;
}

.properties .main-button{
    margin: 20px auto;
    /* text-align: center; */
}

.properties .main-button a{
  background-color: #e6c711;
  box-shadow: 5px 5px 15px #0000003d;
}

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #f35525;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #f35525;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #f35525;
  color: #fff;
}

/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  /* margin-right: 280px; */
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 350px;
}

@media (max-width: 800px){
  .contact-page .item {
    display: block;
  }
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
  cursor:pointer;
}

.contact-page #contact-form button:hover {
  background-color: #ffdc07;
  color:#1e1e1e;
}

/* 
---------------------------------------------
Livrare Style
--------------------------------------------- 
*/

.tab-content{
  margin-top: 40px;
}

.tab-content .icon-button{
  text-align: end;
}

.tab-content p{
  text-align: justify;
  font-weight: 500;
}

.atentionare{
  color: #be3d16;
}

.best-deal .tabs-content .nav-link {
  font-size: 15px;
  font-weight: 600;
  padding: 0px 10px;
  height: 44px;
  line-height: 44px;

}

.livrare_row{
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 5px 10px 20px 10px;
  border-bottom: 2px solid rgb(227, 221, 221);
  border-radius: 0 0 20px 20px;
}

.livrare_row img{
  border-radius:15px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.livrare_button{
  text-align: center;
}
/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 12px;
    padding: 0px 8px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}