@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
button:focus {
    outline: none;
}

@font-face {
    font-family: theme-font;
    src: url(../font/Omnes/Omnes.ttf);
}

section{
    overflow: hidden !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.font-bold {
    font-weight: 600;
}


/* ****************************************************************************** */

nav {
    box-shadow: 0px 4px 4px 1px #00000024;
}

.main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background: white;
}

.navbar .navbar-nav .nav-item .nav-link::after {
    content: "";
    border-bottom: 3px solid #009049;
    display: inline-block;
    width: 50%;
    /* border-radius: 50%; */
    height: 6px;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.navbar .collapse .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link:hover::after,
.navbar .navbar-nav .nav-item .nav-link.active::after {
    opacity: 1;
}

.navbar-brand {
    width: 100px;
    height: 100px;
}

.nav-item {
    padding: 5px 15px !important;
}

.nav-link {
    font-size: 20px;
    font-weight: 700;
    color: #009049 !important;
}

.navbar-light .navbar-toggler {
    border-color: rgb(0, 255, 0) !important;
}

.navbar-light .navbar-toggler i {
    color: #009049!important;
}

.bg_owl_img1 {
    background: linear-gradient(42deg, rgb(0 0 0 / 59%) 42%, rgb(0 0 0 / 22%) 63%), url(../imgs/hero-1.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg_owl_img2 {
    background: linear-gradient(42deg, rgb(0 0 0 / 59%) 42%, rgb(0 0 0 / 22%) 63%), url('../imgs/hero-2.jpg');
    min-height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.bg_owl_img3 {
    background: linear-gradient(42deg, rgb(0 0 0 / 59%) 42%, rgb(0 0 0 / 22%) 63%), url('../imgs/hero-3.jpg');
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg_owl_img4 {
    background: linear-gradient(42deg, rgb(0 0 0 / 59%) 42%, rgb(0 0 0 / 22%) 63%), url('../imgs/hero-4.jpg');
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.carousal-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: italic;
}

.carousal-text h1 {
    text-align: center !important;
    font-size: 52px;
    color: #fff;
    font-style: italic;
    font-family: 'Fredoka One', cursive;
    text-shadow: -2px 3px 5px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dot.active span {
    width: 20px !important;
}

.owl-header .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
}

.owl-header .owl-dots .owl-dot.active span,
.owl-header .owl-dots .owl-dot:hover span {
    background: #009049;
}

.owl-header .owl-dots .owl-dot span {
    transition: all 0.3s ease-in-out;
}

.owl-header .owl-nav button:focus {
    outline: 0;
}

.owl-header .owl-nav .owl-prev {
    position: absolute;
    width: 46px;
    height: 96px;
    /* top: 49%; */
    /* transform: translate(9px, 10px); */
    /* line-height: 52px; */
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    left: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-prev span {
    position: absolute;
    top: -4%;
    left: 32%;
}

.owl-header .owl-nav .owl-next {
    position: absolute;
    width: 46px;
    height: 96px;
    font-size: 60px !important;
    color: #cfcfcf !important;
    background-color: rgb(54 54 54 / 63%) !important;
    right: 10px !important;
    text-align: center;
}

.owl-header .owl-nav .owl-next span {
    position: absolute;
    top: -4%;
    right: 32%;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: red;
    color: white;
}

.owl-next {
    left: auto;
    right: 22%;
}

footer {
    padding: 60px 0px 50px 0px;
}

.footer_bg {
    background-color: #b4ddc1;
}

footer a {
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
footer a:hover{
    color: #006533;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social .icon {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social .icon a {
    color: #b4ddc1;
    font-size: 22px;
}

.footer-heading h1 {
    font-size: 24px;
    font-weight: 700;
    color: #009049;
    font-style: italic;
}

.home-main {
    padding: 100px 10px;
}

.home-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
}

.home-content-main {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 4px 5px 7px 0px #00000021;
    position: relative;
}

.home-content-main .home-content {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: -290px;
    transition: all 0.7s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
    box-sizing: border-box;
    /* min-height: 100px; */
    border-radius: 10px;
    height: 100%;
    background: #1111115e;
    border-radius: 10px;
}

.home-content-main:hover .home-img img {
    transform: scale(1.096);
}

.home-content-main:hover .home-content {
    bottom: 0px;
    color: #fff;
}

.home-content-main .home-content span {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.about-main {
    padding: 100px 10px;
}

.about-main p {
    font-style: italic;
    font-size: 21px;
    margin-bottom: 50px;
}

.about-main p b {
    font-style: normal;
}

.btn-theme {
    background: #202020;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 0;
    padding: 8px 60px;
    transition: all 0.3s ease-in-out;
}

.btn-theme:hover {
    background: white;
    border: 1px solid #202020;
    color: #202020;
}
.btn-theme-green {
    letter-spacing: 1px;
    font-weight: 500;
    background: #009049;
    color: white;
    box-shadow: 0 0 14px -2px rgb(0 144 73 / 60%);
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Fredoka One', cursive;
    padding: 10px 30px;
    transition: all 0.2s ease-in-out;
    font-style: normal;
}

.btn-theme-green:hover {
    background: #00753b;
    color: #ffffff;
    box-shadow: 0 0 14px -2px rgb(0 144 73 / 60%);
}
.btn:focus{
    box-shadow: none;
}
.carousal-text .btn-theme-green i{
    transition: all 0.2s ease-in-out;
    margin-left: 8px;
}
.carousal-text .btn-theme-green:hover i{
    margin-left: 16px;
}
.service-main {
    padding: 70px 0px;
}

.service-content p {
    font-weight: 600;
}

.product-main {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
}


/* Common style */

.product-main .product-img {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.product-main .product-img img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.product-main .product-img .product-content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-main .product-img .product-content::before,
.product-main .product-img .product-content::after {
    pointer-events: none;
}

.product-main .product-img .product-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 44%);
}

.product-main .product-img {
    background: #030c17;
}

.product-main .product-img img {
    opacity: 0.9;
    height: 200px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.product-main .product-img .product-content::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

.product-main .product-img h2 {
    font-size: 20px;
    transition: transform 0.35s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


/* .product-main .product-img:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
} */

.product-main .product-img:hover .product-content::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.product-main .product-img:hover .product-content {
    background-color: rgba(58, 52, 42, 0);
}

.product-main .product-img:hover img {
    opacity: 0.4;
}

@media screen and (max-width: 500px) {
    .carousal-text h1 {
        font-size: 24px;
    }
}


/* Contact us */

.contact_us {
    font-family: 'Fredoka One', cursive;
}

.contact_us h1 {
    text-transform: uppercase;
    font-size: 32px;
}

.map {
    position: relative;
    width: 100%;
    height: 450px;
}

.map:hover .map_overlay {
    opacity: 0;
    z-index: -1;
}

.map_overlay {
    width: 100%;
    height: 450px;
    background: linear-gradient(90deg, rgb(31, 31, 31) 0%, rgb(92, 92, 92) 50%, rgb(122, 122, 122) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    transition: all .3s ease-in-out;
}

label {
    font-size: 16px;
    font-weight: 500;
}

.contact_form_left a {
    font-size: 16px;
    color: #009049;
    font-weight: bold;
    text-decoration: underline;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.4em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da75;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_btn button,.form_btn input {
    border: none;
    outline: none;
    background: #009049;
    box-shadow: 3px 6px 6px #0000003b;
    border: 1px solid transparent;
    padding: 6px 52px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s ease;
}

.form_btn button:hover,.form_btn input:hover {
    background: transparent;
    border: 1px solid #009049;
    color: #009049;
    transform: translatey(-4px);
}

.contact-card {
    background: white;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow: 0 0 5px 3px #8b8b8b21;
}

.sales,
.accounts {
    font-family: 'Varela Round', sans-serif;
}

.sales h2,
.accounts h2 {
    font-weight: 600;
}

.sales p,
.accounts p {
    font-size: 18px;
}

.contact_form form {
    font-family: 'Varela Round', sans-serif;
}

.contact_form form input:focus,
.contact_form form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #92b39c;
}


/* ************ */

.instafeed-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.instafeed-container a {
    width: 23%;
    position: relative;
    margin-bottom: 30px;
   
}

.instafeed-container a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 7px 4px #00000017;
    transition: .3s ease-in;
}

.instafeed-container a img:hover {
    transform: scale(1.05);
}


@media screen and (max-width: 500px) {
    .instafeed-container a {
        width: 75% !important;
        /* height: 250px; */
    }
    .contact-card{
    
        padding: 30px 5px !important;
    }
    .margin-top-100 {
        margin-top: 30px !important;
    }
}