@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@font-face {
    font-family: 'DB HeaventRounded';
    src: url('../fonts/DBHeaventRounded-Bold.woff2') format('woff2'),
        url('../fonts/DBHeaventRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DB HeaventRounded';
    src: url('../fonts/DBHeaventRounded.woff2') format('woff2'),
        url('../fonts/DBHeaventRounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB HeaventRounded Cond';
    src: url('../fonts/DBHeaventRounded-Cond.woff2') format('woff2'),
        url('../fonts/DBHeaventRounded-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent Med';
    src: url('../fonts/DBHeavent-Med.woff2') format('woff2'),
        url('../fonts/DBHeavent-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/DBHeavent.woff2') format('woff2'),
        url('../fonts/DBHeavent.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/DBHeavent-Thin.woff2') format('woff2'),
        url('../fonts/DBHeavent-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/Coolvetica-Regular.woff2') format('woff2'),
        url('../fonts/Coolvetica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
--color-white: #FFFFFF;
--color-black: #000000;
--color-black-65: rgba(0,0,0,.65);
--color-gray: #d9d9d9;
--color-darkgray: #333333;
--color-blue: #110c51;
--color-sky: #00b2ff;
--color-red: #ff0000;
--color-yellow: #ffce00;
--color-orange: #F73001;

--fontfamily1: 'DB Heavent';
--fontfamily2: 'DB Heavent Med';
--fontfamily3: 'DB HeaventRounded';
--fontfamily4: 'DB HeaventRounded Cond';

--fontCoolvetica: 'Coolvetica';
--fontAnton: 'Anton';

--fontBody: 'Coolvetica', 'DB Heavent', sans-serif;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: var(--fontfamily1);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;

  background-image: url(../images/bg/bg-main-desktop.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
}

body.offcanvas {
    overflow: hidden;
    overscroll-behavior: none;
}

[data-section] {
  scroll-margin-top: 100px;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: var(--color-blue);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: var(--color-orange);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: var(--fontfamily1);
  font-weight: bold;
  margin: 0 0 10px 0;
}

::-webkit-selection {
  color: #fff;
  background: var(--color-orange);
}

::-moz-selection {
  color: #fff;
  background: var(--color-orange);
}

::selection {
  color: #fff;
  background: var(--color-orange);
}

figure {
  box-shadow:
    0 4px 10px rgba(0,0,0,0.05),
    0 12px 30px rgba(0,0,0,0.08);
}


/* =========================================================
   01. LAYOUT
========================================================= */

/* Container */
.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Section */
.gtco-section {
  position: relative;
  clear: both;
  padding: 3em 0;
}

.gtco-section-overflow {
  position: relative;
  overflow: hidden;
}

/* Grid */
.gtco-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  float: left;
}

/* Utilities */
.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.uppercase {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

/* =========================================================
   ZOOM IMAGE
========================================================= */

.frame {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  text-align: center;
}

.zoomin img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.zoomin img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* =========================================================
   02. NAVIGATION
========================================================= */

.gtco-nav {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 35px 0 10px;
  z-index: 1001;

  transform: translateY(0);
  transition:
    transform .4s cubic-bezier(.28,.11,.32,1),
    background .35s ease,
    background-color .35s ease,
    box-shadow .35s ease,
    backdrop-filter .35s ease,
    padding .3s ease;

  will-change: transform;
  background: transparent;
}

/* Hide / Show */
.gtco-nav.nav-hide {
  transform: translateY(-100%);
}

.gtco-nav.nav-show {
  transform: translateY(0);
}

/* Scroll State */
.gtco-nav.scrolled {
  background: var(--color-black-65);

  box-shadow:
    0 8px 30px rgba(0, 0, 0, .28),
    0 2px 8px rgba(25, 35, 95, .25);

  /*backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
  padding: 10px 0;
}




/* =========================================================
   LANGUAGE DROPDOWN
========================================================= */

/* dropdown */
.lang-dropdown {
  position: relative;
  display: inline-block;
}

/* current button */
.lang-current {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  background: var(--color-orange);
  color: var(--color-blue);
  border: 0;
  border-radius: 20px;
  padding: 5px 8px;
  font-size: 16px;
  cursor: pointer;
  transition: .25s;
  line-height: 1;
}

/* hover */
.lang-current:hover {
  opacity: .85;
  transform: translateY(-3px);
}

/* arrow */
.lang-arrow {
  font-size: 10px;
  transition: .25s;
  padding-top: 3px;
}

/* rotate arrow */
.lang-dropdown.active .lang-arrow {
  transform: rotate(180deg);
}

/* menu */
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 80px;
  background: var(--color-orange);
  border-radius: 16px;
  padding: 6px;
  display: none;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* active */
.lang-dropdown.active .lang-menu {
  display: block;
}

/* menu button */
.lang-menu button {
  width: 100%;
  background: transparent;
  color: var(--color-blue);
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
}

/* hover */
.lang-menu button:hover {
  background: rgba(255,255,255,.5);
}

/* =========================================================
   LANGUAGE SWITCHER
========================================================= */

.lang-switcher {
  display: flex;
  align-items: center;
}

.lang-switcher button {font-family: var(--fontCoolvetica);}

.lang-btn {
  border: 0;
  padding: 6px 16px;
  background: rgba(94,94,94,.25);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: .25s;
  letter-spacing: 1px;
}

.lang-btn:hover {
  background: rgba(94,94,94,.35);
}

.lang-btn.active {
  background: rgba(94,94,94,.5);
}

/* =========================================================
   LOGO
========================================================= */

.gtco-nav #gtco-logo {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.gtco-nav #gtco-logo img {
  width: auto;
  height: 75px;
  transition: height .35s ease;
}

/* Logo White On Scroll */
.gtco-nav.scrolled #gtco-logo img {
  /*filter: brightness(0) invert(1);*/
  height: 50px;
}


/* =========================================================
   LINKS
========================================================= */

.gtco-nav a {
  color: var(--color-blue);
  transition: .3s;
}

.gtco-nav.scrolled a {
  color: var(--color-white);
}

/* =========================================================
   NAVBAR TOP
========================================================= */

.navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================================================
   MAIN NAV
========================================================= */

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MENU */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  margin: 0;
  padding: 0;

  list-style: none;
  font-family: var(--fontfamily2);
}

.nav-menu li {
  flex: 0 0 auto;
}

.nav-menu li a {
  position: relative;
  display: block;

  padding: 20px 12px;

  white-space: nowrap;

  font-size: 20px;
  line-height: 1;

  color: var(--color-blue);

  transition: .3s;
}

/* Hover */
.nav-menu li a:hover,
.nav-menu li a:focus,
.nav-menu li a:active {
  color: var(--color-orange);
}

/* Active */
.nav-menu li.active a {
  color: var(--color-orange) !important;
}

/* Underline */
.nav-menu li.active a::after {
  content: '';

  position: absolute;

  left: 12px;
  right: 12px;
  bottom: 15px;

  height: 2px;

  border-radius: 10px;

  background: var(--color-orange);
}

/* =========================================================
   REGISTER BUTTON
========================================================= */

.btn-navbar-top-register {
  width: fit-content;
  margin-left: auto;
  padding: 5px 8px;

  font-size: 16px;
  text-align: center;

  color: var(--color-white);

  background-color: var(--color-blue);
  border-radius: 20px;
  line-height: 1;
  transition: .3s;
  display: flex;
  align-items: center;
}

.btn-navbar-top-register a {
  color: var(--color-white) !important;
}

.btn-navbar-top-register:hover {
  background-color: var(--color-orange) !important;
  transform: translateY(-3px);
}

.gtco-nav.scrolled .btn-navbar-top-register {
  background: var(--color-white);
}

.gtco-nav.scrolled .btn-navbar-top-register a {
  color: var(--color-blue) !important;
}

/* =========================================================
   SWITCH LANGUAGE BUTTON
========================================================= */
.btn-access {display: inline-flex; gap: 10px;}


/* =========================================================
   BUTTON ANIMATION
========================================================= */

.btn-animate a {
  transition: .3s;
}

.btn-animate a:hover {
  background-color: var(--color-orange) !important;
  transform: translateY(-3px);
}

/* =========================================================
   MOBILE TOGGLE
========================================================= */

.gtco-nav-toggle {
  position: fixed;
  top: 10px;
  right: 0;

  display: none;

  width: 44px;
  height: 44px;

  padding-top: 6px;

  z-index: 2001;
  cursor: pointer;
}

.gtco-nav-toggle i {
  position: relative;

  display: inline-block;

  width: 25px;
  height: 2px;

  background: #fff;

  transition: .2s;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
  content: '';

  position: absolute;
  left: 0;

  width: 25px;
  height: 2px;

  background: #fff;

  transition: .2s;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  transform: rotate(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* =========================================================
   OFFCANVAS
========================================================= */

#gtco-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;

  width: 75vw;
  padding: 45px 25px;

  overflow-y: auto;

  background: #000;

  z-index: 1901;

  transform: translateX(75vw);
  transition: .5s;
}

.offcanvas #gtco-offcanvas {
  transform: translateX(0);
  height: 100vh;
}

#gtco-offcanvas ul {
  margin-block-start: 15px!important;
  margin-block-end: 15px!important;
  padding-inline-start: 0!important;
}

#gtco-offcanvas ul li {list-style: none; font-size: 24px; padding-left: 0;}
#gtco-offcanvas ul li a {color: #FFF; font-size: 20px;}

#gtco-offcanvas ul li.active a,
#gtco-offcanvas ul li a:hover {color: var(--color-orange);}
/* =========================================================
   03. HERO
========================================================= */

#gtco-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;

  background: #fff url(../images/loader.gif) no-repeat center center;
}

#gtco-hero .flexslider,
#gtco-hero .slides,
#gtco-hero .slides li {
  height: 100vh;
  margin: 0;
}

