:root {
    --primary-font:  "Tenor Sans", sans-serif;
    --secondary-font: "Outfit", sans-serif;
    /* --primary-theme-color: #006346; */
    --primary-color: #c79e60;
    --secondary-color: #242424;
    --info-color: #ffffff;
    --text-color:#808080;
    --primary-font-size: 17px;
    --primary-transition-effect: all 0.35s ease-in-out;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--secondary-font);
    font-size: var(--primary-font-size);
}

body {
    /* background: #fbfaf8; */
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: inherit;
    color: inherit;
    transition: var(--primary-transition-effect);
}

img {
    max-width: 100%;
}
.primary-color {
    color: var(--primary-color);
}
.container {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.primary-button {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    padding: 16px 34px;
    display: inline-block;
    color: var(--info-color);
    line-height: 24px;
    border-radius: 3px;
    font-family: var(--primary-font);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.primary-button.white {
    border: 1px solid var(--info-color);
    background: var(--info-color);
    color: var(--secondary-color);
}
@media (max-width:480px) {
    .primary-button {
        font-size: 16px;
    }
}

.primary-button:hover,
.primary-button:focus {
    background: transparent;
    color: var(--primary-color);
}
.primary-button.white:hover,
.primary-button.white:focus {
    border: 1px solid var(--info-color);
    background: transparent;
    color: var(--info-color);
}

/* header css start */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transform: none;
    transition: all 0.35s ease;
    background: #fff;
}
.site-logo {
    width: 120px;
    display: block;
}
.site-menu .nav-link {
    color: #6c6c6c;
    font-weight: 600;
    padding: 35px 1rem;
    font-family: var(--primary-font);
    text-transform: uppercase;
}
.site-menu .nav-link:hover,
.site-menu .nav-link:focus {
    color: var(--primary-color);
}
.site-header.scrolled {
    /* background: #bdb09f; */
    background: #FAF9F6;
    transform: none;
    transition: all 0.35s ease;
}
.site-header.scrolled .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
    background: transparent;
}
.site-header.scrolled .nav-link, 
.site-header.scrolled .nav-link {
    background: rgb(255 255 255 / 10%);
    color: var(--secondary-color);
}
.site-header.scrolled .nav-link:hover, 
.site-header.scrolled .nav-link:focus {
    background: rgb(255 255 255 / 10%);
    color: var(--primary-color);
}
.site-header.hide-header {
    transform: translateY(-100%);
    transition: all 0.35s ease;
}
/* banner css start */
.site-banner {
    position: relative;
    overflow: hidden;
    margin-top: 87px;
}
.site-banner::before {
    content: "";
    display: block;
    padding-top: 47.5%;
}
.site-banner video {
    width: 100%;
    height: 119%;
    display: block;
    border: 0;
    position: absolute;
    top: -140px;
    left: 0;
}
.background-video-overlay {
    background-image: linear-gradient(to bottom, transparent, rgb(6 6 6 / 86%) 125%), linear-gradient(to bottom, rgb(0 0 0 / 75%), transparent 40%);
    position: absolute;
    inset: 0%;
}
.banner-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.banner-content h1 {
    font-size: 60px;
    color: var(--info-color);
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 20px;
    color: var(--info-color);
    font-weight: 300;
    margin-bottom: 50px;
}
.banner-content .subheading {
    margin-bottom: 30px;
}
.subheading {
    color: var(--info-color);
    letter-spacing: .5em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}
