body {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  /*background-color: rgb(228, 25, 25);*/
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

/* -- header section -- */
.hero_area{
  position: relative;
  min-height: 80vh;
  /*display: flex;*/
}
.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-position 0.5s ease-in-out;
}
.royal-logo {
  width: 70px;
  height: 70px;
}
.hamburger-icon{
  width: 40px;
  height: 40px;
}
.navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease-in-out;
}
.navbar-toggler.collapsed {
  transform: rotate(90deg);
}
.offcanvas{
  max-width: 90%;
}
.header_section{
  padding: 15px 0;
  width: 100%;
}
div.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.navbar{
  position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.hero_text{
  position: relative;
  color: white;
}
.title{
  /*font-size: 46px;*/
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}
/* -- end header section -- */
/* -- icons section -- */
.icons {
  width: 70px;
}
.nav-item .nav-link.active {
  color: orange !important;
}
/* -- end icons section -- */
/* -- akcios etelek section -- */

.akcio {
  background: url(/assets/img/parallax2-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-heading-block {
  height: 420px;
  width: 100%;
  display: grid;
  align-content: center;
  border-radius: 0 0px 30px 30px;
  position: absolute;
}
.akcios{
  font-weight: 600;
  font-size: 60px;
}
.akcios-body{
  height: 170px;
}
.akcios-text{
  overflow: auto;
}

.testimonial-block{
  position: relative;
}
.quote-shape{
  position: relative;
    z-index: 15;
    top: -5vw;
    left: 72vw;
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 4px 8px rgba(151, 151, 151, 0.25));
}
.slick-slider {
  position: relative;
  margin-left: -10vw;
}
.testimonial-slider-card{
  position: relative;
  z-index: 2;
  top: 170px;
}
.img-akcios{
  width: 170px;
  height: 170px;
  object-fit: cover !important;
}
/* -- end header
/* -- akcios etelek section -- */
.rendezveny{
  border-radius: 30px 30px 0px 0px;
  padding-top: 100px;
  position: relative;
  top: 60px;
}
.rendezveny-img{
  width: 100px;
  height: auto;
}
/* -- menu section -- */
.menu1{
  font-size: 32px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;
}
.nav-pills .nav-link.active {
  background-color: white !important;
  color: white;
}
.nav-pills{
  font-size: 20px;
}
.menu-card{
  min-width: 320px;
  width: 100%;
  
}
.menu-img{
  width: 150px;
  height: 150px;
  object-fit: cover !important;
}
.borders{
  border-radius: 0px 90px 0 0;
  height: 100%;
}
/* -- footer section -- */
.pay-card{
  height: 50px;
  width: auto;
}
