/* custom fonts */
@font-face {
    font-family: 'MaazFont';
    src: url(../assets/maaz/TTF/Maaz\ Light.ttf);
}

@font-face {
    font-family: 'exo2';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Regular.otf);
}

@font-face {
    font-family: 'exolight';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Light.otf);
}

@font-face {
    font-family: 'exoreguler';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Medium.otf);
}

body,
button,
input,
select,
textarea,
p,
a {
    font-family: 'exo2' !important;
}

a {
    font-family: 'MaazFont' !important;
    letter-spacing: 1px;
}

button {
    font-family: 'MaazFont' !important;
    letter-spacing: 1px;
    font-weight: bold;
}

p {
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MaazFont' !important;
}

h2 {
    font-size: 64px;
    font-weight: lighter;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

/* first page bg-image */
/* Home page first section */
.home-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
            url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/hm-hero-bg.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding: 40px 30px 0px 30px;
    position: relative;
    overflow: hidden;
    /* background-color: transparent; */

}

.myVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* top: -9.4%;
    right: 0;
    left: 0; */
}


.wills-container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000e8), url(/assets/image/5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;
}

/* contact us img */
.contact-us-container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000d3), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/contact/3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;
}

/* services img */
.services-container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000d3), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/service/about-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;
}

/* project img */
.project-container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000d3), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/project/about-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;
}

/* project details img */
.pdetails-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;
}

.project-video {
    padding: 0 36px;
    width: 100%;
    overflow: hidden;
    height: 80vh;
}

#pro-Video {
    width: 100%;
    height: 100%;
}

#pro-Video .trilium-video {
    width: 100%;
    height: 100%;
}






#tab-img {
    display: none;
}

.projects-cards {
    height: auto;

}


/* navbar css */
.container {
    margin: auto;
}

.text-white i {
    font-size: 20px;
    color: white;
}

.flex-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flex-btn button {
    background-color: #c1a359;
    padding: 13px 35px;
    border-radius: 7px;
    transition: all .35s;
    margin-top: 20px;
    border: none;
    outline: none;
    border: 1px solid #c1a359;
}

.sidebar div ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.flex-btn button:hover {
    background: #000;
}

.flex-btn button:hover a {
    color: #c1a359;
}

.flex-btn button a {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    transition: all .35s;
}

.sidebar div ul li a.active {
    color: #c1a359;
}

.sidebar div ul li a {
    color: #fff;
}

.sidebar div ul li a:hover {
    color: #c1a359;
}

.sidebar-content .left-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.sidebar-content .left-icons i {
    color: rgb(0, 0, 0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #c1a359;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all.35s ease;
}

.sidebar-content .left-icons i:hover {
    background-color: transparent;
    border: 1px solid #c1a359;
    color: white;
}

.sidebar {
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    z-index: 1000;
    transition: all .5s ease;
}

.nav-toggler {
    background-color: transparent;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border: none;
    outline: none;
    display: none;
}

.nav-toggler i {
    color: #c1a359;
    font-size: 30px;
}

.side-close-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-content {
    padding: 20px;
}

.sidebar .sidebar-content ul {
    list-style-type: none;
    margin-top: 30px;
}

.sidebar .sidebar-content ul li a {

    font-size: 28px;
    font-weight: 600;
}

.sidebar .close-btn i {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 40px;
}

.side-close-btn img {
    height: 60px;
    width: auto;
}

.logo {
    width: 20%;
}

.logo img {
    height: 60px;
    width: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header {
    position: sticky;
    z-index: 999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.67);
    padding: 15px;
    height: 90px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(10px);
}

.nav ul li {
    display: inline-block;
    margin-left: 50px;
    font-family: 'exolight';
}

.nav ul li.first {
    margin-left: 0px;
}

.nav ul li a {
    color: #fff;

    font-size: 21px;
    text-transform: capitalize;
    transition: .35s;
}

.nav ul li a:hover {
    color: #c1a359;
}

.contact-btn {
    width: 20%;
    display: flex;
    justify-content: end;
}

.contact-btn button {
    background-color: #c1a359;
    /* padding: 12px 30px; */
    width: 140px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.35s;
    border: 1px solid #c1a359;
}

.contact-btn button:hover {
    background: #000;
}

.contact-btn button:hover a {
    color: #c1a359;
}

.contact-btn button a {
    color: #000;
    font-size: 19px;
    transition: all 0.35s;
    font-weight: bold;
}

/* navbar end */

.video-container::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    Height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.91%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 1;
    pointer-events: none;
}

.home-dicrip {
    position: absolute;
    bottom: 5%;
    left: 36px;
    right: 36px;
    z-index: 2;
    /* width: 90%; */
}

.home-dicrip .home-infor {

    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.home-dicrip .home-info h1 {
    font-size: 80px;
    font-weight: lighter;
}

.home-dicrip .home-info h2 {
    font-size: 41px;
    font-weight: lighter;
    font-family: 'exolight' !important;

}

.popup-arrow img {
    height: 60px;
    animation-name: updown;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}

@keyframes updown {
    0% {
        transform: translateY(5px);
    }

    10% {
        transform: translateY(-5px);
    }

    20% {
        transform: translateY(5px);
    }

    30% {
        transform: translateY(-5px);
    }

    40% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(5px);
    }

    70% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(5px);
    }

    90% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}




/* home page css end */

/* Legacy section css start */
.legacy_title {
    text-align: center;

}

.legacy-main-content {
    margin: 70px 0;
    padding: 0 36px;
}

.items_one {
    position: relative;
    transition: all .5s;
}

.items_one:hover {
    transform: translateY(-45px);
}

.item_one-info {
    bottom: 0;
    position: absolute;
    transition: all .35s;
    opacity: 0;
    width: 100%;
}

.main-leagcy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items_one:hover .item_one-info {
    transform: translateY(50px);
    opacity: 1;
}

.item_one-info h3 {
    font-size: 20px;
    color: #000;
    /* font-family: 'exo2' !important; */
}

.item_one-info .btn_one-legacy i {
    height: 25px;
    width: 25px;
    border: 1px solid rgb(2, 2, 2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    transition: all .35s;
    /* margin-left: 52px; */
}

.main-leagcy:hover .btn_one-legacy i {
    color: #c1a359;
    border: 1px solid #c1a359;
}

.item_one-img{
    height: 100%;
}

.items_one .item_one-img img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.legacy_title h2 {
    font-size: 64px;
    font-weight: 'exolight' !important;
}

.legacy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 140px 0; */
    padding: 0 36px;
}

.legacy-btn {
    display: flex;
    justify-content: center;
}

.legacy-btn button {
    background-color: #c1a359;
    height: 52px;
    width: 255px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    /* margin-top: 25%; */
}

.legacy-btn button:hover {
    background-color: #000;
}

.legacy-btn button:hover a {
    color: #c1a359;
}

.legacy-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
    z-index: -1;
}

.legacy-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #111111;
}

.legacy-btn button a {
    color: #000;
    font-size: 17px;
    transition: all 0.35s;
}

.legacy_title p {
    font-size: 21px;
    color: #797979;
    font-family: 'exo2';
    padding: 0px 90px;
    margin-top: 14px;
}

.legacy-items-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 70px 0;
}

/* legacy css end */


/* trust section css start */

.trust-section-title h2 {
    color: #c1a359;
    font-size: 64px;
    font-weight: lighter;
}

.trust-btn button {
    background-color: #c1a359;
    /* padding: 16px 45px; */
    width: 192px;
    height: 52px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    margin-top: 70px;
    z-index: 999;
}

.trust-btn button:hover {
    background-color: #000;
}

.trust-btn button:hover a {
    color: #c1a359;
}

.trust-btn button::after {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
}

.trust-btn button:hover::after {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #c1a359;
}

.trust-btn button a {
    color: #000;
    font-size: 17px;
    transition: all 0.35s;
}

.accordion {
    max-width: 100%;
}

.accordion-item {
    margin-top: 20px;
    overflow: hidden;
}

