/**************************/
/* SIGN-IN PAGE */
/**************************/

/**************************/
/* HEADER */
/**************************/
.header {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  background-color: #fff4f9;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 2.5rem 4.8rem;
  position: relative;
}

.fill-white {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;

  /* max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto; */

  /* Because we want header to be sticky later */
  height: 8.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  width: 20rem;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #ae0057;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: px;
  color: #fff;
  background-color: #ae0057;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #8f0048;
}

.sign-in {
  text-decoration: none;
  color: #ae0057;
  font-size: 2rem;
}

.sign-in:link,
.sign-in:visited {
  text-decoration: none;
  color: #ae0057;
  font-size: 2.2rem;
}

.sign-in:hover,
.sign-in:active {
  color: #58012d;
  text-decoration: underline;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/**************************/
/* HERO SECTION */
/**************************/

.section-hero {
  background-color: #fff4f9;
  padding: 4.8rem 0 9.6rem 0;
}

.hero {
  max-width: 136rem;
  margin: 0 auto;
  /* padding: 0 3.2rem; */
  /* margin-left: 17rem; */

  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: center;
}

.transforming {
  font-size: 5rem;
  font-family: celaraz;
  color: #53012a;
  /* letter-spacing: 0.1rem; */
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.Box-fun-video {
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-right: 10rem;
  padding: 1rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 1.4rem 4.8rem rgba(122, 1, 72, 0.075);
  border-radius: 6px;
}

.fun-video-img {
  width: 7rem;
}

.fun-text a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  color: #171717;
}

.fun-text a:hover,
.fun-text a:active {
  color: #8f0048;
  font-weight: bold;
}

.click-here {
  color: #8f0048;
  font-weight: bold;
}

.hero-img {
  width: 100%;
  height: 100%;
}

/* .hero-img-box {
  background-color: #ffd4ec;
} */

.delivered-meals {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 3rem;
  margin-top: 5.5rem;
}

.delivered-imgs {
  display: flex;
}

.delivered-imgs img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  border: 3px solid #fdf2e9;
}

.delivered-imgs img:last-child {
  margin: 0;
}

.active-learners-img {
  width: 12rem;
  height: 7rem;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.delivered-text span {
  color: #ae0057;
  font-weight: 700;
}

/**************************/
/* WHY SKOOLDUO WORKS */
/**************************/

.why-skoolduo-works {
  padding: 9.6rem 0;
  background-color: #fff;
  margin-bottom: 4rem;
}

.why-skoolduo-works-text {
  font-size: 5rem;
  /* font-family: celaraz; */
  color: #171717;
  margin-bottom: 12rem;
}

.skoolduo-works {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
  max-width: 120rem;
  margin: 0 auto;
}

.skoolduo-works-boxes {
  /* text-align: center; */
  /* background-color: #fff; */
  padding: 2rem 3rem;
  border-radius: 1.5rem;
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075); */
  transition: all 0.4s;
  text-align: center;
}

.skoolduo-works-boxes:hover {
  transform: translateY(-1.2rem);
  /* box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06); */
}

.skoolduo-learning-works {
  height: 14rem;
  width: 14rem;
  margin-bottom: 2.5rem;
}

.skoolduo-works-head-text {
  font-family: celaraz;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1;
}

.skoolduo-works-description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: celaraz;
}

.recommended-topic-section {
  max-width: 110rem;
  margin: 0 auto;
}

.topic-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2rem;
  column-gap: 2rem;
  align-items: center;
}

.subject-topics {
  margin-bottom: 5rem;
}

.topic-single-box {
  box-sizing: border-box;
  border: 2px solid #d3d3d3;
  border-radius: 0.6rem;
  padding: 2.6rem 2rem;
  text-decoration: none;
}

.topic-text {
  font-size: 1.8rem;
  color: black;
  text-align: center;
}

