@import url('assets/fonts/Landasans_demo01-Regular.ttf');


:root{
    --primary-color:#10324E;use 
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #F3F3F3 !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #3b4553; /* Dark gray background */
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
}

.logo img {
    height: 50px; /* Adjust as necessary */
}

.logo h1 {
    margin: 5px 0;
    font-size: 24px;
}

.logo p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}

.contact {
    display: flex;
    align-items: center;
}

.contact p {
    margin: 0 20px 0 0;
    color: white;
    font-size: 16px;
}

.offer-btn {
    background-color: #f9c14b; /* Yellow button background */
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.offer-btn:hover {
    background-color: #e0ac3e; /* Slightly darker yellow on hover */
}


/* main page  */
#green-banner{
    background-color: #205209;
}
.logo-banner{
    margin-top: 20px;
    margin-left: -26px;
}
.text-banner{
    color: white; font-size: 24px; font-family: Roboto; font-weight: 500; text-transform: uppercase; line-height: 32px; word-wrap: break-word
}
.text-heading{
   
        color: white; font-size: 24px; font-family: Landasans; font-weight: 500; text-transform: uppercase; line-height: 32px; word-wrap: break-word
    }
.whitetap{
   background-color: #fff;
   color:var(--primary-color);
   width: 105.5% !important;
   margin-left: -12px;
}
.tap-fo{
 font-size: 44px;
 font-family: Fira Sans Extra Condensed;
 font-weight: 800;
 text-transform: uppercase;
 line-height: 90px;
 letter-spacing: 0.72px;
 word-wrap: break-word;
 margin:10px;
}
.get-in-touch{
    margin-top: 75px;
}
.amenitieson{
    /* margin-left:75px; */
    width: 90%;
}
#amentiesid{
    width: 100%;
}.img-spec{
    width: 100% ;
}
.main-image{
    width:100%;
    /*margin-left:-12px;*/
}
.secmain2{
    background-color: #fff;
}
/* .thmaintext
{
    margin:100px;
    margin-top: -230px;
} */
.projectname{
    color: #A1A1A1;
    font-size: 22px;
    font-family: Alumni Sans;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
    word-wrap: break-word
}
.mainprojectheading{
    color: #171716;
font-size: 42px;
font-family: Alumni Sans;
font-weight: 500;
text-transform: capitalize;
line-height: 52px;
word-wrap: break-word
}
.paraproject{
    color: #777777;
font-size: 18px;
font-family: Hind Madurai;
font-weight: 400;
line-height: 32px;
word-wrap: break-word;
width: 405px;

}
.button-project{
    background-color: var(--primary-color);
    padding: 18px;
    width: 300px;
    margin-left:200px;
}
.project-button{
    color: white;
text-decoration: none;
font-size: 24px;
font-family: Fjalla One;
font-weight: 400;
line-height: 36px;
width: 100px;
word-wrap: break-word
}

.vertical-text-container {
    display: flex;
    align-items: center;
    padding: 20px;
}

.vertical-text {
    background-color: var(--primary-color); /* Dark green background */
    color: white;
    padding: 10px 20px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-left:-20px;
    margin-top: -20px;
}

.vertical-text p {
    margin: 0;
    font-size:24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 36px;
    
}
.secmain2 .vertical-text-container {
    display: flex;
    align-items: center;
    padding: 20px;
}

