/*
Author       : 
Template Name: 
Version      : 1.0.1
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
    04. START ABOUT DESIGN 
	05. START SERVICE DESIGN 
		--START COMPANY BRAND LOGO DESIGN  
	06. START TEAM DESIGN 
	07. START PRODUCT DESIGN
	08. START PROJECT DESIGN
		--START COUNTER DESIGN
	09. START PRICING DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12.START NEWSLETTER DESIGN
    13. START CONTACT DESIGN (START MAP DESIGN)
    14. START FOOTER DESIGN

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-family: var(--thm-font);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: var(--thm-p);
}
:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #e6c510;
  --thm-color: #27ae60;
  --thm-black: #456832;
  --thm-white: #ffffff;
  --thm-ase: #d4d4d4;
  --thm-gray: #8e8e8e;
  --thm-f6: #f1f8ff;
  --thm-fb: #f6f6f6;
  --thm-p: #757575;
  --thm-bg: linear-gradient(#2cc550, #35c296);
}
.bg-f0f0fa {
  background-color: #f0f0fa;
}
.bg-f6f6f6 {
  background-color: #f0f0fa;
}
.bg-F1F8FF {
  background-color: #f1f8ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-font);
  color: var(--thm-black);
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

p:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--thm-p);
  line-height: 28px;
  font-family: var(--thm-font);
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  color: var(--thm-color);
  text-decoration: none;
  outline: 0;
}
*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span {
  letter-spacing: 0;
}
a,
button,
input {
  outline: medium none;
  color: inherit;
  text-decoration: none;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 270px;
  z-index: 9;
  overflow: hidden;
}
.form-group {
  margin-bottom: 30px;
}
button,
input,
textarea {
  color: var(--thm-black);
}
button,
input,
textarea:focus {
  border: none;
  outline: none;
}
.atf-color-ase {
  color: var(--thm-ase);
}
.no-border {
  border: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
  background: var(--thm-white);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loader {
  width: 100px;
  height: 100px;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader .loader-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loader .loader-inner:before {
  content: "";
  display: block;
  width: 15%;
  height: 25%;
  border-radius: 100%;
  background: var(--thm-color);
  margin: 0 auto;
  animation: loading-1 1.2s infinite ease-in-out both;
}
.apk {
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 99;
}
.footer-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.footer-sec .footer-icons a {
  display: inline-block;
  text-decoration: none;
  color: #1f1f1f;
  margin-right: 10px;
}
.footer-sec .footer-icons a i {
  display: block;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #1f1f1f;
  line-height: 64px;
  text-align: center;
  border-radius: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.loader .box-2 {
  transform: rotate(30deg);
}
.loader .box-3 {
  transform: rotate(60deg);
}
.loader .box-4 {
  transform: rotate(90deg);
}
.loader .box-5 {
  transform: rotate(120deg);
}
.loader .box-6 {
  transform: rotate(150deg);
}
.loader .box-7 {
  transform: rotate(180deg);
}
.loader .box-8 {
  transform: rotate(210deg);
}
.loader .box-9 {
  transform: rotate(240deg);
}
.loader .box-10 {
  transform: rotate(270deg);
}
.loader .box-11 {
  transform: rotate(300deg);
}
.loader .box-12 {
  transform: rotate(330deg);
}
.loader .box-2:before {
  animation-delay: -1.1s;
}
.loader .box-3:before {
  animation-delay: -1s;
}
.loader .box-4:before {
  animation-delay: -0.9s;
}
.loader .box-5:before {
  animation-delay: -0.8s;
}
.loader .box-6:before {
  animation-delay: -0.7s;
}
.loader .box-7:before {
  animation-delay: -0.6s;
}
.loader .box-8:before {
  animation-delay: -0.5s;
}
.loader .box-9:before {
  animation-delay: -0.4s;
}
.loader .box-10:before {
  animation-delay: -0.3s;
}
.loader .box-11:before {
  animation-delay: -0.2s;
}
.loader .box-12:before {
  animation-delay: -0.1s;
}
@keyframes loading-1 {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

.atf-scroll-top {
  position: fixed;
  right: 105%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent;
}
.atf-scrollup-icon:hover {
  background: var(--thm-color);
}
.atf-scrollup-icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  background: var(--thm-color);
  line-height: 50px;
  color: var(--thm-white);
  border-radius: 50%;
}
.atf-scroll-top.open {
  right: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/

.atf-themes-btn {
  color: var(--thm-white);
  background: var(--thm-color);
  border-radius: 4px;
  font-size: 15px;
  padding: 14px 23px;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}
.atf-themes-btn:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}

.atf-main-btn .btn-2 {
  border: 1px solid var(--thm-white);
  background: transparent;
  padding: 11px 23px;
}
.atf-main-btn .btn-2:hover {
  background: var(--thm-black);
  color: var(--thm-white);
  border: 1px solid var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
  padding: 90px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.card_design {
  max-width: 400px;
  width: 100%;
  background: #fff;
  margin: auto;
  padding: 40px 0px;
  border-radius: 8px;
  outline: 2px dashed #456832;
  outline-offset: -15px;
}
.flex-design_new {
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.flex-design_new a {
  font-size: 20px;
  color: #000000;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-sec {
  background: url(https://farmeazy.com/public/assets/images/footerimage.png);
  background-size: cover;
  height: 307px;
  display: flex;
  align-items: center;
  background-position: 100% 11%;
  width: 100%;
}
.atf-section-title {
  margin-bottom: 30px;
  text-align: center;
}
.atf-section-title h5 {
  font-size: 19px;
  color: #333333;
  letter-spacing: 1.8px;
  font-weight: 500;
  text-transform: lowercase;
}
.atf-section-title h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--thm-black);
  text-transform: capitalize;
  font-family: var(--thm-font);
}
.atf-section-title .atf-sec_icon i {
  color: var(--thm-color);
  margin: 0 3px 0 3px;
}
.atf-section-title .atf-sec_icon {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.atf-section-title .atf-sec_icon::before {
  position: absolute;
  content: "";
  top: 17.6px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -5px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title .atf-sec_icon::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  background: var(--thm-color);
  top: 13px;
  right: -58px;
  border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -5px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 2px;
  background: var(--thm-color);
  display: inline-block;
}
.atf-section-title h3 {
  text-transform: capitalize;
  font-family: var(--thm-font);
}
.atf-section-title p {
  font-family: var(--thm-font);
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--thm-p);
  line-height: 1.9;
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
  position: relative;
  z-index: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
/* .atf-top-header::after {
	background: var(--thm-black) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(20% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(30deg);
	border-right: 4px solid #fff;
} */
.atf-header-top-auth {
  display: inline-block;
  margin-right: 10px;
}
.atf-header-top-auth a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}
.atf-header-top-auth a i {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #6861bc;
  border-radius: 50%;
  margin-right: 10px;
}
.atf-header-top-right {
  text-align: right;
}
.atf-header-top-social {
  display: inline-block;
}
.atf-header-top-social ul li {
  display: inline-block;
  margin-left: 10px;
}
.atf-header-top-social ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
  color: var(--thm-white);
}
.atf-top-header {
  background-color: var(--thm-black);
  overflow: hidden;
}
.atf-top-header .atf-top-header-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s ease;
  justify-content: space-between;
}

