@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@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');
@import url('bootstrap.min.css');
@import url('swiper-bundle.min.css');

/* Custom Reset */
body {
      font-family: "Poppins", sans-serif;
      background-color: #F6F6F6;
}


.wrapper {
      overflow: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
      outline: none;
}

a {
      text-decoration: none;
}

a:focus,
a:hover,
a:active {
      outline: 0;
      box-shadow: none;
}

a:focus,
a:hover {
      text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
      margin: 0;
      padding: 0;
      font-family: "Lexend", sans-serif;
}

a {
      text-decoration: none;
      transition: all 0.5s ease-in-out;
}

a:hover {
      text-decoration: none;
}

ul,
ol {
      margin: 0;
      padding: 0;
      list-style: none;
}

ul li {
      list-style: none;
}

p {
      margin: 0;
      padding: 0;
}

input:focus,
select:focus,
textarea:focus {
      outline: none;
}

img {
      border-style: none;
      display: inline-block;
      max-width: 100%;
      height: auto;
}

/* ==== HEADER ===== */
header {
      position: relative;
      z-index: 1000;
    }

.header-shadow {
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
}

.header-top {
      background-color: #F98133;
      padding: 13px 0px;
}

.header-top p {
      font-weight: normal;
      font-size: 14px;
      color: #fff;
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 0 0 0 220px;
}

.header-top p strong {
      display: inline-block;
      font-weight: bold;
}

.header-bottom {
      background-color: #fff;
}

.navbar {
      padding: 0;
}

.navbar-brand {
      padding: 0;
      margin: -40px 0 -11px 0;
}

.navbar-brand img {
      box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
      border-radius: 0px 0px 10px 10px;
}

.navbar {
      align-items: flex-start;
}

.navbar-collapse {
      padding: 15px 0;
}

.navbar-nav {
      gap: 38px;
      margin-left: 42px;
}

.navbar-nav .nav-item .nav-link {
      color: #161616;
      font-weight: normal;
      font-size: 16px;
      line-height: 1;
      display: block;
      padding: 0;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
      color: #F98133;
      font-weight: bold;
}

.header-right {
      display: flex;
      align-items: center;
      gap: 27px;
}

.header-right .text-box {
      display: flex;
      align-items: center;
      gap: 12px;
}

.header-right .text-box span {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #F2F2F2;
      border-radius: 50%;
      width: 40px;
      height: 40px;
}

.header-right .text-inner {
      flex: 1;
      width: 100%;
}

.header-right .text-inner p {
      color: #7F7F7F;
      font-weight: normal;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 6px;
}

.header-right .text-inner a {
      color: #000000;
      font-weight: 500;
      font-size: 16px;
      line-height: 1;
      display: flex;
      align-items: center;
}

.btn-default {
      border: 2px solid #F98133;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #F98133;
      font-size: 14px;
      font-weight: 600;
      font-family: "Lexend", sans-serif;
      text-transform: uppercase;
      padding: 0;
      height: 56px;
      width: 180px;
}

.btn-default:hover {
      background-color: #F98133;
      color: #fff;
}
.menuclose-btn{
      background-color: #FFA265;
      border-radius: 16px;
      display: none;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 22px;
      right: 13px;

}
/****** HERO SEC ******/
.hero-sec {
      background: url(../images/banner-bg.webp) no-repeat;
      background-position: center center;
      background-size: cover;
      padding: 115px 0 111px;
}

.hero-box h1 {
      color: #000000;
      font-weight: 600;
      font-size: 64px;
      line-height: 73px;
      font-family: "Poppins", sans-serif;
      max-width: 624px;
      width: 100%;
}

.hero-box h1 span {
      color: #F98133;
      display: inline-flex;
      align-items: center;
      position: relative;
}

.wave-img {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
}

.wave-img img {
      width: 100%;
}

.hero-box p {
      color: #000000;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      max-width: 528px;
      margin: 18px 0 34px 0;
      width: 100%;
}

.find-btn {
      border-radius: 16px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 63px;
      max-width: 186px;
      width: 100%;
      text-transform: uppercase;
      gap: 10px;
      color: #000000;
      font-size: 14px;
      font-weight: 600;
      font-family: "Lexend", sans-serif;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
}

.find-btn span {
      background-color: #F98133;
      width: 37px;
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
}

.find-btn:hover {
      color: #fff;
      background-color: #F98133;
}
.find-btn:hover span{
      background-color: rgba(255, 255, 255, 0.30);
}
.banner-right ul {
      text-align: right;
      display: flex;
      flex-direction: column;
      gap: 18px;
}

