body {
  color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.align-center {
  text-align: center;
}

span.email-icon {

  background: url(../images/fa-icon/mail.png) 0 0 no-repeat fixed;
  overflow: hidden;
  color: #FFFFFF
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffc451;
  color: #151515;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #151515;
  color: #ffc451;
}

p {
  font-family: Abel;
  font-size: 18px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  margin-top: -8px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;

}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 60px;
}





.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}




section {
  padding: 40px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;

}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

.about .content p:last-child {
  margin-bottom: 0;
}



#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-family: Abel;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: rgb(63, 63, 63);
  border-radius: 20px;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input {
  border: 1;
  padding: 4px;
  width: calc(100% - 110px);
  margin-bottom: 1rem;
  ;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {

  right: 1px;
  border-radius: 15px;
  bottom: 1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 6px 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  width: 7rem;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #bd933f;
}

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

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.container {
  width: 90%;
}

.overview-container {
  display: flex;
  padding: 20px;
}

.overview-container .gazzete img {
  width: 650px;
  height: 850px;
  margin-left: 50px;
  border:3px solid orange;
}

.overview-container .overview-content {
  color: white;
}

.overview-container .overview-content .overview-content-para {
  text-align: justify;
}

.overview-heading-para {
  color: orange;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}

.astronomy-container {
  display: flex;
  margin: auto;
}

.astronomy-container .astronomy-content .astronomy-content-para {
  margin-left: 50px;
  color: white;
  text-align: justify;
}

.astronomy img {
  width: 700px;
  height: 400px;
}

.order-container {
  display: flex;
  padding: 20px;
}

.order-container .order-product-image img {
  width: 650px;
  height: 400px;
  margin-left: 50px;
}

.order-container .order-content {
  color: white;
}

.order-container .order-content .order-content-para {
  text-align: justify;
}

.order-heading-para {
  color: orange;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}

.vote-container {
  display: flex;
  padding: 20px;
  margin: auto;
  justify-content: center;
}

.vote-container .voting-speech video {
  width: 650px;
  height: 400px;
  margin-right: 50px;
  margin-left: 50px;
}

.vote-container .vote-content {
  color: white;
}

.vote-container .vote-content .vote-content-para {
  text-align: justify;
  margin-left: 40px;
}

.vote-heading-para {
  color: orange;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}

.pledge-container {
  display: flex;
  padding: 20px;
}

.pledge-container .pledge-video-container video {
  width: 650px;
  height: 400px;
  margin-left: 50px;
}

.pledge-container .pledge-content {
  color: white;
}

.pledge-container .pledge-content .pledge-content-para {
  text-align: justify;
  margin-left: 50px;
}

.pledge-heading-para {
  color: orange;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}

.announcement-container {
  display: flex;
  padding: 20px;
  justify-content: center;
  gap: 100px;
}

.announcement-container .announcement-photo img {
  width: 650px;
  height: 400px;
}

.announcement-container .announcement-video-container video {
  width: 650px;
  height: 400px;
  margin-left: 50px;
  margin-top: 90px;
}

.announcement-container .announcement-content {
  color: white;
}

.announcement-container .announcement-content .announcement-content-para {
  text-align: justify;
  margin-left: 50px;
}

.announcement-heading-para {
  color: orange;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}


#register_now {
  display: flex;
  margin: auto;
  width: 1200px;
}

#quote {
  display: flex;
  margin: auto;
  width: 1200px;
}


@media(min-width:3000px) {
  .overview-container {
    display: flex;
    padding: 20px;
    margin: auto;
    width: 80%;
  }

  .overview-container .overview-content .overview-content-para {
    text-align: justify;
    font-size: 40px;
  }

  .overview-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .overview-container .gazzete img {
    width: 750px;
    height: 900px;
    margin-left: 50px;
  }

  .order-container {
    display: flex;
    padding: 20px;
    margin: auto;
    width: 80%;
  }
  
  .order-container .order-content .order-content-para {
    text-align: justify;
    font-size: 40px;
  }
  
  .order-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .order-container .order-product-image img {
    width: 950px;
    height: 700px;
    margin-left: 50px;
  }

  .pledge-container {
    display: flex;
    padding: 20px;
    margin: auto;
    width: 80%;
  }
  
  .pledge-container .pledge-content .pledge-content-para {
    text-align: justify;
    font-size: 40px;
  }
  
  .pledge-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .pledge-container .pledge-video-container video {
    width: 950px;
    height: 700px;
    margin-left: 50px;
  }
  
  .announcement-container {
    display: flex;
    padding: 20px;
    margin: auto;
    width: 80%;
  }
  
  .announcement-container .announcement-content .announcement-content-para {
    text-align: justify;
    font-size: 40px;
  }
  
  .announcement-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 38px;
    text-align: center;
  }

  .announcement-container .announcement-video-container video {
    width: 950px;
    height: 700px;
    margin-left: 50px;
  }

  #register_now {
    display: flex;
    margin: auto;
    width: 1800px;
  }

  #quote {
    display: flex;
    margin: auto;
    width: 1800px;
  }

  .astronomy-container {
    display: flex;
    margin: auto;
    width: 80%;
  }

  .astronomy-container .astronomy-content .astronomy-content-para {
    margin-left: 50px;
    color: white;
    text-align: justify;
    font-size: 40px;
  }
  .astronomy img {
    width: 950px;
    height: 600px;
  }
  .vote-container {
    display: flex;
    margin: auto;
    width: 80%;
  }

  .vote-container .voting-speech video {
    width: 950px;
    height: 700px;
    margin-right: 50px;
    margin-top: -60px;
  }
  
  .vote-container .vote-content .vote-content-para {
    margin-left: 50px;
    color: white;
    text-align: justify;
    font-size: 40px;
  }

  
  
}



@media(max-width:1600px) {
  .overview-container .overview-content .overview-content-para {
    text-align: justify;
    font-size: 22px;
  }

  .overview-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 22px;
    text-align: center;
  }

  .overview-container .gazzete img {
    width: 585px;
    height: 660px;

  }

  .order-container .order-content .order-content-para {
    text-align: justify;
    font-size: 22px;
  }
  
  .order-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 22px;
    text-align: center;
  }

  .order-container .order-product-image img {
    width: 550px;
    height: 300px;
  }

  .pledge-container .pledge-content .pledge-content-para {
    text-align: justify;
    font-size: 22px;
  }
  
  .pledge-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 22px;
    text-align: center;
  }

  .announcement-container .announcement-video-container video {
    width: 550px;
    height: 300px;
  }
  
  .announcement-container .announcement-content .announcement-content-para {
    text-align: justify;
    font-size: 22px;
  }
  
  .announcement-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 28px;
    text-align: center;
  }

  .announcement-container .announcement-video-container video {
    width: 550px;
    height: 300px;
  }

  .astronomy-container {
    display: flex;
    margin: auto;
  }

  .astronomy-container .astronomy-content .astronomy-content-para {
    color: white;
    text-align: justify;
    margin-left: 110px;
  }

  .astronomy img {
    width: 700px;
    height: 400px;
  }

  

  #register_now {
    width: 900px;
  }

  #quote {
    width: 700px;
  }
}

@media(max-width:1400px) {
  .overview-container {
    display: flex;
    flex-direction: column;
  }

  .overview-container .overview-content .overview-content-para {
    text-align: justify;
    font-size: 38px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .overview-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .overview-container .gazzete img {
    width: 950px;
    height: 1200px;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .order-container {
    display: flex;
    flex-direction: column;
  }

  .order-container .order-content .order-content-para {
    text-align: justify;
    font-size: 38px;
    margin-left:20px;
    margin-right:20px;
    
  }
  
  .order-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .order-container .order-product-image img {
    width: 950px;
    height: 540px;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .pledge-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .pledge-container .pledge-content .pledge-content-para {
    text-align: justify;
    font-size: 38px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .pledge-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .pledge-container .pledge-video-container video {
    width: 950px;
    height: 340px;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  
  .announcement-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .announcement-container .announcement-content .announcement-content-para {
    text-align: justify;
    font-size: 38px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .announcement-heading-para {
    color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .announcement-container .announcement-video-container video {
    width: 950px;
    height: 340px;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .announcement-container .announcement-photo img {
    display: flex;
    margin: auto;
  }
  
  .astronomy-container {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .astronomy-heading-para{
      color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }

  .astronomy-container .astronomy-content .astronomy-content-para {
    color: white;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 35px;
  }

  .astronomy img {
    width: 950px;
    height: 500px;
    display: flex;
    margin: auto;
  }

  .vote-container {
    display: flex;
    margin: auto;
    flex-direction: column;
  }

  .vote-container .voting-speech video {
    width: 950px;
    height: 700px;
    display: flex;
    margin: auto;
  }
  
  .vote-heading-para{
      color: orange;
    font-weight: bolder;
    font-size: 42px;
    text-align: center;
  }
  
  .vote-container .vote-content .vote-content-para {
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    text-align: justify;
    font-size: 38px;
  }

  #register_now {
    width: 700px;
  }

  #quote {
    width: 700px;
  }
}
