* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

.blog-content-div{
  font-family: "Onest", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  margin-bottom: 0;
}

.color-red {
  color: #b8002a;
}

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

body {
  font-family: "Poppins", sans-serif;
}

.grad {
  background-image: linear-gradient(90deg, #113489 17.66% 17.66%, #cf0a37 90.75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* header */

.header {
  top: 50px;
  width: 100%;
  z-index: 1;
  background-color: #fef1f5;

}



.bottom-header .navbar {
  padding: 27px 0;
  background-color: #fef1f5;
  position: relative;
}

.bottom-header .navbar::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.14);
  position: absolute;
  height: 20px;
  left: 20px;
  right: 20px;
  bottom: -20px;
}

.header-sub-div {
  max-width: 1570px;
  margin: auto;
  padding: 0 15px;
}

.top-header span i {
  color: white;
  padding: 7px;
  background-color: #ffffff33;
  border-radius: 4px;
}

.top-header {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
}

.e-mail {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.e-mail p a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.social-media-icon i {
  color: #ffffff73;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.social-media-icon i:hover {
  color: white;
}

.social-media-icon {
  display: flex;
  gap: 20px;
}

.bottom-header {
  padding: 0 50px;
}

.sub-menu li a {
  font-size: 15px;
}

.header .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 48px;
  left: 13px;
}

.header .dropdown-toggle.show i,
.header .dropdown-menu.show .dropdown-toggle i {
  transition: 0.2s all linear;
  transform: rotate(180deg);
}


.header .navbar-expand-lg .navbar-nav .dropdown-menu li a~ul {
  top: 27px;
  left: 100%;
  background-color: rgb(254 241 245);
  padding: 0;
}


.bottom-header .navbar-brand img {
  width: 270px;
  height: auto;
  margin-right: 0;
}

.banner-section-title svg {
  width: 50px;
  height: 50px;
}

.bottom-header .nav-item .nav-link {
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #221f3f;
}

.bottom-header .nav-item .nav-link i {
  transition: 0.5s all ease-in-out;
}

/* .bottom-header .nav-item:hover .nav-link i {
  transform: rotateX(-180deg);
} */


.bottom-header .dropdown .dropdown-toggle::after {
  display: none;
}

.blog-dropdown-menu {
  padding: 20px 30px 25px 30px;
  left: 0;
  /* visibility: hidden; */
  top: 100px;
  transition: 0.3s all linear;
}

.blog-dropdown-menu li a {
  font-size: 15px;
  color: #221f3f;
  padding: 4px 0;
  transition: 0.3s all linear;
}

.blog-dropdown-menu li {
  display: flex;
  justify-content: start;
  align-items: center;
}

.blog-dropdown-menu li i {
  font-size: 5px;
}

.blog-dropdown-menu li a:hover {
  background-color: white;
}

.blog-dropdown-menu li:hover a {
  transform: translateX(20px);
}

/* .hover-menu:hover .blog-dropdown-menu {
  visibility: visible;
  top: 93px;
} */

.dot-animation-div {
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  transition: 0.3s all linear;
  transition-delay: 0.5s;
  display: flex;
}

.mobile-responcive-logo {
  display: none;
}

.main-header-responsive {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.blog-dropdown-menu li:hover .dot-animation-1 {
  opacity: 1;
}

.blog-dropdown-menu li:hover .dot-animation-2 {
  opacity: 1;
}

.dot-animation-div .dot-animation-1 {
  opacity: 0;
  transition-delay: 1s;
  transition: 0.1s all linear;
}

.dot-animation-div .dot-animation-2 {
  opacity: 0;
  transition: 0.3s all linear;
}

.dot-animation-div p {
  display: flex;
}

.filter-div {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  list-style-type: none;
}

.header-search-btn {
  border: 1px solid #C80D3B;
  background-color: #C80D3B;
  transition: 0.2s all linear;
}

.header-search-btn:hover {
  background-color: transparent;
  border: 1px solid #C80D3B;
}

.header-search-btn:hover i {
  color: #C80D3B;
}

.header-search-btn i {
  color: white;
}

.menu-bar span {
  display: inline-block;
  height: 3px;
  background-color: #221f3f;
}

.menu-bar span:nth-child(1) {
  width: 36px;
  transition: 0.3s all linear;
}

.menu-bar span:nth-child(2) {
  width: 27px;
  transition: 0.3s all linear;
}

.search-btn i {
  font-size: 20px;
}

.menu-bar:hover span:nth-child(1) {
  width: 27px;
}

.menu-bar:hover span:nth-child(2) {
  width: 36px;
}

.bottom-header .nav-link.active span {
  position: relative;
}

.bottom-header .nav-link.active span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
  bottom: -10px;
  left: 0;
}

