@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: auto;
  scrollbar-color: #ccc #fff;
  -webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border: 4px solid transparent;
}
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
input,
textarea,
select,
button {
  font-family: "Inter", sans-serif;
}

body {
  background: url("https://i.hizliresim.com/pi7j0rb.jpg") no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  gap: 20px;
  overflow: hidden;
}
main .whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  z-index: 1;
}
main .whatsapp .iphoneFront {
  width: 344px;
  height: 700px;
  background-color: #000;
  border-radius: 50px;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
main .whatsapp .iphoneFront .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #bbb5b3;
  border-radius: 50px;
  box-shadow: 0 0 0 1px #4a4947;
}
main .whatsapp .iphoneFront .antenas > div {
  background-color: #75726f;
  position: absolute;
}
main .whatsapp .iphoneFront .antenas .tt {
  width: 8px;
  height: 3.5px;
  top: 0;
  right: 60px;
}
main .whatsapp .iphoneFront .antenas .tr {
  width: 3.5px;
  height: 8px;
  top: 60px;
  right: -1px;
}
main .whatsapp .iphoneFront .antenas .tl {
  width: 3.5px;
  height: 8px;
  top: 60px;
  left: -1px;
}
main .whatsapp .iphoneFront .antenas .bb {
  width: 8px;
  height: 3.5px;
  bottom: -1.5px;
  left: 60px;
}
main .whatsapp .iphoneFront .antenas .bl {
  width: 3.5px;
  height: 8px;
  bottom: 60px;
  left: -1px;
}
main .whatsapp .iphoneFront .antenas .br {
  width: 3.5px;
  height: 8px;
  bottom: 60px;
  right: -1px;
}
main .whatsapp .iphoneFront .keys .silent {
  width: 3.5px;
  height: 28px;
  border-top: 2px solid #eae0d9;
  border-bottom: 2px solid #eae0d9;
  position: absolute;
  top: 105px;
  left: -4.5px;
  background: linear-gradient(90deg, #888, #555);
}
main .whatsapp .iphoneFront .keys .volt {
  width: 3.5px;
  height: 50px;
  border-top: 2px solid #eae0d9;
  border-bottom: 2px solid #eae0d9;
  position: absolute;
  top: 150px;
  left: -4.5px;
  background: linear-gradient(90deg, #888, #555);
}
main .whatsapp .iphoneFront .keys .volb {
  width: 3.5px;
  height: 50px;
  border-top: 2px solid #eae0d9;
  border-bottom: 2px solid #eae0d9;
  position: absolute;
  top: 210px;
  left: -4.5px;
  background: linear-gradient(90deg, #888, #555);
}
main .whatsapp .iphoneFront .keys .lock {
  width: 3.5px;
  height: 70px;
  border-top: 2px solid #eae0d9;
  border-bottom: 2px solid #eae0d9;
  position: absolute;
  top: 192px;
  right: -4.5px;
  background: linear-gradient(-90deg, #888, #555);
}
main .whatsapp .iphoneFront .screen {
  display: flex;
  flex-direction: column;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background-image: url("https://i.hizliresim.com/tr6ta6t.png");
  background-size: cover;
  border-radius: 40px;
  margin-top: 12px;
  margin-left: 12px;
  position: relative;
  overflow: hidden;
}
main .whatsapp .iphoneFront .screen .island {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 90px;
  height: 25px;
  background-color: #000;
  border-radius: 40px;
  z-index: 1;
}
main .whatsapp .iphoneFront .screen .island .camera {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  background-color: #111;
  border-radius: 50%;
}
main .whatsapp .iphoneFront .screen .island .camera::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #161a3c;
}
main .whatsapp .iphoneFront .screen .island .camera::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: linear-gradient(0, #03344f 0%, #040e27 50%, #3e5191 100%);
  border-radius: 50%;
}
main .whatsapp .iphoneFront .screen nav {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 15%;
  gap: 8px;
  border-bottom: 1px solid rgba(7, 94, 86, 0.3);
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 25px;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .left {
  padding-left: 15px;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .left span {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .right ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .whatsapp .iphoneFront .screen nav .status-bar-top .right ul li img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen nav .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
main .whatsapp .iphoneFront .screen nav .content .back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin-right: 15px;
  cursor: pointer;
}
main .whatsapp .iphoneFront .screen nav .content .back img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen nav .content .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 7px;
}
main .whatsapp .iphoneFront .screen nav .content .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen nav .content .details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 33px;
}
main .whatsapp .iphoneFront .screen nav .content .details span {
  font-size: 14px;
  font-weight: 600;
}
main .whatsapp .iphoneFront .screen nav .content .details p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
main .whatsapp .iphoneFront .screen nav .content .call,
main .whatsapp .iphoneFront .screen nav .content .video-call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
main .whatsapp .iphoneFront .screen nav .content .call img,
main .whatsapp .iphoneFront .screen nav .content .video-call img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen nav .content .video-call {
  margin: 0 5px 0 auto;
}
main .whatsapp .iphoneFront .screen .main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 85%;
  padding: 15px;
  gap: 15px;
  overflow-y: auto;
}
main .whatsapp .iphoneFront .screen .main .incoming-message,
main .whatsapp .iphoneFront .screen .main .outgoing-message {
  display: flex;
  flex-direction: column;
  background: #ddf7c6;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  width: auto;
  max-width: 222px;
  margin-right: auto;
  gap: 5px;
  cursor: pointer;
}
main .whatsapp .iphoneFront .screen .main .incoming-message p,
main .whatsapp .iphoneFront .screen .main .outgoing-message p {
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}
main .whatsapp .iphoneFront .screen .main .incoming-message img,
main .whatsapp .iphoneFront .screen .main .outgoing-message img {
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
}
main .whatsapp .iphoneFront .screen .main .incoming-message .bottom,
main .whatsapp .iphoneFront .screen .main .outgoing-message .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -5px;
  gap: 3px;
}
main .whatsapp .iphoneFront .screen .main .incoming-message .bottom span,
main .whatsapp .iphoneFront .screen .main .outgoing-message .bottom span {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen .main .incoming-message .bottom .icon,
main .whatsapp .iphoneFront .screen .main .outgoing-message .bottom .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
main .whatsapp .iphoneFront .screen .main .incoming-message .bottom .icon img,
main .whatsapp .iphoneFront .screen .main .outgoing-message .bottom .icon img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen .main .outgoing-message {
  margin-left: auto !important;
  margin-right: 0;
  background: #f5f5f5;
}
main .whatsapp .iphoneFront .screen .send-message-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid rgba(7, 94, 86, 0.3);
  background: #fff;
}
main .whatsapp .iphoneFront .screen .send-message-bar textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(142, 142, 147, 0.3);
  padding: 8px 12px;
  resize: none;
  max-height: 100px;
}
main .whatsapp .iphoneFront .screen .send-message-bar .send-message-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 30px;
  background: #007bff;
  cursor: pointer;
  transition: 200ms all;
}
main .whatsapp .iphoneFront .screen .send-message-bar .send-message-btn:hover {
  transition: 200ms all;
  background: #005abb;
}
main .whatsapp .iphoneFront .screen .send-message-bar .send-message-btn svg {
  margin-left: 4px;
  width: 55%;
  height: 55%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .whatsapp .iphoneFront .screen .iphone-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: 20px;
  background: #fff;
}
main .whatsapp .iphoneFront .screen .iphone-bar::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 50%;
  height: 5px;
  border-radius: 10px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-family: "SF Pro Display", sans-serif;
  color: #333;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 0;
}
footer a {
  color: #f1813e;
  font-weight: 600;
}
