* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

ul,
ol,
li {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}

/* Header start */

header {
  /* position: relative; */
  background-color: #fceed5;
  overflow: hidden;
  /* width: 1400px; */
  margin: 0 auto;
}

.header-container {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  /* overflow: hidden; */
  position: relative;
}

.header-tepa {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 100;
}

.header-tepa-chap {
  display: flex;
  align-items: center;
}

.fa-bars,
.fa-magnifying-glass {
  display: none;
}

.header-tepa-chap-img {
  z-index: 20;
}

.header-tepa-chap-ul {
  display: flex;
  gap: 40px;
  color: #003459;
  margin-left: 50px;
}

.header-tepa-ong {
  display: flex;
  align-items: center;
}

.header-tepa-ong-input {
  border: none;
  width: 300px;
  height: 35px;
  border-radius: 25px;
  padding-left: 60px;
  margin: 0 10px 0 30px;
  background-image: url("/Uchinchi-sayt/header-img/search-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 3% 55%;
}

.header-tepa-ong-form-a {
  padding: 8px 50px;
  background-color: #003459;
  border-radius: 25px;
  color: #fff;
  margin-right: 50px;
}

.header-tepa-ong-select {
  background-color: #fceed5;
  border: none;
}

/* Header past */
.header-past {
  display: flex;
  height: 550px;
}

.header-past-chap {
  display: flex;
  flex-direction: column;
}

.header-past-chap-span-1 {
  font-size: 50px;
  font-weight: 700;
  margin: 100px 0 15px 0;
  color: #002a48;

  z-index: 10;
}

.header-past-chap-span-2 {
  font-size: 40px;
  font-weight: 600;
  color: #002a48;
}

.header-past-chap-span-3 {
  color: #242b33;
  margin: 22px 0 20px;
}

.header-past-chap-span-3-br {
  display: none;
}

.header-past-chap-buttons {
  margin-top: 30px;
  display: flex;
}

.header-past-chap-button-1 {
  /* padding: 10px 20px; */
  width: 140px;
  height: 40px;
  border: 2px solid #003459;
  border-radius: 25px;
  color: #003459;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-past-chap-button-2 {
  padding: 10px 30px;
  background-color: #003459;
  border-radius: 25px;
  color: #fff;
}

.fa-circle-play {
  margin-left: 10px;
}

.header-boxs {
  position: absolute;
}

.header-big-img {
  position: absolute;
  width: 850px;
  bottom: 0;
  right: -45px;
}

.header-box-1 {
  width: 550px;
  height: 550px;
  background-color: #f7dba7;
  border-radius: 90px;
  transform: rotate(26deg);

  position: absolute;
  top: -500px;
  left: -300px;
}

.header-box-2 {
  width: 55px;
  height: 55px;
  background-color: #f7dba7;
  border-radius: 18px;
  transform: rotate(25deg);
  top: 169px;
  left: -5px;
}

.header-box-3 {
  width: 12px;
  height: 12px;
  background-color: #f7dba7;
  border-radius: 4px;
  transform: rotate(20deg);

  top: 140px;
  left: 620px;
}

.header-box-4 {
  width: 25px;
  height: 25px;
  background-color: #f7dba7;
  border-radius: 9px;
  transform: rotate(-22deg);

  top: 190px;
  left: 600px;
}

.header-box-5 {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background-color: #002a48;
  transform: rotate(-40deg);

  top: 200px;
  left: 600px;
}

.header-box-6 {
  width: 550px;
  height: 550px;
  border-radius: 95px;
  transform: rotate(10deg);
  background-color: #003459;
  bottom: -240px;
  right: 145px;
}

.header-box-7 {
  width: 550px;
  height: 550px;
  border-radius: 95px;
  transform: rotate(24deg);
  background-color: #f7dba7;

  bottom: -200px;
  right: 100px;
}

.header-box-8 {
  width: 550px;
  height: 550px;
  border-radius: 95px;
  transform: rotate(-35deg);
  background-color: #f7dba7;

  bottom: -520px;
  left: -45px;
}

.header-big-img-tablet {
  display: none;
}

/* header media start */

@media (max-width: 1250px) {
  .header-container {
    width: 769px;
    height: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .header-tepa-ong,
  .header-tepa-chap-navbar {
    display: none;
  }

  .header-tepa-chap {
    width: 100%;
    justify-content: space-between;
  }

  .fa-bars,
  .fa-magnifying-glass {
    font-size: 24px;
    display: flex;
    z-index: 100;
  }

  .header-boxs {
    z-index: 1;
  }

  .header-box-1 {
    top: -500px;
    left: -160px;
    border-radius: 75px;
    transform: rotate(25deg);
  }

  .header-box-2 {
    display: none;
  }

  .header-box-3 {
    width: 18px;
    height: 18px;
    top: 219px;
    left: 295px;
  }

  .header-box-4 {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    top: 245px;
    left: 140px;
    transform: rotate(-5deg);
  }

  .header-box-5 {
    width: 15px;
    height: 15px;
    top: 250px;
    left: 140px;
    border-radius: 5px;
  }

  .header-box-6 {
    width: 550px;
    height: 550px;
    transform: rotate(6deg);
    bottom: -30%;
    left: 15.5%;
    border-radius: 50px;
  }

  .header-box-7 {
    width: 550px;
    height: 500px;
    border-radius: 50px;
    transform: rotate(22deg);
    left: 21%;
    bottom: -23%;
  }

  .header-box-8 {
    display: none;
  }

  .header-big-img-tablet {
    display: inline-block;
    width: 420px;
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 20%;
  }

  .header-big-img {
    display: none;
  }

  .header-past-chap {
    width: 410px;
  }

  .header-past-chap-span-1 {
    font-weight: 800;
    font-size: 45px;
  }

  .header-past-chap-span-2 {
    font-size: 28px;
    font-weight: 700;
  }

  .header-past-chap-span-3 {
    font-size: 12px;
  }

  .header-past-chap-span-3-br-pc {
    display: none;
  }

  .header-past-chap-span-3-br {
    display: inline-block;
  }

  .header-past-chap-button-1 {
    width: 155px;
    height: 43px;
  }

  .header-past-chap-button-2 {
    width: 155px;
    height: 42px;
    display: flex;
    align-items: center;
  }
}
/* 
@media (max-width: 810px) {
  .header-container {
    width: 410px;
  }

  .header-tepa-ong,
  .header-tepa-chap-navbar {
    display: none;
  }

  .header-tepa-chap {
    width: 100%;
    justify-content: space-between;
  }

  .fa-bars,
  .fa-magnifying-glass {
    font-size: 24px;
    display: flex;
  }
} */

/* header media end */

/* Header end */
/* Look start */

.look {
  font-weight: 600;
}

.look-container {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.look-tepa {
  display: flex;
  justify-content: space-between;
}

.look-tepa-chap {
  display: flex;
  flex-direction: column;
}

.look-span-2 {
  font-size: 25px;
  color: #003459;
}

.look-tepa-a {
  padding: 10px 20px;
  border-radius: 25px;
  border: 2px solid #003459;
  display: flex;
  align-items: center;
  color: #003459;
}

.fa-chevron-right {
  margin: 0 10px 0 12px;
}

.look-box {
  margin: 50px 0 10px;
  width: 1200px;
  height: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: start;
}

.look-box-style {
  width: 280px;
  box-shadow: 0 0 15px #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
}

.look-img-1 {
  width: 260px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.look-box-span-2 {
  font-size: 12px;
  color: #667479;
  margin: 10px 0;
}

/* look-box-2 */

.look-box-2 {
  width: 1200px;
  background-color: #003459;
  margin-top: 50px;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.look-box-2-ong {
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: end;
  margin-right: 20px;
}

.look-box-2-span-1 {
  font-size: 50px;
  color: #003459;
  z-index: 5;
}

.look-box-2-span-2 {
  font-size: 35px;
  color: #003459;
  margin: 5px 0 10px 0;
  z-index: 5;
}

.look-box-2-span-3 {
  font-size: 12px;
  z-index: 5;
}

.look-box-2-ong-buttons {
  display: flex;
  margin-top: 25px;
}

.look-box-2-ong-button-1 {
  /* padding: 10px 20px; */
  width: 140px;
  height: 40px;
  border: 2px solid #003459;
  border-radius: 25px;
  color: #003459;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.look-box-2-ong-button-2 {
  padding: 10px 30px;
  background-color: #003459;
  border-radius: 25px;
  color: #fff;
  z-index: 5;
}

.look-box-2-div-1 {
  width: 790px;
  height: 790px;
  background-color: #002a48;
  border-radius: 100px;
  transform: rotate(30deg);

  position: absolute;
  left: -200px;
  bottom: -635px;
}

.look-box-2-div-2 {
  width: 790px;
  height: 640px;
  background-color: #fceed5;
  border-radius: 100px;
  transform: rotate(26deg);

  position: absolute;
  top: -250px;
  right: -200px;
}

.look-box-2-img-1 {
  z-index: 10;
  position: absolute;
  bottom: -68px;
}

.look-box-2-br-1 {
  display: none;
}

@media (max-width: 1250px) {
  .look-container {
    width: 769px;
    height: 2400px;
    padding-left: 20px;
  }

  .look-box {
    width: 720px;

    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }

  .look-box-style {
    width: 330px;
  }

  .look-img-1 {
    width: 310px;
  }

  .look-box-2 {
    width: 720px;
    position: relative;
    bottom: -1000px;
    height: 630px;
    justify-content: center;
  }

  .look-box-2-img-1 {
    width: 600px;
    right: 25px;
  }

  .look-box-2-div-1 {
    bottom: -700px;
  }

  .look-box-2-div-2 {
    transform: rotate(11deg);
    right: 50px;
    top: -280px;
  }

  .look-box-2-ong {
    align-items: center;
    letter-spacing: 1px;
    text-align: center;
  }

  .look-box-2-span-3 {
    font-weight: 500;
    color: #242b33;
  }

  .look-box-2-ong-button-1 {
    width: 180px;
    height: 50px;
    margin-left: 30px;
  }

  .look-box-2-ong-button-2 {
    width: 180px;
    height: 50px;
    padding-top: 15px;
  }
}

/* Look end */
/* Product start */

.product-container {
  width: 1200px;
  margin: 0 auto;
}

.product-tepa {
  display: flex;
  justify-content: space-between;
}

.product-tepa-chap {
  display: flex;
  flex-direction: column;
}

.product-tepa-chap-span-1 {
  margin-bottom: 3px;
}

.product-tepa-chap-span-2 {
  font-size: 26px;
  color: #003459;
}

.product-tepa-ong {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}

.product-tepa-ong-button {
  width: 150px;
  height: 45px;
  border: 2px solid #003459;
  border-radius: 25px;
  color: #003459;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px 0 15px;
}

.product-box {
  width: 1200px;
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.product-box-1 {
  width: 285px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 11px;
  box-shadow: 0 0 15px #e0e0e0;
}

.product-box-1-img-1 {
  width: 255px;
  margin-bottom: 10px;
}

.product-box-1-span-2 {
  font-size: 12px;
  color: #667479;
  margin: 15px 0 10px;
}

.product-box-1-div {
  background-color: #fceed5;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 7px 15px;
  margin-top: 15px;
  color: #002a48;
}

.product-box-1-img-2 {
  margin-right: 15px;
}

.product-box-1-div-span {
  font-size: 13px;
}

@media (max-width: 1250px) {
  .product-container {
    width: 769px;
    margin-top: 280px;
  }

  .product-box {
    flex-wrap: wrap;
    width: 720px;
  }

  .product-box-1 {
    width: 330px;
  }

  .product-box-1-img-1 {
    width: 300px;
  }
}

/* Product-section end  */
/* Seller-section start */

.seller-container {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.seller-tepa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seller-tepa-span-2 {
  font-size: 24px;
  color: #003459;
  font-weight: 700;
  margin-left: 5px;
}

.seller-tepa-button {
  padding: 12px 10px 12px 20px;
  border-radius: 25px;
  border: 2px solid #003459;
  color: #003459;
  font-size: 13px;
  font-weight: 560;
  display: flex;
  align-items: center;
}

.seller-img-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
}

/* seller box-1 */

.seller-box-1 {
  width: 1200px;
  height: 350px;
  background-color: #ffb775;
  display: flex;
  padding: 45px;
  border-radius: 20px;
  position: relative;

  overflow: hidden;
}

.seller-box-1-chap {
  display: flex;
  flex-direction: column;
  color: #003459;
  margin-left: 25px;
  margin-top: 25px;

  position: relative;
}

.seller-box-1-span-1 {
  font-size: 51px;
  font-weight: 800;
}

.seller-box-1-span-2 {
  font-size: 35px;
  font-weight: 700;
  margin: 3px 0 10px;
}

.seller-box-1-span-3 {
  font-size: 14px;
  margin: 10px 0;
}

.seller-box-1-buttons {
  display: flex;
  margin-top: 20px;
}

.seller-box-1-button-2 {
  /* padding: 10px 20px; */
  width: 140px;
  height: 40px;
  border: 2px solid #003459;
  border-radius: 25px;
  color: #003459;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-box-1-button-1 {
  padding: 10px 30px;
  background-color: #003459;
  border-radius: 25px;
  color: #fff;
}

.seller-box-1-ong-img {
  height: 350px;
  position: absolute;
  top: 0;
  right: 1px;
  /* background-color: #fd0000; */
}

.seller-box-1-span-3 {
  color: #242b33;
}

#seller-box-1-paw {
  font-size: 40px;
  margin-left: 20px;
}

.seller-box-1-box-1 {
  width: 780px;
  height: 640px;
  background-color: #fceed5;
  border-radius: 100px;
  transform: rotate(155deg);
  position: absolute;
  top: -300px;
  left: -160px;
}

.seller-box-1-box-2 {
  width: 790px;
  height: 790px;
  background-color: #fceed563;
  transform: rotate(152deg);
  border-radius: 100px;

  position: absolute;
  bottom: -610px;
  right: -190px;
}

.seller-orta {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 40px;
  align-items: center;
}

.seller-orta-chap {
  display: flex;
  flex-direction: column;
}

.seller-orta-chap-span-2 {
  font-size: 25px;
  color: #003459;
  font-weight: 700;
  margin-top: 5px;
}

.seller-orta-ong-button {
  width: 140px;
  height: 45px;
  border: 2px solid #003459;
  border-radius: 25px;
  color: #003459;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}

/* box-2 */

.seller-box-2 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.seller-box-2-1,
.seller-box-2-2,
.seller-box-2-3 {
  display: flex;
  flex-direction: column;
  width: 385px;
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0 2px 10px #c1c1c1;
}

.seller-box-2-1-img-1 {
  width: 370px;
  border-radius: 15px;
}

.seller-box-2-div-1 {
  width: 100px;
  height: 20px;
  border-radius: 25px;
  background-color: #00a7e7;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 15px;
  margin-left: 8px;
}

.seller-box-2-1-span-1 {
  color: #00171f;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}

.seller-box-2-1-span-2 {
  color: #242b33;
  font-size: 14px;
  margin: 10px 0 10px 8px;
}

@media (max-width: 1250px) {
  .seller-container {
    width: 769px;
    justify-content: center;
    display: flex;
  }

  .seller-img-box {
    display: none;
  }

  .seller-tepa {
    display: none;
  }

  .seller-box-1 {
    display: none;
  }

  .seller-orta {
    display: none;
  }

  .seller-box-2-2,
  .seller-box-2-3 {
    display: none;
  }

  .seller-box-2 {
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 100px 0 30px;
  }
}

/* Seller-section  end */
/* Footer start */

footer {
  background-color: #fceed5;
  border-radius: 50px 50px 0 0;
}

.footer-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 70px 0 50px;
}

/* footer tepa */

.footer-tepa {
  width: 100%;
  background-color: #003459;
  padding: 30px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.footer-tepa-chap-span {
  font-size: 25px;
  font-weight: 700;
  /* line-height: 30px; */
}

.footer-tepa-ong {
  width: 650px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #fff;
}

.footer-tepa-input {
  width: 470px;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #777;
  padding: 0 20px;
  margin-top: 1px;
}

.footer-tepa-button {
  width: 130px;
  height: 46px;
  background-color: #003459;
  border: none;
  border-radius: 6px;
  color: #fdfdfd;
  margin-left: 11px;
}

/* footer orta */

.footer-orta {
  width: 100%;
  margin: 30px 0 50px;
  border-bottom: 1px solid #777;
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
}

.footer-ul {
  display: flex;
  gap: 48px;
}

.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube {
  font-size: 24px;
}

.footer-orta-ong {
  display: flex;
  gap: 25px;
}

.footer-past {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #667479;
  font-size: 14px;
}

.footer-past-ong-span-1 {
  margin-right: 25px;
}

@media (max-width: 1250px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }

  .footer-container {
    width: 600px;
  }

  .footer-tepa {
    width: 600px;
    align-items: start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 35px;
  }

  .footer-tepa-br-1 {
    display: none;
  }

  .footer-tepa-input {
    width: 245px;
    font-size: 16px;
  }

  .footer-tepa-chap-span {
    font-size: 24px;
  }

  .footer-tepa-ong {
    width: 540px;
    margin-top: 20px;
  }

  .footer-tepa-button {
    width: 245px;
    font-size: 18px;
  }

  .footer-orta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-orta-chap {
    width: 100%;
  }

  .footer-ul {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .footer-past {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }

  .footer-img {
    position: absolute;
    top: 0;
  }

  .footer-past-span-1 {
    margin-top: 8px;
  }

  .footer-past-ong {
    margin-top: 70px;
  }
}
