@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@300;400;700&display=swap');
/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */


*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
}


html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0b0b0b;
  line-height: 1.5;
  padding: 0;
  margin: 0;

}

a {
  color: rgba(0, 255, 159, 1);
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  display: inline-block;
}


.pd-5 {
  padding: 0 5px
}

.md-5 {
  margin: 0 -5px
}

.pd-8 {
  padding: 0 8px
}

.md-8 {
  margin: 0 -8px
}

.pd-10 {
  padding: 0 10px
}

.md-10 {
  margin: 0 -10px
}

.container-fluid {
  padding: 0 120px
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99999;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header.fixed {
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

header .header-main .logo a {
  height: 46px
}

header .header-main .logo a img {
  height: 100%
}

header .header-main ul.main-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

header .header-main ul.main-menu li {
  margin: 0px
}

header .header-main ul.main-menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 0 20px
}

header .header-main ul.main-menu li:last-child {
  margin-left: 30px
}

header .header-main ul.main-menu li:last-child a {
  border-radius: 10px;
  border: 1px solid #FFF;
  line-height: 44px;
  letter-spacing: 0.48px;
}

header .header-main ul.main-menu li a:hover,
header .header-main ul.main-menu li a.active {
  color: #0CF59D
}

header .header-main ul.main-menu li:last-child a:hover,
header .header-main ul.main-menu li:last-child a.active {
  background: #fff;
  color: #000
}

header .header-main ul.main-menu li .dropdown-menu {
  margin: 0px !important;
  padding: 10px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  width: 320px;
  transform: translate(0px, 67px) !important;
}

header .header-main ul.main-menu li .dropdown-menu li {
  margin: 0px;
}

header .header-main ul.main-menu li .dropdown-menu li a {
  display: block;
  line-height: 34px;
  font-size: 14px;
  padding: 0 10px;
  letter-spacing: 1px
}

header .header-main ul.main-menu li .dropdown-menu li:last-child a {
  border: none
}

header .header-main ul.main-menu li .dropdown-menu li:last-child a:hover {
  background: transparent;
  border: none;
  color: #0CF59D
}

header .header-main ul.main-menu li .dropdown-menu li a:hover,
header .header-main ul.main-menu li .dropdown-menu li a.active {
  color: #0CF59D;
  border: none
}

header .header-main .rightside {
  display: flex;
  align-items: center;
}

header.fixed .header-main {
  padding: 15px 30px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.btn-menu {
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  position: relative;
  padding: 0px;
  transition: all .5s ease;
  margin-right: 10px;
  display: none
}

.btn-menu span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+1) {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+2) {
  position: absolute;
  top: 10px;
  width: 70%;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu span:nth-of-type(3n+3) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all .5s ease;
}

.btn-menu.active span:nth-of-type(3n+1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 10px;
  transition: all .5s ease;
}

.btn-menu.active span:nth-of-type(3n+2) {
  display: none;
}

.btn-menu.active span:nth-of-type(3n+3) {
  transform: rotate(45deg);
  left: 0px;
  transition: all .5s ease;
  bottom: 10px;
}

.main-top-area {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-top-area:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1
}

.main-top-area:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 345px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  transform: rotate(180deg);
  z-index: 1
}

.main-top-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.main-top-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.main-top-area .search-main-block {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.main-top-area .search-main-block h1 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  position: relative;
  padding-bottom: 54px;
  margin: 0px 0px 30px 0px
}

.main-top-area .search-main-block h1::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -200px;
  background: url(../images/line.svg) center center no-repeat;
  width: 400px;
  height: 21px
}

.main-top-area .search-main-block h2 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px
}

.main-top-area .search-main-block p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0px 0px 20px 0px
}

.main-top-area .search-main-block .search-block {
  display: flex;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(15px);
  padding: 0;
  align-items: center;
}

.main-top-area .search-main-block .search-block .line {
  opacity: 0.3;
  background: #FFF;
  height: 40px;
  width: 1.5px
}

.main-top-area .search-main-block .form-control {
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 1.8px;
  padding: 0px 40px;
}

.main-top-area .search-main-block .form-control:focus {
  box-shadow: none
}

.main-top-area .search-main-block .form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.main-top-area .search-main-block .form-control:-ms-input-placeholder {
  color: #fff !important;
}

.main-top-area .search-main-block .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.main-top-area .search-main-block .form-control option {
  background: #fff;
  color: #000;
  font-family: arial
}

.main-top-area .search-main-block .form-control.search-input {
  width: 50%;
  border-radius: 0px
}

.main-top-area .search-main-block .form-control.service-input {
  width: 25%
}

.main-top-area .search-main-block .form-control.location-input {
  width: 25%
}

.main-top-area .search-main-block .search-block .btn-search {
  width: 70px;
  height: 70px;
  border: none;
  background: transparent;
  padding: 0px
}

.main-top-area .btn-bottom {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  margin-left: -15px
}


.who-we-are-section {
  padding: 100px 0
}

.who-we-are-section h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 60px 0
}

.who-we-are-section h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.who-we-are-section .inner-area {
  display: flex;
}

.who-we-are-section .inner-area .leftside {
  width: 40%;
  min-height: 400px
}

.who-we-are-section .inner-area .leftside .photo-block {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 320px 20px 20px;
}

.who-we-are-section .inner-area .leftside .photo-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.who-we-are-section .inner-area .leftside .photo-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.who-we-are-section .inner-area .rightside {
  width: 60%;
  padding: 50px 0 20px 90px
}

.who-we-are-section .inner-area .leftside img {
  width: 100%
}

.who-we-are-section .inner-area h3 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 30px 0
}

.who-we-are-section .inner-area h3 span {
  color: #00DD83;
}

.who-we-are-section .inner-area p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px 0
}

.who-we-are-section .inner-area p strong {
  display: block;
  color: #00DD83
}

.business-slider-area {
  padding: 0 0 150px 0
}

.business-slider-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 50px 0
}

.business-slider-area h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.business-slider-area .slider-area {
  padding-left: 120px
}

.business-slider-area .owl-stage {
  padding-left: 0px !important;
}

.business-slider-area .owl-nav {
  position: absolute;
  top: -130px;
  right: 120px;
}

.business-slider-area .owl-nav .owl-prev {
  margin-right: 22px;
}

