@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serf;
}
#section1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
  overflow: inherit;
}
#section1::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(#31ff38, #2196f3);
  border-radius: 50%;
  transform: translate(150px, -215px);
}
#section1::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(#e91e63, #ffc107);
  border-radius: 50%;
  transform: translate(-150px, 215px);
}
body {
  background: #4a4a5c;
}

.wrapper {
  position: absolute;
  visibility: hidden;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  z-index: 20;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.wrapper .menu {
  padding: 10px 12px;
}
.right-click-content .item {
  list-style: none;
  font-size: 22px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 10px;
  border-radius: 5px;
  margin-bottom: 2px;
  cursor: pointer;
  width: 100%;
  background: #f2f2f2;
}
.right-click-content .item:hover {
  background: #f2f2f269;
}
.right-click-content .item span {
  font-size: 19px;
  margin-left: 8px;
}
.right-click-content .share {
  position: relative;
  justify-content: space-between;
}
.right-click-content .setting li {
  display: flex;
  padding: 5px 12px;
  border-top: 1px solid #ccc;
  margin-top: -5px;
}
.share .share-menu {
  position: absolute;
  background: #fff;
  width: 200px;
  right: -200px;
  top: -20px;
  border-radius: 10px;
  padding: 13px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
}
.share:hover .share-menu {
  opacity: 1;
  pointer-events: auto;
}
section {
  position: relative;
  background: #4a4a5c;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(#ffc107, #e91e63);
  border-radius: 50%;
  transform: translate(-250px, -160px);
  z-index: 2;
}
section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: linear-gradient(#2196f3, #31ff38);
  border-radius: 50%;
  transform: translate(250px, 160px);
}
.box {
  position: relative;
  min-width: 305px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: solid rgba(255, 255, 255, 0.5);
  border-right: 1px rgba(255, 255, 255, 0.2);
  border-bottom: 1px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  z-index: 10;
  backdrop-filter: blur(20px);
  padding: 1em;
  margin-top: 80px;
  max-height: 670px;
  margin-bottom: 3em;
}
.box img {
  border-radius: 50%;
  height: 150px;
  border: 6px solid rgba(0, 0, 0, 0.5);
  transform: translate(80px, -100px);
  backdrop-filter: blur(25px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.445);
}
.circle-border {
  background-color: seashell;
  height: 150px;
}
.content {
  transform: translate(3px, -90px);
}
.content h3 {
  color: #fff;
  font-weight: 400;
}
#name {
  font-weight: 600;
  color: rgb(114, 189, 29);
  margin-left: 0.9em;
}
#small {
  font-weight: 400;
  color: #1ee994;
  font-size: 10pt;
  padding: 0.3em;
  margin-left: 1em;
}
.double-dot {
  margin-left: 0.5em;
  color: rgb(155, 199, 154);
}
#follow {
  font-weight: 600;
  color: rgb(133, 153, 197);
  transform: translate(85px, 4px);
}

