@import url("../font/stylesheet.css");

/* Starting Golbel Rules  */
:root {
  --main-white: #fff;
  --main-black: #000;
  --main-color: #f7cc2f;
  --main-color-hover: rgba(255, 255, 255, 0.2);
  --bg-light-color: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ExpoArabic", sans-serif;
}

body {
  overflow-x: hidden;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  font-family: "ExpoArabic", sans-serif !important;
  background-color: #000;
  color: #fff;
}

ul {
  list-style: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #f7cc2f;
}

::-webkit-scrollbar-thumb:hover {
  background: #333333;
}

::-webkit-scrollbar-track {
  background: #fff;
}

.img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

a {
  text-decoration: none;
}

button,
a,
a::after,
li::after,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.btn,
input,
.videos-slider_item-overlay,
.videos-slider_item-media,
.trs-3 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile-menu,
header .dropdown,
img,
.blogs-item_image,
a::before,
.our-team_item-iamge,
.article-item_content,
.trs-5 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn,
.border-r6 {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  overflow: hidden;
}

.border-r10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  overflow: hidden;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  border-color: #f7cc2f;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.has-dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: scale(0) translateX(-50%);
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  z-index: 999;
  transform: scale(0);
  transform-origin: top;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.has-dropdown:hover .dropdown {
  transform: scale(1) translateX(-50%);
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
}

.dropdown li a {
  display: block;
  color: var(--main-black);
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  padding: 5px 20px;
  gap: 10px;
}

.dropdown li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.dropdown li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--main-black);
  bottom: 0;
  left: -100%;
  transform-origin: left;
  z-index: -1;
}

.dropdown li a:hover {
  color: var(--main-color-hover);
}

.dropdown li a:hover::after {
  left: 0;
}

/* Starting to top button */

.to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 990;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.to-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* Starting Loading Screen */

.loading-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #333333;
  z-index: 9999999999;
}

.loader {
  width: 120px;
  height: 60px;
  border-radius: 200px 200px 0 0;
  -webkit-mask: repeating-radial-gradient(farthest-side at bottom,
      #0000 0,
      #000 1px 12%,
      #0000 calc(12% + 1px) 20%);
  background: radial-gradient(farthest-side at bottom, #f7cc2f 0 95%, #0000 0) bottom/0% 0% no-repeat #ddd;
  animation: l10 1s infinite steps(6);
  -webkit-animation: l10 1s infinite steps(6);
}

@keyframes l10 {
  100% {
    background-size: 120% 120%;
  }
}

/* Ending Loading Screen */
.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* Ending Golbel Rules  */

/* Starting Header  */
header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .accounts .btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
}

header .accounts .btn-outline-secondary {
  color: #fff;
  margin: 0 10px;
  border-color: rgba(204, 204, 204, 0.3);
}

header .accounts .btn-primary {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 16px;
  font-weight: 500;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fff;
}

/* Ending Header  */
/* Starting hero  */
main {
  overflow: hidden;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
}

.device-hero_content h2,
.hero .hero-content h2 {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(247, 247, 247, 0.5) 0%,
      #fff 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
  line-height: 68px;
}

.device-hero_content p,
.hero .hero-content p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin: 28px 0;
}

.hero .hero-content .btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  -webkit-box-shadow: inset 0 -10px 10px 0px rgba(255, 255, 255, 0.4),
    0px 10px 40px 0px rgba(247, 204, 47, 0.4);
  -moz-box-shadow: inset 0 -10px 10px 0px rgba(255, 255, 255, 0.4),
    0px 10px 40px 0px rgba(247, 204, 47, 0.4);
  box-shadow: inset 0 -10px 10px 0px rgba(255, 255, 255, 0.4),
    0px 10px 40px 0px rgba(247, 204, 47, 0.4);
  z-index: 3;
  position: relative;
  margin-bottom: 18px;
}

.hero .hero-content .image {
  mix-blend-mode: multiply;
  margin-top: -210px;
}

.hero .hero-content img {
  width: 100%;
}

:where(.device-hero, .hero) .image-ovelay {
  position: absolute;
  top: 360px;
  width: 100%;
  height: 510px;
  z-index: -1;
}

.main-title::after,
.main-title::before,
:where(.device-hero, .hero) .image-ovelay::after,
:where(.device-hero, .hero) .image-ovelay::before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "";
}

:where(.device-hero, .hero) .image-ovelay::after {
  top: 0;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 40%);
}

:where(.hero) .image-ovelay::before {
  top: 40%;
  height: 640px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 40%);
}

:where(.device-hero, .hero) .image-ovelay img {
  object-fit: cover;
}

/* Ending hero  */
/* Starting services  */
.main-title {
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 30px auto;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}

.main-title::after,
.main-title::before {
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main-title::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #f7cc2f 100%);
  right: calc(-100% - 8px);
}

.main-title::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #f7cc2f 100%);
  left: calc(-100% - 8px);
}

.services {
  z-index: 5;
  margin-top: -150px;
}

.services .service-item {
  background-color: rgba(204, 204, 204, 0.1);
  border: 2px solid rgba(204, 204, 204, 0.2);
  margin: 20px;
  padding: 32px 57px 32px 0;
  height: 100%;
}

.services .service-item h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.services .service-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.services .service-item .btn {
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
}

.services .service-item .service-item_image {
  width: 230px;
}

/* Ending services  */
/* Starting devices  */
.devices-box {
  padding: 20px;
  background-color: rgba(204, 204, 204, 0.2);
}

.comparison-table {
  display: grid;
  width: 100%;
}

.device-row {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  overflow: hidden;
}

.cell {
  text-align: center;
  background-color: #000;
  padding: 10px;
}

.cell.title,
.cell .img,
.cell p {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(204, 204, 204, 0.2);
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 18px;
  line-height: 28px;
}

.cell.title {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cell.image {
  height: 260px;
  background-color: #000 !important;
  padding: 10px;
}

.device-row:last-of-type .cell:nth-child(2) {
  border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -ms-border-radius: 0 0 8px 0;
  -o-border-radius: 0 0 8px 0;
}

.device-row:last-of-type .cell:nth-child(3) {
  border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -ms-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
}

.device-row:nth-child(1) .cell.image:nth-child(2) {
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
}

.device-row:nth-child(1) .cell.image:nth-child(3) {
  border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
}

.device-row.header .cell {
  background-color: transparent;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.device-row .btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.btn-filled {
  background-color: #f7cc2f;
  color: #000;
}

.device-row .btn:hover {
  color: #000;
  background-color: #fff;
}

/* Ending devices  */
/* Starting customer-experiences  */
.customer-experiences {
  position: relative;
}

.customer-experiences::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../images/Rectangle-2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.customer-experiences .videos-slider_item {
  padding: 34px;
  border: 1px solid rgba(204, 204, 204, 0.2);
  margin: 0px 20px;
  background-color: rgba(204, 204, 204, 0.1);
}

.customer-experiences .videos-slider_item .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}

.customer-experiences .videos-slider_item .desc p {
  margin: 54px 0 122px;
  font-weight: 400;
  line-height: 32px;
}

.videos-slider_item .desc p,
.videos-slider_item .user-info p:first-of-type {
  font-size: 22px;
  color: #fff;
}

.videos-slider_item .user-info p:last-of-type {
  color: #f7cc2f;
  font-weight: 400;
  font-size: 18px;
}

.videos-slider_item:hover {
  padding: 0;
}

.videos-slider_item:hover .videos-slider_item-overlay {
  display: none !important;
}

.videos-slider_item:hover .videos-slider_item-media {
  display: block;
}

.videos-slider_item .videos-slider_item-media {
  display: none;
  position: relative;
}

.videos-slider_item .videos-slider_item-media a {
  display: block;
  z-index: 3;
  cursor: pointer;
  position: relative;
}

.videos-slider_item .videos-slider_item-media a::after,
.videos-slider_item .videos-slider_item-media a::before {
  position: absolute;
  content: "";
}

.videos-slider_item .videos-slider_item-media a::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/Component-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  width: 84px;
  height: 48px;
}

.videos-slider_item .videos-slider_item-media a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.videos-slider .slick-dots li {
  width: 100px;
  height: 4px;
}

.videos-slider .slick-dots li button:before {
  background-color: #fff;
  width: 100%;
  height: 4px;
  font-size: unset;
}

.videos-slider .slick-dots {
  bottom: -80px;
}

