* {
  font-family: 'Bricolage Grotesque', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  scroll-behavior: smooth;
  background-color: #3fa2ff;
  color: #fff;
}

.logo img{
  width: 90px;
  border-radius: 10px;
}

.header {
  padding-top: 30px;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .in {
  width: 50px;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.header-content .text-h {
  margin-right: 50px;
}
.header-content .text-h h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.header-content .text-h p {
  font-size: 18px;
}
.header-content img {
  width: 50%;
}

.header-content a{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #000;
  transition: 0.3s all;
  font-weight: bold;
}

.h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.h2 span {
  color: #fff;
}

.header-text {
  margin-top: 50px;
  background-color: #206db6;
  padding: 30px 0;
  margin-bottom: 50px;
}
.header-text p {
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.progres {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #206db6;
  color: #fff;
}
.progres h2 {
  font-weight: bold;
  font-size: 35px;
}
.progres .progres-items {
  border-top: 3px solid #fff;
  padding-top: 30px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.progres .progres-items .title {
  width: 50%;
}
.progres .progres-items .title h3 {
  width: 80%;
  margin-top: 20px;
}
.progres .progres-items .p {
  width: 50%;
  font-size: 20px;
}

.text {
  padding: 30px 0;
}
.text .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text .container img {
  width: 50%;
}
.text .container .h3 {
  display: flex;
  margin-left: 30px;
}
.text .container .h3 p {
  font-size: 25px;
}
.text .container .h3 span {
  color: #fff;
  margin-right: 20px;
  font-size: 35px;
}

.app {
  padding-bottom: 0px;
}
.app .carousel {
  width: 100%;
}
.app .carousel img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.app-left {
  display: grid;
  grid-template-columns: 25% 65%;
  margin-bottom: 0px;
}
.app-left .text {
  width: 100%;
  margin-left: 50px;
  padding: 0;
}
.app-left .text .title {
  display: flex;
}
.app-left .text .title h3 {
  margin-top: 10px;
}
.app-left .text .title img {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  border-radius: 30px;
}
.app-left .text .title span {
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 0 2px;
  display: inline-block;
  margin-top: 10px;
}
.app-left .text .title p {
  margin-top: 15px;
}
.app-left .text .title a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #000;
  transition: 0.3s all;
  font-weight: bold;
}
.app-left .text .title a:hover {
  background-color: #fff;
  color: #000;
}
.app-left .text .ex {
  margin-top: 30px;
}
.app-right {
  display: flex;
}
.app-right .text {
  width: 70%;
  margin-right: 50px;
  padding: 0;
}
.app-right .text .title {
  display: flex;
}
.app-right .text .title h3 {
  margin-top: 10px;
}
.app-right .text .title img {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  border-radius: 30px;
}
.app-right .text .title span {
  border-radius: 3px;
  border: 1px solid #000;
  padding: 0 2px;
  display: inline-block;
  margin-top: 10px;
}
.app-right .text .title p {
  margin-top: 15px;
}
.app-right .text .title a {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #000;
  transition: 0.3s all;
  font-weight: bold;
}
.app-right .text .title a:hover {
  background-color: #fff;
  color: #000;
}
.app-right .text .ex {
  margin-top: 30px;
}

.contact-us .input-email {
  margin: 0 auto;
  display: block;
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #268FF3;
}
.contact-us .btn-email {
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  background-color: #268FF3;
  border: 1px solid #268FF3;
  color: #fff;
  transition: 0.3s all;
}
.contact-us .btn-email:hover {
  background-color: #fff;
  color: blue;
}

.footer {
  padding: 0px 0px 30px 0px;
  margin-top: 0px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comanda{
  padding-bottom: 50px;
}

.comanda .items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.comanda .items .item img{
  width: 70%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .app .carousel {
    display: none;
  }

  .text .container {
    flex-direction: column;
  }

  .text .container img {
    margin-bottom: 30px;
    width: 90%;
  }

  .app-left {
    flex-direction: column;
  }
  .app-left .text {
    margin-left: 0;
    width: 100%;
  }

  .app-right {
    flex-direction: column;
  }
  .app-right .text {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .header-content {
    flex-direction: column;
    margin-top: 0;
  }
  .header-content img {
    width: 90%;
  }

  .text-h {
    margin-top: 50px;
    text-align: center;
  }

  .header-content .text-h {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .text {
    padding: 30px 0;
  }

  .progres {
    padding: 30px 0;
  }

  .app-left .text .title img {
    width: 150px;
    height: 150px;
  }

  .app-right .text .title img {
    width: 150px;
    height: 150px;
  }

  .app {
    padding-bottom: 30px;
  }

  .contact-us .input-email {
    width: 100%;
  }

  .contact-us .btn-email {
    width: 100%;
  }

  .footer {
    margin-top: 0px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container img {
    margin-bottom: 20px;
    margin-left: 35px;
  }

  .text .container .h3 p {
    font-size: 20px;
  }

  .progres .progres-items {
    display: flex;
    flex-direction: column;
  }

  .progres .progres-items .p {
    width: 100%;
  }

  .progres .progres-items .title {
    margin-bottom: 30px;
  }

  .progres .progres-items .title h3 {
    width: 100%;
  }
  .comanda .items{
    grid-template-columns: repeat(1, 1fr);
  }
  .app-left{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .app-left .text .title img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }

  .app-right .text .title img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }

  .app-left .text .title h3 {
    margin-top: 0;
  }

  .app-right .text .title h3 {
    margin-top: 0;
  }

  .logo img {
    width: 60px;
    border-radius: 10px;
  }

  .header-text {
    margin-top: 50px;
  }

  .progres h2 {
    font-size: 25px;
  }

  .text .container .h3 p {
    font-size: 16px;
  }

  .progres .progres-items .title {
    margin-bottom: 30px;
  }

  p {
    font-size: 16px;
  }

  .app-left .text .title span {
    font-size: 12px;
    margin-top: 0;
  }

  .app-left .text .title p {
    margin-top: 5px;
    font-size: 13px;
  }

  .app-right .text .title span {
    font-size: 12px;
    margin-top: 0;
  }

  .app-right .text .title p {
    margin-top: 5px;
    font-size: 13px;
  }
}