.accordion-header {
    color: white;
    outline: none;
    /* padding: 10px; */
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header h4 {
    font-size: 41px;
    font-family: 'MaazFont';
    font-weight: lighter;
    text-align: start;
}

.accordion-header i {
    transition: transform 0.4s;
    font-size: 18px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    background-color: #c1a359;

}

.accordion-content {
    max-height: 10px;
    overflow: hidden;
    transition: 0.5s;
    padding: 0 0px;
    border-bottom: 1px solid white;
}

/* delay setting */
.accordion-content p {
    margin: 10px;
    text-align: start;
    font-size: 21px;
    color: #fff;
    font-family: 'exo2';
}

.accordion-content.open {
    max-height: 600px;
    padding: 15px 0;
}


.tabs-container {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    column-gap: 60px;
}

.tab-header {
    flex: 6;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.tab {
    color: rgb(254, 254, 254);
    cursor: pointer;
    text-align: center;
    margin: 20px 0;
    transition: background-color 0.3s ease;
}

.trust-section {
    background: #000;
    width: 100%;
    padding: 70px 36px 70px 36px;
    margin-bottom: 70px;

}

.item-seven {
    display: flex;
    flex-direction: column-reverse;
}

.tab-body {
    flex: 4;
    width: 100%;
}

.tab-body .accordion-item.preivew-tab {
    display: none;
}

.tab-body img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tab-content {
    display: none;
    height: 500px;
}

.tab-content.active {
    display: block;
}

/* trust section css end */


/* main project section */
.item-card-list1 {
    grid-column: span 2;
}

.item-card-list2 {
    grid-column: span 3;
}

.item-card-list3 {
    grid-column: span 3;
}

.item-card-list4 {
    grid-column: span 2;
}

.item-seven {
    grid-column: span 2;
}

.item-eight {
    grid-column: span 3;
}

.text-center {
    text-align: center;
}

.main-project-img img {
    height: 100%;
    width: 100%;
    vertical-align: auto;
    object-fit: fill;
}

.text-center ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 70px;
    margin-top: 40px;
}

.text-center ul li {
    padding: 13px 35px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.1s ease;
    font-weight: 800;
}

.text-center ul li.mixitup-control-active {
    background-color: #c1a359;
}

.text-center ul li:focus {
    outline: none;
    background-color: #c1a359;
    /* Highlight focused item */
}


/* .text-center ul li:focus {
        background-color: #c1a359;
    } */

.project-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row dense;
    gap: 20px;
    overflow: hidden;
    margin-top: 40px;
}

.project-details {
    width: 100%;
    margin: 0 auto;
    padding: 0 36px;
    margin: 70px 0;
}


/* project section css start first home page */
.projects-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 0px 0px 70px;
    height: auto;
    padding: 0 36px;

}

.items-box {
    overflow: hidden;
    position: relative;
    transition: all .5s;
    max-height: 500px;
}

.items-box img {
    height: 100%;
    width: 100%;
    object-fit: fill
}

.items {
    position: relative;
    box-sizing: border-box;
}

.items img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.projects-descrip {
    width: 100%;
    margin: 0 auto;
}

.items img {
    height: 100%;
    width: 100%;
    /* object-fit: fill; */
}

.main-project-img {
    height: 100%;
    display: block;
}

.items-box img {
    transition: all .7s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.projects-descrip .project-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects-descrip .project-btn button {
    background-color: #c1a359;
    /* padding: 16px 45px; */
    width: 220px;
    height: 52px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.project-btn button:hover {
    background: #000;
}

.project-btn button:hover a {
    color: #c1a359;
}

.project-btn button::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: -15.5%;
    left: -3.5%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .6s linear;
}

.project-btn button:hover::after {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #c1a359;
}

.project-btn button a {
    color: #000;
    font-size: 17px;
    transition: all 0.35s;
}

/* items box after before */
.items::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    transition: all 2s ease-in;
}

/* .item-one,
    .item-two {
        max-height: 100px;
    } */

.items:hover::after {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #00000000, #000000c3);

}

.items-box:hover img {
    transform: scale(1.1);
}

.item-three img,
.item-five img {
    height: 100%;
    width: 100%;
}

.items-box:hover .desription {
    transform: translateY(0px);
    opacity: 1;
}

.desription {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .6s;
    display: flex;
    opacity: 0;
    transform: translateY(25px);
    z-index: 999;
    width: 100%;
    padding: 10px;
}


.desription .href-a {
    text-align: end;
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.desription .href-a a {
    color: #fff;
    font-size: 14px;

}

.desription .pera-p h6 {
    color: #fff;
    font-size: 30px;
    font-family: 'MaazFont';
    font-weight: lighter;


}

.desription .pera-p {
    width: 50%;
}

.item-one {
    grid-column: 1/3;
    grid-row: 1/2;
    /* padding-bottom: 70px; */
}

.item-two p {
    font-size: 21px;
    color: #797979;
    font-family: 'exo2';
}

.item-one h2 {
    font-size: 64px;
}

.item-two {
    grid-column: 3/6;
    grid-row: 1/2;

}

.item-three {
    grid-column: 1/3;
}

.item-three img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.item-four {
    grid-column: 3/6;
}

.item-five {
    grid-column: 1/4;
}

.item-six {
    grid-column: 4/6;
}

/* project section css end first home page */

/* contact form css some includes pages */
.contact-container {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #ffffff00, #000000e6), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/contact/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding: 70px 36px;
    background-attachment: fixed;
}

.contact-title h2 {
    color: white;
    padding-bottom: 70px;
}

.heading-one h3 {
    color: white;
    padding-bottom: 25px;
    font-size: 31px;
}

.contact-container .row {
    display: flex;
    width: 100%;
    /* max-width: 1536px; */
    justify-content: center;
    align-items: center;
}

.map-address {
    padding: 0 36px;
    margin: 70px 0;
}

.map-link {
    margin-top: 60px;
}

.contactPage-container {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #0C0B0A 100%, #1B1B1B 95%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 136px 36px 70px 36px;
}

.contactPage-container .row {
    display: flex;
    width: 100%;
    /* max-width: 1530px; */
    justify-content: center;
    align-items: center;
   /* border: 1px solid #000;*/

}

.title-contact h3,
.address-title h3 {
    color: #fff;
    font-size: 30px;
}

.row section.col {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.row section.left {
    width: 100%;
    flex-basis: 50%;
    min-width: 350px;
}

.row section.right {
    flex-basis: 50%;
    /* margin-top: 14%; */
    width: 100%;
}

.contactTitle h2 {
    position: relative;
    color: #fffbfb;
    font-size: 64px;
    display: inline-block;
    margin-bottom: 70px;
    font-weight: lighter;
}

section.left .contactTitle p {
    font-size: 21px;
    color: #fffefe;
    line-height: 1.2;
    padding-bottom: 20px;
    font-family: 'exoreguler';
    width: 400px;
}

section.left .contactInfo {
    margin-bottom: 32px;
}

.contactInfo .iconGroup {
    text-align: start;
    display: flex;
    align-items: center;
    margin: 10px -15px;
}

.iconGroup .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
}

.iconGroup .icon i {
    font-size: 20px;
    color: #c1a359;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.iconGroup .icon i:hover {
    color: #fff;
}

.iconGroup .details span {
    display: block;
    color: #ffffff;
    font-size: 21px;
}

.iconGroup .details span:nth-child(1) {
    color: #ffffff;
}

.row section.right .messageForm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}

.row section.right .inputGroup {
    margin: 26px 0px;
    position: relative;
}

.inputGroup {
    display: flex;
    align-items: flex-end;
} 


/* Country code select */
.countrycode {
    /* width: 100px; Adjust the width based on the country code length */
    padding: 10px;
    background-color: transparent; /* Make the background transparent */
    color: white; /* Set text color to white */
    font-size: 16px;
    border-bottom: 2px solid #ede8e8; /* Optional: add a border to differentiate the field */
    border-top: none;
    border-left: none;
    border-right: none;
    appearance: none; /* Remove default dropdown arrow */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5H7z"/></svg>'); /* Add custom arrow */
    background-repeat: no-repeat; 
    background-position: right 10px center; /* Position the arrow */
    outline: none; /* Remove focus outline */
}

.countrycode option {
    background-color: white; /* Background of the dropdown list */
    color: black; /* Text color for options */
}

.countrycode.show {
    display: block;
}

/* Phone input field */
.phone {
    /* width: calc(100% - 100px); Remaining space after country code */
    padding-left:10px !important; 
    border-left: none;
}

