@import url(./futura-pt-webfont/style.css);

.ml-auto{
    margin-left: auto;
}
.header nav {
    display: none;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 57px;
    height: 18px;
    padding: 11px;
    margin: 8px 5px 5px;   
}
.mob-logo img {
    max-width: 35%;
}

.header a:before,
.header a:after {
    content: '';
    display: block;
    background: #000;
    height: 3px;
}

.header a span {
    background: #000;
    display: block;
    height: 3px;
    margin: 6px 0;
}

.header-desk-wrap ul.navbar-nav li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    /* color: #071e55; */
    padding: 10px 15px !important;
    cursor: pointer;
}

.nav-btn {
    margin-left: 20px;
    /* padding: 10px 14px; */
    /* display: inline-flex; */
    /* vertical-align: middle; */
}

a.btn-common,
button.btn-common {
    padding: 5px 16px 5px;
    text-decoration: none;
    /* background: #954b07; */
    background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
    color: #fff;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-size: 500%;
    animation: anime 12s linear infinite;
}

@keyframes anime {
    0%{
        background-position: 0% 50%;
    }50%{
        background-position: 100% 50%;
    }100%{
        background-position: 0% 50%
    }
}

a.btn-secondary{
    padding: 5px 16px 5px;
    text-decoration: none;
    background: #f4e2b3;
    color: #000;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: none;
    text-transform: uppercase;

}

.btn-common:hover,
 a.btn-secondary:hover{
    color: #fff !important;
    background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
    background-size: 200%;
    animation: none;
    transition: .5s ease;

}

/* sidenave */

.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0%;
    right: 0;
    /* display: none; */
    /* opacity: 0; */
    background: rgba(32, 35, 44, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 130px; */
    /* padding-top: 80px; */

    
  }
  
  
  .sidenav a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    /* font-family: Montserrat; */
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
    /* font-size: 36px;
    margin-left: 50px; */
}

.hamburger-box {
    width: 34px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.is-active .hamburger-inner::before {
    transform: translate3d(0, -8px, 0) rotate(45deg);
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 6px;
    position: relative;
    left: 16px;
}


* {
	box-sizing: border-box;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(228, 129, 45, 1);
	--c2: rgba(228, 129, 45, 0.1);
    --theme-color1: #ee763c;
}

.wrapper {
	min-width: min(40rem, 100%);
}

.btn-box {
    color: #141512;
	font-size: 16px;
    /* margin: max(1rem, 3vw); */
    margin: 0 0px 0 20px;
    margin: 0 10px 0;
    border: 0.15rem solid;
    padding: 10px 20px;
    border-image: conic-gradient(from var(--angle), var(--c2), rgb(151 198 62) 0.15turn, rgb(151 198 62 / 0%) 0.35turn, rgb(151 198 62 / 11%) 0.15turn) 10;
    /* border-image: conic-gradient(from var(--angle), var(--c2), rgba(228, 129, 45, 1) 0.15turn, rgba(228, 129, 45, 0.1) 0.35turn, rgb(67 71 72 / 10%) 0.15turn) 10; */
    /* border-image: conic-gradient(from var(--angle), var(--c2), rgb(20 20 18 / 70%) 0.15turn, rgb(22 22 20 / 99%) 0.35turn, rgb(67 71 72 / 10%) 0.15turn) 10; */
    animation: borderRotate var(--d) linear infinite forwards;
}
.btn-box:hover{
    color: #ed7000;
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}


/*  body content styling */

/* ---------------------- sction-------------------- */
/* h2.section-title {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 30px;
} */

section {
    padding: 70px 0 !important;
    position: relative;
}
/* ---------------------------Banner -------------------- */
.banner-text-wrap {
    /* height: 400px; */
    display: grid;
    align-items: center;
    padding: 100px 0;
}
h1.bann-head {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    font-weight: 500;
}

p.hero-text {
    font-size: 46px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
}


/* ---------------------- banner form ------------------- */
.banner-form h3 {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
}

.banner-form p {
    margin-bottom: 25px;
}

input#BtnSubmit {
    width: 100%;
    display: inline-block;
}
input.name-input{
    background: url('../image/icon/input-user.png') no-repeat 12px 15px;
}

