
.text-center {
  text-align: center!important;
  font-weight: 600;
}
.carousel-indicators img {
  object-fit: cover;
}
.carousel-indicators {
  z-index: 1 !important;
}

.carousel-caption {
    bottom: 18.25rem !important;
    left: 15% !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    color: #fff !important;
    text-align: center !important;
}

/* .carousel-caption {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
} */
.outer-footer {
  background-color: #0B2B26 !important;
}
.slider-read {
  background-color: white;
  padding: 11px 80px 11px 80px;
  border-radius: 7px;
  color: #0B2B26;
  font-size: 15px;
  font-family: Lato;
}

.slider-read:hover {
  color: white;
  background-color: #0B2B26;
}
.slider-small-heading {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
}

.slider-main-heading {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
}

.slider-description-text{
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
}


.header-icons{
  display: flex;
  flex-direction: row;
  gap: 25px;
}
#aboutUs {
  border-radius: 27px;
  margin-top: 30px;
  margin-left: 2%;
  margin-right: 2% !important;
}
.carousel-item img {
  border-radius: 40px !important;
}

@media (max-width: 768px) {
  .original-about {
    height: 100%;
    width: 100%;
  }
  #aboutUs {
    border-radius: 27px;
    margin-left: 2%;
    margin-right: 2% !important;
  }
  .original-about {
    height: 100%;
    border-radius: 231px;
    width: 100%;
    border: 13px solid #0B2B26;
    max-width: 76%;
  }
  .golf-img-two {
    grid-row-start: 8;
    grid-row-end: 16;
    grid-column-start: 1;
    grid-column-end: 7;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    top: 4px !important;
    left: 64px !important;
  }
  .about-exp::after {
    position: absolute;
    content: '';
    display: block;
    border-right: 2px solid white;
    height: 150px;
    left: 45% !important;
  }
}


@media (max-width: 425px) {
  #aboutUs {
    border-radius: 27px;
    margin-left: 2%;
    margin-right: 2% !important;
  }
  .golf-img-two {
    grid-row-start: 8;
    grid-row-end: 16;
    grid-column-start: 1;
    grid-column-end: 7;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    top: 15px !important;
    left: -1px !important;
  }
  .golf-img-two {
    grid-row-start: 7 !important;
    grid-row-end: 15 !important;
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .original-about {
    width: 82%;
    /* transform: rotate(0deg) !important; */
  }
  .golf-img-one {
    grid-row-start: 5 !important;
    grid-row-end: 15 !important;
    grid-column-start: 5;
    grid-column-end: 10;
  }
  .about-golf-img {
    max-width: 100% !important;
    width: 100%;
  }
  .about-img {
     padding-top: 0 !important;
  }
}

 .mask-about {
  position: absolute;
}
.about-img {
  position: relative;
}

.about-para{
  /* height: auto;
  max-height: 323px; */
  /* width: auto;
  max-width: 703px; */
  padding-top: 35px;
}
.about-row{
  display: flex;
  flex-direction: row;
  padding: 30px 0px 0px 0px;
  justify-content: center;
  gap: 68px;
}
@media (max-width: 1440px) {
  .about-row{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 90px 0px 90px;
    justify-content: center;
    align-items: center;
  }
}
.about-para p {
  font-size: 16px;
  font-family: Lato;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.hori-line {
  position: relative;
  right: 396px;
  bottom: 2px;
}
.carousel-caption {
  z-index: 1 !important;
}

.mod-flex{
  display: flex;
  padding-top: 10% !important
}
.about-bottom-row {
  background-color: white;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 4px 6.5px 0px #00000040;
  /* width: 420px; */
}
.about-bottom-row {
  padding: 40px 25px 40px 25px;
}
.about-bottom-row h6 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #0B2B26;
  padding-bottom: 12px;
}
.about-bottom-row p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #0B2B26;
}
.about-bottom-content {
  position: relative;
  top: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 156px;
  z-index: 4;
}
@media (max-width: 768px) {
  .about-bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  }
}
/* vedio  */

#club-video{
  margin-left: 2% !important;
  margin-right: 2% !important;
  margin-top: 2%;
  border-radius: 27px;
}
.vedio-img {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
  padding-top: 20px;
}
.vedio-img img {
  height: 100%;
  width: 100%;
  /* padding-left: 9%;
  padding-right: 9%; */
}
.vedio-header {
  background-color: #0B2B26;
  border-radius: 27px !important;
  height: 100%;
  width: 100%;
  margin-top: 4%;
}
.expert-wrap h6 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
}
#club-video .golf-club-vedio {
  position: relative;
}
.featured-icon-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.featured-icon-image  i {
  margin: auto;
  font-size: 25px;
  line-height: 99px;
  background-image: linear-gradient(#fffdfd33,#ffffff8c 103%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  height: 100px;
  width: 100px;
}
.featured-icon-image i {
  color: white;
}
.vedio-plans{
  padding-top: 2%;
}
.vedio-plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.vedio-title{
  padding-left: 10%;
}
.vedio-first {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.vedio-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.lane-two {
  display: flex;
  text-align: center;
  padding-top: 30px;
}
.modal-header .close {
  padding: 0px 10px 0px 10px;
  background-color: #0B2B26;
  color: #fff;
  border: 1px solid #A9A9A9;
  font-size: 17px;
}
.con-form input {
  width: 100%;
}
.con-form input[type='checkbox'] {
  width: 20px !important;
  margin-top: 3px
}
#contact .con-form .wpcf7-submit {
  width: 253px;
  text-align: center;
}

.about-first {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.about-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.lane-one {
  display: flex;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 33px;
}
.arrow-merge {
  justify-content: space-between;
}
.cols-about-inner:nth-child(1) {
  text-align: right;
}
.cols-about-inner:nth-child(3) {
  text-align: right;
}

/* calender */
#calender {
 border-radius: 27px;
 padding-bottom: 5%;
}

.calender-content {
  background-color: #fff;
  border-radius: 17px;
  margin-top: 10px;
}
.calender-text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
}
.calender-loc {
  color: #787878;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  padding-bottom: 10px;
}
.calender-desc {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #787878;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}
.img-arrow {
  position: relative;
  top: 180px;
  right: 25px;
  cursor: pointer;
}

.img-row {
  display: flex;
}
.numbers p {
  font-family: Poppins;
  font-size: 110px;
  font-weight: 600;
  line-height: 77px;
  text-align: left;
  color: #D9D9D9;
  padding-top: 17px;
  background: -webkit-linear-gradient(#D9D9D9, #D9D9D900) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.content-cal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 30px 0px 30px;
}
.cal-title {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: absolute;
  right: 84px;
  top: 60px;
}
.owl-item {
  /* width: 333.667px !important; */
  margin-right: 20px;
}
/* .calender-content {
  max-width: 339px;
} */
.owl-stage {
  margin-top: 20px;
  width: max-content !important;
}

.testi-inner-title a {
  color: black !important;
}
.calender-row {
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(45deg, white, white 10px, transparent 10px, transparent 20px) 1;
  border-radius: 14px !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.count-btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: center;
}

@media (max-width: 1024px) {
  .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }
}
.mask-calender {
  position: absolute;
  right: 20%;
}

@media (max-width: 1440px) {
  .mask-calender {
    display: none;
  }
}
.testi-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testi_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}
.testi-inner-title {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
}

.content-calender {
  background-color: white;
  color: black;
  border-radius: 17px;
  width: 339px;
}

#calender {
  padding-top: 10px;
  margin-left: 2%;
  margin-right: 2%;
}
.event-calender {
  background-color: #0B2B26;
  color: #fff;
  border-radius: 27px;
  height: 850px;
}
.calender-first {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.calender-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.calender-title {
  display: flex;
  text-align: center;
  padding-top: 50px;
}



/* article-hub */

.article-hub {
  background-color: #0B2B26;
}

.article-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.article-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.article-title {
  display: flex;
  text-align: center;
  padding-top: 70px;
}

/* experts */

.experts-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.experts-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.experts-title {
  display: flex;
  text-align: center;
  padding-top: 80px;
}
.experts-content img {
  border-top-right-radius: 40px;
}

.content a {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato' !important;
}
.pt-3 {
  padding-top: 0 !important;
}
.content {
  text-align: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-weight: 500;
  line-height: 1.2;
}
.experts_text {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: justified;
  color: #8A8A8A;
  padding-top: 5px;
}
#our-experts .our-experts-box .owl-nav{
  text-align: center !important;
  display: none;
}
#our-experts .our-experts-box .fa-arrow-left-long{
  color: #0B2B26 !important;
  padding-right: 10px;
}
#our-experts .our-experts-box .fa-arrow-right-long{
  color: #0B2B26 !important;
}
 .content p {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.experts-experience {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  padding-bottom: 3px;
  color: #8A8A8A;
  padding-top: 5px;
}
.social-icons {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.our-experts-info{
  padding-top: 40px;
}


/* blog-article */

.our-blog-box {
  margin-bottom: 5%;
}

.blog-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 35px;
}

/* .our-blog-content {
  width: 38vh;
} */
.blog-numbers {
  position: absolute;
  font-family: Poppins;
  font-size: 62px;
  font-weight: 600;
  line-height: 77px;
  text-align: left;
  color: #D9D9D9;
  background: -webkit-linear-gradient(#D9D9D9, #D9D9D900) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.blog-numbers img {
  height: 100%;
  width: 100%;
}
.blog_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  width: 800px;
  /* padding-left: 30px; */
  color: #0B2B26;
}
.layer-content {
  position: relative;
  bottom: 57px;
  display: flex;
  justify-content: space-between;
  width: 1122px;
}
.title-article a {
  color: #fff !important;
  font-size: 17px;
}
.post-comments {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #FFFFFF;
}
.blog-para {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  width: 720px;
  /* margin-left: 18%; */
  color: #0B2B26;
}
@media (max-width: 768px) {
  .blog-para {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    width: 100%;
    color: #0B2B26;
    text-align: center;
  }
  .cols-about-inner {
    text-align: center !important;
  }
}
@media (max-width: 425px) {
  .blog-para {
    font-family: Lato;
    font-size: 10px;
    font-weight: 400;
    line-height: 15.2px;
    text-align: left;
    width: 100%;
    color: #0B2B26;
    text-align: center;
  }
}
.bottom-blog {
  display: flex;
  gap: 70px;
}
ul {
   padding-left: 0 !important;
}
.blog-date {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #787878;
}
@media (max-width: 425px) {
  .blog-date {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #787878;
    text-align: center;
  }
}
.blog-set-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
}
.second-blog-img {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.second-title-img {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #0B2B26;
  margin: 0 !important;
}
.second-date-img {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #0B2B26;

}

/* products */

.products-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.products-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.products-title {
  display: flex;
  text-align: center;
  padding-top: 30px;
  /* margin-left: 12%; */
}

.product-photo img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.merchandise-pro .products-fit {
  width: 255px !important;
}
.merchandise-pro-duct .products-fit {
  width: 255px !important;
}

.pro-price {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.pro-price h6 a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
}
.pro-price span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: right;
}
.cart-btn {
  background-color: #FFFFFF;
  padding: 11px 18px 11px 18px;
  border-radius: 7px;
  opacity: 0px;
  border: 1px solid #0B2B26;
}
.shop-page-cart-btn {
  padding: 6px 18px 6px 18px;
}
.cart-btn a {
  color: #1D1D1D;
  font-family: Lato !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-transform: uppercase;
}
.added_to_cart {
  display: flex;
  justify-content: center;
}
.cart-btn:hover a  {
  color: #FFFFFF;
  /* background-color: #0B2B26; */
}
.cart-btn:hover {
  background-color: #0B2B26;
}
.pro-para {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 16.8px;
  color: #ACACAC;
  padding-top: 8px;
}
.collection-image img {
  width: 100%;
  height: 100%;
}
/* gear */

.gear-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.gear-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.gear-title {
  display: flex;
  text-align: center;
  padding-top: 30px;
}

.gear {
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
}
@media (max-width:768px) {
  .gear {
    margin-top: 15%;
  }
}
#product_category_filter {
  height: 44px;
  width: 200px;
  background-color: #0B2B26;
  color: #FFFFFF;
  border-radius: 7px;
  font-family: Lato;
  text-align: center;
  font-size: 17px;
}
.rate-pro {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

/* .seller-star .far {
  color: #0B2B26;
  font-weight: 800;
} */
.merchandise-pro-duct {
  justify-content: center;
  gap: 11px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.golf-overall {
  margin-top: 24% !important;
  border: 2px solid #0B2B26;
}
.merge p {
  margin: 0;
}
.merge {
  margin-top: 5%;
}
.gear-second::after {
  position: relative;
  content: '';
  display: block;
  border: 1px solid #ACACAC;
  transform: rotate(180deg);
  width: 750px;
  margin-left: 14px;
}
@media (max-width: 1400px) {
  .gear-second::after {
    position: relative;
    content: '';
    display: block;
    border: 1px solid #ACACAC;
    transform: rotate(180deg);
    width: 500px;
    margin-left: 14px;
  }
}
@media (max-width: 1024px) {
  .gear-second::after {
    display: none;
  }
}

.about-exp {
  position: relative;
}
.years-golf {
  margin: 0 !important;
}

.about-exp::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  border: 1px solid white;
  border-bottom: 1px solid white;
  width: 435px;
  right: 0;
  left: 0;
  top: 44%;
  bottom: unset;
}
.about-exp::after{
  position: absolute;
  content: '';
  display: block;
  border-right: 2px solid white;
  height: 150px;
  left: 50%;
}
.arow-wrapper {
  margin-top: 10%;
  cursor: pointer;
}
.about-exp {
  margin-top: 20px;
}


.years-golf {
  font-family: Lato;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: justified;
  color: #FFFFFF;
}
.exp-golf {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: justified;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.about-ship {
  padding-top: 15px;
}


.about-world {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: justified;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .blog-set-bottom {
    display: flex;
    flex-direction: column !important;
  }
  .bottom-blog {
    display: flex;
    flex-direction: column !important;
  }
}
.rating-product{
  display: block;
}

.carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 90.27%);
  /* margin-left: 2%;
  margin-right: 2% !important;
  margin-top: 30px; */
  border-radius: 40px;
}

.carousel-item {
  /* padding-left: 2%;
  padding-right: 2%;
  padding-top: 30px; */
}
#slider {
  margin-left: 2%;
  margin-right: 2% !important;
  margin-top: 2%;
}

.blog-numbers {
  right: 0;
  padding-right: 10px;
  z-index: 2;
}
.blogss {
  position: relative;
}

.blogs-title {
  position: relative;
  padding-left: 50px;
}
.title-article {
  position: absolute;
  bottom: 0;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  z-index: 2;
}
.blogs-title .title-article:last-child {
  text-align: center;
}
.blogss .row {
  position: relative;
}
.blogs-title .col-md-4 {
  position: relative;
}
.post-comments  {
  position: absolute;
  bottom: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  z-index: 2;
  right: 33px !important;
}
.blogs-post-imgs {
  height: 500px;
  position: relative;
}
.blogss .blogs-post-imgs img {
  height: 100%;
  width: 100%;
}
.blogs-post-imgs::after {
  content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 67%, #000000 100%) !important;
}

.blogss:last-child .post-comments {
  position: absolute;
  top: 10px;
  color: #0B2B26;
  width: max-content;
  right: 80% !important;
}
.blogs-img-text {
  display: flex;
  padding: 0px 20px 0px 50px;
}
@media (max-width: 425px) {
  .blogss:last-child .post-comments {
    position: absolute;
    top: 10px;
    color: #0B2B26;
    width: max-content;
    right: 40%;
  }
}
.blogss:last-child .blog-text {
  display: none;
}
.blogss img {
  object-fit: cover;
}
.blog-text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #0B2B26;
}
.blog-text p {
  width: 756px;
}
.blog-row .content {
  padding-top: 13px;
}
.post-month {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #787878 !important;
}
.blogss:last-child .post-month {
  padding-top: 20px;
  width: max-content;
  padding-left: 30px;
}
.blogss img {
  height: 100%;
  width: 100%;
}
#ourBlog {
  padding-bottom: 25px;
}
.social-icons i {
  color: #fff !important;
}
#calender {
  box-shadow: 0px 8px 14px 0px #00000040;
}
.blogss:last-child .title-article {
  width: 72% !important;
  line-height: 20px;
  padding-bottom: 20px;
}
.blogss:first-child .title-article {
  padding-bottom: 20px;
}
.blogss:first-child .post-comments {
  padding-bottom: 25px;
}
#calender {
  margin-top: 30px;
}


/* about  */

.about-img {
  display: flex;
}

.about-golf-img {
  height: 100%;
  width: 100%;
  border-radius: 298px;
}
.original-about {
  height: 100%;
  border-radius: 231px;
  width: 100%;
  border: 13px solid #0B2B26;
  max-width: 79%;
}
.about-img {
  position: relative;
}

