@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Leckerli+One&family=Yeseva+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root{
    --primary: #123960;
    --secondary: #FF8450;
    --danger: #FF8450;
    --dark: #121212;
    --light:#FFF;
    --text:#6D6D6D;
    --font2: 'Yeseva One';
	
}
body {
    font-size: 16px;
    color: var(--text);
    font-family: 'Inter';
    line-height: 140%; 
    overflow-x: hidden; 
}
main {
    overflow-x: hidden;
}
img,svg{
    height:auto;
    width:auto;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--font2);
}
a{
    color:var(--primary);
    text-decoration: none;
    transition: all 0.4s;
}
a:hover{
    color:var(--dark);
    text-decoration: none;
}
p:last-child{
    margin-bottom:0;
}
::selection{
    color:#fff;
    background:var(--primary);
}
img{
    max-width:100%;
    width:auto;
    height:auto;
}
html .btn:focus {
    box-shadow: none;
    border-color: transparent;
}
html .btn {
    box-shadow: 2px 4px 10px rgba(48, 118, 45, 0.3);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 25px;
    z-index: 1;
    line-height: 44px;
    background: var(--primary) !important;
    border: 0;
    transition: all 0.4s;
    min-width: 162px;
    margin: 0;
    position: relative;
}
html .btn-danger {
    background: var(--danger) !important;
    border-color: var(--danger) !important;
    box-shadow: -2px 4px 10px rgba(237, 50, 55, 0.3);
}
html .btn:hover {
    color: #fff;
    border-color: var(--dark) !important;
    background: var(--dark) !important;
    box-shadow: -2px 4px 10px rgba(13, 13, 13, 0.3);
}
html .btn-light {
    color:var(--dark);
    --btn-bg:#fff;
}
html .btn-light:hover {
    color:#fff;
    --btn-bg:var(--dark);
}
section {
    padding-top: 110px;
    padding-bottom: 110px;
    position:relative;
    z-index: 1;
}
header {
    padding: 25px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9; 
    transition: all 0.4s;
}
.header-main-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo a {
    display: block;
}
.header-logo img{
    max-width: 150%;
}
.menu-bar .menu-listing {
    display: none;
}
.header-main-bar .navbar-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.header-main-bar .navbar-toggle span {
    display: block;
    bottom: 0;
    margin: 4px;
    width: 5px;
    height: 5px;
    background: var(--light);
    border-radius: 50%;
    transition: all 0.4s;
}
.menu-show .header-main-bar .navbar-toggle span{
    opacity: 0;
}
.header-main-bar .navbar-toggle:before, 
.header-main-bar .navbar-toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    opacity: 0;
}
.header-main-bar .navbar-toggle:after {
    transform: rotate(-45deg);
}
.menu-show .header-main-bar .navbar-toggle:before, 
.menu-show .header-main-bar .navbar-toggle:after {
    height: 36px;
    opacity: 1;
}
.sticky .header-main-bar .navbar-toggle span{
    background: var(--dark);
}
.sticky .header-main-bar .navbar-toggle:hover span{
    background: var(--dark) !important;
}
.sticky .header-main-bar .menu-bar .navbar-toggle:hover span{
    background:#fff !important;
}
.header-main-bar .navbar-toggle span:nth-child(4),
.header-main-bar .navbar-toggle span:nth-child(5),
.header-main-bar .navbar-toggle span:nth-child(6){
    background: var(--secondary);
}
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(1),
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(2),
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(3),
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(7),
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(8),
.sticky .header-main-bar .menu-bar .navbar-toggle span:nth-child(9){
    background: var(--light);
}
.header-main-bar .navbar-toggle:hover span {
    background: var(--light);
}
.sticky header {
    background: #fff;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.04);
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-logo a {
    max-width: 140px;
}
.sticky .header-logo a {
    max-width: 80px;
}
.loaded .page-loader {
    opacity: 0;
    visibility: hidden;
}
.page-loader {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 899;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-show body {
    overflow-y: hidden;
}
.menu-bar {
    background: var(--dark);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 100px;
    transform: translateX(100%);
    transition: all 0.4s;
    overflow: auto;
}
.menu-show .menu-bar {
    transform: translateX(0);
}
.header-main-bar .menu-bar .navbar-toggle {
    position: absolute;
    right: 25px;
    top: 57px;
}
.menu-bar ul.menu-list { 
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-bar ul.menu-list li {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    font-weight: 700;
}
.menu-bar ul.menu-list li a {
    color:#fff;
    display: inline-block;
    font-family: var(--font2);
}
.menu-bar ul.menu-list li a:hover {
    color: var(--secondary);
    transform: translateX(10px);
}
.menu-bar ul.menu-list li.active a{
    color: var(--secondary);
}
.menu-bar ul.menu-list li a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 10px;
    border-radius: 50px;
    background: var(--secondary);
    vertical-align: top;
    margin-top: 30px;
    margin-right: 40px;
    transition: all 0.4s;
}
.main-banner {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url("../images/banner-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -160px center;
    position: relative;
    padding-right: 250px;
    z-index: 3;
}
.product-menu {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary);
    width: 250px;
    padding: 150px 30px 60px 30px;
}
.product-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-menu ul li {
    margin-bottom: 18px;
}
.product-menu ul li:last-child {
    margin-bottom: 0;
}
.product-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    vertical-align: top;
}
.product-menu ul li a:hover{
    transform: translateX(10px);
}
.product-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 4px;
    background: var(--secondary);
    border-radius: 5px;
}
.product-menu .product-menu-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}



.main-slider .image {
    margin-right: -30px;
    text-align: center;
}
.main-slider .image img{
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.main-slider .item {
    overflow: hidden;
}
.banner-img-1 {
    position: absolute;
    left: 15%;
    top: 0;
}
.main-slider {
    padding-left: 50px;
    padding-top: 30px;
    max-width: 1400px;
    margin: 0 auto;
}
.main-banner-btn {
    margin-bottom: 40px;
}
.main-banner-btn .btn {
    position: relative;
    z-index: 1;
    margin-right:25px;
}
.main-banner-btn .btn:last-child{
    margin-right:0;
}
.main-banner-btn .btn:before {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 40px;
    transform: skew(-20deg);
    background: var(--primary);
    z-index: -1;
    border-radius: 0 6px 6px 0;
    transition: all 0.4s;
}
.main-banner-btn .btn:hover:before {
    background: var(--dark) !important;
}
.main-banner-btn .btn.btn-danger:before {
    left: -10px;
    right: auto;
    border-radius: 6px 0 0 6px;
    background:var(--danger)
}

.main-slider .main-banner-btn{
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.8s;
}
.main-slider .active .main-banner-btn{
    transform: translateY(0);
    opacity: 1;
}
.main-banner-text {
    margin-right: -200px;
    position: relative;
    padding-top: 200px;
}
.main-banner-text h5 {
    font-family: 'Leckerli One';
    font-weight: 400;
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 7px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.2s;
}
.active .main-banner-text h5{
    transform: translateY(0);
    opacity: 1;
}
.main-banner-text h1 {
    font-size: 68px;
    color: var(--dark);
    line-height: 105%;
    margin-bottom: 25px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.4s;
}
.active .main-banner-text h1{
    transform: translateY(0);
    opacity: 1;
}
.main-banner-text .text {
    padding-right: 150px;
    margin-bottom: 35px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.6s;
}
.active .main-banner-text .text{
    transform: translateY(0);
    opacity: 1;
}
.know-more {
    background: var(--dark);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 55px 60px;
    color: #FFF;
}
.know-more h2 {
    font-size: 40px;
    line-height: 50px;
}
.know-more p {
    padding-left: 30px; 
}
.know-more .know-more-link {
    background: var(--danger);
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--light);
}
.know-more .know-more-link:hover {
    background: var(--primary);
}
.know-more .know-more-link span {
    transition: all 0.4s
}
.know-more .know-more-link:hover span {
    transform: scale(1.2);
}
.about-us:after {
    content: "";
    display: block;
    /*background-image: url("../images/tree.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 340px;
    height: 490px;
    position: absolute;
    bottom: 0;
    right: -160px;
    transform: rotate(-10deg);
    z-index: -1;
}
.about-us .image img {
    display: block;
    margin: 0 auto;
}
.about-us-text h5 {
    background: #ED32370F;
    display: inline-block;
    color: var(--danger);
    min-width: 114px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Leckerli One';
    margin-bottom: 15px;
}
.about-us-text .title h2 {
    font-size: 46px;
    color: var(--dark);
    line-height: 53px;
    margin-bottom: 18px;
}
.about-us-text .text {
    margin-bottom: 30px;
}   
.about-us-text .text p {
    margin-bottom: 17px;
}
.about-us-text .text p:last-child {
    margin-bottom: 0;
}



.our-product .title h2 {
    color: var(--dark);
    margin-bottom: 15px;
    font-size: 46px;
}
.product-btn .btn-sm {
    min-width: 130px;
}
.product-btn .btn {
    box-shadow: none;
    border-radius: 50px;
}
.our-product-slider {
    padding-top: 45px;
}
.product-card {
    padding: 25px 15px;
    margin: 40px 0 70px;
}
.our-product-slider .item {
    transition: all 0.4s;
    border-radius: 40px;
}
.our-product-slider .item:hover {
    background: #FFFFFF;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.15);
}
.product-card .image {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.product-card .image .image-animation {
    min-width: 201px;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -14px;
}
.product-card .image img {
    display: block;
    width: 175px;
    margin: 0 auto;
}
.product-card .image .our-product-link {
    position: absolute;
    bottom: 0;
    right: 60px;
    background: var(--primary);
    box-shadow: 2px 4px 10px rgba(48, 118, 45, 0.3);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s;
}
.product-card .image .our-product-link:hover {
    background: var(--dark);
    box-shadow: 2px 4px 10px rgb(18 18 18 / 30%);
}
.product-text h2 {
    color: var(--dark);
    font-size: 28px;
    margin-bottom: 4px;
}
.product-text p {
    margin-bottom: 8px;
}
.product-text span {
    display: block;
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}
.product-text .btn {
    border-radius: 50px;
    box-shadow: none;
}
.product-text .btn.btn-sm {
    min-width: 140px;
    font-size: 14px;
    padding: 0 20px;
}




.industries-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.industries-item {
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
    margin-bottom: 20px;
} 
.industries-text{
    width: 560px;
    max-width: 100%;
}
.industries-text h5 {
    background: #30762d0f;
    display: inline-block;
    color: var(--primary);
    min-width: 114px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Leckerli One';
    margin-bottom: 15px;
}
.industries-text .title h2 {
    font-size: 46px;
    color: var(--dark);
    line-height: 53px;
    margin-bottom: 18px;
}
.industries-food {
    text-align: center;
    position: relative;
}
.food-item {
    background: #FFFFFF;
    box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.food-item img{
    width: 60px;
    height: 60px;
}
.industries-food .food-name h4 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--dark);
    font-family: 'Inter';
}
.industries-food .food-background {
    background: #FFB804;
    border-radius: 60px 60px 0px 0px;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 70px;
    z-index: -1;
    transition: all 0.4s;
}
.industries-text .text{
    margin-bottom: 58px;
}
.industries-item:hover .industries-food .food-background{
    background: #30762D;
}
.industries-food .border-circle {
    position: absolute;
    width: 143px;
    height: 143px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -13px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.industries-item:hover .industries-food .border-circle{
    visibility: visible;
    opacity: 1;
}
.footer-top {
    background: #123960;
    padding: 80px 0px 140px 0px;
}
.footer-menu h4{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #F0F0F0;
    margin-bottom: 25px;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    margin-bottom: 18px;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li a {
    color: var(--light);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 18px;
    vertical-align: top;
}
.footer-menu ul li a:hover{
    transform: translateX(10px);
}
.footer-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 4px;
    background: var(--secondary);
    border-radius: 5px;
}
.footer-menu .footer-menu-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-detail h4{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--light);
    margin-bottom: 25px;
}
ul.contact-information{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.contact-information li b{
    display: block; 
    font-size: 15px;
    text-transform: uppercase;
    color: var(--light);
    margin: 0;
    margin-bottom: 4px;
}
ul.contact-information li a{
    color: var(--light);
}
ul.contact-information li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    color: var(--light);
}
ul.contact-information li:before {
    content: "";
    background-image: url("../images/map.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
ul.contact-information li.mail:before{
    background-image: url("../images/mail.svg");
}
ul.contact-information li.tel:before{
    background-image: url("../images/call.svg");
}
ul.contact-information li.profile:before{
    background-image: url("../images/profile.svg");
}
ul.contact-information li a:hover{
    opacity: 0.6;
}
footer .text{
    color: #FFFFFF;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 25px;
}
.social-media-icon {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.social-media-icon li + li{
    margin-left: 25px;
}
.social-media-icon li a img{
    width: 24px;
    height: 24px;
}
.social-media-icon li a:hover{
    opacity: 0.6;
}
.footer-bottom {
    color: var(--dark);
    background-color: var(--light);
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 380px;
}
footer .social-media {
    padding-top: 50px;
}
.footer-top-image {
    margin-bottom: 0;
    background: #f8f9fb;
    position: relative;
    z-index: 8;
    text-align: center;
}
.footer-top-image a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px;
}
.footer-top-image:after {
    background-image: url("../images/footer-bottom-shape.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 417px;
    max-width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -56px;
    margin: 0 auto;
    z-index: -1;
}
.footer-top-image img {
    display: block;
    margin: 0 auto;
}


.know-more-wrap {
    padding-top: 40px;
    padding-bottom: 0;
    z-index: 2;
}
.know-more-wrap:before {
    content: "";
    display: block;
    background-image: url("../images/banner-bg-line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -145px;
    width: 370px;
    height: 280px;
    z-index: -1;
}
.about-us {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-product {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
}
.our-product > .image {
    position: absolute;
    bottom: -135px;
    z-index: 7;
    left: -90px;
}
.our-product .owl-nav {
    position: absolute;
    top: -84px;
    right: 160px;
}
.our-product .owl-nav button {
    width: 56px;
    height: 56px;
    border: 2px solid #000 !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.4s;
    opacity: 0.2;
}
.our-product .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.our-product .owl-nav button:hover {
    opacity: 1;
}
.our-product .owl-nav button:before {
    content: "";
    background-image: url("../images/slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 14px;
}
.our-product .owl-nav button span {
    font-size: 0;
}
.industries-section {
    background-color: #F8F9FB;
    padding-top: 80px;
    padding-bottom: 80px;
}
.lime-love svg, .lime-love .fa {
    color: var(--danger);
    font-size: 20px;
    width: 15px;
}
.lime-love > a {
    color: inherit;
}
.lime-love > a:hover {
    color: var(--primary);
}
.laxraj-love a {
  text-decoration: none;
}
.laxraj-love svg,
.laxraj-love .fa {
  color: var(--primary);
  margin: 0 3px;
  font-size: 10px;
  animation: pound 0.35s infinite alternate;
  -webkit-animation: pound 0.35s infinite alternate;
}
@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@keyframes pound {
  to {
    transform: scale(1.1);
  }
}
.sticky .scrollToTop{
	animation-name:bounceInUp;
	opacity:1;
}
.scrollToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    border-radius: 55px;
    right: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    background: var(--primary);
    z-index: 9;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollToTop:hover {
    background:var(--secondary);
	color:#fff;
}
.about-us-image{
    position: relative;
}
.about-us-image .grains,
.footer-image .grains{
    position: absolute;
    animation-name:grains;
    animation-duration:3s;
    animation-iteration-count:infinite;
}
.about-us-image .grains-1 {
    top: 20%;
    left: 8%;
}
.about-us-image .grains-2 {
    top: 38%;
    left: 23%;
    animation-duration:2s;
}
.about-us-image .grains-3 {
    top: 52%;
    left: 13%;
    animation-delay: 0.5s;
    animation-duration:4s;
}
.about-us-image .grains-4 {
    top: 63%;
    left: 21%;
    animation-delay: 0.5s;
    animation-duration:2s;
}
.about-us-image .grains-5 {
    top: 80%;
    left: 15%;
    animation-duration:3.5s;
}
.about-us-image .grains-6 {
    top: 20%;
    right: 32%;
    animation-delay: 1s;
    animation-duration:4.5s;
}
.about-us-image .grains-7 {
    top: 25%;
    right: 15%;
    animation-delay: 1s;
    animation-duration:2.5s;
}
.about-us-image .grains-8 {
    top: 45%;
    right: 10%;
    animation-delay: 0.5s;
    animation-duration:3.5s;
}
.about-us-image .grains-9 {
    top: 69%;
    right: 45%;
    animation-delay: 1.5s;
    animation-duration:3.5s;
}

@keyframes grains{
    0%{
        transform:translatey(0) scale(0.8);
    }
    50%{
        transform:translatey(-30px) scale(1);
    }
    100%{
        transform:translatey(0) scale(0.8);
    }
}



.footer-image .grains {
    position: absolute;
}
.footer-image .grains-1 {
    top: -25%;
    left: -35%;
}
.footer-image .grains-2 {
    top: 30%;
    left: -25%;
    animation-duration:2s;
}
.footer-image .grains-3 {
    bottom: 13%;
    left: -25%;
    animation-delay: 0.5s;
    animation-duration:4s;
}
.footer-image .grains-4 {
    top: 0%;
    left: -7%;
    animation-delay: 0.5s;
    animation-duration:2s;
}
.footer-image .grains-5 {
    top: 51%;
    left: -6%;
    animation-duration:3.5s;
}
.footer-image .grains-6 {
    top: 33%;
    left: 15%;
    animation-delay: 1s;
    animation-duration:4.5s;
}
.footer-image .grains-7 {
    top: -7%;
    left: 35%;
    animation-delay: 1s;
    animation-duration:2.5s;
}
.footer-image .grains-8 {
    top: -20%;
    right: 8%;
    animation-delay: 0.5s;
    animation-duration:3.5s;
}
.footer-image .grains-9 {
    top: 0%;
    right: -10%;
    animation-delay: 1.5s;
    animation-duration:3.5s;
}
.footer-image .grains-10 {
    top: 30%;
    right: -3%;
    animation-delay: 1s;
    animation-duration:3s;
}
.footer-image .grains-11 {
    bottom: 13%;
    right: 0%;
    animation-delay: 2s;
    animation-duration:2.5s;
}
.footer-image .grains-12 {
    bottom: 0%;
    right: 15%;
    animation-delay: 0.5s;
    animation-duration:4s;
}







.inner-section-banner {
    background-image: url("../images/banner-bg-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    padding-top: 145px;
    padding-bottom: 40px;
}
.inner-section-banner-text {
    width: 700px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.inner-section-banner h2 {
    font-size: 50px;
    line-height: 100%;
    color: var(--dark);
    margin-bottom: 15px;
}
.inner-section-banner p {
    color: var(--dark);
}
.product-list:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 89%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.product-list-wrap .product-list:nth-child(2n + 2):before{
    right: 0;
    left: auto;
    transform: scale(-1, 1);
}
.product-list-wrap .product-list:nth-child(2n + 2) .img-col{
    order:2;
}
.product-image {
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation-play-state: paused;
}
section:hover .product-image .image img{
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
}
@keyframes rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.product-description {
    width: 500px;
    max-width: 100%;
    color: var(--dark);
}
.product-description h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 100%;
}
.product-description p > strong {
    margin-bottom: 10px;
    background: rgb(237 50 55 / 7%);
    color: #ed3237;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 46px;
    font-weight: 600;
}
.product-inner-page .footer-top-image, 
.category-page .footer-top-image,
.contact_us-page .footer-top-image,
.about_us-page .footer-top-image {
    background: var(--light);
}
.product-inner-page .footer-top-image::after,
.category-page .footer-top-image::after,
.contact_us-page .footer-top-image:after,
.about_us-page .footer-top-image {
    filter: brightness(2);
}

.inquiry-modal .banner-img-1 {
    position: absolute;
    left: 15%;
    top: 0;
    z-index: 1;
}
.inquiry-modal {
    background-image: url("../images/banner-bg-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
.inquiry-modal .modal-content {
    background-color: transparent;
}
.inquiry-modal::before {
    content: "";
    display: block;
    background-image: url("../images/half-tree.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 431px;
    width: 190px;
}
.inquiry-modal::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 325px;
    width: 278px;
}
.inquiry-modal .modal-body .btn-close {
    font-size: 26px;
    width: 50px;
    height: 50px;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s;
}
.inquiry-modal .modal-body .btn-close:hover{
    transform: scale(0.9);
}
html .inquiry-modal .modal-body .btn-close:focus{
    box-shadow: transparent;
    border: 0;
}
.inquiry-form {
    width: 555px;
    background: var(--primary);
    padding: 40px 30px 30px;
    border-radius: 40px;
    position: relative;
}
.inquiry-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid var(--secondary);
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transform: rotate(10deg);
    z-index: -1;
}
html .modal-fullscreen .modal-body {
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry-form h2 {
    color: var(--light);
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
}
.form-fields .form-field {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.form-fields .form-field input {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 0;
    padding: 15px 30px;
}
.form-fields .form-field.form-field-textarea{
    height: 125px;
}
.form-fields .form-field textarea {
    background: #FFFFFF;
    border-radius: 19px;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    resize: none;
}
.form-submit button {
    min-width: 140px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    border-radius: 50px;
    background: var(--secondary);
    border: 0;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--light);
    transition: all 0.4s;
}
.form-submit button:hover{
    background: var(--dark);
}
.category-section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.category-page .product-card {
    margin-bottom: 60px;
    padding: 0;
    margin-top: 0;
}
.category-page .product-card .image {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    padding: 20px;
}
.category-page .product-card .image img{
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: paused;
}
.category-page .product-card:hover .image img:first-child{
    animation-play-state: running;
}
@keyframes rotate{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
.category-page .product-card .image .image-animation {
    min-width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.category-page .product-card .image img {
    display: block;
    width: 220px;
    margin: 0 auto;
}
.category-page .product-text > .btn > span {
    display: inline-flex;
    margin-bottom: 0;
    margin-left: 10px;
}
.category-page .product-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.category-page .product-text h2 a{
    color: var(--dark);
}
.category-page .product-text h2 a:hover{
    color: var(--primary);
}





.about_us-page .about-us{
    padding-top: 100px;
}





.contact_us-banner .title h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
    color: var(--dark);
}
.contact_us-content {
    position: relative;
    z-index: 3;
    padding: 50px;
}
.contact_us-content:before {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #fff;
    z-index: -1;
    display: block;
    box-shadow: 7px 7px 24px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
    border-radius: 30px;
}
.contect-box {
    background: var(--primary);
    padding: 50px;
    color: var(--light);
    border-radius: 30px;
}
.contect-box h3 {
    font-size: 34px;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 10px;
}
.contect-box p {
    margin-bottom: 30px;
}
.contect-box ul.contact-information {
    margin-bottom: 40px;
}
.contect-box ul.contact-information li:last-child{
    margin-bottom: 0;
}
ul.contact-social-media {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
ul.contact-social-media li + li {
    margin-left: 20px;
}
ul.contact-social-media li  a {
    display: block;
}
ul.contact-social-media li a:hover{
    opacity: 0.8;
}
.form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.form-feild {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.contact-form {
    padding: 0 0 0 20px;
}
.form-feild.form-feild-full {
    width: 100%;
}
html .form-feild textarea {
    width: 100%;
    resize: none;
    min-height: 100px;
    padding: 15px 15px;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    background: #F5F5F5;
}
.form-feild label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: var(--dark);
    margin-bottom: 5px;
}
.form-feild label em {
    font-style: normal;
    color: red;
}
.form-feild input {
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #D8D8D8;
    background: #F5F5F5;
    font-size: 15px;
    margin: 0;
    display: block;
    font-family: inherit;
    border-radius: 50px;
}
.form-feild-submit button {
    font-size: 18px;
    min-width: 180px;
    padding: 0 26px;
    line-height: 48px;
    background: var(--dark);
    color: var(--light);
    transition: all 0.4s;
    border: 1px solid var(--dark);
    cursor: pointer;
}
.form-feild-submit button:hover {
    background: var(--light);
    color: var(--light);
}

.product-inner-page .navbar-toggle span, 
.category-page .navbar-toggle span,
.contact_us-page .navbar-toggle span,
.about_us-page .navbar-toggle span{
    background: var(--dark);
}
.product-inner-page .navbar-toggle:hover span, 
.category-page .navbar-toggle:hover span,
.contact_us-page .navbar-toggle:hover span,
.about_us-page .navbar-toggle:hover span{
    background: var(--secondary);
}


.contacts_link {
    position: fixed;
    left: 0;
    bottom: 10px;
    z-index: 9;
    margin: 15px;
	border: 4px solid #eceff1;
	border-radius: 50%;
}

.contacts_link a {
    display: block;
    width: 35px;
}

.whatsapp_link {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 9;
    margin: 15px;
}
.whatsapp_link a {
    display: block;
    width: 40px;
}
.whatsapp_link .w_label {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: var(--primary);
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    padding: 0 15px;
    line-height: 33px;
    border-radius: 5px;
    font-size: 12px;
    margin: 4px 10px 0 0;
}
.whatsapp_link:hover .w_label{
	display:block;
}
.whatsapp_link .w_label:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--primary);
    margin: auto;
}
.main-banner-text h2 {
    font-size: 45;
    color: var(--dark);
    line-height: 105%;
    margin-bottom: 60px;
    transform: translateY(50px);
    transition: all 0.4s;
    transition-delay: 0.4s;
	margin-top: -41px;
}

.course-content-accordion .accordion-item{
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #fff;
  padding: 5px;
  border: 0;
}
.course-content-accordion .accordion-item:last-child{
  margin-bottom: 0px;
}
.course-content-accordion .accordion-button{
  background: transparent;
  padding: 7px 50px 7px 12px;
  color: #002226;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.course-content-accordion .accordion-button span{
    width: 30px;
    height: 30px;
    display: inline-flex;
    background: #FFE7E7;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--danger);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    align-items: center;
    justify-content: center;
    flex: none;
}
.course-content-accordion .accordion-button::after {
  position: absolute;
  right: 20px;
  background: transparent;
  content: "\F4FE";
  font-family: bootstrap-icons !important;
  color: #002226;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 0 0;
  transform: none;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-indent: -0.2em;
}
.course-content-accordion .accordion-button:not(.collapsed)::after {
  content: "\F63B";
  font-size: 24px;
  text-indent: -0.05em;
}
.course-content-accordion .accordion-body{
  padding: 5px 20px;
  background: #FFE7E7;
  border-radius: 10px;
  margin-top: 5px;
}
.course-content-accordion .accordion-body li{
  width: 100%;
  position: relative;
  padding: 15px 40px 15px 18px;
  border-bottom: 1px solid #ddebef;
  color: #002226;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.course-content-accordion .accordion-body li:after{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary);
  left: 0;
  top: 24px;
}
.course-content-accordion .accordion-body li:last-child{
  border-bottom: 0px;
}
.course-content-accordion .accordion-body li span{
  position: absolute;
  top: 16px;
  right: 5px;
  color: #002226;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}