@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.row1-1 {
    display: flex;
    align-items: center;
}

.banner-item {
    overflow: hidden;
}

.banner-img {
    border-radius: 0 0 100px 100px;
}

.banner-item .banner-caption {
    width: 90%;
    height: auto;
    font-family: 'Roboto Slab', serif !important;
}

.banner-item .banner-caption .six-full:first-child {
    text-align: left;
    position: relative;
    z-index: 2;
}

.banner-item .banner-caption .six-full:last-child {
    position: relative;
}

.font-banner span {
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
    background-color: #DEB887;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: -10px;
}

.font-banner {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.btn-square.white {
    margin-top: 0;
    border-radius: 50px;
    padding: 5px 10px;
    font-family: 'Roboto Slab', serif;
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    position: relative;
    top: -15px;
}

.btn-square.white:hover {
    background-color: #DEB887;
    font-style: italic;
}

.banner-item .banner-caption img {
    animation: 5s swing1 infinite alternate;
    display: inline-block !important;
}

@keyframes swing1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    
    25% {
        transform: rotate3d(0, 0, 1, 2.5deg);
    }
    
    50% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    
    75% {
        transform: rotate3d(0, 0, 1, -2.5deg);
    }
    
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* smoke */

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

.vapour {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62.5%, 0);
    display: flex;
}

.vapour span {
    display: block;
    position: relative;
    margin: auto 5px;
    width: 10px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 100%;
    opacity: 0;
    filter: blur(5px);
    transform-origin: bottom;
    animation: steam 7.5s linear infinite;
    animation-delay: calc(var(--i) * -0.5s);
}

@keyframes steam {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    
    25% {
        opacity: 1;
    }
    
    50% {
        transform: translateY(-100%) scale(5);
    }
    
    75% {
        opacity: 0;
    }
    
    100% {
        transform: translateY(-200%) scale(10);
    }
}

/* */

.shadow1 div {
    position: relative;
}

.shadow1 div:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    width: 25%;
    height: 5%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100%;
    filter: blur(10px);
}

.space {
    padding: 100px 0;
}

.space1 {
    padding: 100px 0;
}

.space2 {
    padding: 150px 0;
}

.space-last {
    padding: 25px 0;
}

.four-full {
    margin: 0 auto !important;
}

.four-full-1 {
    margin: 0 auto !important;
}

.six-full {
    width: 50% !important;
    margin: 0 auto !important;
}

.eight-full {
    margin: 0 auto !important;
}

.main1 {
    background-image: url(https://www.newpages2u.com/userfiles/22909/image/main3.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain !important;
}

.font-big {
    font-size: 27.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

.font-big:hover {
    color: #DEB887;
}

.line1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.line1:before {
    content: '';
    border-top: 2.5px solid #ebebeb;
    margin: 0 25px 0 0;
    flex: 1 0 25px;
}

.line1:after {
    content: '';
    border-top: 2.5px solid #ebebeb;
    margin: 0 0 0 25px;
    flex: 1 0 25px;
}

.font-small {
    font-size: 17.5px;
    line-height: 25px;
    color: #777777;
    max-width: 100%;
    display: inline-block;
}

.bg1 {
    background-image: url(https://www.newpages2u.com/userfiles/22909/image/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    border-radius: 100px;
}

.row1 {
    display: block;
    align-items: center;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
    color: #ff0000 !important;
    font-size: 20px !important;
    transition: 0.25s;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #0000ff !important;
}

.custom_slider_banner .item div:first-child {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 100%;
    margin: 0 auto 10px;
    max-width: 25%;
    display: inline-block;
    transition: 0.25s;
    border: 5px solid #DEB887;
}

.custom_slider_banner .item:hover div:first-child {
    background-color: rgba(255, 255, 255, 0.75);
    border: 5px solid #ffffff;
    animation: 1s swing;
}

.custom_slider_banner .item div:first-child img {
    transition: 0.25s;
}

.custom_slider_banner .item:hover div:first-child img {
    transform: scale(1.25);
}

.font-title {
    font-size: 25px;
    font-weight: bold;
    transition: 0.25s;
}

.custom_slider_banner .item:hover .font-title {
    color: #DEB887;
}

.bg2 {
    background-attachment: fixed;
    background-image: url(https://www.newpages2u.com/userfiles/22909/image/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.frame1 {
    background-color: #ffffff;
    padding: 50px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.50);
}

.btn-square.black {
    margin-top: 50px;
    border-radius: 50px;
    padding: 10px 25px;
    font-family: 'Roboto Slab', serif;
    border: none;
    background-color: #000000;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #DEB887;
    font-style: italic;
}

.bg2 video {
    border-radius: 10px;
}

.section_0 .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.section_0 .row ul {
    margin: 0 auto;
    padding: 0;
}

.section_0 .products-listing .product-img {
    border: none;
    transition: 0.25s;
}

.section_0 .products-listing .product-img:hover {
    border: none;
    transform: scale(1.05);
}

.downspace {
    width: 100% !important;
}

.last1 {
    background-color: #DEB887;
    border-radius: 100px 100px 0 0;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
}

.font-main-last {
    font-weight: bold;
    text-transform: uppercase;
}

.font-last {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.last1 ul {
    margin: 0 auto;
    padding: 0;
}

.last1 ul li {
    margin-bottom: 10px;
    display: block;
}

.last1 ul li:last-child {
    margin-bottom: 0;
}

.last1 ul li a:hover {
    color: #000000;
}

.font-list i {
    margin-right: 10px;
    color: #ff0000;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.home_product_swipper_img, .article {
    border: none;
}