﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins';
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}

.header-volume {
    display: none;
}

.section1-mob {
    display: none;
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    display: block;
    background-color: white;
}

.header-container {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    top: 0;
    left: 0;
    right: 0;
}

.header-logo {
    width: 20%;
}

.icons {
    display: flex;
    margin-top: 5px;
}

.fb-icon, .insta-icon, .youtube-icon, .linkedin-icon, .twitter-icon {
    padding: 10px;
}

    .fb-icon img {
        background-color: #4E69A2;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .insta-icon img {
        background-color: #262626;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .youtube-icon img {
        background-color: #D23635;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .linkedin-icon img {
        background-color: #1984BC;
        border-radius: 50%;
        padding: 10px;
        width: 37px;
        margin-top: 3px;
        transition: 0.5s ease all;
    }

    .twitter-icon img {
        border-radius: 50%;
        padding: 0px;
        width: 36px;
        transition: 0.5s ease all;
    }

.twitter-icon {
    margin-top: 5px;
}

    .fb-icon img:hover, .insta-icon img:hover, .linkedin-icon img, .youtube-icon img:hover, .twitter-icon img {
        transform: scale(1.2);
    }

/*-------FOOTER BLOCK------*/
.contact {
    background-color: #003666;
    width: 100%;
    margin-top: 50px;
}

.contact-container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    gap: 80px;
    display: flex;
    padding: 60px 0 30px 0;
}

.contact-text {
    width: 66%;
}

.cntct-txt h4 {
    color: white;
    font-size: 15px;
    line-height: 37px;
    font-weight: 200;
}

.cntct-txt p {
    color: white;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}

.contact-form {
    width: 27%;
}

