html {
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
  /*  scroll-snap-type: y proximity;*/
    
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}




/*section{
    scroll-snap-align:start !important;
    scroll-snap-stop:always;
}*/

* {
    box-sizing: border-box;

}
body {
    hyphens: none;

    margin-bottom: 60px;
}


.btn:focus, 
.btn:active:focus, 
.btn-link.nav-link:focus, 
.form-control:focus, 
.form-check-input:focus {
    box-shadow: none;
}

.nav-box {
    background-image: url("/images/darkGrain.webp");
    position: sticky;
    top: 0;

}
/*.navbar {
    font-family: "Cinzel", serif;
    background-image: url("/images/Header-Wood-Grain.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.navbar-brand {
    color: white;
    font-size: clamp(2rem, 7vw, 4.5rem);
    font-weight: 300;
    margin-bottom: -1rem;
}


    .navbar .container-fluid {
        justify-content: start;
    }*/

    .custom-column {
    /*    margin-bottom: 0.5rem;*/
    }
}

/*@media only screen and (max-width: 470px) {
    .icon-container {
        display: none;
    }
}*/
/* Responsive adjustments */
/*@media (max-width: 1200px) {
    .navigation {
        gap: 0.25rem;
    }

    .custom-btn {
        padding: 0.4rem 0.8rem;
    }
}*/

/*@media (max-width: 991.98px) {
    .navbar-brand {
        text-align: center;
        width: 100%;
        margin-left: 0 !important;
        padding-top: 1rem;
    }

    .navbar .container-fluid {
        justify-content: center;
    }

    .navigation {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .custom-btn {
        width: 100%;
        font-size: 1rem;
    }
}*/

@media (max-width: 470px) {
    .icon-container {
        display: none;
    }
}


    .navbar-brand:hover {
        color: white;
    }

.navbar .navbar-toggler {
    border: 0 solid white;
}

.navbar-toggler:focus {
    border: 0 solid white;
}
/*TOGGLER ANIMATION*/

/*.navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    transition: .5s ease-in-out;
}

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
        position: relative;
    }

        .navbar-toggler span {
            margin: 0;
            padding: 0;
        }

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}



.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}*/


/*END TOGGLER*/
.navbar-btn {
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-family: "Noto Sans Telugu", sans-serif;
    background-size: cover;
    background-position: center;
    border: 2px solid #806126;
    line-height: 25px;
    font-weight: 300;
}



.custom-btn {
    display: inline-block; 
    width: fit-content;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 3px;
    background-image: url("/images/Header-Wood-Grain.webp");
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    
    background-size: cover;
    background-position: center;
    border: 2px solid #806126;
    line-height: 25px;
    font-weight: 300;
    padding: 0.5rem 1rem;
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    transition: transform 0.2s ease;
}

    .custom-btn:hover {
        color: #B6804D;
        transform: scale(1.05);
    }

.custom-btn-2 {
    width: 13rem;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 3px;
    background-image: url("/images/Header-Wood-Grain.webp");
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-family: "Noto Sans Telugu", sans-serif;
    background-size: cover;
    background-position: center;
    border: 2px solid #806126;
    line-height: 25px;
    font-weight: 300;
    padding: 0.5rem 1rem;
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    transition: transform 0.2s ease;
}

    .custom-btn-2:hover {
        color: #B6804D;
        transform: scale(1.05);
    }



