@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

body {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web";
  text-transform: uppercase;
  background-color: var(--bg-color);
  --footer-transform: 70px;
}
a {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.scrollbar-track-y {
  width: 10px !important;
  background-color: var(--bg-color-3) !important;
  z-index: 9 !important;
}
.scrollbar-thumb {
  background: var(--primary-gradiant) !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.obj {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}
.obj img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.obj img:nth-child(1) {
  position: relative;
  left: 50px;
  top: -5%;
  transform: translateY(5%);
}
.obj img:nth-child(2) {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  top: -40px;
}
#scroll-content {
  width: 100%;
  height: 100vh;
}

header {
  width: 100%;
  height: auto;
  position: relative;
}
nav {
  width: 100%;
  min-height: 100px;
  padding: 15px 120px;
  background-color: var(--menu-color);
  gap: 70px;
  position: relative;
  z-index: 10;
  justify-content: space-evenly;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 10px;
  width: 200px;
}
.sticky {
  box-shadow: 0px 22px 65px 0px rgba(32, 28, 29, 0.14) !important;
}
.transitionNav {
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aiana-menu {
  gap: 60px;
}
.aiana-menu li a {
  font-size: 16px;
  color: var(--heading-color);
  font-weight: bold;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.anchorHover {
  position: relative;
  overflow: hidden;
}
.anchorHover a {
  position: relative;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0) !important;
}
.aiana-menu li .dup,
.aiana-menu li .sup {
  position: absolute;
  top: 90%;
  left: 0;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
  color: var(--heading-color);
  font-weight: bold;
  font-size: inherit;
}
.aiana-menu li:hover .dup {
  top: 0;
}
.aiana-menu li .sup {
  top: 0 !important;
}
.aiana-menu li:hover .sup {
  top: -90% !important;
}
.aiana-menu li.active .dup,
.aiana-menu li.active .sup {
  opacity: 0;
}
.aiana-hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}

.heroSide {
  width: 100%;
  height: 100%;
  max-height: 750px;
  transform: translateX(80px);
}
.sideImg {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
.sideImg img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 450px;
}
.paddingCustom {
  padding-left: 80px;
}
.aiana-h1 {
  font-size: 115px;
  color: var(--heading-color);
  font-weight: 900;
  line-height: 1;
}
.aiana-desc {
  font-size: 20px;
  font-family: "DM Sans";
  color: var(--text-color) !important;
  font-weight: normal;
  text-transform: none;
  margin-top: 20px;
}
.progressSingle {
  margin-top: 35px;
}
.progressSingle h2 {
  font-size: 68px;
  font-weight: 900;
  color: var(--heading-color);
  line-height: 1;
}
.progressSingle p {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-color);
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  text-transform: none;
  -webkit-background-clip: text;
  margin-top: 5px;
  line-height: 1.1;
}
.aiana-button {
  display: block;
  max-width: 200px;
  margin-top: 30px;
  transition: 0.3s;
}
.aiana-button:hover {
  box-shadow: 0px 0px 12px 8px rgba(81, 18, 127, 0.9);
}