/***** TITLE *****/
.title,
.title-second {
      text-align: center;
}

.title h2 {
      color: #000;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 32px;
      line-height: 1;
}

.title-second h2 {
      color: #000;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 42px;
      line-height: 48px;
}

.title-second h2 span {
      position: relative;
      color: #F98133;
}

/**** PRODUCT SEC *****/
.products-sec {
      padding: 66px 0 107px;
      background-color: #fff;
}

.products-inner {
      margin: 42px 0 0 0;
}

.products-slider {
      position: relative;
}

.products-inner .swiper-slide-prev .products-box,
.products-inner .swiper-slide-active .products-box,
.products-inner .swiper-slide-next .products-box {
      opacity: 1;
}
.products-box{
      cursor: pointer;
}
.products-box:hover .image-holder span{
      opacity: 1;
      visibility: visible;
      transition: all 0.5s ease-in-out;
}
.products-box .image-holder a img{
      transform: rotate(0deg) scale(1);
      transition: all 0.5s ease-in-out;
}
.products-box:hover .image-holder a img{
      transform: rotate(4deg) scale(1.1);
      transition: all 0.5s ease-in-out;
}
.products-inner .products-box {
      opacity: 0.25;
}
.products-box .image-holder{
      position: relative;
}
.products-box .image-holder span{
      display: flex;
      align-items: center;
      position: absolute;
      right: 48px;
      transition: all 0.5s ease-in-out;
      top: 31px;
      opacity: 0;
      visibility: hidden;
}
.products-box .image-holder a {
      background-color: #F7F7F7;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 53px 0 36px;
}

.products-box .text-box {
      padding: 20px 0 0 0;
}

.products-box .text-box span {
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      height: 22px;
      padding: 0 8px;
}

.blue-bg {
      background-color: #019DC1;
}

.orange-bg {
      background-color: #F98133;
}

.green-bg {
      background-color: #6AA843;
}

.red-bg {
      background-color: #BA0181;
}

.dark-blue-bg {
      background-color: #58419C;
}

.dark-red-bg {
      background-color: #C2082E;
}

.violet-bg {
      background-color: #736CA9;
}

.products-box .text-box h4 {
      color: #000;
      font-size: 20px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      line-height: 1;
      margin: 9px 0 21px;
}

.products-box .text-box a {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 7px;
}

/**** SWIPER PAGINATION *****/
.swiper-pagination {
      position: static;
      margin: 72px 0 0 0;
}

.swiper-pagination-bullet {
      margin: 0;
      width: 7px;
      height: 7px;
      opacity: 1;
      background-color: #D9D9D9;
}

.swiper-pagination-bullet-active {
      background-color: #F98133;
}

/***** SWIPER SLIDER *****/
.swiper-slider-main {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      top: 36%;
      transform: translate(-50%, -36%);
      left: 50%;
      z-index: 100;
}

.swiper-slider {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 71vw;
      width: 100%;
      margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
      position: static;
      margin: 0;
      background-color: #000000;
      border-radius: 50%;
      width: 37px;
      height: 37px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
      background-color: #F98133;
}

.swiper-button-next::after,
.swiper-button-prev::after {
      display: none;
}

/***** PUFFINS SEC ******/
.puffins-sec {
      background: url(../images/puffins-bg.webp) no-repeat;
      background-position: top center;
      background-size: cover;
      padding: 95px 0 119px;
}

.puffins-sec .text-box h4 {
      color: #fff;
      font-weight: 600;
      font-size: 42px;
      line-height: 1;
      font-family: "Poppins", sans-serif;
}

.puffins-sec .text-box p {
      color: #fff;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      margin: 20px 0 34px 0;
      max-width: 335px;
      width: 100%;
}

.puffins-sec .image-holder {
      text-align: center;
}

.puffins-list ul li {
      margin-bottom: 22px;
}

.puffins-list ul li:last-child {
      margin: 0;
}

.puffins-box span {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.25);
}

.puffins-box h4 {
      font-family: "Poppins", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      color: #fff;
      margin: 10px 0;
}

.puffins-box p {
      font-size: 14px;
      font-weight: 400;
      line-height: 138%;
      color: #fff;
}
.puffins-sec .text-box .find-btn:hover{
      background-color: #000;
      color: #fff;
}

