section {
	float: left;
	width: 100%;
}
body {
    font-family: 'DM Sans', sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif!important;
}

section.banner-section-div img {
    width: 100%;
    height: 100%;
}

/* SLIDER SECTION */
.hero-slider {
  height: 102vh;
  width: 100%;
  position: relative;
}
.hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-holder {
  height: 100%;
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
	color:#fff!important;
	background: none!important;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px))!important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px))!important;
    border-radius: var(--swiper-pagination-bullet-border-radius, 0%)!important;
}
.swiper-pagination-bullet-active {
  color: #B89C58!important;
}
.swiper-button-next, 
.swiper-button-prev {
  color: white;
  width: 40px;
  height: 40px;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 20px;
}

/* HERO SECTION */
section.hero-section {
    padding: 200px 80px;
	background-position: bottom;
	height: 700px;
}
.wrap-text-hero {
    width: 50%;
    float: left;
	margin-left: 125px;
}
.wrap-text-hero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
}
.wrap-text-hero a {
    color: #B89C58;
    background: #fff;
    padding: 14px 75px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #B89C58;
	transition: all .5s ease-in-out;
}
.wrap-text-hero a:hover {
	transition: all .5s ease-in-out;
	background: #B89C58;
	color: #fff;
}
.wrap-text-hero p {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
}

/* ABOUT US SECTION */
section.about-us-section.home-sections {
    padding: 100px 80px;
}
.about-us-holder h2 {
    color: #B89C58;
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}
.about-image-sec img {
    float: left;
    width: 85%;
}
.about-text-sec p {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}
.about-us-holder {
    float: left;
    width: 100%;
    position: relative;
}
.about-text-sec {
    float: left;
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 70%;
    background: #fff;
    padding: 40px;
	border: 1px solid #ccc;
}
.about-text-sec a {
    color: #B89C58;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    border: 1px solid #B89C58;
    padding: 22px 135px;
    right: 0;
    top: -70px;
    position: absolute;
	transition: all .5s ease-in-out;
}
.about-text-sec a:hover {
	background: #B89C58;
	color: #fff;
	transition: all .5s ease-in-out;
}

/* BANNER SECTION */
section.banner-section.home-sections {
    padding: 150px 80px 100px 80px;
    text-align: center;
/* 	clip-path: polygon(50% 100%, 100% 70%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 70%); */
/* 	background-color: #E6DBC0; */
}
.banner-holder {
    padding: 0px 20%;
}
.banner-holder h4 {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 20px;
	color: #1D0F07;
}
.banner-holder p {
    font-size: 40px;
    line-height: 40px;
	color: #1D0F07;
}

/* SERVICES SECTION */
section.services-section.home-sections {
    padding: 100px 80px 100px 80px;
	background: #F9F9F9;
}
.services-holder {
    float: left;
    width: 100%;
}
.services-holder h2 {
    text-align: center;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #B89C58;
    font-style: italic;
}
.services-holder-box1, .services-holder-box2, .services-holder-box3, .services-holder-box4 {
    position: relative;
	float: left;
    width: 100%;
}
.services-text-box {
    float: left;
    position: absolute;
    width: 40%;
}
.test-serviecs-box-single {
    background: #fff;
	padding: 40px;
}
.service-button-box {
    background: #111;
    text-align: center;
}
.service-button-box a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    float: left;
    background: #111;
    padding: 15px 0px;
	border-top: 1px solid #111;
}
.test-serviecs-box-single p {
    font-size: 20px;
}
.test-serviecs-box-single h4 {
    font-size: 36px;
	color: #B89C58;
	font-weight: 700;
	margin-top: 0px;
}
.services-holder-box1 img, .services-holder-box3 img {
    float: left;
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
.services-holder-box2 .image-services-box img, .services-holder-box4 .image-services-box img {
    text-align: right;
    float: right;
	width: 100%;
    height: 1000px;
    object-fit: cover;
}
.services-text-box.box-float2, .services-text-box.box-float4 {
    left: 0;
    top: 50%;
    right: 50%;
    transform: translate(0%, -50%);
}
.services-text-box.box-float1, .services-text-box.box-float3 {
    right: 0;    
    top: 50%;
    left: 50%;
    transform: translate(25%, -50%);
}
.services-holder-box2 .image-services-box, .services-holder-box4 .image-services-box {
    width: 80%;
    float: right;
}
.image-services-box {
    width: 80%;
}
.service-button-box a:hover {
    color: #111;
    background: #fff;
    border-top: 1px solid #111;
	transition: all .5s ease-in-out;
}

/* Break SECTION */
.bottom-break-qa {
    position: absolute;
    padding: 90px;
    background: #fff;
    float: left;
    width: 100%;
    bottom: -24px;
}
.break-holder {
    float: left;
    width: 100%;
    position: relative;
}

/* PREMIUM SECTION */
section.premium-section {
    padding: 100px 80px;
}
.premium-holder, .premium-boxes-wrapper {
    float: left;
    width: 100%;
	position: relative;
}
.premium-boxes-wrapper {
    float: left;
    width: 100%;
    display: contents;
}
.premium-text-box {
	float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 35px 35px 35px 50px;
}
.premium-image {
    float: left;
    width: 100%;
}
.premium-boxes-wrapper {
    float: left;
    width: 100%;
    display: -webkit-inline-box;
	overflow: hidden;
}
.premium-boxes-holder {
    float: left;
    width: 50%;
    position: relative;
}
.premium-image img {
    float: left;
    width: 100%;
    padding: 10px;
    height: 800px;
    object-fit: fill;
}
.premium-text-box h4 {
    font-weight: 700;
    font-size: 35px;
    margin: 0px;
}
.premium-text-box p {
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

/* REVIEW SECTION */
section.review-section {
    position: relative;
	padding-right: 80px;
}
.review-holder-boxes h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
	margin-top: 0px;
	margin-bottom: 60px;
}
.review-holder-boxes {
    float: left;
    width: 80%;
    position: relative;
	background: #B3A37C;
	padding: 120px 0px 120px 80px;
}
.form-holder-section {
    float: left;
    width: 30%;
    position: relative;
}
.review-holder {
    float: left;
    width: 100%;
    position: relative;
}
.review-holder-box1, .review-holder-box2, .review-holder-box3 {
    display: flex;
    width: 80%;
}
.review-holder-box2 {
    margin: 40px 0px;
}
.review-image img {
    border-radius: 50%;
    margin-top: 20px;
	width: 100px;
}
.review-content {
    margin-left: 40px;
}
.review-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.review-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

/* CONTACT FORM */
.all-form-holder {
    width: 100%;
    background: #fff;
    padding: 20px;
    float: left;
    position: absolute;
    left: 50%;
    transform: translate(175%, -150%);
}
.form-wrap {
    float: left;
    width: 100%;
}
.form-wrap input,
.form-wrap select{
    font-size: 16px;
    letter-spacing: 0px;
    color: #111;
    font-weight: 600;
	background: #fff;
	width: 100%;
	padding-left: 15px;
}
.form-wrap input::placeholder, .form-wrap select::placeholder, .form-wrap textarea::placeholder, span.wpcf7-form-control-wrap {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #111;
    font-weight: 600;
}
.form-wrap input,
.form-wrap date,
.form-wrap select{
    width: 100%!important;
	color: #000;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding-bottom: 12px;
    padding-top: 10px;
	background: #fff;
}
form.wpcf7-form.init {
    float: left;
    width: 100%;
}
.all-form-holder h2 {
	color: #B89C58;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
.form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #B89C58;
    color: #ffff;
	border-radius: 0px;
	margin-top: 30px;
	border-bottom: none;
	border: 1px solid #B89C58;
	transition: all .5s ease-in-out;
}
.form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #B89C58;
    background: #fff;
	transition: all .5s ease-in-out;
}
.form-wrap label {
	margin-bottom: 15px!important;
}
.wpcf7-form-control-wrap {
    float: left;
    position: relative;
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
	min-width: 95%; 
}
.input-form-holder.input-1-field, .input-form-holder.input-3-field {
    padding-left: 0px;
    padding-right: 7px;
}
.input-form-holder.input-2-field, .input-form-holder.input-4-field {
    padding-left: 7px;
    padding-right: 0px;
}
.input-form-holder.input-1-field, .input-form-holder.input-2-field {
	margin-bottom: 15px;
}

/* MEET SERBIA */
section.meet-serbia {
    padding: 100px 80px 100px 80px;
}
.meet-holder {
    float: left;
    width: 100%;
}
.meet-holder h2, .blog-inner-content h2, section.badges-section.home-sections h2, .premium-holder h2 {
    font-weight: 600;
    font-size: 60px;
    font-style: italic;
	color: #B89C58;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0px;
}
.meet-holder p {
    font-weight: 400;
    font-size: 18px;
    margin: 30px 0px;
    text-align: center;
}

