html,body {
  background: #fff;
  color: #444;
  font-family: 'Kanit', sans-serif;

}

a {
  color: #1a5acf;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1235a9;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {

  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #50d8af;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# newwwwwwwwww
--------------------------------------------------------------*/
a.navbar-brand h1{
  margin-top: -26px;
  color: #0c2e8a;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
 /* border: solid 1px #50d8af;*/
  padding: 10px;
  position: absolute;
  z-index: 999;
  /*height: 150px;*/
  
}
@media (max-width: 767px) {
  a.navbar-brand h1{
    color: #0c2e8a;
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    border: none;
    position: inherit;
    z-index: 0;
    background-image: none;

  }
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #50d8af;
}
#name_donate h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
}
.donate-platinum-name
{
  font-size: 20px;
  color: #096ab5f4;
  font-weight: 200;
}
.donate-platinum-amount{
  font-size: 25px;
  color: darkred;
}
.silver-donate-name{
  font-weight: 200;
  font-size: 18px;
  color: #081e5b;
}
.silver-donate-amount{
  color: darkred;
  font-size: 18px;

}
.siver-donate-list{
  padding: 1px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #50d8af;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #096ab5f4;
}


.nav-item{
  padding: 0px 0 0px 30px;
}
.navbar-light .navbar-nav a.nav-link{
  color: #0d0e0e;
}
.navbar-light .navbar-nav a.nav-link:hover {
  color: #096ab5f4;
}
.navbar .navbar-nav a.nav-link.active{
  color: #096ab5f4;
}



a.nav-link.dropdown-menu:hover {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
li.nav-item.dropdown:hover ul.dropdown-menu{
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}


/*
////////////////////////////
*/
#name_donate .box , #platinum-detail .box{
  border-radius: 4px;
  padding: 10px;
  min-height: 200px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  transition: 0.4s;
  
}
.platinum-color{
 background: rgb(210,251,245);
background: linear-gradient(129deg, rgba(210,251,245,1) 0%, rgba(210,233,237,0.938813025210084) 76%, rgba(210,246,254,1) 76%);


 
}
.donate-platinum-type{
 position: relative;
 margin-top: -28px;
 font-weight: 100;
 margin-bottom: 8px;
 margin-right: 8px;

}
.campaign-title{
  font-size: 18px;
  font-weight: 100;
  color: #ffffff;
}
.siver-donate-list .item {

 border-radius: 4px;

}
.siver-donate-list .item:hover,.siver-donate-list li:hover{

  background-color: lightcyan
}
/*
///////////////////////////////
*/
/*------------------------------------------------------------
# End New
------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
}



#header #logo img {
  padding: 0;
  margin: 0;


}
.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.kanit-light{
  font-weight: 100;
}
#platinum-detail-hero{

  width: 100%;
  min-height: 50vh;
  position: relative;
  display: grid;
  place-items: center;
  background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);

}
img.student-thank{
  padding-top: 60px;
}

div.message-thank{
  
  padding-top: 140px;

}
.message-thank p{

  font-size: 23px;
  font-weight: 200;
}
.message-thank h3{
  font-size: 30pt;
  color: #091572;
  text-shadow: 3px 2px 6px rgba(225, 225, 225, 1);
}
@media (max-width: 768px) {

  .message-thank h3,.message-thank p{
    font-size: 120%;
  }

  img.student-thank{

      width: 50%;
  }
  div.message-thank{
  
    padding-top: 180px;
  
  }
  
}

video.cover {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hero {
  width: 100%;
  min-height: 60vh;
  background: url("../asset/img/hero-carousel/cover-2.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 0;
}

@media (max-width: 768px) {
  #hero {
      background-size: contain;
  }



}

@media (max-width: 768px) {

  #hero .btn-get-started {

    margin-top: 20vh;
  }

}





#about-hero {
  width: 100%;
  height: 90vh;
  background: url("../asset/img/about-hero.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 0;
}
#how-to-donate {
  width: 100%;
  height: 90vh;
  background: url("../asset/img/how-to-donate.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 0;
  background-attachment: fixed;
}
#privacy-hero {
  width: 100%;
  height: 90vh;
  background: url("../asset/img/privacy-policy.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  background-attachment: fixed;
}
#campaign-detail{
  height: 40vh;
  /*background-color: #0abde3;*/
  background-image: linear-gradient(to right, #4facfe 80%, #00f2fe 100%);

}
div.campaign-cover
{
  margin-top: 70px;
  height: 100vh;
/*  background-color: #48dbfb;*/
  border-radius: 10px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../asset/img/bg2.png"),linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  
}
.campaign-cover h2 {

  padding-top: 50px;
  color: #0c2461;
  text-shadow: 3px 2px 6px rgba(225, 225, 225, 1);

}

