/* imports */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* general */
html,body {
  height: 100%;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.gradient {
  background: rgb(253,252,112);
  background: radial-gradient(circle, rgba(253,252,112,1) 25%, rgba(252,215,58,1) 67%, rgba(252,215,58,1) 87%);
}

/* opener */
.intro {
  background: rgb(253,252,112);
  background: radial-gradient(circle, rgba(253,252,112,1) 25%, rgba(252,215,58,1) 67%, rgba(252,215,58,1) 87%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text {
  text-align: center;
}

.intro img {
  width: 70%;
  height: auto;
}

.slider {
  background: rgb(41, 41, 41);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.hide {
  background: transparent;
  overflow: hidden;
}

.hide span {
  transform: translateY(100%);
  display: inline-block;
}

/* navbar */
.navbar {
  transition: 0.3s all;
}

.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  margin-right: 15px;

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





#mainNav {
  color: #fff;
}
#mainNav.navbar-scrolled {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  background-color: whitesmoke;
  transition: 0.3s all;
}
#brand-logo.navbarbrand-scrolled {
  height: 50px;
  width: auto;
  transition: 0.3s all;
}

.navbar-brand img {
  height: 80px;
  width: auto;
  transition: 0.3s all
}

.accent {
  background:rgba(252,215,58,1);
  border-radius: 20px;
  padding: 8px 40px;
}
.nav-item.accent-scrolled {
  border-radius: 20px;
  background-color: rgba(252,215,58,1);
}

/* header block */
.page-header {
  font-size: 1.25rem;
  padding-top: 6%;
}
.wrap3dcontainer {
  perspective: 1000px;
}

.right-text {
  transform-style: preserve-3d;
  transition: 0.2s all;
}

.top-inner-text  {
  transition: 100ms;
  /* transform: translateZ(40px); */
}
.right-text:hover .top-inner-text {
  transition: 1s all;

  transform: translateZ(-40px);
}

.right-text h2 {
  font-size: 85px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /* border-bottom: 4px solid #000; */

}
.line {
  height: 6px;
  background: #000;
  width: 30%;
  margin-bottom: 20px;
}
.right-text p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  font-family: 'Open Sans', sans-serif;
  transition: none 0s ease 0s;


}

.header-right-img img {
  width: 70%;
  height: auto;
}
.main-action-btn {
  text-align: center;
  font-family: 'Poppins', sans-serif;
	border-radius:4px;
	border:2px solid #000000;
	display:inline-block;
	cursor:pointer;
  color:#ffffff;
  font-weight: 600;
	font-family:Arial;
	font-size:16px;
  padding:15px 0;
  width: 100%;
	text-decoration:none;
  transition: 0.3s all
  
}
.main-action-btn:hover {
  color: #fff;
  background-color:#000000;
  transition: 0.3s all
  
}

.primary-btn {
  background-color:#292729;
  font-family: 'Poppins', sans-serif;
}

.secondary-btn {
  font-family: 'Poppins', sans-serif;
  background-color:transparent;
  color:#000;
  transition: 0.3s all
  
}
.secondary-btn:hover {
  color:#fff;
  background-color:#292729;

  transition: 0.3s all
  

}


/* steps secion */

.steps {
  background:#F2F6FC;
}
.guide-img img {
  width: 80%;
  height: auto;
}
.steps-top-text h3 {
  font-family: 'Oswald', sans-serif;
}
.line2 {
  height: 6px;
  background: #000;
  width: 10%;
  margin-bottom: 20px;

}

.steps-top-text h1 {
  font-family: 'Open Sans', sans-serif;

}
.guide-body {
  font-family: 'Open Sans', sans-serif;

}
.g-title {
  font-size: 22px;
}
.g-subtitle {
  font-size: 22px;
  font-weight: 600;
}

.feature {
  color: rgb(34, 34, 34);
}

.feature ul {
  padding-left: 2rem;
  list-style-type: none;
}

.feature ul li {
  padding-left: 2rem;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.icon {
  color: rgb(34, 34, 34);
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-us-vid {
  background-color: whitesmoke;
}

.about-us-vid h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 65px;

}
.about-us-vid p {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;

}

/* plans  */

/* plan-column
  plan-card
    plan-header
      price
        per-month
      plan-name 
*/
.plans {
  margin-bottom: 100px;
}
.plans-title-row {
  margin-bottom: 50px;
}
.plan-row {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.plan-column {
  background-color:white;
  box-shadow: 0 7px 30px rgba(52, 31, 97, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  transition: 0.3s all;

}
.plan-column.popular {
  background:rgba(252,215,58,1);
  box-shadow: 0 7px 30px rgba(52, 13, 135, 0.3);
  margin-top: -1.5rem;
  padding-top: 3rem;
  margin-bottom: -1.5rem;
  padding-bottom: 3rem;
}
.plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-weight: bold;
}
.price {
  font-size: 2rem;
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
}

.kzt {
  margin-bottom: .55rem;
  font-size: 11px;
}

.plan-name {
  text-transform: uppercase;
  font-size: 16px;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: rgba(0,0,0,.2);
  margin-top: 20px;
}

.features {
  padding-top: 20px;
}
.feature {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.feature img {
  margin-right: 7px;
}
.feature.disabled {
  color: rgb(87, 87, 87);
  text-decoration: line-through;
}
.cta-wrapepr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta {
  text-decoration: none;
  color: whitesmoke;
  background-color: rgb(27, 27, 27);
  width: 60%;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;

  transition: 0.3s all;

}
.cta:hover {
  border-radius: 6px;
  background-color: #000;
  color: rgba(252,215,58,1);
  transition: 0.3s all;
}
.plan-column:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}
/* .services {
  color: rgb(34, 34, 34);
} */





/* slider - student feedbacks  */

.stdreviews {
  margin-top: 100px;
  margin-bottom: 100px;
}
.revtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.each-rev {
  background:rgba(252,215,58,1);
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 40px ;
  outline: none;
}
.revname {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
}



/* footer */
footer {
  color: rgb(34, 34, 34);
  font-size: 1rem;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Open Sans', sans-serif;

}

.footer-big-logo {
  height: 100%;
  width: 100%;
}
.footer-big-logo img {
  height: 100%;
  width: 40%;

}
.footer-big-logo {
  display: flex;
  justify-content: center;
}
.useful-links, .contact_f {
  display: flex;
  flex-direction: column;

}
footer h3 {
  font-weight: 700;

}
.useful-links a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}
.useful-links a:hover {
  transform: scale(1.1)
}
.contact_f a {
  text-decoration: underline;
  color: #000;
}
.socialf {
  flex-direction: column;
}
.socialf a {
  font-size: 16px;
  color: #000;
  margin-right: 20px;
  transition: 0.3s all;
  text-decoration: none;
}
.socialf a:hover {
  transform: translate(1.1);
  color: rgb(74, 74, 255);
  transition: 0.3s all;
}

.services_img {
  width: 100%;
}
