/*
Template Name: BlogXston - Modern Blog and Magazine - HTML Template
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Prompt:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-one: #FF4C60;
  --text-primary: #101010;
  --primary-one-light: #FFF2E8;
  --primary-five-light: #FFEDDF;
  --primary-one-lighter: rgba(255, 242, 232, 0.5);
  --primary-two-lighter: rgba(255, 235, 219, 0.3);
  --primary-one-dark: rgba(211, 51, 0, 1);
  --primary-light-text: rgba(255, 242, 232, 1);
  --primary-light-border: rgba(255, 127, 24, 0.2);
  --content-bg: #F1F6FB;
  --linear-green-light: rgba(0, 185, 141, 0.3);
  --border-color: #EEEEEE;
  --primary-border: rgba(239, 203, 173, 1);
  --linear-yellow: #FFA811;
  --linear-blue: #006CE4;
  --linear-green: rgb(0, 185, 141);
  --linear-pink: rgb(248, 108, 167);
  --linear-pink-light: rgba(248, 108, 167, 0.2);
  --linear-red: #FF166A;
  --text-secondary: #5E5E5E;
  --white: #ffffff;
  --light-bg: #FAFAFA;
  --font-prompt: "Prompt", sans-serif;
  --font-inter: "Inter", sans-serif;
}

::-moz-selection {
  color: var(--white);
  background: var(--primary-one);
}

::selection {
  color: var(--white);
  background: var(--primary-one);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-prompt);
}

p {
  font-family: var(--font-inter);
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/*================================================
2. Mixins Css
=================================================*/
.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

.ml-40 {
  margin-left: 40px;
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-25 {
  padding-top: 25px;
}

.container {
  max-width: 1420px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 88%;
  }
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  padding: 20px;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-light-one);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--text-light2);
  /* Note: border width handled through JS */
}

.cursor-style-two {
  border-radius: 0% !important;
  background-color: var(--white) !important;
  color: #000 !important;
  padding: 15px;
  font-family: var(--font-kegina);
}

/* Ball view
  ============= */
#ball.ball-view {
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  font-size: 16px;
}

/* Ball drag
  ============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--text-light-one);
  height: 15px;
  line-height: 15px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 0.35s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: 0.35s;
}

/* Ball close
  ============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1;
  text-align: center;
}

/* Magnetic cursor
  =================== */
.magnetic-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

#ball.magnetic-active {
  border-color: var(--text-light-one) !important;
}

/*=======================================
Header Area
=======================================*/
.btn--primary {
  color: var(--white);
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 18px;
  padding: 10px 27px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: transparent;
  transition: 0.5s;
  overflow: hidden;
  background-color: var(--text-primary);
  border-radius: 5px;
}
.btn--primary svg {
  fill: var(--white);
  margin-right: 10px;
}
.btn--primary::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-one);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  color: var(--white);
}
.btn--primary:hover {
  color: #fff;
}
.btn--primary:hover::before {
  width: 0px;
}
@media (max-width: 420px) {
  .btn--primary {
    font-size: 15px;
    padding: 6px 15px;
  }
}

.btn--primary-outline {
  font-family: var(--font-prompt);
  font-weight: 600;
  font-size: 18px;
  padding: 10px 31px;
  color: var(--primary-one);
  border-radius: 0px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #FF4C60;
}
.btn--primary-outline::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
}
.btn--primary-outline:hover {
  color: var(--white);
  background-color: var(--primary-one);
}
.btn--primary-outline:hover::before {
  opacity: 1;
  width: 0px;
}
@media (max-width: 420px) {
  .btn--primary-outline {
    font-size: 14px;
    padding: 7px 27px;
  }
}

.arrow-style-2 .blog-prev,
.arrow-style-2 .blog-next {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  text-align: center;
  transition: all 0.4s ease;
}
.arrow-style-2 .blog-prev i,
.arrow-style-2 .blog-next i {
  color: var(--primary-one);
}
.arrow-style-2 .blog-prev:hover,
.arrow-style-2 .blog-next:hover {
  background: var(--primary-one);
}
.arrow-style-2 .blog-prev:hover:hover i,
.arrow-style-2 .blog-next:hover:hover i {
  color: var(--white);
}

.arrow-style-1 .post-formate-prev,
.arrow-style-1 .post-formate-next {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary-one);
  text-align: center;
  transition: all 0.4s ease;
}
.arrow-style-1 .post-formate-prev i,
.arrow-style-1 .post-formate-next i {
  color: var(--primary-one);
}
.arrow-style-1 .post-formate-prev:hover,
.arrow-style-1 .post-formate-next:hover {
  background: var(--primary-one);
}
.arrow-style-1 .post-formate-prev:hover:hover i,
.arrow-style-1 .post-formate-next:hover:hover i {
  color: var(--white);
}

header.style-1 {
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
  animation: smooth-header 0.65s linear;
  background-color: #fff;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .header-logo {
  padding: 15px 0;
}
header.style-1 .menu-close-btn i {
  color: var(--title-color1);
}
header.style-1 .nav-right {
  gap: 24px;
}
header.style-1 .nav-right .header-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    margin-left: 50px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header.style-1 .nav-right .mobile-menu-btn span {
    width: 29px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--text-primary);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.style-1 .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 12px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--text-primary);
    content: "";
    top: -10px;
    right: 0;
  }
  header.style-1 .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 20px;
    right: 0;
    background-color: var(--text-primary);
    content: "";
    top: 10px;
    border-radius: 10px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 40px;
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu .mobile-menu-logo {
  display: none;
}
header.style-1 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu ul > li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu ul > li {
    padding: 0px 8px;
  }
}
header.style-1 .main-menu ul > li:hover i {
  color: var(--title-color1);
  font-size: 20px;
}
header.style-1 .main-menu ul > li a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  font-family: var(--font-inter);
  color: var(--text-primary);
  display: block;
  text-transform: capitalize;
  padding: 30px 25px;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
header.style-1 .main-menu ul > li:hover a {
  color: var(--primary-one);
}
header.style-1 .main-menu ul > li.active a {
  color: var(--primary-one);
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu ul {
    float: none;
    text-align: left;
    padding: 50px 10px 35px 0;
  }
  header.style-1 .main-menu ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-menu ul li i {
    display: block;
  }
  header.style-1 .main-menu ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 1rem;
  }
  header.style-1 .main-menu ul li .bi {
    top: 8px;
    font-size: 20px;
  }
  header.style-1 .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  header.style-1 .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-one);
    border-radius: 50%;
    transition: 0.35s;
  }
  header.style-1 .social-area ul li a i {
    color: var(--white);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }
}