#gtco-hero .flexslider {
  border: none;
  margin-bottom: 0;
}

#gtco-hero .slides li {
  position: relative;
  min-height: 700px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gtco-hero .overlay {
  position: absolute;
  inset: 0;

  background-image: url(../images/bg/bg-hero-desktop.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

  z-index: 1;
}

#gtco-hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

#gtco-hero .slider-text {
  display: flex !important;
  align-items: center;
  justify-content: center;

  height: 100vh;
  min-height: 700px;
}

#gtco-hero .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#gtco-hero .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}

/* Hero Layout */
/*.hero-container {
  position: relative;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;

  width: 100%;
  max-width: 1320px;
  height: 85vh;

  margin: 0 auto;
}*/

#gtco-hero .logo-hero {
  width: 45vw;
  max-width: 625px;

  opacity: 0;
  transform: scale(.85);
  animation: logoIntro 2s cubic-bezier(.22,1,.36,1) forwards;
}

@keyframes logoIntro {
    0% {
        opacity: 0;
        transform: scale(.85);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding-top: 22vh;
}

.hero-sub-title {
  font-family: var(--fontCoolvetica);
  letter-spacing: 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5vh;
}
.hero-btn-access {
  color: var(--color-orange);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  margin: 4vh 0;
  display: flex;
  gap: 10px;
  transition: .3s;

  border: 1px solid transparent; border-radius: 5px; padding: 0 5px 0 10px;

  animation: breathe 2.25s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes breathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

.hero-btn-access:hover {transform: translateY(-5px); border: 1px solid var(--color-orange); cursor: pointer;}

.hero-location {
  font-family: var(--fontBody);
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--color-orange);
  text-align: center;
}

.arrow-box {
  padding: 6px 6px 1px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  max-width: 40px;
}
.arrow {
  display: inline-block;
  animation: slideRight 1s linear infinite;
}

@keyframes slideRight {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}


/* =========================================================
   HERO LEFT
========================================================= */

.hero-1,
.hero-3 {
  width: 30%;
}

.hero-2 {
  width: 40%;
}

.hero-1 {
  display: flex;
  justify-content: center;
}

.hero-1 .event-block {
  max-width: 360px;
}

.event-block {
  display: flex;
  flex-direction: column;
}

.event-desc {
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  color: var(--color-blue);
}

.event-desc b {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--fontfamily1);
  line-height: 1.1;
}

