13/**
* Template Name: Imperial
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #73e2be;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #73e2be;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}

.back-to-top:hover {
  background: #54bd9b;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  font-size: 66px;
  line-height: 68px;
  /*text-transform: uppercase;*/
  color: #000;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #000;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

#hero h2 span {
  color: #000;
  transition: 0.3s;
  border-bottom: 2px solid #FFF;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating>.animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #3d3f3f;
  border: 2px solid #3d3f3f;
  color: #FFF;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #3d3f3f;
  color: #000;
}

#hero .btn-services {
  border: 2px solid #000;
  color: #000;
}

#hero .btn-services:hover {
  background: #73e2be;
  border: 2px solid #73e2be;
}

#header-foto {
  height: 100vh;
  background: url(../img/nyito-foto.png) bottom right;
  background-attachment: fixed;
  
}

@media (min-width: 1024px) {
  #header-foto {
    background-attachment: fixed;
  }
}

#header-foto .cimer {
  position:absolute;
  right:0;
}


/*--------------------------------------------------------------
# Calendar
--------------------------------------------------------------*/
#calendar {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/calendar-bg2.png) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #calendar {
    background-attachment: fixed;
  }
}

#calendar .calendar-container {
  
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#calendar h1 {
  font-family: "Open Sans", sans-serif;
  margin: 30px 0 10px 0;
  font-weight: 700;
  font-size: 66px;
  line-height: 68px;
  text-transform: uppercase;
  color: #FFF;
}

@media (max-width: 768px) {
  #calendar h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#calendar h2 {
  color: #000;
  text-transform: lowercase;
}

#calendar h2 span {
  color: #000;
  transition: 0.3s;
  border-bottom: 2px solid #FFF;
}

@media (max-width: 768px) {
  #calendar h2 {
    font-size: 24px;
    line-height: 26px;
  }

  #calendar h2 .rotating {
    display: block;
  }
}

#calendar .rotating>.animated {
  display: inline-block;
}

#calendar .actions a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#calendar .btn-get-started {
  background: #73e2be;
  border: 2px solid #73e2be;
  color: #fff;
}

#calendar .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#calendar .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#calendar .btn-services:hover {
  background: #73e2be;
  border: 2px solid #73e2be;
}

  #calendarDiv {
    max-width: 900px;
    margin: 0 auto;
	padding:20px;
  }
  
/*--------------------------------------------------------------
# Simple
--------------------------------------------------------------*/
#simple {
  display: table;
  width: 100%;
  height: 35vh;
  background-color: #e4e5e6;
}

#simple .simple-container {
  
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

#simple h3 {
  font-family: "Open Sans", sans-serif;
  margin: 30px 0 10px 0;
  font-weight: 700;
  font-size: 62px;
  line-height: 64px;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1366px) {
  #simple h3 {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  #simple h3 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  #simple h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: none;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top {
  background: rgba(255, 255, 255, 0.95);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #727b7b;
  text-decoration: underline;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #73e2be;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(115, 226, 178, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #73e2be;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #73e2be;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}

.section-description {
  text-align: left;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #73e2be;
  margin-bottom: 20px;
}

.section-title img {
	max-height: 70px;
	margin-right: 20px;
}

/* Section White
--------------------------------*/
.section-white {
  background: url(../img/white-bg.png) top center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

.section-white .member {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-white .member .pic {
  margin-bottom: 0px;
  overflow: hidden;
  /*height: 260px;*/
}

.section-white .member .pic img {
  max-width: 100%;
}

.section-white .member h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 2px;
}

.section-white .member span {
  font-family: "Open Sans", sans-serif;
  font-style: ;
  display: block;
  font-size: 19px;
}

.section-white .box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #3d3f3f;
  margin: 0;
  padding: 5px;
  top: -15px;
  width: 85%;
  margin: 0 auto 0 auto;
}

.section-white a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}

.section-white a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

