:root {
  --primary-color: #fff;
  --secondary-color: red;
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Futura PT Book";
  color: #fff;
  background-color: #000;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("../new-font/FuturaPT-Book.woff2") format("woff2"),
    url("../new-font/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 17px;
  font-family: "Futura PT Book";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura PT Book";
}

a,
a:hover {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff0dd !important;
}

.sec_pd {
  padding: 80px 0 80px 0;
}

.bann_pd {
  padding: 0px 0 120px 0;
}

.h_bann_main {
  font-family: Futura;
  font-size: 3.2rem;
}

.sec_hd {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 2.5px;
}

.sub_heading {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

.main_heading {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 68px;
  font-weight: 700;
}

.inner_pd {
  padding: 125px 0;
}

.sec_hd2 {
  font-size: 2.7rem;
}

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

.nav-link [aria-current="page"] {
  height: 2px;
  transform: scale(1.05);
  left: 0;
}

.head_btn .theme_btn1 {
  padding: 3px 15px;
}

.theme_btn1:hover,
.theme_btn2:hover,
.theme_btn3:hover {
  color: #fff;
}

.theme_btn1 span {
  display: none;
}
/* .theme_btn1 span {
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #000;
    transition: all 0.5s ease-in-out;
} */

.theme_btn1 span img {
  transform: translateY(-2px);
  /* filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(299deg) brightness(92%) contrast(86%); */
  filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%)
    hue-rotate(160deg) brightness(91%) contrast(94%);
}

.theme_btn1,
.theme_btn3 {
  padding: 10px 30px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.theme_btn2 {
  padding: 8px 35px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

/* .theme_btn3 {
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    background-color: #484848;
} */

.s1_btn a:hover {
  color: #fff;
}

.head_btn .theme_btn1:hover span {
  transform: rotate(360deg);
}

.btn_overlay {
  position: relative;
  overflow: hidden !important;
  z-index: 5;
  display: inline-block;
}

.btn_overlay::before {
  /* content: ""; */
  position: absolute;
  overflow: hidden;
  top: -50%;
  left: -40%;
  height: 100%;
  width: 200%;
  background-color: #57575740;
  transform: rotate(16deg);
  transition: all 300ms ease;
  z-index: -5;
}

.btn_overlay:hover:before {
  top: 135%;
}

.s4_right .btn_overlay:before {
  background-color: #68686840 !important;
}

.s4_right .btn_overlay:hover {
  color: #fff;
}

.s8_box .btn_overlay:hover {
  color: #fff;
}

/* ==================================header================================== */
.header_above {
  /* background-color: #000; */
}

.head_right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--primary-color);
  color: #000;
}

@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}

.head_btn .theme_btn2 {
  border: none;
  background-color: var(--secondary-color);
  color: #ffff;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 4px;
}

.navbar-nav {
  gap: 15px;
}

.navbar {
  background-color: #000;
  position: sticky;
  top: -2px;
  z-index: 99;
}

.navbar-brand img {
  max-width: 65%;
}

.nav-item .nav-link {
  color: #fff !important;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
}

.nav-item .nav-link:hover {
  color: #fff0dd !important;
}

.dropdown-toggle::after {
  color: #ffff;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #fff;
  overflow: hidden;
}

.dropdown-item {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.dropdown-item:hover {
  background-color: #000 !important;
  margin-left: 7px;
  color: #fff0dd !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  background-color: #000;
  visibility: visible;
}

.head_contact a:hover {
  color: #fff0dd;
}

.head_contact ul li {
  font-size: 14px;
  position: relative;
  padding: 0px 0px;
}

.head_contact ul li a {
  transition: all 0.4s ease-in-out;
}

.head_contact ul li a:hover {
  color: #fff0dd !important;
}

.head_contact ul li {
  margin: 10px 0;
}
.head_contact ul li::before {
  position: absolute;
  height: 15px;
  width: 2px;
  background-color: #fff;
  left: 0;
  top: 10%;
}

.head_contact ul .last::before {
  content: none;
}

/* ========================ModalCSS====================== */

.modal-dialog {
  max-width: 950px;
  margin: 3.75rem auto;
}

.modal-header .btn-close {
  margin-left: auto !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  height: 500px;
  overflow: auto;
}

.modal-body input {
  width: auto;
  padding: 10px;
}

.modal-body input .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: #000;
  padding: 20px 0;
  position: relative;
}
#termsModal .btn-close {
  position: absolute;
  right: -14px;
  top: -28px;
}
#termsModal .modal-body h3 {
  font-size: 20px !important;
}

.modal-title {
  color: #fff;
}

.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes transf {
  0% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.modal-content label {
  color: #fff;
}

.modal-footer .theme_btn1 {
  width: 60%;
  /* border: unset; */
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}

/* .modal-footer {
    padding-top: 0px !important;
} */

.modal-footer {
  padding-top: 0px !important;
  border: none;
  justify-content: center;
}

/* =============================h_banner============================ */
/* .h_banner{
    transition: transform 6s ease-in-out;
    background: url(../img/h_banner_bg.jpg)no-repeat center center/cover;
}
.bann_bg1{
background: url(../img/h_banner_bg.jpg)no-repeat center center/cover;
} */

.h_banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top, center !important;
  transition: transform 2s ease-in-out;
  /* height: 100vh; */
  /* display: flex !important; */
  /* align-items: center; */
  /* position: relative; */
  /* z-index: 555; */
}

.h_banner::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 88%) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -5;
}

.banner_slider .slick-slide {
  /* height: 720px !important; */
}

/* =============================section_1============================ */
.sec_1 {
  background-color: #000;
  overflow: hidden;
}
.s1_bottom h5 {
  font-size: 35px;
  font-weight: 500;
}

.s1_bottom del {
  color: #fff;
}

.s1_bottom .rate_list {
  gap: 40%;
}

/* =============================section_2============================ */
.sec_2 {
  /* background-color: #000; */
}

.s2_right ul li p {
  width: 70%;
  margin: auto;
  color: #fff;
}

.s2_right img {
  animation-iteration-count: 30 !important;
}

/* =============================section_3============================ */
.sec_3,
.sec_4 {
  z-index: 5;
}

.s3_box p {
  color: #fff;
}

.s3_box img {
  transition: all 0.8s ease-in-out;
  max-width: 100%;
  /* max-width: 80%;
    height: 250px; */
  object-fit: contain;
}
.sec_3.sec_pd.pt-5.position-relative .row {
  justify-content: center;
}

/* =============================section_4============================ */
.s4_left {
  position: relative;
}

.sec_4 .row {
  gap: 20px;
}

.s4_left::before {
  /* content: ""; */
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* .bg_text {
  font-size: 12rem;
  color: #141414;
  position: absolute;
  right: 35%;
  top: 15%;
  z-index: -5;
  } */

.bg_text {
  display: none;
}

.s4_right h2 {
  line-height: 65px;
}

/* =============================section_5============================ */
.sec_5 {
  position: relative;
  /* background: #000000be url(../img/s5_bg.jpg)no-repeat center center/cover; */
  background-blend-mode: overlay;
}

.s5_box img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  filter: brightness(0.7) invert(0);
}

