* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: rgb(7, 19, 43);
  background: linear-gradient(
    180deg,
    rgba(7, 19, 43, 1) 2%,
    rgba(238, 240, 242, 1) 15%
  );
}

header {
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  background-image: url(/images/countries-map.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-mobile {
  flex-direction: column;
  width: 100%;
}
.logo-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.logo-tab-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.ribbin-desktop{
  display: flex;
  justify-content: start;
  width: 100%;
  margin-bottom: -30px;
  margin-left: -30px;
  z-index: 100;
}
.ribbin-desktop h2{
  text-align: center;
  padding: 5px 0;
  width: 20%;
  background-color: white;
  color: #009ca2;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #009ca2;
  z-index: 100;
}
.top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-section-mobile {
  display: flex;
  flex-direction: column;
}
.top-one h4 {
  font-size: 12px;
}
.top-one h1 {
  font-size: 26px;
  font-weight: 800;
}
.top-one h3 {
  line-height: 1.8rem;
  font-size: 16px;
}
.top-two {
  display: flex;
  margin: 1rem 0;
  width: 100%;
}
#pic-box-mobile {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
#box-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#box-mobile h3 {
  color: white;
  font-size: 14px;
}
#box-mobile img {
  width: 30px;
}
.top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.top-right {
  display: flex;
  flex-direction: row;
  width: 40%;
}
#pic-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
#box h3 {
  color: white;
}
#box img {
  width: 80px;
}

main {
  flex-direction: column;
}
.main-box {
  display: flex;
  flex-direction: row;
  border: 1px solid #009ca2;
  background-color: white;
  margin-bottom: 1rem;
}
.main-box:hover,
.main-box-gray:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main-box-gray {
  display: flex;
  flex-direction: row;
  border: 1px solid #b0bec5;
  background-color: white;
  margin-bottom: 1rem;
}
.main-box-mobile-gray {
  display: flex;
  flex-direction: column;
  border: 1px solid #b0bec5;
  background-color: white;
  margin-bottom: 1rem;
}
.main-box-mobile {
  display: flex;
  flex-direction: column;
  border: 1px solid #009ca2;
  background-color: white;
  margin-bottom: 1rem;
}