/***** PREPARE FOOD SEC *****/
.prepare-food-sec {
      padding: 80px 0;
      position: relative;
}

.foot-pet {
      position: absolute;
      left: 0;
      bottom: 324px;
}

.prepare-food-sec .title h2 {
      font-size: 42px;
}

.prepare-food-sec .title h2 span {
      color: #F98133;
      position: relative;
}

.prepare-food-sec .title h2 span::after {
      position: absolute;
      content: "";
      left: -8px;
      bottom: -4px;
      background: url(../images/wave-icon2.svg) no-repeat;
      background-position: center center;
      background-size: cover;
      max-width: 100%;
      width: 100%;
      height: 12px;
}

.prepare-food-inner {
      margin: 50px 0 0 0;
}

.prepare-food-box {
      margin-bottom: 26px;
}

.prepare-food-box:last-child {
      margin: 0;
}

.prepare-food-box .text-box {
      background-color: #fff;
      border-radius: 20px;
      padding: 15px 50px;
      height: 100%;
      display: flex;
      box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
      flex-direction: column;
      justify-content: center;
}

.prepare-food-box .text-box h4 {
      color: #000000;
      font-weight: 600;
      font-size: 26px;
      line-height: 1;
      font-family: "Poppins", sans-serif;
      margin-bottom: 14px;
}

.prepare-food-box .text-box p {
      color: #8A8A8A;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      max-width: 465px;
      width: 100%;
}

.prepare-food-box .row {
      margin: 0 -7.5px;
}

.prepare-food-box [class*="col-"] {
      padding: 0 7.5px;
}

/***** REVIEW FOOD SEC *****/
.review-sec {
      padding: 80px 0 72px 0;
}

.review-sec .title h2 {
      font-size: 42px;
}

.review-sec .title h2 span {
      color: #F98133;
}

.review-box {
      background-color: #fff;
      padding: 30px;
      border-radius: 16px;
}

.review-box .media {
      display: flex;
      align-items: center;
      gap: 16px;
}

.review-box .media span {
      max-width: 59px;
      width: 100%;
}

.review-box .media h4 {
      color: #000;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      line-height: 1;
      font-size: 18px;
}

.review-box .text-box {
      margin: 18px 0 0 0;
}

.review-box .text-box ul {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 18px;
}

.review-box .text-box p {
      color: #8A8A8A;
      line-height: 150%;
      font-size: 18px;
      font-weight: normal;
}

.review-sec .swiper-slider-main {
      top: 50%;
      transform: translate(-50%, -50%);
}

.swiper-slide-prev .review-box,
.swiper-slide-active .review-box,
.swiper-slide-next .review-box {
      opacity: 1;
}

.review-box {
      opacity: 0.2
}

/****** FOOTER ******/
footer {
      background-color: #000000;
}

.footer-inner {
      padding: 44px 0 56px 0;
}

.footer-left {
      display: flex;
      align-items: flex-end;
      gap: 23px;
}

.footer-left a {
      display: flex;
      align-items: center;
}

.footer-left p {
      color: rgba(255, 255, 255, 0.60);
      font-weight: 300;
      line-height: normal;
      font-size: 23px;
}

.footer-link h4 {
      color: #F9EADA;
      font-size: 14px;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      line-height: 1;
      margin-bottom: 40px;
      text-transform: uppercase;
}

.footer-link ul li:last-child {
      margin: 0;
}

.footer-link ul li {
      margin-bottom: 24px;
}

.footer-link ul li a {
      color: rgba(255, 255, 255, 0.60);
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      display: block;
}

.footer-link ul li a:hover {
      color: #F98133;
}

.footer-link p {
      color: rgba(255, 255, 255, 0.60);
      font-size: 16px;
      font-weight: normal;
      line-height: 29px;
}

.footer-link p span {
      color: #fff;
      display: block;
}

.footer-link ol {
      margin: 40px 0 0 0;
}

.footer-link ol li {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;
}

.footer-link ol li:last-child {
      margin: 0;
}

.footer-link ol li span {
      display: flex;
      align-items: center;
}

.footer-link ol li a {
      color: #F98133;
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      text-decoration: underline;
}

.copyright {
      background-color: #121212;
      padding: 33px 0;
}

.copyright p {
      text-align: center;
      color: #767676;
      font-size: 14px;
      font-weight: 300;
      line-height: 1;
}

.copyright p span {
      color: #fff;
}