.s5_box span i {
  color: #ffbe00;
}

.s5_box {
  background-color: #ffffff0a;
  padding: 50px 30px;
  width: 95% !important;
}

.s5_box p i {
  color: #fff;
}

/* =============================section_6============================ */

.sec_form .form_control {
  background-color: #232323;
  border: none;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}

.sec_form .form_control:focus-visible {
  outline: none;
}

.sec_form .form_control::placeholder {
  font-size: 14px;
  color: #fff;
}

.form_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #141414;
  padding: 12px 0;
  border: 1px solid #929292a2;
  font-size: 18px;
  color: #fff;
}

.s7_box .s7_img img {
  transition: all 0.5s ease-in-out;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* =============================section_7============================ */
.s7_img ul {
  background-color: #484848;
  position: absolute;
  padding: 3px 8px 3px 15px;
  bottom: 0;
  left: -10px;
}

.s7_img ul::before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid;
  border-top: solid transparent;
  color: #54595f;
  border-right: solid;
  border-left: solid transparent;
  border-width: 5px;
  top: -10px;
}

.s7_box:hover .s7_img img {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}

.s7_box_content p {
  color: #fff;
}

/* footer */
section.last-sec {
  background-color: #484848;
  color: #ffff;
}

.p-footer p {
  margin: 0px;
  text-align: center;
  padding: 2px;
  font-size: 17px;
}

/* =============================section_8============================ */
.sec_8 {
  /* background: url(../img/s8_bg.jpg)no-repeat center center/cover; */
  position: relative;
  z-index: 5;
}

.sec_8::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff1a;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -4;
}

.s8_box h2 {
  font-size: 55px;
  line-height: 70px;
}

/* =============================Footer============================ */
footer {
  padding: 120px 0 12px 0;
}

.foot_box p {
  color: #ffff;
}

.foot_box ul li {
  font-size: 15px;
  align-items: center;
}

.foot_box ul li span i {
  color: var(--primary-color);
  font-size: 11px;
}

.foot_list {
  gap: 50px;
}

.footer_search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

.footer_search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}

.footer_search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}

.foot_list ul li a {
  transition: all 0.3s ease-in-out;
}

.foot_list ul li a:hover {
  color: #fff0dd !important;
}

.foot_line {
  height: 2px;
  width: 40%;
  margin: 20px 0;
  background-color: #ffffff2b;
}

.foot_box .social_icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}

.foot_box .social_icon a i {
  background-color: #1b1c1d;
  height: 35px;
  width: 35px;
}

.foot_box .social_icon a i:hover {
  background-color: var(--primary-color);
  color: #000;
}

/* contact_us */
.contact_map iframe {
  width: 100%;
}

/* =====================================About_banner===================================== */
.about_banner {
  background: url(../img/about_bg.jpg) no-repeat bottom center/cover;
  /* filter: brightness(35%) contrast(130%) saturate(15%) blur(0px) hue-rotate(0deg); */
}

.bann_overlay {
  position: relative;
  z-index: 5;
}

.bann_overlay::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 81%
  );
  z-index: -5;
}

.inner_btn a {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.inner_btn a:hover {
  color: #fff0dd;
}

.i_sec_1 {
  z-index: -5;
}

.i_sec_1 .bg_text {
  font-size: 13rem;
  right: 25%;
  top: 13%;
  z-index: -5;
}

.i_s1_left img {
  opacity: 0.65;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

.contact_box {
  text-align: center;
}

.sec_6 .bg_text {
  font-size: 9rem;
  color: #141414;
  position: absolute;
  right: 48%;
  top: 0%;
  z-index: -5;
}

.para_2 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.shop_box img {
  transition: all 0.5s ease-in-out;
  height: auto;
  object-fit: contain;
  max-width: 100% !important;
}

.shop_box:hover img {
  transform: scale(1.06);
}

.shop_box {
  background-color: #202020;
  padding: 50px 30px;
}

.shop_sec_2 {
  background: #000000c9 url(../img/about_bg.jpg) no-repeat center center/cover;
  background-blend-mode: overlay;
}

.shop_box2 {
  background: linear-gradient(180deg, #ffffff85 0%, #232323 100%);
  padding: 47px;
}

.shop_box2 img {
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.shop_box2:hover img {
  transform: rotate(-10deg) scale(1.05);
}

.detail_left span i {
  color: #ffbe00;
}

.detail_sec {
  background-color: #000;
}

.detail_left .slider-nav img {
  max-width: 85%;
  border: 1px solid #fff;
  cursor: pointer;
}

.detail_left .slick-initialized .slick-slide {
  text-align: center;
}

.detail_left .slider-nav .slick-center img {
  background-color: #484848;
}

.detail_right ul li p {
  font-size: 42px;
}

.detail_right ul li span {
  color: #484848;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}

.detail_para {
  font-size: 20px;
}

.stock {
  color: #7ec242;
}

.stock-out {
  color: #ff0000;
}

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

.detail_icon i {
  font-size: 40px;
  margin-bottom: 13px;
  color: #fff0dd;
}

.detail_right .para_2 {
  font-size: 15px;
}

.detail_right ul li::marker {
  font-size: 30px;
}

.s1_right {
  height: 600px;
  position: relative;
}

/* .slide_bg{
    background: url(../img/shape-6.png)no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
} */
.slide_bg::before {
  /* content: ""; */
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/01.png) no-repeat center center/contain;
  transition: all 1s ease-in-out;
  transform: rotate(86deg);
  filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%)
    hue-rotate(160deg) brightness(91%) contrast(94%);
}
.s1_rights {
  width: 80% !important;
  margin: auto !important;
}
.watch1 {
  max-width: 70% !important;
}
.slide_img {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.s1_right .slick-track {
  transform: translate(0) !important;
  height: 700px !important;
}

.s1_right .slick-slide {
  height: auto;
}

.s1_right .slick-active[data-slick-index="0"] {
  width: 27% !important;
  border-radius: 100%;
  transform: translate(27%, 119%);
}

.s1_right .slick-active[data-slick-index="1"] {
  width: 29% !important;
  border-radius: 100%;
  transform: translate(130%, 106%);
}

.s1_right .slick-active[data-slick-index="2"] {
  width: 35% !important;
  border-radius: 100%;
  transform: translate(-66%, -8%);
}

.s1_right .slick-slide img {
  /* opacity: 0.8 !important; */
  transform: scale(0.8) !important;
  transition: all 1.2s ease;
}

.s1_right .slick-slide img:hover {
  /* transform: scale(1.02) !important; */
  cursor: pointer;
}

.s1_right .slick-current img {
  opacity: 1 !important;
  /* transform: scale(1.08) translate(10%, 59%) rotate(400deg); */
  transform: scale(1.1) !important;
}

.s1_left .sec_hd {
  line-height: 50px;
  font-size: 44px;
}

.sec_1 .mouse {
  position: absolute;
  top: 9%;
  left: 12%;
}

.sec_1 .mouse::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 21px;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
  opacity: 0.8;
  top: 0;
}

@keyframes move {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 1.5625em);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 3em);
    opacity: 0;
  }
}

.img_box {
  overflow: hidden;
}

/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
  background: #ffffff00;
  border: 1px solid #fff;
  padding: 12px !important;
}

.shopping-cart {
  padding: 50px 0;
}

.shopping-summery thead .main-hading {
  padding: 0px 50px;
}

.shopping-summery thead {
  background-color: #fff;
  color: #000;
}

.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.shopping-summery tbody tr {
  border-bottom: 1px solid #000;
  margin-top: 20px;
}

.shopping-summery tbody tr img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.shopping-summery tbody tr:last-child {
  border: none;
}

.shopping-summery tbody .product-name a {
  font-weight: 600;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.shopping-cart .table p {
  font-size: 14px;
  color: #fff;
}

.shopping-summery tbody .product-name a:hover {
  /* color: #000; */
  color: #fff;
}

.shopping-summery tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}

.shopping-summery tbody .product:hover img {
  border-color: #e64529;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cta-icon {
  margin: 0 0 15px 0;
}

.shopping-cart .table .remove-icon {
  font-size: 16px;
}

.shopping-cart .table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 30px;
  color: #fff;
  border-radius: 101px;
}

.shopping-summery tbody .price {
  text-align: center;
}

.shopping-summery tbody .price span {
}

.shopping-cart tbody .qty .input-group {
  width: 175px;
  display: inline-block;
}

.shopping-cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}

.shopping-cart .qty .button.minus {
  left: 0;
  border-radius: 0;
  overflow: hidden;
}

.shopping-cart .qty .button.plus {
  right: 0;
  border-radius: 0;
  overflow: hidden;
}

.shopping-cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  color: #fff !important;
  border: none;
  font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
  color: #000;
}

.shopping-cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius: 0;
  overflow: hidden;
  padding: 0px 45px;
  background-color: #141414ce;
  color: #fff;
}

.shopping-summery tbody .total-amount {
  text-align: center;
}

.shopping-summery tbody .total-amount span {
}

.shopping-summery tbody .action {
  text-align: center;
}

.shopping-summery tbody .action a:hover {
  color: #e64529;
}

.shopping-cart .total-amount {
  margin-top: 50px;
}

.shopping-cart .total-amount .left {
}

.shopping-cart .total-amount .left .coupon {
}

.shopping-cart .total-amount .left .coupon form {
}

.shopping-cart .total-amount .left .coupon form input {
  width: 220px;
  display: inline-block;
  height: 48px;
  color: #fff;
  padding: 0px 20px;
  border: none;
  border-radius: 5px;
  background-color: #141414ce;
}

.shopping-cart .total-amount .left .coupon form .btn {
  display: inline-block;
  height: auto;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin-left: 4px;
  background: transparent;
  color: #fff;
  background: #000;
  box-shadow: none;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
  background: #fff;
  color: #000;
}

.shopping-cart .total-amount .left label {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

.shopping-cart .total-amount .left .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}

.shopping-cart .total-amount .left .checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
  cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
  display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #555555;
  border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  left: 3px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* .shopping-cart .total-amount .right {
    padding-left: 100px;
 } */
.shopping-cart .total-amount .right ul {
  padding-left: 0 !important;
}

.shopping-cart .total-amount .right ul li {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
  padding-top: 12px;
  border-top: 1px solid #c8c8c8;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
  display: inline-block;
  float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
}

/*======================================
    End Shopping Cart CSS
 ========================================*/
/*======================================
   Start Shop Services CSS
========================================*/

.shop-services,
.shop-newsletter {
  background-color: #000;
}

.shop-services.section {
  padding: 80px 0 0px 0;
  background: #fff;
}

.shop-services.home {
  padding: 60px 0;
  background: #f6f7fb;
}

.shop-services .single-service {
  position: relative;
  padding-left: 65px;
}

.shop-services .single-service i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 100%;
  display: block;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.shop-services .single-service h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  color: #fff;
}

.shop-services .single-service p {
  color: #898989;
  line-height: 16px;
  font-size: 16px;
}

.newsletter-inner input {
  padding: 8px;
}

/*======================================
    Start Shop Services CSS END
 ========================================*/

/*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
  padding: 0;
  background: #000;
  padding-top: 20px;
  padding-bottom: 50px;
}

.shop.checkout .checkout-form {
  margin-top: 30px;
}

.shop.checkout .checkout-form h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 27px;
}

.shop.checkout .checkout-form p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}

.shop.checkout .form {
}

.shop.checkout .form .form-group {
  margin-bottom: 25px;
}

.shop.checkout .form .form-group label {
  color: #fff;
  position: relative;
}

.shop.checkout .form .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}

.shop.checkout .form .form-group input::placeholder {
  color: #fff;
}

.shop.checkout .nice-select {
  width: 100%;
  height: 45px;
  line-height: 50px;
  margin-bottom: 25px;
  background: #f6f7fb;
  border-radius: 0px;
  border: none;
}

.shop.checkout .nice-select .list {
  width: 100%;
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.shop.checkout .nice-select .list li {
}

.shop.checkout .nice-select .list li.option {
  color: #333;
}

.shop.checkout .nice-select .list li.option:hover {
  background: #f6f7fb;
  color: #333;
}

.shop.checkout .form .address input {
  margin-bottom: 15px;
}

.shop.checkout .form .address input:last-child {
  margin: 0;
}

.shop.checkout .form .create-account {
  margin: 0;
}

.shop.checkout .form .create-account input {
  width: auto;
  display: inline-block;
  height: auto;
  border-radius: 100%;
  margin-right: 3px;
}

.shop.checkout .form .create-account label {
  display: inline-block;
  margin: 0;
}

.shop.checkout .order-details {
  margin-top: 30px;
  background: #000;
  padding: 15px 25px 30px 0;
  border: 1px solid #eee;
}

.shop.checkout .single-widget {
  margin-bottom: 30px;
}

.shop.checkout .single-widget:last-child {
  margin: 0;
}

.shop.checkout .single-widget h2 {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  padding: 10px 30px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}

.shop.checkout .single-widget .content ul {
  margin-top: 30px;
}

.shop.checkout .single-widget .content ul li {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}

.shop.checkout .single-widget .content ul li span {
  display: inline-block;
  float: right;
}

.shop.checkout .nice-select {
  background-color: #141414ce;
}
.shop.checkout .single-widget .content ul li.last {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.shop.checkout .single-widget .checkbox {
  text-align: left;
  margin: 0;
  padding: 0px 30px;
  margin-top: 30px;
}

.shop.checkout .single-widget .checkbox label {
  color: #fff;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-top: -5px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.shop.checkout .single-widget .checkbox label:last-child {
  margin-bottom: 0;
}

.shop.checkout .single-widget .checkbox label:hover {
  cursor: pointer;
}

.shop.checkout .single-widget .checkbox label input {
  display: none;
}

.shop.checkout .single-widget .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border: 1px solid #666;
  border-radius: 100%;
}

.shop.checkout .single-widget .checkbox label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border-radius: 100%;
  display: block;
  background: #666;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop.checkout .single-widget .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop.checkout .single-widget.payement {
  padding: 0px 38px;
  text-align: center;
  margin-top: 30px;
}

.shop.checkout .single-widget.get-button {
  text-align: center;
  padding: 0px 35px;
}

.shop.checkout .single-widget.get-button .btn {
  height: 46px;
  width: 100%;
  line-height: 19px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
}

/*======================================
    End Checkout Form CSS
 ========================================*/

.product-page .input-group button {
  border: 1px solid #ccc;
}

.product-page .input-group input {
  border: 1px solid #ccc;
  padding: 5px;
}

.shop.checkout .form .form-group input:focus-visible {
  outline: none !important;
}
.shop.checkout .form .form-group input,
.form-group select {
  width: 100%;
  line-height: 50px;
  padding: 0 13px;
  border-radius: 5px;
  color: #fff !important;
  border: none;
  background: #141414ce !important;
}
.shop.checkout .nice-select {
  width: 100%;
  height: 45px;
  line-height: 50px;
  margin-bottom: 25px;
  border-radius: 0px;
  border: none;
}

/* ==============Loginform====================*/
.login_form {
  padding: 60px 40px;
  width: 90%;
  margin: 0px auto;
}

.login-sec .form_control::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.login-sec .form_control:focus-visible {
  outline: none;
  background-color: #232323 !important;
}

.login-sec input.form_control {
  padding: 10px;
  border: none;
  background-color: #232323 !important;
  font-weight: 400;
  border-radius: 5px;
  margin: 7px 0 20px 0;
  color: #fff;
}

.login-sec .login_form_btn {
  display: inline-block;
  background-color: #000;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.login-sec .login_form_btn:hover ::before {
  background-color: #d8b45a;
  color: #000;
  font-weight: 500;
  display: none;
}

.login-sec .login_form_btn:hover::before {
  background-color: #000;
}

.login-sec label {
  color: #fff;
}

.new_customer p {
  color: #fff;
}

#myFile {
  color: #322d2d;
  font-size: 13px;
  background-color: #dddddd;
  width: 100%;
  padding: 16px;
}

.form-group select {
  background-color: #ffffffe3;
  padding: 8px;
  width: 100%;
}

.form-group select:focus-visible {
  outline: none;
}

/* ==============Loginform====================*/

/* ====================OffcanvasCSS============== */
.offcanvas.show {
  visibility: visible;
}

.detail_canvas li {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 32%;
}

.detail_canvas li:hover {
  color: #727272;
  font-weight: 700;
}

.offcanvas {
  background-color: #000;
  border: 1px solid #85858562 !important;
  width: 580px;
  padding: 20px;
}

.btn-close {
  padding: 15px !important;
  background-color: #fff;
  background-size: 16px;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  border: 2px solid #ccc;
  opacity: 1;
}

#offcanvasRightLabel {
  color: #fff;
  transform: translatey(100px);
}

.offcanvas-body {
  transform: translateY(100px);
}

.accordion-item {
  border-radius: 5px !important;
  overflow: hidden;
  border: none;
  padding: 16px 20px 20px 10px;
  background: #3c3b3b5e;
  margin-bottom: 10px;
}

.accordion-item:has(> .accordion-header .accordion-button:not(.collapsed)) {
  border-color: #0a3161 !important;
}

.accordion-button {
  font-weight: 600;
  padding: 0;
  background: transparent;
  color: #fff;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.accordion-body p {
  font-size: 13px;
}

.accordion-body {
  padding: 20px 80px 0 0 !important;
}

.accordion-button::after {
  content: "+";
  color: #fff;
  font-size: 20px;
  background: none;
  margin-top: -10px;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 35px;
  color: #fff;
  background: none;
  transform: rotate(0deg) !important;
  margin-top: -30px;
}

.detail_right {
  /* background-color: #2a2a2a82; */
  padding: 20px;
}

.watch_bg {
  /* background-color: #2a2a2a82; */
}

.main_watch {
  text-align: center;
  padding: 50px;
}

.main_watch img {
  max-width: 80% !important;
}

.detail_right {
  position: sticky !important;
  top: 0;
}

/* ====================Feature_tabs============== */

.nav-tabs {
  border-bottom: 0px;
  gap: 45px;
}

.feature_tab .nav-tabs .nav-link {
  font-size: 22px;
  padding-bottom: 30px;
  color: #fff;
  border: none;
}

.feature_tab .nav-tabs .nav-item.show .nav-link,
.feature_tab .nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff !important;
  border-radius: 0px;
}

.tab-content {
  padding: 25px;
}

#nav-home p {
  font-size: 19px;
}

.feature_tab #nav-tabContent .table-responsive .table tbody tr .text-1 {
  font-weight: 600;
  color: #fff;
  padding: 18px 0px 18px 20px;
  line-height: 1;
  width: 135px;
}

.feature_tab #nav-tabContent .table-responsive .table tbody tr .text-2 {
  font-weight: 400;
  color: #fff;
  padding: 18px 20px;
  line-height: 1;
}

.reviews span i {
  font-size: 10px;
  color: rgb(255, 196, 0);
}

.feature_tab .tab-pane ul li img {
  max-width: 90% !important;
}

/*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
  padding-top: 10px;
}

.instructor-card {
  border-radius: 10px;
  margin-bottom: 25px;
}

.instructor-inner h6 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.instructor-inner h4 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  color: #ffff;
}

.instructor-inner .instructor-text-success {
  color: #159f46;
}

.instructor-inner .instructor-text-info {
  color: #1d9cfd;
}

.instructor-inner p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #303030;
  margin-bottom: 0;
}

/*-----------------
	45. Student Profile
-----------------------*/

.settings-widget {
  border: 1px solid #e9ecef;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #000;
}

.settings-menu {
  background: #000;
  border-radius: 10px;
  padding: 0.5rem !important;
}

.settings-menu h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.settings-menu ul {
  display: block;
  border: 0;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.settings-menu ul li {
  position: relative;
  margin-bottom: 17px;
}

.settings-menu ul li:last-child {
  margin-bottom: 0;
}

.settings-menu ul li a {
  color: #685f78;
  font-weight: 500;
  padding: 0;
  border: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: normal;
}

.settings-menu ul li:hover a,
.settings-menu ul li:focus a,
.settings-menu ul li a:focus {
  color: #fff0dd !important;
}

.settings-menu ul li:hover a {
  color: var(--secondary-color) !important;
}

.settings-menu ul .active a {
  color: #fff0dd !important;
}

.settings-menu ul .active i {
  color: #fff0dd;
}

.settings-menu ul li a i {
  margin-right: 8px;
  font-size: 18px;
  min-width: 20px;
}

.profile-bg img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.profile-bg {
  position: relative;
}

.profile-bg h5 {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
  color: #000000;
  font-size: 14px;
  right: 20px;
  top: 20px;
  margin: 0;
}

.profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 11px #00000078;
}

