* {
  scroll-behavior: smooth;
}

a {
  all: unset;
}

body {
  background: linear-gradient(to bottom, #FF4F00 -99.33%, rgba(255, 107, 0, 0) 30.91%), #FFF;
}

.wrapper {
  margin: 0 auto;
}

header {
  padding: 0px 10px;
  padding: 49px 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  flex: 1 1 0px;
}

.overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  transition: opacity 0.5s;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.navbar {
  transition: top 0.5s;
  position: fixed;
  top: -100vh;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: linear-gradient(180deg, #FFE4D7 0%, #FFF 100%);
}

.logo3 {
  padding-top: 49px;
}

.navbar nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.navbar nav a {
  color: #0F001A;
  font-family: Roboto;
  font-size: 31px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 29px 0px;
}

.navbar nav a.active {
  color: #CC5520;
}

.navbar nav a:hover {
  background: #CC5520;
  color: #FFF;
}

.close {
  padding-bottom: 47px;
  cursor: pointer;
}

.wrapper:has(#menu:target) .navbar {
  top: 0;
}

.wrapper:has(#menu:target) .overlay {
  opacity: 1;
}

.logo {
  cursor: pointer;
  width: 100%;
}

.page1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 77px;
  padding: 0px 10px;
}

.content1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content1 h1 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.72px;
}

.content1 p {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 19px;
}

.button_google {
  padding: 13px 20px;
  border-radius: 5px;
  background: #FF3D00;
  cursor: pointer;
}

.button_apple {
  padding: 12px 24px;
  border-radius: 5px;
  background: #FF3D00;
  cursor: pointer;
}

.phone {
  display: flex;
}

.page2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 77px;
  padding: 0px 10px;
}

.page2 h2 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.8px;
}

.container {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 5px 20px 50px 0px rgba(234, 145, 39, 0.5);
  padding: 0px 45px 44px 45px;
}

.container img {
  display: flex;
  align-self: center;
}

.text h3 {
  color: #0F001A;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}

.text p {
  color: #0F001A;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 45px;
  opacity: 0.6;
}

.container_button {
  display: flex;
  flex-direction: row;
  color: #CC5520;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  gap: 20px;
  cursor: pointer;
}

.orange {
  background: #CC5520;
}

.line {
  border-bottom: 1px solid #FFF;
}

.page3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 10px;
  gap: 50px;
  padding-bottom: 77px;
}

.page3_rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}

.page3 h2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  padding: 55px 0px 5px 0px;
}

.rectangle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 89px;
  gap: 10px;
}

.rectangle img {
  margin-bottom: 20px;
}

.rectangle h3 {
  color: #F2F2F2;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.rectangle p {
  color: #F2F2F2;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
  position: relative;
}

.page4 h2 {
  color: #0F001A;
  text-align: center;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  padding-top: 50px;
}

.page4_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
  position: relative;
}

.content_fox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content_container_fox {
  width: 100%;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.content_container_fox::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #FFE9D0;
}

.content_fox img {
  z-index: 2;
}

.content_fox {
  padding: 40px 55px;
}

.carousel {
  padding-left: 10px;
  display: flex;
  overflow: auto;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: center;
  background: url("./img/fa-solid_quote-left.svg") no-repeat;
  padding-top: 80px;
  gap: 23px;
}

.slide h3 {
  color: #0F001A;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.slide p {
  color: #0F001A;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
  text-align: start;
}

.dashicons_arrow {
  padding: 0px 10px;
  display: flex;
  position: absolute;
  top: 100%;
  padding-bottom: 77px;
  align-self: flex-end;
}

.dashicons_arrow img {
  cursor: pointer;
  padding: 17px;
}

#left1,
#right1 {
  display: block;
}

.left,
.right {
  display: none;
}

.page4:has(:target) .dashicons_arrow #left1,
.page4:has(:target) .dashicons_arrow #right1 {
  display: none;
}

