/*Start Common css*/
body.mobile-menu-open {
    overflow: hidden; 
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 0 50px !important;
}
.mobile-menu-open{
    position: relative;
}
.mobile-menu-open:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #000000bd;
    width: 100%;
    height: 100%;
}
header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    animation-name: stickySlideDown;
    animation-direction: normal;
    animation-duration: 0.5s;
}
@keyframes stickySlideDown{
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.header.sticky .top-bar{
    display: none;
}
header.sticky .navbar-brand img {
    width: 43px;
}
/*End Common css*/

/*Start Header css*/
.header {
    margin-bottom: -166px;
    z-index: 99;
    position: relative;
   /*background-color: hsl(31, 39%, 55%);
   background-image: radial-gradient(circle farthest-side at center, hsl(31, 38%, 67%) 0%, hsl(31, 39%, 55%) 100%);;*/
   background-color: #fff;
}
button.navbar-toggle {
    display: none;
}
button.close-btn {
    display: none;
}
.navbar-collapse.show .close-btn{
    display: none;
}
.top-bar {
    background-color: #1c2e54;
    padding: 10px 0px;
}
.top-menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.top-menu-link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    font-family: "Josefin Sans", sans-serif;
}
.copy-text{
    font-family: "Saira Extra Condensed", serif;
        letter-spacing: 1px;
}
.topbar-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}
.top-menu li {
    padding: 0 15px;
    border-left: 1px solid #fff;
}
.top-menu li:first-child {
    border: 0px;
}
.top-menu-link img {
    height: 100%;
    width: 24px;
}
.navbar-brand img {
    width: 60px;
    height: auto;
        border-radius: 0px;
}
.gallery-container {
    overflow: hidden;
}
.header-menu-list {
    margin: 0px;
    list-style-type: none;
    display: flex;
    padding: 0 10px;
    justify-content: center;
}

.header-menu-list .nav-item {
    padding: 0 25px;
}