input.email-input{
    background: url('../image/icon/input-envelope.png') no-repeat 12px 15px;
}

input.phone-input{
    background: url('../image/icon/phone-73-20.png') no-repeat 12px 15px;
}

input.company-input{
    background: url('../image/icon/company-20.png') no-repeat 12px 15px;
}

input.register-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

textarea.contact-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

input.name-input-02 {
    background: url('../image/icon/input-user.png') no-repeat 12px 15px;
}

input.email-input-02 {
    background: url('../image/icon/input-envelope.png') no-repeat 12px 15px;
}

input.phone-input-02 {
    background: url('../image/icon/phone-73-20.png') no-repeat 12px 15px;
}

input.company-input-02 {
    background: url('../image/icon/company-20.png') no-repeat 12px 15px;
}

input.register-input-02 {
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

textarea.contact-input-02 {
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

/* client logo */
section#client-logo {
    background: #f0f0f0;
    padding-top: 15px !important;
}
.logo-wrap{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
}

.logo-list {
    text-align: center;
    margin: 20px 40px;
}

.logo-list img {
    object-fit: contain;
    width: 100% !important;
    position: relative !important;
    height: 50px !important;
}
/*----------------------- advantage ------------------------*/
.adv-wrap{
    background: #e25ea842;
}
.adv-card img {
    width: 65px;
    height: 65px;
    object-fit: fill;
    margin-bottom: 20px;
}

.adv-card {
    text-align: center;
}

.adv-card p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

/* --------------------- abt ------------------------------- */
section#about{
    padding: 0 !important;
}
.abt-img img {
    width: 100%;
}
.abt-img img.mx-h {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

/* ---------------------- hiw ------------------------------ */
section#hiw {
    background: #083d3403;
}
.hiw-box-wrap img {
    width: 100%;
}

/* config */
.bg-image-config {
    background: url(../image/banners/pexels-photo-3013440.jpeg) bottom / cover;
    background-attachment: fixed;
}
.config-text-wrap {
    padding: 20px 0;
    color: #fff;
}

.config-text-wrap h3 {
    font-size: 24px;
    font-weight: 400;
}

.config-text-wrap p {
    margin-bottom: 0;
}

a.btn.btn-quote {
    margin-top: 25px;
    border: 1px solid #fff;
    background: #fff;
}

/* ---------------------------- gallery -------------------- */
.gallery-wrap{
    background: #fcfdfd;
}
.gallery-wrap .nav-pills .nav-link {
    margin: 0px 10px 20px;
    border: 1px solid #083d3433;
    color: #4d4d4d;
    background: #fff;
}
.gallery-wrap .nav-pills .nav-link.active, 
.gallery-wrap .nav-pills .show>.nav-link {
    background: #083d3433;
    color: #083d34;
}
/*----------------------- testi --------------------------*/
.testi-wrap .item.testi-item-list {
    min-height: 200px;
}
.testi-wrap .owl-carousel button.owl-dot.active,
.ourwork-wrap .owl-carousel button.owl-dot.active{
 background: #e25ea8 !important;
 border-color: #e25ea8 !important;
}


/* invest */
section#why-invest {
    background: #e25ea8;
}
.invest-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

ul.invest-list {
    list-style: none;
}

ul.invest-list li {
    padding: 30px 20px;
    color: #fff;
    position: relative;
    /* align-items: center; */
    align-items: flex-start;
    display: flex;
}
ul.invest-list li img {
    width: 55px;
    margin-right: 10px;
}
.left{
    width: 100%;
    position: relative;
}
.right{
    width: 100%;
    position: relative;
}
.left:after {
    content: "";
    position: absolute;
    height: 320px;
    width: 2px;
    background: #dddddd;
    top: -58px;
    right: 5px;
}

ul.invest-list {
    position: relative;
}

.left ul.invest-list li:first-child:after {
    content: "";
    width: 292px;
    height: 1px;
    position: absolute;
    background: #ddd;
    bottom: -1px;
    left: 0px;
}
.right ul.invest-list li:first-child:after {
    content: "";
    width: 292px;
    height: 1px;
    position: absolute;
    background: #ddd;
    bottom: 0;
    left: 10px;
}
.right ul.invest-list li:nth-child(2):after {
    content: "";
    width: 292px;
    height: 1px;
    position: absolute;
    background: #ddd;
    bottom: 0;
    left: 10px;
}

/* .right:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 2px;
    background: #dddddd;
    top: 0;
    left: 43%;
} */
/* ---------------------------- place --------------------------- */
.item.testi-item-list {
    /* background: #fff; */
    margin: 20px 15px 0px;
    border-radius: 15px;
    padding-top: 1px;
    text-align: center;
}
.info-project h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
    padding: 10px 0;
}

/*-------------------------- awards -----------------------------*/
section#rewards {
    background: #fcfdfd;
}
.project-img img {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100% !important;
    height: 283px;
    object-fit: fill;
}
/* --------------------------- faq ----------------------------- */


.accordion-button{
    background-color: transparent;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: #083d34;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border: none;
}
.accordion-item{
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
    border: none;
}
button.accordion-button {
    padding: 5px 0px;
    font-weight: 400;
    font-size: 18px;
}
.accordion-body {
    padding: 10px 0;
}

