@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #447749;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif !important;
}

.gapy {
  padding: 80px 0;
}

header {
  margin: 0;
  padding: 10px 0px;
  background: #447749;
  animation: mymove 1s ease-in-out;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
header .navbar .navbar-brand {
  width: 100px;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #143226;
  animation: mymove 1s ease-in-out;
  box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.2);
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #447749;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul {
  gap: 15px;
}
.main-nav nav ul > li > a {
  font-size: 14px;
  color: #fff !important;
  text-transform: capitalize;
}
.main-nav nav ul > li > a:hover {
  color: #dac170 !important;
}
.main-nav nav ul > li > a:focus {
  color: #dac170 !important;
}
.main-nav nav ul .active a {
  color: #dac170 !important;
}

.s-icons a {
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, 0.3));
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
}
.s-icons a:hover {
  color: #447749;
}

.herobanner {
  background: url(../images/f1.png) no-repeat left/100px, url(../images/f2.png) no-repeat bottom left/100px, url(../images/f3.png) no-repeat top left/100px, url(../images/f4.png) no-repeat right/100px, url(../images/f5.png) no-repeat top right/100px, url(../images/f6.png) no-repeat bottom right/100px, #143226;
  height: 80vh;
  overflow: hidden;
}
.herobanner h1 {
  color: #4d8753;
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 10vw;
  text-align: center;
  z-index: 2;
}
.herobanner .heroimgs {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.herobanner .heroimgs .img1 {
  top: 10%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
  height: 50%;
  animation: spin 10s linear infinite;
}
.herobanner .heroimgs .img2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 80%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.titlecontent h2 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
  color: #447749;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.titlecontent p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
}

.vimg {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px !important;
}

.gbg {
  background: #235642;
}

.inclu h2 {
  color: #dac170;
}
.inclu p {
  color: #fff;
}

.dishar {
  margin-top: 80px;
  padding-bottom: 80px;
  background: #143226;
}
.dishar h2 {
  color: #235642;
  position: relative;
  top: -60px;
  text-align: center;
  font-weight: 800;
  font-size: 6vw;
}

.whowe .titlecontent h2,
.planbox .titlecontent h2,
.benefitsbox .titlecontent h2,
.curbox .titlecontent h2,
.testmo .titlecontent h2 {
  color: #dac170;
}
.whowe .titlecontent p,
.planbox .titlecontent p,
.benefitsbox .titlecontent p,
.curbox .titlecontent p,
.testmo .titlecontent p, .whowe .titlecontent li, .inclu .titlecontent li {
  color: #fff;
}

.dishar .picon i {
  font-size: 50px;
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, 0.3));
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

.piconblock .picon i {
  font-size: 50px;
  color: #dac170;
}
.piconblock h4 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 500;
  color: #447749;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.piconblock p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  overflow: hidden;
}

.plan-card {
  background: #143226;
  box-shadow: 2px 2px 19px rgba(68, 119, 73, 0.4);
  border-radius: 10px !important;
  position: relative;
  padding: 40px 15px;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.plan-card .badge {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  top: 30px;
  right: -50px;
  width: 200px;
  transform: rotate(40deg);
  transform-origin: center;
  text-transform: uppercase;
}
.plan-card .plan-name {
  color: #dac170;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.plan-card .plan-price {
  font-size: 60px;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  line-height: 60px;
  margin-bottom: 70px;
  color: #fff;
}
.plan-card .plan-price span {
  width: 100%;
  float: left;
  font-size: 22px;
  text-transform: capitalize;
}
.plan-card .plan-features ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.plan-card .plan-features li {
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.plan-button {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  color: #fff;
  border-radius: 6px !important;
  padding: 16px 30px;
  font-weight: 400;
}
.plan-button:hover {
  background-color: #447749;
  color: #fff;
}

.listblock li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

.faqblock .titlecontent h2 {
  color: #dac170;
}
.faqblock .titlecontent p {
  color: #fff;
}

.benefitsbox .piconblock {
  padding: 25px 15px;
  border-radius: 20px !important;
  background: #143226;
}
.benefitsbox .piconblock .picon {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  display: grid;
  place-items: center;
  margin: -50px auto 0;
  aspect-ratio: 1;
  width: 70px;
  border-radius: 100% !important;
}
.benefitsbox .piconblock .picon i {
  color: #fff;
  font-size: 30px;
}
.benefitsbox .piconblock p {
  color: #fff;
}

.curform,
.contact-boxform {
  background-color: #143226;
  padding: 30px;
  box-shadow: 2px 2px 10px rgba(68, 119, 73, 0.3);
  border-radius: 20px !important;
  position:relative;
  z-index:44;
}
.curform .fline,
.contact-boxform .fline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-wrap: auto;
}
.curform .fline label,
.contact-boxform .fline label {
  font-size: 14px;
  color: #dac170;
}
.curform input[type=text],
.curform input[type=email],
.curform input[type=number],
.curform input[type=tel],
.curform select,
.curform textarea,
.contact-boxform input[type=text],
.contact-boxform input[type=email],
.contact-boxform input[type=number],
.contact-boxform input[type=tel],
.contact-boxform select,
.contact-boxform textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px !important;
  font-size: 14px;
  color: #fff;
  background: rgba(68, 119, 73, 0.3);
  border: none;
}
.curform button,
.curform input[type=submit],
.contact-boxform button,
.contact-boxform input[type=submit] {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 6px !important;
  border: none;
  margin: 0 auto;
  display: table;
  text-transform: uppercase;
  min-width: 200px;
}
.curform button:hover,
.curform input[type=submit]:hover,
.contact-boxform button:hover,
.contact-boxform input[type=submit]:hover {
  background: #447749;
  color: #fff;
}

.testmo {
  background: url(../images/g1.png) no-repeat center bottom;
  background-size: contain;
}

