html body{
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
}

::-webkit-scrollbar {
    display: none;
}

nav{
    display: flex;
    justify-content: space-evenly;
    width: 100vw;
    transition: ease-out 0.5s;
    z-index: 9999;
}

nav:hover{
    background-color: rgba(255, 236, 180, 1);
    transition: 0.3s ease-in-out;
}

nav .navdiv{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 10px 50px;
}

nav .navdiv ul{
    margin: auto 0;
    display: flex;
    gap: 5rem;
}

nav .navdiv ul li{
    margin: auto 0;
    list-style-type: none;
}

nav .navdiv ul li a{
    color: black;
    text-decoration: none;
}

nav .navdiv .logo img{
    height: 6em;
}

nav button{
    background-color: #a88100;
    height: 50px;
    margin: auto 0;
    border-radius: 10px;
    border: #a88100 1px solid;
    width: 170px;
    transition: 0.3s ease-in-out;
}

nav a{
    color: white;
    text-decoration: none;
}

nav button:hover{
    background-color: rgba(255, 236, 180, 0.5);
}

nav button:hover a{
    color: #a88100;
    font-weight: 500;
}

.container-fluid{
    width: 100% !important;
    padding: 0 !important;
}

nav .navdiv ul li a:hover{
    text-decoration: underline #a88100 1px;
    color: #a88100;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.hero{
    background-image: url('../pictures/freepik__talk__19842.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 25vh;
}

.hero .title{
    text-align: center;
    font-weight: 150;
    font-size: clamp(0.5vw, 7vw, 7rem);
}

.hero .caption{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 28px;
}

.project a{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-decoration: none;
}

.project a img{
    height: 10vh;
}

.project a p{
    margin: auto 0;
    color: #a88100;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.scroll_down{
    display: flex;
    justify-content: center;
    margin-top: 4%;
    height: 100px;
}

.scroll_down img{
    height: 40px;
    position: relative;
    animation: bounce 2s infinite;
}

@keyframes bounce{
    0%{
        top: 0px;
    }
    50%{
        top: 50px;
    }
    100%{
        top: 0px;
    }
}

.hero .light{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: radial-gradient(circle at var(--x) var(--y), transparent 10%, rgba(0,0,0,0.25) 20%);
    transition: 0.3ms ease-in;
}

.why_choose{
    height: 100vh;
    padding: 70px 50px 70px 75px;
}

.vna{
    color: #a88100;
}

.why_choose .choose_overall{
    display: flex;
    justify-content: space-around;
}

.why_choose .choose_caption .bar{
    width: 30rem;
    height: 3px;
    background-color: #a88100;
    margin-top: 7px;
}

.why_choose .choose_caption{
    display: flex;
    margin-top: 20px;
    padding-right: 1em;
    gap: 5px;
}

.why_choose .choose_caption .choose_para{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.why_choose .aesthetic_images{
    overflow: visible;
    height: 50vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-self: end;
}

.why_choose .aesthetic_images img{
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    border: 1px solid #a88100;
}

.why_choose .aesthetic_images .Kitchen{
    width: 40vh;
    transform: translateY(15rem) translateX(-0.75rem);
}

.why_choose .aesthetic_images .aesthetic_bedroom{
    height: 45vh;
    transform: translateY(-3rem) translateX(8.7rem);
}

.why_choose .choose_readmore{
    display: flex;
    padding: 0 9vw;
}

.why_choose .choose_readmore a{
    text-decoration: none;
    display: flex;
}

.why_choose .choose_readmore a p{
    color: #a88100;
    margin: auto 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.why_choose .choose_readmore a img{
    height: 10vh;
}

.best{
    height: 100vh;
    padding: 70px 50px 70px 75px;
}

.best .best_bar{
    width: 5rem;
    height: 3px;
    background-color: #a88100;
}

.best .best_overall{
    display: flex;
    gap: 4em;
    margin-top: 2rem;
}

.best .best_content{
    display: flex;
    justify-content: center;
}

.best .best_content .content{
    width: 11em;
    height: 60vh;
    padding: 0 !important;
    background: url('/static/pictures/box1.jpg');
    background-position: center;
}

.best .best_content .content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accolades{
    height: 40vh;
    padding: 70px 50px 70px 75px;
}

.accolades_overall{
    display: flex;
    gap: 20px;
}

.accolades .accolades_bar{
    height: 3px;
    width: 5em;
    background-color: #a88100;
}

.accolades .accolade-wrapper{
    overflow: hidden;
}

.accolades .accolade-wrapper .accolade_images{
    display: flex;
}

.accolades .accolade-wrapper .accolade_images .marquee_image{
    display: flex;
    white-space: nowrap;
    animation: slide 20s infinite linear;
}

.accolades .accolade-wrapper .accolade_images .marquee_image img{
    height: 8vh;
}

@keyframes slide{
    to{
        transform: translateX(-100%);
    }
}

.accolades .accolade-wrapper:hover .accolade_images .marquee_image{
    animation-play-state: paused;
}

.home_footer{
    height: 38vh;
    background-color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    display: block;
    align-content: center;
}

.home_footer .footer_content{
    justify-content: center;
}

.home_footer .footer_content .footer_images .logo{
    display: flex;
    justify-content: center;
}

.home_footer .footer_content .footer_images .logo a img{
    height: 6vw;
}

.home_footer .footer_content .footer_images .social{
    display: flex;
    justify-content: space-evenly
}

.home_footer .footer_content .footer_images .social a img{
    height: 2vw;
}

.home_footer .footer_content .company_details{
    position: relative;
    padding-left: 30px;
}

.home_footer .footer_content .company_details::before {
    content: "";
    position: absolute;
    left: 0;                 /* line sits at start of padding */
    top: 50%;
    transform: translateY(-50%);
    height: 70%;             /* adjust to match your design */
    border-left: 1.5px solid #a88100;
}

.home_footer .footer_content .company_details h1{
    font-size: 19px;
}

.home_footer .footer_content .company_details .contact{
    font-size: 12px;
}

.home_footer .footer_content .company_details .contact a{
    text-decoration: none;
    color: white;
    font-weight: 330;
}

.home_footer .footer_content .browse {
    position: relative;
    padding-left: 30px; /* space between line and text */
}

.home_footer .footer_content .browse::before {
    content: "";
    position: absolute;
    left: 0;                 /* line sits at start of padding */
    top: 50%;
    transform: translateY(-50%);
    height: 80%;             /* adjust to match your design */
    border-left: 2px solid #a88100;
}

.home_footer .footer_content .browse::before {
    content: "";
    position: absolute;
    left: 0;                 /* line sits at start of padding */
    top: 50%;
    transform: translateY(-50%);
    height: 70%;             /* adjust to match your design */
    border-left: 2px solid #a88100;
}

.home_footer .footer_content .browse h1{
    font-size: 19px;
}

.home_footer .footer_content .browse .browse_site p a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.home_footer .footer_content .footer_buttons{
    text-align: center;
    display: block;
    position: relative;
}

.home_footer .footer_content .footer_buttons::before {
    content: "";
    position: absolute;
    left: 0;                 /* line sits at start of padding */
    top: 50%;
    transform: translateY(-50%);
    height: 70%;             /* adjust to match your design */
    border-left: 2px solid #a88100;
}

.home_footer .footer_content .footer_buttons p{
    font-size: 13px;
    margin-bottom: 0;
}

.home_footer .footer_content .footer_buttons .buttons button{
    font-weight: 450;
    font-size: 13px;
    border: #a88100 1px solid;
}

.home_footer .footer_content .footer_buttons .signup{
    color: white;
    background-color: #a88100;
    border-radius: 5px;
    width: 19.85vw;
}

.home_footer .footer_content .footer_buttons .aibutton{
    color: white;
    background-color: #a88100;
    border-radius: 5px;
}

/* *{
    border: 1px red solid;
} */