.business-slider-area .owl-nav .owl-prev,
.business-slider-area .owl-nav .owl-next {
  border: #00DD83 2px solid !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-slider-area .owl-nav .owl-prev:hover,
.business-slider-area .owl-nav .owl-next:hover {
  transform: rotate(-45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-slider-area .owl-dots {
  display: none
}

.business-block {
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000;
}

.business-block .photo-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px
}

.business-block .photo-block a.image-link {
  position: relative;
  height: 400px;
  width: 100%;
}

.business-block .photo-block a.image-link img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-block .photo-block a.image-link::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 1
}

/* .business-block .photo-block::before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 100%); z-index: 1} */
.business-block .photo-block .btn-book {
  border-radius: 10px;
  background: #0CF59D;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1
}

.business-block .photo-block .btn-book:hover {
  background: #fff
}

.business-block .photo-block .rating {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  padding-left: 30px
}

.business-block .photo-block .rating::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/star.svg) center center no-repeat
}

.business-block .photo-block ul.option {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 2;
  width: 151px
}

.business-block .photo-block ul.option li {
  margin-bottom: 10px;
  padding-left: 90px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-block .photo-block ul.option li a {
  background: #000;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 16px;
  width: 150px
}

.business-block .photo-block ul.option li a .icon {
  width: 22px;
  height: 22px;
  margin-right: 16px
}

.business-block .photo-block ul.option li a .icon img {
  width: 100%;
  position: relative;
  height: auto;
}

.business-block .photo-block ul.option li:hover {
  padding-left: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-block .business-content {
  padding: 25px 25px 15px 25px;
  background: #000
}

.business-block .business-content h3 {
  color: #0CF59D;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 18px 0
}

.business-block .business-content p {
  color: #F0F0F0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0px
}

.business-block .business-content .location {
  color: #F0F0F0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0px 0px 14px 0px;
  position: relative;
  padding-left: 30px;
}

.business-block .business-content .location::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 22px;
  background: url(../images/location-icon.svg) center center no-repeat
}

.video-area {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.video-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  opacity: 0.7
}

.video-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  opacity: 0.7
}

.video-area::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 2;
  height: 130px
}

.video-area::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 2;
  height: 130px;
  transform: rotate(180deg);
}

.video-area .container-fluid {
  position: relative;
  z-index: 2
}

.video-area h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
  max-width: 800px;
  margin: 0 auto;
  background: #000;
  text-align: center;
  padding: 20px 35px 35px 35px;
}

.video-area h2 span {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.video-area h2 strong {
  color: #00DD83;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

/* .small-video-area{width: 100%;  position: relative; margin-bottom: 100px; display: flex; align-items: center; }
.small-video-area video{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.small-video-area .container-fluid{position: relative; z-index: 2}
.small-video-area h2{color: #fff; font-family: 'Playfair Display', serif; font-size: 60px; font-weight: 700; line-height: 110%;  margin: 150px auto; text-align: center; text-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px; max-width: 1020px;} */

.small-video-area {
  width: 100%;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}

.small-video-area .inner-block {
  width: 100%;
  border-radius: 250px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.small-video-area .inner-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  opacity: 0.6;
}

.small-video-area h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 60px 200px 50px 200px;
}

.small-photo-area {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
}

.small-photo-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  opacity: 0.6;
}

.small-photo-area .container-fluid {
  position: relative;
  z-index: 2
}

.small-photo-area h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin: 120px auto;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px;
  max-width: 1020px;
}

.small-photo-area h2 a {
  color: #00BF63;
}

.community-video-area {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.community-video-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.community-video-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.community-video-area::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 3;
  height: 130px
}

.community-video-area::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 3;
  height: 130px;
  transform: rotate(180deg);
}

.community-video-area .content-area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(7px);
}

.community-video-area .content-area .inner-content {
  max-width: 1072px;
  text-align: center;
}

.community-video-area .content-area .inner-content h3 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin: 28px 0
}

.community-video-area .content-area .inner-content h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
  margin: 0px
}

.community-video-area .content-area .inner-content h2 span {
  color: #00DD83;
}

.community-video-area .content-area .inner-content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 15px 0
}

.community-video-area .content-area .inner-content .btn-business {
  background: #000;
  padding: 0 35px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px
}

.explore-book {
  padding: 100px 0 20px 0
}

.explore-book h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 70px 0;
  text-align: center;
}

.explore-book h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.explore-book ul.cate-list {
  margin: 0px -40px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.explore-book ul.cate-list li {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 80px
}

.explore-book ul.cate-list li .cate-block {
  width: 100%;
  height: 600px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.explore-book ul.cate-list li .cate-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.explore-book ul.cate-list li .cate-block::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 450px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.82) 100%);
}

.explore-book ul.cate-list li .cate-block .content-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px 45px;
  width: 100%;
  z-index: 2;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.explore-book ul.cate-list li .cate-block .content-area h3 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 20px 0
}

.explore-book ul.cate-list li .cate-block .content-area p {
  margin: 0px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.explore-book ul.cate-list li .cate-block .link {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: #00FF9F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-book ul.cate-list li .cate-block:hover .content-area {
  bottom: 25px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.supportinglocal-video-area {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.supportinglocal-video-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.supportinglocal-video-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.supportinglocal-video-area::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 3;
  height: 130px
}

.supportinglocal-video-area::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  z-index: 3;
  height: 130px;
  transform: rotate(180deg);
}

.supportinglocal-video-area .content-area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supportinglocal-video-area .content-area .inner-content {
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(15px);
  padding: 45px 110px;
  text-align: center;
}

.supportinglocal-video-area .content-area .inner-content h2 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 20px 0
}

.supportinglocal-video-area .content-area .inner-content h2 span {
  color: #0CF59D
}

.supportinglocal-video-area .content-area .inner-content h3 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 4px;
  margin: 0px
}

.all-video-area {
  padding: 150px 0 120px 0
}

.all-video-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 50px 0;
  text-align: center;
}

.all-video-area h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.all-video-area .owl-stage {
  padding: 60px 0;
}

.all-video-area .owl-item {
  transition: all 200ms linear;
  transform: scale(0.6) !important;
  opacity: 0.5;
  filter: grayscale(100%);
}

.all-video-area .owl-item.center {
  transform: scale(1.3) !important;
  opacity: 1;
  position: relative;
  filter: grayscale(0%);
}