/***** ABOUT BANNER *****/
.about-banner-sec {
      background: url(../images/aboutbg.svg) no-repeat;
      background-position: center center;
      background-size: cover;
      padding: 0 !important;
}
.about-banner-sec .image-holder{
      margin-top: -34px;
}
.about-banner-sec .image-holder img{
      max-width: inherit;
}
.about-banner-sec .hero-box{
          height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-banner-sec .hero-box h1 {
      margin-bottom: 40px;
}

.about-banner-sec .hero-box p {
      margin: 0 0 26px 0;
}

.about-banner-sec .hero-box p:last-child {
      margin: 0;
}

/**** PRODUCTS PETS *****/
.products-pets-sec {
      background-color: #fff;
      padding: 103px 0;
      position: relative;
}

.products-pets-inner {
      margin: 40px 0 0 0;
}

.products-pets-inner .puffins-box {
      display: flex;
      align-items: flex-start;
      gap: 18px;
}

.products-pets-inner .puffins-box span {
      background-color: #F98133;
}

.products-pets-inner .puffins-box .text-box {
      flex: 1;
      width: 100%;
}

.products-pets-inner .puffins-box .text-box h4 {
      color: #000;
      margin: 0 0 7px 0;
}

.products-pets-inner .puffins-box .text-box p {
      color: #000;
}

.peet-img {
      position: absolute;
      top: 50px;
      right: 0;
}

.peet-left {
      position: absolute;
      top: 36px;
      left: 80px;
}

.peet-bottom {
      position: absolute;
      bottom: 30px;
      left: 21px;
}

/***** PUFFINS PREPARE ******/
.puffins-prepare-sec {
      padding: 74px 0 119px;
}

.puffins-prepare-sec .title-second {
      text-align: left;
      max-width: 362px;
      width: 100%;
}

.puffins-prepare-sec .wave-img {
      bottom: -3px;
}

.puffins-prepare-sec .text-box p {
      color: #000000;
      font-size: 16px;
      line-height: 150%;
      font-weight: normal;
      max-width: 482px;
      width: 100%;
      margin-top: 24px;
}

.puffins-prepare-right ul {
      display: grid;
      grid-template-columns: 6fr 6fr;
      gap: 13px;
}

.puffins-prepare-right .image-holder {
      position: relative;
}

.puffins-prepare-right .image-holder p {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      line-height: normal;
      padding: 20px 24px;
}

/****** PRODUCT CATEGORY SEC ******/
.product-category {
      background-color: #fff;
      padding: 73px 0 130px;
}

.product-category h3 {
      color: #000000;
      font-weight: 600;
      font-size: 64px;
      text-align: center;
      line-height: 73px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 20px;
}

.product-category .products-box {
      padding: 35px 0;
}

/***** PRODUCT DETAIL *****/
.product-detail-sec {
      background-color: #fff;
      padding: 106px 0 0;
      position: relative;
}

.detail-foot {
      position: absolute;
      bottom: 0;
      right: 0;
}

.product-detail-left {
      position: relative;
}

.product-detail-left .image-holder {
      text-align: center;
      position: relative;
    }

.product-tag {
      position: absolute;
      left: 62px;
      top: 44%;
      transform: translate(0, -44%);
}

.product-tag ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
}

.sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #F98133;
      border-radius: 8px;
      height: 34px;
      max-width: 198px;
}

.blue-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #139DBF;
      border-radius: 8px;
      height: 34px;
      max-width: 198px;
}

.green-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #6BA849;
      border-radius: 8px;
      height: 34px;
      max-width: 198px;
}

.red-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #B90180;
      border-radius: 8px;
      height: 34px;
      max-width: 250px;
}

.dark-blue-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #58429A;
      border-radius: 8px;
      height: 34px;
      max-width: 198px;
}

.violet-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #736CA7;
      border-radius: 8px;
      height: 34px;
      max-width: 250px;
}

.dark-red-sensitive {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #C10531;
      border-radius: 8px;
      height: 34px;
      max-width: 250px;
}
.product-detail-right {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
}

.product-detail-right h3 {
      font-family: "Poppins", sans-serif;
      color: #000;
      font-size: 48px;
      line-height: 1;
      font-weight: 600;
      margin: 24px 0 32px 0;
}

.product-detail-right p {
      color: #8A8A8A;
      font-size: 18px;
      font-weight: normal;
      line-height: 150%;
}

.adult-dogs {
      display: flex;
      align-items: center;
      gap: 18px;
      margin: 38px 0 45px;
}

