@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");

:root {
  --gold: #c78b40;
  --gray: #a9a9a9;
}

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

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

.vt-notification.vt-theme-dark {
  background-color: #fff;
}
.vt-notification.vt-theme-dark .vt-title,
.vt-notification.vt-theme-dark .vt-paragraph {
  color: #232122 !important;
}
.vt-notification.vt-theme-dark .vt-progress-bar {
  background-color: var(--gray);
}
.vt-notification.vt-theme-dark .vt-progress-bar .vt-progress {
  background-color: var(--gold) !important;
}

.socialShare {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48px);
  gap: 10px;
}
.socialShare a {
  display: block;
  box-shadow: 0px 0px 12px rgba(30, 30, 30, 0.1);
  color: white;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 55px;
  font-size: 24px;
  border-radius: 0.3em;
  position: relative;
  transition: ease-in-out 0.3s;
  top: 0;
}
.socialShare a:hover {
  top: -10px;
}
.socialShare a:nth-child(1) { color: #1877f2; }
.socialShare a:nth-child(2) { color: #1da1f2; }
.socialShare a:nth-child(3) { color: #59267c; }
.socialShare a:nth-child(4) { color: #25d366; }
.socialShare a:nth-child(5) { color: #0a66c2; }
.socialShare a:nth-child(6) { color: #0088cc; }

.QrForm {
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}
.QrForm .holder {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.QrForm #qr {
  margin: auto;
  width: 200px;
  padding: 30px 0;
}

#branches {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;
  width: 100vw;
  height: 100vh;
  background-image: url('/Images/pertuk/circuit.png');
}
#branches:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#branches .container {
  width: 300px;
  border-radius: 0.36rem;
  background-color: var(--gold);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 15px;
}
#branches .container img {
  display: block;
  height: 120px;
  width: auto;
  margin: auto;
}

#app[data-route="dashboard"] #sideBar {
  display: block;
}
#app[data-route="dashboard"] footer,
#app[data-route="dashboard"] nav {
  display: none;
}

#app:not(.rtl) {
  font-family: "Montserrat", sans-serif;
}
#app:not(.rtl) #Company p a {
  font-style: italic;
}

body.rtl .vt-notification-container {
  direction: rtl !important;
  text-align: right !important;
}

.banner {
  width: 100%;
  height: 105px;
  background-size: cover;
  background-position: center center;
}

#app.rtl #Principles .bubble h6 {
  font-size: 40px;
}
@media (max-width: 600px) {
  #app.rtl #Principles .bubble h6 {
    font-size: 34px;
  }
}

.dashboard {
  padding-left: 140px !important;
}

#sideBar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  background-color: var(--gold);
  height: 100vh;
  z-index: 300;
  padding: 5px 10px;
}

.btn,
.agora-gold {
  background-color: var(--gold);
}
.siteColor {
  color: var(--gold);
}

#Posts form input {
  width: 100%;
  min-height: 35px;
  border-radius: 0.375rem;
  margin: 5px 0;
  padding: 3px 5px;
}

.rtl,
*[dir="rtl"] {
  font-family: "Speda" !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.videoContainer {
  width: 100%;
  height: 56.25vh;
}
.videoContainer iframe {
  width: 100%;
  height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body img,
html img {
  width: 100%;
}

#Company,
#Why,
#Contact,
#Principles {
  padding-top: 40px;
}
#Company > div,
#Why > div,
#Contact > div,
#Principles > div {
  background-color: white;
}

body {
  overflow-x: hidden;
}

#backToTop {
  width: 30px;
  height: 30px;
  background-color: white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: var(--gold) !important;
}

h2 {
  color: var(--gold);
}

body h2,nav ul.desktopNav li a {
  color: var(--gold);
}
.Company .wrapper {
  text-align: start;
}
@media (min-width: 1024px) {
  .Company .wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 35px;
  }
}
.Company .wrapper img {
  margin-top: 20px;
}
.Company .wrapper a {
  color: var(--gold);
}

.Why .wrapper {
  text-align: start;
}
@media (min-width: 1024px) {
  .Why .wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 35px;
  }
}
.Why .wrapper a {
  color: var(--gold);
}

.Principles {
  text-align: center !important;
}
.Principles .shadow-lg.rounded-md {
  position: relative;
  text-align: center !important;
}
.Principles .shadow-lg.rounded-md:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
  background: #c7c7c7;
  background: linear-gradient(285deg, rgba(57, 131, 177, 0.75) 11%, darkgray 100%);
}

.Principles .rules {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}
.Principles .rules .rule {
  width: 300px;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  display: grid;
  grid-template-rows: 4fr 2fr;
  gap: 13px;
  height: 285px;
}
@media (min-width: 768px) {
  .Principles .rules .rule {
    width: 370px !important;
  }
}

.Principles .rules .rule .bubble {
  width: 150px;
  height: 150px;
  background-image: url("/Images/pertuk/bubble.gif");
  position: relative;
  background-size: cover;
  border-radius: 50%;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin: 0;
}
.Principles .rules .rule .bubble h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 32px;
  width: 380px !important;
  text-shadow: 0px 0px 12px rgba(31, 44, 66, 0.9);
  color: white;
  text-align: center !important;
}
.Principles .rules .rule .info {
  align-self: flex-start;
}

.Principles .rules .rule:nth-of-type(1) .bubble {
  transform: rotate(970deg);
}
.Principles .rules .rule:nth-of-type(1) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-970deg);
}

