* , *::before , *::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
  --heading-ff: 'Cinzel', serif;
  --body-ff: 'Source Sans Pro', sans-serif;
  --primary-clr: #293142;
  --secondary-clr: #3C4558;
  --white-clr: #ffffff;
  --black-clr: #000000;
  --brown-clr: #8c683b;
  --gray-clr: #8791a6;
  --accent-clr: #d7be69;
  --medium-fw: 500;
  --semi-bold-fw: 600;
  --bold-fw: 700;
  --h2-fs: 2.5rem;
  --h3-fs: 2rem;
  --h4-fs: 0.9375rem;
  --body-fs: 1.125rem;
}

h1,h2,h3,h4,h5,h6,p,ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1680px;
}

#site-header {
    padding: 40px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition:  .5s ease;
    z-index: 2;
    border-bottom: 1px solid var(--white-clr);
    color: var(--white-clr);
}

#site-header.white-nav {
    background-color: var(--white-clr);
    color: var(--black-clr);
}

.white-nav .menu-item-link {
    color: var(--primary-clr);
}

.white-nav .logo a svg path {
    fill: black;
}

.nav-hidden {
    transform: translateY(-200px);
}

.logo a svg:hover path {
    fill: var(--accent-clr);
}

.icons a svg:hover path {
    fill: var(--accent-clr);
}

.white-nav .icons a svg {
    filter: brightness(0);
}

.white-nav .icons a svg:hover path {
    fill: var(--accent-clr);
}

.white-nav .hamburger span {
    background-color: var(--black-clr);
}

.white-nav .hamburger.open span {
    background-color: var(--white-clr);
}



.menu-item-link {
    color: var(--white-clr);
    font-family: var(--body-ff);
    font-size: 0.8125rem;
    line-height: 19px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.menu-list-item i {
    cursor: pointer;
    font-size: .7rem;
    transform: translateY(-10%);
}

.menu-list-item i:hover {
    color: var(--accent-clr);
}

.menu-list-item:nth-child(2) a,
.menu-list-item:nth-child(3) a,
.menu-list-item:nth-child(5) a {
    margin-right: 10px;
}

.bag-icon {
    margin-right: 30px;
}

.menu-item-link:hover {
    color: var(--accent-clr);
}

.hamburger {
    width: 22px;
    height: 18px;
    cursor: pointer;
    position: relative;
    transition: .5s ease-in-out;
}

.hamburger span {
    display: block;
    position: absolute;
    background-color: var(--white-clr);
    width: 100%;
    height: 2px;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(2) {
    top: 9px;
}

.hamburger span:nth-child(3) {
    top: 18px;
}

.hamburger.open span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -15px;
}

.hamburger.open span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

.menu-list-item:nth-child(2),
.menu-list-item:nth-child(5) {
    position: relative;
}

.link-pdg {
    padding-bottom: 50px;
}

.about:hover  .drop-down-menu,
.visit:hover  .drop-down-menu {
    opacity: 1;
    visibility: visible;
}

.drop-down-menu {
    position: absolute;
    background-color: var(--white-clr);
    top: 70px;
    width: 210px;
    height: 260px;
    left: -50px;
    opacity: 0;
    transition: .5s ease;
    visibility: hidden;
}

.drop-down-menu-item {
    padding: 10px 20px;
}

.drop-down-menu-item:nth-child(1) {
    padding-top: 20px;
}

.drop-down-menu-item-link {
    color: var(--black-clr);
    font-family: var(--body-ff);
    padding: 5px 0px;
    transition: .2s ease;
}

.drop-down-menu-item-link:hover {
    border-bottom: 1px solid var(--accent-clr);
    color: var(--black-clr);
}

.wineyard-image {
    background-image: url(../img/Home\ Banner\ 1.png);
    max-width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.main-title {
    font-family: var(--heading-ff);
    font-size: 4.375rem;
    line-height: 74px;
    color: var(--white-clr);
    margin-bottom: 22px;
}

.main-text {
    font-family: var(--body-ff);
    font-size: 1.25rem;
    line-height: 30px;
    color: var(--white-clr);
    margin-bottom: 42px;
}

.main-btn {
    background-color: var(--white-clr);
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.3em;
    color: var(--primary-clr);
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    outline: none;
}

.main-btn i {
    cursor: pointer;
}

.relative {
    position: relative;
}

.button-wrapper {
    position: absolute;
    z-index: 111;
    top: 50vh;
    width: calc(100% - 24px);
}

.arrow-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--white-clr);
    font-size: 1.5rem;
}

.mb-130 {
    margin-bottom: 130px;
}

.swiper2 {
    transform: translateY(-110px);
}

.swiper2 .swiper-slide {
    opacity: 0.4;
    height: 42px;
    border-bottom: 1px solid var(--white-clr);
    cursor: pointer;
}

.swiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-nav-text {
      font-family: var(--body-ff);
      font-weight: var(--bold-fw);
      color: var(--white-clr);
      font-size: var(--h4-fs);
      line-height: 30px;
      letter-spacing: 2px;
      text-transform: uppercase;
}



