/*!
Theme Name: meerut
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meerut
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

meerut is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

:root {
    --meerut-gold: #e6b15f;
    --meerut-red: #8d0a05;
    --meerut-cream: #ebe9e5;
    --meerut-dark: #030502;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #17110c;
}
h1,
h2,
h3 {
    font-family: Georgia, serif;
}
.mt0
{
    margin-top: 0px!important ;
}
.meerut-header {
    background: #080602;
         position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}
.meerut-brand-mark {
    width: 58px;
    height: 58px;
    border: 1px solid var(--meerut-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--meerut-gold);
    font: 20px Georgia;
}
.meerut-brand strong {
    display: block;
    color: var(--meerut-gold);
    font: 20px/17px Georgia;
    text-transform: uppercase;
}
.meerut-brand small {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.meerut-header .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.meerut-header .nav-link:hover,
.meerut-header .nav-link.active {
    color: var(--meerut-gold);
}
.meerut-phone,
.meerut-outline-button {
    display: inline-block;
    border: 1px solid var(--meerut-gold);
    color: var(--meerut-gold);
    padding: 14px 22px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
}
.meerut-hero {
    height: 603px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: url("image/banner-home.jpg");
    background-size: 100% 100%;
    margin-top: 10px;
}
 
.min-vh-75 {
    min-height: 743px;
}
.meerut-hero h1 {
    font-size: clamp(56px, 5vw, 85px);
    line-height: 1.08;
    letter-spacing: -2px;
    font-family: "Fraunces", serif;
    font-weight: 300;
}
.meerut-hero p {
    font-size: 19px;
    line-height: 1.65;
    max-width: 650px;
    margin: 28px 0 35px;
}
.meerut-hero-figure img {
    max-height: 600px;
    object-fit: cover;
     rotate: -10deg;
    filter: saturate(1.15) drop-shadow(0 35px 30px #000);
}
.meerut-info {
    padding: 18px 0;
    background: #f1efeb;
    font-size: 13px;
    text-transform: uppercase;
}
.meerut-info i
{
	    font-size: 20px;
     
}
.meerut-info .icon
{
	display: flex;
  align-items: center;
}
.fa-social {
    font-size: 15px !important;
    border: solid 1px #D9D9D9;
    border-radius: 50%;
    padding: 7px 7px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.meerut-red-button {
    display: inline-block;
    border: 0;
    background: var(--meerut-red);
    color: #fff;
    padding: 16px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 25px;
}
.meerut-dark-texture {
    position: relative;
    color: #fff;
    background: #07100f;
}
.rough-border
{
    position: absolute;
    bottom: 0px;
    height: 40px;
}
.meerut-dark-textures:before {
    content: "";
    position: absolute;
    inset: 0;
     
}
.meerut-benefits,
.meerut-menu-section,
.meerut-testimonials,
.meerut-story,
.meerut-newsletter,
.meerut-gallery {
    padding: 40px 0;
}
.meerut-benefits .mb-5 {
    margin-bottom: 30px !important;
}

article.col-lg-3.col-sm-6.meerut-benefit {
    padding: 6px 30px!important;
}
.meerut-eyebrow {
    text-align: center;
    color: var(--meerut-gold);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.meerut-home h2 {
    text-align: center;
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 300;
    font-family: 'Fraunces';
}
.meerut-benefit {
    text-align: center;
    padding: 20px 35px;
    border-right: 1px solid #ffffff38;
}
.meerut-benefit:last-child {
    border: 0;
}
.meerut-benefit > span {
    font-size: 42px;
}
.meerut-benefit h3 {
    font-size: 18px;
    margin: 15px 0;
    font-family: Urbanist;
    text-transform: uppercase;
}
.meerut-benefit p {
    color: #ddd;
    line-height: 1.6;
}
.meerut-menu-section {
    background: var(--meerut-cream);
}
.meerut-menu-section .meerut-eyebrow {
    color: var(--meerut-red);
}
.meerut-food-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #11090d1a;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px #0000000d;
    text-align: center;
}
.meerut-food-card img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
}
.meerut-food-card div {
    padding: 20px;
}
.meerut-food-card h3 {
    font-size: 25px;
}
.meerut-food-card strong {
    color: var(--meerut-red);
    font-size: 22px;
}
.meerut-testimonials {
    color: #fff;
    position: relative;
    background: url("image/testimonialbg.jpg");
    background-size: 100% 100%;
}
 
.meerut-review {
    padding: 28px;
    background: #0b1315bd;
    border: 1px solid #ffffff1a;
    backdrop-filter: blur(12px);
}
.meerut-review h3 {
    font: 700 17px Arial;
    margin: 0;
}
.meerut-review small {
    color: #aaa;
}
.meerut-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--meerut-red);
    display: grid;
    place-items: center;
}
.meerut-stars {
    color: var(--meerut-gold);
    letter-spacing: 3px;
    margin: 18px 0;
}
.meerut-review > p:last-child {
    color: #ffffffc7;
    line-height: 1.55;
}
.meerut-story p {
    color: #ddd;
    line-height: 1.7;
}
.meerut-story-image {
    height: 470px;
    position: relative;
    margin: 0;
    
    border-radius: 10px !important;
    overflow: hidden;
}
.meerut-story-image img {
    height: 100%;
    object-fit: cover;
}
.meerut-story-image button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #fff;
}
.meerut-newsletter {
    text-align: center;
    background: #fff;
}
.meerut-newsletter .form-control {
    border-radius: 0;
    padding: 14px;
}
.meerut-gallery {
    color: #fff;
    position: relative;
    background: url("image/gallery.jpg")
        center/cover;
}
 
.meerut-gallery figure {
    margin: 0;
}
.meerut-gallery figure img {
    height: 410px;
    object-fit: cover;
}
.meerut-footer {
    padding: 34px 0 25px;
    color: #ddd;
    background: #0B1315
        ;
}
.meerut-footer h2 {
    font-size: 24px;
}
.meerut-footer address {
    font-style: normal;
}
.meerut-copyright {
    border-top: 1px solid #556065;
    margin-top: 38px;
    padding-top: 20px;
    font-size: 13px;
}
@media (max-width: 1199.98px) {
    .meerut-header .navbar {
        align-items: flex-start;
    }
    .meerut-nav-panel {
        width: 100%;
        padding-top: 12px;
    }
    .meerut-nav-panel .navbar-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }
    .meerut-phone {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .meerut-hero {
        min-height: 650px;
    }
    .min-vh-75 {
        min-height: 650px;
    }
    .meerut-hero-figure {
        display: none;
    }
    .meerut-benefit:nth-child(2) {
        border-right: 0;
    }
    .meerut-story-image {
        height: 400px;
    }
    .meerut-gallery img {
        height: 320px;
    }
}
@media (max-width: 575.98px) {
    .meerut-nav-panel .navbar-nav {
        grid-template-columns: repeat(1, 1fr);
    }
    .meerut-brand small {
        display: none;
    }
    .meerut-benefit {
        border-right: 0;
        border-bottom: 1px solid #ffffff2e;
    }
    .meerut-gallery img {
        height: 260px;
    }
    .meerut-story-image {
        height: 300px;
    }
    .meerut-hero h1 {
        font-size: 52px;
    }
}

.contact-ui-newsletter-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-ui-newsletter-form .contact-ui-vip-input {
    width: 100%;
}

.contact-ui-newsletter-form .wpcf7-submit {
    width: 100%;
}

.contact-ui-newsletter-form .wpcf7-spinner {
    display: none;
}

.contact-ui-newsletter-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #ffb4b4;
    font-size: 12px;
    text-align: left;
}

.contact-ui-newsletter-form ~ .wpcf7-response-output {
    max-width: 1120px;
    margin: 16px auto 0;
    color: #fff;
    font-size: 14px;
}
.contact-ui-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-ui-form input,
.contact-ui-form textarea {
    width: 100%;
}

.contact-ui-form .wpcf7-submit {
    display: block;
    width: 100%;
}

.contact-ui-form .wpcf7-spinner {
    display: none;
}

.contact-ui-form .wpcf7-not-valid {
    border-color: #a60c07;
}

.contact-ui-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: #a60c07;
    font-size: 12px;
}

.contact-ui-form + .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 15px;
    font-size: 14px;
}

/* Reuse the existing VIP Contact Form 7 form */
.meerut-newsletter .contact-ui-newsletter-form {
    max-width: 1080px;
    margin: 1.5rem auto 0;
}

