.bg-roocket {
  background-color: #f3f4f6;
  font-family: "Yekan Bakh FaNum";
  overflow-x: hidden;
}
.bg-roocket .app {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .bg-roocket .app {
    overflow: hidden;
  }
}

.swiper-autoheight .swiper-wrapper {
  align-items: unset;
  height: auto !important;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-slide > * {
  height: 100%;
}

.btn-blue-2 {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.btn-blue-2:focus, .btn-blue-2:hover, .btn-blue-2:active, .btn-blue-2:active:focus {
  background-color: rgba(59, 130, 246, 0.8);
  color: #fff;
}
.btn-blue-3 {
  background-color: #3b82f6;
  color: #fff;
}
.btn-blue-3:focus, .btn-blue-3:hover, .btn-blue-3:active, .btn-blue-3:active:focus {
  background-color: rgba(59, 130, 246, 0.8);
  color: #fff;
}
.btn-blue-3.bordered {
  border: 1px solid #3b82f6;
}
.btn-blue-3.bordered:focus, .btn-blue-3.bordered:hover, .btn-blue-3.bordered:active, .btn-blue-3.bordered:active:focus {
  background-color: transparent;
  color: #3b82f6;
}
.btn-outline-blue-3 {
  border: 1px solid #3b82f6;
  color: #3b82f6;
}
.btn-outline-blue-3:hover, .btn-outline-blue-3:focus, .btn-outline-blue-3:active, .btn-outline-blue-3:active:focus {
  border: 1px solid #3b82f6;
  background-color: #3b82f6;
  color: #fff;
}
.btn-outline-secondary-2 {
  border: 1px solid #95a0b1;
  color: #95a0b1;
}
.btn-outline-secondary-2:hover, .btn-outline-secondary-2:focus, .btn-outline-secondary-2:active, .btn-outline-secondary-2:active:focus {
  border: 1px solid #95a0b1;
  background-color: #95a0b1;
  color: #fff;
}

.form-switch {
  padding-right: 0;
}
.form-switch .form-check-label {
  padding-left: 72px;
}
.form-switch .form-check-label::before, .form-switch .form-check-label::after {
  right: auto;
}
.form-switch .form-check-label::before {
  content: "";
  width: 20px;
  height: 20px;
  top: 2px;
  border-radius: 50%;
  background-color: #334155;
  opacity: 1;
  left: 4px;
}
.form-switch .form-check-label::after {
  width: 56px;
  height: 28px;
  border-radius: 100px;
  background-color: rgba(149, 160, 177, 0.3);
  top: -2px;
  left: 0;
  border: 0;
}
.form-switch .form-check-input:checked + .form-check-label::before {
  left: 32px;
  background-color: #fff;
}
.form-switch .form-check-input:checked + .form-check-label::after {
  background-color: #3b82f6;
}

.swiper-bottom-control .swiper-bottom {
  margin-top: 40px;
}
.swiper-bottom-control .swiper-button-prev, .swiper-bottom-control .swiper-button-next {
  transform: unset;
  color: #64748b;
  transition: all 0.3s ease-in-out;
}
.swiper-bottom-control .swiper-button-prev::after, .swiper-bottom-control .swiper-button-next::after {
  content: none;
}
.swiper-bottom-control .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 4px !important;
  background-color: rgba(100, 116, 139, 0.15);
}
.swiper-bottom-control .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background-color: #64748b;
}

.header-roocket {
  margin-top: 32px;
  z-index: 999;
}
.header-roocket-wrapper {
  padding: 36px 44px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
.header-roocket-search .form-control {
  padding: 0 48px 0 12px;
  height: 48px;
  background-color: #eceeef;
  border-radius: 12px;
  font-size: 12px;
  color: #000;
}
.header-roocket-search button {
  font-size: 16px;
  right: 20px;
  color: #64748b;
}
.header-roocket-auth .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
}
.header-roocket-auth .btn:first-child {
  padding: 8px 12px 8px 24px;
  margin-left: -12px;
}
.header-roocket-auth .btn:first-child:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.header-roocket-auth .btn:nth-child(2) {
  padding: 8px 12px;
}
.header-roocket-nav {
  padding: 20px 0;
  margin: 0 36px;
  background-color: #d2d6de;
  border-radius: 0 0 24px 24px;
}
.header-roocket-nav li a {
  font-size: 16px;
  color: #334155;
  font-weight: 500;
  line-height: 24px;
}
.header-roocket-nav li.has-menu {
  position: relative;
}
.header-roocket-nav li.has-menu > a::after {
  content: "\e946";
  font-family: "icomoon";
  font-size: 8px;
  line-height: 1;
  color: #334155;
  margin-right: 8px;
  display: inline-block;
  transition: all 0.3s linear;
}
.header-roocket-nav li:hover a {
  color: #5c6777;
}
.header-roocket-nav li:hover a::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .header-roocket-wrapper {
    padding: 20px;
  }
  .header-roocket-auth .btn:first-child {
    margin-left: 0;
    padding: 0;
    width: 50px;
    height: 40px;
  }
}

.megamenu-one,
.megamenu-two {
  transform: translateY(32px) rotateX(90deg);
  transition: all 0.3s linear;
  transform-origin: top left;
  box-shadow: 0px 4px 91px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.megamenu-one::before,
.megamenu-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  transform: translateY(-32px);
  z-index: -1;
}

.megamenu-one {
  width: 400px;
  padding: 20px;
  gap: 16px 8px;
}
.megamenu-one-item {
  padding: 16px 15px 8px 8px;
  flex: 0 0 calc(50% - 4px);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.megamenu-one-item a::after {
  z-index: 10;
}
.megamenu-one-item i {
  z-index: 2;
  font-size: 16px;
  color: #3b82f6;
}
.megamenu-one-item i::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 7px;
  border-radius: 50%;
  background-color: #3b82f6;
  z-index: -1;
  opacity: 0.15;
}
.megamenu-one-item .title {
  color: #64748b;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.megamenu-one-item .sub-title {
  color: #95a0b1;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.megamenu-one-item.danger i {
  color: #e81c4d;
}
.megamenu-one-item.danger i::after {
  background-color: #e81c4d;
}
.megamenu-one-item.warning i {
  color: #ffa826;
}
.megamenu-one-item.warning i::after {
  background-color: #ffa826;
}
.megamenu-one-item.purple i {
  color: #9018ee;
}
.megamenu-one-item.purple i::after {
  background-color: #9018ee;
}
.megamenu-one-item.success i {
  color: #1dbe59;
}
.megamenu-one-item.success i::after {
  background-color: #1dbe59;
}
.megamenu-one-item:hover {
  background-color: rgba(51, 65, 85, 0.05);
}

.megamenu-two {
  padding: 12px;
  width: 208px;
}
.megamenu-two-item a {
  padding: 12px 12px 12px 0;
  border-radius: 6px;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.megamenu-two-item a:hover {
  background-color: #f7f8f9;
}

li.has-menu:hover .megamenu-one,
li.has-menu:hover .megamenu-two {
  transform: translateY(32px) rotateX(0deg);
}

.nav-responsiv-roocket {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0.3s;
}
.nav-responsiv-roocket-backdrop {
  background-color: rgba(51, 65, 85, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.nav-responsiv-roocket-close {
  font-size: 18px;
  color: #000;
  top: 16px;
  left: 16px;
}
.nav-responsiv-roocket-content {
  padding: 60px 16px 16px;
  max-width: 276px;
  transform: translateX(280px);
  transition: all 0.3s linear 0s;
}
.nav-responsiv-roocket-logo img {
  width: 168px;
}
.nav-responsiv-roocket-search {
  margin: 32px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebecee;
}
.nav-responsiv-roocket-search .form-control {
  padding: 0 16px 0 48px;
  height: 48px;
  background-color: #eceeef;
  border-radius: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.nav-responsiv-roocket-search button {
  left: 20px;
  color: #000;
  font-size: 17px;
}
.nav-responsiv-roocket-menu {
  height: calc(100% - 160px);
  overflow: hidden auto;
}
.nav-responsiv-roocket-menu > li:not(:last-child) {
  margin-bottom: 28px;
}
.nav-responsiv-roocket-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #334155;
}
.nav-responsiv-roocket-menu li a i {
  font-size: 20px;
  width: 36px;
}
.nav-responsiv-roocket-menu li.has-menu > a::after {
  content: "\e946";
  font-family: "icomoon";
  font-size: 6px;
  line-height: 1;
  margin-right: 8px;
}
.nav-responsiv-roocket-menu li.has-menu.opened > a::after {
  transform: rotate(180deg);
}
.nav-responsiv-roocket-menu li ul {
  padding: 0 4px;
  overflow: hidden;
  height: 0;
  transition: all 0.3s linear;
}
.nav-responsiv-roocket-menu li ul li:not(:last-child) {
  margin-bottom: 20px;
}
.nav-responsiv-roocket-menu li ul li:first-child {
  margin-top: 20px;
}
.nav-responsiv-roocket-menu li ul li:last-child {
  margin-bottom: 20px;
}
.nav-responsiv-roocket.opened {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear 0s;
}
.nav-responsiv-roocket.opened .nav-responsiv-roocket-content {
  transform: translateX(0px);
  transition: all 0.3s linear 0.3s;
}

.landing-roocket {
  margin: 96px 0 224px;
}
.landing-roocket::before {
  content: "";
  width: 98px;
  height: 129px;
  background: url("./../images/roocket/shape.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 50px);
  position: absolute;
}
.landing-roocket .title {
  font-size: 48px;
  line-height: 64px;
  color: #334155;
  font-weight: 900;
}
.landing-roocket p {
  font-size: 16px;
  line-height: 32px;
  color: #79899e;
}
.landing-roocket .btn {
  padding: 14.5px 20px;
  margin-bottom: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.landing-roocket .info {
  gap: 32px 12px;
}
.landing-roocket .info li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #4e5968;
  max-width: calc(50% - 6px);
}
.landing-roocket .info li i {
  font-size: 22px;
  color: #e81c4d;
}
.landing-roocket .info li i::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 7px;
  left: 9px;
  border-radius: 50%;
  background-color: #e81c4d;
  z-index: -1;
  opacity: 0.15;
}
.landing-roocket .info li:nth-child(2) i {
  color: #98a3b8;
}
.landing-roocket .info li:nth-child(2) i::after {
  background-color: #98a3b8;
}
.landing-roocket .info li:nth-child(3) i {
  color: #9018ee;
}
.landing-roocket .info li:nth-child(3) i::after {
  background-color: #9018ee;
}
.landing-roocket .info li:nth-child(4) i {
  color: #51b6ff;
}
.landing-roocket .info li:nth-child(4) i::after {
  background-color: #51b6ff;
}
@media only screen and (max-width: 991px) {
  .landing-roocket {
    margin: 60px 0 80px;
  }
  .landing-roocket::before {
    content: none;
  }
  .landing-roocket .title {
    font-size: 32px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-roocket .info li {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-roocket .title {
    font-size: 24px;
    line-height: 36px;
  }
  .landing-roocket .info li {
    max-width: 100%;
  }
}

.heading-roocket {
  margin-bottom: 32px;
  gap: 16px 8px;
}
.heading-roocket-title {
  font-size: 32px;
  line-height: 50px;
  font-weight: 900;
  color: #334155;
}
.heading-roocket-title::before {
  content: "";
  width: 37px;
  height: 34px;
  margin-left: 16px;
  background: url("./../images/roocket/shape-2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.heading-roocket-link {
  font-size: 16px;
  line-height: 25px;
  color: #64748b;
  font-weight: 500;
}
.heading-roocket-link:hover {
  color: #130f26;
}
@media only screen and (max-width: 991px) {
  .heading-roocket-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-roocket-link {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-roocket-link svg {
    width: 16px;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .heading-roocket-title {
    font-size: 16px;
    line-height: 25px;
  }
  .heading-roocket-title::before {
    width: 27px;
    height: 24px;
    margin-left: 8px;
  }
  .heading-roocket-link {
    font-size: 12px;
    line-height: 18px;
  }
}

.course-roocket {
  z-index: 2;
}
.course-roocket::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 8px;
  background-color: #fff;
}
.course-roocket .image,
.course-roocket .content .info,
.course-roocket .content .bottom {
  padding: 0 16px;
}
.course-roocket .image {
  margin-bottom: 10px;
}
.course-roocket .image img {
  border-radius: 8px;
}
.course-roocket .content .info {
  max-height: 152px;
}
.course-roocket .content .info .status span {
  font-size: 12px;
  line-height: 16px;
  color: #3b82f6;
  font-weight: 600;
}
.course-roocket .content .info .status span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 4px;
  background-color: #3b82f6;
  border-radius: 50%;
}
.course-roocket .content .info .status span.danger {
  color: #dc2626;
}
.course-roocket .content .info .status span.danger::before {
  background-color: #dc2626;
}
.course-roocket .content .info .title {
  font-size: 16px;
  line-height: 24px;
  color: #475466;
  font-weight: bold;
  max-height: 48px;
}
.course-roocket .content .info .title a:hover {
  color: #3b82f6;
}
.course-roocket .content .info p {
  color: #79899e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-height: 72px;
}
.course-roocket .content .member-vip {
  font-size: 12px;
  font-weight: 600;
  color: #4e5968;
  line-height: 25px;
}
.course-roocket .content .member-vip i {
  font-size: 13px;
  color: #ffa826;
  padding: 0 5px 7px 0;
}
.course-roocket .content .member-vip i::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
  background-color: #ffa826;
}
.course-roocket .content .badge {
  padding: 0 8px;
  background-color: #f8d4d4;
  border-radius: 4px;
  color: #e81c4d;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.course-roocket .content .time-like li {
  background-color: #e3e6ec;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 8px;
  color: #607496;
  font-size: 12px;
  font-weight: 400;
}
.course-roocket .content .time-like li.like {
  color: #e81c4d;
  background-color: rgba(220, 38, 38, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.course-roocket .content .time-like li.like:hover {
  color: #fff;
  background-color: #dc2626;
}
.course-roocket .content .start-course {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  color: #95a0b1;
}
.course-roocket .content .start-course span {
  color: #334155;
}
.course-roocket .content .price {
  font-size: 24px;
  line-height: 36px;
  color: #334155;
  font-weight: bold;
}
.course-roocket .content .price i {
  font-size: 14px;
  color: rgba(152, 163, 184, 0.67);
}
.course-roocket .content .price.free {
  font-size: 16px;
  line-height: 24px;
  color: #3b82f6;
  font-weight: 700;
}
.course-roocket .content .read-more {
  padding: 16px 12px;
  color: #3b82f6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-top: 1px solid rgba(149, 160, 177, 0.1);
}
.course-roocket .content .read-more:hover {
  color: #130f26;
}
.course-roocket.presell .content .read-more:not(:hover) {
  color: #e81c4d;
}
@media only screen and (max-width: 1399px) {
  .course-roocket .image,
  .course-roocket .content .info,
  .course-roocket .content .bottom {
    padding: 0 12px;
  }
  .course-roocket .content .time-like li {
    padding: 0 5px;
  }
  .course-roocket .content .price {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .course-roocket .content .price {
    font-size: 16px;
    line-height: 25px;
  }
  .course-roocket .content .price.free {
    font-size: 14px;
    line-height: 22px;
  }
  .course-roocket .content .price i {
    font-size: 12px;
  }
}

.new-courses-roocket .row {
  gap: 24px 0;
}

.learning-paths-three {
  margin: 128px 0 124px;
}
.learning-paths-three .heading-roocket {
  margin-bottom: 28px;
}
.learning-paths-three-item {
  border: 1px solid rgba(210, 214, 222, 0.6);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.learning-paths-three-item .content {
  padding: 24px 28px;
  border-bottom: 1px solid #eceeef;
}
.learning-paths-three-item .content img {
  box-shadow: -12px 12px 24px rgba(245, 158, 11, 0.2);
  border-radius: 6px;
}
.learning-paths-three-item .content .count-courses {
  border: 1px solid #e3e6ec;
  padding: 0 4px 0 6px;
  line-height: 28px;
  font-size: 11px;
  font-weight: 600;
  color: #4e5968;
  border-radius: 4px;
}
.learning-paths-three-item .content .count-courses i {
  font-size: 12px;
  color: #3b82f6;
  padding: 0 5px 7px 0;
}
.learning-paths-three-item .content .count-courses i::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: #3b82f6;
  border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
}
.learning-paths-three-item .content .title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #334155;
}
.learning-paths-three-item .content .title a:hover {
  color: #3b82f6;
}
.learning-paths-three-item .content p {
  font-size: 16px;
  line-height: 28px;
  color: #95a0b1;
  font-weight: 400;
}
.learning-paths-three-item .read-more {
  padding: 16px 32px;
  color: #3b82f6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.learning-paths-three-item .read-more:hover {
  color: #130f26;
}
.learning-paths-three-item.success .content img {
  box-shadow: -12px 12px 24px rgba(16, 185, 129, 0.2);
}
.learning-paths-three-item.danger .content img {
  box-shadow: -12px 12px 24px rgba(239, 68, 68, 0.2);
}
.learning-paths-three-item:hover {
  background-color: #fff;
  box-shadow: 0px 1.60568px 30.0158px rgba(0, 0, 0, 0.025);
}
@media only screen and (max-width: 1199px) {
  .learning-paths-three-item .read-more {
    padding: 16px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .learning-paths-three-item .content {
    padding: 12px 16px;
  }
  .learning-paths-three-item .content .title {
    font-size: 16px;
    line-height: 25px;
  }
  .learning-paths-three-item .content p {
    font-size: 14px;
    line-height: 26px;
  }
  .learning-paths-three-item .read-more {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
  }
}

.comments-one .content {
  padding-right: 53px;
}
.comments-one .content::before {
  content: "";
  background: url("./../images/roocket/shape-2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 34px;
  position: absolute;
  top: 8px;
  right: 0;
}
.comments-one .content .title {
  font-size: 40px;
  line-height: 36px;
  font-weight: 900;
  color: #334155;
}
.comments-one .content p {
  font-size: 18px;
  font-weight: 400;
  color: #95a0b1;
  line-height: 28px;
  max-width: 384px;
  margin-bottom: 20px;
}
.comments-one .content p::after {
  content: "";
  width: 81px;
  height: 25px;
  background: url("./../images/roocket/shape-3.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(20px);
}
.comments-one .swiper-slide {
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
  height: auto;
}
.comments-one-item {
  padding: 32px 36px;
  border-radius: 12px;
}
.comments-one-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #475466;
  margin-bottom: 28px;
}
.comments-one-item .author img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
}
.comments-one-item .author .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #334155;
}
.comments-one-item .author .position {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #95a0b1;
}
@media only screen and (max-width: 991px) {
  .comments-one .content {
    max-width: 384px;
    padding-right: 0;
  }
  .comments-one .content::before {
    content: none;
  }
  .comments-one .content .title {
    font-size: 30px;
  }
  .comments-one .content p {
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .comments-one .content p::after {
    transform: translateY(20px) rotate(-145deg);
  }
}

.articles-two {
  margin: 260px 0;
}
.articles-two-content {
  padding: 80px 56px;
  background-color: rgba(100, 116, 139, 0.05);
  border-radius: 16px;
}
.articles-two-content::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 46px;
  background: url("./../images/roocket/shape-4.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  top: 40px;
  right: 0;
  transform: translateX(28px);
}
.articles-two-title {
  color: #334155;
  font-size: 28px;
  font-weight: 900;
  line-height: 42px;
}
.articles-two p {
  font-size: 14px;
  line-height: 26px;
  color: #95a0b1;
  font-weight: 400;
}
.articles-two .btn {
  padding: 16px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.articles-two .articles {
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  max-width: calc(50% - 32px);
}
.articles-two .articles > .row {
  gap: 24px 0;
}
.articles-two .articles > .row > *:nth-child(2) {
  margin-top: 44px;
}
.articles-two .subjects {
  gap: 8px 4px;
}
.articles-two .subjects span {
  margin-left: 12px;
  font-size: 14px;
  color: #95a0b1;
  line-height: 22px;
  font-weight: 600;
}
.articles-two .subjects a {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: calc(infinity);
  border: 1px solid rgba(51, 65, 85, 0.1);
  border-radius: 4px;
  padding: 0 8px;
}
.articles-two .subjects a:hover {
  background-color: #374151;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  .articles-two-content {
    padding: 80px 32px;
  }
  .articles-two .articles {
    left: 12px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .articles-two .articles {
    left: 12px;
    max-width: 56%;
  }
}
@media only screen and (max-width: 991px) {
  .articles-two .articles {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    transform: unset;
  }
  .articles-two .articles > .row > *:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .articles-two-content {
    padding: 32px 24px;
  }
  .articles-two-title {
    font-size: 20px;
    line-height: 32px;
  }
  .articles-two p {
    font-size: 12px;
    line-height: 24px;
  }
}

.article-four {
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
}
.article-four:not(:last-child) {
  margin-bottom: 24px;
}
.article-four figure {
  border-radius: 4px;
  margin-bottom: 12px;
}
.article-four figure img {
  transition: all 0.3s linear;
}
.article-four figure:hover img {
  transform: scale(1.1);
}
.article-four .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  max-height: 48px;
}
.article-four .title a:hover {
  color: #3b82f6;
}
.article-four .author {
  font-size: 12px;
  font-weight: 600;
  color: #8092b0;
  line-height: 16px;
}
.article-four .author img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.article-four .author:hover {
  color: #475466;
}
.article-four .category {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  background-color: #f5f9ff;
  color: #3b82f6;
}
.article-four .category i {
  font-size: 10px;
}
.article-four .category:hover {
  background-color: #3b82f6;
  color: #fff;
}
.article-four .info {
  gap: 8px;
}
.article-four .info li {
  padding: 0 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #607496;
  background-color: rgba(96, 116, 150, 0.1);
}
.article-four .info li i {
  line-height: 20px;
}
.article-four .info li.like {
  background-color: rgba(220, 38, 38, 0.1);
  color: #e81c4d;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.article-four .info li.like:hover {
  background-color: #dc2626;
  color: #fff;
}
.article-four .info li.bookmark {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.article-four .info li.bookmark:hover {
  background-color: #3b82f6;
  color: #fff;
}
.article-four .time-ready {
  color: #8092b0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.article-four .time-ready i {
  font-size: 12px;
}
@media only screen and (max-width: 1399px) {
  .article-four {
    padding: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .article-four .info li {
    padding: 0 3px;
  }
}

.instagram-view-posts-wrapper {
  background-image: linear-gradient(to right, #8f33c4, #d52a78, #f4662a);
  padding: 48px 244px 48px 64px;
  border-radius: 24px;
}
.instagram-view-posts-wrapper img {
  top: -80px;
}
.instagram-view-posts-wrapper .text {
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  margin-left: 40px;
}
.instagram-view-posts-wrapper .btn {
  padding: 12px 20px;
  border-radius: 4px;
  color: #a42bb4;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border: 1px solid #fff;
  flex: 0 0 auto;
}
.instagram-view-posts-wrapper .btn:hover, .instagram-view-posts-wrapper .btn:active, .instagram-view-posts-wrapper .btn:focus {
  background-color: transparent !important;
  color: #fff !important;
}
@media only screen and (max-width: 1199px) {
  .instagram-view-posts-wrapper {
    padding: 40px 244px 40px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .instagram-view-posts-wrapper {
    padding: 150px 24px 24px;
  }
  .instagram-view-posts-wrapper img {
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .instagram-view-posts-wrapper .text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .instagram-view-posts-wrapper {
    padding: 150px 20px 20px;
    border-radius: 20px;
  }
  .instagram-view-posts-wrapper .text {
    font-size: 16px;
    line-height: 25px;
  }
}

.heading-one {
  padding-right: 53px;
  margin-bottom: 40px;
}
.heading-one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("./../images/roocket/shape-2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 34px;
}
.heading-one-title {
  color: #334155;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
}
.heading-one-sub-title {
  color: #64748b;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.heading-one-link {
  font-size: 16px;
  line-height: 24px;
  color: #64748b;
  font-weight: 500;
}
.heading-one-link svg {
  margin-right: 12px;
}
.heading-one-link:hover {
  color: #130f26;
}
@media only screen and (max-width: 767px) {
  .heading-one {
    padding-right: 0;
  }
  .heading-one::before {
    content: none;
  }
  .heading-one-right {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .heading-one-title {
    font-size: 24px;
    line-height: 40px;
  }
  .heading-one-sub-title {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-one-link {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-one-link svg {
    width: auto;
    height: 12px;
  }
}

.padcasts {
  margin: 128px 0 96px;
}
.padcasts-item {
  padding-bottom: 22px;
}
.padcasts-item .content {
  background-color: #fff;
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
  padding-top: 16px;
  border-radius: 6px;
}
.padcasts-item .detail {
  padding: 0 20px;
}
.padcasts-item .number {
  border: 1px solid rgba(51, 65, 85, 0.1);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #4e5968;
  line-height: 32px;
}
.padcasts-item .number i {
  font-size: 15px;
  padding: 0 8px 7px 0;
  z-index: 2;
}
.padcasts-item .number i::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #3b82f6;
  opacity: 0.15;
  z-index: -1;
}
.padcasts-item .info li {
  min-width: 24px;
  min-height: 24px;
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  border-radius: 4px;
  line-height: 24px;
}
.padcasts-item .info li.bookmark, .padcasts-item .info li.like {
  cursor: pointer;
}
.padcasts-item .info li.bookmark {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.padcasts-item .info li.bookmark i {
  font-size: 16px;
}
.padcasts-item .info li.bookmark:hover {
  background-color: #3b82f6;
  color: #fff;
}
.padcasts-item .info li.time {
  background-color: rgba(96, 116, 150, 0.1);
  color: #607496;
}
.padcasts-item .info li.time i {
  font-size: 13px;
}
.padcasts-item .info li.like {
  background-color: rgba(232, 28, 77, 0.1);
  color: #e81c4d;
}
.padcasts-item .info li.like i {
  font-size: 8px;
}
.padcasts-item .info li.like:hover {
  background-color: #e81c4d;
  color: #fff;
}
.padcasts-item .title {
  font-size: 18px;
  line-height: 28px;
  color: #334155;
  font-weight: 700;
}
.padcasts-item .title:hover {
  color: #3b82f6;
}
.padcasts-item .read-more {
  margin-top: 28px;
  padding: 10px 20px 10px 100px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #3b82f6;
  border-top: 1px solid rgba(149, 160, 177, 0.1);
}
.padcasts-item .read-more:hover {
  color: #334155;
}
.padcasts-item .speaker {
  width: 74px;
  height: 74px;
  left: 20px;
  border-radius: 4px;
}
.padcasts-item .speaker img {
  transition: all 0.3s linear;
}
.padcasts-item .speaker:hover img {
  transform: scale(1.1);
}
.padcasts .swiper-bottom {
  margin-top: 58px;
}
@media only screen and (max-width: 575px) {
  .padcasts-item .detail {
    padding: 0 12px;
  }
  .padcasts-item .read-more {
    padding: 10px 12px 10px 85px;
  }
  .padcasts-item .speaker {
    width: 64px;
    height: 64px;
    left: 12px;
  }
  .padcasts .swiper {
    overflow: visible;
  }
}

.footer-six-logo-socials::before, .footer-six-copyright::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #edeff1;
  transform: translateY(-50%);
  z-index: -1;
}
.footer-six-logo, .footer-six-socials {
  background-color: #f3f4f6;
}
.footer-six-logo {
  padding-left: 32px;
}
.footer-six-socials {
  padding-right: 32px;
}
.footer-six-socials li a {
  background-color: #f3f7fe;
  width: 40px;
  height: 40px;
  color: #3b82f6;
  font-size: 15px;
  border-radius: 4px;
}
.footer-six-socials li a:hover {
  background-color: #3b82f6;
  color: #fff;
}
.footer-six-title {
  color: #334155;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.footer-six-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #3b82f6;
  opacity: 0.2;
  transform: translateX(8px);
  z-index: -1;
  border-radius: 50%;
}
.footer-six-description {
  color: #8390a2;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.footer-six-link {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #3b82f6;
}
.footer-six-link:hover {
  color: #130f26;
}
.footer-six-nav li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3b82f6;
  opacity: 0.3;
  margin-left: 8px;
}
.footer-six-nav li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-six-nav li a {
  font-size: 16px;
  line-height: 24px;
  color: #8390a2;
}
.footer-six-nav li a:hover {
  color: #130f26;
}
.footer-six-contact li {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #64748b;
}
.footer-six-contact li:not(:last-child) {
  margin-bottom: 28px;
}
.footer-six-contact li i {
  padding: 0 11px 9px 0;
  color: rgba(59, 130, 246, 0.25);
  font-size: 15px;
  margin-left: 12px;
}
.footer-six-contact li i::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #3b82f6;
  opacity: 0.2;
  border-radius: 20px;
}
.footer-six-contact li a {
  color: #8390a2;
  direction: ltr;
}
.footer-six-contact li a:hover {
  color: #130f26;
}
.footer-six-newsletter-namads {
  margin-top: 36px;
}
.footer-six-newsletter i {
  right: 12px;
  font-size: 13px;
  color: #abafd1;
}
.footer-six-newsletter .form-control {
  padding: 0 32px 0 96px;
  background-color: #fff;
  color: #8092b0;
  height: 40px;
  border-radius: 0;
  font-size: 10px;
  line-height: 16px;
}
.footer-six-newsletter .btn {
  padding: 0 20px;
  border-radius: 4px 0 0 4px;
}
.footer-six-newsletter .btn:hover {
  background-color: #130f26;
}
.footer-six-copyright > div {
  padding-left: 12px;
  background-color: #f3f4f6;
  font-size: 12px;
  line-height: 18px;
  color: #a5acbb;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 991px) {
  .footer-six-copyright::before {
    content: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer-six-logo-socials::before {
    content: none;
  }
  .footer-six-logo {
    padding-left: 0;
  }
  .footer-six-socials {
    padding-right: 0;
  }
}

.info-course-two {
  margin: 40px 0 36px;
}
.info-course-two-wrapper {
  padding: 24px 40px 16px;
  border-radius: 8px;
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
}
.info-course-two-wrapper .title,
.info-course-two-wrapper p {
  margin-bottom: 20px;
}
.info-course-two-wrapper .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #334155;
}
.info-course-two-wrapper p {
  font-size: 18px;
  line-height: 32px;
  color: #95a0b1;
}
.info-course-two-wrapper .btn {
  padding: 13px 32px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-left: 12px;
  border: 1px solid #3b82f6;
}
.info-course-two-wrapper .btn:hover {
  color: #3b82f6;
  border-color: #3b82f6;
  background-color: transparent;
}
.info-course-two-wrapper .vip {
  color: #ffa826;
  font-size: 14px;
  font-weight: 700;
}
.info-course-two-wrapper .vip i {
  font-size: 16px;
}
.info-course-two-wrapper .price {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  color: #334155;
}
.info-course-two-wrapper .price i {
  font-size: 28px;
}
.info-course-two-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e3e6ec;
}
.info-course-two-btns {
  gap: 28px;
}
.info-course-two-btns li {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
}
.info-course-two-btns li i {
  font-size: 18px;
}
.info-course-two-btns li:hover {
  color: #e81c4d;
}
.info-course-two-btns li:hover.comments {
  color: #22c55e;
}
.info-course-two-btns li:hover.notification {
  color: #3b82f6;
}
.info-course-two-share span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #95a0b1;
  margin-left: 12px;
}
.info-course-two-share ul {
  gap: 12px;
}
.info-course-two-share ul li a {
  font-size: 18px;
  color: #95a0b1;
}
.info-course-two-share ul li a:hover {
  color: #3b82f6;
}
@media only screen and (max-width: 1199px) {
  .info-course-two-wrapper {
    padding: 24px 28px 16px;
  }
  .info-course-two-wrapper .btn {
    padding: 13px 20px;
    font-size: 14px;
  }
  .info-course-two-wrapper .price {
    font-size: 28px;
    line-height: 40px;
  }
  .info-course-two-wrapper .price i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .info-course-two-wrapper {
    padding: 20px 12px;
  }
  .info-course-two-wrapper .title {
    font-size: 20px;
    line-height: 32px;
  }
  .info-course-two-wrapper p {
    font-size: 12px;
    line-height: 26px;
  }
}

.course-content {
  margin-bottom: 80px;
}
.course-content-box {
  border-radius: 8px;
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
}
.course-content-tabs {
  margin-bottom: 32px;
  position: sticky;
  top: 12px;
  z-index: 999;
}
.course-content-tabs ul {
  gap: 32px;
}
.course-content-tabs ul li {
  color: #95a0b1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.course-content-tabs ul li:hover {
  color: #374151;
}
.course-content-description {
  padding: 36px 40px;
  margin-bottom: 32px;
}
.course-content-description-content {
  max-height: 500px;
  transition: all 0.3s linear;
}
.course-content-description-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  height: 200px;
}
.course-content-description-content > * {
  margin: 20px 0;
}
.course-content-description-content p {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  line-height: 32px;
}
.course-content-description-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  color: #130f26;
}
.course-content-description-content img {
  width: 100%;
  display: block;
}
.course-content-description-content a {
  color: #3b82f6;
  font-weight: 700;
}
.course-content-description-content a:hover {
  text-decoration-line: underline;
}
.course-content-description-content .show-more {
  padding: 8px 16px;
  border: 1px solid #eceeef;
  border-radius: 8px;
  background-color: #fff;
  color: #95a0b1;
}
.course-content-description-content .show-more:hover {
  background-color: #95a0b1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.course-content-description-content.opened {
  max-height: none;
}
.course-content-description-content.opened::before {
  content: none;
}
.course-content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  color: #3b82f6;
}
.course-content-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b82f6;
  margin-left: 4px;
}
.course-content-faq {
  margin-top: 28px;
}
.course-content-faq-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #4b5a78;
  margin-bottom: 20px;
}
.course-content-faq-item:not(:last-child) {
  margin-bottom: 12px;
}
.course-content-faq-item-heading {
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #eceeef;
  border-radius: 8px;
  cursor: pointer;
}
.course-content-faq-item-heading .ques,
.course-content-faq-item-heading .title {
  transition: all 0.3s ease-in-out;
}
.course-content-faq-item-heading .ques {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(51, 65, 85, 0.2);
  margin-left: 20px;
  font-size: 35px;
  font-weight: 900;
  line-height: 24px;
}
.course-content-faq-item-heading .title {
  font-size: 18px;
  font-weight: 700;
  color: #475466;
  line-height: 28px;
}
.course-content-faq-item-heading i {
  font-size: 8px;
  color: 475466;
  transition: all 0.3s linear;
  transform: rotate(90deg);
}
.course-content-faq-item-body {
  margin: 12px 54px 0 0;
  border: 1px solid #eceeef;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 32px;
  transition: all 0.3s linear;
  display: none;
}
.course-content-faq-item-body p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  line-height: 32px;
}
.course-content-faq-item-body p:not(:last-child) {
  margin-bottom: 20px;
}
.course-content-faq-item.opened .course-content-faq-item-heading .ques, .course-content-faq-item-heading:hover .ques {
  background-color: #3b82f6;
  color: #fff;
}
.course-content-faq-item.opened .course-content-faq-item-heading .title,
.course-content-faq-item.opened .course-content-faq-item-heading i, .course-content-faq-item-heading:hover .title,
.course-content-faq-item-heading:hover i {
  color: #3b82f6;
}
.course-content-faq-item.opened .course-content-faq-item-heading i {
  transform: rotate(0deg);
}
.course-content-faq-item.opened .course-content-faq-item-body {
  display: block;
}
.course-content-garranty {
  padding: 28px 36px 32px;
  margin-bottom: 32px;
}
.course-content-garranty-content img {
  width: 208px;
  height: 160px;
}
.course-content-garranty-content p {
  color: #79899e;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 12px;
}
.course-content-garranty-content a {
  font-size: 16px;
  line-height: 25px;
  color: #3b82f6;
  font-weight: 600;
}
.course-content-garranty-content a:hover {
  color: #130f26;
}

.coures-meetings {
  padding: 28px 40px 24px;
  margin-bottom: 32px;
}
.coures-meetings .course-content-title {
  margin-bottom: 20px;
}
.coures-meetings-list li {
  padding: 16px 0 16px 20px;
  background-color: rgba(236, 238, 239, 0.1);
  border: 1px solid #eceeef;
  border-radius: 8px;
}
.coures-meetings-list li:not(:last-child) {
  margin-bottom: 8px;
}
.coures-meetings-list li .number {
  min-width: 56px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #607496;
  border-left: 1px solid #eceeef;
}
.coures-meetings-list li .number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 4px;
  background-color: #607496;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
}
.coures-meetings-list li .title {
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #5b6676;
}
.coures-meetings-list li .time {
  font-size: 14px;
  line-height: 22px;
  color: #95a0b1;
  min-width: 70px;
}
.coures-meetings-list li .time i {
  font-size: 13px;
}
.coures-meetings-list li .file {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #607496;
}
.coures-meetings-list li .file i {
  margin-right: 6px;
  font-size: 18px;
}
.coures-meetings-list li .file:hover {
  color: #3b82f6;
}
.coures-meetings-list li .btn {
  background-color: rgba(96, 116, 150, 0.1);
  padding: 7px 12px;
  color: #607496;
  border-radius: 6px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
}
.coures-meetings-list li .btn i {
  font-size: 10px;
}
.coures-meetings-list li .btn:hover {
  background-color: #607496;
  color: #fff;
}
.coures-meetings-list li.lock .number::before {
  content: "\e969";
  font-family: "icomoon";
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
  width: 26px;
  height: 26px;
  background-color: #e35151;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 8px;
}
.coures-meetings-list li.lock .number::after {
  opacity: 0;
}
.coures-meetings-list li.lock:hover .number::before {
  opacity: 0;
}
.coures-meetings-list li.lock:hover .number::after {
  opacity: 1;
}
.coures-meetings-list li.exam .number::before {
  content: "\e96b";
  position: absolute;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ffa826;
  font-weight: 400;
}
.coures-meetings-list li.exam .number::after {
  opacity: 0;
}
.coures-meetings-list li.exam .title {
  color: #ffa826;
}
.coures-meetings-list li.exam .count-ques {
  font-size: 14px;
  line-height: 22px;
  color: #ffa826;
}
.coures-meetings-list li.exam .count-ques i {
  font-size: 13px;
  font-weight: 400;
}
.coures-meetings-list li.exam .btn {
  background-color: transparent;
  border: 1px solid #ffa826;
  color: #ffa826;
}
.coures-meetings-list li.exam .btn:hover {
  background-color: #ffa826;
  color: #fff;
}

.coures-comments {
  padding: 36px 40px 24px;
}
.coures-comments-heading .btn {
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 4px;
  padding: 9px 12px;
}
.coures-comments-heading .btn:not(:last-child) {
  margin-left: 12px;
}
.coures-comments-send-comment {
  padding: 36px 28px 32px;
  border-radius: 8px;
  border: 1px solid #eceeef;
  margin-bottom: 32px;
}
.coures-comments-send-comment-info-user {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eceeef;
}
.coures-comments-send-comment-info-user .image {
  border: 4px solid #22c55e;
}
.coures-comments-send-comment-info-user .name {
  font-size: 16px;
  line-height: 24px;
  color: #4b5a78;
  font-weight: 600;
}
.coures-comments-send-comment-info-user .username {
  font-size: 14px;
  line-height: 20px;
  color: #79899e;
}
.coures-comments-send-comment form textarea {
  height: 206px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e3e6ec;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 28px;
}
.coures-comments-send-comment form textarea:focus {
  border: 1px solid #3b82f6;
}
.coures-comments-send-comment form .btn {
  min-width: 96px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 6px;
}
.coures-comments-list li:not(:last-child) {
  margin-bottom: 40px;
}
.coures-comments-list li .content {
  padding: 24px 24px 44px;
  border: 1px solid #eceeef;
  border-radius: 8px;
}
.coures-comments-list li .content .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #eceeef;
  gap: 16px 0;
}
.coures-comments-list li .content .info .author .image {
  border: 4px solid #d2d6de;
  flex: 0 0 auto;
}
.coures-comments-list li .content .info .author .image img {
  width: 48px;
  height: 48px;
}
.coures-comments-list li .content .info .author .name {
  font-size: 18px;
  line-height: 28px;
  color: #4b5a78;
  font-weight: 600;
}
.coures-comments-list li .content .info .author .name:hover {
  color: #3b82f6;
}
.coures-comments-list li .content .info .author .date {
  font-size: 13px;
  line-height: 20px;
  color: #79899e;
}
.coures-comments-list li .content .info .btns > * {
  border-radius: 4px;
  background-color: rgba(96, 116, 150, 0.1);
  font-size: 12px;
  line-height: 24px;
  color: #4e5968;
  font-weight: 500;
}
.coures-comments-list li .content .info .btns > *:hover {
  background-color: #607496;
  color: #fff;
}
.coures-comments-list li .content .info .btns .like {
  background-color: rgba(220, 38, 38, 0.1);
  color: #e81c4d;
}
.coures-comments-list li .content .info .btns .like:hover {
  background-color: #dc2626;
  color: #fff;
}
.coures-comments-list li .content-message {
  padding-top: 20px;
}
.coures-comments-list li .content-message p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  color: #374151;
}
.coures-comments-list li ul {
  margin-right: 56px;
  z-index: 2;
}
.coures-comments-list li ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: rgba(149, 160, 177, 0.2);
  transform: translate(31px, -20px);
  z-index: -1;
}
.coures-comments-list li ul li {
  position: relative;
}
.coures-comments-list li ul li::before {
  content: "";
  position: absolute;
  top: 57px;
  right: 0;
  transform: translateX(28px);
  width: 28px;
  height: 3px;
  background-color: rgba(149, 160, 177, 0.2);
}
.coures-comments-list li ul li:first-child {
  margin-top: 20px;
}
.coures-comments-list li ul li:not(:last-child) {
  margin-bottom: 20px;
}
.coures-comments-list li ul li:last-child::after {
  content: "";
  position: absolute;
  top: 60px;
  width: 3px;
  height: calc(100% - 60px);
  background-color: #fff;
  transform: translateX(31px);
}

.pagination-two {
  margin-top: 64px;
}
.pagination-two .page-link {
  border: 1px solid rgba(149, 160, 177, 0.3);
  background-color: #fff;
  border-radius: 4px;
  color: #334155;
  font-size: 14px;
  line-height: 24px;
  min-width: 32px;
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  box-shadow: none;
}
.pagination-two .page-link.active, .pagination-two .page-link:hover {
  color: #fff;
}
.pagination-two .page-link.active {
  background-color: #334155;
}
.pagination-two .page-link:hover {
  background-color: #8390a2;
}
.pagination-two .page-link.next, .pagination-two .page-link.prev {
  border: 0;
  background-color: transparent;
  color: #334155;
}
.pagination-two .page-link.next:hover, .pagination-two .page-link.prev:hover {
  opacity: 0.8;
}
.pagination-two .page-link.next.disabled, .pagination-two .page-link.prev.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}

