body {
    font-family: 'Faustina', serif;
}

html {
    scroll-behavior: smooth;
}

/* start of header styles */

.header {
    position: fixed;
    top: 20px;
    z-index: 90;
    width: 100%;
    background-color: transparent;
}

.scrolled {
    background-color: rgba(0, 0, 0, 0.795);
    opacity: 1;
    top: 0;
    transition: 0.5s;
}

:target::before {
    content: "";
    display: block;
    height: 60px;
    /* fixed header height*/
    margin: -60px 0 0;
    /* negative fixed header height */
}

.navbar-brand .logo_title {
    font-family: 'caslon_open_faceregular';
    font-size: 40px;
    line-height: 55px;
    margin-left: 17px;
    color: #FFFFFF;
}

.navbar-brand sub {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Faustina', serif;
    bottom: -1rem;
    left: -2.4rem;
    color: #FFFFFF;
}

.navbar a {

    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px;
    line-height: 43px;
    font-family: 'Faustina', serif;
    letter-spacing: 0.1375px;

    color: #FFFFFF;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar .nav_social {
    display: flex;
}

.nav_social {
    padding: 13px 0;
}

#navbarNav ul {
    margin-right: 0px !important;
}

/* End of header styles */



.videoContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}

.videoContainer iframe.videoContainer__video {
    width: 100%;
    height: 100%;
}

.videoContainer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.ytplayer-container {
    height: 100%;
}

.ytplayer-player {
    height: 100% !important;
}


.fb-event-item {
    display: flex;
    margin-bottom: 10px;
}

.fb-event-date {
    background-color: rgba(239, 101, 101, 0.6);
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin-right: 10px;
    height: 60px;
}

.fb-event-title {
    font-size: 20px;
    line-height: 1;
    padding: 12px 0;
}

.fb-event-title small {
    font-size: 14px;
}

.fb-event-desc {
    font-size: 16px;
}

div#fbEventFeed {
    height: 320px;
    overflow: auto;
}

button#menu-btn {
    position: absolute;
    top: 750px;
    padding: 10px 30px;
    font-size: 22px;
    background-color: #8c7760;
    border-color: #8c7760;
}
div#insta-img-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.insta-img {
    margin: 10px 10px;
}
/* ************************************************************************* */

/* start of home slider styles */

.hm_slider_overlay {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0px;

    background: linear-gradient(164.46deg, rgba(19, 34, 64, 0.65) -3.06%, #B09579 155.7%);
    mix-blend-mode: multiply;
}

.home_slider .carousel .one {
    background: url("../images/home_banner/1.jpg");

}

.home_slider .carousel .two {
    background: url("../images/home_banner/2.jpg");

}

.home_slider .carousel .three {
    background: url("../images/home_banner/3.jpg");

}

.home_slider .carousel .four {
    background: url("../images/home_banner/4.jpg");

}

.home_slider .carousel .five {
    background: url("../images/home_banner/5.jpg");

}

.home_slider .carousel .six {
    background: url("../images/home_banner/6.jpg");

}

.home_slider .carousel .carousel-item {

    height: 1000px;
    /* Create the parallax scrolling effect */

    background-color: rgb(114, 114, 114);
    background-blend-mode: multiply;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.home_slider_content .bg-home img {
    width: 600px;
    height: 500px;
    top: 300px;
    left: 320px;
    position: absolute;
    z-index: 10;
}

.home_slider_content .sl-con-left {

    position: absolute;
    top: 300px;
    z-index: 10;
    color: white;
    padding-left: 100px;

}

.home_slider_content .sl-con-left h3 {

    font-style: normal;
    font-weight: bold;
    font-size: 110px;
    line-height: 138px;
}

.home_slider_content .sl-con-left h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 101px;
}

.home_slider_content .sl-con-left h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 81px;
}

.home_slider_content .sl-con-left p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;

}



.home_slider_content .sl-con-right {

    position: absolute;
    top: 230px;
    z-index: 10;
    color: white;
    right: 150px !important;
    background: rgba(144, 122, 100, 0.6);
    border-radius: 32px;

}

.home_slider_content .sl-con-right .sl-con-right-box {

    padding: 60px 50px 50px 50px;
}

.home_slider_content .sl-con-right h3 {

    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 0px;
}

.home_slider_content .sl-con-right h4 {

    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 30px;


}

.home_slider_content .sl-con-right p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;

    padding-bottom: 10px;
}

.home_slider_content .sl-con-right h5 {

    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 47px;
}

.home_slider_content .sl-con-right .table {
    margin-top: 10px;
    font-size: 17px;
}

.home_slider_content .sl-con-right .table td {
    padding: 2px 0px;
}


.home_slider_content .sl-footer-left {

    position: absolute;
    top: 1000px;
    z-index: 10;
    color: white;
    padding-left: 300px;
}

.home_slider_content .sl-footer-left .carousel-indicators li {
    position: relative;

    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(247, 247, 247, 0.5);
}

.home_slider_content .sl-footer-left .carousel-indicators li.active {
    background-color: white;
}

.home_slider_content .sl-footer-right {

    position: absolute;
    top: 940px;
    z-index: 10;
    color: white;
    right: 150px !important;
    display: flex;
}

.home_slider_content .sl-footer-right h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 43px;

    letter-spacing: 0.1375px;
}

.home_slider_content .sl-footer-right h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 43px;
    padding-left: 20px;
    letter-spacing: 0.1375px;
}

/* End of home slider styles */

/* ************************************************************** */

/* start of home schedule styles */
.schedule {
    position: relative;
    top: 1000px;
    z-index: 10;
    color: white;
    background: rgb(144, 122, 100);

    text-align: center;
}

.schedule .schedule_content .schedule_content-box {

    padding: 60px 50px 50px 50px;
}me

.schedule .schedule_content h3 {

    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 0px;
}

.schedule .schedule_content h4 {

    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    padding-bottom: 30px;


}

.schedule .schedule_content p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;

    padding-bottom: 10px;
}

.schedule .schedule_content h5 {

    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 47px;
}

.schedule .schedule_content .table {
    margin-top: 10px;
}

.schedule .schedule_content .table td {
    padding: 2px 0px;
}



.schedule ul {

    margin-top: 40px;




    padding: 0;
}

.schedule li {
    margin: 10px 0;
    list-style-type: none;

}



.schedule a {
    text-decoration: none !important;
    cursor: pointer;
    padding: 0px;
    font-size: 18px;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease;
    opacity: 0.9;
    display: inline-flex;
}





/* end of home schedule styles */
/* ************************************************************** */
/* ************************************************************** */





/* Start styles of the bar */

.the_bar {
    background-color: black;
    margin-top: 978px;
    text-align: center;
    padding-bottom: 200px;
}

.the_bar .the_bar_left .bar-small-box {

    background: #1C2C11;
    border-radius: 15px;
    position: absolute;
    z-index: 5;
    width: 255px;
    height: 600px;
    left: 54px;
    top: 44px;
    margin-top: 50px;

}

.the_bar .the_bar_left .slider-bar {

    position: absolute;
    z-index: 10;
    width: 95%;

    padding-top: 150px;
    padding-bottom: 100px;
    left: 120px;


}


.the_bar .the_bar_left .slider-bar img {
    border-radius: 20px;
}


.the_bar .the_bar_left .slider-bar .carousel-indicators li.active {
    background-color: white;
}

.the_bar .the_bar_left .carousel-indicators li {
    position: relative;

    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(247, 247, 247, 0.5);
}


.the_bar .carousel-control-next,
.the_bar .carousel-control-prev {

    width: 5%;
    margin-top: 700px;
}

.the_bar .svg-inline--fa {

    display: inline-block;

    height: 1em;

    vertical-align: -.125em;

    color: white;
    font-size: 40px;

}

.the_bar .the_bar_right {

    background: #1C2C11;
    border-radius: 15px;
    margin-right: 80px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.the_bar .the_bar_right .the_bar_right_box {

    padding: 50px 150px 80px 180px;
}

.the_bar .the_bar_right .the_bar_right_box img {
    width: 600px;
    height: 500px;
    top: 300px;
    left: 320px;
    position: absolute;
    z-index: 10;
}

.the_bar h1 {
    font-style: normal;
    font-weight: bold;
    padding-top: 150px;
    line-height: 20px;
    padding-left: 180px;
    color: #FFFFFF;
    text-align: left;
}

.the_bar h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
    color: #FFFFFF;
    padding-left: 180px;
    text-align: left;
}


.the_bar .the_bar_right p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;

    color: #FFFFFF;
}

/* End styles of the bar */





/* ************************************************************************ */




/* start styles of philips_corner */
.philips_corner {

    background: #907A64;
    text-align: center;
    color: white;

}

.philips_corner .philips_corner_content .bar_img {

    margin-top: -170px;
    border-radius: 380px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 400px;
}

.philips_corner .bg {

    width: 600px;
    height: 500px;
    top: 2350px;
    left: 680px;

    position: absolute;
    z-index: -.5;

}

.philips_corner .philips_corner_content h1 {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 50px;
    line-height: 60px;

    color: #FFFFFF;
}


.philips_corner .philips_corner_content p {
    font-style: normal;
    font-weight: normal;
        padding: 0 140px;
    line-height: 25px;
    text-align: center;

    color: #FFFFFF;
}

.philips_corner .fb-feeds {

    padding-bottom: 80px;
}

.philips_corner .fb-feeds h1 {
    margin-top: 150px;
    margin-bottom: 80px;
}

.philips_corner .fb-feeds .item {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 15px 60px rgba(200, 200, 200, 0.25);
    border-radius: 8px;
}

.philips_corner .fb-feeds .item .item_box {

    padding: 30px 30px 30px 30px;
}

.fb-post-slide {
    display: flex;
    flex-direction: row;
}

.fb-post-slide .fps-img {
    margin: 0 20px 0 0;
}

.philips_corner .fb-feeds .item_box .item_head img {

    width: 80px;
}


.philips_corner .fb-feeds .item_box .item_head h4 {
    text-align: left;
    color: #1D1D1D;
    color: black;
    font-size: 18px;
    padding-top: 10px;
}

.philips_corner .fb-feeds .item_box .item_head h6 {
    text-align: left;
    font-size: 14px;
    color: #A5A5A5;
}

.philips_corner .fb-feeds .item_box .item-body p {
    text-align: left;
    font-size: 14px;
    color: black;
    padding-top: 30px;
    word-break: break-word;
}

.philips_corner .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
}

.philips_corner .owl-prev {
    left: -4rem;
}

.philips_corner .owl-next {
    right: -4rem;

}

.philips_corner .owl-nav .owl-prev span {
    font-size: 30px;
    background-color: white;
    color: black;
    padding: 0px 8px;


}

.philips_corner .owl-nav .owl-next span {
    font-size: 30px;
    background-color: white;
    color: black;
    padding: 0px 8px;
}




/* End styles of philips_corner */




/* ******************************************************************************** */


/* Start of drinks style */

.drinks {

    background-color: black;
    text-align: center;
    color: white;
}

.drinks .drinks_content_left h1 {

    padding-top: 100px;
    text-align: right;
    padding-right: 200px;
}

.drinks .drinks_content_left .drink-box-one {

    background: rgba(176, 149, 121, 0.8);
    border-radius: 32px;
    width: 90%;
    float: right;
    margin: 150px 0px;
    height: 800px;
}

.drinks .drinks_content_left .drink-box-one h2 {

    text-align: right;
    padding-right: 200px;
    padding-top: 150px;
    margin-bottom: 80px;
}

.drinks .drinks_content_left .drink-box-one p {

    text-align: right;
    padding-right: 200px;
    padding-bottom: 100px;
    width: 80%;
    float: right;
}

.drinks .drinks_content_left .drink-box-one .bg {

    position: absolute;
    z-index: 1;
    width: 600px;
    height: 500px;
    top: 550px;
    left: 250px;


}

.drinks .drinks_content_right img {
    border-radius: 15px 15px 15px 15px;
    width: 90%;
    float: left;
    position: absolute;
    left: -150px;
    top: 150px;
    z-index: 10;
}

.drinks .drinks_content_left iframe {
    width: 90%;
    float: right;
    margin-right: -150px;
    height: 600px;
    border-radius: 15px;
    margin-bottom: 150px;
    margin-top: -250px;
}

.drinks .drinks_content_right .drinks_right_box {

    margin-top: 1050px;
}

.drinks .drinks_content_right .drinks_right_box h2 {
    font-style: normal;
    font-weight: bold;

    line-height: 115%;
    text-align: left;
    padding-left: 200px;
    padding-bottom: 20px;
}

.drinks .drinks_content_right .drinks_right_box p {
    float: left;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 195.8%;
    padding-left: 200px;
}

/* End of drinks style */

/* *********************************************************************************** */

/* start styles of CD */

