a, a:hover, body {
    color: #5e2a2b
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4 {
    line-height: 1.2em
}

.font-16, .font-18, body {
    letter-spacing: 0
}

.banner-section, .profile-section {
    background-position: center
}

.banner-section, .products-card .img-div, .profile-section {
    background-repeat: no-repeat;
    background-size: cover
}

.h1, .h2, .h3, .h4, .main-footer li a, h1, h2, h3, h4 {
    font-weight: 400
}

.footer-social-icon a, .main-footer li {
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1250px) {
    .container {
        max-width: 1226px
    }
}

body {
    font-family: 'Roboto Slab', 'Gill Sans', sans-serif;
    font-size: 24px;
    position: relative;
}

.banner-section h1, .h1, .h2, .h3, .h4, .h5, .h6, .main-footer li a, .main-header .nav-link, h1, h2, h3, h4, h5, h6 {
    font-family: 'American Typewriter Bold', Arial, Helvetica, sans-serif
}

.btn:hover {
    color: #000
}

.title {
    font-family: 'Gill Sans', sans-serif;
    margin: 0 0 15px
}

p:last-child {
    margin-bottom: 0 !important
}

.h1, h1 {
    font-size: 60px
}

.h2, h2 {
    font-size: 40px
}

.h3, h3 {
    font-size: 32px
}

.h4, h4 {
    font-size: 28px
}

img {
    max-width: 100%;
    height: auto
}

.default-section {
    padding: 60px 0
}

.font-18 {
    font-size: 18px;
    line-height: 30px
}

.font-16 {
    font-size: 16px;
    line-height: 24px
}

.title-section {
    font-family: 'Roboto Slab', 'serif', 'American Typewriter', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1.2em
}

.main-header {
    background-color: #5e2a2b
}

.btn-primary:hover, .profile-card h3, .profile-txt {
    background-color: #fff
}

.main-header .navbar {
    padding: 25px 0
}

.main-header .nav-link {
    color: #fff;
    font-size: 19px;
    line-height: 1.3em
}

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.main-header .social-icon a {
    padding: 0 0 0 8px
}

.main-header .right-menu li {
    margin-left: 30px
}

.main-header .left-menu li {
    margin-right: 30px
}

.logo-w, .main-header li.social-icon img {
    margin-top: -2px
}

.banner-section {
    color: #fff;
    font-size: 28px;
    line-height: 1.1em
}

.banner-section .container {
    height: 610px
}

.banner-section h1 {
    font-weight: 400;
    margin-bottom: 25px
}

.section-top-border {
    border-top: 25px solid #5e2a2b
}

.profile-card {
    max-width: 320px;
    margin: 25px auto;
    text-align: center
}

.profile-txt {
    font-weight: 500;
    padding: 7px
}

.main-footer, .modal-header {
    background-color: #5e2a2b;
    color: #fff
}

.modal-header {
    border-top-left-radius: calc(1.3rem - 1px);
    border-top-right-radius: calc(1.3rem - 1px);
}

.modal-content {
    border-radius: 1.3rem;

}

.profile-card .profile-photo {
    margin-bottom: 15px
}

.products-card {
    text-align: center;
    max-width: 340px;
    margin: 20px auto
}

.products-card .img-div img {
    width: 100%;
    height: auto
}

.products-card .img-div {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
    overflow: hidden;
    transition: .5s
}

.products-card .img-div:hover {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0;
    border-radius: 0
}

.products-card a {
    line-height: 1.2em;
    font-family: 'American Typewriter Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    font-size: 1em !important;
    font-weight: 400
}

.single-img-div {
    max-height: 604px;
    overflow: hidden
}

.gallery-section .swiper {
    padding: 50px 0
}

.gallery-section .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: .7
}

.gallery-section .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.gallery-section .swiper-button-next, .gallery-section .swiper-button-prev {
    width: 87px;
    height: 87px;
    outline: 0;
    background-size: 100% auto
}

.gallery-section .swiper-button-next {
    background-image: url('../images/right-arrow.png');
    right: 20%
}

.gallery-section .swiper-button-prev {
    background-image: url('../images/left-arrow.png');
    left: 20%
}

.gallery-section .swiper-button-next:after, .gallery-section .swiper-button-prev:after {
    display: none
}

.contact-card {
    align-content: center;
    padding: 30px;
    border: 5px groove #5e2a2b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 50px
}

.contact-card h2 {
    font-size: 50px;
    padding: 5px
}

.contact-card .icon {
    max-width: 67px;
    min-width: 67px;
    margin-right: 15px
}

.contact-card .text, .contact-card .text a {
    font-weight: 500;
    text-decoration: none;
    font-size: 30px;
    color: #5e2a2b
}

.contact-list {
    align-items: center;
    display: flex;
    flex-direction: column
}

.main-footer {
    padding: 15px 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.7em
}

.main-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.main-footer li a {
    color: #fff;
    font-size: 19px;
    line-height: 1.3em;
    text-decoration: none;
    display: block;
    padding: 5px 15px
}

.footer-logo img {
    width: 110px
}

.footer-logo {
    font-size: 22px;
    margin-right: 30px
}

.footer-social-icon {
    font-size: 0;
    margin-left: 30px
}

.footer-social-icon a {
    margin-left: 8px
}

.policy-section ol, .policy-section ul, .terms-section ol, .terms-section ul {
    margin-bottom: 25px
}

.policy-section li, .terms-section li {
    padding: 5px 0
}

.juicer-feed .referral {
    display: none !important
}

.btn-close {
    color: #fff;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.btn-primary {
    background-color: #5e2a2b;
    color: #fff;
    border-color: #5e2a2b
}

.btn-primary:hover {
    color: #5e2a2b;
    border-color: #5e2a2b
}

.products-card a {
    position: relative;
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 2px), black 10px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s;
}

.products-card a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #5e2a2b;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.products-card a:hover{
    background-size: 100% 90%;
}
/*.products-card a:hover:after {*/
/*    width: 100%;*/
/*    left: 0;*/
/*}*/

.navbar-nav .nav-item .nav-link {
    position: relative;
}

/*.navbar-nav .nav-item .nav-link:after {*/
/*    background: none repeat scroll 0 0 transparent;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 2px;*/
/*    left: 50%;*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
/*    width: 0;*/
/*}*/

.navbar-nav .nav-item .nav-link:hover ,.social-icon a:hover {
    transform: scale(1.1);
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.5s;
}

.floating_btn.hide {
    bottom: -100px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

#wa-widget-wrapper > div {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

#wa_widget-content {
    width: 350px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    border-radius: 8px;
    font-family: inherit, Roboto;
}

.wa_widget-brand-container {
    display: flex;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.wa_widget-brand-image {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-right: 12px;
}

.wa_widget-brand-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.wa_widget-brand-info p {
    font-size: 12px;
    margin-block-start: 0;
    margin-top: 4px;
    color: #4f4f4f;
}

.wa_widget-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.wa_widget-close-btn svg {
    display: table-row !important;
}

.wa_widget-message-container {
    padding: 24px 20px;
    /*background-image: url(https://user-images.githubusercontent.com/4735407/153391597-dbe0e13e-7ea8-4d7c-9b5c-66d0400df3d3.png);*/
}

.wa_widget-message {
    display: inline-block;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    border-radius: 16px;
    word-wrap: break-word;
}

.wa_widget-message h4 {
    color: grey;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
}

.wa_widget-message p {
    font-size: 14px;
    color: #1a1a1a;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 270px;
}

.wa_widget-button-container {
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}

.wa_widget-button {
    box-sizing: border-box;
    display: inline-flex;
    background: #000;
    padding: 6px 55px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .12);
    color: #fff;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.wa_widget-button p {
    margin-left: 8px !important;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}

.sub-footer-btn.hide {
    bottom: -100px;
}

.sub-footer-btn {
    background-color: #5e2a2b;
    border: 0;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    padding: 8px;
    border-radius: 4px;
    max-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    transition: all 0.5s;
    padding: 10px 8px;
    width: max-content;
    border: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sub-footer-btn:hover {
    /*transform: scale(1.5);*/
}
.modal-sm{
    max-width: 500px;
}
@media (max-width: 767.98px) {
    .floating_btn .contact_icon{
        width: 50px;
        height: 50px;
    }

    .modal-dialog{
        margin: 0 auto;
    }
    .modal-title{
        font-size: 16px;
    }
    .modal-content{
        min-height: 38vh;
    }

    .modal-body form{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .modal-body form div{
        margin-top: auto;
    }
    .modal-sm{
        max-width: 300px;
    }
}
