html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
  max-width: 200px;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --primary-dark: #1c1c1c;
  --primary: #ffcb1f;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --light-gray: #f9f9fa;
  --primary-light: #f1f3f6;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
  --paragraph-gray: #535353;
  --white-50: #ffffff80;
}

body {
  color: var(--primary-dark);
  letter-spacing: -.06px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1em;
  background: linear-gradient(rgba(135, 142, 16, 0.5), rgba(141, 82, 16, 0.5)), url("../images/photo-1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  opacity: 1;
  color: var(--primary);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--primary-dark);
  padding: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.white-style {
  color: var(--white);
  line-height: 1em;
}

.nav-link.white-style:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  column-gap: 50px;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--primary-dark);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--dark-gray-50);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-size: 14px;
  display: inline;
}

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-wrapper {
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 6px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navbar-absolute {
  background-color: #303030;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;

}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand-tablet {
  display: none;
}

.details-section {
  justify-content: center;
  align-items: center;
  min-height: 320px;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.footer-top-wrapper {
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-description {
  color: var(--white);
  margin-top: 15px;
}

.home-banner-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
}

.home-2-banner {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#1c1c1c80, #1c1c1c80);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 600px;
  padding-top: 130px;
  display: flex;
  overflow: hidden;
}

.banner-two-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.banner-content-wrapper-two {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-description-two {
  color: var(--white);
  width: 56%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .details-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .footer-top-wrapper {
    margin-bottom: 60px;
  }

  .home-banner-title {
    font-size: 64px;
  }


  .banner-two-container {
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-description-two {
    width: 48%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container, .nav-container {
    max-width: 1400px;
  }

  .banner-two-container {
    max-width: 1400px;
    padding-bottom: 200px;
  }

  .banner-description-two {
    width: 42%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .primary-button {
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-weight: 600;
    display: flex;
  }

  .nav-link.white-style {
    color: var(--primary-dark);
    text-align: left;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    border-right-style: none;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .footer-links-wrapper {
    width: 70%;
  }

  .navbar-absolute {
    height: 50px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white-style {
    filter: invert() brightness(200%) grayscale();
  }

  .brand-tablet {
    display: block;
  }

  .details-section {
    min-height: 280px;
    margin-top: 60px;
  }

  .footer-top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--dark-gray-50);
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-2-banner {
    justify-content: flex-end;
  }

  .background-video {
    min-height: 600px;
    padding-top: 130px;
  }

  .banner-content-wrapper-two {
    width: 80%;
  }

  .banner-description-two {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    border-bottom: 1px solid var(--dark-gray-50);
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .details-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-top-wrapper {
    border-bottom-style: none;
    justify-content: center;
    display: flex;
  }

  .footer-logo-description {
    text-align: center;
  }

  .home-banner-title {
    font-size: 38px;
  }

  .home-2-banner {
    min-height: 560px;
  }

  .background-video {
    padding-top: 90px;
  }

  .banner-two-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-content-wrapper-two {
    width: 100%;
  }

  .banner-description-two {
    width: 88%;
  }
}

@media screen and (max-width: 479px) {

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-shop-con {
    grid-column-gap: 4px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 30px;
  }

  .banner-two-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-description-two {
    width: 100%;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.section {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.info-block {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 40px;
  max-width: 1200px;
  background: linear-gradient(45deg, #ffd700 50%, #ffb347 50%);
    box-sizing: border-box;
  margin:  0 auto;
  column-gap: 50px;
  border-radius: 20px;
  margin-bottom: 40px;


  & .primary-button {
    background-color: #000;
    border:none;
    transition: all 0.3s ease;


    img {
      max-width: 20px;
      margin-left: 10px;
      transition: all 0.3s ease;
    }

        
    &:hover {
    color: #fff;
    transform: scale(1.1);

    img {
      margin-left: 15px;
    }
  }
  }
}

.text-block {
  flex: 1 1 50%;
  text-align: center;
}

.text-block h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
}

.text-block p {
  margin: 0;
  font-size: 12px;
  color: #000;
}

.logo img {
  width: 100%;
  height: auto;
}

.rating {
  color: #000000;
  min-width: 100px;
  text-align: center;
}

.logo {
  width: 100%;
}

.rating {
  color: #2c2c2c;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.rating span:first-child {
  font-size: 25px;
  color: #1a1a1a;
  background-color: #ffffffa8;
  padding: 4px 10px;
  border-radius: 6px;
}

.rating img {
  width: 160px;
  height: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.rating span:last-child {
  font-size: 14px;
  color: #1a1a1a;
}

.details-section {

  font-size: 20px;
  p {
    color: #000000;
    font-size: 20px;
  }

  h3,
  h4 {
    color: #000000;
  }


}

.rich-text-style {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}

.info-section {
  background-color: #ffb347;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;

  & .rich-text-style { 
    background-color: transparent;

  }
}

.legal {
  background-color: #fff;
  margin-top: 0;

  a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
  }

  h4 {
    font-size: 24px;
  }

  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 25px;
  cursor: pointer;
}

.menu-bar {
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.menu-button.active .menu-bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-button.active .menu-bar:nth-child(2) {
  opacity: 0;
}

.menu-button.active .menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-100%);
  background-color: #111;
  transition: transform 0.3s ease-in-out;
}

.nav-menu.active {
  transform: translateX(0);
}

.nav-link {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.menu-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

body {
  background-attachment: none;
}
.info-block {
  column-gap: 20px;
}

}

@media screen and (max-width: 767px) {
  .info-block {
    grid-template-columns: 1fr 1fr;
  
    div:nth-child(4) {
      order: 2;
    }
  
    div:nth-child(2) {
      order: 1;
    }
  }
  
  .text-block {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .info-block {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .legal {
    h1 {
      font-size: 32px;
    }

    h4 {
      font-size: 22px;
    }

    p {
      font-size: 16px;
    }
    ul {
      font-size: 16px;
    }
    a {
      font-size: 16px;
    }
  }
}