#aboutUs .about-us-grid {
  display: grid;
  grid-template-columns: repeat(9,1fr);
  grid-template-rows: repeat(17,45px);
}

.golf-img-two {
  grid-row-start: 7;
  grid-row-end: 16;
  grid-column-start: 1;
  grid-column-end: 7;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  top: 20px;
  left: 20px;
}
.golf-img-one {
  grid-row-start: 3;
  grid-row-end: 16;
  grid-column-start: 5;
  grid-column-end: 11;
  width: 100%;
  height: 100%;
  position: relative;
  right: 9px;
  bottom: 27px;
}
.about-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-golf-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .about-golf-img {
    width: 100%;
  }
  .golf-img-two {
    grid-row-start: 8;
    grid-row-end: 16;
    grid-column-start: 1;
    grid-column-end: 7;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    top: 15px;
    left: 0;
  }
}
.original-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-img-wrapper img {
  object-fit: cover;
}

/* pricing plans */
.ptsRows {
  background-color: #FFFFFF !important;
}

#ptsBlock_962666 .ptsCol .ptsTableElementContent .ptsRows {
  background-color: #FFFFFF !important;
}
#ptsBlock_60961 .ptsCol .ptsRows {
  color: #0B2B26 !important;
}
#ptsBlock_423480 .ptsCol .ptsColFooter {
  padding: 20px;
  background-image: linear-gradient(to bottom,#FFFFFF,#FFFFFF) !important;
}
#ptsBlock_14279 .ptsCol .ptsRows .ptsCell {
  padding: 12px;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid #fff;
}
.ptsBlockContent {
  display: flex;
  justify-content: center !important;
}
.ptsColHeader {
  border-top-right-radius: 17px !important;
  border-top-left-radius: 17px !important;
}
.ptsCellAlignLeft:nth-child(1) {
  border-bottom: 1px solid #0B2B26 !important;
}
.ptsTog p {
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.ptsBlockContent {
  padding-top: 35px !important;
}
.ptsTog span {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
}
.ptsElArea {
  border-radius: 17px !important;
}
.ptsRows:hover {
  background-color: #0B2B26 !important;
}
.ptsRows:hover span {
  color: #fff !important;
}
.ptsTableElementContent:hover .ptsColHeader{
  background-color: #fff !important;
  height: 100px !important;
}
.ptsTableElementContent:hover .ptsColHeader {
  padding-top: 38px !important;
}
.ptsTableElementContent:hover .ptsElArea {
  border-radius: 43px !important;
}
.ptsTableElementContent:hover .ptsColHeader span {
  color: #0B2B26 !important;
}
.ptsTableElementContent:hover .ptsCellAlignLeft:nth-child(1) {
  border-bottom: 1px solid #fff !important;
}
.ptsTableElementContent:hover .ptsColHeader {
  border-top-right-radius: 17px !important;
  border-top-left-radius: 17px !important;
}
.ptsTableElementContent {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.ptsTableElementContent:hover .ptsActBtn  {
  background-color: #fff !important;
}
.ptsTableElementContent:hover .ptsActBtn a {
  color: #0B2B26 !important;
}
.ptsColHeader {
  height: 80px !important;
}
.ptsColHeader {
  padding: 29px 5px 29px 5px !important;
}
.cart-btn:hover a {
  /* background-color: #0B2B26 !important; */
  color: #fff !important;
}
.cart-btn .added_to_cart {
  text-align: center;
  width: 100%;
}
.court-menus .menus-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 37px;
  height: 1px;
  border: 1px solid white;
}
#slider .slider-button {
  margin-top: 30px;
}
.ptsTableElementContent {
  border-bottom-right-radius: 17px !important;
  border-bottom-left-radius: 17px !important;
}
.ptsRows {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
.ptsRows:hover .ptsColHeader {
  border-top-right-radius: 17px !important;
  border-top-left-radius: 17px !important;
}
.ptsTog p {
  position: relative;
}
.ptsElWithArea {
  z-index: 9;
}
.plan-section p::before {
  content: "";
  position: absolute;
  left: -18px;
  right: 0px;
  top: 6px;
  bottom: 0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #0B2B26;
}
.plan-section {
  padding-left: 30px !important;
}
.ptsRows:hover .plan-section p::before  {
  background: #fff !important;
}
.ptsRows:hover .ptsCol .ptsColHeader {
  height: 80px !important;
  padding: 50px !important;
}
















@media (max-width:1024px) {
  #slider .slider-button {
    margin-top: 0 !important;
  }
}
.about-inner-experts {
  background-color: #0B2B26;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 27px;
}
.about-inner-experts .experts-first {
  background-color: #fff;
  color: #0B2B26;
}
.about-inner-experts .experts-second {
  color: #fff;
}
.about-inner-experts .content h6 {
  color: #fff;
}
.about-inner-experts .experts-experience {
  color: #fff;
}
.about-inner-experts .experts_text {
  color: #fff;
}