.header {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.phone-container {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.icon {
    font-size: 18px;
/*    color: white;*/
}

.phone {
    font-size: 34px;
    color: white;
}



.cinzel {
        font-family: "Cinzel", serif;
}

.card {
    background-color: #EFEFE6;
    border: none;
}

.space {
    margin: 1em;
    aspect-ratio: 1 / 1;
}

.card-footer {
    border: none;
    background-color: #EFEFE6;
}

.cards {
    padding: 12px;
    height: auto;
    width: auto;
}

.card-header {
    border: none;
}


.colorado {
    font-family: "Cinzel", serif;
}

.team {
    top: 3044px;
    left: 103px;
    width: 1715px;
    height: 555px;
    opacity: 1;
}

    .team.img-fluid {
        object-fit: cover;
    }

.image-slider-container {
    position: relative;
    overflow: hidden;
}

    .image-slider-container::after {
        content: "";
        position: absolute;
        bottom: 90px;
        left: 0;
        width: 100%;
        height: 140px;
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: 3px solid #806126;
    }




.bord {
    border-top: 6px solid #806126;
}

.overlay-text {
 font-size:x-large;
}

    .overlay-text .col {
        font-family: "Noto Sans Telugu", sans-serif;
    }

.ov {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 2;
}
.telugu {
    font-family: "Noto Sans Telugu", sans-serif;
}

.co-office-container { 
    border-top: 5px solid #806126;
    background-color: #231F20;
}

.co-office-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.wht {
    color: #FFF;
}

.colorado.wht {
    width: fit-content; /* Adjust width as needed */
    font-size: 40px;
}


.carousel-control-prev,
.carousel-control-next {
    
    width: 5vh;
    height: 5vh;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    
}

.cards-wrapper {
    display: flex;
}


#carouselExampleControls .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}


.insta {
    background-color: #EFEFE6;
    background-size: cover;
}

.social-image {
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
}

    .social-image img,
    .class img {
        width: 100%;
        height: 500px; /* Choose a specific pixel height */
        object-fit: cover;
    }

.follow {
    position: absolute;
    top: 30px;
    left: 30px;   
    z-index: 2;
}

.foot {
  
    background-image: url("/images/Header-Wood-Grain.webp");
    background-size: cover;
}

/*.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0.5rem;
    width: 100%;
}*/

.nav-item {
    flex: 0 1 auto;
}

.nav-link {
    color: black;
}
    .nav-link:hover {
        color: darkred;
    }

@media (max-width: 768px) {
    
    .image-overlay .overlay-content .d-flex {
      
        display: block;
        margin-top: 10px;
    }
}


/*FOOTER*/
footer {
    position: absolute;
    
    left: 0;
    right: 0;
}


.custom-container {
    padding-right: 0;
    padding-left: 0;
     flex-grow: 1;
}

.custom-row {
    margin-right: 0;
    margin-left: 0;
}

.custom-col {
    padding: 0;
}

.blk {
    color: black ;
}

.custom-col img {
   max-height: 80%;
   top: 10px;
   left: 15px;
}

.custom-row {
    display: flex;
   
}

.logo-col {
    height: 100%;
}

.custom-col.img-col img {
    max-width: 100%;
   max-height:100%;
}

.wood {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvssPiB5Ku69vrhrw520p-8YhKkASx0nqG3w&s");
    background-size: cover;
    background-position: center;
}

.spi {
    background-image: url("/images/Header-Wood-Grain.png");
    background-size: cover;
    background-position: center;
}

.gop {
    background-image: url('/images/Footer-Image.png');
   
    background-repeat: no-repeat;
    background-position: center;
  
}

.drk {
    /*position: relative;*/
    background-image: url("/images/darkGrain.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
#show-popup {
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .custom-row {
        flex-wrap: wrap; 
    }

    .col {
        flex: 1 0 auto;
    }

    .logo-col, .img-col { 
        flex: 0 0 50%; 
    }
}

.custom-footer img {
    max-width: 100%;
    
}


.image-container {
    position: relative;
    height: 100%;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(50px, 25%, 200px);
    height: auto;
    max-height: 100%;
}


.custom-column {
    height: auto; 
    position: relative; 
}



.inspo {
    color: azure;
    position: absolute;
    top: 50px;
    left: 180px;
    z-index: 2;
 
}

.container {
    padding: 0;
}

.icons {
    margin-right: 10px;
    font-size: 2em;
}

.ftr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: auto;
    max-height: 100%;
}

.about {
  /*  font-weight: 120;*/
    white-space: nowrap;
}

.titles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-btn {
    position: absolute;
    bottom:90px;
    right: 30px;
    z-index:1;
}

.position-relative {
    position: relative;
}

.beige {
    background-color: #EFEFE6;
    background-size: cover
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

img {
    max-width: 100%
}

.slim {
    width: 200px;
}

.h1-lrg {
    font-family: Cinzel, serif;
    font-size: clamp(45px, 8vw, 90px);
    letter-spacing: clamp(-3px, -0.5vw, -5px);
    font-weight: 400;
}




.h2-special {
    font-family: Cinzel, serif;
    font-size: 40px;
    letter-spacing: -2.52px;
    font-weight: 100;
}

/*h1::first-letter {
    font-size: 1.2em;
}

h2::first-letter {
    font-size: 1.2em;
}

h3::first-letter {
    font-size: 1.2em;
}*/


.overlay {
    position: absolute;
    z-index: 1;
    margin-left: 60px;
    margin-top: 30px;
}

.btn-wide {
    width: 130px;
}

.fontSize {
    font-size: 22px;
}
/*
    Footer
*/



a {
    text-decoration: none;
}

@media (max-width: 768px) { 
    .col-md-4.col-sm-12 {
        height: 200px; 
    }
}

.clamp {
    font-size: clamp(1rem, calc(1vw + 1rem), 2rem);
}
/* icons hover*/
 .fa-brands, .legal, .bi-instagram, .bi-pinterest, .bi-youtube {
    transition: color 0.3s ease;

}
     .fa-brands:hover, .legal:hover, .bi-instagram:hover, .bi-pinterest:hover, .bi-youtube:hover {
        color: darkred; 
    }
/*.zoom:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    transition: all .6s ease-out;
}*/
.showrooms {
    font-size: clamp(2rem, 3vw, 3.5rem);
    overflow-wrap: break-word;
}
/* GALLERY   */

.our-story-heading-text-lg {
    text-transform: uppercase;
}

.x {
    width: 4em;
    font-weight: 900;
}