.meerut-newsletter .contact-ui-newsletter-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.meerut-newsletter .contact-ui-vip-input {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #575757;
    border-radius: 0;
    color: #171717;
    background: #fff;
    font-size: 14px;
    outline: none;
}

.meerut-newsletter .contact-ui-vip-input:focus {
    border-color: #e6b15f;
    box-shadow: 0 0 0 0.2rem rgba(230, 177, 95, 0.15);
}

.meerut-newsletter .contact-ui-vip-button {
    width: 100%;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid #8d0a05;
    border-radius: 0;
    color: #fff;
    background: #8d0a05;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.meerut-newsletter .contact-ui-vip-button:hover,
.meerut-newsletter .contact-ui-vip-button:focus {
    color: #8d0a05;
    background: #fff;
}

.meerut-newsletter .wpcf7-spinner {
    display: none;
}

.meerut-newsletter .wpcf7-not-valid {
    border-color: #e6b15f;
}

.meerut-newsletter .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: #e6b15f;
    font-size: 12px;
    text-align: left;
}

.meerut-newsletter .wpcf7-response-output {
    max-width: 1080px;
    margin: 16px auto 0 !important;
    padding: 10px 15px !important;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .meerut-newsletter .contact-ui-vip-input,
    .meerut-newsletter .contact-ui-vip-button {
        min-height: 48px;
    }
}
.meerut-story, .meerut-gallery
{
    padding-bottom: 67px!important;
}
.meerut-newsletter
{
    padding-top: 25px!important;
}
.menu-ui-hero
{
    padding-bottom: 29px!important;
}
article.col-lg-3.col-sm-6.meerut-benefit {
    padding: 30px;
}
.footerp{
    font-size: 18px;
    font-weight: 200;
    line-height: 2;
}
.footer2p
{
    font-size: 18px;
    font-weight: 200;
}