* {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

/* NAVBAR WORKINH FLOW */

#nav {
    /* height: 10vh; */
    z-index: 333;
    display: flex;
    position: sticky;
    top:0;
    align-items: center;
    justify-content: center;
}
.navbar{
    height: 300px;
    width: 100%;
}
#nav ul {
    display: flex;
    margin-left: -27px;
}
.navbar img{
    height: auto;
    width: 100%;
    margin-top: 8px;
}

#nav ul li {
    padding: 6px;
    list-style: none;
    margin-top: 20px;
    text-decoration: none;
}
#nav a {
    color: #000000;
    text-decoration: none;
}

#nav ul li:hover {
    color: #DC3535;
    cursor: pointer;
    transition: 0.5s;
}

#container-1 {
    background-image: url("./assets/pexels-laura-tancredi-7078634.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}
.heading {
    height: 275px;
    display: flex;
    background-image: url("./assets/pexels-laura-tancredi-7078634.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-color:royalblue; */
}
.heading-1 {
    height: 250px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.heading-2 {
    height: 350px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.heading h1 {
    font-size: 40px;
    font-weight: 900;
    margin: auto;
    text-align: center;
    /* margin-bottom: -160px; */
    color: #001253;
}

.heading h2 {
    font-size: 70px;
    margin: auto;
    margin-bottom: -25px;
    font-weight: 900;
}

.heading-3 {
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.heading-3 img {
    width: 100%;
}

.heading-4 {
    height: 280px;
    display: flex;
    color: #000000;
    text-align: center;
    margin-top: 120px;
    position: relative;
    z-index: -1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #000000;
    background-color: #e3f2fd;
    clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0 100%);
}

.heading-5 {
    height: 150px;
    display: flex;
    font-weight: 900;
    text-align: center;
    align-items: center;
    margin-top: 100px;
    position: relative;
    z-index: -1;
    flex-direction: column;
    justify-content: center;
    color: #000000;
    background-color: #e3f2fd;
    clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0 100%);
}

.heading-5 h1 {
    font-weight: 900;
}

.heading-6 {
    height: 150px;
    display: flex;
    font-weight: 900;
    position: relative;
    z-index: -1;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color:#000000;
    background-color: #e3f2fd;
    clip-path: polygon(0 9%, 100% 0%, 100% 90%, 0 100%);
}

.heading-6 h1 {
    font-weight: 900;
}

span {
    color: #DC3535;
}

/* WORKING OF TOWNSHIPS CONTAINER */

.township {
    margin-top: 120px;
}
.haridaan{
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.haridaan #h{
    margin-top: 40px;
}
.haridaan ul{
    display: flex;
    align-items: left;
    flex-direction: column;
}
.haridaan ul li{
    list-style: circle;
    height: 25px;
    width: 250px;
}
.hari{
    align-items: left;
    text-align: left;
    justify-content: center;
}

#township {
    position: static;
    z-index: -1;
}

.container-pics {
    height: 250vh;
    width: 100%;
    display: flex;
    margin-top: 100px;
    align-items: center;
    /* background-color: #000000; */
    flex-direction: column;
}
.container-pics img {
    height: 400px;
    width: 250px;
    padding-top: 20px;
}

/* AGENT WORKING FLOW */

.agent {
    height: 55vh;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 100px;
    flex-direction: column;
    justify-content: center ;
    /* background-color: #DC3535; */
}

.agent img {
    height: 200px;
    width: 200px;
    position: relative;
    z-index: -1;
    clip-path: circle(30.0% at 50% 50%);
}

.agent-name h2 {
    font-weight: 600;
}

/* WORKING FLOW OF DETAILS */

#icons_container {
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    /* background-color: aqua; */
}

.icon-img {
    height: 5vh;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img img {
    padding: 10px;
}

.icon-img img:hover {
    cursor: pointer;
}

.h3_text {
    height: 8vh;
    width: 300px;
    font-size: 14px;
    display: flex;
    margin-top: 40px;
    color: #717171;
    align-items: center;
    justify-content: center;
}

/* WORKING FLOW OF BUTTON */
#b-2 {
    height: 8vh;
    width: 120px;
    color: #f9f9f9;
    align-items: center;
    justify-content: center;
    position: fixed;
    border: none;
    z-index: 555;
    border-bottom-right-radius: 86px;
    border-top-right-radius: 86px;
    background-color: #DC3535;
}

#b-2:hover {
    cursor: pointer;
    transition: 0.5s;
    color: #000000;
    background-color: #f9f9f9;
    border: 1px solid #000000;
}

