/*=================Default CSS===================*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  /* background-color: #1e91cf; */
  /* font-family: 'Lato', sans-serif; */
}
.row {
  margin-right: 0;
  margin-left: 0;
}

.row > * {
  padding-right: 0;
  padding-left: 0;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-500 {
  max-width: 500px;
}

.form-label {
  margin-bottom: 0.2rem;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  color: #a2a0a0;
}

body {
  font: 1em/1.618 Inter, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #224;
  margin: 0;
  /* background:
      url("/static/images/design/abstract-267056_1920.png")
      center / cover fixed; */
}

h4 {
  font-family: 'Arial Black', Candara, sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  /* letter-spacing: 0.2ch; */
}

h5 {
  font-family: Candara, sans-serif;
  font-weight: 600;
}

h6 {
  font-family: Candara, sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 18px;
}

h7 {
  font-family: Candara, sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 16px;
}

p {
  font-family: Candara, sans-serif;
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

.error-message {
  color: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

.btn-simple {
  color: #fff;
  font-weight: 600;
  background-color: #1e91cf;
  border-color: #0677b4;
}

.btn-simple:hover {
  color: #fff;
  background-color: #007abc;
  border-color: #007abc;
}

.btn-blue-theme {
  color: #fff;
  font-weight: 600;
  background-color: #1e91cf;
  border-color: #1e91cf;
}

.btn-blue-theme:hover {
  color: #fff;
  background-color: #007abc;
  border-color: #007abc;
}

.btn-dark-theme {
  color: #fff;
  font-weight: 600;
  background-color: #1e1e1e;
  border-color: #000000;
}

.btn-dark-theme:hover {
  color: #fff;
  background-color: #4f4f4f;
}

.btn-theme {
  color: #fff;
  font-weight: 600;
  background-color: #1e91cf;
  border-color: #0677b4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e91cf;
  --bs-btn-disabled-border-color: #1e91cf;
}

.btn-theme:hover {
  background-color: #0e5b85;
}

.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.caption-div {
  margin: 20px 10px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.link-tree {
  min-height: 90vh;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 5px;
  border-radius: 10px;
  background-color: #01518b;
  padding: 10px 5px;
  /* border: thick double #3c3c3c; */
}

.linktree-image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 10px solid #ffffff;
}

.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  /* border-radius: 50%; */
  border-radius: 100px;
  transition: all 0.2s;
  /* position: absolute; */
}
.btn:hover {
  /* transform: translateY(-3px); */
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}
/* .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}
.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
} */
/* .header-title {
  margin-bottom: 40px;
} */
.login-box {
  overflow: hidden;
  background-color: #f1f1f1 !important;
  margin-top: 1em;
  border-radius: 0.5em;
  margin: 0px auto;
  padding: 20px;
}
.login-box .form-group .form-control {
  padding: 0px 0px 0px 5px;
  height: 40px;
}
.login-box #submit-button {
  margin: 30px auto 0;
  display: table;
}
.header-title h6 {
  font-weight: 600;
}
.btn-white {
  background-color: #fff;
  color: #777;
  width: 90%;
}
.btn-green {
  background-color: #00974e;
  color: #ececec;
  font-size: 40px;
  height: 70px;
  width: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.btn-green::after {
  height: 70px;
  width: 70px;
  background-color: #fff;
}
.btn-white::after {
  background-color: #fff;
}
/* .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
} */
.btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.btn-icon {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn-icon:hover {
  background-color: RoyalBlue;
}

.btn-79,
.btn-79 *,
.btn-79 :after,
.btn-79 :before,
.btn-79:after,
.btn-79:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-79 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}
.btn-79:disabled {
  cursor: default;
}
.btn-79:-moz-focusring {
  outline: auto;
}
.btn-79 svg {
  display: block;
  vertical-align: middle;
}
.btn-79 [hidden] {
  display: none;
}
.btn-79 {
  --height: 80px;
  background: none;
  border-radius: 999px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  height: var(--height);
  -webkit-mask-image: none;
  padding: 0 3rem;
  position: relative;
  text-transform: uppercase;
}
.btn-79 span {
  font-weight: 900;
  mix-blend-mode: difference;
}
.btn-79:before {
  background: #fff;
  border-radius: 20px;
  content: '';
  background-image: url('/static/images/design/phone-call.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 5px 50%;
  height: calc(var(--height) / 1.7);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  width: calc(var(--height) / 1.7);
}
.btn-79:hover:before {
  left: 0;
  width: 100%;
}
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 15rem;
}
.error-page a {
 background-color: #E7A02F;
 height: 40px;
 padding: 0 15px;
 display: flex;
 align-items: center;
 color: #ffff;
 text-decoration: none;
 max-width: 120px;
 justify-content: center;
 margin: 0px auto;
 border-radius: 5px;
}
/*==========Profile Styling==========*/
.save-contact-btn {
  /* display: block !important; */
  max-width: initial;
  /* border-radius: 5px !important; */
  margin: 15px auto 40px;
  width: initial;
}
.profile-container {
  /* margin: 20px 20px; */
  padding: 0px 0px 0px 0px;
  /* height: 500vh; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
  border-radius: 12px;
 
  backdrop-filter: blur(15px);
  min-width: 350px;
 
}
.profile-container> .row {
  width: 100%;
  padding: 0 15px;
}
.profile-container .card-bar {
       padding: 0px 10px 15px 10px;
        text-align: left;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
}
.profile-container .card-bar label {
  font-size: 14px;
  margin-bottom: 2px;
}
.profile-container .card-bar h6 {
  font-size: 16px;
  text-align: justify;
}
.profile-container .card-bar a {
  color: #555555;
  text-decoration: none;
}
.profile-container .card-bar a:not(:last-child) {
  margin-bottom: 15px;
}
.profile-container .card-bar h6, .profile-container .card-bar p  {
  margin-bottom: 0;
}
.profile-container .smaller {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 400;
}
.link-bar {
  /* background: rgba(0, 0, 0, 0.05); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-container h5 {
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.custom-actions {
  width: 100%;
}
.custom-actions label {
  text-align: left;
  display: block;
}
.profile-container label {
    text-align: left;
      display: block;
}
.profile-container h4 {
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
}

.profile-container .professional-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.profile-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: 15px;
}

.a-div {
  width: 100%;
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.btn-heavy {
  font-size: 24px;
  font-weight: 800;
  font-family: Candara, sans-serif;
}

.text-box {
  padding: 10px;
  text-align: justify;
}
#myForm {
  max-width: 540px;
}
#myForm >.row {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
#myForm .img-box img {
  margin: 20px 20px;
}

.link-box {
  display: flex;
  flex-wrap: wrap;
}

.contact-box {
  bottom: 2px;
  /* border: 2px solid red; */
  display: flex;
  border-radius: 25px;
  padding: 10px;
  margin: 1px;
  max-width: 600px;
  min-width: 300px;
  /* flex-direction: column; */
  justify-content: space-around;
}

.btn-contact {
  border-radius: 50%;
}

.btn-phone {
  /* background-color: #00643c; */
  color: #ffffff;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
}

.btn-map {
  background-color: #f28c18;
  color: #ffffff;
}

.btn-email {
  background-color: #32a9c7;
  color: #ffffff;
}

.something-wrong {
  /* margin: 20px 0; */
  /* padding: 50px 20px 20px 20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  /* min-height: 50vh; */
  height: 100vh;
  width: 100vw;

  border: 1px solid rgba(255, 255, 255, 0.25);
  /* border-radius: 20px; */
  background-color: rgba(255, 255, 255, 1);
  /* background-color: rgba(255, 255, 255, 0.65); */
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}

.something-wrong h3 {
  color: #0860ae;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}

.something-wrong p {
  color: #7f17bb;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
}
.link-btn {
  display: block;
  border-radius: 10px;
  padding: 5px 10px;
}

@media(min-width: 576px){
  .profile-container {
    max-width: 350px;
  }
}
@media only screen and (max-width: 576px) {
  body {
    align-items: start;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

 
.error-page h1 {
  font-size: 10rem;
}
  .profile-container {
    /* margin: 5px; */
    /* border-radius: 0; */
    padding: 0;
    height: auto;
    margin: 15px 0;
   
  }

  .profile-container .professional-title {
    justify-content: center;
    align-items: center;
  }

  .text-box h7,
  .text-box h6,
  .text-box h4 {
    text-align: left;
  }
  .profile-card-main {
    width: 100%;
  }
    .profile-container {
      width: initial !important;
    }
  .profile-container .link-bar {
      height: 90px;
      width: 85px;
    }
   
}

/* fix for contact box for very low end mobile */
@media only screen and (max-width: 300px) {
  .contact-box {
    min-width: 250px;
  }
}

.welcome-message p {
  color: #7f17bb;
}

