:root{

    --gradient:linear-gradient(90deg, #f1c40f, #f39c12);

}



*{

    font-family: 'Open Sans', sans-serif;

    margin:0; padding:0;

    box-sizing: border-box;

    border:none; outline: none;

    text-decoration: none;

    /*text-transform: capitalize;*/

    transition: all .2s linear;

}



html, body {

    height: 100%;

    padding: 0;

    margin: 0;

}

body {

background:url(../images/bg.png) repeat;

}

*::selection{

    background:#f39c12;

    color:#fff;

}



html{

    font-size:100%;

    overflow-x: hidden;

}



html::-webkit-scrollbar{

    width:1.5rem;

}



html::-webkit-scrollbar-track{

    background:#333;

}



html::-webkit-scrollbar-thumb{

    background:linear-gradient(#f1c40f, #f39c12);

}





section{

    min-height: 100vh;

    padding:1rem 7%;

    padding-top:6rem;

}

iframe{
    border-radius: 15px;
    border: 5px solid #f39c12;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    height: 650px;
}



.btn{

    padding:.3rem 3rem;

    font-size: 1.25rem;

    color:#fff;

    background:var(--gradient);

    border-radius: 5rem;

    margin-top: 1rem;

    cursor: pointer;

    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);

    position: relative;

    overflow: hidden;

    z-index: 0;

}

.register-btn-box{
    display: flex;
    justify-content: center;
}

.register-btn {
    margin: 5px;
}









.btn:hover::before{

    transition: .3s linear;

    left: 120%;

}



.board-section{
    padding-top:3rem;

    display: block;

    align-items: center;

    justify-content: center;

    background-color:  #f39c12;


    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    text-align: center;

}

.sec-section{
    padding-top:3rem;

    display: block;

    align-items: center;

    justify-content: center;

    background-color:  transparent;


    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    text-align: center;

}

.team-section{
    min-height: 75vh !important;

    padding-top:3rem;

    display: block;

    align-items: center;

    justify-content: center;

    background-color:  #f39c12;

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    text-align: center;

}


.card
{
  position: relative;
  width: 340px;
  height: 450px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  display: inline-flex;
  margin-left: 2em;
  margin-bottom: 2em;
}

.circle
{
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  clip-path: circle();
  background: #f00;
}
.circle::before
{
  content: '';
  position: absolute;
  top: -8px;
  left: -16px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 20px rgba(255,0,0,0.5);
  z-index: 10000;
  pointer-events: none;
}
.imgBx
{
  position: absolute;
  width: 340px;
  height: 310px;
  background: #ff0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1000;
}
.imgBx img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform-origin: top;
}
.imgBx:hover img
{
  transform: scale(1.5);
}
.content
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  padding: 20px 30px;
}
.fa-linkedin
{
  height: 50px;
  width: auto;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
}
.text
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text h4
{
  font-weight: 500;
  color: #e91e63;
}
.text a .fa 
{
  color: #e91e63;
}
/*---------------------------- TEAM SECTION---------------------------- */
.team-card
{
  position: relative;
  width: 250px;
  height: 360px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  display: inline-flex;
  margin-left: 2em;
  margin-bottom: 2em;
}

.team-circle
{
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  clip-path: circle();
  background: #f00;
}
.team-circle::before
{
  content: '';
  position: absolute;
  top: -8px;
  left: -16px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 20px rgba(255,0,0,0.5);
  z-index: 10000;
  pointer-events: none;
}
.team-imgBx
{
  position: absolute;
  width: 340px;
  height: 310px;
  background: #ff0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1000;
}
.team-imgBx img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform-origin: top;
}
.team-imgBx:hover img
{
  transform: scale(1.5);
}
.team-content
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 20px 30px;
}
.team-fa-linkedin
{
  height: 25px;
  width: auto;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px;
}
.team-text
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-text h4
{
  font-weight: 500;
  color: #e91e63;
}
.team-text a .fa 
{
  color: #e91e63;
}


/* List section */

.list-section {
    height: auto !important;
    width: 100%;
}

.list-section .cardBox 
{
	position: relative;
	width: 100%;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
}

.list-section .cardBox .card 
{
	position: relative;
	background: var(--white);
	padding: 30px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	box-shadow: 0 7px 25px rgba(0,0,0,0.08);
}

