/*
1. Variables
*/
@font-face {
  font-family: "Beatrice Trial";
  src: url("../fonts/BeatriceTrial-Medium.woff2") format("woff2"), url("../fonts/BeatriceTrial-Medium.woff") format("woff"), url("../fonts/BeatriceTrial-Medium.ttf") format("truetype"), url("../fonts/BeatriceTrial-Medium.svg#BeatriceTrial-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice Trial";
  src: url("../fonts/BeatriceTrial-Regular.woff2") format("woff2"), url("../fonts/BeatriceTrial-Regular.woff") format("woff"), url("../fonts/BeatriceTrial-Regular.ttf") format("truetype"), url("../fonts/BeatriceTrial-Regular.svg#BeatriceTrial-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice Trial";
  src: url("../fonts/BeatriceTrial-Semibold.woff2") format("woff2"), url("../fonts/BeatriceTrial-Semibold.woff") format("woff"), url("../fonts/BeatriceTrial-Semibold.ttf") format("truetype"), url("../fonts/BeatriceTrial-Semibold.svg#BeatriceTrial-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice Trial";
  src: url("../fonts/BeatriceTrial-Bold.woff2") format("woff2"), url("../fonts/BeatriceTrial-Bold.woff") format("woff"), url("../fonts/BeatriceTrial-Bold.ttf") format("truetype"), url("../fonts/BeatriceTrial-Bold.svg#BeatriceTrial-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #0f0f0f;
  font-family: "Beatrice Trial";
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  max-width: 1190px;
  width: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  body::before {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  body::before {
    max-width: 350px;
  }
}
body::after {
  content: "";
  position: absolute;
  max-width: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.05);
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (min-width: 1750px) {
  .container {
    max-width: 1750px;
  }
}
.primarybtn {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 18px 35px;
  background: #852cf2;
  border-radius: 500px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: none;
}
.primarybtn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #852cf1 0%, #cda3ff 50.48%, #852cf1 100%);
  border-radius: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.primarybtn:hover {
  box-shadow: 0px 5px 20px 6px rgba(133, 44, 242, 0.5);
}

.secondarybtn {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 18px 35px;
  background: transparent;
  border-radius: 500px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.secondarybtn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #373737 0%, #919191 50%, #373737 100%);
  border-radius: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.secondarybtn:hover {
  box-shadow: 0px 5px 20px 6px rgba(133, 44, 242, 0.5);
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
    font-weight: 400;
  }
}

.ghost-btn {
  width: 156px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: 1px solid #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.ghost-btn:hover {
  background: #1e1e1e;
  color: #fff;
}

.main-title {
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1750px) {
  .main-title {
    font-size: 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  .main-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .main-title {
    font-size: 25px;
  }
}

.title {
  font-size: 45px;
  line-height: 1.3;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.title span {
  color: #eaeaea;
}
@media screen and (max-width: 1300px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 25px;
  }
}

.sub-title {
  font-size: 60px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1750px) {
  .sub-title {
    font-size: 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  .sub-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .sub-title {
    font-size: 25px;
  }
}

/*====================== Header Start ======================*/
.header-nav {
  background: #0f0f0f !important;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.header-nav .container {
  display: block !important;
}
.header-nav .top-header {
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .top-header .lt-block {
  margin: 0;
  padding: 0;
}
.header-nav .top-header .lt-block p {
  font-size: 13px;
  line-height: 1;
  color: #8c8c8c;
  display: flex;
  align-items: center;
}
.header-nav .top-header .lt-block p .icon {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
}
.header-nav .top-header .lt-block p .icon img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-nav .top-header .lt-block {
    display: none;
  }
}
.header-nav .top-header .rt-block {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-nav .top-header .rt-block .dropdown-box {
  margin: 0 45px 0 0;
  padding: 0;
}
.header-nav .top-header .rt-block .dropdown-box .form-select {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  background: url(../images/dropdown-arrow.png) no-repeat right center #0f0f0f;
  background-size: 10px;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 400;
  margin: 0;
  padding: 0 18px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.header-nav .top-header .rt-block .dropdown-box .form-select:hover {
  color: #fff;
}
.header-nav .top-header .rt-block ul {
  display: flex;
}
.header-nav .top-header .rt-block ul li {
  font-size: 13px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 400;
  margin: 0;
  padding: 0 30px 0 0;
}
.header-nav .top-header .rt-block ul li:last-child {
  padding-right: 0;
}
.header-nav .top-header .rt-block ul li a {
  display: inline-block;
  color: #8c8c8c;
  margin: 0;
  padding: 0;
}
.header-nav .top-header .rt-block ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-nav .top-header .rt-block ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .top-header .rt-block {
    width: 100%;
    justify-content: space-between;
  }
}
.header-nav .bottom-header {
  margin: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.header-nav .bottom-header .logo-block {
  margin: 0;
  padding: 0;
}
.header-nav .bottom-header .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-nav .bottom-header .logo-block img {
  width: 119px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .header-nav .bottom-header .logo-block img {
    width: 100px;
  }
}
.header-nav .bottom-header .navigation-block {
  margin: 0;
  padding: 0;
}
.header-nav .bottom-header .navigation-block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .bottom-header .navigation-block ul li {
  font-size: 15px;
  line-height: 1;
  color: #f3f3f3;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 20px;
  padding: 0;
  position: relative;
  letter-spacing: 1.12px;
}
.header-nav .bottom-header .navigation-block ul li a {
  display: inline-block;
  color: #f3f3f3;
  position: relative;
  padding: 25px 0;
  transition: all 300ms ease-in-out;
}
.header-nav .bottom-header .navigation-block ul li a:hover {
  color: #852cf2;
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul li a {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #1c1c1c;
  }
}
.header-nav .bottom-header .navigation-block ul li .icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 0;
}
.header-nav .bottom-header .navigation-block ul li .icon img {
  width: 10px;
  height: auto;
}
.header-nav .bottom-header .navigation-block ul li.dropdown-list a {
  padding-right: 22px;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu {
  display: inline-block;
  position: absolute;
  width: 300px;
  left: 0;
  top: 65px;
  background: rgba(15, 15, 15, 0.8509803922);
  box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #242424;
  border-radius: 15px;
  margin: 0;
  padding: 20px 0;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 600ms ease-in-out;
  z-index: 99;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li a {
  display: block;
  padding: 13px 15px;
  border-bottom: 1px solid #1c1c1c;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li a:hover {
  background: #1c1c1c;
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul li .sub-menu li a {
    padding: 12px 0;
  }
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul li .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    top: 0;
    padding: 0 12px;
    border: none;
    border-radius: 0;
  }
}
.header-nav .bottom-header .navigation-block ul li:hover .sub-menu {
  display: block !important;
  opacity: 1;
  animation: hvTop 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul li:hover .sub-menu {
    animation: dcsadv 0.5s;
  }
}
@media screen and (max-width: 1750px) {
  .header-nav .bottom-header .navigation-block ul li {
    margin: 0 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .bottom-header .navigation-block ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul li {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .navigation-block {
    position: fixed;
    width: 365px;
    top: 0;
    bottom: 0;
    right: -100%;
    background: #0f0f0f;
    padding: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out;
  }
  .header-nav .bottom-header .navigation-block.opened {
    right: 0;
  }
}
.header-nav .bottom-header .icon-block {
  margin: 0;
  padding: 0;
}
.header-nav .bottom-header .icon-block ul {
  display: flex;
}
.header-nav .bottom-header .icon-block ul li {
  margin: 0 20px 0 0;
  padding: 0;
}
.header-nav .bottom-header .icon-block ul li:last-child {
  margin-right: 0;
}
.header-nav .bottom-header .icon-block ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-nav .bottom-header .icon-block ul li a img {
  width: auto;
  height: 18px;
  transition: all 500ms ease-in-out;
}
.header-nav .bottom-header .icon-block ul li a:hover img {
  transform: scale(1.3);
}
@media screen and (max-width: 1199px) {
  .header-nav .bottom-header .icon-block {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .header-nav {
    border-bottom: 1px solid #282828;
  }
}

@keyframes hvTop {
  from {
    top: 55px;
  }
  to {
    top: 65px;
    opacity: 1;
  }
}
.close-block {
  margin: 0;
  padding: 0;
  text-align: right;
  display: none;
}
.close-block .close-btn {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-block .close-btn img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .close-block {
    display: block;
  }
}

.humberger-menu {
  width: auto;
  height: auto;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.humberger-menu img {
  width: 27px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .humberger-menu {
    display: inline-block;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 1, 11, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.overlay.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

.overlay-pl {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 1, 11, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.overlay-pl.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*====================== Header End ======================*/
.loging-modal {
  max-width: 995px;
}
.loging-modal .modal-content {
  border-radius: 10px;
  background: none;
}
.loging-modal .modal-body {
  padding: 0;
  position: relative;
}
.loging-modal .modal-body .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 15px;
}
.loging-modal .modal-body .modal-close .btn {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.loging-modal .modal-body .modal-close .btn img {
  width: 40px;
  height: auto;
}

.login-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  background: #1f1f1f;
  border-radius: 10px;
  overflow: hidden;
}
.login-wrap .feature-img {
  width: 420px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.login-wrap .feature-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .login-wrap .feature-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .login-wrap .feature-img {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .login-wrap {
    display: block;
  }
}

.login-form {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  padding: 40px;
}
.login-form .top-text {
  margin: 0;
  padding: 0 0 40px;
}
.login-form .top-text h1 {
  font-size: 30px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.login-form .form-box {
  margin: 0;
  padding: 0 0 20px;
}
.login-form .form-box label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 13px;
}
.login-form .form-box .form-control {
  width: 100%;
  height: 60px;
  border: 1px solid #383838;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 500;
  background: #1f1f1f;
}
.login-form .form-box .form-control::-moz-placeholder {
  color: #585858;
}
.login-form .form-box .form-control::placeholder {
  color: #585858;
}
.login-form .form-box .form-control:focus {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #852cf2;
}
.login-form .form-check {
  margin-bottom: 35px;
}
.login-form .form-check .form-check-label {
  font-size: 14px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  padding-left: 7px;
  padding-top: 3px;
}
.login-form .form-check .form-check-input[type=checkbox] {
  background-color: #1f1f1f;
  width: 20px;
  height: 20px;
}
.login-form .primarybtn {
  border: none;
}
.login-form p {
  font-size: 16px;
  color: #adadad;
  font-weight: 500;
  padding-top: 32px;
}
.login-form p a {
  display: inline-block;
  color: #852cf2;
}
.login-form p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .login-form {
    padding: 20px 0 0 0;
  }
}

/*====================== Banner Start ======================*/
.search-box {
  margin: 0;
  padding: 0;
}
.search-box form {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.search-box form .form-control {
  flex: 1;
  width: 100%;
  height: 60px;
  border: 1px solid #434343;
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding-left: 30px;
}
.search-box form .form-control::-moz-placeholder {
  color: #636363;
}
.search-box form .form-control::placeholder {
  color: #636363;
}
.search-box form .form-control:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.search-box form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .search-box form .form-control {
    padding-left: 15px;
  }
}
.search-box form .send-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 60px;
  background: #852cf2;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.search-box form .send-btn img {
  width: 18px;
  height: auto;
}

.banner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.banner .banner-box {
  margin: 0;
  padding: 45px 100px 87px;
  background: url(../images/banner-bg-img.png) no-repeat left top;
  background-size: cover;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .banner .banner-box .row {
    flex-flow: column-reverse;
  }
}
.banner .banner-box .text-block {
  margin: 0;
  padding: 0;
}
.banner .banner-box .text-block span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #852cf2;
  font-weight: 500;
  margin: 0;
  padding: 0 0 15px;
}
.banner .banner-box .text-block .main-title {
  padding-bottom: 16px;
}
.banner .banner-box .text-block p {
  padding-bottom: 25px;
}
.banner .banner-box .text-block ul {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
}
.banner .banner-box .text-block ul li {
  margin: 0 10px 10px 0;
  padding: 0;
}
.banner .banner-box .text-block ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 19px 31px;
  border-radius: 500px;
  background: #1f1f1f;
  position: relative;
}
.banner .banner-box .text-block ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #1f1f1f 12.5%, #919191 50%, #1f1f1f 88.94%);
  border-radius: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.banner .banner-box .text-block ul li a:hover {
  background: #852cf2;
}
.banner .banner-box .text-block ul li a:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #852cf1 0%, #cda3ff 50.48%, #852cf1 100%);
  border-radius: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .banner .banner-box .text-block ul li a {
    padding: 17px 20px;
  }
}
.banner .banner-box .text-block ul li.active a {
  background: #852cf2;
}
.banner .banner-box .text-block ul li.active a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #852cf1 0%, #cda3ff 50.48%, #852cf1 100%);
  border-radius: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner .banner-box .text-block {
    padding: 40px 0 25px 0;
  }
}
.banner .banner-box .banner-img {
  margin: 0;
  padding: 0;
  text-align: center;
}
.banner .banner-box .banner-img .img-block {
  max-width: 630px;
  margin: 0 auto;
  padding: 0;
}
.banner .banner-box .banner-img .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1750px) {
  .banner .banner-box .banner-img .img-block {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1750px) {
  .banner .banner-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .banner-box {
    padding: 35px 25px 85px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner-box {
    padding: 30px 15px 65px;
  }
}
.banner .slick-dots {
  bottom: 50px;
  left: 0;
  line-height: 0;
}
.banner .slick-dots li {
  margin: 0;
  padding: 0 3px;
  width: auto;
  height: auto;
}
.banner .slick-dots li button {
  width: 30px;
  height: 4px;
  background: #1f1f1f;
  border: none;
  border-radius: 15px;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}
.banner .slick-dots li.slick-active button {
  background: #852cf2;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .banner {
    padding: 20px 0 0 0;
  }
}

/*====================== Banner End ======================*/
.top-field {
  margin: 0;
  padding: 0 0 65px 0;
}
@media screen and (max-width: 1750px) {
  .top-field {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .top-field {
    padding-bottom: 48px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-field {
    padding-bottom: 35px;
    text-align: center;
  }
}

.chp-element {
  margin: 0;
  padding: 72px 0 0;
  position: relative;
  z-index: 3;
}
.chp-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .chp-element:before {
    width: 100%;
  }
}
.chp-element:after {
  content: "";
  position: absolute;
  width: 507px;
  height: 507px;
  background: url(../images/blar-img2.png) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
  top: -168px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .chp-element:after {
    width: 100%;
  }
}
.chp-element .top-field {
  max-width: 600px;
}
.chp-element .top-field h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.chp-element .top-field h2 span {
  color: #eaeaea;
}
.chp-element .slider-field {
  margin: 0 -12px;
  padding: 0;
}
.chp-element .slider-field .slick-slider {
  margin-bottom: 0;
}
.chp-element .slider-field .item {
  margin: 0;
  padding: 0 12px;
}
@media screen and (max-width: 575px) {
  .chp-element .slider-field .item {
    padding: 0 6px;
  }
}
.chp-element .slider-field .card-box {
  margin: 0;
  padding: 0;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  transition: all 400ms ease-in-out;
}
.chp-element .slider-field .card-box a {
  display: block;
  margin: 0;
  padding: 27px;
}
@media screen and (max-width: 575px) {
  .chp-element .slider-field .card-box a {
    padding: 15px 15px 22px;
  }
}
.chp-element .slider-field .card-box .img-block {
  width: 200px;
  height: 167px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chp-element .slider-field .card-box .img-block img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .chp-element .slider-field .card-box .img-block {
    width: auto;
    height: 135px;
  }
}
.chp-element .slider-field .card-box:hover {
  border-color: #828282;
}
.chp-element .slider-field .card-box:hover .img-block img {
  transform: scale(1.2);
}
.chp-element .slider-field .card-box .text-block {
  margin: 0;
  padding: 32px 0 0 0;
}
.chp-element .slider-field .card-box .text-block h3 {
  font-size: 16px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.chp-element .slider-field .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  z-index: 1;
  top: -120px;
  transform: translateY(0);
}
@media screen and (max-width: 1750px) {
  .chp-element .slider-field .slick-arrow {
    top: -105px;
  }
}
@media screen and (max-width: 1199px) {
  .chp-element .slider-field .slick-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .chp-element .slider-field .slick-arrow {
    display: none !important;
  }
}
.chp-element .slider-field .slick-prev {
  background: url(../images/prev-icon.png) no-repeat center;
  background-size: cover;
  left: auto;
  right: 65px;
}
.chp-element .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .chp-element .slider-field .slick-prev {
    right: 50px;
  }
}
.chp-element .slider-field .slick-next {
  background: url(../images/next-icon.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.chp-element .slider-field .slick-next:before {
  display: none;
}
.chp-element .slider-field .slick-dots {
  bottom: 0;
  left: 0;
  display: none !important;
}
.chp-element .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.chp-element .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #8c8c8c;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.chp-element .slider-field .slick-dots li.slick-active button {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .chp-element .slider-field .slick-dots {
    display: block !important;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .chp-element .slider-field {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .chp-element {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .chp-element {
    padding-bottom: 30px;
  }
}

.mrg-element {
  margin: 0;
  padding: 80px 0;
}
.mrg-element .box {
  margin: 0;
  padding: 0;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 600px;
  z-index: 3;
}
.mrg-element .box .text-block {
  margin: 0;
  padding: 50px 40px;
}
.mrg-element .box .text-block h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 575px) {
  .mrg-element .box .text-block h3 {
    font-size: 25px;
  }
}
.mrg-element .box .text-block p {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .mrg-element .box .text-block {
    padding: 30px 20px;
  }
}
.mrg-element .box .img-block {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mrg-element .box .img-block img {
  width: auto;
  height: 330px;
  margin: 0 auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1750px) {
  .mrg-element .box .img-block img {
    width: 92%;
    height: auto;
  }
}
.mrg-element .box .img-block:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .mrg-element .box .img-block {
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .mrg-element .box {
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .mrg-element .box {
    min-height: inherit;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .mrg-element {
    padding: 50px 0;
  }
}

.acp-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.acp-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .acp-element:before {
    width: 100%;
  }
}
.acp-element .top-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acp-element .top-field .btn-block {
  margin: 0;
  padding: 0 150px 0 0;
}
@media screen and (max-width: 991px) {
  .acp-element .top-field .btn-block {
    padding-right: 60px;
  }
  .acp-element .top-field .btn-block .primarybtn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .acp-element .top-field .btn-block {
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .acp-element .top-field {
    display: block;
    text-align: center;
  }
}
.acp-element .slider-field {
  margin: 0;
  padding: 0 0 0 5%;
}
.acp-element .slider-field .slick-slider {
  margin-bottom: 0;
}
.acp-element .slider-field .item {
  margin: 0;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 575px) {
  .acp-element .slider-field .item {
    padding-right: 16px;
  }
}
.acp-element .slider-field .box {
  width: 412px;
  margin: 0;
  padding: 40px 30px 35px;
  background: #1e1e1e;
  border-radius: 20px;
  min-height: 485px;
  display: flex;
  flex-flow: column;
}
.acp-element .slider-field .box .img-block {
  width: 352px;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acp-element .slider-field .box .img-block img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .acp-element .slider-field .box .img-block {
    width: auto;
    height: 250px;
  }
}
.acp-element .slider-field .box:hover .img-block img {
  transform: scale(1.2);
}
.acp-element .slider-field .box .text-block {
  flex: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.acp-element .slider-field .box .text-block h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 1199px) {
  .acp-element .slider-field .box {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .acp-element .slider-field .box {
    width: 375px;
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .acp-element .slider-field .box {
    width: 300px;
  }
}
.acp-element .slider-field .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  z-index: 1;
  top: -115px;
  transform: translateY(0);
  margin-right: 85px;
}
@media screen and (max-width: 1750px) {
  .acp-element .slider-field .slick-arrow {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .acp-element .slider-field .slick-arrow {
    width: 40px;
    height: 40px;
    top: -95px;
  }
}
@media screen and (max-width: 767px) {
  .acp-element .slider-field .slick-arrow {
    display: none !important;
  }
}
.acp-element .slider-field .slick-prev {
  background: url(../images/prev-icon.png) no-repeat center;
  background-size: cover;
  left: auto;
  right: 65px;
}
.acp-element .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .acp-element .slider-field .slick-prev {
    right: 50px;
  }
}
.acp-element .slider-field .slick-next {
  background: url(../images/next-icon.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.acp-element .slider-field .slick-next:before {
  display: none;
}
.acp-element .slider-field .slick-dots {
  bottom: 0;
  left: 0;
  display: none !important;
}
.acp-element .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.acp-element .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #8c8c8c;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.acp-element .slider-field .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .acp-element .slider-field .slick-dots {
    display: block !important;
    bottom: -60px;
  }
}
@media screen and (max-width: 1750px) {
  .acp-element .slider-field {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .acp-element .slider-field {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .acp-element {
    padding-bottom: 50px;
  }
}

.why-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.why-element .block {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #282828;
  border-radius: 20px;
}
.why-element .block img {
  width: 100%;
  height: auto;
}
.why-element .block .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0;
  padding: 0 100px;
}
.why-element .block .desc .text-block {
  max-width: 840px;
  margin: 0;
  padding: 0;
}
.why-element .block .desc .text-block h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 575px) {
  .why-element .block .desc .text-block h3 {
    font-size: 25px;
  }
}
.why-element .block .desc .text-block P {
  padding-bottom: 35px;
}
.why-element .block .desc .text-block P a {
  color: #852cf2;
}
@media screen and (max-width: 1199px) {
  .why-element .block .desc {
    bottom: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .why-element .block .desc {
    position: relative;
    padding: 25px 15px;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .why-element .block {
    height: 400px;
  }
  .why-element .block img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .why-element .block {
    height: auto;
  }
}

.process-element {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.process-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 60px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .process-element:before {
    width: 100%;
  }
}
.process-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape-right.png) no-repeat right top;
  background-size: contain;
  right: 0;
  bottom: -60px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .process-element:after {
    width: 100%;
  }
}
.process-element .slider-field {
  margin: 0;
  padding: 0 0 0 5%;
}
.process-element .slider-field .item {
  margin: 0;
  padding: 0 24px 0 0;
}
.process-element .slider-field .item .card-box {
  width: 412px;
  margin: 0;
  padding: 55px 30px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  min-height: 430px;
  position: relative;
}
.process-element .slider-field .item .card-box .icon-block {
  margin: 0;
  padding: 0 0 48px;
}
.process-element .slider-field .item .card-box .icon-block img {
  width: auto;
  height: 61px;
}
.process-element .slider-field .item .card-box .text-block {
  margin: 0;
  padding: 0;
}
.process-element .slider-field .item .card-box .text-block h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
.process-element .slider-field .item .card-box .btn-block {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px;
}
.process-element .slider-field .item .card-box .btn-block .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #2e2e2e;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.process-element .slider-field .item .card-box .btn-block .add-btn img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .process-element .slider-field .item .card-box {
    padding: 30px 20px;
    min-height: 385px;
  }
}
@media screen and (max-width: 991px) {
  .process-element .slider-field .item .card-box {
    width: 375px;
  }
}
@media screen and (max-width: 575px) {
  .process-element .slider-field .item .card-box {
    width: 280px;
    padding: 25px 15px;
  }
}
@media screen and (max-width: 575px) {
  .process-element .slider-field .item {
    padding-right: 15px;
  }
}
.process-element .slider-field .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  z-index: 1;
  top: -120px;
  transform: translateY(0);
  margin-right: 85px;
}
@media screen and (max-width: 1750px) {
  .process-element .slider-field .slick-arrow {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .process-element .slider-field .slick-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .process-element .slider-field .slick-arrow {
    display: none !important;
  }
}
.process-element .slider-field .slick-prev {
  background: url(../images/prev-icon.png) no-repeat center;
  background-size: cover;
  left: auto;
  right: 65px;
}
.process-element .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .process-element .slider-field .slick-prev {
    right: 50px;
  }
}
.process-element .slider-field .slick-next {
  background: url(../images/next-icon.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.process-element .slider-field .slick-next:before {
  display: none;
}
.process-element .slider-field .slick-dots {
  bottom: 0;
  left: 0;
  display: none !important;
}
.process-element .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.process-element .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.process-element .slider-field .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .process-element .slider-field .slick-dots {
    display: block !important;
    bottom: -60px;
  }
}
@media screen and (max-width: 1750px) {
  .process-element .slider-field {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .process-element .slider-field {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .process-element {
    padding-bottom: 40px;
  }
}

.upgrade-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.upgrade-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape-right.png) no-repeat right top;
  background-size: contain;
  right: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .upgrade-element:after {
    width: 100%;
  }
}
.upgrade-element .block {
  margin: 0;
  padding: 10px;
  background: #1f1f1f;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .upgrade-element .block .row {
    flex-flow: column-reverse;
  }
}
.upgrade-element .accordion-field {
  margin: 0;
  padding: 0 50px;
}
.upgrade-element .accordion-field .accordion {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.upgrade-element .accordion-field .accordion .accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  line-height: 1.3;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 18px 0;
  background: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #404040;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button::after {
  background: url(../images/accordion-arrow.png) no-repeat right center;
  background-size: 14px;
}
@media screen and (max-width: 575px) {
  .upgrade-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: none;
  color: #852cf2;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid transparent;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-collapse.show {
  border-color: #404040;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-body {
  margin: 0;
  padding: 20px 0;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-body p {
  padding-bottom: 30px;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.upgrade-element .accordion-field .accordion .accordion-item .accordion-body ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #adadad;
  border-radius: 50%;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .upgrade-element .accordion-field {
    padding: 20px 15px;
  }
}
.upgrade-element .feature-block {
  max-width: 838px;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: hidden;
}
.upgrade-element .feature-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.upgrade-element .feature-block:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .upgrade-element {
    padding: 50px 0;
  }
}

.articles-element {
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  z-index: 3;
}
.articles-element .box {
  max-width: 848px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.articles-element .box a {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.articles-element .box a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 18.04%, #1b1b1b 100%);
}
.articles-element .box a img {
  width: 100%;
  height: auto;
}
.articles-element .box a .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 1;
}
.articles-element .box a .desc span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.articles-element .box a .desc .text-block {
  max-width: 576px;
  margin: 0;
  padding: 0;
}
.articles-element .box a .desc .text-block h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 16px;
}
@media screen and (max-width: 575px) {
  .articles-element .box a .desc .text-block h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .articles-element .box a .desc {
    padding: 20px;
  }
}
.articles-element .accordion-field {
  margin: 0;
  padding: 0 50px;
}
.articles-element .accordion-field .accordion {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.articles-element .accordion-field .accordion .accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  line-height: 1.3;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 18px 0;
  background: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #404040;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button::after {
  background: url(../images/accordion-arrow.png) no-repeat right center;
  background-size: 14px;
}
@media screen and (max-width: 575px) {
  .articles-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
.articles-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: none;
  color: #852cf2;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid transparent;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-collapse.show {
  border-color: #404040;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-body {
  margin: 0;
  padding: 20px 0;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.articles-element .accordion-field .accordion .accordion-item .accordion-body ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #adadad;
  border-radius: 50%;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .articles-element .accordion-field {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .articles-element .accordion-field {
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .articles-element {
    padding-bottom: 50px;
  }
}

/*====================== Footer Start ======================*/
.footer {
  margin: 0;
  padding: 80px 0 35px;
  background: #1a1a1a;
  position: relative;
  z-index: 3;
}
.footer .footer-top {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 0 35px;
}
.footer .footer-top h2 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 35px;
}
.footer .footer-top .box {
  margin: 0;
  padding: 0 0 35px;
}
.footer .footer-top .box ul li {
  font-size: 15px;
  line-height: 1;
  color: #cccccc;
  font-weight: 400;
  letter-spacing: 1.12px;
  margin: 0;
  padding: 0 0 15px;
}
.footer .footer-top .box ul li:last-child {
  padding-bottom: 0;
}
.footer .footer-top .box ul li a {
  display: block;
  color: #ccc;
  margin: 0;
  padding: 0;
  transition: all 350ms ease-in-out;
}
.footer .footer-top .box ul li a img {
  width: 20px;
  height: auto;
  transition: all 400ms ease-in-out;
}
.footer .footer-top .box ul li a:hover {
  color: #fff;
}
.footer .footer-top .box ul li a:hover img {
  transform: scale(1.2);
}
.footer .footer-top .rt-box {
  max-width: 628px;
  margin: 0 0 0 auto;
  padding: 0;
}
.footer .footer-top .rt-box p {
  font-size: 15px;
  color: #8c8c8c;
  padding: 5px 0 35px;
}
.footer .footer-top .rt-box .form-field {
  margin: 0 0 80px;
  padding: 0;
}
.footer .footer-top .rt-box .form-field form {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer .footer-top .rt-box .form-field form .form-control {
  flex: 1;
  width: 100%;
  height: 60px;
  border: 1px solid #434343;
  background: #1a1a1a;
  border-radius: 15px;
  box-shadow: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.12px;
}
.footer .footer-top .rt-box .form-field form .form-control::-moz-placeholder {
  color: #747474;
}
.footer .footer-top .rt-box .form-field form .form-control::placeholder {
  color: #747474;
}
.footer .footer-top .rt-box .form-field form .form-control:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-top .rt-box .form-field form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-top .rt-box .form-field form .send-btn {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 0;
}
.footer .footer-top .rt-box .form-field form .send-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .rt-box .form-field {
    margin-bottom: 40px;
  }
}
.footer .footer-top .rt-box .img-box {
  margin: 0;
  padding: 0;
}
.footer .footer-top .rt-box .img-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .rt-box .img-box img {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer-top .rt-box {
    margin: 0;
  }
}
.footer .footer-bottom {
  margin: 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #3d3d3d;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-bottom .lt-text {
  max-width: 730px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .lt-text p {
  font-size: 14px;
}
.footer .footer-bottom .lt-text p a {
  display: inline-block;
  color: #852cf2;
}
.footer .footer-bottom .rt-text {
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .rt-text p {
  font-size: 12px;
  color: #8b8b8b;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .rt-text {
    border-top: 1px solid #3d3d3d;
    padding-top: 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 35px;
  }
}

/*====================== Footer End ======================*/
/*==============================================================

                INNER PAGE START

==============================================================*/
/*====================== About Page Start ======================*/
.inner-banner {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 507px;
  height: 507px;
  background: url(../images/blar-img2.png) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
  bottom: -268px;
  z-index: -1;
}
.inner-banner .banner-img {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.inner-banner .banner-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.inner-banner .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 80px 100px;
}
.inner-banner .desc .text-block {
  max-width: 600px;
  margin: 0;
  padding: 0;
}
.inner-banner .desc .text-block .sub-title {
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .inner-banner .desc {
    padding: 0 0 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .desc {
    position: relative;
    padding: 30px 0 0 0;
  }
}

.component-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.component-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .component-element:before {
    width: 100%;
  }
}
.component-element:after {
  content: "";
  position: absolute;
  width: 507px;
  height: 507px;
  background: url(../images/blar-img2.png) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
  top: -168px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .component-element:after {
    width: 100%;
  }
}
.component-element .top-block {
  background: #1f1f1f;
  margin: 0 0 40px;
  padding: 37px 40px;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component-element .top-block h2 {
  font-size: 24px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.component-element .top-block nav {
  max-width: 1380px;
  width: 100%;
  padding-left: 50px;
  padding-right: 60px;
}
.component-element .top-block nav .nav-tabs {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  flex-flow: nowrap;
}
.component-element .top-block nav .nav-tabs .nav-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0 6px;
  padding: 14px 29px;
  border: 1px solid #373737;
  background: #1f1f1f;
  border-radius: 10px;
}
.component-element .top-block nav .nav-tabs .nav-link:hover {
  background: #852cf2;
  box-shadow: 0px 6px 30px 0px rgba(133, 44, 241, 0.2);
  border-color: #852cf2;
}
.component-element .top-block nav .nav-tabs .nav-link.active {
  background: #852cf2;
  box-shadow: 0px 6px 30px 0px rgba(133, 44, 241, 0.2);
  border-color: #852cf2;
}
@media screen and (max-width: 1750px) {
  .component-element .top-block nav {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .component-element .top-block nav {
    padding: 0;
    margin: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  .component-element .top-block {
    display: block;
    padding: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .component-element .top-block {
    padding: 20px 15px;
  }
}
.component-element .tab-content {
  margin: 0;
  padding: 0;
  position: relative;
}
.component-element .tab-content:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -260px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .component-element .tab-content:before {
    width: 100%;
  }
}
.component-element .tab-content .lt-field {
  margin: 0;
  padding: 40px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.component-element .tab-content .lt-field .up-block {
  margin: 0 0 30px;
  padding: 0 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #303030;
}
.component-element .tab-content .lt-field .up-block .content-block {
  margin: 0;
  padding: 0;
}
.component-element .tab-content .lt-field .up-block .content-block h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .component-element .tab-content .lt-field .up-block .content-block h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .component-element .tab-content .lt-field .up-block .content-block {
    padding-bottom: 30px;
  }
}
.component-element .tab-content .lt-field .up-block .form-field {
  max-width: 495px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.component-element .tab-content .lt-field .up-block .form-field .nav-tabs {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
}
.component-element .tab-content .lt-field .up-block .form-field .nav-tabs .nav-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0 6px;
  padding: 11px 20px;
  border: 1px solid #373737;
  background: #1f1f1f;
  border-radius: 10px;
}
.component-element .tab-content .lt-field .up-block .form-field .nav-tabs .nav-link:hover {
  background: #852cf2;
  box-shadow: 0px 6px 30px 0px rgba(133, 44, 241, 0.2);
  border-color: #852cf2;
}
.component-element .tab-content .lt-field .up-block .form-field .nav-tabs .nav-link.active {
  background: #852cf2;
  box-shadow: 0px 6px 30px 0px rgba(133, 44, 241, 0.2);
  border-color: #852cf2;
}
@media screen and (max-width: 991px) {
  .component-element .tab-content .lt-field .up-block {
    display: block;
  }
}
@media screen and (max-width: 1750px) {
  .component-element .tab-content .lt-field {
    padding: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .component-element .tab-content .lt-field {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .component-element .tab-content .lt-field {
    padding: 20px 15px;
  }
}
.component-element .tab-content .lt-field .pagination {
  margin: 0;
  padding: 30px 0 0 0;
}
.component-element .tab-content .lt-field .pagination .page-item {
  margin: 0;
  padding: 0 5px 0 0;
}
.component-element .tab-content .lt-field .pagination .page-item .page-link {
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 400;
  margin: 0;
  padding: 11px 14px;
  background: #333333;
  border: none;
  border-radius: 10px;
}
.component-element .tab-content .lt-field .pagination .page-item.active .page-link {
  background: #852cf2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .component-element .tab-content .lt-field .pagination {
    justify-content: center;
  }
}
.component-element .tab-content .table-block {
  margin: 0;
  padding: 0;
}
.component-element .tab-content .table-block table {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.component-element .tab-content .table-block table thead tr th {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
  margin: 0;
  padding: 6px 20px;
  background: #2a2a2a;
}
.component-element .tab-content .table-block table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.component-element .tab-content .table-block table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .component-element .tab-content .table-block table thead tr th {
    padding: 6px 10px;
  }
}
.component-element .tab-content .table-block table tbody tr td {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #303030;
}
.component-element .tab-content .table-block table tbody tr td .product-field {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.component-element .tab-content .table-block table tbody tr td .product-field .img-block {
  width: 80px;
  height: 80px;
  background: #303030;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-element .tab-content .table-block table tbody tr td .product-field .img-block img {
  width: 100%;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .component-element .tab-content .table-block table tbody tr td .product-field .img-block img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .component-element .tab-content .table-block table tbody tr td .product-field .img-block {
    width: 60px;
    height: 60px;
  }
}
.component-element .tab-content .table-block table tbody tr td .product-field .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
  white-space: normal;
}
.component-element .tab-content .table-block table tbody tr td .count-box {
  margin: 0;
  padding: 0;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #3c3c3c;
  border-radius: 10px;
  overflow: hidden;
}
.component-element .tab-content .table-block table tbody tr td .count-box .btn {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  height: 38px;
  font-size: 20px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
}
.component-element .tab-content .table-block table tbody tr td .count-box span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
}
.component-element .tab-content .table-block table tbody tr td .btn-block {
  margin: 0;
  padding: 0;
}
.component-element .tab-content .table-block table tbody tr td .btn-block .view-btn {
  display: flex;
  align-items: center;
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}
.component-element .tab-content .table-block table tbody tr td .btn-block .view-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #852cf2;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.component-element .tab-content .table-block table tbody tr td .btn-block .view-btn .icon img {
  width: 20px;
  height: auto;
}
.component-element .tab-content .table-block table tbody tr td .btn-block .view-btn b {
  font-size: 16px;
  line-height: 1;
  color: #adadad;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 991px) {
  .component-element .tab-content .table-block table tbody tr td {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1500px) {
  .component-element .tab-content .table-block {
    white-space: nowrap;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1199px) {
  .component-element {
    padding: 50px 0;
  }
}

.play-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .play-element .top-field {
    max-width: 650px;
  }
}
.play-element .slider-field {
  margin: 0;
  padding: 0 0 0 5%;
}
.play-element .slider-field .slick-slider {
  margin-bottom: 0;
}
.play-element .slider-field .item {
  margin: 0;
  padding: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .item {
    padding-right: 15px;
  }
}
.play-element .slider-field .box {
  width: 703px;
  margin: 0;
  padding: 0 0 35px;
  background: url(../images/play-bg-card.png) no-repeat left top;
  background-size: cover;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  text-align: center;
  position: relative;
  min-height: 600px;
}
.play-element .slider-field .box .text-block {
  margin: 0;
  padding: 50px 40px;
}
.play-element .slider-field .box .text-block h3 {
  font-size: 30px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .box .text-block h3 {
    font-size: 25px;
  }
}
.play-element .slider-field .box .text-block p {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .play-element .slider-field .box .text-block {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .box .text-block {
    padding: 30px 15px;
  }
}
.play-element .slider-field .box .img-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
.play-element .slider-field .box .img-block img {
  width: auto;
  max-height: 380px;
  margin: 0 auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .play-element .slider-field .box .img-block img {
    max-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .box .img-block img {
    max-height: 170px;
  }
}
.play-element .slider-field .box:hover .img-block img {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .play-element .slider-field .box {
    width: 450px;
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .box {
    width: 300px;
    min-height: 300px;
  }
}
.play-element .slider-field .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  z-index: 1;
  top: -115px;
  transform: translateY(0);
  margin-right: 85px;
}
@media screen and (max-width: 1750px) {
  .play-element .slider-field .slick-arrow {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .play-element .slider-field .slick-arrow {
    width: 40px;
    height: 40px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .slick-arrow {
    display: none !important;
  }
}
.play-element .slider-field .slick-prev {
  background: url(../images/prev-icon.png) no-repeat center;
  background-size: cover;
  left: auto;
  right: 65px;
}
.play-element .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .play-element .slider-field .slick-prev {
    right: 50px;
  }
}
.play-element .slider-field .slick-next {
  background: url(../images/next-icon.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.play-element .slider-field .slick-next:before {
  display: none;
}
.play-element .slider-field .slick-dots {
  bottom: 0;
  left: 0;
  display: none !important;
}
.play-element .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.play-element .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.play-element .slider-field .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .play-element .slider-field .slick-dots {
    display: block !important;
    bottom: -40px;
  }
}
@media screen and (max-width: 1750px) {
  .play-element .slider-field {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .play-element {
    padding: 50px 0 85px;
  }
}

.psp-element {
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .psp-element .top-field {
    max-width: 980px;
    text-align: center;
  }
}
.psp-element .box {
  margin: 0;
  padding: 45px;
  padding-bottom: 25px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.psp-element .box .img-block {
  max-width: 330px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.psp-element .box .img-block img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  .psp-element .box .img-block img {
    width: 100%;
    max-height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.psp-element .box .img-block:hover img {
  transform: scale(1.1);
}
.psp-element .box .top-text {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #303030;
  text-align: center;
}
.psp-element .box .top-text .radio-field {
  margin: 20px 0;
  padding: 0;
}
.psp-element .box .top-text .radio-field form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.psp-element .box .top-text .radio-field .radio-box {
  margin: 0;
  padding: 0 10px;
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:checked,
.psp-element .box .top-text .radio-field .radio-box [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:checked + label,
.psp-element .box .top-text .radio-field .radio-box [type=radio]:not(:checked) + label {
  position: relative;
  padding-top: 45px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #8c8c8c;
  display: inline-block;
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:checked + label:before,
.psp-element .box .top-text .radio-field .radio-box [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #adadad;
  border-radius: 100%;
  background: #161616;
  margin: 0 auto;
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:checked + label:after,
.psp-element .box .top-text .radio-field .radio-box [type=radio]:not(:checked) + label:after {
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.psp-element .box .top-text .radio-field .radio-box [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.psp-element .box .top-text span {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 15px 0px 15px 10px;
}
.psp-element .box .top-text h3 {
  max-width: 332px;
  font-size: 24px;
  line-height: 1.2;
  color: #eaeaea;
  font-weight: 600;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .psp-element .box .top-text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.psp-element .box .mid-text {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.psp-element .box .mid-text h4 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
}
.psp-element .box .mid-text h4 span {
  font-size: 16px;
  color: #8c8c8c;
}
.psp-element .box .mid-text h5 {
  font-size: 14px;
  line-height: 1;
  color: #bf2b2b;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
}
.psp-element .box .mid-text h5 u {
  display: inline-block;
  text-decoration: line-through;
  color: #8c8c8c;
  padding-right: 12px;
}
.psp-element .box .mid-text .btn-block {
  margin: 0;
  padding: 0;
}
.psp-element .box .mid-text .btn-block .primarybtn {
  width: 280px;
}
@media screen and (max-width: 1199px) {
  .psp-element .box .mid-text .btn-block .primarybtn {
    width: 100%;
  }
}
.psp-element .box .mid-text .btn-block .secondarybtn {
  width: 280px;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .psp-element .box .mid-text .btn-block .secondarybtn {
    width: 100%;
  }
}
.psp-element .box .bottom-text {
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 6px 20px;
  background: #323232;
  border-radius: 10px;
}
.psp-element .box .bottom-text .block .d-flex {
  flex: 1;
  margin: 0;
  padding: 0;
  align-items: center;
}
.psp-element .box .bottom-text .block .icon-block {
  width: 50px;
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text .block .icon-block img {
  width: 100%;
  height: auto;
}
.psp-element .box .bottom-text .block .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 25px;
}
.psp-element .box .bottom-text .block .text-block h4 {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 5px;
}
.psp-element .box .bottom-text .block .text-block p {
  font-size: 13px;
  color: #8c8c8c;
}
.psp-element .box .bottom-text .block .btn-block {
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text .block .btn-block .btn {
  display: inline-block;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text .block .btn-block .btn img {
  width: 16px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .psp-element .box .bottom-text .block {
    padding: 6px 15px;
  }
}
.psp-element .box .bottom-text ul {
  margin-bottom: 15px;
}
.psp-element .box .bottom-text ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
  padding: 10px 20px;
  background: #272727;
  border-radius: 10px;
}
.psp-element .box .bottom-text ul li .icon-block {
  width: 25px;
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text ul li .icon-block img {
  max-width: 25px;
  height: auto;
}
.psp-element .box .bottom-text ul li .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 25px;
}
.psp-element .box .bottom-text ul li .text-block span {
  font-size: 13px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.psp-element .box .bottom-text ul li .text-block h5 {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 1199px) {
  .psp-element .box .bottom-text ul li .text-block {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .psp-element .box .bottom-text ul li {
    padding: 10px 15px;
  }
}
.psp-element .box .bottom-text .btn-field {
  margin: 0;
  padding: 0;
  text-align: center;
}
.psp-element .box .bottom-text .btn-field a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #852cf2;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}
.psp-element .box .bottom-text .btn-field a:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .psp-element .box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .psp-element .box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .psp-element .box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .psp-element {
    padding-bottom: 30px;
  }
}

.sgc-element {
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  z-index: 3;
}
.sgc-element .box {
  margin: 0;
  padding: 0;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.sgc-element .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #101010 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
}
.sgc-element .box img {
  width: 100%;
  height: auto;
}
.sgc-element .box .desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 40px 30px;
  z-index: 11;
}
.sgc-element .box .desc h3 {
  font-size: 24px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 16px;
}
@media screen and (max-width: 1199px) {
  .sgc-element .box .desc h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  .sgc-element .box .desc {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .sgc-element {
    padding-bottom: 40px;
  }
}

/*====================== Product Page Start ======================*/
.product-list {
  margin: 0;
  padding: 42px 0 70px;
  position: relative;
  z-index: 3;
}
.product-list:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .product-list:before {
    width: 100%;
  }
}
.product-list:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/blar-img2.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
  margin: 0;
  top: 160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .product-list:after {
    width: 100%;
  }
}
.product-list .top-head {
  margin: 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #282828;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.product-list .top-head h5 {
  font-size: 20px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.product-list .top-head .filter-btn {
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 15px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 6px;
}
.product-list .top-head .filter-btn span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.product-list .top-head .filter-btn img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .product-list .top-head {
    display: flex;
    padding-bottom: 25px;
  }
}
.product-list .left-panel {
  max-width: 530px;
  margin: 0;
  padding: 30px;
  background: #1f1f1f;
  border-radius: 20px;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .product-list .left-panel {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .left-panel {
    position: fixed;
    width: 360px;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 99999;
    border-radius: 0;
    padding-top: 15px;
  }
  .product-list .left-panel.opened {
    left: 0;
  }
}
.product-list .close-box {
  margin: 0;
  padding: 0;
  display: none;
  justify-content: flex-end;
  padding-bottom: 25px;
}
.product-list .close-box .close-btn {
  background: #0c0c0c;
  border: 1px solid #2c2c2c;
  box-shadow: none;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .close-box .close-btn img {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .product-list .close-box {
    display: flex;
  }
}
.product-list .accordion-list {
  margin: 0;
  padding: 10px 0 0 0;
}
.product-list .accordion-list .accordion {
  background: none;
  border: none;
}
.product-list .accordion-list .accordion .accordion-item {
  background: none;
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-radius: 0;
}
.product-list .accordion-list .accordion .accordion-item:first-child {
  border-bottom: 1px solid #282828;
}
.product-list .accordion-list .accordion .accordion-item .accordion-button {
  font-size: 16px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 18px;
  background: none;
  box-shadow: none;
  outline: none;
}
.product-list .accordion-list .accordion .accordion-item .accordion-button:after {
  background: url(../images/collapse-arrow.png) no-repeat center right;
  background-size: 13px;
}
.product-list .accordion-list .accordion .accordion-body {
  margin: 0;
  padding: 0;
}
.product-list .accordion-list .accordion .accordion-body .checkbox-list {
  margin: 0;
  padding: 0;
}
.product-list .accordion-list .accordion .accordion-body .checkbox-list .list-group-item {
  background: none;
  border: none;
  border-radius: none;
  font-size: 15px;
  line-height: 1.1;
  color: #c5c5c5;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0;
}
.product-list .accordion-list .accordion .accordion-body .checkbox-list .list-group-item:last-child {
  margin-bottom: 0;
}
.product-list .accordion-list .accordion .accordion-body .checkbox-list .form-check-input {
  background-color: #1f1f1f;
  border-color: #333333;
  width: 20px;
  height: 20px;
  box-shadow: none;
  outline: none;
  margin-top: 0;
  margin-right: 15px !important;
}
.product-list .accordion-list .accordion .accordion-body .checkbox-list .form-check-input:checked[type=checkbox] {
  background-color: #852cf2;
  border-color: #852cf2;
}
.product-list .accordion-list .collapse-btn {
  font-size: 14px;
  line-height: 1;
  color: #007bff;
  font-weight: 500;
  margin: 0;
  padding: 5px;
  padding-right: 0;
  background: none;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
}
.product-list .box-card {
  max-width: 530px;
  margin: 20px 0 0 0;
  padding: 0;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.product-list .box-card img {
  width: 100%;
  height: auto;
}
.product-list .box-card .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.product-list .box-card .desc .text-block {
  max-width: 390px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.product-list .box-card .desc .text-block h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 1199px) {
  .product-list .box-card .desc .text-block h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box-card .desc {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box-card {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.product-list .right-panel {
  margin: 0;
  padding: 0;
  position: relative;
}
.product-list .right-panel:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat center top;
  background-size: contain;
  left: -20%;
  bottom: 100px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .product-list .right-panel:before {
    width: 100%;
  }
}
.product-list .right-panel .top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 60px;
}
.product-list .right-panel .top-sec h4 {
  font-size: 20px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .product-list .right-panel .top-sec h4 {
    padding-bottom: 22px;
  }
}
.product-list .right-panel .top-sec .selectbox-sec {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.product-list .right-panel .top-sec .selectbox-sec label {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 400;
  margin: 0 15px 0 0;
  padding: 0;
}
.product-list .right-panel .top-sec .selectbox-sec .form-select {
  width: 248px;
  height: 45px;
  background-color: #1f1f1f;
  border-color: #2c2c2c;
  font-size: 16px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 400;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .product-list .right-panel .top-sec {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .product-list .right-panel .top-sec {
    display: block;
  }
}
.product-list .right-panel .psp-element {
  padding: 0;
}
.product-list .right-panel .pagination {
  margin: 60px 0 0 0;
  padding: 0;
  justify-content: center;
}
.product-list .right-panel .pagination .page-item {
  margin: 0;
  padding: 0 5px 0 0;
}
.product-list .right-panel .pagination .page-item .page-link {
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 400;
  margin: 0;
  padding: 11px 14px;
  background: #333333;
  border: none;
  border-radius: 10px;
}
.product-list .right-panel .pagination .page-item.active .page-link {
  background: #852cf2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .product-list .right-panel .pagination {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .product-list {
    padding-bottom: 40px;
  }
}

.range-item {
  margin: 0;
  padding: 18px;
  background: #282828;
  border: 1px solid #313131;
  border-radius: 15px;
}
.range-item .d-flex {
  align-items: center;
  justify-content: space-between;
}
.range-item .d-flex p {
  font-size: 16px;
  line-height: 1.1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.range-item .d-flex p span {
  font-weight: 500;
}
.range-item .d-flex .primarybtn {
  width: 81px;
  height: 34px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}

.applied-filter {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid #282828;
}
.applied-filter .top-block {
  margin: 0 0 20px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applied-filter .top-block h3 {
  font-size: 20px;
  line-height: 1.1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.applied-filter .top-block .clear-btn {
  font-size: 16px;
  line-height: 1;
  color: #852cf2;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  padding-right: 0;
  background: none;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
}
.applied-filter ul {
  display: flex;
  flex-flow: wrap;
}
.applied-filter ul li {
  display: flex;
  align-items: center;
  background: #282828;
  border: 1px solid #313131;
  border-radius: 15px;
  margin: 0 8px 8px 0;
  padding: 10px 12px;
}
.applied-filter ul li:last-child {
  margin-right: 0;
}
.applied-filter ul li span {
  flex: 1;
  font-size: 15px;
  line-height: 1.1;
  color: #c5c5c5;
  font-weight: 500;
  margin: 0;
  padding: 0 8px 0 0;
}
.applied-filter ul li .close-btn {
  margin: 0;
  padding: 5px;
  padding-right: 0;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  line-height: 0;
  height: auto;
  min-height: inherit;
}
.applied-filter ul li .close-btn img {
  width: 8px;
  height: auto;
}

/*====================== Product Page End ======================*/
.details-element {
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  z-index: 3;
}
.details-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape222.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -260px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .details-element:before {
    width: 100%;
  }
}
.details-element .block {
  margin: 0;
  padding: 45px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
@media screen and (max-width: 1750px) {
  .details-element .block {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .details-element .block {
    padding: 30px 15px;
  }
}
.details-element .breadcrumb {
  margin-bottom: 42px;
}
.details-element .breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
}
.details-element .breadcrumb .breadcrumb-item a {
  color: #515151;
}
.details-element .breadcrumb .breadcrumb-item::before {
  color: #7e7e7e;
}
.details-element .feature-slider {
  margin: 0 0 52px;
  padding: 0;
  display: flex;
  align-items: center;
}
.details-element .feature-slider .lt-slider {
  width: 122px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .details-element .feature-slider .lt-slider {
    width: 100%;
  }
}
.details-element .feature-slider .rt-slider {
  width: 460px;
  margin: 0 auto;
  padding: 0;
}
.details-element .feature-slider .item {
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 526px;
}
.details-element .feature-slider .item img {
  max-width: 458px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .details-element .feature-slider .item img {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .details-element .feature-slider .item {
    min-height: inherit;
  }
}
.details-element .feature-slider .slider-nav {
  padding: 0;
  margin-top: 16px;
}
.details-element .feature-slider .slider-nav .item {
  padding: 0 0 5px;
  min-height: inherit;
  background: none;
  display: block;
  border-radius: 0;
}
.details-element .feature-slider .slider-nav .item .img-box {
  margin: 0;
  padding: 0;
  min-height: 120px;
  background: #313131;
  border: 1px solid #4c4c4c;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.details-element .feature-slider .slider-nav .item .img-box img {
  max-width: 80px;
  height: auto;
}
.details-element .feature-slider .slider-nav .item.slick-current .img-box {
  border-color: #852cf1;
}
@media screen and (max-width: 1199px) {
  .details-element .feature-slider .slider-nav .item {
    padding: 0 5px;
  }
}
.details-element .feature-slider .slider-nav .slick-prev,
.details-element .feature-slider .slider-nav .slick-next {
  width: 38px;
  height: 38px;
  border-radius: 0;
  z-index: 1;
}
.details-element .feature-slider .slider-nav .slick-prev {
  background: url(../images/details-prev-arrow.png) no-repeat center;
  background-size: 30px;
  left: 0;
}
.details-element .feature-slider .slider-nav .slick-prev:before {
  display: none;
}
.details-element .feature-slider .slider-nav .slick-next {
  background: url(../images/details-next-arrow.png) no-repeat center;
  background-size: 30px;
  right: 0;
}
.details-element .feature-slider .slider-nav .slick-next :before {
  display: none;
}
.details-element .feature-slider p {
  font-size: 14px;
  color: #1e1e1e;
  text-align: center;
}
.details-element .feature-slider p span {
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .details-element .feature-slider {
    flex-flow: column-reverse;
  }
}
.details-element .details-content {
  max-width: 825px;
  margin: 0 0 0 auto;
  padding: 0;
}
.details-element .details-content .top-text {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #323232;
}
.details-element .details-content .top-text h5 {
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 400;
  margin: 0;
  padding: 0 0 16px;
}
.details-element .details-content .top-text .title {
  font-size: 32px;
  color: #eaeaea;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .details-element .details-content .top-text .title {
    font-size: 22px;
  }
}
.details-element .details-content .mid-text {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #323232;
}
.details-element .details-content .mid-text .d-flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .details-element .details-content .mid-text .d-flex {
    display: block !important;
  }
}
.details-element .details-content .mid-text h4 {
  font-size: 16px;
  line-height: 1;
  color: #6e6e6e;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: line-through;
}
.details-element .details-content .mid-text h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 30px;
}
.details-element .details-content .mid-text h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .details-element .details-content .mid-text h3 {
    padding: 15px 0;
  }
}
.details-element .details-content .mid-text h5 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #f9302e;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  background: #2b2b2b;
  border-radius: 10px;
}
.details-element .details-content .mid-text .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
}
.details-element .details-content .mid-text .btn-block .primarybtn {
  width: 280px;
  text-align: center;
}
.details-element .details-content .mid-text .btn-block .primarybtn .icon {
  margin: 0 0 0 10px;
  padding: 0;
}
.details-element .details-content .mid-text .btn-block .primarybtn .icon img {
  width: 19px;
  height: auto;
}
.details-element .details-content .mid-text .btn-block .secondarybtn {
  width: 280px;
  margin-left: 15px;
}
.details-element .details-content .bottom-text {
  margin: 0;
  padding: 20px 0 0 0;
}
.details-element .details-content .bottom-text p {
  padding-bottom: 16px;
}
.details-element .details-content .bottom-text .img-block {
  margin: 0 0 40px;
  padding: 0;
}
.details-element .details-content .bottom-text .img-block img {
  width: 421px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .details-element .details-content .bottom-text .img-block img {
    width: 275px;
  }
}
@media screen and (max-width: 1300px) {
  .details-element .details-content .bottom-text .img-block {
    margin-bottom: 20px;
  }
}
.details-element .details-content .bottom-text ul {
  display: flex;
  flex-flow: wrap;
}
.details-element .details-content .bottom-text ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px;
}
.details-element .details-content .bottom-text ul li .icon-img {
  width: 60px;
  margin: 0;
  padding: 0;
}
.details-element .details-content .bottom-text ul li .icon-img img {
  width: 100%;
  height: auto;
}
.details-element .details-content .bottom-text ul li .text {
  flex: 1;
  margin: 0;
  padding: 0 0 0 15px;
}
.details-element .details-content .bottom-text ul li .text p {
  color: #989898;
  padding-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .details-element .details-content .bottom-text ul li {
    width: 50%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .details-element .details-content .bottom-text ul li {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .details-element .details-content {
    max-width: 100%;
  }
}
.details-element .btn-field {
  margin: 0;
  padding: 35px 0;
  display: flex;
  border-bottom: 1px solid #323232;
}
.details-element .btn-field .primarybtn {
  border-radius: 10px;
}
.details-element .btn-field .primarybtn::before {
  display: none;
}
.details-element .btn-field .secondarybtn {
  width: 218px;
  border-radius: 10px;
  margin-left: 10px;
  border: 1px solid #373737;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.details-element .btn-field .secondarybtn::before {
  display: none;
}
.details-element .desc-content {
  margin: 0;
  padding: 30px 0 80px 0;
  border-bottom: 1px solid #323232;
}
.details-element .desc-content ul {
  padding-bottom: 30px;
}
.details-element .desc-content ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 15px;
  position: relative;
}
.details-element .desc-content ul li span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .details-element .desc-content ul li {
    font-size: 14px;
  }
}
.details-element .desc-content h5 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px 0;
}
.details-element .desc-content p {
  padding-bottom: 35px;
}
.details-element .desc-content p span {
  color: #fff;
}
.details-element .desc-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.details-element .desc-content ol li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.details-element .desc-content ol li .icon-img {
  width: 26px;
  margin: 0;
  padding: 0;
}
.details-element .desc-content ol li .icon-img img {
  width: 100%;
  height: auto;
}
.details-element .desc-content ol li .text {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
}
.details-element .desc-content ol li .text p {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .details-element .desc-content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .details-element {
    padding-bottom: 40px;
  }
}

.agh-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.agh-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .agh-element:before {
    width: 100%;
  }
}
.agh-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .agh-element:after {
    width: 100%;
  }
}
.agh-element .img-block {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.agh-element .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.agh-element .img-block:hover img {
  transform: scale(1.2);
}
.agh-element .text-block {
  margin: 0;
  padding: 0;
}
.agh-element .text-block.pl {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .agh-element .text-block.pl {
    padding-left: 0;
  }
}
.agh-element .text-block .title {
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .agh-element .text-block .title {
    padding-bottom: 22px;
  }
}
.agh-element .text-block p {
  padding-bottom: 25px;
}
.agh-element .text-block p:last-child {
  padding-bottom: 0;
}
.agh-element .text-block p a {
  color: #852cf2;
}
@media screen and (max-width: 991px) {
  .agh-element .text-block {
    padding: 40px 0 0 0;
  }
}
.agh-element .mid-block {
  margin: 60px 0 80px 0;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.agh-element .mid-block .text-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.agh-element .mid-block .text-block .title {
  color: #eaeaea;
}
@media screen and (max-width: 991px) {
  .agh-element .mid-block {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.agh-element .box {
  margin: 0;
  padding: 0;
}
.agh-element .box .text-block {
  max-width: 765px;
  padding-top: 60px;
}
.agh-element .box .text-block .title {
  color: #eaeaea;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .agh-element .box .text-block .title {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 991px) {
  .agh-element .box .text-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .agh-element .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .agh-element {
    padding: 50px 0 10px;
  }
}

.contact-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.contact-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact-element:before {
    width: 100%;
  }
}
.contact-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact-element:after {
    width: 100%;
  }
}
.contact-element .title {
  color: #eaeaea;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-element .title {
    padding-bottom: 45px;
  }
}
.contact-element .lt-block {
  margin: 0;
  padding: 0;
}
.contact-element .lt-block h3 {
  font-size: 30px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .contact-element .lt-block h3 {
    font-size: 25px;
  }
}
.contact-element .lt-block .d-flex {
  align-items: center;
  margin-bottom: 40px;
}
.contact-element .lt-block .d-flex .icon-block {
  width: 60px;
  margin: 0;
  padding: 0;
}
.contact-element .lt-block .d-flex .icon-block img {
  width: 100%;
  height: auto;
}
.contact-element .lt-block .d-flex .content {
  flex: 1;
  margin: 0;
  padding: 0 0 0 25px;
}
.contact-element .lt-block .d-flex .content p {
  max-width: 465px;
}
.contact-element .lt-block .map-block {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  height: 350px;
  overflow: hidden;
}
.contact-element .lt-block .map-block iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 1750px) {
  .contact-element .lt-block .map-block {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .lt-block {
    padding-bottom: 40px;
  }
}
.contact-element .details-box {
  max-width: 792px;
  margin: 0 0 0 auto;
  padding: 40px 60px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.contact-element .details-box h3 {
  font-size: 30px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0 0 60px;
  padding: 0 0 35px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1199px) {
  .contact-element .details-box h3 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .details-box h3 {
    font-size: 25px;
  }
}
.contact-element .details-box ul {
  display: flex;
  flex-flow: wrap;
}
.contact-element .details-box ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-element .details-box ul li .icon-block {
  width: 60px;
  margin: 0;
  padding: 0;
}
.contact-element .details-box ul li .icon-block img {
  width: 100%;
  height: auto;
}
.contact-element .details-box ul li .content {
  flex: 1;
  margin: 0;
  padding: 0 0 0 25px;
}
.contact-element .details-box ul li .content label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
}
.contact-element .details-box ul li .content a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.contact-element .details-box ul li:last-child {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .contact-element .details-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .contact-element .details-box {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .details-box {
    padding: 30px 15px;
  }
}
.contact-element .form-block {
  margin: 60px 0 0 0;
  padding: 0;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.contact-element .form-block .img-block {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  border-right: 1px solid #2c2c2c;
  position: relative;
}
.contact-element .form-block .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.contact-element .form-block .img-block:hover img {
  transform: scale(1.2);
}
.contact-element .form-block .img-block .desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 60px;
}
.contact-element .form-block .img-block .desc .text-block {
  max-width: 650px;
  margin: 0;
  padding: 0;
}
.contact-element .form-block .img-block .desc .text-block .title {
  color: #eaeaea;
  padding-bottom: 25px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .contact-element .form-block .img-block .desc {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .form-block .img-block .desc {
    padding: 20px 15px;
  }
}
.contact-element .form-block .form-field {
  margin: 0;
  padding: 0 60px;
}
.contact-element .form-block .form-field .form-box {
  margin: 0;
  padding: 0 0 20px;
}
.contact-element .form-block .form-field .form-box label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 12px;
}
.contact-element .form-block .form-field .form-box .form-control {
  width: 100%;
  height: 56px;
  border: 1px solid #454545;
  background: #1f1f1f;
  border-radius: 15px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.contact-element .form-block .form-field .form-box .form-control::-moz-placeholder {
  color: #787878;
}
.contact-element .form-block .form-field .form-box .form-control::placeholder {
  color: #787878;
}
.contact-element .form-block .form-field .form-box .form-control:focus {
  border-color: #adadad;
}
.contact-element .form-block .form-field .form-box .form-control.textarea-control {
  height: 120px;
}
.contact-element .form-block .form-field .btn-box {
  margin: 0;
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.contact-element .form-block .form-field .btn-box .primarybtn {
  border: none;
  box-shadow: none;
  outline: none;
}
.contact-element .form-block .form-field .btn-box .content {
  flex: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.contact-element .form-block .form-field .btn-box .content p {
  max-width: 282px;
  font-size: 12px;
  line-height: 1.7;
}
.contact-element .form-block .form-field .btn-box .content p a {
  color: #852cf2;
}
@media screen and (max-width: 991px) {
  .contact-element .form-block .form-field {
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-element .form-block {
    margin-top: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .form-block {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element {
    padding: 50px 0;
  }
}

.blog-element {
  margin: 0;
  padding: 60px 0 80px;
  position: relative;
  z-index: 3;
}
.blog-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .blog-element:before {
    width: 100%;
  }
}
.blog-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .blog-element:after {
    width: 100%;
  }
}
.blog-element .breadcrumb {
  margin-bottom: 42px;
}
.blog-element .breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
}
.blog-element .breadcrumb .breadcrumb-item a {
  color: #515151;
}
.blog-element .breadcrumb .breadcrumb-item::before {
  color: #7e7e7e;
}
.blog-element .top-field {
  margin: 0 0 60px;
  padding: 0 0 40px;
  text-align: center;
  border-bottom: 1px solid #282828;
}
.blog-element .top-field .main-title {
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .blog-element .top-field {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.blog-element .box {
  margin: 0 0 60px;
  padding: 0;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  overflow: hidden;
}
.blog-element .box .img-block {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.blog-element .box .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.blog-element .box .img-block:hover img {
  transform: scale(1.2);
}
.blog-element .box .text-block {
  margin: 0;
  padding: 30px;
}
.blog-element .box .text-block span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 500;
  margin: 0;
  padding: 0 0 16px;
}
.blog-element .box .text-block h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0 0 16px;
}
@media screen and (max-width: 1199px) {
  .blog-element .box .text-block h3 {
    font-size: 20px;
  }
}
.blog-element .box .text-block P {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 50px;
}
.blog-element .box .text-block a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #852cf2;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}
@media screen and (max-width: 1199px) {
  .blog-element .box .text-block {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-element .box {
    margin-bottom: 25px;
  }
}
.blog-element .pagination {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.blog-element .pagination .page-item {
  margin: 0;
  padding: 0 5px 0 0;
}
.blog-element .pagination .page-item .page-link {
  font-size: 16px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 400;
  margin: 0;
  padding: 11px 14px;
  background: #333333;
  border: none;
  border-radius: 10px;
}
.blog-element .pagination .page-item.active .page-link {
  background: #852cf2;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .blog-element {
    padding: 40px 0;
  }
}

.blog-details {
  margin: 0;
  padding: 60px 0 80px;
  position: relative;
  z-index: 3;
}
.blog-details:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .blog-details:before {
    width: 100%;
  }
}
.blog-details:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/center-shape.png) no-repeat center bottom;
  background-size: contain;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .blog-details:after {
    width: 100%;
  }
}
.blog-details .breadcrumb {
  margin-bottom: 42px;
}
.blog-details .breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
}
.blog-details .breadcrumb .breadcrumb-item a {
  color: #515151;
}
.blog-details .breadcrumb .breadcrumb-item::before {
  color: #7e7e7e;
}
.blog-details .lt-blog {
  margin: 0;
  padding: 35px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.blog-details .lt-blog h5 {
  font-size: 16px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 500;
  margin: 0;
  padding: 0 0 16px;
}
.blog-details .lt-blog ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #313131;
  position: relative;
}
.blog-details .lt-blog ul li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 49px;
  top: 14px;
  left: 0;
  background: #852cf2;
}
@media screen and (max-width: 1750px) {
  .blog-details .lt-blog {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-details .lt-blog {
    margin-bottom: 40px;
  }
}
.blog-details .rt-content {
  max-width: 1230px;
  margin: 0;
  padding: 0 0 0 60px;
}
.blog-details .rt-content h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #eaeaea;
  font-weight: 500;
  margin: 0;
  padding: 0 0 45px;
}
@media screen and (max-width: 991px) {
  .blog-details .rt-content h1 {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
.blog-details .rt-content .img-block {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.blog-details .rt-content .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.blog-details .rt-content .img-block:hover img {
  transform: scale(1.2);
}
.blog-details .rt-content .text-block {
  margin: 0;
  padding: 30px 0 0 0;
}
.blog-details .rt-content .text-block .d-flex {
  margin-bottom: 16px;
  align-items: center;
}
.blog-details .rt-content .text-block span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #8c8c8c;
  font-weight: 500;
  margin: 0;
  padding: 0 25px 0 0;
}
.blog-details .rt-content .text-block a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #852cf2;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}
.blog-details .rt-content .text-block h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 16px;
}
.blog-details .rt-content .text-block p {
  padding-bottom: 25px;
}
.blog-details .rt-content .text-block ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 16px;
  position: relative;
}
.blog-details .rt-content .text-block ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #adadad;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 1199px) {
  .blog-details .rt-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .blog-details {
    padding: 20px 0 50px;
  }
}

.faq-element {
  margin: 0;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}
.faq-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .faq-element:before {
    width: 100%;
  }
}
.faq-element .accordion-field {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.faq-element .accordion-field .accordion {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.faq-element .accordion-field .accordion .accordion-item {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  line-height: 1.3;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 18px 0;
  background: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #404040;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button::after {
  background: url(../images/accordion-arrow.png) no-repeat right center;
  background-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
.faq-element .accordion-field .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: none;
  color: #852cf2;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid transparent;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-collapse.show {
  border-color: #404040;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-body {
  margin: 0;
  padding: 20px 0;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-body ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.faq-element .accordion-field .accordion .accordion-item .accordion-body ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #adadad;
  border-radius: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq-element {
    padding: 50px 0;
  }
}

.policy-element {
  margin: 0;
  padding: 60px 0 80px;
  position: relative;
  z-index: 3;
}
.policy-element:before {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/round-shape.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .policy-element:before {
    width: 100%;
  }
}
.policy-element:after {
  content: "";
  position: absolute;
  width: 842px;
  height: 842px;
  background: url(../images/blar-img2.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
  margin: 0;
  top: 160px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .policy-element:after {
    width: 100%;
  }
}
.policy-element .breadcrumb {
  margin-bottom: 42px;
}
.policy-element .breadcrumb .breadcrumb-item {
  font-size: 13px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
}
.policy-element .breadcrumb .breadcrumb-item a {
  color: #515151;
}
.policy-element .breadcrumb .breadcrumb-item::before {
  color: #7e7e7e;
}
.policy-element .top-text {
  margin: 0 0 40px;
  padding: 0 0 40px;
  text-align: center;
  border-bottom: 1px solid #282828;
}
.policy-element .desc-text {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0;
}
.policy-element .desc-text p {
  padding-bottom: 35px;
}
.policy-element .desc-text p span {
  display: block;
}
.policy-element .desc-text h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 16px;
}
.policy-element .desc-text ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 16px;
  position: relative;
}
.policy-element .desc-text ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #adadad;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.policy-element .desc-text ol {
  list-style: auto;
  margin: 0;
  padding: 0 0 0 17px;
}
.policy-element .desc-text ol li {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .policy-element {
    padding: 45px 0 20px;
  }
}

.cart-box a {
  color: #fff;
}

.single-product-tab .tab-content {
  display: none;
}

.single-product-tab .tab-content.active {
  display: block;
}

.single-product-tab .tab-btn.active {
  background: #852cf2 !important;
}

.rec-prd-icon {
  height: 18px !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.details-content .top-text ul {
  color: #eaeaea;
}

.product-archive-cart-icon img {
  width: 19px;
}

.cart-wrap {
  padding: 50px 0 0;
  z-index: 10;
  position: relative;
}
.cart-wrap .breadcrumb .breadcrumb-item {
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
}
.cart-wrap .breadcrumb .breadcrumb-item a {
  color: #f3f3f3;
}
.cart-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #f3f3f3;
}
.cart-wrap .heading-block {
  margin: 0;
  padding: 0 0 55px;
  text-align: center;
}
.cart-wrap .heading-block .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-list {
  margin: 0;
  padding: 0 20px 0 0;
}
.cart-wrap .cart-list .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #fff;
}
.cart-wrap .cart-list .top-head h3,
.cart-wrap .cart-list .top-head span {
  font-size: 20px;
  line-height: 1.1;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-list .table thead th {
  background: none;
  font-size: 14px;
  line-height: 1.1;
  color: #828282;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 25px;
}
.cart-wrap .cart-list .table tbody tr td {
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.1;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 22px 15px;
}
.cart-wrap .cart-list .table tbody tr td .count-box {
  width: 90px;
  height: 35px;
  border: 1px solid #828282;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-wrap .cart-list .table tbody tr td .count-box .btn {
  width: 25px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-list .table tbody tr .block {
  display: flex;
  align-items: center;
}
.cart-wrap .cart-list .table tbody tr .block .btn-field .delete-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-list .table tbody tr .block .btn-field .delete-btn img {
  width: 100%;
  height: 100%;
}
.cart-wrap .cart-list .table tbody tr .block .img-block {
  width: 300px;
  margin: 0 22px;
  padding: 0;
}
.cart-wrap .cart-list .table tbody tr .block .img-block img {
  width: 100%;
  height: auto;
}
.cart-wrap .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-wrap .cart-item {
  margin: 0;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #828282;
}
.cart-wrap .cart-item .top-block {
  margin: 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #828282;
}
.cart-wrap .cart-item .top-block h3 {
  font-size: 20px;
  line-height: 1;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px 0;
}
.cart-wrap .cart-item ul li .label-text,
.cart-wrap .cart-item ul li .value-text {
  font-size: 15px;
  line-height: 1;
  color: #828282;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cart-wrap .cart-item hr {
  background: #828282;
  opacity: 1;
  height: 2px;
}

.cart-wrapper {
  position: relative;
  padding: 25px;
}
.cart-wrapper .table-wrap .table {
  --bs-table-bg: transparent !important;
}

.apply-coupon-btn {
  width: 180px;
  height: 51px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: #828282;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.apply-coupon-btn:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 1px 13px 0px;
}

.prd-checkout-btn {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 18px 35px;
  background: #852cf2;
  border-radius: 500px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: none;
  margin-top: 2rem;
}

.header-nav {
  position: relative;
  z-index: 2000;
}
.header-nav .bottom-header {
  position: relative;
  z-index: 1000;
}
.header-nav .bottom-header .navigation-block ul li {
  position: relative;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu {
  position: absolute;
  width: 300px;
  left: 0;
  top: 65px;
  background: rgba(15, 15, 15, 0.85);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #242424;
  border-radius: 15px;
  margin: 0;
  padding: 20px 0;
  display: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transform: translateY(10px);
  transition: all 0.6s ease-in-out;
  z-index: 9999;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-nav .bottom-header .navigation-block ul li .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header-nav .bottom-header .navigation-block ul li:hover .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.search-icon-wrapper {
  position: relative;
  display: inline-block;
}

.search-icon {
  cursor: pointer;
  width: 24px; /* Adjust as needed */
  height: auto;
}

.search-form-container {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(15, 15, 15, 0.85);
  box-shadow: 0 17px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #242424;
  padding: 10px;
  z-index: 1000;
  min-width: 250px; /* Adjust as needed */
}

.search-form {
  display: flex;
  align-items: center;
}

.search-field {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  width: 70%;
  font-size: 14px;
}

input.search-field[type=search] {
  color: #828282;
  background: transparent !important;
}

.search-submit {
  margin-left: 1rem;
  padding: 12px 20px;
}

.cart-wrap .text-muted {
  color: #828282 !important;
}

.rt-field {
  margin: 0;
  padding: 40px;
  background: #1f1f1f;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.rt-field .up-block {
  margin: 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #303030;
}
.rt-field .up-block h2 {
  font-size: 30px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rt-field .up-block h2 {
    font-size: 25px;
  }
}
.rt-field .mid-block {
  margin: 0;
  padding: 20px 0 30px;
}
.rt-field .mid-block table {
  width: 100%;
}
.rt-field .mid-block table tbody tr td {
  margin: 0;
  padding: 0 10px;
}
.rt-field .mid-block table tbody tr td:first-child {
  padding-left: 0;
}
.rt-field .mid-block table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.rt-field .mid-block table tbody tr td b {
  font-size: 20px;
  line-height: 1;
  color: #eaeaea;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.rt-field .mid-block table tbody tr td .primarybtn {
  padding: 14px 36px;
}
.rt-field .table-block table {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.rt-field .table-block thead tr th {
  font-size: 16px;
  line-height: 1.5;
  color: #adadad;
  font-weight: 400;
  margin: 0;
  padding: 6px 20px;
  background: #2a2a2a;
}
.rt-field .table-block tbody td {
  padding: 15px;
}
.rt-field .table-block tbody td:first-child {
  padding-left: 0;
}
.rt-field .table-block tbody td:last-child {
  padding-right: 0;
}
.rt-field .table-block tbody td .text-block {
  width: 250px;
  padding: 0;
  margin-left: 20px;
}
.rt-field .table-block tbody td .text-block span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #adadad;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 1750px) {
  .rt-field {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .rt-field {
    padding: 20px 15px;
  }
}

.product-field {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.product-field .img-block {
  width: 80px;
  height: 80px;
  background: #303030;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-field .img-block img {
  width: 100%;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .product-field .img-block img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-field .img-block {
    width: 60px;
    height: 60px;
  }
}

.no-prd-found {
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
  padding: 20px;
}

.bpc-loading-text {
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
  padding: 20px;
}

.bpc-error-loading {
  font-size: 16px;
  font-weight: 600;
  color: #dc3545;
  text-align: center;
  padding: 20px;
}

.page-blocker {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bpc-details-element {
  background: #f0f0f0;
  margin: 0;
  padding: 40px 50px;
  border-radius: 10px;
}

.bpc-details-element .up-head ul {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 30px;
}
.bpc-details-element .up-head .tag.stick-tag {
  background: #25a799;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0 6px 0 0;
  padding: 5px 13px;
  border-radius: 6px;
}

#popupProductName {
  max-width: 585px;
  font-size: 25px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px;
}

#popupProductSummary p {
  font-size: 14px;
  color: #000;
}
#popupProductSummary ul {
  padding-left: 30px;
  display: list-item;
}
#popupProductSummary li {
  list-style: disc;
}

.review-block p {
  font-size: 14px;
  color: #000;
}

#popupProductPrice {
  color: #000;
  font-size: 25px;
}

.bpc-details-element .details-content h4 {
  color: #555555;
  font-size: 15px;
}

.review-block ul li {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
}
.review-block ul .icon-img {
  width: 23px;
  margin: 0 8px 0 0;
  padding: 0;
}
.review-block ul img {
  width: 22px;
  height: auto;
}

.custom-build-desc {
  font-weight: 400;
  list-style: disc;
  font-size: 11px;
  padding-left: 15px;
  clear: both;
  color: #adadad;
}
.custom-build-desc li {
  color: #adadad;
}

.wpcf7-form-control-wrap[data-name=email-63] {
  width: 100%;
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap[data-name=email-63] .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #ff4d4f;
  white-space: nowrap;
}

/* CF7 success message for this form only */
.wpcf7-response-output {
  color: red;
  margin-top: 10px;
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: green;
  margin-top: 10px;
  text-align: left;
}

.news-letter-subscribe {
  /* CF7 error message for this form only */
}
.news-letter-subscribe .wpcf7-email {
  flex: 1;
  width: 100%;
  height: 60px;
  border: 1px solid #434343;
  background: #1a1a1a;
  border-radius: 15px;
  box-shadow: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.12px;
}
.news-letter-subscribe .wpcf7-email:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.news-letter-subscribe .wpcf7-email:focus {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.news-letter-subscribe .wpcf7-email::-moz-placeholder {
  color: #747474;
}
.news-letter-subscribe .wpcf7-email::placeholder {
  color: #747474;
}
.news-letter-subscribe p {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.news-letter-subscribe .send-btn {
  width: 60px;
  height: 60px;
  background-image: url("../images/send-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  color: transparent;
  text-indent: -9999px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  top: 0;
  left: 0;
}
.news-letter-subscribe form.wpcf7.invalid .wpcf7-response-output {
  color: red;
  margin-top: 10px;
  text-align: left;
}

.terms-content {
  color: #adadad;
  gap: 2rem;
  display: grid;
  position: relative;
  z-index: 10;
}

.no-cat-found-dt {
  text-align: center;
  color: #999;
}

.details-content table {
  color: #adadad;
  border: none;
}

.desc-content table {
  color: #adadad;
  width: 100%;
  border: none;
}

.cat-name-hd {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}

.details-content .top-text {
  color: #fff;
}

.psp-element .top-text {
  color: #fff;
}

.desc-content {
  color: #adadad;
}

.woocommerce-checkout .wc-block-checkout__form input,
.woocommerce-checkout .wc-block-checkout__form select {
  background-color: #dddddd !important;
}

.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 18px 35px;
  background: #852cf2 !important;
  border-radius: 500px !important;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: none;
  margin-top: 2rem;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  margin-top: 2rem;
}/*# sourceMappingURL=main.css.map */