.all-video-area .video-block {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.all-video-area .video-block img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.all-video-area .video-block a {
  border-radius: 136.02px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(7px);
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -68px 0 0 -68px
}

.all-video-area .video-block a img {
  position: relative;
  width: auto;
  height: 49px;
  width: 47px
}

.all-video-area .owl-nav {
  width: 162px;
  margin-top: 20px;
  margin-left: -81px;
  position: absolute;
  left: 50%
}

.all-video-area .owl-nav .owl-prev {
  margin-right: 22px;
}

.all-video-area .owl-nav .owl-prev,
.all-video-area .owl-nav .owl-next {
  border: #00DD83 2px solid !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.all-video-area .owl-nav .owl-prev:hover,
.all-video-area .owl-nav .owl-next:hover {
  transform: rotate(-45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.subscribe-area {
  padding: 50px 0
}

.subscribe-area .subscribe-block {
  width: 100%;
  padding-right: 0px;
  display: flex;
  align-items: center;
}

.subscribe-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 112%;
  margin: 0px;
  width: 60%;
}

.subscribe-area .input-area {
  position: relative;
  width: 40%;
}

.subscribe-area .input-area label {
  display: block;
}

.subscribe-area .input-area .form-control {
  width: 100%;
  height: 70px;
  border: #8D8D8D 1px solid;
  border-radius: 35px;
  padding-left: 25px
}

.subscribe-area .input-area .form-control:focus {
  box-shadow: none
}

.subscribe-area .input-area .btn-send {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: #0CF59D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px
}

.subscribe-area .container-fluid {
  position: relative;
}

.subscribe-area .icon-area {
  position: absolute;
  top: 50%;
  right: 120px;
  margin-top: -221px;
  width: 500px;
  display: none;
}

.subscribe-area .icon-area img {
  width: 100%;
}

.footer-area {
  position: relative;
  background: #02060E;
}

/* .footer-area::before{content: ''; position: absolute; width: 843px; height: 444px; top: -436px; right: 0px; background: url(../images/footer-bg.png) center center no-repeat} */
.footer-area .content-row {
  display: flex;
  padding: 50px 0 40px 0
}

.footer-area .content-row .small-part {
  width: 22%
}

.footer-area .content-row .large-part {
  width: 34%
}

.footer-area .logo {
  width: 280px
}

.footer-area .logo img {
  width: 100%
}

.footer-area h2 {
  font-family: 'Playfair Display', serif;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 12px 0
}

.footer-area ul.link {
  margin: 0px;
  padding: 0px;
  list-style: none
}

.footer-area ul.link li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.54px;
  position: relative;
  padding-left: 20px
}

.footer-area ul.link li a::before {
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.footer-area ul.link li a:hover {
  padding-left: 30px;
  color: #0CF59D
}

.footer-area ul.link li a:hover::before {
  width: 16px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.footer-area .info {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.54px;
  padding-left: 32px;
  position: relative;
}

.footer-area .info .icon {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 22px;
  height: 22px
}

.footer-area .info .icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.footer-area .copyright {
  display: flex;
  border-top: #E8E1CE 1px solid;
  padding: 15px 0 16px 0;
  justify-content: space-between;
}

.footer-area .copyright p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.54px;
  margin: 0px
}

.footer-area .copyright .link {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.54px;
}

.footer-area .copyright .link a {
  color: #fff;
  margin-left: 21px;
  position: relative;
}

.footer-area .copyright .link a::before {
  content: '/';
  margin-right: 21px
}

.footer-area .copyright .link a:first-child::before {
  content: none
}

.business-top-area {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.business-top-area:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1
}

.business-top-area .photo-area {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.business-top-area .photo-area img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.business-top-area .photo-area svg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(180deg);
}

.business-list-block {
  background: #fff;
  border: #E6E6E6 1px solid;
  position: relative;
  margin-bottom: 15px;
  transition: all .5s ease;
  box-shadow: 0px 10px 14px 0px rgba(137, 137, 137, 0.25);
  margin-top: -110px
}

.business-list-block .btn-review {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00DD83;
  color: #fff;
  line-height: 44px;
  letter-spacing: 0.48px;
  padding: 0 30px;
  font-size: 16px;
  z-index: 2;
  border-radius: 10px;
  border: none
}

.business-list-block .first-block {
  position: relative;
  padding: 15px 15px 15px 310px;
  min-height: 234px;
  border-bottom: #E6E6E6 1px solid
}

.business-list-block .business-photo {
  width: 275px;
  height: 204px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.business-list-block .business-photo .inner-photo {
  width: 275px;
  height: 204px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: #E6E6E6 1px solid
}

.business-list-block .business-photo .inner-photo img {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: contain;
  margin: auto;
}

.business-list-block .business-name {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 32px;
  line-height: 30px;
  margin: 5px 0 20px 0
}

.business-list-block .review-area {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  margin-bottom: 12px
}

.business-list-block .review-area span {
  background: #00DD83;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px
}

.business-list-block .review-area svg {
  margin-left: 5px
}

.business-list-block .tag {
  display: flex;
  flex-wrap: wrap;
}

.business-list-block .tag a {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid #E6E6E6;
  color: #848687;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 18px;
  text-decoration: none;
  margin: 0px 15px 0px 0px
}

.business-list-block .tag a:hover {
  background: #00DD83;
  border: #00DD83 1px solid;
  color: #000
}

.business-list-block .time {
  color: #848687;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  padding-left: 32px;
  margin: 0 0 12px 0
}

.business-list-block .time svg {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px;
  background: url(../images/clock-icon.svg) center center no-repeat;
  background-size: 100%
}

.business-list-block .time span {
  font-weight: 700
}

.business-list-block .time span.closed {
  color: #F17373;
}

.business-list-block .time span.opend {
  color: #00BF63;
}

.business-list-block ul.info-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.business-list-block ul.info-list li {
  position: relative;
  color: #848687;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  margin-bottom: 12px
}

.business-list-block ul.info-list li a {
  color: #848687
}

.business-list-block ul.info-list li .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.business-list-block ul.info-list li .icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top
}

.business-list-block ul.inner-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.business-list-block ul.inner-menu li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 58px;
  border-bottom: #fff 2px solid;
  text-decoration: none;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.business-list-block ul.inner-menu li.active a {
  color: #00DD83;
  border-bottom: #00DD83 2px solid
}

.business-list-block ul.inner-menu li.active a svg path {
  stroke: #00DD83;
}


.business-detail-page {
  position: relative;
  padding: 60px 0
}

.business-detail-page .business-information {
  display: flex;
}

.business-detail-page .business-information .content-area {
  width: 70%
}

.business-detail-page .business-information .contect-info-right {
  width: 30%;
  padding-left: 50px
}

.business-detail-page .business-information .contect-info-right .sticky {
  position: sticky;
  top: 100px;
}

.business-detail-page .business-information .contect-info-right .business-block {
  border-radius: 20px;
}

.business-detail-page .business-information .contect-info-right .business-block .photo-block {
  height: 340px;
}

.business-detail-page .business-information .contect-info-right .business-block .photo-block::before {
  bottom: 0px;
  top: auto;
  height: 80%;
}

.business-detail-page .business-information .contect-info-right .business-block .photo-block .rating {
  position: relative;
  bottom: 0;
  left: 0;
  margin-bottom: 10px
}

.business-detail-page .business-information .contect-info-right .business-block .business-content {
  position: absolute;
  background: transparent !important;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.business-detail-page .business-information .contect-info-right .business-block .business-content h3 {
  font-size: 36px
}

.business-detail-page .business-information .contect-info-right .business-block .business-content .location {
  margin: 0px
}

.business-detail-page .business-information .contect-info-right .business-block .photo-block .btn-book {
  bottom: auto;
  right: auto;
  top: 20px;
  left: 20px;
}

.business-detail-page .business-information .contect-info-right .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.business-detail-page .business-information .contect-info-right .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #00dd83 !important;
  margin: 0 5px;
  border-radius: 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-detail-page .business-information .contect-info-right .owl-dots .owl-dot.active {
  width: 30px;
  height: 10px;
  background: #000 !important;
  margin: 0 5px;
  border-radius: 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.business-detail-page .main-card {
  margin-bottom: 70px
}

.business-detail-page .main-card .white-main-area {
  border-bottom: #E6E6E6 1px solid
}

.business-detail-page .main-card .titlebar {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 46px;
  line-height: 46px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
}

.business-detail-page .main-card .titlebar .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
}

.business-detail-page .main-card .titlebar .icon svg {
  vertical-align: top;
  width: 100%;
  height: 100%
}

.business-detail-page .main-card .titlebar .icon svg path {
  stroke: #000;
  stroke-width: 1px
}

/* about & photos */

.business-detail-page .main-card .white-main-area.about-content {
  padding: 0 0 20px 0
}

.business-detail-page .main-card .white-main-area.about-content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px 0
}

.business-detail-page .main-card .white-main-area.photo-content {
  padding: 0px 0px 15px 0px
}

.business-detail-page .main-card .white-main-area.photo-content .business-inner-photo {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px
}

.business-detail-page .main-card .white-main-area.photo-content .business-inner-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}


/* location */

.location-flex {
  display: flex;
  padding: 20px 0 50px 0
}

.location-flex .map {
  width: 50%;
  height: 320px;
  padding-right: 30px
}

.location-flex .map iframe {
  width: 100%;
  height: 100%;
}

.location-flex .hours-area {
  width: 50%;
}

.location-flex .hours-area h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  border-bottom: #E6E6E6 1px solid;
  padding-bottom: 8px;
  margin-bottom: 10px
}

.location-flex .hours-area ul.day {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.location-flex .hours-area ul.day li {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.location-flex .hours-area ul.day li.closed {
  color: #EB5468
}

.location-flex .hours-area ul.day li.closed span {
  position: relative;
}

.location-flex .hours-area ul.day li.closed span::before {
  content: 'Closed now';
  margin-right: 15px
}

.detail-reiview-box {
  border-top: 1px solid #D5E4F3;
  padding: 25px 0;
}

.detail-reiview-box .inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-reiview-box .inner-flex .client-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}

.detail-reiview-box .inner-flex .right-logo {
  width: 123px;
}

.detail-reiview-box .inner-flex .right-logo img {
  width: 100%;
}

.detail-reiview-box .inner-flex .client-detail .client-img {
  min-width: 70px;
  min-height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.detail-reiview-box .inner-flex .client-detail .client-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.detail-reiview-box .inner-flex .client-detail .client-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.detail-reiview-box .inner-flex .client-detail .client-info .name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.detail-reiview-box .inner-flex .client-detail .client-info .review-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-reiview-box .inner-flex .client-detail .client-info .review-flex .review-count {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  background-color: #00DD83;
  padding: 5px 10px;
  border-radius: 4px;
}

.detail-reiview-box .inner-flex .client-detail .client-info .review-flex ul.review-star {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.detail-reiview-box .inner-flex .client-detail .client-info .review-flex ul.review-star li svg {
  width: 14px;
}

.detail-reiview-box .review-content {
  color: #6C7B8C;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 15px 0 0 0;
}

.review-popup .modal-content {
  border-radius: 0px
}

.review-popup .modal-body {
  padding: 0px;
  display: flex;
}

.review-popup .modal-body .leftside {
  width: 50%;
  min-height: 500px
}

.review-popup .modal-body .leftside .photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.review-popup .modal-body .leftside .photo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.review-popup .modal-body .review-area {
  width: 50%;
  padding: 40px 30px
}

.review-popup .modal-body .review-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px 0
}

.review-popup .modal-body .review-area .form-group {
  margin: 0 0 15px 0
}

.review-popup .modal-body .review-area .my-rating-4 {
  margin-bottom: 15px
}

.review-popup .modal-body .review-area .my-rating-4 .jq-star {
  width: 26px !important;
  height: 26px !important
}

.review-popup .modal-body .review-area .form-group label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px
}

.review-popup .modal-body .review-area .form-control {
  border-radius: 25px
}

.review-popup .modal-body .review-area .form-control:focus {
  box-shadow: none
}

.review-popup .modal-body .review-area .btn-review {
  background: #00DD83;
  color: #fff;
  line-height: 44px;
  letter-spacing: 0.48px;
  padding: 0 30px;
  font-size: 16px;
  z-index: 2;
  border-radius: 10px;
  border: none;
}

.review-popup .modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 1 !important;
  z-index: 99999;
}


.registar-business-area {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.registar-business-area:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1
}

.registar-business-area .photo-area {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.registar-business-area .photo-area video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.registar-business-area .photo-area svg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(180deg);
}

.registar-business-area .form-area {
  background: #fff;
  margin: -100px auto 0 auto;
  z-index: 2;
  position: relative;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0px 10px 14px 0px rgba(137, 137, 137, 0.25);
}

.registar-business-area .form-area h1 {
  font-family: 'Playfair Display', serif;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2px;
  margin: 0px 0px 20px 0px
}

.registar-business-area .form-area p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 40px 0;
  text-align: center;
}