.Principles .rules .rule:nth-of-type(2) .bubble {
  transform: rotate(1940deg);
}
.Principles .rules .rule:nth-of-type(2) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-1940deg);
}

.Principles .rules .rule:nth-of-type(3) .bubble {
  transform: rotate(2910deg);
}
.Principles .rules .rule:nth-of-type(3) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-2910deg);
}

.Principles .rules .rule:nth-of-type(4) .bubble {
  transform: rotate(3880deg);
}
.Principles .rules .rule:nth-of-type(4) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-3880deg);
}

.Principles .rules .rule:nth-of-type(5) .bubble {
  transform: rotate(4850deg);
}
.Principles .rules .rule:nth-of-type(5) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-4850deg);
}

.siteBtn {
  width: 120px;
  height: 40px;
  background-color: var(--gold);
  font-weight: 900;
  color: white;
  display: block;
  margin: auto;
  text-decoration: none;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 2px 4px 6px rgba(255, 254, 255, 0.4);
  text-align: center !important;
}

.VueCarousel .oneSlide {
  position: relative;
}
.VueCarousel .oneSlide .info {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.VueCarousel .oneSlide .info h3 {
  font-size: 48px;
  color: white;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
  background-color: var(--gray) !important;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
  background-color: var(--gold) !important;
}

.notFound {
  min-height: 75vh;
  position: relative;
}
.notFound .imageContainer {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.waiting {
  position: relative;
  min-height: 400px;
  text-align: center;
  display: grid;
  align-items: center;
}
.waiting img {
  width: 75px;
  height: auto;
  display: block !important;
  margin: 20px auto;
}

.VueCarousel-navigation {
  width: 90%;
  position: absolute;
  z-index: 5;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .VueCarousel-navigation {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .VueCarousel-navigation {
    display: none;
  }
}
.VueCarousel-navigation button {
  background-color: var(--gold) !important;
  padding: 5px 10px !important;
  border-radius: 0.25rem;
  color: white !important;
}

.menu {
  position: fixed;
  z-index: 10;
  width: 0%;
  height: 0%;
  background-color: #161211;
  color: white;
  font-weight: bold;
  top: 0;
  right: 0;
  overflow: hidden;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  text-align: center !important;
  transition: 0.5s;
}
.menu.toggled {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  background-color: white;
}
.menu.toggled ul {
  opacity: 1;
  color: var(--gold) !important;
}
.menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  font-size: 24px;
  height: 50vh;
  opacity: 0;
  transition: 0.5s;
}

nav {
  position: relative;
  width: 100%;
  margin: auto;
  height: 90px;
  z-index: 10;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
nav ul li {
  color: var(--gold);
}
nav .logo img {
  height: 55px !important;
  width: 56px !important;
}

nav .hamburger {
  width: 30px;
  height: 28px;
  border-radius: 5px;
  position: relative;
  z-index: 12;
}
nav .hamburger:hover {
  cursor: pointer;
}
nav .hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--gold);
  border-radius: 3.5px;
  position: absolute;
  transform-origin: center;
  left: 3px;
  top: 50%;
  transition: 0.3s;
}
nav .hamburger span:nth-child(1) {
  transform: translate(-50%, -350%);
}
nav .hamburger span:nth-child(2) {
  transform: translate(-50%, -35%);
}
nav .hamburger span:nth-child(3) {
  transform: translate(-50%, 310%);
}

nav .hamburger.toggled span {
  background-color: var(--gold);
}
nav .hamburger.toggled span:nth-child(1) {
  transform: translate(-50%, -35%) rotate(45deg) !important;
}
nav .hamburger.toggled span:nth-child(2) {
  width: 0;
}
nav .hamburger.toggled span:nth-child(3) {
  transform: translate(-50%, -35%) rotate(-45deg) !important;
}

footer {
  width: 100%;
  background-color: var(--gold);
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: space-around;
  color: white;
  padding: 30px 20px;
  text-align: start;
}
footer svg {
  display: inline-block;
  height: 24px;
  transition: 0.3s;
}
footer a svg {
  filter: invert(0%);
  transition: 0.3s;
}
footer a:hover svg {
  filter: invert(50%);
  height: 34px;
}
footer .social > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48px);
  gap: 5px;
  width: 275px;
  margin: 0 auto;
  padding-bottom: 20px;
}
footer .social > div a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s, border-radius 0.2s 0.2s, background-color 0.4s 0.2s, color 0.4s 0.2s;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1);
  color:white;
}
footer .social > div a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.Contact .flex.gap-3 {
  padding: 15px 0;
}
.Contact .flex.gap-3 a {
  background-color: var(--gold);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.Contact .wrapper {
  justify-content: space-between;
  gap: 10px;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .Contact .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.Contact .wrapper .aboveForm p {
  color: #313332 !important;
}
.Contact .wrapper .aboveForm .text-md {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.Contact .wrapper form {
  padding: 20px;
  padding-top: 0;
}
.Contact .wrapper form button {
  background-color: var(--gold) !important;
}
.Contact .wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .Contact .wrapper iframe {
    height: 500px;
  }
}
.Contact .wrapper label {
  font-weight: bold !important;
  display: block !important;
  margin-top: 15px;
  color: var(--gray);
}
.Contact .wrapper p {
  color: var(--gray);
}

.wrapper {
  margin: auto;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 640px) {
  .wrapper {
    width: 92%;
    padding: 20px 15px;
  }
}
@media (min-width: 640px) {
  .wrapper {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    width: 1200px;
  }
}
@media (min-width: 1536px) {
  .wrapper {
    width: 1400px;
  }
}