/*
Theme Name: Catodog Pet Food (Eden)
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: MING YEUNG
Author URI: https://theislandedge.com/
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'allrounder';
    src: url('../fonts/AllrounderMonumentTest-Medium.otf') format('otf'),
         url('../fonts/AllrounderMonumentTest-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Intro Rust';
  src: url('../fonts/IntroRust-Base.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sensa Sans';
  src: url('../fonts/SensaSans-RegularDemo.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global  
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html, body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.no-scroll {
    overflow: hidden !important;
    
    width: 100%;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.5s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #00ceb8;
}
.pageTitle:hover{transform: scale(1.04); color: orange; transition: 0.4s}
.curlyFont{font-family: cursive;}
.allRoundFont{font-family: allrounder}
.whiteColor{color: white}
.paleblueColor{color: #99abb2}
.blueColor{color: #b2cd8e}
.edenColor{color: #ab9643}
.redColor{color: red}
.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 30px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
	font-family: allrounder;
    text-align: center;
    margin-bottom: 50px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/
/* Hide the dropdown menu by default */
.sidebar-nav {
    position: relative;
}

/* Style the dropdown parent */
.sidebar-nav .dropdown{
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 1.2em;
    padding: 8px 8px;
}

/* Style the chevron */
.sidebar-nav .dropdown .chevron {
    margin-left: 6px;
    font-size: 0.8em;
}

/* Submenu */
.sidebar-nav .dropdown-menu, .sidebar-nav .dropdown-menu1, .rightSelect .dropdown-menu{
    display: none;
    position: absolute;
    top: 100%; /* Directly below the parent item */
    left: 0;
    background: #3a2a1a;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    min-width: 220px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rightSelect .dropdown-menu{
    top:90%;
    left: 0%;
    width: 60%;
    font-size: 1.3rem;
}

.sidebar-nav .dropdown-menu1{
   top: -400%; 
   transition: 0.5s;
}
/* Submenu items */
.sidebar-nav .dropdown-menu li ,.rightSelect .dropdown-menu li{
    list-style: none;
}

.sidebar-nav .dropdown-menu li a,.sidebar-nav .dropdown-menu1 li a,.rightSelect .dropdown-menu li a{
    display: block;
    padding: 15px 5px;
    color: white;
    text-align: left;
    text-decoration: none;
}
.rightSelect .dropdown-menu li a{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding-left: 5px;
}
/* Hover on submenu items */
.sidebar-nav .dropdown-menu li a:hover,.rightSelect .dropdown-menu li a:hover  {
    background-color: #f0f0f0;
    transition: 0.5s;
}
.rightSelect .dropdown-menu li a:hover {color: #ab964e}
/* Show submenu on hover of parent */
.sidebar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.sidebar-nav .dropdown:hover .dropdown-menu1 {
    display: block;
}


.sidebar-nav .dropdown-menu1 li a:hover {
    background-color: #f0f0f0;
    transition: 0.5s;
}
#sidebar-wrapper {
    z-index: 99999;
    position: fixed;
    right: -280px; /* Move it off-screen using right */
    width: 280px; /* Match the width when active */
    height: 100%;
    overflow-y: auto;
    background: rgba(197, 187, 135, 0.8);
    transition: right 0.4s ease; /* Only animate the 'right' property */
}
.sidebar-nav {
    position: absolute;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: darkorange;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 5px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 4em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 10px;
}
.close-btn:hover {
    color: orange;
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/
#header {
    transition: transform 0.3s ease; /* Smooth transition for showing/hiding */
}

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 0px 0px 0 1%;
    transition: all 0.5s;
    z-index: 99998;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: rgba(240, 240, 240, 0.95);
    padding: 0px;
}

.logo {
    font-family: allrounder;
    color: black;
    width: 77vw;
    font-size: 4rem;
    line-height: 1;
    transform: translateX(0vw);
}
.logo img{
    width: 100%;
    height: auto;
    margin-left: 4%;
}
.logo:hover{color: #ab964e;}
#logo_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
}
#logo_menu h5{font-family: allrounder; font-size: 1.3vw;color: #ab964e; position: absolute; top: 53%; left: 38%;}
.col-xs-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.col-xs-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.col-xs-10 .logo img {
    max-width: 100%; /* Ensure the logo scales well */
    height: auto;
}

.col-xs-10 h5 {
    margin-top: 10px; /* Space between logo and text */
    transform: translateX(0vw);
    color: #ab964e; /* Adjust color as needed */
}
.sticky.fixed{transition: transform 0.5s ease; padding: 0 0 0 1%; }
.sticky.fixed #logo_menu h5{
    color: grey;
}
#menu-toggle {
    position: absolute;
    z-index: 1;
    font-size: 35px;
    right: 10px;
    border: 1px solid #aaa;
    color: #aaa;
    margin: -20px 0px;
    padding: 2px 15px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #ab964e;
    border-color: #909090;
    color: #fff;
}
@media (max-width:768px){
    .logo{
        width: 100vw;
        font-size: 8vw;
        padding-top: 10px;
    }
    .logo img{
    width: 120%;
    margin: 10px 0 0 5%;
    height: auto;
}
    #logo_menu .col-xs-10 h5 { top: 57%;left: 40%;font-size: 1.8vw;letter-spacing: 0.4px;}
}

.catodogBanner .owl-dots button{width: 5px; height: 5px; border-color: transparent;border-radius: 50%; background: transparent;}
.catodogBanner button.active{background: transparent;}
.owl-dots.disalbed{display: none;}
/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
        position: relative;
        margin-top: 20vh;
        background-image: url(../img/landscape-bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 90%;
        color: #343029;
        font-family: Intro Rust;
        background-color: #fefefe;
        background-attachment: fixed;
}

#banner .headings{
    height: auto;
    margin: 100px auto 0px auto;
}
.headings h2 {
    margin: 0 7% 20px 3%; /* Adjust as needed */
    text-align: center;
    width: 90%;
    font-family: allrounder;
    font-size: 2.7vw;
    font-weight: 300;
    color: black;
}
.whereContainer {
  position: fixed;
  z-index: 99999;
  place-items: center;
  top: 25%;
  right: 4%;
  animation: spin 60s linear infinite;
}
.whereContainer .character {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: caviar_dreams;
  font-size: 1.2rem;
  color: #ab964e;
}
.whereCircle{border-radius: 50%;background-image: url(../img/edenLogo.webp);background-size: contain; background-size: contain;background-position: center; background-repeat: no-repeat; transform: rotate(40deg)}
.whereCircle img{
    width: 100%; border-radius: 50%;}

.themeBrief{
    text-align: center;
    color: #AE9A64;;
}
.trustpilot-brief{text-align: center;}
.slidedown {
    font-size: 50px;
    color: #f00;
    position: absolute;
    bottom: 0%;
    left: 1%;
    z-index: 99;
    cursor: pointer;
}

.theme-image{
  margin: 4vh 5vw 0 0;
  position: relative;
  justify-content: center;
}

.theme-image img{
  width: 110%;
}

.themeBrief{
	justify-content: center;
	margin: 8vh 15% 0 15%;
    font-size: 2rem;
	width: 70%;
	color: #2b2b2b;
	text-align: center;
}
.themeBrief h1{line-height: 0.8}
.themeBrief h2{margin-bottom: 50px}
.themeBrief p{
	color: #ab964e;
	line-height: 0.8;
}

@media (max-width:992px){
	.headings h2 {
    margin-bottom: 20px; /* Adjust as needed */
    text-align: center;
    font-family: allrounder;
    font-size: 2.0rem;
    font-weight: 300;
    padding: 50px 10px 20px 10px;
    color: black;
}


#banner {
        position: relative;
        background-image: url(../img/landscapeBg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 26%;
        color: #343039;
        background-color: #fefefe;
        background-attachment: fixed;
}
.theme-image img{
    width: 110%;
}

.themeBrief{
	margin: 0vh 15% 0 15%;
    font-size: 1rem;
    margin-bottom: 10vh;
}
.themeBrief h2{margin-bottom: 4vh}
.themeBrief p{
	font-size: 2vw;
}
.themeBrief p:nth-child(2){margin-bottom: 5vh;}
}
@media (max-width:440px){
    #banner{margin-top: 10vh;background-position: center 30%;}
    #banner .headings{margin-top: 30px}
	.themeBrief{width: 97%;margin: 0vh 5% 0 5%;}
	.themeBrief h2{font-size: 6vw; width: 90%;}
	.themeBrief h3{font-size: 5vw; width: 90%;}
	.themeBrief p{font-size: 5vw}
    .theme-image{margin: 2.5vh 5vw 0 0;}
    .themeBrief h1{line-height: 0.8; font-size: 2.7rem}
    .themeBrief h2{margin-bottom: 50px; font-size: 2.2rem}

}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Main Range
/////////////////////////////////////////////////////////////////////*/
#mainRange{
   background-image: url(../img/mainrangeBg-PC.webp);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: top center;
   width: 100%;
   margin-top: 60px;
   padding: 0 10% 0 10%;
   position: relative;
}

.mainRange .selectContainer{
    display: flex;
    flex-wrap: wrap;
    padding: 0 6% 0 10%;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    margin-top: 20vw;
}

