@import url("./fonts.css");

html,
body {
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Geometria';
  color: #1d2023;
  line-height: 1.25;
  font-size: 18px;
}

a {
  color: inherit !important;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

strong{
  font-weight: 700;
}

/* typograhy */
h3{
  font-family: 'Geometria' !important;
  font-weight: bold !important;
  font-size: 32px !important;
}

h4{
  font-family: 'Geometria' !important;
  font-weight: bold !important;
  font-size: 24px !important;
}

h5{
  font-family: 'Geometria' !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
h5 a{
  text-decoration: underline !important;
}

h6{
  font-family: 'Geometria' !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

header{
  background-color: #fff !important;
}
header .MuiToolbar-root{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.logo{
  margin-right: 35px;
  max-width: 75px;
}
.home-banner{
  position: relative;
  background: rgb(65,40,72);
  background: -moz-linear-gradient(0deg, rgba(65,40,72,1) 0%, rgba(110,81,120,1) 44%);
  background: -webkit-linear-gradient(0deg, rgba(65,40,72,1) 0%, rgba(110,81,120,1) 44%);
  background: linear-gradient(0deg, rgba(65,40,72,1) 0%, rgba(110,81,120,1) 44%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#412848",endColorstr="#6e5178",GradientType=1);
}
.home-banner:after{
  background-color: #fff;
  position: absolute;
  height: 50px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
}
.inner-content{
  max-width: 100%;
  display: block;
  width: 100%;
}
.img-fluid{
  max-width: 100%;
  display: block;
  width: 100%;
}

.banner-card{
  top: -8px;
  z-index: 999;
  color: #422949;
  position: relative;
  padding: 20px 15px 35px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.banner-card-header{
  margin-bottom: 38px;
}
.date{
  font-weight: bold;
  line-height: 0.9;
  font-size: 35px;
  color: #301539;
}
.bch-type{
  font-size: 14px;
  font-weight: 500;
  max-width: 80px;
}
.time{
  white-space: nowrap;
  font-size: 16px;
}
.time strong{
  font-weight: bold;
}

.author-name{
  font-size: 18px;
}
.author-name img{
  display: inline-block;
  vertical-align: -7px;
  margin-right: 6px;
}
.banner-card .author-name a{
  text-decoration: underline;
}
.author-name a{
  font-weight: bold;
  color: #422949;
}
.banner-card-author{
  margin-bottom: 30px;
}
.yg-logo{
  background-color: #2c1034;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
  height: 120px;
}
.progress-percent{
  margin-bottom: 5px;
  color: #1d2023;
  font-size: 14px;
}
.banner-progress{
  margin-bottom: 50px;
}
.MuiLinearProgress-colorPrimary{
  background-color: #412848 !important;
}
.MuiLinearProgress-barColorPrimary{
  background-color: #87c25b !important;
}
.banner-btns {
  text-align: center;
  margin-bottom: 20px !important;
}
.banner-btns a{
  display: block;
  font-size: 11px;
  color: #1d2023;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  padding: 13px 4px 10px;
}
.btn-green{
  background-color: #87c25b !important;
}
.btn-blue{
  background-color: #75abca !important;
}

.Blog-post{
  padding-right: 100px;
  position: relative;
  z-index: 99;
}

.Blog-post h3{
  /*max-width: 78%;*/
}

.Blog-post p{
  /*padding-left: 70px;*/
}

.Blog-post > img, 
.Blog-post > video{
  margin: 35px 0;
}

.donate{
  color: #422949;
  padding: 20px 25px;
  background-color: #efefef;
}
.donate ul{
  list-style-type: none;
  margin: 0 0 22px;
  font-size: 18px;
  padding: 0;
}
.donate ul a{
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.donate ul li{
  margin-bottom: 12px;
}

.tickets, .sponsers{
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #422949;
}
.sponsers p{
  font-size: 16px;
  margin: 10px 0 0;
}
.sponsers img{
  max-width: 90%;
  max-height: 42px;
}

.header-search input{
  text-transform: uppercase;
  color: #7f8284;
  font-size: 11px;
  padding: 5px 0;
  min-width: 220px;
}

.header-links{
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header-links a{
  font-size: 11px;
  margin-right: 20px;
  font-weight: normal;
  padding: 4px 5px 3px;
  text-transform: uppercase;
  color: #7f8284 !important;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all .35s linear;
}
.header-links a.active, .header-links a:hover{
  border-color: #f15a29;
}
.btn-menu{
  min-width: 22px !important;
}
.btn-menu img{
  width: 22px;
  height: 22px;
}
.nav-tabs{
  margin-bottom: 42px;
  margin-top: -50px;
}
.page-loader{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.page-loader-inner{
  max-width: 500px;
  margin: auto;
  width: 80%;
}
.loader-percent{
  padding-bottom: 15px;
  font-size: 2.5em;
  font-weight: 700;
}
.page-loader-inner{
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .Blog-post h3 {
    max-width: 90%;
  }
  .header-links a{
    margin-right: 15px; 
  }
  .header-search input{
    min-width: 150px;
  }
}
@media screen and (min-width: 768px){
  .btn-menu{
    display: none !important;
  }
}
@media screen and (max-width: 991px){
  .banner-card{
    top: 0;
  }
  .Blog-post{
    padding-right: 0;
    margin-top: 35px !important;
  }
  .nav-tabs {
    margin-bottom: 8px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px){
  body{
    font-size: 16px;
  }
  h3{
    font-size: 25px !important;
    margin-bottom: 15px !important;
  }
  .Blog-post h3 {
    max-width: 100%;
  }
  .banner-card{
    padding: 30px;
  }
  .Blog-post p {
    padding-left: 30px;
  }
  .donate, .tickets, .sponsers{
    margin-top: 30px;
  }
  header .inner-content{
    width: auto;
  }
  .desk-view{
    display: none !important;
  }
  .header-mob{
    max-width: 240px;
  }
  .header-search input {
    min-width: 190px;
  }
  .header-links a{
    margin-right: 0;
    margin-bottom: 8px;
  }
  .header-links{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px){
  .banner-card {
    padding: 20px;
  }
  .date{
    font-size: 30px;
  }
}