* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

#btn {
  padding: 5px;
  color: #100c8d;
  background: #ffde00;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #100c8d;
          box-shadow: 0px 0px 10px #100c8d;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

#timer {
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  color: red;
}

body .firstSection {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body .firstSection__header {
  padding: 15px;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

body .firstSection__header__logo img {
  width: 100px;
}

body .firstSection__header__navbar a {
  margin-right: 1rem;
  cursor: pointer;
  color: white;
  font-weight: 600;
}

body .firstSection__header__navbar #close-btn {
  display: none;
}

body .firstSection__header__btn #btn {
  font-size: 15px;
}

body .firstSection__header #hamburger {
  display: none;
}

body .firstSection__body {
  width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding: 1px;
}

body .firstSection__body h1 {
  color: #ffde00;
  text-shadow: 0px 0px 10px #100c8d;
  font-size: 40px;
}

body .firstSection__body h3 {
  color: white;
}

body .firstSection__body__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  margin-top: 3rem;
  text-align: left;
  margin-bottom: 3rem;
}

body .firstSection__body__gridbox img {
  width: 100%;
}

body .firstSection__body__gridbox ul {
  margin-top: 20%;
  margin-left: 10%;
}

body .firstSection__body__gridbox ul li {
  font-weight: 600;
  font-size: 18px;
  color: white;
}

body .firstSection__body__gridbox__left {
  margin-top: 10%;
}

body .firstSection__body__gridbox__left h2 {
  color: white;
  font-size: 50px;
}

body .firstSection__body__gridbox__left #disc {
  font-size: 80px;
}

body .firstSection__body__gridbox__left p {
  color: white;
  font-size: 25px;
  font-weight: 600;
}

body .firstSection__body__gridbox__right {
  text-align: center;
  padding: 5px;
}

body .firstSection__body__gridbox__right p {
  color: white;
  font-size: 22px;
  font-weight: 600;
}

body .firstSection__body__gridbox__right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body .firstSection__body__gridbox__right span #old-price {
  text-decoration: line-through;
  color: white;
}

body .firstSection__body__gridbox__right span h3 {
  text-decoration: none;
  color: #ffde00;
  font-size: 20px;
  font-weight: 700;
}

body .firstSection__body__gridbox__right h3 {
  font-size: 25px;
  margin-top: 1rem;
}

body .firstSection__body__gridbox__right input {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.5rem;
  border: none;
  padding: 1rem;
  font-size: 20px;
}

body .firstSection__body__gridbox__right #btn {
  width: 100%;
  font-size: 25px;
}

body .firstSection__body__gridbox__right form {
  background: #1566af;
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
}

body .secondSection {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .secondSection__timer {
  margin-top: -2rem;
  width: 25%;
  height: 10rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}

body .secondSection__timer p {
  text-align: center;
  margin-right: 12px;
  color: red;
  font-weight: 600;
  font-size: 20px;
  margin-top: 2rem;
}

body .secondSection__body {
  width: 100%;
  background: #f0f0f0;
  padding: 1px;
}

body .secondSection__body h1 {
  margin-top: 3rem;
  font-size: 30px;
  text-align: center;
}

body .secondSection__body__container {
  margin-top: 2rem;
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .secondSection__body__container__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-bottom: 3rem;
}

body .secondSection__body__container__gridbox__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .secondSection__body__container__gridbox__left ul {
  list-style: none;
}

body .secondSection__body__container__gridbox__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 17px;
}

body .secondSection__body__container__gridbox__left ul li img {
  margin-right: 0.5rem;
}

body .secondSection__body__container__gridbox__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .secondSection__body__container__gridbox__right img {
  width: 60%;
}

body .secondSection__body__container__gridbox__right #btn {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 20px;
}

body .thirdSection {
  width: 100%;
  height: 70vh;
  background: url("../images/bg4.81607e11.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1px;
}

body .thirdSection h1 {
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 3rem;
}

body .thirdSection__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 3rem;
  margin-left: 30%;
  margin-right: auto;
  width: 55%;
}

body .thirdSection__grid--item {
  width: 200px;
  color: white;
}

body .fourthSection {
  width: 100%;
  background: #f0f0f0;
  padding: 1px;
}

body .fourthSection h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 3rem;
}

body .fourthSection__gridbox {
  width: 40%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

body .fourthSection__gridbox img {
  width: 100%;
}

body .fourthSection__gridbox span h3 {
  margin-bottom: 2rem;
}

body .fourthSection__gridbox span img {
  width: 24px;
  margin-right: 0.5rem;
}

body .fourthSection__gridbox span li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .fourthSection__gridbox span #btn {
  margin-top: 2rem;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body .fifthSection {
  background: white;
  width: 100%;
  padding: 1px;
}

body .fifthSection h1 {
  text-align: center;
  font-size: 30px;
  margin-top: 3rem;
}

body .fifthSection__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

body .fifthSection__gridbox--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600;
}