.page4:has(#slide1:target) .dashicons_arrow #left1,
.page4:has(#slide1:target) .dashicons_arrow #right1 {
  display: block;
}

.page4:has(#slide2:target) .dashicons_arrow #left2,
.page4:has(#slide3:target) .dashicons_arrow #left3,
.page4:has(#slide4:target) .dashicons_arrow #left4,
.page4:has(#slide2:target) .dashicons_arrow #right2,
.page4:has(#slide3:target) .dashicons_arrow #right3,
.page4:has(#slide4:target) .dashicons_arrow #right4 {
  display: block;
}

.left {
  border-radius: 4px 0px 0px 4px;
  background: #CC5520;
}

.right {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.page5 {
  padding: 190px 10px 55px 10px;
}

.page5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
}

.container_page5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
}

.container_page5 h2 {
  color: #0F001A;
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}

.container_page5 p {
  color: #0F001A;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}

.button_google2 {
  border-radius: 5px;
  background: #000;
  padding: 13px 20px;
  cursor: pointer;
}

.button_apple2 {
  border-radius: 5px;
  background: #000;
  padding: 12px 24px;
  cursor: pointer;
}

footer {
  background: #CC5520;
}

.footer_container {
  padding: 0px 10px 33px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 29px;
}

.footer_header {
  padding: 39px 114px;
}

.quick_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.quick_links h2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.others h2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.products h2 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.others {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.quick_links nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.others nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.products nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.form h6 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.form input {
  border-radius: 3px;
  background: #FFF;
  padding: 17px 45px;
  display: flex;
  width: 100%;
  justify-content: stretch;
  justify-items: start;
}

input::placeholder {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.form_button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #FFF;
  padding: 16px 106px;
  color: #CC5520;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.form div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
}

.social_networks {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}

.social_networks img {
  height: 26px;
}

footer h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0px;
  color: #FFF;
  font-family: Roboto;
  font-size: 10.41px;
  font-weight: 400;
  line-height: normal;
}

.reserved h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 10.41px;
  font-weight: 400;
  line-height: normal;
}

.social_networks2 {
  display: none;
}

.button_invisible {
  display: none;
}

.send {
  display: none;
}

.receive {
  display: none;
}

.buy {
  display: none;
}

@media (min-width: 599px) {
  header {
    padding: 98px 170px;
  }
  .page1 {
    padding: 0px 30px;
  }
  .page2 {
    padding: 0px 30px;
  }
  .page3 {
    padding: 0px 30px;
    padding-bottom: 77px;
  }
  .page5 {
    padding: 190px 30px 55px 30px;
  }
  .carousel {
    padding: 0px 30px;
    gap: 90px;
  }
  .dashicons_arrow {
    padding: 0px 30px;
  }
  .content_container_fox::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 30%;
    background: #FFE9D0;
  }
}
@media (min-width: 819px) {
  header {
    padding: 98px 246px;
  }
  .page1 {
    padding: 0px 50px;
  }
  .page2 {
    padding: 0px 50px;
  }
  .page3 {
    padding: 0px 50px;
    padding-bottom: 77px;
  }
  .page5 {
    padding: 190px 50px 55px 50px;
  }
  .carousel {
    padding: 0px 50px;
    gap: 90px;
  }
  .dashicons_arrow {
    padding: 0px 50px;
  }
  .social_networks {
    padding: 0px 50px;
  }
  .content_container_fox::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 30%;
    background: #FFE9D0;
  }
}
@media (min-width: 1023.99px) {
  body {
    background: linear-gradient(to bottom, #FF4F00 -75%, rgba(255, 107, 0, 0) 15%), #FFF;
  }
  header {
    padding: 50px 100px;
  }
  .logo {
    display: none;
  }
  .logo3 {
    padding: 0;
  }
  .overlay {
    display: none;
  }
  .navbar {
    width: 100%;
    position: static;
    background: transparent;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar nav {
    flex-direction: row;
    justify-content: flex-end;
    gap: 55px;
  }
  .navbar nav a {
    color: #0F001A;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: auto;
    padding: 0;
  }
  .navbar nav a:hover {
    background: none;
    color: #CC5520;
  }
  .close img {
    display: none;
  }
  .shadow {
    box-shadow: 0px 5px 5px 0px rgba(115, 114, 117, 0.26);
  }
  .page1 {
    padding: 0px 100px 100px 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    height: 100%;
  }
  .button_invisible {
    display: flex;
    padding-top: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
  .button {
    display: none;
  }
  .content1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex: 1 1 435px;
    padding: 90px 0px 0px 0px;
  }
  .content1 h1 {
    color: #000;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 1px;
  }
  .content1 p {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }
  .phone {
    height: 100%;
    flex: 1 1 auto;
  }
  .page2 {
    padding: 100px 100px 80px 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    grid-template-rows: repeat(2, auto);
    gap: 105px;
    position: relative;
  }
  .container {
    max-width: 380px;
    z-index: 2;
    position: relative;
  }
  .item1 {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    max-width: 380px;
  }
  .item2 {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    max-width: 380px;
  }
  .item3 {
    grid-column: 1;
    grid-row: 2;
    transform: translateY(calc(-50% - 105px));
    z-index: 1;
    justify-self: end;
    position: relative;
    max-width: 380px;
  }
  .item4 {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    max-width: 380px;
  }
  .send {
    display: flex;
    position: absolute;
    left: 75%;
    top: -15%;
    z-index: 1;
  }
  .receive {
    position: absolute;
    display: flex;
    top: 95%;
    z-index: 1;
    left: -20%;
  }
  .buy {
    position: absolute;
    display: flex;
    top: 95%;
    z-index: 1;
    left: 75%;
  }
  .page3 {
    padding: 0px 100px 80px 100px;
  }
  .page3_rectangle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .rectangle {
    padding: 0px;
  }
  .content_container_fox {
    background: linear-gradient(to right, #FFE9D0 calc(50% - 40px), transparent calc(50% - 40px));
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .content_fox {
    background: transparent;
  }
  .content_container_fox::after {
    background: transparent;
  }
  .page4 {
    flex-direction: column;
    gap: 70px;
    align-items: end;
  }
  .page4_container {
    display: flex;
    flex-direction: row;
  }
  .flexbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    flex: 1 1 100%;
  }
  .flexbox h2 {
    padding-top: 150px;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .carousel {
    gap: 100px;
  }
  .slide {
    background-size: 45px;
  }
  .content_fox {
    padding: 100px 100px 0px 100px;
    flex: 0 0 50%;
  }
  .content_fox img {
    padding-bottom: 50px;
    width: 380px;
    height: 440px;
  }
  .content_fox::after {
    border-radius: 0px 6px 6px 0px;
  }
  .dashicons_arrow {
    left: 70%;
  }
  .page5 {
    flex-direction: row;
    padding: 160px 100px 80px 100px;
    gap: 50px;
  }
  .container_page5 {
    flex: 1 1 245px;
  }
  .page5 img {
    height: 100%;
    flex: 1 1 auto;
  }
  .button_page5 {
    display: flex;
    gap: 21px;
  }
  .footer_container {
    padding: 50px 100px 40px 100px;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  .social_networks {
    display: none;
  }
  .social_networks2 {
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
  }
  .social_networks2 a {
    cursor: pointer;
  }
  .social_networks2 img {
    height: 16px;
  }
  .social_networks2 img {
    height: 16px;
  }
  .footer_header {
    padding: 0;
  }
  .quick_links h2 {
    text-align: left;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
  .others h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-align: left;
  }
  .products h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
  .quick_links {
    align-items: start;
  }
  .others {
    align-items: start;
  }
  .products {
    align-items: start;
  }
  .quick_links nav {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    align-items: start;
    text-align: left;
  }
  .others nav {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    align-items: start;
    text-align: left;
  }
  .products nav {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
    text-align: left;
    align-items: start;
  }
  .form div {
    flex-direction: row;
  }
  .form_button {
    padding: 16px 23px;
    width: auto;
    color: #CC5520;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .reserved {
    padding: 0px 105px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer img {
    display: flex;
  }
}
.content_container {
  margin: 0px auto;
  max-width: 1300px;
  padding: 0px 30px;
}

@media (min-width: 1300px) {
  .content1 {
    flex: 1 1 60%;
  }
  header {
    padding: 50px 0px;
  }
  .page1 {
    padding: 0px 0px 100px 0px;
  }
  .page2 {
    padding: 100px 0px 80px 0px;
  }
  .page3 {
    padding: 0px 0px 80px 0px;
  }
  .content_fox {
    padding: 100px 0px 0px 0px;
  }
  .page5 {
    padding: 160px 0px 80px 0px;
  }
  .footer_container {
    padding: 50px 0px 40px 0px;
  }
}

/*# sourceMappingURL=style.css.map */
