/********** P R I M A R Y   S T U F F***********/
/**********   C A R D   S T U F F   ***********/
/* -------- G L O B A L  ----------- */
/* Added downloaded font */
@font-face {
  font-family: markerFelt;
  src: url(MarkerFelt.ttf);
}
.primaryFont {
  font-family: Helvetica, sans-serif;
  word-spacing: 4px;
  letter-spacing: 2px;
}

.secondaryFont {
  font-family: "Open Sans", sans-serif;
  word-spacing: 2px;
  /* letter-spacing: 0px; */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ----   C O N T E N T    C O M P O N E N T S   ------ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --------- 0 BackGround Component  --------------- */
.backGround {
  margin-top: 2%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(../images/Hero/background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* ---------    i Ads Component      --------------- */
.adsComp {
  display: flex;
  height: 60vh;
  width: 100%;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.adsComp .adsCompSub {
  width: 70%;
  font-family: "Open Sans", sans-serif;
  color: #fffff2;
}
.adsComp .adsCompSub h1 {
  text-align: center;
  font-size: 380%;
  word-spacing: 4px;
  letter-spacing: 2px;
}
.adsComp .adsCompSub p {
  margin-top: 20px;
  font-size: 100%;
  line-height: 150%;
  letter-spacing: 2px;
  word-spacing: 6px;
}
.adsComp .adsCompSub img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 2px black;
}

/* ---------    ii Box Comonent 2.1  --------------- */
.boxComp {
  display: flex;
  margin: 2% 0;
  padding: 2% 0;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid purple;
}
.boxComp .boxCompSub1 {
  display: flex;
  height: 100%;
  width: 90%;
  margin: 2% 0;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  box-shadow: 0 0 5px 1.2px pink;
}
.boxComp .boxCompSub2 {
  display: flex;
  height: 100%;
  margin: 2% 0;
  width: 90%;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: 2px solid yellow;
}

.randComp {
  width: 100%;
  height: 100%;
  display: flex;
  border: 2px solid purple;
  justify-content: center;
}
.randComp .randCompSub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 91em;
  border: 2px solid red;
}

/* --------- iii Center Component :  --------------- */
.centerComp {
  display: flex;
  height: 100vh;
  margin: 10vh 0px;
  width: 100%;
  flex-direction: row;
  border: 1px solid coral;
  /* max-height: 100%; */
  /* Ruff */
  /* --------- First Kid : Center Aside Left   --------------- */
  /* --------- Second Kid : Center Aside Right   --------------- */
}
.centerComp .centerAsideLeft {
  display: flex;
  padding: 10vh 0;
  align-items: center;
  flex-direction: column;
  /* Ruff */
  /* border : 2px solid black    ; */
  /* ----------  iv  Next Component  --------------- */
}
.centerComp .centerAsideLeft .items {
  max-width: 60%;
  margin-bottom: 10%;
  height: 200px;
  padding: 4% 4%;
  font-size: 80%;
  border: 1px solid grey;
  border-radius: 4px;
  cursor: pointer;
  /* Ruff */
  /* border: 2px solid black  ; */
}
.centerComp .centerAsideLeft .nextComp {
  display: flex;
  height: 40px;
  width: 40%;
  align-items: center;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  font-size: 110%;
  font-weight: lighter;
}
.centerComp .centerAsideRight {
  width: 35%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid salmon;
  /* Ruff */
}
.centerComp .centerAsideRight .asideItems {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.centerComp .centerAsideRight .asideItems .items {
  display: flex;
  margin-bottom: 4%;
  height: 10vh;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  border-radius: 2%;
  border: 1px solid #2C3639;
  cursor: pointer;
  /* Ruff */
  /* background-color: rebeccapurple; */
}

/* ------------- iv Custom Component ---------------- */
.centerFullFlex {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: #9656a1 2px solid;
}
.centerFullFlex .centerFullFlexSub {
  display: flex;
  width: 90%;
  flex-direction: column;
  border: 2px solid salmon;
}
.centerFullFlex .centerFullFlexSub .title h1 {
  font-size: 180%;
}
.centerFullFlex .centerFullFlexSub .title p {
  margin-top: 1%;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexColumn {
  display: flex;
  margin: 4% 0px;
  padding: 4% 4%;
  width: 100%;
  border: 2px solid yellow;
  justify-content: space-between;
  text-align: start;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexColumn .asideLeft {
  display: flex;
  width: 30%;
  justify-content: start;
  border: #9656a1 2px solid;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexColumn .asideRight {
  height: 40%;
  margin-top: 2%;
  width: 50%;
  font-size: 90%;
  border: #F0A09B 2px solid;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexColumn .asideRight .paraTitle {
  font-weight: bold;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexRow {
  display: flex;
  margin: 4% 0px;
  padding: 4% 4%;
  width: 100%;
  border: 2px solid springgreen;
  flex-direction: column;
  text-align: start;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexRow .asideLeftFull {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid yellow;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexRow .asideRightFull {
  height: 100%;
  width: 100%;
  margin-bottom: 4%;
  font-size: 90%;
  text-align: center;
}
.centerFullFlex .centerFullFlexSub .centerFullFlexRow .asideRightFull .paraTitle {
  font-weight: bold;
}
.centerFullFlex .centerFullFlexSub .imageFull img {
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.centerFullFixed {
  margin: 1% 0;
  height: 50vh;
  padding: 2%;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* -------------   C S S   E N D     ------------------ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.test {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=comp.css.map */
.pilot {
  color: purple;
  font-size: 120px;
  font-size: 100%;
  font-size: 1em;
  font-size: 1rem;
}/*# sourceMappingURL=comp.css.map */