.profile-name h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-name h4 a {
  color: #fff !important;
}

.profile-name p {
  color: #685f78;
  font-size: 14px;
  margin-bottom: 20px;
}

.profile-group {
  padding: 1.5rem;
  padding-top: 70px;
  background-color: transparent;
}

.profile-heading {
  padding: 1.5rem;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.profile-heading p {
  margin-bottom: 0;
}

.profile-details .course-group {
  padding: 25px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-share {
  margin-left: auto;
}

.profile-share .btn-success {
  background: transparent;
  color: #159f46;
  border: 1px solid #159f46;
  margin-right: 10px;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}

.settings-menu .profile-bg {
  min-height: 120px;
  background: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tutor-qna-filter .tutor-form-select {
  border: 1px solid #e9ecef;
}

.tutor-form-select,
.tutor-form-control {
  border: 1px solid #e9ecef;
}

.tutor-form-control:focus,
.tutor-form-control.is-active {
  border-color: #e9ecef !important;
  box-shadow: unset;
}

.tutor-card.tutor-course-card .course-box.course-design .card-footer {
  border-radius: 0 0 10px 10px !important;
}

.profile-share .btn-success:hover {
  background: #159f46;
  color: #fff;
  border: 1px solid #159f46;
}

.profile-share .btn-danger {
  background: transparent;
  color: #ff0000;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}

.profile-share .btn-danger:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}

.profile-details .course-name h4 a {
  color: #392c7d;
  font-size: 18px;
  font-weight: 600;
}

.profile-details .course-name h4 a:hover {
  color: var(--secondary-color);
}

.profile-details .course-name p {
  color: #303030;
  font-size: 14px;
}

.profile-details .course-group-img img {
  max-width: 100px;
  height: 100px;
  border-radius: 50px;
}

.checkout-form.personal-address {
  padding: 1.5rem 0;
  margin-bottom: 0;
  color: #fff;
}
.settings-widget.profile-details .settings-menu {
  padding: 20px !important;
  background: transparent;
}

.personal-address h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.your_avatar {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.personal-address p {
  font-size: 14px;
}

.country-select {
  color: #c4c4c4;
  font-size: 14px;
}

.update-profile {
  margin-top: 10px;
}

.update-profile .btn-primary {
  font-size: 16px;
  padding: 7px 15px;
  font-weight: 700;
  border: 1px solid #ff875a;
  border-radius: 5px;
  min-width: 200px;
}

.update-profile .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #e72f41;
  color: #e72f41;
}

.border-line {
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.personal-info-head p span {
  color: var(--secondary-color);
}

.save-social .btn-primary {
  min-width: 237px;
}

.secure-alert .check-on label {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.secure-alert .check-on {
  margin: 0px 0px 25px;
}

.un-subscribe {
  padding: 25px;
}

.un-subscribe .btn-danger {
  background: transparent;
  color: #ff0000;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.un-subscribe .btn-danger:hover {
  background: #ff0000;
  color: #fff;
}

.link-accounts.personal-form {
  border: 0;
  padding: 24px;
  border-radius: 0;
  background: transparent;
}

.comman-space {
  padding: 1.5rem;
}

.edit-new-address {
  margin-bottom: 30px;
}

.edit-new-address label {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
}

.wallet-radio-blk .custom_radio {
  margin-bottom: 0px;
}

.wallet-radio-blk .custom_radio input:checked ~ .checkmark {
  background-color: #ff5364;
}

.wallet-radio-blk .custom_radio .checkmark:after {
  background: #fff;
}

.wallet-radio-blk .custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.address-edits {
  margin-left: auto;
}

.edit-new-address .form-check-input {
  width: 20px;
  height: 20px;
}

.address-edits .edit-btn-blk {
  padding: 5px 7px;
  background-color: #455a64;
  border: 1px solid #455a64;
  border: 0;
  color: #fff;
  border-radius: 5px;
}

.add-new-address {
  margin-bottom: 40px;
}

.grad-border .btn-primary {
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #392c7d, #ff6575);
  border-radius: 10px;
}

.grad-border .btn-default {
  background: rgba(227, 227, 227, 0.41);
  border-radius: 10px;
  color: #c7c7c7;
  min-width: 173px;
  padding: 7px 15px;
  cursor: not-allowed;
}

.add-new-address .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 20px;
}

.add-new-address .btn-primary:hover:focus,
.active-change-plan .btn-primary:hover:focus,
.upgrade-now .btn-primary:hover:focus {
  color: #fff;
}

.upgrade-now .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 16px;
}

.upgrade-now {
  margin-left: auto;
}

.active-btns .btn-success {
  background-color: #159f46;
  border: 1px solid #159f46;
  color: #fff;
  font-size: 14px;
  padding: 1px 11px;
}

.active-btns .btn-danger {
  color: #fff;
  font-size: 14px;
  padding: 1px 11px;
}

.subscribtion-active h5 {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0px;
}

.subscribtion-active p {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.active-change-plan {
  margin-left: auto;
}

.active-change-plan .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 39px;
}

.bill-widget {
  width: 100%;
  margin-bottom: 10px;
}

.monthly-subscribtion.comman-space {
  padding-bottom: 15px;
}

.monthly-group {
  margin-bottom: 30px;
}

.bill-name-group h5 {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 2px;
}

.bill-name-group p {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  margin-bottom: 0;
}

.plan-icons i {
  font-size: 18px;
}

.plan-icons {
  background: #ff875a;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

/*-----------------
    46. Instructor Profile
-----------------------*/

.btn-dark {
  font-weight: 600;
  background: #392c7d;
  border: 1px solid #392c7d;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.btn-dark:hover {
  background: #fff;
  border: 1px solid #392c7d;
  color: #392c7d;
}

.btn-black {
  font-weight: 600;
  background: #685f78;
  border: 1px solid #685f78;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.btn-black:hover {
  background: #fff;
  border: 1px solid #685f78;
  color: #685f78;
}

.btn-success-dark {
  font-weight: 600;
  background: #159f46;
  border: 1px solid #159f46;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.btn-success-dark:hover {
  background: #fff;
  border: 1px solid #159f46;
  color: #159f46;
}

.instructor-profile {
  text-align: left;
}

.instructor-profile-pic {
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 5px solid #ffffff;
  margin-right: 10px;
}

.instructor-profile-content h4 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.instructor-profile-content h4 a {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.instructor-profile-content h4 a:hover {
  color: var(--secondary-color);
}

.instructor-profile-content h4 span {
  background: #fff;
  color: #000000;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 20px;
}

.instructor-profile-content p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.instructor-profile-menu {
  background: rgba(10, 20, 47, 0.33);
  border-radius: 10px;
  padding: 15px 20px;
  text-align: left;
  max-width: 480px;
  margin-left: auto;
}

.instructor-profile-menu ul {
  justify-content: space-between;
}

.instructor-profile-menu-img {
  margin-right: 10px;
}

.instructor-profile-menu-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.instructor-profile-menu-content p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.instructor-profile-text {
  text-align: left;
  padding-top: 30px;
}

.instructor-profile-text p {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 0;
}

.instructor-card .card-header {
  background: transparent;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.instructor-card .card-header h4 {
  font-weight: 600;
  font-size: 24px;
  color: #392c7d;
  margin-bottom: 0;
}

.instructor-card .btn {
  font-size: 14px;
  min-width: 170px;
  padding: 13px 15px;
}

.instructor-card .card-body {
  padding: 20px;
}

.instructor-grid {
  background: #000000e6;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.instructor-grid .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  align-items: center;
  width: 100%;
}

.instructor-grid .product-img {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 0;
  width: 240px;
  border-radius: 10px;
}

.instructor-grid .instructor-product-content {
  margin-left: 15px;
}

.instructor-grid .instructor-product-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  max-width: 460px;
  line-height: 30px;
}

.instructor-grid .instructor-product-content h3 a {
  color: #000;
}

.instructor-grid .instructor-product-content h3 a:hover {
  color: var(--secondary-color);
}

.instructor-grid .course-view {
  margin-left: 30px;
}

.instructor-grid .course-info p {
  font-size: 16px;
  font-weight: 500;
}

/*-----------------
    47. Add Course
-----------------------*/

.add-course-header {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.add-course-header h2 {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
}

.add-course-btns ul li {
  margin-right: 17px;
}

.add-course-btns ul li:last-child {
  margin-right: 0;
}

.add-course-btns .btn {
  font-weight: 600;
  font-size: 14px;
  padding: 13px 15px;
  min-width: 170px;
  display: inline-flex;
}

.multistep-form #first {
  display: block;
}

.multistep-form fieldset {
  display: none;
  width: 100%;
}

.widget-setcount {
  padding: 30px 30px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.widget-setcount ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.widget-setcount ul li {
  margin-right: 30px;
  position: relative;
}

.widget-setcount ul li:last-child {
  margin-right: 0;
}

.widget-setcount ul li p {
  font-weight: 500;
  color: var(--dreamslms_secondary_color);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 4px solid #c1c9d2;
  min-width: 173px;
}

.widget-setcount ul span {
  border: 1px solid #8792a2;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1b5b8;
  background: #fff;
}

.progress-activated span:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  background: #159f46;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.progress-active p {
  border-top: 5px solid #159f46 !important;
}

.progress-activated p {
  border-top: 5px solid #159f46 !important;
}

.progress-active span {
  color: #159f46 !important;
  border-color: #159f46 !important;
  position: relative;
  border: 5px solid #159f46 !important;
}

.add-course-inner-header {
  padding: 0 30px 30px;
}

.add-course-inner-header h4 {
  font-weight: 500;
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.add-course-form {
  padding: 0 30px 30px;
}

.add-course-info .form-group {
  margin-bottom: 20px;
}

.add-course-info .add-course-label {
  font-weight: 500;
  color: #685f78;
  margin-bottom: 10px;
}

.add-course-info .form-control {
  border: 1px solid #e9ecef;
  border-radius: 5px;
}

.add-course-info .form-control:focus {
  border: 1px solid #e9ecef;
  color: #685f78;
}

.add-course-info .select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef;
}

.add-course-info .select2-container .select2-selection--single {
  height: 40px;
}

.add-course-info
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #685f78;
  line-height: 40px;
  font-size: 14px;
}

.add-course-info
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}

.add-course-info textarea.form-control {
  min-height: 150px;
  color: #685f78;
  font-size: 20px;
}

.widget-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 30px;
  border-top: 1px solid rgb(199 199 199 / 25%);
}

.widget-btn .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 170px;
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.widget-btn .btn-info-light {
  color: #fff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
}

.widget-btn .btn-info-light:hover {
  color: #1d9cfd;
  background: #fff;
  border: 1px solid #1d9cfd;
}

.relative-form {
  position: relative;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  color: #6e82a3;
  min-height: 40px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relative-form span {
  font-size: 14px;
}

.relative-file-upload {
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  min-width: 238px;
  text-align: center;
}

.relative-file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}

.add-image-box {
  min-height: 250px;
  background: #edede8;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}

.add-image-box a {
  font-size: 200px;
  color: #a1a2a0;
}

.add-video-box {
  background: rgba(255, 222, 218, 0.71);
}

.add-video-box a {
  font-size: 40px;
  color: var(--secondary-color);
}

.add-course-section {
  padding: 0 40px 40px;
}

.add-course-section .btn {
  font-weight: 600;
  font-size: 14px;
  color: #1d9cfd;
  background: #ffffff;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
  min-width: 105px;
  padding: 7px 10px;
}

.add-course-section .btn:hover {
  color: #ffffff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
}

.curriculum-grid {
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(227, 227, 227, 0.41);
  border-radius: 10px;
}

.curriculum-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 20px;
}

.curriculum-head p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
}

.curriculum-head .btn {
  font-weight: 600;
  font-size: 14px;
  color: #1d9cfd;
  background: #ffffff;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
  min-width: 105px;
  padding: 7px 10px;
}

.curriculum-head .btn:hover {
  color: #ffffff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
}

.faq-grid {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 16px;
}

.faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

.faq-header .faq-collapse {
  color: #000000;
  font-weight: 600;
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.faq-header .faq-collapse i {
  font-size: 20px;
  margin-right: 10px;
  color: #757575;
}

.faq-header .faq-collapse.collapsed:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-header .faq-collapse:after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-right {
  position: absolute;
  right: 30px;
}

.faq-right a {
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}

.faq-right a:hover {
  color: var(--secondary-color);
}

.faq-body {
  padding-top: 20px;
  padding-left: 25px;
}

.add-article-btns .btn {
  font-weight: 600;
  font-size: 14px;
  color: #685f78;
  margin-right: 12px;
  background: #ffffff;
  border: 1px solid #685f78;
  border-radius: 5px;
  min-width: 130px;
  padding: 7px 8px;
}

.add-article-btns .btn:hover {
  color: #ffffff;
  background: #685f78;
  border: 1px solid #685f78;
}

.form-group-tagsinput .bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  color: #000;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: unset;
  min-height: 60px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-group-tagsinput .bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #685f78;
  border: 1px solid #e9ecef;
  background: rgba(227, 227, 227, 0.41) !important;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 12px;
}

.form-group-tagsinput .bootstrap-tagsinput input {
  line-height: 42px;
  font-size: 14px;
}

.add-course-msg {
  text-align: center;
  padding-bottom: 30px;
}

.add-course-msg i {
  color: #159f46;
  font-size: 40px;
}

.add-course-msg h4 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.add-course-msg p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

/*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
  padding-top: 10px;
}

.instructor-card {
  border-radius: 10px;
  margin-bottom: 25px;
}

.instructor-inner h6 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.instructor-inner h4 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}

.instructor-inner .instructor-text-success {
  color: #159f46;
}

.instructor-inner .instructor-text-info {
  color: #1d9cfd;
}

.instructor-inner p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #303030;
  margin-bottom: 0;
}

/*-----------------
	48. Invoices
-----------------------*/

.invoice-list-blk .card {
  border-radius: 10px;
}

.invoice-item .invoice-logo {
  margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}

.invoice-item .invoice-text h2 {
  color: #161c2d;
  font-size: 36px;
  font-weight: 600;
}

.invoice-item .invoice-details {
  text-align: right;
  font-weight: 500;
}

.invoice-item .invoice-details strong {
  color: #161c2d;
}

.invoice-item .invoice-details-two {
  text-align: left;
}

.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}

.invoice-item .invoice-text h2 {
  font-weight: 400;
}

.invoice-info {
  margin-bottom: 30px;
}

.invoice-info p {
  margin-bottom: 0;
}

.invoice-info.invoice-info2 {
  text-align: right;
}

.invoice-item .customer-text {
  font-size: 18px;
  color: #161c2d;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #161c2d;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit;
}

.invoice-table tr td,
.invoice-table-two tr td {
  font-weight: 500;
}

.invoice-table-two {
  margin-bottom: 0;
}

.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}

.invoice-table-two tr td {
  text-align: right;
}

.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}

.other-info {
  margin-top: 10px;
}

.dropdown-btn {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #fff;
  font-size: 12px;
}

.main-nav > li {
  position: relative;
}

.admin-bar .main-menu-wrapper {
  top: 32px;
}

.admin-bar .main-menu-wrapper {
  top: 32px;
}

.course-sec .profile_courses .card {
  margin-bottom: 0 !important;
}

.elementor-widget-wrap
  > .elementor-element.elementor-widget-dreamslms-headline {
  margin: 0 !important;
}

.master-skill .blur-border.course-radius {
  margin-bottom: 24px;
}

.tutor-modal-content {
  background-color: #fff;
}

.tutor-quiz-attempt-details .tooltip-wrap.tooltip-icon span {
  margin-right: 0.5rem;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
}

.tutor-table tr td {
  font-size: 14px;
}

.tutor-table tr td:first-child {
  min-width: 300px;
}

.tutor-table .tutor-color-secondary {
  font-weight: 500;
}

.tutor-table tr td:last-child {
  color: #fff;
  font-size: 17px;
}

.tutor-table tr {
  padding: 10px 20px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

.tutor-table {
  width: 100%;
}

.sell-table-group .me-3 {
  max-width: 15%;
}

.review_dashboard {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.review_dashboard:last-child {
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border: none;
}

.pb-25 {
  padding-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.my_quiz_attemts .tutor-my-24 {
  margin: 0px !important;
}

.small,
small {
  font-size: 13px;
}

.tutor-table tr th {
  padding: 16px 16px;
  font-size: 16px;
  color: #fff;
}

.cart-remove-btn {
  border-radius: 100%;
}

/* when i create responsive  */
.s5_box img {
  display: inline-block !important;
  margin-bottom: 10px;
}

.s7_box {
  margin: 30px 0;
}

.pagilinks .page-item.active .page-link {
  background-color: #000;
}
.page-link,
.page-item.disabled .page-link {
  background-color: #000;
  color: #fff !important;
  font-size: 20px !important;
}

/* .MsoListParagraphCxSpMiddle{
    text-indent: -30in !important;
} */

/* .bann_heading{
    width: 79%;
} */

.watch-content p {
  font-size: 17px;
}
.h-lab-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.single-img img {
  height: 520px;
  width: 100%;
  object-fit: contain;
}
.watch-1 img {
  height: 80px;
  width: 80px;
}

/* width */
.termsModal::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.termsModal::-webkit-scrollbar-track {
  background: #474747;
}

/* Handle */
.termsModal::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.termsModal::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#order-btn {
  color: #fff !important;
  border: 2px solid #fff !important;
  margin-top: 20px;
  border-radius: 5px;
  width: 70%;
  background-color: #000;
}

/* new css begin */

.sec_8 .theme_btn1 {
  padding: 10px 30px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: inline-block;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 0px solid;
  border-radius: 0px 5px 5px 0px;
}
.sec_8 input {
  border: 0;
}
.blog_detail div,
.blog_detail p,
.blog_detail h3,
.blog_detail span {
  color: #fff !important;
}
.s3_box a div {
  height: 65px;
  overflow: hidden;
}

.s7_box .img_box .s4_overlay1 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
  opacity: 1;
  z-index: 5;
  transition: all 500ms linear;
}
.s7_box .img_box .s4_overlay2 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
  opacity: 1;
  transition: all 600ms linear;
}
.s7_box .img_box:hover .s4_overlay1 {
  left: 0;
  right: 0;
  opacity: 0;
  /* z-index: -5; */
}
.s7_box .img_box:hover .s4_overlay2 {
  top: 0;
  bottom: 0;
  opacity: 0;
  /* z-index: -5; */
}
.offcanvas-header .btn-close {
  margin-top: 4rem !important;
}
/* .feature_tab #nav-tabContent ul li{
    width: 50% !important;
}
.feature_tab #nav-tabContent ul {
  font-size: 16px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 0 !important;
  margin-top: 30px !important;
} */
/* new css end */
.envelope {
  position: absolute;
  left: 396px;
  top: -128px;
  height: 350px;
  width: 40%;
  z-index: -5;
  object-fit: cover;
}
.email-box a {
  font-size: 35px;
}
.email-img {
  padding: 0 0 60px 0;
}
.address-info .form-control {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 0 !important;
}
.alert.alert-danger ul {
  padding-left: 15px !important;
}
.checkout-form-profile .form-control {
  background-color: transparent;
  color: #fff;
}
.user-dash tr td {
  padding: 15px 5px;
}
a.bg-warning.text-dark,
span.bg-success,
span.bg-danger {
  font-size: 14px;
}

/* loader */
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.preloader.loaded {
  visibility: hidden;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  border-radius: 50%;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .spinner img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  rotate: -32deg;
  filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%)
    hue-rotate(160deg) brightness(91%) contrast(94%);
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Futura PT Book";
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: #000;
  position: relative;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 0.9s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1s;
}

.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.1s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  color: #000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Futura PT Book";
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #000;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .loader-section .bg {
  transition: none;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.badge {
  font-weight: 100 !important;
  display: inline-block;
  width: 100%;
}
.bg-warning.text-dark.badge:hover {
  color: #000 !important;
}
.card.instructor-card {
  background-color: #000;
  border: 1px solid #fff;
}

.track-btn {
  font-size: 13px;
  display: block;
  text-align: center;
}