body .fifthSection__gridbox--item img {
  width: 70%;
  height: 110px;
}

body .sixthSection {
  width: 100%;
  background: #f0f0f0;
  margin-top: 3rem;
  padding: 1px;
}

body .sixthSection__container {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sixthSection__container h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 3rem;
}

body .sixthSection__container img {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sixthSection__container #btn {
  font-size: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .sixthSection__container--gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  gap: 3rem;
}

body .sixthSection__container--gridbox__left img {
  width: 100%;
  margin-bottom: 3rem;
}

body .sixthSection__container--gridbox__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body .sixthSection__container--gridbox__right li {
  text-align: left;
  font-size: 18px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .sixthSection__container--gridbox__right li img {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

body .seventhSection {
  width: 100%;
  background: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 75vh;
  padding: 1px;
}

body .seventhSection__container {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

body .seventhSection__container h1 {
  text-align: center;
  font-size: 30px;
  color: white;
  margin-top: 3rem;
}

body .seventhSection__container p {
  color: white;
  font-size: 18px;
}

body .seventhSection__container #potpis {
  color: #555454;
  text-align: center;
}

body .seventhSection__container #btn {
  font-size: 25px;
  margin-top: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .ninthSection {
  background: #f0f0f0;
  padding: 1px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .ninthSection__container {
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

body .ninthSection__container h1 {
  font-size: 30px;
  text-align: center;
}

body .ninthSection__container .swiper {
  margin-top: 3rem;
  width: 100%;
  height: 600px;
}

body .ninthSection__container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .ninthSection__container .swiper-slide img {
  display: block;
  width: 20%;
  margin-bottom: 1rem;
}

body .ninthSection__container .swiper p {
  width: 70%;
}

body .ninthSection__container .swiper {
  margin-left: auto;
  margin-right: auto;
}

body .ninthSection__container__order {
  margin-top: 8rem;
  margin-bottom: 3rem;
}

body .ninthSection__container__order__gridbox {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

body .ninthSection__container__order__gridbox--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .ninthSection__container__order__gridbox--item img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}

body .tenthSection {
  width: 100%;
  background: #f0f0f0;
  background: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body .tenthSection__container {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}

body .tenthSection__container h1 {
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 3rem;
}

body .tenthSection__container ul {
  margin-top: 3rem;
}

body .tenthSection__container ul li {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

body .tenthSection__container__gridbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

body .tenthSection__container__gridbox img {
  width: 80%;
}

body .tenthSection__container__gridbox .forma {
  text-align: center;
  padding: 5px;
  background: #1566af;
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
}

body .tenthSection__container__gridbox .forma p {
  color: white;
  font-size: 22px;
  font-weight: 600;
}

body .tenthSection__container__gridbox .forma span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body .tenthSection__container__gridbox .forma span #old-price {
  text-decoration: line-through;
  color: white;
}

body .tenthSection__container__gridbox .forma span h3 {
  text-decoration: none;
  color: #ffde00;
  font-size: 30px;
  font-weight: 700;
}

body .tenthSection__container__gridbox .forma h3 {
  font-size: 25px;
  margin-top: 1rem;
  color: white;
}

body .tenthSection__container__gridbox .forma input {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.5rem;
  border: none;
  padding: 1rem;
  font-size: 20px;
}

body .tenthSection__container__gridbox .forma #btn {
  width: 100%;
  font-size: 25px;
}

body .tenthSection__container__timer {
  background: url("../images/download.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 3rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .tenthSection__container__timer p {
  text-align: center;
  color: red;
  font-weight: 600;
}

@media screen and (max-width: 1700px) {
  .firstSection__header__navbar a {
    font-size: 13px;
  }
  body .firstSection__body__gridbox__right form {
    width: 130%;
  }
}

@media screen and (max-width: 1600px) {
  body .fourthSection__gridbox {
    width: 60%;
  }
  body .secondSection__timer {
    margin-top: 0;
  }
}

@media screen and (max-width: 1480px) {
  body .firstSection__header {
    width: 65%;
  }
}

@media screen and (max-width: 1360px) {
  body .tenthSection__container__gridbox img {
    width: 100%;
  }
  body .tenthSection__container__gridbox {
    gap: 2rem;
  }
  body .fifthSection__gridbox--item img {
    width: 120px;
  }
}

@media screen and (max-width: 1250px) {
  body .firstSection__header {
    width: 80%;
  }
  body .firstSection__body__gridbox__right form {
    width: 160%;
  }
  body .thirdSection__grid {
    width: 80%;
    margin-left: 20%;
  }
  body .tenthSection__container {
    width: 60%;
    margin-left: 30%;
  }
}

@media screen and (max-width: 1200px) {
  body .firstSection__body__gridbox__left h2 {
    font-size: 35px;
  }
  body .firstSection__body__gridbox__left #disc {
    font-size: 60px;
  }
  body .secondSection__body__container {
    width: 65%;
  }
  body .sixthSection__container {
    width: 65%;
  }
  body .ninthSection__container {
    width: 65%;
  }
  body .fifthSection__gridbox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  body .firstSection {
    background: #1b7dd3;
  }
  body .firstSection__header {
    width: 100%;
  }
  body .firstSection__body {
    width: 75%;
  }
  body .firstSection__body__gridbox__right form {
    width: 140%;
  }
  body .seventhSection__container {
    width: 60%;
  }
  body .seventhSection {
    background: #1b7dd3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
  }
  body .ninthSection__container {
    width: 85%;
  }
  body .tenthSection {
    background: #1b7dd3;
  }
  body .tenthSection__container {
    width: 85%;
    margin-left: auto;
  }
  body .fourthSection {
    padding: 20px;
  }
  body .firstSection__body__gridbox__left {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  body .firstSection__body__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .firstSection__body__gridbox__right form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  body .firstSection__body__gridbox img {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  body .firstSection__body__gridbox__left {
    text-align: center;
  }
  body .firstSection__body__gridbox ul {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body .secondSection__body__container {
    width: 80%;
  }
  body .secondSection__timer {
    width: 40%;
  }
  body .thirdSection {
    background: #020231;
  }
  body .fourthSection__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .fourthSection__gridbox > img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .thirdSection__grid {
    margin-left: 15%;
  }
}

@media screen and (max-width: 815px) {
  body .firstSection__header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1566af;
    position: absolute;
    top: 0rem;
    width: 100%;
    height: 30rem;
    -webkit-animation: animateNav 0.5s linear;
            animation: animateNav 0.5s linear;
    display: none;
  }
  body .firstSection__header__navbar a {
    font-size: 35px;
    margin-top: 1rem;
    margin-right: 0;
  }
  body .firstSection__header__navbar #close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
  }
  @-webkit-keyframes animateNav {
    0% {
      margin-right: -50rem;
    }
    25% {
      margin-right: -35rem;
    }
    50% {
      margin-right: -20rem;
    }
    75% {
      margin-right: -10rem;
    }
    100% {
      margin-right: 0rem;
    }
  }
  @keyframes animateNav {
    0% {
      margin-right: -50rem;
    }
    25% {
      margin-right: -35rem;
    }
    50% {
      margin-right: -20rem;
    }
    75% {
      margin-right: -10rem;
    }
    100% {
      margin-right: 0rem;
    }
  }
  body .firstSection__header #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    color: white;
  }
  body .sixthSection__container img {
    width: 400px;
  }
  body .sixthSection__container--gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 700px) {
  body .secondSection__body__container__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  body .firstSection__body__gridbox__right form {
    width: 90%;
  }
  body .thirdSection__grid {
    margin-left: 10%;
  }
  body .fourthSection__gridbox > img {
    width: 85%;
  }
  body .fourthSection__gridbox {
    width: 80%;
  }
  body .fifthSection__gridbox {
    width: 80%;
  }
  body .sixthSection__container {
    width: 80%;
  }
  body .seventhSection__container {
    width: 80%;
  }
  body .ninthSection__container__order__gridbox {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  body .tenthSection__container__gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .tenthSection__container__gridbox img {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .firstSection__body h1 {
    font-size: 30px;
  }
  body .firstSection__body__gridbox__left #disc {
    font-size: 40px;
  }
  body .firstSection__body__gridbox__right span h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 555px) {
  body .thirdSection__grid {
    margin-left: 5%;
  }
}

@media screen and (max-width: 522px) {
  body .thirdSection__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  body .thirdSection__grid--item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .thirdSection {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 472px) {
  body .firstSection__body__gridbox__right form {
    width: 100%;
  }
  body .sixthSection__container img {
    width: 300px;
  }
  body .firstSection__header__navbar a {
    font-size: 25px;
  }
  body .firstSection__body__gridbox__left h2 {
    font-size: 25px;
  }
  body .firstSection__body__gridbox__left #disc {
    font-size: 25px;
  }
  body .firstSection__body__gridbox__left p {
    font-size: 20px;
  }
  body .sixthSection__container h1 {
    font-size: 25px;
  }
  body .ninthSection__container h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 380px) {
  body .firstSection__body__gridbox__right span h3 {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */