* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Salsa", cursive;
  
}
.mainwrap {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(./asset/Desktop\ -\ 2.jpg);
  background-size: cover;
  z-index: -1;
}
.main {
  width: 90vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.imageBox {
  width: 35vw;
}
.main-img {
  position: relative;
  width: 550px;
  z-index: 3;
}

.titlebox {
  width: 35vw;
}
.headtitle {
  font-size: 70px;
  color: white;
}
.headarticle {
  font-size: 22px !important;
  line-height: 35px !important;
  color:#000000 !important;
  margin-top:20px !important
}

.Scr-1 {
  /* width:100vw; */
  height: 100vh;
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Scr-2 {
  /* width:100vw; */
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper {
  width: 80vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.content {
  width: 40vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.heading {
  font-size: 70px;
  margin-bottom: 30px;
  color: #e83686;
}
.article {
  font-size: 20px;
  line-height: 35px;
}
.picBox {
  width: 25vw;
  height: auto;
  display: flex;

  align-items: center;
}
.image {
  width: 250px;
  height: auto;
}
#response .picBox .image {
  width: 250px;
}
#response1 .picBox .image {
  width: 440px;
}
#response1 .picBox {
  width: 35vw;
  height: auto;
  display: flex;
  align-items: center;
}

.logo {
  position: absolute;
  top: 15px;
  width: 70px;
}
.imgShadow {
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  z-index: 2;
  top: 58vh;
  left: 9.25vw;
  width: 550px;
  height: 240px;
}
.footer {
  background-color: #c7c7c7;
  height: 30vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-left {
  width: 15vw;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-left img {
  width: 115px;
}
.foot-right {
  width: 20vw;
  height: 16vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.foot-right p {
  font-size: 25px;
  color: #555555;
}
.foot-right a {
  text-decoration: none;
}
.border-grad {
  background: rgb(232, 54, 134);
  background: linear-gradient(
    90deg,
    rgba(232, 54, 134, 1) 0%,
    rgba(16, 156, 207, 1) 100%
  );
  height: 5px;
}
.love {
  display: flex;
  justify-content: center;
  align-items: center;
}
.love img {
  margin: 0 3px 0 4px;
  width: 25px;
}
.love p {
  font-size: 25px;
}

@media screen and (min-width: 1090px) and (max-width: 1280px) {
  .main-img {
    position: relative;
    width: 500px;
    z-index: 3;
  }
  .headtitle  {
    font-size: 50px;
    color: white;
  }
  .imgShadow {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 2;
    top: 59vh;
    left: 10vw;
    width: 500px;
    height: 200px;
  }
  #response1 .picBox {
    width: 45vw;
    height: auto;
    display: flex;
    align-items: center;
}
  #response .picBox .image {
    width: 325px;
  }
}
@media screen and (min-width: 885px) and (max-width: 1090px) {
    .main{
        margin-top: 30px;
    }
    .imageBox {
        width: 40vw;
    }
    .headtitle  {
    font-size: 50px;
    color: white;
  }
  .headarticle  {
    font-size: 18px !important;
    line-height: 35px !important;
  }
  .titlebox {
    width: 30vw;
  }
  .main-img {
    position: relative;
    width: 420px;
    z-index: 3;
  }
  .imgShadow {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 2;
    top: 56vh;
    left: 11vw;
    width: 421px;
    height: 180px;
  }
  .image {
    width: 200px;
    height: auto;
  }
  .heading {
    font-size: 50px;
    margin-bottom: 30px;
    color: #e83686;
  }
  .article {
    font-size: 16px;
    line-height: 35px;
  }
  .footer {
    background-color: #c7c7c7;
    height: 25vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-left img {
    width: 90px;
  }
  .foot-right {
    width: 20vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .foot-right p {
    font-size: 16px;
    color: #555555;
  }
  .love p {
    font-size: 16px;
  }
  .love img {
    margin: 0px 3px 0 4px;
    width: 16px;
  }
  #response1 .picBox {
    width: 50vw;
    height: auto;
    display: flex;
    align-items: center;
}
#response1 .picBox .image {
    width: 400px;
}
#response .picBox .image {
    width: 200px;
}
}
@media screen and (min-width: 680px) and (max-width: 885px) {
    .main{
        margin-top: 20px;
    }
    .logo {
        position: absolute;
        top: 13px;
        width: 100px;
    }
    .headtitle  {
    font-size: 38px;
    color: white;
  }
  .headarticle  {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .titlebox {
    width: 30vw;
  }
  .main-img {
    position: relative;
    width: 280px;
    z-index: 3;
  }
  .imageBox {
    width: 30vw;
  }
  .imgShadow {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 2;
    top: 54vh;
    left: 13vw;
    width: 270px;
    height: 103px;
  }
  .image {
    width: 160px;
    height: auto;
  }
  .heading {
    font-size: 35px;
    margin-bottom: 30px;
    color: #e83686;
  }
  .article {
    font-size: 14px;
    line-height: 35px;
  }
  .footer {
    background-color: #c7c7c7;
    height: 25vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-left img {
    width: 90px;
  }
  .foot-right {
    width: 20vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .foot-right p {
    font-size: 16px;
    color: #555555;
  }
  .love p {
    font-size: 16px;
  }
  .love img {
    margin: 0px 3px 0 4px;
    width: 16px;
  }
  #response .picBox .image {
    width: 160px;
}
  #response1 .picBox .image {
    width: 240px;
  }
}

@media screen and (min-width: 481px) and (max-width: 680px) {
    .main{
        margin-top: 10px;
    }
    .Scr-1 {
        /* width: 100vw; */
        height: 50vh;
        background-color: #e7e7e7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Scr-2 {
        /* width: 100vw; */
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  .logo {
    position: absolute;
    top: 13px;
    width: 50px;
  }
  .headtitle  {
    font-size: 25px;
    color: white;
  }
  .headarticle  {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .titlebox {
    width: 30vw;
  }
  .main-img {
    position: relative;
    width: 200px;
    z-index: 3;
  }
  .imageBox {
    width: 30vw;
  }
  .imgShadow {
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    z-index: 2;
    top: 55vh;
    left: 14vw;
    width: 185px;
    height: 70px;
  }
  .image {
    width: 126px;
    height: auto;
  }
  .heading {
    font-size: 25px;
    margin-bottom: 30px;
    color: #e83686;
  }
  .article {
    font-size: 10px;
    line-height: 20px;
  }
  .footer {
    background-color: #c7c7c7;
    height: 20vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-left img {
    width: 70px;
  }
  .foot-right {
    width: 20vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  .foot-right p {
    font-size: 12px;
    color: #555555;
  }
  .love p {
    font-size: 13px;
  }
  .love img {
    margin: 0px 3px 0 4px;
    width: 13px;
  }
  #response1 .picBox {
    width: 45vw;
    height: auto;
    display: flex;
    align-items: center;
}
  #response .picBox .image {
    width: 126px;
}
#response1 .picBox .image {
    width: 190px;
}
}
@media screen and (min-width: 380px) and (max-width: 480px) {
    .Scr-1 {
        /* width: 100vw; */
        height: 50vh;
        background-color: #e7e7e7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Scr-2 {
        /* width: 100vw; */
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo {
        position: absolute;
        top: 13px;
        width: 80px;
    }
  .main {
    width: 90vw;
    display: flex;
    flex-direction: column;
    height: 45vh;
    align-items: center;
    justify-content: space-between;
}
.headtitle  {
    font-size: 30px;
    color: white;
    text-align: center;
}
.headarticle  {
  font-size: 11px !important;
  line-height: 20px !important;
  text-align: center;

}
  .titlebox {
    width: auto;
  }
  .main-img {
    position: relative;
    width: 310px;
    z-index: 3;
}
.imageBox {
    width: auto;
  }
  .imgShadow {
    /* opacity: hidden; */
    margin-top: -37px;
    width: 270px;
    height: 103px;
    margin-left: 26px;
    visibility: hidden;
}
  .image {
    width: 90px;
    height: auto;
  }
  .heading {
    font-size: 20px;
    margin-bottom: 21px;
    color: #e83686;
  }
  .content {
    width: 40vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .picBox {
    width: 30vw;
    height: auto;
    display: flex;
    align-items: center;
  }
  .article {
    font-size: 9px;
    line-height: 10px;
  }
  .footer {
    background-color: #c7c7c7;
    height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-left {
    width: 20vw;
    height: 16vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot-left img {
    width: 50px;
  }
  .foot-right {
    width: 28vw;
    height: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .foot-right p {
    font-size: 8px;
    color: #555555;
  }
  .love p {
    font-size: 10px;
  }
  .love img {
    margin: 0px 3px 0 4px;
    width: 12px;
  }
  #response1 .picBox {
    width: 45vw;
    height: auto;
    display: flex;
    align-items: center;
}
  #response .picBox .image {
    width: 90px;
  }
  #response1 .picBox .image {
    width: 150px;
}
}
@media screen and (min-width: 300px) and (max-width: 380px) {
    .Scr-1 {
        /* width: 100vw; */
        height: 50vh;
        background-color: #e7e7e7;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Scr-2 {
        /* width: 100vw; */
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  .logo {
    position: absolute;
    top: 13px;
    width: 50px;
  }
  .main {
    width: 90vw;
    display: flex;
    flex-direction: column;
    height: 45vh;
    align-items: center;
    justify-content: space-between;
  }
  .headtitle  {
    font-size: 30px;
    color: white;
    text-align: center;
  }
  .headarticle  {
    font-size: 11px !important;
    line-height: 15px !important;
    text-align: center;

   
  }
  .titlebox {
    width: auto;
  }
  .main-img {
    position: relative;
    width: 242px;
    z-index: 3;
  }
  .imageBox {
    width: auto;
  }
  .imgShadow {
    /* opacity: hidden; */
    margin-top: -37px;
    width: 270px;
    height: 103px;
    margin-left: 26px;
    visibility: hidden;
}
  .image {
    width: 90px;
    height: auto;
  }
  .heading {
    font-size: 20px;
    margin-bottom: 21px;
    color: #e83686;
  }
  .content {
    width: 40vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .picBox {
    width: 30vw;
    height: auto;
    display: flex;
    align-items: center;
  }
  .article {
    font-size: 9px;
    line-height: 10px;
  }
  .footer {
    background-color: #c7c7c7;
    height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foot-left {
    width: 20vw;
    height: 16vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot-left img {
    width: 50px;
  }
  .foot-right {
    width: 28vw;
    height: 4vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .foot-right p {
    font-size: 8px;
    color: #555555;
  }
  .love p {
    font-size: 10px;
  }
  .love img {
    margin: 0px 3px 0 4px;
    width: 12px;
  }
  #response1 .picBox {
    width: 45vw;
    height: auto;
    display: flex;
    align-items: center;
}
  #response .picBox .image {
    width: 90px;
  }
  #response1 .picBox .image {
    width: 140px;
}
}