/*=======================================
 3. Banner Area
=======================================*/
.banner-area {
  background-image: url(../images/bg/banner-bg.png);
  margin: 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 40px;
  background-size: cover;
  background-color: #F2F2DE;
}
@media (max-width: 1720px) {
  .banner-area {
    padding: 120px 0 220px;
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .banner-area {
    padding: 90px 0 160px;
    margin: 0 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area {
    padding: 100px 0 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-area {
    padding: 90px 0 75px;
    margin: 0 10px;
  }
}
@media (max-width: 1199px) {
  .banner-area .banner-images {
    display: none;
    visibility: hidden;
  }
}
.banner-area .banner-img-1 {
  position: absolute;
  left: 0;
  bottom: 69px;
  z-index: 2;
}
@media (max-width: 1720px) {
  .banner-area .banner-img-1 img {
    max-width: 290px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-img-1 img {
    max-width: 260px;
  }
}
@media (max-width: 1399px) {
  .banner-area .banner-img-1 img {
    max-width: 215px;
  }
}
.banner-area .banner-img-2 {
  position: absolute;
  left: 280px;
  bottom: 69px;
  z-index: 1;
}
@media (max-width: 1720px) {
  .banner-area .banner-img-2 {
    left: 265px;
  }
  .banner-area .banner-img-2 img {
    max-width: 290px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-img-2 {
    left: 230px;
  }
  .banner-area .banner-img-2 img {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .banner-area .banner-img-2 {
    left: 185px;
  }
  .banner-area .banner-img-2 img {
    max-width: 200px;
  }
}
.banner-area .banner-img-3 {
  position: absolute;
  right: 280px;
  bottom: 69px;
}
@media (max-width: 1720px) {
  .banner-area .banner-img-3 {
    right: 250px;
  }
  .banner-area .banner-img-3 img {
    max-width: 290px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-img-3 {
    right: 230px;
  }
  .banner-area .banner-img-3 img {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .banner-area .banner-img-3 {
    right: 165px;
  }
  .banner-area .banner-img-3 img {
    max-width: 210px;
  }
}
.banner-area .banner-img-4 {
  position: absolute;
  right: 0;
  bottom: 69px;
}
@media (max-width: 1720px) {
  .banner-area .banner-img-4 img {
    max-width: 290px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-img-4 img {
    max-width: 260px;
  }
}
@media (max-width: 1399px) {
  .banner-area .banner-img-4 img {
    max-width: 215px;
  }
}
.banner-area .banner-content {
  max-width: 880px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1300px) {
  .banner-area .banner-content {
    max-width: 790px;
  }
}
.banner-area .banner-content .ptoject-logo {
  margin-bottom: 20px;
}
.banner-area .banner-content h1 {
  font-family: var(--font-prompt);
  font-weight: 700;
  font-size: 55px;
  line-height: 83px;
  color: var(--text-primary);
  text-transform: capitalize;
  margin: 0 auto;
  margin-bottom: 47px;
  max-width: 696px;
  text-align: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-content h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-area .banner-content h1 {
    font-size: 45px;
    line-height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-area .banner-content h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-content h1 {
    font-size: 38px;
    line-height: 68px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .banner-area .banner-content h1 {
    font-size: 30px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .banner-area .banner-content h1 {
    font-size: 25px;
    line-height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .banner-area .banner-content h1 {
    font-size: 21px;
    line-height: 45px;
  }
}
.banner-area .banner-content h1 span {
  font-family: var(--font-prompt);
  font-style: italic;
  color: var(--primary-one);
}
.banner-area .banner-content p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.banner-area .banner-content .banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-content .banner-btn {
    gap: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-area .banner-content .banner-btn {
    gap: 25px;
  }
}
@media (max-width: 420px) {
  .banner-area .banner-content .banner-btn {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.banner-area .banner-content .banner-btn a.btn--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner-area .banner-content .banner-btn a.btn--primary span {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 13px;
  padding: 2px 6px;
  background: #101010;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 420px) {
  .banner-area .banner-content .banner-btn a.btn--primary span {
    font-size: 14px;
    padding: 2px 4px;
  }
}
.banner-area .banner-content .banner-btn a.btn--primary:hover {
  color: #fff;
}
.banner-area .text-slider-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--primary-one);
  border-radius: 0px 0px 40px 40px;
  height: 69px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner-area .text-slider-area .js-marquee {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 15px;
}
.banner-area .text-slider-area h4 {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}

/*=======================================
 5. Home Pages Area
=======================================*/
.section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-title > span {
  font-family: var(--font-prompt);
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: var(--primary-one);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .section-title > span {
    margin-bottom: 5px;
  }
}
.section-title h2 {
  font-family: var(--font-prompt);
  font-weight: 600;
  line-height: 68px;
  font-size: 45px;
  color: var(--text-primary);
}
.section-title h2 span {
  font-weight: 800;
  color: var(--primary-one);
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
  }
}

.home-page-area .home-img-wrap {
  padding: 20px;
  transition: 0.35s;
  background: rgba(242, 242, 222, 0.5);
  border-radius: 5px;
}
.home-page-area .home-img-wrap .home-img {
  border-radius: 5px;
  margin-bottom: 25px;
  transition: 0.35s;
  border: 1px solid transparent;
}
.home-page-area .home-img-wrap .home-img img {
  border-radius: 5px;
}
.home-page-area .home-img-wrap.comming-soon-img {
  padding: 0;
}
.home-page-area .home-img-wrap .home-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page-area .home-img-wrap .home-content .title p {
  font-family: var(--font-prompt);
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  margin-bottom: 0;
}
.home-page-area .home-img-wrap .home-content .title h5 {
  font-family: var(--font-prompt);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-primary);
}
.home-page-area .home-img-wrap .home-content .inner-btn span {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  display: inline-block;
  background: #12B719;
  border-radius: 40px;
  padding: 3px 15px;
}
.home-page-area .home-img-wrap .home-content .inner-btn.hot span {
  background-color: #ED3410;
}
.home-page-area .home-img-wrap h5 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.125rem;
  color: #160803;
  text-align: center;
  margin-bottom: 5px;
}
.home-page-area .home-img-wrap:hover .home-img {
  border: 1px solid var(--primary-one);
}

/*=======================================
 6. Responsive Area
=======================================*/
.responsive-area {
  background-image: url(../images/bg/responsive-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #F8F7F5;
}
.responsive-area .responsive-content > span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
.responsive-area .responsive-content > span::after {
  content: "";
  height: 1px;
  width: 55px;
  background-color: #fff;
  position: absolute;
  right: -66px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .responsive-area .responsive-content > span {
    margin-bottom: 5px;
  }
}
.responsive-area .responsive-content h2 {
  max-width: 503px;
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 10px;
  color: var(--text-primary);
}
.responsive-area .responsive-content h2 span {
  color: var(--primary-one);
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-area .responsive-content h2 {
    max-width: unset;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .responsive-area .responsive-content h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
.responsive-area .responsive-content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #818181;
  margin-bottom: 45px;
}
.responsive-area .responsive-content a {
  padding: 10px 21px;
}

/*=======================================
 7. Inner Pages Area
=======================================*/
.inner-pages-area .img-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.inner-pages-area .img-group .single-pages {
  transition: 0.35s;
}
.inner-pages-area .img-group .single-pages .pages-img {
  margin-bottom: 13px;
  transition: 0.35s;
  border: 1px solid rgba(222, 139, 118, 0.3);
  border-radius: 12px;
}
.inner-pages-area .img-group .single-pages .pages-img img {
  border-radius: 12px;
}
.inner-pages-area .img-group .single-pages h5 {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 1.125rem;
  color: #160803;
  text-align: center;
  margin-bottom: 0;
}
.inner-pages-area .img-group .single-pages:hover .pages-img {
  border: 1px solid var(--primary-one);
  border-radius: 12px;
}
.inner-pages-area .pagination-style-two {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 10px;
  line-height: 4px;
  bottom: 0px !important;
  background: #FFF2E8;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.inner-pages-area .pagination-style-two.sibling-two {
  max-width: 100%;
}
.inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
}
.inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  width: 100%;
  max-width: 150px;
}
.inner-pages-area .pagination-style-two .swiper-pagination-bullet {
  background-color: var(--white);
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
}
.inner-pages-area .pagination-style-two .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  position: relative;
  width: 30px;
  border-radius: 5px;
}

.core-feature-area {
  background-image: url(../images/bg/core-feature-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0;
  background-color: #F8F7F5;
}
@media (max-width: 576px) {
  .core-feature-area {
    padding: 80px 0;
  }
}
.core-feature-area .feature-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.35s;
  border-radius: 5px;
  padding: 35px 20px;
}
.core-feature-area .feature-card .feature-icon {
  margin-bottom: 25px;
}
.core-feature-area .feature-card .content h5 {
  font-family: var(--font-inter);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0;
}
.core-feature-area .feature-card:hover {
  border-color: var(--primary-one);
}

.features-area {
  padding: 130px 0;
}
@media (max-width: 576px) {
  .features-area {
    padding: 60px 0;
  }
}
.features-area .single-feature {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.features-area .single-feature .icon {
  margin-bottom: 25px;
}
.features-area .single-feature .icon .content h3 {
  font-family: var(--font-prompt);
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-transform: capitalize;
  color: #001D23;
}
.features-area .single-feature .icon .content p {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}

.performence-area {
  background: #FFFFFF;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .performence-area {
    padding: 50px 0;
  }
}
.performence-area .performance-content img {
  margin-bottom: 35px;
}
.performence-area .performance-content h2 {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  color: var(--text-primary);
  margin-bottom: 30px;
  max-width: 588px;
}
.performence-area .performance-content h2 span {
  font-family: var(--font-inter);
  font-weight: 800;
  color: var(--primary-one);
}
@media (max-width: 576px) {
  .performence-area .performance-content h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

.post-formate-area .banner-left {
  padding: 0 55px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .post-formate-area .banner-left {
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-formate-area .banner-left {
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .post-formate-area .banner-left {
    padding: 0 15px;
  }
}
.post-formate-area .banner-left .section-title h2 {
  font-family: var(--font-prompt);
  font-weight: 600;
  font-size: 45px;
  line-height: 68px;
  color: var(--text-primary);
  margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .post-formate-area .banner-left .section-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .post-formate-area .banner-left .section-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-formate-area .banner-left .section-title h2 {
    font-size: 31px;
    line-height: 45px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .post-formate-area .banner-left .section-title h2 {
    font-size: 31px;
    line-height: 54px;
  }
}
.post-formate-area .banner-left .section-title P {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #818181;
  margin-bottom: 40px;
  max-width: 442px;
}
.post-formate-area .post-formate-slider-wrapper {
  background-image: url(../images/bg/post-formate-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 80px;
  background-color: #F8F7F5;
  position: relative;
}
@media (max-width: 576px) {
  .post-formate-area .post-formate-slider-wrapper {
    padding: 60px 0px;
  }
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three {
  position: absolute;
  height: 10px;
  line-height: 4px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
@media (max-width: 576px) {
  .post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three {
    bottom: 25px;
  }
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three.sibling-two {
  max-width: 100%;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three.sibling-two .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three.sibling-two .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  width: 100%;
  max-width: 150px;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three .swiper-pagination-bullet {
  background: rgba(255, 76, 96, 0.3);
  width: 18px;
  height: 6px;
  border-radius: 20px;
  opacity: 1;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .pagination-style-three .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  position: relative;
  width: 18px;
  border-radius: 20px;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .post-formate-next {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 50px;
}
.post-formate-area .post-formate-slider-wrapper .post-formate-inner-wrapper .post-formate-prev {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 20px;
}

.blog-slider-area .blog-slider-wrapper {
  background-image: url(../images/bg/blog-slider-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px;
  background-color: #f8f7f5;
  position: relative;
}
@media (max-width: 576px) {
  .blog-slider-area .blog-slider-wrapper {
    padding: 60px 0px;
  }
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four {
  position: absolute;
  height: 10px;
  line-height: 4px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
@media (max-width: 576px) {
  .blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four {
    bottom: 25px;
  }
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four.sibling-two {
  max-width: 100%;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four.sibling-two .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four.sibling-two .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  width: 100%;
  max-width: 150px;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four .swiper-pagination-bullet {
  background: rgba(255, 76, 96, 0.3);
  width: 18px;
  height: 6px;
  border-radius: 20px;
  opacity: 1;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .pagination-style-four .swiper-pagination-bullet-active {
  background-color: var(--primary-one);
  position: relative;
  width: 18px;
  border-radius: 20px;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .blog-next {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 50px;
}
.blog-slider-area .blog-slider-wrapper .blog-inner-wrapper .blog-prev {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: 20px;
}
.blog-slider-area .banner-right {
  padding: 55px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-slider-area .banner-right {
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-slider-area .banner-right {
    padding: 25px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .blog-slider-area .banner-right {
    padding: 25px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .blog-slider-area .banner-right .section-title {
    margin: 0;
  }
}
.blog-slider-area .banner-right .section-title P {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #818181;
  margin-bottom: 40px;
  max-width: 442px;
}

footer {
  background-color: #FFEAEC;
  background-image: url(../images/bg/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer-top {
  padding: 100px 0;
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 70px 0;
  }
}
@media (max-width: 420px) {
  footer .footer-top {
    padding: 40px 0;
  }
}
footer .footer-top .footer-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .footer-top .footer-content > span {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
  border-radius: 23px;
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(34, 34, 34, 0.1);
  border-radius: 23px;
  padding: 7px 28px;
}
footer .footer-top .footer-content h2 {
  font-family: var(--font-prompt);
  font-weight: 700;
  font-size: 65px;
  line-height: 82px;
  color: #101010;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 855px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-top .footer-content h2 {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  footer .footer-top .footer-content h2 {
    font-size: 48px;
    line-height: 65px;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  footer .footer-top .footer-content h2 {
    font-size: 20px;
    line-height: 36px;
  }
}
footer .footer-top .footer-content .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
footer .footer-top .footer-content .footer-btn a.btn--primary-outline {
  padding: 12px 30px;
}
@media (max-width: 420px) {
  footer .footer-top .footer-content .footer-btn a.btn--primary-outline {
    font-size: 14px;
    padding: 7px 27px;
  }
}
footer .footer-top .footer-content .footer-btn a.btn--primary {
  padding: 13px 38px;
}
@media (max-width: 420px) {
  footer .footer-top .footer-content .footer-btn a.btn--primary {
    font-size: 14px;
    padding: 7px 27px;
  }
}
footer .footer-btm {
  border-top: 1px solid #E8DDCF;
  padding: 30px;
}
footer .footer-btm p {
  font-family: var(--font-prompt);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-transform: capitalize;
  color: #202020;
}
footer .footer-btm .social-icon ul {
  margin: 0;
  padding: 0;
  gap: 30px;
}
footer .footer-btm .social-icon ul li a {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #202020;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.35s;
}
footer .footer-btm .social-icon ul li a i {
  color: #202020;
  font-size: 20px;
  transition: 0.35s;
}
footer .footer-btm .social-icon ul li a:hover {
  background-color: var(--primary-one);
  border: none;
  transition: 0.35s;
}
footer .footer-btm .social-icon ul li a:hover:hover i {
  color: var(--white);
}/*# sourceMappingURL=style.css.map */