/* hero sec starts */
.datacademy-page .hero-sec .bottom-block{
  display: flex;
  margin: 75px 0px;
  align-items: center;
}
.datacademy-page .hero-sec .bottom-block .left,
.datacademy-page .hero-sec .bottom-block .right{    
  width: 50%;
  text-align: center;
  color: var(--white);
  padding: 20px 60px;
}
.datacademy-page .hero-sec .bottom-block .right {
  border-left:1px solid var(--red);
}
.datacademy-page .hero-sec .bottom-block div h3 {
  text-align: center;
  color: var(--white);
  font-family: Epilogue;
  font-size: 35px;
  font-weight: 800;
  line-height: 58px;
}
.datacademy-page .hero-sec .bottom-block div p {
  text-align: center;
  color: var(--white);
  font-family: WorkSans;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}
@media (max-width:768px) {
  .datacademy-page .hero-sec .bottom-block{
    flex-direction: column;
  }
  .datacademy-page .hero-sec .bottom-block .left, 
  .datacademy-page .hero-sec .bottom-block .right {
    width: 100%;
    max-width: 600px;
  }
  .datacademy-page .hero-sec .bottom-block .right {
    border-top:1px solid var(--red);
    border-left:unset;
  }
  .datacademy-page .hero-sec .bottom-block {
    margin-top:0;
  }
  

}
@media (max-width:480px) {
  .datacademy-page .hero-sec .bottom-block .left, .datacademy-page .hero-sec .bottom-block .right {
    padding: 20px 0;
  }
}
/* hero sec ends */
/* callendar start (many lines) */
.swiper-button-next,
.swiper-button-prev {
  color: var(--red) !important;
}

.callendar-sec {
  min-height: 100%;
}

.one-group-page .callendar-sec {
  background-color: var(--white);
}

.datacademy-page .callendar-sec {
  background-color: var(--black);
}

.datacademy-page .callendar-sec h2 {
  color: var(--white);
}

.one-group-page .callendar-sec h2 {
  color: var(--black);
}


.callendar-sec .schedule-box {
  display: flex;
  width: calc(100% - 115.33px);
  justify-self: center;
  position: relative;
}

