/*
Theme Name: Kickstarter
Theme URI: https://kickstart.web.id
Author: Wardhana Rizaldi
Author URI: https://wardhanarizaldi.com
Description: Kickstarter Theme for ITPC Sao Paulo. Menu & Widget updates.
Version: 1.1
*/
/* FIXING FONT RENDERING */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* GLOBAL COLORS */
.rz-bg-white {
  background-color: #FFFFFF; }

.uk-label {
  background-color: #D9EBFC;
  color: #0E6ECE; }

.uk-label-success {
  background-color: #D5F6EA;
  color: #209268; }

.uk-label-warning {
  background-color: #FEE2CD;
  color: #E96A07; }

.uk-label-danger {
  background-color: #FCDEE4;
  color: #EC2248; }

/* TYPOGRAPHY */
body {
  font-family: "Geologica", sans-serif;
  font-weight: 200; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  color: #004DAF; }

small.rz-text-subtext {
  color: #378726;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }

.rz-quote img {
  max-height: 70px;
  border-radius: 50%; }

/* BRANDING */
.rz-logo {
  max-height: 76px; }

/* FRONTPAGE */
#frontHero .uk-cover-container,
#pageHero .uk-cover-container {
  min-height: 70vh; }
#frontHero .rz-headline,
#pageHero .rz-headline {
  position: absolute;
  z-index: 100;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: overlay; }
#frontHero .rz-text-pagetitle,
#pageHero .rz-text-pagetitle {
  padding-top: 40vh;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 200;
  color: #FFF;
  font-size: 5rem;
  mix-blend-mode: overlay;
  line-height: 1;
  overflow-wrap: break-word; }

#frontOverview > div > div {
  position: relative;
  min-height: 358px;
  margin-bottom: 60px; }
  #frontOverview > div > div article {
    background-color: #004399;
    border-radius: 10px;
    padding: 20px;
    background-image: url(img/worldmap.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    min-height: 358px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFFFFF; }
    #frontOverview > div > div article h2 {
      color: #FF8B00;
      line-height: 1.2; }
    #frontOverview > div > div article p {
      margin: 0; }

#frontBento .rz-bento {
  display: block;
  min-height: 200px;
  background-color: #C2DDFF;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px; }
#frontBento #gridProfile {
  background-image: url("img/section-product.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#frontBento #gridEvents {
  background-image: url("https://portalradar.com.br/wp-content/uploads/2022/03/Sao-Paulo-Expo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#frontBento #gridInquiry {
  background-image: url(img/section-Inquiry.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#frontBento #gridInfo {
  background-image: url(img/section-Info.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#frontBento #gridRegulation {
  background-image: url(img/section-Import.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#frontStat article {
  color: #FFF;
  padding: 10px;
  border-radius: 10px;
  background-color: #47AE31; }
  #frontStat article dl dt {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.875rem; }
  #frontStat article dl dd {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2; }
  #frontStat article strong {
    font-weight: 300;
    font-size: 2.5rem;
    display: block;
    text-align: right; }
#frontStat div.uk-grid div:last-child article {
  background-color: #FF8B00; }

#frontTEI .uk-container {
  position: relative; }
  #frontTEI .uk-container div.rz-CTA {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 20px;
    padding-top: 60px;
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0) 94%); }

#frontEvent {
  background-image: url(img/waves-trans.png);
  background-position: center top; }
  #frontEvent div.rz-icon-play {
    position: absolute;
    bottom: 5%;
    left: 5%; }

#frontBlog {
  background-color: #011D42; }
  #frontBlog article {
    height: 400px; }
    #frontBlog article .uk-overlay-primary {
      background: #191919;
      background: linear-gradient(0deg, #191919 27%, rgba(1, 29, 66, 0) 100%); }
    #frontBlog article img {
      border-radius: 5px; }

#frontAbout {
  background-image: url(img/bridge.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh; }

#frontTesti div.rz-icon-play {
  position: absolute;
  bottom: 5%;
  left: 5%; }
#frontTesti div.rz-icon-play i {
  font-size: 2.5rem;
  color: #FF8B00; }

/* TEMPLATE: ABOUT PAGE */
#aboutContainer {
  background-image: url(img/waves01-min.png);
  background-repeat: no-repeat;
  background-position: center center; }

#aboutFunction div.rz-grid-container article {
  background-color: #004DAF;
  color: #FFF;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  /* Add some space between cards */ }
