/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .termscon {
    margin-top: 3%;
}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  #intro {
    padding: 5% 3% 0 3% !important;
  }

  #header h1 {
    font-size: 50pt;
  }

  #header p {
    font-size: 17pt;
  }

  #header span {
    font-size: 15pt;
}

#header span a {
    font-size: 15pt;
}

  .code {
  }

  #second-text h2{
    margin-top: 5%;
    font-size: 50pt;
  }

  #header button {
    font-size: 17pt;
}

#second-text h3 {
    font-size: 17pt;
}

#second-text h4 {
    font-size: 15pt;
}

#third h2 {
    font-size: 50pt;
}

#third ol {
    font-size: 17pt;
    line-height: 30pt;
}

#third h3 {
    font-size: 17pt;
    margin-bottom: 5%;
}
#third button {
    font-size: 17pt;
}

#third h4 {
    font-size: 15pt;
}

#contact h4 {
    font-size: 15pt;
    line-height: 42px;
}

#contact button {
    font-size: 15pt;
}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .hidden-img {
    display: none;
  }
  #video-vimeo {
    margin-top: 0%;
  }

  body {
    background-color: #fff;
  }

  .navbar-brand {
    margin: 0 0 !important;
  }

  #intro{
    background-image: radial-gradient(rgba(153, 208, 224, 1), rgba(121, 162, 179, 1));
    background-size: cover;
    padding: 0 !important;
  }

  #intro nav {
    padding: 5% 0 0 5%;
  }

  #intro nav img {
    width: 150px;
  }

  #intro .img-right {
    display: block;
    position: absolute;
    right: 0%;
    max-width: 55%;
  }

  .nopaddingsvg {
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0 !important;

  }

  #intro svg {
    position: relative;
    overflow: inherit;
    display: block;
    left: 0;
  }

  #header {
    padding: 5% 0 0% 0% !important;
  }

  #header .land {
      text-align: right;
  }

  #header h1 {
    font-size: 40pt;
    padding: 0% 5%;
    text-align: right;
    padding-top: 5%;
  }


  #header button {
    padding: 5% 10% !important;
  font-size: 15pt;
  }

#header p {
  padding-right: 5%;
  font-size: 15pt;
  justify-content: flex-end;
}

  #header p::before {
      content: "";
      border-top: 3px solid #ea0086;
      margin: 5% 5% 0 0;
      transform: translateY(-1rem);
      vertical-align: bottom;
      flex: 0 0 50px;
      display: none;
  }

  #header p::after {
    display: none;
  }

  #header span {
    color: #2b2c2e;
      font-size: 15pt;
    font-weight: 300;
    justify-content: flex-end;
    padding: 0% 5%;
    margin-top: 0;
}

#header span a {
    font-size: 15pt;
}


  .code {
    margin-bottom: 5%;
    text-align: end;
    padding-right: 5%;
    display: block;
  }

  #second {
    padding: 3% 3% 0 3% !important;
    background-color: #fff !important;
  }

  .embed-responsive {
    width: 100% !important;
}

  #secont-text {
  }

  #second-text h2 {
    font-size: 40pt;
    color: #9bd0e0;
    margin-top: 0%;
    background-color: #fff;
  }

  #second-text h3 {
    font-size: 12pt;
  }

  #second-text h4 {
    font-size: 12pt;
  }

  #second-text .yellow-line{
    display: none;
  }

  .embed-responsive {
    width: 90% !important;
    margin: 0 auto !important;
    position: initial !important;
  }

  #third {
    padding: 5% 3% 5% 5% !important;
    background-color: #fff !important;
  }

  #third h2 {
    font-size: 40pt;
    color: #9bd0e0;
    text-align: center;
    margin: 3% 0;
  }

  #third h3 {
    font-size: 12pt;
    text-align: center;
    margin-bottom: 3%;
  }

  #third .ordinarlist{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #third ol {
    font-size: 13pt;
  }

  #third ol li {
    margin-left: 5% !important;
    float: left;

  }

  #third h4 {
    font-size: 12pt;
    text-align: center;
  }

  .termscon {
    margin-top: 1%;
}

  #third hr {
    border-top: 0.117rem solid #ea0086;
    text-align: left;
    width: 10%;
    margin: 3% auto 5% auto;
  }

  #third button{
    width: 25%;
    padding: 2% 12% !important;
    font-size: 15pt;
  }


  .button-end {
    display: flex;
    justify-content: center;
  }

  .button-end .btn-yes {
    margin-right: 2% !important;
  }
  .got-code {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 0%;
  }

  #contact {
  padding: 5% 3% 5% 5% !important;
  }

  #contact h4 {
    font-size: 15pt;
    justify-content: center;
    text-align: left;
    font-weight: 200;
  }

  #contact a {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17pt;
  }

  #contact button {
    padding: 5% 5% !important;
  }
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

  body {
    background-color: #fff;
  }

  .navbar-brand {
    margin: 0 0 !important;
  }

  #intro{
    background-image: radial-gradient(rgba(153, 208, 224, 1), rgba(121, 162, 179, 1));
    background-size: cover;
  }


  #intro nav img {
    width: 150px;
  }

  #intro .img-right {
    float: right;
    padding: 0px 50px 10px 50px;
    display: block;
    right: 0%;
    max-width: 55% !important;
    top: 0%;
}

  #intro svg {
  }

  #header {
    padding: 1% 0% 0% 0% !important;
  }

  #header h1 {
    font-size: 50pt;
    padding-right: 5%;
    padding-top: 0%;
  }

  #header button {
    font-size: 15pt;
    padding: .75rem .25rem !important;
  }

  #header span {
    color: #2b2c2e;
    font-size: 15pt;
    font-weight: 300;
    padding: 0% 5%;
  }
  #header span a {
    color: #2b2c2e;
  font-size: 15pt;
  cursor: pointer;
    text-decoration: none;
  }