.cd {
    background: url("../images/cd_slider.jpg");
    height: 900px;
    /* Create the parallax scrolling effect */

    background-color: rgb(114, 114, 114);
    background-blend-mode: multiply;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.cd .cd_left {

    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    padding-left: 80px;
}

.cd .cd_left h1 {
    padding-top: 150px;
    text-align: left;
    font-style: normal;
    font-weight: bold;


}

.cd .cd_left p {

    padding: 80px 30px 0px 0px;
    text-align: left;
}

.btn-group,
.btn-group-vertical {

    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-right: 50px;
}

.cd .cd_left .btn-group button {
    /* Green background */
    border: 1px solid #B09579;
    /* Green border */
    color: white;
    /* White text */
    padding: 10px 24px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    float: left;
    /* Float the buttons side by side */
    font-size: 15px;


}

.cd .cd_left .btn-group .btn_left {
    background-color: #B09579;
    width: 100%;
}

.cd .cd_left .btn-group .btn_right {
    background-color: transparent;
    width: 100%;
}

/* Clear floats (clearfix hack) */
.cd .cd_left .btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.cd .cd_left .btn-group button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */
}

/* End styles of CD */
/* ******************************************************************************* */

/* start styles of insta */
#insta {
    background: #000000;
}
.insta-section{
    background: #000000;
    text-align:center;

}

.insta-section .btn-fb-like{

    margin-top:30px!important;
    margin:left:auto;
    margin:right:auto;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
    color:white;
  

    
    text-align:center;
}
#insta .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}

#insta .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #929292;
    border-radius: 50%;
    margin: 0 5px;
}

#insta .owl-dots button.owl-dot.active {
    background-color: #ffffff;
}

#insta .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

#insta .owl-nav button.owl-prev,
#insta .owl-nav button.owl-next  {
    font-size: 40px;
    background-color: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 0;
    color: #ffffff;
    padding: 16px 8px !important;
    outline: none;
}

#insta .owl-nav button.owl-prev{
    position: absolute;
    left: 20px;
}

#insta .owl-nav button.owl-next{
    position: absolute;
    right: 20px;
}

#insta .owl-nav button.owl-next span,
#insta .owl-nav button.owl-prev span {
    vertical-align: super;
}

#google-reviews h2 {
    width: 100%;
    padding: 10px 10px;
    font-size: 22px;
    text-align: left;
}

.review-meta, .review-stars {
    text-align: left;
    font-size: 115%;
}


.review-item img, .review-item-long img {
    width: 50px !important;
    float: left;
    margin-right: 20px;
}

.review-text {
    font-size: 15px;
}

.review-stars ul li i {
    font-size: 1.0em;
}
/* End styles of insta */

/* ***************************************************************************************** */




/* start of reviews */

.reviews {

    padding: 80px 0px;
    text-align: center;
    background-color: black;
}

.reviews img {
    width: 200px;
}

.reviews h1 {



    color: white;
    margin-bottom: 80px;


}



.reviews .left .dp_google_review {

    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.reviews .left {
    height: 610px;
    overflow: auto;
    max-width: 100%;
    overflow-x: hidden;
    box-shadow: 30px 1px 50px 10px rgba(0, 0, 0, .1), -20px 1px 50px 10px rgba(0, 0, 0, .1);
    background-color: white;

}

.reviews .left .google_box h4 {

    text-align: left;

    font-size: 16px;
    font-weight: 700;
}

.reviews .left .google_box h5 {

    font-size: 13px;

    color: #707070;
    text-align: left;
}

.reviews .left .google_box .review_rate_star {

    width: 80px;
}

.reviews .left .google_box h6 {
    font-size: 13px;

    color: #707070;
    text-align: left;
}

.reviews .left .google_box p {

    font-size: 13px;


    text-align: left;
}




.reviews .left .google_box {

    margin: 40px 20px 40px 20px;
    background-color: white;
}

.reviews .btn_google {

    background-color: transparent;
    padding: 8px 109px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 30px 1px 50px 10px rgba(0, 0, 0, .1), -20px 1px 50px 10px rgba(0, 0, 0, .1);


}

.reviews .google_btn_img {

    width: 80px;
}

.reviews .leave_google {

    font-size: 14px;
    color: white;
    margin-top: 50px;
}

/* end of left google */

.reviews .btn_trip_rev {

    background-color: transparent;
    padding: 10px 90px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 30px 1px 50px 10px rgba(0, 0, 0, .1), -20px 1px 50px 10px rgba(0, 0, 0, .1);


}


.reviews .leave_trip_rev {

    font-size: 14px;
    color: white;
    margin-top: 50px;
}

.reviews .trip_btn_img {

    width: 120px;
}

.reviews .right .trip-box {

    margin-top: 20px;
    margin-left: 20px;
}

.reviews .right {

    height: 610px;
    overflow: auto;

    max-width: 100%;
    /* overflow-x: hidden; */
    text-align: center;
    background-color: white;
    box-shadow: 30px 1px 50px 10px rgba(0, 0, 0, .1), -20px 1px 50px 10px rgba(0, 0, 0, .1);
}

.reviews .right .db_trip_advisor {

    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.reviews .right .name {

    font-size: 12px;
    font-weight: 700;
    padding-top: 30px;
}

.reviews .right .location {

    font-size: 12px;
    font-weight: 700;
}

.reviews .right .edit_trip {
    font-size: 14px;
    color: rgb(71, 71, 71);

    font-weight: 600;


}

.reviews .right a {
    text-decoration: none;
}

.reviews .right .fa-edit {

    color: #3a8e1b;

}

.reviews .right .like {
    font-size: 14px;
    color: rgb(71, 71, 71);
    font-weight: 600;
    float: left;


}

.reviews .right .fa-thumbs-up {
    color: #3a8e1b;
}

.reviews .right h6 {
    font-size: 13px;

    color: #707070;
    text-align: left;
}

.reviews .right .trip_rating {

    width: 100px;

    float: left;
    margin-right: 10px;
}

.reviews .right h4 {

    text-align: left !important;

    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
}

.reviews .right p {
    font-size: 13px;

    color: #303030;
    text-align: left;
}

.reviews .right h3 {
    font-size: 13px;

    text-align: left;

}

.reviews .right .btn_trip_like {
    background-color: rgb(245, 245, 245);
    border: 1px solid #dadada;
    margin-left: 15px;
    color: rgb(122, 122, 122);

    font-weight: 400;
    font-size: 15px;
    padding: 1px 20px;
}

.reviews .right .flag_trp {

    margin-left: 150px;
    color: #a1a1a1;

}





#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet {
    color: red !important;
    text-align: left !important
}


#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {

    display: block !important;

}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-family: 'Raleway', sans-serif !important;
    color: black !important;
    display: inline;
    position: relative;
    border: none;
    text-align: left !important
}

.ui_bubble_rating:after {
    position: absolute;
    margin-left: 40px !important;
    color: #3a8e1b !important;
    font-size: 15px !important;
    text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPH18 {
    font-family: 'Raleway', sans-serif !important;
    color: #636363 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
}

#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall .ui_bubble_rating {
    font-size: 30px !important;
}

