main {
  font-size: 1.27em;
}

/* 20px */
main h1 {
  font-size: 3.5em;
}

/* 44px */
main h2 {
  font-size: 2.5em;
}

/* 40px */
main h3 {
  font-size: 2.25em;
}

/* 36px */
main p {
  font-size: 1.0em;
}

/* 20px */

div.borderad {
  border-radius: 0px 20px 0px 0px;
}

.marblebg {
  background-image: url(/assets/images/marble-texture-bg.jpg);
  position: relative;
  background-repeat: round;
}

.squarebg {
  background-image: url(/assets/images/multiple-square-bg.jpg);
}

.prev,
.next {
  cursor: pointer;
  /* position: absolute; */
  /* top: 40%; */
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--bg-green);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.myslides {
  display: none;
}

.program-img {
  width: 892px;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

.program-thmb {
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

img.loklokimg {
  width: 446px;
  height: auto;
  position: relative;
  z-index: 1;
  left: 8vw;
}

div#greenintro {
  background-color: var(--bg-green);
  padding: 2% 38% 2% 0%;
  color: white;
}

p#greenintrotext {
  position: relative;
  left: 33%;
}

#historybox {
  padding-top: 5%;
  padding-right: 2%;
  padding-bottom: 2%;
  border-radius: 0 20px 0 0;
}

.headertitle {
  text-align: end;
  color: var(--bg-green);
  line-height: 43px;
  font-weight: 600;
}

#ownerblackbox {
  border-radius: 0 10px 0 0;
  padding-right: 20px;
}

#historytext {
  text-align: justify;
  color: black;
  background-image: url(/assets/images/marble-texture-bg.jpg);
  padding: 10px;
}

img#verticalarrow1 {
  /* transform: rotate(90deg); */
  position: relative;
  left: 14vw;
  top: 19px;
  display: flex;
  width: 290px;
  height: auto;
}

img#verticalarrow2 {
  /* transform: rotate(90deg); */
  position: relative;
  top: 23px;
  display: flex;
  width: 290px;
  height: auto;
  left: 7vw;
  z-index: 1;
}

#historyimagewrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 0;

}

div.historyimage {
  background-color: var(--bg-green);
  padding: 10px;
  border-radius: 10px 0 0 10px;
}

img.historyimage {
  width: 430px;
  height: auto;
  border-radius: 10px
}

.boldgreentext {
  color: var(--bg-green);
  font-weight: 500
}

div.greenstripwrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--bg-green);
  width: 100%;
  height: 234.6%;
  border-radius: 20px 0 0 0;
  padding: 30px 0 30px 20px;
}

div.greenstrip {
  background-color: white;
  width: 5%;
  height: 4%;
  display: flex;
}

img.mahalimimg {
  width: 300px;
  height: auto;
  filter: drop-shadow(5px 5px 4px);
}

#radziname {
  background-color: var(--bg-grey);
  border-radius: 0px 20px 20px 0px;
  color: white;
  font-weight: 600;
  text-align: left;
}

div small.ownername {
  font-weight: 400;
}

#radzidetail {
  background-color: var(--bg-green);
  border-radius: 0px 20px 0px 0px;
  height: 100%;
  color: white;
  text-align: left;
  flex: 1;
}

h1.reasontitle {
  color: var(--bg-green);
  font-weight: 600;
  font-size: 2.5em;
}

div div.reasondetail {
  font-weight: 500;
}

img#mahalimimg {
  width: 300px;
  height: auto;
  filter: drop-shadow(-5px 5px 4px);
  margin: 0;
}

#mahalimname {
  background-color: var(--bg-grey);
  border-radius: 20px 0px 0px 20px;
  color: white;
  font-weight: 600;
  text-align: right;
}

#mahalimdetail {
  background-color: var(--bg-green);
  border-radius: 20px 0px 0px 0px;
  color: white;
  text-align: left;
  flex: 1;
  /* This will make them grow to fill available space */
}

#programmetext {
  top: 0;
}