.list-section .details 
{
	position: relative;
	width: 100%;
	padding: 20px;
	display: grid;
	/* grid-template-columns: 2fr 1fr; */
	grid-gap: 30px;
	/* margin-top: 10px; */
}
.list-section .details .recentOrders 
{
	position: relative;
	display: grid;
	min-height: 100px;
	background: White;
	padding: 20px;
	box-shadow: 0 7px 25px rgba(0,0,0,0.08);
	border-radius: 20px;
}

td {
    max-height: 15px;
}

/* NPO no section */

.npo{


    min-height: 50vh !important;

    padding:1rem 7%;

    padding-top:3rem;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-flow: column;

    background:url(../images/home-bg.jpg) no-repeat;

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    text-align: center;

}

.npo h1{

font-size: 4rem;
color:#666;

}
.auth-content {

    border: 5px solid #f39c12;

    width: 50%;

    margin: 15rem auto;

    padding: 20px;

    background: white;

    border-radius: 5px;

}



.auth-content h1 {

    text-align: center;

    padding: 2rem;

}



.auth-content .form-title{

    text-align: center;

}



.auth-content form div {

    margin-bottom: 10px;

}



.auth-content form p {

    text-align: center;

}



.auth-content form p a {

    text-decoration: underline;

}



.language-downloads-section {

    display: flex;

    align-items: center;

}



.language-downloads-content {

    display: inline-flex;

    order: 2;

    flex-wrap: wrap;

    gap: 10px;

    align-content: space-between;

    margin-top: 5rem;

    margin-bottom: auto;

    float: right;

}





.language-downloads-section .language-downloads-content .language-preview  {

    display: inline-block;

    width: 40%;

    margin: 30px auto 30px;

    border-top: 1px solid gray;

    border-right: 1px solid gray;

    background: white;

    position: relative;

    gap: 1em;

}



.language-downloads-section .language-downloads-content .language-preview:hover  {

    background: gray;

}



.search-section .post-button{

    align-items: flex-end;

    float: right;

}



.language-ul {

    float: right;

    width: 100%;



}

.language-list {

    padding: 2rem;

    float: right;

    align-items: center;

}



.preview-img {

    width: 15rem;

    height: 15rem;

}







.selector {

    margin-top: 10px;

    padding: 8px 12px;

    color: rgb(0, 0, 0);

    background-color: rgb(236, 235, 235);

    border: 1px solid #000;

    cursor: pointer;

    border-radius: 5px;

}



.search-labels{

    margin-top: 10px;

    margin-left: 10px;

    padding: 2px 2px;

    color: #f39c12;

    background-color: rgba(236, 235, 235, 0);

    cursor: pointer;

    font-size: 2rem;

}



.clearfix::after {

    content:"";

    display: block;

    clear: both;

}

.search-section {

    display: flex;

    gap: 1em;

    margin: 30px auto 30px;

}



.searchForm {

    width: 45%;

    margin: 10px auto;

    border-radius: 5px;

    background: white;

    position: relative;

    gap: 1em;

}



.searchSection {

    margin: auto;

    align-items: center;

    display: flex;

}



.selector.search-selector {

    width: 100%;

    flex-grow: 1;

    padding: 10px;

    margin-top: 0px;

    outline: none;

    border: 1px solid #000;

    border-radius:  0 5px 0 0;

    background: rgb(207, 207, 207);

    transition: background 0.25s, box-shadow 0.25s;





}



.searchbar-input.downloads-search{

    width: 100%;

    border-radius: 5px 0 0 0;

}



.button.search-btn {

    border-radius: 0 0 5px 5px;

    width: 100%;

}



.search-section .posts-list {

    /* border: 1px dotted purple; */

    display: inline-flex;

    order: 2;

    flex-wrap: wrap;

    gap: 10px;

    align-content: space-between;

    margin-top: 5rem;

    margin-bottom: auto;

    float: right;

}



.search-section .posts-list .post {

    /* border: 1px solid red; */

    width: 20rem;

    margin: 10px auto;

    border-radius: 5px;

    background: white;

    position: relative;

    gap: 1em;

}





.search-section .post-button{

    /* border: 2px dashed green; */

    align-items: flex-end;

    float: right;

}





.search-section .posts-list.media .post .post-title {

font-size: 2rem;

}





