@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-Thin.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-ExtraLight.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-Light.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-Regular.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-Medium.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-SemiBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-Bold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Sora";
  src: url("../font/Sora/Sora-ExtraBold.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}

body {
  font-family: "Sora", sans-serif !important;
}

/* font size */
.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-25 {
  font-size: 25px !important;
}
.fs-26 {
  font-size: 26px !important;
}

.fs-35 {
  font-size: 35px !important;
}

/* font weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* border radius */
.border-r4px {
  border-radius: 4px !important;
}

.border-r5px {
  border-radius: 5px !important;
}

.border-r8px {
  border-radius: 8px !important;
}

.border-r10px {
  border-radius: 10px !important;
}

.border-r20px {
  border-radius: 20px !important;
}

.border-r30px {
  border-radius: 30px !important;
}

.border-r50px {
  border-radius: 50px !important;
}

.custum-menu-arrow .arrow-show::after {
  content: "";
  background-image: url(../media/svg/arrow-down.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
}

.show.menu-dropdown.custum-menu-arrow .arrow-show::after {
  content: "";
  background-image: url(../media/svg/arrow-up.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
}
.text-black2 {
  color: #1a1a1a;
}

.bg-dark-gray{
  background-color: #efefef;
}
.main-title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.modal-close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 20;
}

@media (max-width: 992px) {
  .br {
    display: none;
  }
}

.custom-ul li:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #3b6db4;
  border-radius: 50%;
  margin-right: 10px;
}
.placeholder-black .select2-selection__placeholder{
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
}
.border-bottom-gray{
  border-bottom: 2px solid #ddd;
}
.card-extara-p .dataTables_length{
  margin-left: 25px;
}
.card-extara-p .dataTables_paginate{
  margin-right: 23px !important;
}
.text-light-gray{
  color: #7c7c7c;
}
.max-h-239px{
  max-height: 239px;
}
.proflile-absolute{
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 8;
  cursor: pointer;
}
.text-green{
  color: #4cc320;
}
.tns .tns-nav {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.tns .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.tns .tns-nav button.tns-nav-active {
  background-color: #fff;
}

.tns-outer {
  position: relative;
}
.play-absolute{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .br-lg-lr50px{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
  }
}
@media (min-width: 768px) {
  .vh-md-100{
    height: 100vh !important;
  }
}
.password[type="password"]{
  font-family: initial !important;

}
.modal-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  visibility: hidden;
  display: none;
  z-index: 999999;
}


.modal-image.open {
  visibility: visible !important;
  display: block !important;

}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999;
}

.animation-vertical {
  animation: moveVertical 5s infinite;

}
@keyframes moveVertical {
  0% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(40px);
  }
}
/* 08/11/2023 */
.select-brand {
  display : block;
}
.select-brand > input{
  visibility: hidden; 
  position: absolute; 
}

.select-brand > input + div{ 
  cursor:pointer;
}
/* .select-brand > input:checked + div{ 
  border:1px solid #3b6db4 !important;
} */
.select-brand > input:checked + div{ 
  border:1px solid #3b6db4 !important;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1) !important;
}
.howtovideocls{
  border: 3px solid #0f0f0f;
    /* background: black; */
}

.password::placeholder {
  font-family: "Sora", sans-serif !important;
}

/* 02/01/2024 */
.offer-bg{
  background-image: url("../media/other/offer-2.webp");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
}

.fs-30{
  font-size: 30px;
}