@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  accent-color: var(--accent);
}

body {
  font-family: "PT Serif", serif;
  font-family: "Poppins", sans-serif;
  min-height: 100svh;
}

.fs-5 {
  font-size: 18px !important;
}

.fs-6 {
  font-size: 16px !important;
}

h2 {
  font-size: 28px;
  line-height: 1.5;
  text-wrap-style: pretty;
  font-weight: 700;
  font-family: "PT Serif", serif;
  color: #272343;
}

h3 {
  font-size: 28px;
  line-height: 1.5;
  text-wrap-style: pretty;
  font-weight: 700;
  font-family: "PT Serif", serif;
  color: #272343;
}

h4 {
  font-size: 40px;
  line-height: 1.5;
  text-wrap-style: pretty;
  font-weight: 700;
  font-family: "PT Serif", serif;
  color: #272343;
}

h5 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-wrap-style: pretty;
  font-family: "PT Serif", serif;
  color: #272343;
}

h6 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  text-wrap-style: pretty;
  font-family: "PT Serif", serif;
  color: #272343;
}

p,
ul,
ol,
table {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 420px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
  h5 {
    font-size: 24px;
  }
  p,
  ul,
  ol,
  table {
    font-size: 14px;
  }
  .fs-6 {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 574px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h4 {
    font-size: 36px !important;
  }
  h6,
  h5 {
    font-size: 24px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: var(--link, #007bff);
  text-decoration: none !important;
}

a:hover {
  color: var(--link-hover, var(--link, #ce8460));
}

main {
  background-color: #f5f5f5;
}

/*
* ----------------------------------------------------------------------------------------
Author       : Zakir Soft
Template Name: Blogy HTML Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/

.heading {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}

.heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 112px;
  height: 4px;
  background-color: var(--accent, #fb743e);
}

.heading.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.latest-post-area {
  background-color: #f5f5f5;
}

.latest-post-area .blog-item-info {
  background: #ffffff;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; /* Keeps the image behind the content */
}

.banner-background-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.banner-content {
  position: relative;
  z-index: 1; /* Ensures content is above the image */
}

.banner-slider {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content-main {
  padding: 60px 30px;
  background-color: #ffffff;
}

.banner-content-main span.fs-6 {
  padding-left: 32px;
  font-family: "Poppins", sans-serif;
  color: #272343;
}

.banner-content-main h4 {
  margin-bottom: 12px;
  font-size: 48px;
}

.banner-content-main h4 a {
  display: block;
  color: #272343;
}

.banner-content-main p {
  color: #6d7280;
  margin: 10px 0px 26px 0px;
}

.banner-content-main .btn-default {
  height: auto;
  padding: 12px 29px;
}

.blog-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-date span {
  font-size: 16px;
  color: #6d7280;
  font-family: "Poppins", sans-serif;
}

.blog-date-start {
  padding-right: 10px;
  position: relative;
}

.blog-date-start::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2px;
  width: 5px;
  height: 5px;
  background-color: #6d7280;
  border-radius: 50%;
}

.blog-date-end {
  padding-left: 10px;
}

@media (max-width: 420px) {
  .heading {
    margin-bottom: 30px;
  }
  .all-tags-list li {
    margin-bottom: 10px;
  }
  .banner-content-main h4 {
    font-size: 32px;
  }
  .banner-content-main {
    padding: 30px 20px;
  }
  .banner-slider {
    height: auto;
    padding: 30px 0px 60px 0px;
  }
}

@media (max-width: 574px) {
  .header a.btn {
    display: none;
  }
}

@media only screen and (min-width: 420px) and (max-width: 574px) {
  .heading {
    margin-bottom: 30px;
  }
  .all-tags-list li {
    margin-bottom: 10px;
  }
  .banner-content-main h4 {
    font-size: 32px;
  }
  .banner-content-main {
    padding: 30px 20px;
  }
  .banner-slider {
    height: auto;
    padding: 30px 0px 60px 0px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
  }
  .banner-content-main h4 {
    font-size: 32px;
  }
  .banner-content-main {
    padding: 30px 20px;
  }
  .banner-slider {
    height: auto;
    padding: 30px 0px 60px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading {
    margin-bottom: 40px;
  }
  .banner-content-main h4 {
    line-height: 56px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .all-tags-list li {
    margin-bottom: 10px;
  }
}

.search-area {
  padding: 150px 0px 100px 0px;
  background-color: #f5f5f5;
}

.search-area h4 {
  margin-bottom: 30px;
}

.search-area .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.details-banner {
  overflow: hidden;
  padding-top: 400px;
}

.details-banner-img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-intro {
  position: relative;
  margin-top: -130px;
}

.blog-intro-area {
  padding: 40px;
  background-color: white;
  -webkit-box-shadow: 20px 50px 114px rgba(0, 0, 0, 0.05);
  box-shadow: 20px 50px 114px rgba(0, 0, 0, 0.05);
}

.blog-intro-area h3 {
  margin-bottom: 20px;
}

.blog-intro-area h3 a {
  color: #272343;
  display: block;
}

.blog-intro-area-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-intro-area-bottom .intro-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-intro-area-bottom .intro-start-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-intro-area-bottom .intro-start-author img {
  max-width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-intro-area-bottom .intro-start-author .author-image {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.blog-intro-area-bottom .intro-start-author a {
  font-family: "Poppins", sans-serif;
  color: #272343;
  font-weight: 400;
}

.blog-intro-area-bottom .intro-start .dot {
  margin: 0 20px;
}

.blog-intro-area-bottom .intro-start-time {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6d7280;
}

.blog-article-end h1,
.blog-article-end h2,
.blog-article-end h3,
.blog-article-end h4,
.blog-article-end h5,
.blog-article-end h6 {
  line-height: 1.7;
  font-size: calc(1.325rem + 0.9vw);
}

.blog-article-end h4 {
  margin-bottom: 10px;
}

.blog-article-end p,
.blog-article-end ul,
.blog-article-end ol,
.blog-article-end table {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #494b5c;
}

.blog-article-end p a {
  color: var(--link, #0a81d8);
}

.blog-article-end h6 {
  margin-bottom: 32px;
}

.blog-article-end img {
  margin-bottom: 32px;
}

.blog-article-end span.lead {
  font-size: 24px;
  color: #272343;
  font-weight: 400;
  font-family: "PT Serif", serif;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .details-banner {
    padding-top: 320px;
  }
  .blog-intro {
    margin-top: 0;
  }
  .blog-intro-area-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .blog-intro-area-bottom .intro-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .blog-intro-area-bottom .intro-start .dot {
    margin-left: 0 !important;
  }
  .blog-intro-area-bottom .intro-start-release {
    margin: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-article-end p,
  .blog-article-end ul,
  .blog-article-end ol,
  .blog-article-end table {
    font-size: 14px;
  }
}

::-moz-selection {
  background-color: var(--accent, #fb743e);
  color: white;
}

::selection {
  background-color: var(--accent, #fb743e);
  color: white;
}

.section-padding {
  padding: 100px 0px;
}

::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}

:-ms-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}

::-ms-input-placeholder {
  font-family: "Poppins", sans-serif !important;
}

::placeholder {
  font-family: "Poppins", sans-serif !important;
}

.mt-25 {
  margin-top: 25px;
}

.my-250 {
  margin: 250px 0px;
}

.dot {
  background-color: #6d7280;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

.btn-default {
  height: 66px;
  padding: 0px 40px;
  background-color: var(--button, #fb743e);
  color: var(--buttonForeground, white);
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

a.btn-default {
  line-height: 66px;
}

.btn-default:hover {
  background-color: var(--button-hover, var(--button, #fb743e));
  color: var(--button-foreground-hover, var(--buttonForeground, white));
}

.btn-default-sm {
  height: 50px;
  padding: 0 22px;
}

a.btn-default-sm {
  line-height: 50px;
}

.btn-link {
  padding: 0;
  color: var(--link, #272343);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.btn-link svg {
  margin-left: 8px;
  color: var(--link, #272343);
}

.btn-link:hover {
  color: var(--link-hover, var(--link, #fb743e));
}

.btn-link:hover svg {
  color: var(--link-hover, var(--link, #fb743e));
  margin-left: 10px;
}

.header {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0px;
}

.blog-item-sm .blog-item-image {
  width: 100%;
}

.blog-item-sm .blog-item-info {
  margin-top: -40px;
  max-width: 397px;
}

.blog-item-sm .blog-item-info h5 {
  font-size: 28px;
}

.blog-item-image {
  width: 100%;
}

.blog-item-image a {
  display: block;
}

.blog-item-image a img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-item-info {
  padding: 32px;
  background-color: #f7f7f7;
  max-width: 560px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}

.blog-item-info span.fs-6 {
  color: #272343;
  font-family: "Poppins", sans-serif;
  padding-left: 32px;
}

.blog-item-info h5 {
  margin-bottom: 12px;
}

.blog-item-info h5 a {
  color: #272343;
}

.blog-item-info h5 a:hover {
  color: var(--link-hover, var(--link, #fb743e));
  text-decoration: underline !important;
}

.blog-item-info-release {
  margin-bottom: 20px;
}

.blog-item-info-release span {
  font-size: 16px;
  color: #6d7280;
  font-family: "Poppins", sans-serif;
}

.blog-item-info-release .dot {
  margin: 0 8px;
}

footer {
  background: #272343;
  padding-top: 100px;
  padding-bottom: 30px;
}

footer h3 {
  color: #ffffff;
}

footer .footer-info p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-wizard h6 {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

footer .footer-wizard a {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

footer .copy-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 70px;
  padding: 20px 0px;
}

@media (max-width: 991px) {
  .blog-item-sm .blog-item-info {
    margin-top: 0;
  }
  header .navbar .header-searchbar input {
    width: 100%;
  }
  .blog-item {
    height: auto;
    overflow: hidden;
  }
  .blog-item-image {
    width: 100%;
  }
  .blog-item-info {
    padding: 20px;
    max-width: 100%;
    position: static;
    margin-top: 0;
  }
  .blog-item-info-release {
    margin-bottom: 10px;
  }
  .blog-item-info-release span {
    font-size: 14px;
  }
  .blog-item-sm .blog-item-info {
    max-width: 100%;
  }
  .blog-item-sm .blog-item-image {
    width: 100%;
  }
  .blog-item-sm .blog-item-image img {
    width: 100%;
  }
  .blog-item-sm .blog-item-info h5 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .details-banner {
    padding-top: 56.25%;
  }
  .section-padding {
    padding: 30px 0px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-wizard {
    margin-bottom: 20px;
  }
  .footer-wizard h6 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
  }
  .footer-wizard a {
    font-size: 14px !important;
  }
  .footer .copy-right {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .copy-right p {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 420px) and (max-width: 574px) {
  .section-padding {
    padding: 30px 0px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .section-padding {
    padding: 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-item-image a img {
    width: 100%;
  }
  .section-padding {
    padding: 40px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 50px 0px;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form-group {
  line-height: 1.5;
}

.padding-top-16 {
  padding-top: 16px;
}

input[required] + label:after {
  content: "*";
  color: red;
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .newsletter-container {
    max-width: 800px;
  }
}

.text-lg {
  font-size: 18px;
}

@media (min-width: 992px) {
  .text-lg {
    font-size: 20px;
  }
}

.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 576px) {
  .custom-card .card-body.py-5 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

.bg-section-secondary {
  background-color: #ffffff;
}

.image-attribution[open] summary::after {
  content: "";
  width: 100vw;
  height: 100vh;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: auto;
}

.image-attribution:not([open]) .image-attribution-summary:hover path {
  fill: rgba(128, 128, 128);
  transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-attribution:not([open])
  .image-attribution-summary:hover
  .image-attribution-tooltip {
  visibility: visible;
  opacity: 1;
}

.image-attribution-popover {
  position: absolute;
  inset: unset;
  right: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: calc(20px + 8px + 8px);
  padding: 12px;
  font-size: 14px;
  border-radius: 8px;
  margin-left: 8px;
  z-index: 1;
}

.image-attribution-popover-link {
  color: var(--link, hsl(248 31% 60% / 1));
}

.image-attribution-summary {
  padding: 0;
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.camera-icon {
  width: 20px;
  height: 20px;
}

.camera-icon > * {
  fill: transparent;
  stroke: rgba(128, 128, 128, 0.9);
}

.image-attribution-tooltip {
  visibility: hidden;
  background-color: #484847;
  border: 1px solid #646362;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0px 12px;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  bottom: calc(20px + 8px);
  right: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-attribution-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: calc(20px / 2 - 10px / 5);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #484847;
  filter: drop-shadow(0px 1px 0px #646362);
}

.ai-disclaimer {
  margin-top: 32px;
}
