* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    color: white;
}

.main {
    height: 100%;
    width: 100%;
}

.page1 {
    height: 100%;
    width: 100%;
    background-color: #084267;
    background-image: url(images/logo-bg.jpg);
    background-size: cover;
    background-blend-mode: multiply;
}

.right-nav {
    display: flex;
    align-items: center;
}

.cm-txt {
    display: flex;
    /* align-items: center; */
    align-items: center;
    /* margin-bottom: 50px; */
    margin-top: 60px;
    /* margin-left: 100px; */
    /* margin-left: 200px; */
    width: 100%
}

    .cm-txt h1 {
        width: 100%;
        text-align: center
    }

        .cm-txt h1 div {
            margin-top: 20px;
        }

.navigation {
    background-color: #2E323a;
}

a {
    color: white;
    text-decoration: none;
}

.navigation img {
    width: 71%;
    margin-left: 50px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.navigation nav li {
    list-style: none;
    margin-top: 10px;
    font-size: 18px;
    padding-left: 20px;
    padding: 10px;
}

.navigation nav :hover {
    background-color: #333740;
}

.cm-txt img {
    height: 50px;
}

.cm-shikayte nav li {
    margin-top: 14px;
}

.cm-shikayte {
    margin-left: 80px;
    text-align: center;
    margin-top: 100px;
}

.left-nav img {
    height: 50px;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 320px;
}

.two-logos {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 80px 0;
}

    .two-logos img {
        max-height: 110px
    }

.cm-shikayte h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 40px
}

.cm-txt h1:first-child {
    margin-left: 100px;
}

.pg1-con {
    display: flex;
    justify-content: center;
    /* justify-content: space-between;
    align-items: flex-end; */
    /* flex-direction: column; */
}

.left-con {
    width: 80%;
    margin: 0 auto;
        margin-bottom:20px;
}

.shikay-con {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100%; */
}

.shikayt-sujhav {
    margin-left: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 100px;
}

.prakriya {
    background-color: #FE9318;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 22px 10px;
}

    .prakriya p {
        text-align: center;
    }

    .prakriya img {
        height: 50px;
        margin-bottom: 10px;
    }

.nav {
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding-top: 20px;
    align-items: center;
}

    .nav button {
        padding: 10px 28px;
        border-radius: 20px;
        border: none;
        margin-right: 10px;
        background-color: #FE9318;
    }

.navcenter {
    display: flex;
    justify-content: center;
}

.shivrah-img img {
    height: 600px;
}

.cpgrams {
    margin-bottom: 150px;
    display: flex;
    text-align: start;
    margin-left: 10px;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
}

    .cpgrams button {
        padding: 10px 20px;
        border: none;
        border-radius: 20px;
        background-color: #FE9318;
        margin-left: 20px;
        color: white;
    }

.page2 {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #FFEDE7;
    /* display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: column; */
}

.pg2-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pg2-heading {
    font-size: 40px;
    margin-top: 100px;
    color: #737b8e;
}

.pg5-con nav li {
    line-height: 1.7;
}

.pg2-card {
    background-color: white;
    height: 250px;
    border-radius: 8px;
    width: 390px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .pg2-card div {
        background-color: #192c94;
        color: white;
        width: 100%;
        height: 10%;
        align-items: center;
        display: flex;
        padding: 10px 1px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        justify-content: space-between;
    }

.janmanch-img {
    margin-bottom: 40px;
    margin-top: 60px;
    height: 110px;
}

.pg2-card button {
    background-color: #FE9318;
    padding: 6px 20px;
    border-radius: 6px;
    border: none;
    margin-right: 10px;
    color: aliceblue;
}

.pg2-card p {
    font-size: 20px;
    margin-left: 10px;
}

.pg2-card-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
    margin: 10px;
    margin-top: 90px;
    gap: 20px;
}

.adhik-jankari-btn button {
    padding: 20px 40px;
    font-size: 20px;
    border-radius: 40px;
    background-color: #FE9318;
    color: white;
    border: none;
    margin-top: 80px;
    margin-bottom: 150px;
}