/* Sustainability SECTION */
.inner-text-holder-sustainability {
    float: left;
    padding: 200px 30px 200px 80px;
	background-color: #F5F4F3;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.sustainability-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-text-holder-sustainability h2, .destination-text-wrap h2 {
    font-weight: 600;
    font-size: 60px;
    font-style: italic;
	color: #B89C58;
	text-align: left;
	margin: 0px;
}
.sustainability-image, .sustainability-text {
	padding: 0px!important;
}
.inner-text-holder-sustainability p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
	margin: 40px 0px;
}
.button-sustainability-box {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #1D0F07;
	transition: all .5s ease-in-out;
	border: 1px solid #111;
}
.button-sustainability-box:hover, .blog-box-button:hover {
    background: #fff;
    border: 1px solid #111;
	transition: all .5s ease-in-out;
}
.button-sustainability-box a:hover, .blog-box-button a:hover {
	color: #111;
	transition: all .5s ease-in-out;
}
.button-sustainability-box a {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
    float: left;
	padding: 15px 0px;
}
.sustainability-holder {
    float: left;
    width: 100%;
	display: flex;
}

/* Badges SECTION */
.wwd-holder-boxes {
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
}
.wwd-holder-boxes h4 {
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    color: #B89C58;
    margin-top: 30px;
}
.wwd-holder-boxes p {
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    color: #B89C58;
    margin: 0px;
    line-height: 0px;
}
.wwd-holder-box2 {
    margin-top: 85px;
}
section.badges-section.home-sections {
    padding: 100px 80px;
}
.badges-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    float: left;
    width: 100%;
}
.badges-holder {
    display: flex;
    overflow: hidden;
}
.badges-holder img {
    flex: 0 0 auto;
    height: auto;
    margin: 0 10px;
    transition: all 0.3s ease;
}
.slider-next-badge {
  background: transparent;
  color: #a88b4a;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 35px;
  line-height: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.slider-next-badge:hover {
  background: #f1f1f1;
}

/* Blog SECTION */
section.blog-section.home-sections {
    padding: 100px 80px;
}
.blog-text-fix h3 {
    color: #B89C58;
    font-size: 36px;
    font-weight: 700;
	margin-top: 0px;
}
.blog-text-fix p {
	color: #1D0F07;
    font-size: 20px;
    font-weight: 400;
}
.blog-text-fix {
    float: left;
    width: 100%;
    padding: 20px 25px;
}
.blog-post-image-container img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box-button {
    float: left;
    width: 100%;
    background: #1D0F07;
    text-align: center;
	transition: all .5s ease-in-out;
	border: 1px solid #111;
}
.blog-box-button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
	width: 100%;
    padding: 15px 0px;
    float: left;
	transition: all .5s ease-in-out;
}

/* DESTINATION SECTION */
/* .destination-holder {
    float: left;
    width: 100%;
	height: 900px;
    position: relative;
}
.destination-text-wrap {
    position: absolute;
    bottom: 0;
    float: left;
    width: 45%;
}
.destination-wrap-left {
    position: relative;
}
.destination-text-wrap p {
    font-weight: 400;
    font-size: 20px;
}
.destination-text-wrap {
    position: absolute;
    bottom: 5%;
    float: left;
    width: 50%;
    padding: 50px;
} */


.destiantion-section {
  height: 900px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.destination-holder {
  width: 100%;
}
.destination-wrap-left {
  width: 100%;
}
.destination-text-wrap p {
    font-weight: 400;
    font-size: 20px;
	color: #1D0F07;
}
.destination-text-wrap {
    padding: 50px;
    width: 50%;
    position: relative;
    top: -135px;
}







/* MEDIA */

@media all and (max-width:1550px){
	.hero-slider {
		height: 94vh;
		width: 100%;
		position: relative;
	}
}

@media all and (max-width:1400px){
	.wrap-text-hero h1 {
		font-size: 58px;
	}
	.wrap-text-hero p {
		font-size: 22px;
	}
}

@media all and (max-width:1250px){
	.hero-slider {
		height: 85vh;
	}
	.wrap-text-hero h1 {
		font-size: 55px;
	}
	.wrap-text-hero p {
		font-size: 20px;
	}
}

@media all and (max-width:992px){
	.hero-slider {
        height: 78vh;
    }
	.wrap-text-hero h1 {
        font-size: 51px;
    }
}
@media all and (max-width:768px){
	.wrap-text-hero {
		margin-left: 50px;
	}
	.hero-slider {
        height: 55vh;
    }
	.wrap-text-hero h1 {
        font-size: 46px;
    }
}
@media all and (max-width:650px){
	.hero-slider {
        height: 42vh;
    }
	.wrap-text-hero h1 {
        font-size: 42px;
    }
	.wrap-text-hero p {
        font-size: 18px;
    }
	.wrap-text-hero a {
		padding: 12px 50px;
		font-size: 14px;
	}
}
@media all and (max-width:550px){
	.wrap-text-hero h1 {
        font-size: 38px;
        margin-top: 0px;
    }
	.wrap-text-hero p {
		margin-bottom: 22px;
	}
	.wrap-text-hero {
		width: 82%;
		margin-left: 40px;
	}
}






/* MEDIA */