* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Dover Sans Text-Web';
  src: url(/fonts/DoverSansText-Web-Regular.eot);
  src: url(/fonts/DoverSansText-Web-Regular.eot?#iefix) format('embedded-opentype'), 
  url(/fonts/DoverSansText-Web-Regular.woff2) format('woff2'), 
  url(/fonts/DoverSansText-Web-Regular.woff) format('woff'), 
  url(/fonts/DoverSansText-Web-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: #ffe338;
  font-family: 'Dover Sans Text-Web';
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 100%;
  width: 100%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

a,
a:after,
a:before,
.btn,
.btn:after,
.btn:before,
input,
button,
select,
textarea,
.menu-icon span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  outline: none !important;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header a {
  font-size: 16px;
  line-height: 16px;
  color: #ffe338;
}

@media (min-width: 1344px) {

  .page-header a {
    font-size: 17px;
    line-height: 17px;
  }
}

@media (min-width: 1536px) {
  .page-header a {
    font-size: 19px;
    line-height: 19px;
  }
}

.page-header {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 15px 0 20px;
  text-align: center;
}

.page-header a:not(:last-child) {
  margin-right: 30px;
}

@media (min-width: 1025px) {

  .page-header a:not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {

  .page-header a:not(:last-child) {
    margin-right: 70px;
  }
}

@media (min-width: 1536px) {
  .page-header a:not(:last-child) {
    margin-right: 80px;
  }
}

@media (min-width: 1536px) {
  .page-header {
    padding: 40px 0 45px;
  }
}
/* main body */

.page-header,
.nav-primary,
.page-container,
.page-content,
.page-footer {
  float: left;
  width: 100%;
  position: relative;
}

.main-content {
  background-color: #a36efa;
  padding: 95px 0 40px;
    height: 100vh;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .main-content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 89;
    padding: 0;
  }
}

.container {
  max-width: 100%;
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  [class*="col-sm-"] {
    float: left;
  }
  .page-header {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

.img-section {
  text-align: center;
}

.img-section img {
  width: 200px;
}

@media (min-width: 600px) {
  .img-section img {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .img-section img {
    display: none;
  }
}

@media (min-width: 1200px) {
  [class*="col-lg-"] {
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 41.66666667%;
  }
}
.content-container {
  padding-top: 40px;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .content-container {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .content-container {
    padding-top: 0;
  }
}

.content-container h2 {
  font-size: 25px;
}

@media (min-width: 1344px) {

  .content-container h2 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .content-container h2 {
    font-size: 35px;
  }
}

@media (min-width: 1728px) {
  .content-container h2 {
    font-size: 40px;
  }
}

.content-container p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.content-container p a {
  color: #ffe338;
}

@media (min-width: 1344px) {

  .content-container p,
  .contact-container a {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (min-width: 1536px) {

  .content-container p,
  .contact-container a {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (min-width: 1536px) {
  .content-container p {
    margin-top: 30px;
  }
}
.contact-container {
  margin-top: 40px;
}
@media (min-width: 1536px) {
  .contact-container {
    margin-top: 100px;
  }
}

.contact-container a {
  font-size: 14px;
  line-height: 24px;
  color: #ffe338;
  clear: left;
}

.desktop-img {
  display: none;
}

@media (min-width: 768px) {
  .desktop-img {
    display: block;
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 300px;
  }
}
@media (min-width: 1025px) {

  .desktop-img {
    width: 400px;
    left: -22px;
    bottom: -40px;
  }
}
@media (min-width: 1200px) {

  .desktop-img {
    width: 500px;
    left: -32px;
    bottom: -70px;
  }
}
@media (min-width: 1344px) {

  .desktop-img {
    width: 540px;
    left: -36px;
    bottom: -70px;
  }
}
@media (min-width: 1440px) {

  .desktop-img {
    width: 580px;
    left: -40px;
    bottom: -80px;
  }
}
@media (min-width: 1536px) {
  .desktop-img {
    width: 625px;
    left: -46px;
    bottom: -80px;
  }
}

@media (min-width: 1728px) {

  .desktop-img {
    width: 660px;
    left: -48px;
    bottom: -80px;
  }
}

@media (min-width: 1920px) {
  .desktop-img {
    width: 730px;
    left: -56px;
    bottom: -100px;
  }
}

.click-section {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  /* display: none; */
}

.click-section:nth-child(2) {
  background-color: #66a3ff;
  z-index: 99;
}

.click-section:nth-child(3) {
  background-color: #fa801c;
  z-index: 98;
}

.click-section:nth-child(4) {
  background-color: #a36efa;
  z-index: 97;
}

.click-section:nth-child(5) {
  background-color: #bde0ff;
  z-index: 96;
}

.click-section:nth-child(6) {
  background-color: #ccfc61;
  z-index: 95;
}

.click-section:nth-child(7) {
  background-color: #eb453d;
  z-index: 94;
}

.click-section:nth-child(8) {
  background-color: #ffe338;
  z-index: 93;
}

.click-section:nth-child(9) {
  background-color: #ff82db;
  z-index: 92;
}

@media (min-width: 1025px) {

  .flex-container {
    width: 465px;
    margin-top: -200px;
  }
  
}

@media (min-width: 1344px) {

  .flex-container {
    width: 495px;
  }
}

@media (min-width: 1536px) {

  .flex-container {
    width: 565px;
  }
}

@media (min-width: 1728px) {
  .flex-container {
    width: 600px;
  }
}

@media (min-width: 1200px) {
  .col-lg-7 {
    width: 58.33333333%;
  }
}

.click-section img {
  width: 200px;
  position: fixed;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}

@media (min-width: 600px) {

  .click-section img {
    width: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
  }
}

@media (min-width: 768px) {

  .click-section img {
    width: 300px;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
  }
}

@media (min-width: 1025px) {

  .click-section img {
    width: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
  }
}

@media (min-width: 1500px) {
  .click-section img {
    width: 512px;
    top: calc(50% - 256px);
    left: calc(50% - 256px);
  }
}