/* Adding custom fonts */
body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 0;
    overflow-y: auto;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    box-sizing: border-box;
}

.main_body {
    overflow-x: hidden;
}

.transparent_list .list-group-item {
    background-color: transparent;
    border: unset;
}

.transparent_list .list-group-item:first-child {
    padding-left: 0px !important;
}

.card {
    background-color: transparent;
}

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

a:hover {
    text-decoration: none;
}

.btn:focus,
button:focus {
    outline: unset;
    box-shadow: unset;
}

a:not([href]):not():focus,
a:not([href]):not():hover,
a:not([href]):not([tabindex]) {
    text-decoration: none;
    cursor: pointer;
}

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

textarea {
    resize: none;
    width: 100% !important;
}

img {
    max-width: 100%;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.form-control:focus {
    box-shadow: unset;
}

.btn_primary {
    color: #ffffff;
    cursor: pointer;
    background: #fc0402;
    border-radius: 21px;
    width: 161px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.btn_primary:hover {
    color: #ffffff;
}

.container {
    max-width: 1300px;
}

#navbar_main {
    background-color: #FFFF;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#navbar_main .navbar-brand {
    margin-right: 100px;
}

#navbar_main .navbar-brand img {
    width: 210px;
}

#navbar_main .nav-link {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #ff3333;
    font-weight: 500;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}

#navbar_main .nav-link:after {
    content: '';
    width: 2px;
    height: 26px;
    background-color: rgba(255, 51, 51, 0.25098);
    position: absolute;
    right: 0;
    top: 5px;
}

#navbar_main .nav-link.btn_login {
    cursor: pointer;
    background-color: #6C4CFF;
    color: #ffffff;
    font-weight: 500;
}

#navbar_main .nav-item:last-child .nav-link {
    padding-right: 0px;
}

#navbar_main .nav-item:last-child .nav-link::after {
    display: none;
}

.hero_section {
    margin-bottom: 50px;
}

.hero_section img {
    width: 100%;
    height: calc(100vh - 72px);
    object-fit: cover;
}

.middle_body {
    background-color: #faf0e4;
}

.cocktail_wrapper {
    padding: 110px 0px;
    border-bottom: 48px solid #ff3333;
}

.cocktail_wrapper p {
    font-size: 32px;
    line-height: 40px;
    color: #ff3333;
    font-weight: 100;
    margin-bottom: 60px;
    text-align: justify;
}

.cocktail_wrapper .solutions_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 100px;
}

.cocktail_wrapper .solutions_list__item {
    max-width: 560px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
}

.cocktail_wrapper .solutions_list__item h6 {
    font-size: 28px;
    line-height: 28px;
    color: #ff3333;
    font-weight: 500;
}

.cocktail_wrapper .solutions_list__item .solution_icon {
    width: 100%;
    max-width: 105px;
}

.cocktail_wrapper .solutions_list__item .solution_icon img {
    width: 100%;
}

.cocktail_wrapper .solutions_list__item .solution_icon__citrusWheel img {
    max-width: 87px;
}

.cocktail_wrapper .solutions_list__item .solution_icon__cherries img {
    max-width: 91px;
}

.cocktail_wrapper .solutions_list__item .solution_icon__rimmers img {
    max-width: 70px;
}

.cocktail_wrapper .solutions_list__item .solution_icon__pickled img {
    max-width: 90px;
}

.cocktail_wrapper .solutions_list__item .solution_icon__olives img {
    max-width: 87px;
}

.finest_wrapper {
    padding: 130px 0px;
}

.sect_title {
    text-align: center;
    font-size: 52px;
    line-height: 56px;
    color: #ff3333;
    font-weight: 700;
    text-align: center;
    font-family: 'Cherry Swash', cursive;
    margin-bottom: 40px;
}

.product_wrapper h2 {
    overflow: hidden;
    font-size: 28px;
    line-height: 32px;
    color: #ff3333;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.product_wrapper h2:after {
    background-color: #ff3333;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 10px;
    margin-right: -100%;
}

.product_wrapper .product_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.product_wrapper .product_box .product_img {
    max-width: 500px;
    width: 100%;
}

.product_wrapper .product_box .product_img img {
    height: 100%;
    width: 100%;
}

.product_wrapper .product_box .product_detail {
    width: calc(100% - 540px);
}

.product_wrapper .product_box .product_detail h3 {
    font-size: 28px;
    line-height: 36px;
    color: #ff3333;
    font-weight: bold;
}

.product_wrapper .product_box .product_detail .left_content {
    display: flex;
    align-items: center;
    gap: 0px 40px;
}

.product_wrapper .product_box .product_detail .left_content .item_col {
    width: 96px;
}