.event-logo {
  margin-top: 29vh;
}

.event-logo img {
  width: 135px !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   HERO CENTER
========================================================= */

.hero-2 {
  text-align: center;
}

.hero-2 h2 {
  margin-bottom: 0;

  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;

  color: var(--color-blue);

  font-family: var(--fontfamily1);
}

.hero-2 h3 {
  margin-bottom: 30px;

  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;

  color: var(--color-blue);
}

.hero-2 .btn,
.meta-registration-info .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 185px;
  height: 55px;

  font-size: 24px;

  background: #110c51;
  border: none !important;
  border-radius: 10px;

  box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

/* =========================================================
   HERO RIGHT
========================================================= */

.hero-3 {
  display: flex;
  justify-content: flex-end;
}

.hero-3 .event-block {
  width: 100%;
  max-width: 360px;
}

.event-meta {
  margin-bottom: 25vh;
}

.event-date {
  margin-bottom: 0;

  font-size: 38px;
  line-height: 1.1;
  font-weight: 600;

  color: var(--color-blue);

  font-family: var(--fontfamily1);
}

.event-location {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: var(--color-blue);
}

/* =========================================================
   COUNTDOWN
========================================================= */

.hero-countdown {
  padding: 0 20px;
}

.hero-countdown-title {
  width: 80%;
  max-width: 235px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;

  font-size: 20px;
  text-align: center;

  color: var(--color-blue);

  font-family: var(--fontfamily2);

  background-color: #e5e5e5;
  border-radius: 8px;
}

.fixed-countdown-close {
  display: none;
}

.container-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;

  width: 85%;
  max-width: 235px;

  margin-left: auto;
  margin-right: auto;

  color: var(--color-blue);
}

