* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  color: #001120;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
}
.card-body{
    width: 100%;
}
.custom-main-area{
    width: 100%;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block_primakara_landing_1{
  background-color: white !important;
}
h1,
h2,
h3 {
  font-family: "Georama";
}
h1 {
  font-size: 2.custom-55em;
  line-height: 1.custom-5em;
}
h2 {
  font-size: 1.custom-95em;
  line-height: 1.custom-5em;
}
h3 {
  font-size: 1.custom-15em;
  line-height: 1.custom-5em;
}
p,
span {
  opacity: 0.custom-8;
  font-size: 0.custom-95em;
  line-height: 1.custom-65em;
}
.custom-subheading {
  color: #004680;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.custom-12em;
}
button.custom-blue-btn {
  width: fit-content;
  padding: 12px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #004680;
  color: white;
  font-family: "Georama";
  font-weight: 700;
  font-size: 0.custom-85em;
  cursor: pointer;
}
button.custom-blue-btn p {
  opacity: 1;
  color: white;
}
button.custom-blue-btn:hover {
  background-color: #013159;
  box-shadow: 0px 0px 4px #01315970;
}
button.custom-blue-btn img{
  height: 16px;
}
.custom-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 0 64px;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}
/* HERO */
.custom-hero .custom-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  margin-top: 64px;
}
.custom-hero .custom-container .custom-image-area {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.custom-hero .custom-container .custom-image-area img {
  width: 100%;
}
.custom-hero .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
/* ABOUT */
.custom-about .custom-container,
.custom-courses-area .custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.custom-about .custom-container .custom-text-area,
.custom-courses-area .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 564px;
  text-align: center;
}
.custom-about .custom-container .custom-box-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.custom-about .custom-container .custom-box-cards .custom-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #0131590f;
  flex: 1;
}
.custom-about .custom-container .custom-box-cards .custom-card .custom-cover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.custom-about .custom-container .custom-box-cards .custom-card img {
  height: 52px;
}
.custom-about .custom-container .custom-box-cards .custom-card:hover {
  box-shadow: 0px 0px 12px #00468022;
}
/* FLEXIBLE */
.custom-lay-simple .custom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.custom-lay-simple .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.custom-lay-simple .custom-container .custom-text-area button {
  margin-top: 8px;
}
.custom-lay-simple .custom-container .custom-image-area {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  /* border: 1px solid #00468022; */
  border-radius: 8px;
}
.custom-lay-simple .custom-container .custom-image-area img {
  width: 100%;
}

.custom-lay-simple.custom-alpha .custom-container {
  flex-direction: row-reverse;
}
/* VIDEO */
.custom-education-video .custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.custom-education-video .custom-container .custom-box-video {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.custom-education-video .custom-container .custom-box-video span {
  color: #004680;
  font-size: 0.custom-8em;
  font-family: "Georama";
  font-weight: 800px;
}
.custom-education-video .custom-container .custom-box-video .custom-cover {
  width: 100%;
  /* border: #00468022 1px solid; */
  border-radius: 8px;
  overflow: hidden;
}
.custom-education-video .custom-container .custom-box-video .custom-cover img {
  width: 100%;
}
.custom-education-video .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 564px;
  text-align: center;
}
/* COURSES */
.custom-courses{
  max-width: 100%;
  overflow: hidden;
}
.custom-courses .custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.custom-courses .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 564px;
  text-align: center;
}
.custom-courses .custom-container .custom-box-course {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  overflow-x: scroll;
}
/* BLOG */
.custom-blogs .custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.custom-blogs .custom-container .custom-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 564px;
  text-align: center;
}
.custom-blogs .custom-container .custom-box-course {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  overflow-x: scroll;
}
/* CTA */
.custom-cta .custom-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 564px;
  text-align: center;
  gap: 16px;
}
/* RESPONSIVE */
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .custom-container {
    padding: 0 52px;
  }
}
@media screen and (max-width: 864px) {
  body {
    font-size: 12px;
  }
  .custom-container {
    padding: 0 40px;
  }
  section {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 672px) {
  .custom-hero .custom-container {
    flex-direction: column;
    gap: 24px;
  }
  .custom-about .custom-container .custom-box-cards {
    flex-direction: column;
    gap: 16px;
  }
  .custom-about .custom-container .custom-box-cards .custom-card img {
    height: 40px;
  }
  .custom-lay-simple .custom-container,
  .custom-lay-simple.custom-alpha .custom-container {
    flex-direction: column;
    gap: 24px;
  }
  .custom-container {
    padding: 0 32px;
  }
  section {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 564px) {
  .custom-container {
    padding: 0 24px;
  }
}