#a-1 {
    text-decoration: none;
}

/* PROJECT_PICS CONTYAINER WORKING */
.project-pics{
    height: 190vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #DC3535; */
    justify-content: center;
}
.project-pics img{
    height: 300px;  
    width: 400px;
    padding: 30px;
}

/* WORKING OF AAYAN CONTAINER */
.AAYAN{
    height: 70vh;
    width: 100%;
    display: flex;
    color: #000000;
    text-align: center;
    flex-direction: column;
    /* position: relative; */
    align-items: center;
    margin-top: -70px;
    flex-direction: column;
    justify-content: center;
    /* background-color:#e3f2fd; */
    /* clip-path: circle(57.9% at 50% 50%); */
    /* clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); */
}
.AAYAN img{
    width: 270px;
    height: 270px;
    margin-top: -50px;
    border-radius: 25px;
    box-shadow: -1px 15px 20px 10px #717171;
}
/* WORKING OF VIDEO CONTAINER */
.look{
    height:50vh;
    width: 100%;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
video{
    height: 40vh;
    width: 100%;
    border-radius: 20px;
    margin-top: 100px;
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
}
.happy{
    height:30vh;
    width: 100%;
    z-index: -1;
    display: flex;
    color: #f9f9f9;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.location{
    height: 35vh;
    width: 100%;
    display: flex;
    margin-top: 40px;
    align-items: center;
    margin-bottom: -40px;
    justify-content: center;
    /* background-color: #DC3535; */
    flex-direction: column-reverse;
}
.location h2{
    font-weight: bold;
}
.mapouter{
    height: 40vh;
    width: 100%;
}
/* MARQUEE WORKING FLOW */
.marquee{
    height: 10vh;
    width: 100%;
    display: flex;
    margin-top: 80px;
    align-items: center;
    position: sticky;
    /* z-index: -1; */
    top: 0;
    opacity: .9;
    border-radius: 20%;
    box-shadow: 1px 10px 20px 3px #060930;
    background-color: #060930;
    border: none;
    /* border-top: 2px solid #000000;
    border-bottom: 2px solid #000000; */
    /* background-color: #000000; */
}
marquee{
    color: #f9f9f9;
    font-size: 30px;
    border-radius: 20%;
    /* border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9; */
    font-weight: 700;
}
/* .container_button_top{
    height: 20vh;
    width: 100%;
} */
.button-top{
    height: 14vh;
    width: 100px;
    z-index: 444;
    position: sticky;
    bottom: 0;
    padding-bottom: 170px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    border-top-right-radius: 20px;
    background-color: transparent;
}
@keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

.chatbot{
    z-index: 444;
  }

  /* ANIMATION WORKING FLOW */
.four h1 {
    width: 13ch;
    border-right: 4px solid black;
    margin: 2rem auto;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(13, end), blink-caret 0.5s step-end infinite alternate;
}
@keyframes typing {
    from {
        width: 0;
    }
}
@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}
  .flicker {
    /* font-size: 6rem; */
    font-family: 'Merienda', sans-serif;
    margin: 1rem auto;
    color: #fffefe61;
    background: -webkit-gradient(linear, left top, right top, from(red), to(#DC3535), color-stop(0.8, #0a44e4)) no-repeat;
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
    background-size: 110px 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: flick 1.5s infinite;
  }
  @keyframes flick {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }
  