@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
ul,
li,
ol,
div {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* Universal Box Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
ol,
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.succes-msg {
  color: #2ec170;
  font-weight: 700;
}
.error-msg {
  color: #e63f6a;
  font-weight: 700;
}
.modal-dialog-md {
  min-width: 650px;
}
.modal-content {
  position: relative;
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 10px 55px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}
.popup-body {
  padding: 30px 35px;
}
.popup-body .popup_scroll {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-title {
  color: #253992;
  font-weight: 500;
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.modal-close {
  top: -20px;
  right: -20px;
  position: absolute;
  display: inline-block;
}
.modal-close .ti {
  font-size: 26px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #818899;
  text-shadow: none;
  display: block;
  transition: 0.4s;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}
.modal-dialog-lg ul {
  padding-left: 15px;
}
.modal-dialog-lg h4 {
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #34b894;
  font-size: 20px;
}
.modal-dialog-lg h5 {
  padding-top: 15px;
  font-size: 16px;
}
.modal-dialog-lg .text {
  line-height: 26px;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}
/* My styles starts from here */

a:hover,
a.active {
  color: #0094ff !important;
}

.letter-space-half {
  letter-spacing: 0.5px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.f-size14 {
  font-size: 14px;
  line-height: 21px;
}
.f-size15 {
  font-size: 15px;
  line-height: 21px;
}
.f-size16 {
  font-size: 16px;
  line-height: 21px;
}
.text-bold {
  font-family: "Roboto Condensed", sans-serif; /* Custom name */
}
.f-size18 {
  font-size: 18px;
}
.f-size19 {
  font-size: 18px;
}
.f-size20 {
  font-size: 20px;
}
.f-size21 {
  font-size: 21px;
}
.color-dark {
  color: #000;
}
.f-medium {
  font-family: "Roboto Condensed", sans-serif;
}
.f-bold {
  font-family: "Roboto Condensed", sans-serif;
}
.btn {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.btn-primary {
  background-color: #004c83 !important;
  transition: all ease-in-out 0.5s;
}
.btn-primary:hover {
  background-color: #2da6ff !important;
  color: white !important;
}

.bg-transparent {
  background-color: transparent;
}

/* Redeem Steps */
.d-flex {
  display: flex;
}
.color-004c83 {
  color: #004c83;
}
.bg-004c83 {
  background-color: #004c83;
}
.bg-296692 {
  background-color: #296692;
}
.color-1d1d1d {
  color: #1d1d1d;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
#reward {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/secton-bg2.png")
    no-repeat top center / cover;
}

/* navber */
.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 26px 4px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-links a {
  color: #fff;
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 8px;
  font-family: "Roboto Condensed", sans-serif;
}

.nav-links a:hover {
  color: #008ee3;
  transition: all 0.3s ease-in-out;
}

.nav-links a::before {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  background: #ddf1ff;
}
.nav-links a:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.mobile-top {
  display: none;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #084169;
}
.menu-toggle:hover {
  background-color: #0e4b77;
  transition: all 0.3s ease;
}

.mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1111111;
  margin-top: 72px;
  font-family: "Roboto Condensed", sans-serif;
}

.mobile-menu a {
  display: block;
  color: #fff;
  background-color: #0e4b77;
  padding: 10px 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #008ee3;
  transition: all 0.3s ease-in-out;
}

/* Banner Section */
.main-banner {
  position: relative;
  height: 100vh;
  background: url("../images/home-banner.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 800px;
  gap: 18px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.main-banner .banner-content h1 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}

.form_input_banner::placeholder {
  color: white;
  opacity: 1;
}

.form_input_banner {
  border: 2px solid #004c83;
  background: transparent;
  color: white !important;
  padding: 6px 6px;
  font-family: "Roboto Condensed", sans-serif;
}
.form_input_banner:focus-visible {
  outline: 2px solid #5aa1da;
  transition: all 0.3s ease-in-out;
}

.main-banner .banner-content p {
  font-size: 18px;
}

.section-content {
  max-width: 630px;
}
#reward .container {
  max-width: 920px;
}
#reward .container span {
  max-width: 60px;
  line-height: 60px;
  height: 60px;
  width: 100%;
  display: block;
  box-shadow: -2px -1px 1px #57b7fe;
  -webkit-box-shadow: -2px -1px 1px #57b7fe;
}
.steps p {
  max-width: 240px;
}
#reward .container .row .stp {
  position: relative;
}
#reward .container .row .stp:nth-child(2) {
  margin-top: 115px;
}
#reward .container .row .stp:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -84%;
  left: -40%;
  background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow.png)
    no-repeat center;
  width: 261px;
  height: 114px;
}
#reward .container .row .stp:nth-child(2)::after {
  top: -80%;
  position: absolute;
  content: "";
  background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow1.png)
    no-repeat center;
  width: 261px;
  height: 114px;
  right: -35%;
}
/* Exclusive */
#exclusive a {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
#exclusive a:hover {
  color: #2da6ff !important;
}
.decoration-none {
  text-decoration: none;
}

#exclusive .exclusive_card img {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
#exclusive .exclusive_card:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.redeem-btn {
  height: 53px;
  line-height: 48px !important;
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/redeem-icn.png")
    no-repeat 93% center;
  border: 2px solid #2da6ff !important;
  padding: 0 63px 0px 30px !important;
}
/* Who We Are */
#who-we-are {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/section-bg2.png")
    no-repeat top center / cover;
}
#who-we-are .section-content {
  max-width: 850px;
}
#who-we-are ul {
  padding-left: 0;
}
/* Customer */
#customer-say {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/sec-bg3.png")
    no-repeat top center / cover;
}
.rounded-5 {
  border-radius: 20px;
}
#customer-say .owl-item .review-card {
  transition: all ease-in-out 0.5s;
  max-height: 100%;
  min-height: 230px;
}
#customer-say .owl-item .review-card:hover {
  transform: scale(0.95);
  box-shadow: 0 0 10px #0094ff !important;
}
/* Brand */
.brand-wrp {
  border: 1px solid #dddddd;
}
.brand-wrp img {
  max-width: 70%;
}
#brand .section-content {
  max-width: 850px;
}
.brand-wrp {
  margin: 5px 0;
  border: 1px solid #dddddd;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-wrp:hover {
  border: 1px solid #2da6ff;
  box-shadow: 0 0 3px #0094ff !important;
}
#brand .btmwrp button {
  height: 52px !important;
  padding: 0px 23px !important;
}
/* Need Help */
#need-help p {
  max-width: 650px;
}
#need-help button {
  height: 52px;
  min-width: 266px;
}

/*Footer */
.pl-0 {
  padding-left: 0;
}
.pl-3 {
  padding-left: 30px;
}
.color-ddf1ff {
  color: #ddf1ff;
}

.gx-1 {
  gap: 10px;
}

.mail {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/mail.png")
    no-repeat left center;
}
.mobile {
  background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/call.png")
    no-repeat left center;
}
.red {
  background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/redeem-icn.png)
    no-repeat left top;
}

button.owl-dot {
  width: 14px;
  height: 15px;
  border-radius: 10px;
  background: lightgray !important;
  display: inline-block;
  opacity: 1;
  margin: 0 2px;
}
button.owl-dot.active {
  background-color: #004c83 !important;
}
button.owl-prev,
button.owl-next {
  height: 30px;
}
button.owl-prev span,
button.owl-next span {
  font-size: 50px;
  line-height: 30px;
  height: 30px;
}
.owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.owl-dots {
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
}
button.owl-prev span {
  margin-left: -50px;
}
button.owl-next span {
  margin-right: -50px;
}

.btmwrp button,
.btn-primary {
  transition: all ease-in-out 0.5s !important;
  -webkit-transition: all ease-in-out 0.5s;
}
.btmwrp button:hover,
.btn-primary:hover {
  transform: scale(0.9);
}
.form_banner .form-control{
  color:  white !important;
  background-color: transparent !important;
  border: 1px solid #004C83;
}
.form_banner .help-block{
  color: white !important;
}
.form_banner .form-control::placeholder{
    color:  white !important;
}

/* Responsive */

