@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #1b1b1f;
  color: #ffffff;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-t-header.is-open .i-t-header-background {
  left: 0;
}
.i-t-header-button-wrapper {
  margin-left: auto;
}
.i-t-header-icon {
  display: none;
}

.i-t-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-t-navigation-list.is-open {
  right: 0;
}
.i-t-header-icon-menu {
  display: block;
}

.i-t-header-icon-button.is-open .i-t-header-icon-menu {
  display: none;
}

.i-t-header-icon-button.is-open .i-t-header-icon-close {
  display: block;
}

.i-t-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #1b1b1f;
}

.i-t-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #1b1b1f;
}
.i-t-header.is-open .i-t-header-background {
  left: 0;
}
.i-t-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-t-header-icon-menu {
  display: block;
}

.i-t-header-icon-button.is-open .i-t-header-icon-menu {
  display: none;
}

.i-t-header-icon-button.is-open .i-t-header-icon-close {
  display: block;
}

.i-t-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  padding: 8px 16px;
  position: relative;
}

.i-t-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 26px;
  border-radius: 40px;
  gap: 26px;

  background: #1b1b1f;
}

.i-t-navigation-list.is-open {
  right: 0;
}

.i-t-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffffff;
}

.i-t-navigation-link:hover,
.i-t-navigation-link:focus {
  color: #daa520;
}

.i-t-header.is-open {
  background-color: transparent;
}

.i-t-navigation-img {
  display: none;
}

@media screen and (min-width: 1198px) {
  .i-t-navigation-img {
    display: block;
    margin-right: 206px;
  }
  .i-t-header-icon-title {
    display: none;
  }
  .i-t-header-button-wrapper {
    display: none;
  }
  .i-t-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #1b1b1f;
    height: 60px;
  }

  .i-t-header-background {
  }
  .i-t-header-icon-button {
    display: none;
  }
  .i-t-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1296px;
    margin: auto;
  }

  .i-t-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;

    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 30px;
    height: 0px;
    justify-content: center;
    align-items: center;

    padding: 0;
    width: 1440px;
    border: none;
  }

  .i-t-navigation-link {
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-t-navigation-item-desk {
    display: none;
  }
}
.i-t-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero.png");
  margin: auto;
}
.i-t-home-container {
  width: 375px;
  padding: 100px 16px 0px;
  margin: auto;
}

.i-t-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i-t-home-title {
  font-family: Cinzel Decorative;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.i-t-home-title span {
  color: #daa520;
}
.i-t-home-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  padding: 70px 0 40px;
}
.i-t-home-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.i-t-home-link {
  transition: all 0.3s ease-in-out;
  width: 256px;

  padding-top: 12px;
  padding-bottom: 12px;
  background: #daa520;
  text-align: center;
  border-radius: 24px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1b1b1f;
}
.i-t-home-link-two {
  border: 1px solid #daa520;
  background: #1b1b1f1a;
  color: #daa520;
}
.i-t-home-link:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1198px) {
  .i-t-home {
    width: 1440px;
    height: 570px;
    background-image: url("/img/Hero\ \(1\).png");
  }
  .i-t-home-container {
    width: 1440px;
    padding: 100px 0px 0px;
  }
  .i-t-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .i-t-home-title {
    font-family: Cinzel Decorative;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-t-home-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    width: 872px;
    padding: 40px 0 64px;
  }
  .i-t-home-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .i-t-home-link {
    width: 256px;
    border-radius: 24px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
  }
}
.i-t-about {
  margin: auto;
  width: 375px;
  height: 1160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/About\ Royal\ Rush\ Quest.png");
}
.i-t-about-container {
  margin: auto;
  padding: 40px 16px;
}
.i-t-about-title {
  font-family: Cinzel Decorative;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #daa520;
}
.i-t-about-title-two {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;

  padding-top: 16px;
}
.i-t-about-title-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 40px;
  color: #ababb9;
}
.i-t-about-title-text span {
  color: #ffffff;
}
.i-t-about-title-text-two {
  padding-top: 286px;
}
.i-t-about-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  padding-top: 272px;
}
.i-t-about-text-list {
  list-style-type: disc;
  padding-top: 16px;
  margin-left: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ababb9;
}