.header-menu-list .nav-item .nav-link {
    font-size: 20px;
    line-height: 22px;
    /*color: #1c2e54;*/
    color: #B98E61;
    font-weight: 900;
    font-family: "Josefin Sans", sans-serif;
}
.header-main-wrap {
    padding: 10px 0px;
}
.navbar-collapse.show .close-btn {
    display: none;
}
.slider-images,
.slider-content{
    width: 50%;
}
.slider-images img{
    width: 100%;
    max-width: 400px;
    margin-left: auto;
}
/*End Header css*/
/*start banner css*/
.slider {
    background-image: url(./image/IMG_3141-1-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    position: relative;
    margin-top: 165px;
        height: 700px !important;
}
.slider:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background: #000;
}
.slider-main {
    display: flex;
    align-items: center;
    padding-top: 170px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    z-index: 9;
    position: relative;
}
.slider-content h1 {
    color: #fff;
    font-family: "Saira Extra Condensed", serif;
    font-size: 64px;
    line-height: 70px;
    font-weight: bolder;
    padding-top: 10px;
}
.slider-inner .slick-arrow {
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 30px; 
}
.slider-main-wrap .slider-inner .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
}
.slider-main-wrap .slider-inner .slick-prev {
    left: 0;
    z-index: 9;
}
.slider-main-wrap .slider-inner .slick-next {
    right: 0;
}
.slider-main-wrap .slider-inner .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    left: 0;
    position: absolute;
}
.banner-vector {
    background-image: url(./image/Vector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 154px;
    margin-top: -152px;
    z-index: 9;
    position: relative;
}
.aboutus-section{
    background-image: url(./image/GrandDrams.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus-main-content {
    display: flex;
    margin: 0 auto;
    gap: 80px;
    max-width: 1075px;
    text-align: center;
    align-items: center;
}
.aboutus-main-content img {
    min-height: 590px;
    max-width: 147px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-content h2 {
    font-size: 96px;
    line-height: 80px;
    color: #B98E61;
    font-family: "Saira Extra Condensed";
    font-weight: 900;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.about-content p{
    font-family: "Josefin Sans";
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 40px;
}
.conatct-button {
    background-color: #243867;
    outline: none;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Josefin Sans";
    padding: 14px 15px;
    width: 389px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1;
        display: inline-block;
    text-decoration: none;
}

.conatct-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #B98E61;
    transition: left 0.4s ease;
    z-index: 0; 
}

.conatct-button:hover::before {
    left: 0;
}

.conatct-button span {
    position: relative;
    z-index: 1;
}



.gallery-item {
    overflow: hidden;
    break-inside: avoid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 800px;
    display: block;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.1) rotate(2deg);
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.traditional img {
    width: 100%;
    height: auto;
}
.quote-img {
    background-image: url(./image/quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    min-height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.feedback-main-wrap{
    position: relative;
       background-color: #1c2e54;
    padding: 50px;
    border-radius: 30px;
}
.testimonial-heading {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.testimonial-heading h2 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}
.testimonial-heading h3 {
    color: #fff;
    font-family: "Saira Extra Condensed", serif;
    font-size: 64px;
    line-height: 70px;
    font-weight: bolder;
}
.client-info {
    display: flex;
    background-color:  #f0bf3a;
    padding: 8px 15px;
    gap: 15px;
    border: 2px solid transparent;
}
.slick-current 
 .client-info {
    background-color: #e4ad10;
    border: 2px solid #fff;
}
.client-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.client-feedback {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    justify-content: center;
}
.client-content {
    color: #fff;
}
.client-text {
    text-align: center;
    margin-top: 42px;
    color: #fff;
}
.logo-drink img {
    width: 80px;
    height: auto;
}
a.logo-second img {
    float: right;
    margin-bottom: 10px;
}
.client-name {
    font-size: 16px;
    line-height: 18px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}
.client-role {
        color: #dddada;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}
.rating {
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider-nav .slick-slide {
    width: 180px !important;
}
.slider-nav .slick-track {
    gap: 10px;
    display: flex;
    justify-content: center;
}
.client-slider {
    border: 1px solid #fff;
    margin-top: 80px;
    padding-bottom: 40px;
}

.slider-nav {
    margin-top: -35px;
}
.client-text p {
    font-family: "Josefin Sans";
    font-size: 26px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    max-width: 778px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.contact-section {
    background-image: url(./image/contect-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px 50px 50px;
    position: relative;
}
.contact-main-wrap{
    display: flex;
    justify-content: space-between;
}
.contact-section:after {
    content: '';
    top: 0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
    background-color: #243867;
    position: absolute;
    opacity: 0.9;
}
.contact-info {
    z-index: 9;
    color: #fff;
    position: relative;
}
.contact-info iframe {
    border: 0;
    width: 100%;
    height: 415px;
}
.navbar-toggle i {
       color: #1c2e54;
    font-size: 20px;
}
.contact-info h2 {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 20px;
    max-width: 490px;
    font-family: "Saira Extra Condensed", serif;
    text-transform: uppercase;
}
.contact-form {
    padding: 0px 50px;
    z-index: 9;
    position: relative;
}
.contact-form h2 {
    color: white;
    font-size: 48px;
    line-height: 37px;
    font-weight: 900;
    font-family: "Saira Extra Condensed";
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-form .nav-list h3 {
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}
.contact-main {
    display: flex;
    gap: 15px;
}
.contact-form .nav-list ul li {
    color: #d9d2d2;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.contact-form .nav-list ul li a {
  color: #d9d2d2;
    font-size: 20px;
    line-height: 22px;  
    text-decoration: none;
}
.footer-logo img {
    height: 150px;
}
.footer-section {
       /*background-color: hsl(31, 39%, 55%);
       background-image: radial-gradient(circle farthest-side at center, hsl(31, 38%, 67%) 0%, hsl(31, 39%, 55%) 100%);;
    padding-bottom: 10px !important;*/
    background-color: #fff;
}
.footer-section .nav h2, .footer-title {
    font-family: "Saira Extra Condensed";
    letter-spacing: 0.8px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    margin: 10px 0;
    
}
.footer-row-right {
    padding-left: 70px !important;
}
.footer-section .nav p {
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 22px;
    color: #6C6C6C;
    font-weight: 400;
}
.footer-section .nav .nav-item {
    margin-bottom: 20px;
}
.footer-section .nav .nav-link {
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 22px;
    /*color: #1c2e54;*/
    color: #B98E61;
    font-weight: 900;
    padding: 0px;
}
.nav-list h3 {
    font-size: 22px;
    font-family: "Josefin Sans";
    line-height: 24px;
    color: #100f0f;
    font-weight: 500;
}
.nav-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.nav-link i {
    font-size: 28px;
    color: #f0bf3a;
}
.footer-right {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.nav-list ul {
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}

.nav-list ul li{
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 22px;
    color: #6C6C6C;
    font-weight: 400;
    padding: 0px;
}
.footer-bottom-main {
    margin: 0px;
}
.footer-bottom-main .quick-links {
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 22px;
    color: #6C6C6C;
    font-weight: 400;
    padding: 0px;
    text-decoration: none;
}
.list-inline-item a{
    color: #6C6C6C;
}
.design-link {
     color: #6C6C6C;
}
.design-link a:hover{
     color:#B98E61;
}
ul.icon-list {
    display: flex;
    list-style-type: none;
    gap: 15px;
    padding:0px;
    justify-content: flex-end;
}
a.logo-drink {
    padding-bottom: 20px;
}
.icon-list li a {
    color: #000000;
    font-size: 20px;
}
.icon-list li a:hover{
    color: #000000;
    font-size: 20px;
}
.contact-button {
    display: flex;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}

.contact-button:hover {
    transform: scale(1.05); /* Optional: Slight scaling effect */
}

.contact-button span {
    display: flex;
    width: 213px;
    height: 51px;
    background: #1c2e54;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 22px;
    line-height: 70px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.contact-button:hover span {
       background: #162545;
}
.contact-button img {
    position: absolute;
    top: 1px;
    left: -6%;
    background-color: #fff;
    padding: 13px;
    border-radius: 50px;
    transition: left 0.7s ease;
    border: 2px solid #1c2e54;
}

.contact-button:hover img {
    left: 180px;
}
.sticky .header-bg {
    background-image: unset !important;
}
 .gallery-item {
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 1rem;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-container-main > div {
    flex: 1 1 50%; /* Two columns */
}
.copyright.quick-links {
    font-family: "Josefin Sans";
    font-size: 18px;
    line-height: 22px;
    /*color: #1c2e54;*/
    color: #B98E61;
    font-weight: 900;
    padding: 0px;
    text-align: center;
    align-items: center;
    display: block;
}
.modal-header .close{
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
}
.modal-header {
    background-color: #1c2e54 !important;
    /*background-color: #B98E61 !important;*/
}
.modal-title {
    /*color: #B98E61;*/
    /*color: #1c2e54;*/
    color: #fff;
    
}
.modal-footer .btn-success {
    background-color: #B98E61 !important;
    color: #fff;
    border-color: none !important;
}
/* Start media queries */

@media (max-width: 1120px) {
    .contact-button {
        max-width: 170px;
    }
    .header-menu-list .nav-item {
        padding: 0px 12px;
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1120px) {
    .api-content-image:before {
        left: -30px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        background-color: #fff;
        transition: left 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
    }
    #navbarSupportedContent.show {
        left: 0;
    }
    .header-menu-list {
        display: grid;
        gap: 10px;
        padding: 50px 18px;
    }
    button.navbar-toggle {
        display: block;
        border: none;
        background: transparent;
        width: 100%;
        text-align: end;
        margin-right: 30px;
    }
    .navbar-collapse.show .close-btn {
        display: block;
        position: absolute;
        top: 10px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        z-index: 9999;
        right: 15px;
    }
    .slider-main {
        padding-left: 50px !important;
        padding-right: 50px !important;
        display: block;
        text-align: center;
    }
    .slider-images, .slider-content {
        width: 100%;
    }
    .slider-images img {
        margin: auto;
    }
    .header-menu-list .nav-item .nav-link {
        color: #000;
    }
    .aboutus-main-content {
        gap: 0px;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .aboutus-main-content img {
        margin: 0 auto;
    }
    .gallery-container-main {
        flex-wrap: wrap !important;
    }
    .gallery-item img {
        height: auto;
    }
    .icon-list {
        justify-content: flex-start !important;
    }
    .copyright.quick-links {
        text-align: left;
    }
    .nav.gap-5.justify-content-center {
        justify-content: flex-start !important;
    }
    .logo-second img {
        float: left !important;
    }
    .contact-section {
       padding: 80px 0px 50px 0px;

    }
}


@media only screen and (max-device-width: 768px) {
    .container, .second-container {
        padding: 0 20px !important;
    }
    .slider-main {
        padding-top: 170px !important;
    }
    .title {
        font-size: 38px;
        line-height: 47px;
    } 
    .gallery-item img {
        height: auto;
    }
    .contact-button {
        font-size: 16px;
        line-height: 26px;
        width: 250px;
    }
    .about-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-button span {
        width: 300px;
        font-size: 16px;
        line-height: 18px;
    }
    .footer-bottom-main {
        flex-wrap: wrap;
    }
    .aboutus-main-content {
        flex-wrap: wrap;
    }
    .contact-section {
        padding: 40px 0 20px 0;
    } 
    .contact-info h2 {
        font-size: 38px;
    }
    .feedback-main-wrap {
        padding: 30px;
    }
    .client-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-heading h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .gallery-container-main {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .top-bar {
        display: none;
    }
    .contact-form {
        padding: 30px 0 0;
    }
    .logo-drink {
        padding-bottom: 10px;
        display: block;
    }
    .nav {
        display: block !important;
    }
    a.logo-second img {
        float: left !important;
    }
     .media-block{
         display: flex !important;
     }
     .conatct-button {
        padding: 10px 15px;
        width: 280px;
        font-size: 18px;
    }
    .client-slider {
        margin-top: 70px;
    }
   .quote-img {
        width: 100px;
        min-height: 100px;
    }
    .testimonial-heading {
       width: 100%;
    }
}

@media only screen and (max-device-width: 520px) {
    .header-main-wrap {
        justify-content: space-between !important;
    }
    button.navbar-toggle {
        width: unset;
        text-align: unset;
        margin-right: 20px;
    }
    .conatct-button {
        padding: 10px 15px;
        width: 220px;
        font-size: 18px;
    }
    .slider-main {
       padding-top: 100px !important;
    }
    .aboutus-main-content img {
        min-height: 400px;
        max-width: 100px;
    }
}

/* End media queries */
