﻿/*services*/
.services .imagecont {
  height: 344px;
  overflow: hidden;
  margin-bottom: 30px;
}

.imagecont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicecont h4 {
  margin-bottom: 30px;
}

.servicetext {
  margin-bottom: 30px;
}

.circlebutton {
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
  display: flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--szurke);
  font-weight: bold;
  letter-spacing: 10%;
  margin: 0 auto;
}

.circlebutton-inner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mustar);
  margin-left: 10px;
  transition: transform 0.15s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.circlebutton:hover .circlebutton-inner {
  transform: rotate(-45deg);
  transition: transform 0.15s ease-in-out;
}

.circlebutton-inner:hover {
  transform: rotate(-45deg);
  transition: transform 0.15s ease-in-out;
}

.servicecont {
  width: 100%;
  margin-bottom: 70px;
}

.servicecont:last-of-type {
  width: 100%;
  margin-bottom: 0px;
}

/*About Us*/
.college {
  background-color: var(--barna2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: var(--szurke);
  display: block;
  margin-bottom: 30px;
  margin-left:.625%;
  margin-right:.625%;
}

.college .img-cont {
  height: 479px;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.college:hover .circlebutton-inner,
.mansonry .boxheader:hover .circlebutton-inner {
  transform: rotate(-45deg);
  transition: transform 0.15s ease-in-out;
}

.college .img-cont img {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}

.college:hover .img-cont img {
  transform: scale(1.1);
  transition: transform 0.15s ease-in-out;
}

/*Different*/
.custom-carousel-arrow {
  width: 103px;
  height: 103px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(233, 104, 104, .5);
  backdrop-filter: blur(10px);
  position: absolute;
  top: -5000px;
  bottom: -5000px;
  margin: auto;
  cursor: pointer;
}

.custom-carousel-arrow.my-prev {
  transform: rotate(180deg);
}



#different-slider .pagination-item {
  width: 150px;
  height: 150px;
  background-color: var(--barna);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 30px 20px;
  line-height: normal;
}

#different-slider .pagination-item p {
  opacity: .7;
}

#different-slider .pagination-item.active {
  background-color: var(--zold);
}

#different-slider .pagination-item.active p {
  opacity: 1;
}

#different-slider .different-text {
  top: -5000px;
  bottom: -5000px;
  margin: auto;
  color: #fff;
  height: fit-content;
}


/*Blog*/
.mansonry div {

  font-size: 20px;
  color: #fff;
}


.mansonry .box {
  background-color: #f00;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: table;

}

.mansonry .box .curve {
  position: absolute;
  width: 921px;
  left: 31%;
  top: -82px;
}

.mansonry .boxcontent {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
}



.mansonry .box1 {
  background-color: #D1AA74;
}

.mansonry .box2 {
  background-color: #B3C4C6;

}

.mansonry .box3 {
  background-color: #C1C7B9;
}

.mansonry .box4 {
  background-color: #BAB4BA;
}

.mansonry .box5 {
  background-color: transparent;
}

.mansonry .box6 {
  background-color: #B1CAC6;
}

.mansonry .box7 {
  background-color: #B39A77;
}

.mansonry .box2 .curve,
.mansonry .box3 .curve {
  left: 65% !important;
}

.mansonry .box4 .curve,
.mansonry .box5 .curve {
  left: 45% !important;
}

.mansonry .podcast {
  display: block;
}

.mansonry .podcast,
.mansonry .webinar {
  background: none !important;
}

.mansonry .podcast .curve,
.mansonry .webinar .curve {
  display: none !important;
}



.mansonry .webinar iframe {
  width: 100%;
  min-height: inherit;
  display: table;
  aspect-ratio: 560/315;
}

.mansonry .webinar {
  display: table;

}

.mansonry .iconcont {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.mansonry .boxfooter a {
  font-size: 13px;
  color: var(--vaj);
  font-weight: 600;
  text-decoration: none;
}

.mansonry .boxheader {
  text-decoration: none;
}

.mansonry .boxheader>div {
  font-size: 16px;
}

.mansonry .boxheader img {
  border-radius: 10px;
}


.mansonry .podcast iframe {
  min-height: 250px;
}

.mansonry .boxcontent-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.testimonial img {
  border-radius: 20px;
}

.wrapper-wide {
  padding: 9.35rem 1.25rem;
}

.college {
  width: 23.65%;
  margin-bottom: 0;
  margin-left:.625%;
  margin-right:.625%;
}

.custom-carousel-arrow.my-next {
  right: 1.25rem;
}

.custom-carousel-arrow.my-prev {
  left: 1.25rem;
}

.partners>div img {
  height: 100%;
  object-fit: contain;
}

.partners>div {
  background-color: #fff;
  border-radius: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.partners>div {
  padding: 10px;
  width: 49%
}

.partners {
  gap: 0 1%;
}

.cf7row {
  display: flex;
  align-items: center;
  gap: .5rem;
  /* térköz label és input között */
  margin-bottom: 1rem;
}
.wpcf7-list-item{
  margin: 0;
}
.cf7row label {
  white-space: nowrap;
  /* ne törjön sort a label */
}

.cf7row >span {
  flex: 1;
  /* kitölti a maradék helyet */
  padding: 0.5rem;
  font-size: 1rem;
}

.cf7row input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--szurke);
  background-color: transparent;
}

.cf7row input[type="checkbox"] {
  width: inherit;
  margin-right: 10px;

}
.cf7row.catask {
background: #DDEB8B;

  border-radius: 10px;
}
.cf7row.catask input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.cf7row.catask span {
  display: block;
  width: fit-content;
  width: 100%;
  padding: 0;
}
.cf7row.catask label{
  display: flex;
  align-items: center;
    padding: 30px;
    cursor: pointer;
}
.cf7row textarea {
  width: 100%;
  border: 1px solid var(--szurke);
  background-color: transparent;
}

input[type="submit"] {
  padding: 1rem 2.5rem;
  background-color: var(--mustar);
  color: var(--szurke);
  display: block;
  width: fit-content;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 10%;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  width: inherit;
  border-bottom: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: var(--szurke);
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

footer .navbar-nav .nav-link {
  padding: 0 1rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #333332;
  padding-left: 2rem;
  padding-right: 2rem;
}

.aboutcontent {
  font-size: 20px;
}

.innerheaderright .r1 {
  width: 50%;
  height: 100%;
}

.innerheaderright .r2 {
  width: 50%;
  height: 100%;
}

.trainings .boxheader>.boximgcont {
  height: 277px;
  overflow: hidden;
}

.trainings .box {
  background-color: #C1C7B9;
}

.trainings .boxtext {
  color: #333332;
  font-size: 18px;
}

.boxflags div {
  padding: 5px 10px;
  font-size: 16px;
}

.trainings {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.catfilter {
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  padding: 13px 10px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}

.catfilter.active {
  border: none;
  background-color: #fff;
}

.filter-all {
  cursor: pointer;
}

.trainingfilter {
  width: 100%;
}

.trainingfilter a {
  color: var(--szurke);
  text-decoration: none;
}

.blogcontent h3,
.blogcontent h4 {
  line-height: var(--bs-body-line-height);
}

.infobox>div>div:first-of-type {
  border-right: 1px solid var(--szurke);
}

.infoboxtitle {
  font-size: 70px;
  font-weight: bold;
}

.infobox .info {
  border-bottom: 1px solid var(--szurke);
  font-weight: bold;
  width: fit-content;
  padding: 15px 0;
  font-size: 22px;
  line-height: normal;

}

.infobox iframe {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 560/315;
}

.infobox .info ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.infobox a {
  color: var(--vaj);
  text-decoration: none;
}

.trainers>div,
.innerservices>div {
  padding: 0 1.5%;
  margin-bottom: 50px;
}

.trainers .boximgcont {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
}

.trainers .box,
.innerservices .box {
  background-color: var(--zold);
}

.trainers .boxheader>div,
.innerservices .boxheader>div {
  font-size: 20px;
}

.trainers div,
.innerservices div {
  color: var(--szurke);
}

.trainers .boxtext,
.innerservices .boxtext {
  font-size: 18px;
  font-weight: 300;
}

.trainers .circlebutton,
.innerservices .circlebutton {
  margin: 0;
  margin-top: 20px;
  font-size: 16px !important;
}

.thematic {
  font-size: 18px;
}

.plecsni {
  width: 257px;
  height: 257px;
  right: 2%;
  top: -100px;
  backdrop-filter: blur(20px);
  border-radius: 100%;
}

.innerheader h1 {
  font-size: 1.5rem !important;
}

.blogboxes .box {
  background-color: #B3C4C6;
}

#testimonialvideos-slider .splide__slide {
  border-radius: 20px;
  overflow: hidden;
}

#testimonialvideos-slider .splide__slide a img {
  max-width: 100% !important;
}

.splide__pagination {
  bottom: -30px !important;
}

.refthumbs a {
  text-align: center;
  font-size: 14px;
}

.refthumbs a div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;

}

