@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Brand Colors */
  --mo-red: #a50a1f;
  --mo-blue: #060046;
  --primary: #a50a1f;
}

body{
  background-image: url(../img/soft-gradient-blue-white-red-colors.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "Raleway", "Monsterrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--mo-blue);
	    overflow-x: hidden;
}

@media all and (min-width: 1200px){
	body{
		background-attachment: fixed;
	}
}

.bg-red{background-color: var(--mo-red);}
.bg-blue{background-color: var(--mo-blue);}
.bg-white{background-color: white;}

.bg-red,
.bg-blue{color: white;}

.text-red{color: var(--mo-red);}
.text-blue{color: var(--mo-blue);}

.border-red{border-color: var(--mo-red)!important;}
.border-blue{border-color: var(--mo-blue)!important;}


/* Splash Screen */
#splash {
  position: fixed;
  inset: 0;
  background: white; /* background color */
  color: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
  height: 100vh;
  overflow: hidden;
}

#splash.fade-out {
  opacity: 0;
  pointer-events: none;
}

.splash-content {
  text-align: center;
  animation: fadeIn 1.2s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

.mo-preloader{
  background-color: white;
  min-height: 100vh;
}

.mo-preloader-inner{
  min-height: 100vh;
  max-width: 1920px;
  margin: auto;
}


/* Hero */
@media all and (min-width: 1200px){
  .homepage-header-banner{
    overflow: hidden;
  }
}

/* Website Logo */
.logo-votemo{
  width: 100%;
  max-width: 130px;
}

.logo-votemo-sm{
  width: 100%;
  max-width: 120px;
}


/* Menu */
.toggle-menu {
  display: block;
  width: 28px;
  height: 22px;
}
.toggle-menu span:after, .toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.toggle-menu span:after {
  top: 20px;
}
.toggle-menu span {
  position: relative;
  display: block;
}
.toggle-menu span, .toggle-menu span:after, .toggle-menu span:before {
  width: 100%;
  height: 2.4px;
  background-color: white;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-menu.on span {
  background-color: transparent;
}
.toggle-menu.on span:before {
  transform: rotate(45deg) translate(0px, 0px);
}
.toggle-menu.on span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}


/* Inside Banner */
.inside-header-banner .toggle-menu span, 
.inside-header-banner .toggle-menu span:after, 
.inside-header-banner .toggle-menu span:before {
  background-color: var(--mo-red);
 }

.inside-header-banner .toggle-menu.on span {
  background-color: transparent;
 }


/* Menu Dropdown */
.dropdown-menu {
  min-width: 100%;
  border-radius: 4px;
  padding: 0 !important;
  overflow: hidden;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
}

.dropdown-menu.show {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    z-index: 9999;
    margin-top: 10px!important;
}

a.dropdown-item {
    padding:  1.25rem;
    line-height: 1;
    color: var(--mo-blue);
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s;
}

a.dropdown-item:hover{
    background-color: var(--mo-red);
    color: white;
    transition: all .5s;
}

.dropdown-menu.show>li +li a{
    border-top: 1px solid var(--mo-blue);
}


/* Banner Strip */
.stripe-flag {
    width: 100%;
    top: -30%;
    right: -23%;
    z-index: -1;
}

.stripe-flag>img{
  width: 100%;
}

@media all and (min-width: 576px){
  .stripe-flag {
    top: -45%;
    right: -30%;
  }
}

@media all and (min-width: 1200px){
  .stripe-flag {
    top: -35%;
  }
}

@media all and (min-width: 1800px){
  .stripe-flag {
    top: -42%;
    right: -20%;
  }

  .stripe-flag>img{
    width: 120%;
  }
}

@media all and (min-width: 2000px){
  .stripe-flag {
    top: -60%;
    right: -25%;
  }

  .stripe-flag>img{
    width: 120%;
  }
}


/* Font Sizes */
.larger{
  font-size: 48px;
}
.large{font-size: 48px;}
.hero{font-size: 48px;}
h1, .h1{font-size: 40px;}
h2, .h2{font-size: 36px;}
h3, .h3{font-size: 28px;}
h4, .h4{font-size: 24px;}
h5, .h5{font-size: 22px;}
h6, .h6{font-size: 20px;}
.text-small{font-size: 16px;}
.text-smaller{font-size: 14px;}

@media all and (min-width: 400px){
  .larger{
    font-size: 60px;
  }
}

@media all and (min-width: 576px){
  .larger{
    font-size: 72px;
  }
}

@media all and (min-width: 992px){
  .larger{
    font-size: 90px;
  }
	.large{font-size: 80px;}
	.hero{font-size: 72px;}
	h1, .h1{font-size: 60px;}
	h2, .h2{font-size: 48px;}
	h3, .h3{font-size: 34px;}
	h4, .h4{font-size: 24px;}
	h5, .h5{font-size: 22px;}
	h6, .h6{font-size: 20px;}
	.text-small{font-size: 16px;}
	.text-smaller{font-size: 14px;}
}

@media all and (min-width: 1200px){
  .larger{
    font-size: 104px;
  }
}

@media all and (min-width: 1400px){
  .larger{font-size: 120px;}
  .large{font-size: 90px;}
  .hero{font-size: 72px;}
  h1, .h1{font-size: 60px;}
  h2, .h2{font-size: 48px;}
  h3, .h3{font-size: 34px;}
  h4, .h4{font-size: 24px;}
  h5, .h5{font-size: 22px;}
  h6, .h6{font-size: 20px;}
  .text-small{font-size: 16px;}
  .text-smaller{font-size: 14px;}
}

h2, h3{
  font-weight: 600;
}


/* Button */
.btn{
  border-radius: 3px;
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-primary{
  background-color: var(--mo-red);
  border-color: var(--mo-red);
  padding: .75rem 1rem;
}

.btn-primary:hover{
  background-color: transparent;
  border-color: var(--mo-red);
  color: var(--mo-red);
}

.bg-blue .btn-primary:hover{
  background-color: transparent;
  border-color: white;
  color: white;
}


/* Section Head */
/* .section-h2-head h2+p{
  font-size: 18px;
  font-weight: 500;
} */


/* Card Grid */
.row.equal-height-cards>div,
.row.equal-height-cards>div>.card,
.row.equal-height-cards>div>.card>.card-body{
  min-height: 100%;
}


/* Homepage Priority */
a.card-priority{
  overflow: hidden;
  text-decoration: none;
}

.card-priority>.card-overview>.card-overview-inner{
  position: relative;
  bottom: 0;
  z-index: 1020;
  transition: all .75s;
}

.card-priority:hover>.card-overview>.card-overview-inner{
  transition: all .75s;
  position: relative;
  bottom: -1000px;
}

.card-quote{
  position: absolute;
  bottom: 0;
  z-index: 1019;
  display: flex;
  align-items: end;
  width: 100%;
}

.card-quote-inner{
  font-style: italic;
  position: relative;
}

.card-quote-inner>object{
  position: absolute;
  z-index: 1017;
  top: -50%;
  left: 0;
  width: 72px!important;
}

.card-quote-inner>p{
  position: relative;
  line-height: 1.4;
  margin-bottom: 0;
  z-index: 1018;
}

@media all and (min-width: 576px){
  .card-quote-inner>p{
    padding-left: 3rem;
  }
}

.card-arrow{
  position: absolute;
  z-index: 1021;
  font-size: 24px;
  transform: rotate(-45deg);
  top: 1rem;
  right: 1rem;
  line-height: 1;
  transition: all .75s;
}

@media all and (min-width: 576px){
  .card-arrow{
    top: 1.5rem;
    right: 1.5rem;
  }
}

.card-priority:hover .card-arrow{
  top: 2rem;
  right: 2rem;
  transition: all .75s;
}

.card-overview::before{
  display: block;
  content: "";
  width: 1000px;
  height: 600px;
  transform: rotate(45deg);
  top: 0;
  left: -115%;
  z-index: 1020;
  background: var(--mo-red);
  position: absolute;
  transition: all .75s;
}

@media all and (min-width: 375px){
  .card-overview::before{
    left: -105%;
  }
}

@media all and (min-width: 400px){
  .card-overview::before{
    left: -90%;
  }
}

@media all and (min-width: 480px){
  .card-overview::before{
    left: -60%;
  }
}

@media all and (min-width: 520px){
  .card-overview::before{
    left: -50%;
  }
}

@media all and (min-width: 560px){
  .card-overview::before{
    left: -40%;
  }
}

@media all and (min-width: 576px){
  .card-overview::before{
    left: -45%;
  }
}

@media all and (min-width: 768px){
  .card-overview::before{
    left: -400px;
  }
}

@media all and (min-width: 768px){
  .card-overview::before{
    left: -400px;
  }
}

@media all and (min-width: 992px){
  .card-overview::before{
    left: -290px;
  }
}

@media all and (min-width: 1200px){
  .card-overview::before{
    left: -200px;
  }
}

@media all and (min-width: 1400px){
  .card-overview::before{
    left: -230px;
  }
}

/* @media all and (min-width: 768px){
  .card-overview::before{
    left: -280px;
  }
} */

.card-overview p{
  margin-bottom: 0;
}

.card-priority:hover>.card-overview::before{
  left: -1100px;
  transition: all .75s;
}

.card-body>*{
  position: relative;
  z-index: 1021;
}


/* Donate Form */
.card-donate-form{
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: 200%;
}

@media all and (min-width: 768px){
  .card-donate-form{
    background-size: 150%;
  }
}

@media all and (min-width: 1400px){
  .card-donate-form{
    background-size: 100%;
  }
}


/* GLASS */
.frost{
    background-color: rgba(250, 255, 253, 0.55) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(256, 256, 256, .2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

/* Star List */
ul.star-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.star-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}

ul.star-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23a50a1f" viewBox="0 0 576 512"><path d="M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"/></svg>') no-repeat center;
  /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23060046" viewBox="0 0 576 512"><path d="M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"/></svg>') no-repeat center; */
  background-size: contain;
}

.sticky-top{
    top: 3rem;
}