html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

#euro-header {
  text-align: center;
  background: #000;
}
#euro-header .euro-logo {
  width: 100px;
}

#euro-footer {
  background: #000;
  padding: 50px;
  padding-bottom: 0;
}
#euro-footer .e-foo-logo .euro-logo {
  width: 60px;
  margin-bottom: 20px;
}
#euro-footer .e-foo-logo p,
#euro-footer .e-foo-address p {
  color: #707070;
  font-size: 14px;
  line-height: 28px;
}

#euro-footer .e-foo-address p a {
  font-size: 15px;
  text-decoration: none;
  color: #e91a75;
}
#euro-footer .e-foo-links h3,
#euro-footer .e-foo-address h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#euro-footer .e-foo-links ul {
  list-style: none;
  padding: 0;
}
#euro-footer .e-foo-links ul li {
  margin-bottom: 5px;
}
#euro-footer .e-foo-links ul li a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}

#euro-footer .e-copyright {
  text-align: center;
  border-top: 1px solid #161616;
  padding-top: 20px;
}

#euro-explore {
  position: relative;
  padding: 50px 0;
}
.euro-heading {
  text-align: center;
  margin-bottom: 30px;
}
#euro-explore .euro-heading h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  color: #e91a75;
}
#euro-explore .e-exp-box {
  text-align: center;

  border-radius: 10px;
}
#euro-explore .e-exp-box p {
  padding-bottom: 20px;
}

#euro-overview {
  position: relative;
  padding: 50px;
  background-image: url(../images/overview-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 700px;
}
#euro-overview .e-overview-box {
  margin-top: 50px;
}
#euro-overview .e-overview-box p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

#euro-science {
  text-align: center;
  position: relative;

  background-image: url(../images/science-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;

  padding-top: 100px;
  padding-bottom: 100px;
}
#euro-science .e-science-box h3 {
  font-size: 36px;
  color: #e91a75;
  font-weight: 700;
}
#euro-science .e-science-box h4 {
  font-size: 28px;
  color: #8d4096;
  font-weight: 500;
}
#euro-science .e-science-box p {
  font-size: 23px;
  margin-top: 50px;
  font-weight: 500;
  line-height: 36px;
}
#euro-science .e-science-box h5 {
  font-weight: 700;
  color: #e91a75;
}

#euro-points {
  position: relative;
  padding: 100px 0;
  background: #e91a75;
}

#euro-points .euro-heading {
  margin-bottom: 60px;
}
#euro-points .euro-heading h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  color: #fff;
}

#euro-points .e-points-box {
  text-align: center;
}
#euro-points .e-points-box img {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
  height: 100px;
  object-fit: contain;
}
#euro-points .e-points-box p {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

#euro-world {
  position: relative;
  padding: 100px 0;
}
#euro-world .e-world-box p:first-child {
  font-size: 22px;
  font-weight: 600;
  color: #e91a75;
}
#euro-world .e-world-box p:last-child {
  font-weight: 600;
  margin-top: 30px;
}

#euro-subscribe {
  position: relative;
  padding: 50px;
  background-image: url(../images/subscribe-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#euro-subscribe .e-subscribe-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
#euro-subscribe .e-subscribe-form h4 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 20px;
  color: #e91a75;
  font-weight: 600;
}
#euro-subscribe .e-subscribe-form form label {
  font-size: 13px;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
}
#euro-subscribe .e-subscribe-form form button {
  width: 100%;
  background: #e91a75;
  border: #e91a75;
}

.euro-popup {
  position: relative;
  background-image: url(../images/euro-popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 570px;
}

.euro-popbox {
  position: relative;
  padding: 20px;
  background: #ffe67d;
  width: 400px;
  margin-left: auto;
  margin-right: 100px;
  margin-top: 75px;
  border-radius: 10px;
}
.euro-popbox .form-control {
  border: none;
  border-bottom: 1px solid #e6276e;
  border-radius: 0;
  background: transparent;
}
.euro-popbox .form-control::placeholder {
  color: #e6276e;
  font-weight: 500;
}
.euro-popbox .form-control:focus {
  outline: none;
  box-shadow: none;
}
.euro-popbox button {
  width: 100%;
  background: #e6276e;
  border-color: #e6276e;
}
.euro-popbox button:focus,
.euro-popbox button:hover {
  outline: none;
  box-shadow: none;
  border-color: #dd1e65;
  background: #dd1e65;
}

.euro-popup button.close {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
}
.euro-popup button.close span {
  font-size: 40px;
  float: right;
}
.error{
  font-size: 12px !important;
  color: #ff0000;
  text-transform: none !important;
}
/* Responsiveness */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1084px;
    margin: 1.75rem auto;
  }
}

@media screen and (max-width: 576px) {
  #euro-overview,
  #euro-science,
  #euro-points,
  #euro-world,
  #euro-subscribe,
  #euro-footer {
    padding: 20px;
  }
  #euro-explore {
    padding: 20px 0;
  }

  #euro-science {
    background-image: url(../images/science-res.png);
    background-size: 100%;
    background-position: center;
  }
  #euro-science .e-science-box h3 {
    font-size: 24px;
  }
  #euro-science .e-science-box h4 {
    font-size: 19px;
  }
  #euro-science .e-science-box p {
    font-size: 16px;
    margin-top: 0px;

    line-height: 26px;
  }
  #euro-overview {
    background-image: url(../images/women-res.png);
    height: 390px;
  }
  #euro-overview .e-overview-box p {
    font-size: 16px;
    line-height: 27px;
  }
  #euro-overview .e-overview-box {
    margin-top: 0;
  }
  #euro-overview .e-overview-box p {
    font-size: 14px;
    line-height: 23px;
  }
  #euro-points .e-points-box img {
    width: 50px;

    height: 50px;
  }
  #euro-world .e-world-box p:first-child {
    font-size: 18px;
  }
  .owl-theme .owl-nav {
    display: none;
  }

  .euro-popup {
    background-image: url(../images/euro-popup-res.png);
  }
  .euro-popbox {
    position: relative;
    padding: 10px;
    background: #ffe67d;
    width: 300px;
    margin-left: auto;
    margin-right: 28px;
    margin-top: 200px;
    border-radius: 10px;
  }
  .euro-popbox .form-control {
    font-size: 12px;
  }

  .euro-popbox .e-subscribe-form .form-group {
    margin-bottom: 10px !important;
  }
}
.e-copyright p{
  color: #fff;
}
.euro-popup-body{
  background: #e91a75;
}
