body {
    background-image: url('../../images/image.png');
    background-size: 80%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top right;
    overflow-x: hidden;
}
header {
  width: 40vw;
  height: 75vh;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header h1 {
  color: #413D44;
  line-height: 59px;
}
header h3{
  font-size: 14px;
  line-height: 17px;
  color: #80A2C1;
}
.social{
  display: flex;
  gap:5px;
}
.desc {
  text-align: center;
  padding: 150px;
  display: flex;
  flex-direction: column;
  gap:20px;
}
.desc h1{
  font-weight: 200;
  line-height: 59px;
  color: #413D44;
}
.desc h2{
  font-size: 24px;
  line-height: 29px;
  color: #92A5C5;
  width: 50vw;
  margin: auto;
}
.center {
  margin-left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
.desc2 {
  background-image: url('../../images/image2.png');
  background-size: 100%;
  height: 140vh;
  background-repeat: no-repeat;
  background-position: top left;
  display:flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.desc2 h1 {
  margin-right: 15vw;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #76A1DB;
}

.desc3 h2{
  font-size: 36px;
  line-height: 44px;
  color: #413D44;
}
.mob-img{
  display: none;
}
.desc3 p{
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #92A5C5;
  width: 60vw;
  margin:auto;
}
.help-menu {
  display: flex;
  gap:2.5vw;
  margin: auto;
  padding: 5vw 15vw;
  background-image: url('../../images/image3.png');
  background-repeat: no-repeat;
  background-size: cover;

}
.help-menu a {
  position:relative;
}
.help-menu a .bubble-tag {
  position: absolute;
  top: 28%;
  width: 20%;
  left: 41%;
}
.help-menu a:hover .bubble {
  transform: scale(1.2);
  transition-duration: 1s;
}
.help-menu a:hover .bubble-tag {
  transform: scale(1.2);
  transition-duration: 1s;
}
.help-menu a .sub-menu{
  width: fit-content;
  margin: 20px auto;
}
.help-menu a .sub-menu p{
  text-align: center;
  width: fit-content;
  font-size: 20px;
  line-height: 24px;
  color: #80A2C1;

}
#book {
  top:32%
}
.desc-foot {
  background-image: url('../../images/image5.png');
  background-size: 80%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.desc4{
  float: left;
  padding-left: 50px;
  margin-bottom: 200px;
}
.desc4 p{
  width: 50%;
  margin: auto;
}
.desc4 .social{
  width:fit-content;
  margin: auto;
}
@media  screen and (max-width:1200px) {
  header {
    width: 60vw;
  }
}
@media screen and (max-width:960px) {
  
  h1 {
    font-size: 36px;
  }
  header h1{
    text-align: center;
    margin-top: 365px;
  }
  body {
    background-image: url('../../images/image-phone.png');
    background-size: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100vw;
  }
  header {
    width: 80vw;
    height: 70vh;
    padding: 10vw;
  }
  header h3{
    text-align: center;
  }
  .desc {
    text-align: center;
    padding: 10vw;
    display: flex;
    flex-direction: column;
    gap:20px;
    
  }
  .desc h1{
    font-weight: 200;
    line-height: 59px;
    color: #413D44;
  }
  .desc h2{
    font-size: 15px;
    line-height: 29px;
    color: #92A5C5;
    width: 80vw;
    margin: auto;
  }
  .desc2 {
    background: none;
    height: 20vh;
    width: fit-content;
    margin:auto;
  }

  .desc2 h1 {
    margin-right: 0;
    line-height: 55px;
    text-align: center;
    color: #76A1DB;
  }
  .mob-img{
    display: block;
    margin: 0;
    float: right;
  }
  .desc3 h2{
    font-size: 25px;
    line-height: 33px;
    color: #413D44;
  }

  .desc3 p{
    font-size: 11px;
    line-height: 27px;
    text-align: center;
    color: #92A5C5;
    width: 80vw;
    margin: auto;
  }
  .help-menu {
    display: flex;
    flex-direction: column;
    gap:20vw;
    text-align: center;
    padding-bottom: 10vw;
    padding-top: 10vw;
    background-image: url('../../images/image2-phone.png');

  }
  .help-menu a {
    position:relative;
  }
  .help-menu a .bubble{
    width: 50%;
  }
  .help-menu a .bubble-tag {
    position: absolute;
    top: 24%;
    width: 10%;
    left: 45%;
  }
  .help-menu a .sub-menu p{
    text-align: center;
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
    color: #80A2C1;

  }
  #book {
    top:27%
  }
  .desc-foot {
    background-image: url('../../images/image5.png');
    background-size: 80%;
    height: 45vh;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .desc4{
    text-align: center;
    margin-bottom: 20px;
  }
  .desc4 h1{
    display: none;
  }
  .desc4 p{
    width: 90%;
    margin: auto;
    color:#76A1DB;

  }
  .desc4 .social{
    display: none;
  }
}
@media  screen and (min-width:550px) and (max-width:960px) {
  header{
    height: 100vh;
  }
}
@media  (min-width:960px) and (max-width:1350px) {
  .desc2 {
    height:92vh;
  }
} 
