/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}

/* --------- SLIDER--------- */

section#slider {
    padding: 0px;
}

#slider{ 
  max-width:100%; 
  margin:auto; 
  position:relative;
}
#slider .carousel-inner img {
  height: 100%;
  width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#slider .slider-box h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Playfair Display";
    text-align: center;
    padding: 0% 16% 0% 16%;
    line-height: 78px;
}
#slider .slider-box p {
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: left;
}
.slider-box {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
}
#slider .carousel-caption {
  top: 0;
}
#slider .carousel-prev-button {
  position: absolute;
  left: -15%;
  top: 30%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  color: #fff;

}
#slider .carousel-next-button{
  position: absolute;
  right: -15%;
  top: 30%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
#slider .carousel-item-next,
#slider .carousel-item-prev,
#slider .carousel-item.active {
    display: block !important;
  }
#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}

/* --------------- Top Categories------------- */

section#category {
    padding: 0px;
}

#category .heading h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #a8a8a8;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}
#category .heading h4 {
  font-size: 30px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}
#category .owl-carousel {
  margin-top: 50px;
  margin-left: 0px;
}
#category .category-content {
  position: absolute;
  top: 65%;
  background: #fff;
  padding: 20px;
  text-align: center;
  right: 7%;
  left: 7%;
  box-shadow: 0px 0px 10px 0px rgb(225 225 225);
}
.category-image {
  padding-bottom: 12%;
}
#category .category-content h4 {
  font-size: 20px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}
#category  .category-content a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #dab768;
  font-weight: 400;
  font-family: "Open Sans";
}

/* ------------- Activities ------------ */

.activity-bg {
  background: #f9f9f9;
}
.activity-content {
  padding: 0 50px;
  text-align: right;
}
.activity-content h3 {
  font-size: 15px;
  letter-spacing: 2px;
  color: #a8a8a8;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: right;
}
.activity-content h4 {
  font-size: 36px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: right;
  margin-bottom:20px;
}
.activity-content p {
  font-size: 18px;
  line-height: 35px;
  color: #4c4c4c;
  font-weight: 400;
  font-family: "Open Sans";
  text-align: right;
  max-width:460px;
}
.activity-content a {
  font-size: 15px;
  line-height: 74px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
  border: 1px solid #dab768;
  padding: 10px;
}
#activity .owl-nav button {
  border-radius: 50%;
  background: #fff;
  outline: none;
  height: 45px;
  width: 45px;
  padding: 10px;
  box-shadow: 0 0 1px 2px #fff;
}
#activity .owl-nav button i {
  color: #dab768;
}

/* -------------- how-it-work -------------- */

section#how-it-work {
    padding: 0px;
    margin-top: -5%;
}

.how-it-work-content {
  position: absolute;
  top: 50%;
  background: #fff;
  max-width: 470px;
  margin: 0 auto;
  left: 40px;
  padding: 20px;
}
.how-it-work-content h4 {
  font-size: 16px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
}
.how-it-work-content p {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  font-family: "Open Sans";
}
.how-it-work-content a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
}
.how-it-work-content span.small {
  position: absolute;
  top: -21px;
  background: #dab768;
  padding: 7px 25px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans";
}
.how-it-work-content span.date {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "Open Sans";
}
.how-it-work-image {
  padding-bottom: 50px;
}

/* ------------ Testimonial ---------- */

.testimonial-content {
  position: absolute;
  top: 50%;
  background: #fff;
  max-width: 470px;
  margin: 0 auto;
  left: 40px;
  padding: 20px;
}
.testimonial-image {
  padding-bottom: 50px;
}
.testimonial-content h4 {
  font-size: 16px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
}
.testimonial-content p {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  font-family: "Open Sans";
}
.testimonial-content a {
  font-size: 16px;
  letter-spacing: 2px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
}
.testimonial-content span.small {
  position: absolute;
  top: -21px;
  background: #dab768;
  padding: 7px 25px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans";
}
.testimonial-content span.date{
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "Open Sans";
}

/* ------------ Latest News ---------- */

.latest-news-head h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #a8a8a8;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}
.latest-news-head h4 {
  font-size: 30px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}