section#faq {
    /* background: #fcfdff; */
    padding-bottom: 70px;
}
/* -----------------------footer form--------------------------- */
section#contact {
    position: relative;
    padding: 120px 0 10px !important;
    z-index: 3;

    background-image: url(../image/bg/BG\ 06-80.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contact-form-wrapper {
    padding-top: 25px;
}
.white-text {
    color: #fff;
    position: relative;
}
p.foo-txt {
    color: #fff;
    text-align: center;
    position: relative;
}

p.footer-call {
    color: #fff;
}

p.footer-call {
    color: #fff;
    text-align: center;
    position: relative;
}

footer {
    padding: 0px 0;
    background: #fff;
}

footer .copyrt p {
    color: #777;
    margin-bottom: 0;
    padding: 15px 0;
}
.text-right{
    text-align: right;
}




/* -------------------------------------------------------------------- */
*,
::after,
::before {
    box-sizing: border-box;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapse {
    overflow: hidden;
    transition: height 0.35s ease;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #35353d;
    text-align: left;
    background-color: #fff;
    
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Futura', sans-serif; */
    font-weight: 400;
    overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #141512;
}
html .text-color-primary,
html .text-primary {
    color: #141512 !important;
}
.pr-5 {
    padding-right: 50px;
}
.pr-4 {
    padding-right: 40px;
}
.pr-3 {
    padding-right: 30px;
}
.pr-2 {
    padding-right: 20px;
}
.pr-1 {
    padding-right: 10px;
}
.pl-5 {
    padding-left: 50px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #141512;
    letter-spacing: 1px;
    /* font-family: 'Open Sans', sans-serif !important; */
    text-transform: capitalize;
    font-family: 'Futura PT Heavy', sans-serif;
}
.head-font {
    letter-spacing: 1.5px;
}
h1,
h2,
h3 {
    /* letter-spacing: 1.5px; */
}
h1 {
    line-height: 60px;
}
h3,
h2 {
    line-height: 45px;
}
h4,
h5,
h6 {
    line-height: 30px;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.font-bold {
    font-weight: 400;
}



.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 32px 15px;
}

.nav-item {
    border-bottom: 3px solid #0098da00;
    transition: all 0.5s ease;
}

.nav-btn {
    padding-left: 25px;
    margin-top: -3px;
}
.logo-sec img {
    max-width: 100%;
    height: 60px;
}

.logo-sec {
    padding: 1px 0 6px;
}

.nav-btn .btn-common {
    margin-bottom: 0;
}
.menu-bg {
    background: #141512;
}

.content {
    padding-top: 95px;
}
.nav-btn .btn-common {
    padding: 4px 14px;
}


.mob-logo {
    padding: 10px 10px 14px;
}
.mb-20 {
    margin-bottom: 20px;
}


.mt-10 {
    margin-top: 100px;
}

.f-w-400 {
    font-weight: 400;
}

.mb-50 {
    margin-bottom: 50px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}




.mt-40 {
    margin-top: 40px;
}

/* --------------footer-form design -------------- */


img.f-log {
    width: 90px;
}
.copyrt p {
    font-size: 15px !important;
    color: #fff;
    z-index: 9999;
    position: relative;
}
footer .copyrt p a {
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .header-desk-wrap .d-none-desk{
        display: block;
    }
    footer{
        padding-bottom: 60px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    

    
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    li.price-card-wrap {
        display: inline-block;
        width: 29.28% !important;
        margin: 15px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    li.price-card-wrap {
        display: inline-block;
        width: 29.28% !important;
        margin: 15px;
    }
}


/*  responssive */

     /* small mobile :320px. */
 @media (max-width: 767px) {
    section {
        padding: 70px 0 !important;
        position: relative;
    }
    img.mobile-view {
        display: block !important;
        width: 100%;
    }
    img.desk-veiw {
        display: none !important;
    }

    section#testimonial .section-title{
        text-align: center;
    }
    .floor-wrap {
        margin-bottom: 30px;
    }
    .bg-solid {
        padding: 15px;
        /* background: red; */
        display: block;
    }
    .floor-list img {
        width: 100% !important;
        height: 100px !important;
        object-fit: fill;
    }
    li.price-card-wrap {
        display: block !important;
        width: 90% !important;
    }
    .section-title {
        position: relative;
        font-size: 35px !important;
        line-height: 50px !important;
    }
    .left-fluid-wrap {
        padding: 50px 15px !important;
    }

    p.para-text {
        margin-bottom: 0;
    }
    .section-cart-heading h4.section-sub-title {
        margin-bottom: 0;
    }
    .copyrt p{
        text-align: center;
    }
    
}


/* img.desk-veiw {
    display: block;
} */
img.desk-veiw {
    display: block;
    width: 100%;
    /* object-fit: cover; */
    /* object-position: top; */
    /* height: 100vh; */
    width: 100wh;
}
img.mobile-view {
    display: none;
}
img.mobile-view {
    display: none;
}







.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}

iframe .gm-style .review-box {
    display: none;
}


/* ----------------------goat --------------------------*/
/* HEader */
.header-desk-wrap .d-none-desk{
    display: none;
}
.navbar-fixed-top {
    position: absolute!important;
    /* background-color: #fff0; */
    background-color: #13211200;
    border-bottom: none;
    transition: background-color 0.25s ease 0s;
    z-index: 99;
    width: 100%;
    padding: 0;
}
.navbar-fixed-top.opaque {
    position: fixed!important;
    top: 0;
    margin-top: 0;
    /* background-color: #ffffffa1 !important; */
    background: #ffffff00 !important;
    /* background-color: #fff0 !important; */
    border-bottom: 0px solid #efefef;
    /* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important; */
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
/* .logo-wrap img {
    width: 86px;
} */
.logo-wrap img {
    width: 111px;
}
.navbar-expand-lg .navbar-toggler {
    display: block;
    background: #fff;
}
/* body */
.body-content {
    padding-top: 0px;
}
/* .body-content {
    padding-top: 85px;
} */

section#banner {
    padding: 0 !important;
}
/* banner */
/* section#banner {
    background-image: url(../image/banners/goat1.jpg);
    padding: 180px 0 !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */


.over {
    position: absolute;
    /* background: #07220ebf; */
    background: #07220e66;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    right: 0;
}
.over-lt {
    position: absolute;
    background: #07220e57;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}
.banner-heading h1 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    /* z-index: 999; */
    position: relative;
    line-height: 100px;

}
.banner-heading h1 span {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
    color: #c0287e;
}

/* why goat */
section.why-choose {
    background: #132112;
}

.section-heading {
    /* text-align: center; */
    position: relative;
}

section.why-choose h2.section-title {
    color: #b8b8b8;
    font-size: 60px;
}
section.why-choose h2.section-title span {
    color: #fff;
    font-size: 60px;
}

section.why-choose p.para-head {
    color: #b8b8b8;
    font-size: 26px;
    line-height: 36px;
}

/*  */
h4.section-sub-title img {
    width: 40px;
}

section.why-choose-2 {
    /* background-image: url(../image/banners/Artboard\ 1\ copy-80.jpg); */
    background-image: url(../image/bg/BG\ 01-80.jpg);
    padding: 70px 0 !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
section#testimonial{
    background-image: url(../image/bg/bg-women-r.png);
    padding: 120px 0 !important;
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
}
section#place{
    background-image: url(../image/bg/BG\ 02-80.jpg);
    /* padding: 70px 0 !important; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section-cart-heading {
    position: relative;
    /* margin-bottom: 30px; */
    /* padding: 30px; */
    padding: 10px;
    display: flex;
}

.section-cart-heading img{
    width: 50px;
    height: 50px;
}

.section-cart-heading h4.section-sub-title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    padding-left: 10px;
}