.product_wrapper .product_box .product_detail .product-header {
    border-bottom: 0.75rem solid red;
}

.product_wrapper .product_box .product_detail .product-row {
    border-bottom: 3px dotted #ff9696;
}

.product_wrapper .product_box .product_detail p {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    font-size: 24px;
    font-weight: lighter;
    line-height: 36px;
    color: #ff3333;
}

.product_wrapper .product_box .product_detail p:last-of-type {
    border: none;
}

.footer_wrapper {
    padding: 90px 0px;
}

.footer_wrapper .footer_inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer_wrapper .footer_inner__details {
    max-width: 1000px;
    width: 100%;
}

.footer_wrapper .footer_inner__details h5 {
    font-size: 40px;
    line-height: 40px;
    color: #ff3333;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_wrapper .footer_inner__details h6 {
    font-size: 28px;
    line-height: 36px;
    color: #ff3333;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_wrapper .footer_inner__details h6 a {
    color: inherit;
    text-decoration: none;
}

.footer_wrapper .footer_inner__details p {
    font-size: 20px;
    line-height: 20px;
    color: #ff3333;
    font-weight: 400;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    #navbar_main .nav-link {
        font-size: 20px;
        padding: 0px 15px;
    }

    .navbar-expand-md .navbar-nav {
        margin-left: auto;
    }

    .cocktail_wrapper .solutions_list__item {
        max-width: 460px;
        gap: 15px;
    }

    .cocktail_wrapper .solutions_list {
        gap: 45px 60px;
    }

    .cocktail_wrapper .solutions_list__item h6 {
        font-size: 24px;
    }

    .sect_title {
        text-align: center;
        font-size: 48px;
        line-height: 52px;
    }

    .product_wrapper h2 {
        overflow: hidden;
        font-size: 24px;
        line-height: 28px;
    }

    .product_wrapper .product_box {
        gap: 30px;
    }

    .product_wrapper .product_box .product_img {
        max-width: 450px;
    }

    .product_wrapper .product_box .product_detail {
        width: calc(100% - 484px);
    }

    .footer_wrapper .footer_inner__details h6 br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #navbar_main .navbar-brand {
        margin-right: 30px;
    }

    .hero_section {
        margin-bottom: 30px;
    }

    .hero_section img {
        height: 100%;
    }

    .sect_title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .cocktail_wrapper p {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    .cocktail_wrapper .solutions_list__item {
        max-width: 90%;
        gap: 30px;
    }

    .finest_wrapper {
        padding: 100px 0px;
    }

    .product_wrapper .product_box {
        flex-wrap: wrap;
        align-items: center;
    }

    .product_wrapper .product_box .product_detail {
        width: 100%;
    }

    .product_wrapper .product_box .product_img {
        max-width: 100%;
    }

    .footer_wrapper {
        padding: 70px 0px;
    }

    .footer_wrapper .footer_inner__details h5 {
        font-size: 36px;
    }

    .footer_wrapper .footer_inner {
        gap: 30px;
    }

    .footer_wrapper .footer_inner__details h6 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .footer_wrapper .footer_inner__details h6 {
        line-height: 24px;
        font-weight: 500;
    }

    .footer_wrapper .footer_inner__details p {
        font-size: 16px;
        font-weight: 500;
    }

    #navbar_main .nav-link {
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        padding: 0px 10px;
        letter-spacing: 1px;
        padding: 0px;
    }

    #navbar_main .nav-link:after {
        display: none;
    }

    .navbar-toggler-icon i {
        color: #ff3333;
    }

    .cocktail_wrapper {
        padding: 50px 0px;
        border-bottom: 30px solid #ff3333;
    }

    .sect_title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px;
        padding: 0px 16px;
    }

    .cocktail_wrapper p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .cocktail_wrapper .solutions_list__item .solution_icon {
        max-width: 100px;
    }

    .cocktail_wrapper .solutions_list__item {
        max-width: 190px;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cocktail_wrapper .solutions_list {
        gap: 30px 28px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .cocktail_wrapper .solutions_list__item h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .finest_wrapper {
        padding: 50px 0px;
    }

    .product_wrapper h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .product_wrapper h2:after {
        display: none;
    }

    .product_wrapper .product_box .product_detail h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .product_wrapper .product_box .product_detail p {
        gap: 5px;
        font-size: 16px;
        line-height: 30px;
    }

    .footer_wrapper {
        padding: 50px 15px;
    }

    .footer_wrapper .footer_inner {
        gap: 30px 3px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_wrapper .product_box .product_detail .left_content .item_col {
        width: 70px;
    }
}

/*# sourceMappingURL=style.css.map */