/*!
 * Date: 29/08/2024
 * This is style sheet for about us page
 */
/* About us banner section start */
.aboutusbanner-section {
  position: relative;
}

.aboutusbanner-section .aboutusbanner-img {
  width: 100%;
  height: 540px;
}

.aboutusbanner-section .aboutus-text-section {
  position: absolute;
  max-width: 40%;
  height: auto;
  width: auto;
  text-align: left;
  right: auto;
  bottom: auto;
  left: 5%;
  bottom: 7%;
}
.aboutusbanner-section .aboutus-text-section h1 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
.aboutusbanner-section .aboutus-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  width: 92%;
  word-wrap: break-word;
}

.aboutusbanner-section .about-banner-description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  padding: 2rem 1rem;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
}
/* Mask the right border */
/* .aboutusbanner-section .about-banner-description::before,
.aboutusbanner-section .about-banner-description::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #ffffff;
}


.aboutusbanner-section .about-banner-description::before {
  top: 0;
  height: 65px;
  width: 1px;
  background: white;
} */

/* Bottom mask */
.aboutusbanner-section .about-banner-description::after {
  bottom: 0;
  height: 65px;
  width: 1px;
  background: white;
}
/* About us banner section end */

/* BLT section start */
.blt-section {
  position: relative;
}

.blt-section .row {
  width: 100%;
  margin: 0 auto;
}

.blt-section .container {
  padding: 2rem 0 4rem;
}

.blt-section h2 {
  font-family: "Roboto", serif;
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.blt-section .bltsection-descrip {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  color: #424242;
  text-align: center;
}
.blt-section .blt-slider {
  flex-direction: row;
  max-width: 100%;
  margin: 2rem auto;
}

/* history section start */
#historyofIdeas .history-section {
  position: relative;
}

#historyofIdeas .history-section .container {
  padding: 3rem 0 3rem;
}

#historyofIdeas .history-section .row {
  width: 100%;
  margin: 0 auto;
}

#historyofIdeas .history-section h2 {
  font-family: "Roboto", serif;
  font-size: 2.75rem;
  margin-bottom: 1rem;
  color: #3e2723;
  font-weight: 600;
}

#historyofIdeas .history-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.125rem;
}

#historyofIdeas .history-section .history-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

#historyofIdeas .history-section .btn-cta {
  width: 150px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 0.5rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
}

#historyofIdeas .history-section .c-action-btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#historyofIdeas .history-section .arrow-icon {
  transition: all 0.5s;
}

#historyofIdeas .history-section .btn-cta:hover .arrow-icon {
  translate: 10px;
}

#historyofIdeas .history-section .workshop-icon {
  width: 80px;
  margin-bottom: 2rem;
}

#historyofIdeas .history-img-section {
  width: 55%;
}

#historyofIdeas .history-img-section img {
  width: 100%;
  height: 420px;
  /* object-fit: cover; */
  border-radius: 0 3rem 0 3rem;
}

/** Mobile Slider controls start here **/
/* Higher resolution styles start */

@media (min-width: 1367px) {
  #historyofIdeas .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 90%;
  }
  #historyofIdeas .history-section .history-text-section p {
    padding-right: 0;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .banner-section .nextsection-icon {
    bottom: 10%;
  }
  #historyofIdeas .history-section .container {
    max-width: 95%;
  }
  .blt-section .container {
    max-width: 95%;
  }

  #historyofIdeas .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
  }
  .aboutusbanner-section .aboutus-text-section{
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }

  #historyofIdeas .history-section .container,
  .blt-section .container {
    padding: 3rem 7rem 1rem;
    max-width: 100%;
  }

  #historyofIdeas .history-section .history-text-section,
  #historyofIdeas .history-section .history-img-section {
    width: 100%;
  }
  #historyofIdeas .history-section p,
  .blt-section p {
    padding-right: 0;
  }
  #historyofIdeas .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }

  .aboutusbanner-section .about-banner-description {
    /* position: relative; */
    background-color: transparent;
    left: 5px;
    padding: 2rem 2rem 2rem 2rem;
  }
  .aboutusbanner-section .aboutus-text-section {
    max-width: 70%;
    height: auto;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
}
/* tablet styles end */

/* mobile styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .aboutusbanner-section .aboutusbanner-img {
    height: 380px;
  }
  .banner-section .banner-desc {
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }

  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 45%;
  }
  .aboutusbanner-section .aboutus-text-section {
    position: absolute;
    max-width: 60%;
    height: auto;
  }
  .aboutusbanner-section .about-banner-description {
    /* position: relative; */
    background-color: transparent;
    left: 5px;
    width: 100%;
    padding: 2rem 2rem;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
  #historyofIdeas .history-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  #historyofIdeas .history-section .history-text-section,
  #historyofIdeas .history-section .history-img-section {
    width: 100%;
  }
  #historyofIdeas .history-section .history-img-section {
    margin: auto;
    text-align: center;
  }
  #historyofIdeas .history-section p,
  .blt-section p {
    padding-right: 0;
    font-size: 1.4rem;
  }

  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }
  #historyofIdeas .history-img-section img {
    width: 300px;
    height: auto;
  }
  .blt-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  /* .blt-section .slick-dots li button:before{
		line-height: 26px;
	} */

  .blt-section .bltsection-descrip {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .aboutusbanner-section .row {
    background-color: black;
  }
  .aboutusbanner-section .aboutusbanner-img {
    height: 540px;
    object-fit: scale-down;
  }
  .aboutusbanner-section .aboutus-text-section h1,
  #historyofIdeas .history-section h2 .blt-section h2 {
    font-size: 1.75rem;
  }
  .aboutusbanner-section .aboutus-text-section {
    /* position: absolute;
		max-width: 85%;
		width: 100%;
		height: 350px;
		padding: 4rem 2rem 4rem 1rem; */
    max-width: 85%;
    left: 7%;
  }

  .aboutusbanner-section .about-banner-description {
    /* position: relative; */
    background-color: transparent;
    left: 5px;
    width: 100%;
    padding: 1rem 2rem;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
  .history-section .history-text-section {
    width: 100%;
  }

  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 200px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }

  .blt-section {
    width: 100%;
  }
  .blt-section .bltsection-descrip {
    font-size: 1.25rem;
  }

  #historyofIdeas .history-section .container {
    padding: 2rem 1rem 3rem;
    max-width: 100%;
  }
  #historyofIdeas .history-section p,
  .blt-section p {
    padding-right: 0;
  }
  #historyofIdeas .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 300px;
  }

  .blt-section .container {
    max-width: 100%;
    padding: 3rem 1rem 2rem;
  }
  #historyofIdeas .history-section .row {
    flex-direction: column;
  }
  #historyofIdeas .history-section .history-text-section {
    width: 100%;
  }
  #historyofIdeas .history-img-section {
    width: 100%;
  }
}

/* mobile styles end */
