body,
html {
  overflow-x: hidden;
}
body,
p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  margin: 0;
  line-height: 1.65;
}

header {
  background-color: #0b0744;
  border-bottom: none;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container {
  width: 60%;
}

p.subtitle {
  letter-spacing: 1.25px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.25px;
  padding: 3rem 0 2rem 0;
  line-height: 1.5;
}

.hero h1 {
  line-height: 1.2;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

ul {
  padding-left: 7rem;
  padding-top: 1rem;
}

.inline {
  display: inline-block;
}

.inline.mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  ul {
    padding-left: 0;
  }
}

li {
  padding-bottom: 1rem;
}

.needs {
  background: yellow;
  color: red;
  text-align: center;
  margin: 5rem 0;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

p.small {
  font-size: 16px;
}

.pb-6 {
  padding-bottom: 5rem;
}

.doodle-arrow-rotate {
  width: 100px;
  transform: scaleX(-1);
}

.doodle-icon {
  width: 100px;
  margin-left: -2rem;
}

br.mobile {
  display: none;
}

.price h1 {
  padding: 0;
  text-align: center;
}

.price .small {
  padding: 0;
  text-align: center;
  font-size: 13px;
}

/* Footer */
footer {
  background-color: #0b0744;
  color: #fff;
  padding: 0;
}

.footer-top {
  padding: 45px 0 15px 0;
}

footer .logo {
  max-width: initial;
}

footer .light-logo {
  margin-bottom: 8px;
  width: 196px;
}

.footer_content {
  font-size: 13px;
}

.footer_content p a {
  color: #337ab7;
}

.footer_content p,
.footer_content ul li {
  color: #fff;
  font-size: 18px;
}

/* Hightlights and underlines */
:root {
  --bg-color-hsl: 59, 3%, 94%;
  --bg-color: #000;
  --bg-color-translucent: rgba(0, 0, 0);
  --bg-color-highlight: #f2f20d;
  --color-text: #2c373a;
  --color-text-highlight: #000;
  --page-width: 80ch;
  --space: 2rem;
  --padding: 8vmin;
  --duration: 1s;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
}
.text-highlight {
  all: unset;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: color calc(var(--duration) / 4) var(--ease),
    background-color calc(var(--duration) / 4) var(--ease),
    background-size var(--duration) var(--ease);
}
.text-highlight.active {
  color: var(--color-text-highlight);
  background-size: 100% 100%;
}
[data-highlight="background"] .text-highlight {
  background-image: linear-gradient(
    var(--bg-color-highlight),
    var(--bg-color-highlight)
  );
}
[data-highlight="background"] .text-highlight.underline {
  --line-size: 0.15em;
  background-image: linear-gradient(
    transparent calc(100% - var(--line-size)),
    #ff3b3f var(--line-size)
  );
}
[data-highlight="background"] .text-highlight.strike {
  background-image: linear-gradient(
    to left top,
    transparent 45.75%,
    #ff3b3f 49.5%,
    #ff3b3f 53.5%,
    transparent 52.25%
  );
}

.text-highlight::before,
.text-highlight::after {
  position: absolute;
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.text-highlight::before {
  content: " [highlight start] ";
}
.text-highlight::after {
  content: " [highlight end] ";
}

img.golf-img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

img.golf-img-horizontal {
  width: 75%;
  display: block;
  margin: 0 auto;
}

img.golf-img.img-guarantee-out {
  width: 10%;
}

img.golf-img.img-guarantee {
  float: left;
  width: 13%;
  padding-right: 1rem;
}

h4.guarantee-wording {
  padding: 3rem 0.25rem;
}

.top-speed-video-player {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.order-items {
  border-bottom: 1px solid lightsteelblue;
}

.order-item {
  position: relative;
}

.order-item .card-title {
  padding-top: 1rem;
}

.order-item span {
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 2rem;
  color: red;
  font-size: 1.5rem;
}

.total-value button {
  padding: 4% 9%;
  background: rgb(25, 135, 84);
  color: #fff;
  border-radius: 1rem;
  margin: 1.5rem auto;
  display: block;
  font-size: 35px;
}

img.credit-cards {
  margin: 2rem auto 0;
  display: block;
}

section.price {
  border: 5px solid #0b0744;
}

section.price h5.title {
  color: #fff;
  background: #0b0744;
  padding: 0;
  padding: 2rem 0.25rem 2rem;
  margin: 0 -1rem;
}

.card {
  height: 91%;
}

.double-img {
  display: block;
  text-align: center;
}

.double-img img {
  display: inline-block;
  /* width: 45%; */
  width: 42%;
  margin-right: 4rem;
}

.double-img img:first-child {
  margin-left: 2rem;
  margin-right: 0;
}

ul.expect li:nth-child(odd) {
  font-weight: bold;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

img.golf-img.fl-right {
  float: right;
  padding-right: 5rem;
  margin-left: 1rem;
}

img.golf-img.fl-left {
  float: left;
  margin-left: 3rem;
  margin-right: 1rem;
  width: 45%;
}

.testimonials .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1rem 3rem;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.testimonials .card strong {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.testimonials .card strong.customer {
  display: block;
  float: right;
  margin-top: 1rem;
}

.svg-icon {
  width: 50px;
  float: right;
  display: inline-block;
}

.clear {
  clear: both;
}

.icon {
  width: 70px;
  float: left;
}

.icon-right {
  width: 70px;
}

/* masterclass arrow images */
.masterclass {
  margin-left: 4rem;
}

.arrow-icon {
  width: 75px;
  float: left;
  margin-right: 2rem;
  padding-top: 3rem;
}

.masterclass h3 {
  text-align: center;
  margin-left: 5rem;
  width: 67%;
}

.arrow-icon-right {
  width: 75px;
  float: right;
  margin-top: -7rem;
  margin-right: 9rem;
}

/* Block Numbers */
.number {
  position: relative;
  font-size: 53px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  margin-right: -0.5rem;
  -webkit-text-stroke: 0.03em red;
}

.number::before {
  content: attr(data-char);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 0.03em white;
}

/* FAQ */
.fancyTab {
  text-align: center;
  /* padding:15px 0; */
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top: 15px;
  transition: top 0.2s;
}

.fancyTab.active {
  top: 0;
  transition: top 0.2s;
}

.whiteBlock {
  display: none;
}

.fancyTab.active .whiteBlock {
  display: block;
  height: 2px;
  bottom: -2px;
  background-color: #fff;
  width: 99%;
  position: absolute;
  z-index: 1;
}

.fancyTab a {
  transition: 0.2s;
  color: #333;
}

.fancyTabs {
  /* border-bottom:2px solid #ddd; */
  padding-top: 0;
  width: 90%;
  margin: 0 auto;
}

li.fancyTab a {
  padding-top: 15px;
  top: -15px;
  padding-bottom: 0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
  width: 100%;
  padding: 15px 0 5px;
  color: #666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
  outline: none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position: relative;
  background-color: #fff;
}

.nav-tabs > li.fancyTab.active > a,
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
  border-width: 0;
}

.nav-tabs > li.fancyTab:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
  border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
  margin-right: 0;
  border-top: 0;
  padding: 2rem 1rem;
  margin-bottom: -30px;
  padding-bottom: 4rem;
  height: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs > li.fancyTab {
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
  box-shadow: none;
  top: 0;
}

.fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  /* padding-bottom: 2rem; */
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.faq-data {
  display: none;
}

.faq-col {
  border: 1px solid #eee;
}

.fancyTab.active .arrow-down {
  display: block;
}

.tab-content {
  padding: 2rem;
  border: 1px solid #eee;
  width: 90%;
  margin: 0 auto;
}

.fancytabs,
.tab-content {
  display: none;
}

@media (max-width: 1200px) {
  .fancyTab .fa {
    font-size: 36px;
  }

  .fancyTab .hidden-xs {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .fancyTab .fa {
    font-size: 33px;
  }

  .fancyTab .hidden-xs {
    font-size: 18px;
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .fancyTab > a {
    font-size: 18px;
  }

  .nav > li.fancyTab > a {
    padding: 15px 0;
    margin-bottom: inherit;
  }

  .fancyTab .fa {
    font-size: 30px;
  }

  .nav-tabs > li.fancyTab > a {
    border-right: 1px solid transparent;
    padding-bottom: 0;
  }

  .fancyTab.active .fa {
    color: #333;
  }
}

/** Media Queries **/
@media only screen and (min-width: 362px) and (max-width: 600px) {
  .container {
    width: 80%;
  }

  img.golf-img,
  img.golf-img-horizontal {
    width: 100%;
  }

  img.golf-img.fl-right,
  img.golf-img.fl-left {
    float: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
    width: 100%;
  }

  .testimonials .card {
    padding: 0 1.5rem !important;
  }

  .after-img {
    clear: both;
  }

  .price .doodle-icon,
  .price .doodle-arrow-rotate {
    width: 45px;
  }
  .faq-data {
    display: block;
  }

  .fancytabs,
  .tab-content {
    display: none;
  }
}

/* Small devices 600px and smaller */
@media only screen and (max-width: 600px) {
  .container {
    width: 80%;
  }

  img.golf-img,
  img.golf-img-horizontal {
    width: 100%;
  }

  .faq-data {
    display: block;
  }
  .fancyTabs,
  .tab-content {
    display: none;
  }

  .icon {
    float: none;
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
  }

  .masterclass {
    margin: 0 auto;
  }

  .masterclass h3 {
    width: 100%;
    margin: 0;
  }

  .arrow-icon {
    margin-right: 1rem;
  }
  .arrow-icon-right {
    display: none;
  }

  img.golf-img.img-guarantee {
    width: 50%;
    display: block;
    float: none;
    padding-bottom: 1rem;
  }

  .masterclass h3 {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .after-img {
    clear: both;
  }

  .navbar-brand img {
    width: 100%;
  }

  .doodle-icon,
  .doodle-arrow-rotate {
    width: 50px;
  }

  .doodle-arrow-rotate {
    margin-right: -2rem;
  }

  .price .doodle-icon,
  .price .doodle-arrow-rotate {
    width: 45px;
  }

  .price .inline.desktop {
    display: none;
  }

  .price .inline.mobile {
    display: inline-block;
  }
  br.mobile {
    display: block;
  }

  img.golf-img.img-guarantee-out {
    width: 50%;
  }

  .top-speed-video-player {
    width: 100%;
  }

  .order-item span {
    bottom: -2rem;
    right: 1rem;
  }

  .double-img img {
    margin-bottom: 1rem;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

/* Small - Medium 601px - 767px */
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .container {
    width: 80%;
  }

  .faq-data {
    display: block;
  }

  img.golf-img,
  img.golf-img-horizontal {
    width: 100%;
  }

  img.golf-img.fl-right,
  img.golf-img.fl-left {
    float: none;
    margin: 0;
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
  }

  .masterclass {
    margin: 0 auto;
  }

  .masterclass h3 {
    width: 100%;
    margin: 0;
  }

  .arrow-icon {
    margin-right: 1rem;
  }
  .arrow-icon-right {
    display: none;
  }

  img.golf-img.img-guarantee {
    width: 17%;
  }

  .faq-data {
    display: block;
  }
  .fancyTabs,
  .tab-content {
    display: none;
  }

  .masterclass h3 {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .after-img {
    clear: both;
  }

  br.mobile {
    display: block;
  }

  .price .inline.desktop {
    display: none;
  }

  .price .inline.mobile {
    display: inline-block;
  }

  .double-img img {
    margin-bottom: 1rem;
    margin-left: 0 !important;
    margin-right: 0;
  }
}

/* Medium devices (landscape tablets, 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 80%;
  }

  img.golf-img {
    width: 70%;
  }

  img.golf-img-horizontal {
    width: 75%;
  }

  .masterclass {
    margin-left: 2rem;
  }

  .masterclass h3 {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .arrow-icon-right {
    display: none;
  }

  img.golf-img.img-guarantee {
    width: 18%;
  }

  .faq-data {
    display: none;
  }
  .fancyTabs,
  .tab-content {
    display: flex;
  }

  .doodle-icon,
  .doodle-arrow-rotate {
    width: 75px;
  }

  .price .doodle-icon,
  .price .doodle-arrow-rotate {
    width: 70px;
  }

  br.mobile {
    display: block;
  }

  .price .inline.desktop {
    display: none;
  }

  .price .inline.mobile {
    display: inline-block;
  }

  img.golf-img.img-guarantee-out {
    width: 18%;
  }

  img.golf-img.fl-left {
    margin-left: 1rem;
  }
  img.golf-img.fl-right {
    padding-right: 3rem;
  }

  img.golf-img.fl-right,
  img.golf-img.fl-left {
    width: 55%;
  }

  .double-img img {
    display: inline-block;
    width: 42%;
    margin-right: 0;
    margin-left: 0;
  }

  .double-img img:first-child {
    margin-left: -2rem;
  }
}

/* Medium devices (landscape tablets, 992px to 1180px) */
@media only screen and (min-width: 912px) and (max-width: 1280px) {
  .container {
    width: 80%;
  }

  .inline.mobile-none,
  .inline.desktop {
    display: none;
  }

  .inline.mobile,
  br.mobile {
    display: inline-block;
  }

  .faq-data {
    display: none;
  }
  .fancyTabs,
  .tab-content {
    display: flex;
  }

  img.golf-img.img-guarantee-out {
    width: 18%;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    width: 60%;
  }

  .faq-data {
    display: none;
  }
  .fancyTabs,
  .tab-content {
    display: flex;
  }
}

@media only screen and (max-width: 361px) {
  .price .doodle-icon,
  .price .doodle-arrow-rotate {
    width: 40px;
  }
}

@media only screen and (min-width: 344px) and (max-width: 361px) {
  .price .doodle-icon,
  .price .doodle-arrow-rotate {
    width: 35px;
  }
}

/** Gift card **/
.gift-card {
  width: 100%;
  max-width: 400px;
  height: 250px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecef;
}

.gift-card .golf-pattern {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23e9ecef" opacity="0.3"/><circle cx="20" cy="20" r="1.5" fill="%23e9ecef" opacity="0.3"/><circle cx="80" cy="30" r="1" fill="%23e9ecef" opacity="0.3"/><circle cx="30" cy="80" r="1.5" fill="%23e9ecef" opacity="0.3"/><circle cx="70" cy="75" r="1" fill="%23e9ecef" opacity="0.3"/></svg>')
    repeat;
  opacity: 0.4;
}

.gift-card .card-header {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: white;
}

@media (max-width: 767px) {
    .gift-card .card-header {
        padding: 0 10px;
    }
}

.gift-card .logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gift-card .golf-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.gift-card .brand-name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .gift-card .brand-name {
      font-size: 19px;
    }
}

.gift-card .card-body {
  padding: 25px;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.gift-card .gift-card-text {
  text-align: center;
  margin-bottom: 15px;
}

.gift-card .gift-text {
  font-size: 18px;
  color: #495057;
  font-weight: 500;
  margin-bottom: 8px;
}

.gift-card .amount {
  font-size: 36px;
  color: #28a745;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.gift-card .card-number {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.gift-card .number-label {
  font-size: 11px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.gift-card .number-value {
  font-family: "Courier New", monospace;
  font-size: 16px;
  font-weight: bold;
  color: #343a40;
  letter-spacing: 2px;
}

.gift-card .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #6c757d;
}

.gift-card .website {
  font-weight: 500;
}

.gift-card .expiry {
  font-style: italic;
}

.gift-card .shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media print {
  .shine {
    display: none;
  }
}
