* {
    margin: 0;
}

@font-face {
  font-family: 'LeagueSpartan-Bold';
  src: url('../fonts/league/LeagueSpartan-Bold.ttf');
}
@font-face {
    font-family: 'LeagueSpartan-Light';
    src: url('../fonts/league/LeagueSpartan-Light.ttf');
}
@font-face {
    font-family: 'LeagueSpartan-Medium';
    src: url('../fonts/league/LeagueSpartan-Medium.ttf');
}
@font-face {
    font-family: 'LeagueSpartan-Regular';
    src: url('../fonts/league/LeagueSpartan-Regular.ttf');
}
@font-face {
    font-family: 'LeagueSpartan-SemiBold';
    src: url('../fonts/league/LeagueSpartan-SemiBold.ttf');
}
@font-face {
    font-family: 'PlusJakartaSans-Medium';
    src: url('../fonts/plus/PlusJakartaSans-Medium.ttf');
}
@font-face {
    font-family: 'PlusJakartaSans-Regular';
    src: url('../fonts/plus/PlusJakartaSans-Regular.ttf');
}
@font-face {
    font-family: 'PlusJakartaSans-SemiBold';
    src: url('../fonts/plus/PlusJakartaSans-SemiBold.ttf');
}


@font-face {
    font-family: 'SFPRODISPLAYBOLD';
    src: url('../fonts/sfpro/SFPRODISPLAYBOLD.OTF');
  }
  @font-face {
    font-family: 'SFPRODISPLAYMEDIUM';
    src: url('../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF');
  }
  @font-face {
    font-family: 'SFPRODISPLAYREGULAR';
    src: url('../fonts/sfpro/SFPRODISPLAYREGULAR.OTF');
  }


body {
    font-family: 'LeagueSpartan-Regular';
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    padding: 0 5%;
}
.header .logo img {
    width: 300px;
    margin-left: 5%;
    margin-top: 12%;
}
.header .la-logo img {
    width: 175px;
}
.header .la-logo {
  margin-right: 3%;
}

.header .social-icons {
  align-self: center;
}
.header .social-icons ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  margin: 35px;
}
.header .social-icons ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 22px;
}
.header .social-icons ul li {
margin-left: 12px;
margin-right: 12px;
}

@media (max-width: 600px) {
  .header .la-logo img {
    width: 97px;
  }
  .header .logo img {
    width: 155px;
  }
  .header .la-logo {
    margin-right: 11% !important;
  }
  .header .social-icons {
    margin-left: auto;
    margin-right: auto;
    /* display: none; */
  }
  .header .social-icons ul li a {
    font-size: 22px;
  }
  .header .social-icons ul li {
    margin-left: 12px;
  }
}

@media (max-width: 992px) {
  .header .la-logo {
    margin-right: 5%;
  }
}

/********* BANNER */
.banner-section {
    position: relative;
}
.banner-section:after {
    content: '';
    width: 1px;
    height: 360px;
    background: #ffffff7d;
    position: absolute;
    left: 47%;
    margin: auto;
    bottom: -9%;
    z-index: 11;
}

@media (max-width: 600px) {
    .banner-section::after {
        display: none;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .banner-section::after {
        height: 220px;
    }
}

/******** ABOUT *********/
.about-section {
    width: 100%;
    /* height: 100vh; */
    /* background: url('../images/gulfcatch/about-bg.jpg') no-repeat center;
    background-size: cover; */
    position: relative;
}
#container, #water {
    background-image: url("https://lapalmera.kfour.com/images/gulfcatch/about-bg.jpg");
    /* background-position: center bottom; */
    background-size: cover;
}
  
#container {
    position: absolute;
    /* top: calc(50% - 206px);
    left: calc(50% - 275px); */
    height: 100%;
    width: 100%;
}