/* Ending customer-experiences  */
/* Starting blogs  */
.blogs .blogs-item {
  padding: 0 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.blogs .blogs-item:hover {
  transform: translateY(-5px);
}

.blogs .blogs-item:hover .blogs-item_image {
  transform: scale(1.05) rotate(-3deg);
  -webkit-transform: scale(1.05) rotate(-3deg);
  -moz-transform: scale(1.05) rotate(-3deg);
  -ms-transform: scale(1.05) rotate(-3deg);
  -o-transform: scale(1.05) rotate(-3deg);
}

.blogs .col-12:nth-child(2) .blogs-item {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.blogs .blogs-item_info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin: 26px 0 16px;
}

.blogs .blogs-item_info p .badge {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 6px 16px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.blogs .blogs-item_info p span:nth-child(2) {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f7cc2f;
  margin: 0 16px;
}

.blogs .blogs-item_info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 34px;
}

/* Ending blogs  */
/* Starting fqa  */
.fqa .accordion-item {
  background-color: transparent;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;

  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.fqa .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  padding: 24px;
  justify-content: space-between;
}

.fqa .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

.fqa .accordion-button:not(.collapsed)::after {
  background-image: url("../images/close.svg");
}

.fqa .accordion-button::after {
  background-image: url("../images/plus.svg");
}

.fqa .accordion-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Ending fqa  */
/* Ending Footer  */
footer {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 0 0;
  position: relative;
}

footer::after {
  position: absolute;
  top: 1px;
  width: 100%;
  height: 1px;
  background: radial-gradient(circle at 50% 50%,
      rgba(247, 204, 47, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  content: "";
}

footer .links li {
  margin: 0 20px;
}

footer .social-media li {
  margin: 0 10px;
}

footer .links li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 26px;
}

footer .links li a:hover {
  color: #f7cc2f;
}

footer .copy-right {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}

footer .copy-right p {
  padding: 11px 0;
  color: #fff;
}

/* Ending Footer  */
/* Start Login Page */
.login-sect {
  height: 100dvh;
  background: url("../images/login-sect-bg.png") no-repeat bottom;
  background-size: 100% 60%;
}

.login-sect .logo {
  margin: 0 auto 86px;
  display: block;
  width: fit-content;
}

.login-sect .form-conatiner {
  width: 480px;
  border-radius: 10px;
  border: 2px solid #ffffff33;
  backdrop-filter: blur(70px);
  background: #ffffff1a;
  padding: 40px 20px;
  text-align: center;
  backdrop-filter: blur(70px)
}

.login-sect .form-conatiner h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
}

.login-sect .form-conatiner h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 14px 0 40px;
  color: rgba(255, 255, 255, 0.7);
}

.login-sect .form-conatiner a {
  color: var(--main-color);
  text-decoration: none;
}

.login-sect .input-group {
  position: relative;
  margin-bottom: 20px;
}

.login-sect .input-group .form-control {
  padding: 12px 50px;
}

.form-select,
.form-control:focus,
.form-control {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff33;
  box-shadow: none !important;
  padding: 12px;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.login-sect .input-group .input-group-text {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 9;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.login-sect .form-conatiner .btn-primary {
  color: #000;
  font-weight: 600;
  padding: 12px;
  margin: 32px 0 40px;
}

.device-form {
  width: 760px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 10px;
  position: relative;
  z-index: 99;
  backdrop-filter: blur(70px)
}

.form-label,
h4,
.form-control,
.form-select,
.form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.form-label {
  color: #fff;
}

.device-form>* {
  width: 50%;
  padding: 10px;
}

.device-options {
  display: flex;
  gap: 15px;
  width: 100%;
}

.device {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  flex: 1;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
}

.device.selected::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
  background: url("../images/check.svg") no-repeat center;
}

.device h4 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.device.selected {
  border-color: #f7cc2f;
}

.device.selected h4 {
  color: #fff;
}

.device-hero_content p {
  max-width: 760px;
  text-align: center;
}

.form-select {
  --bs-form-select-bg-img: url("../images/Frame.svg") !important;
  background-position: left 0.75rem center;
  background-size: 24px;
}

.form-check-label {
  color: rgba(255, 255, 255, 0.7);
}

.form-check-input:checked[type="radio"] {
  background-color: #000;
  background-image: none;
  border-width: 5px;
}

.form-check-input {
  background-color: transparent;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  cursor: pointer;
}

.device-form .btn {
  width: 100px;
  margin-right: auto;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
}

/* End Login Page */
/* Start About Page */
.edit-password .container,
.about-page .container {
  max-width: 1160px !important;
  margin: 0 auto;
}

.about-content .about-item {
  margin-bottom: 80px;
}

.about-content .about-item:nth-child(even) {
  flex-direction: row-reverse;
}

.about-content .about-item_content {
  max-width: 552px;
}

.about-content .about-item h3 {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(247, 247, 247, 0.5) 0%,
      #fff 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 58px;
  line-height: 68px;
  margin-bottom: 40px;
}

.about-content .about-item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.our-team .main-title {
  background: linear-gradient(90deg, #AAAAAA 0%, #FFFFFF 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-team .main-title::after,
.our-team .main-title::before {
  display: none;

}

.our-team .our-team_item {
  border: 2px solid #FFFFFF33;
  backdrop-filter: blur(70px);
  background: #FFFFFF1A;
  padding: 50px 20px 34px;
  margin: 0 10px;
}

.our-team .our-team_item h5 {
  font-weight: 600;
  font-size: 30px;
  margin: 40px 0 10px;
}

.our-team .our-team_item h6 {
  color: #F7CC2F;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}
.our-team .our-team_item li{
  margin: 0 12px;
}
.our-team .our-team_item .nav-link{
  opacity: 1;
}
.our-team .our-team_item:hover .our-team_item-iamge{
  transform: translateY(-10px) scale(1.1);
  -webkit-transform: translateY(-10px) scale(1.1);
  -moz-transform: translateY(-10px) scale(1.1);
  -ms-transform: translateY(-10px) scale(1.1);
  -o-transform: translateY(-10px) scale(1.1);
}
/* End About Page */
/* Start Eidt Password Page */
.tab-content {
  min-height: 578px;
}

.tab-content,
.nav-pills {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
}

.nav-pills {
  max-width: 320px;
}

.user-info h5 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
}

.nav-link {
  color: #fff;
  opacity: 0.7;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  border-radius: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  opacity: 1;
  background-color: transparent;
}

.logout-link {
  color: #f72f2f;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.nav-link:hover {
  color: #fff;
  opacity: 1;
}

.profile-picture-container {
  position: relative;
  margin: 0 auto 20px;
}

.profile-picture {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.edit-profile-btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  margin: 0 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

#imageUpload {
  display: none;
}

.open-ticket h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 30px 0 10px;
}

.open-ticket p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.open-ticket .btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.open-ticket .btn:hover {
  background-color: #fff;
}

.upload-container {
  border: 2px dashed rgba(247, 204, 47, 0.4);
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
  background-color: rgba(247, 204, 47, 0.1);
}

.upload-icon {
  font-size: 48px;
  color: #6c757d;
  margin-bottom: 10px;
}

.upload-text {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.upload-text .btn {
  text-decoration: underline;
  color: #f7cc2f;
}

.file-input {
  display: none;
}

.preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.preview-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: rgba(247, 204, 47, 0.4);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.remove-btn i {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.file-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.ticket-form .btn-outline-secondary {
  padding: 12px 24px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3)
}

.ticket-form .btn-primary {
  padding: 12px 30px;
  font-weight: 600;
}

/* End Eidt Password Page */
/* End Active Device Page */
.active-device-hero {
  overflow: hidden;
}

.active-device-hero .image-ovelay {
  top: 600px;
  height: unset;
}

.active-device-hero .image-ovelay::before {
  display: none;
}

.active-device-hero .device-hero_content .btn {
  z-index: 2;
  position: relative;
}

.active-device_image {
  margin-top: -150px;

}

/* End Active Device Page */
/* Start Buy Creidt Page */
.buy-credit .image-ovelay {
  height: 100%;
  bottom: 0;
  top: 640px;
}

.list-info {
  width: 760px;
  background: #FFFFFF1A;
  border: 2px solid #FFFFFF33;
  margin: 50px auto 20px;
  padding: 20px;
  backdrop-filter: blur(70px)
}

.list-info .list-info_row {
  margin-bottom: 20px;
}

.list-info :where(h4, p) {
  font-size: 20px;
  line-height: 30px;
}

.list-info h4 {
  font-weight: 600;

  color: #FFFFFF;
  margin: 0 0 5px 0;
}

.list-info p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-right: 20px;
}

.list-info p span {
  color: #f7cc2f;

}

.list-info p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 4px;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact .btn-primary {
  margin-top: 30px;
}

/* End Buy Creidt Page */
/* Start Other Products Page */
.produts-container .produt-item {
  background: #FFFFFF1A;
  border: 2px solid #FFFFFF33;
  backdrop-filter: blur(70px);
  padding: 20px;
  margin: 30px;
  display: block;
}

.produts-container .produt-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.produts-container .produt-item:hover img {
  transform: scale(1.2) rotate(-3deg);
  -webkit-transform: scale(1.2) rotate(-3deg);
  -moz-transform: scale(1.2) rotate(-3deg);
  -ms-transform: scale(1.2) rotate(-3deg);
  -o-transform: scale(1.2) rotate(-3deg);
}

.produts-container .produt-item:hover .btn {
  background-color: #f7cc2f;
  color: #000;
}

.produt-item_content :where(h4, p) {
  color: #fff;
}

.produt-item .produt-item_content h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.produt-item .produt-item_content p {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0 30px;

}

/* End Other Products Page */
/* End Blog Details Page */
.blog-details .head-sect .btn {
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF4D;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 26px;
}

.blog-details .head-sect h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
}

.blog-details .head-sect p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  margin: 0 auto;
}

.blog-details .head-sect p::before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #f7cc2f;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.blog-content .blog-content_image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  margin: 50px 0;
}

.blog-content .blog-content_desc {
  max-width: 900px;
  margin: 0 auto;
}

.blog-content .blog-content_desc p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
}

.blog-content .blog-content_shear {
  padding: 30px 200px;
  border-top: 1px solid #FFFFFF33;
  border-bottom: 1px solid #FFFFFF33;
}

.blog-content .blog-content_shear h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #F7CC2F;
  margin-left: 35px;

}

.blog-content .blog-content_shear li {
  margin-left: 20px;
}
.videos-slider_item .videos-slider_item-media {
  display: block;
}
/* End Blog Details Page */