#CDSWIDSSP .widSSPData .widSSPH11 {
    padding: 12px 0 3px;
    font-weight: bold;
    font-size: 14px !important;
    color: #333;
    text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPTrvlRtng {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding {
    margin-bottom: 12px;
    border-bottom: 1px solid #B7B7B7;
    text-align: center !important;
}

.widSSPDate {

    font-weight: bold !important;
    margin-top: 15px !important;
}

.widSSPQuote {

    font-size: 13px !important;
    margin-top: 5px !important;
}


/* End of reviews */

/* --------------------------------------------------------------------- */

/* start styles of location */

.location iframe {
    margin-bottom: -5px;
    width: 100%;
    height: 600px;
}

/* End styles of location */

/* ******************************************************************* */

/* start styles of contact */

.contact {

    background-color: black;

}

.contact_left {

    /* padding-left: 30px; */
    margin-top: 100px;
    margin-bottom: 50px;
    float: left;
    text-align: left;
}

.contact_left img {
    width: 150px;
}

.contact_left .logo_title {
    font-family: 'caslon_open_faceregular';
    font-size: 40px;
    line-height: 55px;
    margin-left: 17px;
    color: #FFFFFF;
}

.contact_left sub {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Faustina', serif;
    bottom: -1rem;
    left: -2.4rem;
    color: #FFFFFF;
}


.contact_right {
    float: left;
    margin-bottom: 60px;
}

.contact_right ul {

    margin-top: 100px;




    padding: 0;
}

.contact_right ul li {
    margin: 10px 0;
    list-style-type: none;

}

.contact_right .svg-inline--fa {
    margin-right: 15px !important;
    display: inline-block;
    color: white;
}



.contact_right a {
    text-decoration: none !important;
    cursor: pointer;
    padding: 0px;
    font-size: 15px;
    color: white;
    background-color: transparent;
    transition: color 0.3s ease;
    opacity: 0.9;
    display: inline-grid;
}



.contact_form input {

    height: 50px;
}

.contact_form .custom-select {

    margin-top: 0px;
    margin-bottom: 15px;
    height: 50px;
    font-weight: 300 !important;
}



.contact_form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(168, 168, 168);
    opacity: 1;
    /* Firefox */

    font-weight: 300 !important;
}

.contact_form .selected {
    color: rgb(168, 168, 168);
}

 .contact_form .btn-clear {

    border: solid 3px #8d7761;
    background-color: transparent;
    color: black;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0px;
    font-size: 20px;
}

 .contact_form .btn-send {

    background-color: #8d7761;
    color: white;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0px;
    font-size: 20px;
    border: solid 3px #8d7761;
}

/* End styles of contact */


/* ********************************************************************************* */


/* start styles of footer */

.footer {

    background: #B09579;
    padding: 20px 0px;
}

.footer .footer_left {

    display: flex;
    padding-left: 30px;

}

.footer .footer_left a {

    margin-right: 20px;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.footer .footer_right a {


    font-size: 15px;
    color: white;
    text-decoration: none;
    text-align: right;
    float: right;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 30px;
}

/* End styles of footer */


/* ################################################ */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */
/* ####################################################################### */

/* MEDIA */
@media only screen and (max-width:5600px) {

    .schedule {
        display: none;
    }

    .the_bar_left h1 {

        display: none;
    }


    .the_bar_left h2 {

        display: none;
    }
}

@media only screen and (max-width:1600px) {
    .the_bar .the_bar_right .the_bar_right_box img {
        width: 600px;
        height: 500px;
        top: 329px;
        left: 165px;
        position: absolute;
        z-index: 10;
    }

    .philips_corner .bg {
        width: 600px;
        height: 500px;
        top: 2426px;
        left: 538px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {
        position: absolute;
        z-index: 1;
        width: 600px;
        height: 500px;
        top: 568px;
        left: 168px;
    }

}

@media only screen and (max-width:1530px) {

    .home_slider_content .bg-home img {
        width: 600px;
        height: 500px;
        top: 276px;
        left: 187px;
        position: absolute;
        z-index: 10;
    }

    .philips_corner .bg {
        width: 600px;
        height: 500px;
        top: 2475px;
        left: 490px;
        position: absolute;
    }
}

@media only screen and (max-width:1420px) {

    .home_slider_content .bg-home img {
        width: 550px;
        height: 450px;
        top: 276px;
        left: 132px;
        position: absolute;
        z-index: 10;
    }

    .home_slider_content .sl-con-right {
        position: absolute;
        top: 250px;
        z-index: 10;
        color: white;
        right: 70px !important;
        background: rgba(144, 122, 100, 0.6);
        border-radius: 32px;
    }

    .home_slider_content .sl-con-left {
        position: absolute;
        top: 300px;
        z-index: 10;
        color: white;
        padding-left: 70px;
    }

    .the_bar .the_bar_right .the_bar_right_box img {
        width: 550px;
        height: 450px;
        top: 401px;
        left: 135px;
        position: absolute;
        z-index: 10;
    }

    .the_bar .the_bar_right .the_bar_right_box {

        padding: 50px 70px 80px 180px;

    }

    .philips_corner .bg {

        width: 600px;
        height: 500px;
        top: 2475px;
        left: 440px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 550px;
        height: 460px;
        top: 588px;
        left: 124px;

    }

    .drinks .drinks_content_left iframe {

        width: 90%;
        float: right;
        margin-right: -100px;
        height: 580px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: -250px;

    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 90%;
        float: left;
        position: absolute;
        left: -100px;
        top: 150px;
        z-index: 10;
    }

    .drinks .drinks_content_right .drinks_right_box p {

        float: left;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 195.8%;
        padding-left: 160px;

    }

    .drinks .drinks_content_right .drinks_right_box h2 {

        font-style: normal;
        font-weight: bold;
        line-height: 115%;
        text-align: left;
        padding-left: 160px;
        padding-bottom: 20px;

    }
}

@media only screen and (max-width:1381px) {
    .navbar-brand img {
        width: 80px;
    }

    .navbar-brand .logo_title {

        font-family: 'caslon_open_faceregular';
        font-size: 35px;
        line-height: 55px;
        margin-left: 17px;
        color: #FFFFFF;

    }

    .navbar-brand sub {

        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        font-family: 'Faustina', serif;
        bottom: -1rem;
        left: -2.4rem;
        color: #FFFFFF;

    }

    .philips_corner .bg {

        width: 600px;
        height: 500px;
        top: 2493px;
        left: 417px;
        position: absolute;

    }

    .drinks .drinks_content_right .drinks_right_box {

        margin-top: 1015px;

    }

    .drinks .drinks_content_left iframe {

        width: 95%;
        float: right;
        margin-right: -100px;
        height: 550px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: -275px;

    }
}

@media only screen and (max-width:1323px) {

    .navbar-expand-xl .navbar-nav .nav-link {

        padding-right: 1.5rem;
        padding-left: 0.5rem;

    }

    .home_slider_content .sl-footer-right {

        position: absolute;
        top: 940px;
        z-index: 10;
        color: white;
        right: 70px !important;
        display: flex;

    }

    .home_slider_content .sl-con-left {

        position: absolute;
        top: 300px;
        z-index: 10;
        color: white;
        padding-left: 50px;

    }

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 1000px;
        z-index: 10;
        color: white;
        padding-left: 230px;

    }

    .home_slider_content .sl-con-right {

        position: absolute;
        top: 250px;
        z-index: 10;
        color: white;
        right: 55px !important;
        background: rgba(144, 122, 100, 0.6);
        border-radius: 32px;

    }

    .home_slider_content .sl-con-left h3 {

        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 110px;

    }

    .home_slider_content .sl-con-left h4 {

        font-style: normal;
        font-weight: bold;
        font-size: 70px;
        line-height: 90px;

    }

    .home_slider_content .sl-con-left h5 {

        font-style: normal;
        font-weight: bold;
        font-size: 55px;
        line-height: 68px;

    }

    .the_bar .the_bar_right {

        background: #1C2C11;
        border-radius: 15px;
        margin-right: 45px;
        margin-top: 50px;
        margin-bottom: 100px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 540px;
        height: 440px;
        top: 401px;
        left: 110px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 600px;
        height: 500px;
        top: 2497px;
        left: 392px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 501px;
        height: 425px;
        top: 588px;
        left: 111px;

    }
}

@media only screen and (max-width:1298px) {

    .home_slider_content .bg-home img {

        width: 550px;
        height: 450px;
        top: 276px;
        left: 99px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 600px;
        height: 500px;
        top: 2543px;
        left: 383px;
        position: absolute;

    }

    .cd {

        height: 1000px;


    }

    .insta .carousel-caption h5 {

        font-size: 35px;
        float: left;
        margin-bottom: -20px;

    }

    .insta .carousel-caption h5 {

        font-size: 35px;
        float: left;
        margin-bottom: -20px;
        margin-left: -100px;

    }
}

@media only screen and (max-width:1240px) {

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 400px;
        left: 110px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 600px;
        height: 500px;
        top: 2555px;
        left: 348px;
        position: absolute;

    }

    .philips_corner .owl-prev {
        left: -3rem;
    }

    .philips_corner .owl-next {
        right: -3rem;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 592px;
        left: 91px;

    }
}