.subheading.primary-color {
    color: var(--primary-color);
}
/* info section css start */
.info-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.info-top-content {
    text-align: center;
}
.info-top-content h2,
.info-top-content h2 span {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
.info-top-content p {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 50px;
    font-weight: 400;
    margin-left: auto;
    line-height: 34px;
}
.info-card {
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}
.info-content .icon {
    width: 80px;
    height: 80px;
    background: #f9f0e1;
    border-radius: 40px;
    margin: 0 auto 25px;
    padding: 10px;
}
.info-content {
    padding: 38px;
    background: #ffffffb8;
    width: 60%;
}

.info-img {
    overflow: hidden;
    position: relative;
    /* height: 500px; */
    border-radius: 5px;
    width: 40%;
}
.info-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.info-img img {
    transition: all 1s ease-in-out;
}
.info-card:hover .info-img img {
    transform: scale(1.1);
}
.info-content h3 {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.info-content h3 span {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.info-content p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 0;
    font-weight: 400;
    margin-left: auto;
    line-height: 30px;
}
/* about us section css */
.about-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-section:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transform: translate(-50%, -50%);
    background: url(../img/grid-tile.png) top center #fff;
    background-size: 37px 37px;
    z-index: -1;
}
.about-content {
    padding: 50px;
    height: 100%;
    background: #fff;
}
.about-content h2 {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about-content h2 span {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
}
.about-content > p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 0;
    font-weight: 400;
    margin-left: auto;
    line-height: 30px;
}

.about-img {
    position: relative;
    height: 100%;
}

.about-img img {
    height: 100%;
    object-fit: cover;
    object-position: right 0;
    border-radius: 5px;
}
.about-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.about-content ul li {
    width: 46%;
    margin: 20px 0;
}
.list-point img {
    width: 25px;
    margin-bottom: 15px;
}
.list-point h3 {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.list-point p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px;
}
/* testimonial-section css start */

.proven-result-section {
    text-align: center;
    padding: 100px 0;
    background: url(../img/gillco-world1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.proven-result-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.proven-result-section .container {
    position: relative;
    z-index: 1;
}
.proven-result-section h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--info-color);
    margin-bottom: 15px;
}
.proven-result-section h2 span {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}
.proven-result-section p {
    font-size: 20px;
    color: var(--info-color);
    margin: 0 auto 80px;
    font-weight: 300;
    line-height: 34px;
    max-width: 800px;
}
.counter-card span {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -1px;
    color: var(--info-color);
}
.counter-card h6 {
    font-size: 20px;
    color: var(--info-color);
    margin-bottom: 0;
    font-weight: 300;
    line-height: 34px;
    max-width: 800px;
}
.featured-section {
    padding: 80px 0;
}
.featured-top-content {
    text-align: center;
}
.featured-top-content h2, 
.featured-top-content h2 span {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}
.featured-top-content p {
    font-size: 18px;
    color: var(--text-color);
    margin:0 auto 40px;
    font-weight: 400;
    line-height: 30px;
}
.slick-list {
    overflow: hidden;
}
.slick-track {
    display: flex;
}
.featured-col {
    padding: 0 10px;
}
.featured-card {
    height: 100%;
}
.featured-img {
    overflow: hidden;
    height: 98px;
    display: flex;
    align-items: center;
}
.featured-img img {
    transition: all 1s ease-in-out;
    object-fit: cover;
    object-position: center;
    height: 70px;
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.featured-card:hover .featured-img img {
    transform: scale(1.1);
}
.featured-content {
    padding: 25px 0;
    text-align: center;
}
.featured-content h3 {
    color:var(--secondary-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: var(--primary-font);
    transition: all 0.35s ease-in-out;
}
.featured-card:hover .featured-content h3 {
    color: var(--primary-color);
}
.featured-content p {
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
.featured-slider {
    position: relative;
    padding-bottom: 65px;
}
.featured-slider .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    font-size: 0;
    width: 55px;
    height: 55px;
    border: 1px solid #808080;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
}
.featured-slider .slick-arrow:hover,
.featured-slider .slick-arrow:focus {
    background: var(--primary-theme-color);
    border-color: var(--primary-theme-color);
}
.featured-slider .slick-next.slick-arrow {
    margin-left: 70px;
}
.featured-slider .slick-next.slick-arrow:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transform: rotate(-45deg);
    transition: all 0.35s ease-in-out;
}
.featured-slider .slick-prev.slick-arrow:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
}
.featured-slider .slick-next.slick-arrow:hover:after,
.featured-slider .slick-next.slick-arrow:focus:after,
.featured-slider .slick-prev.slick-arrow:hover:after,
.featured-slider .slick-prev.slick-arrow:focus:after {
    border-color: var(--info-color);
}



.links {
    color: var(--primary-color);
    font-size: 16px;
    border-bottom: 1px solid;
    position: relative;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 600;
}
.links:hover,
.links:focus {
    color: var(--primary-color);
}
.links .lnr {
    position: absolute;
    right: -23px;
    top: 7px;
    font-size: 16px;
}
/* feedback css */
.feeback-section {
    padding: 80px 0;
}
.feeback-top-panel span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 50px;
    display: block;
    position: relative;
}
.feeback-top-panel span:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--secondary-color);
}
.feeback-top-panel h2 {
    font-size: 50px;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.feeback-card {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    padding: 40px;
    border-radius: 10px;
}
.feeback-card > img {
    width: 40px;
    opacity: 0.4;
}
.feeback-card p {
    margin: 10px 0 20px;
    font-family: var(--primary-font);
    font-size: 15px;
}
.feecback-owner {
    position: relative;
    padding: 5px 0 5px 73px;
}
.feecback-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3px;
}
.feecback-owner h5 {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
}
.feeback-card .rating img {
    width: 80px;
    display: block;
}
.feeback-col {
    padding: 20px 15px;
    display: inline-block;
    vertical-align: top;
}
.feeback-slider {
    position: relative;
}
.feeback-top-content h2 {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}
.feeback-top-content h2 span {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
}
.feeback-top-content p {
    font-size: 18px;
    color: var(--text-color);
    margin: 0 auto 40px;
    font-weight: 400;
    line-height: 30px;
}
/* footer css */
.site-footer {
    padding: 50px 0 0;
    background: #000000;
}

.footer-logo {
    display: inline-block;
    width: 210px;
    margin-bottom: 45px;
    opacity: 0.8;
}

.footer-links h3, .footer-info h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 17px;
    color: #fff;
    position: relative;
}
.footer-links h3::before,
.footer-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: var(--primary-color);
}
.page-links ul {
    display: flex;
    flex-wrap: wrap;
}

.page-links li {
    width: 50%;
}

.footer-links li {
    margin-bottom: 20px;
}

.footer-links a {
    color: var(--info-color);
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.footer-links a:hover {
    transform: translateX(10px);
}

.address-links a {
    display: block;
    padding-left: 25px;
    position: relative;
}

.address-links .lnr {
    position: absolute;
    left: 0;
    top: 0;
}

.social-link li+li {
    margin-left: 15px;
}

.social-link a img {
    width: 18px;
}

.copyright {
    color: var(--info-color);
    padding: 10px 0px;
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    font-size: 15px;
    line-height: 29px;
}


.cta-section {
    background: url(../img/bedroom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 140px 0;
}
.cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}
.cta-section .container {
    position: relative;
}
.cta-title {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
    color: var(--info-color);
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 60px;
}

.cta-subtitle {
    font-size: 18px;
    color: var(--info-color);
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 30px;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.project-section {
    padding: 80px 0;
}
.project-top-content {
    text-align: center;
}
.project-top-content h2,
.project-top-content h2 span {
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
}
.project-top-content p {
    font-size: 18px;
    color: var(--text-color);
    margin: 0 auto 40px;
    font-weight: 400;
    line-height: 30px;
}
.project-col {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.project-info {
    padding-top: 20px;
}
.project-info h3 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: var(--primary-font);
    transition: all 0.35s ease-in-out;
}
.project-info li {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 300;
    line-height: 21px;
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.project-info li + li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    bottom: 3px;
    border-left: 2px solid var(--primary-color);
}
.project-slider {
    position: relative;
    padding: 0 15px;
}
.project-slider .slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 0;
    width: 55px;
    height: 55px;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
}
.project-slider .slick-arrow.slick-next {
    right: -45px;
}
.project-slider .slick-arrow.slick-prev {
    left: -45px;
}
.project-slider .slick-prev.slick-arrow:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-left: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
}
.project-slider .slick-next.slick-arrow:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-right: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    transform: rotate(-45deg);
    transition: all 0.35s ease-in-out;
}
.project-img img {
    width: 100%;
}



.inner-page-banner {
    padding: 200px 0;
    background: url(../img/bedroom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.thankyou-section {
    padding: 100px 0;
}

.thankyou-section h1 {
    font-family: var(--primary-font);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}
.thankyou-section p {
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
    line-height: 34px;
    color: var(--text-color);
}
.thankyou-section li {
    color: var(--text-color);
}
.thankyou-section li a {
    color: var(--primary-color);
}
.thankyou-section li,
.thankyou-section li a {
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
    line-height: 34px;
}