.wt-line {
  background-color: #fff;
  height: 2px;
  margin-top: 5px;
}
.social-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: relative;
  min-width: relative;
  margin-top: 1.5em;
}
i.fas {
  position: relative;
  display: flex;
  width: auto;
  height: 39px;
  background: linear-gradient(150deg, #2f2f2f, #3f3f3f);
  box-shadow: inset -8px 0 8px rgba(0, 0, 0, 0015),
    inset 0 -8px 8px rgba(0, 0, 0, 0.15), 8px 5px 8px rgba(0, 0, 0, 0.4);
  color: rgb(114, 94, 94);
  padding-left: 0.35em;
  padding-top: 0.5em;
  margin: 0.5em;
}
i.fas:hover {
  background: linear-gradient(150deg, #292626, #312c2c);
  box-shadow: inset -8px 0 8px rgba(0, 0, 0, 0015),
    inset 0 -8px 8px rgba(46, 46, 46, 0.15), 8px 5px 8px rgba(46, 46, 46, 0.4);
  cursor: grab;
  box-shadow: inset -8px 0 8px rgba(0, 0, 0, 0015),
    inset 0 -8px 8px rgba(0, 0, 0, 0.15), 4px 5px 6px rgba(0, 0, 0, 0.4);
}
i.fas.num {
  height: 65px;
  line-height: 1.5em;
  padding-top: 0;
}

i.fas:hover,
.double-dot {
  color: rgb(255, 255, 255);
}
.facebook,
.instagram,
.tiktok,
.viber,
.whatsapp {
  height: 2.5em;
  width: 2.5em;
  color: rgb(117, 97, 97);
  background: rgb(211, 211, 211);
  margin: 0 2em 0 0;
  border-radius: 50%;
  border: solid #fff 0.1em;
}
i.instagram,
.tiktok,
.viber,
.whatsapp {
  padding: 0.7em;
}
i.facebook {
  padding: 0.8em;
}
i.instagram:hover,
.tiktok:hover,
.facebook:hover,
.whatsapp:hover {
  box-shadow: 4px 4px 8px #491ac956;
}
i.viber:hover {
  background: #7360f2;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
i.facebook:hover {
  background: hsla(214, 100%, 59%, 1);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
i.tiktok:hover {
  color: #fff;
  background: rgb(22, 24, 35);
  transition: color 250ms ease 0s;
  text-decoration: none;
  cursor: pointer;

  justify-content: center;
  align-items: center;
}
i.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
i.whatsapp:hover {
  background: linear-gradient(45deg, #e5ffcc, #1ebea5, #00e676, #edf8f5);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.email,
.ph-number {
  color: #1ee994;
  text-decoration: none;
}
li .item .fas {
  margin: 0;
  box-shadow: none;
}
.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
  font-size: 10pt;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.button-link {
    text-decoration: none;
    color: inherit;
}
.button-link button {
    background: rgb(9, 55, 141);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 500;
    border-radius: 20px;
    transform: translate(85px, 12px);
}
.button-link button:hover {
    background: rgba(13, 138, 30, 0.993);
    cursor: pointer;
}
footer p:first-child {
    text-align: center;
    font-size: 10pt;
}
footer p:nth-child(2),  footer p:first-child {
    color: #fff;
}
footer p:nth-child(2) {
    text-align: right;
    font-size: 9pt;
}
/*.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-login {
  width: 370px;
  height: fit-content;
  padding: 15px 10px;
  background: #a4a9b4;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 20;
  text-align: center;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 300ms ease-in-out,
              top 1000ms ease-in-out,
              transform 1000ms ease-in-out;
}
.popup-login.active {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms cubic-bezier(0.18, 0.89, 0.43, 1.19);
}
.popup-login .icon {
  margin: 5px 0px;
  width: 50px;
  height: 50px;
  border: 2px solid #34f234;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
}
.popup-login .icon i.fa {
  font-size: 30px;
  color: #213291;
}
.popup-login .title {
  margin: 5px 0px;
  font-size: 30px;
  font-weight: 600;
}
.popup-login .discription {
  color: #222;
  font-size: 15px;
  padding: 5px;
}
.popup-login .dismiss-btn {
  margin-top: 15px;
}
.popup-login .dismiss-btn button {
  padding: 10px 20px;
  color: #f5f5f5;
  background: #213291;
  border: 2px solid #213291;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
}
.popup-login .dismiss-btn button:hover {
  color: #213291;
  background: #a4a9b4;
}
.popup-login > div {
  position: relative;
  top: 10px;
  opacity: 0;
}
.popup-login.active > div {
  top: 0px;
  opacity: 1;
}
.popup-login.active .icon {
  transition: ease-in-out 250ms;
}
.popup-login.active .title {
  transition: ease-in-out 300ms;
  background: hsl(231, 63%, 35%);
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.popup-login.active .discription {
  transition: ease-in-out 350ms;
}
.popup-login.active .dismiss-popup-button {
  transition: ease-in-out 400ms;
}
.popup-login.active .discription p:first-child {
  color: rgb(28, 34, 116);
  font-weight: 500;
}*/
/* This is login form *
/* Full-width input fields */
input[type=text], input[type=tel], .countryCode1{
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input[type=text]  {
  width: 100%;
}
select [type=countryCode] {
  width: 10%;
  padding: 0;
}
input[type=tel] {
  width: 100%;
}
#country-code {
  display: flex;
}
.countryCode1 {
  width: 50%;
  padding: 0 -3px 0 -3px;
}
/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.tel {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw-otp {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/*This is for otp section*/
span.psw-otp {
  font-weight: 500;
  float: right;
  padding-right: 10px;
}