#intro_container {
    height: 100%;
    min-height: 640px;
    position: relative;
    margin: 0;
    padding: 0;
    background-size: cover;
}

#intro_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgb(43 31 82 / 30%);
}

#intro_overlay .row {
	margin: 0;
}

#intro_text p {
    margin-bottom: 0.7rem;
}
#intro_text {
	color: #fff;
	padding-top: 14rem;
    font-size: 1.3rem;
}

#intro_text h1 {
	font-size: 3.5rem;
	margin-bottom: 1.3rem;
}

.search-container {
    display: inline-block;
    margin-top: 2rem;
    background: white;
    padding: 0.5rem;
    border-radius: 10px;
    width: 50%;
}

.service-box a {
    text-decoration: none;
    color: var(--theme-sec-color);
}

.service-box a:hover {
    color: var(--theme-color);
    text-decoration: none;
}



.service-box .image-box {
    width:150px;
    height:150px;
    background-position:center;
    background-size:cover;
    margin:0.5rem auto 1.5rem auto;
}

.service-box {
    color: var(--theme-sec-color);
    transition: 0.3s all;
    padding: 1rem 0;
}



.service-box:hover {
    color: var(--theme-color);
}

#search-input:focus-visible {
    outline: none;
}
#search-input {
    padding: 10px;
    font-size: 1.5rem;
    border: none;
    width: 80%;
}
  
  .search-container button {
    float: left;
    padding: 10px 2rem;
    background: var(--theme-color);
    color: #fff;
    font-size: 1.5rem;
    border-radius: 10px 0 0 10px;
    border: none;
    cursor: pointer;
    transition: .3s all;
    width: 20%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
  
  .search-container button:hover {
    background: var(--theme-sec-color);
  }
  
  @media screen and (max-width: 1024px) {
    .search-container {
        width: 80%;
    }
  }

  .item-describtion-box {
    height: 80px;
    color:var(--theme-sec-color);
  }
  

  .header-underline {
    visibility: visible !important;
    color: var(--theme-sec-color);
	position: relative;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.header-underline:after {
	content: '';
	position: absolute;
	background-color: var(--theme-color);
	width: 40%;
	height: 4px;
	bottom: -20px;
	margin: 0 auto;
    right: 0;
    left: 0;
    transition: all .2s linear;
}

.header-underline:hover:after , .header-underline.active:after{
	width: 80%;
}


.category-box .image-box {
    width:150px;
    height:150px;
    background-position:center;
    background-size:cover;
    margin:0.5rem auto 1.5rem auto;
}

.category-box {
    border-right: 2px solid var(--theme-color);
    color: var(--theme-sec-color);
    transition: 0.3s all;
    padding: 1rem 0;
}



.category-box:hover {
    color: var(--theme-color);
}

.category-box.last-box {
    border: none;
}

#about_us .header-underline {
    color: #fff;
}

#about_us .header-underline::after {
    background-color: #fff;
}


#about_us {
    background: var(--theme-color);
    color: #fff;
    font-size: 1.3rem;
}

#about_us_text {
    width: 75%;
}

.fancy-button {
    padding: 0.8rem 2rem;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s all;
    font-size: 1.5rem;
    font-weight: 600;
}

.fancy-button:hover {
    background: #fff;
    color: var(--theme-color);
}



#top-right-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
}

#top-left-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.5%;
}

#bottom-left-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
}

#bottom-right-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}

.nice_button , .item-details-button {
    border: 2px solid currentColor;
    border-radius: 2rem;
    color: var(--theme-color);
    background-color: transparent;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    overflow: hidden;
    padding: 0.5rem 3rem;
    margin-top: 20px;
    position: relative;
    text-decoration: none;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    display: inline-block;
}

.nice_button::after , .item-details-button::after {
    background-color: var(--theme-color);
    border-radius: 2rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%,0) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -50;
}
.nice_button:hover , .item-details-button:hover {
    border: 2px solid transparent;
    color: #fff;
    transform: scale(1.05);
    will-change: transform;
}

.nice_button:hover::after , .item-details-button:hover::after {
    transform: translate(0,0);
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: var(--theme-color);
}

.item-name {
    display: inline-block;
    width: 80%;
    margin: auto;
    border-radius: 2rem;
    padding: .5rem 2rem;
    margin-bottom: 25px
}

.item-features {
    display: block;
    width: 80%;
    margin: 15px auto;
    text-align: left;
    color: var(--theme-sec-color)
}

.item-features i {
    color: #24b47e;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
}

.item-price {
    display: block;
    color: var(--theme-color);
    margin: 20px auto 5px
}

.item-price .currency {
    font-size: 20px
}

.whatsapp_button , .phone_button {
    bottom: 15px;
    padding: 0.3rem 0.8rem;
    font-weight: 600;
    position: absolute;
    border-radius: 1em;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;

}

.phone_button {
    left: 80px;
    background: #F04C51;
}

.phone_button:hover {
    color:#fff;
    background-color: #d24549;
}