.bottom-header .nav-link span {
  position: relative;
}

.bottom-header .nav-link span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
  bottom: -10px;
  left: 0;
  transition: 0.3s all linear;
}

.bottom-header .nav-link span:hover::after {
  width: 100%;
}

/* section */
.banner-section-main-div {
  background-image: url(../img/hero-section-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-background-overlay {
  background-color: hsl(0deg 0% 66.78% / 63%);
  height: inherit;
  padding: 170px 0px;
  background: linear-gradient(108deg, #aaacc5d2 20%, #2d050e91 58.36%, rgba(226, 64, 59, 0.02) 86.08%);
}

.banner-section-title {
  color: #0b0f3d;
  letter-spacing: 0.025em;
  margin: 0 0 5px;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 800;
}

.badge-cream {
  margin: 12px 0 19px 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  /* text-align: center; */
}

.badge-cream a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge-cream span {
  margin: 0 18px;
}

.pxl-divider {
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
  height: 2px;
  width: 120px;
  /* margin: auto; */
}

.text-p-17 {
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-top: 22px;
  color: white;
  text-align: center;
}

.hamburger-btn {
  border: none;
}

.left-animation-div {
  left: -90px;
  bottom: -190px;
}

.right-animation-div {
  right: -90px;
  bottom: -190px;
}

.animation-div {
  width: 518px;
  height: 430px;
  position: absolute;
}

.hero-banner-section {
  position: relative;
  overflow: hidden;
}

.border-div {
  background-color: #00000000;
  opacity: 0.8;
  width: 522px;
  height: 440px;
  border: 1px solid;
  border-color: #ffffff30;
  position: absolute;
}

.border-div-left {
  left: -180px;
  bottom: -160px;
  -webkit-animation: sliderShape2 7s linear infinite;
}

.border-div-right {
  background-color: #00000000;
  width: 520px;
  height: 260px;
  border-color: #ffffff52;
  right: -11px;
  bottom: -160px;
  -webkit-animation: sliderShape2 7s linear infinite;
}

@keyframes sliderShape2 {

  0%,
  100% {
    border-radius: 55% 45% 51% 49%/49% 46% 54% 51%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 44% 56% 28% 72%/68% 52% 48% 32%;
  }

  55% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  70% {
    border-radius: 68% 32% 69% 31%/73% 74% 26% 27%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.left-animation-div .solid-div {
  background-color: transparent;
  background-image: linear-gradient(76deg, #4685f1 0%, #17dde2 100%);
  opacity: 0.8;
  width: 518px;
  height: 430px;
  -webkit-animation: sliderShape3 7s linear infinite;
}

@keyframes sliderShape3 {

  0%,
  100% {
    border-radius: 0% 100% 76% 24%/100% 42% 58% 0%;
  }

  50% {
    border-radius: 0% 100% 76% 24%/100% 65% 35% 0%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
}

.right-animation-div .solid-div {
  background-color: transparent;
  background-image: linear-gradient(162deg, #ff6f00 0%, #ffcf9b 100%);
  opacity: 0.8;
  width: 518px;
  height: 430px;
  -webkit-animation: sliderShape 7s linear infinite;
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 51% 49% 62% 38%/59% 50% 50% 41%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  33% {
    border-radius: 67% 33% 80% 17%/87% 46% 54% 13%;
  }

  66% {
    border-radius: 85% 25% 63% 37%/53% 21% 79% 47%;
  }
}

/* latest-news-section */

.latest-news-section-row {
  background-color: #383169;
  border-radius: 20px;
  padding: 45px 35px;
}

.logo img {
  width: 57px;
  height: auto;
}

.latest-news-section {
  padding: 120px 0 75px 0;
}

.news-form-title-div h2 {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}

.news-form-title-div p {
  color: #d4d4da;
  font-size: 15px;
  text-align: center;
}

.logo-and-title-div {
  display: flex;
  gap: 35px;
}

.input-email-div input {
  width: 100%;
  padding-right: 60px;
  border-color: #fff;
  border: 1px solid #dadada;
  padding: 0 170px 0 30px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  border-radius: 100px;
  color: #221f3f;
}

.input-email-div input:focus {
  border: none;
  outline: none;
}

.input-email-div input::placeholder {
  color: #221f3f;
  font-size: 12px;
}

.input-email-div {
  position: relative;
}

.input-email-div button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(-51deg, #faac52, #e8411d);
  font-size: 13px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.11em;
  border: none;
  padding: 17px 30px;
  border-radius: 100px;
  transition: 0.3s all linear;
}

.input-email-div button i {
  transition: 0.2s all linear;
}

.input-email-div button:hover i {
  transform: translateX(5px);
}

.input-email-div button:hover {
  background-image: linear-gradient(to right, 51deg, #faac52, #e8411d);
}

/* ==========  blog-card-section ==================*/

.blog-card-main-div {
  position: relative;
  padding: 10px;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(25, 28, 33, 0.02), 0px 0px 0px 1px rgba(25, 28, 33, 0.08);
  background-color: hwb(328.38deg 70.98% 0% / 3%);
  height: 100%;
}

.blog-card-section .blog-col {
  margin-bottom: 35px;
}

.thumbnail-div {
  /* border-radius: 15px; */
  overflow: hidden;
}

.thumbnail-div img {
  width: 100%;
  height: auto;
  /* border-radius: 15px; */
  transition: 0.2s all linear;
  transform: scale(1.03);
}

.thumbnail-div:hover img {
  translate: 5px 0;
}

.blog-details-div {
  margin-top: 25px;
}

.divider-line {
  display: block;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 252 254) 100%);
  width: 100%;
  height: 2px;
  margin: 16px 0;
  max-width: 90%;
}

.blog-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1px;
  color: #221f3f;
  font-weight: 600;
}

.blog-title a {
  color: #0b0f3d;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.blog-expert {
  color: #6d6c79;
  /* text-align: center; */
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-category {
  color: #221f3f;
  font-size: 13px;
  /* text-align: center; */
}

.blog-category i {
  font-size: 14px;
  margin-right: 8px;
  color: #0b0f3d;
}

.category-text {
  padding-right: 15px;
}

.commnent-ablick {
  padding-right: 6px;
}

.blog-date {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2b0017;
  background-color: #e8411d;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
  padding: 7px 18px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  display: inline-block;
}

.blog-title.blog-title-big-card a {
  color: white;
}

.blog-title.blog-title-big-card {
  max-width: 94%;
}

.big-card-blog-main-div {
  background-color: #6565b7;
  padding: 57px 15px 32px 15px;
  border-radius: 15px;
  position: relative;
  background-image: linear-gradient(180deg, #6565b7, #383169);
}

.icon-div i {
  color: white;
  font-size: 22px;
}

.icon-div span {
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 36px;
  position: relative;
  background-color: #f08c17;
  position: relative;
}

.icon-div span::after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-card-blog-main-div::after {
  position: absolute;
  content: "";
  background-image: url(../img/big-card-img.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}

.big-card-blog-main-div-1::after {
  background-image: url(../img/big-card-img.png);
}

.big-card-blog-main-div-2::after {
  background-image: url(../img/big-card-img-2.png);
}

.big-card-blog-main-div-2 {
  background-image: linear-gradient(180deg, #3879ef, #023c9b);
}

.big-card-blog-main-div-2 .blog-title.blog-title-big-card {
  max-width: 65%;
  margin: auto;
}

.big-card-blog-category {
  color: white;
}

.blog-category.big-card-blog-category i {
  color: #f08c17;
}

.divider-line.big-card-blog-line {
  display: block;
  background-image: linear-gradient(90deg, #f8d28b, #c489d7 51%, #34369a);
  width: 76px;
  height: 2px;
  margin: 20px auto;
}

.big-card-col {
  padding: 15px;
  margin-bottom: 50px;
}

/* pagination */

.pagination-main-div ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-main-div ul li {
  flex: none;
  margin: 3px;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 100%;
  border: 1px solid #dadada;
  list-style: none;
}

.pagination-main-div ul li.active {
  background-color: #5959a6;
}

.pagination-main-div ul li.active a {
  color: white;
}

.pagination-main-div ul li a {
  color: #5959a6;
  text-decoration: none;
}

.blog-card-section-with-pagination {
  padding: 0 0 120px 0;
}

/* footer */

/* Footer Section */

.footer-section {
  background: url(../img/footer-bg.png), #010535;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-section .top-footer {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4f4d63;
}

.footer-section .top-footer .footer-brand {
  display: inline-block;
  background-color: white;
  padding: 10px;
  max-width: 320px;
  border-radius: 8px;
}

.footer-section .top-footer .detail-container {
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 1;
  gap: 110px;
}

.footer-section .top-footer .top-footer-details {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-section .top-footer .top-footer-details .details-img {
  padding: 20px;
  background-color: #9b9b9b1a;
  border-radius: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer-section .top-footer .top-footer-details .details-img svg {
  width: 32px;
  height: 32px;
}

.footer-section .top-footer .top-footer-details .details-img:hover {
  animation: icon-scale 0.7s infinite;
}

@keyframes icon-scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1.05);
  }
}

.footer-section .top-footer .top-footer-details .details-content p a {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.footer-section .top-footer .footer-logo {
  width: 100%;
}

.footer-section .bottom-footer {
  padding: 45px 0 80px 0;
}

.footer-section .bottom-footer .footer-menu-heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}

.footer-section .bottom-footer p {
  font-size: 14px;
  font-weight: 600;
  color: #d4d4da;
  margin-bottom: 25px;
}

.footer-section .bottom-footer .social-icons,
.editing-service .social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-section .bottom-footer .social-icons .icons,
.editing-service .social-icons .icons {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #4f4d63;
  transition: all 0.3s ease-in-out;
  background-color: #c80d3b;
  text-decoration: none;
}

.editing-service .social-icons .icons {
  border: 1px solid #c80d3b;
}

.footer-section .bottom-footer .social-icons .icons:hover,
.editing-service .social-icons .icons:hover {
  transform: translateY(-10px);
}

.footer-section .bottom-footer .social-icons .icons i,
.editing-service .social-icons .icons i {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer-section .bottom-footer .social-icons .icons:hover i {
  color: #000;
}

.footer-section .bottom-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-section .bottom-footer ul li {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}

.footer-section .bottom-footer ul li:first-child {
  padding-top: 0;
}

.footer-section .bottom-footer ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #d4d4da;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer-section .bottom-footer ul li:hover {
  transform: translate(12px 0);
}

.footer-section .bottom-footer ul li:hover a {
  color: #c80d3b;
}

.footer-section .bottom-footer .subscribe-form input {
  border: none;
  outline: none;
  width: 100%;
  height: 52px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
  color: #221f3f;
  background-color: white;
  border-radius: 100px;
  margin-bottom: 25px;
}

.footer-section .bottom-footer .subscribe-form input::placeholder {
  color: #221f3f;
}

.footer-section .bottom-footer .subscribe-form button {
  width: 100%;
  height: 52px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #5959a6;
  border-radius: 100px;
}


.copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright-content a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

.copyright-content .policy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.copyright-content .policy a:nth-child(2) {
  font-size: 5px;
  pointer-events: none;
}

.footer-section .bottom-footer .subscribe-form button:hover {
  background-image: linear-gradient(to right, #faac52, #e8411d);
}

.details-content p {
  margin-bottom: 5px;
}

/* =================================================
blog-details-page
================================================== */

.blog-details-page-blog-title {
  margin: auto auto 5px auto;
}

.blog-user-profile {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-content-section .blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-bottom: 19px;
  list-style-type: none;
  border-radius: 9px;
}

.blog-content-section .blog-breadcrumb .blog-user-profile img {
  width: 30px;
  height: auto;
  border-radius: 100%;
}

.blog-content-section .blog-breadcrumb li a,
.blog-content-section .blog-breadcrumb li {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.blog-content-section .blog-breadcrumb li a:hover {
  color: #615a95;
}

.blog-content-section .blog-breadcrumb li i {
  margin-right: 4px;
  color: #fbfbfb;
}

.blog-content-section .blog-detail-img {
  margin-bottom: 20px;
}

.blog-content-section .blog-detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.blog-content-section .blog-details-paragraph p {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
}

.blog-content-section .blog-details-paragraph h2 {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.blog-content-section .blog-details-paragraph h3 {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.blog-content-section .blog-details-paragraph h4 {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}


.blog-content-section .blog-details-paragraph ul li {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.blog-content-section .blog-details-paragraph ul li::marker {
  color: #be0c3d;
}

.blog-content-section .blog-details-paragraph .tagline {
  position: relative;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 40px 60px 33px 100px;
  background-image: linear-gradient(180deg, #d0def07a, transparent 60%);
}

.blog-content-section .blog-details-paragraph .tagline::before {
  position: absolute;
  content: "";
  left: 40px;
  top: 50px;
  width: 29px;
  height: 23px;
  background: url("../img/quote-icon.png") center/cover no-repeat;
}

.blog-content-section .blog-details-paragraph .tagline p {
  font-size: 17px;
  font-weight: 600;
  color: black;
}

.blog-content-section .blog-details-paragraph .tagline a {
  font-size: 13px;
  font-weight: 400;
  color: #6565b7;
  text-transform: uppercase;
}

.blog-content-section .blog-details-paragraph .card-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.blog-content-section .blog-details-paragraph .digital-news {
  padding: 15px 20px;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgb(254 241 245);
}

.blog-content-section .blog-details-paragraph .digital-news .card-left .card-btn {
  display: inline-block;
  margin-top: 8px;
  margin-right: 3px;
  font-size: 13px;
  font-weight: 400;
  color: #221f3f;
  padding: 5px 18px;
  border-radius: 6px;
  background-color: rgba(34, 31, 63, 0.1);
  margin: 8px 3px;
  transition: all 0.3s ease-in-out;
}

.blog-content-section .blog-details-paragraph .digital-news .card-left .card-btn:hover {
  color: #fff;
  background-color: #C80D3B;
}

.blog-content-section .blog-details-paragraph .digital-news .card-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-content-section .blog-details-paragraph .digital-news .card-right span {
  font-size: 13px;
  font-weight: 800;
  background-image: linear-gradient(90deg, #113489 17.66%, #cf0a37 90.75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.blog-content-section .blog-details-paragraph .digital-news .card-right .card-social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-right .card-social-icon i {
  width: 32px;
  height: 32px;
  font-size: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: scale(1);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.card-right .card-social-icon i::after {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  z-index: -1;
  border-radius: 100%;
  transition: 250ms linear;
}

.card-right .card-social-icon i.fa-facebook-f::after {
  background-color: rgb(59, 94, 161);
}

.card-right .card-social-icon i.fa-twitter::after {
  background-color: rgb(43, 179, 250);
}

.card-right .card-social-icon i.fa-linkedin-in::after {
  background-color: rgb(8, 126, 192);
}

.card-right .card-social-icon i.fa-pinterest-p::after {
  background-color: rgb(238, 44, 52);
}

.card-right .card-social-icon i.fa-facebook-f:hover {
  color: rgb(59, 94, 161);
}

.card-right .card-social-icon i.fa-twitter:hover {
  color: rgb(43, 179, 250);
}

.card-right .card-social-icon i.fa-linkedin-in:hover {
  color: rgb(8, 126, 192);
}

.card-right .card-social-icon i.fa-pinterest-p:hover {
  color: rgb(238, 44, 52);
}

.card-right .card-social-icon i:hover::after {
  transform: scale(0);
}

.post-navigation {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  justify-content: space-between;
}

.post-navigation .nav-link {
  text-decoration: none;
  background-image: linear-gradient(90deg, #113489 17.66%, #cf0a37 90.75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  transition: all 300ms linear 0s;
  display: -webkit-box;
  max-height: 53.72px;
  font-size: 17px;
  line-height: 1.58;
  margin-top: 15px;
}

.post-navigation .nav-label {
  font-size: 12px;
  color: black;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 300ms linear;
}

.post-navigation .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.post-navigation .dots {
  display: flex;
  gap: 4px;
}

.post-navigation .dots span {
  width: 6px;
  height: 6px;
  background-color: orange;
  border-radius: 50%;
}

.post-navigation .post {
  max-width: 40%;
}

.comments-title,
.comment-reply-title {
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  color: #221f3f;
  margin: 30px 0 40px;
  position: relative;
}

.comment-respond .comment-form {
  padding: 45px 35px;
  text-align: center;
  background-color: lch(51.63 76.43 12.91 / 0.03);
}

.comment-respond .comment-form>label {
  margin-bottom: 30px;
}

.comment-form-field-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 20px;
}

.comment-form-field-container .comment-form-field {
  width: 50%;
}

.comment-form-field-container .comment-form-field input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dadada;
  color: var(--heading-color);
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 400;
  text-align: start;
  outline: none;
  transition: all 300ms linear;
}

.comment-form-field-container .comment-form-field input::placeholder {
  color: #221f3f;
}

.comment-form-field-container .comment-form-field input:hover {
  border: 1px solid #f08c17;
}

.comment-form-field textarea {
  height: 150px;
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  /* border-radius: 26px; */
  padding: 20px 20px;
  transition: all 300ms linear;
}

.comment-form-field textarea::placeholder {
  color: #221f3f;
}

.comment-form-field textarea:hover {
  border: 1px solid #f08c17;
}

.btn-gradient {
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
  border: none;
  padding: 10px 20px;
  /* border-radius: 25px; */
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #ffa500, #faac52);
  color: white;
  transition: all 400ms linear 0s;
}

.btn-gradient:active {
  background: linear-gradient(to right, #e44d26, #ffa500);
  transition: all 400ms linear 0s;
}

.comment-respond .btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}

.comment-respond .btn-hover:focus {
  outline: none;
}

.comment-respond .btn-hover.color-2 {
  background-color: #faac52;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
  transition: all 250ms linear 0s;
}


.comment-respond .btn-hover:hover {
  /* transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    #f5ce62,
    #e43603,
    #fa7199,
    #e85a19
  ); */
  background: linear-gradient(-51deg, rgba(232, 65, 29, 1) 0%, rgba(250, 172, 82, 1) 100%);
}

.blog-content-section .blog-details-paragraph .previous-post {
  padding: 45px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
}

.blog-content-section .blog-content-col .sidebar-wrap {
  position: sticky;
  top: 30px;
}

.blog-content-col .sidebar-wrap .innter-content {
  margin: 57px 0 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-content-col .sidebar-wrap .innter-content::after {
  position: absolute;
  content: "";
  top: 75px;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(235, 28, 137, 1) 0%, rgb(255 255 255) 100%);
}

.sidebar-wrap .innter-content .auther-img img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 27px;
  box-shadow: 0 0 13px #0000001a;
}

.sidebar-wrap .innter-content h4 {
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin-bottom: 5px;
}

.sidebar-wrap .innter-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
}

.sidebar-wrap .innter-content p {
  font-size: 15px;
  font-weight: 400;
  color: #2b0017;
  text-align: center;
}

.sidebar-wrap .innter-content .user-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  margin: 12px 0;
}

.sidebar-wrap .innter-content .user-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #2b0017;
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .innter-content .user-social-icons a i {
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .innter-content .user-social-icons a:hover {
  border: 1px solid transparent;
  background-color: rgb(235 28 137);
}

.sidebar-wrap .innter-content .user-social-icons a:hover i {
  color: #fff;
}

.sidebar-wrap .sidebar-card {
  padding: 0;
  /* border-radius: 20px; */
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 40px;
}

.sidebar-wrap .sidebar-card .card-header {
  position: relative;
  padding: 15px 30px;
  background-color: hsl(328deg 100% 8% / 67%);
  overflow: hidden;
}

.sidebar-wrap .sidebar-card .card-header::after {
  position: absolute;
  content: "";
  bottom: -123px;
  right: -50px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.11);
}

.sidebar-wrap .sidebar-card .card-header h2 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.sidebar-wrap .sidebar-card .card-body {
  padding: 30px 15px;
}

.sidebar-wrap .sidebar-card .card-body .searchbar {
  padding: 6px 6px 6px 20px;
  gap: 12px;
  /* border-radius: 100px; */
  align-items: center;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dadada;
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .sidebar-card .card-body .searchbar input {
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  font-weight: 400;
  color: #221f3f;
  flex-grow: 1;
}

.sidebar-wrap .sidebar-card .card-body .searchbar input::placeholder {
  color: #221f3f;
}

.sidebar-wrap .sidebar-card .card-body .searchbar button {
  border: none;
  outline: none;
  width: 38px;
  height: 38px;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
  font-size: 14px;
  color: #fff;
}

.sidebar-wrap .sidebar-card .card-body .searchbar:hover {
  border: 1px solid #f08c17;
}

.sidebar-wrap .sidebar-card .card-body.category-list-group {
  padding: 25px;
}

.sidebar-wrap .sidebar-card .category-list-group ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.sidebar-wrap .sidebar-card .category-list-group ul li {
  padding: 10px 0;
  padding-left: 16px;
  border-bottom: 1px solid #d8d8d8;
}

.sidebar-wrap .sidebar-card .category-list-group ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-wrap .sidebar-card .category-list-group ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #2b0017;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .sidebar-card .category-list-group ul li a:hover {
  color: blue;
}

.sidebar-wrap .sidebar-card .category-list-group ul li a::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -16px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #2b0017;
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .sidebar-card .category-list-group ul li a:hover::after {
  background-color: blue;
}

.sidebar-wrap .sidebar-card .all-tags {
  padding: 30px 25px;
}

.sidebar-wrap .sidebar-card .all-tags .tag-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #221f3f;
  padding: 5px 18px;
  background-color: rgb(255 0 139 / 10%);
  margin: 5px 3px;
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .sidebar-card .all-tags .tag-item:hover {
  color: #fff;
  background-color: #2b0017;
}

.sidebar-wrap .sidebar-card .newsletter-group .searchbar {
  padding: 12px 22px;
  margin-bottom: 15px;
}

.sidebar-wrap .sidebar-card .newsletter-group .newsletter-btn {
  width: 100%;
  height: 52px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
  transition: all 0.3s ease-in-out;
}

.sidebar-wrap .sidebar-card .newsletter-group .newsletter-btn:hover {
  background: linear-gradient(-90deg, rgba(235, 28, 137, 1) 0%, rgb(255 219 238) 100%);
}

.sidebar-wrap .sidebar-card .latest-news-group {
  padding: 15px;
}

.sidebar-wrap .sidebar-card .latest-news-group .latest-news {
  padding: 25px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sidebar-wrap .sidebar-card .latest-news-group .latest-news:nth-child(2) {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.sidebar-wrap .sidebar-card .latest-news-group .latest-news:first-child {
  padding-top: 10px;
}

.sidebar-wrap .sidebar-card .latest-news-group .latest-news img {
  width: 70px;
  height: 80px;
  object-fit: cover;
}

.latest-news-group .latest-news .news-content .news-date {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #6d6c79;
}

.latest-news-group .latest-news .news-content a {
  font-size: 18px;
  font-weight: 800;
  color: #2b0017;
  transition: all 0.3s ease-in-out;
}

.latest-news-group .latest-news .news-content a:hover {
  color: blue;
}

/* Comment Section */

.comment-display .comment-msg {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}

.comment-display .comment-msg:nth-child(3) {
  padding-left: 64px;
}

.comment-display .comment-msg .msg-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.comment-display .comment-msg .msg-top .msg-name {
  flex-grow: 1;
}

.comment-display .comment-msg .msg-top img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid #f08c17;
}

.comment-display .comment-msg .msg-top .msg-name h5 {
  font-size: 18px;
  font-weight: 700;
  color: #221f3f;
  margin-bottom: 5px;
}

.comment-display .comment-msg .msg-top .msg-name p {
  font-size: 14px;
  font-weight: 400;
  color: #6d6c79;
}

.comment-display .comment-msg .msg-top .comment-reply-btn {
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  padding: 8px 20px 8px 15px;
  background-color: #f08c17;
}

.comment-display .comment-msg p {
  font-size: 15px;
  font-weight: 400;
  color: #6d6c79;
}

.search-container {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.search-box {
  padding: 10px 14px !important;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  color: #383169;
  outline: none;
  border: 1px solid #5f5f5f;
  background-color: #fef1f5;
  height: 38px;
}

.search-container form {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}


.search-btn {
  cursor: pointer;
  font-size: 20px;
}

.search-field form {
  max-width: 400px;
  margin: 20px auto;
}

.search-field form {
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  border: 0;
}

.search-field .search-btn {
  background-color: black;
  flex: 0 0 48px;
  border-radius: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

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

.pagination {
  margin-top: 12px;
}

.pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.pagination ul li {
  padding: 0;
  list-style: none;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  color: black;
  border: 1px solid hsla(0, 0%, 0%, 0.3);
  display: grid;
  place-content: center;

}

.pagination ul li a span {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}

.page-numbers.current {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  background-color: #c80d3b;
  color: white;
}

.arrow-div {
  background-color: black;
}

.arrow-div i {
  color: white;
}

.blog-breadcrumb {
  background-color: hsl(343.93deg 89.27% 40.2% / 78%);
  padding: 6px 11px !important;
}

.pagination {
  padding: 0 10px;
}

.blog-category a {
  color: #0b0f3d;
}

.category-list-group {
  height: 500px;
  overflow: auto;
}


.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 20px;
}

.blog-sidebar .editing-service {
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}

.blog-sidebar .editing-service .es-list {
  width: 100%;
}

.blog-sidebar .editing-service .es-list li {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}

.blog-sidebar .editing-service .es-list .es-item {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-sidebar .editing-service .es-list li:hover .es-item {
  color: #C80D3B;
}

.editing-service .es-item .date-detail-sectin {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.editing-service .es-item .date-detail-sectin svg {
  width: 18px;
  height: 18px;
}

.editing-service .es-item .date-detail-sectin p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.blog-sidebar .build-cv {
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: url(../img/card-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 82px;
  justify-content: start;
  align-items: start;
}

.blog-sidebar .build-cv h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.heading-pert h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  background-image: linear-gradient(90deg, #113489 17.66%, #cf0a37 90.75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

.editing-service .form-control {
  font-size: 14px;
  font-weight: 400;
  color: #010535;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  padding: 13px 16px;
  box-shadow: none;
  outline: none;
}

.blog-sidebar .editing-service .es-list .es-item {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  color: #010535;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.seconday-btn {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #C80D3B;
  border: 1px solid #C80D3B;
  transition: all 0.2s linear;
}

.seconday-btn:hover {
  background-color: white;
  border: 1px solid #C80D3B;
  color: #C80D3B;

}

.build-cv .seconday-btn {
  background-color: #ffffffd9;
  color: #C80D3B;
}

.build-cv .seconday-btn:hover {
  background-color: white;
}

.blog-sidebar .editing-service .es-list {
  width: 100%;
  padding: 0;
}

.blog-sidebar .editing-service .es-list li {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  list-style: none;
}

.heading-pert h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  background-image: linear-gradient(90deg, #113489 17.66%, #cf0a37 90.75%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

.blog-card-section .blog-card {
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  display: flex;
}

.blog-card .b-info {
  padding: 12px;
}

.blog-col:nth-child(even) .blog-card a {
  order: 1;
}

.blog-card-section .blog-card .b-img {
  width: 100%;
  height: auto;
}

.blog-card-section .blog-card .b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.blog-card .b-info .b-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}

.blog-card .b-info .b-title a {
  text-decoration: none;
  color: #010535;
  transform: 0.2s all linear;
}

.blog-card .b-info .b-title a:hover {
  text-decoration: underline;
}

.blog-card .b-info .b-paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .b-info .b-action {
  font-size: 16px;
  font-weight: 400;
  color: #C80D3B;
  margin-bottom: 12px;
  transition: 0.3s all linear !important;
  text-decoration: none;
}

.blog-card .b-info .b-action:hover {
  text-decoration: underline;
  transition: 0.3s all linear !important;
}

.blog-card .b-info .b-date-detail {
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card .b-info .b-date-detail h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.copyright-content a {
  text-decoration: none;
}

.copyright-content {
  border-top: 1px solid #4f4d63;
  padding: 25px 0;
}

.text-red {
  color: #c80d3b;
}

header .toggle-btn .menu-bar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-section-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  position: relative;
}

.s-l-1 {
  position: absolute;
  content: "";
  background-image: url(../img/s-l-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 352px;
  height: 299px;
  left: -75px;
  top: -80px;
}

/* .s-l-2 {
  background-image: url(../img/s-l-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 376px;
  height: 376px;
  z-index: 7;
  position: absolute;
  bottom: 40px;
  right: 40px;
} */

.hero-section .container {
  width: 100%;
  height: 100%;
}



.hero-content {
  bottom: 190px;
  max-width: 1050px;
  width: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.hero-section {
  /* background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(../img/hero-section-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  background-color: #eae9e9;
  height: 67vh;
  width: 100%;
}

.scroll-div {
  background-image: url(../img/scroll-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 64px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 14px);
  animation: updown 1s infinite alternate ease-in-out;
}

@keyframes updown {
  0% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(7px);
  }
}

.contact-form-div .wpcf7-spinner {
  position: relative;
  left: -85px;
  top: 8px;
}

.contact-form-div p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}

.whats-app-icon a i {
  color: white;
  font-size: 32px;
}

.whats-app-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: green;
  border-radius: 5px;
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 40px;
  text-decoration: none;

}

.join-community {
  background: linear-gradient(90deg, #ffcae6, #f1b2ff);
  box-shadow: 0 0 40px rgba(255, 142, 255, 0.5), inset 0 0 40px rgba(255, 255, 255, 0.4);
  padding: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}

.join-community p {
  margin-bottom: 20px;
  color: #3a3a3a;
  font-size: 16px;
}

.join-community p.fw-600 {
  font-weight: 600;
  color: black;
}