:root {
  --sm: 640px;
  --md: 768px;
  --lg: 1024px;
  --xl: 1280px;
  --xxl: 1536px;
  --xxxl:1800px;
}

@font-face {
  font-family: 'DegularSemiBold';
  src: url('../assets/font/Degular-SemiBold.eot');
  src: url('../assets/font/Degular-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../assets/font/Degular-SemiBold.woff2') format('woff2'),
      url('../assets/font/Degular-SemiBold.woff') format('woff'),
      url('../assets/font/Degular-SemiBold.ttf') format('truetype'),
      url('../assets/font/Degular-SemiBold.svg#Degular-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../assets/font/Degular-Regular.eot');
  src: url('../assets/font/Degular-Regular.eot?#iefix') format('embedded-opentype'),
      url('../assets/font/Degular-Regular.woff2') format('woff2'),
      url('../assets/font/Degular-Regular.woff') format('woff'),
      url('../assets/font/Degular-Regular.ttf') format('truetype'),
      url('../assets/font/Degular-Regular.svg#Degular-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DegularBold';
  src: url('../assets/font/Degular-Bold.eot');
  src: url('../assets/font/Degular-Bold.eot?#iefix') format('embedded-opentype'),
      url('../assets/font/Degular-Bold.woff2') format('woff2'),
      url('../assets/font/Degular-Bold.woff') format('woff'),
      url('../assets/font/Degular-Bold.ttf') format('truetype'),
      url('../assets/font/Degular-Bold.svg#Degular-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.font-Degular{font-family: 'Degular';}
.font-DegularSemiBold{font-family: 'DegularSemiBold';}
.font-DegularBold{font-family: 'DegularBold';}

html, body {
  height: 100%;
  
}
html { scroll-behavior: smooth; }

body{
  background-color: #fff;
}

.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not([data-te-collapse-collapsed]){
  color: white !important;
}

[type='text']{
  background-color: transparent;
  height: 60px;
  color: white;
}
[type='tel']{
  background-color: transparent;
  height: 60px;
  color: white;
}
[type='email']{
  background-color: transparent;
  height: 60px;
  color: white;
}

input, select{
  color: white;
}

/* #meal{
  max-width: 50% !important; 
  overflow: hidden !important;
  white-space: nowrap !important;
} */

input:focus, select:focus,
input:focus-visible, select:focus-visible{
  box-shadow: none !important;
  border-color:white!important;
  outline: 0;
}

input::-webkit-input-placeholder{
  min-height: 60px !important;
}

input::placeholder, textarea::placeholder, select::placeholder{
  color: #000 !important;
  font-family: 'Degular';
  height: 100px !important;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
    min-height: 60px;
    line-height: 3;
}

/* Clip a triangle shape from the top left corner */
.clip-triangle {
  clip-path: polygon(0 0, 70% 0, 0 50%);
}

.opacity-gradient {
  background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.0) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-circle {
  position: absolute;
  right: -100px; /* Adjust this to move the circle */
  top: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,100,0,1) 30%, rgba(255,100,0,0) 70%);
  z-index: 5; /* Make sure it appears behind the text */
}

/*----------------
   Navigation 
------------------*/

nav {
z-index: 99;
}

nav#desktop img#logo {
margin-left: 3%;
padding: 16px 0px;
}

/* nav#desktop ul#navlist {
margin-right: 3%;
}

@media screen and (min-width: 1024px) and (max-width: 1117px) {
nav#desktop img#logo {
  margin-left: 2%;
}
nav#desktop ul#navlist {
  margin-right: 1%;
}
}

@media screen and (min-width: 1118px) and (max-width: 1200px) {
nav#desktop img#logo {
  margin-left: 3%;
}
nav#desktop ul#navlist {
  margin-right: 3%;
}
} */

nav#desktop .bg-navbar {
  background-color: transparent;
}


nav#desktop.scrolled .bg-navbar {
background-color: white !important;
transition: background-color 500ms linear;
height: 85px;
}

nav#desktop.scrolled .cut {
  background-color: white;
  transition: background-color 500ms linear;
}

nav#desktop.scrolled ul li a:hover {
/* color: #fff; */
font-weight: 600;
transition: color 500ms linear;
}

nav#desktop.scrolled ul li a:hover.btn-register {
color: white !important;
}

nav#desktop.scrolled ul li a.btn-register:hover {
background-color: transparent !important;
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}


/* nav#desktop.scrolled ul li a.btn-register:after {
background-color: transparent !important;
}

nav#desktop.scrolled ul li a:after {
content: "";
width: 100%;
height: 1px;
background-color: #A97560;
position: absolute;
left: 0;
bottom: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
will-change: transform;
}

nav#desktop.scrolled ul li a:hover:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} */

.active-link {
color: black;
}

nav#desktop.scrolled ul li a.btn-register {
color: white;
}

nav#desktop.scrolled img#logo {
padding-top: 40px;
margin-top: 0;
width: 200px;
transition: width 0.5s ease;
}

.sticky nav .hamburger {
pointer-events: none;
}

.theme-background .hamburger {
background: #fff;
}

.theme-background .hamburger .hamburger-inner,
.theme-background .hamburger .hamburger-inner:after,
.theme-background .hamburger .hamburger-inner:before {
background-color: #707C67;
}

.hamburger-box {
position: relative;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
transform: rotate(-45deg);
}

.hamburger-inner {
top: 50%;
display: block;
margin-top: -2px;
}

.hamburger--spin .hamburger-inner {
transition-timing-function: cubic-bezier(.55, .055, .675, .19);
transition-duration: .22s;
}

