*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
html{
	scroll-behavior: smooth;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 60px!important;
	font-weight: 700!important;
    color: #573F44;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px!important;
	font-weight: 700!important;
    padding: 10px 0px !important;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px!important;
	font-weight: 700!important;
    padding: 10px 0px !important;
    color: #995242;
}

p{
	font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #616161;
 
	
}
.for-mobile{
	display: none;
}
.dis-flex{
	display: flex;
	align-items: center;
}
.section-padding{
	width: 100%;
	display: flex;
	padding: 100px 0;
}

/* navbar */
.navbar{
	width: 100%;
	padding: 10px 0 26px!important;
}
.active{
    margin-top: 20px;
}
.navbar-light .navbar-toggler{
	border: none;
	outline: none;
}
.navbar-toggler i{color: #000;}

 /* hero */

#hero-section {
    width: 100%;
    background: #EDF6FF;
    position: relative;
    padding-left: 50px;
}

.hero-main {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    align-items: center;
}

.blue{
    position: absolute;
    width: 30%;
    height: 100%;
    background: #5097DD;
    right: 0;
}

.hero-title{
    padding-right: 20px;
}

.section-title img {
    width: 100%;
}


/* hero-end */

/* challenge start */

#challenge {
    width: 100%;
    background: #fff;
}
.hero-main-top{
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.trump-text {
   padding-left: 50px;
}

.trump-photo {
    justify-content: center;
}
.trump-photo img {
    width: 100%;
}

  /*   challenge-end */


  /* freedom start */

  #freedom{
    width: 100%;
    background: #fff;
    padding: 50px 0px;
  }

  .vote-photo img {
    width: 100%;
   padding-left: 20px;
  }

  .vote ul {
    padding-left: 15px;
  }

 /*  freedom end */

 /* secret start */
 #secret{
    width: 100%;
    background: #ffff;
    padding: 50px 0px;
 }

 .three {
    width: 100%;
    padding: 50px 0px;
 }

 .pronged{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between; 
 }

 .voters {
    width: 33%;
    height: auto;
    display: flex;
 }

 .number{
    width: 13%;
    padding: 5px 0px;
    height: auto;
    text-align: left;
 }

 .text {
    width: 80%;
    height: auto;
 }

.text p {
    color: #616161;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: 26px; /* 162.5% */
 }

/*  secret end  */

  /*   trust start */

#trust{
    width: 100%;
    background: #EDF6FF;
}
.hero-main-trust{
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.mar-btom{
    padding-bottom: 50px;
}
  .marketing img{
    width: 100%;
    padding-right: 50px;
  }

  .revolution img {
    width: 100%;
    padding-left: 50px;
  }


/*   rise */

/*     Donate */

#Donate{
    padding-top: 80px ;
    width: 100%;
    background: #fff; 
}

.donate-box {
    width: 100%;
    text-align: center;
    background: url(../images/Group\ 1686556856.png)no-repeat;
    background-size: cover;
 
}
.donate-text{
    padding: 60px 40px;

}
.donate-text h2 {
    color: #fff;
}
.donate-text p {
    padding: 0px 185px;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.donate-btn{
    padding-top: 25px;
}

.donate-btn a{
    padding: 10px 50px;
    background: #5097DD;
    color: #ffff;
    border-radius: 10px;
}

#rise {
    width: 100%;
    background: #fff;
}

#Team{
    padding: 50px 0px;
    width: 100%;
    background: #2E293C;
}

.team-text h2 {
    text-align: center;
    color: #fff;
}



.team-profile{
    width: 18%;
}
.team-lead {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-man{
    text-align: center;
}

.team-man img {
    width: 80px;
   border-radius: 50%;
   border: 5px solid #5097DD;
}

.team-text h6{
    color: #fff;
    font-size: 16px;
}

.team-text p {
    color: #FFF;
}

.team-text {
    text-align: center;
    padding: 7px 0px;
}
.hero-main-rise{
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.hero-main-rise-btom{
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}
#footer {
	width: 100%;
	background: #fff;
	padding: 20px 0px;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
	padding: 0;
}