@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: #00a551;
    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:#00a551;
}
.orderonline {
    background-color: #00a551;
    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;
    display: block;
    text-decoration: none;
}
.inf-box .fa-star, .inf-box .fa-star-half {
    color: #FBBC04;
    font-size: 15px;
}
header li.nav-item a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.inf-box-sec {
    text-align: left;
}
a.btn.btn-outline-success:hover {
    color: #000;
}
.error-msg {
    color: red;
    font-size: 12px;
    position: relative;
    top: -20px;
    display: none;
}
.contact-details {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.address a {
    text-decoration: none;
    color: #EF1F26;
}
input.form-control.submit-btn.text-center.order-btn.mb-3 {
    background-color: #EF1F26;
    color: #fff;
}
div#form1 {
    position: relative;
}
div#preLoder img {
    width: 41px;
}
div#preLoder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: none;
}
.inner-banner {
    padding: 8rem 15px;
    background-color: #EF1F26;
    color: #fff;
    text-align: center;
}
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: #00a551;
    color: #fff;
    padding: 20px 0;
}
.inf-box .info-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #000;
}
footer iframe {
    border-radius: 18px;
}
.top-bar {
    background-color: #000;
    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: #00a551;
}
.inf-box h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ed2025;
}
.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%;
    margin-bottom: 10px;
}
.img-box h4 {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    background-color: #00a551d9;
    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);
}
nav.navbar.navbar-expand-lg {
    background-color: #00a551;
}
.mobile-slide {
    display: none;
}
video {
    object-fit: cover;
}
section.home-testimonial {
    background-color: #f7f7f7;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.tour-desc.bg-white {
    padding: 20px;
    border-radius: 23px;
    box-shadow: 1px 1px 27px -15px #000;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.tour-desc.bg-white h3 {
    text-align: center;
    font-size: 14px;
    color: #FBBC04;
    margin-top: 10px;
}
.link-name.d-flex.justify-content-center {
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    a.navbar-brand img {
    width: 250px;
    height: auto;
}
    .dasktop-slide {
    display: none;
}
.mobile-slide {
    display: block;
}
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
}