@charset "UTF-8";
@font-face {
  font-family: "Estedad-Bold";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Estedad/Estedad-Bold.eot");
  src: url("../fonts/Estedad/Estedad-Bold.eot?#iefix") format("embedded-opentype"), 
  /* url("../fonts/Estedad/Estedad-Bold.woff") format("woff"),  */
  url("../fonts/Estedad/Estedad-Bold.woff2") format("woff2"), url("../fonts/Estedad/Estedad-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Estedad";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Estedad/Estedad.eot");
  src: url("../fonts/Estedad/Estedad.eot?#iefix") format("embedded-opentype"), url("../fonts/Estedad/Estedad.woff") format("woff"), url("../fonts/Estedad/Estedad.woff2") format("woff2"), url("../fonts/Estedad/Estedad.ttf") format("truetype");
}
@font-face {
  font-family: "Yekan";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Yekan/Yekan.eot");
  src: url("../fonts/Yekan/Yekan.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan/Yekan.woff") format("woff"), url("../fonts/Yekan/Yekan.woff2") format("woff2"), url("../fonts/Yekan/Yekan.ttf") format("truetype");
}
@font-face {
  font-family: "Yekan-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Yekan/Yekan.eot");
  src: url("../fonts/Yekan/Yekan.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan/Yekan.woff") format("woff"), url("../fonts/Yekan/Yekan.woff2") format("woff2"), url("../fonts/Yekan/Yekan.ttf") format("truetype");
}
:root {
  --font-1: "Yekan";
  --font-2: "Estedad";
  --font-3: "Estedad-Bold";
  --font-4: "Yekan-Bold";
  --color-1: #101336;
  --color-2: #ff2d30;
  --color-3: #232f43;
  --color-4: #02c5bd;
  --color-5: #ffffff;
  --color-6: #ffefef;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  direction: rtl;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-3);
  font-family: var(--font-1);
}

a {
  text-decoration: none;
  color: var(--color-3);
  transition: all 0.2s ease-in;
}
a:hover {
  color: var(--color-2);
}

.form-control:focus {
  border-color: var(--color-2) !important;
  outline: 0;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-3);
  font-weight: 800;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

.fixed-top {
  position: fixed;
  background-color: var(--color-5);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.fixed-top-dark {
  background-color: var(--color-1) !important;
}

.h-white-20 {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-5);
  line-height: 1.7;
}

.text-white-14 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-5);
  line-height: 1.6;
}

.tiny-title {
  font-weight: 900;
  font-size: 1.125em;
  color: var(--color-2);
}

.seection-1-title {
  font-size: 1.75em;
  font-weight: 800;
}

.btn-red {
  padding: 0 15px;
  font-size: 0.93em;
  font-family: var(--font-1);
  background-color: var(--color-2);
  color: var(--color-5);
  border: 0;
  border-radius: 60px;
  border: 1.5px solid var(--color-2);
  transition: all 0.4s ease;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-red:hover {
  background-color: unset;
  border: 1.5px solid var(--color-2);
  color: var(--color-2);
}

.tag-btn-1 {
  padding: 6px 12px 6px 12px;
  background-color: #fceebd;
  color: #232f43;
  padding: 13px, 20px, 10px, 20px;
  font-size: 0.93em;
  border: 0;
  border-radius: 8px;
  border: 1.5px solid #fceebd;
  transition: all 0.4s ease;
}
.tag-btn-1:hover {
  background-color: var(--color-5);
  border: 1.5px solid var(--color-5);
  color: var(--color-3);
}

.btn-green {
  padding: 6px 27px 6px 27px;
  background-color: var(--color-4);
  color: var(--color-5);
  padding: 13px, 20px, 10px, 20px;
  font-size: 0.93em;
  border: 0;
  border-radius: 8px;
  height: 48px;
  border: 1.5px solid var(--color-4);
  transition: all 0.4s ease;
}
.btn-green:hover {
  background-color: var(--color-5);
  border: 1.5px solid var(--color-4);
  color: var(--color-4);
}

.btn-outline-red {
  padding: 6px 27px 6px 27px;
  background-color: transparent;
  color: var(--color-1);
  padding: 13px, 20px, 10px, 20px;
  font-size: 0.93em;
  border: 0;
  border-radius: 50px;
  margin-bottom: 10px;
  height: 48px;
  border: 1.5px solid #e0e0e2;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
}
.btn-outline-red:hover {
  background-color: var(--color-2);
  border: 1.5px solid var(--color-2);
  color: var(--color-5);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.content-wrapper {
  position: relative;
}

.index-banner {
  position: relative;
  height: 480px;
  right: -50px;
  bottom: -10px;
}

.index-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color3);
  z-index: 1;
  opacity: 0.2;
}

.index-banner .text-wrapper {
  position: absolute;
  min-width: 172px;
  min-height: 37px;
  text-align: center;
  z-index: 3;
}

.index-banner .text-wrapper:nth-of-type(0) {
  top: 50%;
  right: 70%;
}
.index-banner .text-wrapper:nth-of-type(0) .text {
  font-size: 14px !important;
}

.index-banner .text-wrapper:nth-of-type(1) {
  top: 40%;
  right: 20%;
}
.index-banner .text-wrapper:nth-of-type(1) .text {
  font-size: 20px !important;
}

.index-banner .text-wrapper:nth-of-type(2) {
  top: 50%;
  right: 60%;
}
.index-banner .text-wrapper:nth-of-type(2) .text {
  font-size: 16px !important;
}

.index-banner .text-wrapper:nth-of-type(3) {
  top: 79%;
  right: 3%;
}
.index-banner .text-wrapper:nth-of-type(3) .text {
  font-size: 20px !important;
}

.index-banner .text-wrapper:nth-of-type(4) {
  top: 85%;
  right: 35%;
}
.index-banner .text-wrapper:nth-of-type(4) .text {
  font-size: 16px !important;
}

.index-banner .text-wrapper:nth-of-type(5) {
  top: 70%;
  right: 73%;
}
.index-banner .text-wrapper:nth-of-type(5) .text {
  font-size: 28px !important;
}

.index-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-3);
  opacity: 0 !important;
  filter: blur(10px) !important;
  text-shadow: 0 0 10px #fff;
  transition: all 1000ms ease;
}

.index-banner .text.active {
  opacity: 1 !important;
  filter: blur(0) !important;
}

.index-banner .text.main {
  top: 32%;
  right: 20%;
  font-size: 45px;
  font-weight: 800;
  color: var(--color-2);
  opacity: 1 !important;
  filter: blur(0) !important;
  text-shadow: 0 0 10px var(--color1);
}

.index-banner .text.main:first-of-type {
  top: 56%;
  right: 29%;
}

.sidebar {
  display: none;
}

ul,
#myUL {
  direction: rtl;
  list-style-type: none;
  text-align: right;
  list-style-type: none;
  padding-inline-start: 10px;
  margin: 0;
}
ul li,
#myUL li {
  margin: 10px 0;
}
ul li ul,
#myUL li ul {
  padding-left: 0;
}

#myUL > li > span.caret::before {
  content: url("../images/svg/arrow-down-cat.svg");
  position: absolute;
  color: rgb(186, 24, 24);
  display: inline-block;
  left: 12px;
}
#myUL > li > span.caret::after {
  content: "";
}
#myUL > li > span.caret.caret-down::before {
  transform: rotate(180deg);
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */ /* IE 10+ */
  user-select: none;
}
.caret::after {
  content: "🞃";
  color: #404040 !important;
  display: inline-block;
  margin-right: 6px;
}
.caret.caret-down::after {
  transform: rotate(180deg);
}

.nested {
  display: none;
}
.nested li::before {
  content: "●";
  color: var(--color-2) !important;
  display: inline-block;
  margin-right: 6px;
  padding-left: 5px;
}

.active {
  display: block;
  color: var(--color-2);
}
.active li a {
  color: var(--color-2);
}