.section-cart-heading p.para-head {
    color: #fff;
}

/* price */
.section-title {
    /* color: #b8b8b8; */
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 55px;
    position: relative;
}
p.para-head {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
}
p.para-text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

/* section.price {
    background: #132112;
} */
section.price {
    background: #e37241;
}
#price-bg{
    background-image: url(../image/bg/BG\ 03-80.jpg);
    /* padding: 70px 0 !important; */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* price */
ul.price-wrap {
    list-style: none;
}
li.price-card-wrap {
    display: inline-block;
    width: 30.28%;
    margin: 15px;
}
.price-card {
    text-align: center;
    background: #e9e9e9;
    padding: 40px 30px;
}

.config {
    width: 80px;
    height: 80px;
    /* background: red; */
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    /* border: 2px solid red; */
}
.in-config {
    height: 72px;
    width: 72px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
    /* background: red; */
    padding: 5px;
}
/* .green .config{
    background: #70d83c;
} */
.green .config {
    background: #fff;
}
/* .pink .config{
    background: #dd2990
} */
.pink .config {
    background: #fff;
}
.green .in-config{
    border: 2px solid #fff;
}
/* .pink .in-config{
    border: 2px solid #e13697
} */
.pink .config {
    border: 2px solid #fff;
}
.blue .in-config{
    border: 2px solid #fff;
}

.blue .config {
    /* background: #1f5e67; */
    background: #fff;
}

/* new-mode */

.price-card.pink {
    /* background: #24b9b2; */
    background: #e37241;
}
.price-card.green {
    background: #9d2f28;
}
/* .price-card.green {
    background: #a31cdf;
} */

/* .price-card.blue {
    background: #b8844c !important;
} */
.price-card.blue {
    background: #87a6eb;
}

.price-config p {
    color: #fff;
}
.price-card.blue .price-config p {
    color: #fff;
}
.blue p.price-title:before, .blue p.price-title:after {
    background: #cbdbfd;
}
/* ------------------- */
h2.bhk {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    /* color: #fff; */
    color: #132112;
    line-height: 22px !important;
}
h2.bhk p{
    font-size: 40px;
    line-height: 1.2;
}
h2.bhk span {
    font-size: 16px;
    line-height: 0;
}

