@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Figtree", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1721px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.ffr{
  font-family: "Rethink Sans", sans-serif;
}
.ffp{
  font-family: "Poppins", sans-serif;
}
.ffj{
  font-family: "Josefin Sans", sans-serif;
}
.ffc{
  font-family: "Cormorant Garamond", serif;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}

.bg-light{
  background-color: #CECFCD !important;
}
.bg-secondary{
  background-color: #EFEFEF !important;
}
.bg-success{
  background-color: #74a84a !important;
}
.text-success{
  color: #74a84a !important;
}
.text-light{
  color: #585858 !important; 
}

.page-title{font-size:35px;}
.cta-form .form-control {
    background: #EBF5E9;
    border: 1px solid #B0BDAE !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-600 {
  letter-spacing: 0.06em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 90px;
  line-height: 1.1;
}

.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px ;
}
.fs-25 {
  font-size: 25px;
}
.fs-28 {
  font-size: 28px ;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}

/* 01 */

/* 02 */
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 20px 107px;
  border: 1px solid;
  border-radius: 0;
  font-size: 23px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-item.active a {
    color: #74a84a !important;
}
.card-header a{color:#000;}
.py-50{padding-top:50px; padding-bottom:50px;}
.object-cover {
    object-fit: cover;
}
.wel-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn-light{
  color: #fff;
  background-color: transparent;
  border-color: #fff; 
}
.btn-success{
  color: #fff;
  background-color: #74A84A;
  border-color: #74A84A; 
}
.btn-success:hover{
  color: #fff;
  background-color: #000;
  border-color: #000; 
}
.listinfo li{list-style-type:disc;margin-left:20px;padding-bottom:12px;}
.product-img {min-height:390px;}
.product-right a {
  padding: 27px 47px;
  font-size: 18px;
  font-family: "Rethink Sans", sans-serif;
  border-radius: 10px;
}
.scroll header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-brand {
  display: inline-block;
  width: 200px;
}
.woocommerce div.product form.cart table.extra-options {   
    margin-bottom: 30px;
	
}
.navbar-nav .nav-link {
  padding: 0 !important;
  color: #000000;
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.navbar-nav > li + li {
  margin-left: 40px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
 color: #73a84a;
}

button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}
/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
} */
.discover-wrap{
background-image: url(../images/discover-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 100px 100px 0 100px;

}

.footer-links ul li a, .footer-links ul li{
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.footer-links ul li a:hover{
  color: #000;
}
.form-wrap{
  height: 60px;
}
.form-wrap button{
  width: 15% !important;
}
.form-wrap input{
  width: 85% !important;
}

.welcome-wrap {
  border-radius: 50%;
  height: 420px;
  width: 420px;

}

@media(max-width:1500px){
  .navbar-nav .nav-link {
    font-size: 20px;
}
.navbar-nav > li + li {
    margin-left: 30px;
}
.fs-20 {
    font-size: 17px;
}
.navbar-brand {
    width: 160px;
}
h1, .h1 {
    font-size: 70px;
}
.fs-30 {
    font-size: 25px;
}
.btn {
    padding: 17px 85px;
    font-size: 18px;
}
.fs-25 {
    font-size: 20px;
}
.product-right a {
    padding: 18px 25px;
    font-size: 14px;
}
.fs-55 {
    font-size: 42px;
}
.fs-35 {
    font-size: 27px;
}
.fs-32 {
    font-size: 25px;
}
.footer-links ul li a, .footer-links ul li {
    font-size: 18px;
    line-height: 36px;
}
.fs-16 {
    font-size: 14px;
}
.fs-18 {
  font-size: 16px;
}
.welcome-wrap {
  height: 320px;
  width: 320px;
}
.fs-60 {
  font-size: 45px;
}
}

@media(max-width:1199px){
  .navbar-brand {
    width: 140px;
}
.navbar-nav .nav-link {
    font-size: 16px;
}
.navbar-nav > li + li {
    margin-left: 20px;
}
.fs-20 {
    font-size: 14px;
}
h1, .h1 {
    font-size: 55px;
}
.fs-30 {
    font-size: 22px;
}
.btn {
    padding: 14px 70px;
    font-size: 14px;
}
.fs-18 {
    font-size: 14px;
}
.fs-25 {
    font-size: 18px;
}
.product-right a {
    padding: 15px 17px;
    font-size: 12px;
}
.fs-55 {
    font-size: 35px;
}
.fs-35 {
    font-size: 22px;
}
.fs-32 {
    font-size: 20px;
}
.footer-links ul li a, .footer-links ul li {
    font-size: 16px;
    line-height: 30px;
}
.form-wrap {
    height: 50px;
}
.fs-16 {
    font-size: 12px;
}
}


@media (max-width: 991px) {


  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}
.header-btn {
    margin-top: 10px;
    display: inline-block;
}
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #CECFCD;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .fs-60 {
    font-size: 35px;
}
.welcome-wrap {
    height: 300px;
    width: 300px;
}
}

@media(max-width:767px){
  .carousel-item {
    height: 350px;
}
.services-img {
    height: 350px;
}
}
@media(max-width:575px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .navbar-brand {
    width: 120px;
}
.fs-20 {
    font-size: 12px;
}
.navbar-toggler {
    font-size: 24px;
}
h1, .h1 {
  font-size: 40px;
}
.fs-30 {
  font-size: 18px;
}
.btn {
  padding: 14px 50px;
  font-size: 12px;
}
.fs-55 {
  font-size: 30px;
}
.fs-25 {
  font-size: 16px;
}
.fs-35 {
  font-size: 18px;
}
.fs-60 {
  font-size: 28px;
}
.welcome-wrap {
  height: 225px;
  width: 225px;
}
}