.c-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  font-size: 32px;
  font-weight: 300;

  border: 1px solid var(--color-blue);
  border-radius: 50%;
}

.c-text {
  font-size: 13px;
  text-align: center;
}

/* =========================================================
   COVER
========================================================= */

.gtco-cover {
  position: relative;
  float: left;

  width: 100%;
  height: 900px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gtco-cover .overlay {
  position: absolute;
  inset: 0;

  background: rgba(35,35,35,.5);
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
  display: table;
  width: 100%;
  height: 900px;
}

.gtco-cover.gtco-cover-sm {
  height: 600px;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
}

.gtco-cover.gtco-cover-xs {
  height: 500px;
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
}

/* =========================================================
   04. TYPOGRAPHY
========================================================= */

#gtco-about {
  /*color: #FFF;

  background-image: url(../images/bg/bg-about-desktop.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;*/
  text-align: center;
}

#gtco-registration {
  color: #FFF;

  background-image: url(../images/bg/bg-registration-desktop.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

#gtco-exhibition-booth {
  color: var(--color-blue);

  background-image: url(../images/bg/bg-exhibition-booth-desktop.webp);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
}

#gtco-agenda {
  color: var(--color-blue);

  background-image: url(../images/bg/bg-agenda-desktop.webp);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
}

/* =========================================================
   META ABOUT
========================================================= */

.meta-about,
.meta-about h2,
.meta-about h3,
.meta-about h4 {
  color: #FFF;
}

.meta-about {
  margin-top: 2em;
  margin-bottom: 2em;
}

.meta-about h2 {
  font-size: 46px;
  font-weight: 900;
  color: var(--color-orange);
}

.meta-about h3 {
  font-size: 38px;
  font-weight: 900;
}

.meta-about h4 {
  font-size: 32px;
  font-weight: 400;
}

.meta-about p.column-1 {
  font-size: 22px;
}

.meta-about p.column-2 {
  font-size: 20px;
  font-weight: 300;
}

.meta-about .builders-block {margin: 5vh 0;}
.meta-about .builders-block ul {display: flex; flex-wrap: wrap; gap: 15px; justify-content: center;}
.meta-about .builders-block ul li {font-size: 34px; color: var(--color-orange); font-weight: 600; border: 1px solid var(--color-orange); padding: 5px 10px; list-style: none; text-transform: uppercase; letter-spacing: 3px; transition: .3s;}

.meta-about .builders-block ul li:hover {transform: translateY(-5px);}
  
/* =========================================================
   META REGISTRATION
========================================================= */

.meta-registration {
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--color-blue);
}

.meta-registration figure {
  max-width: 365px;
  margin-left: auto;
}

.meta-registration-info {
  padding: 0 30px;
}

.meta-registration-info .btn-animate {
  margin-bottom: 2em;
}

.meta-registration h2 {
  margin-bottom: 0;

  font-size: 32px;
  line-height: 1;

  color: var(--color-blue);
}

.meta-registration h3 {
  font-size: 22px;
  line-height: 1;

  color: var(--color-blue);
}

.meta-registration p {
  margin-bottom: 30px;
  font-size: 18px;
}

/* =========================================================
   AGENDA
========================================================= */

.agenda {
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--color-blue);
}

.agenda figure {
  max-width: 85%;
  margin: 0 auto;
}

.agenda-info {
  padding: 0 30px;
}

.agenda-info .btn-animate {
  margin-bottom: 2em;
}

.agenda h2 {
  margin-bottom: 0;

  font-size: 32px;
  line-height: 1;

  color: var(--color-blue);
}

.agenda h3 {
  font-size: 22px;
  line-height: 1;

  color: var(--color-blue);
}

.agenda p {
  margin-bottom: 30px;
  font-size: 18px;
}

/* =========================================================
   GTCO HEADING
========================================================= */

.gtco-heading {
  margin-bottom: 2em;
}

.gtco-heading h2 {
  position: relative;

  margin-bottom: 20px;
  padding-bottom: 10px;

  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;

  color: #000;

  font-family: var(--fontfamily2);
}

.gtco-heading h2::before {
  content: '';

  position: absolute;
  bottom: 0;
  left: 50%;

  width: 50px;
  height: 2px;

  margin-left: -25px;

  background: var(--color-orange);
}

#gtco-exhibition-booth .gtco-heading h2,
#gtco-agenda .gtco-heading h2,
#gtco-about .gtco-heading h2 {
  color: var(--color-white);
}

.gtco-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}

/* =========================================================
   05. BUTTONS
========================================================= */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 8px 30px;

  font-size: 16px;
  font-weight: bold;

  border-radius: 4px;

  font-family: var(--fontfamily1);

  transition: .5s;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;

  background: var(--color-orange);
  border: 2px solid var(--color-orange) !important;
}

.btn-primary:hover {
  background: #ff6540 !important;
  border-color: #ff6540 !important;
}

/* =========================================================
   06. FEATURES
========================================================= */

.feature-center {
  float: left;

  width: 100%;
  padding: 10px;

  text-align: center;

  border-radius: 20px;

  background: linear-gradient(
    180deg,
    rgba(29, 20, 100, .95) 0%,
    rgba(9, 6, 34, .92) 45%,
    rgba(0, 0, 0, .88) 100%
  );

  transition: .3s;
}

.feature-center:hover {
  transform: translateY(-5px);
}

.feature-center .icon {
  display: table;

  width: 90px;
  height: 90px;

  margin: 0 auto 30px;

  text-align: center;

  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;

  font-size: 40px;
  color: var(--color-orange);
}

.feature-left {
  position: relative;
  float: left;

  width: 100%;
  margin-bottom: 30px;
}

/* =========================================================
   07. CARDS / BLOG
========================================================= */

#gtco-blog {
  padding: 7em 0;
}

.gtco-card-item {
  position: relative;

  display: block;

  width: 100%;
  overflow: hidden;

  margin-bottom: 30px;

  border-radius: 10px;

  box-shadow: 0 2px 5px rgba(0,0,0,.08);

  transition: .3s;
}

.gtco-card-item:hover {
  bottom: 7px;
  box-shadow: 0 1px 20px rgba(0,0,0,.19);
}

.gtco-card-item figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.gtco-card-item img {
  transition: .3s;
}

.gtco-card-item:hover img {
  transform: scale(1.2);
}

/* =========================================================
   08. VIDEO
========================================================= */

.gtco-video {
  position: relative;

  height: 450px;
  overflow: hidden;

  margin-bottom: 30px;

  border-radius: 7px;
}

.gtco-video .overlay {
  position: absolute;
  inset: 0;

  background: rgba(0,0,0,.5);

  transition: .5s;
}

.gtco-video:hover .overlay {
  background: rgba(0,0,0,.7);
}

/* =========================================================
   09. COUNTER
========================================================= */

#gtco-counter .counter {
  display: block;

  margin-bottom: -15px;

  font-size: 80px;
  line-height: 1;
  font-weight: 600;

  color: var(--color-white);
}

#gtco-counter .counter-label {
  margin-top: -5px;

  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

