/*
* Theme Name: LearnUp - Education HTML Template
* Author: Themezhub
* Version: 2.1
* Last Change: 18 May 2025
  Author URI    : https://themezhub.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# Education Elements
# Education Common Page & Elements
# Blog Styles
# Shop Page Designs
# Dashboard Design 
# Footer Start   
# Responsiveness Designs
------------- List Of Table ----------*/

/* CSS Document */

@import url(../css/plugins/bootstrap.min.css);

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*------------------------------------
	Fonts
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap");

/*------------------------------------
	Color Variables
------------------------------------*/

:root,
[data-bs-theme="light"] {
  color-scheme: light;
  --maincolor: #005eb2;
  --backupcolor: #0496ff;
  --graycolor: #edf1fb;
  --navcolor: #00305c;
  --darkcolor: #13293d;
  --lightcolor: #f1f4f9;
  --headingcolor: #005eb2;
  --bodycolor: #334155;
  --mutedcolor: #768ea7;
  --greencolor: #4caf84;
  --redcolor: #ff201f;
  --featuredtag: #e23c1f;
  --new: #e23c1f;
  --primaryfont: "Outfit", sans-serif;
  --formborder: #dee2e6;
  --formbg: #edf1fb;
  --form-color: #3b515a;
  --inversecolor: #00305c;
  --footerbg: #13293d;
  --footercolor: #536775;
}

