

/*-------- created varribles --------- */

  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100vh;
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(2,37,78,1) 0%, rgba(4,56,126,1) 19.7%, rgba(85,245,221,1) 100.2% ); */
    /* background-size: cover;  */
    background: transparent;  
    /* background: -webkit-linear-gradient(to right, #004e92, #000428);   */
}

 @media screen and (min-width: 335px) {
    


/* ################ Started Styling for page ############################ */

*{
margin: 0;
padding: 0;
font-family: 'Comfortaa', cursive;
/* font-family: var(--sm_font_12); */
user-select: none;
}
/* .xtr_links_1{
    text-decoration: none;
} */
a{
    text-decoration: none;
    cursor: pointer;
}

body{
    background-color: #e3eeff49;
}





/* >>>>>>>>>>>>>>>>>>>> Header area started <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.header{
    /* position: sticky; */
    /* top: 0; */
    width: 100%;
    z-index: 1;
    position: relative;
}
.menuBar_area{
    /* top: 0px; */
    width: 100%;
    /* box-shadow:  0 1px 10px -5px rgba(9, 107, 255, 0.603); */
    background-color: #0078f0;
    /* background: #001e55; */
    padding: 20px 0px;
    /* position: relative; */
    display: flex;
    justify-content: center;
}
.manuBar_logo_Wrapper{
    width: 90%;
	max-width: 90rem;
    display: flex;
    justify-content: space-between;
}
.site_logo{
    /* padding: 1rem; */
    text-align: left;
    /* padding-left: 6%; */
    /* padding-right: 7rem; */
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.site_logo a{
    color: rgb(255, 255, 255);
    /* font-family: var(--sm_font_13); */

}
.site_logo span{
    /* padding: 1rem; */
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.menu_btn_area{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#menu_btn{
    /* background-color:var(--clr5); */
    background: transparent;
    color:var(--clr5);
    padding: 6px 6px;
    border-radius: 10px;
    border: 2px solid transparent;
    /* position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 5%; */
    cursor: pointer;
    transition: 0.4s;
}
#menu_icn{
    font-size:1.25rem;
    color: rgb(255, 255, 255);
}
#menu_btn:hover{
    /* border: 2px solid rgb(226, 226, 226); */
        box-shadow: 0px 0px 8px 1px rgb(255, 255, 255);
}
.form_area{
    width: 25rem;
    max-width: 70vw;
    /* height: 13rem; */
    background-color: transparent;
    margin: 4.5rem auto;
    display: block;
    padding: 1.2rem;
}
.navbar_area{
    position: sticky;
    top:  0vw;
    margin: 0 auto;
    /* border: 2px solid rgba(255, 255, 255, 0.151); */
    /* border-radius: .8rem; */
    background-color: #0381ff;
    /* background: #002364; */
    /* box-shadow:  0 2px 10px -3px rgb(0, 59, 148); */
    box-shadow:  0 2px 10px -3px #00000063;
    width: 100%;
    /* box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.575); */
    /* background-color: rgba(0, 98, 255, 0.062); */
    /* backdrop-filter: blur(25px); */
    /* width: 85%; */

}
.nav_UL{
    display: flex;
    justify-content: space-evenly;
    max-width: 30rem;
    margin: auto;
    /* background-color: #ffffff; */
    /* border-radius: 8px; */
    /* margin-top: .5rem; */
    /* box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.575); */

}
.nav_UL li{
    padding: 1rem 0.5rem;
    list-style-type: none;
    width: 20%;
    text-align: center;

}
.nav_UL li a{
    font-family: var(--sm_font_12);
    /* color: #000000; */
    color: #ffffffee;
    /* color: #055de0; */
    font-weight: 900;
    transition: .2s;
    font-size: .89rem;
    text-align: center;
}
.nav_UL li a:hover,
.nav_UL li a::after{
    /* color: #0059ff; */
    color: #ffffff9d;
    font-weight: 500;
    font-size: .85rem;
    /* font-weight: 300; */

}

/* >>>>>>>>>>>>>>>>>>>> Header area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */









/* >>>>>>>>>>>>>>>>>>>> Reminder area start <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.reminder_area{
    /* width: 100vw; */
    background-color: transparent;
    display: none;
}
.ticker_wrap{
    background-color: #eaf3f8;
}
.ticker_heading{
    text-align: center;
    /* padding-top: 5px; */
    /* margin-bottom: -.3rem; */
    font-family: var(--sm_font_1);
    font-size: 1.5rem;
    font-weight: 60;
    color: rgb(255, 0, 0);
}
.ticker{
    background-color: #eaf3f8;
}
.ticker_item{
    display: inline;
    padding: 5px 4rem;
    color: #ff0404;
}
.ticker_item p{
    color: #000000;
    display: inline-block;
    font-family: var(--sm_font_3);
    font-size: 1.1rem;
}

/* >>>>>>>>>>>>>>>>>>>> Reminder area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */









/* >>>>>>>>>>>>>>>>>>>> MAin area started <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.main{
    width: 100%;
    padding-bottom: 10rem;
    font-family: var(--sm_font_3);
}
.card{
    width: 82vw;
    height: auto;
    border: 1px solid rgb(206, 206, 206);
    margin:0 auto;
    margin-top: 3.5rem;
    /* margin-bottom: 2rem; */
    border-radius: .7rem;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.342);
    /* background-color: #ffffff; */
    /* background-color: transparent; */
}
@media screen and (min-width: 1000px) {
    .card{
        max-width:60vw ;
        }
    }
#video,#audio,#article,#book,#history,#quote{
    scroll-margin-top: 6rem;
}
.card_heading{
    font-family: var(--sm_font_2);
    font-weight: 600;
    color: #0059ff;
    font-size: 1.7rem;
    text-align: center;
    padding: .5rem 1rem 2rem 1rem;
    margin: -.5rem 1rem -1rem 1rem;
    /* border: 1px solid; */
    /* display: inline-block; */
    transition: .7s;
}
.card hr{
    margin-bottom: 1rem;
}
.p1{
    font-family: var(--sm_font_2);
}
.btn_area{
  margin: .5rem;
}
.btn_caption{
  margin-left: -.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  /* color: coral;   */
  color: #ff4400;  
  display: inline-block;
  transition: .2s;
}
.btn_caption:hover{
    color: #ff0000;
    /* font-size: 1.2rem; */
}
.btn{
    padding: 7px 15px 5px 15px;
    margin-left: 1rem;
    margin-top: .8rem;
    border-radius: 15px;
    border: 1px solid #2494f0;
    font-size: 1rem;
    background-color: #caffe7;
    color:#000000;
    /* background-color: transparent; */
    /* color: #ffffff; */
    transition: .4s;
    font-family: var(--sm_font_5);
    font-weight: 410;
    cursor: pointer;
}
.btn:hover{
    background-color:#1792f7;
    color:#ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px -1px #0000006e;
}
.btn span{
    font-size: .9rem;
    font-family: var(--sm_font_5);
    display: block;
    font-weight: 400;
}


    /* >>>>>>>>>>>>>>>>>>>> main area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */









/* >>>>>>>>>>>>>>>>>>>> footer area started <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.footer{
    width: 100%;
    /* height: 2.5rem; */
    margin: auto;
    margin-top: 8vh;
    padding: 1.3rem 0rem;
    background-color: #0075e9ee;
    /* background-color: #ffffffee; */
    border-top: 1px solid  #0079f1ee;
    border-top: 1px solid  #00000046;
    box-shadow: 0px 5px 10px #0079f1ee;
}
.credit{
    max-width: 70vw;
    margin: auto;
    text-align: center;
    text-decoration: none ;
    font-size:.9rem ;
    /* display: flex; */
}
.p2,
.p2 > span{
    font-family: var(--sm_font_3);
    color: #ffffffe0;
    /* color: #07315cee; */
}
.p2{
    font-size:.9rem ;
    font-weight: normal ;
    /* margin-bottom: 0.1rem ; */
    /* color: #234f79; */
}
.p2 > .sm{
    cursor: pointer;
}
.lastUpdateDate{
    font-size: .8rem;
    margin-top: .6rem;
    color: #ffffff93;
    /* color: #07325cc4; */

}
.lastUpdateDate > span{
    font-size: .65rem;
}
/* >>>>>>>>>>>>>>>>>>>> Footer area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>>>>>>>>>>>>> Popup area started <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>> Popup area end <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */








}