.course-status {
  padding: 16px 20px;
}
.course-status .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #3b82f6;
}
.course-status .text .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b82f6;
  z-index: 2;
}
.course-status .text .circle::before, .course-status .text .circle::after {
  content: "";
}
.course-status .text .circle::before, .course-status .text .circle::after,
.course-status .text .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  background-color: rgba(59, 130, 246, 0.05);
  animation: circleCourse 3s linear 0s infinite alternate;
}
@keyframes circleCourse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.course-status .text .circle::before {
  width: 32px;
  height: 32px;
}
.course-status .text .circle::after {
  width: 56px;
  height: 56px;
}
.course-status .text .circle span {
  width: 96px;
  height: 96px;
}
.course-status .left .stars {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.course-status .left .stars .empty,
.course-status .left .stars .fill {
  gap: 2px;
}
.course-status .left .stars .empty i,
.course-status .left .stars .fill i {
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.course-status .left .stars .empty i::after,
.course-status .left .stars .fill i::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  white-space: nowrap;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #fcd34d;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.course-status .left .stars .empty i:hover::after,
.course-status .left .stars .fill i:hover::after {
  opacity: 1;
  visibility: visible;
}
.course-status .left .stars .empty i {
  color: #95a0b1;
}
.course-status .left .stars .fill {
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.course-status .left .stars .fill i {
  color: #ffdc26;
}
.course-status .left .stars:hover .empty i:hover,
.course-status .left .stars:hover .empty i:hover ~ i {
  color: #ffdc26;
}
.course-status .left .stars:hover .fill {
  display: none !important;
}
.course-status .left .rate {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #95a0b1;
}

.course-total-info {
  gap: 12px;
}
.course-total-info-item {
  flex: 0 0 calc(33.333333% - 8px);
  border-radius: 6px;
}
.course-total-info-item i {
  font-size: 20px;
  margin-bottom: 12px;
  color: #3b82f6;
}
.course-total-info-item .title {
  font-size: 10px;
  line-height: 14px;
  color: #95a0b1;
}
.course-total-info-item .value {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #4b5a78;
}

.course-vip-box {
  padding: 12px 20px;
}
.course-vip-box i {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 168, 38, 0.1);
  font-size: 15px;
  color: #ffa826;
}
.course-vip-box div {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #4b5a78;
}

.course-certification {
  padding: 12px 20px;
}
.course-certification .certification > i {
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.1);
  margin-left: 12px;
  flex: 0 0 auto;
}
.course-certification .certification .title {
  font-size: 12px;
  line-height: 400;
  color: #95a0b1;
  line-height: 16px;
}
.course-certification .certification .title i {
  width: 15px;
  height: 15px;
  background-color: rgba(152, 163, 184, 0.14);
  font-size: 8px;
  color: #95a0b1;
}
.course-certification .certification .status {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #4b5a78;
}
.course-certification .certification .status span {
  background-color: rgba(255, 168, 38, 0.4);
  color: #4b5a78;
  font-size: 8px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 4px;
}
.course-certification .link {
  padding-top: 12px;
  border-top: 1px solid rgba(149, 160, 177, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #3b82f6;
}
.course-certification .link:hover {
  color: #475466;
}

.course-teacher {
  padding: 24px;
}
.course-teacher .image {
  border: 3px solid #f7f8f9;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.course-teacher .image img {
  transition: all 0.3s ease-in-out;
  width: 58px;
  height: 58px;
}
.course-teacher .image:hover img {
  transform: scale(1.1);
}
.course-teacher .name {
  font-size: 14px;
  line-height: 22px;
  color: #4b5a78;
  font-weight: 700;
}
.course-teacher .name i {
  color: #3b82f6;
  font-size: 16px;
}
.course-teacher .position {
  color: #95a0b1;
  font-size: 12px;
  line-height: 18px;
}
.course-teacher p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 26px;
  color: #79899e;
}

.course-conversation,
.course-related {
  border: 1px solid rgba(210, 214, 222, 0.6);
  border-radius: 8px;
}

.course-conversation {
  padding: 12px 30px;
}
.course-conversation .title {
  font-size: 20px;
  line-height: 32px;
  color: #4b5a78;
}
.course-conversation p {
  font-size: 12px;
  line-height: 24px;
  color: #79899e;
}
.course-conversation .link {
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  line-height: 22px;
}

.course-related {
  padding: 28px 20px;
}
.course-related-heading {
  padding-right: 31px;
}
.course-related-heading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 22px;
  background: url("./../images/roocket/discount.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.course-related-heading .title {
  font-size: 16px;
  line-height: 26px;
  color: #334155;
}
.course-related-heading .sub-title {
  font-size: 9px;
  line-height: 15px;
  color: #64748b;
}
.course-related-list li {
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1.60568px 61.0158px rgba(0, 0, 0, 0.05);
}
.course-related-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 24px;
  border-radius: 6px 0 0 6px;
  background-color: #3b82f6;
  transform: translateY(-50%);
}
.course-related-list li:not(:last-child) {
  margin-bottom: 12px;
}
.course-related-list li a {
  font-size: 14px;
  line-height: 22px;
  color: #334155;
  font-weight: 700;
}
.course-related-list li a:hover {
  color: #3b82f6;
}

@media only screen and (max-width: 1199px) {
  .coures-meetings-list li .title {
    font-size: 16px;
    line-height: 24px;
  }
  .course-status {
    padding: 16px 12px;
  }
  .course-status .text {
    font-size: 12px;
  }
  .course-total-info-item {
    flex: 0 0 calc(50% - 6px);
  }
  .course-vip-box,
  .course-certification {
    padding: 12px;
  }
  .course-certification .certification > i {
    width: 36px;
    height: 36px;
    font-size: 12px;
    margin-left: 6px;
  }
  .course-certification .link {
    font-size: 12px;
    line-height: 20px;
  }
  .course-conversation {
    padding: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .course-content-tabs ul {
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .course-content-tabs ul::-webkit-scrollbar {
    display: none;
  }
  .course-content-tabs ul li {
    white-space: nowrap;
  }
  .course-total-info-item {
    flex: 0 0 calc(25% - 9px);
  }
}
@media only screen and (max-width: 767px) {
  .course-content-description {
    padding: 28px 20px;
  }
  .course-content-description p {
    font-size: 14px;
    line-height: 28px;
  }
  .course-content-description h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .course-content-title,
  .course-content .faq-title {
    font-size: 18px;
    line-height: 30px;
  }
  .course-content-faq-item-heading {
    padding: 12px;
  }
  .course-content-faq-item-heading .ques {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 14px;
  }
  .course-content-faq-item-heading .title {
    font-size: 14px;
    line-height: 22px;
  }
  .course-content-garranty {
    padding: 28px 20px;
  }
  .course-content-garranty p {
    font-size: 14px;
    line-height: 26px;
  }
  .course-content-garranty a {
    font-size: 14px;
    line-height: 22px;
  }
  .coures-meetings {
    padding: 24px 20px;
  }
  .coures-meetings-list li {
    gap: 12px;
    padding-right: 64px;
  }
  .coures-meetings-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 56px;
    bottom: 8px;
    width: 1px;
    background-color: #eceeef;
  }
  .coures-meetings-list li > * {
    width: 100% !important;
  }
  .coures-meetings-list li .number {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  }
  .coures-meetings-list li .title {
    padding-right: 0;
  }
  .coures-meetings-list li .time {
    min-width: auto;
  }
  .coures-comments {
    padding: 24px 20px;
  }
  .coures-comments-heading .course-content-title {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .course-content-tabs {
    margin: 0 -12px 20px;
    border-radius: 0;
    padding: 12px 0 !important;
  }
  .course-content-tabs ul {
    padding: 0 12px;
  }
  .course-content-tabs ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .coures-meetings-list li {
    padding-left: 12px;
  }
  .coures-meetings-list li .left {
    gap: 12px 8px;
  }
  .coures-meetings-list li .left .btn {
    padding: 7px 8px;
  }
  .coures-comments-heading .btn {
    flex: 1 0 auto;
    margin: 0 !important;
  }
  .coures-comments-send-comment {
    padding: 24px 16px;
  }
  .coures-comments-send-comment form textarea {
    font-size: 12px;
    line-height: 24px;
  }
  .coures-comments-list li .content {
    padding: 24px 12px;
  }
  .coures-comments-list li .content .info .author .image img {
    width: 32px;
    height: 32px;
  }
  .coures-comments-list li .content .info .author .name {
    font-size: 14px;
    line-height: 22px;
  }
  .coures-comments-list li .content .info .author .date {
    font-size: 10px;
    line-height: 14px;
  }
  .coures-comments-list li .content-message p {
    font-size: 12px;
    line-height: 22px;
  }
  .coures-comments-list li ul {
    margin-right: 32px;
  }
  .coures-comments-list li ul::before {
    transform: translate(16px, -20px);
  }
  .coures-comments-list li ul li::before {
    width: 13px;
    transform: translateX(13px);
  }
  .coures-comments-list li ul li:last-child::after {
    transform: translateX(16px);
  }
  .course-total-info-item {
    flex: 0 0 calc(33.333333% - 8px);
  }
}/*# sourceMappingURL=roocket.min.css.map */