.hamburger--spin.is-active .hamburger-inner {
width: 30px;
background-color: black;
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transform: rotate(225deg);
}

.hamburger-inner:before {
top: -10px;
}

.hamburger--spin.is-active .hamburger-inner:before {
top: 0;
transition: top .1s ease-out, opacity .1s ease-out .12s;
opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
transform: rotate(-90deg);
width: 30px !important;
}

.hamburger-inner:after {
bottom: -10px;
width: 30px !important;
}

.hamburger-inner:after,
.hamburger-inner:before {
display: block;
content: "";
}

.hamburger-inner {
  position: absolute;
  width: 20px; /* Shorter width for the middle line */
  height: 2px;
  background-color: #F15A24; /* Change color to orange */
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  top: 50%;
  display: block;
  margin-top: -2px;
  
}

.hamburger-inner:after,
.hamburger-inner:before {
position: absolute;
width: 30px;
height: 2px;
transition-timing-function: ease;
transition-duration: .15s;
transition-property: transform;
border-radius: 4px;
background-color: black;
}

.hamburger--spin .hamburger-inner:before {
transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.navi-menu-wrapper.is-active {
opacity: 1;
visibility: visible;
}

.navi-menu-wrapper.is-active .menu {
transform: translateX(0px);
}

.navi-menu-wrapper.is-active .menu ul li {
opacity: 1;
margin-left: 0%;
}

.navi-menu-wrapper .menu ul li:nth-of-type(1) {
transition-delay: 0.1s;
}

.navi-menu-wrapper .menu ul li:nth-of-type(2) {
transition-delay: 0.2s;
}

.logo.fixed {
position: fixed;
left: 30px;
top: 0px;
z-index: 1001;
}

@media only screen and (max-width: 767px) {
.logo.fixed {
    top: 1rem;
    left: 1rem;
    width: 200px;
}
}

.logo img {
transition: all linear .5s;
}

@media (min-width: 768px) and (max-width: 1024px) {
.logo img {
    width: 200px;
    padding-top: 15px;
}
}


/*-----------------
   General
------------------*/

.owl-carousel.speaker-slider .owl-nav button.owl-next,
.owl-carousel.speaker-slider .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    background: #112136;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    border: none; /* Remove border from the button */
}

.owl-carousel .owl-nav button.owl-prev {
  left: 5%
}

.owl-carousel .owl-nav button.owl-next {
  right: 5%
}
@media(min-width:768px){
  .owl-carousel .owl-nav button.owl-prev{
      left: 2.5%;
  }
  .owl-carousel .owl-nav button.owl-next{
      right: 2.5%;
  }

}
@media(min-width:960px){
  .owl-carousel .owl-nav button.owl-prev{
      left: -1%;
  }
  .owl-carousel .owl-nav button.owl-next{
      right: -1%;
  }

}

.owl-dots {
  text-align: center;
  padding-top: 5px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 5px; /* Changed to rectangular shape */
  display: inline-block;
  background: #606060 !important; /* Gray color for inactive dots */
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #F15A24 !important; /* Orange for the active dot */
  width: 30px; /* Wider size for the active dot */
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel.module-slider .owl-item img {
  width: 70px;
}

.owl-carousel.speaker-slider .owl-item img {
  width: 180px;
}

.sticky-icons {
  position: fixed;
  bottom: 5%;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  right: 1%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 6px rgb(182, 182, 182);
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.sticky-icons:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.sticky-icons :hover{cursor: pointer;}
.sticky-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: #0D9F16;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  transform: rotate(30deg);
}

.sticky-icon img{width: 70%;object-fit: contain;}
.sticky-icons p{
  color: #0a6b10;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1.2;
}

.sticky-icon::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0d9f16;
  position: absolute;
  bottom: -3px;
  left: -17px;
  right: 0;
  margin: 0 auto;
  transform: rotateZ(31deg);
}

.rotate-image{
  transform: rotate(-25deg);
}

/* Loader Progress Bar  */

@-webkit-keyframes loader {
0% {
    width: 0;
}
20% {
    width: 10%;
}
25% {
    width: 24%;
}
43% {
    width: 41%;
}
56% {
    width: 50%;
}
66% {
    width: 52%;
}
71% {
    width: 60%;
}
75% {
    width: 76%;
}
94% {
    width: 86%;
}
100% {
    width: 100%;
}
}

@keyframes loader {
0% {
    width: 0;
}
20% {
    width: 10%;
}
25% {
    width: 24%;
}
43% {
    width: 41%;
}
56% {
    width: 50%;
}
66% {
    width: 52%;
}
71% {
    width: 60%;
}
75% {
    width: 76%;
}
94% {
    width: 86%;
}
100% {
    width: 100%;
}
}

.progress-bar {
width: 95%;
max-width: 95%;
left: 50%;
width: 100%;
max-width: 100%;
border-radius: 0;
margin-top: 30px;
}
.progress {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.bar {
margin-top: 25px !important;
margin-bottom: 0 !important;
}
.progress-bar {
border-radius: 0;
overflow: hidden;
width: 100%;
padding: 0;
display: none;
}
.progress-bar span {
display: block;
}
.bar {
background: 0 0;
}
.progress {
-webkit-animation: loader 8s ease infinite;
animation: loader 8s ease infinite;
background: #F15A24;
color: #F15A24;
padding: 5px;
width: 0;
margin-top: 25px;
margin-bottom: 25px;
}
.progress-bar {
position: relative;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
background-color: transparent;
}