div.carouselthmb {
  display: flex !important;
}

div#ownersection {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

div.indivsectionlg {
  display: flex;
  flex-direction: column;
  /* width: 25%; */
}

div.indivsectionsm {
  display: none;
  /* flex-direction: column; */
}

div.lmargin {
  display: flex;
  margin-right: 6px;
}

div.nomargin {
  display: none;
}

#introl {
  display: flex;
}

#intros {
  display: none;
}

div.reasonsection {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  width: 40%;
}

img.horizontalarrow {
  width: 258px;
  height: auto;
  margin-right: 19px;
  display: flex;
}

div.historyintro {
  display: flex;
  justify-content: end;
  align-items: center;
}

div.programintro {
  min-height: 450px;
}

div.section2 {
  position: relative;
  top: -18px;
}

.flex-column-container {
  display: flex;
  flex-direction: column;
}

#awardimage1 {
  display: none;
}

#awardimage2 {
  display: none;
}


@media screen and (max-width:1919.80px) {
  div#greenintro {
    background-color: var(--bg-green);
    padding: 2% 30% 2% 0%;
    color: white;
  }

  p#greenintrotext {
    position: relative;
    left: 33%;
  }

  img.loklokimg {
    width: 400px;
    height: auto;
    position: relative;
    z-index: 1;
    left: 4vw;
  }

  img.historyimage {
    width: clamp(310px, 22vw, 410px);
    height: auto;
    border-radius: 10px
  }

  img#mahalimimg {
    width: clamp(210px, 14vw, 300px);
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: 0;
  }

  img.mahalimimg {
    width: clamp(210px, 14vw, 300px);
    height: auto;
    filter: drop-shadow(5px 5px 4px);
  }

  #awardimage1 {
    display: none;
  }

  #awardimage2 {
    display: none;
  }

  img#verticalarrow1 {
    /* transform: rotate(90deg); */
    position: relative;
    left: 14vw;
    top: 19px;
    display: flex;
    width: 290px;
    height: auto;
  }

  img.horizontalarrow {
    width: 264px;
    height: auto;
    margin-right: 19px;
    display: flex;
  }
}

@media screen and (max-width: 1399.98px) {

  /*xx-large*/
  main {
    font-size: 1.25em;
  }

  /* 20px */
  main h1 {
    font-size: 2.75em;
  }

  /* 44px */
  main h2 {
    font-size: 2.5em;
  }

  /* 40px */
  main h3 {
    font-size: 2.25em;
  }

  /* 36px */
  main p {
    font-size: .87em;
  }

  /* 20px */

  div#greenintro {
    background-color: var(--bg-green);
    padding: 2% 30% 2% 0%;
    color: white;
  }

  p#greenintrotext {
    position: relative;
    left: 33%;
  }

  img.loklokimg {
    width: 340px;
    height: auto;
    position: relative;
    z-index: 1;
    left: 4vw;
  }

  img.historyimage {
    width: clamp(265px, 22vw, 307px);
    height: auto;
    border-radius: 10px
  }

  img.mahalimimg {
    width: 175px;
    height: auto;
    filter: drop-shadow(5px 5px 4px);
  }

  img#mahalimimg {
    width: 175px;
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: 0;
  }

  #awardimage1 {
    display: none;
  }

  #awardimage2 {
    display: none;
  }

  img#verticalarrow1 {
    /* transform: rotate(90deg); */
    position: relative;
    left: 14vw;
    top: 19px;
    display: flex;
    width: 250px;
    height: auto;
  }

  img.horizontalarrow {
    width: 179px;
    height: auto;
    margin-right: 19px;
    display: flex;
  }
}

