:root {
  --primary-color: rgba(254, 176, 42, 1);
  --dark-primary: rgba(225, 156, 37, 1);
  --market-primary: rgba(254, 176, 42, 0.16);
  --secondary-color: rgba(39, 39, 38, 1);
  --league-color: rgba(247, 246, 245, 1);
  --dark-secendary: rgba(35, 35, 35, 1);
  --basic-color: rgba(255, 255, 255, 1);
  --light-bg: rgba(255, 255, 255, 0.08);
  --sec-light-bg: rgba(217, 217, 217, 0.06);
  --light-gray: rgba(13, 13, 13, 0.1);
  --dark-color: rgba(7, 7, 8, 1);
  --sec-dark-color: rgba(17, 17, 17, 1);
  --gray-bg: rgba(167, 163, 154, 0.1);
  --sec-gray-bg: rgba(249, 249, 249, 1);
  --font-gray: rgba(141, 153, 157, 1);
  --sec-font-gray: rgba(145, 145, 145, 1);
  --th-font-gary: rgba(101, 104, 97, 1);
  --f-gray-font: rgba(153, 153, 153, 1);
  --border-color: rgba(230, 230, 229, 1);
  --light-border: rgba(255, 255, 255, 0.14);
  --gray-border: rgba(204, 204, 204, 1);
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.main-btn {
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 40px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 128px;
  padding: 12px;
  color: var(--basic-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-btn .fa-angles-right:dir(rtl) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-btn:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .main-btn {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 16px;
  }
}

.bg-league {
  background-color: var(--league-color);
}

.match-league-box {
  padding: 24px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.match-time-title {
  font-size: 28px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--secondary-color);
}

.location-box {
  background-color: var(--league-color);
  border-radius: 30px;
  padding: 12px 20px;
}

.primary-bg {
  background-color: var(--primary-color);
}

.dark-bg {
  color: var(--basic-color);
  background-color: var(--secondary-color);
}

.light-bg {
  font-weight: 600;
  color: var(--secondary-color);
  background-color: var(--basic-color);
}

.light-bg,
.dark-bg {
  text-transform: uppercase;
  border-radius: 50px;
  height: 50px;
  min-width: 194px;
  gap: 14px;
}

.light-bg i,
.dark-bg i {
  font-size: 14px;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.py-64 {
  padding: 64px 0 !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.impact-font {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .head-box {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(4, 8, 15, 0.705)),
        to(rgba(4, 8, 15, 0.829))
      ),
      url("../images/p-1.jpg");
    background-image: linear-gradient(
        to bottom,
        rgba(4, 8, 15, 0.705),
        rgba(4, 8, 15, 0.829)
      ),
      url("../images/p-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.mh-100 {
  min-height: 100% !important;
}

.devolum-header {
  min-height: calc(100vh - 96px);
  margin-top: 32px;
  padding: 32px 0;
  border-radius: 60px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(4, 8, 15, 0.705)),
      to(rgba(4, 8, 15, 0.829))
    ),
    url("../images/p-1.jpg");
  background-image: linear-gradient(
      to bottom,
      rgba(4, 8, 15, 0.705),
      rgba(4, 8, 15, 0.829)
    ),
    url("../images/p-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .devolum-header {
    padding: 16px;
    background-image: none;
    min-height: 100% !important;
  }
}
@media (max-width: 1200px) {
  .devolum-header {
    min-height: calc(70vh - 96px);
  }
}
.devolum-header .head-content {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  padding: 64px 0;
}
@media (max-width: 1200px) {
  .devolum-header .head-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 500px) {
  .devolum-header .head-content {
    padding: 48px 0;
  }
}
.devolum-header .nav-logo img {
  max-width: 75px;
  height: auto;
}

.mobile-navigation {
  background: var(--sec-dark-color);
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 0;
  -webkit-box-shadow: 0px 11px 22.5px 0px rgba(124, 124, 124, 0.06);
  box-shadow: 0px 11px 22.5px 0px rgba(124, 124, 124, 0.06);
}
.mobile-navigation .mobile-logo a img {
  max-height: 60px;
}
@media (max-width: 991px) {
  .mobile-navigation {
    display: block;
  }
}
.mobile-navigation .menu-icon .open-icon {
  color: var(--primary-color);
  background-color: var(--light-bg);
  height: 40px;
  text-align: center;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.mobile-navigation .menu-icon .select-box,
.mobile-navigation .menu-icon .fa-bars {
  display: block;
}
.mobile-navigation .exit-icon {
  color: var(--primary-color);
  background-color: var(--light-bg);
  height: 40px;
  text-align: center;
  width: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.mobile-navigation .list-container {
  background-color: var(--sec-dark-color);
  position: fixed;
  top: 0;
  width: 310px;
  height: 100vh;
  padding: 6px 12px;
  -webkit-box-shadow: 0px 8px 25px rgba(179, 179, 179, 0.15);
  box-shadow: 0px 8px 25px rgba(179, 179, 179, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-navigation .list-container:dir(rtl) {
  left: auto;
  right: -100%;
}
.mobile-navigation .list-container:dir(ltr) {
  left: -100%;
  right: auto;
}
.mobile-navigation .list-container .mobile-logo {
  padding-bottom: 18px;
  margin-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid var(--light-bg);
}
.mobile-navigation .list-container .nav-list {
  padding: 0;
  list-style: none;
}
.mobile-navigation .list-container .nav-list li {
  margin-bottom: 16px;
  padding: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mobile-navigation .list-container .nav-list li:hover,
.mobile-navigation .list-container .nav-list li.active {
  background-color: var(--primary-color);
  width: 100%;
}
.mobile-navigation .list-container .nav-list li:hover a,
.mobile-navigation .list-container .nav-list li.active a {
  color: var(--basic-color);
}
.mobile-navigation .list-container .nav-list li a {
  color: var(--basic-color);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.open-menu .open-icon {
  display: none !important;
}
.open-menu .list-container:dir(rtl) {
  right: 0% !important;
}
.open-menu .list-container:dir(ltr) {
  left: 0% !important;
}
.open-menu .exit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.close-menu .open-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.close-menu .list-container:dir(rtl) {
  right: -100% !important;
}
.close-menu .list-container:dir(ltr) {
  left: -100% !important;
}
.close-menu .exit-icon {
  display: none !important;
}

.devolum-menu {
  margin: 0 32px;
  padding: 12px 30px;
  border-radius: 116px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background: var(--light-bg);
}
@media (max-width: 1200px) {
  .devolum-menu .main-btn {
    min-width: 100px !important;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .devolum-menu {
    display: none !important;
  }
}
.devolum-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 32px;
}
.devolum-menu .menu-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .devolum-menu .menu-list ul {
    gap: 10px;
  }
}
.devolum-menu .menu-list ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  font-weight: 400;
  color: var(--basic-color);
}
.devolum-menu .menu-list ul li a:hover,
.devolum-menu .menu-list ul li a.active {
  color: var(--primary-color);
  font-weight: 700;
}
@media (max-width: 1200px) {
  .devolum-menu .menu-list ul li a {
    font-size: 18px;
  }
}

.heading-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 1.2;
  color: var(--basic-color);
}

@media (max-width: 1200px) {
  .heading-title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .heading-title {
    font-size: 54px;
  }
}
@media (max-width: 500px) {
  .heading-title {
    font-size: 44px;
  }
}
.heading-title span {
  color: var(--primary-color);
}

.mission-content .title {
  color: var(--basic-color);
  padding-bottom: 16px;
}
@media (max-width: 575px) {
  .mission-content .title {
    padding-bottom: 0px;
  }
}
.mission-content .title svg {
  font-size: 120px !important;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media (max-width: 1200px) {
  .mission-content .title svg {
    font-size: 100px !important;
  }
}
@media (max-width: 767px) {
  .mission-content .title svg {
    font-size: 80px !important;
  }
}
@media (max-width: 575px) {
  .mission-content .title svg {
    font-size: 52px !important;
  }
}
.mission-content .title svg text {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.274);
}

.title {
  padding-bottom: 32px;
  margin-top: 90px;
  position: relative;
  line-height: 1.5;
  color: var(--secondary-color);
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 0;
  z-index: 2;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .title {
    margin-top: 64px;
    font-size: 30px;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .title {
    margin-top: 32px;
    font-size: 20px;
  }
}
.title svg {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  overflow: visible;
  font-weight: 400 !important;
  font-size: 200px !important;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  font-size: 80px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media (max-width: 1200px) {
  .title svg {
    font-size: 150px !important;
  }
}
.title svg:dir(rtl) {
  -webkit-transform: translate(102%);
  transform: translate(102%);
}
@media (max-width: 767px) {
  .title svg {
    font-size: 100px !important;
  }
}
@media (max-width: 575px) {
  .title svg {
    font-size: 60px !important;
  }
}
.title svg text {
  fill: transparent;
  stroke: rgba(13, 13, 13, 0.295);
}

.description {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--basic-color);
}
@media (max-width: 1200px) {
  .description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .description {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .description {
    font-size: 16px;
  }
}

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

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

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

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

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

.c-white {
  color: var(--basic-color) !important;
}

.c-dark {
  color: var(--secondary-color) !important;
}

.c-font {
  color: var(--font-gray) !important;
}

.devolum-footer {
  background-color: var(--sec-dark-color);
  color: var(--basic-color);
}
.devolum-footer .sub-menu-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.devolum-footer .py-64 {
  border-bottom: 1px solid var(--light-border);
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .devolum-footer .py-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .devolum-footer .py-64 {
    padding-bottom: 32px !important;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .devolum-footer .footer-content {
    margin-bottom: 16px;
  }
}
.devolum-footer .footer-content .sub-title {
  font-size: 32;
}
.devolum-footer .footer-content .description {
  font-size: 18px;
}
.devolum-footer .info-links span {
  color: var(--font-gray);
  font-size: 14px;
}
.devolum-footer .info-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.devolum-footer .info-links a:hover i {
  color: var(--basic-color);
}
.devolum-footer .info-links a i {
  color: var(--primary-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
}
.devolum-footer .footer-logo img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .devolum-footer .footer-logo img {
    max-height: 70px;
  }
}
.devolum-footer .description {
  color: var(--light-gray);
}
.devolum-footer .menu-list {
  list-style: none;
  padding: 0;
}
.devolum-footer .menu-list li {
  margin-bottom: 16px;
}
.devolum-footer .menu-list li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--basic-color);
}
.devolum-footer .menu-list li a:hover {
  color: var(--primary-color);
}
.devolum-footer .end-text {
  padding: 24px 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .devolum-footer .end-text {
    padding: 16px 0;
  }
}
.devolum-footer .end-text .text-center {
  font-size: 14px;
  font-weight: 400;
  color: var(--basic-color);
}
.devolum-footer .end-text .text-center a {
  font-weight: 700;
  color: var(--primary-color);
}
.devolum-footer .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .devolum-footer .input-box input {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .devolum-footer .input-box input,
  .devolum-footer .input-box .submit-btn {
    height: 56px !important;
    padding: 20px !important;
    font-size: 14px !important;
  }
}
.devolum-footer .input-box input {
  color: var(--basic-color);
  min-width: 30vw;
  border: none;
  background-color: var(--sec-light-bg);
  height: 72px;
  padding: 30px;
}
.devolum-footer .input-box input:dir(ltr) {
  border-radius: 70px 0px 0px 70px;
}
.devolum-footer .input-box input:dir(rtl) {
  border-radius: 0px 70px 70px 0px;
}
.devolum-footer .input-box input:focus {
  outline: none;
}
.devolum-footer .input-box input::-webkit-input-placeholder {
  color: var(--sec-font-gray);
}
.devolum-footer .input-box input::-moz-placeholder {
  color: var(--sec-font-gray);
}
.devolum-footer .input-box input:-ms-input-placeholder {
  color: var(--sec-font-gray);
}
.devolum-footer .input-box input::-ms-input-placeholder {
  color: var(--sec-font-gray);
}
.devolum-footer .input-box input::placeholder {
  color: var(--sec-font-gray);
}
.devolum-footer .input-box .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--basic-color);
  background-color: var(--primary-color);
  font-weight: 700;
  height: 72px;
  padding: 30px;
}
.devolum-footer .input-box .submit-btn:dir(ltr) {
  border-radius: 0px 70px 70px 0px;
}
.devolum-footer .input-box .submit-btn:dir(rtl) {
  border-radius: 70px 0px 0px 70px;
}

/* .devolum-main-content {
  overflow-x: hidden;
} */

@media (max-width: 991px) {
  .devolum-main-content {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .devolum-about .col-lg-6:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
}

.mission-box {
  padding: 64px 0;
  background-color: var(--dark-color);
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .mission-box {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .mission-box {
    background-color: transparent;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .devolum-mission {
    background-color: var(--dark-color);
  }
}

.matches-box {
  padding: 64px 0;
  background-color: var(--dark-color);
  border-radius: 50px;
}

.matches-box .title {
  color: var(--basic-color);
}

.box-match {
  background-color: var(--basic-color);
  border: 1px solid var(--light-gray);
  padding: 24px 25px;
  border-radius: 30px;
}

.history-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/Group 1.png");
  min-height: 580px;
}
@media (max-width: 991px) {
  .history-bg {
    min-height: 350px;
  }
  .history-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .history-bg {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .history-bg {
    min-height: 170px;
  }
  .history-title {
    font-size: 24px;
  }
  .description-history {
    font-size: 16px;
  }
  .history-side-bg {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .history-side-bg {
    background-image: url("../images/Royal_Logo-1.png");
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
  }
}

.history-img img {
  border-radius: 30px;
}

.history-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: var(--basic-color);
}

.description-history {
  font-weight: 400;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--th-font-gary);
}

.devolum-team {
  padding-bottom: 22px;
}
.devolum-team .heading-title {
  max-width: 60%;
}
@media (max-width: 991px) {
  .devolum-team .heading-title {
    max-width: 80%;
  }
}

.team-card {
  position: relative;
  margin-bottom: 32px;
  height: calc(100% - 32px);
  background-color: var(--gray-bg);
  border-radius: 30px;
}
.team-card .card-img {
  border-radius: 30px 30px 0 0;
  height: 346px;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-card .card-text {
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--dark-color);
}
.team-card .card-title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-color);
}
.team-card .card-content {
  padding: 24px;
}

.contact-content .title {
  margin-top: 68px;
  color: var(--basic-color);
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .contact-content .title {
    margin-top: 34px;
  }
}
@media (max-width: 575px) {
  .contact-content .title {
    margin-top: 0px;
    padding-bottom: 0;
  }
}
.contact-content .title svg {
  -webkit-transform: translate(-16%, 40%);
  transform: translate(-16%, 40%);
}
@media (max-width: 767px) {
  .contact-content .title svg {
    -webkit-transform: translate(-16%, 10%);
    transform: translate(-16%, 10%);
  }
}
@media (max-width: 575px) {
  .contact-content .title svg {
    -webkit-transform: translate(-6%, 10%);
    transform: translate(-6%, 10%);
  }
}

.devolum-contact {
  position: relative;
  padding: 200px 0 32px 0;
  background-color: var(--sec-gray-bg);
}
.devolum-contact::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  min-width: 100%;
  height: 100%;
  background-image: url("../images/Vector.png");
  background-size: cover;
  z-index: 2;
  -webkit-transform: translateY(-23px);
  transform: translateY(-23px);
  pointer-events: none;
}

.contact-list {
  margin-bottom: 24px;
  position: relative;
}
.contact-list:last-child {
  margin-bottom: 0;
}
.contact-list img {
  max-width: 24px;
  height: auto;
}
.contact-list .text {
  font-size: 12px;
  color: var(--th-font-gary);
  margin-bottom: 8px;
}
.contact-list .link-text {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .dark-bg i {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.contact-form .input-box {
  margin-bottom: 24px;
}
.contact-form .input-box label {
  width: 100%;
  color: var(--secondary-color);
  font-size: 20px;
  margin-bottom: 4px;
}
.contact-form .input-box input {
  height: 36px;
  padding: 16px 24px;
  border-radius: 50px;
}
.contact-form .input-box textarea {
  border-radius: 20px;
  padding: 24px;
  min-height: 138px;
}
.contact-form .input-box textarea::-webkit-input-placeholder {
  color: var(--f-gray-font);
}
.contact-form .input-box textarea::-moz-placeholder {
  color: var(--f-gray-font);
}
.contact-form .input-box textarea:-ms-input-placeholder {
  color: var(--f-gray-font);
}
.contact-form .input-box textarea::-ms-input-placeholder {
  color: var(--f-gray-font);
}
.contact-form .input-box textarea::placeholder {
  color: var(--f-gray-font);
}
.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  border: 1px solid var(--gray-border);
}
.contact-form .input-box input:focus,
.contact-form .input-box textarea:focus {
  outline: none;
}

.swiper .swiper-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.swiper .swiper-button-next {
  right: auto;
}
.swiper .swiper-button-next .arrow-one {
  display: none;
}
.swiper .swiper-button-next .arrow-one:dir(ltr) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper .swiper-button-next .arrow-two {
  display: block;
}
.swiper .swiper-button-next .arrow-two:dir(rtl) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper .swiper-button-prev {
  left: auto;
}
.swiper .swiper-button-prev .arrow-one {
  display: none;
}
.swiper .swiper-button-prev .arrow-one:dir(rtl) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper .swiper-button-prev .arrow-two {
  display: block;
}
.swiper .swiper-button-prev .arrow-two:dir(ltr) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  margin-top: 0;
  width: auto;
  height: auto;
  color: transparent;
  position: relative;
  bottom: 0;
  top: auto;
}
@media (max-width: 575px) {
  .swiper .swiper-button-prev img,
  .swiper .swiper-button-next img {
    height: 20px;
    width: auto;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled .arrow-one,
.swiper-button-prev.swiper-button-disabled .arrow-one {
  display: block;
}
.swiper-button-next.swiper-button-disabled .arrow-two,
.swiper-button-prev.swiper-button-disabled .arrow-two {
  display: none;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .breadcrumb {
    gap: 8px;
  }
  .breadcrumb i {
    font-size: 6px !important;
  }
  .breadcrumb span,
  .breadcrumb a {
    font-size: 14px !important;
  }
}
.breadcrumb i {
  font-size: 8px;
}
.breadcrumb span,
.breadcrumb a {
  font-size: 16px;
  color: var(--basic-color);
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-box:nth-child(odd) .devolum-mission {
    background-color: var(--dark-primary);
  }
  .about-box:nth-child(odd) .mission-box {
    background-color: transparent;
  }
}
.about-box:nth-child(odd) .mission-box {
  background-color: var(--dark-primary);
}

.single-team .title {
  font-size: 54px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .single-team .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .single-team .title {
    font-size: 32px;
    margin-bottom: 0 !important;
  }
}
.single-team .text {
  font-size: 16px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .single-team .text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.single-team .description {
  font-size: 18px;
}
@media (max-width: 991px) {
  .single-team .description {
    font-size: 16px;
  }
}
.single-team .team-img img {
  width: 100%;
  border-radius: 42px;
}

.content-team {
  padding: 64px 0;
  background-image: url("../images/bg.jpg");
  color: var(--secondary-color);
}
.content-team .team-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Anton", sans-serif;
  color: var(--dark-secendary);
}
@media (max-width: 1200px) {
  .content-team .team-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .content-team .team-title {
    font-size: 26px;
  }
}
.content-team .team-description {
  font-size: 16px;
}
@media (max-width: 991px) {
  .content-team .team-description {
    font-size: 14px;
  }
}
.content-team .team-description:last-child {
  margin-bottom: 0;
}

/* start box-match media query */
@media (max-width: 991px) {
  .box-match > div {
    /* -webkit-box-pack: center !important; */
    /* -ms-flex-pack: center !important; */
    justify-content: center !important;
  }
}

/* Club Store */

.product-card {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-bottom: 32px;
  /* padding: 12px; */
  background: #fff;
  transition: all 0.3s ease;
}

.product-card:hover {
  border-color: var(--primary-color); /* لون ذهبي زي الصورة */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-card:hover .card-content {
  border-top-color: var(--primary-color);
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.card-img-wrapper img {
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.add-btn {
  position: absolute;
  font-family: Arial;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 80%;
  height: 50px;
  background: var(--primary-color);
  color: var(--basic-color);
  border: none;
  border-radius: 40px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.product-card:hover .add-btn {
  opacity: 1;
  transform: translateY(0);
}

.add-btn:hover {
  background: var(--dark-primary);
}

.card-content {
  border-top: 1px solid var(--border-color);
  padding: 24px;
}

.modal-content {
  border-radius: 24px;
  border: none;
}

.gallery-img img {
  border-radius: 30px;
  height: 370px;
}

.gallery-popup-main-img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 600px;
}

.gallery-popup-main-img img {
  width: 1000px;
  height: 600px;
}

@media (max-width: 1000px) {
  .gallery-popup-main-img {
    max-width: 100%;
    height: 100%;
  }
  .gallery-popup-main-img img {
    height: 300px;
  }
}

.swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#pop-swiper .swiper-slide:first-child img {
  border-radius: 16px 0 0 16px;
}

#pop-swiper .swiper-slide:last-child img {
  border-radius: 0 16px 16px 0;
}

@media (max-width: 576px) {
  #pop-swiper .swiper-slide img {
    border-radius: 16px;
  }
  #pop-swiper .swiper-slide:first-child img {
    border-radius: 16px;
  }

  #pop-swiper .swiper-slide:last-child img {
    border-radius: 16px;
  }
}

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  display: table;
}
@media (max-width: 576px) {
  .modal-dialog {
    display: block;
  }
}

/* Gallery popup swiper navigation buttons */
#pop-swiper {
  padding: 24px 0px;
  /* box-sizing: border-box; */
  /* overflow: hidden; */
  width: 760px;
}

@media (max-width: 768px) {
  #pop-swiper {
    width: 600px;
  }
}