#container #water {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    height: 100%;
    filter: url("#turbulence");
    overflow: hidden;
}
.abt-main {
    margin-top: -2%;
}
.abt-lft img {
    width: 100%;
}
.abt-lft:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 1px;
    background: #fff;
    width: 103px;
    top: 10%;
}
.abt-lft video {
    width: 100%;
    height: 465px;
    object-fit: cover;
}
.abt-lft .play-icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.abt-lft p {
  position: absolute;
  top: 62%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'LeagueSpartan-Medium';
}
.abt-rgt {
    padding-left: 4%;
}
.abt-rgt .title {
    position: relative;
    margin-top: 15px;
    margin-bottom: 2%;
}
.abt-rgt h4 {
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.94);
    opacity: 0.1;
    font-size: 80px;
    font-family: 'LeagueSpartan-Medium';
    visibility: hidden;
}
.abt-rgt h6 {
    letter-spacing: 0.01em;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'PlusJakartaSans-Medium';
    position: absolute;
    top: 25px;
    left: 0px;
}
.abt-rgt p {
    letter-spacing: 0.03em;
    font-size: 15px;
    line-height: 29px;
    color: #FFFFFF;
    font-family: 'PlusJakartaSans-Regular';
    width: 75%;
}
.abt-main ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 5% auto;
}
.abt-main ul li {
    display: flex;
    justify-content: center;
    width: 25%;
}
.abt-main ul li img {
    height: 50px;
    width: auto;
    margin-right: 12px;
}
.abt-main ul li h5 {
    font-family: 'LeagueSpartan-Medium';
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.abt-main ul li h5 span {
    font-family: 'LeagueSpartan-Light';
    display: block;
}

@media (max-width: 600px) {
    .abt-lft video {
        width: 100%;
        height: 240px;
        margin: auto;
        display: block;
    }
    .abt-main {
        margin-top: -25%;
    }
    .abt-lft::after {
        display: none;
    }
    .abt-rgt h6 {
        left: 0;
        margin: auto;
        display: block;
        right: 0;
        font-size: 16px;
        top: 23px;
    }
    .abt-rgt .title {
        text-align: center;
        margin-bottom: 2%;
    }
    .abt-rgt p {
        width: 100%;
        text-align: center;
        margin: auto;
        font-size: 14px;
    }
    .abt-main ul li h5 {
        font-size: 16px;
    }
    .abt-main ul li img {
        height: 37px;
    }
    .abt-lft .play-icon {
        width: 40px;
        height: 40px;
    }
    .abt-rgt h4 {
        font-size: 61px;
    }
    .abt-main ul {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: unset;
    }
    .abt-main ul li {
        width: auto;
        justify-content: start;
        margin-bottom: 10%;
        margin-top: 10%;
    }
    .abt-lft p {
      top: 66%;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .abt-lft video {
        width: 85%;
        height: 320px;
        margin: auto;
        display: block;
    }
    .abt-main {
        margin-top: -10%;
    }
    .abt-lft::after {
        display: none;
    }
    .abt-rgt h6 {
        left: 0;
        margin: auto;
        display: block;
        right: 0;
    }
    .abt-rgt .title {
        text-align: center;
        margin-bottom: 2%;
    }
    .abt-rgt p {
        width: 85%;
        text-align: justify;
        margin: auto;
    }
    .abt-main ul li h5 {
        font-size: 16px;
    }
    .abt-main ul li img {
        height: 37px;
    }
    .abt-lft p {
      top: 67%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .abt-rgt p {
        width: 95%;
    }
    .abt-lft video {
        height: 455px;
    }
    .abt-main ul {
        width: 98%;
    }
}

/************** MENU GRID */
.menu-grid-lft img {
    width: 100%;
}
.menu-grid-rgt {
    position: relative;
    padding: 5% 5% 0% 6%;
}
.menu-grid-rgt .title {
    position: relative;
    margin-top: 15px;
    margin-bottom: 5%;
}
.menu-grid-rgt.fst-menu h4 {
  color: rgba(28, 25, 25, 0.94);
  opacity: 0.1;
}
.menu-grid-rgt.fst-menu h6 {
  font-size: 33px;
  top: 22%;
  left: 5%;
}
.menu-grid-rgt h4 {
    letter-spacing: 0.03em;
    text-transform: capitalize;
    /* color: rgba(28, 25, 25, 0.94);
    opacity: 0.1; */
    color: #494949;
    font-size: 80px;
    font-family: 'LeagueSpartan-Medium';
}
.menu-grid-rgt h6 {
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-family: 'PlusJakartaSans-Medium';
    position: absolute;
    top: 34px;
    left: 57px;
    margin-bottom: 0;
}
.menu-grid-rgt:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0px;
    height: 15px;
    background: #fff;
    left: 0;
}
.menu-grid-rgt::before {
    content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    background: #000;
    width: 65px;
    top: 20%;
}
.menu-grid-rgt p {
    letter-spacing: 0.03em;
    color: #141212;
    font-size: 15px;
    line-height: 29px;
    width: 90%;
    font-family: 'PlusJakartaSans-Regular';
}
.menu-grid-rgt ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 17px;
letter-spacing: .5px;
margin-bottom: 0;
margin-top: 3%;
/* font-family: 'PlusJakartaSans-Regular'; */
}
.menu-grid-rgt ul li span {
  font-family: 'SFPRODISPLAYBOLD';
  width: 73px;
  display: inline-block;
  font-size: 14px;
}
.menu-grid-rgt ul li .line {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #252525;
  margin: auto 5px;
  position: relative;
  top: 2px;
}
.menu-grid-rgt ul li img {
  height: 12px;
  margin-right: 5px;
  width: auto;
  /* margin-top: 8px; */
}
.fst-menu {
  padding: 1% 5% 3% 6% !important;
}
.menu-grid-rgt.fst-menu::before {
  top: 14%;
}

.sec-menu {
    padding-bottom: 10%;
}
.sec-menu h4 {
  font-size: 40px !important;
  text-transform: unset !important;
  margin-bottom: 0; 
  margin-top: 28px;
}
.menu-grid iframe {
  width: 100% !important;
  height: 100% !important;
}
.view-btn {
    background: linear-gradient(-270deg, #FFF0 19.7%, #fff 89.85%) !important;
    color: #003570 !important;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    font-size: 18px;
    font-family: 'PlusJakartaSans-SemiBold';
    padding: 15px 16px 15px 145px;
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 0;
    text-transform: uppercase;
}
.carousel-fade {
  height: 100%;
}
.carousel-fade .carousel-inner {
  height: 100%;
}
.carousel-fade .carousel-inner img {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
    height: 100%;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    height: 100%;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
   .carousel-fade .carousel-indicators li {
    width: 13px;
    height: 13px;
    cursor: pointer;
    border-radius: 100%;
   }
   /* .menu-grid-rgt.sec-menu::before {
    top: 20%;
   } */
   .menu-grid-lft .youtube {
    width: 100% !important;
    height: 100% !important;
   }
   .youtube .play {opacity: 1 !important;
    background-size: contain !important;
    height: 80px !important;
    width: 80px !important;
  }
  .menu-grid {
    margin-top: -12px;
  }
  .reserve-btn {
    background: #252525;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-family: 'PlusJakartaSans-SemiBold';
    padding: 5px 14px 8px;
    display: inline-block;
    border-radius: 5px;
    line-height: 19px;
    height: 34px;
  }

   @media (max-width: 600px) {
    .menu-grid-rgt {
        padding: 1% 5% 5% 6%;
    }
    .menu-grid-rgt h4 {
        font-size: 38px;
    }
    .sec-menu h4 {
      font-size: 33px !important;
    }
    .menu-grid-rgt::before {
        width: 36px;
        top: 23%;
        display: none;
    }
    .menu-grid-rgt p {
        font-size: 14px;
        line-height: 26px;
    }
    .menu-grid-rgt .title {
        margin-bottom: 1%;
    }
    .menu-grid iframe {
        width: 100%;
        height: 300px !important;
    }
    .menu-grid-rgt.fst-menu h6 {
      font-size: 20px;
      top: 17%;
    }
    .menu-grid-lft .youtube {
      height: 240px !important;
    }
    .reserve-btn {
      font-size: 14px;
    }
   }
@media screen and (min-width: 600px) and (max-width: 992px) {
    .menu-grid-rgt {
        padding: 1% 5% 5% 6%;
    }
    .menu-grid-rgt h4 {
        font-size: 52px;
    }
    .menu-grid-rgt::before {
        width: 36px;
        top: 23%;
    }
    .menu-grid-rgt p {
        font-size: 14px;
        line-height: 26px;
    }
    .menu-grid-rgt .title {
        margin-bottom: 1%;
    }
    .menu-grid iframe {
        width: 100%;
        height: 400px !important;
    }
    .menu-grid-rgt.sec-menu::before {
        top: 28%;
       }
       .menu-grid-rgt.fst-menu h6 {
        font-size: 30px;
        top: 15%;
        left: 5%;
      }
      .menu-grid-lft .youtube {
        height: 400px !important;
      }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-grid-rgt {
        padding: 1% 5% 0% 6%;
    }
    .fst-menu {
      padding: 1% 2% 3% 6% !important;
    }
    .menu-grid-rgt h4 {
        font-size: 52px;
    }
    .menu-grid-rgt::before {
        width: 36px;
        top: 15%;
    }
    .menu-grid-rgt p {
        font-size: 14px;
        line-height: 26px;
    }
       .menu-grid-rgt.sec-menu::before {
    top: 24%;
   }
   .menu-grid-rgt.fst-menu h6 {
    font-size: 28px;
    top: 17%;
    left: 5%;
  }
    
}


/*************** GALLERY GRID */
.gallery-grid {
    display: flex;
}
.gallery-grid .gal-list {
    width: 20%;
}
.gallery-grid .gal-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-header {
    background: #0A192E;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.11);
    height: 117px;
    width: 100%;
    align-items: center;
    display: grid;
    margin-top: -12px;
}
.gallery-header h6 {
    letter-spacing: 0.01em;
    color: #3B4859;
    font-size: 37px;
    margin-bottom: 0;
    text-align: center;
}
.menu-grid-rgt.sec-menu {
    padding: 4% 5% 5% 6%;
  }

/*************** RESERVATIONS */
.reservation-section {
    background: url(../images/gulfcatch/reservation-bg.jpg);
    width: 100%;
    /* height: 650px; */
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 7%;
}
.reservation-section h4 {
    font-size: 21px;
    font-family: 'SFPRODISPLAYBOLD';
    text-align: center;
    letter-spacing: 0.5px;
  }
  .reservation-section .ph-no {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    border: 1px solid #000;
    border-radius: 7px;
    width: 375px;
    margin: 22px auto auto;
    justify-content: center;
  }
  .reservation-section .ph-no li {
    padding: 5px 10px;
    border-right: 1px solid #000;
  }
  .reservation-section .ph-no li:nth-child(2) {
    border-right: 1px solid transparent;
  }
  .reservation-section .ph-no a {
    text-decoration: none !important;
    color: #212121;
    font-family: 'SFPRODISPLAYBOLD';
    font-size: 18px;
    letter-spacing: 1px;
    pointer-events: none;
  }
  .we-r {
    display: flex;
    width: 75%;
    margin: 70px auto auto;
  }
  .we-r h5 {
    font-size: 19px;
    font-family: 'SFPRODISPLAYBOLD';
    width: 300px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .we-r.btm {
    /* width: 65%; */
  }
  .we-r.btm .line {
    width: 45%;
    margin-top: 2%;
  }
  .we-r.btm .line ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    width: 86%;
    margin: auto;
  }
  .we-r.btm .line ul li {
    width: 33%;
    text-align: center;
    padding-top: 35px;
    position: relative;
    font-family: 'SFPRODISPLAYREGULAR';
    font-size: 13px;
  }
  .we-r.btm .line ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 36px;
    background: #262626;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .we-r.btm .line ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #262626;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
  }
  .we-r .line img {
    width: 100%;
  }
  .reservation-section .vertLine {
    width: 1px;
    height: 38px;
    border-left: 1px dashed #000;
    margin: auto;
  }
  .reservation-section .address p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-align: center;
    margin-top: 5px;
    font-family: 'SFPRODISPLAYREGULAR';
  }
  .reservation-section .route-map img {
    width: 100%;
  }
  .reservation-section .route-map {
    margin-top: 55px;
  }
  
  /* .location-map {
    width: 113px;
    height: 113px;
    border: 1px solid #048DAC;
    border-radius: 100%;
    margin: -18px 0px 8px;
  }
  .location-map img {
    width: 50px;
    display: block;
    margin: 10% auto;
  }
  .location-map a {
    width: 65px;
    border: 1px solid #0AA6CA;
    border-radius: 10px;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 12px;
    text-align: center;
    height: 20px;
    line-height: 17px;
    display: block;
    margin: auto;
    letter-spacing: 0.5px;
  } */

  .location-map {
    width: 300px;
  }
  .location-map img {
    width: 50px;
    display: block;
    margin: -18px auto 8px;
  }
  .location-map a {
    width: 60px;
    border: 1px solid #0AA6CA;
    border-radius: 10px;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 11px;
    text-align: center;
    height: 20px;
    line-height: 17px;
    display: block;
    margin: auto;
    letter-spacing: 0.5px;
  }


  .mail-sect {
    display: flex;
    justify-content: center;
  }
  .mail-sect a {
    font-family: 'SFPRODISPLAYMEDIUM';
    letter-spacing: .5px;
    font-size: 18px;
    color: #000;
    z-index: 1;
    margin-top: 16px;
    text-decoration: none !important;
  }
  .mail-sect a img {
    width: 15px;
  }
  
  @media (max-width: 600px) {
    .reservation-section .ph-no a {
      pointer-events: unset;
      font-size: 15px;
    }
    .reservation-section .ph-no {
      width: 319px;
    }
    .reservation-section h4 {
      font-size: 19px;
    }
    .we-r {
      margin: 50px auto auto;
      width: 100%;
    }
    .we-r .line img {
      height: 1px;
      width: 100px;
    }
    .reservation-section .address p {
      font-size: 16px;
      padding: 0px 12px;
    }
    .reservation-section .route-map {
      margin-top: 40px;
    }
    .we-r h5 {
      width: 235px;
    }
    .location-map {
      width: 113px;
      margin: auto;
    }
    .reservation-section {
      height: auto;
      padding-bottom: 65px;
    }
    .we-r.btm .line {
        display: none;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .reservation-section .address p {
      font-size: 16px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .we-r {
      width: 100%;
    }
    .reservation-section .ph-no a {
      pointer-events: unset;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .reservation-section .address p {
      font-size: 16px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .we-r {
      width: 100%;
    }
    .reservation-section .ph-no a {
      pointer-events: unset;
    }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .reservation-section .address p {
      font-size: 16px;
    }
    .we-r {
      width: 100%;
    }
  }


  /************* FOOTER **************/
footer {
    background: #343434;
    padding: 8px 0px;
  }
  footer p {
    margin-bottom: 0px;
    color: #D9D9D9D1;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 3px;
  }
  footer a {
    color: #D9D9D9D1 !important;
    font-size: 13px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    cursor: pointer;
  }
  .f-12 {
    font-size: 12px;
  }
  
  
  .whatsapp {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 85px;
    right: 26px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 999;
  }
  .whatsapp img {
    width: 28px;
    margin-bottom: 6px;
  }
  


  /******** SLICK SLIDER */
  .slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* .slick-slide div {
    height: 100%;
}
.slick-slide img {
    height: 100%;
    object-fit: cover;
} */
.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

/* .slick-active {
  opacity: .5;
} */

.slick-current {
  opacity: 1;
}
.slick-prev {
    left: 25px !important;
    z-index: 1;
}
.slick-next {
    right: 25px !important;
    z-index: 1;
}
.slick-prev::before, .slick-next::before { 
    font-size: 25px !important;
}


/* .carousel-vid-inner {
  height: 100%;
}
.carousel-vid .carousel-item {
  height: 100%;
}
.carousel-vid .carousel-inner {
  height: 100%;
}
.carousel-vid {
  height: 100%;
} */

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 20px;
  height: 20px;
  /* background-color: #ccc; */
  border-radius: 5px;
  display: block;
  margin: 5px 3px;
  border: 1px solid #ccc;
  line-height: 21px;
  font-size: 14px;
}

.owl-dot.active span {
  background-color: #252525;
  border: 1px solid #000;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
}
.owl-dot span::after {
  content: '';
  color: #000;
  text-align: center;
}
.owl-dot.active span::after {
  color: #fff !important;
}
.owl-dot:nth-child(1) span::after {
  content: '1' !important;
}
.owl-dot:nth-child(2) span::after {
  content: '2' !important;
}
.owl-dot:nth-child(3) span::after {
  content: '3' !important;
}
.owl-dot:nth-child(4) span::after {
  content: '4' !important;
}
.owl-dot:nth-child(5) span::after {
  content: '5' !important;
}
.owl-dot:nth-child(6) span::after {
  content: '6' !important;
}
.owl-carousel .owl-video-tn {
  background-size: cover !important;
}
.owl-carousel .owl-video-play-icon {
  background: url(../images/gulfcatch/youtube.png) !important;
  background-repeat: no-repeat !important;
  /* background-size: contain !important; */
  /* height: 68px !important;
  width: 68px !important; */
  height: 100% !important;
    width: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  background-position: center !important;
  background-size: 69px !important;
}
/* .owl-carousel .owl-video-play-icon:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
} */
.owl-carousel .owl-item:nth-child(1) .owl-lazy {
  background-image: url(https://lapalmera.kfour.com/images/gulfcatch/youthube-thumbnail-KB.jpg) !important;
}
.owl-carousel .owl-item:nth-child(2) .owl-lazy {
  background-image: url(https://lapalmera.kfour.com/images/gulfcatch/youtube-thum-1.jpg) !important;
}
.owl-carousel .owl-item:nth-child(3) .owl-lazy {
  background-image: url(https://lapalmera.kfour.com/images/gulfcatch/youtube-thum-2.jpg) !important;
}
.owl-carousel .owl-item:nth-child(4) .owl-lazy {
  background-image: url(https://lapalmera.kfour.com/images/gulfcatch/youtube-thum-3.jpg) !important;
}
.owl-carousel .owl-item:nth-child(5) .owl-lazy {
  background-image: url(https://lapalmera.kfour.com/images/gulfcatch/youtube-thum-4.jpg) !important;
}


@media (max-width: 600px) {
  .owl-carousel .owl-video-play-icon {
    height: 45px !important;
    width: 45px !important;
  }
}


.visit-web {
  color: #000000bd !important;
  align-self: end;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  padding: 0px 22px;
  cursor: pointer;
  text-decoration: none !important;
  font-family: 'SFPRODISPLAYBOLD';
}
.visit-web::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000000bd;
  left: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.visit-web::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #000000bd;
  right: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}