@charset "UTF-8";
/*
@File: Vesper. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default Btn Area CSS
** - Section Title CSS
** - Preloader Area CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - Company & Story Area CSS
** - Why Join Us Area CSS
** - Our Shop Area CSS
** - Course Area CSS
** - User Experience Area CSS
** - Pricing Plan Area CSS
** - Testimonials Area CSS
** - Golf Experience Area CSS
** - Professional Team Area CSS
** - Main Banner Slide Area CSS
** - Tradition of Excellence Area CSS
** - Overview Features Area CSS
** - Golf Experience Wrap Area CSS
** - Our Services Area CSS
** - Discover Area CSS
** - Tournament Area CSS
** - Blog Area CSS
** - GA Banner Area CSS
** - Box Overview Area CSS
** - Fun Fact Area CSS
** - Page Banner Area CSS
** - Team Area CSS
** - Golf Features Area CSS
** - Gallery Area CSS
** - FAQ Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - History Area CSS
** - Training Schedule Area CSS
** - Golf Training Area CSS
** - Online Reservation Area CSS
** - Profile Authentication Area CSS
** - Privacy Policy Area CSS
** - Terms & Conditions Area CSS
** - Not Found Area CSS
** - Shopping Cart Area CSS
** - Wishlist Area CSS
** - Checkout Area CSS
** - Blog Sidebar Widget Area CSS
** - Shop Sidebar Widget Area CSS
** - Pagination Area CSS

*/
/*================================================
Default CSS
=================================================*/
:root {
  --main-fontFamily: "Sora", sans-serif;
  --primaryColor: #054638;
   /* --secondaryColor: #EDA735; */
  --secondaryColor: #0d6efd;
  --blackColor: #020202;
  --whiteColor: #ffffff;
  --paragraphColor: #5A7184;
  --fontSize: 16px;
  --transition: .6s;
}

body {
  margin: 0;
  padding: 0;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-family: var(--main-fontFamily);
  font-weight: 400;
  background-color: #d4f3ff ;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-weight: 600;
}

a {
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: var(--blackColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.full-bg-wrap-color {
  background: #d4f3ff ;
}

/*================================================
Default Btn Area CSS
=================================================*/
.default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15.5px 35px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
  border-radius: 100px;
  transition: var(--transition);
}
.default-btn img {
  margin-left: 20px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(104%) contrast(101%);
  transition: var(--transition);
}
.default-btn:hover {
  background-color: var(--secondaryColor);
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  margin-bottom: 45px;
}
.section-title span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.section-title .content {
  max-width: 475px;
  margin-left: auto;
}
.section-title .content p {
  margin-bottom: 0;
}

/*================================================
Preloader Area CSS
=================================================*/
@keyframes flip {
  0%, 80% {
    transform: rotateY(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: var(--primaryColor);
}
.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--whiteColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--secondaryColor);
}
.preloader .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--whiteColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--secondaryColor);
  background: var(--whiteColor);
  z-index: 3;
}
.preloader .loader {
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  transform: translateY(-48%);
}
.preloader .loader .waviy span {
  animation: flip 2s infinite;
  color: var(--whiteColor);
  display: inline-block;
  animation-delay: 0.2s;
  font-size: 45px;
  font-weight: 800;
}
.preloader .loader .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader .loader .waviy span:nth-child(3) {
  animation-delay: 0.4s;
}
.preloader .loader .waviy span:nth-child(4) {
  animation-delay: 0.6s;
}
.preloader .loader .waviy span:nth-child(5) {
  animation-delay: 0.8s;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-img img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/* Home One CSS 👇🏻 */
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  background: #F8F4EA;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.main-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ECDCBA;
  z-index: -1;
  max-width: 1460px;
  margin: auto;
}

.main-banner-content {
  padding-top: 100px;
}
.main-banner-content .sub {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.main-banner-content h1 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 0;
}
.main-banner-content h1 b {
  font-weight: bold;
  position: relative;
}
.main-banner-content h1 b .target-icon {
  position: absolute;
  left: 58px;
  top: 2px;
  width: 45px;
  height: 55px;
}
.main-banner-content .banner-btn {
  margin-top: 35px;
}
.main-banner-content .banner-tournament-slide {
  max-width: 765px;
  margin-top: 45px;
  margin-left: 0;
}
.main-banner-content .banner-tournament-slide .top-title {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 22px;
}
.main-banner-content .banner-tournament-slide img {
  border-radius: 50px;
}
.main-banner-content .banner-tournament-slide .content {
  margin-top: 25px;
}
.main-banner-content .banner-tournament-slide .content h3 {
  font-size: 17px;
  margin-bottom: 0;
}
.main-banner-content .banner-tournament-slide .content p {
  margin-bottom: 0;
}
.main-banner-content .banner-tournament-slide .tournament-pagination {
  position: absolute;
  text-align: end;
  top: 0 !important;
}
.main-banner-content .banner-tournament-slide .tournament-pagination .swiper-notification {
  color: #8F8F8F;
}
.main-banner-content .banner-tournament-slide .tournament-pagination .swiper-pagination-total {
  color: #8F8F8F;
}
.main-banner-content .banner-tournament-slide .tournament-pagination .swiper-pagination-current {
  color: var(--primaryColor);
}

.main-banner-image {
  margin-left: 20px;
}
.main-banner-image img {
  min-height: auto;
  border-radius: 0px 0px 50px 50px !important;
}

.main-banner-image-inner {
  position: relative;
}
.main-banner-image-inner .swiper-button-next {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.main-banner-image-inner .swiper-button-next img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  filter: invert(0%) sepia(0%) saturate(8%) hue-rotate(254deg) brightness(100%) contrast(104%);
  transition: var(--transition);
}
.main-banner-image-inner .swiper-button-next:hover {
  border: 1px solid var(--secondaryColor);
}
.main-banner-image-inner .swiper-button-next:hover img {
  filter: invert(87%) sepia(12%) saturate(7435%) hue-rotate(334deg) brightness(98%) contrast(89%);
}
.main-banner-image-inner .swiper-button-next::after {
  display: none;
}
.main-banner-image-inner .swiper-button-prev {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.main-banner-image-inner .swiper-button-prev img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  filter: invert(0%) sepia(0%) saturate(8%) hue-rotate(254deg) brightness(100%) contrast(104%);
  transition: var(--transition);
}
.main-banner-image-inner .swiper-button-prev:hover {
  border: 1px solid var(--secondaryColor);
}
.main-banner-image-inner .swiper-button-prev:hover img {
  filter: invert(87%) sepia(12%) saturate(7435%) hue-rotate(334deg) brightness(98%) contrast(89%);
}
.main-banner-image-inner .swiper-button-prev::after {
  display: none;
}

.main-banner-social {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 5px;
  bottom: 110px;
}
.main-banner-social li {
  list-style-type: none;
  margin-bottom: 20px;
  writing-mode: vertical-lr;
}
.main-banner-social li:last-child {
  margin-bottom: 0;
}
.main-banner-social li a {
  font-size: 15px;
  color: var(--blackColor);
}
.main-banner-social li a:hover {
  color: var(--primaryColor);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: var(--secondaryColor);
}

.partner-title {
  text-align: center;
  margin-bottom: 50px;
}
.partner-title p {
  letter-spacing: 4.2px;
  font-size: 14px;
  color: var(--blackColor);
  margin-bottom: 0;
}

.partner-item {
  margin-bottom: 25px;
}

/*================================================
Company & Story Area CSS
=================================================*/
.company-story-area {
  background: #FFF4A8;
  position: relative;
  z-index: 1;
}
.company-story-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4f3ff ;
  width: 100%;
  height: 395px;
  z-index: -1;
}

.company-story-content {
  max-width: 985px;
  margin: auto;
}
.company-story-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.company-story-content h2 {
  font-size: 56px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.company-story-content .company-story-btn {
  margin-top: 40px;
}

.company-story-video {
  margin-top: 100px;
}
.company-story-video .video {
  border-radius: 50px;
  width: 100%;
  display: block;
}

/*================================================
Why Join Us Area CSS
=================================================*/
.why-join-us-card {
  margin-bottom: 25px;
}
.why-join-us-card .icon {
  border-bottom: 1px solid #ECDCBA;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
.why-join-us-card .icon i {
  font-size: 55px;
  color: var(--primaryColor);
}
.why-join-us-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.why-join-us-card p {
  margin-bottom: 0;
}

/*================================================
Our Shop Area CSS
=================================================*/
.our-shop-area {
  background-color: var(--whiteColor);
}
.our-shop-area.bg-without-wrap {
  background-color: transparent;
}

.our-shop-card {
  text-align: center;
}
.our-shop-card .shop-image a {
  display: block;
}
.our-shop-card .shop-content {
  margin-top: 50px;
}
.our-shop-card .shop-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.our-shop-card .shop-content h3 a {
  color: var(--blackColor);
}
.our-shop-card .shop-content h3 a:hover {
  color: var(--secondaryColor);
}
.our-shop-card.bg-with-white-wrap {
  margin-bottom: 25px;
}
.our-shop-card.bg-with-white-wrap .shop-image {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 100px 50px;
  position: relative;
}
.our-shop-card.bg-with-white-wrap .shop-image .heart-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.our-shop-card.bg-with-white-wrap .shop-image .heart-btn i {
  display: inline-block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #FFDBA7;
  color: var(--blackColor);
  border-radius: 50px;
  font-size: 20px;
  transition: var(--transition);
}
.our-shop-card.bg-with-white-wrap .shop-image .heart-btn i:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.our-shop-card.bg-with-white-wrap .shop-image .cart-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 14px;
  border-radius: 50px;
  transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.our-shop-card.bg-with-white-wrap .shop-image .cart-btn:hover {
  background-color: var(--secondaryColor);
}
.our-shop-card.bg-with-white-wrap .shop-content {
  margin-top: 28px;
  text-align: start;
  position: relative;
  padding-right: 110px;
}
.our-shop-card.bg-with-white-wrap .shop-content span {
  color: #8F8F8F;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
}
.our-shop-card.bg-with-white-wrap .shop-content .price {
  font-size: 20px;
  color: var(--blackColor);
  margin-top: 10px;
  font-weight: 600;
}
.our-shop-card.bg-with-white-wrap .shop-content .rating {
  display: flex;
  align-items: center;
  color: var(--paragraphColor);
  position: absolute;
  top: 0;
  right: 0;
}
.our-shop-card.bg-with-white-wrap .shop-content .rating img {
  font-size: 20px;
  color: var(--secondaryColor);
  margin-right: 7px;
}
.our-shop-card.bg-with-white-wrap:hover .shop-image .heart-btn {
  opacity: 1;
  visibility: visible;
}
.our-shop-card.bg-with-white-wrap:hover .shop-image .cart-btn {
  opacity: 1;
  visibility: visible;
}

.shop-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.shop-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 2px 7px !important;
}
.shop-pagination .swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
  transform: scale(1.2);
}

.shop-grid-box {
  border-radius: 5px;
  background: #F7F8F9;
  padding: 20px 25px;
  margin-bottom: 25px;
}
.shop-grid-box p {
  margin-bottom: 0;
}
.shop-grid-box p span {
  color: var(--blackColor);
}
.shop-grid-box .bold {
  color: var(--blackColor);
  margin-right: 15px;
}
.shop-grid-box .form-select {
  display: inline-block;
  width: 300px;
  height: 45px;
  background-color: var(--whiteColor);
  color: var(--paragraphColor);
  padding: 0 20px;
  font-size: 14px;
  border: none;
  border-radius: 0;
  box-shadow: unset;
  outline: 0;
}

/*================================================
Course Area CSS
=================================================*/
.col-xl-4:nth-child(5) .course-card::before {
  opacity: 0.5;
}

.course-card {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}
.course-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--blackColor);
  border-radius: 20px;
  opacity: 0.25;
}
.course-card img {
  border-radius: 20px;
}
.course-card .info-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  padding-right: 65px;
}
.course-card .info-box .info .image img {
  max-width: 45px;
}
.course-card .info-box .info .title {
  margin-left: 15px;
}
.course-card .info-box .info .title h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.course-card .info-box .info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: var(--whiteColor);
}
.course-card .info-box .price {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.41);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px 10px 10px;
  font-size: 18px;
  color: var(--whiteColor);
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  transition: var(--transition);
}
.course-card .content {
  border-radius: 20px;
  background: rgba(91, 103, 20, 0.42);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  padding: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.course-card .content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.course-card .content h3 a {
  color: var(--whiteColor);
}
.course-card:hover .info-box .price {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}

/*================================================
User Experience Area CSS
=================================================*/
.user-experience-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.user-experience-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.user-experience-content p {
  margin-bottom: 0;
}
.user-experience-content .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.user-experience-content .list li {
  list-style-type: none;
  color: var(--blackColor);
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.user-experience-content .list li:last-child {
  margin-bottom: 0;
}
.user-experience-content .list li i {
  color: var(--secondaryColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.user-experience-content .user-experience-btn {
  margin-top: 35px;
}

.user-experience-image {
  padding-left: 25px;
}
.user-experience-image img {
  border-radius: 10px;
}

/*================================================
Pricing Plan Area CSS
=================================================*/
.pricing-plan-area {
  background-color: var(--primaryColor);
}
.pricing-plan-area .section-title span {
  color: var(--whiteColor);
}
.pricing-plan-area .section-title h2 {
  color: var(--whiteColor);
}
.pricing-plan-area .section-title .content p {
  color: #D9D9D9;
}

.pricing-plan-card {
  margin-bottom: 25px;
  padding: 50px 30px;
  border-radius: 20px;
  background: #d4f3ff ;
}
.pricing-plan-card .price-header {
  margin-bottom: 30px;
}
.pricing-plan-card .price-header .title h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.pricing-plan-card .price-header .title p {
  margin-bottom: 0;
}
.pricing-plan-card .price-header .price h1 {
  font-size: 40px;
  margin-bottom: 0;
  color: var(--primaryColor);
}
.pricing-plan-card .price-header .price h1 span {
  font-size: 15px;
  color: #8F8F8F;
  font-weight: 400;
}
.pricing-plan-card .price-btn {
  margin-bottom: 30px;
}
.pricing-plan-card .price-btn .default-btn {
  width: 100%;
  border-radius: 5px;
}
.pricing-plan-card .big-size {
  font-size: 17.5px;
  margin-bottom: 25px;
}
.pricing-plan-card h5 {
  margin-bottom: 0;
  font-size: 17px;
}
.pricing-plan-card .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.pricing-plan-card .list li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.pricing-plan-card .list li:last-child {
  margin-bottom: 0;
}
.pricing-plan-card .list li i {
  color: var(--secondaryColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.pricing-plan-card.wrap-with-white {
  background-color: var(--whiteColor);
  transition: var(--transition);
  margin-bottom: 0;
}
.pricing-plan-card.wrap-with-white .price-header .title h3 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white .price-header .title p {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white .price-header .price h1 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white .price-header .price h1 span {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white .price-btn .default-btn {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--blackColor) !important;
}
.pricing-plan-card.wrap-with-white .big-size {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white h5 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white .list li {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white:hover {
  background-color: var(--primaryColor);
}
.pricing-plan-card.wrap-with-white:hover .price-header .title h3 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white:hover .price-header .title p {
  color: #D9D9D9;
}
.pricing-plan-card.wrap-with-white:hover .price-header .price h1 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white:hover .price-header .price h1 span {
  color: #8F8F8F;
}
.pricing-plan-card.wrap-with-white:hover .price-btn .default-btn {
  background-color: var(--secondaryColor);
}
.pricing-plan-card.wrap-with-white:hover .big-size {
  color: #D9D9D9;
}
.pricing-plan-card.wrap-with-white:hover h5 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white:hover .list li {
  color: #D9D9D9;
}
.pricing-plan-card.wrap-with-white-two {
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .price-header .title h3 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .price-header .title p {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .price-header .price h1 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .price-header .price h1 span {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .price-btn .default-btn {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--blackColor) !important;
}
.pricing-plan-card.wrap-with-white-two .big-size {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two h5 {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two .list li {
  transition: var(--transition);
}
.pricing-plan-card.wrap-with-white-two:hover {
  background-color: var(--primaryColor);
}
.pricing-plan-card.wrap-with-white-two:hover .price-header .title h3 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white-two:hover .price-header .title p {
  color: #D9D9D9;
}
.pricing-plan-card.wrap-with-white-two:hover .price-header .price h1 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white-two:hover .price-header .price h1 span {
  color: #8F8F8F;
}
.pricing-plan-card.wrap-with-white-two:hover .price-btn .default-btn {
  background-color: var(--secondaryColor);
}
.pricing-plan-card.wrap-with-white-two:hover .big-size {
  color: #D9D9D9;
}
.pricing-plan-card.wrap-with-white-two:hover h5 {
  color: var(--whiteColor);
}
.pricing-plan-card.wrap-with-white-two:hover .list li {
  color: #D9D9D9;
}

.pricing-plan-wrap-content {
  padding-left: 30px;
}
.pricing-plan-wrap-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing-plan-wrap-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.pricing-plan-wrap-content p {
  margin-bottom: 0;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
  background: var(--secondaryColor);
}
.testimonials-area.bg-without-wrap {
  background-color: transparent;
}

.testimonials-title span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
}

.testimonials-content {
  margin-top: -10px;
}
.testimonials-content h3 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.testimonials-content .info {
  margin-top: 45px;
}
.testimonials-content .info .image img {
  border-radius: 50%;
  max-width: 55px;
}
.testimonials-content .info .title {
  margin-left: 15px;
}
.testimonials-content .info .title h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-content .info .title span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.testimonials-wrap-area {
  background: #FFF4A8;
  overflow: hidden;
}
.testimonials-wrap-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-wrap-area .testimonials-title {
  padding-top: 110px;
}
.testimonials-wrap-area .testimonials-content {
  margin-top: 0;
  max-width: 675px;
  padding-bottom: 110px;
}
.testimonials-wrap-area .testimonials-content .info {
  margin-top: 35px;
}
.testimonials-wrap-area.wrap-main-color {
  background-color: var(--primaryColor);
}
.testimonials-wrap-area.wrap-main-color .sub {
  letter-spacing: 4.2px;
  color: var(--whiteColor);
  display: block;
  font-size: 14px;
  margin-bottom: 35px;
}
.testimonials-wrap-area.wrap-main-color .testimonials-content h3 {
  color: var(--whiteColor);
}
.testimonials-wrap-area.wrap-main-color .testimonials-content .info {
  margin-top: 35px;
}
.testimonials-wrap-area.wrap-main-color .testimonials-content .info .title h4 {
  color: var(--whiteColor);
}
.testimonials-wrap-area.wrap-main-color .testimonials-content .info .title span {
  color: #D9D9D9;
}

.testimonials-wrap-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  margin-right: 70px;
}

.testimonials-slide-swiper {
  position: relative;
}
.testimonials-slide-swiper .testimonials-slide-arrow {
  display: flex;
  position: absolute;
  right: 75px;
  bottom: 125px;
  z-index: 9;
  padding-left: 0;
  margin-bottom: 0;
}
.testimonials-slide-swiper .testimonials-slide-arrow li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.testimonials-slide-swiper .testimonials-slide-arrow li:last-child {
  margin-right: 0;
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-next {
  display: inline-block;
  height: 62px;
  width: 62px;
  border: 1px solid var(--blackColor);
  border-radius: 50px;
  text-align: center;
  color: var(--blackColor);
  position: relative;
  left: 0;
  transition: var(--transition);
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-next i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 25px;
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-next:hover {
  border: 1px solid var(--whiteColor);
  background-color: var(--whiteColor);
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-next::after {
  display: none;
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-prev {
  display: inline-block;
  height: 62px;
  width: 62px;
  border: 1px solid var(--blackColor);
  border-radius: 50px;
  text-align: center;
  color: var(--blackColor);
  position: relative;
  left: 0;
  transition: var(--transition);
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-prev i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 25px;
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-prev:hover {
  border: 1px solid var(--whiteColor);
  background-color: var(--whiteColor);
}
.testimonials-slide-swiper .testimonials-slide-arrow .swiper-button-prev::after {
  display: none;
}

.testimonials-card {
  background-color: var(--whiteColor);
  padding: 50px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.testimonials-card .info {
  margin-bottom: 25px;
}
.testimonials-card .info .image img {
  border-radius: 50%;
  max-width: 55px;
}
.testimonials-card .info .title {
  margin-left: 15px;
}
.testimonials-card .info .title h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-card .info .title span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.testimonials-card p {
  margin-bottom: 0;
  font-size: 17px;
}

/*================================================
Golf Experience Area CSS
=================================================*/
.golf-experience-area {
  background: #FFF4A8;
}

.golf-experience-item {
  margin-bottom: 25px;
}
.golf-experience-item .experience-image {
  position: relative;
}
.golf-experience-item .experience-image img {
  border-radius: 20px;
}
.golf-experience-item .experience-image .info {
  border-radius: 20px;
  background: rgba(91, 103, 20, 0.42);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  padding: 20px 30px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: space-between;
}
.golf-experience-item .experience-image .info li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  color: #d4f3ff ;
}
.golf-experience-item .experience-image .info li b {
  font-weight: 600;
  font-size: 15.5px;
  color: var(--whiteColor);
}
.golf-experience-item .experience-content {
  border-bottom: 1px solid #ECDCBA;
  padding-top: 28px;
  padding-bottom: 25px;
  padding-right: 25px;
}
.golf-experience-item .experience-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.golf-experience-item .experience-content p {
  margin-bottom: 0;
}

/*================================================
Professional Team Area CSS
=================================================*/
.professional-team-card .image img {
  border-radius: 10px;
}
.professional-team-card .content {
  margin-top: 25px;
}
.professional-team-card .content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.professional-team-card .content.wrap-bottom {
  margin-top: 0;
  margin-bottom: 25px;
}

.professional-team-content {
  padding-left: 45px;
}
.professional-team-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.professional-team-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.professional-team-content p {
  margin-bottom: 0;
}
.professional-team-content .team-btn {
  margin-top: 30px;
}

/* Home Two CSS 👇🏻 */
/*================================================
Main Banner Slide Area CSS
=================================================*/
.main-slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 280px;
  padding-bottom: 280px;
}

.main-slider-content {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.main-slider-content .sub {
  border-radius: 10px;
  background: rgba(17, 18, 13, 0.24);
  color: var(--secondaryColor);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  font-size: 14px;
  letter-spacing: 4.2px;
  padding: 10px 35px;
  display: inline-block;
  margin-bottom: 15px;
}
.main-slider-content h1 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.main-slider-content .slider-btn {
  margin-top: 30px;
}

.main-slider {
  position: relative;
}
.main-slider .swiper-button-next {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.main-slider .swiper-button-next i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 0;
  color: var(--whiteColor);
}
.main-slider .swiper-button-next:hover {
  border: 1px solid var(--whiteColor);
}
.main-slider .swiper-button-next::after {
  display: none;
}
.main-slider .swiper-button-prev {
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.main-slider .swiper-button-prev i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 0;
  color: var(--whiteColor);
}
.main-slider .swiper-button-prev:hover {
  border: 1px solid var(--whiteColor);
}
.main-slider .swiper-button-prev::after {
  display: none;
}

.main-slider-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px !important;
  z-index: 1;
  display: none;
  text-align: center;
}
.main-slider-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 2px 7px !important;
  height: 12px;
  width: 12px;
}
.main-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
  transform: scale(1.2);
}

/*================================================
Tradition of Excellence Area CSS
=================================================*/
.tradition-of-excellence-image {
  position: relative;
  padding-right: 100px;
}
.tradition-of-excellence-image img {
  border-radius: 10px;
}
.tradition-of-excellence-image .tradition-fun-fact {
  padding-left: 0;
  margin-bottom: 0;
  background-color: var(--secondaryColor);
  padding: 40px 30px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.tradition-of-excellence-image .tradition-fun-fact li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tradition-of-excellence-image .tradition-fun-fact li h3 {
  font-size: 55px;
  font-weight: 400;
  color: var(--whiteColor);
  margin-bottom: 5px;
}
.tradition-of-excellence-image .tradition-fun-fact li p {
  margin-bottom: 0;
  color: var(--primaryColor);
}
.tradition-of-excellence-image .tradition-fun-fact li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tradition-of-excellence-content {
  padding-left: 100px;
}
.tradition-of-excellence-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.tradition-of-excellence-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.tradition-of-excellence-content p {
  margin-bottom: 0;
}
.tradition-of-excellence-content .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.tradition-of-excellence-content .list li {
  list-style-type: none;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 20px 15px 45px;
}
.tradition-of-excellence-content .list li::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--secondaryColor);
  border-radius: 3px;
  margin-top: -1px;
}
.tradition-of-excellence-content .list li:last-child {
  margin-bottom: 0;
}
.tradition-of-excellence-content .tradition-btn {
  margin-top: 35px;
}

/*================================================
Overview Features Area CSS
=================================================*/
.overview-features-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.overview-features-area.with-main-color-wrap {
  background-color: var(--primaryColor);
}
.overview-features-area.with-main-color-wrap .overview-features-card {
  max-width: 490px;
}

.overview-features-inner {
  background-color: var(--primaryColor);
  padding: 75px 30px 50px;
  border-radius: 7px;
}

.col-lg-4:nth-child(3) .overview-features-card {
  border-right: none;
}

.overview-features-card {
  position: relative;
  padding-left: 90px;
  margin-bottom: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 465px;
}
.overview-features-card .icon {
  position: absolute;
  left: 0;
  top: 2px;
}
.overview-features-card .icon i {
  font-size: 57px;
  line-height: 0;
  color: var(--whiteColor);
}
.overview-features-card h3 {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 18px;
}
.overview-features-card p {
  color: #F5F6F9;
  margin-bottom: 0;
  max-width: 330px;
}

/*================================================
Golf Experience Wrap Area CSS
=================================================*/
.golf-experience-wrap-content span {
  letter-spacing: 4.2px;
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.golf-experience-wrap-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.golf-experience-wrap-content p {
  margin-bottom: 0;
}
.golf-experience-wrap-content .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.golf-experience-wrap-content .list li {
  list-style-type: none;
  color: var(--blackColor);
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.golf-experience-wrap-content .list li:last-child {
  margin-bottom: 0;
}
.golf-experience-wrap-content .list li i {
  color: var(--secondaryColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.golf-experience-wrap-content .experience-btn {
  margin-top: 35px;
}

.golf-experience-wrap-image {
  position: relative;
  margin-left: 55px;
  padding-bottom: 100px;
  padding-left: 120px;
}
.golf-experience-wrap-image img {
  border-radius: 10px;
}
.golf-experience-wrap-image .wrap-image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 450px;
}

/*================================================
Our Services Area CSS
=================================================*/
.our-services-area {
  background: #FFF4A8;
}

.our-services-card {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  border-radius: 5px;
}
.our-services-card .services-image a {
  display: block;
}
.our-services-card .services-image a img {
  border-radius: 5px;
}
.our-services-card .services-content {
  position: relative;
  padding: 35px 25px 35px 132px;
}
.our-services-card .services-content .icon {
  display: inline-block;
  width: 85px;
  height: 65px;
  border: 1px solid var(--secondaryColor);
  border-radius: 65% 35% 61% 39%/61% 35% 65% 39%;
  text-align: center;
  position: absolute;
  left: 25px;
  top: 35px;
}
.our-services-card .services-content .icon i {
  font-size: 35px;
  color: var(--primaryColor);
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-services-card .services-content h3 {
  font-size: 21px;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 1.5;
}
.our-services-card .services-content h3 a {
  color: var(--blackColor);
  transition: var(--transition);
}
.our-services-card .services-content h3 a:hover {
  color: var(--secondaryColor);
}
.our-services-card .services-content .services-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #8F8F8F;
  margin-top: 50px;
  transition: var(--transition);
}
.our-services-card .services-content .services-btn i {
  font-size: 20px;
  margin-left: 15px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.our-services-card:hover .services-content .services-btn {
  color: var(--primaryColor);
  letter-spacing: 0.48px;
}

.our-services-box {
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 35px 30px;
  text-align: center;
}
.our-services-box .icon {
  display: inline-block;
  width: 90px;
  height: 70px;
  border: 1px solid var(--secondaryColor);
  border-radius: 65% 35% 61% 39%/61% 35% 65% 39%;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.our-services-box .icon i {
  font-size: 35px;
  color: var(--primaryColor);
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.our-services-box h3 {
  font-size: 23.5px;
  margin-bottom: 0;
  letter-spacing: 0.48px;
  line-height: 1.5;
}
.our-services-box h3 a {
  color: var(--blackColor);
}
.our-services-box .services-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #8F8F8F;
  margin-top: 50px;
  transition: var(--transition);
}
.our-services-box .services-btn i {
  font-size: 20px;
  margin-left: 15px;
  line-height: 1;
}

/*================================================
Discover Area CSS
=================================================*/
.discover-area {
  background: #FFF4A8;
  position: relative;
  z-index: 1;
}
.discover-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4f3ff ;
  width: 100%;
  height: 150px;
  z-index: -1;
}
.discover-area.wrap-style-two {
  background-color: var(--blackColor);
}

.discover-inner-area {
  background-color: var(--secondaryColor);
  padding: 70px 90px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.discover-inner-area .discover-content {
  max-width: 610px;
}
.discover-inner-area .discover-content span {
  letter-spacing: 4.2px;
  color: var(--primaryColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.discover-inner-area .discover-content h2 {
  font-size: 37px;
  margin-bottom: 0;
  line-height: 1.4;
}
.discover-inner-area .discover-btn {
  text-align: end;
}
.discover-inner-area .discover-btn .default-btn:hover {
  background-color: var(--blackColor);
}
.discover-inner-area .discover-shape {
  position: absolute;
  right: 22%;
  transform: translateX(-22%) !important;
  bottom: 10px;
  z-index: -1;
}

/*================================================
Tournament Area CSS
=================================================*/
.tournament-card {
  margin-bottom: 25px;
}
.tournament-card .top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.tournament-card .top .number {
  color: var(--secondaryColor);
  padding-right: 20px;
  background: #d4f3ff ;
}
.tournament-card .top .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #d4f3ff ;
  padding-right: 30px;
}
.tournament-card .top .date i {
  line-height: 0;
  font-size: 17px;
  margin-right: 7px;
  position: relative;
  top: -0.8px;
}
.tournament-card .top::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ECDCBA;
  z-index: -1;
}
.tournament-card .image {
  position: relative;
}
.tournament-card .image img {
  border-radius: 50px;
}
.tournament-card .image .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.tournament-card .image .icon a {
  display: inline-block;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  position: relative;
}
.tournament-card .image .icon a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 25px;
}
.tournament-card .image .icon a:hover {
  background-color: var(--secondaryColor);
}
.tournament-card .content {
  margin-top: 30px;
}
.tournament-card .content h3 {
  font-size: var(--fontSize);
  margin-bottom: 0;
}
.tournament-card .content p {
  margin-bottom: 0;
}
.tournament-card:hover .image .icon {
  opacity: 1;
  visibility: visible;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-card {
  background-color: var(--whiteColor);
  border-radius: 5px;
  margin-bottom: 25px;
}
.blog-card .blog-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.blog-card .blog-content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 30px;
}
.blog-card .blog-content .sub {
  display: block;
  margin-bottom: 15px;
}
.blog-card .blog-content .sub a {
  color: var(--secondaryColor);
  letter-spacing: 0.52px;
  font-size: 14px;
}
.blog-card .blog-content h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card .blog-content h3 a {
  color: var(--blackColor);
}
.blog-card .blog-content h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card .blog-content .info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog-card .blog-content .info img {
  max-width: 30px;
  border-radius: 50%;
}
.blog-card .blog-content .info span {
  font-size: 14px;
  letter-spacing: 0.32px;
  margin-left: 8px;
}
.blog-card .blog-content .info span a {
  color: var(--paragraphColor);
}
.blog-card .blog-content .info span a:hover {
  color: var(--secondaryColor);
}
.blog-card .blog-content .meta {
  display: flex;
  padding-left: 0;
  margin-top: 45px;
  margin-bottom: 0;
}
.blog-card .blog-content .meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  margin-right: 35px;
  position: relative;
  padding-left: 20px;
}
.blog-card .blog-content .meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-card .blog-content .meta li::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 7px;
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--paragraphColor);
  border-radius: 50%;
}
.blog-card .blog-content .meta li:last-child {
  margin-right: 0;
}
.blog-card .blog-content .meta li:last-child::before {
  display: none;
}

.blog-inner-area {
  max-width: 850px;
  margin: auto;
}

.blog-item {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  border-radius: 7px;
}
.blog-item.sticky {
  background-color: #e9dddd;
}
.blog-item .blog-image {
  position: relative;
}
.blog-item .blog-image a {
  display: block;
}
.blog-item .blog-image a img {
  border-radius: 7px;
}
.blog-item .blog-image .read {
  font-size: 14px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  padding: 5px 8px;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.blog-item .blog-content {
  padding: 35px 30px;
  position: relative;
}
.blog-item .blog-content .meta {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 30px;
}
.blog-item .blog-content .meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  margin-right: 35px;
  position: relative;
  padding-left: 20px;
}
.blog-item .blog-content .meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-item .blog-content .meta li::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--paragraphColor);
  border-radius: 50%;
}
.blog-item .blog-content .meta li .info {
  display: flex;
  align-items: center;
}
.blog-item .blog-content .meta li .info img {
  max-width: 30px;
  border-radius: 50%;
}
.blog-item .blog-content .meta li .info span {
  font-size: 14px;
  letter-spacing: 0.32px;
  margin-left: 8px;
}
.blog-item .blog-content .meta li .info span a {
  color: var(--paragraphColor);
}
.blog-item .blog-content .meta li .info span a:hover {
  color: var(--secondaryColor);
}
.blog-item .blog-content .meta li:first-child {
  padding-left: 0;
}
.blog-item .blog-content .meta li:last-child {
  margin-right: 0;
}
.blog-item .blog-content .meta li:last-child::before {
  display: none;
}
.blog-item .blog-content h3 {
  font-size: 24px;
  border-bottom: 1px solid #E3E9F7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-item .blog-content h3 a {
  color: var(--blackColor);
}
.blog-item .blog-content h3 a:hover {
  color: var(--secondaryColor);
}
.blog-item .blog-content p {
  margin-bottom: 0;
}
.blog-item .blog-content .sub {
  position: absolute;
  top: 35px;
  right: 30px;
}
.blog-item .blog-content .sub a {
  font-size: 14px;
  color: var(--secondaryColor);
}

/* Home Three CSS 👇🏻 */
/*================================================
GA Banner Area CSS
=================================================*/
.ga-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.ga-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}

.ga-banner-banner-content {
  padding-top: 130px;
  padding-bottom: 180px;
}
.ga-banner-banner-content .sub {
  font-size: 14px;
  display: block;
  letter-spacing: 4.2px;
  color: var(--secondaryColor);
  margin-bottom: 15px;
}
.ga-banner-banner-content h1 {
  margin-bottom: 0;
  font-size: 125px;
  font-weight: bold;
  line-height: 130px;
  position: relative;
  z-index: 1;
}
.ga-banner-banner-content h1 img {
  border-radius: 50px;
}
.ga-banner-banner-content h1 span {
  display: inline-block;
  position: relative;
  color: var(--primaryColor);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 597px;
  height: 150px;
  top: -8px;
}
.ga-banner-banner-content .banner-btn {
  margin-top: 40px;
}
.ga-banner-banner-content .banner-btn .default-btn {
  background-color: var(--secondaryColor);
  color: var(--blackColor) !important;
}
.ga-banner-banner-content .banner-btn .default-btn img {
  filter: invert(0%) sepia(82%) saturate(7500%) hue-rotate(104deg) brightness(110%) contrast(98%);
}
.ga-banner-banner-content .banner-btn .default-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
}
.ga-banner-banner-content .banner-btn .default-btn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(104%) contrast(101%);
}

.ga-banner-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.banner-cloud-shape {
  position: absolute;
  top: 2%;
  left: 42%;
  transform: translateY(-2%) translateX(-42%);
  z-index: -1;
}

.ga-banner-social {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 35px;
  left: 45%;
  transform: translateX(-45%);
}
.ga-banner-social li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}
.ga-banner-social li:last-child {
  margin-right: 0;
}
.ga-banner-social li a {
  font-size: 15px;
  color: var(--blackColor);
}
.ga-banner-social li a:hover {
  color: var(--secondaryColor);
}

/*================================================
Box Overview Area CSS
=================================================*/
.box-overview-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.box-overview-inner-area {
  background-color: var(--primaryColor);
  padding: 100px 82px;
  border-radius: 5px;
}
.box-overview-inner-area.white-wrap-style {
  background-color: var(--whiteColor);
}
.box-overview-inner-area.white-wrap-style .box-overview-item .box-overview-content span {
  color: var(--blackColor);
}
.box-overview-inner-area.white-wrap-style .box-overview-item .box-overview-content h2 {
  color: var(--blackColor);
}
.box-overview-inner-area.white-wrap-style .box-overview-item .box-overview-content p {
  color: var(--paragraphColor);
}
.box-overview-inner-area.white-wrap-style .box-overview-item .box-overview-content .list li {
  background: #FFF4A8;
  color: var(--blackColor);
}
.box-overview-inner-area.secondary-wrap-style {
  background-color: #FFF4A8;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-image {
  padding-right: 50px;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-image.wrap-two {
  padding-right: 0;
  padding-left: 50px;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content {
  padding-left: 0;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content.wrap-two {
  padding-right: 0;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content span {
  color: var(--blackColor);
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content h2 {
  color: var(--blackColor);
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content p {
  color: var(--paragraphColor);
  max-width: 500px;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content .list li {
  background: #ECDCBA;
  color: var(--blackColor);
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content .overview-btn .default-btn {
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content .overview-btn .default-btn img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(104%) contrast(101%);
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content .overview-btn .default-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor) !important;
}
.box-overview-inner-area.secondary-wrap-style .box-overview-item .box-overview-content .overview-btn .default-btn:hover img {
  filter: invert(98%) sepia(100%) saturate(2%) hue-rotate(6deg) brightness(103%) contrast(100%);
}

.box-overview-item {
  margin-bottom: 100px;
}
.box-overview-item:last-child {
  margin-bottom: 0;
}
.box-overview-item .box-overview-image {
  padding-right: 40px;
}
.box-overview-item .box-overview-image img {
  border-radius: 10px;
}
.box-overview-item .box-overview-image.wrap-two {
  padding-right: 0;
  padding-left: 40px;
}
.box-overview-item .box-overview-content {
  padding-left: 120px;
}
.box-overview-item .box-overview-content span {
  letter-spacing: 4.2px;
  color: var(--whiteColor);
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.box-overview-item .box-overview-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: var(--whiteColor);
}
.box-overview-item .box-overview-content p {
  margin-bottom: 0;
  color: #D9D9D9;
}
.box-overview-item .box-overview-content .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.box-overview-item .box-overview-content .list li {
  list-style-type: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--whiteColor);
  margin-bottom: 15px;
  position: relative;
  padding: 15px 20px 15px 50px;
  font-size: 15.8px;
}
.box-overview-item .box-overview-content .list li i {
  font-size: 22px;
  color: var(--secondaryColor);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.box-overview-item .box-overview-content .list li:last-child {
  margin-bottom: 0;
}
.box-overview-item .box-overview-content .overview-btn {
  margin-top: 35px;
}
.box-overview-item .box-overview-content .overview-btn .default-btn {
  background-color: var(--secondaryColor);
  color: var(--blackColor) !important;
}
.box-overview-item .box-overview-content .overview-btn .default-btn img {
  filter: invert(0%) sepia(82%) saturate(7500%) hue-rotate(104deg) brightness(110%) contrast(98%);
}
.box-overview-item .box-overview-content .overview-btn .default-btn:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor) !important;
}
.box-overview-item .box-overview-content .overview-btn .default-btn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(104%) contrast(101%);
}
.box-overview-item .box-overview-content.wrap-two {
  padding-left: 0;
  padding-right: 120px;
}

/*================================================
Fun Fact Area CSS
=================================================*/
.fun-fact-area {
  background-color: var(--blackColor);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fun-fact-content {
  margin-bottom: 55px;
}
.fun-fact-content h2 {
  font-size: 63px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--whiteColor);
}

.fun-fact-box {
  max-width: 550px;
  margin-left: auto;
}
.fun-fact-box .col-lg-6:nth-child(1) .fun-fact-card {
  padding-bottom: 50px;
  padding-right: 30px;
}
.fun-fact-box .col-lg-6:nth-child(2) .fun-fact-card {
  padding-bottom: 50px;
  padding-left: 30px;
  border-right: none;
}
.fun-fact-box .col-lg-6:nth-child(3) .fun-fact-card {
  padding-top: 50px;
  padding-right: 30px;
  border-bottom: none;
}
.fun-fact-box .col-lg-6:nth-child(4) .fun-fact-card {
  padding-top: 50px;
  padding-left: 30px;
  border-bottom: none;
  border-right: none;
}
.fun-fact-box .fun-fact-card {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fun-fact-box .fun-fact-card h3 {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--whiteColor);
}
.fun-fact-box .fun-fact-card p {
  color: #D9D9D9;
  margin-bottom: 0;
}

.fun-fact-shape {
  position: absolute;
  top: 0;
  left: 18%;
  transform: translateX(-18%);
  z-index: -1;
  max-width: 665px;
}

/* All Inner Pages CSS  */
/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
  background-color: var(--whiteColor);
  padding-top: 75px;
  padding-bottom: 100px;
}

.page-banner-content h1, .page-banner-content h2, .page-banner-content h3 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-banner-content .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.page-banner-content .list li {
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  margin-right: 35px;
  position: relative;
}
.page-banner-content .list li::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--paragraphColor);
  border-radius: 50%;
}
.page-banner-content .list li a {
  color: var(--paragraphColor);
}
.page-banner-content .list li a:hover {
  color: var(--secondaryColor);
}
.page-banner-content .list li:last-child {
  margin-right: 0;
  color: var(--secondaryColor);
}
.page-banner-content .list li:last-child::before {
  display: none;
}

/*================================================
Team Area CSS
=================================================*/
.team-card {
  margin-bottom: 25px;
}
.team-card .image {
  position: relative;
}
.team-card .image img {
  border-radius: 10px;
  border: 1px solid #ECDCBA;
}
.team-card .image .social {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.team-card .image .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.team-card .image .social li:last-child {
  margin-right: 0;
}
.team-card .image .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  transition: var(--transition);
}
.team-card .image .social li a i:hover {
  background-color: var(--secondaryColor);
}
.team-card .content {
  margin-top: 25px;
}
.team-card .content span {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
.team-card .content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.team-card:hover .image .social {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

/*================================================
Golf Features Area CSS
=================================================*/
.golf-features-area {
  position: relative;
  z-index: 1;
  background-color: var(--blackColor);
}
.golf-features-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4f3ff ;
  width: 100%;
  height: 120px;
  z-index: -1;
}
.golf-features-area.without-bg-wrap {
  background-color: transparent;
}
.golf-features-area.without-bg-wrap::before {
  display: none;
}

.golf-features-inner {
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 75px 150px 50px;
}

.col-lg-6:nth-child(2) .golf-features-card {
  border-right: none;
}

.golf-features-card {
  position: relative;
  padding-left: 90px;
  margin-bottom: 25px;
  border-right: 1px solid #ECDCBA;
  max-width: 465px;
}
.golf-features-card .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.golf-features-card .icon i {
  font-size: 57px;
  color: var(--secondaryColor);
  line-height: 0;
}
.golf-features-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.golf-features-card p {
  margin-bottom: 0;
  max-width: 335px;
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-items {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 7px;
}
.gallery-items a {
  border-radius: 7px;
  overflow: hidden;
}
.gallery-items a img {
  border-radius: 7px;
  transition: var(--transition);
}
.gallery-items:hover a img {
  transform: scale(1.1);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion-item {
  margin-bottom: 25px;
  background: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  border-radius: 7px;
  transition: var(--transition);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-button {
  color: var(--blackColor);
  position: relative;
  text-align: start;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 60px 25px 25px;
  transition: var(--transition);
  background: transparent;
  border-radius: 7px;
}
.faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "\ea11";
  font-family: "remixicon";
  font-size: 22px;
  color: #8F8F8F;
  font-weight: 400;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primaryColor);
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ee57";
  color: var(--primaryColor);
}
.faq-accordion .accordion-item .accordion-button.collapsed {
  border-radius: 7px;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px;
  border-top: 1px solid #EDEDED;
}
.faq-accordion .accordion-item:hover {
  border: 1px solid var(--secondaryColor);
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-card {
  background-color: var(--whiteColor);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 45px 55px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--whiteColor);
}
.contact-info-card .icon {
  margin-bottom: 25px;
}
.contact-info-card .icon i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 32px;
  text-align: center;
  border-radius: 50px;
}
.contact-info-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-info-card span {
  display: block;
  line-height: 1.8;
}
.contact-info-card span a {
  color: var(--paragraphColor);
}
.contact-info-card span a:hover {
  color: var(--primaryColor);
}
.contact-info-card:hover {
  border: 1px solid var(--primaryColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-wrap-form {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 50px 45px;
  max-width: 985px;
  margin: auto;
}
.contact-wrap-form h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.contact-wrap-form form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-wrap-form form .form-group p {
  margin-bottom: 0 !important;
}
.contact-wrap-form form .form-group label {
  font-size: 14px;
  color: var(--blackColor);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}
.contact-wrap-form form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 25px 15px 55px;
}
.contact-wrap-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-wrap-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.contact-wrap-form form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.contact-wrap-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-wrap-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-wrap-form form .form-group .icon {
  position: absolute;
  left: 25px;
  top: 51px;
}
.contact-wrap-form form .form-group .icon i {
  color: #A9A9C8;
  font-size: 20px;
}
.contact-wrap-form form .form-group textarea.form-control {
  min-height: 100px;
}
.contact-wrap-form form .form-group.top-css .icon {
  top: 50px;
}
.contact-wrap-form form .default-btn {
  border: none;
}
.contact-wrap-form form .default-btn i {
  position: relative;
  left: 6px;
  top: 1px;
}

/*================================================
History Area CSS
=================================================*/
.history-content h1 {
  color: var(--primaryColor);
  font-size: 62px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

/*================================================
Training Schedule Area CSS
=================================================*/
.training-schedule-card {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 50px 40px;
}
.training-schedule-card h3 {
  font-size: 18px;
  border-bottom: 1px solid #ECDCBA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.training-schedule-card .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.training-schedule-card .list li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}
.training-schedule-card .list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  left: 0;
  top: 7px;
  background-color: var(--paragraphColor);
}
.training-schedule-card .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Golf Training Area CSS
=================================================*/
.golf-training-area {
  background: #FFF4A8;
}

.golf-training-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.golf-training-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}
.golf-training-list .list {
  padding-left: 0;
  margin-bottom: 0;
}
.golf-training-list .list li {
  list-style-type: none;
  background-color: var(--whiteColor);
  color: var(--paragraphColor);
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 20px 15px 45px;
}
.golf-training-list .list li::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--secondaryColor);
  border-radius: 3px;
  margin-top: -1px;
}
.golf-training-list .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Online Reservation Area CSS
=================================================*/
.reservation-wrap-form {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 50px 45px;
  max-width: 985px;
  margin: auto;
}
.reservation-wrap-form h3 {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.reservation-wrap-form form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.reservation-wrap-form form .form-group label {
  font-size: 14px;
  color: var(--blackColor);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 12px;
}
.reservation-wrap-form form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 25px 15px 55px;
}
.reservation-wrap-form form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.reservation-wrap-form form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.reservation-wrap-form form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.reservation-wrap-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.reservation-wrap-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.reservation-wrap-form form .form-group .icon {
  position: absolute;
  left: 25px;
  top: 51px;
}
.reservation-wrap-form form .form-group .icon i {
  color: #A9A9C8;
  font-size: 20px;
}
.reservation-wrap-form form .form-group textarea.form-control {
  min-height: 100px;
}
.reservation-wrap-form form .form-group.top-css .icon {
  top: 49px;
}
.reservation-wrap-form form .reservation-button {
  text-align: center;
}
.reservation-wrap-form form .reservation-button .default-btn {
  border: none;
}
.reservation-wrap-form form .reservation-button .default-btn i {
  margin-left: 5px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-inner {
  max-width: 1120px;
  margin: auto;
}

.profile-authentication-box {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 35px 30px;
}
.profile-authentication-box .content {
  text-align: center;
  margin-bottom: 25px;
}
.profile-authentication-box .content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.profile-authentication-box .content p {
  margin-bottom: 0;
}
.profile-authentication-box .content p a {
  color: var(--primaryColor);
  font-weight: 600;
}
.profile-authentication-box .content p a:hover {
  color: var(--secondaryColor);
}
.profile-authentication-box .authentication-form .google-btn {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .google-btn button {
  border-radius: 7px;
  border: 1px solid #E4EEF7;
  background: var(--whiteColor);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .google-btn button img {
  margin-right: 15px;
}
.profile-authentication-box .authentication-form .google-btn button:hover {
  border: 1px solid var(--primaryColor);
}
.profile-authentication-box .authentication-form .or {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .or::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #EDEDED;
  z-index: -1;
}
.profile-authentication-box .authentication-form .or span {
  font-size: 14px;
  background-color: var(--whiteColor);
  padding: 0 15px;
}
.profile-authentication-box .authentication-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.profile-authentication-box .authentication-form .form-group label {
  font-size: 14px;
  color: var(--blackColor);
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.profile-authentication-box .authentication-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 55px 15px 55px;
}
.profile-authentication-box .authentication-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 15.9px;
}
.profile-authentication-box .authentication-form .form-group .icon i {
  color: #A9A9C8;
  font-size: 20px;
}
.profile-authentication-box .authentication-form .form-group .eye {
  position: absolute;
  right: 25px;
  bottom: 15.9px;
}
.profile-authentication-box .authentication-form .form-group .eye i {
  color: #A9A9C8;
  font-size: 20px;
}
.profile-authentication-box .authentication-form .form-bottom {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 0;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label {
  font-size: 14px;
  color: var(--paragraphColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a {
  color: var(--secondaryColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a:hover {
  color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password {
  font-size: 14px;
  color: var(--paragraphColor);
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password:hover {
  color: var(--secondaryColor);
}
.profile-authentication-box .authentication-form .default-btn {
  border: none;
  width: 100%;
  padding: 18px 30px;
}

.forgot-password-box {
  padding: 50px;
  max-width: 650px;
  background-color: var(--whiteColor);
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 24px;
  margin-left: auto;
  margin-right: auto;
}
.forgot-password-box label {
  display: block;
  margin-bottom: 12px;
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 500;
}
.forgot-password-box .form-control {
  transition: var(--transition);
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  font-size: 15px;
  color: var(--blackColor);
  border-radius: 0;
  box-shadow: unset;
  height: 55px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.forgot-password-box .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.forgot-password-box .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.forgot-password-box .form-control:focus {
  border-color: var(--primaryColor);
  background-color: transparent;
}
.forgot-password-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.forgot-password-box .form-control:focus::placeholder {
  color: transparent;
}
.forgot-password-box .default-btn {
  margin-top: 25px;
  border: none;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content {
  max-width: 1140px;
  margin: auto;
}
.privacy-policy-content .h1, .privacy-policy-content .h2, .privacy-policy-content .h3, .privacy-policy-content .h4, .privacy-policy-content .h5, .privacy-policy-content .h6, .privacy-policy-content h1, .privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.privacy-policy-content .h1:not(:first-child), .privacy-policy-content .h2:not(:first-child), .privacy-policy-content .h3:not(:first-child), .privacy-policy-content .h4:not(:first-child), .privacy-policy-content .h5:not(:first-child), .privacy-policy-content .h6:not(:first-child), .privacy-policy-content h1:not(:first-child), .privacy-policy-content h2:not(:first-child), .privacy-policy-content h3:not(:first-child), .privacy-policy-content h4:not(:first-child), .privacy-policy-content h5:not(:first-child), .privacy-policy-content h6:not(:first-child) {
  margin-top: 30px;
}
.privacy-policy-content strong {
  color: var(--blackColor);
  font-weight: 500;
}
.privacy-policy-content p a {
  color: var(--primaryColor);
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li, .privacy-policy-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.privacy-policy-content ul li a, .privacy-policy-content ol li a {
  color: var(--primaryColor);
}
.privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li:last-child, .privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Terms & Conditions Area CSS
=================================================*/
.terms-conditions-content {
  max-width: 1140px;
  margin: auto;
}
.terms-conditions-content .h1, .terms-conditions-content .h2, .terms-conditions-content .h3, .terms-conditions-content .h4, .terms-conditions-content .h5, .terms-conditions-content .h6, .terms-conditions-content h1, .terms-conditions-content h2, .terms-conditions-content h3, .terms-conditions-content h4, .terms-conditions-content h5, .terms-conditions-content h6 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.terms-conditions-content .h1:not(:first-child), .terms-conditions-content .h2:not(:first-child), .terms-conditions-content .h3:not(:first-child), .terms-conditions-content .h4:not(:first-child), .terms-conditions-content .h5:not(:first-child), .terms-conditions-content .h6:not(:first-child), .terms-conditions-content h1:not(:first-child), .terms-conditions-content h2:not(:first-child), .terms-conditions-content h3:not(:first-child), .terms-conditions-content h4:not(:first-child), .terms-conditions-content h5:not(:first-child), .terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content strong {
  color: var(--blackColor);
  font-weight: 500;
}
.terms-conditions-content p a {
  color: var(--primaryColor);
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li, .terms-conditions-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.terms-conditions-content ul li a, .terms-conditions-content ol li a {
  color: var(--primaryColor);
}
.terms-conditions-content ul li a:hover, .terms-conditions-content ol li a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li:last-child, .terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-content {
  max-width: 500px;
  margin: auto;
}
.not-found-content img {
  margin-bottom: 35px;
}
.not-found-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.not-found-content .default-btn {
  margin-top: 15px;
}

/*================================================
Shopping Cart Area CSS
=================================================*/
.shopping-cart-table .table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
}
.shopping-cart-table .table thead tr {
  border: none;
}
.shopping-cart-table .table thead tr th {
  color: var(--blackColor);
  vertical-align: middle;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid var(--whiteColor);
  padding: 0 25px 25px;
}
.shopping-cart-table .table thead tr th:first-child {
  padding-left: 0;
}
.shopping-cart-table .table thead tr th:last-child {
  padding-right: 0;
  text-align: end;
}
.shopping-cart-table .table tbody tr {
  border: none;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--whiteColor);
}
.shopping-cart-table .table tbody tr.border-none {
  border-bottom: none;
}
.shopping-cart-table .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 25px 25px 25px;
  border: none;
}
.shopping-cart-table .table tbody tr td:first-child {
  padding-left: 0;
}
.shopping-cart-table .table tbody tr td:last-child {
  padding-right: 0;
  text-align: end;
}
.shopping-cart-table .table tbody tr td.product-thumbnail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shopping-cart-table .table tbody tr td.product-thumbnail .image {
  background-color: var(--whiteColor);
  padding: 12px 30px;
  border-radius: 5px;
}
.shopping-cart-table .table tbody tr td.product-thumbnail .image a img {
  width: 70px;
}
.shopping-cart-table .table tbody tr td.product-thumbnail .title {
  margin-left: 20px;
}
.shopping-cart-table .table tbody tr td.product-thumbnail .title h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.5;
}
.shopping-cart-table .table tbody tr td.product-thumbnail .title h3 a {
  color: var(--blackColor);
}
.shopping-cart-table .table tbody tr td.product-thumbnail .title h3 a:hover {
  color: var(--secondaryColor);
}
.shopping-cart-table .table tbody tr td.product-price .unit-amount {
  color: var(--paragraphColor);
}
.shopping-cart-table .table tbody tr td.product-subtotal .subtotal-amount {
  color: var(--paragraphColor);
}
.shopping-cart-table .table tbody tr td.product-quantity .add-to-cart-counter {
  display: flex;
}
.shopping-cart-table .table tbody tr td.product-quantity .add-to-cart-counter input {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border: none;
  max-width: 85px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
}
.shopping-cart-table .table tbody tr td.product-quantity .add-to-cart-counter .minusBtn {
  border-radius: 30px 0 0 30px;
  border-right: 1px solid #d4f3ff ;
}
.shopping-cart-table .table tbody tr td.product-quantity .add-to-cart-counter .plusBtn {
  border-radius: 0 30px 30px 0;
  border-left: 1px solid #d4f3ff ;
}
.shopping-cart-table .table tbody tr td.remove a i {
  font-size: 20px;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.shopping-cart-table .table tbody tr td.remove a i:hover {
  color: var(--secondaryColor);
}
.shopping-cart-table .table tbody:not(:first-child) {
  border-top: unset;
}

.shopping-cart-buttons {
  margin-top: 30px;
  text-align: end;
}
.shopping-cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 550px;
}
.shopping-cart-buttons .shopping-coupon-code .form-control {
  display: block;
  height: 55px;
  outline: 0;
  background-color: var(--whiteColor);
  border: none;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 25px;
  transition: var(--transition);
  font-size: 14px;
  color: var(--paragraphColor);
}
.shopping-cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.shopping-cart-buttons .shopping-coupon-code .form-control::placeholder {
  transition: var(--transition);
  color: var(--paragraphColor);
}
.shopping-cart-buttons .shopping-coupon-code .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.shopping-cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
  color: transparent;
}
.shopping-cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}
.shopping-cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 45px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  background-color: var(--secondaryColor);
}
.shopping-cart-buttons .shopping-coupon-code button:hover {
  background-color: var(--primaryColor);
}

.shopping-cart-totals {
  background-color: var(--whiteColor);
  max-width: 570px;
  margin: 50px auto 0;
  border-radius: 10px;
  padding: 35px 30px;
}
.shopping-cart-totals ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.shopping-cart-totals ul li {
  list-style-type: none;
  margin-bottom: 35px;
}
.shopping-cart-totals ul li:last-child {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}
.shopping-cart-totals ul li:last-child span {
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table .table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
}
.wishlist-table .table thead tr {
  border: none;
}
.wishlist-table .table thead tr th {
  color: var(--blackColor);
  vertical-align: middle;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid var(--whiteColor);
  padding: 0 25px 25px;
}
.wishlist-table .table thead tr th:first-child {
  padding-left: 0;
}
.wishlist-table .table thead tr th:last-child {
  padding-right: 0;
  text-align: end;
}
.wishlist-table .table tbody tr {
  border: none;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--whiteColor);
}
.wishlist-table .table tbody tr.border-none {
  border-bottom: none;
}
.wishlist-table .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 25px 25px 25px;
  border: none;
}
.wishlist-table .table tbody tr td:first-child {
  padding-left: 0;
}
.wishlist-table .table tbody tr td:last-child {
  padding-right: 0;
  text-align: end;
}
.wishlist-table .table tbody tr td.product-thumbnail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wishlist-table .table tbody tr td.product-thumbnail .image {
  background-color: var(--whiteColor);
  padding: 12px 30px;
  border-radius: 5px;
}
.wishlist-table .table tbody tr td.product-thumbnail .image a img {
  width: 70px;
}
.wishlist-table .table tbody tr td.product-thumbnail .title {
  margin-left: 20px;
}
.wishlist-table .table tbody tr td.product-thumbnail .title h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.5;
}
.wishlist-table .table tbody tr td.product-thumbnail .title h3 a {
  color: var(--blackColor);
}
.wishlist-table .table tbody tr td.product-thumbnail .title h3 a:hover {
  color: var(--secondaryColor);
}
.wishlist-table .table tbody tr td.product-price .unit-amount {
  color: var(--paragraphColor);
}
.wishlist-table .table tbody tr td .add-to-cart-btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 50px;
  background: #FFDBA7;
  color: var(--blackColor);
  transition: var(--transition);
}
.wishlist-table .table tbody tr td .add-to-cart-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.wishlist-table .table tbody tr td.product-subtotal .subtotal-amount {
  color: var(--paragraphColor);
}
.wishlist-table .table tbody tr td.remove {
  display: flex;
  justify-content: end;
  align-items: center;
}
.wishlist-table .table tbody tr td.remove a {
  color: var(--secondaryColor);
}
.wishlist-table .table tbody tr td.remove a i {
  font-size: 20px;
  margin-right: 7px;
}
.wishlist-table .table tbody tr td.remove a:hover {
  color: var(--primaryColor);
}
.wishlist-table .table tbody:not(:first-child) {
  border-top: unset;
}

.wishlist-buttons {
  text-align: end;
  margin-top: 30px;
}

/*================================================
Checkout Area CSS
=================================================*/
.checkout-info-form h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.checkout-info-form .form-group {
  margin-bottom: 20px;
}
.checkout-info-form .form-group.bottom-zero {
  margin-bottom: 0;
}
.checkout-info-form .form-group label {
  font-size: 15px;
  color: var(--blackColor);
  display: block;
  margin-bottom: 20px;
}
.checkout-info-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 15px 25px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 14px;
}
.checkout-info-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.checkout-info-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.checkout-info-form .form-group .form-control:focus {
  border: 1px solid var(--secondaryColor);
}
.checkout-info-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.checkout-info-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.checkout-info-form .form-group textarea.form-control {
  display: flex;
  min-height: 130px;
}
.checkout-info-form h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 25px;
}
.checkout-info-form .checkbox-list {
  padding-left: 0;
  margin-top: 45px;
  margin-bottom: 45px;
}
.checkout-info-form .checkbox-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
.checkout-info-form .checkbox-list li .form-check {
  margin-bottom: 0;
}
.checkout-info-form .checkbox-list li .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 3px;
  background-color: transparent;
}
.checkout-info-form .checkbox-list li .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.checkout-info-form .checkbox-list li .form-check .form-check-label {
  font-size: 15px;
  color: var(--paragraphColor);
}
.checkout-info-form .checkbox-list li .form-check .form-check-label a {
  color: var(--secondaryColor);
}
.checkout-info-form .checkbox-list li .form-check .form-check-label a:hover {
  color: var(--primaryColor);
}
.checkout-info-form .checkbox-list li:last-child {
  margin-bottom: 0;
}
.checkout-info-form .checkbox-list li:last-child .form-check .form-check-input {
  border-radius: 50px;
}

.checkout-info-sidebar {
  border-radius: 10px;
  background: #FFDBA7;
  padding: 40px 25px;
}
.checkout-info-sidebar .product-box {
  border-bottom: 1px solid #F0C17D;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.checkout-info-sidebar .product-box .item {
  margin-bottom: 30px;
}
.checkout-info-sidebar .product-box .item .info .image {
  background-color: var(--whiteColor);
  padding: 12px;
  border-radius: 10px;
}
.checkout-info-sidebar .product-box .item .info .image a img {
  width: 55px;
}
.checkout-info-sidebar .product-box .item .info .title {
  margin-left: 15px;
}
.checkout-info-sidebar .product-box .item .info .title h3 {
  font-size: 17px;
  margin-bottom: 0;
}
.checkout-info-sidebar .product-box .item .info .title h3 a {
  color: var(--blackColor);
}
.checkout-info-sidebar .product-box .item .info .title h3 a:hover {
  color: var(--primaryColor);
}
.checkout-info-sidebar .product-box .item .info .title span {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}
.checkout-info-sidebar .product-box .item .price {
  color: var(--paragraphColor);
}
.checkout-info-sidebar .product-box .item:last-child {
  margin-bottom: 0;
}
.checkout-info-sidebar .cart-totals {
  margin-bottom: 30px;
}
.checkout-info-sidebar .cart-totals ul {
  padding-left: 0;
  margin-bottom: 0;
}
.checkout-info-sidebar .cart-totals ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.checkout-info-sidebar .cart-totals ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}
.checkout-info-sidebar .cart-totals ul li:last-child span {
  font-size: 20px;
  color: var(--blackColor);
  font-weight: 600;
}
.checkout-info-sidebar .payment-method {
  background-color: var(--whiteColor);
  padding: 35px 25px;
  border-radius: 10px;
}
.checkout-info-sidebar .payment-method p {
  font-size: 15px;
}
.checkout-info-sidebar .payment-method p [type=radio]:checked, .checkout-info-sidebar .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.checkout-info-sidebar .payment-method p span {
  display: block;
  padding-left: 25.8px;
  padding-top: 8px;
}
.checkout-info-sidebar .payment-method p [type=radio]:checked + label, .checkout-info-sidebar .payment-method p [type=radio]:not(:checked) + label {
  display: flex;
  align-items: center;
  padding-left: 25.8px;
  cursor: pointer;
  display: block;
  position: relative;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  transition: var(--transition);
}
.checkout-info-sidebar .payment-method p [type=radio]:checked + label::before, .checkout-info-sidebar .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #DAE0F5;
  border-radius: 50%;
  background: var(--whiteColor);
  margin-top: -1.5px;
}
.checkout-info-sidebar .payment-method p [type=radio]:checked + label::after, .checkout-info-sidebar .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--secondaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  border-radius: 50%;
  transition: var(--transition);
  margin-top: -1.5px;
}
.checkout-info-sidebar .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.checkout-info-sidebar .payment-method p [type=radio]:checked + label {
  color: var(--blackColor);
}
.checkout-info-sidebar .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkout-info-sidebar .order-btn {
  margin-top: 30px;
}
.checkout-info-sidebar .order-btn .default-btn {
  border: none;
  width: 100%;
}

/*================================================
Blog Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 25px;
  padding: 30px;
}
.widget-area .widget .widget-title {
  font-size: 20px !important;
  margin-bottom: 25px !important;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #eef4fa !important;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  display: inline-block;
  height: 55px;
  border-radius: 10px;
  background: var(--whiteColor);
  border: none;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  padding: 15px 85px 15px 25px;
  width: 100%;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  padding: 10px 25px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--transition);
  height: 55px;
  border-radius: 10px;
}
.widget-area .widget_search form button:hover {
  background-color: var(--secondaryColor);
}
.widget-area .widget_categories {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.widget-area .widget_categories ul li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEF4FA;
  padding-top: 15px;
  margin-bottom: 15px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li:first-child {
  border-top: unset;
  padding-top: 0;
}
.widget-area .widget_categories ul li a {
  color: var(--paragraphColor);
}
.widget-area .widget_categories ul li a:hover {
  color: var(--secondaryColor);
}
.widget-area .widget_categories ul li span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(5, 70, 56, 0.1);
  color: var(--primaryColor);
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
}
.widget-area .widget_texam_posts_thumb {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.widget-area .widget_texam_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 25px;
  border-top: 1px solid #EEF4FA;
  padding-top: 25px;
}
.widget-area .widget_texam_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_texam_posts_thumb .item .thumb {
  float: left;
  overflow: hidden;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 15px;
}
.widget-area .widget_texam_posts_thumb .item .thumb .fullimage {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_texam_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 2.5px;
}
.widget-area .widget_texam_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: var(--fontSize);
}
.widget-area .widget_texam_posts_thumb .item .info .title a {
  color: var(--blackColor);
}
.widget-area .widget_texam_posts_thumb .item .info .title a:hover {
  color: var(--secondaryColor);
}
.widget-area .widget_texam_posts_thumb .item .info span {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  align-items: center;
}
.widget-area .widget_texam_posts_thumb .item .info span i {
  color: var(--secondaryColor);
  font-size: 18px;
  margin-right: 7px;
}
.widget-area .widget_tag_cloud {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.widget-area .widget_tag_cloud .tagcloud a {
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  background: rgba(5, 70, 56, 0.1);
  color: var(--primaryColor);
  margin-right: 8px;
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 400;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

.shop-sidebar .widget {
  background-color: var(--whiteColor);
  padding: 35px 25px;
  border-radius: 10px;
}
.shop-sidebar .widget_product_categories ul li a::before {
  display: none;
}
.shop-sidebar .widget_product_categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.shop-sidebar .widget_product_categories ul li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEF4FA;
  padding-top: 15px;
  margin-bottom: 15px;
}
.shop-sidebar .widget_product_categories ul li:last-child {
  margin-bottom: 0;
}
.shop-sidebar .widget_product_categories ul li:first-child {
  border-top: unset;
  padding-top: 0;
}
.shop-sidebar .widget_product_categories ul li a {
  color: var(--paragraphColor);
}
.shop-sidebar .widget_product_categories ul li a:hover {
  color: var(--secondaryColor);
}
.shop-sidebar .widget_product_categories ul li span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(5, 70, 56, 0.1);
  color: var(--primaryColor);
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
}
.shop-sidebar .widget_product_search {
  padding: 0;
}

/*================================================
Shop Sidebar Widget Area CSS
=================================================*/
.shop-widget-area .widget {
  margin-bottom: 25px;
}
.shop-widget-area .widget .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.shop-widget-area .widget .widget-title::before {
  position: absolute;
  content: "\ee57";
  font-family: "remixicon";
  top: 2px;
  right: 0;
  z-index: -1;
  color: var(--paragraphColor);
  font-size: 20px;
  font-weight: 400;
}
.shop-widget-area .widget:last-child {
  margin-bottom: 0;
}
.shop-widget-area .widget_search form {
  position: relative;
}
.shop-widget-area .widget_search form .search-field {
  display: inline-block;
  height: 55px;
  border-radius: 10px;
  background: var(--whiteColor);
  border: none;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  padding: 15px 85px 15px 25px;
  width: 100%;
}
.shop-widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.shop-widget-area .widget_search form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.shop-widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.shop-widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.shop-widget-area .widget_search form button {
  border: none;
  padding: 0 25px;
  background-color: var(--primaryColor);
  font-size: 22px;
  color: var(--whiteColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: var(--transition);
  height: 55px;
  border-radius: 10px;
}
.shop-widget-area .widget_search form button:hover {
  background-color: var(--secondaryColor);
}
.shop-widget-area .widget_categories {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.shop-widget-area .widget_categories .list {
  padding-left: 0;
  margin-bottom: 0;
}
.shop-widget-area .widget_categories .list li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEF4FA;
  padding-top: 15px;
  margin-bottom: 15px;
}
.shop-widget-area .widget_categories .list li:last-child {
  margin-bottom: 0;
}
.shop-widget-area .widget_categories .list li .form-check {
  margin-bottom: 0;
}
.shop-widget-area .widget_categories .list li .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 0;
}
.shop-widget-area .widget_categories .list li .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.shop-widget-area .widget_categories .list li .form-check .form-check-label {
  font-size: 14px;
  color: var(--paragraphColor);
}
.shop-widget-area .widget_categories .list li .form-check .form-check-label a {
  color: var(--secondaryColor);
}
.shop-widget-area .widget_categories .list li .form-check .form-check-label a:hover {
  color: var(--primaryColor);
}
.shop-widget-area .widget_categories .list li span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(5, 70, 56, 0.1);
  color: var(--primaryColor);
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
}
.shop-widget-area .widget_price_range {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.shop-widget-area .widget_price_range .widget-title {
  border-bottom: 1px solid #EEF4FA;
  padding-bottom: 22px;
}
.shop-widget-area .widget_price_range .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
  align-items: center;
}
.shop-widget-area .widget_price_range .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.shop-widget-area .widget_price_range .field input {
  width: 100%;
  height: 100%;
  outline: none;
  text-align: center;
  color: var(--paragraphColor);
  font-size: 15px;
  border-radius: 5px;
  border: 2px solid #F2F2F2;
  background: var(--whiteColor);
}
.shop-widget-area .widget_price_range .price-input .separator {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D6DB;
  width: 25px;
  height: 1px;
  margin: 0 15px;
}
.shop-widget-area .widget_price_range .range-slider {
  height: 5px;
  position: relative;
  background: #eeeeee;
  border-radius: 5px;
}
.shop-widget-area .widget_price_range .range-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--primaryColor);
}
.shop-widget-area .widget_price_range .range-input {
  position: relative;
}
.shop-widget-area .widget_price_range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shop-widget-area .widget_price_range input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--whiteColor);
  pointer-events: auto;
  -webkit-appearance: none;
  border: 3px solid var(--primaryColor);
}
.shop-widget-area .widget_price_range input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--whiteColor);
  pointer-events: auto;
  border: 3px solid var(--primaryColor);
}
.shop-widget-area .widget_filter_color {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.shop-widget-area .widget_filter_color .color-list-row {
  display: flex;
  border-top: 1px solid #EEF4FA;
  padding-left: 0;
  padding-top: 20px;
  margin-bottom: 0;
}
.shop-widget-area .widget_filter_color .color-list-row li {
  display: inline-flex;
  list-style-type: none;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #EEF4FA;
  transition: var(--transition);
}
.shop-widget-area .widget_filter_color .color-list-row li:last-child {
  margin-right: 0;
}
.shop-widget-area .widget_filter_color .color-list-row li a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
}
.shop-widget-area .widget_filter_color .color-list-row li a.one {
  background-color: #FFF4A8;
}
.shop-widget-area .widget_filter_color .color-list-row li a.two {
  background-color: #EDEDED;
}
.shop-widget-area .widget_filter_color .color-list-row li a.three {
  background-color: #8F8F8F;
}
.shop-widget-area .widget_filter_color .color-list-row li a.four {
  background-color: var(--secondaryColor);
}
.shop-widget-area .widget_filter_color .color-list-row li a.five {
  background-color: #EDB2CD;
}
.shop-widget-area .widget_filter_color .color-list-row li a.six {
  background-color: var(--blackColor);
}
.shop-widget-area .widget_filter_color .color-list-row li:hover {
  border: 1px solid var(--primaryColor);
}
.shop-widget-area .widget_box {
  border-radius: 10px;
  background: var(--whiteColor);
  padding: 35px 25px;
}
.shop-widget-area .widget_box .list {
  padding-left: 0;
  margin-bottom: 0;
}
.shop-widget-area .widget_box .list li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEF4FA;
  padding-top: 15px;
  margin-bottom: 15px;
}
.shop-widget-area .widget_box .list li:last-child {
  margin-bottom: 0;
}
.shop-widget-area .widget_box .list li .form-check {
  margin-bottom: 0;
}
.shop-widget-area .widget_box .list li .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 0;
}
.shop-widget-area .widget_box .list li .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.shop-widget-area .widget_box .list li .form-check .form-check-label {
  font-size: 14px;
  color: var(--paragraphColor);
}
.shop-widget-area .widget_box .list li .form-check .form-check-label a {
  color: var(--secondaryColor);
}
.shop-widget-area .widget_box .list li .form-check .form-check-label a:hover {
  color: var(--primaryColor);
}

.blog-area .container-fluid {
  max-width: 1750px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area.css-top {
  margin-top: 45px;
}
.pagination-area .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 42px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background: var(--primaryColor);
}
.pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
  line-height: 40px;
  font-size: 18px;
}

.woocommerce .loader::before {
  display: none;
}