html {
  scroll-behavior: smooth;
  overflow: hidden;
}

section {
  height: 100vh;
}

@font-face {
  font-family: Verlag Compressed Book;
  src: url("../fonts//Verlag\ Compressed\ Book.otf");
}

a {
  font-family: Verlag Compressed Book !important;
}

p {
  font-family: Verlag Compressed Book !important;
}

.overlay {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: auto;
  top: 0px;
  left: 0px;
  background: rgba(44, 16, 222, 0.14);
}

.overlay2 {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: auto;
  top: 0px;
  left: 0px;
}

div {
}

.bg {
  height: 100vh;
}

.bg1 {
  background-image: url("../../enterpriseassets/img/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

@media (min-width: 576px) {
  .bg2 {
    background-image: url("../../enterpriseassets/img/hepak.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
}

@media (min-width: 576px) {
  .bg3 {
    background-image: url("../../enterpriseassets/img/kebrone.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
}

@media (min-width: 576px) {
  .bg4 {
    background-image: url("../../enterpriseassets/img/kebronefoam.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
}

@media (max-width: 575px) {
  .bg2 {
    height: 100vh;
  }
}

.bg2 {
  background-color: white;
}

.bg {
  position: relative;
}

@media (min-width: 576px) {
  .divElement {
    position: absolute;
    top: 30%;
    left: 0%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
  }
}

@media (max-width: 575px) {
  .divElement {
    position: absolute;
    top: 35%;
    left: 0%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
  }
}

@media (min-width: 576px) {
  .centerHeader {
    font-size: 5rem;
    color: white;
    font-family: Viva Beautiful !important;
    font-weight: bold;
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  .centerHeader {
    font-size: 3rem;
    color: white;
    font-family: Viva Beautiful !important;
    font-weight: bold;
  }
}

@media (min-width: 576px) {
  .initPara {
    color: white;
    width: 100%;
    font-size: 1.5rem;
    min-width: 400px;
  }
}

@media (min-width: 402px) {
  .initPara1 {
    color: white;
    width: 35%;
    font-size: 1.5rem;
    min-width: 400px;
  }
}

@media (max-width: 575px) {
  .initPara {
    color: white;
    width: 100%;
    font-size: 1rem;
    min-width: 270px;
  }
}

@media (max-width: 401px) {
  .initPara1 {
    color: white;
    width: 80%;
    font-size: 1rem;
    min-width: 400px;
  }
}

@media (max-width: 400px) {
  .initPara1 {
    color: white;
    width: 80%;
    font-size: 1rem;
    min-width: 270px;
  }
}

.child1 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 30%;
  text-align: left;
}

.child1-right {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
  text-align: right;
}

.child1-right h1 {
  position: absolute;
  right: 0%;
  text-align: right;
}

.child1-right p {
  position: absolute;
  top: 80px;
  right: 0%;
  text-align: right;
}

@media (min-width: 576px) {
  .tempParent {
    background: rgba(44, 16, 222, 0.14);
    height: 100vh;
    display: block;
  }
}

@media (max-width: 575px) {
  .tempParent {
    display: none;
    background: rgba(44, 16, 222, 0.14);
    height: 100vh;
  }
}

@media (min-width: 576px) {
  .subSecMob {
    display: none;
  }
}

@media (max-width: 575px) {
  .subSecMob {
    display: block;
  }
}

.popsicleImg {
  width: 100%;
  height: 70vh;
}

.popsicleImg1 {
  background-image: url("../../enterpriseassets/img/hepak.png");
  background-position: center;
  background-size: cover;
}

.popsicleImg2 {
  background-image: url("../../enterpriseassets/img/kebrone.png");
  background-position: center;
  background-size: cover;
}

.popsicleImg3 {
  background-image: url("../../enterpriseassets/img/kebronefoam.png");
  background-position: center;
  background-size: cover;
}

.subsecdes {
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  position: absolute;
  z-index: 10;
  height: 10vh;
  width: 100%;
  top: 60vh;
}

.subsectext {
  padding: 10px;
}

.subsectext h1 {
  font-size: 2.6rem;
}

.subsectext p {
  font-size: 1rem;
}