@media only screen and (max-width:1199px) {

    .navbar-toggler-icon {

        color: white;
        font-size: 40px;

    }

    .navbar .nav_social {

        display: flex;
        width: 8%;
        margin-left: auto;
        margin-right: auto;

    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.795);
    }

    .navbar-expand-xl .navbar-nav .nav-link {

        text-align: center;
    }

    .home_slider_content .sl-con-right {


        display: none;

    }

    .schedule {
        display: block;
    }

    .the_bar .the_bar_left .bar-small-box {


        display: none;

    }

    .the_bar h1 {

        font-style: normal;
        font-weight: bold;
        padding-top: 90px;
        line-height: 20px;
        padding-left: 0px;
        color: #FFFFFF;
        text-align: left;

    }

    .the_bar_left h1,
    h2 {

        display: block;
        text-align: center;
    }

    .the_bar_left h2 {

        display: block;
        text-align: center;
        padding-left: 0px;
    }

    .thebar_h1 {
        display: none;
    }

    .the_bar .the_bar_left .slider-bar {

        position: relative;
        z-index: 10;
        width: 100%;
        padding-top: 22px;
        padding-bottom: 100px;
        left: 0px;

    }




    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 126px;
        left: 352px;
        position: absolute;
        z-index: 10;

    }

    .the_bar .the_bar_right {

        background: #1C2C11;
        border-radius: 15px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 100px;
        margin-left: 0px;

    }

    .the_bar .the_bar_right p {
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 25px;
        text-align: justify;
        color: #FFFFFF;
    }

    .philips_corner .bg {

        width: 635px;
        height: 500px;
        top: 3636px;
        left: 314px;
        position: absolute;

    }

    .philips_corner .philips_corner_content p {
        font-style: normal;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
        font-size: 18px;
    }

    .philips_corner .fb-feeds .item_box .item-body p {
        text-align: left;
        font-size: 16px;
        color: black;
        padding-top: 30px;
    }

    .the_bar .the_bar_right .the_bar_right_box {

        padding: 69px 20px 80px 20px;

    }

    .drinks .drinks_content_left h1 {

        padding-top: 100px;
        text-align: center;
        padding-right: 0px;

    }

    .drinks .drinks_content_left .drink-box-one {

        background: rgba(176, 149, 121, 0.8);
        border-radius: 32px;
        width: 100%;
        float: right;
        margin: 70px 0px;
        height: 720px;

    }

    .drinks .drinks_content_left .drink-box-one h2 {

        text-align: center;
        padding-right: 0px;
        padding-top: 97px;
        margin-bottom: 62px;

    }

    .drinks .drinks_content_left .drink-box-one p {
        text-align: center;
        padding-right: 0px;
        padding-bottom: 100px;
        width: 70%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 446px;
        left: 364px;

    }

    .drinks .drinks_content_left iframe {

        width: 95%;
        float: none;
        margin-right: 0px;
        height: 500px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: -308px;
        position: relative;
        z-index: 10;

    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;
    }

    .drinks .drinks_content_right .drinks_right_box h2 {

        font-style: normal;
        font-weight: bold;
        line-height: 115%;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px;

    }

    .drinks .drinks_content_right .drinks_right_box {

        margin-top: 0px;
        padding-bottom: 90px;

    }

    .drinks .drinks_content_right .drinks_right_box p {
        float: none;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 195.8%;
        padding-left: 0px;
    }
    button#menu-btn {
        position: inherit;
        margin-bottom:40px;
        top: 810px;
        padding: 10px 30px;
        font-size: 22px;
        background-color: #8c7760;
        border-color: #8c7760;
    }
    .cd {

        height: 823px;

    }

    .cd .cd_left h1 {

        padding-top: 100px;
        text-align: center;
        font-style: normal;
        font-weight: bold;

    }

    .cd .cd_left {

        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        padding-left: 15px;
        text-align: center;
    }

    .cd .cd_left p {
        padding: 80px 8px 0px 0px;
        text-align: center;
        text-align: justify;
        font-size: 18px;
    }

    .btn-group,
    .btn-group-vertical {

        width: 100%;
        margin-top: 80px;
        margin-bottom: 50px;
        padding-right: 10px;

    }


    .reviews .google_btn_img {

        width: 100px;
        margin-bottom: 50px;

    }

    #CDSWIDSSP {
        width: 100% !important;
    }

    .contact {

        background-color: black;
        text-align: center;

    }

    .contact_left {

        padding-left: 0px;
        margin-top: 100px;
        margin-bottom: 50px;
        float: none;
        text-align: center;

    }


    .contact_right ul {

        margin-top: 20px;
        padding: 0;
        margin-bottom: 70px;

    }

    .contact_right {

        float: none;

    }

    .footer .footer_left {

        display: block;
        padding-left: 0px;
        text-align: center;
        padding-bottom: 15px;

    }

    .footer .footer_right a {

        font-size: 15px;
        color: white;
        text-decoration: none;
        text-align: center;
        float: none;
        padding-top: 15px;
        padding-bottom: 5px;
        padding-right: 0px;
        display: block;

    }
}