/* Split the left and right sections */
.leftSelect, .rightSelect, .middleSelect {
    width: 80%;
    position: relative; /* Allows absolute positioning of elements inside */
}
.leftSelect:hover,.middleSelect:hover{cursor: pointer}


.rightSelect:hover .dropdown-menu {
    display: block; /* Show dropdown when hovering over .rightSelect */
}
.rightSelect:hover{cursor: pointer;}
/* Styling for the images in the leftSelect */
.leftSelect img{
    width:70% !important;margin:0px 0 0 10px;
    animation: wriggle 8s linear infinite;
}
.rightSelect img,.middleSelect img{
    width:100% !important;margin:0 0 0 10px;
    animation: wriggle 8s linear infinite;
}
.imageWrapper::before {
  content: "COMING SOON";
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: rgba(255, 0, 0, 0.8); /* Semi-transparent red */
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
  white-space: nowrap; /* Prevent text wrapping */
}

.imageWrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px; /* Optional: Add rounded corners to the image */
}
.rightSelect img{width: 85%;margin:0}

.rightSelect img{left: 0;transform: translateY(s-20px);}



/* Styling for the h2 element */
.leftSelect h2,.rightSelect h2,.middleSelect h2 {
    color:#ab964e;
    font-size: 2.4vw;
    text-align: center;
    font-family: allrounder;
    width: 90%;
    bottom: 17%; /* Just below the two images */
    right: 0; /* Align to the right of the third image */
    padding-left: 1%;
}

.rightSelect h2{right: 60%;}


.backTopBtn {
    position: fixed; /* Fixed position on the screen */
    right: 10px; /* Positioned on the rightmost side */
    top: 65%; /* Vertically centered */
    transform: translateY(-50%);
    cursor: pointer;
    border-top: 3px solid grey;
    color: white; /* Optional: icon color */
    padding: 3px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    z-index: 100000;
}

