﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amita&display=swap');

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amostely_signatureregular';
    src: url('../fonts/amostelysignature-webfont.woff2') format('woff2'), url('../fonts/amostelysignature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    margin-left: 0px;
}

.flaticon-phone:before {
    content: "\f100";
}

.flaticon-envelope:before {
    content: "\f101";
}

.flaticon-facebook:before {
    content: "\f102";
}

.flaticon-instagram:before {
    content: "\f103";
}


ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

    a:focus {
        outline: none;
    }

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    background: #e7f4f5;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    color: #000000;
    font-size: 28px;
    font-weight: normal;
}

h4 {
    font-size: 24px;
}

p {
    color: #000;
    line-height: 22px;
}

input:focus {
    outline: 0;
    box-shadow: none !important;
}
/*----------- header css start here ---------------*/
header {
    clear: both;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
    background-image: linear-gradient(180deg, #0000009e, transparent);
}

    header.fixed-header {
        background: rgba(255,255,255,1);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-animation: drfadeDown 0.45s;
        -moz-animation: drfadeDown 0.45s;
        -ms-animation: drfadeDown 0.45s;
        -o-animation: drfadeDown 0.45s;
        animation: drfadeDown 0.45s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        position: fixed;
        top: 0;
    }

        header.fixed-header .logo {
            width: 120px;
            -webkit-transition: all 0.45s;
            -moz-transition: all 0.45s;
            transition: all 0.45s;
        }

        header.fixed-header .menu {
            margin-top: 16px;
        }

            header.fixed-header .menu li a {
                color: #000;
            }


        header.fixed-header .header-social .social-icon li a {
            display: block;
        }

    header.sticky:hover {
        background: #fff;
    }

.logo {
    max-width: 141px;
    float: left;
    margin: 10px 0;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
}

.header-right, .top-right {
    float: right;
}

.header-right {
    width: 70%;
}



.header-social {
    text-align: right;
    padding-top: 22px;
}

    .header-social .social-icon li {
        display: inline-block;
        margin: 0 0px 0 13px;
    }

        .header-social .social-icon li a {
            color: #8d6d1a;
        }

a.closebtn, .menuicon {
    display: none;
}

.menu {
    float: right;
    width: 100%;
    clear: both;
    border: 0;
    margin-top: 30px;
}



.header-main .logo .hover, .header-social .social-icon li a, header.sticky.fixed-header:hover .header-main .logo .hover {
    display: none;
}

header.sticky:hover .header-main .logo .deafult {
    display: none;
}

header.sticky.fixed-header:hover .header-main .logo .deafult {
    display: block !important;
    width: 120px;
}

header.sticky:hover .header-main .logo .hover {
    display: block;
    width: 120px;
}

header.sticky:hover .header-social .social-icon li a {
    display: block;
}

ul.navication.accordion-menu {
    /* float: right; */
    margin-left: auto;
}

.menu li {
    list-style: none;
    float: left;
    margin-left: 50px;
}

    .menu li a {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Playfair Display', serif;
    }

        .menu li a:hover {
            color: #8d6d1a;
        }

header.sticky:hover .menu nav a {
    color: #000;
}

    header.sticky:hover .menu nav a:hover {
        color: #8d6d1a;
    }

/* --- Home page banner slider ---- */
.banner-slider {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 11px;
}

ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: rgba(0,0,0,0.15);
    text-indent: -99px;
    overflow: hidden;
    margin: 0 3px;
    cursor: pointer;
}

    ul.slick-dots li.slick-active {
        background-color: #000;
    }