.topic-text:link,
.topic-text:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.topic-text:hover,
.topic-text:active {
  color: #ae0057;
}

/* .outline {
  background: #fff;
} */

/**************************/
/* LEARNING RESOURCES */
/**************************/

.learning-resources {
  margin-top: 10rem;
  padding: 9.6rem 0;
  background-color: #ffffff;
}

.griden {
  display: grid;
  column-gap: 2.4rem;
  row-gap: 7.4rem;
}

.resources {
  background: #fff;
  box-shadow: 0 1.4rem 4.8rem rgba(122, 1, 72, 0.075);
  /* border-radius: 11px; */
  overflow: hidden;
  transition: all 0.4s;
  text-decoration: none;
  color: #171717;
}

.learning-resource-text {
  font-size: 3.5rem;
  margin-bottom: 5rem;
  font-weight: 500;
}

.resources:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.resources-content {
  padding: 1.8rem 1.8rem 1.8rem 1.8rem;
}

.resources-head-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.resources-img {
  width: 100%;
  padding: 2rem;
  border-radius: 3rem;
  padding-bottom: 0;
}

.view-more-resources {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 5rem;
}

.margin-bottom-resources {
  margin-bottom: 1rem !important;
}

/**************************/
/* EVENTS */
/**************************/

.section-events {
  margin-top: 10rem;
  padding: 9.6rem 0;
  background-color: #fff4f9;
  margin-bottom: 10rem;
}

.events {
  background: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
  text-decoration: none;
  color: #171717;
}

.events:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

/* .events-content {
  padding: 2.8rem 7rem 2.8rem 2.8rem;
} */

.event-head-text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.events-img {
  width: 100%;
  padding: 2rem;
  padding-bottom: 2rem;
  border-radius: 3rem;
}

.view-more-events {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.margin-bottom-event {
  margin-bottom: 3.5rem !important;
}

/**************************/
/* SEE OUR LATEST NEWS SECTION */
/**************************/

.latest-news {
  padding: 9.6rem 0;
  margin-bottom: 2rem;
}

.latest-news {
  margin-bottom: 15rem;
}

.images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 1.8rem;
}

.img-img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.item1 {
  grid-row-start: 1;
  grid-row-end: 3;
}

.item3 {
  grid-row-start: 3;
  grid-row-end: 2;
}

.item4 {
  grid-row-start: 3;
  grid-row-end: 1;
}

.blog-images {
  height: 25rem;
}

************************
/* TESTIMONIAL SECTION */
/**************************/

/* .testimonial {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 11rem;
  align-items: center;
}

.testimonial-head-text {
  margin-bottom: 0 !important;
}

.testimonial-description {
  margin-top: 4rem;
  font-family: celaraz;
  font-size: 2rem;
  line-height: 1.6;
}

.left-text {
  margin-bottom: 1rem !important;
}

.Testifier {
  font-family: celaraz;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
} */

/**************************/
/* GALLERY SECTION */
/**************************/
/* 
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #eee;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
} */

/**************************/
/* CTA SECTION */
/**************************/

.section-cta {
  /* top / right / bottom / left */
  /* padding: 9.6rem 0 12.8rem 0; */

  /* top / horizontal / left */
  padding: 10.8rem 0 12.8rem;
  margin-top: 8rem;
  background-color: #fff4f9;
}