@media screen and (min-width: 1198px) {
  .i-t-about {
    width: 1440px;
    height: 932px;
    background-image: url("/img/About\ Royal\ Rush\ Quest\ \(1\).png");
  }
  .i-t-about-container {
    padding: 80px 160px;
  }
  .i-t-about-title {
    font-family: Cinzel Decorative;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .i-t-about-title-two {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 24px;
  }
  .i-t-about-title-text {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 64px;
  }
  .i-t-about-title-text-two {
    padding-top: 120px;
    width: 544px;
  }
  .i-t-about-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 160px;
    padding-left: 576px;
  }
  .i-t-about-text-list {
    padding-left: 576px;
    padding-top: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-t-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.i-t-why-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.i-t-why-item {
  border: 1px solid #2a2a31;
  border-radius: 24px;
  border-width: 1px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.i-t-why-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.i-t-why-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ababb9;
}

@media screen and (min-width: 1198px) {
  .i-t-why-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .i-t-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
  }
  .i-t-why-item {
    width: 352px;
    height: 228px;
    border-radius: 24px;
    gap: 16px;
    padding: 24px;
  }

  .i-t-why-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-t-why-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-t-why-item-two {
    width: 544px;
    height: 228px;
    border-radius: 24px;
    border-width: 1px;
    gap: 16px;
    padding: 24px;
  }
}

.i-t-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.i-t-uniqueness-text-one {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 24px;
}
.i-t-uniqueness-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.i-t-uniqueness-item {
  background: #2a2a31;
  border-radius: 16px;
  gap: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.i-t-uniqueness-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 24px;
  color: #daa520;
}
.i-t-uniqueness-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-t-uniqueness-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ababb9;
  padding-top: 8px;
}
.i-t-uniqueness-text-two-q {
  list-style-type: disc;
  margin-left: 20px;
}
.i-t-uniqueness-item-div {
  border: 1px solid #ababb9;
  margin: 8px 0;
}
.i-t-uniqueness-item-img {
  width: 311px;
}

@media screen and (min-width: 1198px) {
  .i-t-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }

  .i-t-uniqueness-text-one {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 38px;
  }
  .i-t-uniqueness-list {
    padding-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .i-t-uniqueness-item {
    border-radius: 24px;
    gap: 32px;
    padding: 24px;

    flex-direction: row;
  }

  .i-t-uniqueness-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    padding-bottom: 32px;
  }
  .i-t-uniqueness-text {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-t-uniqueness-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 8px;
  }
  .i-t-uniqueness-text-two-q {
    list-style-type: disc;
    margin-left: 20px;
  }
  .i-t-uniqueness-item-div {
    border: 1px solid #ababb9;
    margin: 16px 0;
  }
  .i-t-uniqueness-item-img {
    width: 520px;
  }
  .i-t-uniqueness-item-two {
    flex-direction: row-reverse;
  }
}

.i-t-how-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.i-t-how-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.i-t-how-item {
  border: 1px solid #2a2a31;
  display: flex;
  border-radius: 24px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  gap: 16px;
}

.i-t-how-img {
  width: 88px;
  height: 52px;
}
.i-t-how-item-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.i-t-how-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-t-how-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ababb9;
}

@media screen and (min-width: 1198px) {
  .i-t-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }

  .i-t-how-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .i-t-how-item {
    border-radius: 24px;
    padding-top: 8px;
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
    gap: 32px;
    align-items: center;
  }

  .i-t-how-img {
    width: 128px;
    height: 80px;
  }
  .i-t-how-item-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .i-t-how-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-t-how-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-t-reviews-container {
  margin: auto;
  padding: 40px 16px;
  width: 375px;
}
.i-t-reviews-list {
  padding-top: 24px;
}

.i-t-reviews-item {
  margin: 0 8px;
  width: 327px;
  height: 208px;
  border-radius: 24px;
  padding: 16px;
  background: #2a2a31;
}

.i-t-reviews-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  height: 96px;
}
.i-t-reviews-item-div {
  border: 1px solid #ababb9;
  margin: 16px 0;
}
.i-t-reviews-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  color: #ababb9;
}
.i-t-reviews-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  color: #ababb9;
  padding-top: 4px;
}
.slick-dots li {
  display: none;
}

@media screen and (min-width: 1198px) {
  .i-t-reviews-container {
    margin: auto;
    padding: 80px 160px;
    width: 1440px;
  }

  .i-t-reviews-list {
    padding-top: 24px;
  }

  .i-t-reviews-item {
    margin: 0 16px;
    width: 352px;
    height: 240px;
    border-radius: 24px;
    gap: 16px;
    padding: 24px;
  }

  .i-t-reviews-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    height: 108px;
  }

  .i-t-reviews-text {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
  .i-t-reviews-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
}

