* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;

  
}
.wrapper {
  width: 100%;
  height: auto;
  
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  
}
.container {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  
}
.container input {
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #990000;
}
.container button {
  font-size: 18px;
  padding: 10px 20px;
  background-color: #577eff;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
}
.containeree{
display: flex;
justify-content: space-evenly;
align-items: center;
}
.profile-card {
  width: 100%;
  min-height: 500px;
  margin: auto;
  box-shadow: 0px 8px 60px -10px rgb(13 28 39 / 60%);
  background: #fff;
  border-radius: 12px;
  max-width: 700px;
  position: relative;
  box-shadow:  0px 0px 0px 7px rgb(255 0 0 / 50%);
 
}
.profile-card-img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  box-shadow:  0px 0px 0px 7px rgb(255 0 0 / 50%);
}
.profile-card-img img {
  margin-left: 5px;
  margin-top: 5px;
}
.profile-card-cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  
  transition: all 0.3s;
}
p{
  color: #1267a8;
}
.profile-card-name {
  font-weight: 700;
  font-size: 45px;
  color: rgb(255 0 0);
 
}
.profile-card-txt {
  font-size: 18px;
  font-weight: 600;
  color: #324e63;
 
}
.profile-card-loc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  font-size: 18px;
  font-weight: 600;
  /* background-color: #6944ff; */
}
.img img{
  width: 300px;
  height: 300px;
}
.profile-card-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  margin-top: 40px;
}

input {

border-radius: 10px;
border-color: rgb(255 0 0 / 50%);
outline: none;

}
.profile-card-button {
  background: none;
  border: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 15px 35px;
  padding: 15px 40px;
  min-width: 201px;
  border-radius: 50px;
  min-height: 55px;
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  transition: ease-in-out 0.3s;

}

.button-orange {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0px 4px 30px rgb(223 45 70 / 35%);
}
.profile-card-loc-icon {
  display: inline-flex;
  font-size: 27px;
  margin-right: 10px;
}
.fotter-banner{
  margin: 10px 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.fotter-banner img{
  width: 800px;
  height: 200px;
  margin: 0 auto;
  
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.loc {
  margin-top: 60px;
  font-size: 1.5em;
  font-weight: 600;
}
table{

  width: 100%;
  height: 100%;
}
table tr{
   
   width: 100%;
}
table tr td{
  width: 50%;
}
table tr td a button:hover{
   animation: anim .45s linear;
}
.btn{
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  background: #46627f;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12),
              0 1px 2px rgba(0, 0, 0, .24);
  transition: all .3s;
  overflow: hidden;
}
.btn span{
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  transition: opacity .25s;
  z-index: 2;
}
.btn a{
  position: relative;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: .25s; 
}
.btn::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6944ff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .25s linear;
}
.btn:hover{
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25),
              0 10px 10px rgba(0, 0, 0, .22);
}
.btn:hover::before{
  opacity: .5;
  transform: translateY(-100%);
}
.btn:hover span{
  opacity: 0;
  z-index: -3;
}
.btn a:hover{
  background: rgba(245, 245, 245, .1);
}
.btn a:focus{
  outline: none;
}
.btn a:hover i{
  animation: anim .4s linear;
}

.btn2{
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 75px;
  background: #46627f;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12),
              0 1px 2px rgba(0, 0, 0, .24);
  transition: all .3s;
  overflow: hidden;
  
  
}
.btn2 span{
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  transition: opacity .25s;
  z-index: 2;
}
.btn2 a{
  position: relative;
  width: 75px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: .25s;
  
}
.btn2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6944ff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .25s linear;
}
.btn2:hover{
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25),
              0 10px 10px rgba(0, 0, 0, .22);
}
.btn2:hover::before{
  opacity: .5;
  transform: translateY(-100%);
}
.btn2:hover span{
  opacity: 0;
  z-index: -3;
}
.btn2 a:hover{
  background: rgba(245, 245, 245, .1);
}
.btn2 a:focus{
  outline: none;
}
.btn2 a:hover i{
  animation: anim .4s linear;
}
@keyframes anim{
  40%{
    transform: scale(1.4);
  }
  60%{
    transform: scale(.8);
  }
  80%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .profile-card {
    width: 80%;
    
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgb(13 28 39 / 60%);
    background: #fff;
    border-radius: 12px;
    max-width: 750px;
    position: relative;
  }
}
@media screen and (max-width: 425px) {
  .profile-card {
    width: 100%;
   
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgb(13 28 39 / 60%);
    background: #fff;
    border-radius: 12px;
    max-width: 410px;
    position: relative;
  }
  .profile-card-button {
    
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 15px auto;
    padding: 15px 0 15px 0;
    /* min-width: 100px; */
    border-radius: 50px;
    min-height: 60px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.3s;
  }
 

  .btn{
    width: 200px;
  }
  
  .btn2{
    width: 200px; 
  }
  
}
@media screen and (max-width: 375px) {
  .profile-card {
    width: 100%;
   
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgb(13 28 39 / 60%);
    background: #fff;
    border-radius: 12px;
    max-width: 370px;
    position: relative;
  }
  .profile-card-button {
    
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 15px auto; 
    padding: 15px 0 15px 0;
    /* min-width: 100px; */
    border-radius: 50px;
    min-height: 60px;
    min-width: 180px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.3s;
  }
 

  .btn{
    width: 175px;
  }
  
  .btn2{
    width: 175px; 
  }
}
@media screen and (max-width: 320px) {
  .profile-card {
    width: 100%;
   
    margin: auto;
    box-shadow: 0px 8px 60px -10px rgb(13 28 39 / 60%);
    background: #fff;
    border-radius: 12px;
    max-width: 315px;
    position: relative;
  }
  .profile-card-button {
    
    border: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 15px auto;
    padding: 15px 0 15px 0;
    border-radius: 50px;
    min-height: 60px;
    min-width: 150px;
    color: #fff;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.3s;
  }
 

  .btn{
    width: 150px;
  }
  
  .btn2{
    width: 150px; 
  }
  .btn span,
  .btn2 span{
    font-size: 16px;
  }  
}