@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica.ttf');
}
html {scroll-behavior: smooth;}
body {
    direction: ltr;
    text-align: left;
    font-family: 'helvetica', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    background-color: white;
    font-size: 1rem;
    line-height: 2;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a, a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
}
ul {margin: 0;}

.sec-margin{margin: 10% 0;}
.sec-padding{padding: 10% 0;}
.text_1{color: #65B22E !important;}
.text_2{color: #65B22E !important;}

/* ========== [ button ] ========== */

.btn_1 {
    display: inline-block;
    padding: 13.5px 45px;
    background-color: #65B22E;
    font-size: 14px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    border: 2px solid #65B22E;
}
.btn_1:hover {
    background-color: inherit;
    color: #65B22E;
    border-color: #65B22E;
}

/* ********** [ Home Page ] ********** */
/* elementor-section */
.elementor-section {
    position: relative;
}
.elementor-section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("../image/home/elementor-section.jpg");
    opacity: 0.5;
}
.elementor-contant {
    width: 100%;
    height: 100%;
    z-index: 2;
}
.elementor-section .elementor-icon {font-size: 50px; color: #65B22E;}
.elementor-section .elementor-heading-title {color: #65B22E;}
.elementor-section .elementor-heading-number {font-size: 60px; color: #65B22E; font-weight: bold;}

/* ********** [ About Page ] ********** */
/* about-section */

.about-section {
    position: relative;
    min-height: calc(100vh - 80px);
    background-image: url("../image/about/kitchen-fresh-foods-scaled.jpeg");
    background-size: cover;
}
.about-section .about-contant {
    min-height: calc(100vh - 80px);
    background-color: rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section .about-contant h1 {
    color: #ffffff;
    text-shadow: 3px 3px 1px black;
    font-size: 3rem;
    font-weight: bold;
}

/* ********** [ Footer ] ********** */
footer {
    /*background-color: #338C54;*/
    background-image: linear-gradient(180deg, #338C54 0%, #035E1A 100%);
    color: white;
}
footer a {color: white !important;}
footer a.cyberjy-link {color: #7FFF00 !important;}

/* ********** [ Bootstrap ] ********** */

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.active > a{
    color: #1F9B80 !important;
}

.navbar-toggler .fa-bars {
    color: #1F9B80;
}

.rotate90 {
    transform:rotate(90deg)
}

/* ********** [ Loading ] ********** */
.loader {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}