.send_btn {
  background: var(--thm-black);
  border: var(--thm-black) 1px solid;
}
.atf-top-header .atf-top-social {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.4s ease;
  color: var(--thm-white);
  text-align: center;
}
.atf-top-social a i:hover {
  color: var(--thm-white);
}
.atf-top-social a i {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header {
  height: 0;
}
.atf-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.atf-top-header-list li {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 3px;
}
.atf-top-header-list li:last-child {
  margin-right: 0;
}
.atf-top-header-list li i {
  margin-right: 10px;
}
.atf-top-header-list li a:hover {
  color: var(--thm-white);
}
.atf-site-header.atf-style1 {
  transition: all 0.4s ease;
}
.atf-site-header.atf-style1 .atf-main-header-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.atf-site-header.atf-style1.atf-sticky-active {
  background: var(--thm-black);
  color: var(--thm-white) !important;
  box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}
.atf-nav .atf-nav-list > li > a {
  color: var(--thm-white);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%;
  }

  .atf-top-header {
    display: none;
  }

  .atf-site-header.atf-style1 {
    background-color: #222;
  }
}
.atf-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
}
.atf-main-header {
  position: relative;
}

@media screen and (min-width: 992px) {
  .atf-nav .atf-nav-list {
    display: flex !important;
    flex-wrap: wrap;
  }

  .atf-nav .atf-nav-list > li {
    margin-right: 25px;
    font-weight: 500;
  }
  .atf-nav .atf-nav-list > li:last-child {
    margin-right: 0;
  }
  .atf-nav .atf-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
  }
  .atf-nav .atf-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .atf-nav .atf-nav-list > li > ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .atf-nav .atf-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list li {
    position: relative;
  }
  .atf-nav .atf-nav-list li a.active {
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul {
    width: 200px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all 0.1s ease;
  }
  .atf-nav .atf-nav-list ul li:hover ul {
    top: 0px;
  }
  .atf-nav .atf-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
    color: var(--thm-black);
  }
  .atf-nav .atf-nav-list ul a:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul ul {
    top: 15px;
    left: 100%;
  }
  .atf-menu-toggle,
  .atf-menu-dropdown-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .atf-menu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .atf-menu-dropdown-toggle:before,
  .atf-menu-dropdown-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--thm-white);
    transition: all 0.3s ease;
  }
  .atf-menu-dropdown-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .atf-menu-dropdown-toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .atf-nav .atf-nav-list {
    position: absolute;
    right: 0;
    background-color: var(--thm-black);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
    width: 100%;
    z-index: 9;
  }
  .atf-nav .atf-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .atf-nav .atf-nav-list a {
    display: block;
    padding: 8px 20px;
    color: var(--thm-white);
  }
  .atf-nav .menu-item-has-children {
    position: relative;
  }
  .atf-nav .menu-item-has-children i {
    display: none;
  }

  /*Mobile Menu Button*/

  .atf-menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .atf-menu-toggle span,
  .atf-menu-toggle span:before,
  .atf-menu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: var(--thm-white);
    display: block;
  }
  .atf-menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .atf-menu-toggle span:before {
    content: "";
    position: absolute;
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-menu-toggle span:after {
    content: "";
    position: absolute;
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .atf-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .atf-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
.atf-sticky-header {
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
  background: #222;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
  background-image: url(../img/slider/4.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}
.atf-cover-bg {
  position: relative;
  z-index: 1;
}
.atf-cover-bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.atf-header-area {
  background-color: var(--thm-f6);
  height: 750px;
  overflow: hidden;
}
.atf-align-items-details {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.atf-content-details h5 {
  color: var(--thm-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
.atf-single-details h2 {
  color: var(--thm-white);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--thm-font);
  font-size: 40px;
  letter-spacing: 0.7px;
  margin-left: -4px;
  line-height: 70px;
}
.atf-header-area .atf-single-details h2 {
  font-size: 60px;
  line-height: 80px;
}
.atf-header-area .atf-single-details span {
  margin-left: 2px;
}
.atf-header-area .atf-single-details p {
  color: var(--thm-white);
  font-size: 18px;
  margin: 20px 0 35px;
  line-height: 36px;
  letter-spacing: 0.6px;
}
.atf-home-social-icon {
  position: absolute;
  right: 0px;
  top: 115px;
  transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
  transform: rotate(-90deg);
}
.atf-banner-social ul li {
  display: inline-block;
}
.atf-banner-social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--thm-white);
  color: var(--thm-color);
  font-size: 25px;
  margin: 0 20px auto auto;
  border-radius: 50%;
}
.atf-home-social-icon ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
.atf-single-details h5 {
  -webkit-animation: 1.7s 0.7s fadeInUp both;
  animation: 1.7s 0.7s fadeInUp both;
}

.atf-single-details h2 {
  -webkit-animation: 1.7s 0.7s fadeInUp both;
  animation: 1.7s 0.7s fadeInUp both;
}

.atf-single-details p {
  -webkit-animation: 1.7s 0.7s fadeInUp both;
  animation: 1.7s 0.7s fadeInUp both;
}

.atf-single-details .atf-main-btn {
  -webkit-animation: 1.5s 1s fadeInDown both;
  animation: 1.5s 1s fadeInDown both;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * START HOME SLIDER
 *************************************/
.atf-slider.atf-style1 {
  position: relative;
}

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none;
}

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none;
}
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--thm-white);
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background: var(--thm-color);
}
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none;
}

.pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%);
}

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px;
}

.atf-slider.atf-style2 {
  position: relative;
}
.atf-slider.atf-style2 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.atf-slider.atf-style2 .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
  margin-right: -15px;
}
.atf-slider.atf-style2 .slick-arrow {
  box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
.atf-slider.atf-style2 .slick-arrow:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
  left: 0px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
  right: -20px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
  right: 0px;
}
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
  left: -20px;
}
.atf-slider.atf-style2 .slick-arrow:hover {
  color: #222;
}
.atf-slider.atf-style2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
  left: -70px;
}
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
  right: -70px;
}

@media screen and (max-width: 991px) {
  .atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px;
  }

  .atf-slider .pagination.atf-style1 ul,
  .atf-slider .pagination.atf-style2 ul {
    justify-content: center;
  }

  .swipe-arrow.atf-style1 {
    display: none;
  }

  .atf-hidden.atf-hidden-md,
  .swipe-arrow.atf-style2 {
    display: none !important;
  }
}
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--thm-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: var(--thm-white);
  cursor: pointer;
  transition: all 0.3s ease;
}
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px;
}
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px;
}

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.1);
  transition: all 2s ease;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .atf-main-btn {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1);
  transition-delay: 0.7s;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s;
}
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.9s;
}
.atf-slider-animation1 .slick-active .atf-main-btn {
  opacity: 1;
  top: 0;
  transition-delay: 1s;
}

