* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

.wrapper,
.content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.content {
  overflow-x: hidden;
}

.content .section {
  width: 100%;
  height: 100vh;
}

.content .section.hero1 {
  background-image: url(../images/prest/frame_2_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 103vh;

}
.content .section.hero2 {
  background-image: url(../images/prest/TraditionalWorkCulture.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100vh;

  /* background-size: cover; */
}
.content .section.hero3 {
  background-image: url(../images/prest/modernworkdone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
}

.image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  perspective: 500px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.heading{
  font-size: 2.5vh;
  font-weight: 900;
  color: rgba(86, 84, 84, 0.679);
}
.sub-heading{
  font-size: 1.5vh;
  font-weight: 500;
  color: gray;
  margin-top: 1vh;
  margin-bottom: 1vh;
}
p {
  font-size: 1.9vh;
  color: rgb(58, 57, 57);
}
.p-2{
  width: 55vh;
}
li{
  font-size: 1.9vh !important;
  color: rgb(58, 57, 57) !important ; 
  margin-bottom: 1.3vh;
}
.tagLine{
  font-size: 2.7vh;
  font-weight: 900;
  color:#0a0a0a;
  text-align: center;
  text-transform: capitalize;
}
.text-section{
  height: 45vh;
}
.title-tagLine{
  font-size: 2.7vh;
  font-weight: 900;
  color:#1921959e;
  text-align: center;
  text-transform: capitalize;
}
.sub-tagLine{
  font-size: 2.9vh;
  font-weight: 600;
  color:#19219579;
  text-align: center;
  text-transform:capitalize;
}
strong{
  color:rgba(77, 74, 74, 0.649);
}
/* .title-tagLine-section{
  margin-top: 5vh;
  margin-bottom: 5vh;
} */
.card{
  border-radius: 0px;
  border: none;
}