/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #FF0000;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Montserrat", sans-serif;
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

.squareBox {
    background: var(--black);
    padding: 11.875rem 0;
}

.squareBox * {
    color: var(--white);
}

.squareBox h2 {
    font-size: 1.8125rem;
    font-weight: 800;
    margin: 0;
}

.squareBox span {
    font-size: 0.8125rem;
    font-weight: 500;
    display: block;
    margin: 0.625rem 0;
}

.squareBox h3 {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0;
}

.brandSec {
    padding: 5rem 0;
}

.brandSec .swiper-wrapper {
    align-items: center;
}

.brandSec .swiper-button-next:after,
.brandSec .swiper-button-prev:after {
    font-weight: 800;
    color: var(--black);
    font-size: 1.125rem;
}

.brandSec .swiper-button-next,
.brandSec .swiper-button-prev {
    top: 50%;
}

.brandSec .swiper-button-prev {
    left: 18%;
}

.brandSec .swiper-button-next {
    right: 18%;
}

.iframeSec {
    padding-bottom: 6.25rem;
}

footer {
    background: var(--black);
    padding-top: 2.5rem;
}

footer h3 {
    color: var(--white);
    font-size: 1.0625rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

.footOne p {
    color: var(--white);
    font-size: 0.8125rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.footOne h4 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.0625rem;
    font-weight: 800;
    margin: 0;
}

.footlogo {
    text-align: center;
}

.footTwo ul li a {
    color: var(--white);
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 90%;
}

.footTwo ul li a i {
    font-size: 1rem;
}

.footTwo ul li+li {
    margin-top: 0.875rem;
}

.copyRight {
    background: var(--primary);
    padding: 0.9375rem 0;
    margin-top: 2.5rem;
}

.copyRight p {
    margin: 0;
    text-align: center;
    color: var(--white);
    font-weight: 600;
}

footer h3:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 118px;
    height: 2px;
    bottom: -1rem;
}

.footTwo h3:before {
    width: 60px;
}

.aboutBanner {
    background: var(--black);
    padding: 3.4375rem 0 5rem 0;
    border: 3px solid var(--white);
}

.aboutBan {
    text-align: center;
}

.aboutBan h2 {
    color: var(--white);
    font-size: 1.625rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.aboutBan p {
    margin: 0;
    color: var(--white);
    font-size: 0.875rem;
}

.aboutBan p span {
    color: var(--primary);
}

.aboutSec {
    padding: 0.625rem 0;
}

.abtImage img {
    width: 100%;
}

.aboutIframe {
    background: var(--black);
    padding: 1.875rem 0;
}

.aboutIframe h2 {
    text-align: center;
    font-size: 1.3125rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 30px;
    position: relative;
}

.aboutIframe h2:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 240px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.75rem;
}

.aboutInner {
    background: var(--black);
    padding: 1.875rem 0;
    border: 3px solid var(--white);
}

.aboutMap {
    text-align: right;
}

.abtText h3 {
    color: var(--white);
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.abtText p {
    font-size: 0.8125rem;
    color: var(--white);
    width: 95%;
    line-height: 1.85;
    margin: 0;
}

.businessBanner {
    background: var(--black);
    border: 3px solid var(--white);
    padding: 1.5625rem 0;
}

.businessbanimg h2 {
    color: var(--white);
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
}

.businessbancontent h2 {
    font-size: 1.3125rem;
    color: var(--white);
    font-weight: 800;
    margin: 0;
}

.businessbancontent p {
    color: var(--white);
    font-size: 0.875rem;
    margin: 1.375rem 0 1.625rem 0;
    width: 90%;
    line-height: 1.85;
}

.businessbancontent h3 {
    color: var(--white);
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 1.5625rem;
}

.businessSect {
    padding: 2.5rem 0;
}

.businessOne h2 {
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 1.875rem;
}

.businessOne ul li a {
    color: var(--black);
    font-size: 1.0625rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.businessOne ul li a span {
    font-weight: bold;
}

.businessOne ul li+li {
    margin-top: 4px;
}

.businessOne ul {
    margin-bottom: 1.875rem;
}

.businessOne+.businessOne {
    margin-top: 4.375rem;
}

.billboardSec {
    padding: 1.875rem 0 0.625rem 0;
}

.billboardSec h2 {
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 3.125rem;
}

.billboardWraps h3 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--black);
    text-transform: uppercase;
    padding: 1.25rem 0 7px 0;
}

.billboardWraps p {
    margin: 0;
    font-size: 0.9375rem;
    color: #1E1E1E;
}

.billboardWraps p span {
    font-weight: bold;
}

.campaignWraps h3 {
    font-size: 1.0625rem;
    font-weight: bold;
    color: var(--black);
    margin: 0;
}

.billboardWraps {
    margin-bottom: 3.125rem;
}

.campaignWraps figure {
    margin: 1.875rem 0 1.25rem 0;
}

.campaignWraps h4 {
    font-size: 1.3125rem;
    font-weight: bold;
    color: var(--black);
}

.campaignWraps p,
.campaignWraps ul li {
    color: var(--black);
    font-size: 0.875rem;
    text-align: left;
}

.campaignWraps p {
    margin: 1.875rem 0 0 0;
}

.campaignWraps ul {
    margin-top: 1.875rem;
    list-style: disc;
    list-style-position: inside;
}

.premiumPkg {
    margin-top: 3.125rem;
}

.premiumPkg h5 {
    font-size: 1rem;
    font-weight: 800;
    margin: 1.5625rem 0 8px 0;
    color: var(--black);
}

.premiumPkg span {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--black);
    display: block;
    margin-bottom: 0.625rem;
}

.premiumPkg p {
    font-size: 0.9375rem;
    color: var(--black);
    width: 70%;
    margin: 0 auto 1.875rem;
}

.advertiseSect {
    background: var(--black);
    padding: 1.875rem 0 3.125rem 0;
}

.advertiseContent h2 {
    font-size: 1.3125rem;
    color: var(--white);
    font-weight: 600;
    position: relative;
}

.advertiseContent p {
    color: var(--white);
    font-size: 0.875rem;
    margin: 1.625rem 0 0 0;
}

.advertiseContent p a {
    color: #3396D1;
}

.advertiseContent h2:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 240px;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.875rem;
}

.galleryInner {
    padding: 3.125rem 0;
}

.galleryInner h2 {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 800;
    color: var(--black);
    position: relative;
}

.galleryInner h2:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 170px;
    height: 2px;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}

.contactBanner {
    background: var(--black);
    border: 3px solid var(--white);
    padding: 5rem 0;
}

.contactWraps h2 {
    color: var(--white);
    font-size: 1.75rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 3rem;
}

.contactWraps h2:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1.5rem;
}

.contactWraps a {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.diningInner {
    padding: 1.25rem 0;
}

.diningContent h2 {
    color: var(--black);
    font-size: 1.5625rem;
    font-weight: 800;
    position: relative;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.diningContent p {
    font-size: 0.875rem;
    color: vaR(--black);
    line-height: 1.75;
    margin-bottom: 1.5625rem;
}

.diningContent h3 {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--black);
    border-top: 2px solid var(--primary);
    padding-top: 1.25rem;
    margin-top: 2rem;
}

.galleryWraps a img {
    border-radius: 20px;
}

.galleryWraps {
    margin-top: 3rem;
}

.galleryWraps a video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.premiumPkg p a {
    color: var(--black);
    display: block;
    font-weight: 600;
}

.contactSect {
    padding: 6.25rem 0;
}

.contactLeft h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 2rem;
}

.contactLeft ul li a {
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 600;
}

.contactLeft ul li+li {
    margin-top: 1rem;
}

.contactLeft ul li a i {
    font-size: 1.25rem;
}

.contactForm label {
    color: var(--black);
    font-size: 0.9375rem;
}

.contactForm .form-control {
    height: 50px;
    outline: unset;
    box-shadow: unset;
}

.contactForm textarea {
    height: 120px !important;
    resize: none;
}

.contactForm button {
    background: var(--black);
    color: var(--white);
    border: unset;
    outline: unset;
    border-radius: 50px;
    padding: 0.75rem 2.5em;
    display: inline-block;
}

.contactForm button:hover{
    background: var(--primary);
    color: var(--white);
}

.diningContent figure img {
    width: 100%;
}

.contactLeft ul li a span {
    border: 1px solid var(--black);
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
}