:root {
  --mm-rose: #ff0683;
  --mm-cerulean: #00a0df;
  --mm-ink: #151515;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-calendar-o::before {
  content: "\f133";
}

.fa-share::before {
  content: "\f064";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-arrow-up::before {
  content: "\f062";
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  color: var(--mm-ink);
  font-family: Objective, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
}

button,
[type="button"] {
  -webkit-appearance: button;
}

ul,
p,
h1,
h2,
h4,
h5 {
  margin-top: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-12,
.col-sm-6,
.col-sm-12,
.col-md-4,
.col-md-6,
.col-md-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn-primary {
  background-color: var(--mm-cerulean);
  border-color: var(--mm-cerulean);
  color: #fff;
}

.btn-outline-primary {
  border-color: var(--mm-cerulean);
  color: var(--mm-cerulean);
}

.btn-fit {
  width: fit-content;
}

.btn-long {
  min-width: 130px !important;
}

.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .5rem 1rem;
  position: relative;
}

.navbar-brand {
  display: inline-block;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: .3125rem;
  padding-top: .3125rem;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height .35s ease;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28128, 128, 128, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  color: #212529;
  display: none;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: .125rem 0 0;
  min-width: 10rem;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  width: 100%;
}

.input-group {
  align-items: stretch;
  display: flex;
  position: relative;
  width: 100%;
}

.input-group > .form-control {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: .375rem .75rem;
  text-align: center;
  white-space: nowrap;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-img-top {
  width: 100%;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.text-rose {
  color: var(--mm-rose) !important;
}

.btn-rose,
.btn.btn-rose {
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  color: #fff;
}

.public-nav {
  background: transparent;
  display: block;
  left: 0;
  padding: 0 !important;
  position: fixed !important;
  right: 0;
  top: 0;
  transition: background-color .25s ease, box-shadow .25s ease;
  width: 100%;
  z-index: 1030;
}

.public-nav .top-bar {
  padding: .5rem 0 5px;
  position: static !important;
  width: 100%;
}

.public-nav .top-bar .container {
  display: block;
}

.public-nav .topbar-icons-div {
  width: 100%;
}

.public-nav .topbar-icons-div,
.public-nav .navbar-icons-div {
  text-align: right;
}

.public-nav .topbar-icons-div {
  padding: 19px 0 0;
}

.public-nav .navbar-icons-div {
  display: none;
  padding: 17px 0 0;
}

.public-nav .menu {
  align-items: center;
  display: flex;
  margin-top: 7.7px;
  padding-bottom: 7.7px;
}

.public-nav .menu .navbar-collapse {
  flex: 1 1 auto;
  width: 100%;
}

.public-nav .navbar-brand img {
  background-position: 50% 50%;
  background-size: cover;
  height: 30px;
  max-height: 30px;
  object-fit: contain;
  width: 234px;
}

.public-nav .navbar-brand .h-menu-logo-2 {
  display: none;
  height: 70px;
  max-height: none;
  object-fit: contain;
  width: 70px;
}

.public-nav .btn-login,
.public-nav .btn-signup {
  border-radius: 16px;
  height: 32px;
  line-height: 1;
  margin-top: -8px;
  min-width: 120px;
  font-weight: 500;
}

.public-nav .btn-login {
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  color: #fff !important;
}

.public-nav .btn-signup {
  background: var(--mm-cerulean);
  border-color: var(--mm-cerulean);
  color: #fff !important;
}

.public-nav .btn-login:hover {
  background: #fff;
  border-color: var(--mm-rose);
  color: var(--mm-rose) !important;
}

.public-nav .btn-signup:hover {
  background: #fff;
  border-color: var(--mm-cerulean);
  color: var(--mm-cerulean) !important;
}

.public-nav .nav-link {
  color: #fff;
  font-weight: 700;
}

.public-nav.guest-nav .nav-link {
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 8px;
  padding: 8px 8px !important;
  text-transform: uppercase;
  transition: .5s;
  color: white;
}

.public-nav.guest-nav .navbar-nav .nav-item {
  margin-left: 0;
}

.public-nav.guest-nav .nav-link:hover,
.public-nav.guest-nav .nav-link.active {
  background: #fff;
  border-color: #3ca2e1;
  color: #3ca2e1 !important;
}

.public-nav.guest-nav  ul li a:last-child {
    margin-right: 0px !important;
}

.isScrolling .public-nav {
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
}

.isScrolling .public-nav .nav-link {
  color: #333;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, .5);
}

.footer-c {
  font-family: Objective, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #0f0c1c;
  padding: 30px 0;
}

.footer-c ul {
  margin-bottom: 20px;
  text-align: center;
}

.footer-c ul li {
  display: inline-block;
  padding: 0 20px;
  margin-right: .2rem !important;
}

.footer-c ul li a {
  color: #d9d9d9;
  font-size: 12px;
}

.footer-c p {
  color: #aaa;
  margin: 0;
}

.footer-c a {
  color: var(--mm-rose);
}

.footer-c a:hover {
  color: var(--mm-cerulean);
}

.footer-c .social-media .icon-header-brand {
  font-size: 25px;
}

.top-back {
  align-items: center;
  background: var(--mm-rose);
  border-radius: 100px;
  bottom: 30px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 30px;
  transition: .25s ease;
  width: 40px;
  z-index: 10;
}

.top-back .fa {
  font-family: "FontAwesome" !important;
  font-size: 16px;
  line-height: 1;
}

.isScrolling .top-back {
  opacity: 1;
}

.horizontal-break-img {
  margin-bottom: 12px;
  width: 74px;
}

.div-title {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 36px;
}

.landing-page {
  margin-bottom: 100px;
}

.landing-page .landing-content {
  min-height: 500px;
}

.landing-page .owl-slider {
  margin-bottom: 100px;
}

.landing-page .owl-slider .slider {
  background-position: top !important;
  background-size: cover;
  height: 100vh;
}

.landing-page .owl-slider .container,
.landing-page .owl-slider .aligning-middle {
  height: 100%;
}

.landing-page .owl-slider .aligning-middle {
  align-items: center;
  display: flex;
}

@media (min-width: 1199.98px) {
  .landing-page .owl-slider .a-content {
    margin-top: -75px;
  }
}

@media (min-width: 991.98px) {
  .landing-page .owl-slider .aligning-middle {
    max-width: 50%;
  }

  .landing-page .owl-slider .mb-0 {
    margin-top: 50px;
  }
}

.landing-page .owl-slider h1 {
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}

.landing-page .owl-slider h5 {
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 70%;
  text-align: justify;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

.landing-page .owl-slider .btn {
  font-size: 13px;
  margin-right: 5px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.landing-page .owl-slider .btn-primary {
  background: var(--mm-cerulean);
  border-color: var(--mm-cerulean);
  width: 120px;
  padding: 7px 15px;
  line-height: 1.5;
}

.landing-page .owl-slider .btn-outline-primary {
  border-color: #fff;
  padding: 7px 15px;
  line-height: 1.5;
}

.landing-page .owl-slider .btn-primary:hover,
.landing-page .owl-slider .btn-primary:focus,
.landing-page .owl-slider .btn-outline-primary:hover,
.landing-page .owl-slider .btn-outline-primary:focus {
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  box-shadow: 0 8px 18px rgba(255, 6, 131, .28);
  color: #fff !important;
}

.blog-card-body {
  min-height: 241px;
}

.b-c-body {
  line-height: 1.38;
}

.dropdown-share > .btn {
  align-items: center;
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  min-width: 96px;
  padding: 9px 16px;
}

.dropdown-share > .btn:hover,
.dropdown-share > .btn:focus {
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  /*box-shadow: 0 8px 18px rgba(255, 6, 131, .24);*/
}

.dropdown-share > .btn .fa {
  font-family: "FontAwesome" !important;
  font-size: 16px;
  line-height: 1;
}

.dropdown-share .dropdown-menu {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-shadow: none;
  min-width: max-content;
  padding: 16px;
}

.dropdown-share .dropdown-menu ul a {
  align-items: center;
  aspect-ratio: 1 / 1;
  border: 3px solid var(--mm-rose) !important;
  border-radius: 50% !important;
  color: var(--mm-rose) !important;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 40px;
}

.dropdown-share .dropdown-menu ul a .fa {
  color: var(--mm-rose) !important;
  font-size: 28px;
  line-height: 1;
}

.dropdown-share .dropdown-menu ul a:hover,
.dropdown-share .dropdown-menu ul a:focus {
  background: var(--mm-rose);
  color: #fff !important;
}

.dropdown-share .dropdown-menu ul a:hover .fa,
.dropdown-share .dropdown-menu ul a:focus .fa {
  color: #fff !important;
}

.dropdown-share .share-copy {
  background: var(--mm-rose);
  border-color: var(--mm-rose);
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}

.dropdown-share .share-copy .fa {
  color: #fff;
  font-family: "FontAwesome" !important;
  font-size: 16px;
  line-height: 1;
  margin-right: 6px;
}

.spotlight,
.landing-page .latest {
  margin-bottom: 100px;
}

.spotlight .owl-carousel .owl-item img {
  height: 500px;
  object-fit: cover;
}

.landing-page .latest .latest-carousel .item img {
  height: 350px;
  object-fit: cover;
}

.owl-nav button {
  background: transparent !important;
  border: 0 !important;
  position: absolute;
  top: 45%;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.slider-control {
  height: 34px;
}

.landing-page .template-1 {
  margin-bottom: 70px;
}

.landing-page .template-1 .row {
  align-items: stretch;
}

.landing-page .template-1 .no-padding-right,
.landing-page .template-1 .no-padding-left {
  display: flex;
}

.landing-page .template-1 .week-winners-carousel,
.landing-page .template-1 .week-winners-carousel .owl-stage-outer,
.landing-page .template-1 .week-winners-carousel .owl-stage,
.landing-page .template-1 .week-winners-carousel .owl-item,
.landing-page .template-1 .week-winners-carousel .item,
.landing-page .template-1 .week-winners-carousel a,
.landing-page .template-1 .week-winners-carousel picture {
  display: block;
  height: 100%;
  width: 100%;
}

.landing-page .template-1 .owl-item .item {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.landing-page .template-1 .owl-item .item img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  width: 100%;
}

.landing-page .template-1 .aligning-middle {
  background: #e4f2f5;
  height: 100%;
  padding: 130px 50px 50px;
  width: 100%;
}

.landing-page .template-1 .content {
  padding: 30px;
}

.landing-page .template-1 h1 {
  font-size: 2.125rem;
  font-weight: 800;
  margin-bottom: 55px;
}

.landing-page .template-1 p {
  margin-bottom: 50px;
}

.landing-page .template-1 .btn,
.landing-page .template-2 .btn {
  font-size: 13px;
  width: auto;
}

.landing-page .template-1 .btn-rose {
  border-radius: .25rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  min-width: 120px;
  padding: .375rem .75rem;
}

.landing-page .template-1 .btn-rose:hover,
.landing-page .template-1 .btn-rose:focus {
  background: #fff;
  border-color: var(--mm-rose);
  color: var(--mm-rose) !important;
}

@media (min-width: 768px) {
  .landing-page .template-1 .row {
    min-height: 555px;
  }
}

.landing-page .template-2 {
  margin-bottom: 70px;
}

.landing-page .template-2 .aligning-middle {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
}

.landing-page .template-2 .content {
  padding: 30px;
}

.landing-page .template-2 h2 {
  font-weight: 800;
  line-height: 1;
}

.landing-page .template-2 ul {
  padding-left: 1rem;
}

.landing-page .template-2 li {
  padding: 2px 0;
}

.landing-page .template-2 ::marker {
  color: var(--mm-cerulean);
}

.landing-page .template-2 img {
  width: 100%;
}

.landing-page .testimonials {
  margin-bottom: 60px;
}

.landing-page .testimonials .horizontal-break-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.landing-page .testimonials h1 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}

.landing-page .testimonials .background {
  background-image: linear-gradient(to right top, #f4c2e1, #f1feff, #c0f8fa);
  height: 400px;
  padding: 45px 100px;
}

.landing-page .testimonials .icon-ionic-md-quote {
  padding-bottom: 30px;
  width: 60px;
}

.landing-page .testimonials p {
  display: -webkit-box;
  margin-top: 0;
  max-height: 150px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.landing-page .testimonials .image {
  display: flex;
}

.landing-page .testimonials .image img {
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

.landing-page .testimonials .image h4 {
  display: inline;
  font-family: sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  margin-left: 10px;
}

.landing-page .testimonials .owl-dots {
  bottom: 25px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.landing-page .testimonials .owl-dot span {
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
}

.landing-page .testimonials .owl-dot.active span {
  background: #3ca2e1;
}

.view-all {
  margin-bottom: 50px;
}

.view-all a {
  line-height: 1;
  color: #00a0df;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
}
.view-all a:hover {
   color: #ff0683;
}

.view-all img {
  margin-top: 0;
  width: 58px;
}

@media (min-width: 768px) {
  .landing-page .template-1 .no-padding-right {
    padding-right: 0 !important;
  }

  .landing-page .template-1 .no-padding-left {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199.98px) {
  .public-nav.guest-nav .container,
  .landing-page .owl-slider .container {
    max-width: 960px;
  }

  .public-nav.guest-nav .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .public-nav .navbar-brand .h-menu-logo-1 {
    display: none;
  }

  .public-nav .navbar-brand .h-menu-logo-2 {
    display: block;
    height: 70px;
    max-height: none;
    object-fit: contain;
    width: auto;
  }

  .public-nav .top-bar {
    display: none;
  }

  .public-nav.guest-nav .menu {
    align-items: center;
    flex-wrap: wrap;
    min-height: 76px;
    padding-top: 0;
    position: relative;
  }

  .public-nav.guest-nav .menu > .navbar-icons-div {
    align-items: center;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    top: 38px;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .public-nav .navbar-brand,
  .public-nav .navbar-toggler {
    z-index: 3;
  }

  .public-nav.guest-nav .btn-login,
  .public-nav.guest-nav .btn-signup {
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    font-size: 1rem;
    height: 32px;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    min-width: 120px;
    padding: .375rem .75rem;
  }

  .public-nav .menu {
    background: transparent;
    min-height: 76px;
  }

  .public-nav .nav-link {
    color: #fff;
  }

  .public-nav.guest-nav .nav-link {
    font-size: 14px;
    padding: .5rem 0 !important;
    text-align: center;
  }

  .public-nav.guest-nav .navbar-collapse {
    flex-basis: 100%;
    margin-top: 16px;
    padding-bottom: 18px;
    text-align: center;
  }

  .public-nav.guest-nav .navbar-nav {
    align-items: center;
    margin-left: 0 !important;
    width: 100%;
  }

  .public-nav.guest-nav .navbar-nav .nav-item {
    margin-left: 0;
    width: 100%;
  }

  .public-nav .navbar-icons-div {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .public-nav .navbar-toggler {
    border-color: rgba(255, 255, 255, .55);
    margin-left: auto;
  }

  .public-nav .navbar-toggler-icon {
    filter: none;
  }

  .public-nav.menu-open,
  .isScrolling .public-nav,
  .isScrolling .public-nav .menu,
  .public-nav.menu-open .menu {
    background: #fff;
  }

  .isScrolling .public-nav .nav-link,
  .public-nav.menu-open .nav-link {
    color: #333;
  }

  .isScrolling .public-nav .navbar-toggler,
  .public-nav.menu-open .navbar-toggler {
    border-color: rgba(0, 0, 0, .2);
  }

  .isScrolling .public-nav .navbar-toggler-icon,
  .public-nav.menu-open .navbar-toggler-icon {
    filter: invert(1);
  }

  .landing-page .owl-slider .a-content {
    background-color: rgba(0, 0, 0, .42);
    border-radius: 4px;
    max-width: 100%;
    padding: 24px;
  }

  .landing-page .owl-slider h5 {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .landing-page .owl-slider h1 {
    font-size: 40px;
  }

  .landing-page .template-1 .aligning-middle {
    padding: 25px;
  }

  .landing-page .testimonials .background {
    padding: 20px;
  }

}

@media (max-width: 767.98px) {
  .landing-page {
    margin-bottom: 30px;
  }

  .landing-page .owl-slider {
    margin-bottom: 30px;
  }

  .landing-page .owl-slider .slider {
    min-height: 720px;
  }

  .landing-page .owl-slider h1 {
    font-size: 30px;
  }

  .landing-page .owl-slider h5 {
    font-size: 18px;
  }

  .spotlight,
  .landing-page .latest {
    margin-bottom: 50px;
  }

  .owl-nav .owl-prev {
    left: -2px;
  }

  .owl-nav .owl-next {
    right: -2px;
  }

  .landing-page .template-1,
  .landing-page .template-2 {
    margin-bottom: 20px;
  }

  .landing-page .template-1 .no-padding-right,
  .landing-page .template-1 .no-padding-left {
    display: block;
  }

  .landing-page .template-1 .week-winners-carousel,
  .landing-page .template-1 .week-winners-carousel .owl-stage-outer,
  .landing-page .template-1 .week-winners-carousel .owl-stage,
  .landing-page .template-1 .week-winners-carousel .owl-item,
  .landing-page .template-1 .week-winners-carousel .item,
  .landing-page .template-1 .week-winners-carousel a,
  .landing-page .template-1 .week-winners-carousel picture {
    height: auto;
  }

  .landing-page .template-1 .owl-item .item {
    aspect-ratio: 1 / 1;
  }

  .landing-page .template-1 .btn,
  .landing-page .template-2 .btn {
    font-size: 18px;
    width: 100%;
  }

  .landing-page .template-2 .aligning-middle {
    display: block;
  }

  .landing-page .template-2 .content {
    padding: 30px 0;
  }

  .landing-page .testimonials {
    margin-bottom: 0;
  }

  .landing-page .testimonials h1 {
    margin-bottom: 20px;
  }

  .landing-page .testimonials .owl-dots {
    bottom: 5px;
  }

  .landing-page .testimonials .owl-nav {
    display: none;
  }

}

@media (max-width: 575.98px) {
  .public-nav .navbar-brand .h-menu-logo-2 {
    height: 50px !important;
    max-height: none;
    width: auto !important;
  }

  .public-nav .navbar-icons-div {
    display: flex;
  }

  .landing-page .owl-slider .a-content {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 140px;
  }
}
