
:root {
  --purpleColor: #8d5cf6;
  --lightPurpleColor: #a379ff;
  --darkBlueColor: #26335d;
  --darkBlueColor2: #222c4a;
  --whiteColor: #fff;
  --blackColor: #000;
  --contentareacolor: #fff;
  --backgroundColor: #e2d8ff;
  --main-font: bpgmrgvlovani; 
  --title-font: bpgmrgvlovani;
}

/* ///////////////////////Global reset////////////////// */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: bpgmrgvlovani;
  src: url(/wp-content/themes/template001/fonts/fonts/bpg_mrgvlovani_2009.ttf);
  font-weight: normal;
}




/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.site-area{
    width:100%;
    max-width:1360px;
    
}
.page-area{
    padding-top:10px;
    padding-bottom:10px;
}
.site-content {
    display: flex;
    justify-content:center;
    width:100%;
	background-color:var(--backgroundColor);
}
.content-area {
    width:100%;
	margin-bottom:0px;
	}
.widget-area{
    margin-bottom:30px;
}	
@media only screen and (min-width: 80em) {

	.site-content,
	.hero-section,
	.home-video-content,
	.home-posts-titles {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-top:0px;
	}
	.content-area {
		float: left;
		margin: 0 -35% 0px 0;
		width: 100%;
		min-height: 100px;
	}
	.site-main {
		margin: 0 25% 0 0;
		padding:10px;
	}
	.page-template-template-full-php .site-main,
	.error404 .site-main {
		margin: 0;
	}
 .widget-area {
		margin-top:10px;
		float: right;
		overflow: hidden;
		width: 24%;
	}
}




/* //////////////Body styles/////////////// */

body {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: var(--main-font);
  background-color: var(--backgroundColor);
}
body .site-width {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* //////////////// secondary-header//////////////// */

.logo{
    height:80px;
}
.logo img{
    height:100%;
    display: block;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}


body .site-width .secondary-header {
  width: 100%;
  background-color: var(--backgroundColor);
  height: 400px;
}
body .site-width .secondary-header .menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 7rem;
}

body .site-width .secondary-header .hero-text {
  width: 100%;
  height: 300px;
   display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
  left: 0;
  color: var(--whiteColor);
  z-index: auto;
  text-align: center;
}
body .site-width .secondary-header .hero-text img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
  border:none;
}
body .site-width .secondary-header .hero-text p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 700;
  color: var(--whiteColor);
}

/* /////////////////Header home///////////////////// */
.main-header {
  width: 100%;
}

.main-header .menu-container {
  display: flex;
  position:absolute;
  width:100%;
  max-width:1920px;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 8rem;
  margin-right: 0px;
   z-index: 9000;
}

.main-header .menu-container .logo img{
    height:100%;
    display: block;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.main-header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 60vh;
  font-size: 70px;
  color: var(--whiteColor);
  z-index: auto;
  text-align: center;
  line-height: 100px;
  font-weight: 700;
}

@media (max-width: 1300px){
   body .site-width .main-header .menu-container {
  padding: 1em;
}  
body .site-width .main-header .hero-text {
    font-size:3.5em;
}
 
  body .site-width .secondary-header .menu-container {
  padding: 1em;
}  
body .site-width .secondary-header .hero-text p{
    font-size:2.5em;
}
}

@media (max-width: 1079px){
  body .site-width .secondary-header {
  height: 405px;
}  
  body .site-width .secondary-header .menu-container {
   display: block;
  padding: 1em;
}  
  body .site-width .main-header .menu-container {
   display: block;
  padding: 1em;
}  
body .site-width .secondary-header .hero-text {
  top: 100px;
}
div{width:100%;}
body .site-width .secondary-header .hero-text p{
    font-size: 2.0em;
}
}
@media (max-width: 50em){
 div{width:100%;}  
 body .site-width .secondary-header {
  height: 350px;
}  
 body .site-width .secondary-header .hero-text p{
    font-size:1.5em;
}
.main-header .hero-text {
  height: 80vh;}
body .site-width .secondary-header .hero-text {
  top: 100px;
  height:250px;
}
body .site-width .secondary-header .hero-text img{
    height:250px;
}
}
@media (max-width: 36em){
 body .site-width .secondary-header .hero-text p{
    font-size:1.0em;
}
body .site-width .main-header .hero-text {
    font-size:2.5em;
}
}