header {
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ small devices ============ */
  /* ============ small devices .end// ============ */
}
header .navbar {
  padding: 15px;
}
header .navbar .hamber {
  display: none;
}
header .navbar .navbar-nav .nav-item {
  margin-left: 43px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: var(--color-1);
  font-size: 1em;
  font-weight: 800;
  transition: all 0.3s ease;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--color-2);
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-2);
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  left: unset;
  text-align: right;
  border-radius: 16px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: var(--color-4);
  color: var(--color-5);
}
header .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 10px 0;
}
header .navbar .category-menu .nav .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .navbar .category-menu .nav {
  text-align: center;
  border-radius: 60px;
  height: 41px;
  border-radius: 60px;
}
header .navbar .category-menu .nav .navigation {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
header .navbar .category-menu .nav .navigation .main-cat {
  position: relative;
  float: left;
}
header .navbar .category-menu .nav .navigation .main-cat > a {
  background: var(--color-1);
  display: inline-block;
  height: 41px;
  color: var(--color-5);
  text-decoration: none;
  padding: 11px 40px;
  border-radius: 60px;
  transition: all 0.1s ease-in;
}
header .navbar .category-menu .nav .navigation .main-cat > a::before {
  content: url("../images/svg/menu-humb-white.svg");
  position: absolute;
  right: 10px;
}
header .navbar .category-menu .nav .navigation .main-cat > a::after {
  content: url("../images/svg/arrow-white-down.svg");
  position: absolute;
  max-width: 100%;
  left: 10px;
  transition: all 0.2s ease-in;
}
header .navbar .category-menu .nav .navigation .main-cat .sub-cat {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 15px;
  top: calc(100% + 1px);
  left: -1px;
  z-index: 1000;
  text-align: left;
}
header .navbar .category-menu .nav .navigation .main-cat .sub-cat .accordion {
  background-color: var(--color-5);
  border-radius: 15px;
  padding: 12px;
}
header .navbar .category-menu .nav .navigation .main-cat .sub-cat .accordion .accordion-item {
  border: none;
}
@media all and (min-width: 992px) {
  header .dropdown-menu li {
    position: relative;
  }
  header .dropdown-menu .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
  }
  header .dropdown-menu .submenu-left {
    left: 100%;
    right: auto;
  }
  header .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  header .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  header .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
header .dropdown:hover > .dropdown-menu {
  display: block;
}
header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

header.bg-dark-color {
  background-color: var(--color-1);
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ small devices ============ */
  /* ============ small devices .end// ============ */
}
header.bg-dark-color .navbar {
  padding: 15px;
}
header.bg-dark-color .navbar .navbar-nav .nav-item {
  margin-left: 43px;
}
header.bg-dark-color .navbar .navbar-nav .nav-item .nav-link {
  color: var(--color-5);
  font-size: 1em;
  font-weight: 800;
  transition: all 0.3s ease;
}
header.bg-dark-color .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--color-2);
}
header.bg-dark-color .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-2);
}
header.bg-dark-color .navbar .navbar-nav .nav-item .dropdown-menu {
  left: unset;
  text-align: right;
  border-radius: 16px;
}
header.bg-dark-color .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in;
}
header.bg-dark-color .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: var(--color-4);
  color: var(--color-5);
}
header.bg-dark-color .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 10px 0;
}
header.bg-dark-color .navbar .category-menu .nav .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.bg-dark-color .navbar .category-menu .nav {
  text-align: center;
  border-radius: 60px;
  height: 41px;
  border-radius: 60px;
}
header.bg-dark-color .navbar .category-menu .nav .navigation {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat {
  position: relative;
  float: left;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat > a {
  background: var(--color-5);
  display: inline-block;
  height: 41px;
  color: var(--color-1);
  text-decoration: none;
  padding: 11px 40px;
  border-radius: 60px;
  transition: all 0.1s ease-in;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat > a::before {
  content: url("../images/svg/menu-humb.svg");
  position: absolute;
  right: 10px;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat > a::after {
  content: url("../images/svg/arrow-down-cat.svg");
  position: absolute;
  max-width: 100%;
  left: 10px;
  transition: all 0.2s ease-in;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat .sub-cat {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 15px;
  top: calc(100% + 1px);
  left: -1px;
  z-index: 1000;
  text-align: left;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat .sub-cat .accordion {
  background-color: var(--color-5);
  border-radius: 15px;
  padding: 12px;
}
header.bg-dark-color .navbar .category-menu .nav .navigation .main-cat .sub-cat .accordion .accordion-item {
  border: none;
}
@media all and (min-width: 992px) {
  header.bg-dark-color .dropdown-menu li {
    position: relative;
  }
  header.bg-dark-color .dropdown-menu .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
  }
  header.bg-dark-color .dropdown-menu .submenu-left {
    left: 100%;
    right: auto;
  }
  header.bg-dark-color .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  header.bg-dark-color .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  header.bg-dark-color .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
header.bg-dark-color .dropdown:hover > .dropdown-menu {
  display: block;
}
header.bg-dark-color .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.top-area {
  position: relative;
  overflow: hidden;
  background-color: var(--color-1);
  height: calc(100vh - 81px);
}
.top-area::before {
  position: absolute;
  right: -225px;
  bottom: -300px;
  content: url("../images/svg/desk.svg");
}
.top-area .right {
  position: relative;
}
.top-area .right img {
  width: 100%;
  height: auto;
  left: 0;
}
.top-area .left {
  height: 537px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-area .left h1 {
  color: var(--color-5);
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 0;
}
.top-area .left p {
  color: var(--color-5);
  font-weight: 800;
  line-height: 31px;
  font-size: 2em;
  margin: 15px 0 25px 0;
}
.top-area .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
}

.introduction {
  margin: 134px 0 61px 0;
}
.introduction .right .header {
  margin-bottom: 40px;
}
.introduction .right .header span {
  color: var(--color-2);
}
.introduction .right .accordion .accordion-item {
  border: none;
  border-top: 1px solid #e0e0e2;
}
.introduction .right .accordion .accordion-item:first-child {
  border: 0;
}
.introduction .right .accordion .accordion-item .accordion-button {
  padding: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-4);
}
.introduction .right .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-2);
  background-color: unset;
  box-shadow: unset;
}
.introduction .right .accordion .accordion-item .accordion-button:after {
  padding: 10px;
  order: -1;
  margin-left: 8px;
  border: 1px solid var(--color-3);
  border-radius: 50%;
}
.introduction .right .accordion .accordion-item .accordion-body {
  font-size: 16px;
  text-align: justify;
  line-height: 25.45px;
  font-weight: 400;
  color: var(--color-3);
  padding: 0;
  padding-bottom: 20px;
}
.introduction .left img {
  width: 100%;
  height: auto;
}

.intro-courses {
  background-color: var(--color-1);
  margin: 200px 0 0 0;
  padding-bottom: 100px;
}
.intro-courses .box-title {
  width: 75%;
  height: 200px;
  background-color: var(--color-4);
  margin: auto;
  border-radius: 24px;
  position: relative;
  top: -100px;
}
.intro-courses .box-title::before {
  position: absolute;
  content: url("../images/svg/intro-top-back.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.intro-courses .box-title .content {
  height: 100%;
  position: relative;
}
.intro-courses .box-title .content .student-img {
  width: auto;
  position: absolute;
  right: -35px;
  top: -47px;
}
.intro-courses .box-title .content .text {
  height: 100%;
  width: 70%;
  margin: auto;
}
.intro-courses .box-title .content .text h3 {
  color: var(--color-5);
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.intro-courses .box-title .content .book-img {
  width: auto;
  position: absolute;
  left: 16px;
  bottom: -38px;
}
.intro-courses .header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--color-5);
  position: relative;
  top: -45px;
}
.intro-courses .tabs-intro .nav-intro-coursees {
  border: 0;
  margin-bottom: 60px !important;
}
.intro-courses .tabs-intro .nav-intro-coursees .tab-handler {
  width: auto;
  display: flex;
  overflow-y: auto;
  margin: auto;
  background-color: #fbfbfb;
  padding: 10px;
  border-radius: 16px;
}
.intro-courses .tabs-intro .nav-intro-coursees .tab-handler .nav-link {
  margin: 0;
  color: #626a78;
  border-radius: 12px;
  padding: 8px 50px;
  min-width: 150px;
}
.intro-courses .tabs-intro .nav-intro-coursees .tab-handler .nav-link.active {
  color: var(--color-1);
  font-weight: 800;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: var(--color-5);
}
.intro-courses .tabs-intro .tab-content .cours-item {
  background-color: var(--color-5);
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  border-radius: 36px;
  position: relative;
  transition: all 0.4s ease;
  color: var(--color-3);
  font-weight: 800;
  margin-bottom: 30px;
}
.intro-courses .tabs-intro .tab-content .cours-item::after {
  content: url("../images/svg/arrow-course.svg");
  position: absolute;
  left: 17px;
  width: 28px;
  height: 28px;
}
.intro-courses .tabs-intro .tab-content .cours-item:hover {
  background-color: var(--color-2);
  color: var(--color-5);
  cursor: pointer;
}
.intro-courses .tabs-intro .tab-content .cours-item:hover::after {
  content: url("../images/svg/arrow-course-white.svg");
  position: absolute;
  position: absolute;
  left: 17px;
}
.intro-courses .tabs-intro .tab-content .cours-more-item {
  width: 100%;
  height: 72px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px;
  border: 3px dotted var(--color-5);
  border-radius: 36px;
  position: relative;
  transition: all 0.4s ease;
  color: var(--color-5);
  font-weight: 800;
  margin-bottom: 30px;
}
.intro-courses .tabs-intro .tab-content .cours-more-item:hover {
  color: var(--color-2);
  cursor: pointer;
  border: 3px dotted var(--color-2);
}

.collections {
  background-color: #f2fcfd;
  margin-bottom: 167px;
  padding-top: 120px;
}
.collections .container .row-collections {
  flex-direction: row-reverse;
}
.collections .container .row-collections .getting-to-know {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 243px;
  position: relative;
}
.collections .container .row-collections .getting-to-know::before {
  content: url("../images/svg/bookpen.svg");
  position: absolute;
}
.collections .container .row-collections .getting-to-know span {
  color: var(--color-2);
  font-size: 18px;
  font-weight: 900;
}
.collections .container .row-collections .getting-to-know h4 {
  font-size: 28px;
  font-weight: 800;
}
.collections .container .row-collections .collection-item {
  margin-bottom: 64px;
  position: relative;
}
.collections .container .row-collections .collection-item::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 30px;
  background: rgb(192, 195, 199);
  border-radius: 20px;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
}
.collections .container .row-collections .collection-item::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 8px;
  background: rgb(237, 237, 239);
  border-radius: 20px 20px 0 0;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
}
.collections .container .row-collections .collection-item .image-box {
  height: 221px;
  border-radius: 20px;
  background: #101336;
  position: relative;
}
.collections .container .row-collections .collection-item .image-box::before {
  content: "";
  width: 97px;
  height: 13px;
  background-color: var(--color-2);
  position: absolute;
  top: 0;
  border-radius: 0px 0px 12px 12px;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.collections .container .row-collections .collection-item .image-box span {
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  width: 90%;
  text-align: center;
  position: absolute;
  overflow: hidden;
  text-wrap: nowrap;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  color: var(--color-5);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.collections .container .row-collections .collection-item .image-box img {
  filter: opacity(30%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.6s ease-in-out;
}
.collections .container .row-collections .collection-item .image-box:hover img {
  filter: opacity(0%);
}
.collections .container .row-collections .collection-item .image-box:hover span {
  opacity: 1;
  top: 50%;
  overflow: unset;
  text-wrap: wrap;
}
.collections .container .row-collections .collection-item .image-box:hover::before {
  opacity: 1;
}
.collections .collections-footer .content {
  height: 202px;
  background-color: var(--color-1);
  border-radius: 32px;
  border-top-right-radius: 150px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.collections .collections-footer .content::before {
  content: url("../images/svg/person-avat.svg");
  position: absolute;
  left: 90px;
  bottom: -9px;
}
.collections .collections-footer .content .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collections .collections-footer .content .text h3 {
  color: var(--color-5);
  text-align: center;
  padding: 0 0 0 30%;
  line-height: 51px;
}
.collections .collections-footer .content .vector-box {
  width: 277px;
  height: 271px;
  border-radius: 150px 150px 0px 0px;
  background-color: #fee0e0;
  position: relative;
  bottom: 69px;
  display: flex;
  justify-content: center;
}
.collections .collections-footer .content .vector-box img {
  position: absolute;
  top: -103px;
}

.blogs {
  margin: 160px 50px 50px 0px;
}
.blogs .header-blog {
  margin-bottom: 35px;
}
.blogs .slider .item {
  margin: 14px;
  background-color: rgb(242, 252, 253);
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.blogs .slider .item .article-blog figure a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blogs .slider .item .article-blog .content .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-3);
  min-height: 50px;
}
.blogs .slider .item .category {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 12px;
}
.blogs .slider .item:hover {
  background-color: var(--color-1);
  color: var(--color-5);
}
.blogs .slider .item:hover .content .title {
  color: var(--color-5);
}
.blogs .slider .item:hover .content .tag-btn-1 {
  background-color: var(--color-5);
}

footer .questions {
  position: relative;
  bottom: -100px;
  z-index: 100;
}
footer .questions .box-title {
  width: 60%;
  height: auto;
  background-color: #facb01;
  margin: auto;
  border-radius: 24px;
}
footer .questions .box-title .content {
  height: 100%;
  position: relative;
}
footer .questions .box-title .content::before {
  position: absolute;
  content: url("../images/svg/bg-bottom-header.svg");
  top: 0;
  left: 0;
  z-index: 0;
}
footer .questions .box-title .content .text {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  display: inline-flex;
  padding: 27px;
  position: relative;
}
footer .questions .box-title .content .text h3 {
  color: var(--color-5);
  text-align: right;
  display: flex;
  align-items: center;
  line-height: 51px;
  padding-left: 35%;
  display: inline-block;
}
footer .questions .box-title .content .text a {
  display: inline-flex;
  width: 170px;
  font-size: 15px;
  font-weight: 800;
  padding: 2px 33px;
  height: 41px;
}
footer .questions .box-title .content .book-img {
  width: auto;
  position: absolute;
  left: 16px;
  bottom: 0px;
}
footer .footer-box {
  position: relative;
  bottom: -70px;
  z-index: 100;
}
footer .footer-box .box-title {
  width: 80%;
  height: auto;
  background-color: var(--color-4);
  margin: auto;
  border-radius: 24px;
  position: relative;
}
footer .footer-box .box-title .bg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
footer .footer-box .box-title .content {
  height: 100%;
  position: relative;
  padding: 27px 90px;
}
footer .footer-box .box-title .content .text {
  display: inline-flex;
  flex-direction: column;
  display: inline-flex;
  height: auto;
}
footer .footer-box .box-title .content .text h3 {
  color: var(--color-5);
  font-size: 28px;
  font-weight: 800;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: right;
}
footer .footer-box .box-title .content .text p {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--color-5);
  font-family: var(--font-1);
  text-align: justify;
}
footer .footer-box .box-title .content .book-img {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 60%;
}
footer .footer {
  background-color: var(--color-1);
  padding: 150px 0 60px 0;
}
footer .footer .list-footer {
  margin-right: 40px;
}
footer .footer .list-footer h5 {
  color: var(--color-5);
  font-size: 18px;
  font-weight: 900;
}
footer .footer .list-footer ul {
  list-style: none;
  margin-top: 15px;
}
footer .footer .list-footer ul li {
  margin-bottom: 7px;
}
footer .footer .list-footer ul li a {
  color: var(--color-5);
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight: 400;
}
footer .footer .list-footer ul li a:hover {
  color: var(--color-2);
}
footer .footer .newsleter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
footer .footer .newsleter .title {
  text-align: center;
  color: var(--color-5);
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
  padding: 0 52px;
}
footer .footer .newsleter .form-box input {
  border-radius: 8px;
}
footer .footer .newsleter .form-box input::-moz-placeholder {
  font-size: 14px;
  color: #828892;
}
footer .footer .newsleter .form-box input::placeholder {
  font-size: 14px;
  color: #828892;
}
footer .footer .newsleter .form-box .btn {
  border-radius: 8px;
  height: 100%;
}
footer .copyright {
  height: 94px;
  background-color: #252846;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright p {
  color: var(--color-5);
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
}

.slider {
  margin: 0 -12px;
}
.slider .slick-arrow {
  position: absolute;
  top: -100px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  z-index: 91;
}
.slider .slick-arrow:before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 0 7px 0 rgba(1, 96, 231, 0.2);
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.slider .slick-prev {
  left: 90px;
}
.slider .slick-prev:before {
  content: url("../images/svg/prev-arrow-blogs.svg");
  background-color: var(--color-2);
  width: 70px;
  height: 44px;
  border-radius: 60px;
  padding-top: 7px;
}
.slider .slick-next {
  left: 0px;
}
.slider .slick-next:before {
  content: url("../images/svg/next-arrow-blogs.svg");
  background-color: var(--color-2);
  width: 70px;
  height: 44px;
  border-radius: 60px;
  padding-top: 7px;
}
.slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -55px;
  right: 0;
  left: 0;
}
.slider .slick-dots li {
  display: inline-flex;
  padding: 0;
  margin-left: 7px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  border: 2px solid var(--color-3);
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
}
.slider .slick-dots li.slick-active button {
  background-color: var(--color-2);
}
.slider .item {
  padding: 12px;
}

.section-top-full {
  background-image: url("../images/bg-top-filter.png");
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-top-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 19, 54, 0.55);
  z-index: 10;
}
.section-top-full .content {
  position: relative;
  z-index: 100;
}
.section-top-full .content h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: var(--color-5);
}
.section-top-full .content p {
  font-size: 20px;
  color: var(--color-5);
  text-align: center;
  line-height: 47.14px;
}
.section-top-full .content form input,
.section-top-full .content form select {
  border-radius: 8px;
  height: 48px;
}
.section-top-full .content form input::-moz-placeholder, .section-top-full .content form select::-moz-placeholder {
  font-size: 14px;
  color: #828892;
}
.section-top-full .content form input::placeholder,
.section-top-full .content form select::placeholder {
  font-size: 14px;
  color: #828892;
}
.section-top-full .content form input option,
.section-top-full .content form select option {
  padding: 10px 0 !important;
}
.section-top-full .content form input option:hover,
.section-top-full .content form select option:hover {
  background-color: #fdfaf3 !important;
}
.section-top-full .content form .btn-red {
  border-radius: 8px;
}
.section-top-full .content .tags {
  text-align: center;
  margin-top: 44px;
}
.section-top-full .content .tags h5 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-5);
  margin-left: 20px;
}
.section-top-full .content .tags span {
  display: inline;
  margin-left: 16px;
}
.section-top-full .content .tags span a {
  color: var(--color-5);
}
.section-top-full .content .tags span .active {
  display: inline !important;
  color: var(--color-2);
}

.section-top-landing .container .content {
  position: relative;
  z-index: 100;
  background-image: url("../images/svg/bg-landing.svg");
  padding-top: 70px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}
.section-top-landing .container .content h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: var(--color-5);
}
.section-top-landing .container .content h2 {
  font-size: 40px;
  color: var(--color-5);
  text-align: center;
  line-height: 47.14px;
}

.mt-b {
  margin: 64px 0;
}

.cat-image {
  border-radius: 12px;
  padding: 16px;
  background-color: var(--color-6);
  position: sticky;
  top: 100px;
}
.cat-image::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 27px;
  background-color: var(--color-2);
  top: 20px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cat-image .cat-image-title {
  margin-bottom: 24px;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-3);
}
.cat-image .item {
  margin-bottom: 20px;
  height: 90px;
  border-radius: 16px;
  position: relative;
  background: var(--color-1);
  transition: all 0.2s ease-in;
}
.cat-image .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 80px;
  height: 8px;
  background-color: var(--color-2);
  border-radius: 0px 0px 8px 8px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.cat-image .item img {
  filter: opacity(30%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.6s;
}
.cat-image .item span {
  font-size: 13px;
  font-weight: 700;
  text-align: justify;
  width: 90%;
  text-align: center;
  position: absolute;
  overflow: hidden;
  text-wrap: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  color: var(--color-5);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cat-image .item:hover img {
  filter: opacity(0%);
}
.cat-image .item:hover::before {
  opacity: 1;
}

.form-check {
  display: inline-block;
  direction: ltr;
}

.form-check-input:checked {
  background-color: #434c5d;
  border-color: #434c5d;
}

.filter-box .filter {
  margin-bottom: 20px;
}
.filter-box .filter .sorted span {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff2d30;
}
.filter-box .filter .left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.filter-box .filter .left .sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 14px;
}
.filter-box .filter .left .sort span {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: right;
  margin-left: 8px;
}
.filter-box .filter .left .sort select {
  width: auto;
  height: 34px;
  font-size: 14px;
  border-radius: 8px;
}
.filter-box .filter-form {
  display: none;
  margin-bottom: 32px;
  background-color: var(--color-6);
  border-radius: 12px;
  padding: 19px;
}
.filter-box .filter-form span {
  margin-left: 22px;
  font-weight: 800;
  font-size: 15px;
}
.filter-box .filter-form .form-check {
  margin-left: 30px;
}
.filter-box .filter-form .form-check label {
  font-size: 15px;
  font-weight: 500;
}
.filter-box .filter-form .btn-filter {
  padding: 9px;
}
.filter-box .filtered-box {
  display: none;
  margin-bottom: 32px;
  background-color: var(--color-6);
  border-radius: 12px;
  padding: 19px;
}
.filter-box .filtered-box .type-item .title {
  width: 80px;
  line-height: 40px;
}
.filter-box .filtered-box .type-item .close {
  width: auto;
  height: 39px;
  padding: 7px 10px 7px 40px;
  border-radius: 24px;
  background: #ffabac;
  font-family: Estedad;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #232f43;
  border: 0;
  margin-left: 8px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.filter-box .filtered-box .type-item .close button {
  position: absolute;
  left: 14px;
  background: none;
  border: none;
  color: #232f43;
}

.header-content-landing {
  margin-bottom: 50px;
}
.header-content-landing .title-media img {
  width: 100%;
  border-radius: 10px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-content-landing .title-box h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: right;
}
.header-content-landing .title-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}
.header-content-landing .data-list {
  margin-bottom: 20px;
}
.header-content-landing .data-list li::before {
  content: "●";
  color: var(--color-1) !important;
  display: inline-block;
  margin-right: 0px;
  padding-left: 5px;
}
.header-content-landing .data-list li b {
  margin-right: 5px;
}
.header-content-landing .author {
  display: flex;
  align-items: flex-start;
}
.header-content-landing .author img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin-left: 6px;
}
.header-content-landing .tags {
  margin-top: 20px;
}
.header-content-landing .tags span {
  display: inline-block;
  margin-right: 5px;
}

