/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
===============================================
    PAGE CSS START
===============================================
*/

h2 {
  font-size: 39px;
  font-family: "Marcellus", sans-serif;
  text-align: center;
}
p {
  font-size: 20px;
  font-family: "Quattrocento", sans-serif;
  text-align: center;
}
p.condition {
  font-style: italic;
  font-size: 18px !important;
}
.enquire {
  position: fixed;
  top: 20em;
  right: -67px;
  z-index: 1;
  transform: rotate(-90deg);
}
.enquire a {
  background-color: #876b33;
  color: #fff;
  padding: 10px 40px;
}

.special_offers h2 {
  color: #141414;
  font-size: 40px;
}

.special_offers .card {
  border: none;
}

.special_offers .card img {
  height: 580px;
  object-fit: cover;
  border-radius: 8px;
}

.special_offers .card .text {
  position: absolute;
  top: 0px;
  text-align: center;
  height: 580px;
  padding: 50px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.special_offers .card .text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.special_offers .card .text hr {
  border-bottom: 3px solid #fff;
  opacity: 1;
  width: 25%;
  margin: 20px auto;
}

.special_offers .card .text p {
  font-size: 18px;
  color: #fff;
}

.offers_tc h4 {
  font-size: 19px;
}

.offers_tc p {
  font-size: 12px;
  line-height: 18px;
  width: 70%;
  margin: 0 auto;
}

/* Banner */
.banner {
  height: 100vh;
  background: url(../images/spice-village.jpg);
  background-size: cover;
  position: relative;
}

.banner h1 {
  color: #fff;
  text-align: center;
  top: 300px;
  font-size: 60px;
  position: relative;
  opacity: 0.7;
}
.banner .logo {
  width: 335px;
  position: absolute;
  top: 9em;
  left: 40%;
}
.banner .logo img {
  display: block;
  margin: auto;
  width: 100%;
}
.banner .logo h6 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "Quattrocento", sans-serif;
  text-align: center;
}
.banner .logo .cgh {
  margin-top: 15px;
}
.banner .thank-you {
  width: 100%;
  position: absolute;
  top: 3em;
}
.banner .thank-you h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-family: "Marcellus", sans-serif;
}
.banner .thank-you a {
  display: block;
  background-color: #876b33;
  color: #fff;
  padding: 10px 40px;
  width: 140px;
  margin: auto;
}

/* Intro */
.intro {
  /* float: left; */
  width: 100%;
  padding: 60px 0px 40px;
}
.intro h2 {
  color: #876b33;
  line-height: 49px;
  margin-bottom: 30px;
}
.intro p {
  color: #212121;
  line-height: 33px;
}

/* Price */
.price {
  /* float: left;  */
  width: 100%;
  padding: 40px 0px;
  background-color: #876b33;
}
.price h2 {
  color: #fff;
  line-height: 33px;
  margin-bottom: 15px;
}
.price .bar {
  border-top: 1px solid #ffffff70;
  width: 60%;
  margin: 15px auto 25px;
}
.price p {
  color: #fff;
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 10px;
}

/* Imager */
.imager {
  float: left;
  width: 100%;
}
.imager img {
  width: inherit;
}