@media screen and (min-width: 768px) and (max-width: 965px) {
  #exclusive .d-flex {
    display: block !important;
    align-items: center;
  }

  #reward .container .row .stp:nth-child(2)::before {
    background-size: 215px auto;
    width: 215px;
    top: -78%;
    left: -35%;
  }
  #need-help button {
    min-width: 100%;
  }
  .section-content {
    max-width: 90% !important;
  }
  #need-help p {
    max-width: 650px;
    font-size: 15px;
  }
  #reward .container .row .stp:nth-child(2)::after {
    background-size: 204px auto;
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  section#need-help .row,
  section#need-help .row * {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  #reward .container .row .stp:nth-child(2)::after {
    top: -62%;
    position: absolute;
    content: "";
    background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow1.png)
      no-repeat right center;
    width: 80%;
    height: 114px;
    right: -35%;
  }
  #reward .container .row .stp:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -84%;
    left: -40%;
    background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow.png)
      no-repeat right;
    width: 80%;
    height: 114px;
  }
  #exclusive .d-flex {
    display: block !important;
    align-items: flex-start !important;
  }
  .py-75 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  button.owl-prev span {
    margin-left: 0;
  }
  button.owl-next span {
    margin-right: 0;
  }

  h1 {
    font-size: 24px;
    margin-top: 25px;
  }

  div#navbarSupportedContent {
    background: #004c83;
    padding: 20px;
  }

  /* banner and navbar */
  .logo {
    display: none !important;
  }
  .mobile-top {
    display: block;
  }
  .nav-links {
    display: none !important;
  }
  .mobile-menu {
    display: none;
  }
  .mobile-menu.active {
    display: block;
  }
  .main-banner .mobile-logo {
    display: block;
  }
  .main-banner .banner-content h1 {
    font-size: 2rem;
  }
  .main-banner .banner-content p {
    font-size: 16px;
  }
  .banner-content {
    gap: 0px;
  }
  .banner-content {
    justify-content: start;
    padding-top: 100px;
    gap: 0px;
  }
  .form_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #296692 !important;
    color: #000;
    padding: 32px 18px;
    margin-top: 0px !important;
  }
 

  .form_banner .form_gap {
    gap: 12px;

  }

  .form_banner .form-control::placeholder {
    color: #555 !important;
  }

   .form_banner .form-control{
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
  }

  .form_banner .btn.btn-primary {
    background-color: #004c83 !important;
    color: white;
  }

  .form_banner .btn.btn-primary:hover {
    background-color: #2da6ff !important;
  }
}

@media screen and (max-width: 500px) {
  #reward .container .row .stp:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -66%;
    left: -24%;
    background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow.png)
      no-repeat right;
    width: 80%;
    height: 114px;
  }
  #reward .container .row .stp:nth-child(2)::after {
    top: -45%;
    position: absolute;
    content: "";
    background: url(https://cdn.creativemarketingincentives.biz/thankyou/images/arrow1.png)
      no-repeat right center;
    width: 80%;
    height: 114px;
    right: -43%;
    transform: rotate(-25deg);
  }
  .section-content {
    max-width: 91% !important;
  }
  section#who-we-are .row {
    flex-direction: column-reverse;
  }
  #reward {
    margin-top: 175px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  div#navbarSupportedContent {
    margin-top: 8px;
  }

  body section h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  body section p.f-size18 {
    font-size: 14px;
  }
  body section .f-size18 {
    font-size: 14px;
  }
  #brand .owl-nav,
  #customer-say .owl-nav {
    display: none;
  }
  #reward {
    margin-top: 0;
  }

  #who-we-are .col-sm-6 img {
    max-width: 70%;
    margin-bottom: 30px;
  }
  #who-we-are p.f-size18 {
    margin-bottom: 20px !important;
  }
  #who-we-are h4 {
    font-size: 16px;
  }

  #who-we-are {
    background: url("https://cdn.creativemarketingincentives.biz/thankyou/images/section-bg2.png")
      no-repeat center left / contain;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 576.98px) {
  .main-banner .banner-content h1 {
    font-size: 1.3rem;
  }
  .main-banner .banner-content p {
    font-size: 14px;
  }
}