.bg-yellow {
  background-color: #facb01;
}

.bg-banafsh {
  background-color: #363a77;
}

.bg-greens {
  background-color: #44e3bd;
}

.slider-content {
  margin: 0;
  padding: 12px;
  padding-bottom: 27px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.slider-content .img-box img {
  width: 120px;
  height: 88px;
  border-radius: 8px;
}
.slider-content .item {
  display: flex;
  padding: 0;
}
.slider-content .item .content {
  margin: 0;
  padding-right: 8px;
}
.slider-content .item .content p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}
.slider-content .item .content p.text-white {
  color: var(--color-5);
}
.slider-content .item .content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
}
.slider-content .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0;
  border: 0;
  left: 0;
}
.slider-content .slick-dots li {
  display: inline-flex;
  padding: 0;
  margin-left: 4px;
}
.slider-content .slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  background-color: var(--color-5);
  border-radius: 50%;
  padding: 0;
  border: 0;
}
.slider-content .slick-dots li.slick-active button {
  width: 16px;
  border-radius: 50px;
  background-color: var(--color-2);
}

.modal-header .btn-close {
  margin: initial;
  border: 2px solid #434c5d;
  color: #434c5d;
  border-radius: 50%;
}

.modal-author .img-box-modal {
  background-color: #f2fcfd;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-author .img-box-modal img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.modal-author .img-box-modal span {
  font-size: 18px;
  font-weight: 800;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  background-color: var(--color-4);
  color: var(--color-5);
  border-radius: 8px;
  padding: 8px;
}