@media only screen and (max-width:1080px) {

    .philips_corner .bg {

        width: 635px;
        height: 500px;
        top: 3636px;
        left: 254px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 394px;
        left: 295px;

    }
}

@media only screen and (max-width:1014px) {

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 737px;
        z-index: 10;
        color: white;
        padding-left: 208px;

    }

    .home_slider_content .sl-footer-right {

        position: absolute;
        top: 940px;
        z-index: 10;
        color: white;
        left: 63px !important;
        display: flex;

    }

    .philips_corner .bg {

        width: 570px;
        height: 450px;
        top: 3654px;
        left: 232px;
        position: absolute;

    }

    .philips_corner .owl-prev {
        left: -2rem;
    }

    .philips_corner .owl-next {
        right: -2rem;

    }
}

@media only screen and (max-width:900px) {

    .the_bar .carousel-control-next,
    .the_bar .carousel-control-prev {

        width: 5%;
        margin-top: 578px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 138px;
        left: 223px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 570px;
        height: 450px;
        top: 3692px;
        left: 200px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 394px;
        left: 204px;

    }

    .insta .carousel-caption h5 {

        font-size: 35px;
        float: none;
        margin-bottom: 24px;
        margin-left: 0px;

    }

    .philips_corner .owl-prev {
        left: -3rem;
    }

    .philips_corner .owl-next {
        right: -3rem;

    }
}

@media only screen and (max-width:841px) {
    .cd {
        height: 954px;
    }

}

@media only screen and (max-width:800px) {
    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 138px;
        left: 156px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 570px;
        height: 450px;
        top: 3692px;
        left: 139px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 394px;
        left: 147px;

    }
}

@media only screen and (max-width:708px) {

    .the_bar .the_bar_left .slider-bar img {
        border-radius: 20px;

    }

    .the_bar .carousel-control-next,
    .the_bar .carousel-control-prev {

        width: 5%;
        margin-top: 528px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 138px;
        left: 107px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 530px;
        height: 425px;
        top: 3738px;
        left: 92px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 391px;
        left: 105px;

    }
}

@media only screen and (max-width:650px) {
    
    button#menu-btn {
        position: static;
    }   

    .home_slider_content .bg-home img {

        width: 550px;
        height: 450px;
        top: 276px;
        left: 10px;
        position: absolute;
        z-index: 10;

    }

    .the_bar .the_bar_left .slider-bar img {
        border-radius: 20px;

    }

    .the_bar .carousel-control-next,
    .the_bar .carousel-control-prev {

        width: 5%;
        margin-top: 486px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 500px;
        height: 415px;
        top: 138px;
        left: 76px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 527px;
        height: 419px;
        top: 3713px;
        left: 81px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 490px;
        height: 402px;
        top: 391px;
        left: 77px;

    }
}

@media only screen and (max-width: 1024px) {
        #slidervideo {
            display: none;
        }
}

@media only screen and (max-width:636px) {
    button#menu-btn {
        position: static;
        margin-bottom: 40px;
    }   

.philips_corner .philips_corner_content p{
    padding:0 20px !important;
}

    .home_slider_content .sl-footer-right {

        position: absolute;
        top: 910px;
        z-index: 10;
        color: white;
        left: 63px !important;
        display: block;

    }

    .home_slider_content .sl-footer-right h6 {

        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        padding-left: 0px;
        letter-spacing: 0.1375px;
        padding-top: -10px;
        margin-top: -15px;

    }
}

@media only screen and (max-width:607px) {

    .home_slider_content .sl-con-left h3 {

        font-style: normal;
        font-weight: bold;
        font-size: 90px;
        line-height: 82px;

    }

    .home_slider_content .sl-con-left h4 {

        font-style: normal;
        font-weight: bold;
        font-size: 65px;
        line-height: 68px;

    }

    .home_slider_content .bg-home img {

        width: 500px;
        height: 412px;
        top: 237px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }

    .home_slider_content .sl-con-left h5 {

        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        line-height: 58px;

    }

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 691px;
        z-index: 10;
        color: white;
        padding-left: 208px;

    }

    .home_slider .carousel .carousel-item {

        height: 800px;
        background-color: rgb(114, 114, 114);
        background-blend-mode: multiply;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .schedule {

        position: relative;
        top: 795px;
        z-index: 10;
        color: white;
        background: rgb(144, 122, 100);
        text-align: center;

    }

    .home_slider_content .sl-footer-right {

        position: absolute;
        top: 720px;
        z-index: 10;
        color: white;
        left: 30px !important;
        display: block;

    }

    .the_bar {

        background-color: black;
        margin-top: 787px;
        text-align: center;
        padding-bottom: 200px;

    }

    .the_bar .the_bar_left .slider-bar img {
        border-radius: 20px;

    }

    .the_bar .carousel-control-next,
    .the_bar .carousel-control-prev {

        width: 5%;
        margin-top: 436px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 450px;
        height: 363px;
        top: 179px;
        left: 76px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 450px;
        height: 350px;
        top: 3581px;
        left: 75px;
        position: absolute;

    }

    .philips_corner .owl-prev {
        left: -2.5rem;
    }

    .philips_corner .owl-next {
        right: -2.5rem;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 450px;
        height: 370px;
        top: 398px;
        left: 64px;

    }

    .drinks .drinks_content_left iframe {

        width: 95%;
        float: none;
        margin-right: 0px;
        height: 420px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: -308px;
        position: relative;
        z-index: 10;

    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;
    }

    .cd {

        height: 1021px;

    }
}

@media only screen and (max-width:578px) {

    .philips_corner .owl-prev {
        left: -2rem;
    }

    .philips_corner .owl-next {
        right: -2rem;

    }
}