.registar-business-area .form-area .form-group {
  margin-bottom: 25px
}

.registar-business-area .form-area .form-group label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 13px;
  margin: 0px 0px 5px 0px;
  display: block;
}

.registar-business-area .form-area .form-control {
  width: 100%;
  height: 46px;
  border: #D5D5D5 1px solid;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px
}

.registar-business-area .form-area textarea.form-control {
  width: 100%;
  height: 100px;
  border: #D5D5D5 1px solid;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px
}

.registar-business-area .form-area .form-control:focus {
  box-shadow: none;
  border: #0CF59D 1px solid
}

.registar-business-area .form-area ul.option-list {
  margin: 0px -15px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.registar-business-area .form-area ul.option-list li {
  width: 25%;
  padding: 0 15px;
  margin-top: 8px
}

.registar-business-area .form-area ul.option-list li .form-control {
  height: 30px;
  font-size: 14px;
  padding-left: 14px
}

.registar-business-area .form-area ul.option-list li input[type=radio].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.registar-business-area .form-area ul.option-list li input[type=radio].css-radio+label.css-radiobtn {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
  margin: 0px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0px
}

.registar-business-area .form-area ul.option-list li input[type=radio].css-radio+label.css-radiobtn::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px
}

.registar-business-area .form-area ul.option-list li input[type=radio].css-radio:checked+label.css-radiobtn::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 10px
}

