@font-face {
    font-family: 'rudareg';
    src: url('fonts/ruda-regular/Ruda-Regular-webfont.eot');
    src: url('fonts/ruda-regular/Ruda-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/ruda-regular/Ruda-Regular-webfont.woff2') format('woff2'),*/
         url('fonts/ruda-regular/Ruda-Regular-webfont.woff') format('woff'),
         url('fonts/ruda-regular/Ruda-Regular-webfont.ttf') format('truetype'),
         url('fonts/ruda-regular/Ruda-Regular-webfont.svg#rudaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rudablack';
    src: url('fonts/ruda-black/Ruda-Black-webfont.eot');
    src: url('fonts/ruda-black/Ruda-Black-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/ruda-black/Ruda-Black-webfont.woff2') format('woff2'),*/
         url('fonts/ruda-black/Ruda-Black-webfont.woff') format('woff'),
         url('fonts/ruda-black/Ruda-Black-webfont.ttf') format('truetype'),
         url('fonts/ruda-black/Ruda-Black-webfont.svg#rudablack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rudabold';
    src: url('fonts/ruda-bold/Ruda-Bold-webfont.eot');
    src: url('fonts/ruda-bold/Ruda-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/ruda-bold/Ruda-Bold-webfont.woff2') format('woff2'),*/
         url('fonts/ruda-bold/Ruda-Bold-webfont.woff') format('woff'),
         url('fonts/ruda-bold/Ruda-Bold-webfont.ttf') format('truetype'),
         url('fonts/ruda-bold/Ruda-Bold-webfont.svg#rudabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
a:hover{text-decoration: none}
.rudareg,body{
  font-family: "rudareg"; 
}

.rudablack{
  font-family: "rudablack";
}

.rudabold{
  font-family: "rudabold";
  font-weight:bold; 
}
.img-header{position: absolute;bottom:0;left: 0;width: 100%;}
.qr_page_preview .container {
    max-width: 540px !important;padding: 0 15px;
}
.loader_img {
    max-width: 50%;
    max-height: 50%;
    padding-bottom:50px;
}
.qr_page_loader{
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}
.topbg_cover{
  position:relative;padding: 0 !important;text-align: center;max-height: 450px;min-height: 450px;z-index: 2;margin:0 -15px;
}
.primary_wrapper{
  background-color: rgb(39,28,135);background-image: linear-gradient(to bottom, rgba(37,40,74, 0.73), rgba(6,2,36, 0.52)), url('/images/background.png');z-index: 1;padding: 15px;margin:-80px -15px 0 -15px;
}
.page_profile_wrapper{position: relative;z-index: 3;margin-top:-90px}
.page_profile{
  width: 180px;
  height: 180px;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -90px;
}
.primary_wrapper_content {
    position: relative;
    z-index: 1;
    padding: 100px 0 0 0;
}
.page_icon_center {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.page_icon_center li{list-style: none;padding-right: 10px}
.page_icon_center li a{display: inline-block;}
.page_icon_center li img{width: 30px}
.white{color:#fff}
.purple{color:#700fff}
.button-purple-primary{padding:10px 15px;background: #700fff;color:#fff;border:none;border-radius: 10px;width: 100%}
.button-purple-secondary{padding:10px 15px;background:#171638;background-clip: padding-box;
  border: solid 2px transparent;color:#fff;border-radius: 10px;width: 100%;display: flex;justify-content: center;}
.button-purple-secondary:before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  margin: 0 15px;
  border-radius: inherit;
  background: linear-gradient(to right, rgba(185,85,255,1), rgba(112,15,255,1));
}
.card{border-radius: 10px}
.card_list{padding: 0;}
.card_list li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.card_list li .sm-t,.card-body .sm-t{color:#700fff;font-size: 12px;font-weight: bold;}
.button-purple-secondary i.fa-brands{color:#700fff;font-size: 24px;margin-right: 12px}
.button-subscribe{background: #c4302b;color:#fff;padding: 8px 15px;border-radius: 20px;border: none;}
.col-map{background: #700fff;border-bottom-right-radius: 10px;border-top-right-radius: 10px;display: flex;justify-content: center;cursor: pointer;}

/* The Modal (background) */
.modal {
  padding-top: 100px;
  background-color: rgba(0,0,0, 0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  width: fit-content;
  max-width: 1200px;
  border:none;
  padding: 10px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #700fff;
  text-decoration: none;
  cursor: pointer;
}