/* styling the webpage of MP Janmat */
* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    width: 100%;
    user-select: none;
    font-family: 'Noto Sans Devanagari', 'Mukta', sans-serif;
}

header {
    height: auto;
    width: 100%;
}

footer {
    height: auto;
    width: 100%;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

main {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 1.725rem;
    text-align: center;
}

/* Header Styling */
.header-area {
    height: auto;
    width: 100vw;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    background-color: rgb(0, 57, 171);
}

.logo {
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.2vmin solid black;
    background-image: linear-gradient(rgb(238, 117, 47), white, rgb(1, 119, 1));
    border-radius: 0.5rem;
}

.logo-img {
    height: 12vmin;
    width: 48vmin;
    background-image: url("../MPJanmatLogo.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    margin: 1vmin auto;
}

.color-mode {
    color: #000000;
    position: absolute;
    top: 6vmin;
    right: 3vmin;
    font-size: 1.3rem;
}

.header-option-area {
    width: 100%;
    background-color: rgb(0, 57, 171);
}

.header-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
    margin: 0 auto;
    padding: 1vmin;
    background-color: rgb(0, 57, 171);
}

.subscribe-btn {
  background-color: #cc0000; /* YouTube red */
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 1vmin;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
  background-color: #b00000;
}

.whatsapp-news {
    padding: 1vmin 2vmin;
    border: 0.2vmin solid green;
    border-radius: 0.5rem;
    color: rgb(0, 0, 0);
    background-color: white;
    font-size: 0.9rem;
}

.whatsapp-news i {
    color: rgb(3, 137, 3);
}

/* Footer area styling */
.footer-area {
    width: 100%;
    height: auto;
    padding-top: 2vmin;
    background-color: rgb(83, 83, 83);
    color: rgb(231, 232, 233);
}

.footerLogo-area {
    height: auto;
    width: 100%;
    padding: 1vmin 0 1vmin 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border: none;
    border-top: 0.2vmin solid black;
    border-bottom: 0.2vmin solid black;
}

.text-aboutus {
    width: 80%;
    color: black;
    margin-top: 0.3vmin;
    background-color: transparent;
    text-align: center;
    padding: 2vmin;
}

.aboutus-text {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.95rem;
}

.copyright-section {
    height: auto;
    width: 95%;
    padding: 2vmin;
    margin: 1vmin 0 1vmin 0;
    background-color: rgb(73, 73, 73);
    color: rgb(233, 231, 231);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.copyright-text {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.95rem;
    text-align: center;
}

.back2-top {
    height: auto;
    width: 97%;
    padding: 1vmin;
    background-color: rgb(2, 2, 99);
    color: rgb(243, 243, 243);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vmin;
}

.back2-top:hover {
    font-size: 1.1rem;
    background-color: rgb(4, 4, 122);
    border: 0.2vmin solid white;
}

.links-section {
    background-color: rgb(22, 22, 22);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-links-footer {
    background-color: rgb(22, 22, 22);
    width: 85%;
    height: auto;
    padding: 1vmin;
    margin-top: 1vmin;
    margin: auto;
}

.category-link {
    background-color: rgb(39, 39, 39);
    width: 100%;
    height: auto;
    padding: 0.5vmin;
}

.popular-category-text {
    display: block;
    text-align: left;
    color: rgb(190, 190, 192);
    border-left: 0.3vmin solid white;
    padding-left: 1vmin;
    font-size: 1.3rem;
}

.category-link-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1vmin;
}

.cities-footer {
    background-color: rgb(39, 39, 39);
    width: 100%;
    height: auto;
    padding: 0.5vmin;
}

.city-category-text {
    display: block;
    text-align: left;
    color: rgb(190, 190, 192);
    border-left: 0.3vmin solid white;
    padding-left: 1vmin;
    font-size: 1.3rem;
}

.city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1vmin;
}

.fcategory-box {
    padding: 1vmin;
    cursor: pointer;
    margin-right: 1vmin;
    color: rgb(227, 228, 230);
}

.fcategory-box:hover {
    color: rgb(247, 247, 247);
    text-decoration: 0.2vmin solid underline;
}

.useful-link-secton {
    background-color: rgb(39, 39, 39);
    width: 100%;
    height: auto;
    padding: 1vmin;
    margin-top: 3vmin;
    border-top: 0.2vmin solid white;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1vmin;
}

.contact-section {
    height: auto;
    width: 97%;
    margin-top: 1vmin;
    padding: 1vmin;
    padding-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(78, 77, 77);
}

.contactUs-text {
    height: auto;
    width: 100%;
    padding: 0.5vmin;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1vmin;
}

.contact-icons {
    height: auto;
    width: 70%;
    padding: 1vmin;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon {
    height: 6vmin;
    width: 6vmin;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
}

.icon1 {
    height: 6vmin;
    width: 6vmin;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon:hover {    
    border: 0.2rem solid white;
}

.icon1:hover {    
    border: 0.2rem solid rgb(41, 41, 41);
}

.thanks4-visiting {
    height: auto;
    width: 95%;
    background-color: rgb(71, 71, 71);
    color: white;
    padding: 2vmin;
    padding-bottom: 1vmin;
    text-align: center;
}

/* main syling */
/* ABOUT US */
.complete-about-us, .complete-privacy-policy, .completer-terms-condition, .complete-contact-us, .complete-desclaimer {
    width: 100%;
    height: auto;
    padding: 3vmin 0;
    padding-left: 1vmin;
}

.slogan {
    font-size: 1.75rem;
    font-weight: 800;
    padding: 1vmin 0;
    height: auto;
    width: auto;
    text-decoration: solid underline black 0.2vmin;
}

.about-mpjanmat, .about-editor, .about-vision, .about-developer, .follow-links {
    height: auto;
    width: 100%;
    padding: 1vmin 0;
}

.abt-mpjanmat-header, .abt-editor-header, .abt-vision-header, .abt-developer-header {
    padding: 0 1vmin;
    margin-bottom: 1.5vmin;
    margin-left: 2vmin;
    font-size: 1.7rem;
    border-left: 0.5vmin solid rgb(119, 119, 119);
    padding-bottom: 1.5vmin;
}

.editor-message-header {
    padding: 0 1vmin;
    margin-top: 1.5vmin;
    margin-bottom: 1.5vmin;
    margin-left: 2vmin;
    font-size: 1.5rem;
    border-left: 0.5vmin solid rgb(119, 119, 119);
}

.footer-links-header {
    padding: 0 1vmin;
    margin-bottom: 1.5vmin;
    margin-left: 2vmin;
    font-size: 1.2rem;
    border-left: 0.5vmin solid rgb(119, 119, 119);
}

.abt-part-mpjanmat, .abt-part-editor, .abt-part-vision, .abt-part-developer {
    height: auto;
    width: 95%;
    padding: 1vmin 0;
    padding-left: 4vmin;
    font-size: 1rem;
}

.editors-message-text {
    height: auto;
    width: 95%;
    padding: 1vmin 0;
    padding-left: 4vmin;
    font-size: 1.1rem;
    font-weight: 600;
}

.editors-photo {
    height: 30vmin;
    width: 30vmin;
    background-image: url("editorSir.webp");
    background-size: cover;
    border-radius: 50%;
    margin-left: 3vmin;
}

.editor-name {
    font-size: 1.2rem;
    font-weight: 800;
    margin-left: 6vmin;
}

#link a{
    text-decoration: underline solid blue;
    color: blue;
}

h2{
    font-size: 1.3rem;
}

h1, h2 {
    padding-bottom: 1vmin;
    padding-top: 0.5vmin;
}

p{
    font-size: 16px;
    line-height: 1.6;
}

:root.light-mode {
  --bg-main: #090909;
  --text-main: #f6f6f6;
  --link-color: #f8f8f8;
}

:root.dark-mode {    
  --bg-main: #ffffff;
  --text-main: #000000;
  --link-color: #020202;
}

main {
  background-color: var(--bg-main);
  color: var(--text-main);
}

.contact-icons a {
    color: var(--link-color);
}