.registar-business-area .form-area ul.option-list li input[type=radio].css-radio:checked+label.css-radiobtn::before {
  background: #0CF59D;
  border: #0CF59D 1px solid
}

.registar-business-area .form-area ul.option-list li input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.registar-business-area .form-area ul.option-list li input[type=checkbox].css-checkbox+label.css-checkboxbtn {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
  margin: 0px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0px
}

.registar-business-area .form-area ul.option-list li input[type=checkbox].css-checkbox+label.css-checkboxbtn::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px
}

.registar-business-area .form-area ul.option-list li input[type=checkbox].css-checkbox:checked+label.css-checkboxbtn::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: url(../images/whitecheck-icon.png) center center no-repeat;
}

.registar-business-area .form-area ul.option-list li input[type=checkbox].css-checkbox:checked+label.css-checkboxbtn::before {
  background: #0CF59D;
  border: #0CF59D 1px solid
}

.registar-business-area .form-area ul.package-list {
  margin: 0 -10px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.registar-business-area .form-area ul.package-list li {
  width: 25%;
  padding: 0 6px;
}

.registar-business-area .form-area ul.package-list li input[type=radio].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.registar-business-area .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn {
  color: #000;
  border: 1px solid #D5D5D5;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin: 0px;
  cursor: pointer;
  padding: 21px 20px;
  border-radius: 5px;
  text-align: center;
}

.registar-business-area .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn span {
  font-weight: 700;
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 13px
}

.registar-business-area .form-area ul.package-list li input[type=radio].css-radio:checked+label.css-radiobtn {
  background: #0CF59D;
  border: #0CF59D 1px solid
}

.registar-business-area .form-area .btn-business {
  background: #000;
  padding: 0 35px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.registar-business-area .form-area .btn-business:hover {
  background: #0CF59D;
  color: #000;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.registar-business-area .form-area .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.registar-business-area .form-area .upload-btn-wrapper .btn {
  border: #AEAEAE 1px solid;
  color: gray;
  background-color: white;
  padding: 40px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.registar-business-area .form-area .upload-btn-wrapper .btn svg {
  margin-bottom: 9px;
}

.registar-business-area .form-area .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.registar-business-area .form-area .upload-btn-wrapper .btn img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plan-page {
  padding: 50px 0
}

.plan-page h1 {
  font-family: 'Playfair Display', serif;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  margin: 0px 0px 20px 0px
}

.plan-page p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 40px 0;
  text-align: center;
}

.plan-page ul.plan-list {
  margin: 0px -15px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.plan-page ul.plan-list li {
  width: 25%;
  padding: 0 15px;
  display: flex;
}

.plan-page ul.plan-list li .plan-block {
  border: #f2c763 1px solid;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block::after {
  content: '';
  width: 600px;
  height: 440px;
  background: #f2c763;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -300px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block .top-area {
  position: relative;
  z-index: 1;
  padding: 25px 0
}

.plan-page ul.plan-list li .plan-block .icon {
  width: 125px;
  height: 125px;
  background: #fff;
  position: absolute;
  top: 170px;
  z-index: 2;
  border-radius: 50%;
  padding: 20px;
  left: 50%;
  margin-left: -62.5px;
  box-shadow: 0px 10px 10px 0px rgba(137, 137, 137, 0.15);
}

.plan-page ul.plan-list li .plan-block .icon img {
  width: 100%;
}

.plan-page ul.plan-list li .plan-block .plan-title {
  font-size: 22px;
  color: #000;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-page ul.plan-list li .plan-block .price {
  font-family: 'Playfair Display', serif;
  font-size: 76px;
  line-height: 76px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 10px
}

.plan-page ul.plan-list li .plan-block .price sup {
  font-size: 30px;
  top: -26px;
}

.plan-page ul.plan-list li .plan-block .price span {
  font-size: 30px;
  line-height: 30px;
}

.plan-page ul.plan-list li .plan-block ol {
  margin: 0px;
  padding: 20px 30px 30px 30px;
  list-style: none
}

.plan-page ul.plan-list li .plan-block ol li {
  padding: 15px 0px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
  border-bottom: #000 1px solid;
  border-bottom: #000 1px dashed;
}

.plan-page ul.plan-list li .plan-block ol li:last-child {
  border-bottom: none
}

.plan-page ul.plan-list li .plan-block a {
  background: #f2c763;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 6px;
  width: 140px;
  text-align: center;
  margin: 100px auto 0 auto;
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block.free {
  border: #F9355B 1px solid
}

.plan-page ul.plan-list li .plan-block.free::after {
  background: #F9355B
}

.plan-page ul.plan-list li .plan-block.free a {
  background: #F9355B
}

.plan-page ul.plan-list li .plan-block.soursop {
  border: #67cc70 1px solid
}

.plan-page ul.plan-list li .plan-block.soursop::after {
  background: #67cc70
}

.plan-page ul.plan-list li .plan-block.soursop a {
  background: #67cc70
}

.plan-page ul.plan-list li .plan-block.sugar-apple {
  border: #cafd76 1px solid
}

.plan-page ul.plan-list li .plan-block.sugar-apple::after {
  background: #cafd76
}

.plan-page ul.plan-list li .plan-block.sugar-apple a {
  background: #cafd76
}

.plan-page ul.plan-list li .plan-block:hover {
  background: #f2c763;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transform: scale(1.01);
}

.plan-page ul.plan-list li .plan-block.soursop:hover {
  background: #67cc70;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block.sugar-apple:hover {
  background: #cafd76;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block.free:hover {
  background: #F9355B;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}


.plan-page ul.plan-list li .plan-block:hover::after {
  background: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.plan-page ul.plan-list li .plan-block:hover a {
  background: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

/* #cafd76 */


.innertitlebar {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.innertitlebar:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1
}

.innertitlebar .photo-area {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innertitlebar .photo-area h1 {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  line-height: 80px;
  position: relative;
  z-index: 2;
  color: #fff
}

.innertitlebar .photo-area video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.innertitlebar .photo-area img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.innertitlebar .photo-area svg {
  position: absolute;
  bottom: -1px;
  left: 0px;
  transform: rotate(180deg);
}

.contact-page {
  padding: 50px 0
}

.contact-page h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.contact-page p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 25px 0;
  text-align: center;
}

.contact-page .info {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.54px;
  position: relative;
  margin: 0 15px;
  text-align: center;
  width: 50%;
  border: #D5D5D5 1px solid;
  padding: 15px;
  border-radius: 6px;
}

.contact-page .info .icon {
  padding: 18px;
  margin: 0 auto 10px auto;
  width: 60px;
  height: 60px;
  background: #0CF59D;
  border-radius: 50%
}

.contact-page .info .icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.contact-page .info strong {
  display: block;
  font-size: 15px;
  font-size: 18px
}

.contact-page .form-area {
  width: 800px;
  margin: 0 auto;
}

.contact-page .form-group {
  margin-bottom: 25px
}

.contact-page .form-group label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 13px;
  margin: 0px 0px 5px 0px;
  display: block;
}

.contact-page .form-control {
  width: 100%;
  height: 46px;
  border: #D5D5D5 1px solid;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px
}

.contact-page textarea.form-control {
  width: 100%;
  height: 100px;
  border: #D5D5D5 1px solid;
  border-radius: 5px;
  padding-left: 25px;
  font-size: 16px
}

.contact-page .form-control:focus {
  box-shadow: none;
  border: #0CF59D 1px solid
}

.contact-page .btn-submit {
  background: #000;
  padding: 0 35px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.contact-page .btn-submit:hover {
  background: #0CF59D;
  color: #000;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.contact-page .content-info {
  display: flex;
  justify-content: center;
  margin: 0 -15px 30px -15px
}


.team-section {
  padding: 0 0 40px 0
}

.team-section h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 20px 0
}

.team-section h2 span {
  color: #0CF59D
}

.team-section .subtitle {
  color: #000;
  font-size: 24px;
  margin: 0 0 60px 0
}

.team-section .inner-area {
  display: flex;
  margin-bottom: 80px;
  position: relative;
  padding-left: 300px
}

.team-section .inner-area .photo-block {
  width: 400px;
  left: -300px;
  top: -100px;
  position: absolute;
  border-radius: 100px 20px;
}

.team-section .inner-area .photo-block img {
  width: 100%;
  border-radius: 100px 20px;
  z-index: 1;
  position: relative;
  border: #000 1px solid
}

.team-section .inner-area .photo-block::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 100px 20px;
}

.team-section .inner-area .photo-block::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #0CF59D;
  border-radius: 100px 20px;
}

.team-section .inner-area .rightside {
  width: 100%;
  padding: 80px 100px 80px 180px;
  background: #000;
  margin-top: 100px;
  border-radius: 20px 100px 20px 20px;
  position: relative;
}

.team-section .inner-area .leftside img {
  width: 100%
}

.team-section .inner-area h3 {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 15px 0
}

.team-section .inner-area p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 15px 0
}

.team-section .inner-area p strong {
  display: block;
  color: #00DD83
}

.team-section .inner-area.second-block {
  flex-direction: row-reverse;
  padding-left: 0px;
  padding-right: 300px
}

.team-section .inner-area.second-block .photo-block {
  border-radius: 320px 20px 20px 20px;
  left: auto;
  right: -300px;
  border-radius: 20px 100px;
}

.team-section .inner-area.second-block .photo-block img {
  border-radius: 20px 100px;
}

.team-section .inner-area.second-block .rightside {
  padding: 80px 180px 80px 100px;
  border-radius: 100px 20px 20px 20px;
}

.team-section .inner-area.second-block .photo-block::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: #0CF59D;
  border-radius: 20px 100px;
}

.team-section .inner-area.second-block .photo-block::after {
  content: '';
  position: absolute;
  bottom: auto;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 20px 100px;
}


.photo-gallery-area {
  padding: 0 0 80px 0
}

.photo-gallery-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 0 50px 0
}

.photo-gallery-area h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.photo-gallery-area .slider-area {
  padding-left: 120px
}

.photo-gallery-area .photo-block a {
  width: auto;
  height: 600px;
  border-radius: 30px;
  overflow: hidden;
}

.photo-gallery-area .photo-block a img {
  width: auto;
  height: 100%;
}

.photo-gallery-area .owl-nav {
  position: absolute;
  top: -130px;
  right: 120px;
}

.photo-gallery-area .owl-nav .owl-prev {
  margin-right: 22px;
}

.photo-gallery-area .owl-nav .owl-prev,
.photo-gallery-area .owl-nav .owl-next {
  border: #00DD83 2px solid !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.photo-gallery-area .owl-nav .owl-prev:hover,
.photo-gallery-area .owl-nav .owl-next:hover {
  transform: rotate(-45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.photo-gallery-area .owl-dots {
  display: none
}



/* .innersearch-area{margin: 0px; padding: 0px; height: 40vh; position: relative; display:flex; align-items: end; justify-content: center;}
.innersearch-area:before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 220px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%); z-index: 1}
.innersearch-area:after{content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 345px; background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); transform: rotate(180deg); z-index: 1}
.innersearch-area video{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.innersearch-area .search-main-block{width: 1100px; margin: 0 auto; position: relative; z-index: 2}
.innersearch-area .search-main-block h1{color: #FFF; text-align: center; font-size: 100px; font-weight: 700; line-height: 100%; text-transform: uppercase; font-family: 'Playfair Display', serif; position: relative; padding-bottom: 54px; margin: 0px 0px 30px 0px}
.innersearch-area .search-main-block h1::before{content: ''; position: absolute; bottom: 0px; left: 50%; margin-left:-200px;  background: url(../images/line.svg) center center no-repeat; width: 400px; height: 21px}
.innersearch-area .search-main-block h2{font-family: 'Playfair Display', serif; color: #000; text-align: center; font-size: 50px; font-weight: 600; line-height: 100%; letter-spacing: 3px; text-transform: uppercase; margin: 0px 0px 20px 0px}
.innersearch-area .search-main-block p{color: #000; font-size: 18px; font-weight: 400; line-height: 160%; margin: 0 auto 20px auto; width: 100%; text-align: center;}
.innersearch-area .search-main-block .search-block{display: flex; border-radius: 50px; background: rgba(0, 0, 0, 0.30); backdrop-filter: blur(15px); padding: 0; align-items: center;}
.innersearch-area .search-main-block .search-block .line{opacity: 0.3; background: #FFF; height: 40px; width: 1.5px}
.innersearch-area .search-main-block .form-control{border-radius: 10px; border:none; background: transparent;  color: #FFF; font-size: 18px; font-weight: 400; line-height: 70px; letter-spacing: 1.8px; padding: 0px 40px;}
.innersearch-area .search-main-block .form-control:focus{box-shadow: none}
.innersearch-area .search-main-block .form-control::-moz-placeholder {color: #fff !important; opacity: 1;}
.innersearch-area .search-main-block .form-control:-ms-input-placeholder {color: #fff !important;}
.innersearch-area .search-main-block .form-control::-webkit-input-placeholder {color: #fff !important;}
.innersearch-area .search-main-block .form-control option{background: #fff; color: #000; font-family: arial}
.innersearch-area .search-main-block .form-control.search-input{width: 50%;border-radius: 0px}
.innersearch-area .search-main-block .form-control.service-input{width: 25%}
.innersearch-area .search-main-block .form-control.location-input{width: 25%}
.innersearch-area .search-main-block .search-block .btn-search{width: 70px; height: 70px; border: none; background: transparent; padding: 0px}
.innersearch-area .btn-bottom{position: absolute; bottom: 80px; left: 50%; z-index: 2; margin-left: -15px} */

.innersearch-area {
  margin: 0px;
  padding: 0px;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innersearch-area:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1
}

/* .innersearch-area:after{content: ''; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 345px; background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); transform: rotate(180deg); z-index: 1} */
.innersearch-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.innersearch-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.innersearch-area .search-main-block {
  width: 1100px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(15px);
  padding: 35px 25px;
}

.innersearch-area .search-main-block h1 {
  color: #FFF;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  position: relative;
  padding-bottom: 54px;
  margin: 0px 0px 30px 0px
}

.innersearch-area .search-main-block h1::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -200px;
  background: url(../images/line.svg) center center no-repeat;
  width: 400px;
  height: 21px
}

.innersearch-area .search-main-block h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px
}

.innersearch-area .search-main-block p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  width: 100%;
  text-align: center;
}

.business-list-search {
  background: #000;
}

.business-list-search .search-block {
  display: flex;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(15px);
  padding: 0;
  align-items: center;
}

.business-list-search .search-block .line {
  opacity: 0.3;
  background: #FFF;
  height: 40px;
  width: 1.5px
}

.business-list-search .form-control {
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 1.8px;
  padding: 0px 40px;
}

.business-list-search .form-control:focus {
  box-shadow: none
}

.business-list-search .form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.business-list-search .form-control:-ms-input-placeholder {
  color: #fff !important;
}

.business-list-search .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.business-list-search .form-control option {
  background: #fff;
  color: #000;
  font-family: arial
}

.business-list-search .form-control.search-input {
  width: 50%;
  border-radius: 0px;
  padding-left: 0px;
}
.business-list-search .form-control.search-input-full {
  width: 100%;
  border-radius: 0px;
  padding-left: 0px;
}

.business-list-search .form-control.service-input {
  width: 25%
}

.business-list-search .form-control.location-input {
  width: 25%
}

.business-list-search .btn-search {
  width: 70px;
  height: 70px;
  border: none;
  background: transparent;
  padding: 0px
}

.business-list-search .btn-bottom {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  margin-left: -15px
}

.business-listpage {
  padding: 50px 0
}

.business-listpage h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 20px 0;
  text-align: center;
}

.business-listpage h2 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #00DD83;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.business-listpage p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 auto 40px auto;
  width: 60%;
  text-align: center;
}

.business-listpage ul.business-list {
  margin: 0 -10px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.business-listpage ul.business-list li {
  width: 33.30%;
  padding: 0 10px;
  margin-bottom: 20px
}

.business-listpage ul.business-list li .business-block .photo-block {
  height: 320px
}

.business-listpage ul.business-list li .business-block .business-content p {
  width: 100%;
  text-align: left;
}


.business-slider .owl-stage-outer .owl-stage {
  display: flex;
  flex-flow: wrap;
}

.business-slider .owl-stage-outer .owl-stage .owl-item {
  background-color: black;
  border-radius: 30px;
}

/* .business-listpage ul.business-list > li{width: calc(100% / 4 - 20px); padding: 0 0px; margin-bottom: 20px; background-color: black; margin: 10px; border-radius: 40px;} */

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pagination .page-item {
  margin: 0 5px;
}

.pagination .page-item .page-link {
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 0px !important;
  border-radius: 50% !important;
  line-height: 41px;
  color: #000;
}

.pagination .page-item .page-link.active {
  background: #0cf59d;
  border: #0cf59d 1px solid;
}

.privacy-policy h3 {
  font-size: 35px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 120%;
}

.privacy-policy p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px 0;
}