ul.slick-dots {
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.video {
    overflow: hidden;
    height: 100vh;
}

.video-img {
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.video-text {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 10px;
}

    .video-text h1 {
        font-family: 'amostely_signatureregular';
        color: #ffffff;
        font-size: 60px;
        text-align: center;
        font-weight: normal;
        text-transform: capitalize;
        text-shadow: -1px 1px 5px #000000;
    }

video, video:focus {
    outline: 0;
}


.video-home .vidcontainer {
    width: 100%;
    overflow: hidden;
height: 100vh;
}

.video-home video {
    width: 100%;
    margin-top: -60px;
}

.video-home .progress {
    height: 0px;
}
/*====collection pocket=============*/
.mainSlider {
    margin-top: 0px;
}

    .mainSlider .slick-slide {
        padding: 30px;
        outline: 0 !important;
        padding-top: 0;
    }

.collection {
    border-bottom: 1px solid #deeaea;
    background: url(../images/bg.jpg);
    /* background-repeat: no-repeat; */
    background-position: bottom;
    padding-bottom: 35px;
}

button.slick-prev.pull-left.slick-arrow, button.slick-next.slick-arrow {
    background: none;
    outline: 0;
    border: 0;
    position: absolute;
    top: 50%;
    opacity: 0.1;
}

button.slick-next.slick-arrow {
    right: -75px;
}

button.slick-prev.slick-arrow {
    left: -75px;
}

.collect-left .col-in .col-bg {
    background: #b9dcdf;
    height: 349px;
    width: 322px;
    position: absolute;
    top: 39%;
    z-index: -1;
    left: 3%;
}

.collect-left .col-img {
    text-align: center;
}

    .collect-left .col-img img {
        width: 62%;
        margin: 0 auto;
    }


.collect-left .col-up h4 {
    color: #8d6d1a;
    text-transform: uppercase;
}

.collect-right .col-in .col-bg {
    background: #b9dcdf;
    height: 349px;
    width: 319px;
    position: absolute;
    top: 26%;
    z-index: -1;
    right: 6%;
}

.collect-right .col-in {
    margin-top: -51px;
    float: right;
}

.collect-right .col-img {
    text-align: center;
}

    .collect-right .col-img img {
        width: 61%;
        margin: -25px auto;
    }

.collect-right .col-up {
    text-align: right;
}

    .collect-right .col-up h4 {
        color: #8d6d1a;
        text-transform: uppercase;
    }

.col-up a {
    color: #8d6d1a;
}

    .col-up a:hover {
        text-decoration: underline;
    }

.col-up p {
    margin: 0;
}


/*brand section*/


section.about_section {
    border-bottom: 1px solid #deeaea;
    /*background: url(../images/border.png);*/
}

section.about_section {
    /*background: url(../images/bg.png);*/
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 20px;
    position: relative;
}

.about-content {
    padding: 60px 0;
}

.brand-head p {
    font-family: 'Amita', cursive;
    font-size: 20px;
    color: #8d6d1a;
    line-height: 28px;
    margin: 0;
}

.brand-content p {
    width: 70%;
    margin: auto;
}

    .brand-content p b {
        color: #927426;
    }

.about-content ul.nav {
    text-align: center;
    border: none;
    justify-content: center;
}

    .about-content ul.nav li a.nav-link {
        text-transform: uppercase;
        background: none;
        border: 0;
        padding: 0;
        font-size: 14px;
        font-family: 'Playfair Display', serif;
        color: #929292;
        border-bottom: 1.2px solid #929292;
        margin: 0 16px;
    }

        .about-content ul.nav li .nav-link.active, .about-content ul.nav li a.nav-link:active, .about-content ul.nav li a.nav-link:hover {
            color: #8d6d1a;
            border-bottom: 1.5px solid #8d6d1a;
        }


.brand-head {
    text-align: center;
    padding: 38px 0;
}

    .brand-head.wow.fadeInDown {
        animation-name: fadeInDown !important;
        visibility: visible;
    }

.brand-content {
    text-align: center;
}

.the-box {
    background: #b9dcdf;
    height: 360px;
    width: 271px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 18%;
}

.the-text p img {
    width: 170px;
}

.the-text {
    text-align: center;
}

.the-img {
    text-align: center;
}

    .the-img img {
        margin: auto;
        width: 60%;
        margin-top: 24px;
    }
.whatsapp span {
    color: #000;
}
.book-box {
    background: url(../images/pt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.book-img {
    width: 80%;
}

.book-text input, .book-text input:focus, .book-text textarea, .book-text textarea:focus {
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #9a803b !important;
    margin-bottom: 19px;
    border: 0;
    font-size: 12px;
    padding-left: 0;
    text-transform: uppercase;
    color: #9a803b;
    padding-bottom: 1px;
    box-shadow: none;
}

    .book-text input::placeholder, .book-text textarea::placeholder {
        color: #8d6d1a;
    }

.book-text button {
    background: transparent;
    border: 1px solid #9a803b;
    padding: 6px 15px;
    text-transform: uppercase;
    border-radius: 0;
    color: #8d6d1a;
    font-size: 13px;
}

    .book-text button:hover {
        background: #8d6d1a;
        color: #fff;
    }

p.main-head {
    font-size: 51px;
    font-family: 'amostely_signatureregular';
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 27px;
}
/*masterpiece section*/


section.masterpiece {
    padding: 60px 0;
    border-bottom: 1px solid #deeaea;
}

.heading h2 {
    color: #8d6d1a;
    text-transform: uppercase;
}

.masterpiece .heading p {
    width: 38%;
    margin: auto;
}

.master-img {
    margin-top: 20px;
    overflow: hidden;
}

    .master-img:hover img {
        transform: scale(1.2);
    }

    .master-img img {
        -webkit-transition: 0.4s ease;
        transition: 0.5s ease;
    }

.master-text h3 a {
    color: #8d6d1a;
    text-transform: uppercase;
    font-size: 20px;
}

/*journal section*/


section.ourjournal {
    padding: 60px 0;
    border-bottom: 1px solid #deeaea;
    background-repeat: no-repeat;
    background-position: bottom;
}

.j-desc {
    padding: 0 24px;
    margin-top: 22px;
}

.journl-text h4 {
    margin-top: 9px;
    color: #986d1a;
    text-transform: uppercase;
    font-size: 23px;
}

.journl-text {
    text-align: center;
    background: #ffffffb5;
    margin-top: -43px;
    border: 1px solid #986d1a;
    position: relative;
}

/*journal section*/


section.events {
    padding: 60px 0;
    border-bottom: 1px solid #deeaea;
    background-repeat: no-repeat;
    background-position: bottom;
}

.event_date {
    text-align: center;
}

.event-bg {
    background: #b9dcdf;
}

.event_date h4 {
    color: #8d6d1a;
    margin: 0;
}

.event-line {
    border: 1px solid #b9dcdf;
}

.events-detl {
    padding: 48px 0 0 20px;
}

    .events-detl h4 {
        font-size: 20px;
        color: #8d6d1a;
    }


/*instagram*/
.instagram {
    padding: 60px 0;
    border-bottom: 1px solid #deeaea;
}

.insta-box img {
    padding: 12px;
    border: 1px solid #c1dee0;
    /* width: 207px; */
    height: 250px;
    width: 100%;
}

/*--- footer css start here  ----*/
.section-padding {
    padding: 60px 0;
}

footer {
    padding-bottom: 0 !important;
}

.footer-box h4, .footer-box h5 {
    color: #8d6d1a;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.footer-box h5 {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

small.head-office {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer-box li {
    list-style: none;
    margin-bottom: 10px;
}

    .footer-box li span {
        color: #000000;
        vertical-align: middle;
        letter-spacing: 1px;
    }

.footer-box {
    position: relative;
}

    .footer-box .form-control {
        border: 0;
        border-bottom: 1px solid #b9dcdf;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        color: #6d5e50;
        font-size: 13px;
    }

    .footer-box .btn {
        background-color: transparent;
        border-radius: 0;
        text-transform: uppercase;
        color: #8d6d1a;
        font-family: 'Playfair Display', serif;
        position: absolute;
        right: 0;
        top: 43px;
    }

.foot-box ul {
    list-style: none;
}

    .foot-box ul li {
        margin: 5px;
    }

ul.social li {
    display: inline-block;
}

    ul.social li a {
        color: #986d1a;
        border: 1px solid #8d6d1a;
        padding: 4px 4px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: block;
        margin: 0 5px;
    }

        ul.social li a:hover {
            background: #986d1a;
            color: #fff;
        }

.foot-box ul li span a {
    color: #8d6d1a;
    text-decoration: underline;
}

.copyright {
    background-color: #e7f4f5;
    margin-top: 60px;
    text-align: center;
    padding: 2px 0;
    font-size: 11px;
}

    .copyright p {
        margin: 0;
        color: #6d5e50;
    }
/*--- footer css start and  ----*/


.outer-images {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 566px;
    overflow: hidden;
}

.outer-image img.out6 {
    position: absolute;
    bottom: 98px;
    right: 116px;
    width: 69%;
}

.outer-image img.out5 {
    position: absolute;
    bottom: 72px;
    width: 50%;
    right: 121px;
}

.outer-image img.out4 {
    position: absolute;
    width: 59%;
    right: 89px;
    bottom: 177px;
    z-index: 0;
}

.outer-image img.out3 {
    position: absolute;
    top: 75px;
    width: 27%;
    right: 119px;
    z-index: 0;
}

.outer-image img.out2 {
    position: absolute;
    top: 47px;
    right: 48px;
    width: 40%;
}

.outer-image img.out1 {
    width: auto;
    position: absolute;
    top: 22px;
    right: 0;
    width: 19%;
}

.outer-image img.out2.fadeIn {
    animation-delay: 1s;
    animation-duration: 800ms;
}

.outer-image img.out3.fadeIn {
    animation-delay: 1.3s;
    animation-duration: 800ms;
}

.outer-image img.out4.fadeIn {
    animation-delay: 1.6s;
    animation-duration: 800ms;
}

.outer-image img.out5.fadeIn {
    animation-delay: 1.9s;
    animation-duration: 800ms;
}

.outer-image img.out6.fadeIn {
    animation-delay: 2.1s;
    animation-duration: 800ms;
}

.event-box {
    padding: 0;
}

/*--- showroom css start here ---*/
.showroom {
    padding: 60px 0;
    border-bottom: 1px solid #deeaea;
}
    .showroom button.slick-prev.pull-left.slick-arrow {
        display: none;
    }
.show-sp{
    padding:0px 3px;
    align-self:center;
}

    .showroom button.slick-prev.pull-left.slick-arrow {
        display: none !important;
    }
.showroom button.slick-next.pull-right.slick-arrow {
    display: none !important;
}
 /*   .center-slider .slick-slide {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}
    Active center slide (You can change anything here for cenetr slide)
    .center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
}*/
    .showroom .slick-arrow {
    transform: translate(0px, -50%);
    cursor: pointer;
}
.logof img{
    width:200px;
}
.show-fix h2 {
    margin-top:15px;
    font-size: 22px;
    color: #8d6d1a;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 9999;
}

    .whatsapp a {
        height: 40px;
        bottom: 38px;
        right: 12px;
        color: #10b519;
        border-radius: 50px;
        text-align: center;
        font-size: 14px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        display: inline-block;
        line-height: 40px;
        padding: 0 25px;
    }

        .whatsapp a:hover {
            background-color: #ffff;
        }

        .whatsapp a i {
            font-size: 25px;
            vertical-align: middle;
            margin-right: 7px;
        }
        /*book appoitment section start*/

    .tab-book-open .tab-pane {
        display: none !important;
    }

    .tab-book-open .tab-pane.bookappoint2 {
        display: block !important;
        opacity: 1 !important;
    }

    .tab-book-open .about-content ul.nav li .nav-link.active, .tab-book-open .about-content ul.nav li a.nav-link:active {
        color: #929292;
        border-bottom: 1.2px solid #929292;
    }

    .tab-book-open .about-content ul.nav li.book-active .nav-link, .tab-book-open .about-content ul.nav li.book-active a.nav-link {
        color: #8d6d1a;
        border-bottom: 1.5px solid #8d6d1a;
    }
/*book appoitment section end*/

/*responsive css*/
@media screen and (max-width:767px) {
.events-detl {
    padding: 20px 0 0 20px;
}
.event_date {
    padding: 10px 0;
}
.slick-arrow img {
    width: 20px;
}
button.slick-next.slick-arrow {
    right: 0;
}
button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-prev.pull-left.slick-arrow, button.slick-next.slick-arrow {
    opacity: 0.4;
}
    header {
        position: relative;
        background: #fff;
        background-image: none;
    }

    .menu-btn {
        background-image: url(../images/menu.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 34px;
        height: 34px;
        display: block;
        margin-left: auto;
        background-size: cover;
        margin-top: 12px;
    }

    .menu {
        float: none;
    }

    header.sticky:hover .header-main .logo .hover {
        display: block;
        width: 85px;
    }

    .menuicon {
        position: absolute;
        right: 18px;
        top: 17px;
    }

    .menuicon, .closebtn {
        display: block;
    }

    .sidemenu .closebtn {
        position: absolute;
        font-size: 40px;
        line-height: normal;
        top: 0;
        right: 18px;
        /* background-color: #000; */
        width: 35px;
        text-align: center;
        display: block;
    }

    .sidemenu {
        position: fixed;
        background-color: #fff;
        width: 280px;
        padding-top: 0px;
        right: -280px;
        top: 0;
        transition: 0.5s;
        z-index: 9999999;
        height: 100%;
        padding-bottom: 50px;
        box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
    }

    ul.navication.accordion-menu {
        padding: 23px;
        margin-left: 0;
    }

    .menu li {
        list-style: none;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .accordion-menu li.open .submenuItems {
        border: 0;
    }

    .header-social {
        display: none;
    }

    .header-right {
        width: auto;
        float: none;
    }

    .video-img {
        display: none;
    }

    .video-home video {
        width: 100%;
        margin-top: -14px;
    }

    .video-text h1 {
        font-size: initial;
    }

    .vidcontainer {
        padding: 0 !important;
    }

    .collect-left .col-img img, .collect-right .col-img img {
        width: auto;
    }

    .collect-left .col-in .col-bg {
        height: 220px;
    }

    .col-up {
        margin-top: 38px;
        padding: 0;
    }

    .collect-left .col-up h4, .collect-right .col-up h4 {
        font-size: 15px;
    }

    .collect-right .col-up {
        text-align: left;
        margin-bottom: 25px;
    }

    .brand-content p {
        width: auto;
        /* margin: auto; */
    }

    p.main-head {
        font-size: 36px;
    }

    .brand-head p {
        font-family: 'Amita', cursive;
        font-size: 13px;
        color: #8d6d1a;
        margin: 0;
        padding: 11px 0 !important;
    }

    .brand-head {
        text-align: center;
        padding: 13px 0;
    }

    .masterpiece .heading p {
        width: auto;
    }

    .about-content ul.nav li a.nav-link {
        font-size: 10px;
    }

    .event-box {
        padding: 0 15px;
    }

    .event-line {
        border: 0;
    }

    .the-box {
        background: #b9dcdf;
        height: 269px;
        width: 197px;
        position: absolute;
        top: 0;
        z-index: -1;
        left: 18%;
    }

    .the-text p {
        margin-top: 30px;
    }

    .show-img {
        margin-top: 20px;
    }

}