.adult-dogs strong {
      background-color: #F98133;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.adult-dogs h4 {
      color: #000;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      flex: 1;
      width: 100%;
      line-height: 24px;
}

.product-detail-right .find-btn {
      background: #F6F6F6;
      max-width: 230px;
}
.product-detail-right .find-btn:hover{
      background-color: #F98133;
      color: #fff;
}
/****** PRODUCT COMPOSITION SEC *****/
.product-composition-sec {
      background-color: #fff;
      padding: 68px 0 144px;
}

.composition-title {
      border-bottom: 1px solid #EDEDED;
      position: relative;
      position: relative;
      margin-bottom: 32px;
}

.composition-title::after {
      position: absolute;
      content: "";
      left: -100%;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background-color: #EDEDED;
}

.composition-title::before {
      position: absolute;
      content: "";
      right: -100%;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background-color: #EDEDED;
}

.composition-title h3 {
      color: #000000;
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
      position: relative;
      display: inline-flex;
      align-items: center;
      padding-bottom: 25px;
}

.composition-title h3::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 3px;
      background-color: #F98133;
}

.composition-box {
      border-radius: 8px;
      background-color: #F6F6F6;
      margin-bottom: 13px;
      padding: 16px 12px 10px 12px;
}

.composition-box h4 {
      color: #303030;
      font-size: 16px;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      margin-bottom: 15px;
      line-height: 1;
}

.composition-box p {
      color: #303030;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      font-family: "Poppins", sans-serif;
}

.composition-box ul {
      border-bottom: 1px solid #DEDEDE;
      padding: 10px 0;
}

.composition-box ul:first-child {
      padding-top: 0;
}

.composition-box ul:last-child {
      border-bottom: none;
}

.composition-box ul li {
      color: #303030;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      font-family: "Poppins", sans-serif;
}

.composition-box ol {
      display: grid;
      grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
}

/***** CONTACT US ******/
.conatct-sec{
      background-color: #fff;
      padding: 70px 0 96px 0;
}
.conatct-sec h3 {
      color: #000000;
      font-weight: 600;
      font-size: 64px;
      text-align: center;
      line-height: 73px;
      font-family: "Poppins", sans-serif; 
}
.contact-inner{
      margin: 70px 0 0 0;
}
.contact-left{
      max-width: 472px;
      width: 100%;
}
.contact-info{
      margin: 54px 0 60px 0;
}
.contact-info .text-box h4 {
      color: #000000;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 24px;
}

.contact-info .text-box p {
      color: #8A8A8A;
      font-size: 18px;
      line-height: 27px;
      font-weight: normal;
      max-width: 200px;
      width: 100%;
}

.contact-info .text-box p span {
      color: #F98133;
      font-weight: bold;
      display: block;
      line-height: 1;
}

.contact-info .text-box ol li {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 10px;
}

.contact-info .text-box ol li:last-child {
      margin: 0;
}

.contact-info .text-box ol li span {
      display: flex;
      align-items: center;
}

.contact-info .text-box ol li a {
      color: #F98133;
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      text-decoration: underline;
}
.contact-text h4 {
      color: #000000;
      font-size: 28px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin: 0 0 24px 0;
  }
.contact-text p{
      color: #8A8A8A;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 21px; 
}
/***** CONTACT RIGHT  ******/
.contact-right{
      background-color: #FAFAFA;
      border-radius: 16px;
      padding-left: 48px;
      padding-right: 53px;
      padding-top: 46px;
      padding-bottom: 46px;
}
.contact-right h4{
      color: #000;
      font-size: 28px;
      margin-bottom: 30px;
      line-height: 1;
      font-weight: 600;
}
.contact-right form .form-group{
      margin-bottom: 20px;
}
.contact-right form label{
      color: #000;
      font-weight: normal;
      font-size: 14px;
      line-height: 1;
      margin:  0 0 14px 0;
}
.contact-right form .form-control{
      background-color: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 12px;
      height: 63px;
      box-shadow: none;
      color: #656565;
      font-size: 16px;
      line-height: 1;
}
.contact-right form .form-control::placeholder{
      color: #656565;
}
.contact-right form textarea.form-control{
      height: 156px;
}
.contact-right form .find-btn{
      max-width: 100%;
      width: 100%;
      background-color: #F98133;
      color: #fff;
}
.contact-right form .find-btn span {
      background-color: rgba(255, 255, 255, 0.30); 
  }
  .product-category-inner .products-box .image-holder span { 
      right: 10px; 
  }