.privacy-policy ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px 0;
}

.privacy-policy h6 {
  font-size: 20px;
  font-weight: 400;
}

.featured-business-area {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 100px;
}

.featured-business-area .business-photo {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.featured-business-area .business-photo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-business-area .business-photo .inner-photo {
  width: 100%;
  height: 660px;
  position: relative;
}

.featured-business-area .business-content-area {
  width: 50%;
  background: #E8E8E8;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.featured-business-area .business-content-area .business-logo {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 20px;
}

.featured-business-area .business-content-area .business-logo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.featured-business-area .business-content-area h2 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin: 0px 0px 20px 0px;
}

.featured-business-area .business-content-area p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-business-area .business-content-area ul.info-list {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}

.featured-business-area .business-content-area ul.info-list li {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  margin-bottom: 15px
}

.featured-business-area .business-content-area ul.info-list li a {
  color: #000
}

.featured-business-area .business-content-area ul.info-list li .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.featured-business-area .business-content-area ul.info-list li .icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top
}

.featured-business-area .business-content-area .btn-view {
  background: #000;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.featured-business-area .business-content-area .titlesub {
  font-family: 'Playfair Display', serif;
  background: #000;
  color: #00FF9F;
  font-size: 50px;
  line-height: 50px;
  padding: 10px 0 18px 0;
  position: absolute;
  width: 660px;
  text-align: center;
  transform: rotate(-90deg);
  left: -367px;
  z-index: 1;
  top: 291px;
}

.featured-business-area .owl-dots {
  display: none;
}

.featured-business-area .owl-nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.featured-business-area .owl-nav .owl-prev {
  margin-right: 22px;
}

