@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');

:root{
  --blue-color:#3E3AFF;
  --yellow-color: #FFC83A;
  --biege-color:#FFFBF2;

  --big-fs: 36px; 
  --big-sec-fs: 32px;
  --medium-fs: 24px;
  --normal-fs: 18px;
  --small-fs: 15px;
}

::-webkit-scrollbar {
  width: 0.5rem;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--blue-color);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
    color: unset;
}
a:hover{
  color: unset;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}

.container{
    margin: 0 auto;
}

.container-sm{
  margin: 0 auto;
  max-width: 920px;
}

section{
    padding: 60px 0px;
}

.title{
    font-size: var(--big-sec-fs);
    font-weight: 600;
    margin-bottom: 24px;
}

/* NAVBAR */
.navbar-collapse{
  justify-content: space-between;
}

.login{
  align-items: center;
}

.navbar-toggler{
  width: auto !important;
}

.profile{
  width: 50px;
  width: 50px;
  margin-left: 1rem;
}

.home{
  padding-top: 0;
}

.home__fluid-container{
    background: #F2FAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1620px;
    padding: 30px 0px;
}

.home__title{
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 36px;
}

.home__subtitle{
  font-size: var(--normal-fs);
  line-height: 24px;
  margin-bottom: 70px;
}

.home__more{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  background: var(--blue-color);
  padding: 15px 20px;
  color: white;
  margin-right: 1rem;
  border-radius: 20px 20px 20px 0px;
}

.home__more:hover{
  color: white;
}

.home__online{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  background-color: white;
  padding: 15px 20px;
  color: var(--blue-color);
  border-radius: 20px 20px 20px 0px;
  border: 1px solid var(--blue-color);
}

.home__online:hover{
  color: var(--blue-color);
}

.round{
  position: relative;
}

.round::after{
  content: '';
  position: absolute;
  top: 0;
  right: -130px;
  width: 385px;
  height: 385px;
  border-radius: 50%;
  display: block;
  background: var(--yellow-color);
}

.home__fluid-container{
  position: relative;
}

.home__img{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home__pic{
  z-index: 999;
  width: 800px;
  height: 100%;
  object-fit: cover;
}

/* ABOUT */
.about__container{
  justify-content: space-between;
}

.about__suptitle{
  margin-bottom: 24px;
  font-size: var(--normal-fs);
  color: var(--blue-color);
}

.card--left{
  background: #FF5B5B !important;
  color: white;
}

.about__card-top .arrow{
  background: white;
  border-radius: 50%;
  padding: 10px;
  display: flex;
}

.card--right{
  background: #FFB82F !important;
  color: white;
}

.card--right:hover, 
.card--left:hover{
  color: white;
}

.about__title{
  margin-bottom: 24px;
}

.about__subtitle{
  font-size: var(--normal-fs);
  margin-bottom: 24px;
}

.about__more{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  background-color: var(--yellow-color);
  padding: 15px 20px;
  color: black;
  border-radius: 20px 20px 20px 0px;
  font-weight: 500;
}

.about__col-left{
  max-width: 580px;
}

.about__card{
  background: #FBFBFB;
  border-radius: 20px 20px 20px 0px;
  margin-right: 1rem;
}

.about__card:last-child{
  margin-right: 0;
}

.about__card-top{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding: 32px 24px;
}

.about__card-title{
  font-size: var(--medium-fs);
}

.arrow{
  font-size: 32px;
  color: #3E3AFF;
}

.about__card-pic{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 20px 0;
}

/* CURSES */

.curses__top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.curses__more{
  color: var(--blue-color);
}

.curses__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.curses__card{
  border: 3px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 0px;
  padding: 32px 26px;
  transition: .3s;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.curses__card:hover{
  border-color: var(--blue-color)
}

.curses__card-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--blue-color);
}

