.bg1 {
  background: #fffdfa;
  background: linear-gradient(0deg, #fffdfa 0%, #fff8f0 100%);
  background: -moz-linear-gradient(0deg, #fffdfa 0%, #fff8f0 100%);
  background: -webkit-linear-gradient(0deg, #fffdfa 0%, #fff8f0 100%);
  padding: 80px 0;
  position: relative; }
  .bg1 .pos-rel {
    position: relative; }
  .bg1 .imgcap {
    padding-top: 15px;
    font-size: 22px;
    line-height: 30px; }
    .bg1 .imgcap span {
      color: #D2A061; }
  .bg1 .swiper-scrollbar {
    height: 2px;
    margin-top: 80px; }
  .bg1 .swiper-scrollbar-drag {
    background-color: #D2A061; }
  .bg1 .swiper .swiper-button-next, .bg1 .swiper .swiper-button-prev {
    top: 30%; }
  .bg1 .swiper .swiper-button-next::after, .bg1 .swiper .swiper-button-prev::after {
    display: none; }
  .bg1 .whybtn {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 0;
    width: 100%; }
    .bg1 .whybtn .swiper-button-next::after, .bg1 .whybtn .swiper-button-prev::after {
      display: none; }
    .bg1 .whybtn .swiper-button-next {
      right: 80px; }
      .bg1 .whybtn .swiper-button-next.swiper-button-disabled {
        opacity: 0.4 !important; }
    .bg1 .whybtn .swiper-button-prev {
      left: 110px; }
      .bg1 .whybtn .swiper-button-prev.swiper-button-disabled {
        opacity: 0.4 !important; }
    .bg1 .whybtn .swiper-button-next img, .bg1 .whybtn .swiper-button-prev img {
      width: 50px;
      height: 50px; }
  .bg1 .swiper-button-prev:after, .bg1 .swiper-rtl .swiper-button-next:after {
    content: none; }

.maintit {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #D2A061;
  position: relative; }
  .maintit::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
    margin: auto;
    background-color: #b89241;
    width: 100px;
    height: 1px; }
  .maintit .whywrp {
    width: 90%;
    position: relative; }

.whybg {
  width: 100%;
  margin: 0 auto; }
  .whybg .swiper .swiper-button-next, .whybg .swiper .swiper-button-prev {
    top: 50%; }
  .whybg .swiper .swiper-button-next::after, .whybg .swiper .swiper-button-prev::after {
    display: none; }
  .whybg .swiper .swiper-button-next {
    width: 53px;
    height: 52px;
    right: 0; }
  .whybg .swiper .swiper-button-prev {
    width: 53px;
    height: 52px;
    left: 0; }

.whydella {
  padding-bottom: 60px; }

.clients {
  padding: 120px 0 0 0; }
  .clients .maintit {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #D2A061; }
  .clients .swiper {
    margin-top: 40px; }
    .clients .swiper .swiper-slide {
      padding: 20px; }

.venue-about {
  padding: 50px 0;
  background-color: #fff; }
  .venue-about .sectionTitle {
    margin-bottom: 50px;
    color: #D2A061;
    font-size: 30px;
    line-height: 36px; }
  .venue-about .aboutbx {
    padding: 0 45px;
    border-left: 1px solid #8e8e8e; }
    .venue-about .aboutbx p {
      font-size: 16px !important;
      line-height: 24px;
      margin-bottom: 0; }

.decorators {
  padding-bottom: 80px; }
  .decorators .decoratorsbx {
    padding: 0 0 0 0; }
    .decorators .decoratorsbx .decorbxleft {
      background-color: #000;
      padding: 80px 40px;
      position: relative; }
      .decorators .decoratorsbx .decorbxleft .titd {
        color: #D2A061;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
        position: relative; }
        .decorators .decoratorsbx .decorbxleft .titd::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -9px;
          margin: auto;
          background-color: #b89241;
          width: 60px;
          height: 2px; }
      .decorators .decoratorsbx .decorbxleft::after {
        position: absolute;
        top: 0;
        right: -280px;
        width: 70%;
        height: 100px;
        content: '';
        background-color: #000; }
    .decorators .decoratorsbx .decorbxright {
      margin-top: 50px; }

.bg2 {
  background-color: #000; }

.venuetestiwrp {
  padding: 80px 0;
  position: relative; }
  .venuetestiwrp .venueimg {
    padding: 10px 10px 0 0;
    position: relative; }
    .venuetestiwrp .venueimg .corrpgimg {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0;
      visibility: hidden;
      margin: 10px 10px 0 0;
      background-image: url(https://www.dellaresorts.com/images/plus2.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      transition: 0.3s;
      pointer-events: none; }
    .venuetestiwrp .venueimg:hover .corrpgimg {
      opacity: 0.6;
      visibility: visible;
      transition: 0.5s; }
  .venuetestiwrp .testislide {
    position: relative;
    height: 100%;
    padding: 25px; }
    .venuetestiwrp .testislide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to top, transparent 0%, black 200%); }
    .venuetestiwrp .testislide .botimg {
      position: absolute;
      z-index: 1;
      bottom: 140px;
      right: 50px; }
      .venuetestiwrp .testislide .botimg img {
        width: 70px;
        height: 70px; }
    .venuetestiwrp .testislide .testitxt {
      position: absolute;
      z-index: 1;
      color: #fff;
      top: 30%;
      left: 5%;
      width: 45%; }
      .venuetestiwrp .testislide .testitxt h3 span {
        padding-right: 10px;
        font-size: 52px; }
      .venuetestiwrp .testislide .testitxt p {
        padding: 25px 0; }
    .venuetestiwrp .testislide .topimg {
      position: absolute;
      z-index: 1;
      top: -10px;
      left: 0; }
      .venuetestiwrp .testislide .topimg img {
        width: 70px;
        height: 70px; }
  .venuetestiwrp .swiper-slide h4 {
    font-size: 30px; }
  .venuetestiwrp .testbtn {
    position: absolute;
    bottom: 60px;
    left: 50px; }
    .venuetestiwrp .testbtn .swiper-button-next::after, .venuetestiwrp .testbtn .swiper-button-prev::after {
      display: none; }
    .venuetestiwrp .testbtn .swiper-button-next {
      left: 65px; }
    .venuetestiwrp .testbtn .swiper-button-next.swiper-button-disabled, .venuetestiwrp .testbtn .swiper-button-prev.swiper-button-disabled {
      opacity: 0.2 !important; }

.corpgallery {
  padding: 80px 0 0 0; }
  .corpgallery .swiper {
    padding-left: 14.5%; }
    .corpgallery .swiper .swiper-button-next, .corpgallery .swiper .swiper-button-prev {
      top: 50%; }
    .corpgallery .swiper .swiper-button-next::after, .corpgallery .swiper .swiper-button-prev::after {
      display: none; }
    .corpgallery .swiper .swiper-button-next {
      width: 53px;
      height: 52px;
      right: 0; }
    .corpgallery .swiper .swiper-button-prev {
      width: 53px;
      height: 52px;
      left: 0; }

@media (min-width: 1920px) and (max-width: 2560px) {
  .banner-title {
    left: 16% !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .decoratorsbx .decorbxleft::after {
    right: -260px;
    height: 100%; } }
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
  .venuetestiwrp .testislide .testitxt {
    top: 30%;
    left: 7%;
    width: 55%; }

  .venuetestiwrp .testislide .testitxt h3 span {
    padding-right: 10px; }

  .venuetestiwrp .testislide .testitxt p {
    padding: 0 0;
    font-size: 12px;
    line-height: 24px; }

  .venuetestiwrp .testbtn {
    bottom: 40px;
    left: 40px; }

  .decorators .decoratorsbx .decorbxleft::after {
    background: none; }

  .bg1 .whybtn .swiper-button-prev {
    left: 75px; } }
@media (min-width: 320px) and (max-width: 767px) {
  .decoratorsbx .decorbxright {
    margin-top: 0; }

  .decoratorsbx .decorbxleft {
    padding: 40px; }

  .decoratorsbx {
    padding: 40px 0; }

  .decoratorsbx .decorbxleft .titd {
    line-height: 36px; }

  .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100% !important; }

  .corpgallery .swiper .swiper-button-next img {
    width: 40px; }

  .corpgallery .swiper .swiper-button-prev img {
    width: 40px; }

  .corpgallery .swiper .swiper-button-next {
    right: -15px; }

  .corpgallery .swiper .swiper-button-prev {
    left: -15px; }

  .venuetestiwrp .venueimg a img {
    object-fit: cover;
    height: 185px; }

  .bg1 .whybtn {
    top: 62%; }

  .clients {
    padding: 40px 0 0 0; }

  .bg1 .whybtn .swiper-button-prev {
    left: 140px; }

  .bg1 .whybtn .swiper-button-next {
    right: 140px; }

  .venuetestiwrp .testislide .testitxt {
    position: relative;
    top: 35px;
    left: 0;
    width: 100%; }

  .venuetestiwrp .testislide .topimg img {
    width: 50px;
    height: 50px; }

  .venuetestiwrp .testislide .botimg {
    top: 120px; }

  .venuetestiwrp .testislide .botimg img {
    width: 40px;
    height: 40px; }

  .venuetestiwrp .testislide {
    height: 370px; }

  .venuetestiwrp .testbtn {
    bottom: 40px;
    left: 20px; }

  .decorators .decoratorsbx .decorbxright {
    margin-top: 0; }

  .venue-about {
    padding: 60px 0; }

  .venue-about .aboutbx {
    padding: 0 15px; }

  .venue-about .sectionTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px; }

  .decorators .decoratorsbx .decorbxleft {
    padding: 30px; }

  .decorators {
    padding-bottom: 50px; }

  .bg1 {
    padding: 40px 0; }

  .decorators .decoratorsbx .decorbxleft .titd, .maintit, .clients .maintit {
    font-size: 22px;
    line-height: 32px; }

  .whydella {
    padding-bottom: 30px; }

  .venuetestiwrp .testislide .testitxt h3 span {
    font-size: 45px; }

  .venuetestiwrp {
    padding: 40px 0; }

  .venue-about div.col-md-12 {
    padding: 0; }

  #inner-banner {
    height: 70vh; }

  .venue-about .aboutbx p {
    font-size: 16px !important; } }

/*# sourceMappingURL=corporate.css.map */