.clientbox .pcontent {
  background-color: #143226;
  padding: 15px;
  border-radius: 10px !important;
  position: relative;
}
.clientbox .pcontent:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(104, 140, 96, 0);
  border-top-color: #143226;
  border-width: 10px;
  margin-left: -10px;
}
.clientbox .pcontent p {
  color: #fff;
  font-size: 16px;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.clientbox .pname .urimg {
  width: 50px;
  border-radius: 100px !important;
  overflow: hidden;
}
.clientbox .pname h5 {
  font-size: 16px;
  color: #dac170;
}
.clientbox .pname p {
  color: #111;
  font-size: 14px;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  color: #fff;
  border: none;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 100px !important;
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  bottom: -40px;
  z-index: 8;
  list-style: none;
}
.slick-dots li button {
  text-indent: -10000px;
  border: none;
  background: #dac170;
  height: 10px;
  width: 10px;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 100px !important;
}
.slick-dots .slick-active button {
  background: #111;
}

.accordion {
  border: none;
}
.accordion .accordion-item {
  margin-bottom: 2px;
  border: none;
  border-radius: 10px !important;
}
.accordion .accordion-item .accordion-button.collapsed {
  background: #143226;
  color: #fff;
  box-shadow: 2px 2px 8px rgba(17, 17, 17, 0.2);
}
.accordion .accordion-item .accordion-button.collapsed:after {
  filter: invert(100%);
}
.accordion .accordion-item .accordion-button {
  border-radius: 10px !important;
  background: #447749;
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  padding: 25px 20px;
}
.accordion .accordion-item .accordion-button:after {
  filter: invert(0%);
}
.accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion .accordion-body p {
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.popupblock {
  z-index: 999;
  position: fixed;
  background: rgba(17, 17, 17, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  inset: 0;
  display: none;
  place-items: center;
}
.popupblock .cenbox {
  position: relative;
  max-width: 500px;
  width: 90%;
}
.popupblock .cenbox .titlecontent h2 {
  color: #dac170;
}
.popupblock .cenbox .titlecontent p  {
  color: #fff;
}

.popupblock.show {
  display: grid;
}

body.fixedscroll {
  overflow-y: hidden;
}

.closebtn {
  background: #fff;
  border: 1px solid #111;
  aspect-ratio: 1;
  width: 30px;
  border-radius: 100% !important;
  position: absolute;
  right: -10px;
  top: -10px;
}

footer {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #111;
}
footer .fttopp {
  padding: 3rem 0;
}
footer .fttopp .ftblock h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  color: #dac170;
  margin-bottom: 1rem;
}
footer .fttopp .ftblock p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
footer .fttopp .ftblock .ft-links a {
  text-decoration: none;
  color: #447749;
  font-size: 14px;
  transition: color 0.3s ease;
}
footer .fttopp .ftblock .ft-links a:hover {
  color: #dac170;
}
footer .fttopp .ftblock .ft-links a i {
  color: #dac170;
}
footer .fttopp .ftblock .s-icons a {
  font-size: 24px;
  color: #447749;
  transition: color 0.3s ease;
}
footer .fttopp .ftblock .s-icons a:hover {
  color: #dac170;
}
footer .copyrightblock {
  background-color: #040404;
}
footer .copyrightblock p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.ftlogo {
  max-width: 100px;
  width: 100%;
}

.curbox {
  position: relative;
}
.curbox:before {
  position: absolute;
  content: "";
  background: url(../images/rightbox.png) no-repeat right top;
  background-size: contain;
  right: 0;
  top: 0;
  width: 40%;
  bottom: 0;
  mix-blend-mode: screen;
}
.curbox:after {
  position: absolute;
  content: "";
  background: url(../images/leftbox.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
  width: 40%;
  bottom: 0;
  mix-blend-mode: screen;
}

.inbanner .overlay {
  background: rgba(17, 17, 17, 0.6);
}
.inbanner .overlay h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: #dac170;
  font-family: "Bodoni Moda", serif;
}
.inbanner .overlay .blinks i {
  color: #fff;
}
.inbanner .overlay .blinks a {
  color: #dac170;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}
.inbanner .overlay .blinks h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.adbox {
  background: #143226;
  border-radius: 10px !important;
  padding: 40px 20px;
  height: 100%;
}
.adbox i {
  color: #dac170;
  font-size: 30px;
}
.adbox h2 {
  font-size: 20px;
  font-weight: 600;
  color: #447749;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.adbox p {
  color: #fff;
  font-size: 16px;
}

.contact-boxform .text-box-content {
  color: #dac170;
  font-family: "Bodoni Moda", serif;
}

.ppcontent h2 {
  color: #dac170;
  font-size: 26px;
}
.ppcontent h3 {
  color: #dac170;
  font-size: 24px;
}
.ppcontent h4 {
  color: #dac170;
  font-size: 22px;
}
.ppcontent h5 {
  color: #dac170;
  font-size: 20px;
}
.ppcontent h6 {
  color: #dac170;
  font-size: 18px;
}
.ppcontent p {
  color: #fff;
  font-size: 16px;
}
.ppcontent p a {
  color: #dac170;
}
.ppcontent ul li {
  color: #fff;
  font-size: 16px;
}

.ppcontent {
  background: #143226;
}

.blogblock {
  background: #143226;
  overflow: hidden;
  border-radius: 10px !important;
}
.blogblock .blogcontent {
  padding: 20px;
}
.blogblock .blogcontent h3 {
  color: #447749;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.blogblock .blogcontent h4 {
  color: #dac170;
  font-style: italic;
  font-size: 18px;
}
.blogblock .blogcontent h5 {
  color: #dac170;
  font-style: italic;
  font-size: 12px;
}
.blogblock .blogcontent p {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blogblock .blogcontent h6 {
  font-size: 16px;
  color: #dac170;
}

a.blogblock:hover .blogcontent h3 {
  color: #fff;
}/*# sourceMappingURL=main.css.map */