.curses__card-title{
  font-size: var(--medium-fs);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.curses__card-item{
  margin-bottom: 16px;
  font-weight: 500;
  font-size: var(--normal-fs);
}

.curses__card-item i{
  color: var(--blue-color);
}

.curses__card-info{
  font-size: var(--small-fs);
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.curses__card-info i{
  font-size: var(--normal-fs);
  color: var(--blue-color);
}

.curses__card-link{
  border: 3px solid var(--blue-color);
  color: var(--blue-color);
  border-radius: 20px 20px 20px 0px;
  padding: 15px 20px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.curses__card-link i{
  transition: .2s;
  font-size: var(--medium-fs);
}

.curses__card:hover .curses__card-link{
  color: white;
  background: var(--blue-color);
}

.curses__card:hover .curses__card-link i{
  transform: translate(3px);
}

.anime--button{
  display: inline-flex !important;
  align-items: center;
  gap: 1rem;
}

.anime--button i{
  transition: .2s;
  font-size: 20px;
}

.anime--button:hover i{
  transform: translate(3px);
}

.nami__logo img{
  width: 30px !important;
  height: 30px !important;
}

.nami{
  height: 200px !important;
  width: 100% !important;
}

/* CHANCES */
.chances__fluid-container{
  padding: 60px 0px;
  background: var(--biege-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1620px;
}

.chances__title{
  margin-bottom: 40px;
}

.chances__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}

.chances__card{
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(106, 66, 28, 0.05);
  border-radius: 20px 20px 20px 0px;
  padding: 30px;
  width: 100%;
}

.chances__card-right{
  display: flex;
  align-items: center;
}

.chances__card-img{
  z-index: 999;
}

.round--small{
  position: relative;
}

.round--small::before{
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: var(--yellow-color);
  border-radius: 50%;
}

.chances__card-pic{
  width: 150px;
  height: 150px;
  object-fit: cover;
  z-index: 999;
}

.chances__card-title{
  font-size: var(--medium-fs);
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.chances__card-txt{
  font-size: var(--normal-fs);
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.chances__card-more{
  font-size: var(--normal-fs);
  color: var(--blue-color);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.chances__card-more i{
  margin-left: .5rem;
}

/* TEACHERS */
.teachers__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.teachers__grid{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.teachers__txt{
  max-width: 50%;
  margin-bottom: 32px;
  font-size: var(--normal-fs);
}

.teachers__more{
  color: var(--blue-color);
}

.teachers__card{
  border-radius: 10px 10px 10px 0px;
  border: 3px solid #E5E6EE;
  display: flex;
  padding: 15px;
  transition: .3s;
}

.teachers__card:hover{
  border-color: var(--blue-color);
}

.teachers__card-left,
.teachers__card-right{
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teachers__card-left{
  width: 30%;
  margin-right: 1rem;
}

.teachers__card-right{
  width: 70%;
}

.teachers__card-title{
  font-size: var(--normal-fs);
  font-weight: 500;
}

.teachers__card-raiting{
  color: #868686;
  margin-bottom: 16px;
}

.teachers__card-more{
  color: var(--blue-color);
}

.teachers__card:hover .teachers__card-more i{
  transform: translate(3px);
}

/* MORE */
.more__container-fluid{
  background: #F7FAFC;
  max-width: 1620px;
  padding: 100px;
}

.more__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.more__card,
.more__card-alt{
  border:  1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advice__top{
  max-width: 1620px;
  margin: 0 auto;
  background: #F2FAFF;
  padding: 60px 100px 100px 100px;
  margin-bottom: 60px;
}

.container-small{
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 0 !important;
  border-bottom: 1px solid #EAEAEA;
}

.small-content{
  max-width: 940px;
  margin: 0 auto;
}

.advice__img{
  margin-bottom: 24px;
}

.sm-title{
  font-weight: 600;
}

.more__card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 400px; */
}

.ai{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more__card-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;

}

.bottom__wrap{
  padding: 20px;
}

.more__card-alt-title{
  font-size: var(--medium-fs);
  font-weight: 600;

}

.more__card-img{
  /* margin: 0 -20px; */
  position: relative;
}

.more__card-title{
  font-size: var(--normal-fs);
  font-weight: 600;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.more__card-txt{
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.more__card-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more__card-pic{
  height: 160px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.more__card-pic-alt{
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.more__card-date{
  color: #C1C6CC;
  font-size: 14px;
}

.more__card-more{
  color: var(--blue-color);
}

.more__card:hover .more__card-more i{
  transform: translate(3px);
}

/* FOOTER */
.footer{
  padding-top: 2rem;
}

.footer__brand{
  margin-bottom: 1rem;
  display: inline-block;
}

.footer__col-txt{
  font-size: var(--normal-fs);
}

.footer__bottom-txt{
  color:#8B8B8B;
}

.footer__li{
  display: flex;
  flex-direction: column;
}

.footer__links-title{
  font-weight: 600;
  margin-bottom: 20px;
}

.footer__link{
  font-size: var(--normal-fs);
  margin-bottom: 20px;
  transition: .3s;
}

.footer__link:hover{
  color: var(--blue-color);
}

.footer__bottom{
  padding-bottom: 40px;
}

.inner__top-card-fluid{
  max-width: 1620px;
  margin: 0 auto;
  background: white;
}

.inner__top-card{
  max-width: 1320px;
}

/* ONLINE PAGE */
.online__home{
  padding-top: 0;
}

.home__fluid-container{
  overflow: hidden;
  padding: 30px 0;
  margin: 0 auto;
}

.online__home-fluid-container{
  padding: 0;
}

.online__home-col-left{
  padding: 30px 0px;
}

.other__page-nav{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.this{
  color: var(--blue-color);
}

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

.online__home-pic{
  height: 230px;
  width: 350px;
  object-fit: cover;
  margin: -30px 0;
  z-index: 999;
}

.online__home-txt{
  margin: .5rem 0 0 0;
  font-size: var(--normal-fs);
}

.online-round::after{
    top: -50px;
    right: 0;
    width: 350px;
    height: 350px;
}

.more__curses{
  padding-bottom: 0;
  background: #F7FAFC;
}

.more__curses-container-fluid{
  
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
}

.more__curses-title{
  margin-bottom: 36px;
}

.button__box{
  display: flex;
  gap: 2rem;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.more__curses-button{
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 12px;
  font-size: var(--normal-fs);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  transition: .3s;
  display: flex;
  align-items: center;
}

.more__curses-button::before{
  content:'';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  background: transparent;
  border: black 1px solid;
  border-radius: 50%;
  transform: translatey(-50%);
}

.tabs__content{
  display: none;
}

.active__tab{
  display: block;
}

.active__tab.more__curses-button{
  color: #3E3AFF;
  box-shadow: 0px 4px 20px rgba(55, 55, 80, 0.13);
}

.active__tab.more__curses-button::before{
  background: var(--blue-color);
  border-color: var(--blue-color);
}

.more__curses-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.more__curses-card{
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .1s;
}

.img-wrapper{
  margin: 0px -24px 18px -24px;
}

.more__curses img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.more__curses h4{
  font-size: var(--normal-fs);
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.more__curses p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis; 
}

.more__curses .flexer p{
  margin-bottom: 2px;
}

.grey-txt{
  color:#AAADAF;
  font-size: var(--small-fs);
}

.linkk{
  color: var(--blue-color);
  font-weight: 500;
}

.flexer{
  color: var(--blue-color);
}

.massages__wrapper{
  position: relative;
}

.massages{
  color: var(--blue-color);
  font-size: var(--small-fs);
  font-weight: 500;
  border-radius: 50px;
  padding: 13px;
  border: 1px solid var(--blue-color);
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.massages__value{
  position: absolute;
  top: 0;
  left: -30%;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.lang__change{
  margin-right: 2rem;
}

.profile__wrapper{
  position: relative;
  cursor: pointer;
}

.profile{
  border: 2px solid var(--blue-color);
  border-radius: 50%;
  position: relative;
}

.dropdown__content{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 120%;
  right: 0;
  background: white;
  padding: 24px 20px;
  /*background: #F7F7FF;*/
  border: 1px solid #3E3AFF;
  box-sizing: border-box;
  border-radius: 20px 0px 20px 20px;
  width: 170px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.dropdown-arrow{
  font-size: 24px;
  transition: .3s;
}

.nav-item{
  position: relative;
}

.ul{
  list-style: none;
  padding: 0;
}

.nav-item:hover .dropdown__content{
  opacity: 1;
  visibility: visible;
}

.nav-item:hover .dropdown-arrow{
  transform: rotate(180deg);
}


.profile__wrapper:hover .dropdown__content{
  opacity: 1;
  visibility: visible;
}

.profile__wrapper:hover .dropdown-arrow{
  transform: rotate(180deg);
}

.profile__name{
  font-size: var(--small-fs);
  padding: 16px 0;
  line-height: 100%;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}

.profile__link{
  font-size: var(--small-fs);
  padding: 16px 0;
  line-height: 100%;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}

.profile__link i{
  margin-right: .5rem;
  font-size: 24px;
}

.profile__link:last-child{
  border-bottom: none;
}

.online__more{
  background: white;
  padding-top: 0;
}

.exit{
  color: red;
}

.exit:hover{
  color: red;
}

/* INNER PAGE */
.inner__main{
  background: #F7FAFC;
  padding: 30px 0px 120px 0px;
}

.inner__home-con-fluid{
  max-width: 1620px;
  background: white;
  padding: 30px 0px;
  box-shadow: 0px 4px 20px rgba(55, 55, 80, 0.04);
}

.inner__home-con-left,
.inner__home-con-right{
  padding: 0;
}

.inner__con-title{
  margin-bottom: 8px;
}

.info__box{
  flex-wrap: wrap;
}

.info__box-btn{
  padding: 12px 20px;
  display: flex;
  align-items: center;
  background: #F7FAFC;
  border-radius: 12px;
  margin-right: .5rem;
  font-weight: 500;
}

.info__box-btn i{
  color: var(--blue-color);
  margin-right: .3rem;
}

.inner__col-txt{
  font-size: var(--normal-fs);
}

.modules{
  padding-top: 0;
}

.modules__title,
.more__info-title{
  font-size: var(--medium-fs);
  font-weight: 600;
  margin-bottom: 14px;
}

.more__info{
  padding-top: 0;
}

.modules__card{
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 20px rgba(55, 55, 80, 0.04);
  margin-bottom: 16px;
  padding: 15px;
  width: 100%;
  align-items: flex-end;
}

.modules__card-img{
  align-self: center;
}

.module__card-title{
  font-size: var(--normal-fs);
  margin-bottom: 16px;
}

.modules__card-img img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.module__num{
  color: var(--blue-color);
  font-size: var(--small-fs);
  margin-bottom: 12px;
  font-weight: 600;
}

.start__module{
  text-align: end;
  color: var(--blue-color);
  font-weight: 500;
}

.more__info-card p{
  font-size: var(--small-fs);
  margin-bottom: 1rem;
}

.info__card-top,
.info__card-center,
.info__card-bottom{
  padding: 32px;
  background: white;
  margin-bottom: 3px;
}

.orange,
.blue{
  font-size: var(--normal-fs);
  margin-bottom: 1rem;
  color: var(--blue-color);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.orange i,
.blue i{
  margin-right: .5rem;
}

.orange{
  color: #FF6F07;
}

.info__card-li{
  margin-bottom: 12px;
  font-size: var(--small-fs);
  font-weight: 500;
}

.info__card-li a{
  display: flex;
  align-items: center;
}

.info__card-li i{
  color: var(--blue-color);
  margin-right: .5rem;
  font-size: var(--normal-fs);
}

/* MODULE PAGE */

.module__page-card-img img{
  height: 120px;
  object-fit: cover;
}

.module__audio{
  padding-top: 32px;
  margin-bottom: 32px;
}

.audio-player {
  width: 100%;
  padding: 35px 20px;
  background-color: white;
  margin-bottom: 12px;
}
.audio-player .player-controls {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.audio-player #playAudio {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #F87C07;
  background: transparent;
  padding: 6px;
  border-radius: 10px;
  color: #F87C07;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "stop";
}

.audio-player #playAudio.pause {
    background: url('https://img.icons8.com/pause') no-repeat center;
    background-size: contain;  
}

#seekObjContainer {
  position: relative;
  width: 300px;
  margin: 0 5px;
  height: 5px;
}

#seekObjContainer #seekObj {
  position:relative;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  border: 1px solid var(--blue-color);
}

#seekObjContainer #seekObj #percentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--blue-color);
}

#currentTime{
  color: var(--blue-color);
  font-size: var(--normal-fs);
  font-weight: 600;
}

#download{
  font-size: 30px;
  border: 2px solid #B4B4B4;
  background: transparent;
  color: #B4B4B4;
  border-radius: 10px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player__title{
  font-size: 26px;
  font-weight: 600;
  color: black !important;
}

.player__txt p{
  color: #B4B4B4;
}

.module__page-main{
  background: #F7FAFC;
}

.module__buttons{
  gap: 0;
}

.module__col-card{
  background-color: white;
  padding: 40px 24px;
}

.module__page-title{
  font-size: var(--normal-fs);
  font-weight: 600;
  margin-bottom: 18px;
}

.download__link{
  padding: 10px 16px;
  background: rgba(255, 58, 129, 0.08);
  border: 1px solid #FF3A81;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: var(--small-fs);
  font-weight: 500;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.module__page-card-txt{
  font-size: var(--normal-fs);
  line-height: 24px;
  padding-top: 32px;
}

.module__page-card-txt span{
  display: block;
  margin-bottom: 2rem;
}

.audio-player{
  padding: 32px;
}

.module__page-bottom{
  flex-wrap: nowrap;
}

.module__bottom-col-left{
  background: #FFF4DA;
  border-radius: 15px 15px 15px 0px;
  margin-right: 1rem;
  padding: 20px;
}

.bottom__bottom-col-right{
  background: #FFE7FE;
  border-radius: 15px 15px 15px 0px;
  padding: 20px;
}

.bottom__flexer{
  padding: 20px;
}

.module__col-left{
  padding: 0;
}

.tite{
  font-size: var(--normal-fs);
  font-weight: 600;
  margin-bottom: 8px;
}

.kubo{
  font-size: var(--small-fs);
  margin-bottom: 12px;
}

.bleach{
  font-size: var(--small-fs);
  font-weight: 600;
  color: var(--blue-color);
}

.bleach i{
  font-size: 20px;
  margin-left: .3rem;
}

.goBack__col{
  padding: 32px;
  background: white;
  margin-bottom: 2px;
}

.goBack__card{
  padding: 32px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  margin-bottom: 2px;
  transition: .3s;
}

.goBack__card:hover{
  filter: drop-shadow(0px 4px 20px rgba(55, 55, 80, 0.08));
}

.goBack__card-title{
  font-size: var(--normal-fs);
  font-weight: 600;
}

.goBack__num{
  font-size: var(--small-fs);
  font-weight: 500;
  color: var(--blue-color);
  margin-bottom: 4px;
}

.di-flex p{
  font-size: 24px;
  color: var(--blue-color);
}

.scroll-header{
  position: fixed;
  width: 100%;
  background: white;
  z-index: 9999999;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 400px;
  width: 100%;
}

.mySwiper {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play__button{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: white;
}

.more__curses-grid .more__card{
  height: unset;
}

.search{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--normal-fs);
  border: 1px solid #949494;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 12px;
}

.search input{
  border: none;
  background: transparent;
}

.search input:focus{
  outline: none;
}

.search__btn{
  border: none;
  background: transparent;
  line-height: 100%;
}

.more__curses-top .button__box{
  /*justify-content: space-between;*/
}

.box{
  gap: 1rem;
  flex-wrap: wrap;
}

.refresh{
  padding: 40px 0px 20px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.refresh__btn{
  display: flex;
  align-items: center;
  font-size: var(--normal-fs);
  font-weight: 600;
  padding: 15px 25px;
  background: var(--blue-color);
  border-radius: 20px 20px 20px 0px;
  border: none;
  color: white;
}

.refresh__btn i{
  margin-left: .5rem;
  font-size: 24px;
}

.inner__top-card{
  padding: 45px 0px 55px 0px;
  background: white;
}

.inner__page-mid .more__curses{
  padding-top: 0;
}

.inner_main{
  background: #F7FAFC;
  padding-top: 30px;
}

.book__img{
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.book__pic{
  align-self: center;
  height: 210px !important;
  width: 150px !important;
  object-fit:cover !important;
}

.book__card{
  padding: 32px 24px;
  height: max-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.inner__mid-card{
  max-width: 70%;
  margin: 0 auto;
  padding: 24px;
  background: white;
  margin-top: 40px;
  margin-bottom: 120px;
}

.inner__mid-img{
  position: relative;
  margin-bottom: 24px;
}

.txt__section-txt{
  margin-bottom: 24px;
  font-size: var(--normal-fs);
}

.inner__card-txt{
  font-size: var(--normal-fs);
  font-weight: 500;
  margin-bottom: 12px;
}

.inner__map-top{
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.map-txt{
  font-weight: 500;
}

.inner__form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inner__form-name{
  font-size: var(--normal-fs);
  margin-bottom: 30px;
}

.inner__input{
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid rgba(174, 174, 174, 0.56);
  background: transparent;
  border-radius: 4px;
}

.inner__textarea{
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid rgba(174, 174, 174, 0.56);
  background: transparent;
  border-radius: 4px;
  min-height: 170px;
}

.inner__input-flexer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.small--input{
  margin-bottom: 0px;
}

.inner__btn{
  width: 200px;
  padding: 8px 0px;
  background: #3E3AFF;
  border-radius: 12px 12px 12px 0px;
  border: none;
  color: white;
}

.download__video{
  display: inline-block;
  padding: 12px 20px;
  background: rgba(239, 93, 168, 0.08);
  border: 1px solid #EF5DA8;
  box-sizing: border-box;
  border-radius: 12px;
  color: #EF5DA8; 
  font-size: var(--small-fs);
  font-weight: 600;
  margin-bottom: 18px;
}

.inner__card-title{
  margin-bottom: 18px;
}

.inner__card-top{
  border-bottom: 1px solid #E5E6EE;
  margin-bottom: 24px;
}

.more__videos-title{
  font-size: var(--big-sec-fs);
  font-weight: 600;
  margin-bottom: 40px;
}

.inner__card-title{
  font-size: var(--big-sec-fs);
}

.vertical-slider{
  display: flex;
}

.inner__row{
  padding: 60px 0 120px 0;
}

.vert-swiper{
  height: 500px;
  width: 30%;
  margin-right: 1rem;
}

.mySwiper2{
  height: 500px;
}

.vert-slide{
  width: 100% !important;
}

.col__content-title{
  font-size: var(--medium-fs);
  font-weight: 600;
  margin-bottom: 20px;
}

.col__content-txt{
  font-size: var(--normal-fs);
  margin-bottom: 40px;
}

.content__download{
  font-size: var(--small-fs);
  font-weight: 500;
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
  padding: 12px;
  border-radius: 12px;
  background: rgba(62, 58, 255, 0.08);
}

.news__card{
  position: relative;
  
}

.news__card-img::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 76.16%);
    border-radius: 20px 20px 20px 0px;
    transition: .3s;
}

.news__card:hover .news__card-img::after{
  opacity: 1;
  visibility: visible;
}

.news__card-pic{
  border-radius: 10px 10px 10px 0px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.news__card-content{
  position: absolute;
  bottom: 5%;
  z-index: 999;
  left: 5%;
}

.news__card-date{
  font-size: var(--small-fs);
  color: white;
  margin-bottom: 8px;
}

.news__card-txt{
  font-size: var(--normal-fs);
  font-weight: 600;
  color: white;
}

.news__grid{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.news__top{
  margin-bottom: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.news__title{
  font-size: var(--big-sec-fs);
  font-weight: 600;
}

.news{
  padding-bottom: 120px;
}

.news__more{
  color: var(--blue-color);
}

.nav-link{
  color: black !important;
  opacity: 1;
  transition: .3s;
  cursor: pointer;
}

.nav-link:hover{
  color: var(--blue-color) !important;
}

.lang__change{
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--normal-fs);
}

.lang__change:hover .lang__change-body{
  opacity: 1;
  visibility: visible;
}

.lang__change:hover .dropdown-arrow{
  transform: rotate(180deg);
}

.lang__change-body{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 120%;
  right: 0;
  background: white;
  padding: 24px 20px;
  border: 1px solid #3E3AFF;
  box-sizing: border-box;
  border-radius: 20px 0px 20px 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  font-weight: 500;
}

.big__pic{
  width: 100%;
}

.book-button{
  margin-top: 24px;
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  border-radius: 20px 20px 20px 0px;
  padding: 15px 20px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-doc{
      padding: 40px;
    display: flex;
    background: #fbfbfb;
    border: 1px solid #ededed;
    align-items: center;
    margin-bottom: 20px;

}

.file-logo i{
  padding: 10px;
  border: 1px solid var(--blue-color);
  border-radius: 50%;
  color: var(--blue-color);
  font-size: 18px;
}

.file-link{
  max-width: 80%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.one__more-download-link{
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: var(--blue-color);
  font-size: 20px;
  font-weight: 500;
}

.one__more-download-link:hover{
  color: #3E3AFF;
}

.cloud-logo{
  padding: 10px;
  border: 1px solid var(--blue-color);
  border-radius: 50%;
  color: var(--blue-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more__card-cat{
  color: #3E3AFF;
  opacity: 1;
  font-weight: 500;
}

.chances__card-short{
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.nami__wrap{
  margin: 0;
  position: relative;
}

.nami__card{
  position: relative;
}

.nami__logo{
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50%;
  padding: 10px;
}

.more__curses-card{
  position: relative;
}

.nami{
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.about__col-right{
  height: max-content;
}

.home__pic{
  position: relative;
}

.home__pic::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(68, 68, 129, 0.507);
}

.bottom__wrapper{
  padding: 1rem;
}

.video{
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .home__pic{
    width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .more__curses-grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .button__box{
    gap: 1rem;
  }
  .nav-link{
    padding: 0 0 !important;
    font-size: var(--small-fs);
  }
  .curses__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .curses__card{
    height: initial;
  }
  .home__more{
    margin-bottom: 1rem;
  }
  .round::after{
    width: 330px;
    height: 330px;
    right: -50px;
  }
  .footer__container{
    justify-content: space-between;
    padding: 0;
  }
  .footer__link{
    font-size: var(--small-fs);
    margin-bottom: 1rem;
  }
  .footer__col-txt{
    font-size: var(--small-fs);
  }
  .info__box-btn{
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .more__curses-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .about__col-left,
  .about__col-right{
    width: 100%;
  }
  .about__col-left{
    margin-bottom: 2rem;
  }
  .chances__card{
    padding: 15px;
  }
  .teachers__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .more__container-fluid{
    padding: 30px 0px;
  }
  .more__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__col{
    width: 100%;
  }
  .footer__big-col{
    width: 100%;
    margin-bottom: 2rem;
  }
  .right,
  .left{
    width: 50%;
  }
  .footer__col-txt{
    font-size: 14px;
  }
  .footer__bottom{
    padding-top: 2rem;
  }
  .footer__bottom-txt{
    max-width: 50%;
  }
  .online__home-pic{
    height: initial;
  }
  .modules__card-img{
    align-self: flex-start;
    margin-bottom: 1rem;
  }
  .home__img{
    position: static;
    transform: none;
    margin-top: 2rem;
  }
  .dropdown__content,
  .lang__change-body{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 200px;
  }
  .nav-item,
  .ru__lang{
    border-bottom: 1px solid #E8E8E8 !important;
    padding-bottom: 1rem;
    margin-bottom: 0 !important;
  }
  .dropdown__content .nav-item:last-child,
  .ru__lang:last-child{
    border-bottom: none !important;
  }
  .dropdown__content .nav-item,
  .ru__lang{
    padding: .5rem !important;
  }
  .uzb__lang,
  .ru__lang{
    font-size: 16px;
    font-weight: 500;
  }
  .lang__change{
    padding-top: 1rem;
  }
  .curses,
  .chances{
    padding-top: 0;
  }
  .curses__top,
  .teachers__top{
    margin-bottom: 0;
  }
  .chances__card{
    padding: 20px 16px;
  }
  .chances__card-left{
    text-align: center;
  }
  .teachers__txt{
    display: none;
  }
  .chances__title,
  .news__top{
    margin-bottom: 1rem;
  }
  .more__grid{
    gap: 2rem;
  }
  .news__title{
    margin-bottom: 0 !important;
  }
  .news{
    padding-bottom: 0;
  }
  .online__more{
    padding-top: 0 !important;
  }
  .footer .right{
    display: none;
  }
  .footer__big-col{
    justify-content: center;
    text-align: center;
  }
  .footer__bottom{
    flex-direction: column;
    justify-content: center;
    gap:  1rem;
    text-align: center;
    align-items: center;
  }
  .more__curses-container-fluid{
    padding-top: 20px;
  }
  .login{
    display: none !important;
  }
  .hidden-login{
    display: flex !important;
    width: 100%;
    justify-content: center;
  }
  .card-doc{
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .massages__value{
    left: 40% !important;
  }
  .profile__wrapper{
    justify-content: center;
  }
}
header,
.more__curses-card{
  box-shadow: 0px 10px 20px rgb(106 66 28 / 5%)
}
@media screen and (max-width: 767px) {
  .home__col-left{
    margin-bottom: 2rem;
  }
  .online__home-txt{
    margin-bottom: 2rem;
  }
  .inner__mid-card{
    max-width: 100%;
  }
  .news__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .news__title{
    margin-bottom: 1rem;
  }
  .module__page-bottom{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  :root{
    --big-fs: 32px; 
    --big-sec-fs: 28px;
    --medium-fs: 20px;
    --normal-fs: 16px;
    --small-fs: 14px;
  }
  .vertical-slider{
    margin-bottom: 2rem;
  }
  .vert-swiper,
  .mySwiper2{
    height: 400px;
  }
  .more__curses-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .button__box{
    /* justify-content: center; */
  }
  .more__curses-button{
    width: 70%;
  }
  .more__grid,
  .curses__grid,
  .chances__grid,
  .teachers__grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__links{
    text-align: center;
  }
  .footer__col{
    margin-bottom: 1rem;
  }
  .round::after{
    width: 250px;
    height: 250px;
  }
  .home__img{
    width: 100%;
  }
  .home{
    padding-top: 0;
  }
  .chances__card{
    margin: 0 auto;
  }
  .online-round::after{
    top: 0;
    right: 0;
    width: 200px !important;
    height: 200px !important;
  }
  .teachers__title{
    margin-bottom: 1rem;
  }
  .teachers__txt{
    max-width: 100%;
  }
  .navbar-collapse{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0px;
  }
  .nav-item{
    margin-bottom: 1rem;
  }
  .info__box-btn{
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .start__module{
    text-align: start;
  }
  .modules__card-img img{
    width: 100%;
  }
  .modules__card{
    margin-right: 0;
    width: 100%;
  }
  .modules__cards{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chances__card-right{
    padding-top: 1rem;
    justify-content: center;
  }
  .search{
    width: 70%;
  }
  .small--input{
    margin-bottom: 1rem;
  }
  .module__col-card{
    padding: 0;
  }
  .module__bottom-col-left,
  .bottom__bottom-col-right{
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .inner__map{
    margin-bottom: 2rem;
  }
  .other__page-nav{
    flex-wrap: wrap;
  }
  .news__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar{
    padding: 12px 10px !important;
  }
  .nav-item{
    justify-content: center;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 400px) {
  :root{
    --big-fs: 28px; 
    --big-sec-fs: 24px;
    --medium-fs: 18px;
    --normal-fs: 14px;
    --small-fs: 13px;
  }

  .navbar-brand img{
    width: 150px;
  }
  
  .about__card{
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .about__card-top{
    justify-content: space-between;
  }
  .about{
    padding-top: 0;
  }
  .about__col-left{
    padding: 0;
  }
  .about__col-right{
    flex-wrap: wrap;
    padding: 0;
  }
  /*.home__img{
    width: 200px;
  }*/
  .round::after{
    width: 150px;
    height: 150px;
  }
  .home__subtitle{
    margin-bottom: 3rem;
  }
  .home__col-left{
    margin-bottom: 3rem;
    padding: 0;
  }
  .home__col-left a{
    width: 100%;
  }
  .linkk{
    gap: 0;
  }
  .teachers__top{
    flex-wrap: wrap;
  }
  .player-controls{
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .player__txt{
    margin-bottom: 1rem;
  }
  #playAudio{
    margin: 1rem 1rem 0rem 1rem;
  }
  #download{
    margin-top: 1rem;
  }
  .search{
    padding-left: 1rem;
    width: 100%;
  }
  .more__curses-button{
    width: 100%;
  }
  .news__grid{
    grid-template-columns: repeat(1, 1fr);
  }
}


/*My style CSS*/

blockquote
  { 
    padding-left: 30px;
    border-left: 3px solid #0d6efd;
  }

  .inner__bottom .more__card-title,  .inner__bottom .more__card-txt,  .inner__bottom .more__card-bottom{
padding: 0 8px;
  }

.inner__bottom .more__card{
  background: white;
}
.inner__bottom .anime--button{
  margin-bottom: 12px;
}

.more__card-date{
  display: none;
}

.txt__section p{
  margin: 20px 0;
  color: black !important;
  font-size: 16px !important;
}
.vertical-slider{
  background: white;
  padding: 30px;
  box-sizing: border-box;
}

.vertical-slider img{
    max-width: 70%;
    margin: 20px auto;
}

.block img{
  height: 500px !important;
  width: 100%;
  object-fit: contain !important;
}