@charset "UTF-8";
@font-face {
  font-family: 'BYekan';
  src: url("../fonts/BYEKAN.TTF") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'BYekan', sans-serif;
  font-size: 1.4rem;
  direction: rtl;
  text-align: right;
}

body * {
  font-family: 'BYekan', sans-serif;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a.gallery-link{
  display: block;
}
.row {
  margin: 0 -1.5rem;
}

.row > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

input:focus {
  outline: none;
  box-shadow: none !important;
}

.btn {
  font-size: 1.4rem;
  border-radius: 6px;
  height: 40px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

button:focus, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

img {
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

.table > :not(caption) > * > * {
  padding: 1rem;
  text-align: right;
  vertical-align: middle;
}

.english-font {
  font-family: Arial, Helvetica, sans-serif !important;
}

.english-font * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.search-top {
  background-color: #e3e3e3;
  padding: 15px;
}

.search-top.fix {
  position: fixed;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  z-index: 999999;
  transition: all .2s .1s;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.internal-page {
  background-color: #f4f4f4;
}

.internal-page .internal-page-content {
  padding: 20px 0;
  min-height: 600px;
}

.white-section {
  background-color: #ffffff;
  padding: 20px 0;
}

.white-section .title-link {
  margin-bottom: 20px;
}

.main-section {
  padding: 20px 0;
}

.red-txt {
  color: #c60000;
}

.btn-secondary {
  height: 40px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.title-link {
  font-size: 1.8rem;
  line-height: 38px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  font-weight: normal;
}

.title-link:hover {
  color: #fff;
  background-color: #5d656d !important;
}

.pagination-wrapper {
  margin-top: 10px;
  padding-bottom: 15px;
}

.pagination-wrapper #next-page {
  border-radius: 4px;
  font-size: 2rem;
  min-width: 130px;
  background-color: transparent;
  border-color: 1px solid #cecece;
  color: #5c646a;
  height: 45px;
  line-height: 42px;
}

.pagination-wrapper #next-page i {
  vertical-align: middle;
  font-size: 1.4rem;
  margin-top: 5px;
}

.pagination-wrapper #next-page:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.pagination-wrapper .pagination-text {
  margin-left: 10px;
  font-size: 1.8rem;
}

.pagination-wrapper .pagination .page-item .page-link {
  padding: 0 5px;
  font-size: 1.8rem;
  color: #5c646a;
  border-color: #5c646a;
  background-color: transparent;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  text-align: center;
}

.pagination-wrapper .pagination .page-item .page-link:hover {
  background-color: #e8e8e8;
}

.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-wrapper .pagination .page-item .page-link i {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: 3px;
}

.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff !important;
  background-image: linear-gradient(#848d8c, #646871);
}

.pagination-wrapper .pagination .page-item:first-child .page-link {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-wrapper .pagination .page-item:last-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-wrapper #next-page {
  padding-left: 20px;
  padding-right: 20px;
}

.search-wrapper .search-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.search-wrapper .search-box input {
  height: 54px;
  border-color: #000;
  border-radius: 0;
  padding-right: 60px;
  font-size: 1.6rem;
  width: 100%;
}
.search-wrapper .search-box select {
  height: 54px;
  border-color: #000;
  border-radius: 0;
  padding-right: 10px;
  font-size: 1.6rem;
  width: 100%;
  border-left: none;
}
.search-wrapper .search-box button {
    height: 54px;
    width: 100%;
    font-size: 2rem;
    line-height: 10px;
    background-color: #e9ecef;
    border: 1px solid #000;
    border-right: none;

}

.search-wrapper .search-box input::placeholder {
  color: #999a9b;
}

.search-wrapper .search-box .camera-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}

#searchModal {
  background: rgba(0, 0, 0, 0.6);
}

#searchModal .modal-body {
  padding: 0 !important;
}

#gallery-carousel {
  direction: ltr;
}

#gallery-carousel .owl-stage-outer {
  direction: ltr;
}

#gallery-carousel .owl-stage-outer .item.football-player .name {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  background: url("../images/playernamebg.png") 0 0 repeat-x transparent;
  background-size: auto 100%;
  padding: 20px 15px 10px;
}

#gallery-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
}

#gallery-carousel .owl-nav .owl-next, #gallery-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background-color: #000000;
  opacity: 0.5;
  left: 0;
  position: absolute;
  transition: all 0.3s;
}

#gallery-carousel .owl-nav .owl-next span, #gallery-carousel .owl-nav .owl-prev span {
  font-size: 2rem;
  color: #ffffff;
}

#gallery-carousel .owl-nav .owl-next:hover, #gallery-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

#gallery-carousel .owl-nav .owl-next {
  right: 0;
  left: unset;
}

#gallery-carousel .owl-nav .owl-prev {
  left: 0;
}

.box {
  border: 1px solid #dfdcdc;
  padding: 50px !important;
  background-color: #ffffff;
}

.english-logo {
  border-bottom: 1px solid #9b9b9b;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.english-logo .red-logo {
  width: 50px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px 0px #9d9d9d;
}

.english-logo .type-logo {
  width: 250px;
}

.english-logo .subtitle {
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-row {
  margin: 0 -0.75rem;
}

.custom-row > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#scrollTop {
  display: inline-block;
  background-color: #e0c40b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0px 3px 14px -7px #777;
}

#scrollTop::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 50px;
  color: #fff;
}

#scrollTop:hover {
  cursor: pointer;
}

#scrollTop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1400px) {
  .search-wrapper .search-box input {
    font-size: 1.4rem;
  }
  .title-link {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.99px) {
  .internal-page .internal-page-content {
    min-height: auto;
  }
  .search-top {
    display: none;
  }
  .box {
    max-width: 100% !important;
    padding: 0 1.5rem !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: none;
  }
  .internal-page .internal-page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pagination-wrapper .pagination-text {
    font-size: 1.4rem;
  }
  .pagination-wrapper .pagination .page-item .page-link {
    font-size: 1.6rem;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
  }
  .pagination-wrapper .pagination .page-item .page-link i {
    font-size: 1rem;
  }
  .pagination-wrapper #next-page {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6rem;
    min-width: 100px;
    height: 35px;
    line-height: 32px;
  }
  .pagination-wrapper #next-page i {
    font-size: 1rem;
  }
  .english-logo .red-logo {
    width: 30px;
  }
  .english-logo .type-logo {
    width: 150px;
  }
  .english-logo .subtitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 575.99px) {
  .no-mobile-padding {
    padding: 0 !important;
  }
  .custom-row {
    margin: 0 -1.5rem;
  }
}

@media (max-width: 460px) {

  .search-wrapper .search-box .camera-icon {
    right: 10px;
    font-size: 1.4rem;
  }
  .search-wrapper .search-box input {
    padding-right: 25px;
  }

  .pagination-wrapper .pagination-text {
    font-size: 1rem;
  }
  .pagination-wrapper .pagination .page-item .page-link {
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
  }
  .pagination-wrapper .pagination .page-item .page-link i {
    font-size: 0.8rem;
  }
  .pagination-wrapper #next-page {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    min-width: 80px;
    height: 30px;
    line-height: 27px;
  }
  .pagination-wrapper #next-page i {
    font-size: 0.8rem;
  }
}

@media (max-width: 380px) {
  .next-page-col {
    display: none;
  }
}

.navbar-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  height: 50px;
}

.navbar-wrapper .container-fluid {
  padding: 0 15px;
}

.navbar-wrapper .navbar {
  position: static;
  padding: 0;
}

.navbar-wrapper .navbar #navbarNavDropdown {
  position: static;
}

.navbar-wrapper .navbar-nav {
  position: static;
}

.navbar-wrapper .navbar-nav .nav-item {
  position: relative;
  height: 49px;
}

.navbar-wrapper .navbar-nav .nav-item .nav-link {
  color: #5c646a;
  padding: 0;
  font-size: 1.6rem;
  height: 100%;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.navbar-wrapper .navbar-nav .nav-item .nav-link::after {
  display: none;
}

.navbar-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #e61616;
}

.navbar-wrapper .navbar-nav .nav-item .nav-link::before {
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background-color: #5c646a;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
}

.navbar-wrapper .navbar-nav .nav-item .nav-link.dropdown-toggle.active {
  color: red;
}

.navbar-wrapper .navbar-nav .nav-item:last-child .nav-link {
  margin-left: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}

.navbar-wrapper .navbar-nav .nav-item:first-child .nav-link i {
  margin-left: 5px;
  font-size: 2.5rem;
  vertical-align: middle;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown {
  position: static;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  min-width: 140px;
  top: 30px;
  right: -15px;
  max-width: 100%;
  background: #fff;
  position: absolute;
  right: 30px;
  left: 30px;
  top: 49px;
  flex-wrap: wrap;
  margin: 0;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 10px 0;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #e61616;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-wrapper .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-wrapper .logo .font-logo {
  width: 174px;
}

.navbar-wrapper .logo .red-logo {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.navbar-wrapper .left-menu {
  display: flex;
  direction: ltr;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-wrapper .left-menu > li {
  margin-right: 15px;
  height: 20px;
}

.navbar-wrapper .left-menu > li > a {
  color: #5c646a;
  font-size: 1.6rem;
}

.navbar-wrapper .left-menu > li > a svg {
  height: 21px;
  width: 21px;
  vertical-align: top;
  line-height: 0;
}

.navbar-wrapper .left-menu > li > a svg * {
  transition: all 0.3s;
  fill: #5c646a;
}

.navbar-wrapper .left-menu > li > a svg:hover * {
  fill: #e61616;
}

.navbar-wrapper .left-menu > li > a i {
  font-size: 2rem;
  vertical-align: middle;
}

.navbar-wrapper .left-menu > li > a:hover {
  color: #e61616;
}

.navbar-wrapper .left-menu > li > a.profile i {
  font-size: 1.8rem;
  margin-top: -1px;
}

.navbar-wrapper .left-menu > li.language-menu .dropdown {
  height: 20px;
}

.navbar-wrapper .left-menu > li.language-menu .dropdown .language {
  background-color: #5c646a;
  color: #ffffff;
  font-size: 1rem;
  padding: 0 3px 0px;
  border-radius: .25rem;
  height: 20px;
  line-height: 21px;
  vertical-align: middle;
}

.navbar-wrapper .left-menu > li.language-menu .dropdown .language a {
  color: #ffffff;
}

.navbar-wrapper .left-menu > li.language-menu .dropdown .language:hover {
  background-color: #e61616;
}

.navbar-wrapper .left-menu > li.language-menu .dropdown .dropdown-menu {
  font-size: 1.4rem;
}

.navbar-wrapper .left-menu > li.profile-menu a {
  display: flex;
  height: 100%;
  align-items: center;
}

.navbar-wrapper .left-menu > li.profile-menu .dropdown-toggle::after {
  display: none;
}

.navbar-wrapper .left-menu > li.profile-menu .dropdown-menu {
  top: 2px !important;
  direction: rtl;
  text-align: right;
  font-size: 1.4rem;
}

.navbar-wrapper .left-menu > li.profile-menu .dropdown-menu li .dropdown-item {
  padding: 5px 20px;
}

.navbar-wrapper .left-menu > li.profile-menu .dropdown-menu li .dropdown-item i {
  margin-left: 5px;
  font-size: 1.6rem;
}

.offcanvas .offcanvas-body {
  padding: 0;
}

.offcanvas .offcanvas-body .menu {
  padding: 0;
}

.offcanvas .offcanvas-body .menu li {
  margin-bottom: 15px;
}

.offcanvas .offcanvas-body .menu li a {
  color: #5c646a;
  display: block;
  padding-right: 30px;
}

.offcanvas .offcanvas-body .menu li a:hover {
  color: #e61616;
}

#registerModal .modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

#registerModal .modal-body {
  padding: 15px 30px 50px;
}

#registerModal .register .form-select {
  height: 50px;
  color: #5c646a;
  font-size: 1.6rem;
}

#registerModal .register .form-control {
  height: 50px;
  direction: ltr;
  text-align: right;
  color: #5c646a;
  font-size: 1.6rem;
}

#registerModal .register .form-check .form-check-input {
  float: right;
  margin-left: 10px;
}

#registerModal .register .form-check .form-check-label {
  text-align: right;
  color: #5c646a;
  font-size: 1.6rem;
}

#registerModal .register label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #5c646a;
  font-size: 1.6rem;
}

#registerModal .register .login-btn {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(#da4d46, #b92921);
  color: #fff;
  font-size: 2.5rem;
}

#registerModal .register .register-btn {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(#ececf4, #ebebf5);
  color: #000;
  font-size: 2.5rem;
}
#registerModal .register .otp-btn{
    width: 100%;
    height: 50px;
    color: #fff;
    background:#4BA842;
    font-size: 2.5rem;
    padding-top: 5px;
}
.stopwatch{
  display: inline-block;
}
#registerModal .message {
  font-size: 1.6rem;
  margin-top: 50px;
  text-align: center;
  color: #5c646a;
}

@media (max-width: 1650px) {
  .navbar-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
    padding-left: 10px;
    margin-left: 10px;
  }
  .navbar-wrapper .navbar-nav .nav-item .nav-link:first-child i {
    font-size: 2.5rem;
  }
  .navbar-wrapper .left-menu > li > a {
    font-size: 1.5rem;
  }
  .navbar-wrapper .logo .font-logo {
    width: 130px;
  }
}

@media (max-width: 1399.99px) {
  #registerModal .register label {
    font-size: 1.4rem;
  }
  #registerModal .register .form-control {
    font-size: 1.4rem;
  }
  #registerModal .register .form-select {
    font-size: 1.4rem;
  }
  #registerModal .register .form-check .form-check-label {
    font-size: 1.4rem;
  }
  #registerModal .register .message {
    font-size: 1.4rem;
  }
  .navbar-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 1.3rem;
    padding-left: 7px;
    margin-left: 7px;
  }
  .navbar-wrapper .navbar-nav .nav-item:first-child .nav-link i {
    font-size: 2.4rem;
  }
  .navbar-wrapper .left-menu > li > a {
    font-size: 1.3rem;
  }
  .navbar-wrapper .left-menu > li > a svg {
    height: 20px;
    width: 20px;
  }
  .navbar-wrapper .left-menu > li.language-menu .dropdown {
    height: 18px;
  }
  .navbar-wrapper .left-menu > li.language-menu .dropdown .language {
    height: 18px;
    line-height: 19px;
  }
  .navbar-wrapper .logo .font-logo {
    width: 100px;
  }
  .navbar-wrapper .logo .red-logo {
    height: 20px;
  }
}

@media (max-width: 1199.99px) {
  .navbar-wrapper .navbar-nav .nav-item:first-child .nav-link i {
    font-size: 2.5rem;
  }
  .navbar-wrapper .left-menu > li {
    display: none;
  }
  .navbar-wrapper .left-menu > li.language-menu .dropdown {
    height: 20px;
  }
  .navbar-wrapper .left-menu > li.language-menu .dropdown .language {
    height: 20px;
    line-height: 21px;
  }
  .navbar-wrapper .logo .font-logo {
    width: 150px;
  }
  .navbar-wrapper .logo .red-logo {
    height: 25px;
  }
}

@media (max-width: 991.99px) {
  .navbar-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
    padding-left: 5px;
    margin-left: 5px;
  }
  .navbar-wrapper .left-menu > li {
    margin-right: 10px;
  }
  .navbar-wrapper .left-menu > li:last-child {
    margin-right: 0;
  }
  .navbar-wrapper .logo .font-logo {
    width: 120px;
  }
  .navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 81px;
  }
  .navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.99px) {
  .navbar-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
}

@media (max-width: 575.99px) {
  .navbar-wrapper .navbar-nav .nav-item {
    display: none;
  }
  .navbar-wrapper .navbar-nav .nav-item:first-child,.navbar-wrapper .navbar-nav .nav-item:nth-child(2) {
    display: inline-block;
  }
  .navbar-wrapper .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
}

.footer {
  background-color: #622be3;
  padding-top: 45px;
  color: #ffffff;
  font-size: 1.6rem;
}

.footer .footer-links {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}

.footer .footer-links li {
  margin-bottom: 10px;
}

.footer .photo-counter {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}

.footer .photo-counter li {
  margin-bottom: 10px;
}

.footer .socials-wrapper {
  margin-left: 50px;
}

.footer .socials-wrapper .socials {
  display: flex;
  padding: 0;
}

.footer .socials-wrapper .socials li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #ffffff;
  position: relative;
  transition: all 0.3s linear;
  background: transparent;
  border-radius: 50%;
  margin-left: 18px;
  transition: all 0.3s;
}

.footer .socials-wrapper .socials li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  transition: all 0.3s;
}

.footer .socials-wrapper .socials li a:hover {
  background-color: #000000;
}

.footer .socials-wrapper .socials li a:hover i {
  font-size: 2rem;
}

.footer .socials-wrapper .socials li:last-child a {
  margin-left: 0;
}

