body {
  background-color: #000;
  font-family: 'Poppins', sans-serif;
}

#section-holder {
  background-color: #000;

}


/* popup */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* header */
#header {
  background-color: #000;
  padding: 31px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}

.header-joinus {
  text-align: end;
}

.header-joinus a {
  text-decoration: none;
  display: inline-block;
  height: 50px;
  width: 200px;
  padding: 10px;
  border-radius: 50px;
  background: linear-gradient(-135deg, #d3342e 0%, #6441a5 100%);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border: none;
  font-weight: 500;
  transition: all 0.3s;
}

.header-joinus a:hover,
.header-joinus:focus {
  color: #ffffff;
  transition: all 0.3s;
  background: linear-gradient(135deg, #d3342e 0%, #6441a5 100%);
}


/* prominent section */
#prominent-topic {
  background-color: #000;
  margin-top: 120px;
}

.prominent-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#prominent-topic h1 {
  font-weight: 600;
  font-size: 66px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  padding: 60px 0 80px 0;
}

.prominent-img {
  width: 60%;
  background: #0899c9;
  border-radius: 10px;
  height: 500px;
}

.prominent-img>img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
}

.prominent-holder .prominent-description>p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding: 80px 200px 94px;
}

.prominent-content {
  background-image: url("../images/prominentjoinbackground.svg");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  width: 35%;
  position: relative;
  border-radius: 30px 0 30px 30px;
  height: 500px;
  display: flex;
  align-items: center;
}

.prominent-pointer {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 20%;
  /* background: linear-gradient(135deg, #d3342e 0%, #6441a5 100%); */
  /* border-radius: 50px; */
  /* padding: 15px; */
  /* border: 3px solid #dadada; */

}

.prominent-pointer img {
  animation: ripplemenu .6s linear infinite;
  -webkit-animation: ripplemenu .6s linear infinite;
  -moz-animation: ripplemenu .6s linear infinite;
  -ms-animation: ripplemenu .6s linear infinite;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  text-align: center;
  transform: translateZ(0);
  vertical-align: middle;
  width: 100%;
}

@keyframes ripplemenu {
  0% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .3), 0 0 0 10px hsla(0, 0%, 100%, .2);
  }

  100% {
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, .2), 0 0 0 20px hsla(0, 0%, 100%, 0);
  }
}

.prominent-content p {
  color: #fff;
  line-height: 1.4;
  font-size: 32px;
  font-weight: 300;
  padding: 0 50px;
  margin-bottom: 0;
}

.prominent-content p>span {
  font-size: 50px;
  font-weight: 600;
}

.prominent-content p>strong {
  font-size: 36px;
  font-weight: 600;
}


/* join-us event section */
#joinus-events {}

.joinus-holder {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.joinus-holder .joinus-gif img {
  width: 500px;
  min-height: 380px;
  border-radius: 20px 0 0 0;
  object-fit: cover;
}

.joinus-holder .joinus-content {
  background-color: #6441a5;
  color: #ffffff;
  padding: 125px 30px;
  vertical-align: middle;
  min-height: 380px;
  border-radius: 0 20px 0 0;
}

.joinus-holder .joinus-content p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0;
}

.joinus-holder .joinus-content h2 {
  font-size: 44px;
  line-height: 1;
  padding-top: 10px;
}

.joinus-form {
  background-color: #202c38;
  border-radius: 0 0 20px 20px;
}

.joinus-form h2 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding: 47px 15px 29px;
}

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

.joinusform-row {
  padding: 0 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 50%;
  margin: 0 auto;
}

.joinusform-row label,
input {
  width: 100%;
  color: #fff;
  text-align: left;
}

.joinusform-input {
  text-align: initial;
  width: 100%;

}

.joinusform-input label {
  padding-bottom: 8px;
  position: relative;
}

.joinusform-input label:after {
  content: "*";
  position: absolute;
  top: 0;
  color: #d8342f;
  font-size: 16px;
}

.joinusform-input input[type="text"] {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 50px;
  height: 40px;
  width: 100%;
}

.joinusform-input input[type="text"] :focus {
  outline: none;
}

.joinus-cta {
  text-align: center;
  padding: 50px 0;
}

.joinus-cta a {
  text-decoration: none;
  display: inline-block;
  height: 50px;
  width: 200px;
  padding: 9px 5px;
  border-radius: 50px;
  background: linear-gradient(-135deg, #d3342e 0%, #6441a5 100%);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border: none;
  font-weight: 500;
  transition: all 0.3s;
}

.joinus-cta a:hover,
.joinus-cta a:focus {
  color: #000000;
  transition: all 0.3s;
  background: linear-gradient(135deg, #d3342e 0%, #6441a5 100%);

}

.popup-youtube {
  display: block;
}


/* form */
.joinus-form form {
  width: 70% !important;
  margin: 0 auto;
  display: flex !important;
  flex-wrap: wrap !important;
  height: auto !important;
  text-align: left;
  color: #fff;
}

.hs-form-required {
  color: #d8342f;
}

.hs-form-private .field {
  margin-bottom: 18px;
  width: 50%;
  padding: 0 67px;
}

.hs-form-08de1b08-5b4b-45ab-823b-e339c3e55121_91225ffe-c8a8-4d6a909f-0c46ae1c232f .hs-form-field label:not(.hs-error-msg) {
  color: #fff !important;
}

.hs-submit {
  margin: 30px auto 60px;
}

.hs_submit .hs-button {
  height: 50px !important;
  width: 200px !important;
  padding: 0px 5px !important;
  border-radius: 50px !important;
  background: linear-gradient(-135deg, #d3342e 0%, #6441a5 100%) !important;
  font-size: 20px !important;
  color: #ffffff !important;
  text-align: center !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s !important;
}

.hs_submit .hs-button:hover,
.hs_submit .hs-button:focus {
  color: #ffffff !important;
  transition: all 0.3s !important;
  background: linear-gradient(135deg, #d3342e 0%, #6441a5 100%) !important;
}

.hs-form-private input {
  background: transparent !important;
  border-radius: 50px !important;
  border: 1px solid #cccccc;
  padding: 6px;
}

.hs-form-private .input {
  background: transparent !important;
}

.hs-form-field label {
  margin-bottom: 10px;
}

.hs-error-msgs {
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
}

.hs_email .hs-error-msgs li {
  color: #d8342f;
  list-style: none;
}
.hs_error_rollup{
position: relative;
width: 100%;
}
.hs_error_rollup .hs-error-msgs li {
  position: absolute;
  left: 50%;
  width: max-content;
  bottom: 0;
  color: #d8342f;
  list-style: none;
  transform: translateX(-50%);

}

/* footer */
.footer-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 55px 0px;
}

.footer-linkholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-logo {
  width: 150px;
}

.footer-logo img {
  width: 100%;
}

.footer-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  font-size: 14px;
}

.footer-content ul li {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding: 0 20px;
}

.footer-content ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-content ul li a:hover {
  text-decoration: underline;
}

.footer-content ul li:last-child {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
}

.footer-content ul>li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 20px;
  right: 0px;
  background: #a6a6a6;

}

.footer-content ul li::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 1px;
  height: 12px;
  right: 0px;
  background: #fff;
}

.footer-sociallinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.footer-sociallinks a img {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 4px;
  transition: all .3s;

}


.footer-sociallinks a img:nth-child(1):hover {
  background-color: #4866aa;
  border-color: #4866aa;
  transition: all .3s;
}

.footer-sociallinks a img:nth-child(2):hover {

  background-color: #3374a2;
  border-color: #3374a2;
  transition: all .3s;

}


.footer-sociallinks a img:nth-child(3):hover {
  background-color: #49a0e9;
  border-color: #49a0e9;
  transition: all .3s;
}


/* reasponsive */


/* Portrait(mobile) and Landscape*/

@media (min-width: 0) and (max-width: 767.98px) {
  #prominent-topic h1 {
    font-size: 32px;
    padding: 30px 0 30px 0;
  }

  .header-logo img {
    width: 100px;
  }

  #prominent-topic {
    margin-top: 100px;
  }

  .header-flex {
    display: flex !important;
    justify-content: space-between !important;
  }

  .header-flex .col-sm-6 {
    width: 100px !important;
  }

  .header-joinus a {
    height: 40px;
    width: 100px;
    padding: 8px;
    font-size: 16px;
  }

  .prominent-img {
    width: 100%;
    height: auto;
  }

  .prominent-content {
    background-position: inherit;
    width: 100%;
    height: auto;
  }

  .prominent-holder .prominent-flex {
    gap: 30px;
    flex-direction: column;
  }

  .prominent-content p {
    font-size: 22px;
  }

  .prominent-content p>strong {
    font-size: 24px;
    font-weight: 500;
  }

  .prominent-content p>span {
    font-size: 32px;
  }

  .prominent-content p {
    padding: 50px 40px 35px;
    line-height: 1.4;
  }

  .prominent-pointer {
    width: 25%;
    top: 0px;
    right: 10px;
    padding: 12px;
  }

  .prominent-holder .prominent-description>p {
    font-size: 18px;
    padding: 30px 15px;
  }

  .joinus-holder {
    flex-direction: column;
    margin: 0;
  }

  .joinus-holder .joinus-content {
    min-height: auto;
    border-radius: initial;
    padding: 30px;
  }

  .joinus-holder .joinus-content h2 {
    line-height: 1.2;
    font-size: 32px;
  }

  .joinus-holder .joinus-gif img {
    width: 100%;
  }

  .joinus-holder .joinus-gif img {
    min-height: auto;
    border-radius: 20px 20px 0 0
  }

  .joinus-form {
    margin: 0;
  }

  .joinusform-row {
    flex-direction: column;
    width: 80%;
  }

  .footer-holder {
    flex-wrap: wrap;
  }

  .footer-linkholder {
    flex-direction: column;
    align-items: start;
  }

  .footer-content ul {
    padding: 20px 0;
    justify-content: start;
    flex-wrap: wrap;
  }

  .footer-content ul li::after {
    top: 13px;
  }

  .footer-content ul li:nth-of-type(2)::after {
    display: none;
  }

  .footer-content ul>li:last-child::after {
    display: none;
  }

  .footer-content ul>li:last-child,
  .footer-content ul>li {
    padding: 10px 20px 0 0;
  }

  .footer-content ul>li:nth-of-type(2) {
    padding: 10px 20px 0 20px;

  }
  .hs-form-private .field {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 565px) and (max-width: 767.98px) {
  .prominent-content p {
    padding: 50px 160px 33px 77px;
  }

  .prominent-pointer {
    top: 10px;
    right: 40px;
    width: 22%;
  }
}


/* lil mobile Landscape*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .prominent-content p {
    padding: 74px 150px 35px 80px;
  }

  .prominent-pointer {
    top: 0;
    right: 30px;
  }

  .footer-content ul li:nth-of-type(2)::after {
    display: block;
  }

  .footer-content ul>li:last-child {
    padding: 10px 20px 0 20px;

  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .hs-form-private .field {
    padding: 0 10px;
}
  .prominent-holder .prominent-description>p {
    padding: 80px 0 104px;
  }

  .prominent-img {
    width: 100%;
  }

  .prominent-holder .prominent-flex {
    flex-direction: column;
    gap: 60px;
  }

  .prominent-content {
    width: 85%;
    margin: 0 auto;
    background-position: inherit;
  }

  .prominent-content p {
    line-height: 1.5;
    font-size: 40px;
    padding: 100px 100px;
  }

  .prominent-pointer {
    top: 20px;
    right: 60px;
    width: 16%;
  }

  .joinus-holder .joinus-content {
    padding: 30px;
    min-height: 340px;
  }

  .joinus-holder .joinus-gif img {
    width: 300px;
    min-height: 340px;
  }

  .joinus-holder {
    margin: 0 20px;
  }

  .joinus-holder .joinus-content p {
    font-size: 24px;
    line-height: 1.5;
  }

  .joinus-form {
    margin: 0 20px;
  }

  .joinusform-row {
    width: 80%;
    margin: 0 auto;
  }

  .joinus-holder .joinus-content h2 {
    font-size: 36px;
  }

  .joinus-form h2 {
    line-height: 1.5;
    padding: 47px 15px 29px;
  }

  .footer-content ul a::after {
    height: 40px;
  }

  .footer-content ul>li:last-child::after {
    height: 40px;
  }

  .footer-content ul {
    padding: 0;
  }

  .footer-content ul li {
    padding: 0 12px;
  }

  .footer-content ul>li:last-child::after {
    display: none;
  }

  .footer-content ul>li:first-child {
    padding-left: 0;
  }

  .footer-linkholder {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0 15px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hs-form-private .field {
    padding: 0 30px;
}
  .prominent-content {
    width: 45%;
  }

  .joinus-holder .joinus-content {
    padding: 105px 30px;
    min-height: 340px;
  }

  .joinus-holder .joinus-gif img {
    width: 300px;
    min-height: 340px;
  }

  .prominent-holder .prominent-description>p {
    padding: 80px 0 94px;
  }

  .prominent-pointer {
    top: 10px;
    right: 0;
  }
}

@media (min-width: 1199.98px) and (max-width:1368px) {
  .prominent-pointer {
    right: 0;
  }


}