/* /////////////////Swiper/////////////// */
.swiper {
    width: 100%;
    max-width:1920px;
    max-height: 800px;
    z-index: 5;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    max-width:1920px;
    max-height: 800px;
  object-fit:cover;
  object-position: center;
}

.swiper-slide p {
    position: absolute;
    top:2rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    color: var(--darkBlueColor);
    font-weight: 700;
    animation: showSliderText 1.5s forwards;
}

@keyframes showSliderText {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

.swiper-button-next,
.swiper-button-prev {
    padding: 0.5rem;
    border: none;
    border-radius: 0.2rem;
    width: 2.8rem;
    height: 2.8rem;
    transition: all 0.3s ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--primaryColorHover);
}


.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2rem;
    color: var(--whiteColor);
}

@media screen and (max-width: 1350px) {
  .swiper-slide p {
    font-size: 1.2rem;
    /* top: calc(70vh - 5rem); */
    top: 2rem;
    left: 50%;
    padding: 0.3rem 1.5rem;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1280px) {
    .swiper-slide p {
        /* top: 80%; */
        top: 2rem;
        left: 50%;
        line-height: 1.7rem;
        transform: translate(-50%, -50%);
    }
    
    .swiper{
        height:500px;
    }
    
    .swiper-slide img {
        height:500px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-slide p {
       width: 80%;
        font-size: 0.9rem;
        padding: 0.3rem 0.2rem;
        opacity: 0.5;
    }
    
    .swiper{
        height:400px;
    }
    
    .swiper-slide img {
        height:400px;
    }
}

@media screen and (max-width: 460px) {
.swiper-slide p {
  width:90%;
  top: 10.5rem;
  line-height: 1.1rem;
}
}

@media screen and (max-width: 400px) {
  .swiper-slide p {
    font-size: 0.8rem;
  }
}

/* /////////////////Main Page content/////////////// */

.main-container {
  width: 100%;
  max-width:1360px;
}
.main-container .main-news {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 4rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--whiteColor);
}
.main-container .main-news h2 {
  margin-bottom: 40px;
}
.main-container .main-news .news-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.main-container .main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width:1360px;
  height: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main-container .main-content .main-registartion {
    flex:1;
  height: 100%;
  padding: 0 3rem;
}
.main-container .main-content .main-registartion img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.main-container .main-content .main-registartion:hover {
  cursor: pointer;
}

.main-container .main-content .main-registartion .main-registration-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -100px;
  left: 0;
}
.main-container .main-content .main-registartion .main-registration-text h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--whiteColor);
  text-align: center;
  margin-bottom: 50px;
}
.main-container .main-content .main-registartion .main-registration-text a {
  width: 400px;
  border-radius: 5px;
  font-size: 1rem;
  padding:1rem;
  text-align:center;
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  transition: all 0.5s ease;
}
.main-container
  .main-content
  .main-registartion
  .main-registration-text
  a:hover {
  background-color: var(--whiteColor);
  color: var(--purpleColor);
}
.main-container .main-content .main-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex:1;
  height: 400px;
  gap: 50px;
  padding: 0 3rem;
}
.main-container .main-content .main-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 70px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  color: var(--purpleColor);
  background-color: var(--whiteColor);
  transition: all 0.5s ease;
}
/*.main-container .main-content .main-btns a:nth-child(2) {*/
/*  width: 300px;*/
/*}*/
.main-container .main-content .main-btns a:hover {
  color: var(--whiteColor);
  background-color: var(--purpleColor);
}
.main-container .main-content .main-btns .flower-images {
  position: relative;
  right: -170px;
}
.main-container .main-content .main-btns .flower-images img {
  position: absolute;
  width: 100px;
  top: 90px;
  right: -110px;
  animation: rotate-pause 8s linear infinite;
}
.main-container .main-content .main-btns .flower-images img:nth-child(2) {
  top: -50px;
  right: -140px;
}
.main-container .main-content .main-btns .flower-images img:nth-child(3) {
  top: -80px;
  right: 0px;
}

/*--------------------------------------------------------------
 featured post main page
--------------------------------------------------------------*/
.featured-posts{
   clear: both;
   display: grid;
   grid-template-columns: auto auto auto auto;
   justify-content:space-between;
   gap: 20px;
}

.featured-posts .hentry {
  clear: none;
  position: relative;
  float: left;
  width: 300px;
  height: 400px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  color: var(--blackColor);
	}

.news-cards .featured-image {
	background: #eee;
	width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  object-fit:cover;
}
.news-cards .featured-image img {
width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  object-fit:cover;
	background-clip: padding-box;
	transition: all 0.5s ease;
	/* stops bg color from leaking outside the border: */
	
}
.news-cards .featured-image img:hover {
	opacity: 0.8;
}
.main-entry-header {
	padding: 10px;
	text-align:center;
}
.main-entry-title{
  font-size: 16px;
  font-weight: 700;
}
.main-entry-summary{
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    line-height:1.4;
}
.news-cards .entry-content:after {
	clear: none;
}

@media (max-width: 85em){
   .main-container .main-content .main-btns .flower-images {
  right: -90px;
} 
}
@media (max-width: 1279px){
    .main-container .main-content {
    display:block;
    height:auto;
}
   .featured-posts{
   grid-template-columns: auto  auto;
   justify-content: center;
   gap: 60px;
    } 
.main-container .main-content .main-registartion{
    width:100%;
    height:auto;
    }
    .main-container .main-content .main-btns{
  height: 180px;
}
}

@media (max-width: 50em) {
   .featured-posts{
   grid-template-columns: auto  auto;
   gap: 20px;
} 
}

@media (max-width: 41.25em) {
  .featured-posts {
    grid-template-columns: auto;
    gap: 20px;
  }
}

@media (max-width: 420px){
 .main-container .main-content .main-btns a{
    width: 100%;
    margin-top: 0px;
    font-size: 1rem;
  }
  
  .main-container .main-content .main-registartion .main-registration-text a {
      width: 90%;
      padding:0.5rem;
  }

.main-container .main-content .main-registartion .main-registration-text{
    top:-65px;
}

}

/* ------------------------------------------------------------
        Footer                                               
---------------------------------------------------------------- */

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--darkBlueColor2);
  flex-direction:column;
}
footer .footer-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 250px;
}
footer .footer-width .footer-menu-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  height: 150px;
  flex-direction: column;
  width: 30%;
  color: var(--whiteColor);
}
footer .footer-width .footer-menu-items p i {
  margin-right: 5px;
}
footer .footer-width .footer-menu-items h5 {
  font-size: 1.2rem;
  font-weight: 700;
}
footer .footer-width .footer-menu-items a {
  color: var(--whiteColor);
  transition: all 0.3s ease;
}
footer .footer-width .footer-menu-items a i {
  margin-right: 5px;
}
footer .footer-width .footer-menu-items a:hover {
  color: var(--purpleColor);
}
.footer-map-img {
  width: 250px;
  height: 100px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(163, 121, 255, 0.5);
  transition: all 0.5s ease;
}

.footer hr {
  height: 1px;
  border: none;
  background-color: var(--whiteColor);
  width:100%;
  margin-top:0px;
}

.footer .copyright{
    text-align:center;
    color: var(--whiteColor);
    font-size: 0.8rem;
    height:2rem;
}

.footer-made-by  {
  width:100%;
  margin-top:-20px;
  padding: 0;
  
}
.footer-made-by p {
  font-size:12px;
  text-align: right;
  padding-right: 20px;
}

.footer-made-by a {
  color: var(--whiteColor);
  text-decoration: none;
}

.footer-made-by a:hover {
  color: red;
}

/* ///////footer-responsive///////// */

@media (max-width: 64rem) {
    footer{
        margin-top:60px;
    }
  .footer .footer-width {
    height: auto;
    flex-direction: column;
    padding:20px 0;
  }
  footer .footer-width .footer-menu-items{
      width:90%;
      font-size: 0.9rem
  }
  .footer .footer-width .footer-menu-items a{
      min-height:25px;
  }
}




