@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.main{
    height: 710vh;
    width: 100vw;
    background-color: ghostwhite;
}
.heading{
    height: 10rem;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.heading h1{
    font-family: "Abril Fatface", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #000;
}
.col1{
    height: 40rem;
    width: 100%;
    display: flex;
    /* background-color: aliceblue; */
}
.imgx{
    height: 100%;
    width: 50%;
    /* background-color: aliceblue; */
      display: flex;
  align-items: center;
  justify-content: center;
}
.imgx img{
    max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  display: block;
}
.para{
    height: 100%;
    width: 40%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    /* border: 2px solid black; */
    border-radius: 7%;
    justify-content: center;
    background-color: white;
}
.para p{
    max-width: 35rem;
    font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(23, 42, 60);
}
.photo{
    height: 50rem;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
  align-items: center;
  justify-content: center;
}
.photo img{
    max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: cover;
  display: block;
}
.info{
    height: 30rem;
    width: 80%;
    /* background-color: aliceblue; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border: 2px solid black; */
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 5rem;
    margin-bottom: 8rem;
    margin-top: 2rem;
}
.info p{
    font-size: 1.2rem;
    max-width: 60rem;
   font-family: "Abril Fatface", serif;
  font-weight: 550;
  font-style: normal;
  color: rgb(23, 42, 60);
}
.col2{
    height: 40rem;
    width: 100%;
    display: flex;
}
.img1{
    height: 100%;
    width: 50%;
    /* background-color: aliceblue; */
     display: flex;
  align-items: center;
  justify-content: center;
}
.img1 img{
    max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  display: block;
}
.para1{
    height: 100%;
    width: 40%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    /* border: 2px solid black; */
    justify-content: center;
    border-radius: 7%;
    background-color: white;
}
.para1 p{
    max-width: 30rem;
    font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(23, 42, 60);
}
.col3{
    height: 40rem;
    width: 100%;
    display: flex;
}
.para2{
    height: 100%;
    width: 40%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid black; */
    margin-left: 5rem;
    border-radius: 7%;
    background-color: white;
}
.para2 p{
    max-width: 30rem;
    font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(23, 42, 60);
}
.img2{
    height: 100%;
    width: 60%;
    /* background-color: aliceblue; */
     display: flex;
  align-items: center;
  justify-content: center;
}
.img2 img{
    max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  display: block;
}
.col4{
    height: 40rem;
    width: 100%;
    display: flex;
}
.para3{
    height: 100%;
    width: 40%;
    /* background-color: aliceblue; */
    display: flex;
    align-items: center;
    /* border: 2px solid black; */
    justify-content: center;
    border-radius: 7%;
    background-color: white;
}
.para3 p{
    max-width: 30rem;
    font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(23, 42, 60);
}
.img3{
    height: 100%;
    width: 50%;
    /* background-color: aliceblue; */
     display: flex;
  align-items: center;
  justify-content: center;
}
.img3 img{
    max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  display: block;
}
.space1{
    width: 100%;
    height: 5rem;
    /* background-color:aliceblue ; */
}
.space2{
    width: 100%;
    height: 8rem;
    /* background-color: aliceblue; */
    align-items: center;
    justify-content: center;
    text-align: center;
}
.space2 h2{
    font-family: "Abril Fatface", serif;
    font-weight: 800;
  font-style: normal;
  color: #000;
}
.space3{
    width: 100%;
    height: 5rem;
    /* background-color: aliceblue; */
}
.space4{
    width: 100%;
    height: 5rem;
    /* background-color: aliceblue; */
}
.footerimg{
  height: 48rem;
    width: 100%;
    /* background-color: aliceblue; */
    display: flex;
  align-items: center;
  justify-content: center;
}
.footerimg img{
   max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  display: block;
}
.space5{
  width: 100%;
  height: 5rem;
  /* background-color: aliceblue; */
}