@media (max-width: 767px) {
  #pop-swiper {
    width: 450px;
  }
}

.navigations-swiper {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

.navigations-swiper .swiper-button-next,
.navigations-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.navigations-swiper .swiper-button-next::after,
.navigations-swiper .swiper-button-prev::after {
  content: none;
}

.navigations-swiper .swiper-button-next i,
.navigations-swiper .swiper-button-prev i {
  font-size: 20px;
  color: var(--primary-color);
  transition: 0.3s;
}

.navigations-swiper .swiper-button-next {
  right: 10px;
}

.navigations-swiper .swiper-button-prev {
  left: 10px;
}

.navigations-swiper .swiper-button-next:hover,
.navigations-swiper .swiper-button-prev:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 4px 15px rgba(254, 176, 42, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.navigations-swiper .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: var(--basic-color);
}

.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  #pop-swiper {
    width: 200px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 16px;
  }
}

.internship-card {
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
  border-radius: 24px;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: sticky;
  transition: all 0.3s ease;
}

.internship-card:hover {
  border-bottom: 4px solid var(--primary-color);
  transform: translateY(-4px);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.title-internship {
  font-size: 24px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 562px) {
  .title-internship {
    font-size: 18px;
  }
}

.marketing {
  background-color: var(--market-primary);
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 8px 12px;
  width: fit-content;
}

.marketing p {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 1px;
}

.location-time-marketing {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin: 24px -24px;
}

.details-internship {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin: 12px 0px;
  padding: 0px 20px;
}

.details-internship span {
  font-size: 20px;
  color: var(--secondary-color);
}
.time {
  display: flex;
  align-items: center;
  gap: 8px;
}

a.sec-btn {
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--basic-color);
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

a.sec-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.digital-time-marketing {
  border: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.title-digital-internship {
  font-family: Impact;
  font-size: 44px;
  margin-bottom: 32px;
}

.digital-description {
  max-width: 700px;
}

.digital-title {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  margin: 24px 0;
}

.digital-hint {
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: var(--th-font-gary);
}

@media (max-width: 768px) {
  .digital-hint {
    font-size: 16px;
    line-height: 28px;
  }
}

.apply-internship {
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  padding: 40px;
}

.primary-color {
  color: var(
    --primary-color
  ); /* يمكنك تعديل الكود اللوني حسب الدرجة المطلوبة */
}

.apply-information .details-labels label {
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 12px;
}

.apply-information .form-control,
.apply-information .form-select {
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 10px;
  color: var(--secondary-color);
}

.apply-information .form-control:focus,
.apply-information .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(185, 100, 47, 0.25);
}

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  background-color: #fff;
  background-image: none;
  text-align: center;
  border: 2px dashed var(--primary-color);
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
  border-radius: 10px;
}
.dropify-wrapper .dropify-message span.file-icon {
  color: var(--primary-color);
}