.heading4 {
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: var(--h4-fs);
    color: var(--primary-clr);
    line-height: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title {
    font-family: var(--heading-ff);
    font-weight: var(--bold-fw);
    font-size: var(--h2-fs);
    color: var(--primary-clr);
    line-height: 54px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.text {
    font-family: var(--body-ff);
    font-size: var(--body-fs);
    color: var(--secondary-clr);
    line-height: 30px;
    margin-bottom: 40px;
}

.primary-btn {
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: var(--h4-fs);
    color: var(--primary-clr);
    line-height: 20px;
    letter-spacing: 2px;
    padding: 15px 25px;
    border: none;
    background: none;
    border-bottom: 1px solid var(--primary-clr);
    text-transform: uppercase;
    transition: .5s ease;
    position: relative;
    overflow: hidden;
    
}

.primary-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: var(--primary-clr);
    display: block;
    transform: translateY(100%); 
    transition: .2s ease-in-out; 
    z-index: -111;
    visibility: hidden;
}

.primary-btn i {
    margin-left: 16px;
    color: var(--primary-clr);
}

.primary-btn:hover {
    color: var(--white-clr);
}

.primary-btn:hover i {
    color: var(--white-clr);
}

.primary-btn:hover::after {
    transform: translateY(0%);
    visibility: visible;
}

.mb-220 {
    margin-bottom: 220px;
}

.star-lane-left img {
    max-width: 100%;
}

.star-lane-right img {
    max-width: 100%;
}

.mb-40 {
    transform: translateY(40px);
}

.star-lane-right {
    position: relative;
    transform: translateY(40px);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    outline: none;
    z-index: 22;
    background-color: transparent;
    border: 2px solid var(--white-clr);
    font-family: var(--body-ff);
    font-weight: var(--bold-fw);
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 7px;
    color: var(--white-clr);
    text-transform: uppercase;
}

.play-btn:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    animation: pulse .5s infinite;
}

.paratrooper {
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: var(--h4-fs);
    line-height: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: var(--primary-clr);
    margin-bottom: 120px;
}

.paratrooper i {
    margin-left: 10px;
    cursor: pointer;
}

.sub-title {
    font-family: var(--heading-ff);
    font-weight: var(--bold-fw);
    font-size: var(--h3-fs);
    color: var(--primary-clr);
    line-height: 46px;
    margin-bottom: 30px;
}

.image-wrapper img {
    max-width: 100%;
}

.wrapper-button {
    position: absolute;
    width: calc(100% - 24px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.nav-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid var(--primary-clr);
    transition: .5s ease;
}

.absolute {
    position: absolute;
    height: 100%;
}

.nav-btn:hover {
    border: 1px solid var(--accent-clr);
    color: var(--accent-clr);
}

.col-title {
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: var(--body-fs);
    line-height: 60px;
    letter-spacing: 2px;
}

.mb-100 {
    margin-bottom: 100px;
}

.image-translate {
    transform: translateY(40px);
}

.mb-90-mob {
    margin-bottom: 90px;
}

.nav-mob {
    border: none;
    outline: none;
    background: none;
}

.nav-mob:hover {
    color: var(--accent-clr);
}

.feast {
    transform: translateY(40px);
    margin-bottom: 15px;
}

.barrels {
    transform: translateY(40px);
}

.vineyard {
    margin-bottom: 15px;
}


.swiper5 {
    padding-bottom: 50px !important;
    margin-bottom: 50px;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(6 , 1fr);
    grid-column-gap: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.email {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 680px;
    padding: 25px;
}

.email::placeholder {
    font-family: var(--body-ff);
    font-size: var(--body-fs);
    line-height: 30px;
    color: var(--gray-clr);
}

.email:focus {
    border: 1px solid var(--primary-clr);
}

.sub-btn {
    border: none;
    outline: none;
    padding: 30px 50px;
    color: var(--white-clr);
    background-color: var(--primary-clr);
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    letter-spacing: 2px;
    font-size: var(--h4-fs);
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-text {
    font-family: var(--body-ff);
    font-size: var(--body-fs);
    line-height: 40px;
    color: var(--secondary-clr);
}

.footer-menu-item a:hover {
    color: var(--accent-clr);
}   

.footer-title {
    font-family: var(--body-ff);
    font-weight: var(--semi-bold-fw);
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0.2em;
    color: var(--primary-clr);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.social-media a {
    color: var(--black-clr);
}

.social-media i {
    margin-right: 30px;
    font-size: 1.5rem;
}

.social-media i:hover {
    color: var(--accent-clr);
}

.footer-logo a img:hover {
    filter: invert(69%) sepia(41%) saturate(434%) hue-rotate(9deg) brightness(103%) contrast(88%);
}

.copyright {
    font-size: 1rem;
    color: var(--primary-clr);
    line-height: 20px;
    font-family: var(--body-ff);
}

.by {
    font-size: 1rem;
    color: var(--primary-clr);
    line-height: 30px;
    font-family: var(--body-ff);  
}

.by a {
    color: var(--primary-clr);
}

.line {
    padding-bottom: 220px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pdg-20 {
    padding: 20px 0px;
}

.swiper5 .swiper-slide {
    height: auto;
}

.object-fit-image {
    object-fit: cover;
    height: 100%;
}

.footer-dropdown.active {
    display: block !important;
}

.grape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    z-index: -1111;
    transition: .5s ease;
}

.hover-image:hover .grape {
    opacity: 1;
}

.hover-image:hover .col-title,
.hover-image:hover .text {
    color: var(--white-clr);
}

.hover-image:hover .leaf,
.hover-image:hover .barrel,
.hover-image:hover .tablee {
    filter: brightness(0) invert(1);
}

.dash {
    background-color: var(--primary-clr);
    width: 70px;
    height: 2px;
    display: inline-block;
    margin: 0px 10px;
}

.modal-dialog {
    max-width: 500px;
}

.menu.active {
    transform: translateX(0);
}

                 /*Key Frames*/

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.25);
    }
}

                /*End of Key Frames*/
   
                /*Media Queries*/

@media all and (max-width:1200px) {
    .bag-icon {
        margin-right: 10px;
    }

    .social-media i {
        font-size: 16px;
    }
}

@media all and (max-width:992px) {
    .mb-90 {
        margin-bottom: 90px;
    }

    .star-lane-right {
        margin-bottom: 40px;
    }

    .social-media i {
        margin-right: 15px;
    }

    .icons svg {
        margin-right: 20px;
    }

    .main-text {
        margin-bottom: 10px;
    }

    .main-title {
        margin-bottom: 10px;
    }

    .menu {
        flex-direction: column;
        position: fixed;
        background-color: var(--black-clr);
        height: 100vh;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        transition: .5s ease;
        justify-content: center;
        align-items: center;
    }

    nav {
        position: absolute;
    }

    .white-nav .menu .menu-item-link {
        color: var(--white-clr);
    }

    .white-nav .menu .menu-list-item i {
        color: var(--white-clr);
    }

    

}

@media all and (max-width:768px) {

    .hamburger {
        margin-right: 20px;
    }

    body {
        cursor: none;
    }

    #site-header {
        padding: 25px 0px;
    }
    
    .user-icon {
        margin-right: 30px;
    }

    .main-title {
        font-size: 2rem;
        line-height: 42px;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    .main-text {
        font-size: 1.125rem;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .swiper-nav-text {
        font-size: 0.875rem;
        font-weight: var(--semi-bold-fw);
        line-height: 15px;
    }

    .bag-icon {
        margin-right: 30px;
    }

    .user-icon {
        margin-right: 30px;
    }

    .mb-130 {
        margin-bottom: 70px;
    }

    .heading4 {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    .title {
        font-size: 1.625rem;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .text {
        font-size: 1rem;
    }

    .primary-btn {
        margin-bottom: 10px;
    }

    .image-wrapper img {
        width: 100%;
    }

    .mb-90 {
        margin-bottom: 90px;
    }

    .star-lane-right {
        margin-bottom: 40px;
    }

    .paratrooper {
        margin-bottom: 45px;
    }

    .bottle {
        margin-bottom: 45px;
    }

    .sub-title {
        margin-bottom: 20px;
    }

    .mb-100 {
        margin-bottom: 70px;
    }

    .mb-50-mob {
        margin-bottom: 50px;
    }

    .mb-120-mob {
        margin-bottom: 120px;
    }

    .mb-100-mob {
        margin-bottom: 100px;
    }

   .mb-85 {
       margin-bottom: 85px;
   }

   .image-translate {
       margin-bottom: 45px;
   }

   .reset-margin {
       margin: 0px;
   }

   .swiper4 {
       margin-bottom: 46px;
   }

   .grid-container {
       grid-template-columns: repeat(2 , 1fr);
       gap: 15px;
   }

   .mb-70 {
       margin-bottom: 30px;
   }

   .mb-80 {
       margin-bottom: 80px;
   }

   .footer-logo {
       margin-bottom: 14px;
   }

   .social-media i {
        font-size: 2rem;
        margin-right: 30px;
    }

    .bb {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }


    .footer-title {
        margin: 0px;
    }

    .email {
        width: 100%;
    }

    .line {
        border: none;
        padding-bottom: 30px;
    }

    .pdg-20 {
        padding: 0px;
        padding-bottom: 70px;
    }

    .email {
        padding: 15px 25px;
    }

    .email::placeholder {
        font-size: 1rem;
    }

    .sub-btn {
        font-size: 0.875rem;
        padding: 20px auto;
    }

    .sub-title {
        font-size: 1.375rem;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .w-300 {
        max-width: 306px;
        margin: 0px auto;
    }

}

@media all and (max-width: 576px) {
    .swiper2 {
        transform: translateY(-70px);
    }

    .star-lane-left {
        margin-right: 0px;
    }
}



                    /*End of Media Queries /*


    