@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");

/* Normalize Css */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}
body {
  font-family: "poppins", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
}
:root {
  --text-white-color: #fff;
  --background-orange-color: #ee9617;
  --background-white-fa: #fafafa;
  --background-black: #262626;
  --background-button-Sinopia: #d44800;
  --background-button-hvr-Sinopia: #ea5c15;
  --background-button-Isabelline: #f7f4f2;
  --text-Grapefruit: #fe5858;
  --border-img: #fe585840;
  --text-Cool-Gray: #8989a2;
  --gradient-start: #fe5858;
  --gradient-end: #ee9617;
  --box-shadow-black-black: #000000cc;
  --background-color-Neon-Silver: #dddddd;
  --background-border-Royal-Blue: #01245b;
  --text-card-Dim-Gray: #6c6c6c;
  --menu-background-color: #930f0f80;
  --link--red: #f24242;
  --transition-2s: all 0.2s ease 0.1s;
  --transition-4s: all 0.4s ease 0.2s;
}
/* Container  */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p2 {
  padding: 2rem;
}
.header {
  position: relative;
}
/* Nav bar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
}
.header-background {
  position: absolute;
  z-index: -11;
  max-width: 60rem;
  height: 50rem;
  overflow: hidden;
}
.header-background img {
  width: 100%;
  height: 100%;
}

.header-background::before {
  content: "";
  background: url(images/bg-acces/A-logo.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 55rem;
  height: 47rem;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-background::after {
  content: "";
  background: url(images/bg-acces/A-logo-nest.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 9rem;
  height: 16rem;
  top: 33%;
  left: 46%;
  transform: translate(-50%, -50%);
}

.logo {
  width: 40px;
  height: 40px;
  margin: 1rem;
}
.logo-img {
  width: 100%;
  height: 100%;
}
.open {
  opacity: 1 !important;
  left: 0 !important;
}
.menu {
  display: flex;
  transition: var(--transition-2s);
}
.menu__link {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem;
  color: var(--text-white-color);
}
.menu__btn {
  background: var(--background-button-Sinopia);
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.3rem;
  color: var(--text-white-color);
  cursor: pointer;
  transition: var(--transition-2s);
  box-shadow: 1px 2px 5px var(--box-shadow-black-black);
}
.menu__btn:hover {
  background: var(--background-button-hvr-Sinopia);
  color: var(--background-white-fa);
}
/* Active Button */
.menu__btn:active,
.content-left-btn:nth-child(1):active,
.content-left-btn:nth-child(2):active,
.quickbox-left-btn:active {
  box-shadow: 0px 0px 1px var(--box-shadow-black-black);
}
#menu__icon {
  opacity: 0;
  visibility: hidden;
  font-size: 30px;
  color: var(--background-white-fa);
  cursor: pointer;
  padding: 1rem;
  filter: drop-shadow(2px 2px 1px var(--box-shadow-black-black));
  transition: all 0.05s;
}
#menu__icon:active {
  filter: drop-shadow(1px 1px 1px var(--box-shadow-black-black));
}
/* header bottom */
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* header bottom left section */
.header-b-left {
  color: var(--text-white-color);
  flex-basis: 50%;
}
.b-left-text-wrapper {
  margin: 2rem 0;
  white-space: nowrap;
}
.left-text-p {
  font-size: 0.6rem;

  padding-left: 1rem;
  position: relative;
}
.left-text-p::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: var(--text-white-color);
  left: -5px;
  top: 50%;
  transform: translate(50%);
}
.left-text-h1 {
  font-weight: bold;
  font-size: 3.5rem;
  text-transform: uppercase;
}

.b-left-btns {
  display: flex;
  flex-direction: row;
}
.b-left-btn {
  background: transparent;
  border: 2px solid var(--text-white-color);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  color: var(--text-white-color);
  cursor: pointer;
  transition: var(--transition-2s);
  margin: 0.5rem;
}
.b-left-btn:hover,
.quickbox-btn:nth-child(2):hover,
.content-left-btn:nth-child(2):hover,
.section-right-btn:hover,
.footer-btn:hover {
  background: var(--background-button-Isabelline);
  color: var(--background-black);
}
/* header bottom right section */
.header-b-right {
  flex-basis: 50%;
  position: relative;
}
.header-b-right-img {
  background: var(--background-white-fa);
  border-radius: 1rem;
  border: 5px solid var(--border-img);
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding: 2rem;
  position: relative;
}
.image-1-right {
  background: var(--text-white-color);
  position: absolute;
  bottom: -8rem;
  right: 0;
  width: 350px;
  height: 300px;
}