.messageForm .fullWidth {
    flex-basis: 100%;
}

.messageForm input,
.messageForm textarea {
    width: 100%;
    font-size: 18px;
    padding: 1px 0px 5px;
    background: transparent;
    color: #ddd;
    border: none;
    border-bottom: 2px solid #ede8e8;
    outline: none;
}

.messageForm textarea {
    resize: none;
    display: block;
}

textarea::-webkit-scrollbar {
    width: 5px;
}

textarea::-webkit-scrollbar-track {
    background-color: #1e1e1e;
    border-radius: 15px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: dodgerblue;
    border-radius: 5px;
}

.inputGroup label {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fffefe;
    font-size: 20px;
    transition: 0.4s;
    pointer-events: none;
}

/* .inputGroup:nth-child(3) label {
    top: 3px;
}

.inputGroup:nth-child(2) {
    top: 12px;
} */

/* .phone {
    margin-top: -10px;
} */

.inputGroup .span {
    top: 3px;
}

.inputGroup input:focus~label,
.inputGroup select:focus~label,
.inputGroup textarea:focus~label,
.inputGroup input:valid~label,
.inputGroup textarea:valid~label {
    transform: translateY(-30px);
    font-size: 19px;
}

.inputGroup.btn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.inputGroup .submit {
    font-family: 'MaazFont' !important;
    letter-spacing: 1px;
    height: 35px;
    width: 130px;
    font-size: 18px;
    background-color: #c1a359;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}

.inputGroup .submit:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #c1a359;
}

/* contact form end css end */

/* footer css query */
footer {
    background-image: linear-gradient(#282626, #000);
    padding: 40px 60px;
}

.footer-main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 36px;
    column-gap: 20px;
}

.footer {
    flex: 1 1 300px;
    padding: 20px;
}

.footer .logo-img img {
    width: 270px;
    height: auto;
}

.left-inform p {
    color: white;
    margin-top: 30px;
    font-size: 16px;
    font-family: 'exo2light';
    width: 277px;
}

.left-icons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.left-icons i {
    color: #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #c1a359;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.left-icons i:hover {
    background-color: transparent;
    border: 1px solid #c1a359;
    color: white;
}

.center-content h2 {
    color: white;
    font-size: 26px;
    font-weight: normal;
}

.center-content {
    display: flex;
    column-gap: 30%;
}

.center-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.center-content ul li a {
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
}

.center-content ul li a:hover {
    color: #c1a359;
}

.main-info h2 {
    color: #ddd;
    font-size: 31px;
}


.input-bar input {
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    color: white;
}

::placeholder {
    color: white;
    font-size: 18px;
}

.right-footer-btn {
    display: flex;
    justify-content: end;
}

.right-footer-btn button {
    background-color: #c1a359;
    padding: 8px 35px;
    border-radius: 5px;
    border: 1px solid #c1a359;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.right-footer-btn button:hover {
    background-color: #000;
}

.right-footer-btn button a {
    color: #fff;
    text-decoration: none;
}

.hr {
    background-color: #fff;
    height: 1px;
    /* width: 90%; */
    margin: 30px 56px 0 56px;
}

.last-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ddd;
    padding: 10px 56px 0;
    flex-wrap: wrap;
    text-align: center;
}

.last-des a {
    color: white;
}

/* first footer section end */


/* team discription */
.team-discrip {
    padding: 0 36px;
    margin: 112px 0;
}

.team-cards-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.team-cards {
    padding: 26px 25px;
    border-radius: 5px;
    transition: all .5s;

}

.team-cards:hover {
    box-shadow: .1px .1px 4px .1px #00000095;
    transform: scale(1.02);

}

.team-member1-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.member1-info {
    margin-top: 20px;
}

.member1-info h3 {
    color: #000;
    font-size: 31px;
    font-weight: bold;
    font-family: 'exo2' !important;
}

.member1-info .pera1 {
    margin-top: 10px;
    color: #000;
    font-size: 17px;
    font-family: 'exo2' !important;
}

.member1-info .pera2 {
    margin-top: 10px;
    font-size: 17px;
    color: #000;
    font-family: 'exo2' !important;
}

/* read-beyound css */
.read-section {
    width: 100%;
    display: flex;
    padding: 25% 0 50px 0;
    justify-content: center;
    align-items: end;
    background-image: linear-gradient(to bottom, #ffffff00, #000000ed), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/cta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

.willas {
    width: 100%;
    display: flex;
    padding: 25% 0 50px 0;
    justify-content: center;
    align-items: end;
    background-image: linear-gradient(to bottom, #ffffff00, #000000ea), url(/assets/image/cta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.reach-beyound-section {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.main-heading h2 {
    color: #fff;
}

.read-beyound-btn button {
    background-color: #c1a359;
    padding: 16px 50px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    margin-top: 25%;
    color: #fff;
}

.read-beyound-btn button:hover {
    background-color: #000;
}

.read-beyound-btn button:hover a {
    color: #fff;
}

.read-beyound-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
    /* z-index: -1; */
}

.read-beyound-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #000;
}

.read-beyound-btn button a {
    color: #000;
    font-size: 18px;
    transition: all 0.35s;
}

/* services css */
.services-section-container {
    margin: 70px 36px;
}

.services-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 112px;
    margin-top: 60px;
}

.services-groups,
.services-groups1,
.services-groups2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    /* height: 710px; */
}

.services-groups .service1 {
    grid-column: 1;
    grid-row: span 2;
    overflow: hidden;

}

.services-groups .service1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-groups .service2 {
    grid-column: 2;
    grid-row: span 1;
    padding-right: 80px;
    align-self: end;
}

.services-groups .service3 .content-info2 .service-info {
    font-size: 21px !important;
    width: 90%;
    margin-top: 30px;
    line-height: 1.3;
}

.services-groups .service3 .content-info2 .services-info2 {
    font-size: 21px !important;
    margin-top: 30px;
    line-height: 1.3;
    width: 90%;
}

.services-groups .service2 .content-info p {
    font-size: 21px !important;
    width: 90%;
    line-height: 1.3;
    margin-top: 20px;

}

 .servicebox .content-info h2 {
        padding-bottom: 24px;
    }

.P-details5 .services-btn button {
    background-color: #c1a359;
    padding: 16px 50px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    color: white;
    margin-top: 100px;
    margin-left: 15px;
    font-size: 15px;
}

.P-details5 .services-btn button:hover {
    background-color: #000;
    color: #fff;
}

.P-details5 .services-btn button:hover a {
    color: #fff;
}

.P-details5 .services-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
}

.P-details5 .services-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #000;
}


.services-groups1 .service5 .content-info2 .service-info {
    font-size: 21px !important;
    margin-top: 30px;
    width: 90%;
    line-height: 1.3;
}

.services-groups1 .service5 .content-info2 .services-info2 {
    font-size: 21px !important;
    margin-top: 30px;
    line-height: 1.3;
    width: 90%;
}

.services-groups1 .service4 .content-info p {
    font-size: 21px !important;
    width: 90%;
    line-height: 1.3;

}

.services-groups1 .content-info .pera-one {
    font-size: 21px !important;
    margin-top: 30px;
    width: 90%;
    line-height: 1.3;
}

.services-groups2 .content-info .pera-one {
    font-size: 21px !important;
    margin-top: 30px;
    width: 90%;
    line-height: 1.3;
}

.services-groups2 .service9 .content-info2 .service-info {
    font-size: 21px !important;
    margin-top: 30px;
    width: 90%;
    line-height: 1.3;
}

.services-groups2 .service9 .content-info2 .services-info2 {
    font-size: 21px !important;
    margin-top: 30px;
    width: 90%;
}

.services-groups2 .service8 .content-info p {
    font-size: 21px !important;
    line-height: 1.3;

}

.services-groups .service3 {
    grid-column: 2;
    grid-row: span 1;
    padding-right: 80px;
    line-height: 1;
}

.services-groups1 .service4 {
    grid-column: 1;
    grid-row: span 1;
    padding-left: 80px;
    align-self: end;

}

.service-small-img {
    display: none;
}

.serice-img {
    height: 100%;
    max-height: 700px;
}

.serice-img img {
    height: 100%;
    width: 100%;
}

.services-groups1 .service5 {
    grid-column: 1;
    grid-row: span 1;
    padding-left: 80px;
}