/* #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader-container {
  text-align: center;
  position: relative;
}

.watch-loader {
  width: 169px;
  height: 194px;
  position: relative;
  border: 4px solid #e9e9e9;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 13px 2px #ccc;
}

.watch-face {
  width: 132px;
  height: 155px;
  border: 4px solid #ebebeb;
  border-radius: 24px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}

.watch-hands {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hour-hand,
.minute-hand,
.second-hand {
  position: absolute;
  background: #ffffff;
  transform-origin: bottom center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.hour-hand {
  width: 3px;
  height: 45px;
  margin-top: -45px;
  animation: rotate-hour 12s linear infinite;
}

.minute-hand {
  width: 2px;
  height: 65px;
  margin-top: -65px;
  animation: rotate-minute 6s linear infinite;
}

.second-hand {
  width: 1px;
  height: 75px;
  margin-top: -75px;
  background: #ffffff;
  animation: rotate-second 3s linear infinite;
}

.watch-center {
  position: absolute;
  width: 37px;
  height: 34px;
  border-radius: 50%;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.watch-marks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none !important;
}

.watch-mark {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #ffffff;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.watch-mark:nth-child(2) {
  transform: translateX(-50%) rotate(30deg);
}
.watch-mark:nth-child(3) {
  transform: translateX(-50%) rotate(60deg);
}
.watch-mark:nth-child(4) {
  transform: translateX(-50%) rotate(90deg);
}
.watch-mark:nth-child(5) {
  transform: translateX(-50%) rotate(120deg);
}
.watch-mark:nth-child(6) {
  transform: translateX(-50%) rotate(150deg);
}

.loader-progress {
  width: 300px;
  margin: 0 auto;
}

.progress-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
}

.progress-bar {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.5s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}


@keyframes rotate-hour {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate-minute {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate-second {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.pulse {
  animation: pulse 2s infinite;
} */

/* #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080808;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader-container {
  text-align: center;
  position: relative;
}

.watch-loader {
  width: 169px;
  height: 194px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch-loader {
    width: 300px;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-hands {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hour-hand, .minute-hand, .second-hand {
    position: absolute;
    background: #ffffff;
    transform-origin: bottom center;
    left: 50%;
    top: 48%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.hour-hand {
    width: 3px;
    height: 29px;
    margin-top: -28px;
    animation: rotate-hour 12s linear infinite;
}

.minute-hand {
    width: 2px;
    height: 47px;
    margin-top: -47px;
    animation: rotate-minute 6s linear infinite;
}

.second-hand {
    width: 1px;
    height: 53px;
    margin-top: -53px;
    background: #ffffff;
    animation: rotate-second 3s linear infinite;
}

.watch-center {
  position: absolute;
  width: 37px;
  height: 34px;
  border-radius: 50%;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.watch-marks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none !important;
}

.watch-mark {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #ffffff;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.watch-mark:nth-child(2) {
  transform: translateX(-50%) rotate(30deg);
}
.watch-mark:nth-child(3) {
  transform: translateX(-50%) rotate(60deg);
}
.watch-mark:nth-child(4) {
  transform: translateX(-50%) rotate(90deg);
}
.watch-mark:nth-child(5) {
  transform: translateX(-50%) rotate(120deg);
}
.watch-mark:nth-child(6) {
  transform: translateX(-50%) rotate(150deg);
}

.loader-progress {
  width: 300px;
  margin: 0 auto;
}

.progress-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
}

.progress-bar {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #ffffff;
  transition: width 0.5s ease;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}


@keyframes rotate-hour {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate-minute {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate-second {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.pulse {
  animation: pulse 2s infinite;
} */

:root {
  --bg-w: #ffffff;
  --bg-b: #101010;
  --translate: -11rem;
}

.watch {
  width: calc(1rem * 12 * 2);
  height: calc(1rem * 12 * 2);
  display: flex;
  justify-content: center;
  position: relative;
}

.anim.watch {
  animation: opacity var(--opacity-speed) ease-out
    calc(var(--in-speed) + (var(--rotation-speed) * 11) + var(--move-speed))
    forwards;
}

.box-container {
  width: calc(1rem * 12);
  height: calc(1rem * 12);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  transform-origin: center bottom;
}
.anim .box-container {
  animation: rotate 100s linear var(--rotation-delay) forwards;
}
.box {
  width: 1rem;
  height: 1rem;
  background-color: var(--bg-w);
  transform-origin: center bottom;
  scale: 1 0;
}
.anim .box {
  animation: in var(--in-speed) ease-out 0s forwards,
    move var(--move-speed) ease-out 100s forwards,
    move2 var(--opacity-speed) ease-out 100s forwards;
}

.box-container:nth-child(1) {
  --rotation: 330deg;
  animation-duration: calc(var(--rotation-speed) * 11);
}
.box-container:nth-child(1) .box {
  transform: translateY(0rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 11 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(2) {
  --rotation: 300deg;
  animation-duration: calc(var(--rotation-speed) * 10);
}
.box-container:nth-child(2) .box {
  transform: translateY(-1rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 10 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(3) {
  --rotation: 270deg;
  animation-duration: calc(var(--rotation-speed) * 9);
}
.box-container:nth-child(3) .box {
  transform: translateY(-2rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 9 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(4) {
  --rotation: 240deg;
  animation-duration: calc(var(--rotation-speed) * 8);
}
.box-container:nth-child(4) .box {
  transform: translateY(-3rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 8 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(5) {
  --rotation: 210deg;
  animation-duration: calc(var(--rotation-speed) * 7);
}
.box-container:nth-child(5) .box {
  transform: translateY(-4rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 7 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(6) {
  --rotation: 180deg;
  animation-duration: calc(var(--rotation-speed) * 6);
}
.box-container:nth-child(6) .box {
  transform: translateY(-5rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 6 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(7) {
  --rotation: 150deg;
  animation-duration: calc(var(--rotation-speed) * 5);
}
.box-container:nth-child(7) .box {
  transform: translateY(-6rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 5 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(8) {
  --rotation: 120deg;
  animation-duration: calc(var(--rotation-speed) * 4);
}
.box-container:nth-child(8) .box {
  transform: translateY(-7rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 4 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(9) {
  --rotation: 90deg;
  animation-duration: calc(var(--rotation-speed) * 3);
}
.box-container:nth-child(9) .box {
  transform: translateY(-8rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 3 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(10) {
  --rotation: 60deg;
  animation-duration: calc(var(--rotation-speed) * 2);
}
.box-container:nth-child(10) .box {
  transform: translateY(-9rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 2 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(11) {
  --rotation: 30deg;
  animation-duration: calc(var(--rotation-speed));
}
.box-container:nth-child(11) .box {
  transform: translateY(-10rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 1 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

.box-container:nth-child(12) .box {
  transform: translateY(-11rem);
  animation-delay: 0s,
    calc(
      var(--rotation-speed) * 1 + (var(--rotation-delay) - var(--move-speed))
    ),
    var(--move2-delay);
}

@keyframes in {
  to {
    scale: 1 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(var(--rotation));
  }
}
@keyframes move {
  100% {
    transform: translateY(var(--translate));
  }
}

@keyframes move2 {
  0% {
    transform: translateY(var(--translate));
  }
  100% {
    transform: translateY(calc(var(--translate) - 1rem));
  }
}

@keyframes opacity {
  100% {
    opacity: 0;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 1vmin;
  }
}

@media (max-height: 300px) {
  html {
    font-size: 3.3vmin;
  }
}

.slide-1 {
  position: relative;
  height: 100vh;
  z-index: 55;
}

.slide-1 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bann-img-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  object-fit: cover;
}
.wide-img{
  display: block;
}
.mobile-img {
  display: none;
}