.dropify-wrapper .dropify-message p {
  color: var(--secondary-color);
  font-weight: 500;
  font-family: system-ui;
  font-size: 16px !important;
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(
    135deg,
    #feb02a34 25%,
    transparent 25%,
    transparent 50%,
    #feb02a34 50%,
    #feb02a34 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #feb02a34 25%,
    transparent 25%,
    transparent 50%,
    #feb02a34 50%,
    #feb02a34 75%,
    transparent 75%,
    transparent
  );
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

/* Custom Checkbox Styling */
.checkbox-input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  position: relative;
  background-color: white;
}

.checkbox-input:hover {
  border-color: var(--primary-color);
}

.checkbox-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox-input:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.main-name {
  font-family: Impact;
  font-weight: 400;
  font-size: 32px;
  color: var(--secondary-color);
}
.description-name {
  color: var(--primary-color);
  font-family: Arial;
  font-size: 24px;
  font-weight: 400;
}

.org-person img {
  width: fit-content;
}

@media (max-width: 1024px) {
  .org-person img {
    max-width: 100%;
  }
}

.organization-img img {
  max-width: 80px;
  max-height: 80px;
}

.organization-img .main-name {
  font-size: 60px;
}

@media (max-width: 768px) {
  .organization-img .main-name {
    font-size: 32px;
  }
}

.sc-img img {
  border-radius: 30px 30px 0px 0px;
  height: 370px;
  object-fit: cover;
}
.sc-name {
  background-color: var(--league-color);
  padding: 32px 24px;
  border-radius: 0px 0px 30px 30px;
}

.details-sc-job {
  font-family: Arial;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: var(--primary-color);
}

.details-sc-name {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 700;
  font-family: Arial;
}

@media (max-width: 768px) {
  .details-sc-name {
    font-size: 20px;
  }
}

.time-matches {
  border: 1px solid var(--border-color);
  border-radius: 0px 0px 30px 30px;
  padding: 24px 0px;
}

.details-match {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0px 20px;
}

.sc-details-match {
  border-top: 1px solid var(--border-color);
}

.card-match {
  margin-bottom: 30px;
  /* padding: 24px; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.round-of-match {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.31px;
  color: var(--secondary-color);
}

.bg-black {
  background-color: var(--dark-color);
  border-radius: 30px 30px 0px 0px;
  padding: 24px;
}

.title-match {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--basic-color);
}

.team-match {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px 50px;
}

@media (max-width: 1200px) {
  .team-match {
    flex-wrap: nowrap;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .team-match {
    justify-content: center;
    flex-wrap: wrap;
    gap: 38px;
  }
  .score-match {
    font-size: 18px;
    padding: 10px;
  }
}

@media (max-width: 568px) {
  .team-match {
    flex-direction: column;
    gap: 24px;
  }

  .score-match {
    font-size: 16px;
  }
}

.team-1 img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  object-fit: cover;
}

.team-name {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}

.set-match {
  background-color: var(--primary-color);
  border-radius: 12px;
  padding: 10px 20px;
}

.score-match {
  font-family: Arial;
  font-size: 20px;
  font-weight: 900;
  color: var(--basic-color);
}

.buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  .buttons {
    gap: 8px;
  }
}

.tab-btn {
  border: 1px solid var(--border-color);
  background: var(--basic-color);
  color: var(--secondary-color);
  font-weight: 700;
  border-radius: 40px;
  padding: 13px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

@media (max-width: 568px) {
  .tab-btn {
    font-size: 14px;
  }
}

.tab-btn:hover {
  background: var(--primary-color);
  color: var(--basic-color);
}

.tab-btn.active {
  background: var(--primary-color);
  color: var(--basic-color);
  border-color: var(--primary-color);
}

.tab-content {
  width: 100%;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.select2-selection__rendered {
  padding: 5px;
}

.select2-selection.select2-selection--single {
  height: fit-content;
}

.select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--basic-color);
  border: 1px solid var(--border-color);
  padding: 2px;
  border-radius: 8px;
  box-shadow: var(--tblr-box-shadow-input);
}

.select2-container--default .select2-selection--multiple {
  background-color: var(--basic-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: var(--tblr-box-shadow-input);
}

.select2-container--open .select2-dropdown--below {
  border-top: none !important;
  border: 1px solid var(--border-color);
  border-radius: 0px 0px 12px 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.096);
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none !important;
  border: 1px solid var(--border-color);
  border-radius: 12px 12px 0px 0px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.096);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color);
}

.select2-search__field:focus {
  outline: none !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid var(--border-color);
  box-shadow: var(--tblr-box-shadow-input);
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #efefef;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-selection_choice_remove {
  border-left: none !important;
}

.selection {
  max-width: 100%;
}

select {
  direction: inherit;
}

.select2 {
  width: 100% !important;
}
.select2-search--dropdown {
  margin-top: 8px;
}