/* //////////////////animations////////// */
@keyframes rotate-pause {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
 Navigation
--------------------------------------------------------------*/


.main-navigation {
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	border-top: 1px solid var(--blackColor);
	position: relative;
	display: block;
	max-width:350px;
	z-index:1001;
	transition: all 0.5s ease;
}   
.main-navigation a {
	display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  border-bottom: 1px solid var(--blackColor);
  transition: all 0.3s ease;
}
.main-navigation ul ul li a {
	padding-left: 1em;
	background-color:var(--darkBlueColor2);
}
.main-navigation ul ul ul li a {
	padding-left: 1em;
}
.main-navigation ul ul ul ul li a {
	padding-left: 1em;
}
.main-navigation ul ul ul ul ul li a {
	padding-left: 1em;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
background-color: var(--lightPurpleColor);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;

}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	/* current page and active page item style change */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	/*display: block;*/
	margin: 0 auto;
}
.menu-toggle {
	width: 40px;
    height: 40px;
    border-radius:6px;
	cursor: pointer;
	  border: 1px solid #222;
	  position: absolute;
    background: url(/wp-content/themes/template001/assets/burger-icon.png) no-repeat center center;
  background-size: 40px 40px;
    color:transparent;
  top: 30px;
  right: 15px;
  transition: all 0.3s ease;
}

.menu-toggle:hover{
    border: 1px solid #bbb;
}

.bar{
    height: 5px;
  width: 100%;
  background-color: #222;
  border-radius: 2px;
}




@media screen and (min-width: 1080px) {
	.main-navigation li {
		border: 0;
	display: inline-block;
  position: relative;
  margin-right: 0px;
	}
	.main-navigation ul ul {
		background: white;
		border-bottom: 1px solid var(--blackColor);
		float: left;
		position: absolute;
			top: 2.2em;
			left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a,
	.main-navigation ul ul ul ul li a,
	.main-navigation ul ul ul ul ul li a {
		padding: 10px;
		background-color:  var(--purpleColor);
	}
	.main-navigation ul li.menu-item-has-children,
	.main-navigation ul li.page_item_has_children {
  display: inline-block;
  position: relative;
  margin-right: 0px;
	}
	.main-navigation ul li.menu-item-has-children > a:after,
	.main-navigation ul li.page_item_has_children > a:after {
	display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  border-bottom: 1px solid var(--blackColor);
  transition: all 0.3s ease;
	}
	.main-navigation ul ul li.menu-item-has-children > a:after,
	.main-navigation ul ul li.page_item_has_children > a:after {
		display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: var(--whiteColor);
  background-color: var(--purpleColor);
  border-bottom: 1px solid var(--blackColor);
  transition: all 0.3s ease;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul a {
		color: var(--whiteColor);
		width: 180px;
		padding: 10px;
		text-align: left;
		word-wrap: break-word;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
}
@media screen and (max-width: 1079px){
.main-navigation {
  margin-top: -20px;
}
}
/*--------------------------------------------------------------
 Content-page
--------------------------------------------------------------*/
.entry-header {
	margin-bottom: 10px;
	text-align: center;
}

.entry-header a{
    color: var(--purpleColor);
}
.entry-title  {
    padding-left:15px;
    padding-top:8px;
    padding-bottom:15px;
    margin-top: 1rem;
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	color: var(--purpleColor);
} 


.contentborder{
   border: 0px solid var(--blackColor); 
}
.entry-content{
    padding: 10px;
    font-size:0.9rem;
    line-height: 1.5rem;
    width: 100%;
    margin-top: 0rem;
}

.entry-content p{
    font-size:0.9rem;
}
.entry-timetable{
    padding: 10px;
    font-size:16px;
    width: 100%;
}

.featured-image-content img{
    width:400px;
    height:400px;
    object-fit:cover;
  margin-right: 20px;
  margin-bottom: 10px;
  float:left;
  border-radius:5px;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}
.short-story-wide {
  width: 95%;
  padding: 15px;
  background-color: var(--whiteColor);
  border-radius:3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  margin:20px auto;
 display:flex;
}
.page-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.page-header {
	margin: 0 0 3em;
}
.short-story-image{
  width: 100%;
  padding: 0px;
}
.short-story-image img{
    width:220px;
    height:220px;
    border-radius:3px;
    object-fit:cover;
    float: left;
    margin-right: 15px;
}

.short-story-wide .entry-summary{
    font-size: 0.9rem;
    line-height:1.5rem;
}
@media (max-width:64em){
   .featured-image-content img{
    width:240px;
    height:auto;
   } 
   .entry-timetable {
  overflow-x: scroll;
}

}

@media (max-width:35em){
.entry-title {
    font-size: 1.1rem;
    padding: 0.5rem;
}
.short-story-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    padding:0;
    margin-bottom: 0.5rem;
}

.short-story-wide .entry-header a{
    font-size: 1rem;
    margin-bottom: 15px;
} 

.featured-image-content img{
    width:100%;
    height:300px;
    object-fit:cover;
    padding:0;
    margin-bottom: 1.5rem;
}
}

/* Default paragraph styles */
p {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 1em;
	text-rendering: optimizeLegibility;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--title-font);
	font-weight: bold;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	color: #9c9c9c;
	line-height: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}


hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.5em auto 0.75em;
	height: 0;
}