/* h2.bhk {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
} */

.price-config {
    padding: 30px 0 30px;
}

p.price-tag {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0 0;
}
p.price-title {
    font-size: 20px;
    position: relative;
}

p.price-title:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    /* background: #ff00003d; */
    top: 14px;
    left: 45px;
}
p.price-title:after {
    content: "";
    position: absolute;
    width: 55px;
    height: 2px;
    /* background: #ff00003d; */
    top: 14px;
    right: 45px;
}
.green p.price-title:before, .green p.price-title:after{
    background: #e38cb3;
}

.pink p.price-title:before, .pink p.price-title:after{
    background: #c0fcf7;
}

/* .blue p.price-title:before, .blue p.price-title:after{
    background: #1f5e67;
} */
/* .blue a.btn-com{
    color: #1f5e67;
} */
.blue a.btn-com {
    color: #fff;
}
.green a.btn-com{
    color: #fff;
}
.pink a.btn-com{
    color: #fff;
}
a.btn-com {
    padding: 10px 40px;
    border-radius: 30px;
    border: 1.5px solid;
    /* color: red; */
    outline: none !important;
    box-shadow: none !important;
}
a.btn-com:focus, a.btn-com:select {
    outline: none;
}

/* floor plan */
.floor-wrap {
    grid-gap: 20px;
    display: grid;
    position: relative;
}

/* .floor-list img {
    width: 100%;
} */
.floor-list img {
    width: 300px;
    height: 220px;
    object-fit: fill;
}

/* .layout-wrap {
    display: inline-flex;
}

.layout-text {
    display: block;
} */
.bg-solid{
    padding: 50px 70px;
    /* background: red; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
    position: relative;
}
.bg-solid{
   
    /* background-image: url(../image/banners/Artboard\ 1\ copy-80.jpg); */
    /* background-image: url(../image/bg/bg.png); */
    background-position: right;
    background-size: 761px;
    background-attachment: fixed;
    background-repeat: no-repeat;
   
}
.bg-solid-2{
   
    /* background-image: url(../image/banners/Artboard\ 1\ copy-80.jpg); */
    background-image: url(../image/bg/bg2-solid.png);
    background-position: right;
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
   
}
.left-fluid-wrap {
    /* padding-left: 70px;
    padding-right: 30px; */
    padding: 50px 40px;
}

section.floor-plan {
    padding: 0 !important;
}
h3.layout-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
p.floor-title {
    color: #aa1e23;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
}

/* location */
img.loc-img {
    width: 100%;
    /* height: 400px; */
    object-fit: fill;
}
ul.loaction-list {
    list-style: circle;
    padding-left: 16px;
    color: #f8f8f8;
}

h3.location-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.location-area {
    margin-top: 30px;
}

/*  */
.owl-carousel button.owl-prev {
    left: 5px;
}
.owl-carousel button.owl-next {
    right: 5px;
}
.owl-carousel button.owl-prev, .owl-carousel button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity 0.5s ease;
}
.place-wrap .owl-carousel button.owl-dot.active {
    background: #e25ea8 !important;
    padding: 2px 15px !important;
    border-color: #e25ea8 !important;
}
.place-wrap .owl-carousel button.owl-next span, .place-wrap .owl-carousel button.owl-prev span {
    color: #fff;
    padding: 4px 13px 16px;
    font-size: 80px;
}

/* --------------footer-form design -------------- */
.contact-form-wrapper {
    padding: 2.7rem;
    /* background: #ffffff42; */
    border-radius: 10px;
    position: relative;
}
.gap {
    display: block;
    height: 45px;
}
input#BtnSubmit {
    width: 100%;
    display: inline-block;
}
input.name-input{
    background: url('../image/icon/input-user.png') no-repeat 12px 15px;
}