.backTopBtn i{color: lightgrey; font-size: 35px;transition:0.4s;}
.backTopBtn i:hover{transition:0.4s; transform:scale(1.06); color:#ab964e;}
.backTopBtn:hover{border-color: red:}

.mainrangeContainer .container{
    position: relative;
    display: flex;
    padding: 0;
}
/*
.mainRange .container .title{
    background-color: transparent;
    width: 70%;
    height: 110px;
    background-image: url(../img/titleStrokeBg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    padding: 0px;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}
.mainRange .container .title h2{
    color: white;
    font-family: allrounder;
    font-size: 2.5rem;
    text-align: center;
    padding: 10px 20px 10px 20px;
}*/
.mainrangeContainer .container{position: relative;}
.mainrangeContainer .container:nth-child(1){height: 190vh;margin-top: 5vh}
.mainrangeContainer .container:nth-child(2){height: 150vh;margin-top: 5vh}
.mainrangeContainer .container:nth-child(1) .banner {
 width: 100%;position: relative;
 height: 85vh;
 margin-bottom: 160px;
}

.mainrangeContainer .container:nth-child(1) .title2{
 margin: 4vw 0 0 0;
 background-image: url(../img2/mainRangeTwoCats.jpg);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center 20%;
 width: 66%;position: absolute;
 height: 85vh;
 top:110vh; left:0;
}

.mainrangeContainer .container .banner img{width: 100%}

.mainrangeContainer .container .title2 div{position: absolute; top: -150px; width: 80%}
.mainrangeContainer .container .title2 img{width: 105%;overflow-x: visible; position: absolute;top: 14vh; left: 10px}

.mainrangeContainer .container .catFoodBrief{
    position: absolute;
    width: 45%;
    left:55%;
    height: 90vh;
    top:110vh;
    background-image: url(../img/mainRangeScroll.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    color: black;
    z-index: 10000;
}
.mainrangeContainer .container:nth-child(1) .catFoodBrief h2,.mainrangeContainer .container:nth-child(1) .catFoodBrief p{padding:10px}
.treatContainer{width: 100vw;}
.treatContainer img:nth-child(1){width: 100%; height: auto}
.treatContainer img:nth-child(2){width: 100%; height: auto}
.treatContainer img:nth-child(3){width: 100%; height: auto}
.treatContainer img:nth-child(4){width: 100%; height: auto}
.treatContainer img:nth-child(5){width: 100%; height: auto}
.treatBanner img{position: absolute; top:0; left:0; width: 100vw; height: auto;}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .mainRange{
        margin-top: 20px;
    }
    .mainRange .container{width: 100%}
    .mainRange .container .title{
      width: 30%;
    }

.mainRange .container:nth-child(2){
    display: flex;
    flex-wrap: wrap;
}

.title2 h2{padding: 0 20px;}


.mainrangeContainer .container .title2{padding: 20px;width: 66%; font-family: allrounder;color: #ab964e}

.mainrangeContainer .container:nth-child(2) .title3{
    background-color: rgba(250, 250, 250, 0.3);
    max-height: 100vh;
}
.mainrangeContainer .container:nth-child(2) .jumpCat{position: absolute; width: 56%} 
.catFoodBrief p{font-size: 1.7vw}



} /**** End of mainRange 993px~1440px  ****/


@media (max-width:1023px){

.mainrangeContainer .container:nth-child(1){height: 140vh;}
.mainrangeContainer .container:nth-child(2){height: 100vh;}
.mainrangeBtn, .treatBtn{height: 35%}

.mainrangeContainer .container:nth-child(1) .banner {
 width: 100%;position: relative;
 height: 45vh;
 margin-bottom: 0vh;
}
.mainrangeContainer .container:nth-child(1) .title2{
 width: 90%;margin: 0 5%;
 height: 85vh;color: #ab964e;
 top:50vh; left:0;
}
.mainrangeContainer .container .title2 h2{padding:0;font-size: 1rw}
.mainrangeContainer .container:nth-child(1) .catFoodBrief{
 width: 80%;position: absolute;
 height: 47vh;margin: 0 10%;
 top:95vh; left: 3%;
}

.mainrangeContainer .container:nth-child(2) .jumpCat{height: 35vh}
    .mainrangeContainer .container:nth-child(2) .jumpCat img{
        height: 40vh;
        margin-left: 0px;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mainrangeContainer .container:nth-child(2) .title3{
    position: absolute;
    padding: 0 20px;
    background-image: url(../img/mainRangeScroll.png);
    background-size: cover;
    background-position: bottom;
    top: 30vh;
    margin: 0 10%;
    width: 80%;
    height: 60vh; 
}
.mainrangeContainer .container:nth-child(2) .title3 img{width: 140%}

}
@media (min-width:769px){
    #mainRange .owl-dots button{width: 5px; height: 5px; border: 0px transparent;border-radius: 50%; background: grey}

}
@media (max-width:768px){


#mainRange{
   background-image: url(../img/mainrangeBg_mobile.jpeg);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: top;
   margin-top: 0px;
}
.mainRange .selectContainer{height: 140vw; margin-top:10vh;}
.leftSelect, .rightSelect, .middleSelect{
    width:80%;height: 36vh;margin: 0 10%;
}
.leftSelect{margin: 0 10% 0 15%;}
.leftSelect img:nth-child(2),.rightSelect img:nth-child(2),.middleSelect img:nth-child(2) {
    position: absolute;
    width: 60%;
    bottom:50%;
}
.leftSelect h2,.rightSelect h2,.middleSelect h2 {
    width: 80%;
    bottom: 10%; /* Just below the two images */
    font-size: 5vw;
    margin: 0 10%;
}
.rightSelect h2{right: 27%;}
#select-slider .item img{max-width: 200px;

}
#select-slider .owl-nav button{
   position: absolute;top:50%;
}


#select-slider .owl-dots{height: 44px;display: flex; justify-content: center; align-items: center; margin: 15px auto;}
.owl-dots button{width: 10px; height: 15px; border-color: black;border-radius: 50%}

#select-slider .owl-nav{display: none;}
}
@media (min-width:600px) and (max-width:768px){
.mainRange .selectContainer{height: 120vw; margin-top:20vh;}
.leftSelect h2, .rightSelect h2, .middleSelect h2{
    font-size: 2rem;
}
.leftSelect h2{transform: translateY(-30px);}
}
.treatContainer{width: 100vw;}
.treatContainer img:nth-child(1){width: 100%; height: auto}
.treatContainer img:nth-child(2){width: 100%; height: auto}
.treatContainer img:nth-child(3){width: 100%; height: auto}
.treatContainer img:nth-child(4){width: 100%; height: auto}
.treatContainer img:nth-child(5){width: 100%; height: auto}
.mainrangeContainer .container:nth-child(1){height: 120vh;}
.mainrangeContainer .container:nth-child(1) .title2{
    top:30vh; 
}
   .mainrangeContainer .container:nth-child(1) .title2 h2{
 font-size: 20px;
}
.mainrangeContainer .container:nth-child(1) .catFoodBrief{

 top:65vh; left: 3%;
}
.mainrangeContainer .container:nth-child(1) .banner {
 height: 30vh;
}
.mainrangeContainer .container .title2 div{position: absolute; top: -50px; width: 80%}
.mainRange .container .title h2{

    padding: 20px 20px 50px 20px;
}