@media only screen and (max-width:575px) {
    .home_slider_content .sl-con-left {

        position: absolute;
        top: 250px;
        z-index: 10;
        color: white;
        padding-left: 15px;

    }

    .home_slider_content .bg-home img {

        width: 450px;
        height: 370px;
        top: 237px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 651px;
        z-index: 10;
        color: white;
        padding-left: 149px;

    }

}

@media only screen and (max-width:525px) {

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 401px;
        height: 333px;
        top: 191px;
        left: 40px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 402px;
        height: 314px;
        top: 3581px;
        left: 47px;
        position: absolute;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 420px;
        height: 339px;
        top: 398px;
        left: 48px;

    }

    .drinks .drinks_content_left iframe {

        width: 95%;
        float: none;
        margin-right: 0px;
        height: 380px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: 0;
        position: relative;
        z-index: 10;

    }

    .drinks .drinks_content_left .drink-box-one {

        background: rgba(176, 149, 121, 0.8);
        border-radius: 32px;
        width: 100%;
        float: right;
        margin: 70px 0px;
        height: 671px;

    }

    .insta .carousel-control-next,
    .insta .carousel-control-prev {

        width: 12%;

    }

    .insta .carousel-caption h5 {

        font-size: 30px;
        float: none;
        margin-bottom: 24px;
        margin-left: 0px;

    }

    .insta .svg-inline--fa {

        display: inline-block;
        height: 1em;
        vertical-align: -.125em;
        color: white;
        font-size: 31px;
        margin-right: -5px;

    }

    .reviews h1 {


        font-size: 2.5rem;
        color: white;
        margin-bottom: 80px;


    }

    .cd {

        height: 1051px;

    }

}

@media only screen and (max-width:505px) {

    .home_slider_content .sl-con-left {

        position: absolute;
        top: 230px;
        z-index: 10;
        color: white;
        padding-left: 15px;

    }

    .home_slider_content .sl-con-left h4 {

        font-style: normal;
        font-weight: bold;
        font-size: 52px;
        line-height: 52px;

    }

    .home_slider_content .sl-con-left h5 {

        font-style: normal;
        font-weight: bold;
        font-size: 42px;
        line-height: 58px;

    }

    .home_slider_content .sl-con-left p {

        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;

    }

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 610px;
        z-index: 10;
        color: white;
        padding-left: 149px;

    }

    .the_bar .the_bar_left .slider-bar img {
        border-radius: 20px;

    }

    .the_bar .carousel-control-next,
    .the_bar .carousel-control-prev {

        width: 5%;
        margin-top: 339px;

    }

    .home_slider_content .sl-con-left h3 {

        font-style: normal;
        font-weight: bold;
        font-size: 75px;
        line-height: 75px;

    }

    .home_slider_content .bg-home img {

        width: 420px;
        height: 337px;
        top: 237px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }
}

@media only screen and (max-width:469px) {
    .navbar-brand img {

        width: 75px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 380px;
        height: 305px;
        top: 245px;
        left: 40px;
        position: absolute;
        z-index: 10;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 380px;
        height: 295px;
        top: 406px;
        left: 36px;

    }

    .drinks .drinks_content_right img {

        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;

    }

    .insta .carousel-caption h5 {

        font-size: 20px;
        float: none;
        margin-bottom: 24px;
        margin-left: 0px;

    }

    .insta .carousel-indicators li {

        position: relative;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(247, 247, 247, 0.5);

    }

    .insta .svg-inline--fa {

        color: white;
        font-size: 25px;

    }

    .location iframe {

        margin-bottom: -5px;
        width: 100%;
        height: 450px;

    }

    .contact_left img {

        width: 120px;

    }

    .contact_right a {

        text-decoration: none !important;
        cursor: pointer;
        padding: 0px;
        font-size: 15px;
        color: white;
        background-color: transparent;
        transition: color 0.3s ease;
        opacity: 0.9;
        display: contents;

    }

}
@media only screen and (max-width:462px) {


    .navbar-brand img {
        width: 60px;
    }

    .navbar-brand .logo_title {
        font-family: 'caslon_open_faceregular';
        font-size: 28px;
        line-height: 55px;
        margin-left: 17px;
        color: #FFFFFF;
    }

    .navbar-brand sub {
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 18px;
        font-family: 'Faustina', serif;
        bottom: -1rem;
        left: -2.4rem;
        color: #FFFFFF;
    }
}
@media only screen and (max-width:448px) {

    .navbar-toggler-icon {

        color: white;
        font-size: 35px;

    }

    .navbar-brand img {

        width: 70px;

    }

    .navbar-brand .logo_title {

        font-family: 'caslon_open_faceregular';
        font-size: 35px;
        line-height: 55px;
        margin-left: 11px;
        color: #FFFFFF;

    }

    .home_slider_content .bg-home img {

        width: 360px;
        height: 299px;
        top: 237px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 360px;
        height: 278px;
        top: 245px;
        left: 40px;
        position: absolute;
        z-index: 10;

    }

    .the_bar .the_bar_left .slider-bar img {
        border-radius: 20px;
    }

    .philips_corner .philips_corner_content .bar_img {

        margin-top: -170px;
        border-radius: 380px;
        margin-left: auto;
        margin-right: auto;
        width: 301px;
        height: 375px;

    }

    .the_bar .carousel-control-next, .the_bar .carousel-control-prev {
        width: 5%;
        margin-top: 171px;
    }

    .philips_corner .bg {

        width: 360px;
        height: 290px;
        top: 3668px;
        left: 39px;
        position: absolute;

    }

    .philips_corner .fb-feeds h1 {

        margin-top: 48px;
        margin-bottom: 80px;

    }
    .philips_corner {
        background: #907A64;
        text-align: center;
        color: white;
        padding-bottom: 114px;
    }
    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 360px;
        height: 285px;
        top: 382px;
        left: 36px;

    }

    .drinks .drinks_content_left .drink-box-one {

        background: rgba(176, 149, 121, 0.8);
        border-radius: 32px;
        width: 100%;
        float: right;
        margin: 70px 0px;

    }

    .drinks .drinks_content_left iframe {

        width: 95%;
        float: none;
        margin-right: 0px;
        height: 360px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: 0;
        position: relative;
        z-index: 10;

    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;
    }

    .philips_corner .owl-prev,
    .owl-next {
        position: absolute;
        top: 110%;

        transform: translateY(-50%);
    }

    .philips_corner .owl-prev {
        left: 8rem;
    }

    .philips_corner .owl-next {
        right: 8rem;

    }

    .cd {
        height: 1161px;
    }
}