input.email-input{
    background: url('../image/icon/input-envelope.png') no-repeat 12px 15px;
}

input.phone-input{
    background: url('../image/icon/phone-73-20.png') no-repeat 12px 15px;
}

input.company-input{
    background: url('../image/icon/company-20.png') no-repeat 12px 15px;
}

input.register-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

textarea.contact-input{
    background: url('../image/icon/input-select.png') no-repeat 12px 15px;
}

input.contact-submit.btn_contact_submit.btn-common {
    /* background: #e25ea8;
    border: 1px solid #e25ea8;
    padding: 10px 30px;
    border-radius: 30px */

    background: #954b07;
    border: 1px solid #954b07;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
}
.form-control {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 12px 35px 12px 15px;
    font-size: 16px;
    padding-left: 50px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #f5f5f5 !important;
    background-clip: padding-box;
    /* border: 1px solid #c7c7c7; */
    border: 1px solid #ffffffb3;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-02 {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 12px 35px 12px 15px;
    font-size: 16px;
    padding-left: 50px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #f5f5f5 !important;
    background-clip: padding-box;
    /* border: 1px solid #c7c7c7; */
    border: 1px solid #ffffffb3;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input.form-control:focus,
select.form-control:focus,
.textarea-file-sec:focus,
textarea.form-control:focus {
    border: 1px solid #141512;
    outline: 0 !important;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.form-control:focus-visible {
    outline: 0 !important;
}
.btn-common.submit-btn {
    border: 0;
}
.form-group {
    margin-bottom: 22px;
}

textarea {
    resize: none;
}
p.p-lg.grey-color {
    color: #fff;
}
p.p-lg.grey-color {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

h5.h5-xs {
    color: #fff;
    font-weight: 500;
}
/* gallery */
section.gallery{
    background-image: url(../image/bg/BG\ 05-80.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 17%;
}
ul#pills-tab {
    position: relative;
    grid-gap: 20px;
}
.nav-pills .nav-link {
    background: #fff;
    border: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dd2990;
}
/* amenities */
section#amenities {
    /* background-image: linear-gradient(359deg, rgb(11 29 38 / 76%) 100%, rgb(41 38 38 / 53%) 40.02%, #262121c2 100%), url(../images/amenities/Banner_A-place-to-live-work-and-enjoy-life-_1920X750.jpg); */
    background-image: url(../image/bg/BG\ 08-80.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 17%;
}

.overlay{
    background-color: #000000a3;
    padding: 70px 0;
}

.i-holder {
    background: #fff;
    border: 2px solid #424141;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 10px;
    /* opacity: .2; */
    transition: all .3s ease;
}
.i-holder:hover img {
    transform: rotate(360deg);
    transition: 0.9s;
}
.i-holder img {
    /* margin: 0px auto;
    width: 80px; */
    margin: 0px auto;
    width: 70px;
    border-radius: 50%;
    /* filter: invert(1); */
}

.amenities-icon p {
    font-size: 18px;
    /* font-weight: 800; */
    margin-top: 15px;
}
.amenities-icon p {
    color: #2d2d2d;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.amenities-icon p:after {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 4px;
    left: 0;
    right: 0;
    width: 20%;
    background: #e04546;
    margin: auto;
}
.i-holder:hover p:after {
    transition: 0.9s;
    width: 40%;
}

.i-holder {
    height: 200px;
    align-content: center;
    align-items: center;
    position: relative;
    display: grid;
}
.i-holder:hover {
    /* background: rgb(234 229 210 / 80%); */
    border: 2px solid #1a9805;
}
.lb-data .lb-close {

    width: 30px;
    height: 30px;
    background: url(../image/)
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    /* background: url(../image/icon/icon-c.png) !important; */
}

a.phobe-f {
    position: relative;
    color: #fff;
}
.f-phone-wrap {
    position: relative;
    color: #fff;
}
.section-cart-heading p.para-text {
    padding-left: 10px;
}

img.hit-icon {
    width: 20px;
}

.lr-wrap {
    display: inline-flex;
    align-items: baseline;
    position: relative;
    margin-bottom: 10px;
}

.l {
    padding: 12px 20px 0 0px;
}

/* amanities new */
.i-holder-nobg-i.nobg-i {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.i-holder-nobg-i.nobg-i img {
    width: 55px;
    margin-right: 20px;
}
.row.amenities-icon-bak {
    padding: 35px 20px 20px 20px;
    /* background: #2b4aa3e0; */
    /* background-image: linear-gradient(120deg, #2b4aa3e0, transparent); */
    background-image: linear-gradient(120deg, #611511, transparent);;
    border-radius: 20px;

}
.i-holder-nobg-i.nobg-i p{
    color: #fff;
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-fixed-top {
    margin: 15px 0 0 0;
}

.contact-form-wrapper {
    /* background-image: linear-gradient(90deg, #954b07, transparent); */
}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body {
    color: #fff;
}

.accordion-button::after{
    filter: invert(1) !important;
}

.accordion-item{
    border-bottom: 1px solid #fff !important;
}

.yellow-bg{
background-image: url(../image/BG10-overlay.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.red-img-bg{
    background-image: url(../image/bg/mob-bg-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.border-top-lg{
    border-top: 1px solid #F9F871;
}

.modal-content{
    background-image: url(../image/bg/mob-bg-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
}

.modal-content h4,
.modal-content p{
    color: #fff;
}

.btn-close{
    position: absolute;
    right: 1%;
    top: 1%;
    color: #fff;
    filter: invert(1);
    opacity: 1;
}

.form-control-02{
    background-color: transparent !important;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

input.name-input-02,
input.phone-input-02,
input.email-input-02{
    filter: invert(1);
}

input::placeholder{
    color: #000;
    opacity: 1;
}

.modal{
    background: #00000063;
        padding-top: 3rem;
}

ul#pills-tab {
    grid-gap: 2px;
}

.gallery .nav-link {
    background: transparent;
    padding: 0 0.5rem;
    color: #FFF;
    border: none;
    border-right: 1px solid #FFF;
    position: relative;
    transform-origin: center;
    transition: all .3s ease;
}

.gallery .nav-link::after{
    content: " ";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    left: 10%;
    bottom: 0;
    transform-origin: center;
    transition: all .3s ease;
}

.brdr-right-none {
    border-right: none !important;
}

.gallery .nav-link.active{
    position: relative;
    transform-origin: center;
    transition: all .5s ease;
}
.gallery .nav-link.active::after{
    content: " ";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #fff;
    left: 10%;
    bottom: 0;
    transform-origin: center;
    transition: all .3s ease;
}

.fixed-ctas-mobile{
    position: fixed;
    width: 100%;
    background: #9e2f28;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.error{
    color: #ff9494;
}


@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    section.why-choose-2{
        background-attachment: local;
    }

    section#testimonial{
        background-image: none;
        background-color: #9D2F28 !important;
        padding: 0 !important;
        padding-bottom: 40px !important;
    }
    .row.amenities-icon-bak{
        background-image: linear-gradient(0deg, #111111c2, transparent);
        border-radius: 0;
    }
    .section-cart-heading h4.section-sub-title{
        color: #fff;
        font-size: 24px;
    }
    p.para-text{
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }
    section#contact{
        padding: 60px 0 10px 0 !important;
        background-attachment: scroll;
    }
    section#amenities,
    section.gallery,
    #price-bg,
    section#place{
        background-attachment: scroll;
    }
    .border-top-lg {
        border-top: none;
    }
    .i-holder-nobg-i.nobg-i {
        align-items: start;
    }

    .i-holder-nobg-i.nobg-i img {
        width: 40px;
        margin-right: 10px;
    }
}