@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;

}

ul {
    padding: 0;
}

p {
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #000000;
}

.logo a {
    font-family: 'Kalnia', serif;
    font-size: 36px;
    color: #fff;
}

.logo a span {
    color: #219ebc;
}

.logo a:hover {
    color: #000;

}

.logo a:hover {
    color: #fff;
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    /* max-width: 700px; */
    /* margin: 50px auto; */
}

.slideshow * {
    outline: none;
}

.slideshow .slider {
    /* box-shadow: 0 20px 50px -25px black; */
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slideshow .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    transform: scale(1);
}

.item {
    position: relative;
}

.img-fluid {
    width: 100%;
}

.slick-next {
    right: 12px;
}

.slick-prev {
    left: 0;
    z-index: 999;
}


.slick-prev {
    background-color: #fff;
    width: 70px;
    right: 12px;
    left: 88.5%;
    height: 70px;
    top: 94%;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.slick-next {
    background-color: #fff;
    width: 70px;
    right: 12px;
    height: 70px;
    top: 94%;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.slick-prev:before {
    content: '\f177' !important;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #000;
}

.slick-next:before {
    content: '\f178' !important;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #000;
}

.slick-prev:hover {
    background-color: #000;
}

.slick-next:hover {
    background-color: #000;
}

.slick-prev:hover:before {
    color: #fff;
}

.slick-next:hover:before {
    color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    /* background-color: #00000096; */
    height: 100%;
    width: 100%;
}

.slick-next:focus {
    background: #fff;
}

.slick-prev:focus {
    background: #fff;
}

.slick-next:focus:before {
    color: #000;
}

.slick-prev:focus:before {
    color: #000;
}

.menu-bar {
    /* position: absolute;
    top: 0;
    width: 100%; */
    padding: 8px 0px;
}

.nav-menu .active {
    border-left: 1px solid #b19777;
    border-right: 1px solid #b19777;
    position: relative;
}

.nav-menu .active::before {
    content: '';
    background-color: #b19777;
    width: 5px;
    height: 1px;
    position: absolute;
    top: 0;
}

.nav-menu .active::after {
    content: '';
    background-color: #b19777;
    width: 5px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-menu .active a::before {
    content: '';
    background-color: #b19777;
    width: 5px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-menu .active a::after {
    content: '';
    background-color: #b19777;
    width: 5px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.overlay-toggle {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin-top: 30px;
    margin-left: 25px;
}

.overlay-toggle a {
    padding: 8px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay-toggle a:hover,
.overlay-toggle a:focus {
    color: #f1f1f1;
}

.overlay-toggle .closebtn {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.toggle-button {
    color: #fff;
    position: absolute;
    top: -7px;
}

.overlay-content ul li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.overlay-content ul .megamenu-list li {
    display: block;
}

.overlay-content ul .megamenu-list li {
    border: none;
}

.megamenu-list img {
    border-radius: 20px;
}

.banner-content {
    position: absolute;
    top: 10%;
    z-index: 99;
    height: 80%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.banner-content h2 {
    font-family: 'Jost', sans-serif;


    font-size: 120px;
    color: #ffb703;
    font-weight: 600;
}

.banner-content h3 {
    font-family: 'Jost', sans-serif;


    font-size: 100px;
    color: #ffb703;
    font-weight: 600;
}

.banner-content p {
    FONT-SIZE: 20PX;
    color: #fff;
    margin-top: 25px;
}

.banner-content h2 span {
    color: #fff;
}

.banner-content h3 span {
    color: #fff;
}

.button {
    width: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    display: inline-block;
}

.button-2 {
    color: #000;
    border: 1px solid #ffffff;
    background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button-2:hover {
    background-position: 100%;
    color: #ffffff;
}

.social {
    margin: 10px;
    position: absolute;
    right: 2%;
    z-index: 999;
    top: 55%;
    text-align: center;
}

.social li {
    list-style: none;
    width: 40px;
    padding: 6px 5px;
    border-radius: 9px;
    height: 40px;
    margin-bottom: 16px;
}

.social li a {
    display: block;
}

.social li a:hover i {
    color: #ffb703
}

.social li i {
    color: #fff;
}

.ptb-70 {
    padding: 50px 0px;
}

.heading {
    font-size: 48px;
    font-family: 'Mukta';

    color: #000;
    line-height: 1.3;
    font-weight: 600;
}

.heading span {
    font-size: 48px;
    color: #b19777;
}

.about-content p {
    line-height: 1.8em;
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
}

.about-points li {
    position: relative;
    display: inline-block;
    font-size: 27px;
    padding-right: 12px;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

.about-points li:hover {
    transform: translateY(0px) scale(1);
    opacity: 1;

    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    -o-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.about-points li i {
    font-size: 39px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #b19777;
}

.about-points {
    margin-top: 25px;
}

.about-points li p {
    font-size: 15px;
    text-align: left;
}

.page-btn .button-2 {
    color: #fff !important;
    border: 1px solid #ffb703;
    background-image: linear-gradient(30deg, #ffb703 50%, transparent 50%);
}

.page-btn .button-2:hover {
    color: #000 !important;
}

.about-img {
    position: relative;
}

.about-dot-img {
    z-index: -1;
    display: block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -100px;
    top: 17%;
    right: -52px;
    animation: mymove 15s infinite;
}

.about-dot-img-2 {
    z-index: -1;
    display: block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -100px;
    top: 17%;
    right: -52px;
    animation: mymove2 15s infinite;
}

.video-tour {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: 0;
    width: 40%;
    padding: 15px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.video-tour a {
    background-color: #000;
    color: #fff;
    padding: 13px 15px;
    border-radius: 100%;
}

.video-tour p {
    color: #cdb143;
    font-size: 14px;
}

.video-tour p span {
    color: #000;
}

@keyframes mymove {
    0% {
        top: 40px;
    }

    50% {
        top: 80px;
    }

    100% {
        top: 40px;
    }
}

/* @keyframes mymove2 {
    0% {
        top: 40px;
    }

    50% {
        top: 80px;
    }

    100% {
        top: 40px;
    }
} */

.types-of-blankets {
    background-color: #F3F3F3;
}

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 100%;
    perspective: 1000px;
    padding: 0px 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.flip-card-back {
    /* background: linear-gradient(to right, #4364f7, #6fb1fc); */
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-card-front span {
    color: #000;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.flip-card-back {
    background-image: url(../images/woolen-blankets-img.jpg);
}

.flip-card-2 .flip-card-back {
    background-image: url(../images/warm-blankets-img.jpg);
}

.flip-card-3 .flip-card-back {
    background-image: url(../images/wool-felted-yarn.jpg);
}

.flip-card-4 .flip-card-back {
    background-image: url(../images/rug-dirries.jpg);
}

.flip-card-back::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000ad;
}

.flip-card-front p {
    line-height: 20px;
}

.flip-card-back img {
    z-index: 1;
}

.flip-card-back span {
    color: #fff;
    z-index: 1;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.flip-card-back p {
    color: #fff;
    z-index: 1;
    line-height: 20px;
}

.Box {
    position: relative;
    width: 100%;
    min-height: 100%;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: 1s;
    /* margin:5px; */
}

.Box .FlipBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform-style: preserve-3d;
    /* box-shadow:0px 0px 10px 2px rgba(0,0,0,.3); */
}

.Box .Front,
.Box .Back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .5s;
    backface-visibility: hidden;
}

.Box .Front img {
    /* width:100%; */
    /* height:100%; */
}

.Box .Back {
    background-color: #081a25;
    color: #fff;
    /* display: table; */
    transform: rotateY(180deg);
}

.Box .Back div {
    display: flex;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.Box .Back div h3 {
    font-size: 22px;
}

.Box .Back div p {
    font-size: 17px;
    margin-top: 10px;
}

.Box .Back div a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    width: 120px;
    height: 45px;
    background-color: #fff;
    color: #222;
    line-height: 45px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    transition: .5s;
    font-weight: bold;
}

.Box .Back div a:hover {
    background-color: #081a25;
    color: #fff;
}

.Box:hover .FlipBox {
    transform: rotateY(180deg);
}

.Box:hover {
    /* transform: translateY(-30px); */
    z-index: 2;
}

@media (max-width:780px) {
    .Box:not(:last-child):hover {
        transform: translateY(0px);
        z-index: 2;
    }
}

@media (max-width:520px) {
    .Box:hover {
        transform: translateY(0px);
        z-index: 2;
    }
}

@media (max-width:255px) {
    .Box {
        width: 100%;
    }
}

.Front {
    color: black;
    z-index: 2;
    display: flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    flex-direction: column;
}

.Front span {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

.Front p {
    font-size: 15px;
    line-height: 21px;
}

.FlipBox .Back {
    background: url(../images/product-quality-img-1.jpg);
    width: 100%;
    background-size: cover;
    /* border: 3px solid #ddd; */
}

.Back img {
    z-index: 1;
}

.FlipBox-2 .Back {
    background: url(../images/product-quality-img-2.jpg);
    width: 100%;
    background-size: cover;
}

.FlipBox-3 .Back {
    background: url(../images/product-quality-img-3.jpg);
    width: 100%;
    background-size: cover;
}

.FlipBox-4 .Back {
    background: url(../images/product-quality-img-4.jpg);
    width: 100%;
    background-size: cover;
}

.FlipBox-5 .Back {
    background: url(../images/product-quality-img-5.jpg);
    width: 100%;
    background-size: cover;
}

.FlipBox-6 .Back {
    background: url(../images/product-quality-img-6.jpg);
    width: 100%;
    background-size: cover;
}


.FlipBox .Back::before {
    content: '';
    background-color: #0000008f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Back {
    display: flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.Back span {

    font-size: 18px;

    font-weight: 600;

    margin: 10px 0px;
    color: #fff;
    z-index: 1;
}

.Back p {

    font-size: 15px;

    line-height: 21px;
    color: #fff;
    z-index: 1;

}

.double-heading {
    position: relative;
    margin-bottom: 25px;
}

.product-gallery {
    background-color: #181818;
}

.double-heading h5 {
    font-size: 200px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(255 255 255 / 7%);
    letter-spacing: 2px;
    color: transparent;
    font-weight: 600;
}

.main-heading p {
    font-family: 'Pinyon Script', cursive;
    color: #b19777;
    font-size: 35px;
    margin-bottom: 15px;
}

.main-heading {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-heading h6 {
    color: #fff;
}

.gallery-card {
    overflow: hidden;
}

.gallery-card img {
    transition: transform .5s ease;
}

.gallery-card:hover img {
    transform: scale(1.2);
}

/* .gallery-card::before {
    content: '';
    background-color: #00000024;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
} */

/* .gallery-card:hover::before {
opacity: 1;} */
.inner {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    min-height: 90px;
    padding: 0px 35px;
    align-self: center;
    align-items: center;
}

.inner .button-2 {
    margin-top: 10px;
}

.inner a {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.inner a:hover {
    color: #cdb143;
}

.mid-banner-content {
    background: url(../images/page-banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 50px; */
}

.mid-banner {
    background: url(../images/mid-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0px;
}

.ptb-150 {
    padding: 150px 0px;
}

.mid-banner-content p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}

.mid-banner-data {
    position: relative;
}

.mid-banner-data .heading {
    font-size: 60px;
}

.mid-banner-data span {
    font-size: 60px;
}

.why-choose-us {
    /* background-color: #181818; */
    background: #174954 url(../images/choose-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.small-heading {
    color: #b19777;
    margin-bottom: 20px;
}

.why-choose-us .heading {
    color: #fff;
    margin-bottom: 35px;
}

.choose-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20px;
}

.choose-icon {
    background-color: #b19777;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 25px;
}

.choose-data h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.choose-data p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}

.choose-card:hover .choose-icon {
    background-color: #b19777;
    transition: all .3s ease-in-out;
}

.testimonial-sec {
    background: url(../images/testimonial-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.testimonial-icon {
    text-align: center;
    margin-bottom: 25px;
}

.testimonial-icon i {
    font-size: 50px;
    color: #b19777;
}

.testimonial-data p {
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
    font-weight: 600;
}

.testimonial-img {
    margin-top: 15px;
}

.testimonial-img img {
    border-radius: 100%;
}

.testimonial-img p {
    font-weight: 600;
    margin-top: 15px;
}

.footer {
    background: #174954 url(../images/footer-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

.footer-about p {
    margin-top: 26px;
    color: #ddd;
    line-height: 25px;
    text-align: justify;
}

.footer-contact p {
    position: relative;
    font-size: 30px;
    padding-left: 48px;
    color: #fff;
    margin-top: 25px;
}

.footer-contact p i {
    position: absolute;
    color: #b19777;
    left: 0;
    font-size: 40px;
}

.footer-contact p a {
    color: #fff;
}

.footer-contact p:hover a {
    color: #b19777;
}

.quick-links-heading {
    font-size: 27px !important;
    padding-bottom: 11px !important;
    color: #b19777 !important;
    font-weight: 600 !important;
    position: relative !important;
    margin-bottom: 20px !important;
}

.quick-links-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    display: block;
    width: 220px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.quick-links-heading::after {
    content: "";
    border-bottom: 3px solid #fff;
    border-color: #b19777;
    position: absolute;
    display: block;
    width: 100px;
    bottom: 0px;
}

.quick-links ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    color: #b19777;
    position: relative;
}

.quick-links ul li {
    position: relative;
    /* padding-left: 20px; */
    margin-bottom: 10px;
}

.quick-links ul li a {
    padding-left: 15px;
    color: #ddd;
    transition: all .3s ease-in-out;
}

.quick-links ul li:hover a {
    color: #b19777;
}

.contact-links p {
    color: #ddd;
    line-height: 25px;
    margin-bottom: 15px;
}

.contact-links h4 {
    color: #ddd;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
}

.contact-links p span {
    font-weight: 600;
}

.footer-social-icons li {
    display: inline-block;
    margin-left: 25px;
}

.footer-social-icons {
    margin-top: 30px;
    margin-left: 26px;
    /* text-align: center; */
}

.footer-social-icons li a {
    color: #ddd;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.footer-social-icons li:hover a {
    color: #b19777;
}

.ptb-30 {
    padding: 10px 0px;
}

.copyright {
    background-color: #121212;
    padding: 10px 0px;
}

.copyright p {
    color: #ddd;
}

.box-row-2 {
    min-height: 340px;
}

.box-row {
    margin-bottom: 40px;
}

.about-img-1 {
    margin-right: 25px;
    margin-top: 50px;
}

.about-us-img {
    display: flex;
}

.about-us-img img {
    border-radius: 15px;
}

.sub-heading {
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

/* .about-content {
    padding-left: 50px;
    color: #219ebc;
}

.about-content .heading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.about-content p {
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
} */

/* .about-us-sec {
    background: url(../images/abnout-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

.button_slide {
    color: #000000;
    border: 2px solid #fb931d;
    border-radius: 0px;
    padding: 18px 36px;
    font-weight: 600;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 0 #D80286; */
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.slide_down:hover {
    box-shadow: inset 0 100px 0 0 #fb931d;
    color: #fff;
}

/* .slide_down:hover .button_slide{color: #fff !important;} */
.product-category .main-heading {
    position: static;
}

.product-category .main-heading .heading {
    color: #000;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: auto;
}

.tab__container {
    /* background: #fafafa; */
    /* width: 100vh; */
    margin: auto;
    border-radius: 5px;
    /* padding: 30px 30px 120px; */
    max-width: 1200px;
}

.tab__title {
    margin: 25px 0 25px;
    text-align: center;
}

.tab__title .tab__button:first-of-type {
    margin: 0;
}

.tab__title .tab__button {
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
    padding: 15px 5px;
    color: #545454;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    outline: none;
    /* margin: 0 -5px; */
    cursor: pointer;
    width: 12%;
    font-size: 14px;
}

.tab__title .tab__button img {
    height: 25px;
    display: block;
    margin: 0px auto 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.tab__title .tab_button-active {
    border-bottom: none;
    background: #b19777;
    color: #ffffff;
    font-weight: 600;
}

.tab__title .tab_button-active img {
    filter: none;
}

.tab__inside {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translateY(10px);
    transition: transform 0.3s ease-in;
}

.tab__inside .tab__inside-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.tab__inside .tab__inside-img img {
    height: 150px;
    display: block;
    margin: 0 auto;
}


.tab__inside-active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}

.product-category-card {
    padding: 25px 20px;
    /* border: 1px solid #ddd; */
    margin-bottom: 15px;
    min-height: 380px;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-category-card p {
    margin: 15px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.product-category-card .btn-holder {
    /* display: none; */
}

.product-category-card:hover .btn-holder {
    display: block;
}

.product-category-card:hover {
    cursor: pointer;
    box-shadow: -1px 4px 21px #ddd;
    ;

}

.product-gallery-sec {
    background: #00000096 url(../images/photo-gallery-bg-img.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: soft-light;
}

.product-gallery-sec .main-heading {
    position: static;
}

.product-gallery-sec .main-heading p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 20px 0px;
}

.gallery-btn::before {
    content: '\f178' !important;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000;
}

.gallery-btn {
    background-color: #fff;
    width: 50px;
    right: 12px;
    height: 50px;
    top: 95%;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.gallery-btn:hover {
    background-color: #000;
}

.gallery-btn:hover::before {
    color: #fff;
}

.pic-overlay {
    position: absolute;
    top: 0;
    background-color: #00000030;
    height: 100%;
    width: 100%;
    display: none;
    transition: all 0.4s ease-out;

}

.gallery-img {
    position: relative;
}

.gallery-img:hover .pic-overlay {
    display: block;

}

.gallery-img::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -60px;
    border-right: 1px solid #ffffff;
    position: absolute;
    -webkit-transform: translate(0, -500%);
    -moz-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    -o-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, transform 0.4s;
}

.gallery-img::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-top: 1px solid #ffffff;
    position: absolute;
    margin-top: 0px;
    margin-left: -30px;
    z-index: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate(-500%, 0);
    -moz-transform: translate(-500%, 0);
    -ms-transform: translate(-500%, 0);
    -o-transform: translate(-500%, 0);
    transform: translate(-500%, 0);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, transform 0.4s;
}

.gallery-img:hover::before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery-img:hover::after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.tagline {
    color: #000;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px;
}


.product-element {
    position: relative;
}

.appleftside {
    left: -92%;
    position: absolute;
    width: 100%;
    /* top: -35px; */
    opacity: 1;
}

.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 50px);
    }

    to {
        transform: translate(0, -0px);
    }
}

/* .slider .item img {
    height: 583px;
} */

.btn-holder button {
    margin: 10px auto;
    font-size: 11px;
    color: #000000;
    background-color: transparent;
    border: 0.1em solid #444;
    border-radius: 0.1em;
    padding: 20px 40px 20px 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 0.15em; */
}

.btn-holder button:hover {
    color: #fff;
}

.btn-holder button::after {
    content: '';
    position: absolute;
    background-color: #000000;
    z-index: -1;
    padding: 0.25em 0.5em;
    display: block;
    transition: all 0.2s ease-in-out;
}

.btn-holder button:hover::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}

.btn-holder .bottom-slide::after {
    top: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
}

.btn-holder button:hover i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-holder button:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.ptb-50 {
    padding: 30px 0px;

}

.top-internal-band {
    background-color: #b19777;
}

.top-internal-band h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-internal-band {
    font-family: 'Mukta';
}

.top-band-links {
    float: right;
}

.top-band-links h5 a {
    color: #fff;
}

.top-band-links h5 span {
    color: #fff;
    margin: 0px 10px;
}

.top-band-links h5 {
    color: #fff;
    font-size: 18px;
}


.modal-header {
    border-bottom: 0;
}

.enquiry-form input {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.enquiry-form textarea {
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.enquiry-form input:focus {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.enquiry-form textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.enquiry-form .bottom-slide {
    width: 100%;
}

.enquiry-form h4 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: #b19777;
}

.category-heading {
    padding: 16px 20px;
    border: none;
    background: #b19777;
}

.category-heading h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}




.tab_div {
    width: 100%;
    transform: translateZ(0);
}

.tabs_menu {
    /*   background-color:blue; */
    padding-top: 1%;
    /* width: 20%; */
    float: left;
}

ul.tabs {
    padding: 0;
}

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8 {
    /* padding-top: 10%;
    padding-bottom: 20%; */
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}

ul.tabs li {
    list-style-type: none;
    /* font-family: Quicksand; */
    border-right: 2px solid white;
    font-size: 16px;
    color: white;
    /*   transition: background-color 0.2s ease; */
}


/* ul.tabs li:hover {
    border-right: 2px solid #e1386c;
    background-color: rgba( 255, 155, 180, .9);
    font-weight: bold;
  } */

#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content,
#tab5_content,
#tab6_content,
#tab7_content,
#tab8_content {
    /*   background-color:red; */
    float: right;
    width: 100%;
    height: auto;
    padding-top: 5%;
}

/* hover effect */
ul.tabs li {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    padding: 1em;
    cursor: pointer;
    background: #f5f5f5;
    color: rgb(0, 0, 0);
    z-index: 0;
}

ul.tabs li:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b19777;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .5s ease-out;
}

ul.tabs li:hover:before {
    transform: scaleX(1);
}

ul.tabs li:hover {
    color: #fff;
}






.product-thumb {
    position: relative;
}

.label-product {
    background: rgba(0, 0, 0, 0) url(img/icon/bkg_label_new.png) no-repeat scroll center center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 13px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
    top: 13px;
    width: 50px;
    z-index: 3;
}

.action-links {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumb .action-links a {
    background-color: #ffffff;
    border-radius: 100%;
    color: #434343;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    height: 43px;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
    width: 43px;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
}

.action-links a {
    opacity: 0;
    transform: scale(0.8) rotate(-45deg);
}

.single-product-area .product-caption {
    /* background: rgb(233 233 233) none repeat scroll 0 0; */
    display: inline-block;
    overflow: hidden;
    /* padding: 17px 0 0; */
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
    padding: 15px 0px;
}

.single-product-area .product-name {
    margin: 0;
}

.single-product-area .product-name a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.single-product-area .product-caption .price-box {
    display: block;
    margin-top: 7px;

}

.product-caption .price-box .new-price {
    color: #9d4d4a;
    font-size: 16px;
    font-weight: 600;
}

.product-caption .price-box .old-price {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.action-cart-btn {
    bottom: 0;
    left: -40px;
    opacity: 0;
    position: absolute;
}

.action-cart-btn {
    background: #ffffff none repeat scroll 0 0;
    color: #9d4d4a;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 7px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

.action-cart-btn::before {
    content: "";

    font-size: 18px;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: top;
}

.single-product-area:hover .action-links a,
.product-module-2-area .product-wrap:hover .action-links a {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.product-thumb .action-links a:hover {
    background-color: #9D4D4A;
    color: #fff;
}

.single-product-area .product-name a:hover {
    color: #b19777;
}

.single-product-area {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.product-caption .btn-holder {
    text-align: center;
}

.product-detail .heading {
    display: inline-block;
    border-bottom: 2px solid #b19777;
    margin-bottom: 25px;
}

.product-detail-content p {
    margin-bottom: 10px;
}

.product-detail-content p b {
    font-weight: bold;
    font-size: 20px;
}

.product-features h5 b {
    font-weight: bold;
    font-size: 20px;
}

.product-features h5 {
    margin-bottom: 15px;
}

.product-features {
    margin-top: 15px;
}

.product-features ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 16px;
}

.product-features ul li:before {
    content: '\f00c ';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #b19777;
}

.picture-gallery .single-product-area {
    width: 24%;
    display: inline-block;
    margin-bottom: 5px;
}

.picture-gallery {
    text-align: center;
}

.contact-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-card i {
    color: #B19777;
    font-size: 48px;
    margin-bottom: 25px;
    transition-duration: 0.5s;
}

.contact-card p {
    font-size: 14px;
}

.contact-card a {
    font-size: 14px;
}

.contact-card {
    padding: 10px;
    text-align: center;
}

.contact-card:hover i {
    transform: translateY(-10px) !important;
}

.contact-us-links iframe {
    margin-top: 25px;
}

.contact-form button {
    font-size: 15px;
}

.contact-form input {
    border: 1px solid #ddd;
}

.contact-form textarea {
    border: 1px solid #ddd;
}

.contact-form .heading {
    margin-bottom: 20px;
}