body {
    margin: 0;
	font-family: 'Raleway', sans-serif;
}

.main_banner{
	background-image: url('../img/Cocktail/cocktail_banner.png'); 
	background-repeat: 
	no-repeat; background-size: 
	cover; height: 610px; 
	background-position: top center; 
	display: block; 
	width: 100%; 
	margin: 0 auto;
	text-align: center;
	background-attachment: fixed;
}
.main_banner.banner_info{
	position: relative;
}
.banner_images{
	width: 80%; 
	text-align: center; 
	position: absolute; 
	left: 0; 
	margin: 0 auto; 
	right: 0;
	top: 185px;
}
.banner_images h1{
	text-align:center; 
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: bold;
	font-size: 40px;
	/* color: #4d0322; */
	color: #c70e5b;
}
.banner_images p{
	color: #fff;
	padding-top: 7px; 
	line-height: 7px; 
	font-size: 23px;
}	
.banner_images a{
	color: #fff;
	font-weight: bold; 
	background-color: #4d0322; 
	text-decoration: none; 
	border: 2px solid #4d0322; 
	padding: 10px 21px; 
	display: inline-block; 
	margin-top: 20px; 
	font-size: 13px; 
	letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
.banner_images a:hover{
    background: transparent;
}
.maintenance_page_banner_inner p img {
	width: 375px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.maintenance_page_banner h1 {
	color: #921801;
}
.maintenance_page_banner_inner {
	margin: 0 auto;
	text-align: center;
}
.maintenance_page_banner_inner p {
	margin: 0;
	padding-top: 20px;
}

.maintenance_page_banner {
    background-color: #fefaf5;
    width: 100%;
    display: block;
}
.maintenance_page_banner_inner .pra_text {
    width: 48%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}
img.img_logo {
    padding-bottom: 15px;
    /* width: 130px; */
    width: 170px;
}
.content {
  position: relative;
}
.screen {
    display: block;
    width: 300px;
    height: 350px;
    overflow: hidden;
    position: relative;
    text-align: left;
    border: none;
    border-radius: 1px;
    margin: 0 auto;
    box-shadow: 0 0 16px 1px #9c9c9c;
}
.screen img.home_image_scroll_top {
    /* bottom: -1090px; */
   bottom: -1662px;
    -webkit-transition: top 12s;
    -moz-transition: top 12s;
    -ms-transition: top 12s;
    -o-transition: top 12s;
    transition: bottom 12s;
}
.screen:hover img.home_image_scroll_top {
	-webkit-transition: top 12s;
	-moz-transition: top 12s;
	-ms-transition: top 12s;
	-o-transition: top 12s;
	transition: bottom 12s;
}
.screen img.about_image_scroll_top{
	bottom: -427px;
    -webkit-transition: top 6s;
    -moz-transition: top 6s;
    -ms-transition: top 6s;
    -o-transition: top 6s;
    transition: bottom 6s;
}
.screen:hover img.about_image_scroll_top {
	-webkit-transition: top 6s;
	-moz-transition: top 6s;
	-ms-transition: top 6s;
	-o-transition: top 6s;
	transition: bottom 6s;
}
.screen img.shedule_image_scroll_top{
	bottom: -237px;
	-webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen:hover img.shedule_image_scroll_top{
	-webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen img.blog_image_scroll_top {
    bottom: -399px;
    -webkit-transition: top 6s;
    -moz-transition: top 6s;
    -ms-transition: top 6s;
    -o-transition: top 6s;
    transition: bottom 6s;
}
.screen:hover img.blog_image_scroll_top{
	-webkit-transition: top 6s;
	-moz-transition: top 6s;
	-ms-transition: top 6s;
	-o-transition: top 6s;
	transition: bottom 6s;
}
.screen img.contact_image_scroll_top {
    /* bottom: -260px; */
    bottom: -410px;
    -webkit-transition: top 6s;
    -moz-transition: top 6s;
    -ms-transition: top 6s;
    -o-transition: top 6s;
    transition: bottom 6s;
}
.screen:hover img.contact_image_scroll_top{
	-webkit-transition: top 6s;
	-moz-transition: top 6s;
	-ms-transition: top 6s;
	-o-transition: top 6s;
	transition: bottom 6s;
}
.screen img.calalog_image_scroll_top {
    bottom: -498px;
    -webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen:hover img.calalog_image_scroll_top{
	-webkit-transition: top 4s;
	-moz-transition: top 4s;
	-ms-transition: top 4s;
	-o-transition: top 4s;
	transition: bottom 4s;
}
.screen img.cart_image_scroll_top {
    bottom: -80px;
    -webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen img.product_image_scroll_top {
    bottom: -300px;
    -webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen img.logIn_image_scroll_top {
    bottom: 99px;
    -webkit-transition: top 4s;
    -moz-transition: top 4s;
    -ms-transition: top 4s;
    -o-transition: top 4s;
    transition: bottom 4s;
}
.screen img {
	bottom: -565px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
    margin:0;
    padding:0;
	-webkit-transition: top 11s;
	-moz-transition: top 11s;
	-ms-transition: top 11s;
	-o-transition: top 11s;
	transition: bottom 11s;
}
.screen:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.Previews_imges_sec .section_imges {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0 auto;
}
.section_imges h2 {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    justify-content: space-around;
}
.Previews_imges_sec {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.Previews_imges_sec p {
    margin: 0;
    padding-bottom: 47px;
    padding-top: 10px;
}
.Previews_imges_sec h1 {
    font-size: 40px;
    margin: 0;
}
/*  Customizabiliy  */
.responsive-bg-png {
    background: #fbfcff;
    display: block;
    width: 100%;
    padding: 70px 0;
    float: left;
}
.container{
	width: 85%;
	margin: 0 auto;
}
.customizabiliy-bg-column{
	width: 50%;
	float: left;
}
.img-fluid{
	max-width: 100%;
    height: auto;
}
.customizabiliy-inner{
    padding: 50px 0px;
}
.responsive-heading {
    font-size: 38px;
    line-height: 55px;
    font-weight: 300;
    color: #212326;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.responsive-heading span {
    font-weight: 600;
    font-size: 42px;
}
.responsive-descr {
    font-size: 16px;
    color: #787878;
    margin-bottom: 20px;
    width: 82%;
    line-height: 24px;
}
.show_me {
    color: #fff;
    font-weight: bold;
    background-color: #4d0322;
    text-decoration: none;
    border: 2px solid #4d0322;
    padding: 10px 21px;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}
a.show_me:hover {
    background: transparent;
    color: black;
}
/* visual builder */
.visual_builder_wrapper{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.feature_inner_info{
    width: 100%;
    float: left;
}
.feature-block-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #151515;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.desc {
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
    letter-spacing: 0.8px;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.feature_inner_info img{
    margin: 40px auto 0px;
    display: block;
    max-width: 80%;
    height: auto;
}

/* responsive-bg */
.responsive-bg{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.responsive_column{
    width: 100%;
    float: left;
}
.responsive-inner {
    padding: 40px 40px;
    text-align: center;
}
.responsive-inner h2.responsive-heading {
    font-size: 67px;
    line-height: 1.1;
    font-weight: 600;
}
.responsive-inner .responsive-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #666666;
    margin-bottom: 5px;
}
/* footer */
#footer {
    background-color: #cfd0d0;
    padding: 70px 0px;
    width: 100%;
    bottom: 0;
    float: left;
}
.footer{
    text-align: center;
}
.footer img.img-fluid {
    /* width: 120px; */
    width: 160px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}
.footer p {
    font-size: 30px;
    color: #666666;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
    img.img_logo {
        width: 75px;
    }
    .banner_images h1 {
        font-size: 19px;
    }
    .banner_images p {
        padding-top: 4px;
        line-height: 0px;
        font-size: 13px;
    }
    .banner_images a {
        padding: 8px 12px;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .main_banner {
        height: 350px;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner_images {
        width: 100%;
        top: 0px;
        position: static;
    }

    .Previews_imges_sec h1 {
        font-size: 26px;
    }
    .Previews_imges_sec {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .responsive-bg-png {
        padding: 20px 0;
    }
    .Previews_imges_sec .section_imges {
        width: 100%;
    }
    .customizabiliy-bg-column {
        width: 100%;
    }
    .responsive-heading {
        font-size: 25px;
        line-height: 40px;
        margin: 0;
    }
    .responsive-heading span {
        font-size: 23px;
    }
    .responsive-descr {
        font-size: 14px;
        margin-bottom: 0px;
        width: 100%;
        line-height: 24px;
    }
    .customizabiliy-inner {
        padding: 10px 10px;
    }
    .show_me {
        padding: 8px 18px;
        margin-top: 10px;
        font-size: 12px;
    }
    .visual_builder_wrapper {
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .feature-block-title {
        font-size: 24px;
    }
    .desc {
        margin: 0 auto;
        font-size: 14px;
        line-height: 24px;
        text-align: start;
        width: 100%;
    }
    .feature_inner_info img {
        margin: 10px auto 0px;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .responsive-bg {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }
    .container {
        width: 100%;
    }
    .responsive-inner {
        padding: 0px 10px;
    }
    .responsive-inner .responsive-desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #666666;
        margin-bottom: 5px;
    }
    #footer {
        padding: 20px 0px;
    }
    .footer img.img-fluid {
        width: 100px;
        text-align: center;
        margin: 0 auto;
    }
    .footer p {
        font-size: 20px;
        color: #666666;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .responsive-inner h2.responsive-heading {
        font-size: 23px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 767px){
    .banner_images h1 {
        font-size: 35px;
    }
    .Previews_imges_sec .section_imges {
        width: 49%;
    }
    .responsive-inner h2.responsive-heading {
        font-size: 23px;
    }
    .responsive-bg-png {
        padding: 50px 0;
    }
    .Previews_imges_sec p {
        padding: 47px 32px 30px 32px;
    }
    .customizabiliy-bg-column {
        width: 100%;
    }
    .customizabiliy-inner {
        padding: 30px 0px;
    }
    .responsive-descr {
        width: 100%;
    }
    .customizabiliy-inner {
        padding-bottom: 0px;
    }
    .visual_builder_wrapper {
        padding: 30px 0px;
    }
    .desc {
        width: 100%;
    }
    .responsive-bg {
        padding: 30px 0px;
    }
    .responsive-inner h2.responsive-heading {
        font-size: 45px;
    }
    #footer {
        padding: 30px 0px;
    }
    .footer p {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .footer img.img-fluid {
        margin: 0 auto;
    }
    .feature_inner_info img {
        margin: 20px auto 0px;
        max-width: 95%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .customizabiliy_img {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .responsive-bg-png {
        padding: 50px 0;
    }
    .responsive-bg-png {
        padding: 50px 0;
    }
    .responsive-bg {
        padding: 50px 0px;
    }
    .responsive-inner {
        padding: 0px;
    }
    #footer {
        padding: 50px 0px;
    }
    
}
@media only screen and (min-width: 1400px){
    .Previews_imges_sec .section_imges {
        width: 24%;
    }
    img.img_logo {
        width: 200px;
    }
    .banner_images h1 {
        font-size: 55px;
    }
    .banner_images p {
        font-size: 30px;
    }
    .banner_images a {
        padding: 15px 30px;
        font-size: 24px;
    }
    .Previews_imges_sec h1 {
        font-size: 50px;
    }
    .Previews_imges_sec p {
        padding-bottom: 50px;
        padding-top: 15px;
        font-size: 20px;
    }
    .responsive-heading {
        font-size: 50px;
    }
    .responsive-heading span {
        font-size: 50px;
    }
    .responsive-descr {
        font-size: 18px;
        width: 90%;
        line-height: 24px;
    }
    .show_me {
        padding: 15px 30px;
        font-size: 16px;
    }
    .feature-block-title {
        font-size: 50px;
    }
    .desc {
        width: 80%;
        font-size: 17px;
    }
    .footer img.img-fluid {
        width: 190px;
    }
    .footer p {
        font-size: 33px;
    }
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.responsive__images:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (min-width: 1920px){
    .Previews_imges_sec {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .responsive-bg-png {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        float: initial;
    }
}