/* Webfont include */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
}

/* Color */

:root {
    --yellow-light:#fdce73;
    --deep-green:#0c3721;
    --error: #EB4335;
    --white: #ffffff;
    --black: #000000;
}

body {
    font-family: "Poppins", sans-serif;
    padding:30px 0 0;
    margin: 0;
    background: url('../images/main-bg-min.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h1,
h2,
h3 {
    font-style: normal;
    font-weight: 600;
    color: var(--black);
}

h4,
h5,
h6 {
    margin: 0;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: var(--black);
}

ul,
li {
    margin: 0px;
    font-weight: 500;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

a {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}


a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

textarea {
    resize: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: var(--text-secondary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--yellow-light);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--yellow-light);
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--Primary-dark-800);
}

/* top bar start */
.top-part-left span {
    position: relative;
    display: inline-block;
}
.top-part-left span img.india-map {
    max-width: 438px;
}
.top-part-left span h3 {
    position: absolute;
    top: 31%;
    left: 18%;
    font-size: 50px;
    color: #fff;
}
.top-part-main {
    display: flex;
    justify-content: space-between;
}

/* .top-part-left span.india-map::after {
    position: absolute;
    content: '';
    height: 36%;
    width: 63%;
    background: url('../images/fish-bird-grey-min.png') no-repeat;
    background-position: center;
    background-size: contain;
    left: 56%;
    top: -35px;
} */
/* .top-part-left span.india-map::before {
    position: absolute;
    content: '';
    height: 460px;
    width: 63%;
    background: url(../images/blue-dhanush-min.png) no-repeat;
    background-position: center;
    background-size: contain;
    left: -13%;
    top: 59%;
} */

.top-part-left span.india-map::before {
    position: absolute;
    content: '';
    height: 405px;
    width: 63%;
    background: url(../images/blue-dhanush-min.png) no-repeat;
    background-position: center;
    background-size: contain;
    left: -12%;
    top: 59%;
}

.top--part-mid span.india-map img.india-map {
    /* width: 400px; */
    width: 128%;
    text-align: center;
    position: absolute;
    top: 7px;
    left: -23%;
}
.top--part-mid {
    position: relative;
    right: -5%;
}
.top--part-mid h3 {
    width: 290px;
    text-align: center;
    position: absolute;
    top: 128px;
    left: 22%;
    color: var(--yellow-light);
    font-size: 32px;
    text-shadow: -1px 1px 0px #fff;
    animation: blinker 1.5s linear infinite;
}
.top--part-mid h3:hover, .roshni-vyam h5:hover, .durga-vyam h4:hover, .mamata-druvey h4:hover, .shyama-bai h4:hover, .satrupa-urveti h4:hover{
    cursor: pointer;
}
.top--part-right img {
    width: 100%;
}
.top--part-right {
    width: 40%;
    position: relative;
    top: 190px;
    right: -15px;
}
.top-part-left {
    width: 30%;
    margin-top: -90px;
    display: flex;
    align-items: end;
    position: relative;
    top: -117px;
}
.top--part-mid {
    position: relative;
    right: -5%;
    width: 30%;
}
.top-part-left ul.pradhan-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-part-left ul.pradhan-list li img {
    width: 40px;
}
.top-part-main ul.pradhan-list {
    position: relative;
    z-index: 9;
}
.top-part-main ul.pradhan-list p {
    font-size: 24px;
    white-space: nowrap;
}
.top-part-left ul.pradhan-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 14px 0px;
}
.top-part-main ul.pradhan-list {
    position: relative;
    z-index: 9;
    left: -20%;
    top: 20px;
}
img.btm-part-map-bg {
    max-width:calc(100% - 50px);
}




/* bottom part start */
.bottom-part{
    position: relative;
}
.bottom-part img{
    width: 100%;
}
.madhya-pradesh img {
    width: 100%;
}
.madhya-pradesh {
    position: absolute;
    top: 7%;
    width: 23%;
    transform: translate(-50%, -50%);
    left: 20%;
    display: flex;
    align-items: self-end;
}
.madhya-pradesh h4 {
    text-align: center;
    transform: translate(13px, -34px);
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    text-shadow:3px 1px #454545;
}
.roshni-vyam img {
    width: 100%;
}
.roshni-vyam {
    position: absolute;
    top: 26%;
    width: 23%;
    transform: translate(-50%, -50%);
    left: 28%;
}

.pardhan-gond img{
    width: 100%;
}

.pardhan-gond {
    position: absolute;
    top: 27%;
    width: 182px;
    transform: translate(-50%, -50%);
    left: 41%;
}
.pardhan-gond h4 {
    position: absolute;
    bottom: 26px;
    color: var(--yellow-light);
    width: 176px;
    text-align: center;
    font-size: 30px;
    transform: translate(4px, 5px);
    text-transform: uppercase;
    text-shadow: -1px 1px #ffffff;
}
.roshni-vyam h5 {
    width: 136px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    transform: translate(10px, 10px);
    animation: blinker 1.5s linear infinite;
}

.pradhan-gond-link-bird img {
    width: 100%;
}
.pradhan-gond-link-bird {
    position: absolute;
    top: -13%;
    right: 30%;
    width: 25%;
}
.mamata-druvey {
    position: absolute;
    bottom: 16%;
    left: 3%;
    width: 300px;
}
.mamata-druvey h4 {
    font-size: 16px;
    width:93px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 17px;
    animation: blinker 1.5s linear infinite;
}
.durga-vyam {
    position: absolute;
    top: 36%;
    right: 23%;
    width: 610px;
}
.durga-vyam h4 {
    font-size: 23px;
    color: #fff;
    position: absolute;
    right: 11px;
    width: 150px;
    top: 8px;
    animation: blinker 1.5s linear infinite;
}
.satrupa-urveti {
    position: absolute;
    bottom: 24%;
    right: 7%;
    width: 500px;
}
.satrupa-urveti h4 {
    font-size: 22px;
    color: #fff;
    width: 164px;
    position: absolute;
    right: 42px;
    top: 23px;
    animation: blinker 1.5s linear infinite;
}

.shyama-bai {
    position: absolute;
    bottom: -2px;
    left: 20%;
    width: 590px;
}
.shyama-bai h4 {
    font-size: 19px;
    color: #fff;
    width: 118px;
    position: absolute;
    transform: translate(14px, 30px);
    z-index: 99;
    animation: blinker 1.5s linear infinite;
}

.dindori {
    position: absolute;
    bottom: 0;
    left: 46%;
    width: 480px;
    max-height: 396px;
    overflow: hidden;
}
.dindori h3 {
    text-transform: uppercase;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    text-shadow:2px 2px #000000;
}
.Bhopal h3 {
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 38%;
    transform: translate(-14px, 17px);
    text-shadow: 3px 1px #454545;
}
.Bhopal {
    position: absolute;
    bottom: 14%;
    left: 13%;
    width: 606px;
    max-height: 451px;
}
.sm-text-min img{
    width: 140px;
}
.sm-text-min {
    font-size: 30px;
    max-width: 150px;
    color:var(--deep-green);
    position: absolute;
    left: 20%;
    top: 20%;
}
.sm-text-min h5 {
    color: var(--deep-green);
    font-size: 23px;
    margin: 11px 1px;
}
.hapiness-society {
    left: 35px;
    top: 26%;
}
.rang-karwaan {
    top: 31%;
}

.ekta-parishad.sm-text-min {
    top: 46%;
    left: 13%;
}
.jangarh-kala.sm-text-min {
    right: 20%;
    bottom: 8%;
    left: auto;
    top: auto;
}
.jangarh-kala.sm-text-min h5 {
    position: absolute;
    right: -92px;
    width: 100px;
    text-align: center;
    top: -30px;
}
.dhigha-kala {
    right: 34%;
    bottom: 28%;
    top: auto;
    left: auto;
}
.state-tribal {
    position: absolute;
    bottom: 24%;
    top: auto;
    left: 34%;
    text-align: center;
}
.eklavya-foundation {
    position: absolute;
    bottom: 13%;
    top: auto;
    left: 24%;
}
.muskaan {
    left: 3%;
    bottom: 29%;
    top: auto;
    text-align: center;
}
.bharat-bhawan {
    top: 38%;
    left: 34%;
    display: flex;
    gap: 10px;
}

/* blink animation */

  @keyframes blinker {
    50% {
      opacity: 0.3;
    }
  }
  