@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');

:root {
  --bg-color-primary: #A92A6C;
  --text-primary: #0558CA;
  --text-secondary: #1B8147;


}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  position: relative;
}

.breadcrumb a {
  color: #021E40;
}

.breadcrumb a:hover {
  color: #0558CA;
}

.breadcrumb li {
  padding-right: 25px;
  position: relative;
}

.breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
  font-size: 16px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.text-1 {}

.text-2 {}

.text-3 {}

.text-4 {}

.text-5 {
  font-size: 16px;
}

.fa-star {
  color: #FDC526;
}

a {
  transition: all 0.4s;
  text-decoration: none;
}

body::before {
  width: 730px;
  height: 730px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url('../img/body_effect.png');
  background-size: cover;
  z-index: -1;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
}

.text-primary {
  color: var(--text-primary) !important;
}

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

.heading {
  font-size: 2rem;
  font-weight: 800;
  color: #20213E;
}

.sub-heading {
  font-size: 20px;
  color: #666;
}

.title {
  font-weight: 800;
  color: #666;
}

.sub-title {
  font-size: 16px;
  color: #888;
}


.navbar {
  transition: all 0.3s ease;
}

.navbar.fixed-top {
  background-color: #FFFFFF;
  box-shadow: 0 10px 15px #1919191a;
}

.navbar.scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
  color: white !important;
}

.nav-link {
  color: #555;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #666;
}



.navbar-brand img {
  max-height: 32px;
}

.main_nav .btn {
  margin: 0 .3rem;
  border: none;
}

.main_nav .btn a {
  font-weight: 700;
}

.btn.btn-secondary {
  background: #FFFFFF;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.03);
  border-radius: 80px;
  text-decoration: none;
  padding: .6rem 1.5rem;

  font-weight: 600;
  color: #555;
}

.btn.btn-secondary:hover {
  box-shadow: none;
}

.outline-primary {
  border: #1B8147 solid 1px;
}

.btn.btn-primary a {
  color: #FFFFFF;
}

.btn.btn-primary {
  border: none;
  background: #1B8147;
  border-radius: 80px;
  font-weight: 600;
  padding: .6rem 1.5rem;
}

.btn.btn-secondary:hover {
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.03);
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.comman-section {
  padding: 80px 0;
}

.hero_view .title {
  font-size: 3rem;
  font-weight: 800;
}

.gameList_view .card {
  padding: 0;
  border: none;
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 2rem;
}

.gameList_view .card-body {
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}

