@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --alt-font: "Playfair Display", sans-serif;
  --primary-font: "Red Hat Display", sans-serif;
  --text-color: #212529;
  --base-color: #357b7f;
  --dark-color: #a1a4a3;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: var(--third-color);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--third-color);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--third-color);
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: var(--primary-black);
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
}

a:hover,
a:focus,
button:hover,
button:focus,
a {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background-color: #f4f6f6;
}
@media (min-width: 1720px) {
  .container {
    max-width: 1720px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}
.hero-logo img {
  height: 55px;
  width: auto;
}

.block-one,
.block-two {
  gap: 70px;
}

.block-one-inner {
  gap: 23.33px;
  align-items: center;
}

.block-one-inner p {
  font-size: 35px;
  margin: 0;
}
.heading {
  color: #030712;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 83px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
  padding: 70px 0;
}

.heading span {
  font-family: "Playfair Display";
  font-style: italic;
}

.hero-section {
  background-image: url("../img/bg1.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.banner-section {
  background-image: url("../img/bg5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.features-section {
  background-image: url("../img/bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.show-demo {
  background-image: url("../img/bg3.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.responsive-demo-section {
  background-image: url("../img/bg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-section {
  background-image: url("../img/bg6.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#mainNavbar .navbar-nav {
  border-radius: 40px;
  border: 1.5px solid rgba(121, 117, 136, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  padding: 20px 60px;
  display: flex;
  gap: 48px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--colors-white, #fff);
  font-family: "Instrument Sans";
  font-size: var(--type-size-xl, 20px);
  font-style: normal;
  font-weight: var(--type-weight-semibold, 600);
  line-height: 28px;
  padding: 0;
}
.button-gradient-border {
  position: relative;
  display: inline-flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 60px;
  z-index: 1;
}
.button-gradient-border:hover {
  color: #fff;
  border: none;
  transform: none !important;
  transition: none !important;
}
.button-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(240, 156, 60, 1) 0%,
    rgba(147, 81, 232, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.hero-heading-title {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 83px;
  font-style: normal;
  font-weight: 800;
  line-height: 116.893px;
  padding-top: 155px;
}
.hero-heading-title span {
  font-family: "Playfair Display";
  font-style: italic;
}
.sub-title.text-center {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  max-width: 910px;
  margin: 0 auto;
  padding: 40px 0 48px 0;
}
button.hero-button {
  border-radius: 10px;
  border: 1px solid #dbbafa;
  background: #8a38f5;
  display: inline-flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--colors-white, #fff);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mb-60 {
  margin-bottom: 60px;
}
.hero-style2 {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .hero-style2 {
    padding: 0 0;
  }
  .block-one,
  .block-two {
    gap: 35px !important;
  }
}
.hero-logo-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 135px 0 90px 0;
}

.feature-card img {
  min-height: 460px;
  height: auto;
}
.countdown-block {
  margin-bottom: 100px;
}
.template-card {
  position: relative;
  border: 2px solid #35363b;
  border-radius: 20px;
  z-index: 0;
  padding: 24px;
  background: #1c1e25;
}
.template-card-feature {
  position: relative;
  border: 1px solid #35363b;
  border-radius: 20px;
  z-index: 0;
  padding: 40px 40px 24px 40px;
  background: #1c1e25;
  height: 100%;
  min-height: 524px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.template-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 5px;
  background: linear-gradient(
    90deg,
    rgba(240, 156, 60, 1),
    rgba(147, 81, 232, 1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.template-card:hover::after {
  opacity: 1;
}

h2.demo-title {
  color: var(--colors-white, #fff);
  font-family: "Red Hat Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mb-30 {
  margin-bottom: 30px;
}
.demo-coming {
  color: var(--colors-white, #fff);
  font-family: "Red Hat Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 26px;
  background: var(--colors-rose-600, #e11d48);
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
}
.template-card-feature img {
  display: flex;
  margin: 0 auto;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.gradient-bg {
  background: radial-gradient(
    circle at bottom right,
    rgba(144, 0, 255, 0.3),
    transparent 50%
  );
}
.demo-feature-content .demo-title {
  color: var(--colors-white, #fff);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.demo-feature-content .sub-title {
  color: var(--colors-gray-50, #f9fafb);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
.responsive-content .title {
  color: var(--colors-gray-950, #030712);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}
.responsive-content .sub-title {
  color: var(--colors-gray-600, #4b5563);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.154px;
}
.footer {
  border-top: 1px solid #282b38;
  color: #aaa;
  padding: 30px 0;
  font-size: 14px;
}
.footer-title {
  color: var(--colors-white, #fff);
  font-family: "Red Hat Display";
  font-size: 76px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
}
.text-green {
  color: var(--colors-green-500, #22c55e);
  font-family: "Playfair Display";
}
.footer-top {
  padding: 100px 0 70px;
}
.footer-section .list-unstyled {
  margin-top: 24px;
}
.footer-section .list-unstyled li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-section .list-unstyled li svg {
  flex-shrink: 0;
}
.footer-features {
  border-radius: 20px;
  border: 1px solid #35363b;
  background: #1c1e25;
  margin: 0 auto;
  padding: 90px;
}
.footer-features p {
  color: var(--colors-white, #fff);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-center .title {
  color: var(--colors-white, #fff);
  text-align: center;
  font-family: "Red Hat Display";
  font-size: 63.214px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (min-width: 991px) {
  #mainNavbar2 {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #mainNavbar2 {
    display: none !important;
  }
}

/* =======================================
   Micro-Animations 
======================================= */
.hero-button {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.button-gradient-border,
.btn.button-gradient-border,
.button-gradient-border:hover,
.btn.button-gradient-border:hover,
.no-hover-effect,
.no-hover-effect:hover,
.no-hover-effect:focus {
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  color: #fff !important;
  border: none !important;
}

.btn-outline-light,
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
  background-color: transparent !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
  border: 1px solid #f8f9fa !important;
}

.btn-outline-light svg path,
.btn-outline-light:hover svg path {
  transition: none !important;
  stroke: #fff !important;
}

.btn-outline-light svg {
  margin-right: 4px;
}

.block-one-inner img {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.block-one-inner:hover img {
  transform: rotate(30deg) scale(1.1);
}

.feature-box svg {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-box:hover svg {
  transform: rotate(30deg) scale(1.1);
}

.template-card,
.template-card-feature,
.feature-card,
.responsive-demo-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.template-card:hover,
.template-card-feature:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-card:hover,
.responsive-demo-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.template-card img,
.template-card-feature img,
.responsive-demo-card img {
  transition: transform 0.5s ease;
}

.nav-link {
  position: relative;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--colors-white, #fff);
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}

.demo-title a {
  transition: color 0.3s ease;
}
.demo-title a:hover {
  color: #a855f7;
}

.demo-icon svg path {
  transition: stroke 0.3s ease;
}
.demo-icon:hover svg path {
  stroke: #a855f7;
}

.btn.btn-outline-light {
  margin-bottom: 182px !important;
}

/* =======================================
   Responsive Adjustments 
======================================= */
@media (max-width: 1200px) {
  .hero-heading-title {
    font-size: 64px;
    line-height: 80px;
  }
  .heading {
    font-size: 64px;
    line-height: 70px;
    padding: 50px 0;
  }
  .footer-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .hero-heading-title {
    font-size: 52px;
    line-height: 64px;
    padding-top: 80px;
  }
  .heading {
    font-size: 48px;
    line-height: 56px;
    padding: 40px 0;
  }
  .sub-title.text-center {
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
  }
  .footer-title {
    font-size: 48px;
    line-height: 60px;
  }
  .footer-center .title {
    font-size: 42px;
  }
  .footer-features {
    padding: 40px;
  }
  .footer-features p {
    font-size: 20px;
  }
  .feature-box svg {
    width: 60px;
    height: auto;
  }
  .btn.btn-outline-light {
    margin-bottom: 80px !important;
  }
  #mainNavbar2 .navbar-nav {
    border-radius: 20px;
    border: 1.5px solid rgba(121, 117, 136, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    padding: 20px;
    gap: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .hero-heading-title {
    font-size: 40px;
    line-height: 50px;
    padding-top: 60px;
  }
  .heading {
    font-size: 36px;
    line-height: 46px;
    padding: 30px 0;
  }
  .sub-title.text-center {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
  }
  .block-one-inner p {
    font-size: 24px;
  }
  .block-one-inner img {
    height: 35px;
  }
  .footer-title {
    font-size: 36px;
    line-height: 46px;
  }
  .footer-center .title {
    font-size: 32px;
  }
  .footer-features {
    padding: 20px;
  }
  .footer-features p {
    font-size: 16px;
    min-height: 48px;
  }
  .feature-box svg {
    width: 45px;
    height: auto;
  }
  .responsive-content .title {
    font-size: 28px;
  }
  .responsive-content .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .demo-feature-content .demo-title {
    font-size: 24px;
  }
  .demo-feature-content .sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .template-card-feature {
    padding: 24px 20px;
    min-height: auto;
  }
  .button-gradient-border {
    padding: 12px 20px;
  }
  .btn.btn-outline-light {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 575px) {
  .hero-heading-title {
    font-size: 32px;
    line-height: 42px;
  }
  .heading {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-title {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-center .title {
    font-size: 24px;
  }
  .block-one,
  .block-two {
    gap: 20px !important;
  }
  .button-gradient-border {
    padding: 10px 15px;
    font-size: 14px;
  }
  .btn.btn-outline-light {
    margin-bottom: 50px !important;
  }
  .btn.btn-outline-light {
    margin-bottom: 40px !important;
  }
}