.modal-emission .full-box {
  background-color: #f2fcfd;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.modal-emission .full-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.modal-emission .full-box .img-box-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-emission .full-box .img-box-text span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
  background-color: var(--color-4);
  color: var(--color-5);
  border-radius: 8px;
  padding: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .modal-emission .full-box .img-box-text span {
    margin-top: 30px;
  }
}

.gallery-image {
  background: rgb(242, 252, 253);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.gallery-image .slider-for {
  overflow: hidden;
}
.gallery-image .slider-for .selected-image {
  position: relative;
}
.gallery-image .slider-for .selected-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.gallery-image .slider-for .selected-image span {
  position: absolute;
  bottom: 40px;
  width: 90%;
  background: rgba(16, 19, 54, 0.7);
  text-align: center;
  color: var(--color-5);
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  left: 50%;
  transform: translate(-50%);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .gallery-image .slider-for .selected-image span {
    display: none;
  }
}
.gallery-image .slider-nav {
  margin-top: 18px;
  margin: 18px 40px 0 40px;
}
@media (max-width: 1200px) {
  .gallery-image .slider-nav {
    margin: 18px 0px 0 0px;
  }
}
.gallery-image .slider-nav .slider-nave-item img {
  width: 114px;
  height: 114px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}
.gallery-image .slider-nav .slider-nave-item img:hover {
  border: 4px solid var(--color-2);
  cursor: pointer;
}
.gallery-image .slider .slick-arrow {
  position: absolute;
  top: 30px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  z-index: 91;
}
.gallery-image .slider .slick-arrow:before {
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: none;
}
.gallery-image .slider .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.gallery-image .slider .slick-prev {
  right: -70px;
}
.gallery-image .slider .slick-prev:before {
  content: url("../images/svg/prev-slider.svg");
  width: 70px;
  height: 44px;
  border-radius: 60px;
  padding-top: 7px;
}
.gallery-image .slider .slick-next {
  left: -70px;
}
.gallery-image .slider .slick-next:before {
  content: url("../images/svg/next-slider.svg");
  width: 70px;
  height: 44px;
  border-radius: 60px;
  padding-top: 7px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search {
  position: relative;
  margin-bottom: 20px;
}
.has-search .form-control-feedback {
  position: absolute;
  left: 0;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  font-size: 20px;
  padding-top: 5px;
}
.has-search input {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e0e0e2;
}
.has-search input::-moz-placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  color: #c0c3c7;
}
.has-search input::placeholder {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  color: #c0c3c7;
}

.text-dark {
  color: #101336;
}

.text-white {
  color: #fff !important;
}

@keyframes slideDown {
  from {
    height: 70px;
    width: 70px;
    opacity: 1;
  }
  to {
    height: 100px;
    width: 100px;
    opacity: 0;
  }
}
.category-side {
  padding: 0;
}
.category-side li {
  margin: 6px 0;
}
.category-side li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: right;
}

.posts-side {
  padding: 0;
}
.posts-side .selected-post {
  display: flex;
}
.posts-side .selected-post img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 8px;
}
.posts-side .selected-post p {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  margin: 0;
}
.posts-side .selected-post span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  margin-right: 23px;
  position: relative;
}
.posts-side .selected-post span::before {
  content: url("../images/svg/calendar.svg");
  position: absolute;
  right: -23px;
}

.tag-side {
  padding: 0;
}
.tag-side li {
  display: inline-block;
  background-color: #ffabac;
  padding: 7px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: right;
}

.media-detail {
  margin-bottom: 20px;
  position: relative;
}
.media-detail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.media-detail .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(16, 19, 54, 0.7);
  border-radius: 12px;
}
.media-detail .video-bg a {
  width: 71px;
  height: 71px;
  background-color: var(--color-5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.media-detail .video-bg a::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  animation: slideDown 2s infinite;
  z-index: 1;
}
.media-detail .video-bg a::after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  z-index: 1;
}
.media-detail .video-bg a span {
  font-size: 25px;
  color: var(--color-4);
  z-index: 10;
}
.media-detail .video-bg a:hover {
  background-color: var(--color-4);
}
.media-detail .video-bg a:hover span {
  font-size: 25px;
  color: var(--color-5);
}

.header-detail h3 {
  font-family: var(--font-3);
  font-size: 20px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: right;
}
.header-detail .detail {
  padding: 20px;
  background-color: var(--color-6);
  border-radius: 12px;
  margin-bottom: 40px;
}
.header-detail .detail .data-list li {
  display: inline;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .header-detail .detail .data-list li {
    display: block;
  }
}
.header-detail .detail .cat {
  margin-top: 29px;
}
.header-detail .detail .cat span {
  background-color: #ffabac;
  padding: 6px 12px;
  border-radius: 8px;
}
.header-detail .detail .links {
  display: flex;
  justify-content: end;
}
.header-detail .detail .links a {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .header-detail .detail .links {
    justify-content: start;
    margin-top: 30px;
  }
}

.sidebar-box {
  border-radius: 12px;
  padding: 16px;
  background-color: var(--color-6);
  position: relative;
  margin-bottom: 20px;
}
.sidebar-box::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 27px;
  background-color: var(--color-2);
  top: 20px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sidebar-box .sidebar-box-title {
  margin-bottom: 24px;
  font-family: var(--font-2);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-3);
}

.blog-box .item {
  margin-bottom: 14px;
  background-color: rgb(242, 252, 253);
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.blog-box .item .article-blog figure a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-box .item .article-blog .content .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-3);
  min-height: 50px;
  font-family: var(--font-1);
  line-height: 25.2px;
}
.blog-box .item .article-blog .content .tags .tag-btn-1 {
  background-color: #c2f1f0;
  border-color: #c2f1f0;
}
.blog-box .item .category {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 12px;
}
.blog-box .item:hover {
  background-color: var(--color-1);
  color: var(--color-5);
}
.blog-box .item:hover .content .title {
  color: var(--color-5);
}
.blog-box .item:hover .content .tag-btn-1 {
  background-color: var(--color-5);
}
.blog-box .item-row {
  display: flex;
  margin-bottom: 14px;
  background-color: rgb(242, 252, 253);
  padding: 16px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.blog-box .item-row .right figure {
  margin: 0;
  height: 100%;
}
.blog-box .item-row .right figure a img {
  width: 100%;
  min-height: 213px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-box .item-row .left .article-blog .content .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-3);
  font-family: var(--font-1);
  line-height: 25.2px;
}
.blog-box .item-row .left .article-blog .content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: justify;
  padding-left: 16px;
  color: var(--color-3);
}
.blog-box .item-row .left .article-blog .content .tags .tag-btn-1 {
  background-color: #c2f1f0;
  border-color: #c2f1f0;
}
.blog-box .item-row .left .category {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 12px 0;
}
.blog-box .item-row:hover {
  background-color: var(--color-1);
  color: var(--color-5);
}
.blog-box .item-row:hover .left .content .title {
  color: var(--color-5);
}
.blog-box .item-row:hover .left .content p {
  color: var(--color-5);
}
.blog-box .item-row:hover .left .content .tag-btn-1 {
  background-color: var(--color-5);
}