/* feedback */

.feedback-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.feedback-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.feedback-title {
  display: flex;
  text-align: center;
  padding-top: 30px;
}
.feedback-rating {
  display: flex;
  justify-content: space-between;
  background-color: #0B2B26;
  position: relative;
  bottom: 66px;
  width: 100%;
  padding: 14px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px
}
.feedback-name a {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
}
.man-feed-img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1440px) {
  .man-feed-img {
    position: absolute;
    z-index: -1;
    right: 0 !important;
  }
}
.swiper-button-next {
  display: block !important;
  color: #000000 !important;
}
.swiper-button-prev {
  display: block !important;
  color: #000000 !important;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.swiper-slide img {
  height: 90%;
  width: 90%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .feedback-rating {
    display: flex;
    justify-content: space-between;
    background-color: #0B2B26;
    position: relative;
    bottom: 38px;
    padding: 14px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px
  }
  .swiper-slide {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .gear {
    margin-top: 29% !important;
  }
  .textarea  {
    margin: 16px;
  }
  .offer-para {
    font-family: Poppins;
    font-size: 19px !important;
    z-index: 2;
    text-align: center;
    line-height: 21px !important;
  }
  #announcement-bar .announcenet-right-content {
    justify-content: start !important;
  }
}

.swiper-container {
  position: relative;
  height: 100%;
  /* display: flex; */
  justify-content: center;
  gap: 220px;
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .swiper-container {
    gap: 100px !important;
    width: 100%;
  }
  .grid-img {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 7vw) !important;
  }
}
.slider-row-wrapper {
  text-align: center;
}
.swiper-button-next:after {
  content: '\2190' !important;
  color: #1D1D1D;
}

.swiper-button-prev:after {
  content: '\2192' !important;
  color: #1D1D1D;
}
.nav-titles-feed {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.feed-right-nav a::after {
  content: "";
  position: absolute;
  border: 1px solid #787878;
  height: 1px;
  width: 142px;
  margin-top: 10px;
}

.feed-right-nav a::before {
  content: "";
  position: absolute;
  left: -151px;
  border: 1px solid #787878;
  height: 1px;
  width: 142px;
  margin-top: 10px;
}



.feed-right-nav {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.feed-right-nav a {
  color: #0B2B26;
  position: relative;
}

.swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}@media (max-width: 1024) {
  .mySwiper {
    display: flex;
    justify-content: center;
    align-items:center;
  }
}
.feedback-para {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  width: 616px;
  color: #1D1D1D;
}
.feedback-all {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  z-index: 3;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.picture {
  width: 420px;
  height: 550px;
  opacity: 0px;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cal-title h2 a {
  font-size: 22px;
  font-weight: 600;
  font-family: Lato;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: unset !important;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: unset !important;
}
#client-feedback {

  position: relative;
}
#client-feedback .row {
  align-items: center;
}

.swiper-slide p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1D1D1D;
  padding: 0px 60px 0px 60px
}
.swiper-pagination {
  display: none;
}

.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 114%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 114%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 336px) !important;
  left: auto;
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 340px) !important;
  right: auto;
}






/* header */

 #announcement-bar .header-bg{
  /* box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; */
  /* background-color: #0B2B26; */
  /* padding-top: 7px; */
  width: 100%;
  background: #F1F1F1;
}
.header-lang-wrapper {
  background-color: #F1F1F1;
}
#announcement-bar .container {
  background-color: #0B2B26;
  box-shadow: -414px 0 0 #0B2B26;
}
.header-class {
  justify-content: center;
}