@media screen and (max-width: 1199.98px) {

  /*xx-large*/
  main {
    font-size: 1.25em;
  }

  /* 20px */
  main h1 {
    font-size: 2.65em;
  }

  /* 44px */
  main h2 {
    font-size: 2.5em;
  }

  /* 40px */
  main h3 {
    font-size: 2.25em;
  }

  /* 36px */
  main p {
    font-size: .77em;
  }

  /* 20px */

  div#greenintro {
    background-color: var(--bg-green);
    padding: 2% 30% 2% 0%;
    color: white;
  }

  p#greenintrotext {
    position: relative;
    left: 33%;
  }

  img.loklokimg {
    width: 330px;
    height: auto;
    position: relative;
    z-index: 1;
    left: 0vw;
  }

  img.historyimage {
    width: clamp(265px, 22vw, 307px);
    height: auto;
    border-radius: 10px
  }

  .program-thmb {
    width: 130px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
  }

  img.mahalimimg {
    width: 175px;
    height: auto;
    filter: drop-shadow(5px 5px 4px);
  }

  img#mahalimimg {
    width: 175px;
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: 0;
  }

  #awardimage1 {
    display: none;
  }

  #awardimage2 {
    display: none;
  }

  img#verticalarrow1 {
    /* transform: rotate(90deg); */
    position: relative;
    left: 14vw;
    top: 19px;
    display: flex;
    width: 200px;
    height: auto;
  }

  div.greenstrip {
    background-color: white;
    width: 20%;
    height: 3%;
    display: flex;
  }

  img.horizontalarrow {
    width: 179px;
    height: auto;
    margin-right: 19px;
    display: flex;
  }

}

@media screen and (max-width: 991.98px) {

  /*large*/
  main {
    font-size: 1.0625em;
  }

  /* 17px */
  main h1 {
    font-size: 2.25em;
  }

  /* 36px */
  main h2 {
    font-size: 2em;
  }

  /* 32px */
  main h3 {
    font-size: 1.75em;
  }

  /* 28px */
  main p {
    font-size: 0.92em;
  }

  /* 17px */

  div.borderad {
    border-radius: 0px 0px 0px 0px;
  }

  div#greenintro {
    background-color: var(--bg-green);
    padding: 2% 24% 2% 0%;
    color: white;
  }

  img.loklokimg {
    width: clamp(295px, 30vw, 342px);
    height: auto;
    position: relative;
    z-index: 1;
    left: 1vw;
  }

  p#greenintrotext {
    position: relative;
    left: 26%;
  }

  img.historyimage {
    width: clamp(285px, 30vw, 350px);
    height: auto;
    border-radius: 10px
  }

  img.mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(5px 5px 4px);
    margin: auto;

  }

  img#mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: auto;
  }

  #mahalimname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  #mahalimdetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  #radziname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  #radzidetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  .program-thmb {
    width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
  }

  .program-img {
    width: 685px;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
  }

  #introl {
    display: none;
  }

  #intros {
    display: block;
  }

  #historybox {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 5%;
    border-radius: 0 0 0 0;
  }

  img.horizontalarrow {
    display: none;
    width: 250px;
    height: auto;
    margin-right: 20px;
  }

  div.historyintro {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.section2 {
    position: relative;
    top: 0px;
  }

  img#awardimage1 {
    display: flex;
    float: left;
    width: 245px;
    height: 150px;
    margin-right: 21px;
  }

  img#awardimage2 {
    display: flex;
    float: right;
    width: 245px;
    height: 150px;
    margin-left: 21px;
  }

  #historyimagewrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;

  }

  div.greenstripwrapper {
    display: none;
  }

  div.indivsectionsm {
    display: flex;
    flex-direction: column;
  }

  div.lmargin {
    display: none;
    margin-right: 6px;
  }

  div.nomargin {
    display: flex;
  }

  #ownerblackbox {
    border-radius: 0 0 0 0;
    padding-right: 0px;
  }

  img#verticalarrow1 {

    display: none;
  }
}