.services-groups1 .service6 {
    grid-column: 2;
    grid-row: span 2;
    overflow: hidden;
}

.services-groups1 .service6 img,
.services-groups2 .service7 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-groups2 .service7 {
    grid-column: 1;
    grid-row: span 2;
    overflow: hidden;
}

.services-groups2 .service8 {
    grid-column: 2;
    /* grid-row: 1/4; */
    padding-right: 80px;
    align-self: end;

}

.services-groups2 .service9 {
    grid-column: 2;
    /* grid-row: 4/11; */
    padding-right: 80px;

}

.service3 .services-btn button {
    background-color: #c1a359;
    padding: 16px 50px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    /* color: #fff; */
    margin-top: 80px;
}

.service5 .services-btn button {
    background-color: #c1a359;
    padding: 16px 50px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    /* color: #fff; */
    margin-top: 80px;
}

.service9 .services-btn button {
    background-color: #c1a359;
    padding: 16px 50px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    /* color: #fff; */
    margin-top: 80px;
}

.services-btn button:hover {
    background-color: #000;
}

.services-btn button:hover a {
    color: #fff;
}


.services-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
}

.services-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #000;
}

.services-btn button {
    color: #000;
    font-size: 18px;
    transition: all 0.35s;
}

.servicebox .content-info p,
.servicebox .content-info2 p {
    text-align: justify;
    font-size: 20px;
}

.services-cards-group {
    height: auto;
}




/* project details css */
.pdetails-section {
    padding: 0 36px;
    margin: 112px 0;
}

.pdetails-section-cards {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    overflow: hidden;
    gap: 20px;
}

.P-details4 {
    grid-column: 1/3;
    padding: 0 50px 0 0px;
}

.P-details5 {
    grid-column: 1/3;
    padding: 0 50px 0 0px;
}

.P-details6 {
    grid-column: 3/5;
    grid-row: 1/4;
}

.P-details6 img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.P-details7 {
    grid-column: 1/3;
    grid-row: 4/7;
    margin-top: 100px;
}

.P-details7 img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    border-radius: 0;
}

.P-details8 {
    grid-column: 3/5;
    grid-row: 5/6;
    margin-top: 100px;
    padding: 0 0px 0 0px;
}

.P-details8 h3 {
    font-family: 'exo2' !important;
    font-size: 41px;
    font-weight: 200;
}