.footer .googleplay-btn {
  background-image: url(../images/googleplay.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  width: 161px;
  border-radius: 5px;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #000000;
}

.footer .footer-logo {
  width: 180px;
}

.footer .enamad img {
  width: 60px;
}

.footer .copyright {
  border-top: 1px solid #ffffff;
  margin-top: 50px;
  padding: 10px 0 10px;
  font-size: 1.4rem;
}

.footer .copyright .english-font {
  font-family: Arial, Helvetica, sans-serif;
}

.footer .copyright p {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .footer {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .footer .footer-logo {
    width: 80px;
  }
  .footer .copyright {
    font-size: 1.2rem;
  }
  .footer .socials-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .footer {
    font-size: 1.2rem;
  }
  .footer .socials-wrapper {
    margin-left: 0;
  }
  .footer .socials-wrapper .socials li a {
    margin-left: 10px;
  }
  .footer .socials-wrapper .socials li a i {
    font-size: 2.2rem;
  }
  .footer .socials-wrapper .socials li a:hover i {
    font-size: 1.8rem;
  }
  .footer .googleplay-btn {
    height: 40px;
    width: 140px;
  }
}

@media (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
  .footer .socials-wrapper {
    margin-left: 0;
  }
  .footer .socials-wrapper .socials li a {
    margin-left: 5px;
    width: 24px;
    height: 24px;
  }
  .footer .socials-wrapper .socials li a i {
    font-size: 2.2rem;
  }
  .footer .socials-wrapper .socials li a:hover i {
    font-size: 1.4rem;
  }
  .footer .googleplay-btn {
    height: 26px;
    width: 90px;
  }
  .footer .copyright {
    font-size: 1.0rem;
  }
}

.buy-photo-box {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #d8d8d8;
}

.buy-photo-box h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.buy-photo-box .info-txt {
  background: #ececec;
  color: gray;
  text-align: center;
  padding: 15px;
  margin: 0 -20px;
  font-size: 1.6rem;
}

.buy-photo-box .price {
  border: 1px solid #d9d9d9;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem;
  margin-top: 20px;
  color: #e61616;
  border-radius: 4px;
  text-align: center;
}

.buy-photo-box .photo-sizes-wrapper {
  margin-top: 20px;
}

.buy-photo-box .photo-sizes-wrapper .form-check {
  border: 1px solid #d9d9d9;
  margin: 0;
  border-bottom: 0;
  position: relative;
  text-align: center;
  height: 50px;
  padding-right: 1.5em;
}

.buy-photo-box .photo-sizes-wrapper .form-check:last-child {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 0 4px 4px;
}

.buy-photo-box .photo-sizes-wrapper .form-check:first-child {
  border-radius: 4px 4px 0 0;
}

.buy-photo-box .photo-sizes-wrapper .form-check label {
  display: inline-block;
  cursor: pointer;
  color: gray;
  font-size: 1.5rem;
}

.buy-photo-box .photo-sizes-wrapper .form-check input {
  position: absolute;
  z-index: 8;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.buy-photo-box .photo-sizes-wrapper .form-check input[type="radio"]:checked {
  background-color: #000000;
  border-color: #000000;
}

.buy-photo-box .photo-sizes {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.buy-photo-box .photo-sizes li {
  border: 1px solid #d8d8d8;
  height: 60px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 60px;
  transition: all 0.3s;
  font-size: 1.4rem;
}

.buy-photo-box .photo-sizes li a {
  display: block;
  color: #9b9b9b;
}

.buy-photo-box .photo-sizes li:last-child {
  margin-bottom: 0;
}

.buy-photo-box .photo-sizes li:hover, .buy-photo-box .photo-sizes li.active {
  border-color: #5c646a;
}

.buy-photo-box .photo-sizes li:hover a, .buy-photo-box .photo-sizes li.active a {
  color: #5c646a;
}

.buy-photo-box #buybtn {
  background-image: linear-gradient(#3ecd59, #2cae44);
  color: #ffffff;
  border: none;
  height: 60px;
  width: 100%;
  margin-top: 15px;
  transition: all 0.3s;
  font-size: 2rem;
  line-height: 58px;
}

.buy-photo-box #buybtn:hover {
  background-color: #44c45c;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.buy-photo-box #sizeGuide {
  background-image: linear-gradient(#e0c40b, #d0b608);
  color: #ffffff;
  border: none;
  margin-top: 15px;
  transition: all 0.3s;
  font-size: 1.5rem;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  padding: auto;
  float: left;
  padding: 5px 5px;
}

.buy-photo-box #sizeGuide:hover {
  background-color: #44c45c;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.buy-photo-box.photo-info h2 {
  margin-bottom: 15px;
}

.buy-photo-box.photo-info a {
  color: #5c646a;
}

.buy-photo-box.photo-info a:hover {
  color: #000000;
}

.buy-photo-box.photo-info .info-list {
  font-size: 1.4rem;
}

.buy-photo-box.photo-info .keywords {
  border-top: 1px solid #d8d8d8;
  margin-top: 15px;
  padding-top: 15px;
}

.buy-photo-box.photo-info .keywords ul li {
  display: inline-block;
  margin-top: 4px;
}

.buy-photo-box.photo-info .keywords ul li a {
  border: 1px solid gray;
  padding: 0 10px;
  font-size: 14px;
  display: block;
}

.buy-photo-box.photo-info .keywords ul li a:hover {
  border-color: #000000;
}

.photo-preview h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.photo-preview img {
  width: 85%;
  margin-top: 2rem;
}

@media (max-width: 1199.99px) {
  .photo-preview img {
    width: 100%;
  }
  .photo-preview h1 {
    font-size: 2rem;
  }
  .buy-photo-box.photo-info h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.99px) {
  .photo-preview img {
    width: 100%;
  }
  .photo-preview h1 {
    font-size: 1.8rem;
  }
  .photo-preview p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .buy-photo-box.photo-info h2 {
    display: none;
  }
  .buy-photo-box.photo-info .keywords {
    display: none;
  }
  .buy-photo-box.photo-info .info-list {
    margin-bottom: 0;
  }
}

@media (max-width: 575.99px) {
  .buy-photo-box .photo-sizes-wrapper .form-check label {
    font-size: 1.2rem;
  }
}

#tournament .date {
  border: 1px solid;
  font-size: 1.8rem;
  line-height: 38px;
  display: inline-block;
  height: 40px;
  font-weight: normal;
  padding: 0 .65em;
  border-radius: 3px;
}

.tournament-box {
  position: relative;
  display: block;
}

.tournament-box .tournament-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  background: url("../images/playernamebg.png") 0 0 repeat-x transparent;
  height: 60px;
  background-size: auto 100%;
}

@media (max-width: 1400px) {
  #tournament .date {
    font-size: 1.6rem;
  }
}

@media (max-width: 575.99px) {
  #tournament .title-link {
    border-radius: 0;
  }
}

#people .slider-section .carousel {
  height: calc(100vh - 134px);
}

#people .slider-section .carousel .carousel-inner .carousel-item img {
  object-position: top;
}

#people .scroll-btn {
  position: absolute;
  bottom: 85px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  background: rgba(251, 251, 251, 0.3);
  padding: 16px 10px;
  border-radius: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

#people .scroll-btn i {
  line-height: 11px;
  font-size: 24px;
}

#people .scroll-btn i:first-child {
  opacity: 0.5;
}

#people .scroll-btn i:nth-child(2) {
  opacity: 0.8;
}

#people .title-bar {
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0;
}

#people .title-bar h1 {
  color: #000000;
  font-size: 3rem;
  margin: 0;
  border-bottom: 2px solid #e0c40b;
  display: inline-block;
  padding-bottom: 5px;
}

#people .title-bar h1 span {
  font-size: 3rem;
  position: relative;
  margin-right: 16px;
  vertical-align: middle;
}

#people .title-bar h1 span::after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: black;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

#people .share a {
  background-color: #e0c40b;
  color: #fff;
  height: 40px;
  border: none;
  font-size: 1.8rem;
  line-height: 40px;
  margin-left: 5px;
  padding: 0 15px;
  display: block;
  color: #ffffff;
}

#people .share a:hover {
  background-color: #d9bd07;
  color: #ffffff;
}

#people .share a i {
  vertical-align: sub;
  margin-left: 5px;
}

#people .filter-bar {
  background-color: #ffffff;
  margin: 5px 0 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(24, 24, 24, 0.5);
  padding: 5px 0px;
}

#people .filter-bar .filter-tab-wrapper {
  flex-wrap: wrap;
}

#people .filter-bar .filter-tab-wrapper .filter-items {
  color: #ffffff;
  font-size: 1.8rem;
  position: relative;
  margin-left: 30px;
  transition: all 0.3s;
}

#people .filter-bar .filter-tab-wrapper .filter-items::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

#people .filter-bar .filter-tab-wrapper .filter-items::before {
  background-color: #e0c40b;
  width: 0;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transition: all 0.5s;
}

#people .filter-bar .filter-tab-wrapper .filter-items:hover::before {
  width: 100%;
}