@media screen and (max-width: 767.98px) {

  /*medium*/
  main {
    font-size: 1em;
  }

  /* 16px */
  main h1 {
    font-size: 2em;
  }

  /* 32px */
  main h2 {
    font-size: 1.75em;
  }

  /* 28px */
  main h3 {
    font-size: 1.5em;
  }

  /* 24px */
  main p {
    font-size: 1em;
  }

  .marblebg {
    background-image: url(/assets/images/marble-texture-bg.jpg);
    position: relative;
    background-repeat: round;
  }

  .squarebg {
    background-image: url(/assets/images/multiple-square-bg.jpg);
  }

  .prev,
  .next {
    cursor: pointer;
    /* position: absolute; */
    /* top: 40%; */
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--bg-green);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .myslides {
    display: none;
  }

  .program-img {
    width: 491px;
    height: 277px;
    object-fit: cover;
    border-radius: 20px;
  }

  .program-thmb {
    width: 80px;
    height: 57px;
    object-fit: cover;
    border-radius: 10px;
  }

  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  .dark-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  img.loklokimg {
    width: 300px;
    height: auto;
    position: relative;
    z-index: 1;
  }

  div#greenintro {
    background-color: var(--bg-green);
    /* padding:2% 60% 2% 0%; */
    padding: 10px;
    color: white;
  }

  p#greenintrotext {
    /* position: relative;
    left: 75%; */

    text-align: justify;
  }

  #historybox {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 5%;
    border-radius: 0 0 0 0;
  }

  .headertitle {
    text-align: center;
    color: var(--bg-green);
    line-height: 75px;
    font-weight: 600;
  }

  #ownerblackbox {
    border-radius: 0 0 0 0;
    padding-right: 0px;
  }

  #historytext {
    text-align: justify;
    color: black;
    background-image: url(/assets/images/marble-texture-bg.jpg);
    padding: 10px;
  }

  img#verticalarrow1 {

    display: none;
  }

  img#verticalarrow2 {
    display: none;
  }

  #historyimagewrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;

  }

  div.historyimage {
    background-color: var(--bg-green);
    padding: 10px;
    border-radius: 0;
  }

  img.historyimage {
    width: 500px;
    height: auto;
    border-radius: 10px
  }

  .boldgreentext {
    color: var(--bg-green);
    font-weight: 500
  }

  div.greenstripwrapper {
    display: none;
  }

  div.greenstrip {
    display: none;
  }

  img.mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(5px 5px 4px);
    margin: auto;
  }

  #radziname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  div small.ownername {
    font-weight: 400;
  }

  #radzidetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  h1.reasontitle {
    color: var(--bg-green);
    font-weight: 600;
  }

  div div.reasondetail {
    font-weight: 500;
  }

  img#mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: auto;
  }

  #mahalimname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  #mahalimdetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  #programmetext {
    top: 0;
  }

  div.carouselthmb {
    display: flex !important;
  }

  #introl {
    display: none;
  }

  #intros {
    display: block;
  }

  div#ownersection {
    display: flex;
    flex-direction: column;
  }

  div.indivsectionlg {
    display: none;
  }

  div.indivsectionsm {
    display: flex;
    flex-direction: column;
  }


  div.reasonsection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  img.horizontalarrow {
    display: none;
    width: 250px;
    height: auto;
    margin-right: 20px;
  }

  div.historyintro {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.programintro {
    min-height: 0;
  }

  div.section2 {
    position: relative;
    top: 0px;
  }

  img#awardimage1 {
    display: flex;
    float: left;
    width: 245px;
    height: 150px;
    margin-right: 21px;
  }

  img#awardimage2 {
    display: flex;
    float: right;
    width: 245px;
    height: 150px;
    margin-left: 21px;
  }

  div.lmargin {
    display: none;
    margin-right: 6px;
  }

  div.nomargin {
    display: flex;
  }
}