.refthumbs a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-numbers {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid var(--komplementer2);
  text-decoration: none;
  color: var(--szurke);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers:last-child {
  background-color: transparent;
  border: none;
}

.page-numbers.current {
  color: var(--vaj);
  background-color: var(--barna2);
  border-color: var(--barna2);
}

.cf7row label {
  white-space: normal;
  display: flex;
  line-height: normal;
}

.blogpost-contents a {
  color: var(--barna);
  text-decoration: none;
}

.blogpost-contents .infos {
  background-color: var(--barna2);
  padding: 10px;
  border-radius: 100px;
  width: fit-content;
}

.blogpost-contents .infos a,.blogpost-contents .infos div {
  font-size: 16px;
  color: var(--vaj);
}
.themes{
  line-height: normal;
}
.themes a{
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
  font-size: 20px;
}
.webinars iframe{
  width: 100% !important;
  aspect-ratio: 560/315 !important;
  height: 100%;
  border-radius: 20px;
}
.aboutcontent {
  line-height: var(--bs-body-line-height);
}
.aboutcontent img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.aboutcontent a{
  color: var(--barna);
  text-decoration: none;
}
.splide__list{
  height: auto !important;
}
.review-slider .vajbg a{
  color: #B39A77;
  line-height: normal;
  display: inline-block;
}
/*responsive*/

@media (min-width: 576px) {
  .mansonry .boxcontent-inner {
    padding: 30px 30px 20px 30px;
  }

  .trainings {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 768px) {
  .wrapper-wide {
    padding: 9.35rem 5.3125rem;
  }

  .wrapper-wide2 {
    padding: 3.125rem 1.25rem;
  }

  #different-slider .pagination-item {
    width: 120px;
    height: 150px;
    padding: 15px 5px;
  }

  .custom-pagination {
    bottom: 20px;
  }

  .blogbutton-group {
    gap: 0 3.125rem
  }

  .partners>div {
    padding: 10px;
    width: 17.14%
  }

  .partners {
    gap: 0 10px;
  }

  .catfilter {
    margin-bottom: 0px;
  }

  .trainingfilter {
    width: fit-content;
  }
}



@media (min-width: 992px) {
  .mansonry .podcast iframe {
    width: 100%;
    min-height: 350px;
    height: 100%;
  }

  .mansonry .webinar iframe {
    min-height: 500px;
  }

  .wrapper-wide {
    padding: 9.35rem 1.25rem;
  }

  .testimonial img {
    border-radius: 70px;
  }

  .wrapper-wide2 {
    padding: 9.35rem 1.25rem;
  }

  .servicecont,
  .servicecont:last-of-type {
    width: 31.42%;
    margin-bottom: 100px;
  }

  .custom-pagination {
    bottom: 50px;
  }

  .partners {
    gap: 0 27px;
  }

  .aboutcontent {
    font-size: 26px;
  }

  .innerheaderright .r1 {
    width: 59.62%;
  }

  .innerheaderright .r2 {
    width: 40.38%;
  }

  .innerheader h1 {
    font-size: 2rem !important;
  }
}


@media (min-width: 1200px) {
  .partners>div {
    padding: 20px;
    width: 8.57%;
  }

}

@media (min-width: 1300px) {
  .wrapper-wide {
    padding: 9.35rem 5.3125rem;
  }

  .wrapper-wide2 {
    padding: 9.35rem 5.3125rem;
  }

  .custom-carousel-arrow.my-next {
    right: 5.3125rem;
  }

  .custom-carousel-arrow.my-prev {
    left: 5.3125rem;
  }

  .custom-pagination {
    bottom: 9.35rem;
  }

  .trainings {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 50px;
  }
}

@media (min-width: 1441px) {
  #different-slider .pagination-item {
    width: 200px;
    height: 200px;
  }

  .cat h3 {
    font-size: 60px;
  }

  .innerheader h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 1200px) {
  .infobox>div>div:first-of-type {
    border: none;
  }

  .infoboxtitle {
    font-size: 50px;
  }

  .plecsni {
    width: 200px;
    height: 200px;
  }

}

@media (max-width: 992px) {
  .plecsni {
    width: 150px;
    height: 150px;
    right: -60px;
    top: -100px;
  }

  .college {
    width: 100%;
    margin-bottom: 30px;
  }

  .custom-pagination .wrapper-wide2 {
    gap: 0 10px;
  }

  .custom-carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .different-text .fs-2,
  .testimonial .fs-2 {
    font-size: 24px !important;
  }

  .different-header {
    padding: 3.125rem 1.25rem;
  }

  #different-slider li {
    height: 600px;
  }

  .cat h3 {
    font-size: 40px;
  }

}

@media (max-width: 768px) {
  .custom-pagination {
    display: none;
  }

  .different-text .fs-2,
  .testimonial .fs-2 {
    font-size: 18px !important;
    text-align: center;
  }

  .wrapper-wide,
  .wrapper-wide2 {
    padding: 3.125rem 1.25rem;
  }

  .credit {
    padding: 20px 8px;
  }

  .credit div {
    font-size: 30px;
    line-height: 30px;
  }
}