/* Inclusions */
.inclusions {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.inclusions .left h2 {
  color: #876b33;
  line-height: 49px;
}
.inclusions .right ul {
  list-style: none;
  margin: 8px 0px 0px;
  padding: 0;
}
.inclusions .right ul li {
  padding-left: 35px;
  background-image: url(../images/list-arrow.png);
  background-repeat: no-repeat;
  background-position: left top 12px;
  line-height: 38px;
  font-size: 17px;
  font-family: "Quattrocento", sans-serif;
  color: #212121;
  font-weight: 400;
}
.inclusions .right p {
  text-align: left;
  line-height: 38px;
  font-size: 17px;
  font-family: "Quattrocento", sans-serif;
  color: #212121;
  font-style: italic;
}

/* Slider */
.slider {
  width: 100%;
  float: left;
  padding: 50px 0px 85px;
  background-color: #ebe4d5;
}
.slider h2 {
  color: #876b33;
  line-height: 49px;
}
.slider img {
  height: 400px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.slider .owl-carousel .owl-nav button {
  background-color: #5e4a22;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40%;
}
.slider .owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
.slider .owl-carousel .owl-nav .owl-next {
  right: -70px;
}
.slider .owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
  position: relative;
  top: -24px;
}
.slider .owl-carousel .owl-nav .owl-prev span {
  left: -1px;
}
.slider .owl-carousel .owl-nav .owl-next span {
  right: -1px;
}
.slider .owl-carousel .item p {
  background-color: #5e4a22;
  padding: 0px 20px;
  color: #fff;
  border-radius: 0 0 10px 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Contact Us */
.contact {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.contact .form-wrap {
  margin: auto;
}
.contact .form-wrap .error {
  color: red;
}
.contact .form-wrap input {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap textarea {
  border: 1px solid #bebebe;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap select {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  margin-bottom: 1rem;
  color: #848484 !important;
  padding: 0px 15px;
}
.contact .form-wrap .resort {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 20%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #property {
  width: 80%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap .about-us {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 45%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #aboutUs {
  width: 55%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap input[type="submit"] {
  width: 100%;
  background-color: #5e4a22;
  font-size: 17px;
}

.contact .form-wrap input[type="submit"]:hover {
  background-color: #3e3434;
}

/* Terms & Conditions */
.terms {
  width: 100%;
  float: left;
  padding: 80px 0px;
}
.terms .text-wrap {
  margin: auto;
}
.terms .text-wrap h2 {
  text-align: left;
  color: #876b33;
  line-height: 49px;
  margin-bottom: 20px;
}
.terms .text-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.terms .text-wrap ul li {
  padding-left: 35px;
  background-image: url(../images/list-arrow.png);
  background-repeat: no-repeat;
  background-position: left top 12px;
  font-family: "Quattrocento", sans-serif;
  font-size: 17px;
  line-height: 38px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 5px;
}
.terms .text-wrap ul li:last-child {
  margin-bottom: 0px;
}

/* Footer */
.footer {
  float: left;
  width: 100%;
  padding: 40px 0px;
  background-color: #876b33;
  text-align: center;
}
.footer .text-wrap {
  margin: auto;
}
.footer .text-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.footer .text-wrap ul li {
  float: left;
  margin: 0px 10px;
}
.footer .text-wrap .link-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.footer .text-wrap .link-wrap p,
.footer .text-wrap .link-wrap a {
  color: #fff;
  font-size: 16px;
  font-family: "Questrial", sans-serif;
  margin-bottom: 10px;
}
.footer .text-wrap .link-wrap p:last-child {
  margin-bottom: 0px;
}

/* 1 start  */
.footer .card {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  margin: 50px 0;
  padding: 0 70px;
}

.footer .card a {
  color: #876b33;
  text-decoration: none;
  margin-top: 3px;
  font-weight: 600;
}

.footer .social-media a {
  color: #fff;
  text-decoration: none;
  margin-top: 3px;
  font-weight: 600;
}

.footer .social-media p {
  color: #fff;
  font-size: 15px;
  margin-top: 6px;
}

/* 1 end */

/* ======================= 
    Media Queries 
========================== */

@media (min-width: 992px) and (max-width: 1199px) {
  .banner .logo {
    left: 35%;
  }
  .footer .text-wrap {
    max-width: 69%;
  }
  .slider .gallery-item {
    width: 275px;
    height: 220px;
  }
  .slider .gallery-item-2,
  .slider .gallery-item-4 {
    height: 283px;
    width: 425px;
  }
  .slider .gallery-item-3 {
    height: 346px;
    width: 547px;
  }
  .slider .gallery-controls {
    position: absolute;
    top: auto;
    bottom: -40px;
    width: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner .logo {
    left: 29%;
  }
  .intro h2 br {
    display: none;
  }
  .footer .text-wrap {
    max-width: 93%;
  }
  .slider .gallery-item {
    width: 195px;
    height: 140px;
  }
  .slider .gallery-item-2,
  .slider .gallery-item-4 {
    height: 193px;
    width: 345px;
  }
  .slider .gallery-item-3 {
    height: 244px;
    width: 467px;
  }
  .slider .gallery-controls {
    position: absolute;
    top: auto;
    bottom: -40px;
    width: inherit;
  }
  .slider .gallery-item-1 p,
  .slider .gallery-item-5 p {
    font-size: 0;
  }
  .slider .gallery-item-2 p,
  .slider .gallery-item-4 p {
    font-size: 17px;
  }
  .slider .gallery-item-3 p {
    font-size: 23px;
  }
  .contact .form-wrap .about-us {
    width: 50%;
  }
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .main-banner img {
    height: 75vh;
    object-fit: cover;
  }
  .wide100 {
    width: 100% !important;
  }
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }
  p.condition {
    font-size: 10px !important;
    margin-top: 15px;
  }
  .enquire {
    top: 7em;
    right: -63px;
  }
  .enquire a {
    padding: 4px 30px;
  }
  .banner {
    height: 50vh;
    background: url(../images/spice-village.jpg);
    background-size: cover;
    background-position: bottom;
  }
  .banner .logo {
    width: 175px;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding-top: 3em;
  }
  .banner .logo img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .banner .logo h6 {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
  }
  .intro {
    padding: 30px 0px;
  }
  .intro h2 {
    line-height: 39px;
    margin-bottom: 20px;
  }
  .intro h2 br {
    display: none;
  }
  .intro p {
    line-height: 24px;
  }
  .price {
    padding: 30px 0px;
  }
  .price p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .inclusions {
    padding: 30px 0px;
  }
  .inclusions .right {
    width: 90%;
    margin: auto;
  }
  .inclusions .right ul li {
    line-height: 30px;
    font-size: 16px;
    background-position: left top 9px;
  }
  .inclusions .right p {
    line-height: 28px;
    font-size: 14px;
  }

  .contact {
    padding: 30px 0px;
  }
  .contact .form-wrap input {
    font-size: 12px;
    min-height: 40px;
  }
  .contact .form-wrap select {
    font-size: 12px;
    min-height: 35px;
    margin-bottom: 0;
  }
  .contact .form-group {
    margin-bottom: 10px;
  }
  .contact .container {
    padding: 0;
  }
  .contact label {
    font-size: 14px;
  }
  .contact .form-wrap .resort {
    font-size: 14px;
    min-height: 40px;
    padding: 8.5px 0px;
  }
  .contact .form-wrap .about-us {
    font-size: 14px;
    min-height: 40px;
    padding: 9px 0px;
  }
  .contact .form-wrap input[type="submit"] {
    font-size: 15px;
  }
  .footer .text-wrap ul li {
    float: left;
    margin: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .text-wrap ul li:last-child {
    margin-bottom: 0px;
  }
  .footer .text-wrap .link-wrap p,
  .footer .text-wrap .link-wrap a {
    font-size: 14px;
  }
  .special_offers .card img {
    height: 350px;
    margin-bottom: 15px;
  }
  .special_offers h2 {
    font-size: 30px;
  }
  .special_offers h4 {
    font-size: 18px;
  }
  .special_offers .card .text {
    height: 350px;
  }
  .special_offers .card .text h3 {
    color: #fff;
    font-size: 24px;
  }
  .special_offers .card .text p {
    font-size: 14px;
  }
  .special_offers .container {
    padding: 0;
  }
  .offers_tc h4 {
    font-size: 16px;
  }
  .offers_tc p {
    font-size: 11px;
    line-height: 15px;
    width: 95%;
  }
  .slider img {
    height: 250px;
  }
  .slider .owl-carousel .owl-nav .owl-next {
    right: -40px;
    outline: none;
  }
  .slider .owl-carousel .owl-nav .owl-prev {
    left: -40px;
    outline: none;
  }
  .slider .owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
  }
  .slider .owl-carousel .owl-nav button span {
    font-size: 34px;
    top: -14px;
  }
  .owl-dots {
    display: none;
  }

  .special_offers .special_offers_test .card .text{
    height:350px;
    padding: 70px 30px !important;
  }
  .wide100{
    width:100% !important
  }

  /* 1 start */
  .footer {
    padding: 30px 0px 85px !important;
  }

  .footer .card {
    height: 55px;
    margin: 8px auto;
    width: 95%;
    border-radius: 50px;
  }
  .footer .card img {
    position: absolute;
    left: 15px;
  }
  .footer .flogo img {
    /* width: 135px; */
    object-fit: contain;
  }
  .footer .social-media a {
    display: flex;
  }
  .footer .social-media img {
    height: 23px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .footer p{
    color:#fff;
    font-size: 16px;
  }
  /* 1 end  */
  .footer .text-wrap ul {
    margin-top: 20px;
  }
  .footer .text-wrap ul li {
    margin-bottom: 10px;
  }
  .footer ul img {
    height: 30px;
    object-fit: contain;
  }
  .footer .text-wrap .link-wrap {
    margin-top: 20px;
  }
  .card-booknow a {
    font-size: 13px;
  }
  .card-booknow {
    height: 35px;
    padding: 5px 0px;
    width: 120px;
    margin-left: 83px;
    margin-top: 25px;
  }
  .slider .owl-carousel .item p {
    height: 50px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
  .enquire {
    z-index: 10;
  }
  .price p {
    font-size: 15px;
  }
  .inclusions .right ul li {
    line-height: 28px;
    font-size: 14px;
  }
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
  .contact .form-wrap .about-us {
    font-size: 13px;
    min-height: 40px;
    padding: 9px 0px;
    width: 50%;
  }
  .slider {
    padding: 30px 0px 25px;
  }
}

.fix-foot {
  display: none;
}

.foot-fixed {
  position: absolute;
  bottom: 30px;
  right: 20px;
  /* z-index: 99; */
  display: flex;
}
.call_btn {
  background-color: #5e4a22;
  border-radius: 50%;
  height: 50px;
  width: 46px;
  text-align: center;
}
.call_btn:hover {
  color: #fff !important;
  background-color: #3e3434;
  text-decoration: none;
}

.call_btn i {
  font-size: 20px;
  color: #fff;
}

.header-fixed {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 10;
  display: flex;
}

.booknow {
  height: 50px;
  z-index: 10;
  letter-spacing: 1.4px;
  text-decoration: none;
  background: #876b33;
  padding: 13px 0px;
  width: 150px;
  justify-content: center;
  text-align: center;
}

.booknow a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.booknow i {
  position: relative;
  top: -3px;
  right: -5px;
}

.booknow:hover {
  color: #fff !important;
  /*  background-color: #3e3434;*/
  text-decoration: none;
}

.enquiry {
  height: 50px;
  letter-spacing: 1.4px;
  text-decoration: none;
  z-index: 1;
  color: #fff;
  background: #5e4a2205;
  padding: 10px 0px;
  /* border-radius: 50px; */
  width: 150px;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0px;
}

.enquiry.btn:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header-fixed {
    display: none;
  }
  .foot-fixed {
    display: none;
  }
  .fix-foot {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .fix-foot .row {
    background-image: linear-gradient(
      to bottom,
      rgba(59, 59, 59, 0),
      rgb(68, 68, 68)
    );
  }

  .fix-foot .col-6 div {
    background-color: #5e4a22;
    height: 44px;
    /* padding:8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .fix-foot i {
    position: relative;
    top: -3px;
  }

  .fix-foot a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
}

.slider .owl-carousel .owl-nav .owl-prev span {
  left: -1px;
}
.slider .owl-carousel .owl-nav .owl-next span {
  right: -1px;
}
.slider .owl-carousel .owl-stage-outer {
  border-radius: 10px;
}
.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

.main-banner {
  position: relative;
}
.card-booknow {
  height: 50px;
  letter-spacing: 1.4px;
  text-decoration: none;
  z-index: 99999999;
  background: #876b33;
  padding: 13px 0px;
  width: 150px;
  justify-content: center;
  text-align: center;
  margin-left: 75px;
  margin-top: 50px;
}

.card-booknow a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.card-booknow i {
  position: relative;
  top: -3px;
  right: -5px;
}

.card-booknow:hover {
  color: #fff !important;
  /*  background-color: #3e3434;*/
  text-decoration: none;
}

/* Slider  banner*/
.slider-banner {
  width: 100%;
  /* float: left; */
  padding: 0px 0px 60px;
  background-color: #ffffff;
}
.slider-banner h2 {
  color: #000000;
  line-height: 49px;
}
.slider-banner img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
}

.slider-banner .owl-carousel .owl-nav button {
  background-color: #5e4a22;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 40%;
}

.slider-banner .owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
.slider-banner .owl-carousel .owl-nav .owl-next {
  right: -70px;
}
.slider-banner .owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
  position: relative;
  top: -24px;
}
.slider-banner .owl-carousel .owl-nav .owl-prev span {
  left: -1px;
}
.slider-banner .owl-carousel .owl-nav .owl-next span {
  right: -1px;
}

/*-----Exclusive corousel-----*/
.owl-carousel.owl-drag .owl-item {
  position: relative;
}
.slider-banner .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 10px 10px;
  padding: 35px 20px 20px 24px;
}
.slider-banner .item .text p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-family: arial;
  font-size: 20px;
}
.slider-banner .owl-nav {
  display: none !important;
}
/*-----Exclusive corousel-----*/

.slider-banner .owl-carousel .owl-stage-outer {
  border-radius: 0 0 10 10px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

@media (max-width: 480px) {
  .slider-banner .owl-carousel .owl-nav button span {
    font-size: 40px;
    top: -16px;
  }
  .slider-banner .owl-nav {
    display: block !important;
  }
  .slider-banner .item .text {
    top: 16rem !important;
    margin-top: 12px;
    padding: 0px 0px 0px 0px;
  }
  .slider-banner .owl-carousel .item p {
    padding: 0px 10px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .slider-banner .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .slider-banner .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