.image-2-right {
  background: var(--text-white-color);
  position: absolute;
  top: 5rem;
  left: 0;
  width: 320px;
  height: 220px;
}
.image-1-right img,
.image-2-right img {
  width: 100%;
  height: 100%;
}
/* Trusted Section */
.trusted {
  margin-top: 17rem;
}
.trusted > .container > p {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 0 2rem;
  gap: 0.5rem;
}
.trusted > .container > p > i {
  font-size: 1rem;
}
.trusted__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.truster__wrapper-img {
  width: 100%;
  max-width: 150px;
}
.truster__wrapper-img img {
  width: 100%;
  height: 100%;
  display: block;
}
/* TopLine */
.topline {
  margin-top: 5rem;
}
.topline__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.topline__title > h1 {
  margin-bottom: 1rem;
  font-weight: 500;
  position: relative;
}
.topline__title > h1::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: var(--text-Cool-Gray);
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.topline__title > h1 > span {
  color: var(--gradient-start);
}
.topline__title > p {
  font-size: 0.9rem;
  color: var(--text-Cool-Gray);
}
/* QuickBook */
.quickbox {
  margin-top: 5rem;
}
.quickbox-wrapper {
  display: flex;
  gap: 0.5rem;
}
/* left section */
.quickbox-left {
  background: var(--background-white-fa);
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  max-width: 285px;
  text-align: center;
  box-shadow: 0 1px 10px var(--box-shadow-black-black);
}
.quickbox-left img {
  width: 100%;
}
.quickbox-left-title {
  padding: 1.5rem;
  font-weight: normal;
  color: var(--text-Grapefruit);
}
.quickbox-left > p {
  line-height: 1.8;
  padding: 1rem;
  color: var(--text-Cool-Gray);
}
.quickbox-left-btn {
  background: linear-gradient(
    120deg,
    var(--gradient-start),
    var(--gradient-end)
  );
  padding: 0.7rem 2rem;
  margin: 1.8rem 0;
  border: none;
  border-radius: 1.2rem;
  color: var(--text-white-color);
  cursor: pointer;
  transition: var(--transition-2s);
  box-shadow: 1px 2px 5px var(--box-shadow-black-black);
}
.quickbox-left-btn:hover {
  background: linear-gradient(
    150deg,
    var(--gradient-start),
    var(--gradient-end)
  );
}

/* right section */
.quickbox-btn {
  padding: 1rem 2.2rem;
  border-radius: 0.5rem;
  border: none;
  margin: 0.2rem;
  color: var(--text-white-color);
  font-size: 1.1rem;
  font-weight: bold;
  transition: var(--transition-2s);
  position: relative;
  top: 1rem;
}
.quickbox-btn:nth-child(1) {
  background: var(--background-orange-color);
}
.quickbox-btn:nth-child(1):hover {
  background: var(--background-button-hvr-Sinopia);
  top: 5px;
}

.quickbox-btn:nth-child(2) {
  border: 2px dashed var(--text-Cool-Gray);
  color: var(--text-Cool-Gray);
  background: var(--background-button-Isabelline);
}
.quickbox-btn:nth-child(2):hover {
  top: 5px;
}
.quickbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-white-fa);
  box-shadow: 0 1px 10px var(--box-shadow-black-black);
  position: relative;
}
.quickbox-content::before {
  content: "";
  position: absolute;
  background: center / cover no-repeat url(images/quick/arrow.png);
  width: 80px;
  height: 90px;
  top: 1rem;
  left: 0;
}
.quickbox-content::after {
  content: "";
  background: center / cover no-repeat url(images/quick/rec-rot.png);
  position: absolute;
  width: 80%;
  height: 93%;
  z-index: -1;
  transform: rotate(-5deg);
  top: 0;
  right: 0;
}
.quickbox-content-left {
  width: 60%;
}
.quickbox-content-left > h2 {
  font-weight: normal;
  padding: 1.5rem 0;
  position: relative;
  padding: 5rem 0 2.5rem 0;
}

.quickbox-content-left > h2::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 2.2px;
  background: var(--text-Cool-Gray);
  bottom: 0;
  left: 0;
}
.quickbox-content-left > p:nth-child(2) {
  padding: 1rem 0;
  color: var(--text-Cool-Gray);
}
.quickbox-content-left > p:nth-child(4) {
  white-space: nowrap;
  font-size: 0.9rem;
  margin: 1rem 0;
}
.quickbox-content-left > p:nth-child(4) > span {
  color: var(--text-Grapefruit);
}
.content-left-btns {
  margin: 2rem 0;
}
.content-left-btn {
  display: block;
  padding: 0.8rem 1.9rem;
  margin: 1rem 0;
  border: none;
  border-radius: 1.3rem;
  color: var(--text-white-color);
  cursor: pointer;
  transition: var(--transition-2s);
  box-shadow: 1px 1px 5px var(--box-shadow-black-black);
}
.content-left-btn:nth-child(1) {
  background: linear-gradient(
    120deg,
    var(--gradient-start),
    var(--gradient-end)
  );
}
.content-left-btn:nth-child(1):hover {
  background: linear-gradient(
    150deg,
    var(--gradient-start),
    var(--gradient-end)
  );
}

.content-left-btn:nth-child(2) {
  background: transparent;
  color: var(--text-Cool-Gray);
  margin: 2rem 0 3rem 0;
}

.quickbox-content-right {
  padding: 1rem;
}
.quickbox-content-right > img {
  width: 100%;
}
/* Tax */
.tax {
  margin-top: 5rem;
}
.tax__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.tax-section-left {
  flex-basis: 50%;
}
.tax-section-left > h2 {
  margin-bottom: 1rem;
  font-weight: 500;
  position: relative;
  font-size: 3rem;
}
.tax-section-left > h2::after {
  content: "";
  position: absolute;
  width: 15rem;
  height: 2px;
  background: var(--text-card-Dim-Gray);
  bottom: -0.5rem;
  left: 0;
}
.tax-section-left > h2 > span {
  color: var(--text-Grapefruit);
}
.tax-section-left > p {
  padding: 1rem 0;
  color: var(--text-Cool-Gray);
}

.tax-section-right {
  position: relative;
  flex-basis: 50%;
}
.section-right-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -2rem;
}
.section-right-wrapper img {
  width: 100%;
  max-width: 245px;
  height: 100%;
  max-height: 140px;
  box-shadow: 1px 1px 20px var(--box-shadow-black-black);
}
.section-right-wrapper img:nth-child(1) {
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.section-right-wrapper img:nth-child(2) {
  top: -2rem;
  right: 3rem;
  position: absolute;
}
.section-right-wrapper img:nth-child(3) {
  bottom: -9rem;
  left: 2rem;
  position: absolute;
}
.section-right-wrapper img:nth-child(4) {
  left: 10rem;
  position: relative;
  bottom: -8rem;
}
/* Question  */
.questions__box {
  margin: 10rem 1rem;
}
.questions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--background-white-fa);
  position: relative;
  box-shadow: 1px 2px 10px var(--box-shadow-black-black);
  margin: 0 1rem;
}
.questions-wrapper::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--background-orange-color);
}
.box__section-left {
  padding-left: 5rem;
}
.questions-left-title {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1rem 0;
  position: relative;
}
.questions-left-title::after {
  content: "";
  position: absolute;
  width: 15rem;
  height: 2px;
  background: var(--text-Cool-Gray);
  bottom: 0;
  left: 0;
}
.questions-left-txt {
  font-size: 0.8rem;
  color: var(--text-Cool-Gray);
  padding: 1rem 0;
}

.questions-left-title > span {
  color: var(--text-Grapefruit);
  white-space: nowrap;
}
.box__section-right {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    120deg,
    var(--gradient-start),
    var(--gradient-end)
  );
  max-width: 20rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section-right-btn {
  background: var(--text-white-color);
  color: var(--background-button-Sinopia);
  padding: 0.7rem 2rem;
  margin: 1rem;
  border: none;
  border-radius: 1.2rem;
  cursor: pointer;
  transition: var(--transition-2s);
  box-shadow: 1px 2px 5px var(--box-shadow-black-black);
}

.section-right-btn:active {
  box-shadow: 0 0 1px var(--box-shadow-black-black);
}
/* Support Section */
.support__box {
  margin-top: 5rem;
}
.support__box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.box-wrapper-section-left {
  width: 100%;
  max-width: 25rem;
}
.box-wrapper-section-left > h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 0;
  position: relative;
}
.box-wrapper-section-left > h2::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 2px;
  background: var(--text-Cool-Gray);
  bottom: 0;
  left: 0;
}
.box-wrapper-section-left > p {
  font-size: 0.9rem;
  color: var(--text-Cool-Gray);
  padding: 1rem 0;
}

.box-wrapper-section-right {
  background: var(--text-white-color);
  width: 100%;
  height: 100%;
  max-width: 32rem;
}
.box-wrapper-section-right img {
  width: 100%;
  height: 100%;
}
/* slider card */
.slider__box {
  margin-top: 5rem;
}
.slider {
  max-width: 100rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}
.slide__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 3rem 1rem;
  border-radius: 0.5rem;
  background: var(--background-white-fa);
  border: 2px dashed var(--text-card-Dim-Gray);
  box-shadow: 1px 1px 5px var(--box-shadow-black-black),
    inset -1px -2px 5px var(--text-white-color);
  z-index: 1;
  height: 30rem;
}
.slide__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 45%;
  border-radius: 0.5rem;
  background: linear-gradient(
    120deg,
    var(--gradient-start),
    var(--gradient-end)
  );
}
.slider-info {
  text-align: center;
  padding: 1rem;
}
.slider-info :is(h3, p) {
  padding: 1rem;
}
.active-readmore {
  color: var(--link--red);
  padding: 0.5rem;
  opacity: 1;
  display: block;
}
.left-arrow,
.right-arrow {
  cursor: pointer;
  font-size: 2rem;
  color: var(--text-Cool-Gray);
}
.slider__btn--left {
  position: absolute;
  left: 6%;
  top: 50%;
}
.slider__btn--right {
  position: absolute;
  right: 6%;
  top: 50%;
}
.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7);
}
.dots__dot--active {
  background-color: var(--text-card-Dim-Gray);
  opacity: 1;
}
/* item app */
.item__app {
  margin-top: 7rem;
}
.item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apps__section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 15rem;
}
.app__title {
  font-size: 0.9rem;
  white-space: nowrap;
}
.app__img {
  padding: 1rem;
}
.app__img > img {
  width: 50px;
  height: 50px;
}
.app__star img {
  padding: 0.1rem;
  width: 1.1rem;
}
.border-left {
  border-left: 2px solid var(--text-Cool-Gray);
  padding: 1rem;
}
/* Footer */
.footer {
  height: 100%;
  background: linear-gradient(
    100deg,
    var(--gradient-start),
    var(--gradient-end)
  );
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -11rem;
  background: center / cover no-repeat url(images/footer/footer-backgound.png);
  width: 45rem;
  height: 15rem;
  z-index: -1;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 5rem;
  color: var(--text-white-color);
}
.footer__left-title {
  font-weight: 600;
}
.footer__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 2px solid var(--text-white-color);
  border-radius: 1rem;
  position: relative;
  padding: 1rem 4rem;
  width: 100%;
  max-width: 22rem;
}
.footer__input {
  position: absolute;
  left: 0;
  background: transparent;
  font-size: 0.7rem;
  padding: 1rem;
  outline: none;
  border: none;
  width: 100%;
}
.footer-btn {
  position: absolute;
  right: 0;
  border: none;
  height: 100%;
  border-radius: 0.9rem;
  padding: 0 1rem;
  color: var(--text-Grapefruit);
  font-size: 1rem;
  box-shadow: 2px 0 5px var(--box-shadow-black-black);
  background: var(--background-white-fa);
  transition: var(--transition-2s);
}

