@charset "utf-8";
@import url(../css/bootstrap.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/fontawesome.min.css);

@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
picture {
    display: block
}

abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}


body {
    background-color: #111;
    margin: 0;
    padding: 0;
    font: 400 14px "Inter", sans-serif;
    line-height: 20px;
    color: #000;
}

.chexbox,
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
ol,
option,
p,
input[type="radio"],
select,
td,
textarea,
tr,
ul {
    padding: 0;
    margin: 0
}

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

ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #444444;
}

a:hover {
    text-decoration: none;
}

img {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

.chexbox {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px
}

.clr,
.spacer {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.clearfix:after,
.clearfix::before {
    content: '';
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

/* ===== CSS_Starts_here ===== */
body {
    background: url(../images/background.png);
}

/* venue_section_starts_here */
.container {
    max-width: 1440px;
}

.venue-section {
    margin: 0 0 0 0;
    padding: 130px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.venue-section .venue_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 100px 0;
}

.venue-section .venue_text::after {
    position: absolute;
    background: #000;
    width: 86px;
    height: 4px;
    content: '';
    /* top: 0; */
    bottom: -12px;
    left: 0;
}

.venue-section .tapvino_content {
    margin: 0 0 100px 0;
}

.venue-section .tapvino_text .heading p {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 26px;

}

.venue-section .tapvino_text .sub-heading p {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
    text-transform: uppercase;
}

.venue-section .tapvino_text {
    margin-bottom: 16px;
}

.venue-section .tapvino_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-section .tapvino_content .content p {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #323232;
    padding-right: 200px;
    margin-top: 30px;
}

.venue-section .tapvino_content .button {
    margin-top: 25px;
}

.venue-section .tapvino_content .button a {
    border: 1px solid #909090;
    padding: 0 45px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 44px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    transition: 0.7s;
    position: relative;
}

.venue-section .tapvino_content .button a::after {
    position: absolute;
    content: '';
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.venue-section .tapvino_content .button a:hover:after {
    position: absolute;
    background-color: #AF0000;
    color: #fff;
    transition: 0.7s;
    border: 1px solid #AF0000;
    width: 100%;
}

.venue-section .tapvino_content .button a:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* venue_section_ends_here */

/* ====== footer_section_start ======= */
footer {
    background: #E9E9E9;
    padding: 30px;
}

footer .copyright-wrapper {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;

}

footer .copyright-wrapper a {
    text-decoration: underline;
    font-style: solid;
    color: #000;
}

footer .copyright-wrapper ul {
    display: flex;
}

footer .copyright-wrapper ul li {
    position: relative;
    padding: 0 8px;
}

footer .copyright-wrapper ul li:nth-child(1)::after {
    position: absolute;
    content: '';
    background-color: #000;
    right: 0;
    width: 1px;
    height: 12px;
    top: 8px;
}

/* ====== footer_section_end ======= */

/* common_banner home_banner_start */
.common_banner.home_banner .row {
    margin: 0;
    padding: 0;
}

.common_banner.home_banner_start .homeslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_img {
    position: relative;
}

.banner_img:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.bannertext {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
/* heading-section_start */
.bannertext>.cotainer {
    position: relative;
}

.bannertext aside {
    position: absolute;
}

.bannertext aside.section1 {
    left: 9%;
    top: 60px;
    text-align: right;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.bannertext aside.section1::after {
    position: absolute;
    content: '';
    background: #D2D2D2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 34%;
    right: -44px;
}

.bannertext aside.section2::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 34%;
    left: -44px;
}
.bannertext aside.section3::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 34%;
    left: -44px;
}

.bannertext aside.section2 {
    left: 58%;
    top: 24%;
    text-align: left;
    animation: float 3s ease-in-out infinite;
}
.bannertext aside.section3{
    left: 51%;
    bottom: 9%;
    text-align: left;
    animation: float 3s ease-in-out infinite;
}
.bannertext aside.section3 h2 span{
    font-size: 43px;
    line-height: 45px;
}
.bannertext aside.section3 h2{
    font-size: 20px;
    line-height: 30px;
}


@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.bannertext aside h2 {
    font: 400 35px "Gilda Display", serif;
    line-height: 35px;
    color: #fff;
    display: block;
}
.bannertext aside h2 a{
    color: #fff;
}

.bannertext aside h2 span {
    display: block;
    font: 400 20px "Gilda Display", serif;
    line-height: 30px;
    color: #fff;
}

.bannertext aside.section2 h2 {
    font-size: 50px;
    line-height: 55px;
}

.bannertext aside.section2 h2 span {
    font-size:20px;
    line-height: 30px;
}
/* heading-section_end */

/* welcome-content_start */
.welcome-content {
    position: absolute;
    z-index: 1;
    left: -322px;
    top: 0;
    max-width: 760px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.welcome-content > .container {
    background: #fff;
    padding: 80px;
    position: relative;
    transition: 0.3s;
    pointer-events: auto;
}

.welcome-content > .container:before {
    position: absolute;
    left: -91px;
    bottom: 0;
    top: 0;
    content: "";
    background-color: #AF0000;
    width: 82px;
    transition: 0.3s;
}
.welcome-content > .container:hover:before{
    position: absolute;
    left: -91px;
    bottom: 0;
    top: 0;
    content: "";
    background-color: #AF0000;
    width: 112%;
    transition: 0.3s;
}
.welcome-content > .container article{
    position: relative;
    z-index: 1;
}
.welcome-content > .container:hover article{
    color: #fff;
}
.welcome-content .heading
{
    font: 500 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 4px;
}
.welcome-content .content{
    font: 500 35px "Gilda Display", serif;
    line-height: 41px;
    padding: 30px 0;
    width: 565px;
}
.welcome-content .button a{
    font: 500 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 17px;
    display: inline-block;
    color: #000;
    position: relative; 
}
.welcome-content .button a::after{
    display: block;
    content: '';
    background-color: #AF0000;
    height: 3px;
    margin: 10px 0 0 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
}
.welcome-content .button a::before{
    display: block;
    content: '';
    background-color:#fff;
    height: 3px;
    margin: 10px 0 0 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: -9px;
    right: 0;
    width: 0;
    z-index: 1;
}
.welcome-content .button a:hover::before{
    background-color:#fff;
    width: 100%;
    transition: 0.3s;
}
.welcome-content .button a:hover
{
    color: #000;
}
.welcome-content > .container:hover article a{
        color: #fff;
}
.welcome-content > .container:hover{
    padding: 80px 80px 80px 0;
    transition: 0.3s;
}

/* .welcome-content .button a::after
{
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
    width: 0;
    background: #AF0000;
} */

/* welcome-content_end */

.bannerBox .owl-carousel .owl-stage-outer {
    overflow: visible;
}
/* ==== main-heading_start ==== */
.main-heading {
    text-align: center;
    position: relative;
    margin: -62px 0 0 0;
    z-index: 1;
}

.main-heading h1 {
    display: inline-block;
    background-color: #fff;
    padding: 20px 50px;
    font: 700 30px "Poppins", sans-serif;
    line-height: 45px;
    color: #1B1B1B;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

/* .main-heading h1::after {
    position: absolute;
    content: '';
    background: #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: -11px;
    right: -11px
} */

.main-heading aside {
    position: absolute;
    right: 145px;
    top: -71px;
    animation: float 3s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.main-heading aside h4 {
    font: 400 43px "Gilda Display", serif;
    line-height: 45px;
    color: #fff;
    display: block;
    text-align: left;
}

.main-heading aside h4 span {
    display: block;
    font: 400 22px "Gilda Display", serif;
    line-height: 30px;
    color: #fff;
    margin: 5px 0 0 0;
}
/* ==== main-heading_end ==== */

/* common_banner home_banner_end */

.background-parallax {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  .background-parallax > .parallax-image {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .background-parallax > .parallax-image img {
    width: 100%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .background-parallax > .parallax-image img.too-tall {
    width: auto;
    height: 100vh;
  }
  .background-parallax > .parallax-image img.too-wide {
    width: 100vw;
    height: auto;
  }
.home_banner{
    min-height: 100vh;
    max-height: 64rem;
    position: sticky;
    top: 0;
}




/* ===== CSS_ends_here ===== */



