body {
    font-size: 1rem;
    font-family: 'Aileron';
    line-height: 24px;
    letter-spacing: 0.54px;
}

@font-face {
    font-family: 'Classy Coiffeur';
    src: url('../fonts/ClassyCoiffeur-Light.eot');
    src: url('../fonts/ClassyCoiffeur-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClassyCoiffeur-Light.woff2') format('woff2'),
        url('../fonts/ClassyCoiffeur-Light.woff') format('woff'),
        url('../fonts/ClassyCoiffeur-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Classy Coiffeur';
    src: url('../fonts/ClassyCoiffeur-Regular.eot');
    src: url('../fonts/ClassyCoiffeur-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClassyCoiffeur-Regular.woff2') format('woff2'),
        url('../fonts/ClassyCoiffeur-Regular.woff') format('woff'),
        url('../fonts/ClassyCoiffeur-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Classy Coiffeur';
    src: url('../fonts/ClassyCoiffeur-Bold.eot');
    src: url('../fonts/ClassyCoiffeur-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClassyCoiffeur-Bold.woff2') format('woff2'),
        url('../fonts/ClassyCoiffeur-Bold.woff') format('woff'),
        url('../fonts/ClassyCoiffeur-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Thin.eot');
    src: url('../fonts/Aileron-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Thin.woff2') format('woff2'),
        url('../fonts/Aileron-Thin.woff') format('woff'),
        url('../fonts/Aileron-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Light.eot');
    src: url('../fonts/Aileron-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Light.woff2') format('woff2'),
        url('../fonts/Aileron-Light.woff') format('woff'),
        url('../fonts/Aileron-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Regular.eot');
    src: url('../fonts/Aileron-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Regular.woff2') format('woff2'),
        url('../fonts/Aileron-Regular.woff') format('woff'),
        url('../fonts/Aileron-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-SemiBold.eot');
    src: url('../fonts/Aileron-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-SemiBold.woff2') format('woff2'),
        url('../fonts/Aileron-SemiBold.woff') format('woff'),
        url('../fonts/Aileron-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.eot');
    src: url('../fonts/Aileron-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Bold.woff2') format('woff2'),
        url('../fonts/Aileron-Bold.woff') format('woff'),
        url('../fonts/Aileron-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Black.eot');
    src: url('../fonts/Aileron-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Black.woff2') format('woff2'),
        url('../fonts/Aileron-Black.woff') format('woff'),
        url('../fonts/Aileron-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  --bg-light: #FCF9F6;
}
section#shadow-host-companion {
    padding: 0 !important;
}
section{
    padding: 120px 0px;
}
.mt-120{
    margin-top: 120px;
}
.mt-60{
    margin-top: 60px;
}
.br-break{
    display: block;
    margin-bottom: 100px;
}
.custom-br{
    display: block;
}
.section-tittle .title{
    font-size: 3rem;
    font-family: 'Classy Coiffeur';
    font-weight: 300;
    line-height: 75px;
}
.section-tittle h3.title{
    font-size: 2.125rem;
    font-family: 'Classy Coiffeur';
    font-weight: 400;
    line-height: 44px;
}
.btn-readmore-large {
    color: #fff;
    font-family: 'Aileron';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.3px;
    font-weight: 600;
    padding: 17px 35px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-readmore-large:hover{
    color: #fff;
    border: 1px solid #BC8956;
    background-color: #BC8956;
}
.btn-readmore-large:active{
    color: #fff !important;
    border: 1px solid #BC8956;
    background-color: #BC8956 !important;
}
.btn-readmore-brown {
    color: #fff;
    font-family: 'Aileron';
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 1.3px;
    font-weight: 600;
    padding: 17px 40px;
    border: 1px solid #BC8956;
    background-color: #BC8956;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-readmore-brown:hover{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.btn-readmore-brown:active{
    color: #fff !important;
    border: 1px solid #000;
    background-color: #000 !important;
}
.btn-view-large{
    margin-top: 77px;
}
.btn-readmore {
    color: #fff;
    font-family: 'Aileron';
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding: 0px 20px;
    border: 1px solid #BC8956;
    background-color: #BC8956;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-readmore:hover, .btn-readmore:active{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}
.btn-submit{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding: 17px 20px;
    border: 1px solid #BC8956;
    background-color: #BC8956;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
}
.btn-submit:hover, .btn-submit:focus-visible{
    color: #fff;
    border: 1px solid #996736;
    background-color: #996736;
}
.darkHeader {
    background-color: #000 !important;
    padding: 1rem 0rem !important;
}
.font-34{
    font-size: 34px;
    line-height: 56px;
}
.lr-1-7{
    letter-spacing: 1.7px;
}
.theme-font{
    font-family: 'Classy Coiffeur';
}
.bg-light{
    background: var(--bg-light) !important;
}
.width-580{
    max-width: 590px;
    /*margin: 0 auto;*/
}
.para-center{
    width: 894px;
}
.content-img {
    width: 100%;
}
.content-img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}   
.pl-100{
    padding-left: 102px;
}
.pr-100{
    padding-right: 102px;
}
.pt-140{
    padding-top: 140px;
}
.title {
    font-size: 3rem;
    line-height: 54px;
    font-family: 'Classy Coiffeur';
}
.info-boxs {
    background: var(--bg-light) !important;
    max-width: 380px;
    margin: 0 auto;
    min-height: 290px;
    padding: 46px 0 0 0;
}
.info-boxs img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 34px;
}
.info-boxs h3 {
    font-family: 'Classy Coiffeur';
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 14px;
}
.info-boxs p,
.info-boxs a {
    color: #BC8956;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer;
}
.font-48{
    font-size: 48px;
}
.font-60{
    font-size: 60px;
    line-height: 75px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    width: 100%;
    height: 75px;
    border: 1px solid #000000;
    border-radius: 0;
    background: #fff;
}
.form-control::placeholder{
    color: #3C2D1F;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
}
.contact-form-sec form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-sec form .col-6 {
    width: calc(50% - 14px);
}
.contact-form-sec textarea.form-control {
    height: 210px;
    padding-top: 20px;
}
.contact-form-sec form .submit-btn {
    font-family: "Poppins", sans-serif;
    background: #BC8956;
    width: 100%;
    max-width: 256px;
    border-radius: 0;
    height: 75px;
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 50px;
}
.contact-form-sec form .submit-btn:hover, .contact-form-sec form .submit-btn:focus-visible{
    background: #000;
    color: #fff;
}
.form-box {
    max-width: 612px;
    margin-left: auto;
    margin-right: 90px;
}
.form-img {
    height: 840px;
    object-fit: cover;
    width: 100%;
}
/********** Home Page CSS Start **********/

/*** Navbar Menu Start ***/
.main-nav {
    padding: 1rem 0rem;
    scroll-behavior: smooth;
    transition: background-color 0.4s ease, color 0.4s ease, padding 0.4s ease;
    max-height: 5rem;
}
.navbar-logo {
    max-height: 3.5rem;
    width:200px;
}
.main-nav a.navbar-brand{
    margin: 0px;
    padding: 0px;
}
.main-nav .nav-menu {}
.main-nav .nav-menu ul.navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-family: 'Aileron';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.main-nav .nav-menu ul.navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0rem;
}
.main-nav .nav-menu ul.navbar-nav .nav-link.active, .main-nav .nav-menu ul.navbar-nav .nav-link.show{
    color: #AD8352;
    font-weight: 700;
}
.main-nav .nav-menu ul.navbar-nav .nav-link:hover{
    color: #AD8352;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #AD8352;
}
.main-nav .nav-menu ul.navbar-nav .nav-link:hover.active {
    -webkit-text-stroke: unset;
    -webkit-text-stroke-color: unset;
}
/*** Navbar Menu End ***/

/*** Hero Banner Start ***/
.hero-banner {
    background: url(../image/hero-banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
    position: relative;
    display: flex;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 70px;
}
.hero-banner:before {
    content: "";
    background: transparent linear-gradient(180deg, #000000C2 0%, #16161675 26%, #30303030 57%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-content{
    z-index: 1;
    position: relative;
}
.main-heading h1 {
    color: #FFF;
    font-family: 'Classy Coiffeur';
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 60px;
}
.main-heading h1 span{
    font-weight: 300;
}
/*** Hero Banner End ***/

.sec-about{

}
.sec-about .about-content p {
    color: #000;
    max-width: 612px;
}
.sec-services{
    padding: 120px 0px;
    background: #FCF9F6;
}
.sec-services .title-w {
    width: 874px;
}
.sec-services img {
    width: 100%;
    max-width: 603px;
}
.services-content {
    width: 570px;
}

.mainrow-product-box{
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.sec-our-properties{}
.pro-product-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pro-product-box img{
    width: 100%;
}
.pro-product-box .overlay-box{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000045 73%, #000000 100%) 0% 0% no-repeat padding-box;
    height: 100%;
}
.pro-product-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.pro-product-content h3 {
    color: #fff;
    font-family: 'Aileron';
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.pro-product-content h4{
    color: #BC8956;
    font-family: 'Aileron';
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.6px;
}
.sec-testimonial{
    padding: 75px 0px 145px 0px;
    background: #FCF9F6;
}
.tes-carousel{

}
.tes-carousel .carousel-inner .carousel-item {
    position: relative;
    padding: 60px 150px 0px;
}
.tes-carousel .carousel-inner .carousel-item .carousel-content{
    position: relative;        
}
.tes-carousel .carousel-inner .carousel-item:before{
    content: "";
    position: absolute;
    background: url(../image/quote_1.svg) center center no-repeat;
    width: 105px;
    height: 74px;
    top: 30px;
    left: 0px;
    z-index: 1;
}
.tes-carousel .carousel-inner .carousel-item:after{
    content: "";
    position: absolute;
    background: url(../image/quote_2.svg) center center no-repeat;
    width: 80px;
    height: 64px;
    /*width: 105px;
    height: 74px;*/
    bottom: 10px;
    right: 0px;
    z-index: 1;
}
.tes-carousel .carousel-inner .carousel-content p {
    color: #000;
    font-family: 'Aileron';
    font-size: 1.35rem;
    line-height: 35px;
    letter-spacing: 1.2px;
    text-align: left;
}
.tes-carousel .carousel-indicators button.active {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background: #000;
    bottom: 2px;
    position: relative;
}
.tes-carousel .carousel-indicators button {
    border-radius: 10px;
    height: 10px;
    width: 10px;
    margin-left: 6px;
    margin-right: 6px;
    border: 1px solid #000;
    background: transparent;
}
.tes-carousel .carousel-indicators {
    bottom: -5em;
}

.main-footer{
    padding: 80px 0px 0px 0px;
    background: #000000;
}
.foot-logo > a > img {
    max-height: 5rem;
}
.logo-des{

}
.logo-des p {
    color: #fff;
    opacity: 80%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.32px;
}

.foot-logo {

}

.social-media {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.32px;
    margin-top: 70px;
}
.social-links{
    list-style-type: none;
}
.social-links li{ 
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0px;
}
.social-links li:last-child{
    margin-right: 0px;
}
.social-links li a {
    background: #595959;
    padding-top: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
}
.social-links li a:hover{
    background: #FFF;
}
.social-links li a:hover svg path {
    fill: #BC8956;
}

.footer-title .title{
    color: #fff;
    font-family: 'Aileron';
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.32px;
}
.quicklinks-box ul{
    list-style-type: none;
    padding-left: 0px;
}
.quicklinks-box ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.32px;
    opacity: 80%;
    text-decoration: none;
}
.quicklinks-box ul li a:hover{
    color: #AD8352;
}
.quicklinks-box ul li a.active {
    color: #AD8352;
}

.newsletter-box{}
.newsletter-box p {
    color: #fff;
    font-size: 16px;
    opacity: 80%;
}
.newsletter-email .form-control {
    color: #000;
    border-radius: 0px;
    height: 56px;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #fff;
}
.newsletter-email .form-control::placeholder {
    color: #000;
}   
.newsletter-email .form-control:focus{
    border-color: #fff;
    box-shadow: none;
}
.copyright-text {
    position: relative;
    margin: 80px 0px 40px 0px;
}
.copyright-text p {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1.4px;
    margin-bottom: 0px;
}
.copyright-text p a{ 
    color: #fff;
    text-decoration: none;
}
.copyright-text p a:hover{ 
    color: #BC8956;
}

/********** Home Page CSS End **********/


/*** Inner Page Css Start ***/
.inner-hero-banner {
    background: url(../image/hero-banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 550px;
    position: relative;
    display: flex;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 70px;
}
.inner-hero-banner:before {
    content: "";
    background: transparent linear-gradient(180deg, #000000C2 0%, #16161675 26%, #30303030 57%, #54545400 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-cardbox{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.inner-card {
    position: relative;
}
/*.inner-card > img {
    width: 100%;
}*/
.inner-card .overlay-box {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #00000045 73%, #000000 100%) 0% 0% no-repeat padding-box;
    height: 100%;
}
.inner-card-image {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 15px 15px 0px;
}
.inner-card-image img {
    width: 24px;
}
.inner-card-image svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.inner-card-image svg:hover {
    fill: #F44336;
}
.inner-card-image svg:active {
    fill: #F44336;
}
.inner-card-image svg:hover path {
    stroke: #F44336;
}
.inner-card-image svg:active path {
    stroke: #F44336;
}
.inner-card-content{
    padding: 20px 25px 25px;
    background: #FCF9F6;
}
.inner-card-content > span{
    color: #BC8956;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0.48px;
}
.inner-card-content > p {
    color: #000000;
    font-weight: 600;
    line-height: 26px;
}
.line-divider {
    border-color: #c9c9c9;
}
.price-box p {
    color: #5E5E5E;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0.48px;
    margin-bottom: 0px;
}
.price-box h4 {
    color: #BC8956;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0.48px;
}
.sec-properties-desc{}
.desc-text .title, .video-wrapper .title{
    color: #000000;
    font-family: 'Aileron';
    font-size: 26px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0.78px;
}
.desc-text p span{
    color: #BC8956;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    font-style: italic;
    letter-spacing: 0.72px;
}
.sale-image {
    padding-right: 60px;
}
.sale-image img{
    width: 100%;
}
.sale-desc p span{
    color: #BC8956;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.72px;
    font-weight: bold;
    font-style: italic;
}
.sale-desc ul{
    padding-left: 0px;
    list-style-type: none;
}
.sale-desc ul li{
    color: #BC8956;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec-properties-other{
    background: #FCF9F6;
}

.product-detail{

}
.product-detail > p {
    color: #BC8956;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.6px;
}
.product-detail > h3 {
    color: #000000;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.product-detail-price p {
    color: #5E5E5E;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.72px;
    margin-bottom: 0px;
}
.product-detail-price h4 {
    color: #BC8956;
    font-size: 24px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.72px;
}
.overview-block {
    background: #FCF9F6;
    padding: 38px 37px 30px 37px;
    margin-bottom: 30px;
}
.overview-block h4{
    color: #BC8956;
    font-size: 25px;
    line-height: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.overview-box{
    position: relative;
}
.overview-box p {
    color: #5E5E5E;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}
.overview-box h5 {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.sec-about-me{}
.sec-our-history{
    background: #FCF9F6;
}
.our-history-image img {
    width: 100%;
}
.our-history-content p {
    width: 557px;
}
.sec-visi-miss{}
.visi-miss-content {
    padding-right: 90px;
    padding-left: calc(100% - 642px);
}
.visi-miss-image img {
    width: 100%;
}
.content-box h2{
    font-weight: 400;
}

.heading-box{}
.heading-box .heading-content {
 
}
.row-heading-top .heading-content-left{
    padding-right: 57px;
}
.row-heading-top .heading-content-right {
    padding-left: 57px;
    padding-right: 20px;
    max-width: 655px;
}
.row-heading-bottom .heading-content-left {
    padding-right: 57px;
    padding-left: calc(100% - 648px);
}
.row-heading-bottom .heading-content-right {
    padding-left: 57px;
}

/*** video play css start ***/
.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);
}
.video-wrapper .video-container{
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto; 
}
.play-button-wrapper #circle-play-b svg{
  width: 100px;
  height: 100px;
/*  fill: #fff;*/
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/*** video play css end ***/


/*** Inner Page Css End ***/

/****** Responsive ******/
@media (min-width:1440px){
    /*.sec-our-properties .mainrow-product-box > div:first-child{
        padding-left: 10px;       
    }
    .sec-our-properties .mainrow-product-box > div:last-child{
        padding-right: 10px;           
    }*/
    .sec-sale {
        padding: 135px 0px 120px;
    }

}
@media (max-width:1440px){
    .visi-miss-content {
        padding-right: 50px;
    }
}
@media (max-width:1366px){
    .sec-services img {
        width: 100%;
        max-width: 522px;
    }
    .services-content {
        width: 500px;
    }
    .row-heading-bottom .heading-content-left {
        padding-left: calc(100% - 558px);
    }
    .visi-miss-content {
        padding-right: 0px;
        padding-left: calc(100% - 552px);
    }
}
@media (min-width:1200px){
    .product-detail > h3 {
        width: 826px;
    }
    .our-history-image{
        padding-right: 90px;
    }
}
@media (max-width:1200px){
    .main-nav a.navbar-brand{
        width: 180px;
    }
    .our-history-content p {
        width: 100%;
    }
    .row-heading-top .heading-content-left {
        padding-right: 20px;
    }
    .row-heading-top .heading-content-right {
        padding-left: 20px;
    }
    .row-heading-bottom .heading-content-left {
        padding-right: 20px;
    }
    .row-heading-bottom .heading-content-right {
        padding-left: 20px;
    }
}
@media (max-width:1024px){
    .mt-120{
        margin-top: 80px;
    }
    .section-tittle .title {
        font-size: 42px;
        line-height: 62px;
    }
    .main-nav .nav-menu ul.navbar-nav .nav-item .nav-link {
        padding-left: 14px;
        padding-right: 14px;
    }
    .tes-carousel .carousel-inner .carousel-content p {
        font-size: 1.5rem;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .tes-carousel .carousel-inner .carousel-item {
        padding: 60px 120px 0px;
    }
    .tes-carousel .carousel-inner .carousel-item:before {
        width: 75px;
        height: 44px;
        top: 40px;
        left: 30px;
        background-size: contain;
    }
    .tes-carousel .carousel-inner .carousel-item:after {
        width: 75px;
        height: 44px;
        bottom: 0px;
        right: 30px;
        background-size: contain;
    }
    .social-media {
        margin-top: 30px;
    }
    .visi-miss-content {
        padding-right: 0px;
        padding-left: calc(100% - 462px);
    }
    .sec-services img {
        width: 100%;
        max-width: unset;
    }
    .services-content {
        width: unset;
    }
    .row-heading-bottom .heading-content-left {
        padding-right: 20px;
        padding-left: calc(100% - 468px);
    }
}
@media (max-width:991px){
    body {
        font-size: 1rem;
    }
    section {
        padding: 80px 0px;
    }
    .section-tittle .title {
        font-size: 36px;
        line-height: 48px;
    }
    .section-tittle h3.title {
        font-size: 1.75rem;
    }
    .title {
        font-size: 36px;
        line-height: 48px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .sec-services {
        padding: 80px 0px;
    }
    .sec-testimonial {
        padding: 80px 0px 140px 0px;
    }
    .btn-view-large {
        margin-top: 47px;
    }
    .main-nav .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(173, 131, 82, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        border-color: #fff;
    }
    .btn-readmore-large, .btn-readmore-brown{
        font-size: 20px;
        line-height: 30px;
        padding: 12px 40px;
    }
    .main-nav .navbar-toggler{
        border-color: #ad8352;
    }
    .main-nav .navbar-toggler:focus{
        box-shadow: none;
    }
    .main-nav .nav-menu ul.navbar-nav .nav-item .nav-link {
        background: #000;
        padding: 20px 24px;
    }

    .hero-banner {
        min-height: 750px;
        padding-bottom: 120px;
    }
    .main-heading h1{
        font-size: 3.75rem;  
        line-height: 72px; 
    }
    .pro-product-content {
        bottom: 10px;
    }
    .pro-product-content h3 {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .pro-product-content h4 {
        font-size: 1.25rem;
        line-height: 26px;
    }
    .product-detail > h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .social-links li {
        margin-right: 6px;
    }
    .social-links li a {
        width: 42px;
        height: 42px;
        padding-top: 1px;
    }
    .social-links li a svg {
        height: 18px;
    }
    .sale-image {
        padding-right: 0px;
    }
    .overview-block {
        padding: 30px 20px 30px 20px;
    }
    .overview-box {
        margin-bottom: 20px;
    }
    .our-history-image{
        padding-right: 0px;
    }
    .visi-miss-content {
        padding-right: 0px;
    }
    .visi-miss-content {
        padding-left: calc(100% - 442px);
    }
    .content-box h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .row-heading-bottom .heading-content-left {
        padding-right: 0px;
        padding-left: calc(100% - 438px);
    }
    .overview-col{
        flex: 1 1 33%;
        width: 33.3% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .pt-140{
        padding-top: 80px;
    }
    .container, .container-md, .container-sm {
        max-width: 920px;
    }
    .tes-carousel .carousel-inner .carousel-item {
        padding: 60px 80px 0px;
    }
    .tes-carousel .carousel-inner .carousel-item:before {
        left: 0px;
    }
    .overview-box {
        margin-bottom: 20px;
    }

}
@media (min-width: 768px) and (max-width: 880px){
    .inner-card-content {
        padding: 20px 17px 20px;
        background: #FCF9F6;
    }
    .sec-services .title-w {
        width: 710px;
    }
    .info-boxs{
        padding: 45px 13px 0px 13px;
    }
    .info-boxs h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .info-boxs p, .info-boxs a {
        font-size: 18px;
        line-height: 24px;
        word-wrap: break-word;
    }
    .form-box {
        margin-right: 0px;
    }
    .form-img {
        height: 736px;
    }
    .para-center {
        width: 715px;
    }
    .row-heading-bottom .heading-content-left {
        padding-right: 0px;
        padding-left: calc(100% - 368px);
    }
    
}
@media (min-width: 576px) and (max-width: 767px){
    .container, .container-sm {
        max-width: 750px;
    }
}
@media (max-width:767px) {
    section {
        padding: 60px 0px;
    }
    .pt-140{
        padding-top: 60px;
    }
    .sec-services {
        padding: 60px 0px;
    }
    .sec-testimonial {
        padding: 60px 0px 120px 0px;
    }
    .inner-hero-banner{
        padding-bottom: 0px;
    }
    .main-heading h1 {
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: center;
        height: 450px;
        padding-bottom: 2rem;
    }
    .title {
        font-size: 36px;
        line-height: 48px;
    }
    .main-heading h1 span {
        display: contents;
    }
    .inner-card > img {
        width: 100%;
    }
    .pl-100 {
        padding-left: 0px;
    }
    .pr-100 {
        padding-right: 0px;
    }
    .hero-banner {
        min-height: 550px;
    }
    .pro-product-content {
        bottom: 20px;
    }
    .about-image img{
        width: 100%;
    }
    .sec-about .about-content p {
        color: #000;
        max-width: unset;
    }
    .services-image img{
        width: 100%;
    }
    .tes-carousel .carousel-inner .carousel-content p {
        font-size: 1.125rem;
        line-height: 26px;
    }
    .quicklinks-box ul {
        margin-bottom: 0px;
    }
    .tes-carousel .carousel-inner .carousel-item {
        padding: 60px 80px 0px;
    }
    .tes-carousel .carousel-inner .carousel-item:before {
        left: 0px;
    }
    .tes-carousel .carousel-inner .carousel-item:after {
        bottom: 0px;
        right: 0px;
    }
    .quicklinks-box ul li{
        text-align: center;
    }
    .newsletter-email .form-control {
        text-align: center !important;
    }
    .sale-desc p span {
        font-size: 18px;
        line-height: 24px;
    }
    .sale-desc ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .desc-text p span {
        font-size: 18px;
        line-height: 24px;
    }
    .desc-text ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .visi-miss-content {
        padding-left: calc(100% - 745px);
    }
    .video-wrapper .video-container {
        width: 100%;
        height: 450px;
    }
    .sec-services .title-w {
        width: 100%;
    }
    .form-box {
        max-width: 100%;
        margin-left: auto;
        margin-right: 0px;
    }
    .para-center{
        width: 100%;
    }
    .form-box.section-tittle {
        text-align: center;
    }
    .form-box button.btn.submit-btn {
        margin: 0 auto;
        margin-top: 20px;
    }
    .row-heading-top .heading-content-left {
        padding-right: 0px;
    }
    .row-heading-top .heading-content-right {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
    .row-heading-bottom .heading-content-left {
        padding-right: 0px;
        padding-left: calc(100% - 100%);
    }
    .row-heading-bottom .heading-content-right {
        padding-left: 0px;
    }
}
@media (max-width:575px) {
    .main-heading h1 {
        font-size: 3rem;
        line-height: 54px;
    }
    .btn-view-large {
        margin-top: 37px;
    }
    .product-detail > h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .video-wrapper .video-container {
        width: 100%;
        height: 350px;
    }
    .play-button-wrapper #circle-play-b svg {
        width: 60px;
    }
    .overview-col{
        flex: 1 1 50%;
        width: 50% !important;
    }
}
@media (max-width:480px) {
    .hero-banner {
        min-height: 450px;
        padding-bottom: 60px;
    }
    .inner-hero-banner {
        min-height: 450px;
    }
    .main-nav .navbar-brand img {
        width: 150px;
    }
    .main-heading h1 {
        font-size: 2.2rem;
        line-height: 42px;
    }
    .tes-carousel .carousel-inner .carousel-item {
        padding: 0px 40px;
    }
    .tes-carousel .carousel-inner .carousel-item:before{
        width: 30px;
        height: 30px;
        top: 0px;
        left: 0px;
        background-size: contain;
    }
    .tes-carousel .carousel-inner .carousel-item:after{
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 0px;
        background-size: contain;
    }
    .newsletter-box p {
        font-size: 15px;
    }
    .inner-card-content {
        padding: 20px 20px 20px;
    }
    .overview-box h5 {
        font-size: 18px;
        line-height: 24px;
    }
}

/*** Property Detail ***/
.gallery-box {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 0;    position: relative;
}
.gallery-box .card:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    display: block;
}
.gallery-box .card:nth-child(2) {
    grid-area: 1 / 3 / 2 / 3;
    display: block;
}
.gallery-box .card:nth-child(3) {
    grid-area: 2/ 3 / 2 / 3;
    display: block;
}
.gallery-box .card:nth-child(4) {
    grid-area: 1/ 4 / 1 / 4;
    display: block;
}
.gallery-box .card:nth-child(5) {
    grid-area: 2/ 4 / 2 /4;
    display: block;
}
.gallery-box .card:nth-child(1) .card-image {
    height: 499px;
}
.card-image {
    height: 249px;
    transition: all 0.3s ease;
}
.card-image:hover {
    cursor: pointer;
    transform: scale(0.99);
    opacity: 0.9;
    transition: all 0.3s ease;
}
.gallery-box .card:nth-child(2) {
    border-bottom: 1px solid #fff;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card {
    display: none;
    position: relative;
    border: 0;
}
img.heart-img {
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    cursor: pointer;
    right: 15px;
}
.gallery-box .card:nth-child(5) a:before {
    content: "3 Photos";
    background: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 10px 18px;
    max-width: max-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.45px;
    border: 0;
    position: absolute;
    line-height: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px){
    .gallery-box {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-box .card:nth-child(4),
    .gallery-box .card:nth-child(5) {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .gallery-box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .gallery-box .card:nth-child(1) {
        grid-area: 1 / 1 / 1 / 1;
    }
    .gallery-box .card:nth-child(2),
    .gallery-box .card:nth-child(3) {
        display: none;
    }
}