/*-----------------------------------------------------------------------------------

    Template Name: MJT - HTML Template
    Author: SNB dIGITAL
    Version: 1.0.0

----------------------------------------------------------------------------------- */

/* ----Google Font Source ----- */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

:root {
  --primary: #447055;
  --secondary: #d6c290;
  --tertiary: #b68d93;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz-24 {
  font-size: 24px;
}

.a-link {
  text-decoration: none;
  color: #fff;
  transition: 0.6s all;
}

.a-link:hover {
  color: var(--secondary);
}

.color-one {
  background: var(--primary);
}

.color-two {
  background: var(--secondary);
}

.color-three {
  background: var(--tertiary);
}

.text-color-primary {
  color: var(--primary);
}

.text-color-secondary {
  color: var(--secondary);
}

.text-color-tertiary {
  color: var(--tertiary);
}

.main-header {
  background: transparent;
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 9;
}

.btn-theme-black {
  font-size: 16px;
  color: #fff;
  padding: 12px 24px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: #000;
  z-index: 1;
  margin-top: 14px;
}

.btn-theme-black:hover {
  color: var(--primary);
}

.theme-btn {
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--primary);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn:hover {
  color: var(--secondary);
  background: var(--primary);
}

a {
  outline: none;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

.theme-bg {
  background: #0f3b3c;
}

.navbar-nav .nav-link {
  color: #fff !important;
  text-transform: uppercase;
}

.sticky {
  background: #fff;
  transition: 0.3s;
  z-index: 99;
   top: 0px; 
/*	top: -44px; */
}

.sticky .navbar-nav .nav-link {
  color: #000 !important;
}

.sticky .header-cta-btn {
  background: var(--primary);
  color: #fff;
}

.header-cta-btn {
  padding: 10px 20px;
  background: #fff;
  border-radius: 20px;
  color: #000;
}

.hero-area {
  background: url(../images/hero.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-text h1 {
  color: #fff;
  font-size: 60px;
}

.hero-contact {
  background: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 10px 0;
  margin: 20px;
}

.hero-contact-form {
  border-top: 1px solid #afafaf;
}

.hero-contact h4 {
  font-size: 20px;
}

.hero-contact-form {
  text-align: left;
  padding: 22px;
}

.hero-contact-form .form-control {
  background: #f4f4f4;
}

.section-heading h2 {
  font-size: 35px;
}

.section-sub-content p {
  font-size: 16px;
  color: #5b5b5b;
}

.about {
  background: url(../images/about-bg.webp);
  background-size: cover;
  position: relative;
}

.left-image img {
  width: 300px;
  position: absolute;
  z-index: 1;
  bottom: -145px;
}

.section-main-tile h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}

.section-main-tile h1 span {
  color: #355643;
}

.service-box {
  background: #f3eee9;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  gap: 60px;
  min-width: 75vw;
}

.service-box-right {
  max-width: 300px;
}

.service-box-right img {
  /* width: 312px;
  height: 412px; */
  border-radius: 15px;
}

.service-box-left {
  position: relative;
  flex: 0 0 40em;
}

.service-heading h2 {
  font-size: 30px;
  font-weight: 600;
}

.service-content p {
  font-size: 13px;
}

.desktop-service {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.mobile-service {
  display: none;
}

.benefit {
  background: url(../images/benefit-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefit-right {
  padding-right: 40px;
}

.benefit-right ul {
  list-style: none;
}

.benefit-right ul li {
  background: #29523e;
  padding: 10px 20px;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: 0.6s;
}

.benefit-right ul li:hover {
  background: #d6c290;
}

.benefit-left {
  text-align: center;
}

.benefit-left img {
  height: 460px;
}

.why-choose ul {
  list-style: none;
  padding: 0;
}

.why-choose ul li {
  background: #adb67f;
  padding: 10px 20px;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.free-yourself-box {
  background: #d6c290;
  padding: 60px 65px;
  position: relative;
  margin-right: -120px;
  margin-top: 30px;
  margin-left: 50px;
}

.free-yourself-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #28523e;
}

.free-yourself-box p {
  font-size: 14px;
  color: #fff;
}

.review {
  background: url(../images/review-bg.png);
  background-position: center;
  background-size: cover;
}

.gallery-box {
  justify-content: space-evenly;
}

.top-header {
  width: 100%;
  height: 55px;
 /* height: auto; */
  background: #000;
  padding: 8px 0px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-header p.tr-folor {
/*   text-align: center; */
  color: #fff;
  font-size: 14px;
  margin: 0px;
	transform: translateY(10px);
}

.top-header p.tr-folor span {
  text-decoration: line-through;
}

/* ---- Footer ------- */
.main-footer {
  background: #252d28;
}

.footer-copyright p,
.footer-credits p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.footer-copyright p a {
  color: #fff;
}

.footer-copyright p a:hover {
  color: #adb67f;
}

.useful-links a {
  font-size: 12px;
  color: #fff;
}

.useful-links span {
  color: #fff;
}

.footer-credits {
  text-align: right;
}

.footer-heading h4 {
  font-size: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.footer-about p {
  font-size: 13px;
  color: #fff;
}

.footer-menu {
  padding: 0;
}

.footer-menu li {
  margin-bottom: 14px;
}

/* .footer-menu li::marker {
  color: #f8191c;
} */

.footer-menu {
  list-style: none;
}

.footer-menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.6s;
}

.footer-menu li a:hover {
  color: #f8191c;
}

.footer-link-margin {
  margin-left: 60px;
}

.footer-address {
  list-style: none;
  padding: 0;
}

.footer-address li {
  margin-bottom: 14px;
}

.footer-address li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

textarea {
  height: 80px;
}

.header-cta-btn {
  transition: 3s;
}

.header-cta-btn:hover {
  background: #d6c290;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dots .active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary) !important;
}

.m-service {
  display: none;
}

.d-service {
  display: block;
}

.services {
  overflow: clip;
  position: relative;
  padding: 20px 0;
}

.scroll-service {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}

.all-services {
  display: flex;
  position: relative;
  transform: translateX(0);
  will-change: transform;
}

.service-item {
  border-radius: 39px;
  background: #f3eee9;
  padding: 37px;
  min-width: 75vw;
  height: 100%;
  margin-inline: 14px;
}

.service-item img {
  height: 380px;
}

.about {
  overflow: clip;
  position: relative;
}

.image-radius img {
  border-radius: 15px;
}

.disc {
  background: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #d8b5be;
}

.section-heading-twoi {
  width: 100%;
  height: auto;
  float: left;
}

.section-heading-twoi h2 {
  margin: 0 0 3rem 0;
  padding: 0;
  color: #751d06;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.5rem;
  line-height: normal;
}

.fencing-card {
  background: #ffffff;
  border-radius: 2rem;
  border: 1px solid #000000;
  padding: 1.2rem;
  height: 100%;
  margin-bottom: 3rem;
}

.fencing-card p {
  padding: 3.5rem 2rem 3.2rem;
  font-size: 18px;
}

.inner-banner {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background: #335641;
}

.inner-banner h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
}

.number-tl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.btn-yellow {
  background: #fdcf13;
  color: #000000;
  border-radius: 0.6rem;
  text-align: center;
  color: #211a1a;
  font-size: 2rem;
  font-weight: 600;
}

.thankyou-setion {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}

.cnb-single.cnb-right {
  bottom: 70px !important;
}

.b-btn {
  font-size: 18px;
  color: #fff;
  padding: 14px 36px;
}

.floting-btn {
  position: fixed;
  right: 0;
  top: 50%;
  background: #335641;
  padding: 16px 8px;
  writing-mode: vertical-lr;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}

.floting-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.subscribe {
  border: 1px solid #447055;
  padding: 18px;
  border-radius: 10px;
}

.subscribe .wpcf7-response-output {
  color: #fff;
}

.landing-section {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 0px;
}
.landing-section .title-bar {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 25px;
}
.landing-section .title-bar h2 {
  color: #000;
  line-height: 25px;
}
.landing-section .title-bar span {
  width: auto;
  height: auto;
  padding: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 12px;
  background: #96768b;
}
.fbpost-section {
  width: 100%;
  height: auto;
  float: left;
  padding: 35px;
  background: url(../images/fb-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.renewed {
  width: auto;
  height: auto;
  margin: 0px auto;
  background: #7ca668;
  border: 2px solid #96768b;
  padding: 8px 15px;
  display: table;
  border-radius: 80px;
}

.renewed p {
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

.spring-g {
  width: 260px;
  height: 260px;
  float: right;
  background: url(../images/spring.png);
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  margin-top: 35px;
  padding: 66px 36px;
  background-size: cover;
  background-repeat: no-repeat;
}
.renewed-two {
  width: auto;
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(150, 118, 139, 1) 12%,
    rgba(237, 221, 83, 0) 100%
  );
  padding: 32px 32px;
  margin-top: 35px;
  float: left;
}
.renewed-two ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.renewed-two ul li {
  margin-bottom: 15px;
  height: 36px;
  list-style-type: none;
  background: url(../images/gt-a.png);
  background-repeat: no-repeat;
  padding-left: 47px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
}

.price-container-two {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.price-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.old-price {
  font-size: 40px;
  color: white;
  position: relative;
  -webkit-text-stroke: 1px #000; /* outline effect */
}

.old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d48a8a; /* pinkish strike-through */
  transform: rotate(-10deg);
}

.new-price {
  font-size: 50px;
  font-weight: bold;
  color: white;
  color: #000;
  -webkit-text-stroke: 2px #fff; /* outline effect */
}

.date-list {
  width: auto;
  height: auto;
  font-size: 28px;
  color: #0b0069;
  font-weight: 600;
  margin-top: 15px;
}

.booknow-8 {
  width: auto;
  height: auto;
  margin: 0px auto;
  display: table;
  background: #397156;

  border-radius: 8px;
  padding: 8px 25px;
  margin-top: 28px;
}
.booknow-8 a {
  color: #fff;
}

/* .masenger-pic{width:48%; height: auto; float: left; margin-right: 8px} */
.masenger-pic img {
  width: 100%;
  height: auto;
}


.ribbon {
/*   height: 300px; */
  position: relative;
/*   background: url(https://images.pexels.com/photos/355747/pexels-photo-355747.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-size: cover;
  text-transform: uppercase; */
  color: white;
	transform: translateY(10px);
}

.ribbon1 {
  position: absolute;
  top: -22px;
  right: 385px;
}

/* .ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #f8463f;
} */

.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f8463f;
    font-size: 11px;
    line-height: 1;
    padding: 6px 5px 6px;
    border-radius: 50px;
    width: 70px;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* .ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
} */

/* .ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #f8463f;
}

.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #c02031;
} */

.ribbonbtn a {
    text-align: center;
    background: #447055;
    font-size: 12px;
    line-height: 1;
    padding: 10px 20px 10px;
    border-radius: 50px;
    color: #000;
}
.ribbonbtn {
    position: relative;
    top: -12px;
    left: 30%;
}


@media only screen and (max-width: 769px) {
  .renewed p {
    font-size: 17px;
  }
  .spring-g {
    margin: 23px auto 0px;
    float: none;
  }
  .renewed-two ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .price-container {
    justify-content: center;
  }
  .date-list {
    text-align: center;
    color: #fff;
  }
  .fbpost-section {
    background: #e3ddbc;
  }
  .masenger-pic {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 679px) {
  .renewed p {
    font-size: 17px;
  }
  .fbpost-section {
    background: #e3ddbc;
  }
  .spring-g {
    margin: 23px auto 0px;
    float: none;
  }
  .renewed-two ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .price-container {
    justify-content: center;
  }
  .date-list {
    text-align: center;
    color: #fff;
  }
  .masenger-pic {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .renewed p {
    font-size: 17px;
  }
  .fbpost-section {
    background: #e3ddbc;
  }
  .spring-g {
    margin: 23px auto 0px;
    display: table;
  }
  .renewed-two ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .price-container {
    justify-content: center;
  }
  .date-list {
    text-align: center;
    color: #fff;
  }
  .masenger-pic {
    width: 100%;
    margin-bottom: 25px;
  }
}