body,html{
  height: 100%;
}
.navbar-default{
    transition:500ms ease;
    background:transparent !important;
}
.navbar-default.scrolled{
    border-bottom: 1px solid black;
    background-color: white !important;
}
.navbar-brand{
    color: black !important;
    font-weight: bold;
}
.navbar-brand.scrolled{
    color: black !important;
}
.oldalLeiras{
    background: linear-gradient(180deg, rgba(207,193,182,1) 0%, rgba(34,124,232,0.9780287114845938) 0%, rgba(255,255,255,1) 99%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
    height: 500px;
}
.vl {
    border-left: 4px solid black;
    height: 70px;
    position: absolute;
    top: 470px;
    left: 50%;
}
.center2 {
    position: absolute;
    top: 250px;
    left: 50%;
    color: black;
    transform: translate(-50%, -50%);
}
.center3 {
    position: absolute;
    top: 350px;
    left: 50%;
    color: black;
    transform: translate(-50%, -50%);
}
hr.kek{
    display: block;
    content: '';
    width: 30px;
    height: 5px;
    background-color: red;
}
.title-separator::after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ef077e;
}
.title-separator2::after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #13219c;
}
.title-separator3::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ef077e;
}
.num_span{
    color: #ef077e !important;
}
.oldalak{
    margin-right: 30px;
    width: 30%;
}
@media only screen and (max-width: 575px) {
    .oldalak{
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .oldalak{
        width: 90%;
    }
    .tech{
        height: 400px !important;
    }
    .sz1{
        font-size: 20px;
    }
}
.kapcsolat{
    background: linear-gradient(163deg, rgba(34,124,232,1) 0%, rgba(232,34,48,0.9780287114845938) 53%, rgba(255,255,255,1) 80%);
    height: 100px;
    position: relative;
}
.kozep{
    position: absolute;
    top:30%;
    color: black;
}
.rounded_btn{
    background-color: rgba(34,124,232,1);
    border-radius: 8px;
    border: none;
    height: 50%;
    position: absolute;
    top: 20%;
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border: 1px solid black;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: rgba(34,124,232,1);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.pad_ul{
    margin-left: 10%;
}
.valaszt{
    background: linear-gradient(180deg, rgba(34,124,232,1) 0%, rgba(232,34,48,0) 45%, rgba(255,255,255,1) 100%);
    height: 30px;
    width: 100%;
}
.tech{
    background: linear-gradient(360deg, rgba(207,193,182,1) 0%, rgba(34,124,232,0.9780287114845938) 0%, rgba(255,255,255,1) 99%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 55%, 100% 100%, 0 100%, 0 55%);
    height: 200px;
    position: relative;
}
.foot{
    position: absolute;
    top: 55%;
    width: 100%;
    margin: 0px;
}
.copy{
    position: absolute;
    bottom: 0%;
}
.vl2 {
    border-left: 4px solid black;
    height: 70px;
    position: absolute;
    top: -30px;
    left: 50%;
}
.parallax {
  /* The image used */
  /*background-image: url("back.jpg");*/

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

/*karacsony*/
.parallax1{
  background-image: url('{{ asset('frontend/assets/img/christmas.jpg') }}');
}
.ures{
    height: 8%;
    position: relative;
}
.btn1{
    background-image: url("./images/click-2384.png");
    border: 2px solid red;
    border-radius: 5px;
    height: 38px;
    width: 38px;
    margin: 0px;
    padding: 0px;
}
.form-check-input{
    height: 38px;
    width: 38px;
    margin: 0px;
    padding: 0px;
    border: 2px solid blue;
}
th{
    color: blue;
}
.content{
    padding-left: 25px;
}
.be{
    position:absolute;
    top:50%;
    right:15%;
}
.dropdown-menu{
    padding: 5px;
}
.ped5{
    padding: 5px;
}
.mh1{
    background: linear-gradient(332deg, rgba(195,11,11,1) 12%, rgba(151,232,34,1) 45%, rgba(75,121,187,1) 97%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mh2{
    background: linear-gradient(45deg, rgba(226,10,10,1) 29%, rgba(255,255,255,1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dizzy{
    background-image: url("./images/emoji-dizzy.svg");
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
}
.dizzy_menu{
    background-image: url("./images/emoji-dizzy.svg");
    background-color: red;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
}
.wink{
    background-image: url("./images/emoji-wink.svg");
    background-color: green;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
}

/* https://pajasevi.github.io/CSSnowflakes/ */
/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
  }

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
.grp_class{
    background-color: green;
}
.btn-down{
    background-image: url("./images/arrow-down-solid.svg");
    background-color: yellow;
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto;
    height: 30px;
}
.table-wrapper {
    max-height: 300px;
    width: 100%;
    overflow: auto;
    display:inline-block;
}
hr{
    width: 100% !important;
    border: 2px solid black;
}
.border_green{
    border:2px solid green;
}
.border_red{
    border:2px solid red;
}
.border_blue{
    border:2px solid blue;
}
.smallpic{
    width: 80px !important;
}
#myModalW .modal-dialog
{
    min-height:70% !important;
    min-width: 90% !important;
}
.esemeny{
    background-image: url("./images/stars.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_back{
    background-image: url("./images/menu1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width:992px) {
    .esemeny_kezel {
      width: 70%;
    }
  }
@media (min-width:992px) {
    .esemeny_kezel {
      width: 25%;
    }
}
#btn24.active{
    color: red !important;
}
li:has( a.active){
    border:1px solid red;
    border-radius: 5px;
}
#btn25.active{
    color: red !important;
}
#btn26.active{
    color: red !important;
}
.btn1:hover{
    background-color: orange;
    color: black;
}
.calendar_hatter{
    background-image: url("./images/wp3825753-cartoon-christmas-wallpapers.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}
.calendar_label{
    color: white;
    font-weight: bold;
    margin: 50px;
}
.calendar_back{
    background-color: white;
    height: 100px;
    width: 70px;
    position:relative;
    margin: 20px;
}
.calendar_box{
    background-color: red;
    height: 100px;
    width: 70px;
    position:absolute;
    top:0px;
    left:0px;
    transform-origin: left;
    /*Speed of the Door animation*/
    transition: all 0.5s ease-in-out;
}
.num{
    color: white;
    font-size:xx-large;
    text-align: center;
}
.num1{
    color: white;
    font-size:xx-large;
    text-align: center;
}
.doorOpen{
  /*prespectiv creates the door open effect*/
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
}
/*ajándék oldal*/
.ajandek_hatter{
    background-image: url("./images/present.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}
.ajandek_context{
    position: absolute;
    width: 70%;
    height: 90%;
    border: 1px solid black;
    top: 5%;
    left: 3%;
    margin: auto;
    padding: auto;
}
.ctr{
    margin: auto;
    padding: auto;
    width: 95%;
}
#ajandek_otthon_button{
    width: 100%;
}
#ajandek_group_button{
    width: 100%;
}
.insert_row{
    border: 2px solid green;
}
.ajandek_banner{
    background-color: red;
    background-image: url("./images/cooltext424982325277206.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    height: 220px;
}
/*takaritas*/
.takaritas_hatter{
    background-image: url("./images/vecteezy_holiday-new-year-and-merry-christmas-background-vector-illustration_.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}
.takaritas-context{
    width: 60%;
    height: 80%;
    border: 1px solid grey;
    margin: auto;
}
.takaritas-card{
    width: 80%;
    height: 20%;
    margin: auto;
}
.orange{
    color: orange;
}
#layout-wrapper {
    background-color: #eff3f6;
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.05);
            box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.05);
  }
.div-hover:hover{
    box-shadow: 2px 2px 5px grey;
}
.div-grey{
    background-color: #252b3b;
    width:450px;
    margin:15px;
}
.div-red{
    background-color: rgb(202, 19, 19);
    color:white;
    width: 180px;
    margin:10px;
    position:relative;
}
.div-red-wl{
    background-color: rgb(202, 19, 19);
    color:white;
    width: 200px;
    margin:10px;
    position:relative;
}
.div-red:hover{
    box-shadow: 2px 2px 5px #d6a623;
}
.icon_img{
    width:50px;
    height:50px;
    position:absolute;
    top:-20px;
    right:-15px;
}
.lbl{
    width:200px;
}
#countText {
    -webkit-animation-name: color2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes color2 {
    0% {
    }
    5%,25% {
        text-shadow: -2px -5px 10px #d2f02d,
                     -5px 0px 10px #3a00cd,
                     -5px 5px 10px #00ff3a;
    }
    15%,35% {
        text-shadow: 2px 5px 10px #d2f02d,
                     5px 0px 10px #3a00cd,
                     5px -5px 10px #00ff3a;
    }
    40% {
      text-shadow: none;
  }
}
#countText2 {
    -webkit-animation-name: color3;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes color3 {
    0% {
    }
    5%,25% {
        text-shadow: -2px -5px 10px #161614,
                     -5px 0px 10px #3a00cd,
                     -5px 5px 10px #00ff3a;
    }
    15%,35% {
        text-shadow: 2px 5px 10px #161614,
                     5px 0px 10px #3a00cd,
                     5px -5px 10px #00ff3a;
    }
    40% {
      text-shadow: none;
  }
}
#countBox {
    -webkit-animation-name: box1;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes box1 {
    0% {
    }
    5%,25% {
        transition: all 500ms ease-out 0s;
        transform: rotate(370deg);
    }
    15%,35% {
        transition: all 500ms ease-out 0s;
        transform: rotate(350deg);
    }
    40% {
  }
}
#countBox2 {
    -webkit-animation-name: box2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes box2 {
    0% {
    }
    5%,25% {
        transition: all 500ms ease-out 0s;
        transform: rotate(5deg);
    }
    15%,35% {
        transition: all 500ms ease-out 0s;
        transform: rotate(10deg);
    }
    40% {
  }
}
#mezeskalacs {
    -webkit-animation-name: color2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
#manonev {
    -webkit-animation-name: color2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
