/*

Theme Name: Petrikor Theme

Theme URI: https://www.petrikorsolutions.com/

Description: A Theme for WordPress with Bootstrap for styling.

Author: Fatima Rmayhi 

Author URI: https://www.petrikorsolutions.com/

Version: 1.0

!! BOOSTRAP v5.3 if files missing remove "_" before the name of the file in css folder


*/

:root {
  --transition: all 0.1s 0.1s ease-in;
  --slowtransition: all 0.5s 0.1s linear;
  --fasttransition: all 0.3s linear;
  --darkGray: #1d1d1d;
  --blackColor: #151515;
  --yellowColor: #c18f30;
  --yellowColorHover: #b4852d;
}

/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"),
    url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"),
    url("fonts/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"),
    url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Saudi Riyal */
@font-face {
  font-family: "SaudRiyal";
  src: url("fonts/SaudiRiyalFont.ttf") format("truetype");
  font-style: normal;
}
.saudi-riyal {
  font-family: "SaudRiyal";
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0;
  /*direction: rtl;*/
}

body {
  background: #000;
  overflow: hidden !important;
  scroll-behavior: smooth;
  margin: 0;
  transition: background 0.5s ease;
  padding: 0 !important;
  font-family: "Gotham";
  font-weight: 400;
}

.line-height-normal {
  line-height: normal !important;
}

.logo-container {
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

a {
  text-decoration: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.header {
  background: var(--darkGray);
  z-index: 1;
  position: relative;
}

.color-white {
  color: #ffffff;
}

.color-dark,
.color-dark * {
  color: var(--blackColor) !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: var(--blackColor) !important;
}

a[href=""],
a[href="#"] {
  cursor: default;
}

.banner-container {
  width: 100%;
}

footer a:hover {
  font-weight: 600;
  background-position: 0 100%;
}

.evf-submit.has-go-button {
  position: relative;
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 0 !important;
  padding-right: 45px !important;
}

.evf-submit-container {
  width: fit-content;
}

li.menu-item {
  position: relative;
}

li.menu-item a {
  transition: var(--fasttransition);
}

footer {
  padding-top: 5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--yellowColor);
  /*border-radius: 50px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--yellowColorHover);
  /*border-radius: 50px;*/
}

/*NEW*/

.scrollable {
  max-height: 450px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  /*border-radius: 10px;*/
  width: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(187, 201, 205, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

::-webkit-scrollbar-thumb {
  background: var(--darkGray);
  width: 15px;

  /*border-radius: 50px;*/
}

::-webkit-scrollbar-thumb:hover {
  background: var(--blackColor);
}

::-webkit-scrollbar {
  width: 7px;
  display: block !important;
}

#bio-content::-webkit-scrollbar-track {
  background: var(--blackColor);
}

#bio-content::-webkit-scrollbar-thumb {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(187, 201, 205, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

.modal-backdrop.show {
  z-index: -1;
  background: white;
}

/* NGSC */
.lang-item {
  list-style-type: none;
}

.btn-grey {
  background-color: #2f2f2f !important;
  transition: var(--fasttransition);
}

.btn-grey:hover {
  background-color: #4e4c4c !important;
}

.btn-yellow {
  background-color: var(--yellowColor) !important;
  transition: var(--fasttransition);
}

.text-yellow {
  color: var(--yellowColor) !important;
}

.bg-yellow {
  background-color: var(--yellowColor) !important;
}

.btn-yellow:hover {
  background-color: var(--yellowColorHover) !important;
  transition: var(--fasttransition);
}

.btn-go-to::after {
  content: "";
  display: inline-block;
  background-image: url("./images/icons/goTo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

.btn {
  font-size: 15px;
}

.text-small {
  font-size: 10px;
}

#mobile-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--darkGray);
}

#mobile-menu li.menu-item {
  margin: 5px 0;
}

main {
  margin-top: 65px;
  color: white;
}

footer {
  background-color: var(--blackColor);
}

.footer-menu-list li {
  margin-top: 1.5rem !important;
  line-height: 16px;
  letter-spacing: 1px;
}

.mt-auto {
  margin-top: auto !important;
}

.signup-form .evf-field-container,
.signup-form .evf-submit-container,
.signup-form .evf-frontend-grid {
  padding: 0 !important;
}

.signup-form .input-text {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem !important;
  background: #2f2f2f;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 0.95rem;
  font-family: "Gotham" !important;
  margin: 0 !important;
}

.signup-form .input-text::placeholder {
  color: #fff !important;
  font-family: "Gotham" !important;
  font-size: 13px;
}

.evf-frontend-row {
  margin: 0 !important;
}

.signup-form .evf-field,
.signup-form .everest-form {
  position: relative;
}

.signup-form .evf-field::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  aspect-ratio: 1;
  width: 18px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--fasttransition);
}
.signup-form #evf-form-778 .evf-field::before {
  top: 22px !important;
}
label.evf-error {
  position: absolute;
  bottom: -35px;
}

.evf-has-error:not(.evf-field-email) {
  margin-bottom: 2rem !important;
  position: relative !important;
}

/* Icons using Unicode or FontAwesome */
.account-icon::before {
  background-image: url("./images/icons/account.svg");
}

.job-icon::before {
  background-image: url("./images/icons/job.svg");
}

.company-icon::before {
  background-image: url("./images/icons/company.svg");
}

.email-icon::before {
  background-image: url("./images/icons/email.svg");
}

