@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');

/* width */

 ::-webkit-scrollbar {
    width: 3px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #b78057;
}

#footer {
    padding: 0 80px !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.project_menu {
    border-top: 2px solid #b78057 !important;
    left: 330px !important;
    padding: 25px !important;
    border-radius: 0px 0px 10px 10px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.hamburger-menu-simple .menu-item-list .drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fs-27 {
    font-size: 27px !important;
}

#about li,
#triplexMenu li,
#individualVillaMenu li,
#duplexMenu li,
#readyToMoveMenu li {
    font-size: 25px;
    color: white;
    border-bottom: 1px solid #ffffff30;
    padding: 13px;
}

.g_logo {
    width: 100%;
    background: #d4a58736;
    padding: 20px 10px;
    border-radius: 10px;
}

.pt-40 {
    padding-top: 40% !important;
}

.swiper-parallax-fancy-text {
    background: #5e4635;
    padding: 0px 20px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .hamburger-menu-simple .menu-item-list .drop {
        justify-content: center;
        gap: 10px;
    }
    img.mfp-img {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }
}

@media (max-width: 555px) {
    .m_slider {
        margin-top: 95px;
    }
    .styled-table td {
        color: #323232;
        font-size: 8px !important;
        font-weight: 500;
    }
    .styled-table th,
    .styled-table td {
        padding: 7px 8px !important;
    }
    .styled-table th {
        letter-spacing: 0.5px;
        font-size: 9px !important;
    }
    .bg-project {
        background-color: #242321 !important;
    }
    .feature-box-content span {
        font-size: 16px;
    }
    #about li,
    #triplexMenu li,
    #individualVillaMenu li,
    #readyToMoveMenu li {
        font-size: 13px;
        color: white;
        border-bottom: 1px solid #ffffff30;
        padding: 11px 0px;
    }
}

.text-justify {
    text-align: justify !important;
    hyphens: auto;
}

.floor {
    font-size: 25px;
    color: #323232;
    font-weight: 600;
    text-align: center;
}

.below {
    background: radial-gradient(circle, rgb(207 186 171) 5%, rgba(255, 255, 255, 1) 100%);
    width: 50%;
    height: 5px;
    margin-bottom: 23px;
    position: relative;
    left: 25%;
}


/*----------------------
	HOVER SHADOW
------------------------*/

.hover-shadow {
    -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    position: relative;
    z-index: 10;
}

.zoom-anim-dialog .form-control,
.form-select,
input,
select,
textarea {
    padding: 0px 25px 0px 0px;
}

.c_name {
    font-family: 'Rufina';
}

.use {
    max-height: 429px;
    overflow: scroll;
    padding: 0px 17px;
}

.below-m {
    background: linear-gradient(90deg, rgba(173, 121, 82, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 5px;
    position: relative;
    left: 0;
    margin-bottom: 20px;
}

.ls-26 {
    line-height: 26px;
}

#section1 {
    margin-top: 40px;
}

.client-logo {
    width: 200px;
    height: 100px;
    border: 2px solid #b78057;
    border-radius: 5px;
}

.bg-project {
    background: #242321db;
}

.v-sticky {
    position: fixed;
    right: -61px;
    transform: rotate(90deg);
    top: 42%;
    z-index: 99;
}

.v-sticky .btn {
    border-radius: 0px 0px 20px 20px !important;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    min-width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.styled-table thead tr {
    background: linear-gradient(to right, #b46e4c, #c79b86);
    color: white;
    text-align: center;
    font-weight: 600;
}

.styled-table th,
.styled-table td {
    padding: 14px 20px;
}

.styled-table td {
    color: #323232;
    font-size: 17px;
    font-weight: 500;
}

.styled-table tbody tr {
    border-bottom: 1px solid #eee;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f9f6f5;
}

.styled-table tbody tr:hover {
    background-color: #f1eae8;
    cursor: pointer;
}

.styled-table th {
    letter-spacing: 0.5px;
    font-size: 20px;
}

.header-light .hamburger-menu .menu-item-list .nav-link {
    color: white !important;
    font-family: 'Quintessential';
    font-size: 30px;
    line-height: 34px;
}

img.mfp-img {
    width: 800px;
    height: 600px;
    padding: 0px !important;
}