/* Hover Class */

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--background-white-fa);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* responsive */
@media screen and (max-width: 1200px) {
  .container {
    transition: var(--transition-2s);
    max-width: 1024px;
  }
  .image-1-right {
    right: -3rem;
  }
  .image-2-right {
    left: -6rem;
  }
  .quickbox-content-left > p:nth-child(4) {
    margin: 0;
  }
  .section-right-wrapper {
    top: -4rem;
  }
  .section-right-wrapper img {
    max-width: 220px;
  }
  .section-right-wrapper img:nth-child(1) {
    position: absolute;
    top: 0rem;
    left: 1rem;
  }
  .section-right-wrapper img:nth-child(2) {
    top: -1rem;
    right: 0rem;
    position: absolute;
  }
  .section-right-wrapper img:nth-child(3) {
    bottom: -9rem;
    left: 3rem;
    position: absolute;
  }
  .section-right-wrapper img:nth-child(4) {
    left: 10rem;
    position: relative;
    bottom: -8rem;
  }
  .questions__box {
    margin: 5rem 0;
  }
  .support__box-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1034px) {
  .container {
    transition: all 0.3s 0.2s;
    max-width: 900px;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    flex-direction: column;
    background: var(--background-orange-color);
    z-index: 99;
    font-size: 1rem;
    padding: 2rem;
    height: 100vh;
    backdrop-filter: blur(10px);
    box-shadow: 10px 0 30px 10px var(--box-shadow-black-black);
    width: 35%;
    opacity: 0;
    white-space: nowrap;
  }
  .hvr-underline-from-left::before {
    height: 1px;
  }
  .menu__btn {
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
  }
  #menu__icon {
    opacity: 1;
    visibility: visible;
  }
  .left-text-h2 {
    font-size: 1.2rem;
  }
  .left-text-h1 {
    font-size: 2.5rem;
  }
  .left-text-h3 {
    font-size: 0.9rem;
  }
  .image-1-right {
    width: 290px;
    height: 250px;
    right: -1rem;
  }
  .image-2-right {
    right: -2rem;
    width: 250px;
    height: 180px;
    left: -1rem;
  }
  .trusted {
    margin-top: 19rem;
  }
  .trusted__wrapper {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .quickbox-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 1rem;
  }
  .tax__wrapper {
    flex-direction: column;
  }
  .section-right-wrapper {
    top: 0;
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
  }
  .section-right-wrapper img {
    max-width: 220px;
  }
  .section-right-wrapper img:nth-child(1),
  .section-right-wrapper img:nth-child(2),
  .section-right-wrapper img:nth-child(3),
  .section-right-wrapper img:nth-child(4) {
    position: static;
  }
  .slider-info-star img {
    width: 20px;
    height: 20px;
  }
  .item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .border-left:nth-child(4) {
    border: none;
  }
}
@media screen and (max-width: 900px) {
  .container {
    transition: all 0.3s 0.2s;
    max-width: 768px;
  }
  .trusted__wrapper {
    justify-content: center;
    gap: 1rem;
  }
  .truster__wrapper-img {
    max-width: 170px;
  }
  .slider-info > h3 {
    font-size: 0.9rem;
  }
  .slider-info-star img {
    width: 15px;
    height: 15px;
    padding: 0;
  }
  .slider-info > p {
    padding: 0;
    font-size: 0.7rem;
  }
  .active-readmore {
    font-size: 0.9rem;
  }
  .border-left:nth-child(3) {
    border: none;
  }
  .border-left:nth-child(4) {
    border-left: 2px solid var(--text-Cool-Gray);
  }
}
@media screen and (max-width: 768px) {
  .container {
    transition: all 0.3s 0.2s;
    max-width: 600px;
  }
  .header-bottom,
  .quickbox-content {
    flex-direction: column;
  }
  .header-b-right {
    margin-top: 10rem;
  }
  .menu {
    width: 45%;
  }
  .header-background::before {
    width: 31rem;
    height: 29rem;
  }
  .header-background::after {
    width: 4rem;
    height: 6rem;
  }
  .quickbox-content-left {
    width: 100%;
    max-width: 37rem;
  }
  .quickbox-content-left > p:nth-child(4) {
    white-space: normal;
  }
  .quickbox-content-right {
    padding: 3rem;
  }
  .box__section-right {
    max-width: 15rem;
  }
  .questions-left-title {
    font-size: 1.1rem;
  }
  .questions-wrapper::after {
    width: 2rem;
  }
  .box__section-left {
    padding-left: 3rem;
  }
  .slider-info-star img {
    width: 10px;
    height: 10px;
  }
  .slider-info {
    padding: 0;
  }
  .active-readmore {
    font-size: 0.7rem;
    margin: 0;
  }
  .apps__section {
    padding: 1rem;
  }
  .app__img {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .app__img > img {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
  }
  .footer__left-title {
    font-size: 1.2rem;
  }
  .footer-wrapper {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .container {
    transition: all 0.3s 0.2s;
    max-width: 480px;
  }
  .image-1-right {
    right: -6rem;
  }
  .image-2-right {
    left: -3rem;
  }
  .left-text-h2 {
    font-size: 1rem;
  }
  .left-text-h1 {
    font-size: 2rem;
  }
  .left-text-h3,
  .menu__btn {
    font-size: 0.7rem;
  }
  .menu {
    width: 55%;
  }
  #menu__icon {
    font-size: 1.5rem;
  }
  .header-background::before {
    width: 28rem;
    height: 25rem;
  }
  .header-background::after {
    width: 2rem;
    height: 4rem;
  }
  .topline__title > h1 {
    font-size: 1.7rem;
  }
  .topline__title > p,
  .questions-left-title {
    font-size: 0.8rem;
  }
  .quickbox-content-left {
    max-width: 36rem;
  }
  .quickbox-btn {
    font-size: 0.9rem;
  }
  .box__section-right {
    max-width: 12rem;
  }

  .questions-left-txt {
    font-size: 0.5rem;
  }
  .questions-left-title > span {
    white-space: wrap;
  }
  .questions-left-title::after {
    width: 12rem;
  }
  .section-right-btn {
    font-size: 0.6rem;
    padding: 0.5rem 1rem;
  }
  .tax-section-left > h2 {
    font-size: 2rem;
  }

  .border-left {
    border: none !important;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 2rem;
  }
  .footer::after {
    left: -3rem;
    width: 27rem;
    height: 19rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 400px;
  }
  .header-b-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    gap: 1rem;
  }

  .image-1-right {
    position: static;
    width: 250px;
    height: 200px;
  }
  .image-2-right {
    position: static;
    width: 200px;
    height: 150px;
  }
  .menu {
    width: 60%;
  }
  .menu__btn {
    display: none;
  }
  .left-text-h2,
  .questions-left-txt {
    font-size: 0.8rem;
  }
  .left-text-p::after {
    height: 1px;
  }
  .left-text-h1,
  .tax-section-left > h2 {
    font-size: 1.5rem;
  }
  .left-text-h3,
  .topline__title > p {
    font-size: 0.5rem;
  }
  .b-left-btns {
    flex-direction: column;
  }
  .header-background::before {
    width: 25rem;
    height: 25rem;
  }
  .trusted {
    margin-top: 1rem;
  }
  .topline__title > h1 {
    font-size: 1.4rem;
  }
  .topline__title > h1::after {
    height: 2px;
  }
  .quickbox-left {
    max-width: 180px;
  }
  .quickbox-left-title {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .quickbox-left > p {
    font-size: 0.5rem;
    line-height: normal;
    padding: 0.7rem;
  }
  .quickbox-content-left > p:nth-child(2) {
    font-size: 0.7rem;
  }
  .quickbox-left-btn,
  .content-left-btn {
    font-size: 0.5rem;
    padding: 0.5rem 1rem;
  }
  .quickbox-btn {
    font-size: 0.5rem;
    padding: 1rem;
  }
  .quickbox-content-left > h2 {
    font-size: 1rem;
    padding: 4.5rem 0 1rem 0;
  }
  .content-left-btns {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .quickbox-content-left > p:nth-child(1) {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }
  .content-left-btn:nth-child(1),
  .content-left-btn:nth-child(2) {
    margin: 0.5rem 0.5rem;
  }
  .quickbox-content-left > p:nth-child(4) {
    font-size: 0.5rem;
    padding: 1rem 0;
  }
  .quickbox-content-right {
    padding: 1rem;
  }
  .p2 {
    padding: 1.5rem;
  }
  .quickbox-right {
    width: 100%;
    max-width: 20rem;
  }
  .quickbox-content::after {
    width: 88%;
    height: 97%;
  }
  .tax-section-left > p,
  .box-wrapper-section-left > p {
    font-size: 0.6rem;
  }
  .questions-wrapper {
    flex-direction: column;
  }
  .box__section-left {
    padding: 0;
  }
  .box__section-right {
    position: static;
    background: none;
  }
  .section-right-btn {
    background: linear-gradient(
      120deg,
      var(--gradient-start),
      var(--gradient-end)
    );
    color: var(--background-white-fa);
    margin: 0 0 1rem 0;
  }
  .section-right-btn:hover {
    background: linear-gradient(
      150deg,
      var(--gradient-start),
      var(--gradient-end)
    );
  }
  .questions-left-title,
  .box-wrapper-section-left > h2 {
    font-size: 1rem;
  }
  .questions__box {
    margin: 1rem 0;
  }
  .truster__wrapper-img {
    max-width: 168px;
  }
  .truster__wrapper-img img {
    width: 65%;
  }
  .tax,
  .quickbox,
  .section-right-wrapper,
  .support__box,
  .support__box,
  .slider__box,
  .item__app,
  .footer {
    margin-top: 1rem;
  }
  .dots__dot--active {
    background-color: var(--text-white-color);
  }
}
@media screen and (max-width: 320px) {
  .container {
    transition: all 0.3s 0.2s;
    width: 100%;
  }
  .header-background::before {
    width: 22rem;
    height: 20rem;
  }
  .topline__title > h1 {
    font-size: 1.1rem;
  }
  .topline__title > p {
    font-size: 0.5rem;
  }

  .questions-left-txt {
    font-size: 0.5rem;
  }
}