#people .filter-bar .filter-tab-wrapper .filter-items:last-child {
  margin-left: 0;
}

#people .filter-bar .filter-tab-wrapper .filter-items:last-child::after {
  display: none;
}

#people .filter-bar .filter-tab-wrapper .filter-items.active::before {
  width: 100%;
}

#people .side-filter-wrapper {
  position: relative;
  width: 300px;
}

#people .side-filter-wrapper #side-filter-btn {
  background-color: #e0c40b;
  color: #fff;
  width: 100%;
  height: 40px;
  border: none;
  font-size: 1.8rem;
}

#people .side-filter-wrapper #side-filter-btn > span {
  margin: 0 5px;
}

#people .side-filter-wrapper #side-filter-btn i {
  vertical-align: sub;
}

#people .content-section {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

#people .content-section .side-filter-cover {
  height: 500px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  width: 300px;
  left: 15px;
  height: 100%;
  top: 0;
  width: 0;
  transition: all 0.4s ease-out;
}

#people .content-section .side-filter-cover .side-filter {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 15px;
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  z-index: 99;
  transition: all 0.3s;
  height: 100%;
}

#people .content-section .side-filter-cover .side-filter.active {
  left: 0;
}

#people .content-section .side-filter-cover .side-filter .form-check {
  border: 1px solid #d9d9d9;
  margin: 0;
  border-bottom: 0;
  position: relative;
  text-align: center;
  height: 50px;
}

#people .content-section .side-filter-cover .side-filter .form-check:last-child {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 0 4px 4px;
}

#people .content-section .side-filter-cover .side-filter .form-check:first-child {
  border-radius: 4px 4px 0 0;
}

#people .content-section .side-filter-cover .side-filter .form-check label {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  font-size: 1.6rem;
}

#people .content-section .side-filter-cover .side-filter .form-check input {
  position: absolute;
  z-index: 8;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

#people .content-section .side-filter-cover .side-filter .form-check input[type="radio"]:checked {
  background-color: #000000;
  border-color: #000000;
}

#people .content-section .side-filter-cover .side-filter .form-check input[type="radio"]:checked + label {
  background-color: #e0c40b;
}

#people .content-section.active .side-filter-cover {
  width: 100%;
}

#people .content-section .mosaic-gallery .mosaic {
  padding-bottom: 5px;
}

#people .content-section .mosaic-gallery .mosaic .item {
  overflow: hidden;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background-color: rgba(249, 249, 249, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #000000;
  transform: translateY(185px);
  transition: all 0.4s;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .date {
  font-size: 1.1rem;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .title {
  font-size: 1.4rem;
  font-weight: bold;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .teams {
  font-size: 1.4rem;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer {
  font-size: 1.4rem;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer a {
  color: #000000;
  font-weight: bold;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer a:hover {
  color: #e61616;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords {
  font-size: 1.4rem;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a {
  color: #000000;
  font-weight: bold;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:hover {
  color: #e61616;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons {
  text-align: left;
  line-height: 0;
  display: flex;
  align-items: end;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a i {
  font-size: 1.7rem;
  transition: all 0.3s;
  color: #000;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a i.share {
  font-size: 1.8rem;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a:hover i {
  color: #e61616;
}

#people .content-section .mosaic-gallery .mosaic .item:hover .text-overlay {
  transform: translateY(0);
}

#people .filter-col {
  flex-wrap: wrap;
}

@media (max-width: 1700px) {
  #people .filter-bar .filter-tab-wrapper .filter-items {
    font-size: 1.6rem;
  }
  #people .side-filter-wrapper {
    width: 250px;
  }
  #people .side-filter-wrapper #side-filter-btn {
    font-size: 1.6rem;
  }
  #people .side-filter-wrapper .filter-items {
    font-size: 1.6rem;
  }
  #people .share a {
    font-size: 1.6rem;
  }
  #people .content-section .side-filter-cover .side-filter {
    width: 250px;
  }
  #people .content-section .side-filter-cover .side-filter .form-check label {
    font-size: 1.4rem;
  }
}

@media (max-width: 1500px) {
  #people .filter-bar .filter-tab-wrapper .filter-items {
    font-size: 1.4rem;
  }
  #people .side-filter-wrapper {
    width: 220px;
  }
  #people .side-filter-wrapper #side-filter-btn {
    font-size: 1.4rem;
  }
  #people .side-filter-wrapper #side-filter-btn > span {
    margin: 0 2px;
  }
  #people .side-filter-wrapper .filter-items {
    font-size: 1.4rem;
  }
  #people .share a {
    font-size: 1.4rem;
  }
  #people .content-section .side-filter-cover .side-filter {
    width: 220px;
  }
}

@media (max-width: 1400px) {
  #people .filter-bar .filter-tab-wrapper .filter-items {
    font-size: 1.4rem;
    margin-left: 18px;
  }
  #people .filter-bar .filter-tab-wrapper .filter-items:after {
    left: -9px;
  }
  #people .share a {
    font-size: 1.4rem;
    padding: 0 7px;
  }
  #people .share a i {
    margin-left: 2px;
  }
  #people .side-filter-wrapper {
    width: 199px;
  }
  #people .side-filter-wrapper #side-filter-btn {
    font-size: 1.4rem;
    padding: 0 7px;
  }
  #people .side-filter-wrapper #side-filter-btn > span {
    margin: 0 2px;
  }
  #people .side-filter-wrapper #side-filter-btn i {
    font-size: 1.4rem;
  }
  #people .filter-col {
    padding-right: 0;
  }
  #people .content-section .side-filter-cover .side-filter {
    width: 199px;
  }
}

@media (max-width: 1199.99px) {
  #people .content-section .side-filter-cover .side-filter {
    width: calc(50% - 15px);
  }
  #people .filter-bar .filter-tab-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #people .filter-bar .filter-tab-wrapper .filter-items {
    font-size: 1.4rem;
    margin-left: 14px;
    margin-bottom: 15px;
  }
  #people .filter-bar .filter-tab-wrapper .filter-items:after {
    left: -9px;
  }
  #people .share {
    width: 100%;
    flex: 0 0 auto;
    width: 50%;
  }
  #people .share a {
    text-align: center;
  }
  #people .side-filter-wrapper {
    width: 100%;
    flex: 0 0 auto;
    width: 50%;
  }
  #people .side-filter-wrapper #side-filter-btn {
    font-size: 1.4rem;
  }
  #people .side-filter-wrapper #side-filter-btn > span {
    margin: 0 5px;
  }
  #people .filter-col {
    padding-right: 1.5rem;
  }
}

@media (max-width: 767.99px) {
  #people .filter-bar .filter-tab-wrapper {
    justify-content: center;
  }
}

@media (max-width: 575.999px) {
  #people .title-bar h1 {
    text-align: center;
    font-size: 1.8rem;
  }
  #people .title-bar h1 span {
    font-size: 1.8rem;
  }
  #people .share {
    flex: 0 0 auto;
    width: 100%;
  }
  #people .share a {
    font-size: 1.6rem;
    margin: 0;
  }
  #people .side-filter-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
  #people .side-filter-wrapper #side-filter-btn {
    font-size: 1.6rem;
  }
  #people .content-section .side-filter-cover .side-filter {
    width: calc(100% - 30px);
  }
  #people .content-section .mosaic-gallery .mosaic .item:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 510.999px) {
  #people .content-section .mosaic-gallery .mosaic .item {
    margin-bottom: .5rem !important;
  }
}

#gallery #sort-options {
  background-color: #e0c40b;
  height: 40px;
  line-height: 38px;
}

#gallery .sort-title {
  margin-left: 5px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 1.8rem;
}

#gallery #dropdown-sort {
  height: 100%;
  color: #ffffff;
  position: relative;
  padding-right: 0;
  margin-right: 10px;
  font-size: 1.8rem;
}

#gallery #dropdown-sort::after {
  vertical-align: middle;
  margin-right: 5px;
  border: none;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
}

#gallery #dropdown-sort::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  bottom: 6px;
}

#gallery .dropdown-menu {
  text-align: right;
  width: 100%;
  min-width: 100%;
  padding: 0;
  border-radius: 4px;
  border-color: #d9d9d9;
}

#gallery .dropdown-menu li {
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
  line-height: 45px;
  font-size: 1.6rem;
}

#gallery .dropdown-menu li:last-child {
  border-bottom: 0;
}

#gallery .dropdown-menu li .dropdown-item {
  padding-right: 15px;
}

#gallery .dropdown-menu li .dropdown-item:hover {
  background: #e0c40b;
}

#gallery .dropdown-menu li .dropdown-item:focus {
  background: #e0c40b;
}

.gallery-box {
  position: relative;
  display: block;
}

.gallery-box .gallery-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  background: url("../images/playernamebg.png") 0 0 repeat-x transparent;
  background-size: auto 100%;
  padding: 20px 15px 10px;
}

.gallery-box .gallery-title p {
  margin: 0;
}

.gallery-box .gallery-title p.date-info {
  font-size: 1.2rem;
}

.gallery-box .gallery-photos {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  color: #ffffff;
  background: rgba(26, 25, 25, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 1.2rem;
}

.gallery-box .gallery-photos i {
  margin-right: 5px;
  vertical-align: sub;
}

@media (max-width: 767.99px) {
  #gallery #sort-options {
    display: flex;
    justify-content: center;
  }
  #gallery #dropdownSortList {
    margin-left: -15px !important;
  }
  #gallery .title-link {
    width: 100%;
  }
}

@media (max-width: 575.99px) {
  #gallery .sort-title {
    font-size: 1.6rem;
  }
  #gallery #sort-options {
    display: flex;
    justify-content: center;
  }
  #gallery #dropdown-sort {
    font-size: 1.6rem;
  }
  #gallery #dropdown-sort::before {
    width: 73px;
  }
  #gallery #dropdown-sort::after {
    font-size: 1rem;
  }
  #gallery #dropdownSortList {
    margin-left: -15px !important;
  }
  #gallery .title-link {
    width: 100%;
    border-radius: 0;
  }
  #gallery .dropdown-menu li .dropdown-item {
    padding-right: 15px;
    font-size: 1.6rem;
  }
}

#gallery-photos .title-link {
  margin-left: 3px;
}

#gallery-photos > .date {
  border: 1px solid;
  font-size: 1.8rem;
  line-height: 38px;
  display: inline-block;
  height: 40px;
  font-weight: normal;
  padding: 0 .65em;
  border-radius: 3px;
}

#gallery-photos .filter-bar {
  background-color: #ffffff;
  margin: 5px 0 0;
}

#gallery-photos .filter-bar .filter-items {
  color: #5c646a;
  font-size: 1.8rem;
  position: relative;
  margin-left: 30px;
  transition: all 0.3s;
}

#gallery-photos .filter-bar .filter-items::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #5c646a;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-photos .filter-bar .filter-items::before {
  background-color: #e0c40b;
  width: 0;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transition: all 0.5s;
}

#gallery-photos .filter-bar .filter-items:hover::before {
  width: 100%;
}

#gallery-photos .filter-bar .filter-items:last-child::after {
  display: none;
}

#gallery-photos .filter-bar .filter-items.active::before {
  width: 100%;
}

#gallery-photos .side-filter-wrapper {
  position: relative;
  width: 300px;
  height: 40px;
}

#gallery-photos .side-filter-wrapper #side-filter-btn {
  background-color: #e0c40b;
  color: #fff;
  width: 100%;
  height: 40px;
  border: none;
  font-size: 1.8rem;
  line-height: 40px;
}

#gallery-photos .side-filter-wrapper #side-filter-btn span {
  margin: 0 10px;
}

#gallery-photos .side-filter-wrapper #side-filter-btn i {
  vertical-align: sub;
}

#gallery-photos .content-section {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

#gallery-photos .content-section .side-filter-cover {
  height: 500px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  width: 300px;
  left: 15px;
  height: 100%;
  top: 0;
  width: 0;
  transition: all 0.4s ease-out;
}

#gallery-photos .content-section .side-filter-cover .side-filter {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 15px;
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  z-index: 99;
  transition: all 0.3s;
  height: 100%;
}

#gallery-photos .content-section .side-filter-cover .side-filter.active {
  left: 0;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check {
  border: 1px solid #d9d9d9;
  margin: 0;
  border-bottom: 0;
  position: relative;
  text-align: center;
  height: 50px;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check:last-child {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 0 4px 4px;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check:first-child {
  border-radius: 4px 4px 0 0;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check label {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
  font-size: 1.6rem;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check input {
  position: absolute;
  z-index: 8;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check input[type="radio"]:checked {
  background-color: #000000;
  border-color: #000000;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check input[type="radio"]:checked + label {
  background-color: #e0c40b;
}

#gallery-photos .content-section.active .side-filter-cover {
  width: 100%;
}

#gallery-photos .content-section .mosaic-gallery .mosaic {
  padding-bottom: 5px;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item {
  overflow: hidden;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background-color: rgba(249, 249, 249, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #000000;
  transform: translateY(185px);
  transition: all 0.4s;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .date {
  font-size: 1.1rem;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .title {
  font-size: 1.4rem;
  font-weight: bold;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .teams {
  font-size: 1.4rem;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer {
  font-size: 1.4rem;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer a {
  color: #000000;
  font-weight: bold;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .photographer a:hover {
  color: #e61616;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords {
  font-size: 1.4rem;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a {
  color: #000000;
  font-weight: bold;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:hover {
  color: #e61616;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons {
  text-align: left;
  line-height: 0;
  display: flex;
  align-items: end;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a i {
  font-size: 1.7rem;
  transition: all 0.3s;
  color: #000;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a i.share {
  font-size: 1.8rem;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .buttons a:hover i {
  color: #e61616;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item:hover .text-overlay {
  transform: translateY(0);
}

@media (max-width: 1700px) {
  #gallery-photos .side-filter-wrapper {
    width: 280px;
  }
  #gallery-photos .side-filter-wrapper #side-filter-btn {
    font-size: 1.6rem;
  }
  #gallery-photos .side-filter-wrapper .filter-items {
    font-size: 1.6rem;
  }
  #gallery-photos .content-section .side-filter-cover .side-filter {
    width: 280px;
  }
  #gallery-photos .content-section .side-filter-cover .side-filter .form-check label {
    font-size: 1.4rem;
  }
}

@media (max-width: 1400px) {
  #gallery-photos .side-filter-wrapper {
    width: 250px;
  }
  #gallery-photos .side-filter-wrapper #side-filter-btn {
    font-size: 1.6rem;
  }
  #gallery-photos .side-filter-wrapper .filter-items {
    font-size: 1.6rem;
  }
  #gallery-photos .content-section .side-filter-cover .side-filter {
    width: 250px;
  }
}

@media (max-width: 991.99px) {
  #gallery-photos .title-link {
    margin-bottom: 7px;
  }
  #gallery-photos .side-filter-wrapper {
    width: 100%;
  }
  #gallery-photos .content-section {
    padding-top: 7px;
  }
  #gallery-photos .content-section .side-filter-cover .side-filter {
    width: calc(100% - 30px);
  }
}

@media (max-width: 575.999px) {
  #gallery-photos .title-link {
    border-radius: 0;
  }
  #gallery-photos .tag-wrapper {
    text-align: center;
  }
}

@media (max-width: 510.99px) {
  #gallery-photos .content-section .mosaic-gallery .mosaic .item {
    margin-bottom: .5rem !important;
  }
}

#about .box {
  min-height: 700px;
}

.about-content {
  margin-top: 70px;
}

.about-content h1 {
  font-size: 3rem;
  display: inline-block;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 6px;
}

.about-content h2 {
  font-size: 2.5rem;
  margin-top: 15px;
  margin-bottom: 20px;
}

.about-content p {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content .photographer-photo {
  width: 80%;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.about-content .red-logo-single {
  width: 70%;
  box-shadow: 0 1px 13px 1px #9d9d9d;
  border-radius: 25px;
}

@media (max-width: 767.99px) {
  #about .box {
    min-height: auto;
  }
  .about-content {
    margin-top: 0;
  }
  .about-content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .about-content h2 {
    font-size: 1.8rem;
  }
  .about-content p {
    font-size: 1.4rem;
  }
  .about-content .red-logo-single {
    width: 120px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .about-content .photographer-photo {
    width: 200px;
  }
}

.profile-info {
  font-size: 1.8rem;
  margin-top: 30px;
}

.profile-info .profile-information {
  margin-bottom: 10px;
}

.profile-tab-wrapper {
  margin: 0 -50px -50px;
}

.profile-tab-wrapper nav {
  background: #d9edf6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 22px 30px 20px;
}

.profile-tab-wrapper nav .nav-tabs {
  border-bottom: 0;
}

.profile-tab-wrapper nav .nav-tabs .nav-link {
  color: #5c646a;
  font-size: 1.8rem;
  padding: 0;
  margin-left: 30px;
  position: relative;
  border: none;
  font-weight: bold;
}

.profile-tab-wrapper nav .nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  left: -15px;
  width: 1px;
  background-color: #5c646a;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.profile-tab-wrapper nav .nav-tabs .nav-link.active {
  color: #e61616;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e61616;
}

.profile-tab-wrapper nav .nav-tabs .nav-link:last-child {
  margin-left: 0;
}

.profile-tab-wrapper nav .nav-tabs .nav-link:last-child::after {
  display: none;
}

.profile-tab-wrapper .tab-content {
  padding: 30px;
}

.profile-tab-wrapper .tab-content .photo-download-table tr th {
  font-weight: bold;
  font-size: 1.6rem;
  border-color: #cdd0d2;
  padding-top: 0;
  text-align: center;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td {
  text-align: center;
  vertical-align: middle;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td .btn {
  min-width: 180px;
  height: 40px;
  font-size: 1.4rem;
  border-radius: 6px;
  line-height: 38px;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td .btn.btn-danger {
  margin-left: 10px;
  font-size: 2rem;
  background-color: #e61616;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td .btn.btn-danger:hover {
  background-color: #c41717;
  border-color: #c41717;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td .btn.btn-success {
  background-color: #59b85a;
  border-color: #59b85a;
}

.profile-tab-wrapper .tab-content .photo-download-table tr td .btn.btn-success:hover {
  background-color: #4da44e;
  border-color: #4da44e;
}

.profile-tab-wrapper .tab-content .tab-info {
  font-size: 1.8rem;
  border: 1px solid #e61616;
  padding: 20px 30px;
  text-align: center;
  font-weight: bold;
}

.profile-tab-wrapper .tab-content .tab-info ul {
  margin: 0;
}

.profile-tab-wrapper .tab-content .tab-info ul li {
  margin-bottom: 15px;
}

.profile-tab-wrapper .tab-content .tab-info ul li:last-child {
  margin-bottom: 0;
}

.profile-tab-wrapper .tab-content .card .card-header {
  background-color: #def0d8;
  color: #4a6c4b;
  font-weight: bold;
  padding: 12px 10px 10px;
  font-size: 1.6rem;
}

.profile-tab-wrapper .tab-content .card .card-body {
  padding: 15px;
}

.profile-tab-wrapper .tab-content .card .card-body .card-text {
  margin-bottom: 40px;
}

.profile-tab-wrapper .tab-content .card .card-body .card-text strong {
  display: block;
}

.profile-tab-wrapper .tab-content .card .btn {
  width: 100%;
  line-height: 38px;
  background-color: #59b85a;
  color: #ffffff;
  font-size: 1.6rem;
  height: 40px;
}

.profile-tab-wrapper .tab-content .card .btn:hover {
  background-color: #4da44e;
}

.profile-tab-wrapper .tab-content .packages-btn {
  height: 40px;
  width: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 38px;
}

.profile-tab-wrapper .tab-content .packages-btn.crimson {
  background-color: #d9544f !important;
}

.profile-tab-wrapper .tab-content .packages-btn.crimson:hover {
  background-color: #ac2925 !important;
}

.profile-tab-wrapper .tab-content .packages-btn.orange {
  background-color: #efad4d !important;
}

.profile-tab-wrapper .tab-content .packages-btn.orange:hover {
  background-color: #ec971f !important;
}

.profile-tab-wrapper .tab-content .profile-info-table .table-header {
  border-bottom: none;
  width: 180px;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-right: 15px;
}

.profile-tab-wrapper .tab-content .profile-info-table .table-header::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.profile-tab-wrapper .tab-content .profile-info-table tr td {
  font-size: 1.8rem;
  text-align: right;
}

.custom-table .row {
  border-bottom: 1px solid #cdd0d2;
}

.custom-table .header .table-header {
  font-weight: bold;
  font-size: 1.6rem;
  border-color: #cdd0d2;
  padding-bottom: 1rem;
  text-align: center;
}

.custom-table .table-row:nth-child(even) {
  background-color: #f2f2f2;
}

.custom-table .table-row .table-data {
  height: 100%;
  padding: 1rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-table .table-row .table-data.buttons {
  justify-content: end;
}

.custom-table .table-row .table-data.buttons .btn {
  min-width: 180px;
  height: 40px;
  font-size: 1.4rem;
  border-radius: 6px;
  line-height: 38px;
}

.custom-table .table-row .table-data.buttons .btn.btn-danger {
  margin-left: 10px;
  font-size: 2rem;
  background-color: #e61616;
}

.custom-table .table-row .table-data.buttons .btn.btn-danger:hover {
  background-color: #c41717;
  border-color: #c41717;
}

.custom-table .table-row .table-data.buttons .btn.btn-success {
  background-color: #59b85a;
  border-color: #59b85a;
}

.custom-table .table-row .table-data.buttons .btn.btn-success:hover {
  background-color: #4da44e;
  border-color: #4da44e;
}

@media (max-width: 1400px) {
  .custom-table .table-row .table-data.buttons .btn {
    min-width: 120px;
  }
}

@media (max-width: 1200px) {
  .custom-table .table-row .table-data.buttons .btn {
    min-width: 100px;
  }
}

@media (max-width: 991.99px) {
  .profile-tab-wrapper nav .nav-tabs .nav-link {
    font-size: 1.6rem;
  }
  .custom-table .table-row .table-data.buttons .btn {
    min-width: auto;
  }
  .custom-table .table-row .table-data {
    font-size: 1.2rem;
  }
  .custom-table .table-row .table-data.buttons .btn.btn-success {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.99px) {
  .profile-tab-wrapper nav {
    padding: 22px 15px 20px;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link {
    font-size: 1.3rem;
    margin-left: 20px;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link::after {
    left: -10px;
  }
  .profile-tab-wrapper {
    margin: 0;
  }
  .custom-table .header .table-header {
    font-size: 1.2rem;
  }
  .custom-table .table-row .table-data.buttons {
    justify-content: center;
  }
  .custom-table .table-row .table-data.buttons .btn {
    width: 100%;
  }
  .profile-tab-wrapper .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-tab-wrapper .tab-content .tab-info {
    font-size: 1.4rem;
  }
  .profile-info {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.99px) {
  .profile-tab-wrapper nav {
    padding: 0;
  }
  .profile-tab-wrapper nav .nav-tabs {
    flex-direction: column;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link {
    font-size: 1.4rem;
    margin-left: 0;
    padding: 18px 10px 15px;
    border-bottom: 3px solid #fff !important;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link span {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link::after {
    display: none;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link.active {
    border-bottom: none;
  }
  .profile-tab-wrapper nav .nav-tabs .nav-link.active span {
    border-color: #e61616;
  }
  .profile-tab-wrapper .tab-content .profile-info-table .table-header {
    font-size: 1.4rem;
  }
  .profile-tab-wrapper .tab-content .profile-info-table tr td {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .custom-table .table-row .table-data {
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .custom-table .header .table-header {
    font-size: 1rem;
  }
}

#basket_payment .container.box {
  min-height: 82vh;
}

#basket_payment .basket-content {
  border: 1px solid lightgray;
  margin-top: 50px;
  border-bottom: none;
}

#basket_payment .basket-content h2 {
  text-align: center;
  font-size: 3rem;
  padding: 15px;
}

#basket_payment .basket-table {
  margin-bottom: 0;
}

#basket_payment .basket-table td, #basket_payment .basket-table th {
  text-align: center;
  font-size: 1.6rem;
  border-left: 0;
}

#basket_payment .basket-table tr th {
  color: #5c646a;
}

#basket_payment .basket-table tr th:first-child {
  border-right: none;
}

#basket_payment .basket-table tr th:last-child {
  border-left: none;
}

#basket_payment .basket-table tr td:first-child {
  border-right: none;
}

#basket_payment .basket-table tr td:last-child {
  border-left: none;
}

#basket_payment .basket-table tr td .delete {
  width: 30px;
  height: 30px;
  background: #e61616;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  display: block;
  position: relative;
  border:none;
}

#basket_payment .basket-table tr td .delete i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#basket_payment .basket-table tr td .delete:hover {
  background-color: #c41717;
}

#basket_payment .basket-table tr td.green-cell {
  background-color: #def0d8;
}

#basket_payment .basket-table tr td.blue-cell {
  background-color: #d9edf6;
}

#basket_payment .payment-table tr th:first-child {
  border-right: 1px solid lightgray;
}

#basket_payment .payment-table tr th:last-child {
  border-left: 1px solid lightgray;
}

#basket_payment .payment-table tr td:first-child {
  border-right: 1px solid lightgray;
}

#basket_payment .payment-table tr td:last-child {
  border-left: 1px solid lightgray;
}

#basket_payment .payment-table tr td .view-photo-btn, #basket_payment .payment-table tr td .dl-photo-btn {
  margin: 0 1px;
  font-size: 1.2rem;
}

#basket_payment .payment-summary-table {
  border: 1px solid lightgray;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

#basket_payment .payment-summary-table tr td {
  font-weight: bold;
  text-align: left;
  font-size: 2rem;
  padding: 1.5rem 2rem;
}

#basket_payment .payment-summary-table tr th {
  padding: 1.5rem 2rem;
  font-weight: bold;
}

#basket_payment .payment-summary-table .green-row {
  background-color: #f8fff7;
  color: #59b85a;
}

#basket_payment .buttons .btn {
  width: 300px;
  display: block;
}

#basket_payment .login-btn {
  font-size: 2rem;
  width: 350px;
}

#basket_payment .buyer-info {
  border: 1px solid #9dca8d;
  margin-top: 15px;
}

#basket_payment .buyer-info .title {
  background: #def0d8;
  border-left: 1px solid #9dca8d;
  padding: 10px;
  word-wrap: break-word;
  width: 97px;
  height: 74px;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

#basket_payment .buyer-info .info {
  padding: 10px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#basket_payment .payment-methods {
  border: 1px solid #ced4da;
}

#basket_payment .payment-methods label {
  width: 97px;
  height: 74px;
  background: #e9ecef;
  text-align: center;
  position: relative;
  border-left: 1px solid #ced4da;
  cursor: pointer;
}

#basket_payment .payment-methods label input {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#basket_payment .payment-methods .method-info {
  padding: 10px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.green-btn {
  width: 100%;
  background-color: #59b85a;
  color: #ffffff;
  font-size: 1.6rem;
}

.green-btn:hover {
  background-color: #4da44e;
  color: #ffffff;
}

.blue-btn {
  width: 100%;
  background-color: #63bae5;
  color: #ffffff;
  font-size: 1.6rem;
}

.blue-btn:hover {
  background-color: #63bae5;
  color: #ffffff;
}

.red-btn {
  width: 100%;
  background-color: #e61616;
  color: #ffffff;
  font-size: 1.6rem;
}

.red-btn:hover {
  background-color: #c41717;
  color: #ffffff;
}

.gold-btn {
  width: 100%;
  background-color: #b3920f;
  color: #ffffff;
  font-size: 1.6rem;
}

.gold-btn:hover {
  background-color: #a68812;
  color: #ffffff;
}

.red-alert {
  background-color: #e61616;
  color: #ffffff;
  padding: 15px 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 2rem;
  margin: 40px 0 20px;
}

.green-alert {
  background-color: #59b85a;
  color: #ffffff;
  padding: 15px 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 2rem;
  margin: 40px 0 20px;
}

a.green-alert {
  display: block;
}

a.green-alert:hover {
  color: #ffffff;
  background-color: #4da44e;
}

.blue-alert {
  background-color: #d9edf6;
  color: #000000;
  padding: 5px 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 2rem;
  margin: 40px 0 20px;
}

.blue-alert .small {
  font-size: 1.4rem;
  color: gray;
}

.checkout-wrap {
  color: #444;
  margin: 40px auto;
  max-width: 900px;
  position: relative;
  height: 60px;
}

ul.checkout-bar {
  margin: 0 20px;
  direction: rtl;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 13px;
  padding: 14px 20px 14px 80px;
  position: relative;
}

ul.checkout-bar li:before {
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  right: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

ul.checkout-bar li.active {
  color: #d9544f;
  font-weight: bold;
}

ul.checkout-bar li.active:before {
  background: #d9544f;
  z-index: 9;
}

ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #ac2925;
  z-index: 9;
}

ul.checkout-bar li.visited:before {
  background: #ac2925;
  z-index: 9;
}

ul.checkout-bar li:nth-child(1):before {
  content: "\f007";
}

ul.checkout-bar li:nth-child(2):before {
  content: "\f03e";
}

ul.checkout-bar li:nth-child(3):before {
  content: "\f129";
}

ul.checkout-bar li:nth-child(4):before {
  content: "\f155";
}

ul.checkout-bar li:nth-child(5):before {
  content: "5";
}

ul.checkout-bar li:nth-child(6):before {
  content: "6";
}

ul.checkout-bar a {
  color: #ac2925;
  font-size: 13px;
}

.checkout-bar li.active:after {
  content: "";
  height: 2px;
  width: 100%;
  right: 50%;
  position: absolute;
  top: -35px;
  z-index: 0;
  display: none;
}

.checkout-wrap {
  margin: 50px auto 20px;
}

ul.checkout-bar {
  background-color: #EcEcEc;
  border-radius: 15px;
  height: 2px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
}

ul.checkout-bar:before {
  background-color: #ac2925;
  border-radius: 15px;
  content: " ";
  height: 2px;
  right: 0;
  position: absolute;
  width: 11%;
}

ul.checkout-bar li {
  display: inline-block;
  margin: 35px 0 0;
  padding: 0;
  text-align: center;
  width: 24.6%;
}

ul.checkout-bar li span {
  font-size: 1.6rem;
}

ul.checkout-bar li:before {
  height: 45px;
  line-height: 41px;
  position: absolute;
  top: -57px;
  width: 45px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}

ul.checkout-bar li.visited {
  background: none;
}

ul.checkout-bar li.visited:after {
  background-color: #ac2925;
  content: "";
  height: 2px;
  right: 50%;
  position: absolute;
  top: -35px;
  width: 100%;
  z-index: 99;
}

@keyframes blink {
  0%, 49% {
    color: #fff;
  }
  50%, 100% {
    color: red;
  }
}

.blink {
  animation: blink 1s infinite;
}

@media (max-width: 1400px) {
  #basket_payment .basket-table td, #basket_payment .basket-table th {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  #basket_payment .basket-table td span, #basket_payment .basket-table th span {
    font-size: 1.4rem;
  }
  #basket_payment .payment-summary-table tr th, #basket_payment .payment-summary-table tr td {
    font-size: 1.4rem;
  }
  #basket_payment .payment-summary-table tr th span, #basket_payment .payment-summary-table tr td span {
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  #basket_payment .basket-table td, #basket_payment .basket-table th, #basket_payment .basket-table td span {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.999px) {
  #basket_payment .basket-content h2 {
    font-size: 2rem;
  }
  #basket_payment .basket-table td, #basket_payment .basket-table th {
    font-size: 1.1rem;
    padding: 0.5rem;
  }
  #basket_payment .basket-table td span, #basket_payment .basket-table th span {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  #basket_payment .basket-table tr td .delete {
    font-size: 1.2rem !important;
    width: 27px;
    height: 27px;
  }
  #basket_payment .buttons .btn {
    width: 100%;
  }
  ul.checkout-bar li span {
    font-size: 1.2rem;
  }
  ul.checkout-bar li {
    width: 24.4%;
  }
  .red-alert, .green-alert {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  #basket_payment .login-btn {
    font-size: 1.6rem;
    width: 50%;
  }
  #basket_payment .buyer-info .title {
    width: 77px;
    font-size: 1.6rem;
  }
  #basket_payment .payment-methods label {
    width: 77px;
  }
  #basket_payment .buyer-info .info {
    line-height: 2.2;
    font-size: 1.2rem;
  }
  #basket_payment .payment-methods .method-info {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.999px) {
  ul.checkout-bar li {
    width: 24.1%;
  }
  ul.checkout-bar li span {
    font-size: 1rem;
  }
  ul.checkout-bar li::before {
    height: 35px;
    line-height: 31px;
    top: -52px;
    width: 35px;
    font-size: 1.2rem;
  }
  #basket_payment .buttons .btn {
    margin-top: 5px;
  }
}

.best-photos-intro {
  font-size: 1.8rem;
  color: gray;
  line-height: 2;
  margin-top: 70px;
  margin-bottom: 50px;
  position: relative;
}

.best-photos-intro strong {
  color: #000000;
}