.post-title a {

    color: #925c06;

    margin-left: 10px;

}



.post-body p {

    font-size: 1.5rem;

    color: #925a00;

    margin-left: 10px;

}





/* Media Page */



.media-section {

    display: flex;

    gap: 1em;

    margin: 30px auto 30px;

}





.media-section .medias-list .post .download {

    position: absolute;

    bottom: 10px;

    right: 10px;

}



.media-section .medias-list .media .media-image{

    width: 20rem;

    height: 20rem;

    float: left;    

}



.media-section .medias-list .media .media-image .media-button {

    width: 60%;

    padding: 10px;

    float: right;

}

.recent-post-title{

    padding-top: 3em;

    text-align: center;

    margin: 20px;

    Background: white; 

    font-size: 3rem;

}



/* Media-section ends */

.search-section .posts-list .post .download {

    position: absolute;

    bottom: 10px;

    right: 10px;

}



.posts-button {

    bottom: 0;

}



.search-section .posts-list .post .post-image{

    width: 20rem;

    height: 20rem;

    float: left;    

}



.search-section .posts-list .post .post-image.languageDownload {

    width: 5rem;

    height: 5rem;

    float: left; 

}



.search-section .posts-list .post .post-image .post-button {

    width: 60%;

    padding: 10px;

    float: right;

}

.recent-post-title{

    padding-top: 3em;

    text-align: center;

    margin: 20px;

    Background: white; 

    font-size: 3rem;

}







.search-section .sidebar{

    border: 3px solid orange;

    flex: 1;

    float: left;

    height: auto;

}



.search-section .sidebar .searchbar-section {

    border: 3px solid red;

    background: white;

    padding: 20px;

    border-radius: 5px;

    margin-bottom: 20px;

}



.search-section .sidebar .searchbar-section .search-btn {

    padding:.3rem 1.5rem;

    font-size: 2rem;

    color:#fff;

    background:var(--gradient);

    border-radius: 5rem;

    margin-top: 1rem;

    cursor: pointer;

    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);

    position: relative;

    overflow: hidden;

    z-index: 0;



}



.search-section .sidebar .searchbar-section.searchbar{

    border: 2px dashed green;

    margin-top: 80px;



}



.search-section .sidebar .searchbar-section.topics-section ul{

    margin: 0px;

    padding: 0px;

    list-style:none;

    border-top: 1px solid #e0e0e0;

}



.search-section .sidebar .searchbar-section.topics-section ul li a{

    font-family: 'Open Sans', sans-serif;

    font-size: 1.5rem;

    display: block;

    padding: 15px 0px 15px 0px;

    border-bottom: 1px solid #e0e0e0;

    transition: 0.3s;

}





.search-section .sidebar .searchbar-section.topics-section ul li a:hover{

    padding-left: 10px;

    transition: 0.3s;

}







.searchbar-wrapper {

    /* margin-top: 25px;

    display: flex;

    width: 80%;

    align-items: center;

    justify-content: center;  */



    /* border: 5px solid rgb(140, 0, 255); */

    display: grid;

    grid-template-columns: 30% 70%;

    width: 100%;

    align-items: center;

    justify-content: stretch;

}



.searchbar-wrapper .download-searchbar-wrapper{

    /* border: 5px solid red; */

    /* flex: 4; */

    padding-top: 10px;

    height: 100%;

    background: #ffffff;

}



.searchbar-wrapper .download-searchbar-wrapper .topics-section {

    background: rgba(184, 166, 68, 0.39);

    padding: 20px;

    border-radius: 5px;

    margin-bottom:20px;

}



.searchbar-wrapper .heading-wrapper{

    /* border: 5px solid rgb(72, 255, 0); */

    /* flex: 4; */

    height: 100%;

    margin-left: 10px;

    /* background: #126cf3; */

}





.searchbar{

    width: 100%;

    max-width: 550px;

    display: inline-flex;

}



.search-selectors{

    margin-top: 25px;

    display: flex;

    align-items: center;

    justify-content: center; 

}



.searchbar-input{

    flex-grow: 1;

    padding: 10px;

    outline: none;

    border: 1px solid #000;

    border-radius: 5px 0 0 5px;

    background: rgb(207, 207, 207);

    transition: background 0.25s, box-shadow 0.25s;

}



.searchbar-input:focus{

    background: white;

    box-shadow: 0 0 2px rgb(198, 199, 192);

}





.searchbar-input::placeholder {

    color: rgb(71, 71, 71);

}



.searchbar-button {

    margin-top: 10px;

    width: 80%;

    padding-top: 5px;

    padding-bottom: 5px;

    display: flex;

    background: #000;

    color: #f39c12;

    outline: none;

    border: none;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px 5px 5px 5px;

    cursor: pointer;

    user-select: none;

}





.heading{

    color:#444;

    padding:1rem;

    font-size: 4rem;

    text-align: center;

}

.subheading{
    font-size: 1.9rem;

    color:#000;

    padding:1rem 0;
    text-align: center;
    padding-bottom: .5em;
}



header{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: fixed;

    top:0; left: 0;

    z-index: 1000;

    padding:1.5rem 7%;

    background:var(--gradient);

    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);

}



header .logo{

    color:#fff;

    font-size: 2.5rem;

}



header .logo .logo-img{

    height: 3.5rem;

}



header .navbar ul{

    display: flex;

    align-items: center;

    justify-content: center;

    list-style: none;

}



header .navbar ul li{

    margin:0 1rem;

}



header .navbar ul li a{

    font-size: 2rem;

    color:#fff;

}



header .navbar ul li a.active,

header .navbar ul li a:hover{

    color:#444;

}



header #login{

    font-size: 3rem;

    color:#fff;

    cursor: pointer;

}



header #login:hover{

    color:#444;

}



header #menu{

    font-size: 3rem;

    color:#fff;

    cursor: pointer;

    display: none;

}



.login-form{

    height:100%;

    width:100%;

    position: fixed;

    top:-120%; left: 0;

    z-index: 1000;

    background:rgba(0,0,0,.5);

    display: flex;

    align-items: center;

    justify-content: center;

}





.page-wrapper{

    min-height: 100%;

}



/* post-slider */



.space-between{
    height: 7rem;
    background: transparent;
}

.post-slider {



    padding-bottom: 50px;

}

.slider-title{

    font-family: 'Open Sans', sans-serif;

    font-size: 2.5rem;

    

}



.post-slider {

    position: relative;

}



.post-slider .next {

    position: absolute;

    top: 50%;

    right: 30px auto;

    font-size: 2.5em;

    color: #444;

    cursor: pointer;

}



.post-slider .prev {

    position: absolute;

    top: 50%;

    left: 30px auto;

    font-size: 2.5em;

    color: #444;

    cursor: pointer;

}



.post-slider .post-wrapper{
	
	text-align:center;
	
    padding-top: 10px;

    padding-bottom: 10px;

    width: 80%;

    height: 450px;

    margin: auto;

    overflow: hidden;

    padding: 10px 0 10px 0;

}





/* About Section */

.slider{
    background-color: white;
    width: 1500px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);

}

.slider::before,.slider::after{
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(to right, white 0%,rgba(255,s55,s55,0) 100%);
    z-index: 2;
}

.slider::before{
    top: 0;
    left: 0;
}

.slider::after{
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.slider .slider-track{
    display: flex;
    width: calc(250px * 14);
    animation: scroll 40s infinite linear;
}

.slider .slide img{
    width: 360px;
    height: 200px;
}

@keyframes scroll{
    0%{
        transform: translateX(0%);
    }

    100%{
        transform: translateX(calc(-250px * 7));
    }
}

.about-slider {

    position: relative;

}



.about-slider .about-wrapper{

    padding-top: 10px;

    padding-bottom: 10px;

    width: 80%;

    height: 450px;

    margin: 0 auto;

    overflow: hidden;

    padding: 10px 0 10px 0;

}







.post-slider .post-wrapper .post-index{

    background: white;

    width: 300px;

    height: 350px;

    display: inline-block;

    margin: 0 10px;

    border-radius: 5px;

    box-shadow: 1rem 1rem 1rem -1rem rgb(134, 134, 134);

}







.post-slider .post-wrapper .post-index .post-image {

    width: 100%;

    height: 300px;

    border: 5px;

}

/* post-slider */





/*NEW POST SLIDER FORMATTING*/

/* Post Slider */



/*.post-slider {*/

/*    position: relative;*/

/*}*/



/*.post-slider .slider-title{*/

/*    text-align: center;*/

/*    margin: 30px auto;*/

/*}*/



/*.post-slider .next {*/

/*    position: absolute;*/

/*    top: 50%;*/

/*    right: 30px;*/

/*    font-size: 2em;*/

/*    color: #a614ab;*/

/*    cursor: pointer;*/

/*}*/



/*.post-slider .prev {*/

/*    position: absolute;*/

/*    top: 50%;*/

/*    left: 30px;*/

/*    font-size: 2em;*/

/*    color: #944eac;*/

/*    cursor: pointer;*/

/*}*/



/*.post-slider .post-wrapper {*/

/*    width: 84%;*/

/*    height: 350px;*/

/*    margin: 0px auto;*/

/*    overflow: hidden;*/

/*    padding: 10px 0px 10px 0px;*/

/*}*/



/*.post-slider .post-wrapper .post{*/

/*    width: 300px;*/

/*    height: 330px;*/

/*    margin: 0px 10px;*/

/*    display: inline-block;*/

/*    background: white;*/

/*    border-radius: 5px;*/

/*    box-shadow: 1rem 1rem 1rem -1rem #38083a5e;*/

/*}*/



/*.post-slider .post-wrapper .post .post-info{*/

/*    height: 130px;*/

/*    padding: 0px 5px;*/

/*}*/



/*.post-slider .post-wrapper .post .slider-image {*/

/*    width: 100%;*/

/*    height: 200px;*/

/*    border-top-left-radius: 5px;*/

/*    border-top-right-radius: 5px;*/

/*}*/



/*.post-slider .post-wrapper .post-index .post-image {*/

/*    width: 100%;*/

/*    height: 300px;*/

/*    border: 5px;*/



/*END NEW POST SLIDER FORMATTING*/



.login-form.popup{

    top:0;

}



.login-form form{

    width:35rem;

    background:#fff;

    margin:0 2rem;

    padding:1rem 3rem;

    border-radius: .5rem;

    box-shadow: 0 .1rem .3rem #333;

    position: relative;

}



.login-form form h3{

    font-size: 3rem;

    color:#f39c12;

    padding:1rem 0;

}



.login-form form .box{

    width:100%;

    padding:1rem 0;

    margin:1rem 0;

    border-bottom: .2rem solid #666;

    font-size: 1.6rem;

    color:#333;

    text-transform: none;

}



.login-form form .box::placeholder{

    text-transform: capitalize;

}



.login-form form .box:focus{

    border-color: #f39c12;

}



.login-form form .box:nth-child(3){

    margin-bottom: 5rem;

}



.login-form form p{

    font-size: 1.4rem;

    color:#666;

    padding:.5rem 0;

}



.login-form form p a{

    color:#f39c12;

}



.login-form form .btn{

    width: 100%;

    margin:2rem 0;

}

.login-form form .btn::before{

    width: 0px;

}



.login-form form .btn:hover{

    background:#444;

}



.login-form form .fa-times{

    position: absolute;

    top:1.5rem; right:2rem;

    font-size: 2.5rem;

    cursor: pointer;

    color:#999;

}



.login-form form .fa-times:hover{

    color:#444;

}



.home{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-flow: column;

    background:url(../images/home-bg.jpg) no-repeat;

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    position: relative;

    text-align: center;

}



.home h1{

    font-size: 6rem;

    color:#666;

}

.about-header{
    font-size: 4rem;
    color:#666;
    padding-bottom: 2rem;
}



.home p{

    border-radius: 5px;

    font-size: 1.9rem;

    color:#000;

    padding:1rem 0;

    width:70rem;

}



.home .shape{

    position: absolute;

    bottom: -.5rem; left: 0;

    height:10rem;

    width:100%;

    background:url(../images/shape.png);

    block-size: 100rem 15rem;

    filter: drop-shadow(0 -.1rem .1rem rgba(0,0,0,.2));

    animation: animate 30s linear infinite;

    background-repeat: repeat-x;

 }



@keyframes animate{



    0%{

        background-position-x: 0rem;

    }



    100%{

        background-position-x: 100rem;

    }



}



.content_downloads_section {

    width: 90%;

    margin-top: 30px auto 30px;

    border: 1px solid red;

}



.about{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.about .image{

    flex:1 1 100rem;

}



.about .image img{

    height:65vh;

    width:100%;

}



.about .content{

    flex:1 1 40rem;

}



.about .content h3{

    font-size: 3.5rem;

    color:#666;

}







.aboutSection {



    margin-top: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 90%;

    height: 350px;

    margin: 10px auto;

    background: rgba(255, 255, 255, 0.596);

    border-radius: 5px;

    box-shadow: 1rem 1rem 1rem -1rem rgb(134, 134, 134);

}





.aboutSection .about-p {

    width: 80%;







}

.course {

    margin-top: 35px;

}

.course p {

        font-size: 1.9rem;

    color:#999;

    padding:1rem 0;

    width:70rem;

    width: auto;

    text-align: center;

}



#search-Wrapper {

    left: 0;

    position: absolute;

    text-align: center;

    top: 25px;

    width: 100%;

    z-index: 100

}



#searchBar {

    width: 100%;

    height: 32px;

    border-radius: 3px;

    border: 1px solid #eaeaea;

    padding: 5px 10px;

    font-size: 12px;

}





