/*----------------------------------------*/
/*  CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Jost:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*----------------------------------------*/
/*  Logo Colors: 
    #960018 [ Brown ]
    #243554 [ Blue ]
/*----------------------------------------*/
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-thumb {
  /*    background-image: radial-gradient(circle farthest-corner at 0 50%,#243554,#960018);*/
  background: linear-gradient(#243554, #960018);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #243554;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:focus {
  background-color: #960018;
}

::-webkit-scrollbar-thumb:focus,
::-webkit-scrollbar-thumb:hover {
  background-color: #960018;
}

/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  color: #0e0e0e;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[dir="rtl"] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0e0e0e;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  transition: all 0.3s linear;
  outline: 0;
}

img {
  max-width: 100%;
}

a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #960018;
}

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*--Section Title--*/
.section-title .title {
  font-size: 2.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0e0e0e;
}

.signup .section-title .title {
  font-size: 2.5em;
  letter-spacing: -2px;
}

.section-title h3.title {
  font-size: 2em;
}

@media only screen and (max-width: 767px) {}

.section-title .title.white {
  color: #fff;
}

.section-title .sub-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  line-height: 30px;
  color: #243554;
  margin-bottom: 12px;
}

.section-title .sub-title.color-2 {
  color: #960018;
}

.section-title .sub-title.color-3 {
  color: #960018;
}

.section-title .sub-title.white {
  color: #fff;
}