.best-photos-intro::after {
  content: '';
  background-color: #e61616;
  height: 40px;
  width: 2px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.best-photos-intro::before {
  content: '';
  background-color: #9b9b9b;
  height: 1px;
  width: 350px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.best-photos-title h1 {
  font-size: 4rem;
  font-weight: bold;
}

.best-photos-title p {
  font-size: 2rem;
  margin-top: 15px;
  color: #e61616;
}

#nanogallery2 {
  margin-top: 20px;
}

.nGY2 .nGY2ViewerMedia {
  margin-top: 0;
  margin-bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.nGY2 .toolbar .label .title {
  display: none;
}

.nanogallery_viewertheme_dark_nanogallery2 .nGY2Viewer .toolbar .label .description {
  display: none;
}

.toolbarContainer.nGEvent {
  position: absolute;
  bottom: 30px;
  right: 60px;
  left: unset;
  width: auto;
  background-color: transparent !important;
}

.toolbarContainer.nGEvent a {
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 5px 5px 10px #262626;
}

.nanogallery_viewertheme_dark_nanogallery2 .nGY2Viewer .toolbarBackground {
  background-color: transparent !important;
}

.dynamic-link {
  position: relative;
  float: left;
  margin-right: 30px;
}

.dynamic-link::before {
  content: '';
  background-color: #fff;
  height: 20px;
  width: 2px;
  top: 18px;
  right: -15px;
  display: block;
  position: absolute;
}

.nGY2 .ngy2viewerToolAction:hover {
  opacity: 1;
}

.setFullscreenButton, .rotateRightButton, .rotateLeftButton, .nGY2ViewerAreaNext, .nGY2ViewerAreaPrevious {
  display: none !important;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnailImageTitle {
  display: none;
}

.image-link {
  position: absolute;
  right: 18%;
  z-index: 9999999999;
  bottom: 0;
  font-size: 40px;
  color: #fff !important;
}

.toolbarContainer.nGEvent {
  visibility: visible !important;
  opacity: 1 !important;
}

.toolbarContainer.nGEvent .ngbt.ngy2viewerToolAction:nth-child(1) {
  display: none;
}

@media (max-width: 1200px) {
  .best-photos-intro {
    font-size: 1.6rem;
  }
  .best-photos-title h1 {
    font-size: 3rem;
  }
}

@media (max-width: 767.99px) {
  #best-photos .box {
    padding-top: 15px !important;
  }
  .best-photos-intro {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .best-photos-title h1 {
    font-size: 2rem;
  }
  .toolbarContainer.nGEvent {
    right: 10px;
  }
  .toolbarContainer.nGEvent a {
    font-size: 2rem;
  }
  .dynamic-link::before {
    top: 3px;
    right: -17px;
  }
  #nanogallery2 {
    margin-top: 0;
  }
}

@media (max-width: 575.99px) {
  .best-photos-intro {
    margin-top: 0;
  }
  .best-photos-intro::after {
    display: none;
  }
}

#home .main-section {
  padding: 30px 0;
}

#home .main-section .home-title-bar {
  border-bottom: 2px solid #e0c40b;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#home .main-section .home-title-bar .link-title {
  color: #5c646a;
  font-size: 2rem;
}

#home .main-section .home-title-bar .link-title h2 {
  display: flex;
  align-items: center;
}

#home .main-section .home-title-bar .link-title img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
  margin-top: -2px;
}

#home .main-section .home-title-bar .link-title svg {
  margin-left: 10px;
  margin-top: -2px;
}

#home .main-section .home-title-bar .link-title svg path {
  fill: #5c646a;
}

#home .main-section .home-title-bar .photo-count-title {
  color: #5c646a;
  font-size: 2rem;
}

#home .main-section.latest-galleries {
  padding-bottom: 0;
}

#home .main-section.selected-galleries {
  padding: 0;
}

.slider-section {
  position: relative;
}

.slider-section .carousel {
  height: calc(100vh - 50px);
}

.slider-section .carousel .carousel-inner {
  height: 100%;
}

.slider-section .carousel .carousel-inner .carousel-item {
  height: 100%;
}

.slider-section .carousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider-section .search-wrapper {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  left: 0;
  right: 0;
}

.search-section {
  background: #e3e3e3;
  padding: 50px 0;
}

.search-section .search-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.search-section .search-wrapper .search-box input {
  font-size: 1.4rem;
}

@media (max-width: 1199.99px) {
  #home .main-section.mobile {
    padding-bottom: 0;
  }
}

@media (max-width: 991.99px) {
  .slider-section .carousel {
    height: auto;
  }
}

@media (max-width: 767.99px) {
  #home .main-section .link-title a {
    font-size: 2rem;
  }
}

@media (max-width: 575.99px) {
  #home .main-section.mobile {
    padding-top: 0;
  }
  .slider-section .carousel {
    height: auto;
  }
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a {
  position: relative;
  padding-left: 4px;
  margin-left: 4px;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a::after {
  content: '،';
  position: absolute;
  left: -2px;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:last-child {
  padding-left: 0;
  margin-left: 0;
}

#gallery-photos .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:last-child::after {
  display: none;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check label a {
  color: #000;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check label:hover {
  background-color: #e0c40b;
}

#gallery-photos .content-section .side-filter-cover .side-filter .form-check.active label {
  background: #e0c40b;
}

#gallery-photos .content-section .side-filter-cover .side-filter {
  height: auto;
}

.gallery-box .gallery-title p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

@media (max-width: 575.99px) {
  #gallery #dropdownSortList {
    margin-left: 0 !important;
  }
  #gallery-photos .content-section .side-filter-cover {
    left: 0;
  }
  #gallery-photos .content-section .side-filter-cover .side-filter {
    width: 100%;
  }
}

#people .content-section .side-filter-cover .side-filter .form-check label a {
  color: #000;
}

#people .content-section .side-filter-cover .side-filter .form-check label:hover {
  background-color: #e0c40b;
}

#people .content-section .side-filter-cover .side-filter .form-check.active {
  background-color: #e0c40b;
}

#people .title-bar h1 span::after {
  margin-top: 3px;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a {
  position: relative;
  padding-left: 4px;
  margin-left: 4px;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a::after {
  content: '،';
  position: absolute;
  left: -2px;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:last-child {
  padding-left: 0;
  margin-left: 0;
}

#people .content-section .mosaic-gallery .mosaic .item .text-overlay .keywords a:last-child::after {
  display: none;
}

#people .content-section .side-filter-cover .side-filter {
  height: auto;
}

#people .slider-section {
  min-height: 50px;
}

@media (min-width: 768px) and (max-width: 1200.9px) {
  #people .slider-section {
    min-height: 81px;
  }
}

@media (max-width: 576px) {
  #people .title-bar h1 span::after {
    margin-top: 1px;
  }
}

.custom-table .table-row .table-data.buttons .btn.btn-success {
  border-radius: 0;
  background-image: linear-gradient(#3ecd59, #2cae44);
  border: none;
  border-radius: 6px;
  font-size: 2rem;
}

.custom-table .table-row .table-data.buttons .btn.btn-success:hover {
  background-color: #4da44e;
  border-color: #4da44e;
}

.profile-tab-wrapper .tab-content .card .btn {
  background-color: #59b85a !important;
  /* autoprefixer: off */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* autoprefixer: on */
  appearance: none;
}

.profile-tab-wrapper .tab-content .card .btn:hover {
  background-color: #4da44e !important;
}
.profile-tab-wrapper .tab-content .packages-btn.crimson {
  background-color: #d9544f !important;
}

.profile-tab-wrapper .tab-content .packages-btn.crimson:hover {
  background-color: #ac2925 !important;
}

.profile-tab-wrapper .tab-content .packages-btn.orange {
  background-color: #efad4d !important;
}

.profile-tab-wrapper .tab-content .packages-btn.orange:hover {
  background-color: #ec971f !important;
}
@media (max-width: 992px) {
  .row.table-row > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .custom-table .table-row .table-data.buttons .btn.btn-danger {
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .custom-table .table-row .table-data.buttons .btn.btn-success {
    font-size: 1.6rem;
  }
}

.tournament-box span {
  margin: 0 5px;
  vertical-align: middle;
}

.mCSB_scrollTools {
  margin: 5px 0;
}

.search-form {
  position: relative;
}

.search-box {
  overflow: hidden;
}

.search-button {
  border: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  transition: 0.2s;
  color: white;
  font-size: 22px;
  height: 100%;
  background-image: linear-gradient(#3ecd59, #2cae44);
  border: 1px solid #000;
  border-right: 0;
}

.search-button::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
}

@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 15px;
  }
}

#offcanvasMobileMenu .offcanvas-body .menu li a {
  font-size: 1.65rem;
}

#registerModal .register .form-select {
  text-align: left;
  direction: ltr;
}

#registerModal .register .form-control {
  text-align: left;
  padding: .375rem 2.25rem .375rem 1.15rem;
}

.photo-preview .col-12.order-1.order-md-2 {
  text-align: center;
}

.photo-preview .col-12.order-1.order-md-2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.buy-photo-box.photo-info .keywords ul li {
  margin-left: 1px;
}

@media (max-width: 768px) {
  .photographer .col-md-3.text-md-end.text-center.mt-4.mt-md-0 {
    order: 1;
  }
  .photographer .col-md-8 {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.container, .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  /* change this, by default 540px */
  .container {
    max-width: 576px;
  }
  .small-container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  /* change this, by default 720px */
  .container {
    max-width: 900px;
  }
  .small-container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  /* change this, by default 960px */
  .container {
    max-width: 950px;
  }
  .small-container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  /* change this, by default 1140px */
  .container {
    max-width: 1600px;
  }
  .small-container {
    max-width: 1140px !important;
  }
}
.forceLtr{
  direction:ltr;
}

.lang-en {
    font-family: Times;
}

@media (max-width: 575.99px) {
    .slider-section .search-wrapper {
        position: relative;
        bottom: -9px;
    }

  .red-logo, .last-update {
      display: none;
  }


}