.atf-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.atf-fixed-bg {
  background-attachment: fixed;
}

.atf-hero.atf-style1 {
  height: 820px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.atf-hero.atf-style1.atf-size1 {
  height: 520px;
}

.atf-hero.atf-style1 .container {
  position: relative;
  z-index: 2;
}
.atf-hero.atf-style1 .atf-hero-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
  font-weight: 400;
}
.atf-hero.atf-style1 .atf-hero-subtitle {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.atf-hero.atf-style1 .atf-hero-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.atf-hero.atf-style1 .atf-hero-img img {
  max-height: 94%;
}
.atf-hero.atf-style1.atf-white .atf-hero-title {
  color: #fff;
}
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px;
}

/* .atf-color-overlay:before,
.atf-hero-overlay:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
 }

.atf-hero-overlay:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5); } */

.atf-hero-img-group {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 2;
}
.atf-hero-img-group .atf-lg-img {
  height: 100%;
  width: 65%;
  margin-left: auto;
}
.atf-hero-img-group .atf-sm-img {
  position: absolute;
  height: 55%;
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}
.left-area {
  text-align: left;
}
.center-area {
  text-align: center;
}
.right-area {
  text-align: right;
}

.atf-hero-text.atf-style1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 35px 50px 50px;
  border-radius: 10px;
}

.atf-hero-text.atf-style1 {
  min-width: 152px;
}

.atf-hero.atf-style1 .atf-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .atf-hero-wrap .atf-hero-slider1 {
    display: none;
  }

  .atf-hero.atf-style1 {
    height: 550px;
  }

  .atf-hero.atf-style1 .atf-hero-title {
    font-size: 38px;
  }

  .atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .atf-hero-img-group {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .atf-hero-img-group {
    position: relative;
    transform: initial;
    right: initial;
    top: initial;
    margin-top: 40px;
  }

  .atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit;
  }

  .atf-hero-img-group .atf-lg-img {
    margin-left: 0;
  }

  .atf-hero-img-group .atf-sm-img {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .atf-hero.atf-style1 .atf-hero-title br,
  .atf-hero.atf-style1 .atf-hero-subtitle br {
    display: none;
  }
  .atf-hero-btn-group .btn {
    margin-bottom: 15px;
  }

  .atf-hero-text.atf-style1 {
    padding: 25px 30px 40px;
  }

  .atf-hero-btn-group {
    margin-bottom: -10px;
  }
  .atf-hero-btn-group .atf-btn {
    margin-bottom: 10px;
  }

  .atf-hero-img-group {
    width: 100%;
  }

  .atf-hero.atf-style1.atf-size1 {
    height: 132px;
  }
  .atf-section-padding {
    padding: 30px 0;
  }
  .atf-section-title p {
    font-family: var(--thm-font);
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    color: var(--thm-p);
    line-height: 1.5;
  }
  .atf-section-title h5 {
    font-size: 12px;
    color: #333333;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: lowercase;
  }
  .groupordercontent {
    height: auto;
    overflow: hidden;
    padding-right: 20px;
    flex-direction: column;
  }
  .group-order-content {
    max-width: 100%;
    padding: 0px 25px;
    text-align: center;
  }
  .group-order-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
  }
  .meal-box h3 {
    font-weight: 600;
  }
  .atf-hero-text.atf-style1 .atf-btn {
    min-width: 120px;
    padding: 0.62em 1.5em;
  }
}