.pagination {
  margin-top: 20px;
}
.pagination a {
  height: 32px;
  width: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #78909c;
  font-family: var(--font-1);
  margin-left: 5px;
  color: #78909c;
}
.pagination a.active {
  background-color: #02c5bd;
  color: #fff;
  border: none;
}
.pagination a.previous,
.pagination a.next {
  border: none;
  color: #b0bec5;
  font-size: 20px;
}
.pagination a.next.active {
  background-color: transparent;
  color: var(--color-4);
}

.particle-box .header {
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e0e0e2;
  margin-bottom: 25px;
}
.particle-box .header::before {
  content: url("../images/svg/task.svg");
  position: absolute;
  right: 0;
}
.particle-box .header::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: var(--color-4);
  bottom: 0;
  right: 0;
  border-radius: 8px 8px 0 0;
}
.particle-box .header h6 {
  padding-right: 36px;
}
.particle-box .content {
  margin-bottom: 70px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--color-3);
}
.particle-box .content .img-particle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.particle-box .content .img-particle img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tick-item-li {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  margin-bottom: 28px;
}
.tick-item-li img {
  margin-left: 8px;
}

.input-college {
  background-color: var(--color-1);
  border-radius: 16px;
  padding: 30px;
  /* custom*/
}
.input-college .cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}
.input-college .cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
.input-college .cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.input-college .cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.input-college .cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.input-college .cd-horizontal-timeline .events-wrapper::after,
.input-college .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.input-college .cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.input-college .cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.input-college .cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: var(--color-4);
  transition: transform 0.4s;
  transform: translateX(-170px);
}
.input-college .cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff2d30;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.input-college .cd-horizontal-timeline .events a {
  position: absolute;
  width: 100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 20pxrem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0);
  color: white;
  padding: 5px;
  margin-bottom: 20px;
}
.input-college .cd-horizontal-timeline .events a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  bottom: -20px;
  left: 50%;
}
.input-college .cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 8px solid #ccc;
  border-color: rgba(2, 197, 189, 0.2);
  background-color: var(--color-4);
  transition: background-color 0.3s, border-color 0.3s;
}
.input-college .no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #ff2d30;
  border-color: #fff;
}
.input-college .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.input-college .cd-horizontal-timeline .events a.selected::after {
  background-color: #ff2d30;
  border-color: #ff2d30;
}
.input-college .cd-horizontal-timeline .events a.older-event::after {
  border-color: #ff2d30;
}
@media only screen and (min-width: 1100px) {
  .input-college .cd-horizontal-timeline {
    margin: 0em auto;
  }
  .input-college .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.input-college .cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid var(--color-4);
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}
.input-college .cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.input-college .cd-timeline-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.input-college .cd-timeline-navigation a.next {
  right: 0;
  color: var(--color-4);
}
.input-college .no-touch .cd-timeline-navigation a:hover {
  border-color: #ff2d30;
}
.input-college .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.input-college .cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.input-college .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #ff2d30;
}
.input-college .cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}
.input-college .cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 0%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
.input-college .cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
.input-college .cd-horizontal-timeline .events-content li.enter-right,
.input-college .cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
}
.input-college .cd-horizontal-timeline .events-content li.enter-left,
.input-college .cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
}
.input-college .cd-horizontal-timeline .events-content li.leave-right,
.input-college .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}
.input-college .cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.input-college .cd-horizontal-timeline .events-content h2 {
  font-size: 20px !important;
  font-weight: 800;
  line-height: 34.55px;
  color: var(--color-5);
}
.input-college .cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.input-college .cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.input-college .cd-horizontal-timeline .events-content p {
  font-size: 15px !important;
  color: #fff;
  line-height: 25.91px;
  font-weight: 400;
  margin-top: 15px;
  text-align: justify;
}
.input-college .cd-horizontal-timeline .events-content em,
.input-college .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .input-college .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .input-college .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .input-college .cd-horizontal-timeline .events-content p {
    font-size: 15px;
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.sidebar-item {
  position: sticky;
  top: 110px;
  margin-bottom: 32px;
  /**
  * Submenu
  -----------------------------*/
}
.sidebar-item .accordion-boxes {
  width: 100%;
  border-radius: 12px;
  padding: 0;
  background-color: var(--color-6);
  border-radius: 12px;
  padding: 8px;
}
.sidebar-item .accordion-boxes .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  background: var(--color-6);
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.4s ease;
}
.sidebar-item .accordion-boxes li:last-child .link {
  border-bottom: 0;
}
.sidebar-item .accordion-boxes li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  transition: all 0.4s ease;
}
.sidebar-item .accordion-boxes li i.fa-chevron-left {
  right: 12px;
  right: auto;
  font-size: 16px;
}
.sidebar-item .accordion-boxes li.open {
  background-color: rgb(230, 250, 249);
}
.sidebar-item .accordion-boxes li.open .link {
  color: var(--color-4);
  background-color: #e6faf9;
}
.sidebar-item .accordion-boxes li.open i {
  color: var(--color-4);
}
.sidebar-item .accordion-boxes li.open i.fa-chevron-left {
  transform: rotate(90deg);
}
.sidebar-item .submenu-box {
  display: none;
  background: var(--color-6);
  font-size: 14px;
}
.sidebar-item .submenu-box li {
  margin: 0px !important;
}
.sidebar-item .submenu-box a {
  display: block;
  text-decoration: none;
  color: var(--color-3);
  padding: 12px;
  padding-left: 42px;
  transition: all 0.25s ease;
}
.sidebar-item .submenu-box a:hover {
  color: var(--color-4);
}
.sidebar-item .submenu-box li.active a {
  color: var(--color-4);
}

