/*
Theme Name: GTU student conference
Author: Amiran Kimadze
Description: An unique wordpress theme for student-conference. All right reserved. IT department of Georgian Technical University 2024.
Version: 1.0
*/

@import url("https://pro.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://free.bboxtype.com/embedfonts/?family=FiraGO:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://cdn.web-fonts.ge/fonts/dejavu-sans/css/dejavu-sans.min.css");
@import url("https://cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("https://cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");

html,
body {
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  font-family: "FiraGO";
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  max-width: 1140px;
  margin: auto;
}

header.position-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 300;
}

header.position-fixed .topbar {
  display: none !important;
}

.logo img {
  max-height: 70px;
}

.topbar {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}

.conference-years {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.conference-years>* {
  font-family: "FIraGO";
  font-feature-settings: "case";
  text-transform: uppercase;
  color: #b7b4b4;
  font-weight: 800;
  font-size: 18px;
}

.conference-years>*:hover {
  color: #744ffd;
}

.topbar-heading {
  font-family: "FIraGO";
  font-feature-settings: "case";
  text-transform: uppercase;
  color: #777;
  font-weight: 800;
  font-size: 16px;
}

.conference-years .current {
  color: #744ffd !important;
}

.bg-gtu {
  background: #181744 !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.nav-link {
  font-family: "FiraGO";
  font-feature-settings: "case";
  font-size: 16px;
  text-transform: "uppercase";
  color: #eee;
}

.fake-search {
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.2;
  min-width: 150px;
}

.fake-search input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-family: "FiraGO";
  font-feature-settings: "case";
  font-size: 16px;
  text-transform: "uppercase";
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FiraGO";
  font-feature-settings: "case";
  text-transform: "uppercase";
}

.like-a-slider {
  background-image: url("./assets/images/271858791_4701963556548332_7987520491149858265_n.png");
  background-position: center;
  background-size: contain;
  background-color: #181744;
  min-height: 280px;
  border-bottom: 5px solid blue;
  position: relative;
  z-index: 1;
}

.like-a-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(24, 23, 68, 0.7);
}

.conference-date-abs {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(0, 0, 255, 0.9);
  /*rgba(116, 79, 253, 0.9)*/
  border-top: 0px solid #fff;
  padding: 6px 30px 6px 20px;
  color: #fff;
  transform: translate(-40px, -30px);
  display: flex;
  align-items: center;
}

.conference-date {
  position: relative;
  display: flex;
  gap: 20px;
  font-family: "FiraGO";
  font-feature-settings: "case";
  text-transform: uppercase;
}

.conference-month {
  font-weight: 800;
  font-size: 18px;
}

.conference-day {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #181744; */
  /* padding: 20px 15px; */
  width: fit-content;
  /* margin-top: -30px;
            margin-bottom: 10px; */

  font-family: "FiraGO";
  font-weight: 600;
  font-size: 52px;
  text-transform: uppercase;
  /* border-top: 5px solid #fff; */
}

.conference-year-like-slider {
  font-size: 18px;
  font-weight: 600;
}

.video-container {
  --h: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  /* Enable Flexbox */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  position: relative;
  /* Establish a positioning context for absolute positioning */
  min-height: var(--h);
  max-height: var(--h);
  overflow: hidden;
}

.video-container video {
  max-width: 100%;
  min-width: 100%;
  /* Ensure the video scales within the container */
  max-height: 100%;
  /* Ensure the video scales within the container */
  object-fit: cover;
  /* Cover the container without stretching */
}

.that-texts {
  max-width: 80%;
  padding: 50px;
  position: relative;
  z-index: 3;
}

article {
  font-family: "FiraGO";
  font-size: 17px;
  margin-top: 50px;
}

.important-logos {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.797);
  gap: 20px;

  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 20px;
}

.important-logos img {
  max-height: 50px;
}

.gtu-dropdown-body {
  position: absolute;
  margin-left: 10px;
  display: none;
}

.gtu-dropdown:hover .gtu-dropdown-body {
  display: block !important;
}

.gtu-dropdown-content {
  background-color: #fff;
  padding: 12px;
  min-width: 220px;
  border-radius: 6px;
}

.gtu-dropdown-content a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 9px 10px;
  text-align: left;
  font-family: "BPG Nino Mtavruli Bold";
}

.gtu-dropdown-content a:hover {
  color: #7550fe;
}

.gtu-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #fff;
  margin-left: 10px;
}

.gtu-dropdown-arrow-right {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  margin-right: 10px;
  margin-left: auto;
  margin-top: 2px;
}


/* start language switcher */
.gtu-lang-dropdown {
  position: relative;
  z-index: 1320;
}

.lang-dropdown-icon {
  --wh: 35px;
  min-width: var(--wh);
  max-width: var(--wh);
  min-height: var(--h);
  max-height: var(--wh);
  border-radius: 50px;
  overflow: hidden;
}

.lang-dropdown-icon img {
  max-width: 100%;
}

.gtu-lang-dropdown-body {
  position: absolute;
  right: 0;
  margin-right: 10px;
  display: none;
}

.gtu-lang-dropdown:hover .gtu-lang-dropdown-body {
  display: block !important;
}

.lang-item {
  display: flex !important;
  align-items: center;
  grid-area: 20px;
}

.lang-item.current {
  position: relative;
}