@media screen and (min-width: 960px) {
  #aboutFunction {
    position: relative; }
    #aboutFunction h2 {
      position: absolute;
      z-index: 100;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #FFF;
      font-size: 1.7rem;
      display: block;
      background-color: #004DAF;
      border-radius: 10px;
      padding: 30px 10px;
      max-width: 250px;
      text-align: center; }
    #aboutFunction div.rz-grid-container {
      background-color: #004399;
      border-radius: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      #aboutFunction div.rz-grid-container article {
        background-color: inherit;
        min-height: 200px;
        margin-bottom: inherit;
        border-radius: 0; }
      #aboutFunction div.rz-grid-container article:nth-child(1) {
        border-right: 1px solid #004DAF;
        border-bottom: 1px solid #004DAF;
        padding: 30px 150px 30px 30px;
        border-radius: 10px 0 0 0; }
      #aboutFunction div.rz-grid-container article:nth-child(2) {
        border-bottom: 1px solid #004DAF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 30px 30px 30px 150px;
        border-radius: 0 10px 0 0; }
        #aboutFunction div.rz-grid-container article:nth-child(2) p {
          text-align: right; }
      #aboutFunction div.rz-grid-container article:nth-child(3) {
        border-right: 1px solid #004DAF;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 30px 150px 30px 30px;
        border-radius: 0 0 0 10px; }
      #aboutFunction div.rz-grid-container article:nth-child(4) {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 30px 30px 30px 150px;
        border-radius: 0 0 10px 0; }
        #aboutFunction div.rz-grid-container article:nth-child(4) p {
          text-align: right; } }

#aboutDirector blockquote {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
  color: #004399;
  padding-top: 20px;
  padding-left: 20px;
  background-image: url(img/quote.png);
  background-position: left top;
  background-repeat: no-repeat; }
#aboutDirector dl dt {
  color: #004DAF; }
#aboutDirector dl dd {
  font-weight: 200; }

#aboutList {
  background-color: #47AE31;
  background-image: url(img/line-chart.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain; }

#aboutTeam {
  background-image: url(img/itpc-team-grad.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  #aboutTeam div.uk-grid {
    margin-top: 40vh; }
    #aboutTeam div.uk-grid i {
      color: #47AE31;
      font-size: 3rem; }
    #aboutTeam div.uk-grid dl {
      margin-top: 0;
      margin-bottom: 30px; }

#aboutSlides img {
  filter: grayscale(100%); }
  #aboutSlides img:hover {
    filter: grayscale(0); }

/* PAGE-SPECIFIC */
article.rz-card-event p {
  margin-top: 0; }

.rz-card-overlay {
  padding: 20px 20px;
  background: #011d42;
  background: linear-gradient(0deg, #011d42 0%, rgba(1, 29, 66, 0) 100%); }
  .rz-card-overlay .rz-text-subtext {
    color: #D9EBFC; }
  .rz-card-overlay a h3 {
    color: #FFF;
    margin: 0;
    font-size: 1.25rem; }
  .rz-card-overlay a:hover {
    text-decoration: none; }
    .rz-card-overlay a:hover h3 {
      color: #FF8B00; }

a .rz-card-overlay-primary {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(34, 34, 34, 0.8);
  transition: 0.5s; }
  a .rz-card-overlay-primary:hover {
    background: rgba(34, 34, 34, 0.4); }

#teiCountdown {
  background-image: url(img/ice-bsd-blue.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #teiCountdown h2, #teiCountdown h3 {
    color: #FF8B00;
    text-align: center; }
  #teiCountdown .uk-countdown-label {
    text-transform: uppercase; }

#teiPrograms dl {
  margin-bottom: 40px; }
#teiPrograms dt {
  color: #004399; }

#teiProducts img {
  border-radius: 50%; }

#teiRegister article div {
  text-align: center; }
#teiRegister article img {
  border-radius: 5px; }

#teiTravel {
  background-image: url(img/passport-gradient.png);
  background-repeat: no-repeat;
  background-size: cover; }

/* NAVIGATION */
#mainNav nav {
  display: none; }

.uk-subnav > * > :first-child {
  color: #FFF;
  font-weight: 700; }
  .uk-subnav > * > :first-child:hover {
    color: #47AE31; }

.rz-main-nav ul ul {
  display: none;
  list-style-type: none;
  padding-left: 0; }

.rz-main-nav ul li:hover > ul {
  display: block; }

.rz-main-nav ul ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 5px;
  z-index: 99999;
  width: 140px;
  padding: 20px;
  background: #002A60;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  .rz-main-nav ul ul li a {
    font-size: 0.875rem;
    line-height: 0.9;
    color: #FFF; }
    .rz-main-nav ul ul li a:hover {
      text-decoration: none;
      color: #378726; }

.rz-main-nav li {
  position: relative; }

/* FOOTER */
footer {
  background-color: #002A60;
  padding: 40px 0; }
  footer dl {
    font-size: 0.875rem; }
    footer dl dt {
      color: #FFF; }
    footer dl dl {
      margin: 0;
      color: #C2DDFF; }
  footer ul.uk-subnav li i {
    font-size: 1.25rem; }

/* FIXES */
.uk-slider > ul > li > div > img {
  border-radius: 10px; }

/* LINKS & BUTTON */
a,
.uk-link {
  color: #004DAF;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #004399;
  text-decoration: underline; }

a.rz-active {
  box-shadow: 0px -3px 0px red inset; }

.uk-button {
  border-radius: 5px;
  font-weight: 400; }

.uk-button i {
  margin-right: 5px;
  font-size: 1rem;
  vertical-align: middle; }

.uk-light .uk-button-default {
  border-color: rgba(255, 179, 25, 0.7);
  color: #FFB319; }

.uk-button-primary,
.uk-light .uk-button-primary {
  background-color: #FF8B00;
  color: #FFFFFF; }

.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-light .uk-button-primary:hover {
  background-color: #CC6F00;
  color: #FFFFFF; }

/* RESPONSIVE EMBEDS */
.rz-fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.rz-fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rz-fluid-maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.rz-fluid-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

p.rz-display::after {
  content: "mobile"; }

@media (min-width: 640px) {
  #mainNav nav {
    background-color: #002A60;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #mainNav nav .uk-subnav {
      margin: 0; }
      #mainNav nav .uk-subnav li.uk-first-column {
        padding-left: 0; }

  p.rz-display::after {
    content: "small"; } }
@media (min-width: 960px) {
  #mainNav .uk-navbar-left .uk-navbar-nav {
    gap: 15px; }

  #frontOverview > div > div article {
    text-align: right;
    padding-left: 40%;
    min-height: 358px; }

  #frontBento .rz-bento {
    margin-bottom: inherit;
    position: relative;
    /* Make sure the container is positioned */
    overflow: hidden;
    /* Hide overflowing content */
    transition: 0.3s;
    /* Smooth transition */ }
    #frontBento .rz-bento:hover {
      text-decoration: none; }
      #frontBento .rz-bento:hover:before {
        opacity: 1;
        /* On hover, change opacity to 50% */ }
    #frontBento .rz-bento h4, #frontBento .rz-bento small {
      position: relative;
      /* Ensure text is positioned correctly */
      z-index: 1;
      /* Keep text above overlay */ }
    #frontBento .rz-bento:before {
      content: "";
      /* Required for pseudo-elements */
      position: absolute;
      /* Position the overlay */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      /* White overlay with 50% opacity */
      opacity: 0;
      /* Initially transparent */
      transition: opacity 0.3s;
      /* Smooth transition for opacity */
      z-index: 0;
      /* Ensure overlay is behind text */ }
  #frontBento .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas: "gridProfile gridProfile gridProfile gridEvents gridEvents" "gridProfile gridProfile gridProfile gridEvents gridEvents" "gridInquiry gridInquiry gridRegulation gridRegulation gridRegulation" "gridInfo gridInfo gridRegulation gridRegulation gridRegulation"; }
  #frontBento #gridProfile {
    grid-area: gridProfile;
    background-position: center center;
    background-size: cover; }
  #frontBento #gridEvents {
    grid-area: gridEvents;
    background-position: center center;
    background-size: cover; }
  #frontBento #gridInquiry {
    grid-area: gridInquiry;
    background-position: center center;
    background-size: cover; }
  #frontBento #gridInfo {
    grid-area: gridInfo;
    background-position: center center;
    background-size: cover; }
  #frontBento #gridRegulation {
    grid-area: gridRegulation;
    background-position: center center;
    background-size: cover; }

  #aboutDirector {
    margin: 40px 0; }
    #aboutDirector blockquote {
      font-size: 2rem;
      line-height: 1.25; }

  #teiRegister article div {
    position: relative;
    top: -100px; }
  #teiRegister article img {
    border-radius: 10px; }

  p.rz-display::after {
    content: "medium"; } }
@media (min-width: 1200px) {
  p.rz-display::after {
    content: "large"; } }
@media (min-width: 1600px) {
  p.rz-display::after {
    content: "extra large"; } }