.i-t-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.i-t-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.i-t-faq-question {
  display: flex;
  align-items: end;
  border: 1px solid #2a2a31;
  justify-content: space-between;

  border-radius: 24px;
  padding-left: 21px;
}
.i-t-faq-question img {
  height: 68px;
  width: 106px;
}
.i-t-faq-question p {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  width: 191px;
  padding: 15px 23px 15px 0;
}

.i-t-faq-answer {
  margin-top: 8px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ababb9;
}
.i-t-faq-answer img {
  width: 68px;
  height: 67px;
}
@media screen and (min-width: 1198px) {
  .i-t-faq-container {
    padding: 80px 160px;
    width: 1440px;
    margin: auto;
  }

  .i-t-faq-list {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .i-t-faq-question {
    display: flex;
    align-items: end;
    border: 1px solid #2a2a31;
    justify-content: start;

    border-radius: 24px;
    padding-left: 21px;
  }

  .i-t-faq-question p {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    width: auto;
    padding: 15px 23px 15px 0;
  }

  .i-t-faq-answer {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    gap: 38px;
  }
  .i-t-faq-answer img {
    width: 68px;
    height: 67px;
  }
}

.i-t-features-container {
  width: 375px;
  margin: auto;
  height: 555px;
  padding: 40px 16px;
  background-image: url("/img/features/Contact\ Us.png");
}
.i-t-features-div {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.i-t-features-div-two {
  display: flex;

  gap: 32px;
}
.i-t-features-div-item {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-t-features-div-item-text {
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #ababb9;
}
.i-t-features-div-items {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 1198px) {
  .i-t-features-container {
    width: 1440px;
    height: 629px;
    margin: auto;
    padding: 80px 160px;
    background-image: url("/img/features/Contact\ Us\ \(1\).png");
  }
  .i-t-features-div {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }

  .i-t-features-div-two {
    display: flex;

    gap: 32px;
  }
  .i-t-features-div-item {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-t-features-div-item-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-t-features-div-items {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.i-t-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-t-container h1 {
  font-family: Cinzel Decorative;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #daa520;
}

.i-t-container h2 {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-t-container h3 {
  margin-top: 10px;
  font-family: Roboto;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-t-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-t-container ul li {
  margin-bottom: 10px;
}
.i-t-container p {
  margin-top: 10px;
}
.i-t-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.i-t-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1198px) {
  .i-t-container {
    padding: 140px 160px 80px;
    width: 1440px;
    margin: auto;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-t-container h1 {
    font-family: Cinzel Decorative;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .i-t-container h2 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-t-container h3 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-t-container ul {
    margin-top: 20px;
  }

  .i-t-container ul li {
    margin-bottom: 10px;
  }
  .i-t-container p {
    margin-top: 20px;
  }
}

.i-t-footer-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;

  gap: 40px;
  background: #1b1b1f;
}
.i-t-footer-container-two {
  display: flex;
  flex-direction: column;

  gap: 40px;
}
.i-t-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.i-t-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-t-footer-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.i-t-footer-div {
  display: flex;
  flex-direction: column;
}
.i-t-footer-div-item {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-t-footer-div-item a {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ababb9;
}

@media screen and (min-width: 1198px) {
  .i-t-footer-container {
    width: 1440px;
    padding: 40px 160px;

    gap: 40px;
  }
  .i-t-footer-container-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    gap: 40px;
  }
  .i-t-footer-wrapper {
    display: flex;
    flex-direction: column;

    gap: 16px;
  }

  .i-t-footer-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }

  .i-t-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-t-footer-div-item {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-t-footer-div-item a {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-t-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 24px;
  background: #1b1b1f;

  z-index: 1000;
  display: none;
}

.i-t-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.i-t-cookie-button-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 40px;
}

.i-t-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 256px;

  border-radius: 28px;
  border-width: 1px;

  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 12px 0;
}

#accept-cookies {
  background: #ffffff;
  color: #1b1b1f;
}

.i-t-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1198px) {
  .i-t-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .i-t-cookie-popup-text-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }

  .i-t-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .i-t-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 20px 30px;
    display: none;
  }
}