.gameList_view .card-body::after {
  background: rgba(23, 81, 162, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gameList_view .card-footer {
  padding: 1rem;
  background-color: transparent;
}

.gameList_view .card-footer .game_info {
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
}

.gameList_view .card-footer .game_info p {
  font-size: 16px;
}

.gameList_view .card-footer h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4c4c4c;
}

.gameList_view.related_view .card-footer h3 {
  font-size: 1.2rem;
}

.gameList_view .card-footer .game_info .col:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.gameList_view .card-footer .game_info .col .btn {
  padding: .5rem 1rem;
  font-size: 14px;
}

.gameList_view .card .star-icons {
  color: #FDC526;
  font-size: 14px;
}

.gameList_view .card .price {
  font-size: 1.2rem;
  font-weight: 800;
}

.about_view .media {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.about_view .media h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about_view .media i {
  background: linear-gradient(217.1deg, #0558CA -8.09%, #3572C6 94.13%);
  border-radius: 16px;
  height: 60px;
  min-width: 60px;
  color: #FFFFFF;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.feature_view {
  background-color: #E8EEF5;
}

.feature_view .card {
  text-align: center;
  min-height: 100%;
}

.feature_view .card h4 {
  font-size: 1.4rem;
  font-weight: 700;
}

.feature_view .card p {
  color: #777;
}

.feature_view .card {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
  border-radius: 20px;
  border: none;
  margin-top: 2rem;
}

.feature_view .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.feature_view .card i {
  background: linear-gradient(217.1deg, #0558CA -8.09%, #3572C6 94.13%);
  border-radius: 100px;
  height: 80px;
  min-width: 80px;
  color: #2368C8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  background: rgba(35, 104, 200, 0.2);
}

.main-footer {
  background-color: #162332;
  color: #FFFFFF;
  padding-bottom: 0;
}

.main-footer .brand_logo img {
  max-height: 32px;
}

.main-footer .link-bar li {
  padding: .5rem;
  display: inline-block;
}

.main-footer .link-bar li a {
  text-decoration: none;
  color: #FFFFFF;
}

.sub-footer {
  font-size: 16px;
  color: #c1cddb;
  border-top: 1px solid #2D4765;
  padding: 1rem 0;
  margin: 0;
}

.main-footer .social-bar li {
  display: inline-block;
  margin: 0 .5rem;
}

.main-footer .social-bar li a {
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border: 1px solid #2D4765;
  line-height: 50px;
  border-radius: 100px;
}

.pricing-view .card {
  transition: all 0.4s;
  cursor: pointer;
  border: none;
}

.pricing-view .card h4 {
  font-weight: 800;
  font-size: 1.5rem;
}

.pricing-view .card .card-body {
  padding: 1.5rem;
}

.pricing-view .card:hover,
.pricing-view .card.active {
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
}

.pricing-view .card.custom_plan select {
  visibility: hidden;
}

.pricing-view .card .btn {
  display: block;
  border: 2px solid #2368C8;
  color: #2368C8;
  border-radius: 0;
  font-weight: 700;
  padding: .7rem;
}

.pricing-view .card .btn:hover,
.pricing-view .card.active .btn {
  background-color: #2368C8;
  color: #fff;
}

.pricing-view .card p {
  color: #666;
  min-height: 55px;
}

.pricing-view .card .form-select {
  background-color: #DCE2EE;
  padding: .8rem 1rem;
}

.pricing-view .card ul li {
  margin-top: 1rem;
  padding-left: 35px;
  font-weight: 600;
  position: relative;
}

.pricing-view .card ul {
  min-height: 185px;
}

.pricing-view .card ul li::before {
  content: "\f00c";
  background-color: #F4EBFF;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  text-align: center;
  color: #0558CA;
}

.toogle_switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toogle_switch .switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
}

.toogle_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toogle_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 40px;
}

.toogle_switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toogle_switch input:checked+.slider {
  background-color: #1b8147;
}

.toogle_switch input:checked+.slider:before {
  transform: translateX(40px);
}


.course_hero {
  background-color: #f9f9f9;
  background-image: linear-gradient(to right, #ecf4f657, #f6ecf43b, #eaf5fd);
}

.course_detail .feature h5 {
  font-weight: 700;
  color: #555;
  font-size: 1rem;
}

.course_detail .feature p {
  font-size: 16px;
}

.course_detail .feature li {
  position: relative;
  display: flex;
}

/* .course_detail .feature li::before{ content: "\f00c"; font-family:"Font Awesome 7 Pro";  font-weight: 800; color: #2368C8;   position: absolute; left: 10px;} */

.course_detail .feature li i {
  background: linear-gradient(217.1deg, #0558CA -8.09%, #3572C6 94.13%);
  border-radius: 100px;
  height: 60px;
  min-width: 60px;
  color: #2368C8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  margin-right: 1rem;
  background: rgba(35, 104, 200, 0.2);
}

.course_detail .accordion-item {
  border: none;
}

.course_detail .accordion-button:not(.collapsed) {
  background-color: #f6f7f9;
  border: none;
  color: #0558CA;
  border-radius: 12px;
}

.course_detail .accordion-button {
  background-color: #f6f7f9;
  margin: 1rem 0;
  padding: .7rem 1rem;
  border-radius: 12px !important;
}

.course_detail .accordion-button:focus,
.course_detail .accordion-button:hover {
  box-shadow: none;
  border: none;
  color: #0558CA;
  ;
}

.course_detail .topics li {
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 30px;
  margin-top: 1rem;
}

.course_detail .topics li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-weight: 800;
  color: #2368C8;
  position: absolute;
  left: 5px;
  font-size: 14px;
}

.tags a {
  display: inline-block;
  margin-right: 1rem;
  background-color: rgba(35, 104, 200, 0.2);
  color: #2368C8;
  padding: .4rem 2rem;
  border-radius: 25px;
  font-size: 16px;
}

.course_detail .main-aside {}

.course_detail .main-aside {
  padding-left: 2rem;
  margin-top: -450px;
}

.Course_include .card {
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
}

.Course_include .card-body {
  padding: 0;
}

.Course_include .card-footer {
  padding: 2rem;
}

.Course_include .card-footer p strong {
  font-size: 1.5rem;
}

.Course_include .card-footer p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.Course_include .card-footer .btn {
  display: block;
  border: 2px solid #2368C8;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  padding: .7rem;
  background-color: #2368C8;
  width: 100%;
}

.Course_include .card-footer .btn:hover {
  color: #2368C8;
  background-color: transparent;
}