body {
  background-color: white;
  color: black;
  font-family: 'Ubuntu';
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .firstsection {
  background-color: #000;
  color: white;
  font-family: 'Ubuntu';
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/firstbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

body .firstsection .container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 30px;
}

body .firstsection .container .navbar {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid white;
  border-radius: 20px;
  background: #e3e9f0;
}

body .firstsection .container .navbar .left a {
  border-radius: 14px;
  background: #020012;
  padding: 20px 25px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid white;
  border-radius: 14px;
}

body .firstsection .container .navbar .mid a img {
  width: 330px;
  height: auto;
}

body .firstsection .container .navbar .right a {
  margin: 3px;
}

body .firstsection .container .navbar .right a img {
  width: 60px;
  height: auto;
}

body .firstsection .container .downpart {
  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;
  margin-top: 700px;
}

body .firstsection .container .downpart .top a {
  border: 7px solid black;
  border-radius: 16px;
  background: #feb722;
  color: black;
  font-family: Ubuntu;
  font-size: 21px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px 25px;
}

body .firstsection .container .downpart .bottom {
  margin-top: 30px;
}

body .firstsection .container .downpart .bottom p {
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-size: 5rem;
  margin: 0;
  padding: 0;
}

body .line1 {
  background: #feb722;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
}

body .line1 p {
  color: #020307;
  font-family: Ubuntu;
  font-size: 2rem;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-animation: scroll-left 200s linear infinite 2s;
          animation: scroll-left 200s linear infinite 2s;
  display: inline-block;
}

body .secondsection {
  background-image: url(../img/secondbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

body .secondsection .container {
  padding: 100px;
}

body .secondsection .container .inside {
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  border: 5px solid white;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.7);
  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 .container .inside .title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  max-width: 329px;
  margin: 0;
  padding: 0;
}

body .secondsection .container .inside .firsttext {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 329px;
}

body .line2 {
  background: black;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
}

body .line2 p {
  color: white;
  font-family: Ubuntu;
  font-size: 31px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  -webkit-animation: scroll-left 200s linear infinite 2s;
          animation: scroll-left 200s linear infinite 2s;
  display: inline-block;
}

body .thirdsection img {
  width: 100%;
  height: auto;
}

body .footer {
  background: #d7e9f2;
  color: #020012;
  margin: 0;
  padding: 0;
  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;
  padding: 100px;
  padding-bottom: 10px;
}

body .footer .logo img {
  width: 222px;
  height: auto;
}

body .footer .title {
  color: #020012;
  font-size: 45px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

body .footer .text {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
}

body .footer .copypart {
  border-radius: 20px;
  background: black;
  max-width: 700px;
  width: 90%;
  padding: 20px;
  margin-top: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

body .footer .copypart p {
  color: white;
  font-family: Ubuntu;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0;
}

body .footer .copypart button {
  color: black;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 14px;
  background: #d7e9f2;
  padding: 20px 40px;
  border: none;
  cursor: pointer;
}

body .footer .socials {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

body .footer .socials a {
  margin: 20px;
}

body .footer .socials a img {
  width: 100.81px;
  height: auto;
}

body .footer .copyright {
  color: #020012;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  body .firstsection .container {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body .firstsection .container .navbar {
    padding: 8px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body .firstsection .container .navbar .left a {
    padding: 15px 20px;
    font-size: 14px;
  }
  body .firstsection .container .navbar .mid a img {
    width: 250px;
  }
  body .firstsection .container .navbar .right a img {
    width: 50px;
  }
  body .firstsection .container .downpart {
    margin-top: 500px;
  }
  body .firstsection .container .downpart .top a {
    font-size: 18px;
    padding: 12px 20px;
  }
  body .firstsection .container .downpart .bottom p {
    font-size: 3.5rem;
  }
  body .line1 p {
    font-size: 1.5rem;
  }
  body .secondsection .container {
    padding: 60px 40px;
  }
  body .secondsection .container .inside {
    padding: 25px;
  }
  body .secondsection .container .inside .title {
    font-size: 24px;
  }
  body .secondsection .container .inside .firsttext {
    font-size: 20px;
  }
  body .line2 p {
    font-size: 24px;
  }
  body .footer {
    padding: 60px 40px;
  }
  body .footer .logo img {
    width: 180px;
  }
  body .footer .title {
    font-size: 35px;
  }
  body .footer .text {
    font-size: 18px;
  }
  body .footer .copypart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  body .footer .copypart p {
    font-size: 18px;
    text-align: center;
  }
  body .footer .copypart button {
    font-size: 18px;
    padding: 15px 30px;
  }
  body .footer .socials a {
    margin: 15px;
  }
  body .footer .socials a img {
    width: 80px;
  }
  body .footer .copyright {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  body .firstsection .container {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  body .firstsection .container .navbar {
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 8px;
  }
  body .firstsection .container .navbar .left {
    display: none;
  }
  body .firstsection .container .navbar .left a {
    padding: 12px 18px;
    font-size: 12px;
  }
  body .firstsection .container .navbar .mid a img {
    width: 200px;
  }
  body .firstsection .container .navbar .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  body .firstsection .container .navbar .right a img {
    width: 40px;
  }
  body .firstsection .container .downpart {
    margin-top: 300px;
  }
  body .firstsection .container .downpart .top a {
    font-size: 16px;
    padding: 10px 16px;
  }
  body .firstsection .container .downpart .bottom p {
    font-size: 2.5rem;
  }
  body .line1 p {
    font-size: 1.2rem;
    line-height: 25px;
  }
  body .secondsection .container {
    padding: 40px 20px;
  }
  body .secondsection .container .inside {
    padding: 20px;
  }
  body .secondsection .container .inside .title {
    font-size: 20px;
    line-height: 28px;
  }
  body .secondsection .container .inside .firsttext {
    font-size: 16px;
    line-height: 24px;
  }
  body .line2 p {
    font-size: 18px;
    line-height: 25px;
  }
  body .footer {
    padding: 40px 20px;
  }
  body .footer .logo img {
    width: 150px;
  }
  body .footer .title {
    font-size: 28px;
    margin-top: 20px;
  }
  body .footer .text {
    font-size: 16px;
    line-height: 24px;
  }
  body .footer .copypart {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  body .footer .copypart p {
    font-size: 14px;
    line-height: 20px;
  }
  body .footer .copypart button {
    font-size: 16px;
    padding: 12px 25px;
  }
  body .footer .socials a {
    margin: 10px;
  }
  body .footer .socials a img {
    width: 60px;
  }
  body .footer .copyright {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (max-width: 320px) {
  body .firstsection .container .navbar .mid a img {
    width: 180px;
  }
  body .firstsection .container .downpart {
    margin-top: 250px;
  }
  body .firstsection .container .downpart .bottom p {
    font-size: 2rem;
  }
  body .line1 p {
    font-size: 1rem;
  }
  body .line2 p {
    font-size: 16px;
  }
  body .footer .title {
    font-size: 24px;
  }
  body .footer .text {
    font-size: 14px;
  }
  body .footer .copypart p {
    font-size: 12px;
  }
  body .footer .copypart button {
    font-size: 14px;
    padding: 10px 20px;
  }
  body .footer .copyright {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */