/*
Theme Name: Eduzio
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Education HTML Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #005BFF;
  --theme-2: #00E2C5;
  --theme-3: #FFD25D;
  --header: #031F42;
  --base: #2EB97E;
  --text: #808080;
  --text2: #ffffffcc;
  --border: #E6E6E6;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #F4F9FF;
  --bg2: #0D0D0D;
  ---box-shadow: 10px 4px 60px rgba(190, 190, 190, 0.25);
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  border: none;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 18px 30px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}

.theme-btn::after, .theme-btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.theme-btn::before {
  top: -2em;
  left: -2em;
}

.theme-btn::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.theme-btn:hover {
  color: var(--white);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-btn:hover::after, .theme-btn:hover::before {
  height: 410px;
  width: 410px;
}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */





.section-title h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bar/top-bar.png);
  -webkit-animation: width 1.5s linear 2 !important;
          animation: width 1.5s linear 2 !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-position: center;
}

.section-bg {
  background-color: var(--bg) !important;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.event-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.event-box-items .accordion-single {
  overflow: hidden;
}

.event-box-items .accordion-single .header-area .accordion-btn {
  padding: 34px 50px;
  background-color: var(--white);
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single .header-area .accordion-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single .content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media (max-width: 1199px) {
  .event-box-items .accordion-single .content-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single .content-items .post-date {
  padding: 11px 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 91, 255, 0.1);
  background: rgba(0, 91, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  display: inline-block;
  line-height: 1;
}

.event-box-items .accordion-single .content-items .content {
  max-width: 385px;
}

.event-box-items .accordion-single .content-items .content h5 {
  font-size: 22px;
}

.event-box-items .accordion-single .content-items .content h5 a:hover {
  color: var(--theme);
}

.event-box-items .accordion-single .event-image {
  max-width: 430px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  visibility: hidden;
}

.event-box-items .accordion-single .event-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.event-box-items .accordion-single .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single .button-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.event-box-items .accordion-single .button-list li {
  font-size: 16px;
}

.event-box-items .accordion-single .button-list li i {
  color: var(--theme);
  margin-right: 7px;
}

.event-box-items .accordion-single .button-list li .theme-btn {
  background-color: transparent;
  color: var(--header);
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--border);
}

.event-box-items .accordion-single .button-list li .theme-btn::before, .event-box-items .accordion-single .button-list li .theme-btn::after {
  background-color: var(--theme);
}

.event-box-items .accordion-single .button-list li .theme-btn:hover {
  color: var(--white);
}

.event-box-items .accordion-single.active .event-image {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.event-box-items .accordion-single.active .content-items {
  display: block;
}

.event-box-items .accordion-single.active .content-items .post-date {
  margin-bottom: 25px;
  display: inline-block;
}

.event-box-items .accordion-single.active .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}

@media (max-width: 1399px) {
  .event-box-items .accordion-single.active .button-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.event-box-items .accordion-single.active .button-list .theme-btn {
  background-color: var(--theme);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--theme);
          box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

/* background */

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 15px 0;
}

.scrolling-wrap .comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--white);
  font-family: "League Spartan", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.scrolling-wrap:hover .comm {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.scrolling-wrap.style-2 {
  margin-top: -175px;
}

.scrolling-wrap.style-2 .comm .stroke-text {
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 255px;
  font-family: "League Spartan", sans-serif;
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.07) 50%, #fff 50%, rgba(255, 255, 255, 0.07) 70%);
  -webkit-mask-size: 200%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
/*# sourceMappingURL=main.css.map */


.details-btn {
    width: 100px;
    height: 100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color:  var(--dark);
}