.contact-content-heading h3 {
    color: white;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section1-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

/* Label ka container */
.label {
    padding: 14px 0px 14px 0px;
}

.name {
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    color: #333;
    width: 100%;
    border: 1px solid #ccc;
    font-family: 'Poppins';
    background: #FAFAFA;
}

.textform {
    padding: 10px 0px 100px 10px;
}

.name:focus {
    border-color: #853B94;
    outline: none;
}

.button {
    width: fit-content;
    margin-top: 20px;
}

/* ---------- SUBMIT BUTTON ---------- */
.submit {
    width: 100%;
    color: white;
    font-family: 'Poppins';
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    background: #1D476F;
    cursor: pointer;
}

    .submit:hover {
        background: #106CA0;
    }





.copyright {
    background-color: #3F5A71;
    width: 100%;
}

.copyright-container {
    padding: 25px 0;
    display: flex;
}

.left {
    width: 50%;
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.copy-right {
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .copy-right a {
        color: white;
    }







/*-------- COMMON VOLUME HEADER-------*/
.vol2-header {
    width: 100%;
    background-color: white;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    position: fixed;
}

.vol2-header-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0px;
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.vol2-logo {
    width: 15%;
}

.navigate {
    width: 23%;
}

.navigate-container {
    display: flex;
    gap: 45px;
}

.calendar {
    margin-top: 18px;
}

.vol2 {
    padding: 10px 13px;
    background-color: #003666;
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 7px;
    border: 2px solid #3870de;
}

.home-img {
    width: 15%;
    margin-top: 5px;
}




/*-------  VOL 2 PAGE -------*/
.layout {
    display: flex;
    align-items: flex-start;
    margin-top: 81px;
}

.slidebar {
    position: sticky;
    top: 77px;
    left: 0;
    width: 26%;
    height: calc(100vh - 70px);
    border-right: 1px solid #eaecee;
    background: #fff;
    overflow-y: auto;
}

.ul {
    margin-top: 60px;
}

    .ul ul {
        padding-left: 30px;
    }

.slidebar li {
    border-bottom: 1px solid #eaecee;
    width: 90%;
    padding: 10px 0px 10px 0px;
    list-style: none;
}

.slidebar a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #1e4b75;
    font-weight: 400;
}

    .slidebar a:hover {
        color: #121415;
    }

.asa {
    padding: 0px 0 0px 25px;
}

.cmn-img {
    width: 45px !important;
}

.right-section {
    width: 100%;
    flex: 1;
}

.hero {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    margin-top: 20px;
}

.hero-img {
    height: 100vh;
    margin-bottom: 50px;
}

.divider {
    height: 1px;
    width: 100%;
    margin: auto 0;
    background-color: #003256;
}


/*-------DIRECTORS WORDS BLOCK-------*/
.para {
    font-size: 11px;
    text-align: center;
    color: #6EC1E4;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 15px;
}

.para1 {
    font-size: 11px;
    text-align: center;
    color: #003666;
    font-weight: 600;
}



.director {
    width: 100%;
    position: relative;
    padding: 80px 55px 10px 30px;
}

.dtr-container {
    display: flex;
    gap: 90px;
}

.vol2-img1 {
    width: 20%;
}

.vol2-img2 {
    width: 65%;
}


.dtr-container1 {
    display: flex;
    gap: 10px;
    padding: 30px 0 0 100px;
}

.vol2-text1 {
    width: 16%;
}

.vol2-text2 {
    width: 85%;
}

.vol2-txt h4 {
    color: #6EC1E4;
    font-size: 24px;
    font-weight: 400;
    line-height: 23px;
    margin: 28px 0;
}

.vol2-txt p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 10px;
}




/*--------GREEN VISTA BLOCK-------*/
.green-vista {
    width: 100%;
    padding: 50px 55px 10px 30px;
}

.main-heading h3 {
    color: #6EC1E4;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

.vol2-txt1 h3 {
    color: #6EC1E4;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}



.green-container1 {
    display: flex;
    gap: 80px;
    margin-top: 10px;
}

.vol2-txt1 {
    width: 44%;
}

    .vol2-txt1 p {
        color: #7A7A7A;
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        text-align: justify;
        padding: 0 55px 10px 0;
    }

.vol2-img {
    width: 42%;
    margin-top: 25px;
}

.vol2-img3 {
    margin-bottom: 20px;
}

.vol2-txt2 p {
    color: #7A7A7A;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}



.green-container3 {
    display: flex;
    gap: 100px;
    width: 100%;
    padding: 70px 30px 0 45px;
}

.vol2-img4 {
    width: 50%;
}



/*--------HIRANANDANI PARK BLOCK-------*/
.park {
    width: 100%;
    padding: 51px 55px 10px 30px;
}

.park-container1 {
    margin-top: 40px;
    width: 100%;
}

.park-txt1 {
    width: 100%;
}

    .park-txt1 p {
        color: #7A7A7A;
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        text-align: justify;
    }

.park-container2 {
    width: 100%;
    margin-top: 50px;
}

.park-img {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 110px;
    row-gap: 35px;
    padding: 0 30px 0 40px;
}




/*--------HIRANANDANI GARDEN BLOCK-------*/
.garden {
    width: 100%;
    padding: 51px 55px 10px 30px;
}

.garden-container1 {
    margin-top: 40px;
    width: 100%;
}

.garden-txt1 p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}

.garden-container2 {
    width: 100%;
    margin-top: 10px;
}

.head {
    font-size: 28px;
    text-align: center;
    color: #6EC1E4;
    font-weight: 400;
}

.garden-img {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    row-gap: 20px;
    padding: 0 0px 0 40px;
}



.garden-container3 {
    display: flex;
    justify-content: space-between; /* left & right end */
    align-items: center;
    padding: 0 50px 0 0;
}

.right {
    text-align: right;
}




/*--------HIRANANDANI ESTATE BLOCK-------*/
.estate {
    width: 100%;
    padding: 51px 50px 10px 30px;
}

.estate-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.estate-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 0 20px 0 40px;
    width: 100%;
}

.estate-img {
    width: 100%;
}

.estate-img2 {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.head1 {
    font-size: 21px;
    text-align: center;
    color: #6EC1E4;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.estate-img3 {
    display: flex;
    gap: 65px;
    width: 100%;
}

.estate-img4, .estate-img5 {
    width: 50%;
}

.estate-img6 {
    margin-top: 50px;
}




/*--------HIRANANDANI WORK BLOCK-------*/
.work {
    width: 100%;
    padding: 51px 55px 10px 30px;
}

.work-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-container2 {
    margin-top: 40px;
    width: 100%;
}

.work-txt1 p {
    color: #7A7A7A;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
    padding: 0 0 10px 0;
}

.work-container3 {
    display: flex;
    width: 100%;
    gap: 150px;
    padding: 30px 0px 15px 60px;
}

.work-img {
    width: 40%;
}

.work-container4 {
    display: flex;
    width: 100%;
    gap: 90px;
    padding: 0px 20px 0px 40px;
}

.work-img1 {
    width: 48%;
}

.works-imges {
    width: 52%;
}

.work-img2 {
    display: flex;
    gap: 60px;
    width: 100%;
    margin: auto;
}

.work-img3 {
    width: 50%;
}

.work-img4 {
    width: 50%;
}

.work-img5 {
    margin-bottom: 20px;
    width: 100%;
}

.center p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0 55px 0 0;
    color: #7A7A7A;
}




/*--------HIRANANDANI EVENTS BLOCK-------*/
.event {
    width: 100%;
    padding: 51px 50px 10px 30px;
}

.event-container2 {
    display: flex;
    margin-top: 50px;
    width: 100%;
    gap: 30px;
    padding: 0 50px 0 0;
}

.event-txt {
    width: 50%;
}

    .event-txt p {
        color: #7A7A7A;
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
        text-align: justify;
        padding: 0 55px 10px 0;
        margin-top: 0px;
    }

.event-imgs {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 10px;
}

.event-img {
    width: 100%;
}

.event-container3 {
    display: flex;
    gap: 90px;
    padding: 40px 15px 0 20px;
}

.event-img1 {
    display: flex;
    gap: 65px;
    width: 50%;
}

.event-img2 {
    width: 50%;
}




/*--------CUSTOMER TESTIMONIAL BLOCK------*/
.customer {
    width: 100%;
    padding: 51px 30px 10px 30px;
}

.customer-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 0px 50px 0px;
}

.customer-container {
    border-right: 2px solid #003666;
    padding: 15px;
}

.customer-img {
    padding: 13px;
}

.customer-txt h4 {
    font-size: 18px;
    text-align: center;
    color: #003666;
    font-weight: 500;
    margin: 5px 0 20px 0;
}

.customer-txt p {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 29px;
    font-weight: 300;
    text-align: justify;
}

.divider1 {
    height: 2px;
    width: 95%;
    margin: auto 0;
    background-color: #003256;
}



/*----------Thank You Page----------*/
.thank-page-v2 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: white;
}

.thank-container-v2 {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.main-thank {
    font-size: 100px;
    font-weight: 900;
    color: #00224D;
    font-family: Poppins;
    text-shadow: 6px 6px 15px rgba(13, 62, 255, 0.3);
    margin-bottom: 30px;
}

.thank-text {
    font-size: 27px;
    color: #333;
    margin-bottom: 15px;
    font-family: Poppins;
}