#header p {
  align-items: center;
  justify-content: space-between;
  font-size: 15pt;
}

  #header p::before {
      content: "";
      border-top: 3px solid #ea0086;
      margin: 5% 4% 0 0;
      transform: translateY(-1rem);
      vertical-align: bottom;
      flex: 0 0 30%;
      display: block;
  }

  #header p::after {
    display: none;
  }

  .code {
    margin-bottom: 1%;
    padding-right: 5%;
    display: flex;
  }

 .margin-right-1{
    margin-right: 4% !important
  }

  #second {
    padding: 3% 3% 0 3% !important;
    background-color: #fff !important;
  }

  #second-text h2 {
    font-size: 50pt;
    color: #9bd0e0;
  }

  #second-text h3 {
    font-size: 15pt;
  }

  #second-text h4 {
    font-size: 15pt;
  }

  #third {
    padding: 5% 3% 5% 5% !important;
    background-color: #fff !important;
  }

  #third h2 {
    font-size: 50pt;
    color: #9bd0e0;
    text-align: center;
    margin: 3% 0;
  }

  #third h3 {
    font-size: 17pt;
    text-align: center;
  }

  #third h4 {
    font-size: 15pt;
  }

  #third ol {
      font-size: 15pt;
  }

  #third .ordinarlist {
    margin-left: 5%;
  }

  #third hr {
    border-top: 0.117rem solid #ea0086;
    text-align: left;
    width: 10%;
    margin: 3% auto;
  }

  #third button{
    padding: 1% 8% !important;
    font-size: 15pt;
  }


  .got-code {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3%;
  }

  #contact {
  padding: 5% 3% 5% 5% !important;
  }

  #contact h4 {
    font-size: 15pt;
    justify-content: center;
    text-align: left;
  }

  #contact a {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17pt;
  }

  #contact button {
    padding: 5% 10% !important;
  }

  footer .text-small {
    font-size: 13pt;
  }

  footer h5 {
    font-size: 15pt;
  }

  footer .text-link {
    font-size: 13pt;
}

  footer .text-footer {
    font-size: 10pt;
    text-align: center;
    color: #888888;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 5%;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

}

@media (min-width: 1299px) {
  #intro svg {
  }

  #intro .img-right {
    max-width: 60%;
}

}

@media (min-width: 1400px) {
#header p::before {
    content: "";
    border-top: 3px solid #ea0086;
    margin: 5% 4% 0 0;
    transform: translateY(-1rem);
    vertical-align: bottom;
    flex: 0 0 40%;
    display: block;
}
}
/* Extra large devices (large desktops, 1920px and up)*/
@media (min-width: 1920px) {

  body {
    background-color: #fff;
  }

  #intro{
    background-image: radial-gradient(rgba(153, 208, 224, 1), rgba(121, 162, 179, 1));
    background-size: cover;
  }

  #intro nav img {
    width: 15%;
  }

  #intro .img-right {
    /*padding: 0px 50px 10px 50px;*/
  }

  #intro svg {
    position: relative;
    overflow: inherit;
    display: block;
    margin-bottom: -5%;
  }

  #header {
    padding: 1% 0 0 5% !important;
  }

  #header h1 {
    font-size: 90pt;
    padding-right: 5%;
    padding-top: 5%;
  }

  #header button {
    padding: 1.45rem .25rem !important;
  }

#header p {
  padding-right: 5%;
  font-size: 17pt;
}

  #header p::before {
      content: "";
      border-top: 3px solid #ea0086;
      margin: 5% 5% 0 0;
      transform: translateY(-1rem);
      vertical-align: bottom;
      flex: 0 0 43%;
      display: block;
  }

  #header span {
    color: #2b2c2e;
    font-size: 17pt;
    font-weight: 300;
  }
  #header span a {
    color: #2b2c2e;
font-size: 17pt;
cursor: pointer;
    text-decoration: none;
  }

  #header p::after {
    display: none;
  }

  .code {
    /*margin-bottom: 5%;*/
    text-align: end;
    padding-right: 5%;
  }

  #second {
    padding: 5% 3% 3% 3% !important;
    background-color: #fff !important;
  }

  #second-text h2 {
    font-size: 90pt;
    color: #9bd0e0;
  }

  #second-text h3 {
    font-size: 19pt;
  }

  #second-text h4 {
    font-size: 19pt;
  }

  #third {
    padding: 3% 3% 5% 5% !important;
    background-color: #fff !important;
  }

  #third h2 {
    font-size: 90pt;
    color: #9bd0e0;
    text-align: center;
    margin: 3% 0;
  }

  #third h3 {
    font-size: 20pt;
    text-align: center;
  }

  #third h4 {
    font-size: 20pt;
    text-align: center;
  }

  #third hr {
    border-top: 0.117rem solid #ea0086;
    text-align: left;
    width: 10%;
    margin: 3% auto;
  }

  #third .ordinarlist {
    margin-left: 10%;
}

  #third button{
    padding: 1% 8% !important;
  }

  #third ol {
    font-size: 20pt;
}


  .got-code {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3%;
  }

#contact {
  padding: 5% 3% 5% 5% !important;
}

  #contact h4 {
    font-size: 19pt;
    justify-content: center;
    /*align-items: right;*/
    text-align: left;
  }

  #contact a {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20pt;
  }

  footer .text-small {
    font-size: 19pt;
    line-height: 43px;
  }

  footer h5 {
    font-size: 20pt;
  }

  footer .text-link {
    font-size: 19pt;
}
}