/*------------------------------------
	Preloader
------------------------------------*/
.preloader {
  background-color: #ffffff;
  background-image: url("../img/loader.svg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
i {
  color: var(--headingcolor);
}

ul {
  padding: 0;
  margin: 0;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/

html,
body {
  background: #ffffff !important;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}
* {
  outline: none;
}

body {
  background: #ffffff;
  color: var(--bodycolor);
  font-size: 15px;
  font-family: var(--primaryfont);
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}

a {
  color: var(--inversecolor);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

section {
  padding: 40px 0 80px;
  position: relative;
}

p {
  line-height: 1.8;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

.shadow-0 {
  box-shadow: none !important;
}

/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headingcolor);
  font-weight: 600;
  font-family: var(--primaryfont);
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 30px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}

.circle {
  border-radius: 100%;
}

.w-costum {
  width: 90%;
}

/*------------ Global Settings: Typography ----------------*/
blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}
blockquote {
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}
.card {
  border: none;
  overflow: hidden;
  color: var(--bodycolor);
  background: #ffffff;
}
.card-header {
  background: #ffffff;
  padding: 0.8rem 1rem;
  border-color: #e2e8ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header h4,
.card-header h5,
.card-header h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.square--60 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-main {
  color: var(--maincolor) !important;
}
.text-red {
  color: var(--redcolor) !important;
}
.text-green {
  color: var(--greencolor) !important;
}
.text-muted {
  color: color-mix(in srgb, #00305c, transparent 40%) !important;
}
.text-muted-2 {
  color: color-mix(in srgb, #00305c, transparent 30%) !important;
}
.text-dark {
  color: #000;
}

.text-blue {
  color: #005eb2;
}

/*-------------- Global Settings: Background Colors ----------------*/

.bg-main {
  background-color: var(--maincolor) !important;
}
.bg-blue-smooth {
  background: #1e3a5f;
}

.bg-red {
  background-color: var(--redcolor) !important;
}
.bg-light {
  background-color: var(--lightcolor) !important;
}

.bg-light-main {
  background-color: color-mix(in srgb, var(--maincolor), transparent 94%) !important;
}

.bg-light-red {
  background-color: color-mix(in srgb, var(--redcolor), transparent 90%) !important;
}

.bg-transparents {
  background-color: rgba(255, 255, 255, 0.1);
}

/*-------------- Global Settings: Labels ----------------*/
.label {
  padding: 6px 15px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 4px;
  font-size: 80%;
}

/*------------- Global Settings: Badge ----------------*/
.badge {
  padding: 8px 14px;
  font-size: 13px;
}
.badge {
  font-weight: 400;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
  padding: 10px 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0.4rem;
}
.btn.mid {
  height: 56px;
}
.btn:focus,
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 1em 1.5em;
  height: 62px;
  font-size: 1em;
}

.arrow-up {
  color: #fff;
}

.btn-arrow {
  position: relative;
}

.btn-yellow {
  background: #ffc800;
}

.btn-yellow-smooth {
  background: #ffc800cb;
  width: 35%;
  padding: 25px 0px;
}

.btn-yellow-smooth:hover,
.btn-yellow-smooth:focus,
.btn-yellow-smooth:active {
  background: color-mix(in srgb, #ffc800cb, transparent 10%) !important;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background: color-mix(in srgb, #ffc800, transparent 10%) !important;
}

.btn-outline-yellow {
  background: transparent;
  border-color: #ffd60a;
  color: #ffd60a;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow:active {
  background: #ffc800 !important;
  border-color: #ffc800 !important;
  color: #ffffff !important;
}

.btn-main {
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #ffffff;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background: color-mix(in srgb, var(--maincolor), transparent 10%) !important;
  border-color: color-mix(in srgb, var(--maincolor), transparent 10%) !important;
  color: #ffffff !important;
}

.btn-dark {
  background: var(--inversecolor);
  border-color: var(--inversecolor);
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: color-mix(in srgb, var(--inversecolor), transparent 10%) !important;
  border-color: color-mix(in srgb, var(--inversecolor), transparent 10%) !important;
  color: #ffffff !important;
}

/*------------------------ Global Settings: Lists ------------------*/

.features-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  padding: 0;
  margin: 0;
}
.features-list li {
  list-style: none;
  line-height: 1.7;
  display: flex;
  align-items: start;
  column-gap: 0.5rem;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
  margin-bottom: 3rem;
}

.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  margin-bottom: 10px;
}
.sec-heading p {
  color: color-mix(in srgb, var(--inversecolor), transparent 30%);
  font-size: 16px;
}

.sec-heading p {
  margin-bottom: 0;
  line-height: 1.6;
}

/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
  color: var(--navcolor);
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
  list-style: none;
}

.menu__link,
.navigation,
.navigation * {
  -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
  box-sizing: border-box;
}

.navigation {
  width: 100%;
  display: table;
  position: relative;
}

.nav-toggle,
.navigation-hidden .nav-header {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  margin-right: 0rem;
  text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
  text-decoration: none;
}

.nav-logo:focus > img {
  outline: initial;
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
  outline: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: color-mix(in srgb, var(--maincolor), transparent 80%);
  border-radius: 10px;
  box-shadow:
    0 0.5em 0 0 color-mix(in srgb, var(--maincolor), transparent 10%),
    0 1em 0 0 color-mix(in srgb, var(--maincolor), transparent 80%);
}

.nav-menus-wrapper-close-button {
  width: 35px;
  height: 35px;
  margin: 10px 7px;
  display: none;
  float: right;
  font-size: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--maincolor), transparent 80%);
  border-radius: 50%;
  color: var(--maincolor);
  padding: 0;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 14px 12px;
  display: inline-block;
  transition:
    color 0.3s,
    background 0.3s;
  font-weight: 500;
  font-size: 15px;
  color: var(--navcolor);
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
  color: var(--maincolor) !important;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  margin-left: 0.5rem;
  float: none;
  border: none !important;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent var(--navcolor) var(--navcolor) transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-dropdown {
  min-width: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  white-space: nowrap;
}

.nav-menu > li .nav-dropdown {
  border: none;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  border-radius: 0.4rem;
}

.menu__list,
.navbar,
nav a {
  position: relative;
}

nav a {
  display: inline-block;
}

.header {
  background: #fff;
  position: relative;
  padding: 1rem 0;
}

.nav-menu.nav-menu-social > li.join-btn a {
  display: inline-flex;
  color: #ffffff !important;
  background: var(--maincolor);
  border: 1px solid var(--maincolor);
  height: 48px;
  padding: 2px 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.nav-brand img {
  max-width: 150px;
  position: relative;
}

/*===================================================
 Homes Banner
==================================================*/
.hero_banner {
  padding: 5rem 0;
  min-height: 620px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.hero_banner .container {
  position: relative;
  z-index: 1;
}

/*------------ Homes Styles ------------*/
.hero_banner {
  justify-content: center;
}

.hero_banner .container,
.half_banner .container {
  position: relative;
}
.hero-caption {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 800px;
}

.hero-caption p {
  font-size: 17px;
  margin-top: 0.2rem;
  line-height: 1.9;
}

/*===================================================
 Education Elements
==================================================*/

/*------------------- Education Category -------------------*/
.card-hover {
  border: 1px solid var(--formborder);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

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

.single_instructor {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  background: #ffffff;
  overflow: hidden;
}

.single_instructor_thumb {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}

.single_instructor_thumb img {
  max-width: 100%;
  border-radius: 4px;
}
.single_instructor_caption {
  padding-left: 2rem;
  flex: 1;
}

.single_instructor_caption h4 {
  margin-bottom: 3px;
}
ul.instructor_info {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  row-gap: 0.4rem;
  column-gap: 1.4rem;
}
ul.instructor_info li {
  display: inline-block;
  list-style: none;
  font-size: 13px;
  color: color-mix(in srgb, var(--inversecolor), transparent 30%);
}
ul.instructor_info li i {
  margin-right: 7px;
}

/*------------ Overview --------------*/
.edu_wraper {
  width: 100%;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 30px;
}

.edu_wraper .edu_title {
  margin-bottom: 1rem;
  font-size: 18px;
}
ul.edu_list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  row-gap: 0.8rem;
  margin: 0;
  padding: 0;
}
ul.edu_list li {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
ul.edu_list li i {
  margin-right: 0.5rem;
}

.ins_info {
  display: flex;
  align-items: center;
}
.ins_info .ins_info_thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}
.ins_info_caption span {
  font-size: 13px;
  color: #ffffff;
}
.ins_info_caption h4 {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/*----------- ED View Box ---------------*/
.ed_view_box {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 12px;
  margin-bottom: 30px;
}

.ed_view_price,
.ed_view_features,
.ed_view_link {
  display: block;
  margin-bottom: 1rem;
  padding-left: 10px;
}
.ed_view_price span {
  font-size: 13px;
}

.ed_view_features ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  margin-top: 0.8rem;
}
.ed_view_features ul li {
  font-size: 15px;
  list-style: none;
}
.ed_view_box.style_2 {
  padding: 0 0 12px;
}

/*------------ Arrow Slide Style ---------------*/
.singles_items {
  padding: 0 7px;
  width: 45%;
}

/*-------------------------------------------------------
	Education Common Page & Elements
------------------------------------------------------*/
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #fff;
}

/*------------- Accordion ---------------*/
.accordion .card-header {
  margin-bottom: -1px;
  z-index: 1;
}

.collapsible-link::after {
  content: "\f4f8";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  display: block;
  font-size: 22px;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-weight: 400;
}

.collapsible-link[aria-expanded="true"]::after {
  content: "\f2e4";
}

.card-header {
  position: relative;
}
.card {
  border-color: #e8edf7;
}
.accordion_title {
  text-transform: capitalize;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 100%;
  padding-right: 1.4rem;
}

.card-header h6 {
  margin: 0;
  font-size: 14px;
}

/*---------- Small footer -------------------*/
footer {
  z-index: 99;
  color: var(--footercolor);
  padding-top: 60px;
  position: relative;
}

img.img-footer {
  max-width: 140px;
  margin-bottom: 1.5rem;
}

.footer-widget {
  padding: 0px 0 30px;
}
.footer-widget .widget-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
}
.footer-widget ul li a {
  color: var(--footercolor);
  transition: all ease 0.4s;
  font-size: 14px;
}

.footer-bottom {
  padding: 1rem 0;
  margin-top: 30px;
  border-top: 1px solid #e9edf3;
}
ul.footer-bottom-social {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-top: 0;
}
ul.footer-bottom-social li a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lightcolor);
  border-radius: 50%;
  font-size: 12px;
  transition: all ease 0.4s;
}