.callendar-sec .schedule-box>svg {
  position: absolute;
  width: 115.33px;
  height: 300px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.callendar-sec .schedule-box>.left-svg {
  left: -57.65px;
}

.callendar-sec .schedule-box>.right-svg {
  right: -57.65px;
}

.callendar-sec .schedule-box .left-box {
  padding: 20px;
  background-color: var(--white);
  padding: 45px;
  z-index: 1;
}

.one-group-page .callendar-sec .schedule-box .left-box {
  border: 1px solid var(--light-grey);
}

.datacademy-page .callendar-sec .schedule-box .left-box {
  border-right: 4px solid var(--grey);
}

.callendar-sec .schedule-box .right-box {
  padding: 20px;
  background-color: var(--light-grey);
  padding: 35px;
  width: 100%;
  z-index: 1;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-current-date {
  color: var(--black);
  font-weight: 600;
  font-size: 22px !important;
  text-transform: capitalize;
  font-family: Epilogue;

}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev svg,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next svg {
  width: 32px;
  height: 20px;

}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev svg,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next svg {
  fill: #c5c5c5;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev svg:hover,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next svg:hover {
  fill: var(--red);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next svg {
  transform: rotate(180deg);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 55px);
  font-size: 17px;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays {
  color: var(--black);
  font-weight: 600;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
  grid-template-rows: repeat(6, 45px);
  color: var(--black);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays li,
.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li {
  position: relative;
  transition: all 0.3s ease-in;

}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li.--inactive {
  color: var(--light-grey);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li.--past {
  opacity: 0.4;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li.--event-on:not(.--active):hover {
  background-color: var(--light-grey);
  cursor: pointer;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li.--active {
  background-color: var(--light-grey);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li.--current {
  border: #f4a6b059 2px solid;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates:has(.--ended, .--starting, .--ongoing, .--upcomming) .--mark {
  content: '';
  display: flex;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--mark span {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--ended,
.callendar-sec .schedule-box .right-box .events.ended ul li::before {
  background-color: var(--grey);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--starting,
.callendar-sec .schedule-box .right-box .events.starting ul li::before {
  background-color: var(--dark-red);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--ongoing,
.callendar-sec .schedule-box .right-box .events.ongoing ul li::before {
  background-color: var(--light-red);
}

.callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--upcoming,
.callendar-sec .schedule-box .right-box .events.upcoming ul li::before {
  background-color: var(--red);
}

.callendar-sec .schedule-box .right-box h4 {
  font-weight: 600;
  font-size: 22px !important;
  text-transform: capitalize;
  font-family: Epilogue;

}

.callendar-sec .schedule-box .right-box .events h5 {
  font-size: 17px !important;
  padding: 4px 7px;
  width: fit-content;
  font-family: WorkSans;

}

.callendar-sec .schedule-box .right-box .events.starting h5 {
  background-color: var(--dark-red);
  color: var(--white);

}

.callendar-sec .schedule-box .right-box .events.ongoing h5 {
  background-color: var(--light-red);
  color: var(--black);
}

.callendar-sec .schedule-box .right-box .events.upcoming h5 {
  background-color: var(--red);
  color: var(--white);
}

.callendar-sec .schedule-box .right-box .events.ended h5 {
  background-color: var(--grey);
  color: var(--black);
}

.callendar-sec .schedule-box .right-box .events ul {
  list-style: none;
  padding: 0 0 0 20px;
}

.callendar-sec .schedule-box .right-box .events ul li {
  position: relative;
}

.callendar-sec .schedule-box .right-box .events ul li .modulus-title,
.callendar-sec .schedule-box .right-box .events .heading {
  font-weight: 500;

}


.callendar-sec .schedule-box .right-box .events ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -14px;
  width: 6px;
  height: 6px;
  top: 7px;

}

.button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.button-box a {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 8px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.button-box a svg {
  fill: var(--white);
  width: 14px;
  height: 9px;
  transform: rotate(180deg);
}

@media (max-width:1165px) {
  .callendar-sec .schedule-box .left-box {
    padding: 35px;
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
    grid-template-columns: repeat(7, 45px);
  }
}

@media (max-width:991px) {
  .callendar-sec .schedule-box {
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 57.65px 0 77px;
  }

  .datacademy-page .callendar-sec .schedule-box .left-box {
    padding: 45px;
    border-right: none;
    border-bottom: 4px solid var(--grey);
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
    grid-template-columns: repeat(7, 55px);
  }


  .callendar-sec .schedule-box>svg {
    top: 92px;
    transform: unset;
  }

  .callendar-sec .schedule-box>.right-svg {
    right: unset;
    left: 50%;
    top: 0;
    transform: rotate(90deg) translate(-125%, 20%);

  }

  .callendar-sec .schedule-box>.left-svg {
    left: 50%;
    top: unset;
    bottom: 0;
    transform: rotate(90deg) translate(125%, 20%);
  }
}

@media (max-width:480px) {
  .callendar-sec .schedule-box .left-box {
    padding: 15px 5px;
  }

  .callendar-sec .schedule-box .right-box {
    padding: 15px 20px 25px 10px;
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-body .calendar-weekdays,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-dates {
    font-size: 15px
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-dates li .--mark span {
    width: 4px;
    height: 4px;
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next {
    padding: 0 10px;
    width: 42px;
    height: 20px;
  }

  .callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-prev svg,
  .callendar-sec .schedule-box .left-box .calendar-container .calendar-header .calendar-navigation .calendar-next svg {
    width: 22px;
  }

  .callendar-sec .schedule-box>svg {
    position: absolute;
    width: 92.264px;
    height: 240px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

/* callendar end */
/* atsiliepimai start*/
.atsiliepimai .pagination>.active>a,
.atsiliepimai .pagination>.active>a:hover,
.atsiliepimai .pagination>.active>a:focus,
.atsiliepimai .pagination>.active>span,
.atsiliepimai .pagination>.active>span:hover,
.atsiliepimai .pagination>.active>span:focus,
.atsiliepimai .pagination>li:not(.disabled)>a:hover,
.atsiliepimai .pagination>li:not(.disabled)>a:focus,
.atsiliepimai .pagination>li:not(.disabled)>span:hover,
.atsiliepimai .pagination>li:not(.disabled)>span:focus {
  background-color: #FFF !important;
  border-color: #ddd !important;
  color: #777 !important;
}

/* atsiliepimai end*/


/* for one group  */
.temos .ck-content>div> :nth-child(n + 3) {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 0.3s linear;
}

.temos .ck-content>div::after {
  content: 'Daugiau...';
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s linear;
  color: var(--black);
  opacity: 0;
}

.temos .ck-content>div {
  cursor: pointer;
}

.temos .ck-content>div:hover::after {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--red);
}

.temos .ck-content.active>div:hover::after {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: var(--red);
}

.temos .ck-content.active.--open>div> :nth-child(n + 3) {
  max-height: 2000px !important;
  opacity: 1;
}

.temos .ck-content.active.--open>div::after {
  padding: 25px 0;
}

html[data-lang="lt-LT"] .temos .ck-content>div:hover::after {
  content: 'Daugiau...';
}

html[data-lang="en-EN"] .temos .ck-content>div:hover::after {
  content: 'Show more...';
}

html[data-lang="lt-LT"] .temos .ck-content.active.--open>div::after {
  content: 'Mažiau...';
}

html[data-lang="en-EN"] .temos .ck-content.active.--open>div::after {
  content: 'Show less...';
}

/* end for one group */

/* final  works  and final work*/

.work .others {
  display: flex;
  padding: 20px;
}

.work-main-container .others .svg-box svg{
  height: 36px;
  width: 45px;
  fill: var(--black);
  transition: all 0.3s ease-in;
}
.work .others .svg-box svg {
  height: 26px;
  width: 35px;
  fill: var(--black);
  transition: all 0.1s ease-in;
}
.work-main-container .others{
  height: 60px;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.work-main-container  .others .block{
  height: 100%;

  display: flex;
  align-items: center;
}
.work-main-container .others .svg-box:hover svg,
.work .others .svg-box:hover svg {
  transform: scale(1.1);
}

.work-main-container .others .svg-box:hover .powerbi-svg,
.work .others .svg-box:hover .powerbi-svg {
  fill: #D89805;
}

.work-main-container .others .svg-box:hover .python-svg ,
.work .others .svg-box:hover .python-svg {
  fill: #3571A3;
  color: #F7E06C;
}

.work-main-container .others .svg-box:hover .pdf-svg,
.work .others .svg-box:hover .pdf-svg {
  fill: #AD0B00;
}

.work-main-container .others .svg-box:hover .youtube-svg,
.work .others .svg-box:hover .youtube-svg {
  fill: #F70000;
}

/* end works and final works */

/* final work */
.final-work-page .works-container {
  padding: 0px;
  min-height: 200px;
  display: flex;
  flex-grow: 2;
  gap: 40px;
}

.final-work-page .work-images .main {
  width: 620px;
  border-radius: 15px;
  overflow: hidden;
  padding: 0 40px;
  padding: 30px 40px;
}

.final-work-page .work-images .main .one-item-swiper {
  margin-bottom: 20px;
}
.final-work-page .work-images .main  .thumbs-swiper-box,
.final-work-page .work-images .main  .top-swiper-box{
  position:relative;
}
.final-work-page .work-images .main  .top-swiper-box .badge-box{
  width: 70px;
  height: 70px;
  position:absolute;
  top:-30px;
  left:-30px;
  z-index: 2;
}
.final-work-page .work-images .main  .top-swiper-box .badge-box img{
  width: 70px;
  height: 70px;
}

.final-work-page .work-images .main  .thumbs-swiper-box .thumbs-swiper{
  overflow: hidden;
}
.final-work-page .work-images .main .swiper-button-next{
  right: -40px;
} 
.final-work-page .work-images .main .swiper-button-prev{
  left: -40px;
}
.final-work-page .work-images .main  .thumbs-swiper-box .swiper-button-next:after, 
.final-work-page .work-images .main  .thumbs-swiper-box .swiper-button-prev:after{
  font-size:20px;
}
.final-work-page .work-images .main  .top-swiper-box .swiper-button-next:after, 
.final-work-page .work-images .main  .top-swiper-box .swiper-button-prev:after{
  font-size:30px;
} 

.final-work-page .work-images .main .swiper img,
.final-work-page .work-images .main .swiper-thumbs img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  border: 1px solid var(--dark-grey);
  cursor: pointer;
  transition:all 0.2s ease-in;
}
.final-work-page .work-images .main  .thumbs-swiper img:hover{
  border: 2px solid var(--dark-grey);

}
 

.final-work-page .modal .modal-dialog {
  width: 90% !important;
  max-width: 750px;
  margin: 50vh auto !important;
  transform: translateY(-60%);

}

.final-work-page .modal .swiper-slide {
  height: unset;
  aspect-ratio: 16 / 9;

}

.final-work-page .modal .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.final-work-page .modal .swiper-button-prev{
  left:-30px;
}
.final-work-page .modal .swiper-button-next{
  right:-30px;
}

.border-white-thin {
    border: 2px solid #fff;   /* plonas baltas rėmelis */
}

@media (max-width:1165px) {
  .works-container {
    flex-direction: column;
    align-items: center;
  }

  .works-container .work-main-container {
    width: 100%;
  }

  .final-work-page .work-images .main {
    width: 100%;
    margin: 0;
  }

  .final-work-page .works-container .work-images {
    width: 70vw;
  }
}

@media (max-width:768px) {
  .final-work-page .works-container .work-images {
    width: 80vw;
  }
  .final-work-page .modal .swiper-button-prev{
    left:-15px;
  }
  .final-work-page .modal .swiper-button-next{
    right:-15px;
  }
  .final-work-page .modal .swiper-button-prev::after,
  .final-work-page .modal .swiper-button-next::after{
    font-size:30px;
  }
}

@media (max-width:480px) {
  .final-work-page .works-container .work-images {
    width: min(93vw, calc(100vw - 60px));
  }
}

/* end final work */
/* courses :start */
.courses-page .sec-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px auto;
}

/* courses end */