.featured-business-area .owl-nav .owl-prev,
.featured-business-area .owl-nav .owl-next {
  background: #fff !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.featured-business-area .owl-nav .owl-prev:hover,
.featured-business-area .owl-nav .owl-next:hover {
  transform: rotate(-45deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}

.modal {
  z-index: 999999;
}

.subscribe-popup .modal-content {
  border-radius: 0px;
}

.subscribe-popup .modal-body {
  padding: 0px;
}

.subscribe-popup .modal-body .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.subscribe-popup .modal-body .newsletter-inner-popup {
  display: flex;
  align-items: center;
}

.subscribe-popup .modal-body .newsletter-inner-popup .leftvideo {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 560px;
}

.subscribe-popup .modal-body .newsletter-inner-popup .leftvideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.subscribe-popup .modal-body .newsletter-inner-popup .rightside-content {
  width: 60%;
  padding: 40px;
}

.subscribe-popup .modal-body .newsletter-inner-popup .rightside-content .main-content-text {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 112%;
  margin: 0 0 25px 0;
}

.subscribe-popup .modal-body .newsletter-inner-popup .rightside-content p {
  margin: 0px 0px 20px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.subscribe-popup .modal-body .newsletter-inner-popup .rightside-content .form-control {
  width: 100%;
  height: 50px;
  border: #8D8D8D 1px solid;
  border-radius: 8px;
  padding-left: 25px;
}

.subscribe-popup .modal-body .newsletter-inner-popup .rightside-content .btn-send {
  background: #000;
  padding: 0 35px;
  line-height: 46px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border: none;
  margin-top: 10px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  padding: 7px 14px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  margin-left: 0 !important;
  height: 27px !important;
  line-height: 27px !important;
  font-size: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 5px 5px 0 !important;
  border: none !important;
  background: #0fb0a8 !important;
  color: #fff;
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__display {
  padding: 2px 8px;
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none !important;
  background: #fff !important;
  border-radius: 15px !important;
  padding: 0px !important;
  width: 15px;
  top: 5px !important;
  left: 5px !important;
  height: 15px;
  line-height: 10px;
  color: #000 !important;
  text-align: center;
  font-size: 11px !important;
}

.contact-page .form-area ul.package-list {
  margin: 0 -10px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.contact-page .form-area ul.package-list li {
  width: 16.66%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.contact-page .form-area ul.package-list li input[type=radio].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  margin-top: 0;
}

.contact-page .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn {
  color: #000;
  border: 1px solid #D5D5D5;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin: 0px;
  cursor: pointer;
  padding: 21px 20px;
  border-radius: 5px;
  text-align: center;
}

.contact-page .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn span {
  font-weight: 700;
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 13px
}

.contact-page .form-area ul.package-list li input[type=radio].css-radio:checked+label.css-radiobtn {
  background: #0CF59D;
  border: #0CF59D 1px solid
}


.donate-page{position: relative; padding: 220px 0 180px 0;}
.donate-page::before{content: ''; position: absolute; bottom: 0px; left: 0px; height: 700px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index: 1; width: 100%;}
.donate-page::after{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 220px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.00) 100%); z-index: 1;}
.donate-page img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover;}
.donate-page .form-area{max-width: 800px; position: relative; z-index: 2; background: rgba(0, 0, 0, 0.60); backdrop-filter: blur(15px); padding: 50px; margin: 0 auto;}
.donate-page .form-area h1{font-family: 'Playfair Display', serif; color: #fff; text-align: center; font-size: 50px; font-weight: 600; line-height: 100%; letter-spacing: 3px; text-transform: uppercase; margin: 0px 0px 10px 0px;}
.donate-page .form-area p{color: #fff; font-size: 18px; font-weight: 400; line-height: 160%; margin: 0; width: 100%; text-align: center;}
.donate-page .form-area .content-info{text-align: center; margin: 25px 0;}
.donate-page .form-area .info{display: inline-flex; background: #fff; font-size: 16px; align-items: center; padding: 10px 15px; border-radius: 25px;}
.donate-page .form-area .info svg{margin-right: 15px;}
.donate-page .form-area .form-group {margin-bottom: 25px}
.donate-page .form-area .form-group.md-4 {margin-bottom: 5px;}
.donate-page .form-area .form-group label {font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; line-height: 13px; margin: 0px 0px 5px 0px; display: block; color: #fff;}
.donate-page .form-area .form-control {width: 100%; height: 46px; border: #D5D5D5 1px solid; border-radius: 5px; padding-left: 25px; font-size: 16px; background: transparent; color: #fff;}
.donate-page .form-area .form-control:focus {box-shadow: none; border: #0CF59D 1px solid}
.donate-page .form-area ul.package-list {margin: 0 -6px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.donate-page .form-area ul.package-list li {width: 16.66%; padding: 0 6px; margin-bottom: 12px;}
.donate-page .form-area ul.package-list li input[type=radio].css-radio {position: absolute; z-index: -1000; left: -1000px; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; margin-top: 0;}
.donate-page .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn {color: #fff; border: 1px solid #D5D5D5; font-size: 15px; font-weight: 400; position: relative; margin: 0px; cursor: pointer; padding: 15px 20px; border-radius: 5px; text-align: center; width: 100%;}
.donate-page .form-area ul.package-list li input[type=radio].css-radio+label.css-radiobtn span {font-weight: 700; display: block; font-size: 24px; line-height: 24px;}
.donate-page .form-area ul.package-list li input[type=radio].css-radio:checked+label.css-radiobtn {background: #0CF59D; border: #0CF59D 1px solid; color: #000;}
.donate-page .form-area .g-recaptcha{max-width: 304px; margin: 0 auto;}
.donate-page .form-area .btn-submit {background: #000; padding: 0 35px; line-height: 60px; border-radius: 10px; font-size: 18px; font-weight: 700; color: #fff; border: none; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}
.donate-page .form-area .btn-submit:hover {background: #0CF59D; color: #000; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease;}


.search-main-block.search-main-block-new { background: unset; backdrop-filter: blur(0px); }
.breadcrumb .breadcrumb-item a { color:#000; }
.breadcrumb .breadcrumb-item.active a { font-weight:500; color:rgba(0, 255, 159, 1); }
.breadcrumb .breadcrumb-item.active a:hover { color:rgba(0, 255, 159, 1); } 
.breadcrumb .breadcrumb-item.active { color:rgba(0, 255, 159, 1); }
.blog-details { padding: 40px 0 100px 0; }
.blog-details h2 { font-size: 35px !important; font-family: 'Playfair Display', serif !important; margin: 0 0 30px 0 !important; font-weight: 700 !important; line-height: 120% !important; }
.blog-details p { font-size: 20px !important; font-weight: 400 !important; line-height: 160% !important; margin: 0 0 30px 0 !important; }
.blog-details ul  { font-size: 20px !important; font-weight: 400 !important; line-height: 160% !important; margin: 0 0 30px 0 !important;     }       
.blog-details h3 { font-size: 30px; font-family: 'Playfair Display', serif; margin: 0 0 25px 0; font-weight: 700; line-height: 120%; }