.trilium {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.P-details8 .content-info p {
    font-size: 20px;
    color: #797979;
}

.P-details5 .content-info2 .eden-info {
    margin-top: 30px;
    width: 100%;
}

.project-info1 .pera-one {
    font-size: 20px;
    margin-top: 25px;
    text-align: justify;
}

.project-info2 .pera-two {
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
}

.project-info {
    font-size: 20px;
    margin-top: 30px;
    text-align: justify;
}


.info-one {
    margin-top: 10px;
}

.hr1 {
    display: none;
    width: 90%;
}


.project-keys-price {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    gap: 20px;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

.hr2 {
    height: 1px;
    width: 100%;
    margin-top: 30px;
}

.key-one {
    padding: 10px;
    min-width: 120px;
    transition: all .5s;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

}

.key-one .key-info {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.key-one .key-info p {
    font-size: 13px;
    color: #000;
}

.key-one .key-info a {
    cursor: default;
}

.key-one:hover {
    box-shadow: 1px 1px 8px 1px #4f4c4c59;
    transform: scale(1.05);
}

.key-one .price h4 {
    color: #c1a359;
    font-size: 17px;
}

.button-projects {
    display: flex;
    justify-content: space-between;
}

.button-projects button {
    height: 45px;
    width: 170px;
    margin-top: 30px;
    border: 1px solid #c1a359;
    cursor: pointer;
    background-color: #fff;
    transition: all ease .5s;
    border-radius: 5px;
}

.button-projects button:hover {
    box-shadow: 1px 1px 8px 1px #4f4c4c59;
    transform: scale(1.005);
}

.button-projects button a {
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    /* -webkit-animation: move 30s linear infinite; */
    animation: move 30s linear infinite;
    animation-fill-mode: backwards;
    transition: transform 4s linear;
}

.swiper-wrapper:hover {
    animation-play-state: paused;
}

@-webkit-keyframes move {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes move {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.gallery-content {
    margin: 112px 0;

}

.gallery-title {
    padding: 0 0 36px 36px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 60vh !important;
    width: 106.67vh !important;
    cursor: pointer;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide a:active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

/* blogs section css */
.main-content-blog {
    padding: 0 36px;
    margin: 70px 0;
}

.blogs-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.blogs-cards a {
    color: #000;
}

.blog-card-item {
    padding: 20px;
    transition: all .8s;
}

.blog-card-item:hover {
    box-shadow: 1px 1px 10px 1px #908d8dae;
    transform: scale(1.01);
}

.blog-img img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    border-radius: 5px;
}

.blog-card-item .blog-info h4 {
    font-size: 15px;
    margin-top: 13px;
}

.blog-card-item .blog-info h3 {
    font-size: 31px;
    margin-top: 13px;
}

.blog-card-item .blog-info p {
    font-size: 21px;
    margin-top: 13px;
    font-family: 'exo2' !important;
}

/* amenities section css */
.amenities {
    padding: 0 36px;
    margin: 112px 0;
}

.amenities-items {
    display: grid;
    grid-template-columns: repeat(4, 345px);
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    align-content: center;
}

.amenities-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 345px;
    gap: 10px;
    background-image: linear-gradient(to right, #0c0b0a 100%, #1b1b1b 95%);
}

.amenities-box .icons-img i {
    font-size: 50px;
    color: #c1a359;
}

.amenities-box .icons-img{
    height: 71px;
    width:71px;
}

.amenities-box .icons-text h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'MaazFont';
    font-weight: lighter;
    line-height: 1.4;
}

/* wills section */
.Wills-section {
    margin: 112px 0;
    padding: 0 36px;

}

.Wills-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.Wills-cards .wills-one {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: 1/3;
    padding-right: 80px;
}

.wills-one .pera-one {
    font-size: 21px;
    /* width: 647px; */
}

.Wills-cards .wills-two {
    grid-column: 3/5;
    grid-row: 1/3;
}

.Wills-cards .wills-two img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.Wills-cards .wills-three {
    grid-column: 1/3;
    grid-row: 3/6;
    margin-top: 100px;

}

.Wills-cards .wills-three img {
    height: 100%;
    width: 100%;
}


/* blogs deatils */
.blog-details-content {
    max-width: 1280px;
    margin: 112px auto;
}

.details-main-content h2 {
    font-size: 50px;
    font-family: 'exo2' !important;
}

.details-main-content .details-img img {
    height: 100%;
    width: 100%;
    margin-top: 40px;
}

.details-main-content .details-info {
    margin-top: 30px;
}

.details-main-content .details-info p {
    text-align: justify;
    font-size: 20px;
}

.details-main-content .details-info .del-one {
    margin-top: 10px;
}

.details-main-content .details-info h5 {
    font-size: 30px;
    margin-top: 30px;
    font-family: 'exo2' !important;
}

.details-main-content .details-info ul {
    margin-top: 30px;
    margin-left: 30px;
}

.details-main-content .details-info ul li {
    color: #000;
    font-size: 20px;
    font-family: 'exo2';
    font-weight: bold;
}

.type-blogs p {
    margin-top: 5px;
}





/* Container styling */
/* #phone {
    padding: 10px;
    font-size: 16px;
    border-bottom: 3px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.iti {
    width: 100%;
    position: relative;
} */

.iti {
    width: 100%;
}

/* #phone{
    position: absolute;
} */

/* .iti__flag{
    display: none;
} */


/* video section css */
.project-video {
    position: relative;
    padding-bottom: 0%;
    /* overflow: hidden; */
    height: 90vh;
    max-width: 100%;
}

/* Thumbnail Overlay */
.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/project/390/Projects\ Details\ -\ 390\ Willis.png');
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Play Button */
.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.play-button span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0, 0, 0, 0.8);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

#youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}



/* privacy part */
.privcay-details-content {
    padding: 0 46px;
    margin: 80px 0;
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.personal-infor-privacy ul li {
    list-style: disc;
    margin-top: 1rem;
    margin-left: 1rem;
    /* width: 40%; */
    font-size: 1.2rem;
}

.personal-infor-privacy ul li span {
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
}

.privacy-title h3 {
    font-family: 'exo2' !important;
    margin-top: 1.5rem;
    font-size: 1.3rem;
}

.privacy-title p {
    margin-top: .5rem;
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 1.2;
}

.terms-details-content {
    display: flex;
    gap: 5rem;
    padding: 0 44px;
    margin: 70px 0;
}



/* back to top button */


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid #c1a359;
    z-index: 999;
}

#myBtn i {
    font-size: 18px;
    font-weight: bold;
    color: #c1a359;
}

#myBtn:hover {
    background-color: #555;
}


/* max-width 1400px */
@media screen and (max-width:1440px) {

    .item-three .desription .pera-p p,
    .item-six .desription .pera-p p {
        font-size: 25px;
    }


    /* services css */
    .services-btn button {
        margin-top: 50px;
    }

    .services-groups .service3 .content-info2 .service-info {
        font-size: 22px !important;
    }

    .services-groups .service3 .content-info2 .services-info2 {
        font-size: 22px !important;
        margin-top: 20px;
    }

    .services-groups .service2 .content-info p {
        font-size: 22px !important;

    }

    .services-groups1 .service5 .content-info2 .service-info {
        font-size: 22px !important;
    }

    .services-groups1 .service5 .content-info2 .services-info2 {
        font-size: 22px !important;
        margin-top: 20px;
    }

    .services-groups1 .service4 .content-info p {
        font-size: 22px !important;

    }

    .services-groups2 .service9 .content-info2 .service-info {
        font-size: 22px !important;
    }

    .services-groups2 .service9 .content-info2 .services-info2 {
        font-size: 22px !important;
        margin-top: 20px;
    }

    .services-groups2 .service8 .content-info p {
        font-size: 22px !important;

    }
}

/* max-width 1300px */

@media screen and (max-width:1300px) {
    .item_one-info h3 {
        font-size: 16.5px;
        color: #000000;
    }


    .amenities-items {
        grid-template-columns: repeat(3, 345px);
    }
}

/* max-width 1200px */

@media screen and (max-width:1200px) {
    .item_one-info h3 {
        font-size: 14px;
        color: #000;
    }

    .contactTitle h2 {
        font-size: 55px;
    }

    .tab-content {
        display: none;
        height: 500px;
    }

    .project-keys-price {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* max-width 1024px */

@media screen and (max-width:1024px) {
    .item_one-info h3 {
        font-size: 14.5px !important;
        color: #000;
    }

    .legacy_title {
        padding: 0;
        text-align: start;
    }

    .legacy {
        margin-top: 40px;
    }

    .legacy_title p {
        padding: 0;
    }

    .tab-content {
        display: none;
        height: 500px;
    }

    .legacy-items-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 66px;
    }

    .legacy_title h2 {
        font-size: 55px;
        font-weight: lighter;
    }

    .contact-btn,
    .nav {

        display: none;
    }

    .nav {
        display: none;
    }

    .sidebar.active {
        left: 0;
    }

    .nav-toggler {
        display: block;
        display: flex;
    }

    .items img {
        height: 100%;
        width: 100%;
    }

    .item_one-info .btn_one-legacy i {
        height: 37px;
        width: 37px;
        border: 2px solid rgb(235, 235, 235);
        color: #fffcfc;
        font-size: 20px;
    }

    .tab-body {
        display: none;
    }

    #tab-img {
        display: block;
        height: 100%;
        width: 100%;
    }

    /* project cards */
    .item-one {
        grid-column: 1/7;
        grid-row: 1/2;
        /* height: 100px; */

    }

    .item-two {
        grid-column: 1/7;
        grid-row: 2/3;
        height: 100px;

    }

    .item-three {
        grid-column: 1/4;
        grid-row: 6/8;
    }

    .item-four {
        grid-column: 1/7;
        grid-row: 3/6;
    }

    .item-card-list1 .desription,
    .item-card-list4 .desription,
    .item-three .desription,
    .item-six .desription {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .item-six .desription .href-a {
        justify-content: start;
        width: 100%;
    }

    .item-five {
        grid-column: 1/7;
        grid-row: 8/10;
    }

    .item-six {
        grid-column: 4/7;
        grid-row: 6/8;
    }

    .projects-cards {
        grid-template-columns: repeat(6, 1fr);
    }

    .project-items {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense;
    }

    .item-card-list1 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .item-card-list2 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .item-card-list3 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .item-card-list4 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .item-seven {
        grid-column: span 1;
    }

    .item-eight {
        grid-column: span 2;
    }

    /* legacy */
    .items_one:hover {
        transform: scale(1.05);
        opacity: 1;
    }

    .item_one-info {
        left: 10%;
        bottom: 50%;
        opacity: 0;

    }

    .items_one {
        height: 500px;
        overflow: hidden;
    }

    .items_one img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }


    .items_one:hover::before {
        content: "";
        display: block;
        background-color: black;
        position: absolute;
        inset: 0;
        opacity: 40%;
    } 

    .item_one:hover .item_one-info {
        opacity: 1;
    }


    .item_one-info h3 {
        font-size: 25px !important;
        color: #ffffff;
    }


    .contactTitle h2 {
        font-size: 50px;
    }


    footer {
        padding: 30px;
    }

    .footer-main-content {
        padding: 50px 25px;
    }

    .footer {
        flex: 1 1 300px;
        padding: 10px;
    }

    .footer .logo-img img {
        width: 50%;
        height: auto;
    }

    .item-card-list1 .desription .pera-p,
    .item-three .desription .pera-p,
    .item-six .desription .pera-p,
    .item-card-list4 .desription .pera-p {
        width: 100%;
    }

    .item-card-list1 .desription .href-a,
    .item-card-list4 .desription .href-a,
    .item-three .desription .href-a,
    .item-six .desription .href-a {

        align-items: center;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .project-details {
        padding: 0 20px;
        margin: 50px 0;
    }

    .team-cards-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 50px;
    }

    .team-member1 {
        grid-template-columns: 1/2;
        grid-row: 1/2;
    }

    .team-member2 {
        grid-template-columns: 2/3;
        grid-row: 1/2;
    }

    .team-member3 {
        grid-template-columns: 3/4;
        grid-row: 1/2;
    }

    .team-member4 {
        grid-template-columns: 1/2;
        grid-row: 2/3;
    }

    .team-member6 {
        grid-template-columns: 2/3;
        grid-row: 2/3;
    }

    .team-member7 {
        grid-template-columns: 3/4;
        grid-row: 2/3;
    }

    /* services css */


    .service5 .services-btn button {
        background-color: #c1a359;
        padding: 16px 50px;
        border-radius: 7px;
        transition: all 0.35s;
        border: none;
        outline: none;
        position: relative;
        cursor: pointer;
        color: #fff;
        margin-top: 30px;
    }

    .service9 .services-btn button {
        background-color: #c1a359;
        padding: 16px 50px;
        border-radius: 7px;
        transition: all 0.35s;
        border: none;
        outline: none;
        position: relative;
        cursor: pointer;
        color: #fff;
        margin-top: 30px;
    }


    .key-one {
        /* height: 60px;
        width: 170px; */
        gap: 5px;
        padding: 20px;
        max-width: 75%;
    }

    .pdetails-section-cards {
        display: grid;
        grid-template-columns: repeat(4, 24%);
        overflow: hidden;
        gap: 10px;
    }

    .pdetails-section-cards .servicebox {
        height: 100% !important;
    }

    .P-details4 {
        grid-column: 1/5;
        grid-row: 1/2;
        padding-bottom: 20px;
        padding: 0 0px 0 0px;
    }

    .P-details5 {
        grid-column: 1/5;
        padding: 0 0px 0 0px;
        grid-row: 6/8;
        padding-bottom: 20px;
    }

    .P-details6 {
        grid-column: 1/5;
        grid-row: 2/6;
    }

    .P-details7 {
        grid-column: 1/5;
        grid-row: 8/9;
        margin-top: 30px;
    }

    .P-details8 {
        grid-column: 1/6;
        grid-row: 9/10;
        margin-top: 30px;
        padding: 0 0px 0 0px;
    }

    /* .hr2 {
        display: none;
    } */
    .hr1 {
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .Wills-cards .servicebox {
        height: 100%;
    }



    .key-one .key-info {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }

    .button-projects {
        display: flex;
        justify-content: center;
        column-gap: 80px !important;
    }

    .button-projects button {
        height: 45px;
        width: 170px;
    }

    /* blogs css */
    .blogs-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .amenities-items {
        grid-template-columns: repeat(2, 345px);
    }

    /* wills section */
    .Wills-section {
        margin: 100px 0;
        padding: 0 36px;

    }

    .Wills-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .Wills-cards .wills-one {
        grid-column: 1/5;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-row: 1/3;
        padding-right: 0px;
    }

    .Wills-cards .wills-two {
        grid-column: 1/5;
        grid-row: 3/5;
    }

    .Wills-cards .wills-three {
        grid-column: 1/5;
        grid-row: 5/7;
        margin-top: 40px;

    }

    .button-projects {
        column-gap: 20px;
    }

    .services-section-container {
        margin: 60px 20px;
    }

    .services-cards {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        row-gap: 10px;
    }

    .services-groups,
    .services-groups1,
    .services-groups2 {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 60px;
        column-gap: 0px;
    }

    .services-groups .service1 {
        order: 1;
        grid-column: 1;
        width: auto;

    }

    .servicebox {
        /* height: 500px !important; */
        width: 100%;
        padding: 0;
    }

    .Wills-cards .servicebox {
        height: 100% !important;
    }

    .services-groups .service2 {
        grid-column: 1;
        padding: 0px;
    }

    .service-image {
        display: none;
    }


    .services-groups .service3 {
        grid-column: 1;
        padding: 0px;
        order: 3;

    }

    .services-groups1 .service4 {
        grid-column: 1;
        width: auto;
        padding: 0;


    }


    .services-groups1 .service5 {
        grid-column: 1;
        padding: 0px;


    }

    /* .servicebox .content-info h2 {
        font-size: 31px;
    } */

    .services-groups1 .service6 {
        grid-column: 1;
        width: auto;
    }

    .services-groups .service1 img,
    .services-groups1 .service6 img,
    .services-groups2 .service7 img {
        margin-top: 30px;
        height: 100%;
        width: 100%;
    }

    .services-groups2 .service7 {
        order: 2;
        grid-column: 1;
        width: auto;
        padding: 0px;

    }

    .services-groups2 .service8 {
        grid-column: 1;
        width: auto;
        padding: 0px;

    }

    .services-groups2 .service9 {
        order: 3;
        grid-column: 1;
        padding: 0px;


    }

    .services-groups .service2 .content-info p {
        width: 100%;
    }

    .services-groups .service3 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups .service3 .content-info2 .services-info2 {
        width: 100%;
    }
    .services-groups1 .service5 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups1 .service5 .content-info2 .services-info2 {
        width: 100%;
    }

    .services-groups1 .service4 .content-info p {
        width: 100%;

    }

    .services-groups2 .service9 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups2 .service9 .content-info2 .services-info2 {
        width: 100%;
    }

    .services-groups2 .service8 .content-info p {
        width: 100%;

    }

    .serice-img .service-lg-img {
        max-height: 70vh;
        display: block;
    }

    .services-boyound {
        margin-top: 30%;
    }

    .service3 .services-btn button {

        margin-top: 40px;
    }

    .service5 .services-btn button {
        margin-top: 40px;
    }

    .service9 .services-btn button {
        margin-top: 40px;
    }

    /* privacy part */
    .privcay-details-content,
    .terms-details-content {
        padding: 0 20px;
        margin: 70px 0;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .personal-infor-privacy ul li {
        list-style: disc;
        margin-top: 1rem;
        margin-left: 1rem;
        width: 40%;
        font-size: 1.2rem;
    }

    .personal-infor-privacy ul li span {
        color: #000;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .privacy-title h3 {
        font-family: 'exo2' !important;
        margin-top: 1.5rem;
        font-size: 1.3rem;
    }

    .privacy-title p {
        margin-top: .5rem;
        width: 100%;
        font-size: 1.1rem;
        letter-spacing: 1.2;
    }

}

/* max-width 992px */
@media screen and (max-width:998px) {
    .legacy_title h2 {
        font-size: 45px;
        font-weight: lighter;
    }

    .tab-body {
        display: none;
    }

    .item-two p {
        font-size: 24px;
    }

    .popup-arrow i {
        display: none;
    }

    .inputGroup {
        display: flex;
        justify-content: center;
    }


    .items_one {
        height: 400px;
        overflow: hidden;
    }

    .items_one img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }

    .item_one-info h3 {
        font-size: 23px !important;
        color: #fff6f6;
    }

    .items_one:hover {
        transform: scale(1.05);
        opacity: 1;
    }

    .item_one-info {
        left: 10%;
        bottom: 55%;
        opacity: 0;

    }

    .items_one img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }

    .item_one:hover .item_one-info {
        opacity: 1;
    }

    .item-three .desription .pera-p p,
    .item-six .desription .pera-p p {
        font-size: 20px;
    }

    .contact-container .row {
        flex-direction: column;
    }

    .row section.left {
        width: 100%;
        flex-basis: 100%;
        min-width: 350px;
    }

    .row section.right {
        flex-basis: 100%;
        margin-top: 0%;
        width: 100%;
    }

    .contactTitle h2 {
        font-size: 64px;
        margin-bottom: 2%;
    }

    .team-cards-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-top: 50px;
    }

    .team-member1 {
        grid-template-columns: 1/2;
        grid-row: 1/2;
    }

    .team-member2 {
        grid-template-columns: 2/3;
        grid-row: 1/2;
    }

    .team-member3 {
        grid-template-columns: 1/2;
        grid-row: 2/3;
    }

    .team-member4 {
        grid-template-columns: 2/3;
        grid-row: 2/3;
    }

    .team-member6 {
        grid-template-columns: 2/3;
        grid-row: 3/4;
    }

    .team-member7 {
        grid-template-columns: 3/4;
        grid-row: 3/4;
    }

    /* project items css */
    .text-center ul {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        margin-top: 40px;
    }

    .text-center ul li {
        /* background-color: #c1a359; */
        padding: 13px 35px;
        border-radius: 5px;
        font-size: 14px;
    }

    .right-footer-btn {
        justify-content: end;
        display: flex;
    }
}