/* =========================================================
   10. FAQ / ACCORDION
========================================================= */

.gtco-accordion {
  position: relative;

  margin-bottom: 20px;

  background: #fff;
}

.gtco-accordion .gtco-accordion-heading {
  position: relative;

  padding: 20px;

  cursor: pointer;
}

.gtco-accordion .gtco-accordion-content {
  display: none;
  border-top: 1px solid #e6e6e6;
}

/* =========================================================
   11. CONTACT
========================================================= */

.gtco-contact-info {
  position: relative;
  float: left;

  width: 100%;
  margin-bottom: 30px;
}

/* =========================================================
   12. FORMS
========================================================= */

.form-control {
  height: 54px;

  font-size: 18px;
  font-weight: 300;

  background: transparent;
  border: 2px solid rgba(0,0,0,.1);

  box-shadow: none;
}

.form-control:focus {
  border-color: var(--color-orange);
  box-shadow: none;
}

/* =========================================================
   13. OWL CAROUSEL
========================================================= */

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;

  background: var(--color-orange);
  border: 2px solid transparent;

  transition: .2s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: none;
  border-color: var(--color-orange);
}

/* =========================================================
   14. FOOTER
========================================================= */

#gtco-footer {
  color: rgba(255, 255, 255, .75);
}

#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}

#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;

  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#gtco-footer .footer-quick-link {text-align: left;}

.copyright {
  padding: 20px 0 0;
}

/* =========================================================
   15. UTILITIES
========================================================= */

.gototop {
  position: fixed;
  right: 20px;
  bottom: 80px;

  z-index: 999;

  opacity: 0;
  visibility: hidden;

  background-color: rgba(255, 255, 255, .5);

  border: 1px solid #ccc;
  border-radius: 50%;

  transition: .3s;
}

.gototop:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--color-orange);

  transform: translateY(-5px);
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.icon-arrow-up {color: #FFF;}
.gototop:hover .icon-arrow-up {color: var(--color-orange);}

.js-gotop {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;
}

.gtco-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
  background-size: 15%;
}

.js .animate-box {
  opacity: 0;
}

/* =========================================================
   16. HIGHLIGHT
========================================================= */

.solution {
  margin-bottom: 2em;
}

#gtco-highlight {
  margin-top: 2em;
}

#gtco-highlight figure {
  margin-bottom: 20px;
  border-radius: 30px;

  transition: .3s;
}

#gtco-highlight figure:hover {
  transform: translateY(-5px);
}

#gtco-highlight .gtco-text h3 {
  color: #FFF;
}

#gtco-highlight .gtco-text p {
  font-size: 20px;
}

/* =========================================================
   SPEAKER
========================================================= */

.speaker-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.speaker-block .speaker-info {
  flex: 0 0 calc((100% - (15px * 5)) / 6);
  max-width: calc((100% - (15px * 5)) / 6);
}

.speaker-info {
  margin-bottom: 20px;
  text-align: left;
  transition: .3s;
}

.speaker-info:hover {
  transform: translateY(-5px);
}

.speaker-image {
  position: relative;

  width: 100%;
  height: auto;

  margin: 0 auto 10px;

  background-color: #cbc9c9;
}

.speaker-name {
  margin-bottom: 5px;

  font-size: 22px;
  line-height: 1;
  font-weight: 600;

  color: #000;
}

.speaker-position {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

/* =========================================================
   EXHIBITION & BOOTH
========================================================= */

.exhibition-booth-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.exhibition-booth-block .exhibition-booth-info {
  flex: 0 0 calc((100% - (15px * 7)) / 8);
  max-width: calc((100% - (15px * 7)) / 8);
}

.exhibition-booth-info {
  margin-bottom: 20px;
  text-align: left;
}

.exhibition-booth-image {
  position: relative;

  width: 100%;
  height: auto;

  margin: 0 auto 10px;

  background-color: #cbc9c9;
  transition: .3s;
}

.exhibition-booth-image:hover {
  transform: translateY(-5px);
}

/* =========================================================
   SWIPER
========================================================= */

.highlightSwiper {
  padding-right: 20px;
}

.highlightSwiper .swiper-slide {
  width: 80%;
}

.highlight-item figure {
  margin-bottom: 20px;
}

.highlight-item img {
  display: block;
  width: 100%;
  border-radius: 30px;
}


.exhibition-booth-zone-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px 60px;
    margin-bottom: 30px;
}

