@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body { 
  height: 100%;
  min-height: 100vh;
  display: flex;
  background-color: #1e1c2a;
  align-items: center;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}
section {
  background-color: #1e1c2a;
}
h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 25px;
}
p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 18px;
}
div{
  display: flex;
  justify-content: center;
}
.div {
  display: flex;
  justify-content: center;
}
img {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    max-width: 300px;
    object-fit: cover;
    border-radius: 0px;
    margin-block-start: 30px;
}
select {
  align-items: center;
  outline:0;
  box-shadow:none;
  border: 10px;
  background: #ffffff;
  background-image: none;
  color:rgb(0, 0, 0);
  cursor:pointer;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 1px 90px;
  border-radius: 30px;
  transition: .4s;
}
select::-ms-expand {
  display: none;
}
.select {
  display: flex;
  width: 18em;
  height: 3em;
  overflow: hidden;
  border-radius: .25em;
  font-weight: bold;
  padding: 2px 40px;
  border-radius: 10px;
  transition: .4s;
  border: 2px;
  text-align-last:center;
}
.select:hover::after {
  color: #23b499;
}
.h {
  width: 40%;
  height: 1px;
  border: 0 none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 255);
}
.box {
  width: 300px;
}
.wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 1vh;
}

.wrapper .icon {
  position: relative;
  border-radius: 0%;
  padding: 0px;
  margin: 0px;
  width: 40px;
  height: 175px;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.wrapper .icon i {
  color:#fff;
  transition: .2s linear;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  transform: scale(.8);
  transition: .2s linear;
}

.wrapper .icon::before,
.wrapper .icon::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transition: .2s linear;
}

.wrapper .icon:hover::before {
  border-radius: 50%;
  border-left: 4px solid;
  border-right: 4px solid;
  transform: skewX(20deg);
  color: rgb(255, 255, 255);
}

.wrapper .icon:hover::after {
  border-radius: 50%;
  border-top: 4px solid;
  border-bottom: 4px solid;
  transform: skewY(-20deg);
  color: rgb(255, 255, 255);
}
.button {
    background-color: rgb(107, 57, 135);
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 70px;
    border-radius: 30px;
    transition: .4s;
    margin-top: 50px;
    cursor: pointer;
}
footer{
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 1.5rem;
  margin-top: auto;
}
textarea {
  resize: none;
}
.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
white-space: nowrap;
}
.svg-inline--fa {
vertical-align: -0.200em;
}
.rounded-social-buttons {
text-align: center;
}
.rounded-social-buttons .social-button {
display: inline-block;
position: relative;
cursor: pointer;
width: 3.125rem;
height: 3.125rem;
padding: 0;
text-decoration: none;
text-align: center;
color: #fefefe;
font-size: 1.5625rem;
font-weight: normal;
line-height: 2em;
border-radius: 1.6875rem;
transition: all 0.5s ease;
margin-right: 10px;
margin-bottom: 0px;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}
.rounded-social-buttons .fa-twitter, .fa-snapchat-f, .fa-linkedin, .fa-youtube, .fa-instagram {
font-size: 25px;
}
.rounded-social-buttons .social-button.snapchat {
background: #fff82a;
}
.rounded-social-buttons .social-button.snapchat:hover, .rounded-social-buttons .social-button.snapchat:focus {
color: #fff82a;
background: #fefefe;
border-color: #fff82a;
}
.rounded-social-buttons .social-button.instagram {
background: #125688;
}
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
color: #125688;
background: #fefefe;
border-color: #125688;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
  background-color: #1e1c2a;
  margin: 0% auto;
  padding: 20px;
  border: 1px solid #ffffffde;
  width: 70%;
  border-radius: 20px;
  display: grid;
  margin-top: 100px;
  font-family: 'Roboto', sans-serif;
}

.modal-button {
  height: 50px;
  width: 200px;
  border-radius: 18px;
  font-size: 22px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  background-color: rgb(107, 57, 135);
  color: #ffffff;
  border: 0px solid #6b3987;
}
.line {
  width: 100%;
  height: 3px;
  border: 0 none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

footer a{
  color: #fefefe;
}