/* ///////////////////////////////////////////////////////////////////// 
//  08 - Features
/////////////////////////////////////////////////////////////////////*/
#features {
    position: relative;
    padding-top: 100px;  /* Add some top padding to account for overlapping image */
}
#features .container{width: 100%;}
#features .container .row{
    width: 100vw;
    background-position: center top;
    background-repeat: no-repeat;
}
/*
#features .container .row:nth-child(1){
    padding:20px 20px 0 0;
    background-image: url(../img2/featureBg.jpg);
    background-size: cover;
    height: auto;
}
#features .container .row:nth-child(2){
    margin: 20vh 0 0vh 50px;
    background-image: url(../img2/featureBg2.png);
    background-size: contain;
}

#features .container .row:nth-child(3){
    background-image: url(../img2/featureGlareCat.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    width: 100vw;
    margin-top: 20vh;
}*/
#features .container .row:nth-child(3) .title-box{margin-top: -150px}

.featureBgImg{width: 100vw}

.featureFoodIntro, .featureFoodIntro2, .featureFoodIcon{
    height: auto;min-height: 60vh;border-radius: 10px;color: black;
    background: rgba(255,255, 255, 0.7);
}

.featureFoodSummary{margin: 15vh 0 0vh 0;}
.featureFoodIconPack{margin-top: 8vh;}
.featureFoodIcon{width: 100%;justify-content: start;display: flex;flex-wrap: wrap; align-items: center}
.feature2FoodIcon img{width: 90%; margin: 0 auto;}
.featureFoodIcon img{width: 50%; margin: 0 auto;}
.featureFoodIntro img{position: absolute;top: 15%;left: 25%;width: 50%}
.featureFoodIntro2 img{position: absolute;top:50%;left: 5%;width: 100%}
.featureFoodIntro2 h2{margin: 5px 0 0 0; padding-top: 10px;}
.featureFoodIntro h2{margin: 5px 0 0 0; padding-top: 10px;}
.featureFoodIntro p{margin: 22vh 30px 0 30px;}
.featureFoodIntro2 p{margin: 6vh 30px 200px 30px}
.featureText{
        padding: 0 8vw 20vh 12vw;
        color: black;
        text-align: center;
        width: 60%;
        margin: 16% 20% 0 20%;
    }
.featureText h2{font-size: 3.4vw; text-align: center;}
.featureText h2:nth-child(2){font-size: 3.2vw}
.featureText p{font-size: 1.5vw}

#feature .container .title-box{
        position: absolute;
        top: 30vh;
        text-align: center;

    }
    #features .container{margin-top: 6vh;}
    


@media (max-width: 992px){
    #features .container{margin-top: 6vh;}
    #features .container .row:nth-child(1){
        border-radius: 10px;
        margin: 0 auto 0 auto;
        width: 100%;
        height: 67vh;
        background-image: url('../img2/featureBg-mobile.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }
.featureText{margin: 23% 10% 0 10%;padding: 0 8vw 20vh 12vw;width:80%}
.featureText h2{font-size: 3.7vw; text-align: center;}
.featureText h2:nth-child(2){font-size: 3.5vw}
.featureText p{font-size: 2.7vw}

    #features .container .row:nth-child(2){
        width: 90vw;
        height: 30vh;
    }
#features .container .row:nth-child(3) .title-box{margin-top: -60px}
#features .container .row .title-box h1{
    border-radius: 10px 10px;
    font-size: 4rem;
    margin-top: -40vh;
    background: rgba(110, 110, 110, 0.1);}
.featureFoodIntro, .featureFoodIntro2, .featureFoodIcon{
    max-height: 45vh;
    height: 40vh;min-height: 36vh;border-radius: 10px;color: black;
    background: rgba(255,255, 255, 0.7);
}

}
@media (max-width:440px){
    #features .container .row:nth-child(1){
        height: 50vh;
    }

    #features .container .row:nth-child(2){
    height: 30vh;
    margin: 10vh 0 0vh 0px;
    background-size: contain;
}
    .featureText{
        margin-top: 20vh;
        width: 86%;
        margin: 16% 7% 0 7%;
     }
    .featureText h2{font-size: 5.5vw}
    .featureText p{font-size: 2.8vw}
    #features .container .row .title-box h1{
    border-radius: 10px 10px;
    font-size: 6.5vw;
    margin: -40vh 0 0 0;
    background: rgba(110, 110, 110, 0.1);}
}
/* ///////////////////////////////////////////////////////////////////// 
//  08-2 - Features2
/////////////////////////////////////////////////////////////////////*/
#features2{position: relative;}
#features2 .container{
    width: 100%;
    background-size: cover;
    background-image: url(../img2/featureBg3.jpg);
}
#features2 .container .row{text-align: center; color: #ab964e}
.orangeColor{color: orange}
.navyColor{color: navy;}
.greenColor{color: darkgreen;}
#features2 .container .row .pageTitle{
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;color: white; 
    background-image: url(../img/titleStrokeBg.png);
    background-size: contain;
    background-repeat: no-repeat;background-position: top;}

