@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap');

/* Globle Css */
* {
  box-sizing: border-box;
}

:root {
  --primary: #FF3BFF;
  --white: #ffffff;
  --black: #000;
  --font1: "Inter", sans-serif;
  --font2: "Outfit", sans-serif;
  --font3: "Manrope", sans-serif;
}

p {
  font-size: 18px;
  font-weight: 200;
}

a {
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
}

a,
p,
h1,
h2,
h3,
h4,
h5 {
  color: var(--white);
  font-family: var(--font2);
}

p {
  color: var(--white);
  font-family: var(--font1);
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

.banner {
  height: 100vh;
  padding-top: 160px;
  position: relative;
  overflow: inherit;
}

.main {
  background: var(--black);
  position: relative;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

/* Header */
.main header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  background: #00000085;
  z-index: 9;
}

.header-menu nav ul li {
  margin: 5px 10px;
}

.header-menu nav ul li a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
}

.header-social ul li a {
  font-size: 20px;
}

header.scrolled {
  background-color: #000;
}

/* Banner */

.gradient-text {
  background-image: linear-gradient(90deg,
      rgba(255, 59, 255, 1) 0%,
      rgba(236, 191, 191, 1) 38%,
      rgba(92, 36, 255, 1) 76%,
      rgba(217, 79, 213, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text2 {
  background-image: linear-gradient(45deg,
      rgba(76, 87, 207, 1) 0%,
      rgba(200, 80, 192, 1) 50%,
      rgba(255, 204, 112, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
}

.banner-content .banner-title h1 {
  font-size: 75px;
  font-weight: bold;
}

.banner-content .banner-title h4 {
  color: var(--white);
  font-size: 40px;
  font-family: var(--font1);

}

.banner .banner-right-img img {
  width: 100%;
}

.btn-bg {
  background: linear-gradient(45deg,
      rgba(76, 87, 207, 1) 0%,
      rgba(200, 80, 192, 1) 50%,
      rgba(255, 204, 112, 1) 100%);
}

.main-btn {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-radius: 30px;
  gap: 8px;
  border: 1px solid var(--primary);
}

.btn-text .top {
  font-size: 12px;
}

.main-btn i {
  font-size: 30px;
}

.btn-text {
  line-height: 16px;
}

.btn-text .bottom-text {
  font-weight: 600;
  font-size: 16px;
}

.primary-btns {
  margin-top: 40px;
  gap: 40px;
}

.banner-main-content {
  position: relative;
  z-index: 0;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.banner-img img {
  width: 100%;
}

/* ABOUT US */

section.about {
  background: #2a1f27;
}

.about-img img {
  width: 100%;
}

.about-content .title-heading h6 {
  margin: 0;
}

.title-heading h6 {
  font-size: 22px;
  font-weight: bold;
  margin: auto;
  font-family: var(--font3);
}

.title-heading h2 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
}

section.about .about-list li {
  color: var(--white);
  list-style: disc;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 200;
}

section.about .about-list {
  padding-left: 20px;
}

.about-content {
  padding-left: 50px;
}

/* Feature */

.feature-img img {
  width: 100%;
}

.features {
  background: url(../images/feature/background.png);
  background-size: cover;
}

.feature-box .feature-icon img {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  height: 50px;
  width: 50px;
}

.feature-title h4 {
  font-size: 28px;
  margin: 16px 0;
  font-family: var(--font3);
}

.features .title-heading h2 {
  font-family: var(--font3);
}

.features .title-heading p {
  font-family: var(--font3);
}

.feature-des p {
  font-size: 16px;
  font-family: var(--font3);
}

.feature-box {
  margin-bottom: 50px;
}

.feature-box.text-end {
  margin-right: -90px;
  position: relative;
}

.feature-box.text-left {
  margin-left: -90px;
  position: relative;
}

/* Explore */

.explore {
  overflow: hidden;
  padding-bottom: 90px;
}

.explore .title-heading h2 {
  font-family: var(--font3);
}

.explore .title-heading p {
  font-family: var(--font3);
}

.owl-carousel .item {
  transition: transform 0.3s ease;
  padding: 10px;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* Zoom only center item */
.owl-carousel .owl-item.center .item img {
  transform: scale(1.4);
  z-index: 2;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: inherit;
}

.slider-container {
  margin-top: 150px;
}

/* CTA */

.cta-img img {
  width: 100%;
}

section.cta {
  position: relative;
  padding: 160px 0;
}

.cta-bg-img {
  position: absolute;
  top: -208px;
  left: 0;
  right: 0;
  z-index: 0;
}

.cta-bg-img img {
  width: 100%;
}

.cta-content {
  padding-left: 50px;
  position: relative;
}

.cta-des p {
  font-family: var(--font2);
}

/* Footer */

footer {
  padding: 60px 0 30px;
  position: relative;
  background: url(../images/footer/background.png);
  background-size: cover;
}

.footer-menu ul {
  gap: 50px;
}

.footer-menu ul li a {
  font-size: 18px;
}

.owl-nav,
.owl-dots {
  display: none;
}

.mob-menu {
  display: none;
}

/* Responsive */

@media only screen and (max-width: 1024px) {
  .banner-content .banner-title h1 {
    font-size: 40px;
  }

  .banner {
    height: 100%;
  }

  .banner-content .banner-title h4 {
    font-size: 30px;
  }

  .main-btn {
    padding: 10px 10px;
    width: 50%;
  }

  .primary-btns {
    gap: 10px;
  }

  .header-logo img {
    width: 120px;
  }

  .header-menu nav ul li a {
    padding: 10px 10px;
  }

  .header-menu nav ul li {
    margin: 5px 5px;
  }

  .title-heading h2 {
    font-size: 30px;
    margin-top: 10px;
  }

  .about-content {
    padding-left: 0;
  }

  .footer-logo img {
    width: 120px;
  }

  section.cta {
    position: relative;
    padding: 60px 0;
  }

  .footer-menu ul {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile {
    display: none;
  }

  .header-social {
    display: none;
  }

  p {
    font-size: 16px;
  }

  .toggle-img {
    display: block !important;
  }

  .banner-content .banner-title h1 {
    font-size: 40px;
  }

  .feature-box.text-end {
    margin-right: 0;
    text-align: center !important;
  }

  .feature-box.text-left {
    margin-left: 0;
    text-align: center;
  }

  .banner-title {
    text-align: center;
  }

  .banner-content .banner-title h4 {
    font-size: 28px;
  }

  .banner-text.mt-4 {
    text-align: center;
  }

  .primary-btns {
    margin-top: 30px;
    gap: 10px;
    width: 100%;
  }

  .main-btn {
    width: 50%;
    padding: 10px;
    justify-content: center;
  }

  .banner {
    height: 100%;
  }

  .banner-right-img {
    margin-top: 50px;
  }

  .banner-img {
    top: 22%;
  }

  .about-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .title-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
  }

  .feature-img {
    margin-bottom: 50px;
  }

  section.cta {
    padding: 70px 0;
  }

  .cta-img {
    display: none;
  }

  .cta-content {
    padding-left: 0;
  }

  .cta-content .title-heading {
    text-align: center;
  }

  .cta-content .cta-des {
    text-align: center;
  }

  footer {
    padding: 40px 0 30px;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-social {
    display: none;
  }

  .footer-social-mob {
    display: block !important;
  }

  .footer-social-mob ul li a i {
    font-size: 20px;
  }

  .footer-menu ul {
    gap: 30px;
  }

  .mob-menu {
    position: fixed;
    background: #000;
    width: 100%;
    top: 0;
    left: 100%;
    height: 100vh;
    z-index: 2;
    text-align: center;
    display: block;
    transition: all 0.5s;
  }

  .mob-menu .header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .close {
    position: absolute;
    top: 2%;
    right: 2%;
  }

  .close img {
    height: 40px;
    width: 40px;
  }

  section.features {
    padding-bottom: 0;
  }

  .cta-bg-img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 0;
  }
}

@media only screen and (max-width: 374px) {
  .banner-content .banner-title h1 {
    font-size: 32px;
  }

  .main-btn i {
    font-size: 20px;
  }

  .btn-text .bottom-text {
    font-weight: 600;
    font-size: 14px;
  }

  .btn-text .top {
    font-size: 10px;
  }

  .title-heading h2 {
    font-size: 24px;
  }

  section.about .about-list li {
    font-size: 16px;
  }

  .title-heading h6 {
    font-size: 20px;
  }

  section.features {
    padding-bottom: 0;
  }

  .cta-bg-img {
    top: 0px;
  }

  section.cta {
    padding: 10px 0 50px;
  }

  .footer-menu ul {
    gap: 20px;
  }

  .slider-container {
    margin-top: 70px;
  }
}