@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gurmukhi:wght@300;700&display=swap');

/* font-family: 'Noto Sans Gurmukhi', sans-serif; */
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
 
    box-sizing: border-box;
}

body {
    background-color: rgb(231, 205, 255);
    /* background-image: url("gt1.jpg"); */
    /* background-size: cover;
    background-position: center;
    z-index: 0;

    opacity: 0.4; */
}

.header {

    position: relative;
    background-color: blueviolet;
    width: 100vw;
    height: 70px;
    top: 0;
    position: fixed;
    z-index: 2;
}

.header img {
    height: 60px;
}

nav h3 , .sitename{
    padding-left: 20px;
    font-size: 25px;
    color: #f30d19;
    text-shadow: 2px 5px 9px white, 2px -3px 10px rgb(211, 211, 146);

}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.navlink {
    flex: 1;
    text-align: right;
}

.navlink ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 10px;

    margin-right: 20px;

}

.navlink ul li a {
    text-decoration: none;
    color: beige;
    font-size: 22px;
}

/* blew code add a line under after li item home etc  which will animate while hover  */
.navlink ul li::after {
    content: '';
    width: 0;
    height: 3px;
    background: rgba(205, 47, 19, 0.923);
    display: block;
    margin: auto;
    transition: 0.5s;
}

/*  blew code to make border agian active menu */
a.active {
    border: 2px solid #f44336;
    padding: 2px 5px;
    /* background-color: #1e1bf5; */
    box-shadow: -1px -1px 5px white;
}

.navlink ul li:hover::after {
    width: 100%;

}


nav .fa {
    display: none;
}

.indexmain {

    margin-top: 90px;

}

.mainlink {
    padding-left: 55px;
    display: flex;
    font-size: 20px;
    padding-top: 18px;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: 'Noto Sans Gurmukhi', sans-serif;
    justify-content: space-between;
    align-content: center;
    line-height: 2.5;
    word-spacing: 6px;
    /* letter-spacing: 1px; */
}
 .mainlink ol li a:visited     {
    
    color: #430f88;
    text-decoration: none;
}
/*.mainlink ol li{
    
    color: #100dce;
} */
.mainlink ol li a{
    /* text-decoration: none; */
    font-family: 'Noto Sans Gurmukhi', sans-serif;
}

.mainlink ol {
    list-style-position: inside;
    list-style-image: url("khanda.png");
   
}

.mainlink ol li a:hover{
    color: #f00c18;
    background: rgba(236, 197, 23, 0.923);
    transition: 0.6s;
}

.headmain h1 {

    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
    color: #d11608;
    border: 1px solid red;
    width: 400px;
    background-color: rgb(245, 201, 5);
    box-shadow: 5px 6px 10px 5px #a31005, -2px -1px;

}

.headmain p {
    padding: 28px;
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    font-weight: 550;
    color: #100dce;
}

.kirtan {
    position: absolute;
    top: 350px;
    right: 80px;
    line-height: 30px;
    text-align: center;
    color: #a31005;
    letter-spacing: 1px;

}

.kirtan img {
    height: 350px;
    border: 7px solid green;
    border-radius: 10px;
    border-style: double;
}

.image {
    height: 250px;
    /* display: flex; */
    /* width: 35vmpx; */
    float: left;
    margin: 10px;
    margin-right: 25px;

    border: 5px solid rgb(215, 75, 4);


}

/* backk button decoration */
.back {
    display: inline-block;
    /* width: 80px; */
    padding: 2px 15px;
    color: aliceblue;
    text-decoration: none;
    letter-spacing: 1px;
    background: rgb(69, 163, 6);
    box-shadow: 2px 3px 3px 1px red, -2px -2px violet;

}
/* Thanks page */
.backthx {
    display: inline-block;
    width: 200px;
   margin: 5px 20px;
    padding: 12px 25px;
    color: aliceblue;
    text-decoration: none;
    letter-spacing: 1px;
    background: rgb(69, 163, 6);
    box-shadow: 2px 3px 3px 1px red, -2px -2px violet;

}
.thx{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 200px;
    
}

.main {
    margin-top: 80px;
}



.content {
    font-family: 'Noto Sans Gurmukhi', sans-serif;
    margin: 20px;
    padding-left: 10px;
    font-size: large;
    font-weight: 500;
    text-align: justify;
   
}
.content h2 {
    
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
    color: #d11608;
    border: 1px solid red;
    width: 500px;
    padding: 3px;
    background-color: rgb(94, 248, 64);
    box-shadow: 5px 6px 10px 5px #a31005, -2px -1px;
}

.content p {
    line-height: 2.2;

    padding: 25px;
    margin-left: 25px;
    word-spacing: 3px;
}

.content ol {
    line-height: 2.5;
    margin-left: 100px;
}

.center {
    text-align: center;
    color: rgb(211, 4, 4);
    margin-bottom: 10px;
    margin-top: 10px;
    text-shadow: 2px 3px 2px rgb(203, 236, 36);
    font-weight: bolder;

}