.cta {
  display: grid;
  /* 2/3 = 66.6% + 1/3 = 33.3% */
  grid-template-columns: 2fr 1fr;
  /* background-color: #e67e22; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  background-image: linear-gradient(to right bottom, #ffffff, #ffffff);
  overflow: hidden;
}

.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #ae0057;
}

.cta .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.cta-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      #6d8aff23,
      rgba(177, 6, 6, 0.226)
    ),
    url("../img/cta.png");
  background-size: cover;
  background-position: center;
}

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #f0f0f0;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-form input::placeholder {
  color: #b9b9b9;
}

.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(0, 0, 0, 0.5);
}

a:focus, button:focus {
    outline: none;
    box-shadow: none;
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.grid--footer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #ae0057;
}

/**************************/
/* ABOUT PAGE */
/**************************/

.about-img-display {
  height: 100%;
  width: 100%;
}

/**************************/
/* WE SPECIALIZE IN SECTION */
/**************************/

.section-specialty {
  background-color: #fff;
  padding: 4.8rem 0 9.6rem 0;
}

.specialty {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 9.6rem;
  align-items: center;
  justify-items: center;
  align-self: center;
}

.heading-secondary--text {
  padding-top: 6rem;
}

.specialty-description {
  font-family: celaraz;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-top: 10rem;
}

.specialty-img {
  width: 40rem;
  height: 100%;
}

.specialty-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2rem;
}

.specialty-list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1;
}

.check-icon {
  height: 1.4rem;
  width: 1.4rem;
  color: #1864ab;
  background: #a5d8ff;
  padding: 5px;
  border-radius: 50%;
}

.grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.5rem;
}

.specialty-features-item {
  font-size: 1.8rem;
  /* display: flex;
  align-items: center; */
  gap: 1.6rem;
  line-height: 1.2;
}

.specialty-features-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

/**************************/
/* EVENT PAGE */
/**************************/

.about-img-display {
  height: 100%;
  width: 100%;
  margin-bottom: 5rem;
}

/**************************/
/* WE SPECIALIZE IN SECTION */
/**************************/

.section-event-page {
  padding: 4.8rem 0 9.6rem 0;
}

.big-block-events {
  background: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
}

.big-block-events:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.event-page {
  max-width: 135rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 7rem;
}

.event-page-new {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  line-height: 1.2;
  color: #ae0057;
  margin-top: 1.8rem;
}

.event-page-head-text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.event-page-list-event {
  grid-template-rows: 1fr 1fr 1fr;
  display: grid;
  background-color: #f0f0f0;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  padding: 3.5rem;
}

.event-page-list-description {
  font-family: celaraz;
  font-size: 1.6rem;
  line-height: 1.5;
  /* margin-bottom: 2.2rem; */
}

.line-1 {
  height: 1px;
  background: #171717;
  margin-top: 3rem;
}

.list-event-grid {
  grid-template-columns: 2fr 1fr;
  display: grid;
  align-items: end;
  gap: 2rem;
}

.events-page-img {
  width: 100%;
  height: 50rem;
  padding: 2rem;
  border-radius: 3rem;
  padding-bottom: 0;
}

.events-page-list-img {
  width: 15rem;
  height: 12rem;
}

.heading-secondary--text {
  padding-top: 6rem;
}

.event-page-description {
  font-family: celaraz;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 2.2rem;
}

.specialty-img {
  width: 40rem;
  height: 100%;
}

.specialty-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2rem;
}

.specialty-list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1;
}

.check-icon {
  height: 1.4rem;
  width: 1.4rem;
  color: #1864ab;
  background: #a5d8ff;
  padding: 5px;
  border-radius: 50%;
}

.grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.5rem;
}

.specialty-features-item {
  font-size: 1.8rem;
  /* display: flex;
  align-items: center; */
  gap: 1.6rem;
  line-height: 1.2;
}

.specialty-features-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

/**************************/
/* LEARNING RESOURCES SECTION */
/**************************/
.learning-resources-nav {
  background-color: #fffbfd;
  padding: 4.8rem 0 9.6rem 0;
}