.lang-item.current::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  background-color: #7550fe;
  --wh: 15px;
  min-width: var(--wh);
  max-width: var(--wh);
  min-height: var(--wh);
  max-height: var(--wh);
  border-radius: 50%;
}

.lang-item-icon {
  --wh: 28px;
  min-width: var(--wh);
  max-width: var(--wh);
  min-height: var(--wh);
  max-height: var(--wh);
  border-radius: 50%;
  overflow: hidden;
}

.lang-item-icon img {
  max-width: 100%;
}

.lang-item-label {
  margin-left: 12px;
  text-transform: uppercase;
}

/* GTU Accordeon */
.accordeons-list {
  margin-top: 30px;
}

.accordeon-item {
  border-radius: 0px;
  margin-bottom: 10px;
}

.accordeon-button {
  background: #633def;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px 15px 25px;
}

.accordeon-button-title {
  width: 100%;
  color: #fff;
  font-family: "FiraGO";
  font-feature-settings: "case";
  text-transform: uppercase;
  font-weight: 600;
}

.accordeon-button i {
  color: #fff;
}

.accordeon-body {
  padding: 30px;
  margin-left: 10px;
  background-color: #fff;
}

.accordeon-item .accordeon-body {
  display: none;
}

.accordeon-item.opened .accordeon-body {
  display: block !important;
  animation: collapseAnimation 1s;
}

@keyframes collapseAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.accordeon-item.opened .accordeon-button i {
  transform: rotate(-90deg);
}

/* sidebar cards */
.gtu-card {
  padding: 23px 0px 23px 23px;
}

.gtu-card.first-top {
  padding: 0px 0px 23px 23px !important;
}

.gtu-card-title {
  color: blue;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "FiraGO";
  font-feature-settings: "case";
  text-transform: uppercase;
}

.attachments-card-body>* {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "FiraGO";
  font-weight: 600;
  min-height: 50px !important;
}

.gtu-card-body {
  position: unset;
}

.gtu-card-body img {
  max-width: 100%;
}

.withbg {
  background-image: url('https://studconference.ge/wp-content/themes/GTU-student-conference/assets/images/271858791_4701963556548332_7987520491149858265_n.png');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.withbg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.withbg h4 {
  z-index: 3;
  position: relative;
}

.bgimageAny {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post_item_title {
  font-family: 'FiraGO';
  font-weight: 600;
  font-feature-settings: 'case';
  text-transform: 'uppercase';
  margin-top: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  --wh: 45px;
  min-width: var(--wh);
  max-width: var(--wh);
  min-height: var(--wh);
  max-height: var(--wh);
  background: #fff;
  opacity: 1;
  color: #333;

  border-radius: 50%;
  transition: 250ms ease;
  opacity: 0.5;

}

.carousel-control-prev *,
.carousel-control-next * {
  color: #333 !important;
}

.carousel-control-prev {
  top: 30px;
  right: 38px;
  left: auto;
}

.carousel-control-next {
  top: 90px;
  right: 38px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: #7650ff !important;
  opacity: 1 !important;
}

.carousel-control-next:hover *,
.carousel-control-prev:hover * {
  color: #fff !important;
}

.menu_button_mob {
  --wh: 42px;
  min-width: var(--wh);
  max-width: var(--wh);
  min-height: var(--wh);
  max-height: var(--wh);
  display: grid;
  place-items: center;
  margin-left: 15px;
}

@media(min-width: 1000px) {
  .pc-top-40-m {
    margin-top: 20px !important;
  }

  #menubutton2 {
    display: none !important;
  }
}

@media(max-width: 1000px) {
  .logo img {
    max-height: 40px !important;
  }

  .lang-dropdown-icon {
    --wh: 30px;
    outline: 1px solid #ccc;
  }

  .navbar {
    padding: 0px !important;
  }

  .navbar .nav-link {
    padding: 11px 24px !important;
    line-height: 1;
  }

  .fake-search {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  ul.navbar-nav {
    margin-top: 20px !important;
  }

  header.position-fixed .topbar {
    display: flex !important;
  }

  header.fixed {
    z-index: 999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  footer * {
    text-align: center !important;
    justify-content: center !important;
  }

  .infoItem {
    margin: auto;
    flex-direction: column;
    justify-content: center;
  }

  .infoIcon {
    display: none !important;
  }

  footer .row.mt-4.mb-4 {
    gap: 20px !important;
  }

  .container.px-lg-0.py-3 {
    margin-top: 0px !important;
  }

  .that-texts {
    max-width: 100% !important;
    width: 100%;
    padding: 20px !important;
    margin-top: 20px;
    /* background-color: #fff; */
  }

  .that-texts h3 {
    font-size: 18px;
    text-align: center;
  }

  .important-logos img {
    max-height: 36px !important;
  }

  .important-logos {
    margin: auto !important;

    left: 0;
    right: 0;
    max-width: fit-content;
    padding: 8px 14px;
    border-radius: 16px 16px 0px 0px;
    display: none !important;
  }

  .conference-date-abs {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    right: -40px;
    padding: 0px 15px;
    background-color: transparent !important;
    margin-bottom: -23px;
  }

  .conference-date-abs>* {
    padding: 0px !important;
  }

  .like-a-slider {
    min-height: 250px !important;
  }

  .withbg h4 {
    z-index: 3;
    position: relative;
    width: 92% !important;
    word-break: break-word;
    text-align: left;
  }
}

.bg-gtu-purple {
  background-color: #7650ff !important;
}