.whatsapp_button {
    background: #25D366;
    left: 15px;
}

.whatsapp_button:hover {
    color:#fff;
    background-color: #2eb15e;
}


/*item view section*/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.swiper-wrapper {
    padding: 1.3rem 0 3.8rem 0;
}
.swiper-pagination-bullet {
    background: var(--theme-color);
}

.features-box {
    height: 115px;
}

.item-card {
    width: 80%;
    margin: 0 auto;
    border-radius: 1em;
    background: #fff;
    display: block;
    text-decoration: none;
    color: var(--theme-color);
}

.image-container {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    background-size: cover;
    border-radius: 1em 1em 0 0;
    background-repeat: no-repeat;
	background-position: center;
}

.item-card .item-title {
    font-weight: 700;
    transition: all, 0.5s;
    color: var(--theme-sec-color);
    text-align: left;
}

.post-description {
    text-align: left;
}

.item-country-label {
    top: 15px;
    right: 15px;
    padding: 0.3rem 0.8rem;
    font-weight: 600;
    position: absolute;
    border-radius: 1em;
    color: #fff;
    text-decoration: none;
    background: var(--theme-color);
}

.item-country-label:hover {
    color:#fff;
}

#services {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancy-button.invert {
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

.fancy-button.invert:hover {
    background:var(--theme-sec-color);
    border: 2px solid var(--theme-sec-color);
    color:#fff;
}

.filters-container {
    border-radius: 1em;
    background: #fff;
    text-align: center;
}

#item_container {
    background: #f3f7f9;
}

.input-text {
    display: inline-block;
    font-size: 1.2rem;
    color: var(--theme-color);
}

.number {
    display: inline-block;
}
.minus, .plus {
    width: 28px;
    height: 28px;
    background: var(--theme-color);
    border-radius: 28px;
    border: 2px solid var(--theme-color);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
}
.plus:hover , .minus:hover {
    color: var(--theme-color);
    background: #fff;
}
.number input{
    height: 34px;
    width: 50px;
    text-align: center;
    font-size: 26px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.number input:focus {
    outline: none;
}

.form-number-group {
    justify-content: space-between;
    display: flex;
}

.details-row {
    width: 100%;
    margin: 0.8rem 0;
    color: var(--theme-color);
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.icon-title {
    font-size: 1.1rem;
}

.icon-title img {
    width: 36px;
    margin-right: 10px;
}

.rooms-number {
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    background: var(--theme-color);
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 26px;
}

.item-details-button {
    width: 80%;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.fancy-title {
    width: 23%;
    text-align: left;
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    background: url('../../images/bottom-border.svg');
    background-position: bottom left;
    background-size: 25% 15px;
    background-repeat: no-repeat;
    color: var(--theme-color);
}

.filter-row {
    line-height: 2.4;
}

.filter-label {
    width: 100px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 2rem;
    padding: 0rem 1em;
    white-space: nowrap;
}

.filter-label i {
    border-right: 10px solid transparent;
    color: #fff;
    font-size: 14px;
}

.country-item-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--theme-color);
    font-size: 1.2rem;
    white-space: nowrap;
    position: relative;
    margin: 0 0.6rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.country-item-link:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

#country_summary .fancy-title { 
    width: 40%;
}
#country_summary .summary_bottom_images { 
    width: 100%;
    background: url('https://jbjestates.com/images/summary_bottom_images.svg');
    background-size: auto 100%;
    background-position: center;
    height: 80px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .item-card {
        width: 90%;
    }
	#intro_text {
		padding-top: 10rem;
	}

    #intro_text h1 {
        font-size:2.6rem;
    }

    #intro_text p {
        font-size: 1rem;
    }
}


@media only screen and (max-width: 600px) {
    .search-container {
        width: 85%;
    }
    #search-input {
        width: 70%;
    }

    .search-container button {
        padding: 10px 0.5rem;
        width: 30%;
    }
}


@media only screen and (max-width: 768px) {
    #search-input , .search-container button {
        font-size: 1rem;
    }
    #intro_container {
        margin-top: 70px;
        margin-right: 0;
        margin-left: 0;
    }
    .category-box{
        border: unset;
    }

    #about_us_text {
        width: 95%;
    }
}




@media only screen and (max-width: 425px) {
    #country_summary .fancy-title {
        width: 100%;
    }
	.item-details-button {
		width: 80%;
		white-space: nowrap;
	}
	.nice_button, .item-details-button {
		padding: 0.5rem 1rem;
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 375px) {
	.number input {
		width: 35px;
	}
	.input-text {
		font-size: 1rem;
	}
	.minus, .plus {
		width: 22px;
		height: 22px;
		border-radius: 22px;
		line-height: 19px;
	}
	.filters-container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #country_summary .summary_bottom_images {
            background-size: auto 80% !important;
    }
}
@media only screen and (max-width: 370px) {
    #country_summary .summary_bottom_images {
            display: none;
        }
}