/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
:root {
  --theme__color1: #fff;
  --font1: 'Open Sans', sans-serif;
  --main_colour: #6459FF;
  --secondary-colour: #323232;
}
*,::before,::after {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 1.2;
  background-image: url("/img/shed_photo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins';
}
a, a:active, a:focus, a:active, a:hover {
  text-decoration:none !important;
  color: inherit;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
:focus::placeholder {
  opacity: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 600;
}
.h1-sub {
  color: #323232;
  font-size: 24px;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
p:last-child{
  margin: 0;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}
main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}


.logo {
  border-radius: 50%;
  width: 100px;
}


/* ----personal-card---- */
.personal-card {
  width: 100%;
  max-width: 640px;
  background: #fff;
  margin: auto;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.personal-card-inner {
  padding: 20px;
}
.personal-card .top-part {
  display: flex;
  align-items: center;
}
.personal-card .logo-image {
  width: 240px;
}
.personal-card .logo-image img {
  
}
.personal-card .heading-data {
  
}
.personal-card .heading-data .h1 {
  
  color: #272727;
  font-size: 40px;
  position: absolute;
  margin-top: -70px;
  margin-left: 125px;
}
.personal-card .heading-data .communication-list {
  margin: 25px 0 0;
}
.personal-card .heading-data .communication-list li {
  margin-bottom: 6px;
}
.personal-card .heading-data .communication-list li a {
  font-size: 16px;
  color: #272727!important;
}
.personal-card .heading-data .communication-list li a:hover {
  font-size: 16px;
  color: #77bd4e!important;
}

.personal-card .heading-data .communication-list li a i {
  margin-right: 4px;
  font-size: 14px;
}
.personal-card .body-part {
  padding: 30px 0 0;
}
.personal-card .body-part p {
  font-size: 15.5px;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 1.5;
}
.personal-card .body-part .social-list {
  margin: 40px 0 0;
  display: flex;
}
.personal-card .body-part .social-list li {
  margin-right: 15px;
}
.personal-card .body-part .social-list li:last-child {
  margin: 0;
}
.personal-card .body-part .social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  background: #272727;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 22px;
}

.call {
  color: #272727!important;
  transition: 0.5s;
}
.call:hover {
  color: #77bd4e!important;
  transition: 0.5s;
}

.qr {
  width: 100px;
  position: relative;
  margin-left: 77.5%;
  margin-top: -26.5%;
}

hr {
  margin: 1rem 0px;
  color: inherit;
  background-color: currentcolor;
  border: 0px;
  opacity: 0.25;
  position: relative!important;
  width: 595px!important;
}


html .cog-cognito--styled .cog-button__icon  {
  padding: calc(var(--input__padding-v) * .25) calc(var(--input__padding-h) * .1);
  display: none!important;
}

html .cog-cognito button:not([disabled]), :root:root:root:root:root .cog-cognito button:not([disabled]) {
  cursor: pointer;
  background: #272727!important;
  color: white;
  padding: 10px 15px 10px 15px;
  font-family: 'Poppins';
  border: none;
}

.fa-facebook-f:before {
  content: "\f39e";
  color: #c1fb1e!important;
}

/* ----personal-card-----end */








/* ----footer-section---- */
.footer-section {
  padding: 15px 0;
  background: #272727;
}
.footer-section p {
  color:  #fff;
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
/* ----footer-section----end---- */