/* .course .search-box {

    padding:.7rem 3rem;

    font-size: 2rem;

    color:#fff;

    background:var(--gradient);

    border-radius: 5rem;

    margin-top: 1rem;

    cursor: pointer;

    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);

    position: relative;

    overflow: hidden;

    z-index: 0;

}



.course .search-box .search-bar{

    width:35px

    position: relative;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    background: none;

    border-radius: 40px;

    height: 45px; 

}*/

.about .content p{

    font-size: 1.5rem;

    color:#666;

    padding:1rem 0;

}



/* Course */

.course .box-container{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.course .box-container .box{

    width:35rem;

    border:.1rem solid rgba(0,0,0,.3);

    position: relative;

    margin:5.5rem;  

}



.course .box-container .box img{



    width: 100%;

}



.course .box-container .box .content{

    padding:1rem;

}



.course .box-container .box .content .stars i{

    color:#f39c12;

    font-size: 1.7rem;

    padding:1rem .1rem;

}



.course .box-container .box .content .title{

    color:#444;

    font-size: 2.1rem;

}



.course .box-container .box .content .title:hover{

    text-decoration: underline;

}



.course .box-container .box .content p{

    padding:1rem 0;

    color:#666;

    font-size: 1.5rem;

}



.course .box-container .box .content .info{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: .5rem;

    border-top: .1rem solid rgba(0,0,0,.3);

}



.course .box-container .box .content .info h3{

    font-size: 1.5rem;

    padding:1rem;

    color:#666;

}



.course .box-container .box .content .info h3 i{

    color:#f39c12;

}



.course .box-container .box .price{

    position: absolute;

    top:16rem; right:1rem;

    height:8rem;

    width:8rem;

    line-height: 8rem;

    text-align: center;

    border-radius: 50%;

    background:var(--gradient);

    color:#fff;

    font-size: 3rem;

}



/* Press */



.course .box-container-press{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.course .box-container-press .press{

    width:50rem;

    align-items: center;

    border:.1rem solid rgba(0,0,0,.3);

    position: relative;

    margin:5.5rem;  

}



.course .box-container-press .press:hover{

    transition: 0.5s;

    border: 10px solid #f1c40f;

    cursor: pointer;

}





.course .box-container-press .press img{

    height:20rem;

    width: 100%;

    object-fit: cover;

}



.course .box-container-press .press .content{

    padding:1rem;

}



.course .box-container-press .press .content .stars i{

    color:#f39c12;

    font-size: 1.7rem;

    padding:1rem .1rem;

}



.course .box-container-press .press .content .title{

    color:#444;

    font-size: 2.1rem;

    text-align: center;

}



.course .box-container-press .press .content .title:hover{

    text-decoration: underline;

}



.course .box-container-press .press .content p{

    padding:1rem 0;

    color:#666;

    font-size: 1.5rem;

}



.course .box-container-press .press .content .info{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: .5rem;

    border-top: .1rem solid rgba(0,0,0,.3);

}



.course .box-container-press .press .content .info h3{

    font-size: 1.5rem;

    padding:1rem;

    color:#666;

}



.course .box-container-press .press .content .info h3 i{

    color:#f39c12;

}



.course .box-container-press .press .price{

    position: absolute;

    top:16rem; right:1rem;

    height:8rem;

    width:8rem;

    line-height: 8rem;

    text-align: center;

    border-radius: 50%;

    background:var(--gradient);

    color:#fff;

    font-size: 3rem;

}





.teacher{

    text-align: center;

    background:url(../images/teachers.jfif) no-repeat;

    background-size: cover;

    background-position: bottom;

}



.teacher p{

    font-size: 1.8rem;

    color:#666;

    width:65rem;

    margin:1rem auto;

}



.contact{

    background:#111;

}



.contact .heading{

    color:#fff;

}



.contact .row{

    display: flex;

    align-items: flex-start;

    justify-content: center;

    flex-wrap: wrap;

}



.contact .row form{

    flex:1 1 50rem;

    background:#222;

    padding:2rem;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-top: 3rem;

    align-items: flex-start;

}



.contact .row form .box{

    height:5rem;

    width:49%;

    border:.1rem solid #eee;

    padding:0 1rem;

    margin:1rem 0;

    font-size: 1.7rem;

    color:#fff;

    background:none;

    text-transform: none;

}



.contact .row form .box:focus{

    border-color: #f39c12;

}



.contact .row form .box::placeholder{

    text-transform: capitalize;

}



.contact .row form .address{

    height:15rem;

    padding:1rem;

    resize: none;

    width:100%;

}



.contact .row form .btn:hover{

    background:#fff;

    color:#333;

}



.contact .row .image img{

    height: 80vh;

    margin-top: 2rem;

}



/* footer */



.footer {

    background: #f39c12;

    color: black;

    height: 400px;

    position: relative;

}



.footer .footer-content {

    height: 350px;

    display: flex;

}



.footer .footer-content .footer-section {

    padding: 25px 12em;

}



.footer .footer-content h1,

.footer .footer-content h2 {

    color: black;

}



.footer .footer-content h1 span {

    color: white;

}





.footer .footer-content .about .contact {

    background: transparent;

    padding-right: 15px;

}

.footer .footer-content .about .contact span{

    display: block;

    font-size: 1.1em;

    margin-bottom: 8px;

}



.footer .footer-content .about .socials a{

    border: 1px solid gray;

    color: black !important;

    width: 45px;

    height: 41px;

    padding-top: 5px;

    margin-right: 5px;

    text-align: center;

    display: inline-block;

    font-size: 1.3em;

    border-radius: 5px;

    transition: .2s;

}



.footer .footer-content .about .socials a:hover {

    border: 1px solid white;

    color: white;

    transition: .2s;

}



.footer .footer-content .links ul a{

    display: block;

    margin-bottom: 10px;

    font-size: 1.2em;

    transition: all .2s;

    text-decoration: none;

    list-style: none;

}



.footer .footer-content .links ul a:hover {

    color: white;

    margin-left: 15px;

    transition: .2s;

}









.footer .footer-bottom {

    background: #f5a421;

    color: black;

    height: 50px;

    text-align: center;

    position: absolute;

    bottom: 0px;

    left: 0px;

    padding-top: 20px;

    width: 100%;

}







































.popup-container{

    margin: 10px;

    padding: 10px;



}



.button{

    text-decoration: none;

    font-size: 0.875rem;

    font-weight: 599;

    text-transform: uppercase;

    display: inline-block;

    border-radius: 1.5rem;

    background-color: #f1c40f;

    color: black;

    padding: 1rem 2rem;    

}



.downloads-popup{

    display: flex;

    align-items: center;

    justify-content: center;

    position: fixed;

    width: 100vw;

    height: 100vh;

    bottom: 0;

    right: 0;

    background-color: rgba(0,0,0,0.80);

    z-index: 2;

    visibility: hidden;

    opacity: 0;

    overflow: hidden;

    transition: 0.74s ease-in-out;



}

.popup-inner{

    position: relative;

    bottom: -100vw;

    right: -100vh;

    /* display: flex; */

    align-items: center;

    max-width: 700px;

    max-height: 700px;

    width: 100%;

    height: 80%;

    background-color: #fff;

    transform: rotate(32deg);

    transition: 00.74s ease-in-out;

}



.popup-photo{

    display: flex;

    align-content: center;

    width: 80%;

    height: 80%;

    overflow: hidden;

}

.popup-button{

    margin-top: 10px;

    padding: 10px;

    order: 3;

}



.popup-btn{

    z-index: -1;

}



.popup-photo img{

    width: 90%;

    height: 90%;

}



.downloads-popup:target{

    visibility: visible;

    opacity: 1;

}



.downloads-popup:target .popup-inner{

    bottom: 0;

    right: 0;

    transform: rotate(0)

}



.popup-close{

    position: absolute;

    right: -1rem;

    top: -1rem;

    width: 4.5rem;

    height: 4.5rem;

    font-size: 4.5rem;

    border-radius: 100%;

    background-color: #f39c12;

    z-index: 4;

    color: #000;

    line-height: 3rem;

    text-align: center;

    cursor: pointer;

    text-decoration: none;

}



.popup-close:target{

    visibility: visible;

    opacity: 1;

}



.popup-close:target .popup-inner{

    position: relative;

    bottom: -100vw;

    right: -100vh;

    display: flex;

    align-items: center;

    max-width: 800px;

    max-height: 599px;

    width: 59%;

    height: 80%;

    background-color: red;

    transform: rotate(32deg);

    transition: 00.74s ease-in-out;

}





.mytabs{

    display: flex;

    flex-wrap: wrap;

    max-width: 800px;

    max-height: 800px;

    margin: 50px;

    padding: 25px;

}



.mytabs input[type="radio"]{

    display: none;

}



.mytabs label {

    padding: 5px;

    padding-bottom: 0px;

    background: #999;

    order: 2;

    font-size: 2rem;

}



.mytabs .tab{

    width: 100%;

    height: 100%;

    max-width: 700px;

    max-height: 700px;

    padding: 20px;

    background: #f1c40f;

    order: 1;

    display: none;

    align-items: center;

    justify-content: center;

}



.mytabs input[type="radio"]:checked + label + .tab{

    display: block;

}



.mytabs input[type="radio"]:checked + label {

    background: #444;

}



.p5{

	padding: 5px;

}



.error{

	padding: 10px;

	color:#ff0000;

	border:1px solid #ff0000;

}





/* media queries  */







@media (max-width:780px){



    html{

        font-size: 55%;

    }



    header #menu{

        display: block;

    }



    header .navbar{

        position: fixed;

        top:-120%; left:0;

        width:100%;

        background:#444;

    }



    header .navbar ul{

        flex-flow: column;

        padding:2rem 0;

    }



    header .navbar ul li{

        margin:1.5rem 0;

        text-align: center;

        width:100%;

    }



    header .navbar ul li a{

        font-size: 2.5rem;

        display: block;

    }



    header .navbar ul li a.active,

    header .navbar ul li a:hover{

        color:#f39c12;

    }



    .fa-times{

        transform: rotate(180deg);

    }



    header .navbar.nav-toggle{

        top:6.4rem;

    }



    .home h1{

        font-size: 4rem;

    }



    h2 {

        font-size: 3rem;

    }

    

    .button {

        width: 95%;

        font-size: 2rem;

        text-align: center;

    }
    
    .home p{

        width: auto;

    }



    .teacher p{

        width:auto;

    }



    .contact .row .image{

        display: none;

    }



    .searchSection {

        display: block;

    }



    .searchForm {

        width: 90%;

        margin: 10px auto;

        padding-bottom: 2em;

    }



    .p5{

        display: none;

    }



    .search-section .posts-list {



        gap: 5px;

        margin-top: 2rem;

    }

    

    .search-section .posts-list .post {

        width: 80%;

    }



    .search-section .posts-list .post .post-image{

        width: 95%;

        height: 80%;

    }

    

    .search-section .posts-list .post .post-image .download-btn {

        width: 95%;

    }



}



.post-slider .post-wrapper .post-index{



    height: 700px;



}



.search-section {

    display: block;

    gap: 1em;

    margin: 1px;

}



@media (max-width:500px){



    html{

        font-size: 50%;

    }


.btn{
    padding: 1rem 3rem;

    font-size: 3rem;

    color:#fff;

    background:var(--gradient);

    border-radius: 5rem;

    margin-top: 1rem;

    cursor: pointer;

    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);

    position: relative;

    overflow: hidden;

    z-index: 0;
}
.register-btn-box{
    display: inline-grid;
    justify-content: center;
    align-items: center;
}

.register-btn{
    width: 100%;
}

.register-btn-div{
    width:100%;
}

    .contact .row form .box{

        width:100%;

    }






}