.secmain2 .vertical-text {
    background-color:#10324e; /* Dark green background */
    color: white;
    padding: 10px 20px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.secmain2 .vertical-text p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.secmain2 .thmaintext {
    padding: 20px;
}

.secmain2 .thmaintext .mainprojectheading {
    margin: 0;
    font-size: 24px;
}

.secmain2 .thmaintext .projectname {
    margin: 10px 0;
    font-size: 18px;
    color: gray;
}

.secmain2 .thmaintext .paraproject {
    font-size: 16px;
    line-height: 1.5;
}

.secmain2 .button-project {
    margin-top: 20px;
}

/* .secmain2 .button-project .project-button {
    background-color: #f9c14b;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
} */

.secmain2 .button-project .project-button:hover {
    background-color: #1c3c07b3; /* Slightly darker yellow on hover */
}
.p1{
    width: 100%;
}

.contactsection{
    background: url('/assets/photo/item/con.jpg'); 
    background-size: cover;
    height: 100%;
}

.contact-text{
color: white;
font-size: 48px;
font-family: Alumni Sans;
font-weight: 500;
text-transform: capitalize;
line-height: 52px;
word-wrap: break-word

}
.conatct-text2{
color: white;
font-size: 24px;
font-family: Hind Madurai;
font-weight: 500;
text-transform: capitalize;
}

.text-div-contact{
    position: relative;
    /* top: -220px;  */
    left: 22px ;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: var(--primary-color);
    padding: 10px 0;
    height:250px;
    position: relative;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

.marquee-content img {
    display: inline-block;
    height: 100px;
    margin-right: 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.marquee-heading{
    color: #fff;
    font-size: 48px;
    font-family: Alumni Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    word-wrap: break-word;
    padding: 30px;
}

.footer {
    background-color: #111;
    color: white;
    padding: 40px 0;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
}

.footer p, .footer a {
    color: #ccc;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer .social-icons a {
    color: white;
    font-size: 18px;
    margin-right: 10px;
}

.footer .social-icons a:hover {
    color: #ddd;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #ccc;
}

.footer .qr-code, .footer .document-image {
    width: 100px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.para-last{
    color: #696969;
font-size: 17px;
font-family: Lato;
font-weight: 400;
line-height: 32px;
letter-spacing: 0.23px;
word-wrap: break-word

}
.about-para{
    color: #171716;
font-size: 25px;
font-family: Alumni Sans;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;
word-wrap: break-word;
padding: 2px;

}
.text-about{
    padding: 20px;
}
.text-about{
    background-color: #fff;
}
.position-relative {
    position: relative;
}

.filter-tab {
    /* position: absolute; */
    /* top: 10px; */
    /* left: 10px; */
    /* background: rgba(255, 255, 255, 0.8); */
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.filter-button {
    margin: 5px;
    padding: 5px 10px;
    border: none;
    background: var(--primary-color);
    color: white;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s;
}

.filter-button:hover {
    background: #0056b3;
}

.image-container {
    display: none;
}

.image-container.active {
    display: block;
}

.form-container{
    /* margin-top:-165px; */
    margin-left:132px;
}
.form-container input{
    width: 500px;
}

.form-container textarea{
    width: 500px;
}
.navbar{
    background-color: #ffffff00 !important;
}


.enquiry-now {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color:var(--primary-color);
    color: #fff;
    padding: 10px;
    width: 45px;
    text-align: center;
    font-size: 14px;
    z-index: 999;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    writing-mode: vertical-rl;
}

.enquiry-now:hover {
    background-color: #0056b3;
}

.enquiry-now a {
    color: #fff;
    text-decoration: none;
}
.modal-dialog{
    margin-top: 170px !important;
}

form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

.form-header h1 {
    margin: 0;
    font-size: 20px;
    color: white;
    background-color: #245d1b;
    padding: 10px 0;
}

.form-header h2 {
    margin: 0;
    font-size: 16px;
    color: white;
    background-color: #245d1b;
    padding: 5px 0 10px;
}

form {
    display: flex;
    flex-direction: column;
}

input, textarea {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button[type="submit"] {
    background-color: #800080;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
}

button[type="submit"]:hover {
    background-color: #5a005a;
}

.whatsapp-button {
    background-color: #25d366;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#modalheader{
    background: var(--primary-color);
    padding: 20px;
    margin: 10px;
    border-radius: 0px;
    margin-top: 8px;
    color: #fff;
}
.sheader{
    font-size: 24px;
font-family: Arsenal SC;
font-weight: 700;
line-height: 28px;
word-wrap: break-word
}
.sheader2{
    font-size: 24px;
font-family: Arsenal SC;
font-weight: 700;
line-height: 28px;
word-wrap: break-word
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    background-color: #555;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

#scrollToTopBtn:hover {
    background-color: #333;
}
.offer-btn{
    text-decoration: none;
}