.news-content{
  text-align: center;
  padding-bottom: 90px;
}
.news-data {
  position: absolute;
  bottom: -8px;
  background: #fff;
  left: 77px;
  padding: 15px;
}
.latest-title a {
  font-size: 16px;
  line-height: 21px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: left;
}
h5.latest-title {
  text-align: left;
}
h6.latest-meta {
  font-size: 12px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 18px;
}
.owl-carousel .owl-item .news-data> img {
  width: 50px !important;
  border-radius: 50%;
  float: left;
}
.news-data span{
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "Open Sans";
}
.news-data p{
  text-align: left;
}

/* ------------ Popular ---------- */

.popular-head h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #a8a8a8;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}
.popular-head h4 {
  font-size: 30px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}
.popular-content{
  text-align: center;
  padding-bottom: 90px;
}
.popular-data {
  position: absolute;
  bottom: -8px;
  background: #fff;
  left: 77px;
  padding: 15px;
}
.popular-data .date{
  text-align: left;
}
.popular-data h5 a {
  font-size: 16px;
  line-height: 21px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
}
.popular-data h5 {
  text-align: left;
}
h6.popular-meta {
  font-size: 12px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 18px;
}
.owl-carousel .owl-item .popular-data> img {
  width: 50px !important;
  border-radius: 50%;
  float: left;
}
.popular-data span{
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "Open Sans";
}

/* ------------ Featured ---------- */

.featured_head {
  background: #dab768;
}
.featured_head h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}
.featured_head h4 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}

.featured_icon1 {
  background: #f9f9f9;
  padding: 51px;
  text-align: center;
}
.featured_icon2{
  background: #efefef;
  padding: 51px;
  text-align: center;
}
.featured_icon i{
  color: #bbacac;
  font-size: 20px;
  cursor: pointer;
}
.featured_content {
  background: #fff;
  padding: 47px 35px;
}
.featured_content span.date {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: "Open Sans";
}
.featured_content h5 {
  font-size: 16px;
  line-height: 25px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
}
.featured_content a {
  font-size: 15px;
  letter-spacing: 2px;
  color: #dab768;
  font-weight: 600;
  font-family: "Open Sans";
}
#featured .video-content {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
#featured .video-content i {
  width: 47px;
  height: 47px;
  color: #fff;
  padding: 11px 15px;
  font-size: 15px;
  cursor: pointer;
  border: 4px solid #fff;
  border-radius: 50%;
}

/* ----------- Newsletter --------------- */

.newsletter_image {
  position: relative;
}
#newsletter .newsletter_content {
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.newsletter_content h5 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Playfair Display";
  padding-left: 21px;
  padding-top: 20px;
}
.newsletter_content h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
  background: #373737;
  position: absolute;
  right: 0;
  width: 99px;
  height: 58px;
  padding-top: 18px;
  top: 4px;
}
.newsletter_image img {
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
}
.newsletter_shortcode {
  border: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 10px;
}
#newsletter .newsletter_shortcode h3
{
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}

#newsletter .newsletter_shortcode p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans";
  text-align: center;
  max-width: 400px;
  margin: 10px auto;
}

#newsletter .newsletter_shortcode input[type="email"]
{
  max-width: 60%;
  background-color: #fff;
  border:none;
}
#newsletter .newsletter_shortcode input[type="email"]::placeholder
{
  font-size: 16px;
  line-height: 18px;
  color: #858585;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
}
#newsletter .newsletter_shortcode input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 400;
  background: #373737;
  text-transform: none;
}

/* ------------ Instagram ---------- */

#instagram .instagram-head h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #a8a8a8;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}
#instagram .instagram-head h4 {
  font-size: 30px;
  color: #131313;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: center;
}
.box a:before{
  content: '';
  background-color: #fff;
  transform-origin: top left;
  transform: scale(0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}
.box a:hover:before{
  opacity: 1;
  transform: scale(1);
  left: 15px;
  top: 15px;
}
.box a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #000;
  transition: all 0.3s ease 0.1s;
  right: 50%;
  z-index: 9999;
}
.box a:hover:after { 
  opacity: 2; 
}