
   @font-face {
      font-family: 'Handlee-Regular';
      src: url('/public/webfonts/Handlee/Handlee-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }
   @font-face {
      font-family: 'BadScript-Regular';
      src: url('/public/webfonts/Handlee/BadScript-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }
   @font-face {
      font-family: 'NataSans-Regular';
      src: url('/public/webfonts/Nata_Sans/static/NataSans-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }
   @font-face {
      font-family: 'NataSans-Bold';
      src: url('/public/webfonts/Nata_Sans/static/NataSans-Bold.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }
   @font-face {
      font-family: 'SairaExtraCondensed-ExtraBold';
      src: url('/public/webfonts/Saira_Extra_Condensed/SairaExtraCondensed-ExtraBold.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
    }
   @font-face {
      font-family: 'GothamCondensed_Bold';
      src: url('/public/webfonts/gotham-condensed/GothamCond-Bold.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
    }
html {
background-color: rgba(0, 0, 0, 1);
 /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  /* background-image: url('../images/bg004.jpg'); */
  background-attachment: fixed;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
body {
  font-family: NataSans-Regular, sans-serif;
}
.body {
background-color: whitesmoke;
 overflow-x: hidden;
}
.body-container {
  margin: 0 0 0 0;
  padding: 0 0 0 0 ;
  justify-items: center;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  /* background-image: url('../images/bg211.gif'); */

  height: 80%;
 overflow-x: hidden;

}

.creator-container {
  max-width: 98%;
  text-align: center;
  margin: auto;
height: 100%;
text-transform: uppercase;
}

.main_image {
  width: 350px;
  height: 233px;
  border: 0px solid white;
  border-radius: 35px;
  object-fit: cover;
}

.enter-button {
display: inline-flex;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.35);;
 /* border: 2px solid white; */
  border-radius: 15px;
  background-color: #c90000;
  width: 150px;
  padding: 10px 10px 10px 10px;
  /* background-image: linear-gradient(to right, whitesmoke, red); */
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(255,255, 255, 0.8); 
  }
.nav-text {
  color:white;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}
.nav-icon {
  color:white;
  font-weight: bold;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.text-white {
  color:white !important;
}
.document-all {
height: 100%;
}

.footer-main {
width: 100%;
  color:white !important;
margin-bottom: 0px;
/* position: fixed; */
bottom: 0px;
left: 50%;
/* transform: translateX(-50%); */ 
}
.icon-container {
  display: inline-flex;
  margin-bottom: 15px;
}
.icon-main {
  justify-items: center;
align-items: center;
}
.header-text {
/*
  font-family: NataSans-Bold, sans-serif;
  margin-top: 15px;
  color: whitesmoke;
  font-size: 12px;
font-stretch: condensed;
*/
 font-family: GothamCondensed_Bold, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: whitesmoke;
    font-size: 20px;
    overflow-wrap: break-word;
    margin-left: 0px;
    margin-right: 0px;
padding-left: 0px;
padding-right: 0px;

}
.creator-name {
  font-family: SairaExtraCondensed-ExtraBold, sans-serif !important;
/*  color: whitesmoke; */
color: #c90000;
  font-size: 36px;
margin-top: 20px;
font-stretch: condensed;
margin-bottom: 20px;
}
.image-container {
  margin-bottom: 5px;
  margin-top:30px;
}
.description-text {
width:99%;
    font-family: GothamCondensed_Bold, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: whitesmoke;
    font-size: 24px;
    overflow-wrap: break-word;
    margin-left: 1px;
    margin-right: 1px;
padding-left: 5px;
padding-right: 5px;
}
.para-followers {
  margin-bottom: 15px;
  color: whitesmoke;
  font-size: 20px;
}
.follower-count {
  font-weight: 800;
  font-size: 26px;
  margin-right: 15px;
}
.button-container {
min-width: 200px;
margin-bottom: 10px;
}
.social-button-container {
min-width: 200px;
margin-bottom: 20px;
}
.social-button {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.35);;
  border: 2px solid white;
  border-radius: 15px;

  width: 300px;
  padding: 10px 10px 10px 10px;
  background-image: linear-gradient(to right, whitesmoke, red);
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(255,255, 255, 0.8); 
  }
.icon-social-container {
   margin-bottom: 10px;
}
.icon-social-main {
  justify-items: center;
align-items: center;
padding: 20px;

}
.social-link {
color:whitesmoke;
}
.social-icon-2 {
margin-right: 5px;
}
.qrcode {
margin-top: 10px;
  margin-bottom: 25px;
border-radius: 10px;


}
.qrcode img {
border-radius: 10px;
width: 150px;
height: 150px;
  box-shadow: 5px 5px 10px rgba(226, 2, 2, 0.915); 
}
.social-container {
display: none;
  justify-items: center;
align-items: center;
}
.social-shares {
 box-shadow: 3px 3px 6px rgba(255,255, 255, 0.8); 
width: 300px;
margin-bottom: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black; /* rgba(0,0,0,0.0); */
}

.modal-content {
display: inline-grid;
  background-color: black;
  color: whitesmoke;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #888;
  width: 320px;
  position: relative;
  justify-items: center;
align-items: center;
 box-shadow: 3px 3px 6px rgba(255,255, 255, 0.8); 
border-radius: 10px;
}

.close-button {
  color: #c90000;
  float: right;
  font-size: 48px;
  font-weight: bold;
width: 57px;
 box-shadow: 3px 3px 6px rgba(255,255, 255, 0.8); 
border-radius: 10px;
text-align: center;
margin-bottom: 10px;
}

.close-button:hover,
.close-button:focus {
  color: whitesmoke;
  text-decoration: none;
  cursor: pointer;
}
.open-modal-button {
      position:fixed;
      top: 10px; 
      right:10px;
  color: whitesmoke;
 /* background-color: rgba(0, 0, 0, 0.35); */
  background-color: #c90000;
  border: 0px solid white;
  border-radius: 15px;


  padding: 10px 10px 10px 10px;
  /* background-image: linear-gradient(to right, whitesmoke, red); */
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(255,255, 255, 0.8); 
}
.download-button-container {
min-width: 200px;
margin-bottom: 20px;
}
.download-button {
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.35);;
  border: 0px solid white;
  border-radius: 15px;
background-color: #c90000;
  width: 200px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(255,255, 255, 0.8); 
  text-decoration: none;
  }

.icon-share-container {
   margin-bottom: 10px;
display: inline-flex;
}
.description-text-container {
   margin-bottom: 10px;
display: inline-flex;

}
.icon-share-main {
display: inline-grid;
}
.share-text {
font-size: 12px;
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
color: whitesmoke;
text-align: center;

}
a {
text-decoration: none;
}
a:hover, a:visited {
text-decoration: none;
}

.container-icon-share {
margin-left: 10px;
margin-right: 10px;

}
.error-container {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.error-content {
  display: inline-grid;
  background-color: whitesmoke;
  color: #c90000;
  margin: 50px auto;
  padding: 10px;
  border: 1px solid #888;
  width: 320px;
  position: relative;
  justify-items: center;
  align-items: center;
  box-shadow: 3px 3px 6px rgba(255,255, 255, 0.8); 
  border-radius: 10px;
  font-size: x-large;
}

.download-icon {
margin-right: 10px;
}
.btn-language {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

.enter-text {
margin: auto;
}
.enter-icon {
display: block;
  width: 20px;
  color: whitesmoke;
  border-radius: 10px;
  border: 3px solid whitesmoke;
  padding: 3px;
  background-color: transparent;
}

.page-text-alt {
color: #c90000;
}
.main-image-alt {
  width: 220px;
  height: 124px;
  border: 0px solid white;
  border-radius: 35px;
}
.copyright {
width: 98%;
overflow-wrap: break-word;
margin-bottom: 5px;
font-size: 10px;
}