.atf-slider .atf-style1 .home-area::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: -1;
  background: #4776e6;
  background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
  background: var(--thm-color);
}

.home-area .home-content .theme-btn {
  margin-right: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-list h3 {
  margin: 7px 0;
}
#about .atf-about-btn {
  margin: 30px 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service {
  background: var(--thm-f6);
}
.atf-service-text {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: var(--thm-white);
}
.atf-single-service {
  transition: all 0.3s ease 0s;
}
.atf-single-service .atf-construct-service-img {
  overflow: hidden;
}
.atf-construct-service-img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-out 0s;
}
.atf-single-service:hover .atf-construct-service-img img {
  transform: scale(1.15);
}
.atf-single-service h3 {
  margin: 12px 0 20px;
}
.atf-single-service strong {
  font-size: 22px;
}

.atf-construct-service {
  padding: 25px 30px 25px;
}
.atf-construct-service-icon {
  float: left;
  margin-right: 25px;
}
.atf-construct-service-icon i {
  font-size: 29px;
  width: 60px;
  height: 60px;
  background: var(--thm-color);
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.atf-construct-service p {
  margin-top: 30px;
}
.atf-construct-service a h3:hover {
  color: var(--thm-color);
  transition: 0.3s ease;
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
  background: var(--thm-ase);
}
#atf-brand-area .atf-section-padding {
  margin-bottom: 40px;
}