/* 768px max-width */
@media screen and (max-width:768px) {

    .pdetails-container,
    .wills-container,
    .home-container,
    .contact-us-container,
    .project-container,
    .services-container {
        padding: 20px 0px 0px 0px;
    }

    .project-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
            url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/project/about-hero.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
    }

    .services-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
            url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/service/about-hero.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
    }

    .contact-us-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
            url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/contact/3.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
    }

    /* .video-container {
        position: relative;
    } */

    .video-container::after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        Height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 49.91%, rgba(0, 0, 0, 0.80) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .home-dicrip {
        left: 20px;
        right: 20px;
    }

    .home-dicrip .home-info h1 {
        font-size: 35px;
    }

    .home-dicrip .home-info h2 {
        font-size: 26px;

    }

    .popup-arrow {
        display: none;
    }

    .legacy-main-content {
        margin: 50px 0;
    }

    .legacy_title h2 {
        font-size: 31px;
        font-weight: 300;
        font-style: normal;
        line-height: 120%;
    }

    .legacy_title p {
        font-size: 14px;
        font-weight: 300;
        margin-top: 20px;
        font-style: normal;
        line-height: normal;
    }

    .tab-body {
        display: none;
    }

    .projects-cards p {
        font-size: 15px;
    }

    .items_one {
        height: 660px;
        overflow: hidden;
    }

    .items_one img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }

    .item_one-info h3 {
        font-size: 20px;
        color: #ffffff;
        font-family: 'MaazFont' !important;
        font-style: normal;
        font-weight: 300px;
        text-align: center;
    }

    .tabs-container {
        margin-top: 30px;
    }

    .service-small-img {
        display: block;
    }

    .item_one-info .btn_one-legacy i {
        display: none;
    }

    .items_one:hover {
        transform: scale(1.02);
        opacity: 1;
    }

    .item_one-info {
        left: 18%;
        bottom: 60%;
        opacity: 0;

    }

    .servicebox .content-info p,
    .servicebox .content-info2 p {
        font-size: 14px;
        margin-top: 20px;
    }

    .item_one:hover .item_one-info {
        opacity: 1;
    }

    .item-three .desription .pera-p p,
    .item-six .desription .pera-p p {
        font-size: 20px;
    }

    .contactTitle h2 {
        font-size: 64px;
    }

    .contact-container .row {
        flex-direction: column;
    }

    .legacy-items-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 66px;
        align-content: center;
        justify-content: center;
    }

    .legacy-items-cards .items_one {
        height: 390px;
    }

    .legacy-items-cards .items_one img {
        height: 100%;
        width: 100%;
    }

    .trust-section-title h2 {
        font-size: 31px;
    }

    .trust-section {
        margin-bottom: 0px;
    }

    .item-three .desription .pera-p p,
    .item-six .desription .pera-p p {
        font-size: 17px;
    }

    .header {
        background: transparent;
        backdrop-filter: blur(0);
    }

    .accordion-header h4 {
        font-size: 26px;
    }

    .accordion-content p {
        font-size: 14px;
    }

    .projects-cards {
        padding: 0 20px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contact-container {
        margin-top: 50px;
        padding: 40px 20px;
    }

    .project-info {
        font-size: 14px;
    }

    .project-info1 .pera-one {
        font-size: 14px;
    }

    .project-info2 .pera-two {
        font-size: 14px;
    }

    .row section.left {
        width: 100%;
        flex-basis: 100%;
    }

    .row section.right {
        flex-basis: 100%;
        width: 100%;
        margin-top: 0 !important;

    }

    footer {
        background-image: linear-gradient(#282626, #000);

    }

    .footer-main-content {
        padding: 20px 5px;
    }

    .footer {
        flex: 1 1 300px;
        padding: 10px;
    }

    .footer .logo-img img {
        width: 50%;
        height: auto;
    }

    .last-des {
        flex-direction: column;
        text-align: center;
    }

    .team-discrip {
        padding: 0 20px;
        margin: 100px 0;
    }

    .button-projects button {
        height: 40px;
        width: 130px;
    }

    .legacy-btn button {
        height: 45px;
        width: 120px;
    }

    .legacy-btn button a {
        font-size: 10px;
    }




    .blogs-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .amenities-box {
        height: 350px;
        flex-direction: column;
    }

    .amenities-items {
        grid-template-columns: repeat(2, 350px);
    }

    .amenities {
        padding: 0 36px;
        margin: 100px 0;
    }

    .services-btn button {
        margin-top: 30px;
        padding: 15px 40px !important;
    }

    .P-details8 .content-info h3 {
        font-size: 31px;
    }

    .Wills-section {
        margin: 50px 0;
        padding: 0 20px;
    }

    .wills-three {
        margin-top: 30px !important;
    }

    .Wills-cards {
        column-gap: 0px;
    }

    .will-info {
        font-size: 14px;
    }

    .Wills-cards img {
        width: 100%;
    }


    .home-container {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
            url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/hm-hero-bg.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
        background-size: cover;
        background-position: center;
    }

    h2 {
        font-size: 31px;
    }

    .inputGroup {
        display: flex;
        justify-content: center;
    }



    .services-section-container {
        margin: 60px 20px;
    }

    .services-cards {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        row-gap: 10px;
    }

    .services-groups .service2 {
        width: 100%;
    }


    .services-groups .service3 {
        width: 100%;
    }

    .services-groups1 .service4 {
        padding: 0;
    }

    .services-groups1 .service5 {
        padding: 0px;
    }

    .servicebox .content-info h2 {
        font-size: 31px;
        padding-bottom: 0px;
    }

    .services-groups1 .service6 {
        width: auto;
    }

    .services-groups1 .service6 img,
    .services-groups2 .service7 img {
        height: 100%;
        width: 100%;
    }

    .services-groups2 .service7 {
        width: auto;
    }

    .services-groups2 .service8 {
        width: auto;

    }

    .services-groups2 .service9 {
        padding: 0px;
    }

    .contact-page {
        flex-direction: column-reverse;
    }

    .services-boyound {
        margin-top: 10%;
    }

    .service3 .services-btn button {

        margin-top: 30px;
    }

    .service5 .services-btn button {
        margin-top: 30px;
    }

    .service9 .services-btn button {
        margin-top: 30px;
    }

    .P-details5 .services-btn button {
        margin-top: 50px;
        margin-left: 15px;
        font-size: 10px;
    }

    .services-groups .service3 .content-info2 .service-info {
        font-size: 14px !important;

        width: 100%;
    }

    .services-groups .service3 .content-info2 .services-info2 {
        font-size: 14px !important;

        width: 100%;
        
    }

    .services-groups .service2 .content-info p {
        font-size: 14px !important;

        width: 100%;

    }


    .services-groups1 .service5 .content-info2 .service-info {
        font-size: 14px !important;
        width: 100%;
    }

    .services-groups1 .service5 .content-info2 .services-info2 {
        font-size: 14px !important;
        width: 100%;
    }

    .services-groups1 .service4 .content-info p {
        font-size: 14px !important;

        width: 100%;

    }

    .services-groups2 .service9 .content-info2 .service-info {
        font-size: 14px !important;

        width: 100%;
    }

    .services-groups2 .service9 .content-info2 .services-info2 {
        font-size: 14px !important;

        width: 100%;
    }

    .services-groups2 .service8 .content-info p {
        font-size: 14px !important;

        width: 100%;

    }

    .services-btn button {
        padding: 10px 30px !important;
    }

    .services-btn button a {
        font-size: 10px;
    }

    .services-boyound .read-beyound-btn button {
        padding: 10px 30px !important;
    }

    .services-boyound .read-beyound-btn button a {
        font-size: 10px;
    }

    .services-boyound h2 {
        font-size: 31px;
    }

    .pdetails-section {
        padding: 0 20px;
        margin: 60px 0;
    }


    .project-des h3 {
        font-size: 20px;
    }

    .project-des p {
        font-size: 14px;
    }

    .swiper-slide {
        max-height: 100vh;
        max-width: 80vw;
    }

    .serice-img .service-lg-img {
        max-height: 40vh;
        object-fit: cover;
        display: block;
    }


    





    /* privacy part css */
    .personal-infor-privacy ul li {
        width: 100%;
    }


}

/* max-width 600 */


@media screen and (max-width:600px) {
    .header {
        background: transparent;
        backdrop-filter: blur(0);
    }

    body {
        height: 100%;
        overflow-x: hidden;

    }

    .home-container {
        padding: 20px 0px 0px 0px;
        height: 100dvh;
    }

    .home-dicrip {
        left: 15px;
        right: 15px;
    }

    .home-dicrip .home-info h1 {
        font-size: 45px;
    }

    .home-dicrip .home-info h2 {
        font-size: 30px;

    }

    .map-link iframe {
        height: 300px;
    }

    .legacy_title {
        text-align: start;
    }

    .legacy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .legacy_title h2 {
        font-size: 31px;
        font-weight: lighter;
    }

    .legacy_title p {
        font-size: 14px;
        font-weight: lighter;
        margin-top: 20px;
        padding: 0;
        text-align: left;
    }

    .tab-body {
        display: none;
    }

    .inputGroup {
        justify-content: center;
    }

    .items_one {
        height: 470px;
        overflow: hidden;
    }

    .items_one img {
        height: 100%;
        width: 100%;
        object-fit: fill;
    }

    .item_one-info .btn_one-legacy i {
        display: none;
    }

    .items_one:hover {
        transform: scale(1.02);
        opacity: 1;
    }

    .item-one h2 {
        font-size: 31px;
    }

    .item-two p {
        margin-top: -0px;
    }


    .item_one:hover .item_one-info {
        opacity: 1;
    }

    .item-card-list2 .desription .pera-p h6,
    .item-eight .desription .pera-p h6,
    .item-four .desription .pera-p h6,
    .item-five .desription .pera-p h6 {
        font-size: 23px;
    }

    .contact-container .row {
        flex-direction: column;
        width: 100%;
    }

    .row section.right {
        margin-top: 0;
    }

    section.left .contactTitle p {
        width: 100%;
        font-size: 16px;
    }

    .legacy-items-cards {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .item-card-list1 .desription .pera-p h6,
    .item-card-list4 .desription .pera-p h6,
    .item-three .desription .pera-p h6,
    .item-six .desription .pera-p h6 {
        font-size: 20px;
    }




    .trust-section {
        padding: 50px 20px 50px 20px;

    }


    .footer-main-content {
        padding: 20px 0px;
        gap: 20px;
    }

    .footer {
        flex: 1 1 300px;
        padding: 10px;
    }

    .footer .logo-img img {
        width: 50%;
        height: auto;
    }

    .input-bar input {
        margin-top: 30px;
        padding: 10px;
        width: 100%;
        outline: none;
        background: transparent;
        border: 1px solid #fff;
        color: white;
    }

    .right-footer-btn {
        justify-content: center;
    }



    .accordion-header i {
        font-size: 15px;
        height: 25px;
        width: 25px;

    }


    .team-cards-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 50px;
    }

    .team-member1 {
        grid-template-columns: 1/2;
        grid-row: 1/2;
    }

    .team-member2 {
        grid-template-columns: 1/2;
        grid-row: 2/3;
    }

    .team-member3 {
        grid-template-columns: 1/2;
        grid-row: 3/4;
    }

    .team-member4 {
        grid-template-columns: 1/2;
        grid-row: 4/5;
    }

    .team-member6 {
        grid-template-columns: 1/2;
        grid-row: 5/6;
    }

    .team-member7 {
        grid-template-columns: 1/2;
        grid-row: 6/7;
    }

    .member1-info h3 {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        font-family: 'exo2' !important;
    }

    .team-main-title h2 {
        font-size: 30px;
    }

    .main-heading h2 {
        font-size: 31px;
    }



    .text-center ul {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        margin-top: 40px;
    }

    .text-center ul li {
        padding: 13px 22px;
        border-radius: 5px;
        font-size: 12px;
    }


    .key-one .key-info p {
        font-size: 11px;
    }

    .key-one .key-info i {
        font-size: 4px;
    }

    .key-one .price h4 {
        font-size: 13px;
    }

    .key-one {
        padding: 20px;
    }

    .button-projects {
        column-gap: 0px !important;
    }

    .project-video iframe {
        height: 250px;
    }


    .amenities-box {
        height: 240px;
    }

    .amenities-items {
        grid-template-columns: repeat(2, 280px);
        gap: 20px;
    }

    .amenities {
        padding: 0 20px;
        margin: 50px 0;
    }

    .amenities-box .icons-img i {
        font-size: 30px;
    }

    .amenities-box .icons-text h4 {
        font-size: 20px;
    }

    .Wills-cards {
        width: 100%;
    }



    .button-projects {
        column-gap: 20px;
    }


    .trust-btn button {
        width: 120px;
        height: 45px;
        margin-top: 20px;
        z-index: 999;

    }

    .trust-btn {
        display: flex;
        justify-content: center;
    }

    .trust-btn button a {
        font-size: 10px;

    }

    .projects-descrip .project-btn button {
        background-color: #c1a359;
        /* padding: 16px 45px; */
        width: 120px;
        height: 45px;
    }

    .project-btn button a {

        font-size: 10px;
    }

    .contactInfo h3 {
        font-size: 20px;
    }

    .heading-one h3 {
        font-size: 20px !important;
    }


    /* blogs details css */
    .blog-details-content {
        margin: 60px 20px;
    }

    .details-main-content h2 {
        font-size: 31px;
    }

    .details-main-content .details-img img {
        height: 100%;
        width: 100%;
        margin-top: 30px;
    }

    .details-main-content .details-info {
        margin-top: 20px;
    }

    .details-main-content .details-info p {
        font-size: 14px;
    }

    .details-main-content .details-info .del-one {
        margin-top: 10px;
    }

    .details-main-content .details-info h5 {
        font-size: 20px;
        margin-top: 30px;
        font-family: 'exo2' !important;
    }

    .details-main-content .details-info ul {
        margin-top: 20px;
        margin-left: 10px;
    }

    .details-main-content .details-info ul li {
        color: #000;
        font-size: 14px;
        font-family: 'exo2';
        font-weight: bold;
    }

    .main-content-blog {
        padding: 0 20px;
        margin: 60px 0;
    }
    .serice-img .service-lg-img{
        max-height: 35vh;
        object-fit: cover;
    }

}

/* max-width */
@media (max-width:500px) {
    body {
        width: auto;
        margin: auto;
    }

    .right-footer-btn {
        justify-content: center;
    }

    .inputGroup {
        justify-content: center;
    }

    .center-content h2 {
        color: white;
        font-size: 20px;
        font-weight: normal;
    }

    .accordion-header h4 {
        font-size: 25px;
    }

    .contactTitle h2 {
        font-size: 35px;
    }

    .home-dicrip .home-info h1 {
        font-size: 35px;
    }

    .home-dicrip .home-info h2 {
        font-size: 25px;

    }

    .items_one {
        height: 400px;
        overflow: hidden;
    }

    .button-projects button {
        height: 32px;
        width: 118px;
        margin-left: 5px;
    }






    .amenities-items {
        grid-template-columns: repeat(2, 220px);
    }

    .pera2 {
        font-size: 10px;
    }

    .team-cards {
        padding: 10px;

    }

    .item-card-list2 .desription .pera-p h6,
    .item-eight .desription .pera-p h6,
    .item-four .desription .pera-p h6,
    .item-five .desription .pera-p h6 {
        font-size: 19px;
    }

    .item-card-list1 .desription .pera-p h6,
    .item-card-list4 .desription .pera-p h6,
    .item-three .desription .pera-p h6,
    .item-six .desription .pera-p h6 {
        font-size: 18px;
    }

    .project-keys-price {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-info h4 {
        font-size: 10px;
    }

    .services-section-container {
        margin: 50px 20px;
    }

    .services-cards {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        row-gap: 10px;
    }

    .services-groups .service2 {
        padding: 0px;
    }

    .services-groups1 .service4 {
        width: auto;
        padding: 0;
    }

    .services-groups2 .service9 .content-info2 .service-info {
        margin-top: 40px;
    }

    .services-groups1 .service5 {
        padding: 0px;


    }

    .services-groups1 .service6 {
        width: auto;
    }

    .services-groups1 .service6 img,
    .services-groups2 .service7 img {
        height: 100%;
        width: 100%;
    }

    .services-groups2 .service7 {
        width: auto;
    }

    .services-groups2 .service8 {
         width: auto;
    }

    .services-groups2 .service9 {
        padding: 0px;
    }

    /* .trilium .key-one{
        height: 90px;
        width: 140px;
        align-items: center;
    } */


    .services-groups .service3 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups .service3 .content-info2 .services-info2 {
        width: 100%;
    }

    .services-groups .service2 .content-info p {
        width: 100%;
        margin-top: 10px;

    }


    .services-groups1 .service5 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups1 .service5 .content-info2 .services-info2 {
        width: 100%;
    }

    .services-groups1 .service4 .content-info p {
        width: 100%;
        margin-top: 10px;
    }

    .services-groups1 .content-info .pera-one {
        width: 100%;
    }

    .services-groups2 .content-info .pera-one {
        width: 100%;
        margin-top: 10px;
    }

    .services-groups2 .service9 .content-info2 .service-info {
        width: 100%;
    }

    .services-groups2 .service9 .content-info2 .services-info2 {
        width: 100%;
    }

    .services-btn button {
        margin-left: 10px;
    }
}

@media (max-width:450px) {
    .amenities-box {
        height: 183px;
    }

    .amenities-items {
        grid-template-columns: repeat(2, 183px);
    }

    .team-cards {
        padding: 5px;

    }

    .key-info h4 {
        font-size: 8px;
    }

    .servicebox {
        width: 96%;
    }

    .icons-img img {
        height: 40px;
    }


    .serice-img .service-lg-img{
        max-height: 30vh;
        object-fit: cover;
    }

    .services-boyound {
        margin-top: 25%;
    }

}

@media  (max-width:390px) {

    .serice-img .service-lg-img{
        max-height: 30vh;
        object-fit: cover;
    }
    .contactPage-container {
        padding: 12px 10px 70px 10px;
    }
    .iconGroup .details span {
        font-size: 13px;
    }
    .item_one-info {
        left: 7%;

    }

}