@media screen and (max-width: 575.98px) {

  /*medium*/
  main {
    font-size: 1em;
  }

  /* 16px */
  main h1 {
    font-size: 2em;
  }

  /* 32px */
  main h2 {
    font-size: 1.75em;
  }

  /* 28px */
  main h3 {
    font-size: 1.5em;
  }

  /* 24px */
  main p {
    font-size: 1em;
  }

  .marblebg {
    background-image: url(/assets/images/marble-texture-bg.jpg);
    position: relative;
    background-repeat: round;
  }

  .squarebg {
    background-image: url(/assets/images/multiple-square-bg.jpg);
  }

  .prev,
  .next {
    cursor: pointer;
    /* position: absolute; */
    /* top: 40%; */
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--bg-green);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .myslides {
    display: none;
  }

  .program-img {
    width: 235px;
    height: 154px;
    object-fit: cover;
    border-radius: 20px;
  }

  .program-thmb {
    width: 107px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
    display: none;
  }

  .demo {
    opacity: 0.6;
  }

  .active,
  .demo:hover {
    opacity: 1;
  }

  .dark-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  img.loklokimg {
    width: 300px;
    height: auto;
    position: relative;
    z-index: 1;
  }

  div#greenintro {
    background-color: var(--bg-green);
    /* padding:2% 60% 2% 0%; */
    padding: 10px;
    color: white;
  }

  p#greenintrotext {
    /* position: relative;
    left: 75%; */

    text-align: justify;
  }

  #historybox {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 5%;
    border-radius: 0 0 0 0;
  }

  .headertitle {
    text-align: center;
    color: var(--bg-green);
    line-height: 75px;
    font-weight: 600;
  }

  #ownerblackbox {
    border-radius: 0 0 0 0;
    padding-right: 0px;
  }

  #historytext {
    text-align: justify;
    color: black;
    background-image: url(/assets/images/marble-texture-bg.jpg);
    padding: 10px;
  }

  img#verticalarrow1 {

    display: none;
  }

  img#verticalarrow2 {
    display: none;
  }

  #historyimagewrapper {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;

  }

  div.historyimage {
    background-color: var(--bg-green);
    padding: 10px;
    border-radius: 0;
  }

  img.historyimage {
    width: 500px;
    height: auto;
    border-radius: 10px
  }

  .boldgreentext {
    color: var(--bg-green);
    font-weight: 500
  }

  div.greenstripwrapper {
    display: none;
  }

  div.greenstrip {
    display: none;
  }

  img.mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(5px 5px 4px);
    margin: auto;
  }

  #radziname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  div small.ownername {
    font-weight: 400;
  }

  #radzidetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  h1.reasontitle {
    color: var(--bg-green);
    font-weight: 600;
  }

  div div.reasondetail {
    font-weight: 500;
  }

  img#mahalimimg {
    width: 300px;
    height: auto;
    filter: drop-shadow(-5px 5px 4px);
    margin: auto;
  }

  #mahalimname {
    background-color: var(--bg-grey);
    border-radius: 0px 0px 0px 0px;
    color: white;
    font-weight: 600;
    text-align: center;
  }

  #mahalimdetail {
    background-color: var(--bg-green);
    border-radius: 0px 0px 0px 0px;
    height: 100%;
    color: white;
    text-align: center;
  }

  #programmetext {
    top: 0;
  }

  div.carouselthmb {
    display: flex !important;
  }

  #introl {
    display: none;
  }

  #intros {
    display: block;
  }

  div#ownersection {
    display: flex;
    flex-direction: column;
  }

  div.indivsectionlg {
    display: none;
  }

  div.indivsectionsm {
    display: flex;
    flex-direction: column;
  }


  div.reasonsection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  img.horizontalarrow {
    display: none;
    width: 250px;
    height: auto;
    margin-right: 20px;
  }

  div.historyintro {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.programintro {
    min-height: 0;
  }

  div.section2 {
    position: relative;
    top: 0px;
  }

  img#awardimage1 {
    display: flex;
    float: left;
    width: 245px;
    height: 150px;
    margin-right: 21px;
  }

  img#awardimage2 {
    display: flex;
    float: right;
    width: 245px;
    height: 150px;
    margin-left: 21px;
  }

  div.lmargin {
    display: none;
    margin-right: 6px;
  }

  div.nomargin {
    display: flex;
  }
}