#donate-success h1{
  color: #ffffff;
  text-shadow: 3px 2px 6px rgb(32, 31, 31);
}
.campaign-content{
  min-height: 50vh;
}
.campaign-content .details{
  min-height: 50vh;
  margin-top: -35px;
  background-color: #f5f6fa;
  font-size: 20px;
  font-weight: 100;
}
.campaign-content .details li{
   line-height: 40px; 
   

}


#about-hero h2{
margin-top: 80px;

}

#how-to-donate h2{
margin-top: 150px;
color: #08bbe4;
font-size: 35pt;

}
#privacy-hero h2{
  margin-top: 150px;
  color: #08bbe4;
  font-size: 35pt;
  font-weight: 100;
  
  }
  #privacy-hero p{

    color: azure;
  }

section.refund-policy{

  padding-top: 22vh;

}

ol.donate-way{

  line-height: 22pt;
}
ol.donate-way li{
  font-size: 18pt;
}
ol.donate-way .donate-way-detail{
  font-size: 14pt;
  font-weight: 100;
  color: antiquewhite;
}
p.text-desc{

  font-size: 15pt;
  font-weight: 100;


} 
#donate-tax , #tax-info{

  margin-top: 50px;
  margin-bottom: 50px;

}
img.dms-logo{
  margin-left: -400px;
  height: 100px;
  border-radius: 82px;
  margin-top: -10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}
img.psu-banding{

  margin-left: 80px;
  height: 50px;

}
.color-bar{
   
  box-shadow: rgba(45, 84, 242, 0.4) 0px 5px, rgba(53, 173, 238, 0.3) 0px 10px, rgba(147, 195, 239, 0.2) 0px 15px, rgba(46, 204, 240, 0.1) 0px 20px, rgba(135, 217, 249, 0.05) 0px 25px;
}

#hero .hero-content {
  /*position: absolute;*/
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #e6d80d;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60pt;
  padding-top: 90px;
}

#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

/**** donate step */

img.qr-edonate{
  width: 300px;
  border-radius: 32px;
}

.show-thai-bath{
  font-size: 25px;
  /*text-decoration: underline;
  text-decoration-color: rgb(217, 23, 23);*/
}

#donate-step1,#donate-step2{
  padding-top: 50px;

}
a.link-donate-step:visited{

  color: #444;
  

}
a.link-donate-step:hover{
  color: #1235a9;
  border: 1px solid #444;
  padding: 16px;
  border-radius: 4px;

}
a.step-active:link,a.step-active:visited{
  color: #1235a9;
  border: 1px solid #444;
  padding: 16px;
  border-radius: 4px;
}
.payment-icon{
  width: 200px;
}
.payment-title{
  padding: 10px;
}
.spec-donate-amount{

  margin-top: 10px;
  font-size: 20px;
  height: 40px;
}
.spec-donate-amount label{

  font-size: 20px;
}
input.spec-donate-amount[type=number]::-webkit-inner-spin-button {
  visibility: hidden;
}
span.post-fix-bath{
  font-size: 10px;
  
}

/**** end donate step **/
.card-img-top {
  width: 100%;
  /*height: 40vw;*/
  object-fit: cover;
  height: 300px;
}

/*** donate payment fail and thankful ***/

#donate-fail{

  min-height: 87vh;
  background: rgb(73,158,185);
background: radial-gradient(circle, rgba(73,158,185,1) 0%, rgba(33,44,154,1) 99%, rgba(46,38,142,1) 100%);
}

#donate-success{
  min-height: 87vh;
  background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}
span.donate-thank-name
{
  color: midnightblue;
  font-weight: bold;
  text-decoration: underline;
}



/*** end donate payment fail ***/

.card-campaign{

  margin-top: 9vw;
 
  background-color: rgba(3, 40, 75, 0.5);
 

}
.card-campaign:hover{
  background-color: rgba(1, 19, 35, 0.6);
}

@media screen and (max-width: 600px) {
  .card-img-top {
    width: 100%;
    /*height: 40vw;*/
    object-fit: cover;
    height: 200px;
  }
  .card-campaign{
    margin-top: 80px;

  }
  .campaign-cover h2 {
    font-size: 120%;
    padding-top: 100px;

  
  }
  .accordion-button > span.payment-title {
   position: absolute;
   margin-top: 120px;
   
  }





}
@media (max-width: 768px) {
  .card-img-top {
    width: 100%;
    /*height: 40vw;*/
    object-fit: cover;
    height: 200px;
  }


}


@media (max-width: 820px) {
  .card-img-top {
    width: 100%;
    /*height: 40vw;*/
    object-fit: cover;
    height: 200px;
  }

  #hero {
    background-position : left;

    


  }

}



@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 28px;
    padding-top: 150px;
    line-height: 40px;
  }
  #how-to-donate h2,#privacy-hero h2{
    font-size: 28px;
  }
  #how-to-donate li{
    font-size: 90%;
  }
  #how-to-donate,#privacy-hero{
    height: 120vh;
  }
  #about-hero{
    height: 130vh;
  }
  img.psu-banding{
    margin-left:4px;
  }
  .refund-policy h4{
    padding-top: 60px;
  }


}

#hero .btn-get-started,
#hero .hero-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Kanit";
  margin-top: 53vh;
  margin-bottom: 40px;  
  /*background: #0c2e8a;*/
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  border: 2px solid #fffbfa;
  border-radius: 30px;
  width: 200px;
  vertical-align: middle;
  animation: AnimationName 5s ease infinite;
  -webkit-animation: AnimationName 5s ease infinite;
  -moz-animation: AnimationName 5s ease infinite;
  background-size: 400% 400%;
 
}

.bg-gradient1 {
  border-radius: 8px; 
  background-image: radial-gradient(circle, #2c021a, #25051b, #1e081b, #170918, #100a14, #14121b, #171821, #191e27, #1a2e3b, #113f4d, #005259, #07645e);
 /* display: flex;
  flex-wrap: nowrap; 
  overflow: auto;*/
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 29%}
  50%{background-position:100% 72%}
  100%{background-position:0% 29%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 29%}
  50%{background-position:100% 72%}
  100%{background-position:0% 29%}
}
@keyframes AnimationName {
  0%{background-position:0% 29%}
  50%{background-position:100% 72%}
  100%{background-position:0% 29%}
}

#hero .btn-get-started:hover {
  background: white;
  color: #0c2e8a;
}
.btn-projects{
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 2px;
  transition: 0.5s;
  color: #fff;
}
button.btn-projects {
  background: #2980b9;
  border: 1px solid #3498db;
  border-radius: 30px;
}
button.btn-projects:hover {
  background: none;
  color: #ffffff;
}
button.invert:hover {

  color: #3498db;
}
#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}



#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.text-gradient-1{

  background: #121FCF;
  background: linear-gradient(to right, #121FCF 36%, #CF1512 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
 

}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/*---------------E Certificate---------------------------*/

#donate-cert img{

    height: 917px;
    width: 1296;

}
#donage-cert{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 917px;
  width: 1296px;
  
}
.flex{
  
  /*position: absolute;*/
 /* left: 50%;
  top: 50%;*/
 /* transform: translate(-60%,-50%);*/
  position: absolute;
  text-wrap: nowrap;
   margin-top: 280px;
   width: 1296px;
   padding-left: 120px;
   padding-right: 120px;
 
}
.flex > hr{
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
.flex >.fac-head{
  text-align: center;
  color: #121212;
  /*font-weight: 600;*/

}
.flex >.tank-title{

  color: #ad000e;
  font-weight: 600;
  text-align: center;
}

.flex >.alumni-batch{
  padding-top: 25px;
  color: #ad000e;
  font-weight: 600;
  text-align: center;
  line-height: 0%;
}

.flex > .alumni-major{
  color: #121212;
  font-weight: 600;
  text-align: center;
  line-height: 0%;
  padding-bottom: 25px;
}

.flex > .donate-name{
  color: #121212;
  text-align: center;
  

}
.flex > .donate-campaign{
  text-align: center;
  color: #121212;
  font-weight: 600;
  font-size: 22pt;
  
}

.flex >.cert-donate-amount{
  padding-top: 50px;
  text-align: center;
  color: #121212;
  font-weight: 600;
  font-size: 22pt;

}
button.btn-save-cert,a.btn-home{

  padding: 12px;
  border-radius: 10px;
}
span.cert-campaign-title{

  color: #ad000e;
}


h5.thank-msg{
  line-height: 60pt;
  text-align: center;
  font-weight: 600;
  font-size: 20pt;
  color: #ad000e;
}

/*-----------------------------------------*/




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}