@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
body {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

p {
  color: #333;
  font-weight: 400;
}

em {
  color: #828282;
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #27ae60;
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 800;
}

h1 {
  color: #f2f2f2;
  font-size: 63px;
}

h2 {
  color: #333;
  font-size: 50.4px;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

h3 {
  color: #333;
  font-size: 36px;
  margin-bottom: 0.9rem;
}

h4 {
  font-size: 21.6px;
  font-weight: 700;
}

body::-webkit-scrollbar {
  width: 8px;
  background: rgba(51, 51, 51, 0.2);
}

body::-webkit-scrollbar-thumb {
  background: rgba(245, 0, 87, 0.8);
  border-radius: 5px;
}

.elementor-widget-text-editor p {
  color: inherit;
}

.btn {
  display: inline-block;
  border: none;
  transition: all 0.3s;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 20px 50px;
}
.btn:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.btn-color-green {
  background: #27ae60;
  color: #f2f2f2;
}
.btn-color-green:hover {
  background: #27ae60;
  color: #f2f2f2;
}

.btn-color-yellow {
  background: #ffda00;
  color: #333;
}
.btn-color-yellow:hover {
  background: #ffda00;
  color: #333;
}

.btn-color-red {
  background: #ef1f22;
  color: #f2f2f2;
}
.btn-color-red:hover {
  background: #ef1f22;
  color: #f2f2f2;
}

.btn-color-pink {
  background: #f50057;
  color: #f2f2f2;
}
.btn-color-pink:hover {
  background: #f50057;
  color: #f2f2f2;
}

.btn-color-dark {
  background: #333;
  color: #f2f2f2;
}
.btn-color-dark:hover {
  background: #333;
  color: #f2f2f2;
}

.btn-color-light {
  background: #f2f2f2;
  color: #333;
}
.btn-color-light:hover {
  background: #f2f2f2;
  color: #333;
}

.btn-color-secondary {
  background: rgba(51, 51, 51, 0.2);
  color: #f2f2f2;
}
.btn-color-secondary:hover {
  background: rgba(51, 51, 51, 0.2);
  color: #f2f2f2;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.btn-color-invert {
  background: rgba(242, 242, 242, 0.2);
  color: #f2f2f2;
}
.btn-color-invert:hover {
  background: rgba(242, 242, 242, 0.2);
  color: #f2f2f2;
  box-shadow: 5px 5px 20px rgba(242, 242, 242, 0.2);
}

.text-card {
  position: relative;
  overflow: hidden;
  min-height: 335px;
  padding: 35px 30px 100px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.15);
}
.text-card h4, .text-card p {
  color: #f2f2f2;
}
.text-card .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, #f2994a 0%, #eb5757) 100%;
}
.text-card .overlay-image {
  position: absolute;
  transform: rotate(-15deg);
  border-radius: 20px;
  overflow: hidden;
  width: 65%;
  right: -15%;
  bottom: -15%;
  transition: all 0.3s;
}
.text-card .overlay-image img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.text-card:hover .overlay-image {
  transform: rotate(-18deg);
}