.learning-resources-head-text {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.btn-bottom-margin {
  margin-bottom: 3rem;
}

.sub-nav-division {
  margin-top: 10rem;
  margin-bottom: 1.5rem;
}
.material-box {
  margin-left: 7rem;
  margin-right: 7rem;
}

.learning-resources-grid {
  margin-left: 10rem;
  /* margin-right: 2rem; */
  display: grid;
  grid-template-columns: 0.5fr 4fr;
  gap: 3rem;
  /* align-items: center; */
}
.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.flex-grid-box {
  display: grid;
  gap: 2rem;
  /* grid-template-rows: 1fr 1fr 1fr; */
}

.filter {
  display: inline-block;
  margin-right: 2.5rem;
}

.mobile-filter {
  display: none;
}

.button-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* .learning-resources-materials {
  width: 100%;
  height: 70rem;
} */

/**************************/
/* LEARNING RESOURCES */
/**************************/

.learning-resources {
  margin-top: 10rem;
  padding: 9.6rem 0;
  background-color: #ffffff;
}

.learning-resource-buttons {
  display: flex;
}

.grid--5-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.griden {
  display: grid;
  column-gap: 2.4rem;
  row-gap: 4.3rem;
}

.resources-materials {
  background: #fff;
  box-shadow: 0 1.4rem 4.8rem rgba(122, 1, 72, 0.075);
  /* border-radius: 11px; */
  overflow: hidden;
  transition: all 0.4s;
  text-decoration: none;
  color: #171717;
}

.learning-resource-text {
  font-size: 3.5rem;
  margin-bottom: 5rem;
  font-weight: 500;
}

.resources-materials:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.resources-content {
  padding: 1.8rem 1.8rem 1.8rem 1.8rem;
}

.resources-head-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.resources-img {
  width: 100%;
  height: auto;
  padding: 2rem;
  border-radius: 3rem;
  padding-bottom: 0;
}

.view-more-resources {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 5rem;
}

.margin-bottom-resources {
  margin-bottom: 1rem !important;
}

.learning-resources-description {
  font-size: 1.4rem;
  line-height: 1.3;
}

.resources-heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.resources-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.resources-link:link,
.resources-link:visited {
  text-decoration: none;
  font-size: 1.7rem;
  color: #3d3d3d;
  transition: all 0.3s;
}

.resources-link:hover,
.resources-link:active {
  color: #ae0057;
}

.select-action select-where {
  font-size: 2rem;
  color: #b9b9b9;
}

/**************************/
/* INFO-MATERIALS PAGE */
/**************************/
.section-info-materials {
  /* background-color: #fff4f9; */
  padding: 4.8rem 0 9.6rem 0;
  margin-top: 0rem;
  background-color: #fffbfd;
}

.info-material {
  /* max-width: 150rem;
  margin: 0 auto; */
  /* padding: 0 3.2rem; */
  margin-top: 5rem;
  margin-left: 25rem;
  margin-right: 20rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 6rem;
  /* align-items: center; */
}

/* .resource-material-height {
  height: 100%;
} */

.info-material-description {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.info-material-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* .hero-img-box {
  background-color: #ffd4ec;
} */

.learning-related-resources {
  margin-top: 0rem;
  background-color: #fffbfd;
}

/* VIDEOS */

.video-thumbnails {
  text-decoration: none;
}

.resource-videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 5rem;
  column-gap: 3.3rem;
}

.thumbnail {
  width: 100%;
  /* height: 100%; */
}

.video-head-text {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #700038;
}

.video-resource-description {
  margin-top: 0.5rem;
  color: #700038;
}

/* ////////////////////////////////////// */

/* search box */
.kontainer .input {
  /* border: 1px; */
  outline: none;
  border-color: #9b9b9b;
  color: #fff;
  background-color: #ffffff;
}

.search-wrap .search-box {
  position: relative;
  width: 20rem;
  height: 3rem;
  margin-left: 3.5rem;
}

.search-wrap .search-box .input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
}

.search-wrap .search-box .btns {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 4.3rem;
  background: #700038;
  z-index: 1;
  cursor: pointer;
}

.search-wrap .search-box .btns:hover {
  background: #700038;
}

.search-wrap .search-box .btn-common .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.search-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.nav-icon {
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
}
