* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.mobile-header {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid;
}

header a {
  text-decoration: none;
}

header nav a {
  color: #272a31;
}

.desktop-header-icons {
  width: 100%;
  padding: 0;
  background-color: rgb(62, 62, 62);
}

.program-list > li {
  width: 10rem;
  height: auto;
  padding: max(0.5vw, 1rem);
}

.desktop-header-icons ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding-right: 155px;
}

.program-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3px;
  min-height: 90px;
  background-color: rgb(211, 211, 211, 0.2);
  width: 11rem;
  padding: 20px;
}

.desktop-header-icons ul li {
  margin: 5px 10px 5px 10px;
  color: white;
}

.desktop-header-nav {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-around;
}

.desktop-header-nav img {
  width: 48px;
  height: 48px;
}

.desktop-header-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

.desktop-header-nav ul li {
  margin-left: 60px;
}

main {
  margin-top: 80px;
}

.intro {
  background-image:
    linear-gradient(
      rgba(211, 211, 211, 0.9),
      rgba(211, 211, 211, 0.9)
    ),
    url(../assets/images/webdesktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 60px 150px 80px 150px;
}

.intro h1 {
  color: rgb(236, 82, 66);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-family: 'COCOGOOSE', sans-serif;
  padding: 10px;
  width: 70%;
  background-image: url(../assets/images/fire.jpg);
  background-size: cover;
  background-position: center center;
  background-clip: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro p {
  padding: 15px;
  color: #272a31;
  border: 2px solid white;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 30px;
  width: max(80%, 30rem);
  font-family: 'Lato', sans-serif;
}

.main-program {
  background-image:
    url(../assets/images/main-bg.png),
    linear-gradient(rgb(39, 42, 49), rgb(39, 42, 49));
  background-repeat: repeat;
  background-size: 20px;
  border: solid;
}

.main-program > h1 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #d3d3d3;
  font-family: 'Lato', sans-serif;
}

.main-program hr,
.tutors hr,
.partner hr,
.testimonies hr,
.logo-descript hr {
  width: 40px;
  border: 1px solid #ec5242;
}

.program-list {
  list-style-type: none;
  padding: 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.program-list div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex1,
.flex2,
.flex3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.flex1 {
  width: 48px;
  height: 48px;
}

.flex2 {
  min-width: 25%;
  overflow: hidden;
  color: #ec5242;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}

.flex3 {
  min-width: 50%;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
  color: white;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
}

.join-gst {
  display: none;
}

.show-more-courses {
  display: block;
  margin: 0 auto;
  background: none;
  color: white;
  border: none;
  text-decoration: underline;
  margin-bottom: 60px;
  font-family: 'Lato', sans-serif;
}

.tutors {
  padding: 0;
}

.tutors-title {
  text-align: center;
  font-weight: bold;
  color: #ec5242;
  font-family: 'Lato', sans-serif;
}

.grid-tutors {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  font-family: 'Lato', sans-serif;
  padding: 5% 0;
  justify-content: center;
}

.grid-pro-1 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 12px;
  padding-top: 12px;
  object-fit: cover;
  object-position: bottom;
}

.image-container {
  background-image: url('../assets/images/chess.jpg');
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  padding: 0;
  width: clamp(7rem, 10vw, 15rem);
  height: clamp(7rem, 10vw, 15rem);
}

.grid-pro-2 {
  margin: 0;
  font-weight: bold;
  word-break: break-all;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.grid-pro-3 {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #ec5242;
  font-weight: bold;
  word-break: break-all;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
}

.grid-pro-4 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.grid-profiles {
  display: flex;
  padding: 0;
  width: clamp(21rem, 40vw, 50rem);
}

.profile-info::after {
  content: "";
  clear: both;
  display: block;
}

.profile-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
}

.grid-profiles p {
  margin-left: 10px;
  padding: 3px;
}

.more-tutors {
  display: none;
}

.about-footer {
  background-color: white;
}

.desktop-partner {
  display: none;
}

.desktop-footer {
  background-color: rgb(46, 46, 46);
  margin-top: 60px;
}

.partner p {
  text-align: center;
  color: gray;
  font-size: 20px;
}

.description > p {
  border: 2px solid gray;
  padding: 15px;
  background-color: white;
  width: 70%;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
}

.contact-us p {
  padding: 0 15px;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
}

.logo-descript p {
  padding: 0 65px;
}

footer div:last-child p {
  margin-left: 100px;
  font-family: 'Lato', sans-serif;
}

.desktop-footer div:last-child p {
  color: rgb(62, 62, 62);
}

.about-footer div:last-child p {
  color: white;
}

.partner {
  background-color: rgb(46, 46, 46);
  min-height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Lato', sans-serif;
}

.partner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}

.partner ul li {
  font-size: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

footer div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.footer-logo {
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 100px;
}

/************ About Section **************/

.body {
  background-color: #e6e4e4;
}

.description {
  background-color: #e6e4e4;
  padding: 20px 20px 20px 150px;
  text-align: center;
}

.description h1 {
  color: orangered;
  font-size: max(2vw, 3rem);
  font-weight: 400;
  padding: 20px;
  width: clamp(30rem, 65%, 50rem);
  margin: 0 auto;
  font-family: 'COCOGOOSE', sans-serif;
}

.contact-us {
  text-align: center;
  padding-bottom: 20px;
}

.about-logo {
  background-color: white;
  padding-left: 150px;
}

.logo-descript {
  margin: 0 auto;
  width: 70%;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

.logo {
  margin: 0 auto;
  width: 40%;
  border: 1px solid rgb(179, 177, 177);
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}

.logo img {
  max-width: 40%;
  height: auto;
}

.testimonies {
  background-color: white;
  padding: 20px 20px 20px 150px;
}

.testimonies-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

.testimonies-intro {
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  text-align: center;
  width: 70%;
  padding: 0 100px;
}

.testimonies-cards {
  margin-left: 15%;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 70%;
}

.card1 {
  background-color: rgb(219, 110, 90);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}

.card1 img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: block;
}

.card2 {
  background-color: rgb(219, 110, 90);
  width: 100%;
  height: 100%;
  margin-left: 2%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.card2 img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: block;
}

.year {
  text-align: center;
  position: absolute;
  top: 20%;
  right: 25%;
  left: 25%;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.8vw;
}

.statistics {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 1.2vw;
}