@media (max-width: 992px) {
  .index-banner {
    height: 328px;
    width: 410px;
    right: 0px;
    bottom: 0px;
  }
  .index-banner .text-wrapper {
    position: absolute;
    min-width: 87px;
    min-height: 37px;
    text-align: center;
    z-index: 3;
  }
  .index-banner .text-wrapper:nth-of-type(0) {
    top: 50%;
    right: 70%;
  }
  .index-banner .text-wrapper:nth-of-type(0) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(1) {
    top: 44%;
    right: 3%;
  }
  .index-banner .text-wrapper:nth-of-type(1) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(2) {
    top: 56%;
    right: 24%;
  }
  .index-banner .text-wrapper:nth-of-type(2) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(3) {
    top: 58%;
    right: 0%;
  }
  .index-banner .text-wrapper:nth-of-type(3) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(4) {
    top: 86%;
    right: 2%;
  }
  .index-banner .text-wrapper:nth-of-type(4) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(5) {
    top: 80%;
    right: 27%;
  }
  .index-banner .text-wrapper:nth-of-type(5) .text {
    font-size: 14px !important;
  }
  .index-banner .text {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: var(--color-3);
    opacity: 0 !important;
    filter: blur(10px) !important;
    text-shadow: 0 0 10px #fff;
    transition: all 1000ms ease;
  }
  .index-banner .text.active {
    opacity: 1 !important;
    filter: blur(0) !important;
  }
  .index-banner .text.main {
    top: 32%;
    right: 20%;
    font-size: 24px;
    font-weight: 800;
    color: var(--color-2);
    opacity: 1 !important;
    filter: blur(0) !important;
    text-shadow: 0 0 10px var(--color1);
  }
  .index-banner .text.main:first-of-type {
    top: 67%;
    right: 10%;
  }
  .sidebar.show {
    transition: all 0.3s ease-in;
    right: 0px;
  }
  .sidebar.text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
    transition: all 0.2s ease-in;
  }
  .sidebar {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    right: -1000px;
    background-color: rgba(22, 22, 22, 0.6980392157);
    transition: left 0.4s ease;
  }
  .sidebar ul {
    background: var(--color-1);
    height: 100%;
    width: 250px;
    list-style: none;
    position: relative;
  }
  .sidebar ul .menu {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar ul .close-menu {
    width: 20px;
    position: absolute;
    left: 18px;
    top: 18px;
    height: 20px;
    z-index: 100000;
  }
  .sidebar ul .close-menu::before {
    content: url("../images/svg/close-sidemenu.svg");
    position: absolute;
  }
  .sidebar ul li {
    line-height: 45px;
  }
  .sidebar ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-right: 40px;
    font-weight: 800;
    display: block;
    width: 100%;
    border-right: 3px solid transparent;
  }
  .sidebar ul li.active a {
    color: var(--color-2);
    border-right-color: var(--color-2);
  }
  .sidebar ul ul {
    position: static;
    display: none;
  }
  .sidebar ul .feat-show.show {
    display: block;
    width: 230px;
  }
  .sidebar ul .serv-show.show1 {
    display: block;
  }
  .sidebar ul ul li {
    line-height: 42px;
    border-top: none;
  }
  .sidebar ul ul li a {
    font-size: 14px;
    color: #e6e6e6;
    padding-left: 80px;
  }
  .sidebar ul li.active ul li a {
    color: #e6e6e6;
    border-left-color: transparent;
    font-weight: 400;
  }
  .sidebar ul ul li a:hover {
    color: var(--color-2) !important;
  }
  .sidebar ul li a span {
    content: url("../images/svg/arrow-white-down.svg");
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.4s;
  }
  .sidebar ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }
  .sidebar .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center;
  }
  .sidebar .content .header {
    font-size: 45px;
    font-weight: 600;
  }
  .sidebar .content p {
    font-size: 30px;
    font-weight: 500;
  }
  header .navbar-light .navbar-toggler-icon {
    background-image: url("../images/svg/humber-mobile-dark.svg");
  }
  header.bg-dark-color .navbar-light .navbar-toggler-icon {
    background-image: url("../images/svg/humber-mobile-white.svg");
  }
  header .navbar {
    padding: 20px 0;
  }
  header .navbar .hamber {
    display: block;
  }
  header .navbar .mobile-menu {
    background-color: transparent;
    border: 0;
    color: #02c5bd;
  }
  header .navbar .navbar-brand {
    margin: 0;
  }
  main .top-area {
    min-height: 650px;
  }
  main .top-area::before {
    content: url("../images/svg/desk-mobile.svg");
    bottom: -7px;
    right: 0;
  }
  main .top-area .right {
    width: 100%;
  }
  main .top-area .left {
    height: auto;
  }
  main .top-area .left h1 {
    font-size: 28px;
  }
  main .top-area .left a {
    width: 100%;
  }
  main .introduction {
    margin: 30px 0 61px 0;
  }
  main .introduction .left {
    margin-top: 30px;
  }
  main .intro-courses {
    margin: 235px 0 0 0;
  }
  main .intro-courses .box-title {
    padding: 26px 26px 0 26px;
    width: 100%;
    min-height: 290px;
    overflow: hidden;
    top: -189px;
  }
  main .intro-courses .box-title .content {
    overflow: hidden;
  }
  main .intro-courses .box-title .content .book-img {
    display: none;
  }
  main .intro-courses .box-title .content .text {
    height: auto;
    width: 100%;
    font-size: 20px;
  }
  main .intro-courses .box-title .content .student-img {
    top: unset;
    right: unset;
    bottom: -111px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .intro-courses .box-title::before {
    position: absolute;
    content: url(../images/svg/intro-top-back-mobile.svg);
    top: 100%;
    left: unset;
    right: -31%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  main .intro-courses .header {
    top: -80px;
  }
  main .intro-courses .tabs-intro .nav-intro-coursees .tab-handler .nav-link {
    padding: 0 8px;
  }
  main .intro-courses .tabs-intro .tab-content .cours-item {
    padding: 10px 17px 10px 44px;
    height: 60px;
  }
  main .intro-courses .tabs-intro .tab-content .cours-more-item {
    height: auto;
  }
  main .collections {
    padding-top: 0;
    margin-bottom: 35px;
  }
  main .collections .container .collection-item {
    margin-bottom: 30px;
  }
  main .collections .mobile-sid-left {
    display: block !important;
  }
  main .collections .mobile-sid-left .getting-to-know {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 243px;
    position: relative;
  }
  main .collections .mobile-sid-left .getting-to-know::before {
    content: url("../images/svg/bookpen.svg");
    position: absolute;
  }
  main .collections .mobile-sid-left .getting-to-know span {
    color: var(--color-2);
    font-size: 18px;
    font-weight: 900;
  }
  main .collections .mobile-sid-left .getting-to-know h4 {
    font-size: 28px;
    font-weight: 800;
  }
  main .collections .row-collections {
    flex-direction: row !important;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  main .collections .row-collections .slideInLeft {
    display: none;
  }
  main .collections .row-collections .present-item {
    display: none;
  }
  main .collections .collections-footer {
    display: none;
  }
  main .collections .collections-footer-mobile {
    display: block !important;
    margin-top: 100px;
    position: relative;
  }
  main .collections .collections-footer-mobile .vector-box {
    margin: auto;
    width: 277px;
    height: 271px;
    border-radius: 150px 150px 0px 0px;
    background-color: #fee0e0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .collections .collections-footer-mobile .vector-box img {
    position: absolute;
    top: -103px;
  }
  main .collections .collections-footer-mobile .content {
    height: 202px;
    background-color: var(--color-1);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  main .collections .collections-footer-mobile .content .text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  main .collections .collections-footer-mobile .content .text h3 {
    color: var(--color-5);
    text-align: center;
    line-height: 51px;
  }
  main .blogs {
    margin: 0;
  }
  main .blogs .slider .slick-arrow {
    display: none !important;
  }
  footer .questions .box-title {
    width: 90%;
  }
  footer .questions .box-title .content .text h3 {
    padding: 0;
    text-align: center;
  }
  footer .questions .box-title .content .text a {
    width: 100%;
  }
  footer .questions .box-title .book-img {
    display: none;
  }
  footer .footer-box {
    position: relative;
    bottom: -70px;
    z-index: 100;
  }
  footer .footer-box .box-title {
    width: 90%;
  }
  footer .footer-box .box-title .bg {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
  }
  footer .footer-box .box-title .content {
    padding: 21px 16px;
  }
  footer .footer-box .box-title .content .book-img {
    position: relative;
    bottom: -22px;
    left: 0;
  }
  footer .footer .list-footer {
    margin: 49px 0;
  }
  footer .newsleter {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .index-banner {
    height: 328px;
    width: 410px;
    right: 0px;
    bottom: 0px;
  }
  .index-banner .text-wrapper {
    position: absolute;
    min-width: 87px;
    min-height: 37px;
    text-align: center;
    z-index: 3;
  }
  .index-banner .text-wrapper:nth-of-type(0) {
    top: 50%;
    right: 70%;
  }
  .index-banner .text-wrapper:nth-of-type(0) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(1) {
    top: 44%;
    right: 3%;
  }
  .index-banner .text-wrapper:nth-of-type(1) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(2) {
    top: 56%;
    right: 24%;
  }
  .index-banner .text-wrapper:nth-of-type(2) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(3) {
    top: 58%;
    right: 0%;
  }
  .index-banner .text-wrapper:nth-of-type(3) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(4) {
    top: 86%;
    right: 2%;
  }
  .index-banner .text-wrapper:nth-of-type(4) .text {
    font-size: 14px !important;
  }
  .index-banner .text-wrapper:nth-of-type(5) {
    top: 80%;
    right: 27%;
  }
  .index-banner .text-wrapper:nth-of-type(5) .text {
    font-size: 14px !important;
  }
  .index-banner .text {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: var(--color-3);
    opacity: 0 !important;
    filter: blur(10px) !important;
    text-shadow: 0 0 10px #fff;
    transition: all 1000ms ease;
  }
  .index-banner .text.active {
    opacity: 1 !important;
    filter: blur(0) !important;
  }
  .index-banner .text.main {
    top: 32%;
    right: 20%;
    font-size: 24px;
    font-weight: 800;
    color: var(--color-2);
    opacity: 1 !important;
    filter: blur(0) !important;
    text-shadow: 0 0 10px var(--color1);
  }
  .index-banner .text.main:first-of-type {
    top: 67%;
    right: 10%;
  }
  .sidebar.show {
    transition: all 0.3s ease-in;
    right: 0px;
  }
  .sidebar.text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
    transition: all 0.2s ease-in;
  }
  .sidebar {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    right: -1000px;
    background-color: rgba(22, 22, 22, 0.6980392157);
    transition: left 0.4s ease;
  }
  .sidebar ul {
    background: var(--color-1);
    height: 100%;
    width: 250px;
    list-style: none;
    position: relative;
  }
  .sidebar ul .menu {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidebar ul .close-menu {
    width: 20px;
    position: absolute;
    left: 18px;
    top: 18px;
    height: 20px;
    z-index: 100000;
  }
  .sidebar ul .close-menu::before {
    content: url("../images/svg/close-sidemenu.svg");
    position: absolute;
  }
  .sidebar ul li {
    line-height: 45px;
  }
  .sidebar ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding-right: 40px;
    font-weight: 800;
    display: block;
    width: 100%;
    border-right: 3px solid transparent;
  }
  .sidebar ul li.active a {
    color: var(--color-2);
    border-right-color: var(--color-2);
  }
  .sidebar ul ul {
    position: static;
    display: none;
  }
  .sidebar ul .feat-show.show {
    display: block;
    width: 230px;
  }
  .sidebar ul .serv-show.show1 {
    display: block;
  }
  .sidebar ul ul li {
    line-height: 42px;
    border-top: none;
  }
  .sidebar ul ul li a {
    font-size: 14px;
    color: #e6e6e6;
    padding-left: 80px;
  }
  .sidebar ul li.active ul li a {
    color: #e6e6e6;
    border-left-color: transparent;
    font-weight: 400;
  }
  .sidebar ul ul li a:hover {
    color: var(--color-2) !important;
  }
  .sidebar ul li a span {
    content: url("../images/svg/arrow-white-down.svg");
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.4s;
  }
  .sidebar ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }
  .sidebar .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center;
  }
  .sidebar .content .header {
    font-size: 45px;
    font-weight: 600;
  }
  .sidebar .content p {
    font-size: 30px;
    font-weight: 500;
  }
  header .navbar-light .navbar-toggler-icon {
    background-image: url("../images/svg/humber-mobile-dark.svg");
  }
  header.bg-dark-color .navbar-light .navbar-toggler-icon {
    background-image: url("../images/svg/humber-mobile-white.svg");
  }
  header .navbar {
    padding: 20px 0;
  }
  header .navbar .hamber {
    display: block;
  }
  header .navbar .mobile-menu {
    background-color: transparent;
    border: 0;
    color: #02c5bd;
  }
  header .navbar .navbar-brand {
    margin: 0;
  }
  main .top-area {
    min-height: 650px;
  }
  main .top-area::before {
    content: url("../images/svg/desk-mobile.svg");
    bottom: -7px;
    right: 0;
  }
  main .top-area .right {
    width: 100%;
  }
  main .top-area .left {
    height: auto;
  }
  main .top-area .left h1 {
    font-size: 28px;
  }
  main .top-area .left a {
    width: 100%;
  }
  main .introduction {
    margin: 30px 0 61px 0;
  }
  main .introduction .left {
    margin-top: 30px;
  }
  main .intro-courses {
    margin: 235px 0 0 0;
  }
  main .intro-courses .box-title {
    padding: 26px 26px 0 26px;
    width: 100%;
    min-height: 386px;
    overflow: hidden;
    top: -189px;
  }
  main .intro-courses .box-title .content {
    overflow: hidden;
  }
  main .intro-courses .box-title .content .book-img {
    display: none;
  }
  main .intro-courses .box-title .content .text {
    height: auto;
    width: 100%;
    font-size: 20px;
  }
  main .intro-courses .box-title .content .student-img {
    top: unset;
    right: unset;
    bottom: -111px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .intro-courses .box-title::before {
    position: absolute;
    content: url(../images/svg/intro-top-back-mobile.svg);
    top: 100%;
    left: unset;
    right: -31%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  main .intro-courses .header {
    top: -80px;
  }
  main .intro-courses .tabs-intro .nav-intro-coursees .tab-handler .nav-link {
    padding: 0 8px;
  }
  main .intro-courses .tabs-intro .tab-content .cours-item {
    padding: 10px 17px 10px 44px;
    height: 60px;
  }
  main .intro-courses .tabs-intro .tab-content .cours-more-item {
    height: auto;
  }
  main .collections {
    padding-top: 0;
    margin-bottom: 35px;
  }
  main .collections .container .collection-item {
    margin-bottom: 30px;
  }
  main .collections .mobile-sid-left {
    display: block !important;
  }
  main .collections .mobile-sid-left .getting-to-know {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 243px;
    position: relative;
  }
  main .collections .mobile-sid-left .getting-to-know::before {
    content: url("../images/svg/bookpen.svg");
    position: absolute;
  }
  main .collections .mobile-sid-left .getting-to-know span {
    color: var(--color-2);
    font-size: 18px;
    font-weight: 900;
  }
  main .collections .mobile-sid-left .getting-to-know h4 {
    font-size: 28px;
    font-weight: 800;
  }
  main .collections .row-collections {
    flex-direction: row !important;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  main .collections .row-collections .slideInLeft {
    display: none;
  }
  main .collections .row-collections .collection-box {
    width: 80vw;
  }
  main .collections .row-collections .present-item {
    display: none;
  }
  main .collections .collections-footer {
    display: none;
  }
  main .collections .collections-footer-mobile {
    display: block !important;
    margin-top: 100px;
    position: relative;
  }
  main .collections .collections-footer-mobile .vector-box {
    margin: auto;
    width: 277px;
    height: 271px;
    border-radius: 150px 150px 0px 0px;
    background-color: #fee0e0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .collections .collections-footer-mobile .vector-box img {
    position: absolute;
    top: -103px;
  }
  main .collections .collections-footer-mobile .content {
    height: 202px;
    background-color: var(--color-1);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  main .collections .collections-footer-mobile .content .text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  main .collections .collections-footer-mobile .content .text h3 {
    color: var(--color-5);
    text-align: center;
    line-height: 51px;
  }
  main .blogs {
    margin: 0;
  }
  main .blogs .slider .slick-arrow {
    display: none !important;
  }
  footer .questions .box-title {
    width: 90%;
  }
  footer .questions .box-title .content .text h3 {
    padding: 0;
    text-align: center;
  }
  footer .questions .box-title .content .text a {
    width: 100%;
  }
  footer .questions .box-title .book-img {
    display: none;
  }
  footer .footer-box {
    position: relative;
    bottom: -70px;
    z-index: 100;
  }
  footer .footer-box .box-title {
    width: 90%;
  }
  footer .footer-box .box-title .bg {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
  }
  footer .footer-box .box-title .content {
    padding: 21px 16px;
  }
  footer .footer-box .box-title .content .book-img {
    position: relative;
    bottom: -22px;
    left: 0;
  }
  footer .footer .list-footer {
    margin: 49px 0;
  }
  footer .newsleter {
    margin-top: 20px;
  }
  .particle-box .content .img-particle img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style-fa.css.map */