footer p {
    text-align: center;
    font-size: 18px;
    background-color: rgb(95, 19, 167);
    color: rgb(247, 230, 208);
    padding: 5px 0px;
    margin: 1px;
    position: relative;
    bottom: 0;
}

footer p b {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
}

/* About page CSS */
.about {
    margin: 100px auto 40px;
    padding: 2px 20px;
    text-align: center;
    color: #230fdd;
    font-weight: 510;
}

.about p {
    padding: 10px 10px;
    word-spacing: 3px;


}

.aboutimg img {

    height: 160px;
    width: 180px;
    /* margin-left: 25px; */
    margin-inline: 30px;
    margin-bottom: 10px;
    border-radius: 80px;
    border: thick double #2d58e4;

}

.sticky {
    border-radius: 180px;
    position: sticky;
    top: 5px;
    float: right;
    z-index: 1;
    ;
    right: 8px;
    height: 50px;
    display: none;
}

/* ?table in style */

table,td,th {
   
    border: 1px solid #04AA6D;
    
    }
    table{
        margin-top: 10px;
        text-align: center;
        width: 95%;
        padding: 5px;
    }
    td{ padding: 3px;}
    th {
        padding: 10px;
        background-color: #04AA6D;
        color: white;
      }
    tr:hover {background-color: coral;}

    .table h4{
        color: #d11608;
        margin: 10px auto;
        

    }
        
    .disclaimer {
        font-weight: 600;
        color: #2415f3;
        padding: 20px;
        word-spacing: 4px;
    }
    .counter{
        text-align: center;
        /* float:right; */
        
    }
/* to show in small devices */
@media (max-width:500px) {
    .text {
        font-size: 12px;
        font-weight: bold;
    }

    .navlink ul li {
        display: block;
    }

    .navlink {
        position: absolute;
        height: 100vh;
        text-align: left;
        width: 280px;
        background-color: #f44336;
        top: 0;
        right: 0;
        padding-top: 30px;
        z-index: 2;
    }

    nav .fa {
        display: block;
        color: rgb(225, 224, 222);
        margin: 5px;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    nav h3 {
        font-size: 18px;

    }
    .header img {
        height: 40px;
    }
    .mainlink {
        padding-left: 25px;

        font-size: 16px;
    }

    .headmain p {
        font-size: 12px;
        line-height: 1.8;
    }

    .sticky {
        /* position: sticky; */
        display: flex;
    }

    .kirtan {
        position: relative;
        top: 50px;
        right: 5px;
        margin-bottom: 10px;


    }

    .kirtan h3 {
        font-size: 12px;
        margin: auto auto;
    }

    .kirtan iframe {
        width: 300px;
        height: 200px;
        right: auto;
        bottom: 25px;
    }

    .kirtan img {
        display: none;
    }

    .indexmain {
        /* height: 100vh; */
        margin-top: 100px;
    }

    .indexmain .headmain h1 {
        width: 200px;
        font-size: 16px;
        background-color: #eba016;
        color: rgb(204, 6, 6);
        /* letter-spacing: 1px; */
        padding: 0px 5px;
        margin-bottom: 7px;
    }

    footer p {

        font-size: 10px;

    }

    footer p:first-child {
        margin-top: 25px;
    }
    .image {
        width: 250px;
        /* height: 262px; */
        display: flex;
        float: none;
         border: 3px solid rgb(42, 20, 241);
        margin: 5px auto;
    }
    .content h2 {
        width: 300px;
    }
   
    .content p {
        line-height: 2.2;
        padding: 10px;
        margin-left: 2px;
    }
    .content ol {
        margin-left: 25px;
    }
    .back{
        margin-left: 25px;
    }
}



@media (max-width:850px) {
    .text {
        font-size: 16px;
        font-weight: bold;
    }

    .navlink ul li {
        display: block;
    }

    .navlink {
        position: absolute;
        height: 100vh;
        text-align: left;
        width: 200px;
        background-color: #f44336;
        top: 0;
        right: 0;
        padding-top: 30px;
        z-index: 2;
    }

    nav .fa {
        display: block;
        color: rgb(225, 224, 222);
        margin: 10px;
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
    }

    .mainlink {
        padding-left: 30px;

        font-size: 16px;
    }

    .kirtan {

        position: relative;
        top: 20px;
        align-items: center;
        right: auto;

    }
    .header img {
        height: 40px;
    }
    .headmain p {
        font-size: 17px;
    }

    .kirtan iframe {
        position: relative;
        margin: 5px auto;

        width: 400px;
        height: 250px;
        /* right: auto; */


    }

    .kirtan h3 {
        font-size: 16px;
        color: #f00c18;


    }
    

    .indexmain {
        /* height: 100vh; */
        margin-top: 100px;
    }

    footer p {
        font-size: 12px;
    }

    footer p:first-child {
        margin-top: 10px;
    }
}