*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{
  --color-bg: #f7f7f7;
  --color-bg-invrt: #111111;
  --color-bg-alt-2: #999999;
  --color-primary: #262626;
  --color-primary-invrt: #dfdfdf;
  --color-secondary: darkorange;
  --color-btn: #121212;
  --color-btn-active: #666666;
  --gapEquation: calc(1/3*100% - (1 - 1/3)*10px);
  --radialBlackBg: radial-gradient(circle farthest-corner at left center, #2c2f3f 0%, #030507 100%);
}

html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  background-color: var(--color-bg);
  color: var(--color-primary);
  font-family: sans-serif;
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: inherit;
  font-family: sans-serif;
}
ul{
  list-style: none;
}
li{
/*  border: 2px solid black;*/
}
h1{
  font-size: 4rem;
}
h2{
  font-size: 3rem;
}
span{
  color: rgba(0,0,0,0.6);
  font-weight: bolder;
  font-size: 1.5rem;
/*  margin-bottom: 20px;*/
}
/*h1, h2, h3{
  font-family: serif;
}*/
/*NAVBAR***************************/
header{
/*  border: 2px solid white;*/
}
#navBar{
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: transparent;
/*  border: 2px solid white;*/
}
#navBar > div{
  margin: 20px auto;
  max-width: 1400px;
}

.navMenu{
  display: none;
  filter: invert(100%);
  margin-left: 20px;
}
.navFlex, .navFlex ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  overflow: hidden;
  padding: 10px 10px;
  color: #a0a0a0;

/*  border: 2px solid white;*/
}
.navFlex a:not(.avoid){
  white-space: nowrap;
  padding: 25px;

/*  border: 2px solid black;*/
}
.navFlex a:active:not(.avoid):not(.navBtn){
  background: var(--color-bg-invrt);
  color: var(--color-primary-invrt);
}

.navBtn{
  background: #20222e;
  font-weight: bolder;
  color: #dfdfdf;
  border-radius: 5px;
}
.navBtn:active{
  background: #232638;
  color: #121212;
}
.navMenu,
.galleryArrows svg{
  width: 3rem;
  cursor: pointer;
/*  filter: invert(90%);*/
}
.navLogo{
/*  border: 2px solid black;*/
  width: 3rem;
  margin: 5px;
/*  align-self: center;*/
  filter: invert(100%);
}

.here{
  color: #ffffff;
}

/*MAIN**************************/
main,
.affiliates,
.howWeHelp,
.unlikeOthers,
.howItWorks,
.features,
.fromStandPoint,
.reviews,
.advertisement{
/*  border: 2px solid black;*/
  padding: 60px 0;
}
main{
  background: 
  url("PW-main-cover.png"), 
  var(--radialBlackBg);
  background-repeat: repeat-x;
  background-position: bottom;
/*  background-position: center;*/
/*PLACEHOLDER*/
/*  background: #121212;*/
  color: #dfdfdf;
  padding: 180px 0 60px 0;
}
main > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 10px;
  align-items: center;
/*  border: 2px solid white;*/
}
.mainLeft{
/*  border: 2px solid white;*/
  margin: left;
  width: 50%;
}
.mainLeft *{
  margin-bottom: 25px;
}

.mainBtn{
  background: var(--radialBlackBg);
  font-weight: bolder;
  color: #dfdfdf;
  padding: 15px;
  border-radius: 5px;
}
.mainBtn:active{
  background: #dddddd;
  color: #121212;
}
main .transparentBtn:before{
  content: "→";
}
.transparentBtn{
  background: var(--radialBlackBg);
  font-weight: bolder;
  color: #dfdfdf;
  padding: 15px;
  border-radius: 5px;
}
.transparentBtn:active{
  background: #232638;
  color: #afafaf;
}
.mainBtnInvrt{
/*  white-space: nowrap;*/
  background: #dddddd;
  color: #121212;
  font-weight: bolder;
  padding: 15px;
  border-radius: 5px;
}
.mainBtnInvrt:active{
  background: #343434;
  color: #a6a6a6;
}
.breakApart{
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
  margin: 80px 0;
}
.mainRight{
  border: 2px solid white;
  margin: right;
  width: 70%;
  height: 500px;
  padding: 0 10px;
  box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #f0f0f0;
}


.screenPlaceholder{
  background: #DEE0E9;
  height: 620px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.mainScreenHolder{
  background: #DEE0E9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 93%;
  width: 90%;
/*  border-radius: 25px;*/
}
.imagePlaceholder{
  background: var(--radialBlackBg);
  padding: 40px 80px;
  border-radius: 8px;
  margin: auto;
  color: #dfdfdf;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.25);
}
.imagePlaceholder svg{
  width: 6rem;
  filter: invert(100%);
}
/*affiliates***********************/
.affiliates > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
/*  gap: 20px;*/
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
/*  border: 2px solid white;*/
}

.affiliates img{
/*  width: 120px;
  padding: 0 10px;*/
  width: 11rem;
  margin-left: 35px;
  filter: invert(35%);
}

/*howWeHelp***************************/
.howWeHelp > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
/*  flex-flow: row nowrap;*/
/*  justify-content: space-between;*/
  align-items: center;
/*  border: 2px solid black;*/
  padding: 10px;
  gap: 150px;
}
.howWeHelp-Left{
  flex: var(--gapEquation);
/*  border: 2px solid black*/
}
.howWeHelp-Left *{
  margin-bottom: 25px;
/*  border: 2px solid black*/
}

.howWeHelp-Right{
  display: flex;
  gap: 30px;
  text-align: center;
  flex-flow: row wrap;
  justify-content: center;
  flex: var(--gapEquation);
/*  border: 2px solid black*/
}
.howWeHelp-Right section{
  flex: var(--gapEquation);
  border-radius: 5px;
  box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.25);
}
.howWeHelp-Right .howWeHelp-Image {
/*  border: 2px solid black;*/
  height: 180px;
  border-radius: 5px 5px 0 0;
/*  color: #dfdfdf;*/
  white-space: nowrap;
  display: flex;
  flex-flow: column nowrap;
  place-content: center;
  align-items: center;
  padding: 0;
}
.imageCaption{
  margin: 10px;
  height: 120px;
  overflow: hidden;
}

.imagePlaceholder-Invert{
  background: #DEE0E9;
  border: 1px solid #DEE0E9;
  padding: 40px 80px;
  border-radius: 8px;
  margin: auto;
  color: #121212;
  text-align: center;
  white-space: nowrap;
/*  box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.25);*/
}
.imagePlaceholder-Invert svg{
  width: 6rem;
}

/*unlikeOthers************************/
.unlikeOthers > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 100px;
/*  border: 2px solid black;*/
}
.unlikeOthers-Left, .unlikeOthers-Right{
  flex: 50%;
}
.unlikeOthers-Right *{
  margin-bottom: 25px;
}
.moreSpace{
  margin: 100px 0 0 0;
}

/*howItWorks**************************/
.howItWorks-Wrap{
  max-width: 1400px;
  margin: auto;
}
.howItWorks-Top > div, .howItWorks-Bottom > div{
  padding: 10px;
  text-align: center;
  width: 700px;
  margin: auto;
  margin-bottom: 30px;
}
.howItWorks-Bottom{
  margin: 60px 0 0 0;
}

.howItWorks-Flex{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px;
  gap: 100px;
/*  border: 2px solid black;*/
}

.howItWorks-Left, .howItWorks-Right{
  flex-basis: 50%;
}
.howItWorks-Right span,
.howItWorks-Right h2,
.howItWorks-Right p
{
  margin-bottom: 25px;
}
.howItWorks-Right svg, 
.features-Grid svg{
  max-width: 3.5rem;
  margin-right: 20px;
  cursor: pointer;
}
.howItWorks-Right li{
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.howItWorks-Right li *{
  margin-bottom: 10px;
}

/*FEATURES***********************/
.features{
  background: 
  url("features-cover.png"), 
  var(--radialBlackBg);
  background-repeat: repeat-x;
  background-position: top;
}
.features-Border{
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.features-Top{
/*  border: 2px solid black;*/
  width: 300px;
  padding: 10px;
/*  color: #dfdfdf;*/
  margin-bottom: 100px;
}

.features-Grid{
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.features-Relative{
  display: flex;
  flex-flow: row nowrap;
/*  position: absolute;*/
  gap: 15px;
  margin-bottom: 15px;

}
.features-Item{
  background: #f7f7f7;
  min-width: 180px;
  padding: 20px;
  border-radius: 10px;
}
.features-Item *{
  margin-bottom: 10px;
}
.thisOneisCentered{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*fromStandpoint********************/
.fromStandPoint > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 100px;
/*  border: 2px solid black;*/
}
.fromStandPoint-Left, .fromStandPoint-Right{
  flex: 50%;
}
.fromStandPoint-Right *{
  margin-bottom: 25px;
}
.moreSpace{
  margin: 100px 0 0 0;
}

/*REVIEWS****************************/
.reviews{
  background: #ffffff;
}
.reviews-Border{
  max-width: 1400px;
  margin: auto;
/*  border: 2px solid black;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews svg{
  width: 3.5rem;
  cursor: pointer;
  filter: invert(30%);
}
.review-Item{
  max-width: 900px;
}
.review-Paragaph{
  text-align: center;
  line-height: 4rem;
}
.review-Paragaph p{
  font-size: 3rem;
}
.review-Profile{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.reviews img{
  width: 5rem;
  border-radius: 50%;
  margin-right: 20px;
}

/*ADVERTISEMENT********************/
.advertisement{
  background: var(--radialBlackBg);
}
.advertisement span{
  color: #a7a7a7;
}
.advertisement p{
  font-size: 3rem;
  color: #dfdfdf;
}
.advertisement > section{
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 100px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.breakApart-Advertisement{
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
}

/*FOOTER**************************/
footer{
  text-align: left;
  background: #f7f7f7;
  padding: 50px 30px;
  font-size: 1.5rem;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}
footer a, footer p{
  color: #6a6a6a;
}
.ft-Highlighted{
  color: #000000;
}
.ftFlex{
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  gap: 20px;
  align-items: flex-start;
}
.ftFlex section{
  flex: 1;
}
.ftFlex h4{
  margin-bottom: 20px;
}
.ft-Column > div{
/*  border: 2px solid black;*/
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  flex: var(--gapEquation);
}
.ft-Row > div{
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
.media-icons{
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.media-icons svg{
  width: 3rem;
  cursor: pointer;
  filter: invert(30%);
}
.ftFirstSection{
  margin: 35px 0;
}
.ftFirstSection > div{
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.ftFirstSection svg{
  width: 2.5rem;
  margin-right: 25px;
  cursor: pointer;
  filter: invert(30%);
}

/*MEDIA******************************/
@media all and (max-width: 400px){
/*  main,*/
  .affiliates,
  .howWeHelp,
  .unlikeOthers,
  .howItWorks,
  .features,
  .fromStandPoint,
  .reviews,
  .advertisement{
    padding: 30px 0;
  }
  .affiliates,
  .howWeHelp-Right{
    display: none;
  }
  
  .moreSpace{
    margin: 40px 0 0 0;
  }
  .review-Paragaph p{
    font-size: 2rem;
  }
  .unlikeOthers-Left, 
/*  .unlikeOthers-Right,*/
  .howItWorks-Left, 
/*  .howItWorks-Right,*/
  .fromStandPoint-Left, 
/*  .fromStandPoint-Right*/
  {
    max-height: 300px;
  }
  .screenPlaceholder{
    max-height: 300px;
  }
}
@media all and (max-width: 650px){
  .mainLeft{
    width: 100%;
  }
  .mainRight{
    width: 100%;
    height: 300px;
  }
  .breakApart{
    margin: 30px 0;
  }
  .screenPlaceholder{
    background: #DEE0E9;
    height: 520px;
    max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .unlikeOthers-Left, .unlikeOthers-Right,
  .howItWorks-Left, .howItWorks-Right,
  .fromStandPoint-Left, .fromStandPoint-Right{
    width: 100%;
  }
  main > section,
  .unlikeOthers > section,
  .fromStandPoint > section,
  .howItWorks-Flex,
  .advertisement > section{
    flex-flow: column nowrap;
  }
  .howWeHelp > section{
    flex-flow: column-reverse nowrap;
  }
}
@media all and (max-width: 720px){
  .howItWorks-Top > div, .howItWorks-Bottom > div{
    width: 100%;
  }
}
@media all and (max-width: 800px){
  .hideC{
    display: none;
  }
  .navMenu{
    display: block;
  }
  .affiliates > section{
    flex-flow: row wrap;
  }
  .affiliates img{
    margin-left: 15px;
  }
  .howWeHelp > section{
    gap: 40px;
  }
  .unlikeOthers > section,
  .fromStandPoint > section,
  .howItWorks-Flex,
  .advertisement > section{
    gap: 30px;
  }
  .ftFlex{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 15x;
    align-items: flex-start;
  }
}