/* ///////////////////////////////////////////////////////////////////// 
//  9 - Health Science
/////////////////////////////////////////////////////////////////////*/
#healthScience .container{height: auto}
#healthScience .container .row{width: 90%; height: 70vh}
#healthScience .container .row:nth-child(2){
    margin: 0% 0 0 -10%;
    overflow-y: visible;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 80vh; 
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/healthyCat.jpg);}
@media (min-width:993px) and (max-width:1440px){
    #healthScience .container .row:nth-child(2){
        height: 110vh;
    }
}
@media (max-width:992px){
    #healthScience .container .row:nth-child(1){
        width: 100%;
        margin:0;
        padding:0;
        background-image: url(../img2/featureGlareCat-iPad.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        color: black;
    }
    #healthScience .container section:nth-child(1) section:nth-child(2){display:none;}
    #healthScience .container .row:nth-child(1) section{margin-top: -80px}
    #healthScience .container .row:nth-child(2){
      margin: -10vh 0 0 0;
      background-image: url();

    }
    #healthScience .container .row:nth-child(2) p{font-size: 2rem}
    
}
@media (max-width: 440px){
    #healthScience .container .row:nth-child(2){
      margin: 0vh 0 0 0;
    }
    #healthScience .container .row:nth-child(2) p{font-size: 3.3vw}
}


/* ///////////////////////////////////////////////////////////////////// 
//  REVIEWS 
/////////////////////////////////////////////////////////////////////*/
#partner .container .row:nth-child(1) .title-box{
    transition: 0.4s;
    display: flex;
    padding: 0 20px;
    font-size: 2.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 95px;color: white; 
    background-image: url(../img/titleStrokeBg.png);
    background-size: contain;
    background-repeat: no-repeat;background-position: top;}
#partner-slider .item img{max-width: 200px;

}
#partner-slider .owl-nav button{
   position: absolute;top:50%;
}


#partner-slider .owl-dots{height: 44px;display: flex; justify-content: center; align-items: center; margin: 15px auto;}
.owl-dots button{border: 0px transparent;width: 8px; height: 12px; border-radius: 50%; background: #aaa;}
button.active{background: #555;}

#partner-slider .owl-nav{display: none;}
button.owl-prev, button.owl-next{display: none}
.owl-prev, .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #333;
        color: transparent;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.4s;
    }

    .owl-prev {
        color: transparent;
        left: -50px; /* Adjust the left position */
    }

    .owl-next {
        color: transparent;
        right: -50px; /* Adjust the right position */
    }

    .owl-prev:hover, .owl-next:hover {
        transition: 0.4s;
        background-color: #ab964e; /* Change button color on hover */
    }

    /* Style the icons inside the buttons */
    .owl-prev i, .owl-next i {
        font-size: 18px;
    }
.reviewIcon{
    margin-top: 37vh;
}
@media(max-width:440px){
.reviewIcon{
    margin-top: 23vh;
}
}
#reviews .container{display: flex; flex-wrap: wrap; align-items: center; justify-content: center}
#reviews .container{height: auto}
#reviews .container .row img{width: 200px; border-radius: 53%}
#reviews .container .row{
    display: flex;
    margin-top: 20px;
    padding: 0 15vw;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../img2/galleryBg.png);}
.slider-auto{height: 300px; display: flex;}
.slickImg{width: 20%}
.slickImg img{width:200px;max-height: 200px;}
ul.slick-dots{margin: 50px auto;}
/* ///////////////////////////////////////////////////////////////////// 
//  10 - Gallery CSS Content edenProduct.css
/////////////////////////////////////////////////////////////////////*/

#gallery{
 position: relative;
 padding: 20px 0;
 background: #fcfcfc;
 z-index: 10000;
}
#gallery .section-container{height: 90vh;margin: 5vh 0;}
@media (max-width:960px){
#gallery .section-container{height: 120vw;margin-bottom: 4vh}
}
@media (max-width:560px){
#gallery .section-container{height: 166vw;margin-bottom: 4vh}
#gallery #section1,#gallery #section2,#gallery #section3{
    height: 100%;
}
}
#screenshots .item{
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  transition: 0.4s;
}
#screenshots .item:hover{
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  transform: scale(1.03);
  cursor: pointer;
  transition: 0.4s;
}
.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}
#prevButton i{
    background: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#nextButton i{
    background: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#prevButton2 i{
    background: #cacaca;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#nextButton2 i{
    background: #cacaca;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}

/* ///////////////////////////////////////////////////////////////////// 
//  11 - Partners Info
/////////////////////////////////////////////////////////////////////*/
/* faa-Burst */

@keyframes burst {
  0% {
    opacity: .6;
  }

  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.faa-burst.animated {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
#partners {
    position: relative;

    height: calc(0.65 * 100vw);
    z-index: 20000;
}

.icon-container {
    position: absolute;
    width: 17%;
    left: 24%; /* Positions it in the middle-left */
    top: 60%; /* Vertically center */
    transform: translateY(-0%); /* Adjusts for the offset caused by top: 50% */
    display: flex;
    flex-direction: column;
    gap: 5px; /* Space between icons */
}

.location-icon {
    width: 100%; /* Makes icons responsive to the container */
    cursor: pointer;
}

.partnerInfo {
    position: absolute;
    width: 33%;
    height: auto; /* Ensures content scales properly */
    top: 42%; /* Positions it at 30% from the top */
    right: 15%; /* Positions it 5% from the right */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    justify-content: center; /* Centers content vertically if needed */
    gap: 20px; /* Space between images */
}
.partnerInfo img:nth-child(1){animation: spin 60s linear infinite; top:10%;left:10%; width: 90%}
.partnerInfo img:nth-child(2){position: absolute;top:10%; left: 10%; transform: rotate(-21deg);}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}

@media (max-width:768px){
    #partners {
    height: calc(1.4 * 100vw);
    margin-bottom: 14vh;
}
   .icon-container {
    width: 56%;
    left: 22%; /* Positions it in the middle-left */
    top: 45%; /* Vertically center */
    transform: translateY(-0%); /* Adjusts for the offset caused by top: 50% */

} 
.partnerInfo {
    position: absolute;
    width: 80%;
    height: auto; /* Ensures content scales properly */
    top: 79%; /* Positions it at 30% from the top */
    left: 10%; /* Positions it 5% from the right */

}
}
@media (min-width: 933px) and (max-width: 1440px){
    
    .textGuide{
        position: absolute;
        height: 34vh;
        width: 50%; 
        margin: 100px auto 0 auto;
    }
    .textGuide h3:hover{
        color: orange;
        transform: scale(1.03);
        transition: 0.4s;
    }
    .textGuide h3:nth-child(1){
        margin: 1vh auto 9vh auto;
        color: black;
        background-color: rgba(200, 0, 0, 0.2);
        width: 40%;
        margin: 10px auto 100px auto;
        text-align: center;
    }
    .textGuide h3:nth-child(2){
        margin: 0 auto 6vh auto;
        background-color: rgba(0, 200, 0, 0.2);
        width: 30%;
        text-align: center;
    }
    .textGuide h3:nth-child(3){
        margin: 0 auto 0 auto;
        background-color: rgba(0, 0, 200, 0.2);
        width: 40%;
        text-align: center;
    }
}
/* Media query for iPhone 14 Pro Max (430x932) */
@media screen and (min-width: 430px) and (max-width: 450px) {
    .client-pic {
        transform: translateY(0px); /* Adjust position as needed */
    }
}
/* Media query for iPhone 12 Pro (390x844) */
@media screen and (min-width: 376px) and (max-width: 429px) {
    .client-pic {
        transform: translateY(30px); /* Adjust position as needed */
    }
}
/* Media query for Samsung A51 (360x740) */
@media screen and (min-width: 360px) and (max-width: 375px) {
    .client-pic {
        transform: translateY(60px); /* Adjust position as needed */
    }
}

@media (max-width: 430px){
    .textGuide{
        position: absolute;
        height: 34vh;
        width: 100vw; 
    }
    .textGuide h3:hover{
        color: orange;
        transform: scale(1.03);
        transition: 0.4s;
    }
    .textGuide h3:nth-child(1){
        margin: 1vh auto 9vh auto;
        color: black;
        background-color: rgba(200, 0, 0, 0.2);
        width: 70%;
        margin: 5vh auto 7vh auto;
        text-align: center;
    }
    .textGuide h3:nth-child(2){
        margin: 0 auto 6vh auto;
        background-color: rgba(0, 200, 0, 0.2);
        width: 60%;
        text-align: center;
    }
    .textGuide h3:nth-child(3){
        margin: 0 auto 0 auto;
        background-color: rgba(0, 0, 200, 0.2);
        width: 70%;
        text-align: center;
    }
}

/* ///////////////////////////////////////////////////////////////////// 
//  12 - Events Section
/////////////////////////////////////////////////////////////////////*/
#events{
    position: relative;margin-top: 20px;
    height: 111vw;
}
#events .container .row{margin-top: 40vh;}
#events .container .row:nth-child(1){
    display: flex;align-items: center;justify-content: center;}
#events .container .row .title-box{
    transition: 0.4s;
    display: flex;
    padding: 20px 20px 50px 20px;
    align-items: center;
    justify-content: center;
    width: 40vw;
    height: 110px;color: white; 
    background-image: url(../img/titleStrokeBg.png);
    background-size: contain;
    background-repeat: no-repeat;background-position: top;}
#event-slider .owl-nav button{
   color:transparent;
   position: absolute;top:50%;
}
.owl-dots button{margin: 3px}

#events .container .row:nth-child(2){
  height: auto;
}
#event-slider .owl-dots{height: 14px;display: flex; justify-content: center; align-items: center; margin: 15px auto;}

#prevButtonEvent, #nextButtonEvent {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.0);
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;

}

#prevButtonEvent { left: 10px; }
#nextButtonEvent { right: 10px; }
@media (min-width:769px){
    .events-mobile{display: none !important;}
    .events-PC{display: block;}
  /*  #events .container{
    background-image: url(../img/eventBg3.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
}*/
}
@media (max-width:768px){
    #events{
    position: relative;margin-top: 20px;
    height: 230vw;
}
    #events .container .row{margin-top: 14vh;}
    #events .container .row .title-box{
        width: 55vw;
    }
    #event-slider .owl-dots{height: 14px;display: flex; justify-content: center; align-items: center; margin: 15px auto; transform: translateY(-21vh);}
    .events-mobile{display: block}
    .events-PC{display: none !important;}
}

/* ///////////////////////////////////////////////////////////////////// 
//  13 - Contact us Section
/////////////////////////////////////////////////////////////////////*/
#contact{
 position: relative;
 width: 100%;
 height: auto;
 margin-top: 0%;
 padding: 0%;
}
.fbIcon{width: 8vw;}
.igIcon{width: 16vw;}
.socialMedia{position: absolute; display: flex;width: 45vw; height: auto; bottom: 18.4vh; left: 25vw;}
/*
.facebookLink, .igLink{max-width: 100px; width: 12vw; margin: 16px;}
.igLink{padding-top: 10px; margin-left: 10px;}*/
@media (max-width: 768px){
    #contact{margin-top: 0vh;padding: 0}
    .contactPC {display: none;} /* Hide PC version image */
    .contactMobile{display: block; height: auto; width: 100%}

.facebookLink{width: 7vw;max-width: 50px}
	
.igLink{width: 7.7vw;max-width: 55px;margin-left: 5px; padding-top: 2px}
}

@media (min-width:769px){
    /* Default styles for screens wider than 768px */

.contactPC { display: block; height: auto; width: 100%} /* Show PC image and desktop social links */

.contactMobile {display: none;} /* Hide mobile image and links by default */

.socialMedia{width: 50vw; height: 6vh;bottom: 22%; left: 60vw;}
.facebookLink{width: 6vw;max-width: 40px}
.igLink{margin-left: 10px;width: 4.3vw; max-width: 44px;padding-top: 4px;}
}


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    background: #ab964e;
    padding: 20px 0px 22px 0px;
    margin: -10px 0 0 0;
}
.footer-logo {
    font-size: 3.5vw;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: rgb(255, 160, 0 / 1.0);
}

.footer-logo a {
    color: #dadada;
}

.copyright {
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 40px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}
@media (max-width: 768px){
    #footer span{font-size: 4vw;}
}

/* ///////////////////////////////////////////////////////////////////// 
//  15 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    #banner .container .col-md-6 {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        height: auto !important;
    }
    #header .container{max-width: 100%;}
    #banner .container .col-md-6 .headings {
        align-self: flex-start !important;
        width: 100% !important;
        margin-top: 10vh !important;
        padding-top: 20px !important;
    }
  
    #banner .container .col-md-6 .headings h1,
    #banner .container .col-md-6 .headings p {
        text-align: center !important;
        width: 100% !important;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}
/*   ANIMATION ---*/
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes slideRight {
    from {transform: translateX(-10px);
    }
    to {
        transform: translateX(20vw);
    }
}
@keyframes slideLeft {
    from {transform: translateX(10px);
    }
    to {
        transform: translateX(-20vw);
    }
}
@keyframes wriggle {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  3% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  6% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  9% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  15% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  18% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}
