body {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #46464e;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    color: #231f20;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #fff;
}


/* animation */

.fly {
    opacity: 0;
    transition: all 600ms ease-in-out;
    transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
    opacity: 1;
    transform: translateY(0) scale(1) translate3d(0, 0, 0);
}


/* animation ends */

header {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9;
    transition: 500ms ease all;
    padding: 5px 0;
}

header.sticky {
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 73px;
    height: auto;
}

.dropdown-icon {
    display:none;
}

nav ul li {
    position: relative;
}

nav ul li:hover .sub-menu {
    transform: scaleY(1);
}

.sub-menu {
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    transition: 0.3s ease all;
    transform: scaleY(0);
    display: initial;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    min-width: 150px;
    z-index: 3;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    text-align: left;
    margin: 0;
    padding: 8px 10px;
    display: block;
    width: 100%;
}

.sub-menu li a:hover {
    background: #f1f1f1;
}

nav ul li a {
    display: block;
    margin: 0 10px;
    color: #231f20;
    font-weight: 600;
    transition: 500ms ease all;
}

nav ul li a:hover {
    color: #f9a34c;
}

nav ul li input {
    border: 2px solid #000;
    border-radius: 40px;
    font-style: italic;
    padding: 7px;
}

nav ul li {
    position: relative;
}

nav ul li button {
    position: absolute;
    top: 3px;
    right: 5px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
}

.circle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.circle img {
    width: auto;
    height: 700px;
}

.blank-div {
    display: block;
    height: 120px;
}

.top-menu-bar {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 22;
    transition: 500ms;
    display: none;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 3px;
    background: #231f20;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active {
    top: 11px;
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -24px;
}


/* header section ends */


/* main slider section starts */

.slider-image {
    display: block;
}

.slider-image figure {
    height: 600px;
    position: relative;
}

.banner-img{
        height: 65vh;
    background-position: center;
    background-size: cover;
    
    display:flex;
    align-items:center;
    justify-content:center;
}



.slider-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-content h1 {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #fff;
    line-height: 70px;
    text-transform:capitalize;
}

.slider-content p {
    max-height: 78px;
    overflow: hidden;
    font-size:21px;
    color:#fff;
        text-transform:capitalize;

}

.slider-content span {
    background: #e9d0b4;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px;
}

.guest-btn {
    display: block;
    padding: 10px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    outline: 1px solid #fff;
    transition: 500ms ease all;
    color: #000;
    border: 1px solid #000;
    width: fit-content;
    margin-top:10px;
}
.home-wrapper {
  
    position:relative;
}

.guest-btn:hover {
    background: #f9a34c;
    ;
    outline-offset: -5px;
}

.home_owl_slider .row {
    align-items: center;
}

.figure-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px;
}

.figure-content a {
    text-decoration: underline;
}

.figure-content p span {
    font-weight: 800;
    text-decoration: none;
}

.figure-content p {
    color: #fff;
}

.home_owl_slider .owl-nav button.owl-next,
.home_owl_slider .owl-nav button.owl-prev
 {
    position: absolute;
    top: 50%;
    background: #668d18;
    height: 45px;
    font-size: 30px;
    color: #fff;
    width: 45px;
    line-height: 45px;
    transition: 500ms ease all;
    display:none;
}

.home_owl_slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.home_owl_slider button.owl-dot {
    background: 0 0;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 30px;
    background: #46464e;
    height: 4px;
    margin: 0 2px;
    transition: 500ms ease all;
    border-radius: 10px;
}


.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}


.home_owl_slider button.owl-dot.active {
    background: #668d18;
    outline: none;
}

.home_owl_slider .owl-nav button.owl-next {
    right: -45px;
}

.home_owl_slider .owl-nav button.owl-prev {
    left: -45px;
}

.home_owl_slider:hover .owl-nav button.owl-prev {
    left: 5px;
}

.home_owl_slider:hover .owl-nav button.owl-next {
    right: 5px;
}

.home_owl_slider {
    overflow: hidden;
}

/*.home_owl_slider .owl-item.active .slider-content {*/
/*    animation-name: fadeInLeft;*/
/*    animation-duration: 1s;*/
/*}*/


/* main slider section ends */


/* living room section starts */

.living-room {
    padding: 70px 0;
}

.living-image {
    height: 450px;
}

.living-room-content {
    padding-left: 50px;
}

.living-room-content span {
    font-size: 20px;
    font-weight: 800;
    border-bottom: 2px solid #231f20;
}

.living-room-content h2 {
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 40px;
}

.living-room-content p {
 
    margin-bottom: 30px;
}

.living-room .row {
    align-items: center;
}


/* living room section ends */


/* special discount section starts */

.discount-sec {
    padding: 80px 0;
    position: relative;
}

.discount-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f9ebdd;
    width: 450px;
    height: 850px;
    border-radius: 0 1000px 1000px 0;
}

.discount-wrapper figure {
    height: 336px;
    padding: 10px;
    margin-bottom: 10px;
}

.discount-wrapper figure figcaption {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #231f20;
    display: inline-block;
}

.title-wrapper {
    margin-bottom: 70px;
    display: block;
    text-align: center;
}

.title-wrapper h2 {
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
}
.discount-wrapper{
    background-color:#fff;
}

.discount-content{
    padding:10px;
}


.discount-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.discount-content p {
    color: #46464e;
    margin-bottom: 20px;
}

.discount-content p span {
    color: #d1232a;
}

.discount-content p strong {
    color: #000;
    font-weight: 800;
}

.testimonial-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider button.owl-dot {
    position: absolute;
    top: 40%;
    background: #668d18;
    height: 45px;
    font-size: 30px;
    color: #fff;
    width: 45px;
    line-height: 45px;
    transition: 500ms ease all;
}

.testimonial-slider .owl-nav button.owl-next {
    right: -45px;
}

.testimonial-slider .owl-nav button.owl-prev {
    left: -45px;
}

.testimonial-slider:hover .owl-nav button.owl-prev {
    left: 5px;
}

.testimonial-slider:hover .owl-nav button.owl-next {
    right: 5px;
}

.testimonial-slider {
    overflow: hidden;
}


/* special discount section ends */


/*  two block section starts */

.two-block-sec {
    padding: 80px 0;
}

.block-link {
    display: block;
    transition: 500ms ease all;
    outline: 2px solid #fff;
}

.block-link:hover {
    outline-offset: -10px;
}

.block-link figure {
    height: 600px;
}

.block-link figure figcaption {
    background: rgba(242, 168, 94, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-link figure figcaption h3 {
    font-size: 32px;
    font-weight: 800;
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #231f20;
}

.block-link figure figcaption span {
    color: #231f20;
    border-bottom: 2px solid #231f20;
    font-weight: 600;
}

.block-two {
    display: block;
}

/*.second-block figure,*/
/*.block-two figure {*/
/*    height: 285px;*/
/*}*/

.block-two {
    margin-bottom: 30px;
}

.block-two figure figcaption {
    background: rgba(231, 134, 156, 0.7);
}

.block-two:nth-child(2) figure figcaption {
    background: rgba(164, 155, 196, 0.7);
}

.second-block figure figcaption {
    background: rgba(0, 0, 0, 0.5);
}

.second-block figure figcaption h3,
.second-block figure figcaption span {
    color: #fff;
    border-color: #fff;
}

.third-block figure figcaption {
    background: rgba(75, 169, 175, 0.7);
}

.second-block {
    display: block;
}

.third-block figure figcaption h3,
.third-block figure figcaption span {
    color: #231f20;
    border-color: #231f20;
}


/* two block section ends */


/* subscribe section starts */

.subscribe-sec {
    padding: 80px 0;
    background: #f4f5f5;
}

.join-content h2 {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 40px;
}

.join-content p {
    max-height: 80px;
    overflow: hidden;
}

.join-form label {
    display: block;
    color: #231f20;
    font-size: 16px;
    font-weight: 800;
}

.join-form input {
    border: none;
    padding: 5px 10px;
    background: transparent;
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin-bottom: 30px;
}

.join-form input:focus {
    outline: none;
}

.join-form button {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #f9a34c;
    color: #fff;
    border: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 500ms ease all;
    outline: 1px solid #f4f5f5;
}

.join-form button:hover {
    background: #668d18;
    outline-offset: -5px;
}


/* subscribe section ends */


/* footer section starts */

footer {
    position: relative;
}

.main-footer {
    padding: 80px 0;
}

footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 490px;
    height: 400px;
    border-radius: 477px 0 0;
    background: #fff;
}

.footer--title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    color:#fff;
}

.first-col {
    display: flex;
    justify-content:space-between;
}

.first-col ul h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color:#fff;
}

.first-col ul li {
    display: block;
    color:#fff;
}

.first-col ul li a {
    font-size: 16px;
    font-weight: 500;
    transition: 500ms ease all;
    color: #fff;
    text-transform:capitalize;
}

.first-col ul li a:hover {
    color: #fff;
}

.first-col ul {
    margin-bottom: 15px;
    margin:0 5px;
}

.second-col {
    padding-left: 55px;
}

.first-col2 {
    display: block;
}

.main-footer {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
    background:#f9a34c;
}

.footer-links {
    display: grid;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
}

.footer-links ul li a {
    font-size: 30px;
    margin: 0 10px;
    transform: scale(1);
    transition: 500ms ease all;
    display: block;
    color: #f9a34c;
}

.footer-links ul li a:hover {
    transform: scale(1.5) rotate(20deg);
    color: #668d18;
}

.bottom-footer {
    padding: 15px 0;
}

.bottom-footer p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bottom-footer p a {
    color: #46464e;
}

.bottom-footer p a:hover {
    text-decoration: underline;
}


/* footer section ends */


/* return to top arrow */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(102, 141, 24);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

#return-to-top i {
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    margin-top: -5px;
}


.inner__page__heading__title {
    
    margin-bottom:40px;
}


.blog-wrapper{
    box-shadow:0 6px 6px #efefef;
}

.blog-content{
    padding:10px;
}
#search-form {
        display: none;
        margin-top: 10px;
    }
    
    .bt{
        position:absolute;
    }

#search-icon {
    border: none;
    background: transparent;
}