.everest-forms-submit-button {
  border: 0 !important;
  border-radius: 999px !important;
  color: black !important;
  font-size: 15px !important;
  padding: 0.75rem 1.75rem !important;
}

.everest-forms-submit-button::after {
  filter: invert(1);
  margin-left: 25px;
}

.signup-form {
  margin-bottom: 0 !important;
}

/* .social-icons img {
  height: 17px;
  aspect-ratio: 1;
} */

/* ul.desktop-menu a {
  transition: letter-spacing 0.3s ease;
  letter-spacing: 0;
  min-width: 100px;
  display: inline-block;
} */
/* ul.desktop-menu a:hover {
  letter-spacing: 1px;
} */
.blurred-box {
  text-align: center;
  color: white;
  border-radius: 30px;
  background-color: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 7%);
  backdrop-filter: blur(30px);
}

.badge-track {
  /* @apply absolute top-0 left-0 w-max flex; */
  animation: scroll-left 20s linear infinite;
}

.badge-marquee .group {
  background-image: linear-gradient(90deg, #a7720f, var(--yellowColor));
  padding: 0.5rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  line-height: 133%;
}

.main-section {
  margin-top: 50px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  border: 2px solid white;
  padding: 4px;
  opacity: 1;
}

.swiper-pagination-clickable
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: white !important;
}

.swiper-pagination-bullet-active {
  background: #505050 !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: 5px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.evf-frontend-row input {
  color: white !important;
  border: 0 !important;
}

#bio-content {
  max-height: 300px;
  overflow-y: scroll;
}

/* body.home .banner-container {
  height: calc(100vh - 100px);
} */

body.home .banner-container .swiper {
  height: 100%;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-1300 {
  transition-duration: 1300ms !important;
}

.video-wrapper iframe {
  width: 100%;
}

img.aligncenter {
  margin: auto;
}

.post-news .content a[href]:not([href=""]) {
  text-decoration: underline;
}

/* NGSC */

/* mostafa */

.menu-item:hover {
  color: #c18f30 !important;
}

.social-icons a:hover {
  transition: filter 0.3s ease-in-out;
  filter: invert(70%) sepia(12%) saturate(2770%) hue-rotate(358deg)
    brightness(86%) contrast(72%);
}

.header .container .tracking-widest .lang-label:hover {
  color: #c18f30 !important;
}

.buy-ticket-box {
  opacity: 0;
  transform: translateY(200%);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.buy-ticket-box.show {
  opacity: 1;
  transform: translateY(0%);
}

.hide-left,
.hide-right {
  opacity: 0;
  transition: all 0.8s ease-out;
  position: relative;
}

.hide-left {
  transform: translateX(-100px);
}

.hide-right {
  transform: translateX(100px);
}

.reveal {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.hide-left,
.hide-right {
  opacity: 0;
  transition: all 0.8s ease-out;
  position: relative;
}

.hide-left {
  transform: translateX(-100px);
}

.hide-right {
  transform: translateX(100px);
}

.reveal {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.reveal-up {
  opacity: 0;
  transform: translateY(100px);
  /* Start 100px below */
  transition: all 0.8s ease-out;
  position: relative;
}

.reveal-up.reveal {
  opacity: 1 !important;
  transform: translateY(0) !important;
  /* Move to normal position */
}

.edited-height {
  height: 17rem;
}

.post-news .banner-container img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* .post-news .banner-container {
  aspect-ratio: 3;
} */

.counter-box {
  align-items: flex-start;
  margin: auto;
  max-width: 50% !important;
  height: fit-content;
  padding-right: 1rem;
}

.font-gotham {
  font-family: "Gotham" !important;
}

.quote-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2237%22%20height%3D%2240%22%20viewBox%3D%220%200%2037%2040%22%3E%3Ctext%20fill%3D%22%23c18f30%22%20font-size%3D%2274%22%20font-family%3D%22SegoeUI-Bold%2C%20Segoe%20UI%22%20font-weight%3D%22700%22%20x%3D%220%22%20y%3D%2280%22%3E%E2%80%9C%3C/text%3E%3C/svg%3E");
  content: "";
  display: block;
  width: 37px;
  height: 40px;
}

.edited-play {
  width: 75px;
  height: 75px;
}
.everest-forms .everest-forms-notice--success,
.wp-block-everest-forms-form-selector .everest-forms-notice--success {
  background-color: #c18f30 !important;
}
#news,
#galler,
#testimonials,
.menu-item-356,
.menu-item-355,
.menu-item-521,
.menu-item-351,
.menu-item-20,
.menu-item-19,
.menu-item-16,
.menu-item-362,
.menu-item-522,
.menu-item-257,
.menu-item-225,
.menu-item-57 {
  display: none !important;
}
#bio-content p:not(:last-child) {
  padding-bottom: 1rem;
}

html[dir="ltr"] #bio-name {
  padding-right: 2rem;
}
html[dir="rtl"] #bio-name {
  padding-left: 2rem;
}
.m-x-3 {
  margin-left: 3px;
  margin-right: 3px;
}
#evf-form-778 select {
  appearance: none !important;
}
#evf-form-778 .evf-field-select::after {
  content: "▼"; /* Down arrow symbol */
  color: white;
  font-size: 0.8rem;
  position: absolute;
  right: 1rem;
  top: 22px;
  transform: translateY(-50%);
  pointer-events: none; /* allows clicking through */
}
#evf-778-field_bloakMTSBm-9,
#evf-778-field_bloakMTSBm-9 option {
  font-size: 14px;
}