i {
	font-style: italic;
	line-height: inherit;
}

strong {
	font-weight: bold;
	line-height: inherit;
}


/*--------------------------------------------------------------
 Sidebar
--------------------------------------------------------------*/
.side-container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  height: auto;
  background-color: var(--backgroundColor);
  gap: 20px;
}
.side-a {
  height: 120px;
  color: #fff;
  width:305px;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.5s ease;
}
.side-box {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius:5px;
}
.side-box i {
  font-size: 45px;
  margin-right: 15px;
  margin-left: 15px;
}
.side-box p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom:0;
}
#first-box{
  background-color: #0f6804;
}

#second-box{
  background-color: #26335d;
}
#third-box {
  background-color: #b13106;
}
#forth-box{
  background-color: #8a169e;
}
 .side-container a:hover {
  opacity: 0.8;
} 
.sidebar-hr{
    display:none;
}
@media (max-width: 1279px){
   .side-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 70px;
}
.sidebar-hr{
    display:block;
    width:90%;
    padding: 5px;
}
.side-a {
  width:405px;
}
} 
@media (max-width:60em){
  .side-container {
  gap: 50px;
}
.side-a {
  width:355px;
}
}
@media (max-width:50em){
  .side-container {
  gap: 30px;
}
.side-a {
  width:300px;
}
}
@media (max-width:680px){
  .side-container {
  grid-template-columns: auto;
  gap: 20px;
}
.side-a {
  width:350px;
}
}
@media (max-width:30em){
  
.side-a {
  width:300px;
  height:110px;
}

.side-box p{
    font-size:1rem;
}
}
/*--------------------------------------------------------------
personal cards
--------------------------------------------------------------*/
.personal-cards-title h3{
    font-size: 22px;
  font-weight: 700;
}
.personal-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
  width: 100%;
  gap: 20px;
  background-color: var(--backgroundColor);
  padding: 10px;
}

.person-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 280px;
  padding: 15px 10px;
  border-radius: 8px;
  background-color: var(--darkBlueColor);
  transition: all 0.5s ease;
}

.person-card:hover {
  background-color: #4b5b8b;
}

.person-card-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}

.person-info {
  margin-top: 10px;
  color: var(--whiteColor);
  text-align: center;
}

.person-info h4 {
  font-size: 16px;
  font-weight: 700;
}

.person-info p {
  margin-top: 10px;
  font-size: 14px;
}

/*--------------------------------------------------------------
personal-modal
--------------------------------------------------------------*/

.person-hidden-info {
  display: none;
}

.modal-conatainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.person-modal {
  width: 500px;
  background-color: var(--whiteColor);
  border-radius: 8px;
  padding: 20px;
}
.modal-contact {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}

