* {
  box-sizing: border-box;
  border: 0 none;
  padding: 0;
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body, .container {
  height: 100%;
}

.container {
  border: 1px solid #6f6f6f;
  height: 480px;
  width: 640px;
  background: #fff;
  position: relative;
  display: inline-block;
}

.btn {
  border: 0;
  outline: 0;
}

.top-bar {
  position: relative;
  border-bottom: 1px solid #6f6f6f;
  height: 99px;
  z-index: 1;
}

.top-bar-content {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bg-img {
  position: absolute;
  bottom: 0;
  background: url(photo.gif);
  height: 380px;
  width: 321px;
}

.btn-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #26B8D1;
  position: relative;
  color: #fff;
  font-size: 66px;
}

.plus {
  position: absolute;
  top: -14px;
  left: 12px;
  width: 40px;
  height: 78px;
  background: url(plus.png) 3px 28px transparent no-repeat;
}

.main-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 318px;
  height: 379px;
}

.body-copy-section {
  height: 280px;
  width: 100%;
  margin-left: 55px;
  position: absolute;
  background-repeat: no-repeat;
}

.text1 {
  background-image: url(text1.png);
  background-position: 0 90px;
  visibility: hidden;
}

.text2 {
  background-image: url(text2.png);
  background-position: 0 150px;
  visibility: hidden;
}

.text3 {
  background-image: url(text3.png);
  background-position: 0 162px;
  visibility: hidden;
}

.text4 {
  background-image: url(text4.png);
  background-position: 0 136px;
  visibility: hidden;
}

.text5 {
  background-image: url(text5.png);
  background-position: 0 90px;
  visibility: hidden;
}

.action-btn {
  width: 205px;
  height: 45px;
  background: #f58220;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding-left: 12px;
  transform: translateX(-50%);
  transition: 200ms all;
  cursor: pointer;
}

.arrow {
  position: absolute;
  top: 15px;
  width: 14px;
  right: 19px;
  transition: 200ms all;
}

.action-btn:hover {
  background-color: #C56B14;
}

.action-btn:hover .arrow {
  right: 14px;
}