/* Desktop : 3 คอลัมน์ */
.exhibition-booth-zone-item {
    width: calc((100% - 120px) / 3);
    max-width: 360px;
    text-align: left;
}

.exhibition-booth-zone-image {
  text-align: center;
  margin-bottom: 30px;
  transition: .3s;
}

.exhibition-booth-zone-image:hover {
  transform: translateY(-5px);
}

.exhibition-booth-zone-image img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    height: auto;
}

.exhibition-booth-zone {
    margin-bottom: 5px;
    font-family: var(--fontfamily2);
    font-size: 26px;
    color: #78ccf4;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.exhibition-booth-zone-content {
  padding: 0 20px;
}
.exhibition-booth-zone-name {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #abdff8;
}

.exhibition-booth-zone-desc {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
    color: #FFF;
}


/* highlight menu */

.highlight-menu{
    width:100%;
    font-family: var(--fontAnton);
}

.highlight-title{
    font-family: var(--fontAnton);
    font-size:4rem;
    line-height:1;
    text-transform:uppercase;
    margin:0;
    padding-bottom:15px;
    border-bottom:2px solid var(--color-orange);
    color: var(--color-orange);
    letter-spacing: 2px;
}

.highlight-title::after {
    content:"";
    position:absolute;
    right:40px;
    width:40px;
    height:40px;

    background:url("../images/icon/arrow-headline-down.webp") no-repeat center;
    background-size:contain;
}

.highlight-list{
    list-style:none;
    margin:40px 0 0;
    padding:0;
}

.highlight-list li{
    margin-bottom:22px;
}

.highlight-list li:last-child{
    margin-bottom:0;
}

.highlight-list a{
    position:relative;
    display:inline-block;
    color:var(--color-orange);
    text-decoration:none;
    text-transform:uppercase;
    font-size:2.95rem;
    font-weight: normal;
    line-height:1.05;
    letter-spacing: 1px;

    transform-origin:left center;
    transition:
        transform .35s ease,
        padding-left .35s ease;

    padding-left: 50px;
}

.highlight-list a::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translate(0px,-50%);
    width:40px;
    height:25px;

    background:url("../images/icon/arrow-right.webp") no-repeat center;
    background-size:contain;

    opacity:0;

    transition:
        opacity .35s ease,
        transform .35s ease;
}

.highlight-list a:hover{
    transform:scale(1.25);
    padding-left:65px;
}

.highlight-list a:hover::before{
    opacity:1;
    transform:translate(0px,-50%);
}



  .gallery-section{
      width:100%;
      overflow:hidden;
      position: relative;
  }

  .gallery-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 100%;

    background: url("../images/bg/line-gallery-desktop.webp") no-repeat center bottom;
    background-size: contain;

    z-index: 10;
    pointer-events: none; /* สำคัญ เพื่อให้ยังลาก Swiper ได้ */
  }

  .gallerySwiper{
    width:100%;
    overflow:visible;
    position: relative;
    z-index: 1;
  }

  .gallerySwiper .swiper-slide{

      aspect-ratio:3/4;
      overflow:hidden;

      transition:transform .4s ease;
  }

  .gallerySwiper .swiper-slide img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
  }

  /* Desktop */
  @media(min-width:769px){

      .gallerySwiper{
          padding:40px 0;
      }

  }

  /* Mobile */
  @media(max-width:768px){

      .gallerySwiper{
          padding:20px 0;
      }

  }


    .footer-logo {width: 100%; max-width: 145px; margin: 2em auto 1em;}
  .footer-quick-link {display: flex; font-size: 22px;}
  .footer-quick-link div {flex: 0 0 50%;}
  .footer-quick-link a {color: #FFF;}
  .footer-quick-link a:hover {color: var(--color-orange);}
  .footer-quick-link .left,
  .footer-quick-link .right {padding-left: 100px;}

  #gtco-footer .copyright {text-align: center; font-size: 24px;}
  #gtco-footer .copyright p {margin: 2em 0;} 

  .footer-headline {font-size: 32px; color: var(--color-orange); padding-left: 100px;}