/*font-family: 'Satisfy', cursive;*/
  @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face { font-family: 'Cobbler'; src: url('../fonts/Cobbler-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Cobbler'; src: url('../fonts/Cobbler-Medium.woff') format('woff'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Cobbler'; src: url('../fonts/Cobbler-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Cobbler'; src: url('../fonts/Cobbler-Bold.woff') format('woff'); font-weight: bold; font-style: normal; }
 ::-moz-selection {
 color: #fff;
 background: #013a79;
}
::selection { color: #fff; background: #013a79; }
* { margin: 0px; padding: 0px; outline: none !important; box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; height: 100% }
body { position: relative; font-family: 'Cobbler'; color: #231f20; font-size: 1em; }
main { flex: 1 0 auto; }
.displaynone { display: none !important }
a { text-decoration: none; color: #212121; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Big Shoulders Display', sans-serif; }
p { line-height: 30px; font-size: 1.125em; }
ul,
ul li { list-style: none }
.container { width: 1400px; margin: 0 auto; }
.grid-container { display: flex; }
.mckinney-title { color: #FFC300; font-size: 4em; font-weight: 800; text-transform: uppercase; }
.makinney-btn { padding: 10px 20px; border-radius: 6px; border: 1px solid #212121; background: linear-gradient(180deg, #FFC300 51.56%, #FFE89C 100%); display: inline-block; text-transform: uppercase; font-weight: 600; }
.makinney-btn:hover { background: #fff; color: #333; border-color: #fff; }
/****Header*******/
header { padding: 1.3em 4em; position: absolute; left: 0; top: 0; width: 100%; align-items: center; transition: 0.5s; z-index: 9; }
header .logo img { width: 218px; transition: 0.5s; }
.sticky { width: 100%; position: fixed; left: 0; top: 0; background: #212121; z-index: 999; transition: 0.5s; padding: 1em 4em; }
.sticky .logo img { width: 130px; transition: 0.5s; }
.sticky nav { margin: 0 auto; }
.sticky .order-online { margin: 0; }
nav { margin-left: 6em; }
nav ul li { display: inline-block; padding: 0 10px; }
nav ul li a { color: #fff; text-transform: uppercase; font-weight: 500; }
nav ul li a:hover { color: #ffc300; }
.order-online { margin-left: auto; }
.order-online .makinney-btn { text-transform: capitalize; font-size: 1.25em; }
/*******/
.banner { width: 100%; color: #fff; position: relative; }
.banner .slick-slide { position: relative; }
.banner-content { position: absolute; top: 50%; left: 6%; transform: translateY(-50%); }
.banner figure img { height: 100vh; object-fit: cover; }
.banner h2 { color: #FFC300; font-size: 4.875em; font-style: normal; font-weight: 800; text-transform: uppercase; }
.banner strong { font-size: 1.438em; margin-bottom: 1.5em; display: inline-block; font-weight: 600; }
/****About***********/
.about-us { background: #212121; display: flex; position: relative; }
.about-us:before { content: ""; background: url(../images/mckinney-lp/About-Us-icon.png); position: absolute; right: 0px; bottom: 11%; width: 143px; height: 190px; background-size: 100%; }
.about-img img { width: 100%; height: 614px; object-fit: cover; }
.about-img ul.slick-dots { position: absolute; bottom: 11px; left: 0; }
.about-content { color: #fff; padding: 3em; }
.about-img { width: 45%; display: inline-block; }
.about-content { width: 45%; display: inline-block; float: right; }
.about-content p { padding-top: 10px; }
.about-content .makinney-btn { margin-top: 2em; border-radius: 100px; }
/*****veg-items*******/

.veg-items { background: url(../images/mckinney-lp/Events-bg.jpg); text-align: center; padding: 4em 0; position: relative; }
.veg-items:before { content: ""; background: url(../images/mckinney-lp/Veg-Items-icon.png); position: absolute; left: 0px; top: 45%; width: 327px; height: 448px; background-size: 100%; }
.veg-items .mckinney-title { color: #fff; }
.veg-items .slick-list { min-height: 510px; }
.veg-items span { color: #fff; padding-bottom: 4px; display: flex; text-transform: capitalize; letter-spacing: 1px; align-items: center; flex-direction: column; }
.veg-items span:after { display: inline-block; width: 133px; height: 15px; background: url(../images/mckinney-lp/royality-icon.png); content: ""; margin-top: 8px; }
.veg-items p { color: #fff; width: 44%; margin: 15px auto; }
.veg-items .slick-slide { text-align: center; transition: 0.2s; }
.veg-items .slick-slide img { width: 100%; height: 320px; object-fit: cover; }
.veg-items .center-slider .slick-current.slick-active { margin-top: 4em; transition: 0.2s; }
.veg-items .slick-initialized .slick-slide { display: block; margin: 1.5em; background: #fff; padding: 15px; }
.veg-items .slick-slide figure { overflow: hidden; }
.veg-items .slick-slide img { transition: 0.2s; }
.veg-items .slick-slide:hover img { transform: scale(1.1); transition: 0.2s; }
.veg-items .slick-slide strong { padding: 15px 0 7px 0; display: inline-block; font-size: 2.25em; line-height: 1; }
.slick-dots li button:before { font-size: 44px; color: #fff; }
.veg-items button.slick-arrow { top: 44%; }
.veg-items button.slick-arrow { left: -11px; }
.veg-items button.slick-next { right: -12px; left: auto; }
/*****choose-favourite*******/
.choose-favourite { padding: 4em 0 0 0; position: relative; background: #f9f9f9; text-align: center; }
.choose-favourite .mckinney-title { color: #333; }
#Choose-Favorite { margin-top: 2em; }
.choose-favourite p { width: 65%; padding: 10px 0; margin: 0 auto; }
.choose-favourite .slick-initialized .slick-slide:nth-child(odd) .favourite { background: #FFC300; }
.choose-favourite .slick-initialized .slick-slide .favourite { width: 100%; background: #212121; }
.choose-favourite .slick-initialized .slick-slide .favourite figure { overflow: hidden; }
.choose-favourite .slick-initialized .slick-slide > div:hover a { color: #FFC300 }
.choose-favourite .slick-initialized .slick-slide > div:hover a:after { background: url(../images/mckinney-lp/righ-arrow-hover.png); }
.choose-favourite .slick-initialized .slick-slide figure img { transition: 0.5s; }
.choose-favourite .slick-initialized .slick-slide figure:hover img { transform: scale(1.2); transition: 0.5s; }
.choose-favourite .slick-slide a { font-size: 1.5em; font-family: 'Big Shoulders Display', sans-serif; text-transform: uppercase; position: relative; display: flex; align-items: center; text-decoration: none; font-weight: 700; padding: 13px 15px; background: rgb(255 255 255 / 91%); justify-content: space-between; }
.choose-favourite .slick-slide a:after { content: ""; width: 30px; height: 30px; display: inline-block; background: url(../images/mckinney-lp/righ-arrow.png); margin-left: 10px; }
/*******Testimonial************/
.testimonial-events { display: flex; }
.testimonial { background: url(../images/mckinney-lp/Testimonials.jpg); padding: 7em; text-align: center; position: relative; z-index: 1; width: 50%; color: #fff; }
.testimonial:before { content: ""; border: solid 1px rgb(255 255 255 / 37%); display: inline-block; width: 90%; height: 86%; position: absolute; left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%); }
.testimonial-events small { font-size: 1.5em; padding-bottom: 5px; display: inline-block; font-weight: 300; }
.testimonial .mckinney-title { color: #fff; display: flex; justify-content: center; flex-direction: column; align-items: center; margin-bottom: 55px; }
.testimonial .slick-slider { text-align: left; }
.testimonial .slick-slide { text-align: center; }
.testimonial .slick-slide p { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 1em; font-size: 1.25em; }
.testimonial .slick-slide p:before { content: ""; display: inline-block; width: 72px; height: 56px; background: url(../images/mckinney-lp/quotes.png); margin-bottom: 40px; background-repeat: no-repeat; background-position: center; }
.testimonial .slick-slide strong { margin-top: 10px; display: inline-block; margin-bottom: 30px; font-size: 1.875em; font-weight: 500; }
.testimonial-events .makinney-btn { margin-top: 30px; }
.rewards { background: #343434; color: #fff; padding: 4em 16em 4em 5em; width: 50%; text-align: center; position: relative; z-index: 1; overflow: hidden; }
.rewards:before { content: ""; background: url(../images/mckinney-lp/mobile-phone.png); position: absolute; right: -11%; bottom: 0; width: 344px; height: 517px; z-index: -1; transform: rotate(-35deg); background-size: 100%; opacity: 0.6; }
.rewards .mckinney-title { color: #fff; font-size: 2.3em; margin-bottom: 20px; }
.rewards .mckinney-title strong { color: #fcc500; }
.rewards .grid-container { flex-wrap: wrap; margin-top: 15px; }
.rewards a img { margin: 0 10px; }
.rewards ul li { background: #648921; margin: 1em; border-radius: 14px; padding: 1.5em; flex: 1 1 calc((100% / 2) - 2em); }
.rewards ul li:nth-child(2) { background: #b25d29; }
.rewards ul li:nth-child(3) { background: #c42e5b; }
.rewards ul li:nth-child(4) { background: #278c86; }
.rewards ul li h3 { font-size: 2.2em; color: #fcc500; text-transform: uppercase; }
.rewards ul li span { text-transform: uppercase; }
.rewards ul li p { line-height: 1; padding-top: 8px; text-transform: capitalize; }
/******featured*******/
.featured { background: #DFDFDF; padding: 5em; text-align: center; position: relative; }
.featured .mckinney-title { margin-bottom: 30px; color: #212121; }
.featured .slick-initialized .slick-slide { padding: 20px 20px; height: 120px; display: flex; align-items: center; justify-content: center; margin-right: -1px; }
.open-info { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; border-radius: 50%; cursor: pointer; display: flex; align-items: center; flex-direction: column; width: 120px; height: 60px; background-color: #222222; border-radius: 10rem 10rem 0 0; }
.open-info:after { content: ""; border: solid #fff; border-width: 0px 2px 2px 0px; width: 12px; height: 12px; display: inline-block; transform: rotate(45deg); margin-top: 15px; }
.open-info-content .open-info:after { border: solid #fff; border-width: 2px 0px 0px 2px; margin-top: 25px; }
.open-info-content .info-content { display: block; }
.open-info:before { content: "Open"; color: #fff; display: inline-block; line-height: 1; position: relative; top: 13px; }
.open-info-content .open-info:before { content: "Close"; }
/******footer*******/
footer { display: inline-block; width: 100%; position: relative; z-index: 1; flex-wrap: wrap; }
footer:before { content: ""; width: 100%; height: 100%; background: #212121de; position: absolute; left: 0; top: 0; z-index: -1; }
footer .grid-container { align-items: center; }
footer > div { flex: 1 1 calc((100% / 3) - 2rem); }
.footer-img img { height: 100% !important; width: 100%; object-fit: cover; }
.map { padding: 2.2em 2em; background: #EDEDED; }
.map iframe { width: 100% !important; height: 100%; }
.contact-details { background: #fff; color: #212121; padding: 4em 2em; position: relative; text-align: center; z-index: 1; flex: 1 1 calc((80% / 3) - 2rem); }
.contact-details:before { content: ""; border: solid 1px #d7d7d7; display: inline-block; width: 90%; height: 88%; position: absolute; left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%); }
.contact-details h2 { text-transform: uppercase; font-size: 2.5em; margin-bottom: 10px; }
.contact-details ul { margin-top: 20px; }
.contact-details ul li { display: inline-block; width: 100%; padding: 11px 0; line-height: 1; }
.contact-details ul li strong { padding-bottom: 5px; display: inline-block; font-weight: 600; text-transform: uppercase; font-size: 2em; }
.contact-details ol li { padding: 7px 0; font-size: 1.125em; }
.contact-details ol li span { text-align: right; display: inline-block; }
.contact-details ol li small { font-size: 100%; }
.copyright { text-align: center; padding-top: 1em; }
.copyright a { color: #212121; text-decoration: none; }
.copyright a:hover { color: #FFC300; }
.map .widget_text,
.map .custom-html-widget,
.footer-img .widget-content,
.footer-img .widget { height: 100%; }
/*info-content*/
.info-content { text-align: center; padding: 4em 0; background: #222; display: none; }
.info-content { color: #fff; }
.info-content p { padding-bottom: 15px; line-height: 1.5; }


/****Responsive***/

@media (min-width: 1301px) and (max-width: 1600px) {
.container { width: 1200px; }
html { font-size: 90%; }
p { line-height: 26px; font-size: 16px; }
header .logo img { width: 180px; }
.mckinney-title { font-size: 3.5em; }
.veg-items .slick-slide strong { font-size: 1.8em; }
.about-content ul li img { width: 65px; }
.choose-favourite .slick-slide a { font-size: 1.2em; padding: 13px 10px; }
.rewards { padding: 4em 12em 4em 4em; }
.rewards:before { width: 250px; height: 410px; }
}
 @media (min-width: 993px) and (max-width: 1300px) {
.container { width: 90%; }
p { line-height: 24px; }
html { font-size: 80%; }
.mckinney-title { font-size: 3em; }
header { padding: 1em 2em; }
.logo img { width: 170px; }
nav { margin-left: 1.5em; }
nav ul li { padding: 0 7px; }
.banner figure img { height: 60vh; background-size: cover; }
.banner h2 { font-size: 4em; }
.veg-items .slick-initialized .slick-slide { margin: 1em !important; }
.veg-items p { width: 100%; }
.testimonial .slick-slider { width: 100%; }
.testimonial .slick-initialized .slick-slide { margin: 10px; }
.contact-details { margin: 0 0em; }
.choose-favourite .slick-slide a { font-size: 1.1em; padding: 13px 7px; }
.veg-items .slick-list { min-height: 330px; }
.veg-items .slick-slide strong { font-size: 1.8em; }
.about-content { width: 55%; }
.about-content ul li img { width: 50px; }
.about-us .slick-slider,
.about-us .slick-list,
.about-us .slick-track,
.about-us .slick-slide figure,
.about-img img { height: 100%; }
.event-grid img { width: 146px; }
.rewards { padding: 4em 2em 4em 3em; }
.rewards:before { display: none; }
.testimonial { padding: 7em 3em; }
}
@media only screen and (max-width: 992px) {
/****Menu*******/
nav { position: fixed; background: #212121; left: -100%; top: 0; width: 100%; height: 100%; margin: 0; padding-top: 40px; transition: 0.2s; border-top: solid #FFC300; }
.open-menu nav { left: 0; z-index: 9; transition: 0.2s; }
nav ul li { display: inline-block; padding: 12px 30px; width: 100%; }
nav ul li a { color: #fff; font-size: 1.4em; }
nav ul li:hover { background: #FFC300; }
nav ul li:hover a { color: #212121; }
.hamburger-btn { background: #FFC300; width: 46px; height: 46px; position: relative; display: flex; margin-left: auto; padding: 12px; border-radius: 100%; cursor: pointer; }
.hamburger-btn img { width: 100%; height: auto; }
.hamburger-close { width: 40px; height: 40px; position: absolute; right: 0px; top: 0px; background: #FFC300; cursor: pointer; }
.hamburger-close:before { content: ""; width: 80%; height: 1px; background: #212121; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.hamburger-close:after { content: ""; width: 80%; height: 1px; background: #212121; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }
}
 @media (min-width: 768px) and (max-width: 992px) {
.container { width: 90%; }
html { font-size: 80%; }
.mckinney-title { font-size: 3em; }
header { padding: 1em 2em; }
header .logo img { width: 170px !important; }
.hamburger-btn { margin-left: 20px; }
.sticky .order-online { margin-left: auto; }
.banner { height: 60vh; background-size: cover; }
.banner h2 { font-size: 4em; }
.veg-items .slick-initialized .slick-slide { margin: 1em !important; }
.veg-items p { width: 100%; }
.testimonial .slick-slider { width: 100%; }
.testimonial .slick-initialized .slick-slide { margin: 10px; }
.contact-details { margin: 0 0em; }
.choose-favourite .slick-slide a { font-size: 1.75em; }
.veg-items .slick-list { min-height: 330px; }
.veg-items .slick-slide strong { font-size: 1.8em; }
.about-us,
.testimonial-events { display: block; }
.about-img,
.about-content,
.testimonial,
.rewards { width: 100%; float: none; }
.rewards:before { width: 264px; height: 415px; }
.banner figure img { height: 60vh; }
footer > div { flex: 1 1 calc((100% / 1) - 2rem); }
.map iframe { height: 320px; }
}
 @media only screen and (max-width: 767px) {
.container { width: 94%; }
html { font-size: 84%; }
p { line-height: 24px; }
.grid-container { display: block; }
.mckinney-title { font-size: 2.7em; }
header.grid-container { display: flex; }
header { padding: 1em 1em !important; }
header .logo img { width: 140px; }
.order-online { margin-left: auto; position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); width: 70%; text-align: center; }
.order-online .makinney-btn { width: 100%; border-radius: 30px; box-shadow: 0 6px 40px #21212173; padding: 13px 20px; font-size: 18px; border-color: #FFC300; }
/***Banner******/
.banner-content { position: relative; top: 0; left: 0; transform: none; background: #212121; padding: 3em 1em; }
.banner figure img { height: 60vh; object-position: 82% 0px; }
.banner h2 { font-size: 3em; }
.about-content { padding: 2em; }
.about-content ul li { border: solid 2px; padding: 2em 0; margin: 6px; }
.about-content ul { display: flex; margin: 0px -6px; margin-top: 30px; }
.about-content ul li img { width: 50px; }
.veg-items { padding: 3em 0 3em 0; }
.veg-items p { width: 100%; padding-bottom: 1em; }
.veg-items .slick-initialized .slick-slide { margin: 3px !important; padding: 3px; transform: none; }
.veg-items .slick-slide strong { display: inline-block; font-size: 1.2em; line-height: 1; font-weight: 400; }
.choose-favourite p { width: 100%; padding-bottom: 1em; }
.choose-favourite .slick-slider { margin: 0; }
.choose-favourite .slick-initialized .slick-slide { margin: 0px; }
.choose-favourite .slick-slide a { font-size: 17px; margin-top: 8px; padding: 13px 8px; }
.choose-favourite .slick-slide a:after,
.choose-favourite .slick-initialized .slick-slide > div:hover a:after { width: 17px; height: 17px; background-size: 100%; }
.choose-favourite .slick-dots li button:before { color: #000; }
.choose-favourite .slick-dots li.slick-active button:before { opacity: 1; color: #FFC300; }
.slick-dots { margin-top: 20px; }
.testimonial .slick-slider,
.events .slick-slider { width: 100%; margin-top: 20px; }
.testimonial .slick-initialized .slick-slide { margin: 0; }
.testimonial .slick-dots li.slick-active button:before { opacity: 1; color: #212121; }
.map { margin: 0; padding: 0px; }
.contact-details { margin: 0; }
.map iframe { height: 360px; border-radius: 0; }
.about-content ul li strong { font-weight: normal; }
.veg-items .slick-list { min-height: auto; }
.veg-items:before { top: 35%; width: 137px; height: 138px; }
.veg-items .slick-slide img { height: auto; }
.about-us,
.testimonial-events { display: block; }
.about-content,
.testimonial,
.rewards { width: 100%; float: none; padding: 3em 1em; }
.rewards .grid-container { display: flex; }
.rewards:before { display: none; }
.rewards ul li { margin: 5px; }
.about-img { width: 100%; float: none; padding: 0em; }
.about-img img { height: auto; }
#Choose-Favorite { margin-top: 0; }
.choose-favourite { padding: 3em 0 1em 0; }
.choose-favourite .makinney-btn { margin-top: 1em; }
.testimonial:before { width: 94%; height: 94%; }
.testimonial-events .slick-track { margin: 0; }
.testimonial .slick-slide:before { width: 88%; height: 84%; }
.testimonial .mckinney-title { margin-bottom: 25px; }
.testimonial .slick-slide strong { margin-bottom: 0px; }
.about-us:before { bottom: 17%; width: 65px; height: 80px; }
.banner strong { margin: 5px 0 15px 0; }
.event-grid { flex-direction: column; }
.event-grid:last-child { margin-bottom: 0; }
.event-grid figure { margin-right: 0; margin-bottom: 20px; }
.event-grid img { width: 100%; }
.events p { padding: 10px 0; }
.featured { padding: 3em 1em; }
.featured .slick-list { padding: 0 1px; }
.featured .slick-initialized .slick-slide { padding: 10px 20px; border: solid 1px #cfcfcf; height: 80px; width: 100%; }
.contact-details a img { width: 170px; margin-top: 20px; }
.choose-favourite .slick-dots li button { background: #000; }
}