/*----------------------------------------*/
/*  Sign Up CSS
/*----------------------------------------*/
.form-group-merchanet-panel-heading {
  background-image: linear-gradient(90deg,
      rgba(31, 54, 85, 1) 35%,
      rgba(43, 129, 152, 1) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 10px;
}

.form-horizontal .form-group {
  margin: 0 auto;
}

.form-panel-cont {
  padding: 20px;
}

.form-group .col-6,
.form-group .col-3 {
  padding: 0 5px 0 0;
}

.form-right {
  color: #fff;
  padding: 20px 0;
}

.message {
  padding: 10px 0;
}

.message.offer-padding {
  padding: 30px 0;
}

.form-group-merchanet-panel-heading.offer-padding {
  margin-bottom: 30px;
}

.form-group-merchanet-panel-heading.row {
  margin-left: 0;
  margin-right: 0;
}

.panel-body.nopadding {
  padding: 0;
  margin-bottom: -20px;
}

.fomr-panel-cont {
  padding: 20px;
}

.fomr-panel-cont.offer-padding {
  padding: 40px 20px 30px 0;
}

@media (max-width: 667px) {
  .fomr-panel-cont {
    padding: 20px 90px 10px 0;
  }
}

@media (max-width: 600px) {
  .fomr-panel-cont {
    padding: 20px 0 10px;
  }
}

.checkbox-style {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 13.5px;
}

.checkbox-style .payment-checkbox {
  width: 40px;
  height: 40px;
}

.checkbox-style label {
  margin: 0;
}

@media (max-width: 767px) {
  .checkbox-style {
    font-size: 12.5px;
  }

  .hide-desktop {
    display: block;
  }

  .checkbox-style .payment-checkbox {
    width: 70px;
    height: 40px;
  }

  .panel-body.nopadding {
    margin-bottom: 0;
  }
}

/*--
/*  Form CSS
/*----------------------------------------*/
label {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #243554;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  display: inline-block;
  overflow: hidden;
  background: #960018;
  color: #fff;
  border-radius: 5px;
  padding: 0px 70px;
  border: 0;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn::before {
  content: "";
  background: #243554;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn::after {
  content: "";
  background: #243554;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn:focus,
.btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-3 {
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 40px;
  background: #960018;
  color: #fff;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #243554;
  border-color: #243554;
  color: #fff;
}

.btn-primary:hover {
  background-color: #243554;
  border-color: #243554;
}

.btn-secondary {
  background-color: #000c29;
  border-color: #000c29;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #000c29;
  border-color: #000c29;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
  background: #243554;
}

.btn-white::before {
  background: #243554;
}

#stepThree #payBtn {
  box-shadow: none;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.home .header-section {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.header-section {
  background: #243554;
}

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }

  .fansclub-hero-section-06 {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 70vh;
  }

}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo a img {
  width: 180px;
  padding: 10px 0;
}

span.logo-text {
  color: #243554;
  text-transform: uppercase;
  font-weight: 700;
}

span.logo-text span {
  color: #960018;
}

@media only screen and (max-width: 1199px) {
  .header-logo a img {
    width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap {
    justify-content: space-around;
  }

}

@media only screen and (max-width: 375px) {
  .header-logo a img {
    width: 1000px;
  }
}

.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 30px 25px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
}

.header-menu .main-menu li a {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #0e0e0e;
}

.header-menu .main-menu li.active-menu>a {
  color: #243554;
}

.header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #243554;
}

.header-menu .main-menu li .menu-icon::after {
  content: "\f16c";
  font-family: "flaticon";
  font-size: 10px;
  color: #94a0b9;
  margin-left: 5px;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover>.menu-icon::after {
  color: #243554;
}

.header-menu .main-menu li:hover>a {
  color: #243554;
}

.header-menu .main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #243554;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

  display: block;
  position: relative;
  z-index: 1;
}

.header-menu .main-menu li .sub-menu li.active>a {
  color: #243554;
}

.header-menu .main-menu li .sub-menu li:hover>a {
  color: #243554;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-btn {
  margin-left: 25px;
}

.header-btn .btn {
  line-height: 36px;
  height: 36px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 400;
}

.header-btn .link {
  line-height: 36px;
  height: 36px;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.header-btn .link:hover {
  text-decoration: underline;
}

.support-signin-join .btn {
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0 1rem;
  height: 2.8rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1270px) {
  .support-signin-join .hide-mobile {
    display: none;
  }
}



.support-signin-join a {
  line-height: normal;
}

.support-signin-join a:hover {
  background: #243554;
  color: #fff;
}

.customer-support {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.customer-support .btn {
  background-color: #fff;
  color: #000;
  font-size: 1.05rem;
  border: #000 2px solid;
  margin-left: 0;
}

.customer-support a {
  color: #fff
}

.customer-support svg {
  fill: #fff;
}

.customer-support span {
  font-size: .9rem;
  display: block;
  padding: 5px;
}

.customer-support span img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.support-signin-join .account {
  display: flex;
  padding: 2px 20px;
  justify-content: center;
  align-items: center;
}

.support-signin-join .account img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.support-signin-join .account .sign-in {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.support-signin-join .account span {
  font-size: 0.9rem;
  display: block;
  padding: 0;
  margin: 0;
}

.support-signin-join .account b {
  font-size: .9rem;
  color: #fff;
  padding: 0;
  margin: 0
}

@media screen and (max-width: 1270px) {
  .support-signin-join .customer-support {
    display: none;
  }
}


.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #243554;
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-top-section {
  background: #030213;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
}

.header-top-wrapper .header-top-info ul li i {
  font-size: 20px;
  color: #960018;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li+li {
  padding-left: 30px;
  margin-left: 25px;
}

.header-top-wrapper .header-top-info ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #353542;
  width: 1px;
  height: 45px;
  transform: translateY(-46%);
}

.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social span {
  font-size: 14px;
  color: #960018;
  display: inline-block;
  margin-right: 20px;
}

.header-top-wrapper .header-social ul li {
  display: inline-block;
}

.header-top-wrapper .header-social ul li+li {
  margin-left: 10px;
}

.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}

.header-top-wrapper .header-social ul li a:hover {
  color: #960018;
}

.header-section-06 .header-menu {
  margin-left: auto;
}

.header-section-06 .header-menu .main-menu>li.active-menu>a {
  color: #960018;
}

.header-section-06 .header-menu .main-menu>li.active-menu>.menu-icon::after {
  color: #960018;
}

.header-section-06 .header-menu .main-menu>li .menu-icon::after {
  color: #94a0b9;
}

.header-section-06 .header-menu .main-menu>li:hover>.menu-icon::after {
  color: #960018;
}

.header-section-06 .header-menu .main-menu>li:hover>a {
  color: #960018;
}

.header-section-06 .header-menu .main-menu>li .sub-menu {
  border-top: 3px solid #960018;
}

.header-section-06 .header-menu .main-menu>li .sub-menu li.active>a {
  color: #960018;
}

.header-section-06 .header-menu .main-menu>li .sub-menu li:hover>a {
  color: #960018;
}

.header-section-06 .header-cart .cart-btn:hover {
  color: #960018;
}

.header-section-06 .header-cart .cart-btn .count {
  background: #960018;
  color: #fff;
}

.header-section-06 .header-meta {
  position: relative;
  padding-left: 15px;
}

.header-section-06 .header-btn .btn:hover {
  background: #243554;
}

.sticky {
  position: relative;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  background: transparent;
}

.offcanvas {
  background: #000c29;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #243554;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  padding: 5px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover>a {
  color: #243554;
}

.offcanvas-menu .main-menu li.active>.menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  Hero CSS
/*----------------------------------------*/

.fansclub-hero-section-06 {
  background: #243554;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 130px;
  height: 72vh;
}

.fansclub-hero-section-06 .hero-content {
  padding-top: 20px;
  padding-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fansclub-hero-section-06 .hero-content .sub-title {
  font-size: 3.5em;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
  padding: 20px;
}

.fansclub-hero-section-06 .hero-content .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.fansclub-hero-section-06 .hero-content .title span {
  color: #960018;
}

.fansclub-hero-section-06 .hero-content p {
  font-size: 1.1em;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

@-webkit-keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

.merchants .fansclub-service-section-06 .container {
  max-width: 1000px;
}

@media only screen and (max-width: 1399px) {
  .fansclub-hero-section-06 .hero-content .title {}
}

@media only screen and (max-width: 1199px) {
  .fansclub-hero-section-06 .hero-content .sub-title {
    font-size: 3.5em;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .fansclub-hero-section-06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fansclub-hero-section-06 .hero-content {
    padding-top: 40px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fansclub-hero-section-06 .hero-content .sub-title {
    font-size: 3.5em;
  }

  .fansclub-hero-section-06 .hero-content p {}

  .fansclub-hero-section-06 {
    height: 70vh !important;
  }
}

@media only screen and (max-width: 575px) {
  .fansclub-hero-section-06 .hero-content .sub-title {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .section-title .title {
    font-size: 1.3em;
  }

  .section-title .sub-title {
    line-height: 23px;
  }
}

/*--
/*  Service CSS
/*----------------------------------------*/

.fansclub-service-section-06 {
  background: #eaf3f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.fansclub-service-section-06 .section-title {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-item-05 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  min-height: 280px;
}

@media only screen and (max-width: 1399px) {
  .service-item-05 {
    min-height: 300px;
  }
}

@media (max-width: 1199.98px) {
  .service-item-05 {
    min-height: 220px;
  }
}

@media (max-width: 991.98px) {
  .service-item-05 {
    min-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .service-item-05 {
    text-align: center;
    padding: 20px;
    min-height: 325px;
  }
}

@media (max-width: 575.98px) {
  .service-item-05 {
    min-height: auto;
    margin-top: 0;
  }
}

.service-img {
  padding-bottom: 10px;
}

.service-item-05 .service-img img {
  transition: all 0.3s linear;
  background-image: linear-gradient(to right bottom, #fff, #bbb);
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgb(38, 57, 77) 5px 15px 10px -10px;
}

.service-item-05 .service-content .title {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
}

.service-item-05 .service-content .title:hover {
  color: #960018;
}

.service-item-05 .service-content p {
  line-height: 1.2em;
  margin-top: 15px;
}

.service-item-05:hover .service-img img {
  transform: scale(1.1);
}

/*--
/*  Merchants CSS
/*----------------------------------------*/
/* .merchants .container {
  max-width: 960px;
} */
.merchants-wrap {
  border-radius: 20px;
  padding: 50px 50px 20px;
  color: #fff;
  background-color: #960018;
}

.merchants-wrap .section-title {
  max-width: 1320px;
  margin: 0 auto;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  padding: 20px 0;
}

.merchants-wrap .item {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  border-radius: 0.25em;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 500ms;
}

.merchants-wrap .item:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
}

.merchants-wrap img {
  width: auto;
  height: 5em;
  object-fit: contain;
}

.merchants-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.merchants-wrap strong {
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.3em;
  display: inline-block;
}

/*--
/*  Thank you page
/*----------------------------------------*/
.thank-you-page {
  /* background: url(../images/bg.png) no-repeat 0 100% rgba(0,0,0,0.1);
  padding-bottom: 700px; */
}

.thank-you-page .claim {
  background: url(../images/bg.png) no-repeat 0 0 #04162a;
  width: 60%;
  height: auto;
  padding: 10px 20px;
  border-radius: 5px;
  background-size: cover;
}

.claim h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

.claim .btn {
  line-height: 42px;
  border-radius: 30px;
  padding: 0px 30px;
  font-size: 17px;
  border: 2px solid #960018;
}

.thank-image {
  width: 200px;
  transform: translateY(30px);
  margin-top: -217px;
}

.cashback {
  width: 100%;
  padding: 0 0 20px 0;
  margin-top: 130px;
  margin-bottom: 30px;
  border: 10px solid #fff;
  background-color: #ffffff8a;
  box-shadow: 0 .5rem 1rem #00000026;
}

.cashback h3 {
  color: #243554;
  font-size: 1.5rem;
  font-weight: 600;
}

.cashback-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cashback-logos img {
  width: 30%;
}

.cashback-logos img:nth-child(2) {
  width: 20%;
}

.cashback-logos img:last-child {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  .thank-you-page .claim {
    width: 100%;
  }

  .cashback {
    /* margin-top: 111px; */
    width: 100%;
  }

  .cashback-logos {
    flex-direction: column;
  }

  .cashback-logos img {
    width: 50%;
  }

  .cashback-logos img:nth-child(2) {
    width: 50%;
  }

  .cashback-logos img:last-child {
    width: 50%;
  }

  .cashback h3,
  .section-title .title {
    font-size: 1.5rem;
  }

}

@media only screen and (max-width: 450px) {

  .cashback h3,
  .section-title .title {
    font-size: 1.2rem;
  }

  .thank-image {
    margin-top: -218px;
  }
}

/*--
/*  Populated Stores
/*----------------------------------------*/

.populated-stores {
  display: flex;
  gap: 10px;
  padding: 20px 5%;
  flex-flow: row wrap;
  justify-content: center;
}

.populated-stores .item {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eaeaea;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
  padding: 5px;
}

.section-title p.content {
  font-size: 1.1em;
  font-weight: 600;
  color: #0e0e0e;
  text-align: center;
}

.populated-stores .item img {
  vertical-align: middle;
  display: inline-block;
  height: 100px;
}

.w-60 {
  width: 60%;
}

.w-90 {
  width: 90%;
}

/*--
/*  Form Right
/*----------------------------------------*/
#form-panel-right {
  color: #fff;
  padding-top: 20px;
}

.OfferImageWrap {
  display: flex;
  justify-content: center;
}

.OfferImageWrap img {
  width: 60%;
}

.SecondaryFPImage img {
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
}

/*--
/*  CTA CSS
/*----------------------------------------*/

.fansclub-cta-section-05 {
  background-color: #eaf3f9;
}

.fansclub-cta-section-05 .cta-wrap {
  background: #243554;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  margin-bottom: -185px;
  position: relative;
  z-index: 5;
  padding: 80px 110px 105px;
}

.fansclub-cta-section-05 .cta-wrap .cta-content .content {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-top: 0px;
}

.fansclub-cta-section-05 .cta-wrap .cta-content .title {
  font-weight: 700;
  color: #fff;
}

.fansclub-cta-section-05 .cta-wrap .cta-content .cta-btn .btn-4 {
  height: 45px;
  padding: 0 30px;
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .fansclub-cta-section-05 .cta-wrap {
    padding: 80px 75px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fansclub-cta-section-05 .cta-wrap {
    padding: 70px 70px 70px;
  }

  .fansclub-cta-section-05 .cta-wrap .cta-content .title {}
}

@media only screen and (max-width: 449px) {
  .fansclub-cta-section-05 .cta-wrap {
    padding: 30px 20px 30px;
  }

  .fansclub-cta-section-05 .cta-wrap .cta-content .title {}
}


/*--
/*  Contact CSS */


.large-padding-top .heading-title {
  color: #252d6a;
  font-size: 42px;
  font-weight: 550;
  padding: 19px 0;
  text-align: center;
}

.info-box--style-bg {
  background-color: var(--grey-themes);
  background: #f7f7f7;
  border-bottom: 2px solid rgba(0, 0, 0, .125);
  border-radius: 5px;
  padding: 20px;
}

.contact-info-box {
  display: flex;
  padding: 20px;
  transition: all .3s ease;
}

.info-box--style-bg .info-box-thumb {
  align-items: center;
  background: #f8fafc;
  border-radius: 100%;
  display: flex;
  height: 90px;
  justify-content: center;
  min-height: 90px;
  min-width: 90px;
  width: 90px;
}

.info-box-thumb {
  margin-right: 30px;
  width: 150px;
}

.row-masonry .fa {
  color: #243554;
  font-size: 52px;
}

.link-with-icon,
.link-with-icon:hover {
  color: #6d6fd5;
}

.button-not-primary {
  background: #960018;
  border: 1px solid #2c220c !important;
  border-radius: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: 500 !important;
  padding: 8px 33px !important;
}


/*--
/*  Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-bottom: 50px;
}

.footer-widget {
  margin-top: 30px;
}

.widget-info {
  padding-top: 20px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #eaf3f9;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}

.footer-widget-about {
  margin-top: 30px;
}

.footer-widget-about p {
  color: #fff;
  padding-right: 30px;
  margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
  .footer-widget-about p {
    padding-right: 0;
  }
}

.footer-social .social {
  margin-top: 25px;
}

.footer-social .social li {
  display: inline-block;
}

.footer-social .social li+li {
  margin-left: 5px;
}

.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  background: #fff;
  color: #243554;
}

.footer-social .social li a:hover {
  background-color: #960018;
  color: #fff;
}

.footer-widget .footer-widget-title {
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #960018;
  padding-left: 10px;
}

/*--
/*  Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #243554;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-logo {
  max-width: 180px;
}

.footer-copyright-area {
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 14px;
  color: #fff;
}

.home .footer-section-03 .footer-widget-wrap {
  padding-top: 200px;
}

.footer-section-03 .footer-widget-wrap {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .hide-mobile {
    display: none;
  }

  .merchants-wrap .service-content-wrap {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .merchants-wrap {
    padding: 20px;
  }

  .merchants-wrap .item {
    padding: 10px;
  }

  .populated-stores .item {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-section-03 .footer-widget-wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
}