.dark-footer {
  background: var(--footerbg);
  color: rgba(255, 255, 255, 0.8);
}
.dark-footer .footer-widget .widget-title {
  color: #ffffff;
}
.dark-footer .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.dark-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.dark-footer ul.footer-bottom-social li a {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.dark-footer ul.footer-bottom-social li a:hover,
.dark-footer ul.footer-bottom-social li a:focus,
.dark-footer ul.footer-bottom-social li a:focus-visible {
  background: var(--maincolor);
  color: #ffffff;
}

.footer-bottom a {
  color: var(--maincolor);
}

/*=========================================
	Responsiveness Designs
=========================================*/

@media (max-width: 480px) {
  .singles_items {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .singles_items {
    width: 90%;
  }

  .container {
    width: 90%;
  }

  .btns-nav {
    font-size: 14px;
    padding: 1 !important;
    width: 60%;
  }

  .btn-yellow-smooth {
    width: 55%;
  }

  .single_instructor_thumb {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .banner-search .br-right {
    border-right: 1px solid #e6eaf3;
  }

  .big-header-capt {
    font-size: 50px;
    line-height: 1.4;
  }

  .single_instructor_thumb {
    width: 400px;
    height: 400px;
  }

  .img-costum {
    width: 95%;
  }
}

@media (min-width: 1200px) {
  .hero_banner.full {
    height: 100vh;
  }
  .big-header-capt {
    font-size: 50px;
    line-height: 1.2;
  }
}