/* Section Green
--------------------------------*/
.section-green {
  background: url(../img/hero-bg.png) top center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

.section-green .member {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-green .member .pic {
  margin-bottom: 0px;
  overflow: hidden;
  /*height: 260px;*/
}

.section-green .member .pic img {
  max-width: 100%;
}

.section-green .member h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 2px;
}

.section-green .member span {
  font-family: "Open Sans", sans-serif;
  font-style: ;
  display: block;
  font-size: 19px;
}

.section-green .box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #3d3f3f;
  margin: 0;
  padding: 5px;
  top: -15px;
  width: 85%;
  margin: 0 auto 0 auto;
}

.section-green a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}

.section-green a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Before footer
--------------------------------------------------------------*/
#before-footer {
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #73e2b2;
  padding: 0 0 30px 0;
  color: #000000;
}

#footer .footer-title {
  font-family: "Arvo", sans-serif;
  font-size: 78px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

#footer .footer-text {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}

#footer .copyright {
  font-size: 32px;
  text-align: center;
}


#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 32px;
  color: #000000;
}

#footer .credits a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}

#footer .credits a:hover,
a:active,
a:focus {
  color: #3d3f3f;
  outline: none;
  text-decoration: none;
}

#footer .credits img {
  max-height: 50px;
  margin: 10px auto 10px auto;
}

@media (max-width: 1024px) {
  #footer .footer-title {
    font-size: 36px;
  }
  #footer .footer-text,#footer .copyright,#footer .credits {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #footer .footer-title {
    font-size: 30px;
  }
  #footer .footer-text,#footer .copyright,#footer .credits {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Calendar
--------------------------------------------------------------*/
/*
.fc-col-header-cell {
	background-color: #73e2b2;
	padding: 20px;
}
.fc-col-header-cell-cushion {
	color: #000;
}
.fc-toolbar-title {
	background-color: #73e2b2;
	padding: 10px;
}
.fc-daygrid-day {
	background-color: #FFF;
}
.fc-daygrid-day-number {
	color: #000;
}
.fc-more-link {
	background-color: #3788d8;
	color: #FFFFFF
}

:root {
  --fc-border-color: #ddd;
  --fc-button-text-color: #000;
  --fc-button-bg-color: #73e2b2;
  --fc-button-border-color: #73e2b2;
  --fc-button-hover-bg-color: #54bd9b;
  --fc-button-hover-border-color: #54bd9b;
  --fc-button-active-bg-color: #1a252f;
  --fc-button-active-border-color: #151e27;
  --fc-today-bg-color: #73e2b2;
}
*/

/*--------------------------------------------------------------
# SWIPER
--------------------------------------------------------------*/

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 25px;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next {
    background-image: url(../img/ikon/nyil-kovetkezo.png) !important;
    background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}
.swiper-button-prev {
    background-image: url(../img/ikon/nyil-elozo.png) !important;
    background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    display: none;
}
.swiper-button-disabled {
      visibility: hidden;
      opacity: 0;
}
:root {
  --swiper-navigation-color: #000000;
}


/*--------------------------------------------------------------
# ESEMÉNY MODAL
--------------------------------------------------------------*/

#esemenyModal .modal-header {
  background-color: #73e2b2;
  color: #000000;
}

#esemenyModal .modal-body {
  background: url(../img/white-bg.png) top center;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

#esemenyModal .modal-body h2 {
  font-family: "Open Sans", sans-serif;
}

#esemenyModal .modal-body img {
  margin-bottom: 20px;
}

#esemenyModal .modal-body p {
  margin-bottom: 10px;
}

#esemenyModal .event-title-divider {
  width: 100%;
  height: 4px;
  background: #73e2b2;
  margin-bottom: 20px;
}

#esemenyModal .btn-esemeny {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #73e2b2;
  border: 2px solid #73e2b2;
  color: #000;
}

#esemenyModal .btn-esemeny:hover {
  background: none;
  border: 2px solid #3d3f3f;
  color: #000;
}

#esemenyModal .modal-footer {
  background-color: #73e2b2;
}