.text-card.card-style-1 .overlay {
  background: linear-gradient(130deg, #f2994a 0%, #eb5757) 100%;
}

.text-card.card-style-2 .overlay {
  background: linear-gradient(130deg, #56ccf2 0%, #2f80ed) 100%;
}

.text-card.card-style-3 .overlay {
  background: linear-gradient(130deg, #6fcf97 0%, #219653) 100%;
}

.navbar {
  z-index: 99;
}
.navbar .navbar-brand {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 700;
}
.navbar .navbar-brand i {
  color: #ffda00;
  margin-right: 12px;
}
.navbar .navbar-nav {
  gap: 48px;
}
.navbar .navbar-nav .dropdown-menu {
  min-width: 170px;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.3);
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #333;
  color: #ffda00;
}
.navbar .navbar-nav li.nav-item:last-child > a.nav-link {
  color: #ffda00;
}
.navbar .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  top: 0;
  left: 100%;
}
.navbar .dropend .dropdown-toggle::after {
  content: "\f285" !important;
}
.navbar .nav-item .nav-link {
  color: #f2f2f2;
  position: relative;
}
.navbar .nav-item .nav-link.active {
  color: #ffda00;
}
.navbar .nav-item .nav-link.active::before {
  opacity: 1;
  width: 80%;
}
.navbar .nav-item .nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  background: #ffda00;
  position: absolute;
  bottom: 5px;
  transition: all 0.3s;
  opacity: 0;
}
.navbar .nav-item .nav-link:hover {
  color: #ffda00;
}
.navbar .nav-item .nav-link:hover::before {
  width: 80%;
  opacity: 1;
}
.navbar .nav-item .dropdown-toggle::after {
  font-family: "Bootstrap-icons";
  content: "\f282";
  border: none;
  vertical-align: 0;
  font-size: 14px;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler i {
  font-size: 45px;
  color: #f2f2f2;
}
.navbar .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .offcanvas-header .offcanvas-title {
  font-size: 20px;
  font-weight: 700;
}
.navbar .offcanvas-header .offcanvas-title i {
  color: #ffda00;
  margin-right: 12px;
}
.navbar .offcanvas-header .btn-close {
  font-size: 25px;
  color: #333 !important;
  opacity: 1;
}

.title-banner {
  padding: 120px 0;
  background: linear-gradient(100deg, #f50057 0%, #bb6bd9) 100%;
}
.title-banner .sub-title {
  color: #ffda00;
}

.subscribe-bar {
  background-color: #333;
  padding: 30px 0;
}
.subscribe-bar p {
  color: #f2f2f2;
  margin-bottom: 0;
}
.subscribe-bar input, .subscribe-bar .btn-invert {
  width: 100%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.subscribe-bar input[type=text] {
  font-size: 1rem;
  padding: 13px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.subscribe-bar input[type=text]::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.footer-calltoaction {
  padding: 100px 0;
  background: linear-gradient(100deg, #f50057 0%, #bb6bd9) 100%;
}
.footer-calltoaction .sub-title {
  color: #ffda00;
}
.footer-calltoaction h2 {
  color: #f2f2f2;
  margin-bottom: 1rem;
}
.footer-calltoaction p {
  color: rgba(242, 242, 242, 0.7);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer-calltoaction .btn-primary {
  margin-top: 1.2rem;
}

.copyright {
  padding: 50px 0;
}
.copyright p {
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.2);
}

.text-color-green {
  color: #27ae60;
}

.text-color-yellow {
  color: #ffda00;
}

.text-color-red {
  color: #ef1f22;
}

.text-color-pink {
  color: #f50057;
}

.text-color-dark {
  color: #333;
}

.text-color-light {
  color: #f2f2f2;
}

.content-area {
  padding: 100px 0;
}
.content-area .articles, .content-area .widgets {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.content-area .articles p {
  font-weight: 500;
  color: #828282;
}

.post .meta {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f50057;
  margin-bottom: 8px;
}
.post h2 a {
  font-size: 3rem;
  color: #333;
}
.post h2 a:hover {
  color: #27ae60;
}
.post h3 {
  font-weight: 800;
}
.post p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
}
.post a.read-more {
  color: #f50057;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 12px;
  transition: all 0.3s;
}
.post a.read-more:hover {
  color: #27ae60;
  padding-left: 5px;
}

.b2w-pagination {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.b2w-pagination li {
  position: relative;
  margin-left: 6px;
  display: inline-block;
}
.b2w-pagination li .page-numbers {
  position: relative;
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 50px;
  display: inline-block;
  transform: all 0.3s;
}
.b2w-pagination li .page-numbers.current {
  color: #f2f2f2;
  background-color: #f50057;
}
.b2w-pagination li:hover a {
  color: #f2f2f2;
  background-color: #f50057;
}

.title-wrapper .sub-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.section-call-to-action {
  position: relative;
  text-align: center;
  border-radius: 4px;
  padding: 90px 100px;
}
.section-call-to-action .underlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 40px;
  background-color: #f2f2f2;
}
.section-call-to-action .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(100deg, #f50057 0%, #bb6bd9) 100%;
  transform: rotate(358deg);
}
.section-call-to-action .overlay-image {
  position: absolute;
  transform: rotate(18deg);
  border-radius: 20px;
  overflow: hidden;
  width: 30%;
  left: -4%;
  bottom: -50%;
  transition: all 0.3s;
}
.section-call-to-action .overlay-image img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.section-call-to-action:hover .overlay-image {
  transform: rotate(21deg);
}
.section-call-to-action h2, .section-call-to-action p {
  color: #f2f2f2;
}
.section-call-to-action .sub-title {
  color: #ffda00;
}

.testimonial, blockquote.wp-block-quote {
  font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.6rem;
  font-style: italic;
  text-align: left;
  line-height: 1.5;
  margin: 2rem 0 2rem 2rem;
}
.testimonial cite, blockquote.wp-block-quote cite {
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-style: normal;
}
.testimonial cite span, blockquote.wp-block-quote cite span {
  color: #828282;
}
.testimonial p, blockquote.wp-block-quote p {
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 46.8px;
  }
  h2 {
    font-size: 32.4px;
  }
  h3 {
    font-size: 25.2px;
  }
  h4 {
    font-size: 18px;
  }
  .offcanvas-body {
    overflow: hidden;
    padding: 0;
    margin-top: 0px;
  }
  .offcanvas-body .navbar-nav {
    gap: 0;
  }
  .offcanvas-body .navbar-nav .dropdown-menu {
    box-shadow: none;
    background-color: #333;
    padding: 10px 0;
    border-radius: 20px;
    margin: 20px 10px 0;
  }
  .offcanvas-body .navbar-nav .dropdown-item {
    color: #f2f2f2;
    border-bottom: none;
    justify-content: center !important;
    border-bottom: none !important;
    padding: 10px !important;
  }
  .offcanvas-body .nav-item .nav-link {
    color: #333;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .offcanvas-body .nav-item .nav-link.active {
    color: #333;
  }
  .offcanvas-body .nav-item .nav-link.active::before {
    opacity: 0;
  }
  .offcanvas-body .nav-item .nav-link:hover {
    color: #333;
  }
  .offcanvas-body .nav-item .nav-link:hover::before {
    opacity: 0;
  }
  .offcanvas-body .dropdown:hover > .dropdown-menu, .offcanvas-body .dropend:hover > .dropdown-menu {
    display: block;
  }
  .offcanvas-body .dropdown .dropdown-toggle::after, .offcanvas-body .dropend .dropdown-toggle::after {
    content: "\f282" !important;
  }
  .offcanvas-body .dropend .dropdown-menu {
    background-color: rgba(242, 242, 242, 0.2);
  }
  .subscribe-bar p, .subscribe-bar input {
    margin-bottom: 24px;
  }
  .subscribe-bar .btn {
    width: 100%;
  }
  .content-area .widgets {
    gap: 75px;
  }
  .section-call-to-action {
    padding: 90px 10px;
  }
  .section-call-to-action .underlay-bg {
    display: none;
  }
  .section-call-to-action .overlay {
    transform: rotate(0);
  }
  .section-call-to-action .overlay-image {
    bottom: -5%;
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */