/* Variables */
:root {
  --sale-color: #d40808;
}
/* Header section */
.header {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 147px;
}
.header-container {
  display: flex;
  flex-direction: column;
  width: var(--content-width);
  margin-left: 10px;
}
.header-top-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;  
}
.boldText {
  font-weight: 600;
}
#sub-title {
  margin: 10px 0px;
  color: var(--primary-color-dark);
}
.training-description-container {
  display: flex;
}
.training-description-container .description-container {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 60%;
}
.description-container h3 {
  margin: 10px 0px;
}
.description-container .cad-year-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cad-year-menu .cad-year-buttons {
  display: flex;
  flex-direction: column;
}
.description-container .link-button{
  background-color: var(--primary-color-dark);
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 7px 10px;
  margin: 5px 0px;
  margin-left: 20px;
  border-radius: 7px;
  width: fit-content;
}
.description-container .link-button:hover {
  color: var(--secondary-color);
}
.description-container #atcf-link-button {
  width: 100%;
}
.description-container p {
  margin: 10px 0px;
}
.description-container .review-container {
  border: 2px #000 dotted;
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  margin: auto;
  height: fit-content;
  padding: 10px;
}
.description-container .review-container #review {
  font-weight: 600;
}
.description-container .review-container #review-author {
  color: var(--primary-color-dark);
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.description-container .review-container #review-author-title {
  margin-top: 0px;
  padding-top: 0px;
}
#review-desktop {
  font-weight: 600;
}
#review-phone {
  font-weight: 600;
  display: none;
}
.form-container {
  margin: 10px 0;
}
.FormItem label {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  margin: 7px 0;
  font-weight: 600;
}
#labelOutput {
  justify-content: space-evenly;
}
.FormCell {
  padding: 7px;
  width: 65%;
}
.FormCellRobot {
  padding: 7px;
  width: 25%;
}
#question-textarea {
  display: flex;
  flex-direction: column;
}
#question {
  padding: 5px;
}
#submit-div {
  display: flex;
  justify-content: space-around;
}
#wideSubmitButton {
  font-weight: 600;
  padding: 7px;
  background-color: var(--options-button-color);
  color: #fff;
  border-radius: 7px;
}
#wideSubmitButton:hover {
  cursor: pointer;
  background-color: var(--secondary-color);
  color: #000;
}
.training-courses-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 20px
}
.training-courses-container h3{
  color: var(--primary-color-dark);
  font-size: 24px;
  margin: 0px 10px;
}
.training-courses-container h4 {
  font-size: 20px;
}
.course-descriptions {
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.course-descriptions a {
  font-weight: 600;
}
.course-descriptions p {
  padding: 5px 0px;
}
.course-descriptions #training-benifits {
  margin: 7px;
  margin-left: 25px;
}
.course-descriptions h4 {
  color: var(--primary-color-dark);
}
.course-descriptions .traning-references {
  display: flex;
  flex-direction: column;
}
.course-descriptions .traning-references a{
  margin-left: 10px;
  padding: 5px 0px;
  width: 400px;
}
#lesson-player-description {
  display: flex;
  justify-content: space-between;
  background-color: var(--options-button-color);
  color: #fff;
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  margin: 7px 0px;
}
#lesson-player-description h4 {
  color: #fff;
}
#lesson-player-description #player-left-side {
  width: 30%;
}
#lesson-player-description #player-right-side {
  width: 65%;
  margin-left: 20px;
}
#lesson-player-description #player-right-side ul {
  margin-left: 25px;
}
.standard-ol, .standard-ul {
  color: #000;
  margin-left: 30px;
}
.bold-text {
  font-weight: 600;
}
.space-30px {
  height: 30px;
}
.go-beyond-commands-outer {
  background-image: linear-gradient(to right, var(--primary-color-dark), var(--primary-color-light));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 45px;
  margin: 10px 0px;
}
.go-beyond-commands-outer h3 {  
  margin: 5px 0px;
}
.go-beyond-commands-inner {
  display: flex;
  background-color: #fff;
  color: #000;
  justify-content: space-between;
  margin: 0px 30px;
  margin-bottom: 30px;
  border-radius: 25px;
  padding: 7px;
}
.go-beyond-commands-inner p {
  margin-bottom: 10px;
}
.go-beyond-commands-inner .go-beyond-commands-left {
  width: 50%;
  margin: 0px 5px;
}
.go-beyond-commands-inner .go-beyond-commands-right {
  width: 50%;
  margin: 0px 5px;
}
.go-beyond-commands-inner h3{
  color: #000;
  font-size: 24px;
  margin: 15px 0px;
}
.product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 325px;
  margin-left: 10px;
}
.game-container {
  display: block;
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
}
.game-container .new {
  font-size: 20px;
}
.game-container .product-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop-links {
  display: flex;
  flex-direction: column;
}
.phone-links {
  display: none;
}
#video-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 0pt;
  position: relative;
}
#video-container-1 {
  z-index: 0;
  max-width: 1200px;
  width: 75%;
  margin: auto;
  margin-top: 0pt;
  position: relative;
}
#closeVideo {
  z-index: 8;
  display: none;
  position: fixed;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: #000 2px solid;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}
.product-container {
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.product-container .new {
  font-size: 20px;
}
.product-container .product-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}
.product-container .product-price p {
  margin: 0px;
}
.product-container .select-options {
  margin: auto;
}
.sale-text {
  color: var(--sale-color);
  font-weight: 800;
  font-size: 25px;
}
#product-image img{
  width: 100%;
  height: fit-content;
}
#product-phone-image{
  display: none;
  width: 100%;
}
#product-phone-image img{
  width: 100%;
  height: fit-content;
}
.select-options {
  background-color: var(--options-button-color);
  margin-top: 7px;  
  font-weight: 600;
  border-radius: 5px;
  width: 150px;
  height: 35px;
  box-shadow: 1px 3px 3px #000;
  margin-bottom: 10px;
}
.select-options:hover{
  background-color: var(--secondary-color-dark);
  cursor: pointer;
}
.select-options a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 100%;
  width: 100%; 
}
.select-options a:visited{
  color: var(--visited-button-color);
}
#product-description {
  margin-top: 10px;
}
#game-link {
  text-decoration: none;
  font-weight: 600;
}
#gameH2 {
  margin-bottom: 20px;
}
#buyButton {
  display: none;
  z-index: 2;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  transition: top 1s, left 1s;
  background-color: var(--options-button-color);
  justify-self: center;
  justify-content: center;
  align-content: center;
  margin-top: 7px;  
  font-weight: 600;
  border-radius: 5px;
  width: 150px;
  height: 35px;
  box-shadow: 1px 3px 3px #000;
  margin: auto;
}
#buyButton:hover{
  background-color: var(--secondary-color-dark);
  cursor: pointer;
}
#buyButton a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 100%;
  width: 100%; 
}
#buyButton a:visited{
  color: var(--visited-button-color);
}
#gameStart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 100%;
  width: 100%; 
}
#startButton {
  z-index: 2;
  position: absolute;
  top: -100%;
  left: -100vw;
  transform: translate(-50%, -50%);
  transform: rotate(-3600deg);
  transition: transform 2.0s, top 2s, left 2s;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-content: center;  
}
#start {
  cursor: pointer;
  font-size: 25px;
  padding: 15px;
  background-color: #27f027;
  border: #000 solid 3px;
  border-radius: 25%;
  color: #000;
  font-weight: 600;
  text-align: center;
}
#video-overlay {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#video-overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
#video-1 {
  width: 100%;
  margin: auto;
  padding-top: 61%;
  height: 0px;
  position: relative;
}
#video-1 video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#iVideo {
  cursor: pointer;
}
#lazy-loading-content img {
  width: 100%;
  height: auto;
}
.scale-image {
  width: 90%;
  height: 90%;
}
.tip-buttons {
  display: flex;
  justify-content: space-around;
}
#tip-author {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-weight: 600;
  color: #751f1f;
}
#img-1, #img-2, #img-3, #img-4, #img-5,
#img-6, #img-7, #img-8, #img-9, #img-10,
#img-11, #img-12, #img-13, #img-14, #img-15,
#img-16, #img-17, #img-18, #img-19, #img-20 {
  margin: auto;
}
.tip-row {
  border-bottom: #000 2px solid;
  padding: 7px 0px;
  margin: 0px 15px;
}
.author-tip {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  margin-left: 7px;
}
.sample-lessons {
  display: flex;
  flex-direction: column;
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: 10px 0px;
  width: 100%;
}
#sample-image-text {
  display: none;
}
.course-outline {
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
}
.course-outline h4 {
  text-align: center;
  font-weight: 800;
}
.course-outline .course-title-link {
  font-weight: 800;
  color: #000;
}
.course-outline #lessons-time {
  text-align: center;
  font-weight: 600;
}
.lessons-product-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.lessons-product-container h3{
  color: var(--primary-color-dark);
  font-size: 24px;
}
.lessons-product-container h4 {
  font-size: 20px;
}
.lessons-container {
  display: flex;
  border: 2px #000 solid;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 15px;
  margin-bottom: 10px;
  text-align: left;
}
.lessons-container .lesson-list {
  column-count: 3;
}
.lessons-container .lessons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.cat-lessons-container {
  border: 2px #000 solid;
  border-radius: 10px;
  width: 60%;
  padding: 10px;
  margin-bottom: 10px;
}
.cat-lessons-container .lesson-list,p{
  margin: 10px 0px;
}
.product-row {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 2px #000 solid;
}
.product-row .product-image{
  width: 300px;
  height: fit-content;
}
.phone-image-view {
  display: none;
  visibility: hidden;
}
.product-row .product-image .image-view {
  visibility: visible;
  height: fit-content;
}
.product-row .product-image .text-view {
  display: none;
  visibility: hidden;
}
.product-row .product-description{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 325px;
}
.product-row .product-sale{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
}
#last-product {
  border-bottom: none;
}
#column-heading {
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 2px #000 solid;
}
#column-heading h3 {
  width: 100%;
  align-self: center;
}
#column-heading p {
  margin: 0px 10px;
}
.product-lesson-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-lesson-list h3 {
  color: var(--primary-color-dark);
  font-size: 24px;
}

#certificate-container {
  display: flex;
  justify-content: center;
}
#certificate-container img {
  max-width: 100%;
  height: fit-content;
}

/* media swicth */
#desktop-h1 {
  display: block;
}
#portable-h1 {
  display: none;
}
#uninstall-image {
  width: 100%;
  height: fit-content;
}

@media (max-width: 850px) {
  /* media swith */
  #desktop-h1 {
    display: none;
  }
  #portable-h1 {
    display: block;
  }
  /* Header section */
  .header {
    margin-top: 60px;
  }
  .header-container {
    width: 100vw;
    margin-left: 0px;
  }
  .header-top-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
  }
  #column-heading h3 {
    width: 325px;
  }
  .training-description-container {
    flex-direction: column;
  }
  .training-description-container .description-container {
    width: 95%;
  }
  .description-container h2 {
    text-align: center;
  }
  .description-container .link-button {
    width: 100%;
    margin-left: 0;
  }
  .description-container .cad-year-menu {
    flex-direction: column;
  }
  .desktop-links {
    display: none;
  }
  .phone-links {
    display: flex;
    flex-direction: column;
  }
  #review-desktop {
    display: none;
  }
  #review-phone {
    display: block;
  }
  #lesson-player-description {
    flex-direction: column;
  }
  #lesson-player-description #player-left-side {
    width: 100%;
  }
  #lesson-player-description #player-right-side {
    width: 100%;
    margin-left: 0;
  }
  .ADN {
    display: none;
  }  
  .product-wrapper {
    width: 90%;
  }
  .game-container {
    width: 90%;
    margin-bottom: 10px;
  }  
  #startButton {
    top: -300vh;
    left: -100vw;
  }
  .product-container {
    width: 90%;
    margin-bottom: 10px;
  }
  #video-container {
    width: 95%;
  }
  .training-courses-container{
    margin: 0px;
  }
  #sample-image {
    display: none;
  }
  #sample-image-text {
    display: block;
  }
  #product-image {
    display: none;
  }
  #product-phone-image{
    display: flex;
  }
  .lessons-container {
    justify-content: center;
  }
  .lessons-container .lesson-list {
    column-count: 1;
    justify-content: center;
  }
  .cat-lessons-container {
    width: 95%;
  }
  .lessons-product-container{
    flex-direction: column;
    align-items: center;
  }
  .product-row {
    flex-direction: column;
    align-items: center;
  }
  .product-row div:nth-child(1) {
    order: 2;
  }
  .product-row div:nth-child(2) {
    order: 1;
  }
  .product-row div:nth-child(3) {
    order: 3;
  }
  .product-row .product-image a{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align:center;
    color: var(--options-button-color);
    min-height: 45px;
    border: 1px #000 solid;
    border-radius: 7px;
    margin-bottom: 7px;
  }
  .product-row .product-image a:hover {
    color: #000;
  }
  .product-row .product-image .image-view {
    display: none;
    visibility: hidden;
  }
  .phone-image-view {
    display: block;
    visibility: visible;
  }
  .product-row .product-image .text-view {
    display: block;
    visibility: visible;
    font-weight: 600;
  }
  .product-row .product-description{
    width: 300px;
  }
  .select-options {
    margin-bottom: 10px;
  }
  .tip-buttons {
    flex-direction: column;
  }
  .go-beyond-commands-inner {
    flex-direction: column;
  }
  .go-beyond-commands-inner .go-beyond-commands-left {
    width: 100%;
  }
  .go-beyond-commands-inner .go-beyond-commands-right {
    width: 100%;
  }
  .FormItem label {
    padding-left: 0;
  }
}