.close {
  color: var(--blackColor);
  float: right;
  font-size: 35px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.close:hover,
.close:focus {
  color: var(--lightPurpleColor);
  text-decoration: none;
  cursor: pointer;
}

.person-modal p {
  display: inline-block;
  margin: 20px 10px;
  font-size:16px;
}

.modal-main-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.person-modal-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.modal-main-info-text {
  text-align: center;
  margin-right: 30px;
}
.modal-main-info-text h4{
  font-size: 22px;
  font-weight: 700;
}

/*---------------------------------------------------------------*/
/*  gallery-page */
/*---------------------------------------------------------------*/

.gallery-box {
  margin: -25px 0 0 0;
  padding-top: 20px;
  background-color: transparent;
}

.gallery-page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.gallery-page a {
  height: 200px;
  width: 300px;
  margin: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px #000;
}
.gallery-page a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-page a img:hover {
  transform: scale(1.1);
  transition: all 0.5s linear;
}

/*---------------------------------------------------------------*/
/*  timetable  */
/*---------------------------------------------------------------*/
.timetable-container {
  width: 960px;
  background-color: var(--whiteColor);
  background-color: white;
  padding: 10px;
}

.class-timetable {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--darkBlueColor);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.5s ease;
}

.class-timetable:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}

.class-timetable th,
.class-timetable td {
  font-size:0.9rem;
  padding: 10px 5px;
  text-align: center;
  border: 2px solid var(--darkBlueColor);
}

.class-timetable th {
  background-color: var(--purpleColor);
  color: white;
}

.subject:nth-child(even) {
  background-color: var(--lightPurpleColor);
  color: var(--whiteColor);
}

.subject:nth-child(odd) {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

/* -------------------------------------------------------------- */
/* timetable cards
--------------------------------------------------------------*/
.timetable-cards-title h2 {
    font-size: 22px;
  font-weight: 700;
}
.timetable-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 5px;
  background-color: transparent;
  padding: 10px;
}

.timetable-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  padding: 15px 30px;
  border-radius: 8px;
  background-color: var(--darkBlueColor);
  transition: all 0.5s ease;
}

.timetable-card:hover {
  background-color: #4b5b8b;
}

.timetable-card-img {
  width: 250px;
  height: 140px;
  object-fit: cover;
  border-radius: 10%;
}

.timetable-info {
  margin-top: 10px;
  color: var(--whiteColor);
  text-align: center;
}

.timetable-info h4 {
  font-size: 20px;
  font-weight: 700;
}

.timetable-info p {
  margin-top: 10px;
  font-size: 18px;
}

/*--------------------------------------------------------------
 Docs post cards
--------------------------------------------------------------*/

.doc-cards-title h2 {
    font-size: 22px;
  font-weight: 700;
}
.doc-cards {
  display: grid;
  grid-template-columns: auto auto auto auto;
  place-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 5px;
  background-color: transparent;
  padding: 10px;
}

.doc-card {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: column;
  width: 220px;
  height:220px;
  padding: 0px 5px;
  border-radius: 8px;
  background-color: var(--darkBlueColor);
  transition: all 0.5s ease;
}

.doc-card:hover {
  background-color: #4b5b8b;
}

.doc-card-img {
  width: 220px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.doc-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: var(--whiteColor);
  text-align: center;
}

.doc-info h4 {
  font-size: 14px;
  font-weight: 700;
}

.doc-info p {
  margin-top: 10px;
  font-size: 18px;
}

/*--------------------------------------------------------------
 Contact Page
--------------------------------------------------------------*/

.contact-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: transparent;
}
.school-contact-info {
  width: 450px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border: 20px solid var(--purpleColor);
  background-color: var(--whiteColor);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.school-contact-info p {
  line-height: 1.6rem;
  font-size: 0.9rem;
}
.school-contact-info strong {
  font-weight: 700;
}

.map-img {
  width: 250px;
  height: 120px;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
}
.map-img:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}
.contact-form {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 500px;
  text-align: left;
  padding: 40px;
  background-color: var(--darkBlueColor);
  border-radius: 8px;
  color:red;
}
#contact label {
 display: block;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