.main-box-mobile:hover,
.main-box-mobile-gray:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7fcdd0;
}
#num-gray {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b0bec5;
}
#num h2,
#num-gray h2 {
  font-size: 26px;
  font-weight: 800;
  color: white;
}
#info-box {
  display: flex;
  flex-direction: row;
  word-wrap: break-word;
  align-items: center;
  gap: 10px;
  color: #546e7a;
}
#info-box a {
  color: #546e7a;
  text-decoration: underline;
}
#info-box p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}
#brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
#brand-img {
  width: 100px;
}
#content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding: 1.5rem;
}
#main-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #444444;
}
.rating {
  display: flex;
  height: 100%;
  padding-top: 2rem;
}
.rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.rating-btn {
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #f62f51;
  width: 80%;
  padding: 20px 0;
  border-radius: 0;
  border: none;
  margin-bottom: 1.5rem;
}
.rating-container p {
  font-size: 14px;
  color: #90918f;
  margin-bottom: 0.7rem;
}
#star {
  margin: 0 2px;
}
.editor-pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#headtab h2 {
  font-size: 28px;
  color: #1d1d1d;
}
.editor-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.editor-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.gold {
  border: 4px solid gold;
}
.editor-container {
  display: flex;
  flex-direction: column;
}
.editor-box {
  border-bottom: 1px solid rgb(233, 233, 233);
  padding-bottom: 4rem;
}
#editor-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#editor-one-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
}
#editor-one-rating h2 {
  font-size: 20px;
  font-weight: 700;
}
.w3-light-grey {
  width: 100%;
  height: 20px;
}
#editor-two {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0.5rem 1.2rem 1rem 1.2rem;
}
#mini-text {
  display: flex;
}
#mini-text p {
  padding-left: 5px;
}
#quotes1 {
  display: flex;
  flex-direction: column;
  width: 15%;
}
#quotes2 {
  display: flex;
  flex-direction: column;
  transform: scale(-1, -1);
  width: 15%;
}
#quotes1 img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(0%)
    hue-rotate(176deg) brightness(86%) contrast(80%);
}
#quotes2 img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(0%)
    hue-rotate(176deg) brightness(86%) contrast(80%);
}
#review-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#review-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: #969696;
}
#review-text p {
  font-size: 10px;
  line-height: 22px;
  color: #969696;
}
#editor-check {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#info-box-2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
#info-box-2 p {
  font-size: 12px;
  color: #969696;
}
#discount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 35px;
  margin-left: -14rem;
  margin-top: 25px;
  background: rgb(248, 183, 46);
  background: linear-gradient(
    180deg,
    rgba(248, 183, 46, 1) 0%,
    rgba(235, 173, 43, 1) 100%
  );
}
#discount h4 {
  font-size: 17px;
  font-weight: 700;
  color: white;
}
#editor-btn {
  display: flex;
  margin-bottom: -2rem;
  justify-content: center;
  width: 100%;
}
#editor-btn button {
  width: 70%;
  height: 45px;
  background-color: #e2223b;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 1000;
}
.flybox {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #7fcdd0;
  padding: 1rem 2rem 2rem 2rem;
  margin: 4rem 0;
}
.flybox h2 {
  font-weight: 700;
  color: rgb(32, 32, 32);
}
.flybox p {
  font-size: 12px;
  line-height: 20px;
  color: rgb(58, 58, 58);
}
footer {
  padding: 3rem 4rem;
  width: 100%;
  background-color: black;
}
#top {
  padding-bottom: 1rem;
}
#bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid white;
  color: rgb(211, 211, 211);
}
#bottom-l {
  display: flex;
  gap: 10px;
  font-size: 10px;
}
#bottom-l p:hover {
  transition: 0.5s;
  color: #444444;
}
#bottom-r {
  font-size: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 200px) and (max-width: 999px) {
  
  body {
    gap: 1rem;
    padding: 1rem 1rem 0 1rem;
  }
  .header-desktop {
    display: none;
  }
  .header-mobile {
    width: 100%;
    max-width: 375px;
    display: flex;
  }
  .main-desktop {
    display: none;
  }
  .main-mobile {
    display: flex;
    width: 100%;
    max-width: 375px;
  }
  .editor-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
  }
  
  .flybox {
    width: 100%;
    max-width: 375px;
  }
  .editor-item-container {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .editor-item {
    order: 2;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
  }
  .gold {
    order: 1;
    box-shadow: none;
  }
  .flybox {
    width: 100%;
    max-width: 375px;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .flybox h2 {
    font-size: 18px;
  }

  .num {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
  }
  .h21 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    width: 7%;
    color: white;
    background-color: #7fcdd0;
    text-align: center;
  }
  .h22 {
    font-size: 16px;
    font-weight: 600;
    width: 95%;
    margin: 0;
    color: #009ca2;
    background-color: #ffffff;
    text-align: center;
  }
  #num-gray {
    display: flex;
    justify-content: start;
    align-items: start;
    background-color: #b0bec5;
  }
  #num h2,
  #num-gray h2 {
    font-size: 26px;
    font-weight: 800;
  }
  #info-box {
    display: flex;
    flex-direction: row;
    word-wrap: break-word;
    align-items: center;
    gap: 10px;
    color: #546e7a;
  }
  #info-box a {
    color: #546e7a;
    text-decoration: underline;
  }
  #info-box p {
    font-size: 11px;
    font-weight: 100;
    line-height: 18px;
    word-wrap: break-word;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border: none;
  }
  #main-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #444444;
  }
  .brand {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
  }
  .brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .brand-img img {
    width: 50%;
  }
  .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0;
  }
  .rating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .rating-container p {
    display: flex;
  }
  #main-mobile-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .rating-btn {
    color: white;
    font-size: 16px;
    font-weight: 600;
    background-color: #f62f51;
    width: 90%;
    padding: 15px 0;
    border-radius: 0;
    border: none;
    margin: 0;
  }
  .rating-container p {
    font-size: 14px;
    color: #90918f;
    margin-bottom: 0.7rem;
  }
  .star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    width: 16px;
    height: 16px;
    background-color: #009ca2;
    margin: 0 2px;
  }
  .check-1000 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.2rem 0 1.2rem 0;
    height: 200px;
  }
  .check-1000-small {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1rem 0 1.2rem 0;
    height: 80px;
  }
  .mini-check-1000 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
  }
  .check-box-mobile {
    padding: 1rem 0;
  }
  .check-box-mobile-mini {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #info-box {
    width: 100%;
  }
  footer {
    margin: 0;
    padding: 2rem 1rem;
    width: 100vw;
    background-color: black;
  }
  #top {
    padding-bottom: 1rem;
  }
  #bottom {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    gap: 10px;
    border-top: 1px solid white;
    color: rgb(172, 172, 172);
  }
  #bottom-l {
    display: flex;
    gap: 10px;
    font-size: 10px;
  }
  #bottom-l p:hover {
    transition: 0.5s;
    color: #444444;
  }
  #bottom-r {
    font-size: 9px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .editor-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
  }
  .editor-pic img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .ribbin-desktop h2{
    color: #009ca2;
    font-weight: 500;
    font-size: 14px;
  } 
  body {
    gap: 5rem;
  }
  .header-desktop {
    width: 100%;
    max-width: 940px;
  }
  .header-mobile {
    display: none;
  }
  .main-desktop {
    display: flex;
    max-width: 940px;
  }
  .main-mobile {
    display: none;
  }
  .editor-pic {
    width: 100%;
    max-width: 940px;
  }
  .flybox {
    width: 100%;
    max-width: 940px;
  }

  #num,
  #num-gray {
    width: 4%;
  }
  #brand {
    width: 22%;
  }
  #content {
    width: 45%;
  }
  .rating {
    width: 30%;
  }
  .check-1000 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.2rem 0 1.2rem 0;
    height: 200px;
  }
  .check-1000-small {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1rem 0 1.2rem 0;
    height: 80px;
  }
  .mini-check-1000 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
  }
  .check-1200 {
    display: none;
  }
  .mini-check-1200 {
    display: none;
  }
  .check-1400 {
    display: none;
  }
  .mini-check-1400 {
    display: none;
  }
  #info-box {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .editor-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
  }
  body {
    gap: 5rem;
  }
  .header-desktop {
    width: 100%;
    max-width: 1120px;
  }
  .header-mobile {
    display: none;
  }
  .main-desktop {
    display: flex;
    width: 100%;
    max-width: 1120px;
  }
  .main-mobile {
    display: none;
  }
  .editor-pick {
    width: 100%;
    max-width: 1120px;
  }
  .flybox {
    width: 100%;
    max-width: 1120px;
  }
  #num,
  #num-gray {
    width: 4%;
  }
  #brand {
    width: 22%;
  }
  #content {
    width: 45%;
  }
  .rating {
    width: 30%;
  }
  .check-1200 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    height: 150px;
  }
  .check-1200-small {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    height: 80px;
  }
  .mini-check-1200 {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    flex-wrap: wrap;
    gap: 16px;
  }
  .check-1000 {
    display: none;
  }
  .mini-check-1000 {
    display: none;
  }
  .check-1400 {
    display: none;
  }
  .mini-check-1400 {
    display: none;
  }
  #info-box {
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .editor-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 150px;
  }
  body {
    gap: 5rem;
  }
  .main-desktop {
    width: 100%;
    max-width: 1280px;
  }
  .main-mobile {
    display: none;
  }
  .header-mobile {
    display: none;
  }
  .editor-pick {
    width: 100%;
    max-width: 1280px;
  }
  .flybox {
    width: 100%;
    max-width: 1280px;
  }
  #num,
  #num-gray {
    z-index: 0;
    width: 4%;
  }
  #brand {
    width: 22%;
  }
  #content {
    width: 45%;
  }
  .rating {
    width: 30%;
  }
  .check-1400 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    height: 150px;
  }
  .check-1400-small {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    height: 100px;
  }
  .mini-check-1400 {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    flex-wrap: wrap;
    gap: 16px;
  }
  .check-1000 {
    display: none;
  }
  .mini-check-1000 {
    display: none;
  }
  .check-1200 {
    display: none;
  }
  .mini-check-1200 {
    display: none;
  }
  #info-box {
    width: 280px;
  }
  #discount {
    margin-left: -16rem;
  }
}