.page3 {
    height: 100%;
    width: 100%;
    background-color: white;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.pg3-con {
    /* width: 90%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pg3-card-div {
    background-color: #FE9318;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
}

.pg3-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
    margin-top: 90px;
    gap: 12px;
}

.pg3-card-div h1 {
    color: white;
    font-size: 30px;
    font-weight: 100;
    margin-top: 20px;
}

.pg3-card-div i {
    color: rgb(237, 236, 236);
    font-size: 50px;
    font-weight: 100;
    margin-top: 20px;
}

.pg3-card-div p {
    font-size: 20px;
    color: aliceblue;
    margin-top: 20px;
}

.pg3-heading h1 {
    margin-top: 150px;
    font-size: 50px;
    color: #737b8e;
}

.pg3-card-div img {
    height: 90px;
}

.page4 {
    height: 60%;
    width: 100%;
    background-color: #1299ed;
    background-image: url("https://img.freepik.com/free-photo/beautiful-view-isa-khan-s-tomb-new-india-sunny-day_181624-60326.jpg?size=626&ext=jpg&ga=GA1.1.306516893.1694171396&semt=ais");
    background-size: cover;
    background-blend-mode: multiply;
    flex-direction: column;
    display: flex;
}

.pg4-center {
    display: flex;
    justify-content: center;
}


.pg4-main {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
    margin-left: 8%;
    margin-top: 100px;
    color: white;
}

.pg4-left {
    margin-top: 100px;
}

    .pg4-left h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pg4-left ul li {
        font-weight: 600;
    }

    .pg4-left li {
        font-size: 18px;
        margin-top: 20PX;
    }

.pg4-right img {
    height: 500px;
    margin-left: 120px;
}

.page5 {
    height: 100%;
    width: 100%;
    background-color: #1C3075;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pg5-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 60%;
    margin-left: 100px;
    margin-top: 100px;
}

    .pg5-con nav li {
        list-style: none;
        margin-top: 10px;
    }

        .pg5-con nav li img {
            margin-left: 100px;
        }

.number {
    font-size: 28px;
    margin-top: 60px;
    width: 50%;
}

.year {
    margin-top: 80px;
    width: 60%;
    padding: 10px;
    border-top: 0.5px solid rgba(105, 105, 105, 0.407);
}

.menu {
    position: fixed;
    top: 0;
    right: -300px; /* Adjust the initial width as needed */
    width: 300px; /* Adjust the width as needed */
    height: 99%;
    background-color: #2e323a; /* Change the background color as needed */
    transition: right 0.3s ease-in-out;
    z-index: 1000; /* Adjust the z-index as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add shadow if desired */
}

.show-menu {
    right: 0;
}

.show-menu {
    right: 0;
}

#close-icon {
    display: none;
}

.navigation {
    margin-top: 20px;
}

@media screen and (min-width: 700px)and (max-width:1250px) {
    .pg2-card-div {
        grid-template-columns: repeat(2, 1fr);
    }

    .pg3-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .shikay-con {
        width: 72%;
    }

    .shivrah-img img {
        height: 500px;
    }

    .cm-txt h1:first-child {
        margin: 4px;
        font-size: 20px;
        margin-left: 2px !important;
    }

    .cm-shikayte {
        margin-left: 100px;
    }

    .shikayt-sujhav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 320px) and (max-width: 732px) {
    .shivrah-img img {
        display: none;
    }

    .cm-txt h1:first-child {
        margin: 4px;
        margin-left: 10px;
        font-size: 24px !important;
    }

    .cm-shikayte {
        margin: 6px;
    }

    .shikayt-sujhav {
        margin-left: 70px !important;
    }

    .cpgrams {
        flex-direction: column;
        flex-direction: center;
        text-align: center;
        margin-left: 50px !important;
    }

    .pg2-card-div {
        margin: 4px !important;
    }

    .pg2-heading {
        text-align: center !important;
    }

    .pg4-right img {
        height: 280px;
        margin-left: 10px !important;
    }

    .pg4-main {
        margin-left: 10px !important;
    }

    .pg2-card {
        width: 250px;
    }

        .pg2-card p {
            font-size: 10px;
        }

    .adhik-jankari-btn button {
        padding: 14px 10px !important;
        font-size: 14px;
    }

    .pg3-heading h1 {
        font-size: 30px !important;
        text-align: center;
        margin-left: 10px !important;
    }

    .cm-txt {
        margin-left: 4%;
    }

    .cm-shikayte h1 {
        margin-left: 10px;
    }
    /* .pg3-cards{
        margin-right: 100px;
    } */
}



/* 1270 */
@media screen and (min-width: 1274px) {
}



@media screen and (min-width: 320px) and (max-width: 1136px) {
    .shivrah-img img {
        height: 10vh;
    }

    .nav {
        width: 100%;
        padding: 10px 20px;
    }

    .shivrah-img img {
        height: 48vh;
    }

    .shikayt-sujhav {
        grid-template-columns: repeat(1, 1fr);
        width: 200px;
        margin-left: 20px;
    }

    .pg2-card-div {
        grid-template-columns: repeat(1, 1fr);
        /* margin-left: 120px; */
    }

    .pg2-heading {
        font-size: 30px;
    }

    .pg3-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .pg4-main {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 50px;
        align-items: center;
    }

    .pg5-con {
        grid-template-columns: repeat(1, 1fr);
    }

        .pg5-con nav li img {
            margin-left: 1px;
        }

    .pg4-left li {
        text-align: center;
    }

    .pg4-left h1 {
        text-align: center;
    }
}



/* 
@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  
  h1 {
    animation: slideInFromLeft 1s ease-in-out;
  }

  @keyframes scaleIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  button {
    animation: scaleIn 1s ease-in-out;
  } */