#contact input, #contact textarea {
 width: 100%;
  padding: 10px;
  margin-bottom:15px;
  border: none;
  border-radius: 8px;
  color: var(--blackColor);
  transition: all 0.5s ease;
}
#contact input focus{
  background-color: var(--lightPurpleColor);
  outline: none;  
} 
#contact textarea focus {
 background-color: var(--lightPurpleColor);
  outline: none;
} 
#contact textarea {
 width: 100% !important;
 min-height: 200px;
 min-width: 200px;
}
.input {
 min-width: 230px;
}
#contact input.submit {
 width: 100px;
  margin: auto;
  background-color: var(--purpleColor);
  color: var(--whiteColor);
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#contact input.submit hover{
     background-color: var(--lightPurpleColor);
} 
.ok {
 background: #00B5B5;
 margin-bottom: 10px;
 padding: 10px;
 color: white;
 text-align: center;
}

/* home page responsive */

@media (max-width: 80rem) {
  .main-news {
    height: auto;
    padding: 20px;
  }
  .news-cards {
    display: grid;
    grid-template-columns: auto auto;
  }

  .main-btn {
    font-size: 1.1rem;
  }

  .flower-images img {
    width: 80px;
  }

  .flower-images img:nth-child(1) {
    right: 70px;
  }

  .flower-images img:nth-child(2) {
    top: -40px;
    right: -90px;
  }

  .flower-images img:nth-child(3) {
    top: -60px;
    right: 10px;
  }
}

@media (max-width: 48rem) {
  .news-cards {
    display: grid;
    grid-template-columns: auto;
  }
  
  .main-content {
    flex-direction: column;
  }
}

/* ///////persomnal-cards-responsive */
@media (max-width: 60rem) {
  .personal-cards {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 40rem) {
  .personal-cards {
    grid-template-columns: auto;
  }
}

/* ///////doc-cards-responsive */
@media (max-width: 60rem) {
  .doc-cards {
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 45rem) {
  .doc-cards {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 30rem) {
  .doc-cards {
    grid-template-columns: auto;
  }
}

/* ///////timetable-cards-responsive */
@media (max-width: 60rem) {
  .timetable-cards {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 40rem) {
  .timetable-cards {
    grid-template-columns: auto;
  }
}
/* ///////person-modal-responsive */
@media (max-width: 48rem) {
  .person-modal {
    width: 340px;
    height: auto;
  }
  .modal-contact {
    flex-direction: column;
  }
  .modal-main-info {
    flex-direction: column;
    text-align: center;
    line-height: 20px;
  }

  .modal-main-info-text {
    margin: 10px 0 0 0;
  }

  .modal-contact p {
    margin: 10px 5px;
  }
}
/*//////// contact-responsive //////// */
/* ////tablet////// */
@media (max-width: 64rem) {
  .contact-container {
    justify-content: space-around;
  }
  .school-contact-info,
  .contact-form {
    width: 360px;
  }

  .map-img {
    height: 120px;
  }
}

@media (max-width: 48rem) {
  .contact-container {
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
  }
  .school-contact-info,
  .contact-form {
    width: 340px;
  }

  .map-img {
    width: 200px;
    height: 100px;
  }
}

/* Posts pagination */

.wp-pagenavi{
  width: 100%;
  padding: 10px;
  border: 2px solid var(--whiteColor);
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  text-align:center;
    }
.wp-pagenavi > *{ display:inline-block; padding:0.5em 0.5em; margin:0.3em; border:2px solid var(--purpleColor); border-radius:3px; color:var(--darkBlueColor); }
.wp-pagenavi a,
.wp-pagenavi a:hover{ text-decoration:none; }
.wp-pagenavi a{ background-color:var(--whiteColor); }
.wp-pagenavi a:hover{ border-color:var(--darkBlueColor); }
.wp-pagenavi .pages{ }
.wp-pagenavi .current{ border-color:var(--darkBlueColor); color: var(--darkBlueColor); }
.wp-pagenavi .extend{ color:var(--darkBlueColor); }
.wp-pagenavi .first{  }
.wp-pagenavi .last{  }
.wp-pagenavi .prev{ border-color:rgba(0,0,0,0); }
.wp-pagenavi .next{ border-color:rgba(0,0,0,0); }
	