.aiana-heading {
  margin: 30px 0;
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  padding: 0 35px;
  border: solid 1px rgb(251, 192, 34);
  height: 52px;
  border-radius: 30px;
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aiana-h2 {
  font-size: 55px;
  font-weight: 900;
  color: var(--heading-color);
  line-height: 1;
  text-transform: none;
}
.aiana-h3 {
  font-weight: 900;
  font-size: 40px;
  color: var(--heading-color);
  text-transform: none;
  line-height: 1;
  margin-bottom: 30px;
}
.featureBG {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 50%;
}
.featureBG img {
  width: 100%;
  height: 100%;
}
.featureSingle {
  padding: 60px 45px 45px 45px;
  background-color: var(--feature-bg);
  border-radius: 20px;
}
.featureIcon {
  border-radius: 50%;
  background: var(--primary-gradiant);
  width: 97px;
  height: 97px;
  display: grid;
  place-content: center;
  font-size: 40px;
  color: var(--text-color);
  margin-bottom: 30px;
}
.aiana-list-2 {
  margin: 30px 0;
}
.aiana-list-2 li {
  font-size: 18px;
  color: var(--text-color);
  font-weight: normal;
  text-transform: none;
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}
.aiana-list-2 li i {
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.aianaFeature-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.circleImg {
  border-radius: 50%;
  background-color: rgb(22, 21, 24);
  min-width: 708px;
  min-height: 708px;
  overflow: hidden;
}
.circleImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gradient-h1 {
  font-size: 80px;
  color: var(--heading-color);
  font-weight: 900;
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: 40%;
  position: absolute;
}
.gradient-h1.text-end {
  top: 100px;
  left: -100px;
}
.gradient-h1.text-start {
  bottom: 100px;
  right: -100px;
}
.aiana-details {
  height: auto;
  top: -160px;
  background-color: var(--bg-color);
  position: relative;
  margin-bottom: 40px;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.highlightText {
  font-size: 24px;
  color: rgb(170, 170, 170);
  font-weight: bold;
  text-transform: none;
}
.highlightText {
  margin-bottom: 100px;
  text-align: center;
}
.highlightText span {
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.aiana-h1.small {
  font-size: 70px;
}
.list-rounded {
  width: 43px;
  height: 43px;
  background-color: var(--list-round-color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 15px;
}
.list-rounded img {
  width: 20px;
  height: 20px;
  margin: 0 !important;
}
.detailsImg {
  width: 100%;
  height: 100%;
}
.detailsImg img {
  width: 80%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.detailsImg img:nth-child(2) {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.detailsImg img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 45%;
}
.aiana-details-2 {
  width: 100%;
  height: auto;
  padding: 170px 0;
  position: relative;
  z-index: 6;
}
.aiana-desc.lineDesc {
  padding-left: 40px;
  position: relative;
}
.aiana-desc.lineDesc::before {
  content: "";
  background: var(--primary-gradiant);
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.aiana-h4 {
  font-size: 32px;
  font-weight: 900;
  color: var(--heading-color);
  text-transform: none;
}
.aiana-heading.no-border {
  border: 0;
  padding: 0;
  margin: 0;
  height: 35px;
}
.aiana-h2.big {
  font-size: 60px;
}
.line {
  width: 100%;
  height: 3px;
  background: var(--primary-gradiant);
  margin: 25px 0;
}

.priceTable.best {
  margin-top: 0px;
}
.aianaFaq {
  width: 90%;
  margin: 0 auto;
}
.aiana-faqs {
  margin-bottom: 160px;
}
.accordion-item {
  background-color: inherit;
  border: 0;
  margin-bottom: 12px;
  padding: 40px 60px;
  background-color: var(--accordion-bg);

  display: flex;
  align-items: center;
  gap: 25px;
}
.accordion-item img {
  border-radius: 45px;
  width: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
img.active {
  width: 90px;
}
.accordion-header {
  width: 100%;
}
.accordion-header button {
  border-radius: 20px;
  font-size: 28px;
  width: 100%;
  color: var(--heading-color);
  font-weight: bold;
  background-color: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-align: start;
}
.accordion-header button::after {
  content: "\f107";
  font-size: inherit;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(180deg);
}
.accordion-header button.collapsed::after {
  transform: rotate(0);
}
.accordion-body {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  color: var(--text-color);
  font-weight: normal;
  text-transform: none;
  padding: 0;
  padding-top: 25px;
  width: 80%;
}
.aiana-services {
  position: relative;
  padding-bottom: 160px;
}
.aiana-services .section-bg {
  bottom: 0;
  left: 0;
  height: 85%;
  top: auto;
  background-color: var(--serviceBG);
}
.aiana-services .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.servicedetails {
  border-radius: 10px;
  background-color: var(--serviceDetails);
  width: 100%;
  padding: 90px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.servicedetails .aiana-list-2 {
  padding: 25px 0 !important;
  margin: 0 !important;
  width: 85%;
}
.servicedetails .aiana-desc {
  width: 85%;
}
.servicedetails .aiana-list-2 li {
  margin: 12px 0;
}
.servicedetails .serviceSide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
}
.serviceSingle {
  padding-top: 20px;
}
.serviceIcon {
  border-radius: 50%;
  background-color: var(--serviceDetails);
  width: 57px;
  height: 57px;
  display: grid;
  place-content: center;
}

.serviceIcon img {
  width: 29px;
}
.aiana-testimonials {
  width: 100%;
  --testimonialHeight: 430px;
  height: auto;
  /* max-height: var(--testimonialHeight); */
  margin: 30px 0;
}
.testimonialThumb {
  width: max-content;
  overflow: hidden;
  --thumbHeight: 100px;
  height: calc((var(--thumbHeight) * 2) + 20px);
}
.testimonialThumb .swiper-wrapper {
  gap: 15px;
}
.testimonialThumb .swiper-slide {
  border-radius: 50%;
  max-width: var(--thumbHeight);
  max-height: var(--thumbHeight) !important;
  height: var(--thumbHeight) !important;
  overflow: hidden;
}

.testimonialThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiperTestimonials {
  min-height: var(--testimonialHeight);
  overflow: hidden;
}
.testimonialImg {
  position: relative;
  aspect-ratio: 1 /1;
}
.testimonialImg img:not(.quotes) {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonialImg .quotes {
  position: absolute;
  top: 0;
  left: 0;
}
.transfrom-x-130 {
  transform: translateX(-130px);
}
.swiperTestimonials .swiper-slide.swiper-slide-active .aiana-h3 {
  opacity: 1 !important;
}
.swiperTestimonials .swiper-slide.swiper-slide-active .aiana-h4.small {
  opacity: 1 !important;
}
.aiana-h4.small {
  font-weight: bold;
  font-size: 27px;
  opacity: 0;
}
.about {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.aiana-blog {
  margin: 160px 0 calc(160px - var(--footer-transform)) 0;
}
.aiana-heading-2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--primary-gradiant);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.blogSingle {
  padding: 30px 40px;
  height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--blog-bg);
  width: 100%;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}
.blogSingle > * {
  pointer-events: none;
}
.tag {
  font-size: 20px;
  color: var(--text-color);
  font-weight: bold;
  text-transform: none;
}
.blogSingle::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-gradiant);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateZ(-1px) translateY(-50%);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blogSingle:hover::before {
  height: 110%;
}

footer {
  background-color: var(--footer-bg);
  width: 100%;
  padding: calc(var(--footer-transform) + 90px) 0 90px 0;
}
footer .section-bg {
  opacity: 0.4;
}
footer .logo {
  font-size: 30px;
}
.footer-h4 {
  font-size: 26px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.footer-list .anchorHover {
  margin-top: 15px;
  color: white;
}
.footer-list .anchorHover a {
  margin-top: 0 !important;
}
.footer-list li .sup,
.footer-list li .dup {
  color: var(--text-color);
  font-weight: normal;
}
a.aiana-desc {
  display: block;
  font-weight: normal !important;
}
.aiana-letter {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  border: solid 2px transparent;
  transition: 0.5s;
}
.aiana-letter input.custom-input {
  width: 100%;
  height: 100%;
  padding: 14px 14px 14px 35px;
  margin-top: 16px;
  background-color: var(--form-bg);
  border: 2px solid transparent;
  box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.08);
  color: white;
  transition: 0.3s;
}
::placeholder,
.aiana-letter input {
  font-size: 15px;
  color: rgb(116, 126, 140);
}
.aiana-letter input:focus {
  outline: none;
  border-color: rgb(215, 10, 132);
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.checkbox label {
  color: white;
  cursor: pointer;
}
.checkbox input {
  accent-color: rgb(215, 10, 132);
}
.checkbox label a {
  color: rgb(215, 10, 132);
  transition: 0.3s;
}
.checkbox label a:hover {
  color: white;
}
.aiana-letter button, .cookPopup_btn {
  width: max-content;
  background: var(--primary-gradiant);
  height: 100%;
  padding: 16px 30px;
  border: 0;
  font-size: 16px;
  color: var(--heading-color);
  font-weight: bold;
  border-radius: 5px;
  margin: 20px auto 0;
}
.copyright {
  background-color: var(--copyright-bg);
  width: 100%;
  height: 90px;
  font-size: 17px;
  color: rgb(232, 232, 232);
  font-weight: bold;
  text-transform: none;
}
.aiana-projects {
  width: 100%;
  padding: 50px 0;
  background-color: var(--bg-color-2);
}

#projects-tab {
  position: absolute;
  top: 200px;
  right: -39%;
  transform: translateY(-100%) translateX(-50%) rotate(270deg);
}
#projects-tab button {
  font-size: 28px;
  color: var(--heading-color);
  font-weight: 900;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
}

#projects-tab button.active {
  background: var(--secondary-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-single {
  width: 100%;
  position: relative;
  /* scale: 0;
  opacity: 0; */
  overflow: hidden;
}
.project-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-single .bar {
  width: 100%;
  height: 60px;
  background: var(--primary-gradiant);
}
.projectInfo {
  position: absolute;
  bottom: 100px;
  left: 50px;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100px);
}
.project-single:hover .projectInfo {
  opacity: 1;
  transform: translateY(0);
}
.projectInfo p {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
  color: var(--heading-color);
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  background: var(--primary-gradiant);
  border-radius: 24px;
  flex-direction: column;
  width: max-content;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.projectInfo h4 {
  border-radius: 24px;
  background-color: var(--bg-color-3);
  height: 49px;
  padding: 0 20px;
  padding-right: 40px;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  font-size: 26px;
  color: rgb(11, 27, 43);
  font-weight: bold;
  text-transform: none;
  transform: translatey(-6px);
}
.backToTop {
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: grid;
  place-content: center;
  background: var(--menu-color);
  color: var(--heading-color);
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
  cursor: pointer;
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background-color: var(--bg-color);
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999
}
#cookPopup p {
  margin: 0;
  text-align: center;
  color: white;
}
.cookPopup_btn {
  margin: 10px 0 0 0 !important;
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: white;
}
.docs {
  word-break: break-word;
  padding: 80px 0;
}
.docs * {
  color: white;
}
.docs h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
  margin-bottom: 16px;
  text-transform: none;
}
.docs a {
  text-decoration: none !important;
  color: rgb(215, 10, 132);
  transition: 0.3s;
}
.docs a:hover {
  color: white;
}