@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{font-family: "Lato", sans-serif;}
.navbar-brand img { 
    height: 50px; 
}
.hero {
    background: url('images/hero.jpg') center/cover no-repeat; 
    color: white; 
    text-align: center; 
    padding: 160px 20px; 
    position: relative;
    z-index: 1;
}
.hero:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.orderonline-btn {
    background-color: #0d7410;
    color: #fff;
    width: 200px;
    padding-left: 23px !important;
    position: relative;
    border-radius: 23px;
}
.orderonline-btn:before {
    content: "\f23d";
    position: absolute;
    right: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.5s all;
    font-family: "Font Awesome 7 Brands";
    color: #fff;
    padding: 3px 5px;
}
.orderonline-btn:hover {
    text-align: right;
    color: #fff;
    padding-right: 16px;
}

.orderonline-btn:hover:before {
    right: 81%;
    color:#0d7410;
}
.orderonline {
    background-color: #0D7410;
    color: #fff;
    text-decoration: none;
    padding: 15px 38px;
    border-radius: 30px;
}
.inf-box {
    text-align: left;
    position: relative;
    border-radius: 21px;
    border:1px solid #aaaaaa;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    color: #000;
}
.inf-box .fa-star, .inf-box .fa-star-half {
    color: #0D7410;
    font-size: 15px;
}
.inf-box-sec {
    text-align: left;
}
a.btn.btn-outline-success:hover {
    color: #000;
}

a.btn.btn-outline-success {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    width: 100%;
}
p.copright {
    margin-bottom: 0px;
    border-top: 1px solid;
    padding-top: 18px;
}
footer {
    background: #0D7410;
    color: #fff;
    padding: 20px 0;
}
.inf-box .info-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 27px;
    color: #0D7410;
}
footer iframe {
    border-radius: 18px;
}
.top-bar {
    background-color: #0d7410;
    color: #Fff;
    font-size: 14px;
    padding-top: 3px;
}
li.nav-item a {
    font-weight: bold;
    text-transform: uppercase;
}
p.copyright {
    margin-bottom: 0px;
    border-top: 1px solid #a5a5a5;
    padding-top: 15px;
    font-size: 14px;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
p.copyright a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.inf-box .fa-chevron-right {
    font-size: 10px;
    position: relative;
    top: -2px;
    color: #0d7410;
}
.calltoaction {
    background-color: #000;
    color: #fff;
    padding-top: 2.2rem;
    padding-bottom: 2rem;
}
.info-screen, .info-screen2 {
    height: 180px;
}
.img-box img {
    width: 100%;
    transition: 0.5s all;
}
.img-box:hover img {
    transform: scale(1.1);
}
img.footer-logo {
    width: 100%;
    border-radius: 20px;
    padding: 3px;
    background-color: #fff;
    margin-bottom: 10px;
}
.img-box h4 {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    background-color: #0d7410d9;
    color: #Fff;
    padding: 7px;
    z-index: 1;
}
.img-box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #adadad;
    display: block;
}
.img-box.center-box img, .img-box.center-box {
    object-fit: cover;
    height: 100%;
    object-position: 76%;
}
.info-screen .inf-box,
.info-screen2 .inf-box  {
    position: absolute;
    width: 100%;
    transition: 0.5s all;
}
.hidden,
.hidden2{transform: scale(0);opacity: 0;}
.info-screen .inf-box.active,
.info-screen2 .inf-box.active2 {
    transform: scale(1);
    opacity: 1;

}
.info-screen,.info-screen2 {
    position: relative;
}
header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
@media only screen and (max-width: 600px) {
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
}