#atf-brand-area .owl-controls {
  display: none;
}
.atf-brand-active {
  text-align: center;
}
.atf-brand-active > a {
  display: inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 *06. START TEAM DESIGN
 *************************************/
.our-team {
  text-align: center;
  z-index: 1;
  position: relative;
}
.our-team:before {
  content: "";
  width: 100%;
  background: var(--thm-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%) scaleX(0.3);
  transition: all 0.3s ease 0s;
}

.our-team:hover:before {
  transform: translateY(-50%) scaleX(0.7);
}
.our-team img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.our-team .team-content {
  width: 90%;
  padding: 20px 0 25px;
  background: var(--thm-color);
  position: absolute;
  bottom: -50px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.2, 0.1, 0.9);
  border-radius: 25px/75px;
  visibility: hidden;
}
.our-team:hover .team-content {
  bottom: 12px;
  opacity: 1;
  visibility: visible;
}
.our-team .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-white);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: var(--thm-white);
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 15px;
}
.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-team .social li {
  display: inline-block;
  margin: 0 5px;
}
.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: var(--thm-white);
  font-size: 15px;
  color: var(--thm-color);
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  background: var(--thm-black);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: var(--thm-white);
}
@media only screen and (max-width: 991px) {
  .our-team {
    margin-bottom: 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 06.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. START PRODUCT DESIGN
 *************************************/
#product {
  background: var(--thm-ase);
}
.product-grid {
  text-align: center;
}
.product-grid .product-image {
  overflow: hidden;
  position: relative;
}
.product-grid .product-image a.image {
  display: block;
}
.product-grid .product-image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-out 0s;
}
.product-grid .product-image:hover img {
  transform: scale(1.15);
}
.product-grid .product-hot-label {
  color: var(--thm-white);
  background: var(--thm-color);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
  height: 23px;
  padding: 0 8px 0 15px;
  position: absolute;
  top: 10px;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 20% 50%, 0% 0%);
}
.product-grid .add-to-cart {
  color: var(--thm-white);
  background: var(--thm-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  padding: 9px 0 7px;
  position: absolute;
  bottom: -50px;
  left: 0;
  transition: all 0.4s ease-out 0s;
}
.product-grid .add-to-cart:hover {
  background: var(--thm-black);
}
.product-grid:hover .add-to-cart {
  bottom: 0;
}
.product-grid .product-links {
  background: var(--thm-white);
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateX(-100px);
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.4s;
}
.product-grid:hover .product-links {
  opacity: 1;
  transform: translateX(0);
}
.product-grid .product-links li:after {
  content: "";
  background-color: var(--thm-gray);
  height: 1px;
  width: 30px;
  margin: 0 auto;
  display: block;
  clear: both;
}
.product-grid .product-links li:last-child:after {
  display: none;
}
.product-grid .product-links li a {
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 58px;
  height: 55px;
  width: 55px;
  display: block;
  position: relative;
  transition: all 200ms ease 0s;
}
.product-grid .product-links li a:hover {
  color: var(--thm-color);
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
  content: attr(data-tip);
  color: var(--thm-white);
  background-color: var(--thm-black);
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px 5px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  position: absolute;
  left: 60px;
  top: 10px;
}
.product-grid .product-links li a:after {
  content: "";
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 0;
  transform: translateX(30%) rotate(45deg);
  top: 20px;
  left: 52px;
  z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
  display: block;
}
.product-grid .product-content {
  background: var(--thm-white);
  padding: 15px 12px;
}
.product-grid .product-category {
  color: var(--thm-black);
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  display: block;
}
.product-grid .product-category a {
  color: var(--thm-black);
  transition: all 0.3s ease 0s;
}
.product-grid .product-category a:hover {
  color: var(--thm-color);
}
.product-grid .title {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.product-grid .title a {
  color: var(--thm-black);
  transition: all 0.3s ease 0s;
}
.product-grid .title a:hover {
  color: var(--thm-color);
}
.product-grid .price {
  color: var(--thm-black);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 7px;
}
@media screen and (max-width: 991px) {
  .product-grid {
    margin: 0 0 30px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 07.START PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
#project {
  font-family: var(--thm-font);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--thm-white);
  background: var(--thm-color);
  transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
  color: var(--thm-white);
  background: var(--thm-color);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
  font-size: 22px;
  font-family: var(--thm-font);
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-black);
  color: var(--thm-white);
  border-radius: 25px;
  margin-right: 5px;
}
.nav-tabs .nav-link {
  border: none !important;
}
.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 40px;
  color: var(--thm-black);
}
.atf-project-icon i {
  font-size: 35px;
  color: var(--thm-white);
  margin-right: 30px;
  background: var(--thm-color);
  width: 80px;
  height: 80px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
}
.atf-project-img {
  position: relative;
}
.atf-project-img .atf-project-content {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.atf-project-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  border-left: 5px solid var(--thm-color);
  border-radius: 8px;
}
.atf-project-content p {
  color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter {
  background: var(--thm-ase);
  position: relative;
}
#counter:before {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.counter {
  color: var(--thm-white);
  background: linear-gradient(
    to right bottom,
    var(--thm-color),
    var(--thm-black)
  );
  text-align: center;
  width: 180px;
  height: 180px;
  padding: 25px 20px 20px;
  margin: 0 auto;
  border-radius: 10px 10px 100px 100px;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.counter:after {
  content: "";
  background: var(--thm-color);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.counter .counter-value {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 15px;
  display: block;
}
.counter h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 20px;
  color: var(--thm-white);
}
@media screen and (max-width: 991px) {
  .counter {
    margin-bottom: 40px;
  }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 08. END PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable {
  text-align: center;
  margin: 0 10px;
}
.pricingTable .pricingTable-header {
  background: var(--thm-white);
  padding: 30px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.pricingTable .title {
  color: var(--thm-color);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.pricingTable .price-value {
  color: var(--thm-white);
  background: linear-gradient(#2cc550, #35c296);
  padding: 20px 0;
}
.pricingTable .price-value .amount {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  display: block;
}
.pricingTable .price-value .duration {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}
.pricingTable .pricing-content {
  background-color: var(--thm-white);
  padding: 30px 20px 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.pricingTable .pricing-content ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.pricingTable .pricing-content ul li {
  color: var(--thm-black);
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.pricingTable .pricing-content ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .pricingTable {
    margin: 0 0 40px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 09. END  PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
#testimonial {
  background: var(--thm-f6);
}
.testimonial {
  margin: 0 20px 0px;
}
.testimonial .pic {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  padding: 4px;
}
.testimonial .testimonial-profile {
  display: inline-block;
  position: relative;
  top: -35px;
}
.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--thm-white);
  text-transform: capitalize;
  margin: 0 0 7px 0;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: var(--thm-white);
}
.testimonial .description {
  padding: 20px 22px;
  font-size: 15px;
  color: var(--thm-p);
  background: var(--thm-white);
  line-height: 25px;
  margin: 0;
  position: relative;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.atf-client-content {
  margin-top: 25px;
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 0px;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
  line-height: 0.7;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 50%;
  border: 2px solid var(--thm-black);
  background: transparent;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--thm-color);
  border: 2px solid var(--thm-color);
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide {
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}
.post-slide .post-img {
  position: relative;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .icons {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.post-slide .icons img {
  width: 100%;
  height: auto;
}
.post-slide .post-review {
  border: 1px solid #eee;
  border-top: none;
  padding: 25px 20px 30px;
  background: var(--thm-white);
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.post-slide .post-review:after {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  opacity: 0;
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0) 80%
    );
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}
.post-slide:hover .post-review:after {
  opacity: 1;
  transform: translateY(5px);
}
.post-slide .post-bar {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.post-slide .post-bar li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--thm-font);
  color: var(--thm-black);
  margin-right: 10px;
  text-transform: capitalize;
}
.post-slide .post-bar li i {
  color: var(--thm-color);
  margin-right: 8px;
}
.post-slide .post-title {
  margin: 6px 0 12px 0;
  color: var(--thm-black);
  transition: all 0.3s ease 0s;
}
.post-slide .post-title:hover {
  color: var(--thm-color);
}
.post-slide .post-description {
  color: var(--thm-p);
  margin-bottom: 15px;
}
.post-slide .read {
  text-transform: capitalize;
  font-size: 15px;
  color: var(--thm-color);
  margin-top: 15px;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 700;
}
.post-slide .read i {
  margin-left: 10px;
}
.post-slide .read:hover {
  text-decoration: underline;
  color: var(--thm-black);
}
#blog .atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 30px;
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter {
  background: var(--thm-ase);
}
.atf-mailchamp-subscribe {
  position: relative;
}
.atf-mailchamp-headding h2 {
  font-size: 33px;
  color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
  background: var(--thm-white);
  color: var(--thm-black);
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
}
.atf-mailchamp-subscribe .form-group {
  margin-bottom: 0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
  color: var(--thm-white);
  margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
  font-size: 30px;
  color: var(--thm-white);
  border-radius: 30px;
  width: 55px;
  height: 15px;
  line-height: 24px;
}
.atf-mailchamp-subscribe .btn {
  position: absolute;
  right: 7px;
  background: transparent;
  box-shadow: none;
  top: 5px;
  background: var(--thm-color);
  border-radius: 5px;
  padding: 7px 20px;
  color: var(--thm-white);
  transition: all 0.3s ease 0s;
}
.atf-mailchamp-subscribe .btn:hover {
  background: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title {
  margin: 0 0 25px;
  text-transform: capitalize;
  font-weight: 700;
}
.atf-contact-address {
  display: block;
  overflow: hidden;
}
.atf-contact-address1 {
  margin-left: 20px;
}
.atf-contact-address1 {
  margin-left: 50px;
}
.atf-border-right {
  border-right: 1px solid #ddd;
}
.atf-contact-details {
  display: block;
  overflow: hidden;
  display: inline-flex;
}
.atf-contact-details h4 {
  color: var(--thm-black);
  margin-left: 15px;
  font-weight: 700;
}
.atf-contact-details p {
  margin-top: 10px;
  color: var(--thm-black);
  display: block;
  overflow: hidden;
  margin-left: 15px;
}
.atf-contact-form .button {
  margin: 0;
}
.atf-contact-area .form input,
.atf-contact-area .form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  background: var(--thm-ase);
  font-weight: 400;
  color: var(--thm-black);
  border: 1px solid #ddd;
}
.atf-contact-area .form textarea {
  max-height: 120px;
  max-width: 100%;
  color: var(--thm-black);
}
.form-message {
  color: var(--thm-black);
}
.atf-contact-btn .atf-themes-btn {
  color: var(--thm-white);
  width: 100%;
  letter-spacing: 0;
}
/**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
  width: 100%;
  height: 450px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  position: relative;
  background: var(--thm-black);
}
.atf-footer-top {
  padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-box p {
  color: var(--thm-white);
  margin-bottom: 20px;
}
.atf-footer-box strong {
  font-weight: 700;
}
.atf-footer-social-icon a i:hover {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-footer-area .atf-footer-social-icon a i {
  font-size: 14px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: var(--thm-white);
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease 0s;
}
.atf-footer-area .atf-footer-social-icon a i {
  font-size: 14px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: var(--thm-white);
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease 0s;
}
.atf-footer-area .atf-footer-social-icon a i:hover {
  border: 2px solid var(--thm-color);
}
.atf-footer-area .atf-footer-link {
  position: relative;
}
.atf-footer-area .atf-footer-link::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 33px;
  background: var(--thm-white);
  width: 40px;
  height: 3px;
  border-radius: 10px;
}
.atf-footer-link h5 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
  color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
  color: var(--thm-white);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
  color: var(--thm-color);
  padding-left: 4px;
}
.atf-footer-link .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-weight: 500;
  font-family: var(--thm-font);
}
.atf-footer-link p {
  color: var(--thm-white);
}
.atf-footer-boottom p {
  color: var(--thm-white);
}
.atf-footer-boottom a {
  color: var(--thm-color);
  font-weight: 700;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.atf-footer-boottom a:hover {
  color: var(--thm-white);
  text-decoration: none;
}
.atf-payment-link img {
  margin-right: 6px;
}
.form-message {
  margin-top: 20px;
  margin-left: 15px;
}

.order_food {
  left: 0;
}
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.center-button {
  text-align: center;
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #456832, #456832);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.list_dot li{
list-style: disc;
}

.btn-primary:hover {
  background: linear-gradient(135deg, rgb(187, 126, 102), rgba(17, 6, 3, 0.83));
  transform: scale(1.05);
}

.meal-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 0;
  background-color: #f8f9fa;
}

.mealsection {
  margin: 50px 0px;
}

.meal-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.meal-box h3 {
  font-size: 1.5rem;
  color: #ffffff;
  background: #456832;
  text-align: center;
  padding: 10px;
}
.meal-box {
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 36%);
  overflow: hidden;
  max-height: 600px;
  height: 100%;
  min-height: 330px;
}
select.form-select:hover,
select.form-select:active,
select.form-select:focus,
input.form-control:hover,
input.form-control:active,
input.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.meal-box ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 5px;
}

.meal-box ul li {
  background-color: #a1a1a1;
  margin: 5px 4px;
  padding: 3px 8px;
  border-radius: 6px;
  color: #fff;
}

.group-order-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
  flex-wrap: wrap;
  background-color: #f8f9fa;
}
.groupordercontent {
  height: 160px;
  overflow: hidden;
  padding-right: 20px;
}
.imagegrouporder {
  max-width: 420px;
  width: 100%;
}
.group-order-section img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.group-order-content {
  max-width: 500px;
  padding: 0px 25px;
}
.buttonorder a {
  width: 100%;
  border: 1px solid #456832;
  text-align: center;
  display: block;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 4px;
  color: #456832;
}
.group-order-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.group-order-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.group-order-content button {
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}

.group-order-content button:hover {
  background-color: #218838;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.info-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 20px 0px;
}

.info-list li {
  font-size: 15px;
  margin-bottom: 0px; /* Space between each list item */
}

.buttonrate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 7px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 40%);
}
.buttonrate button {
  border: 1px solid #456832;
  text-align: center;
  padding: 6px 25px;
  font-weight: 600;
  border-radius: 4px;
  background: #456832;
  color: #fff;
  display: inline-block;
}

@media (max-width: 991px) {
  .info-list li {
    font-size: 12px;
    margin-bottom: 5px; /* Space between each list item */
  }
  .groupordercontent {
    height: auto;
    overflow: hidden;
    padding: 18px 0px;
  }
  .gap13 {
    gap: 13px;
  }
  .buttonrate {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    /* bottom: 7px; */
    /* left: 50%; */
    /* top: 50%; */
    transform: none;
    margin-top: 20px;
  }
  .meal-box {
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 36%);
    overflow: hidden;
    max-height: max-content;
    height: 100%;
    min-height: max-content;
    padding: 0px 0px 9px;
  }
}