@media only screen and (max-width:446px) {

    .navbar-brand img {

        width: 60px;

    }

   
}
@media only screen and (max-width:429px) {
    .navbar-brand .logo_title {
        font-family: 'caslon_open_faceregular';
        font-size: 28px;
        line-height: 55px;
        margin-left: 11px;
        color: #FFFFFF;
    }

    .navbar-brand img {
        width: 50px;
    }
}
@media only screen and (max-width:414px) {

    .navbar a {

        font-style: normal;
        font-weight: 600 !important;
        font-size: 17px;
        line-height: 43px;
        font-family: 'Faustina', serif;
        letter-spacing: 0;
        color: #FFFFFF;
    
    }

    .navbar .nav_social {

        display: flex;
        width: 22%;
        margin-left: auto;
        margin-right: auto;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 340px;
        height: 265px;
        top: 274px;
        left: 30px;
        position: absolute;
        z-index: 10;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 350px;
        height: 275px;
        top: 382px;
        left: 32px;

    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;
    }
    .philips_corner .fb-feeds .item_box img {

        width: 100%;

    }

    .philips_corner .owl-prev {
        left: 9rem;
    }

    .philips_corner .owl-next {
        right: 9rem;

    }

    .reviews h1 {

        font-size: 1.5rem;
        color: white;
        margin-bottom: 80px;

    }

    .location iframe {

        margin-bottom: -5px;
        width: 100%;
        height: 390px;

    }

    .contact_left img {

        width: 108px;
        padding-left: 20px;

    }
}

@media only screen and (max-width:409px) {
    .navbar-brand .logo_title {

        font-family: 'caslon_open_faceregular';
        font-size: 30px;
        line-height: 55px;
        margin-left: 11px;
        color: #FFFFFF;

    }

    .navbar-brand sub {

        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 18px;
        font-family: 'Faustina', serif;
        bottom: -1rem;
        left: -2.4rem;
        color: #FFFFFF;

    }

    .cd {

        height: 1200px;

    }
}
@media only screen and (max-width:397px) {

    .navbar-toggler-icon {

        color: white;
        font-size: 30px;
    
    }
}
@media only screen and (max-width:398px) {

    .home_slider_content .sl-con-left h3 {

        font-style: normal;
        font-weight: bold;
        font-size: 70px;
        line-height: 75px;

    }

    .home_slider_content .bg-home img {

        width: 330px;
        height: 274px;
        top: 237px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }

    .home_slider_content .sl-con-left h4 {

        font-style: normal;
        font-weight: bold;
        font-size: 45px;
        line-height: 41px;

    }

    .home_slider_content .sl-con-left h5 {

        font-style: normal;
        font-weight: bold;
        font-size: 35px;
        line-height: 45px;

    }

    .home_slider_content .sl-con-left p {

        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 320px;
        height: 251px;
        top: 274px;
        left: 30px;
        position: absolute;
        z-index: 10;

    }

    .philips_corner .bg {

        width: 320px;
        height: 257px;
        top: 3778px;
        left: 39px;
        position: absolute;

    }

    .philips_corner .owl-prev {
        left: 8rem;
    }

    .philips_corner .owl-next {
        right: 8rem;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 320px;
        height: 248px;
        top: 382px;
        left: 32px;

    }

    .drinks .drinks_content_left iframe {
        width: 95%;
        float: none;
        margin-right: 0px;
        height: 310px;
        border-radius: 15px;
        margin-bottom: 150px;
        margin-top: 0;
        position: relative;
        z-index: 10;
    }

    .drinks .drinks_content_right img {
        border-radius: 15px 15px 15px 15px;
        width: 100%;
        float: none;
        position: relative;
        left: 0px;
        top: -112px;
        z-index: 10;
    }
}

@media only screen and (max-width:386px) {


    .navbar-brand .logo_title {

        font-family: 'caslon_open_faceregular';
        font-size: 30px;
        line-height: 0px;
        margin-left: 0px;
        color: #FFFFFF;
    
    }
}

@media only screen and (max-width:376px) {
    .navbar.navbar-expand-xl{
        padding: 0!important;
    }
    
    .navbar .nav_social {
        display: flex;
        width: 27%;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand img {
        width: 30px;
    }

    .navbar-brand .logo_title {
        font-family: 'caslon_open_faceregular';
        font-size: 25px;
        line-height: 0px;
        margin-left: 0px;
        color: #FFFFFF;
    }

    .navbar-toggler-icon {
        color: white;
        font-size: 25px;
    }
    .philips_corner .bg {

        width: 320px;
        height: 257px;
        top: 3924px;
        left: 25px;
        position: absolute;

    }

    .philips_corner .owl-prev {
        left: 7rem;
    }

    .philips_corner .owl-next {
        right: 7rem;

    }

    .reviews .left .dp_google_review {

        width: 40px;
        height: 40px;
        border-radius: 50px;

    }

    .contact_left .logo_title {

        font-family: 'caslon_open_faceregular';
        font-size: 30px;
        line-height: 55px;
        margin-left: 17px;
        color: #FFFFFF;

    }

    .contact_left sub {

        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        font-family: 'Faustina', serif;
        bottom: -1rem;
        left: -2.4rem;
        color: #FFFFFF;

    }


}

@media only screen and (max-width:373px) {

    .navbar a {

        font-style: normal;
        font-weight: 600 !important;
        font-size: 17px;
        line-height: 43px;
        font-family: 'Faustina', serif;
        letter-spacing: 0.1375px;
        color: #FFFFFF;

    }
}

@media only screen and (max-width:361px) {


    .home_slider_content .bg-home img {

        width: 300px;
        height: 262px;
        top: 264px;
        left: 25px;
        position: absolute;
        z-index: 10;

    }

    .home_slider_content .sl-footer-right {

        position: absolute;
        top: 720px;
        z-index: 10;
        color: white;
        left: 19px !important;
        display: block;

    }

    .home_slider_content .sl-con-left {

        position: absolute;
        top: 230px;
        z-index: 10;
        color: white;
        padding-left: 5px;

    }

    .home_slider_content .sl-footer-left {

        position: absolute;
        top: 610px;
        z-index: 10;
        color: white;
        padding-left: 149px;
        margin-left: -15px;

    }

    .the_bar .the_bar_right .the_bar_right_box img {

        width: 300px;
        height: 239px;
        top: 274px;
        left: 30px;
        position: absolute;
        z-index: 10;

    }

    .drinks .drinks_content_left .drink-box-one .bg {

        position: absolute;
        z-index: 1;
        width: 300px;
        height: 237px;
        top: 381px;
        left: 22px;

    }

    .cd {
        height: 1300px;
    }
}

.bg-home {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#myBlock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}