@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  text-decoration: none !important;
  outline: none !important;
  padding: 0 0;
  margin: 0 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
}

::-moz-selection {
  color: #fff;
  background: #10006C;
}

::selection {
  color: #fff;
  background: #10006C;
}

html {
  width: 100%;
  float: left;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "Poppins";
  overflow-x: hidden;
}
body.stopScroll {
  overflow: hidden;
}

.mainContainer {
  width: 92%;
  float: left;
}

.topImgWrap {
  width: 100%;
  float: left;
  height: 810px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 -2px 0;
}
.topImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topImgWrap .topImgContain {
  position: absolute;
  z-index: 99;
  top: 75px;
}
.topImgWrap .topImgContain .topImgInn {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.topImgWrap .topImgContain .topImgInn h2 {
  width: 585px;
  float: left;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.topImgWrap .topImgContain .topImgInn h1 {
  width: 600px;
  float: left;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0 0 0;
}
.topImgWrap .topImgContain .topImgInn .flagLogo {
  float: left;
  margin: 110px 0 0 0;
}
.topImgWrap .topImgContain .topImgInn .flagLogo img {
  max-width: 179px;
}
.topImgWrap .topImgContain .topImgInn h3 {
  width: 700px;
  float: left;
  margin: 153px 0 0 0;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.topImgWrap .topImgContain .topImgInn .trumpImg {
  position: absolute;
  right: 54px;
  bottom: -70px;
  width: 447px;
  height: 593px;
}
.topImgWrap .topImgContain .topImgInn .trumpImg img {
  max-width: 100%;
}
.topImgWrap .topImgContain .topImgInn .trumpImg img.whiteRoundArrow {
  position: absolute;
  width: 179px;
  max-width: unset;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  left: -253px;
  top: 218px;
}
.topImgWrap .topImgContain .topImgInn .trumpImg .openMainVideo {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  right: 23%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  top: -20px;
}
.topImgWrap .topImgContain .topImgInn .trumpImg .openMainVideo:hover {
  border-color: #C00C15;
  color: #C00C15;
}

header {
  width: 100%;
  left: 0;
  z-index: 9999;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 30px;
}
header .headerInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerInner .shareWrap {
  float: left;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
header .headerInner .shareWrap .icons {
  width: 100%;
  float: left;
  display: flex;
  gap: 26px;
  justify-content: center;
}
header .headerInner .shareWrap .icons a {
  font-size: 25px;
  color: #000;
}
header .headerInner .shareWrap p {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .headerInner .spBttn {
  width: 231px;
  float: left;
  text-align: center;
  padding: 22px 42px;
  border-radius: 25px;
  background: #C00C15;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s ease-in-out;
}
header .headerInner .spBttn:hover {
  background-color: #2B3F63;
}

.electionCounterWrap {
  width: 100%;
  float: left;
  background: linear-gradient(252deg, #27395D 17.26%, #4C6D90 70.2%);
  padding: 82px 0 300px 0;
  display: flex;
  justify-content: center;
}
.electionCounterWrap .ecInner {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.electionCounterWrap .ecInner .countingWrap {
  width: 800px;
  float: left;
}
.electionCounterWrap .ecInner .countingWrap h2 {
  width: 100%;
  float: left;
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.electionCounterWrap .ecInner .countingWrap h2 b {
  width: 100%;
  float: left;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes {
  width: 100%;
  float: left;
  margin: 80px 0 0 0;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes h4 {
  width: 100%;
  float: left;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px 0;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes .electionCount {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes .electionCount .simply-section {
  width: 181px;
  height: 136px;
  float: left;
  border-radius: 25px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes .electionCount .simply-section div {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes .electionCount .simply-section div .simply-amount {
  float: left;
  color: #000;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%; /* 56px */
  text-transform: uppercase;
}
.electionCounterWrap .ecInner .countingWrap .countBoxes .electionCount .simply-section div .simply-word {
  float: left;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%; /* 14.4px */
  text-transform: uppercase;
  margin: 14px 0 0 0;
}
.electionCounterWrap .ecInner .notesProgressWrap {
  width: 750px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 5px;
  position: relative;
}
.electionCounterWrap .ecInner .notesProgressWrap .progressText {
  float: left;
  width: 120px;
  text-align: center;
  color: #FFF;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.electionCounterWrap .ecInner .notesProgressWrap .pBarWrap {
  width: 100%;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 19px;
}
.electionCounterWrap .ecInner .notesProgressWrap .pBarWrap .bar {
  height: 100%;
  border-radius: 10px;
  background: #C00C15;
  position: absolute;
  top: 0;
  left: 0;
}
.electionCounterWrap .ecInner .notesProgressWrap .pointer {
  position: absolute;
  width: 200px;
  text-align: center;
  top: -143px;
}
.electionCounterWrap .ecInner .notesProgressWrap .pointer p {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.electionCounterWrap .ecInner .notesProgressWrap .whiteArrow {
  position: absolute;
  bottom: -57px;
  right: 108px;
}

.sendPrayerWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.sendPrayerWrap .prayerInner {
  width: 100%;
  float: left;
  position: relative;
  margin: 150px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sendPrayerWrap .prayerInner .letterToGod {
  position: relative;
  margin: -381px 0 0 0;
  float: left;
}
.sendPrayerWrap .prayerInner .letterToGod .letterImg {
  max-width: 100%;
}
.sendPrayerWrap .prayerInner .letterToGod .bigArrow {
  position: absolute;
  bottom: 361px;
  right: -481px;
}
.sendPrayerWrap .prayerInner .sendPrayerbtnWrap {
  width: 670px;
  float: left;
  position: relative;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 0 90px 0;
}
.sendPrayerWrap .prayerInner .sendPrayerbtnWrap .spbttn {
  width: 337px;
  float: left;
  background: #C00C15;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  padding: 52px 47px;
  border-radius: 25px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.sendPrayerWrap .prayerInner .sendPrayerbtnWrap .spbttn:hover {
  background-color: #2B3F63;
}
.sendPrayerWrap .prayerInner .sendPrayerbtnWrap img {
  display: inline-block;
  width: 150px;
  margin: 0 0 25px 0;
}

.preyForTrump {
  width: 100%;
  float: left;
  min-height: 890px;
  background: url(../images/prayerBacWrap.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.preyForTrump .preyForTrumpInner {
  width: 100%;
  float: left;
  padding: 60px 0;
  display: flex;
  justify-content: flex-end;
}
.preyForTrump .preyForTrumpInner .contentWrap {
  width: 598px;
  float: left;
  position: relative;
  top: 354px;
}
.preyForTrump .preyForTrumpInner .contentWrap h2 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.preyForTrump .preyForTrumpInner .contentWrap h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.preyForTrump .preyForTrumpInner .contentWrap article {
  width: 598px;
  float: left;
  margin: 56px 0 0 0;
  background-color: #fff;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.15);
  padding: 55px 80px;
}
.preyForTrump .preyForTrumpInner .contentWrap article h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
}
.preyForTrump .preyForTrumpInner .contentWrap article h4 small {
  width: 100%;
  float: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin: 60px 0 0 0;
}

.howItWorkWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #2B3F63;
  overflow-x: hidden;
}
.howItWorkWrap .hiwInner {
  width: 100%;
  float: left;
  margin: 275px 0;
}
.howItWorkWrap .hiwInner h2 {
  width: 650px;
  float: left;
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.howItWorkWrap .hiwInner h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.howItWorkWrap .hiwInner .hiwBoxesWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
  justify-content: center;
  margin: 119px 0 0;
}
.howItWorkWrap .hiwInner .hiwBoxesWrap .hiwBox {
  width: 415px;
  min-height: 415px;
  float: left;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.15);
  padding: 50px 40px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
.howItWorkWrap .hiwInner .hiwBoxesWrap .hiwBox img {
  max-width: 121px;
  min-width: 121px;
  height: 121px;
  -o-object-fit: contain;
     object-fit: contain;
}
.howItWorkWrap .hiwInner .hiwBoxesWrap .hiwBox h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 46px 0 0 0;
}

.westernWall {
  width: 100%;
  float: left;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.westernWall .westernWallInner {
  width: 100%;
  float: left;
  margin: 175px 0 197px 0;
}
.westernWall .westernWallInner h2 {
  width: 650px;
  float: left;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.westernWall .westernWallInner h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.westernWall .westernWallInner h2 img {
  position: absolute;
  left: 83%;
  top: 153px;
}
.westernWall .westernWallInner .wwContentsWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.westernWall .westernWallInner .wwContentsWrap article {
  width: 567px;
  float: left;
  margin: 60px 0 0 0;
}
.westernWall .westernWallInner .wwContentsWrap article p {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.westernWall .westernWallInner .wwContentsWrap picture {
  width: 772px;
  height: 512px;
  float: left;
  transition: 0.3s ease-in-out;
}
.westernWall .westernWallInner .wwContentsWrap picture:hover {
  transform: scale(1.03);
}
.westernWall .westernWallInner .wwContentsWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.preyerSliderWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.preyerSliderWrap .psInner {
  width: 100%;
  float: left;
  margin: 180px 0 25px 0;
}
.preyerSliderWrap .psInner h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.preyerSliderWrap .psInner h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.preyerSliderWrap .psInner .sliderWrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 118px 0 0 0;
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox {
  width: 100%;
  float: left;
  padding: 10px;
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox .preyerInner {
  width: 100%;
  float: left;
  transition: 0.3s ease-in-out;
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox .preyerInner img {
  width: 100%;
  cursor: pointer;
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox .preyerInner span {
  width: 100%;
  float: left;
  color: #686868;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0 0 0;
  transition: 0.3s ease-in-out;
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox .preyerInner:hover {
  transform: scale(1.03);
}
.preyerSliderWrap .psInner .sliderWrap .preyerBox .preyerInner:hover span {
  color: #C00C15;
}

.peopleSaysWrap {
  width: 100%;
  float: left;
  background: url(../images/peopleSayBac.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.peopleSaysWrap .peopleSayInner {
  width: 100%;
  float: left;
  margin: 125px 0 260px 0;
}
.peopleSaysWrap .peopleSayInner h2 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.peopleSaysWrap .peopleSayInner h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.peopleSaysWrap .peopleSayInner h2 img {
  position: absolute;
  left: 141px;
  top: 183px;
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 75px 0 0 0;
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap .letter {
  width: 100%;
  float: left;
  padding: 25px 32px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap .letter p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap .letter h4 {
  width: 100%;
  float: left;
  color: #C00C15;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 65px 0;
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap .letter h4 small {
  width: 100%;
  float: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.peopleSaysWrap .peopleSayInner .godsLettersWrap .letter:nth-child(odd) {
  margin: 160px 0 0 0;
}

.godWeTrust {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #2B3F63;
  margin: -3px 0 0 0;
  overflow-x: hidden;
}
.godWeTrust .peopleSayInner {
  width: 100%;
  float: left;
  margin: 167px 0 240px 0;
}
.godWeTrust .peopleSayInner h2 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
.godWeTrust .peopleSayInner h2 b {
  width: 100%;
  float: left;
  font-weight: 800;
}
.godWeTrust .peopleSayInner .formWrap {
  width: 100%;
  float: left;
  margin: 155px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.godWeTrust .peopleSayInner .formWrap .formMain {
  min-width: 850px;
  max-width: 850px;
  float: left;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 56px 145px;
}
.godWeTrust .peopleSayInner .formWrap .formMain .inpWrap {
  width: 100%;
  float: left;
  margin: 16px 0;
}
.godWeTrust .peopleSayInner .formWrap .formMain .inpWrap p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 14px 0;
}
.godWeTrust .peopleSayInner .formWrap .formMain .inpWrap .inpUser {
  width: 100%;
  float: left;
  border-radius: 15px;
  border: 2px solid #000;
  height: 85px;
  outline: none !important;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.godWeTrust .peopleSayInner .formWrap .formMain .inpWrap .inpUser::-moz-placeholder {
  opacity: 0;
}
.godWeTrust .peopleSayInner .formWrap .formMain .inpWrap .inpUser::placeholder {
  opacity: 0;
}
.godWeTrust .peopleSayInner .formWrap .formMain .acceptCheck {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
}
.godWeTrust .peopleSayInner .formWrap .formMain .acceptCheck .chack {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  color: transparent;
  background-color: #ddd;
  border-radius: 5px;
  border: 1px solid #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.godWeTrust .peopleSayInner .formWrap .formMain .acceptCheck span {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
.godWeTrust .peopleSayInner .formWrap .formMain .acceptCheck input {
  display: none;
}
.godWeTrust .peopleSayInner .formWrap .formMain .acceptCheck input:checked ~ .chack {
  background-color: #1D58BA;
  border-color: #1D58BA;
  color: #fff;
}
.godWeTrust .peopleSayInner .formWrap .formMain .subBtn {
  width: 100%;
  float: left;
  border-radius: 15px;
  background: #C00C15;
  padding: 22px;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border: 0 !important;
  outline: none !important;
  margin: 16px 0;
  transition: 0.3s ease-in-out;
}
.godWeTrust .peopleSayInner .formWrap .formMain .subBtn:hover {
  background-color: #2B3F63;
  cursor: pointer;
}
.godWeTrust .peopleSayInner .formWrap picture {
  float: left;
  position: relative;
  top: -185px;
}
.godWeTrust .peopleSayInner .formWrap picture .letter {
  max-width: 100%;
}
.godWeTrust .peopleSayInner .formWrap picture .redArrow {
  max-width: 100%;
  position: absolute;
  left: -157px;
  bottom: 72px;
}

.plamWrap {
  width: 100%;
  float: left;
  background-color: #000;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
.plamWrap .plamInner {
  width: 100%;
  float: left;
  margin: 77px 0;
}
.plamWrap .plamInner h4 {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0 25px;
}
.plamWrap .plamInner p {
  width: 100%;
  float: left;
  margin: 57px 0 0 0;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

footer {
  width: 100%;
  float: left;
  background: #2B3F63;
  display: flex;
  justify-content: center;
}
footer .footerInner {
  width: 100%;
  float: left;
  margin: 32px 0 20px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
footer .footerInner p, footer .footerInner a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  float: left;
}
footer .footerInner .footerSocial {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footerInner .footerSocial a {
  font-size: 25px;
}

.showOnlyMobile {
  display: none;
}

.formPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2B3F63;
  z-index: 9999;
  overflow: auto;
  display: none;
}
.formPopWrap .fpopInner {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-flow: row;
}
.formPopWrap .checkSections {
  width: 65%;
  float: left;
  height: 100vh;
  position: relative;
  background: url(../images/formPopBac.png);
  background-size: cover;
  padding: 20px 85px;
  overflow: auto;
}
.formPopWrap .checkSections .checkImgWrp {
  width: 100%;
  float: left;
  margin: 50px 0;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 45px;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel .checkBox {
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  border: 5px solid #fff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel .checkBox i {
  color: #fff;
  font-size: 45px;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel b {
  float: left;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel input {
  display: none;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel input:checked ~ .checkBox {
  background-color: #2B3F63;
}
.formPopWrap .checkSections .checkImgWrp .checkLabel input:checked ~ .checkBox i {
  transform: scale(1);
  opacity: 1;
}
.formPopWrap .checkSections .checkImgWrp img {
  max-width: 473px;
  float: left;
  margin: 55px 0 0 0;
}
.formPopWrap .checkSections .sponsord {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 36px;
  text-decoration: none;
  font-weight: 700;
}
.formPopWrap .checkSections .payBttn {
  float: left;
  background-color: #C00C15;
  color: #fff;
  text-decoration: none !important;
  margin: 50px 0 0 0;
  font-weight: 600;
  font-size: 26px;
  padding: 13px 40px;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
.formPopWrap .checkSections .payBttn:hover {
  color: #C00C15;
  background-color: #fff;
}
.formPopWrap article {
  width: 35%;
  float: left;
  padding: 0px 80px 50px;
  margin: 100px 0 0 0;
}
.formPopWrap article p {
  width: 100%;
  float: left;
  float: left;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin: 30px 0 0 0;
}
.formPopWrap article p b {
  width: 100%;
  float: left;
}
.formPopWrap article .shareWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 55px 0 0 0;
}
.formPopWrap article .shareWrap a, .formPopWrap article .shareWrap span {
  float: left;
}
.formPopWrap article .shareWrap a img, .formPopWrap article .shareWrap span img {
  max-width: 100%;
}
.formPopWrap .closeFPop {
  width: 80px;
  height: 80px;
  background-color: #C00C15;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.formPopWrap .closeFPop i {
  font-size: 55px;
  color: #fff;
}

/***************************************************  terms popup  ***************************************************/
.termsPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
}
.termsPopWrap .termsPopInner {
  width: 80%;
  height: 90%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  border-radius: 100px;
  padding: 50px 75px;
}
.termsPopWrap .termsPopInner::-webkit-scrollbar {
  display: none;
}
.termsPopWrap .termsPopInner h2 {
  width: 100%;
  float: left;
  font-size: 80px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.termsPopWrap .termsPopInner p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 36px;
  margin: 20px 0;
}
.termsPopWrap .termsPopInner .closeTermsPop {
  float: right;
  cursor: pointer;
}

.videoPopupWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
.videoPopupWrap .videoContainer {
  width: 60%;
  height: 80%;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoPopupWrap .videoContainer iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.videoPopupWrap .videoContainer video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.videoPopupWrap .videoContainer .closeVideoPop {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #f00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */