/* Custom style made by ALVIYAN */

body {
  background: #111111;
  color: #e7e7e7;
  font-family: 'CustomFont001', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}
/* * {
  outline:1px rgba(131, 131, 131, 0.479) solid;
}
*:hover {
  outline:1px rgba(0, 255, 234, 0.226) solid;
} */

::selection {
  color: rgb(255, 255, 255);
  background: rgba(85, 85, 85, 0.541);
}

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

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

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

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

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

.absolute-nav{
  position: absolute;
  z-index: 3333;
  width: 57%;
  min-width: fit-content;
  max-width: 1000px;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-nav:hover {
  box-shadow: none !important;
}
.absolute-brand{
  position: absolute;
  width: auto;
  min-width: fit-content;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.mposfix {
  padding-top: 53px;
}
.navspace {
  width: 0px;
  height: 0px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .absolute-nav {
    top: 98%;
    transform: translateX(-50%) translateY(-100%);
  }
  .mposfix {
    padding-top: 0px;
  }
  .navspace {
    width: 45vh;
  }
}

.navbar {
  transition: 0.15s;
  background-color: #00000000;
  padding: 6px;
}
.navbar:hover {
  background-color: #0000003d;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transition: 0.2s;
  box-shadow: 0px 0px 5px 7px #0000005e;
}
.navbar-dark .navbar-nav {
  align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
  transition: 0.2s;
  color: #e4e4e4;
  text-shadow: 0px 0px 3px #0000008e;
  margin-top: 3px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.nav-link {
  transition: 0.15s;
  color: #cfcfcf;
  font-weight: 600;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
}
.nav-link::after {
  display:block;
  content: '';
  border-bottom: solid 2px #fff;  
  transform: scaleX(0);  
  transition: transform 0.1s ease-in-out;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.navbar-toggler {
  color: #dfdfdf;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.navbar-dark .navbar-toggler {
  color: #d4d4d4;
  border-color: #35353500;
  background-color: #00000000;
}
.navbar-menu-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-brand {
  transition: 0.15s;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  height: auto;
  width: 165px;
}
.nav-alviyan-logo {
  transition: 0.15s;
  opacity: 1;
}
.nav-alviyan-logo:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.nav-alviyan-logo:active {
  transform: scale(1);
  transition: 0.21s;
}
@media (min-width: 768px) {
  .tmp1 {
    opacity: 0.01;
  }
  .navbar:hover .tmp1 {
    opacity: 1;
  }
}

.cf1 {
  font-family: 'CustomFont001', Arial, Helvetica, sans-serif;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.text {
  color: #f7f7f7;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.border-line {
  border-top: 3px solid #3a3a3a;
  border-bottom: 3px solid #3a3a3a;
}

h1 {
  transition: 0.1s;
  font-family: 'CustomFont001', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
}
h1:hover {
  transition: 0.3s;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.329);
}
h2 {
  transition: 0.1s;
  color: white;
}
h2:hover {
  transition: 0.3s;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.329);
}
h3 {
  transition: 0.1s;
  color: white;
}
h3:hover {
  transition: 0.3s;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.329);
}

.btn-dark {
  color: #e0e0e0;
  background-color: #131313;
  border-color: #000000;
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #08080873;
  backdrop-filter: blur(5px);
  border-color: #858585;
  transform: scale(1.07);
}
.btn-dark:active {
  background-color: #08080873;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-color: #858585;
}
.btn-dark:focus {
  color: #fff;
  background-color: #08080873;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-color: #252525;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.493);
  transform: scale(1);
}

.btn-glass {
  background-image: linear-gradient(312deg, #0000006b 0%, #ffffff1f  45%, #8b8b8b1c  48%, #0000008c  100%);
  transition: 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  background-size: 350% auto;
  color: #dfdfdf;            
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.411);
  border-radius: 0.5rem;
  border-color: #333333;
 }
.btn-glass:hover {
  background-image: linear-gradient(312deg, #0000006b 0%, #ffffff59  45%, #8b8b8b67  48%, #0000008c  100%);
  background-position: right center;
  color: #fff;
  text-decoration: none;
  background-color: #08080873;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.411);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-color: #a8a8a8;
  transform: scale(1.07);
}
.btn-glass:focus {
  color: #fff;
  background-color: #08080873;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-color: #bebebe;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.493);
  transform: scale(1);
}

.img-thumbnail {
  padding: 0;
  background-color: #202020;
  border: 1px solid #00000049;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.item-f-wrap {
  width: 100%;
  height: 100%;
  height: 33vh;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
 
.image-grid img {
  transition: box-shadow 0.2s;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15);
  transition: border 0.33s;
  border-bottom: 2px solid #00000000;
}
 
.image-grid img:hover {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.35);
  border-bottom: 2px solid #ffffffa4;
}

.featured {
  position: relative;
  display: flex;
  flex-direction: column;
}

.card,
.img-card {
  transition: 0.33s;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0e0e0e85;
  background-clip: border-box;
  border: none;
  border-radius: 0.5rem;
  border: 1px solid #3a3a3a80;
}
.card:hover,
.img-card:hover {
  box-shadow: 0px 4px 15px 9px #00000025;
  background-color: #131313d2;
  border: 1px solid #b4b4b4a2;
  z-index: 2;
}
.card-body,
.img-card-body {
  text-align: center;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title,
.img-card-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: .5rem;
}
.card-label {
  transition: 0.232s;
  position: absolute;
  top: 9px;
  left: 9px;
  padding-left: 0.51rem;
  padding-right: 0.51rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #0000009d;
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
  font-family: sans-serif;
  font-size: 0.75rem;
}
.card:hover .card-label,
.img-card:hover .card-label,
.featured:hover .card-label {
  opacity: 1;
}
.card-label-center {
  transition: 0.232s;
  position: absolute;
  z-index: 5;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0.51rem;
  padding-right: 0.51rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #0000009d;
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
  font-family: sans-serif;
  font-size: 0.75rem;
}
.card:hover .card-label-center,
.featured:hover .card-label-center {
  opacity: 1;
}
.card-img, .card-img-top {
  width: 100%;
  height: auto;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.glrx {
  transition: 0.2s;
  pointer-events: none;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-image: linear-gradient(312deg, #00000000 25%, #ffffff56 55%, #ffffff25 60%, #00000000 80%);
  background-size: 275% auto;
  opacity: 0;
  z-index: 2;
}
.card:hover .glrx,
.img-card:hover .glrx,
.featured:hover .glrx,
.absolute-nav:hover .glrx {
  background-position: right bottom;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.411);
  border-color: #a8a8a8;
  opacity: 1;
}
.glrtransc {
  transform: translateY(-100%);
  z-index: 2;
}

.grays {
  filter: grayscale(1);
}
.card:hover .grays,
.featured:hover .grays {
  filter: grayscale(0);
  transition: 0.42s;
}

.gdark {
  background-color: #0a0a0a;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #0e0e0ee8;
  background-clip: padding-box;
  border: 1px solid #ffffff1f;
  border-radius: 0.5rem;
  outline: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.modal-header {
  border-bottom: 1px solid #4e4e4e2d;
}
.modal-footer {
  border-top: 1px solid #4e4e4e18;
}
.modal-backdrop.show
{
  opacity: 0.77 !important;
}

.close-x {
  background: none;
  border: 0;
  color: #dfdfdfd5;
}

.rounded {
  border-radius: 0.5rem !important;
}
.popcc,
.popfx {
  transition: 0.3s;
  border-radius: 0.5rem !important; 
}
.popfx:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 9px 3px #0000003b;
}
.popcc:hover {
  transform: scale(1.066);
}
.popcc:active,
.popfx:active {
  transform: scale(1);
}
.popmn {
  transition: 0.32s;
}
.popmn:hover {
  transform: scale(1.05);
}
.popmn:active {
  transform: scale(1);
}
.popgl {
  transition: 0.3s;
}
.popgl:hover {
  transform: scale(1.023);
}

.spotlight {
  cursor: pointer;
}

@media (min-width: 992px) {
  .col-lg-a5 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-a7 {
    flex: 0 0 auto;
    width: 13.9%;
  }
}

.fullscreen {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.fullcontent {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.fullheight {
  height: 100vh;
}
.fullwidth {
  width: 100vw;
}

.hero1 {
  background-image: url("../../assets/images/kabah-photo-2.jpg");
  background-color: #000000;
  min-height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay-bg {
  background-color: rgba(0, 0, 0, 0.753);
  min-height: 100vh;
  margin: 0;
  padding: 0;
  transition: 0.21s;
}
.overlay-bg:hover {
  background-color: rgba(0, 0, 0, 0.616);
  transition: 0.6s;
}

.carousel-control-next-ico, .carousel-control-prev-ico {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
  min-width: 30px;
}
.carousel-caption {
  transition: 0.18s;
  border-radius: 0.5rem;
}
.carousel-caption:hover {
  background-color: #00000093;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 4px 3px 3px #0000009a;
}

.additional-links {
  border-top: #8080806e solid 1px;
}

.mt-ft {
  margin-top: 15vh;
}

.alviyan-particle-x {
  position: absolute;
  width: 100%;
  height: calc(100% + 311px);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  pointer-events: none;
}

.a99 {
  font-size: 2.5rem;
  line-height: 1.2;
}