/*
--------------------------------------------------
keyframes
--------------------------------------------------
*/
@keyframes         fade-in { from { opacity: 0 } to { opacity: 1 } }
@-o-keyframes      fade-in { from { opacity: 0 } to { opacity: 1 } }
@-ms-keyframes     fade-in { from { opacity: 0 } to { opacity: 1 } }
@-moz-keyframes    fade-in { from { opacity: 0 } to { opacity: 1 } }
@-webkit-keyframes fade-in { from { opacity: 0 } to { opacity: 1 } }

@keyframes scrolling-x-left { to { background-position-x: -200% } }
@keyframes scrolling-x-right  { from { } to { background-position-x:  200% } }
/*
--------------------------------------------------
core
--------------------------------------------------
*/
html {

}
body {
  font-family: 'Montserrat', Verdana
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
  letter-spacing: .05em;
}
/*
--------------------------------------------------
variables
--------------------------------------------------
*/
:root {
  --mgs-black: #000;
  --mgs-white: #fff;
  --mgs-gray: #acacac;
  --mgs-lightgray: #f4f4f4;
  --mgs-softgray: #A3A3A3;
  --mgs-midgray: #6c6c6c;
  --mgs-red: #e9141b;
  --mgs-darkred: #bf0507;
  --mgs-orange: #fc4a0c;
  --mgs-yellow: #fdf301;
}
/*
--------------------------------------------------
presets
--------------------------------------------------
*/
.h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.6em; }

.mgs-bc-black     { background-color: var(--mgs-black) }
.mgs-bc-white     { background-color: var(--mgs-white) }
.mgs-bc-lightgray { background-color: var(--mgs-lightgray) }
.mgs-bc-midgray   { background-color: var(--mgs-midgray) }
.mgs-bc-red       { background-color: var(--mgs-red) }

.mgs-bcg-red {
  background: rgb(161,2,1);
  background: linear-gradient(90deg, rgba(161,2,1,1) 0%, rgba(246,6,24,1) 50%, rgba(189,21,19,1) 100%)
}

.mgs-fc-black    { color: var(--mgs-black) }
.mgs-fc-white    { color: var(--mgs-white) }
.mgs-fc-midgray  { color: var(--mgs-midgray) }
.mgs-fc-red      { color: var(--mgs-red) }
.mgs-fc-darkred  { color: var(--mgs-darkred) }
.mgs-fc-softgray { color: var(--mgs-softgray) }

.mgs-tiny { font-size: .7em }

.mgs-lh-1   { line-height: 1.0em }
.mgs-lh-1-2 { line-height: 1.2em }
.mgs-lh-1-3 { line-height: 1.3em }
.mgs-lh-1-4 { line-height: 1.4em }
.mgs-lh-1-5 { line-height: 1.5em }
.mgs-lh-1-6 { line-height: 1.6em }
.mgs-lh-1-7 { line-height: 1.7em }
.mgs-lh-1-8 { line-height: 1.8em }
.mgs-lh-1-9 { line-height: 1.9em }
.mgs-lh-2   { line-height: 2em }
.mgs-lh-2-2 { line-height: 2.2em }

.mgs-ls-01 { letter-spacing: .01em }
.mgs-ls-02 { letter-spacing: .02em }
.mgs-ls-03 { letter-spacing: .03em }
.mgs-ls-04 { letter-spacing: .04em }
.mgs-ls-05 { letter-spacing: .05em }
.mgs-ls-06 { letter-spacing: .06em }
.mgs-ls-07 { letter-spacing: .07em }
.mgs-ls-08 { letter-spacing: .08em }
.mgs-ls-09 { letter-spacing: .09em }

.faqs button {
  position: relative;
}

.faqs button::after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 40%;
  right: 15px;
  content: '';
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg fill="%23000000" height="20px" width="20px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path id="XMLID_225_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"></path></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.faqs .card-body {
  border-top: 1px solid #eee!important;
}

.marker {
  display: inline-block;
  margin: 0;
  padding: 9px 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size:  100%;
  background-position: 0 center
}

.marker-black  { background-image: url('https://offers.mygolfingstore.com/resources/assets/images/marker_black.svg') }
.marker-yellow { background-image: url('https://offers.mygolfingstore.com/resources/assets/images/marker_yellow.svg') }

.pre-line {
  white-space: pre-line
}

.express-image {
  width: 150px;
  height: 150px
}

.express-image img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.flip-horizontal {
   transform: scale(-1,1)
}

.w-10  { width: 10px }
.w-20  { width: 20px }
.w-30  { width: 30px }
.w-40  { width: 40px }
.w-50  { width: 50px }
.w-60  { width: 60px }
.w-70  { width: 70px }
.w-80  { width: 80px }
.w-90  { width: 90px }
.w-100 { width: 100px }

.h-10  { height: 10px }
.h-20  { height: 20px }
.h-30  { height: 30px }
.h-40  { height: 40px }
.h-50  { height: 50px }
.h-60  { height: 60px }
.h-70  { height: 70px }
.h-80  { height: 80px }
.h-90  { height: 90px }
.h-100 { height: 100px }
/*
--------------------------------------------------
elements
--------------------------------------------------
*/
.mgs-btn-atc {
  letter-spacing: .05em
}
/*
--------------------------------------------------
layout
--------------------------------------------------
*/
header {
  background-color: rgba(255,255,255,.777);
  backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid #eee
}
/*
--------------------------------------------------
sections
--------------------------------------------------
*/

.testimonies .swiper-slide:not(.swiper-slide-active),
.testimonies-1 .swiper-slide:not(.swiper-slide-active),
.testimonies-2 .swiper-slide:not(.swiper-slide-active),
.testimonies-3 .swiper-slide:not(.swiper-slide-active),
.testimonies-4 .swiper-slide:not(.swiper-slide-active),
.testimonies-5 .swiper-slide:not(.swiper-slide-active) {
  height: 1px!important;
  overflow: hidden;
}

.swiper-testimonies .swiper-nav-button {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000
}

.swiper-testimonies .swiper-nav-button::after {
  font-size: .95em
}

.swiper-button-prev {
  left: 100%;
  margin-left: -100px
}

.eagle-eye-intro h2 {
  max-width: 700px;
}

.eagle-eye-compare .list {
  margin: 0 auto;
  text-align: left;
}

.eagle-eye-compare .card {
  /* overflow: hidden; */
  border-radius: 1em!important;
}

.eagle-eye-compare .card .marker {
  margin-top: -10px;
}

.eagle-eye-computer .product-image {
  max-width: 240px;
}

.eagle-eye-compare .list .bi-check2 {
  margin-right: 10px;
  color: #d11a00;
}

.eagle-eye-compare .card.primary::before {
  top: 50%;
  right: -35px;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  position: absolute;
  border-radius: 100px;
  background-color: #000;
  display: inline-block;
  content: 'vs';
  line-height: 50px;
  color: #fff;
}

.eagle-eye-800y-table {
  position: relative;
  padding-bottom: 70vh!important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff
}

.eagle-eye-800y-users {
  position: relative;
  min-height: 600px;
  background-repeat: repeat-x;
  background-color: #fff;
  background-size: auto 100%;
  background-position-y: bottom;
  animation: scrolling-x-left 25s linear infinite
}
/*
--------------------------------------------------
media
--------------------------------------------------
*/
@media (max-width: 1399px) {
  .eagle-eye-compare .card h6 {
    overflow: hidden;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .eagle-eye-compare .card {
    /* min-width: 270px; */
  }
}
@media (max-width: 896px) {
  .btn, .btn span {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-size: 1.0em!important
  }

  p img {
    max-width: 100%!important;
    display: block;
    margin: 20px auto 30px auto!important
  }
}
@media (min-width: 897px) {
  .eagle-eye-800y-users {
    background-size: auto 600px;
  }
}
@media (max-width: 600px) {
  .eagle-eye-intro h2 {
      max-width: 360px;
  }

  .eagle-eye-compare .card.primary {
    z-index: 2;
  }

  .eagle-eye-compare .card {
    margin-left: -15px!important;
    margin-right: -15px!important;
    border-radius: 0!important;
  }

  .eagle-eye-compare .card h6 {
    height: 50px!important;
  }

  .eagle-eye-compare .card-price {
    font-size: 1.5em!important;
  }

  .eagle-eye-compare .card-body .marker {
    left: -8px;
    position: relative;
  }

  .eagle-eye-compare .card .list li {
    height: 30px;
    overflow: hidden;
    font-size: .9em;
    line-height: 2.5em;
  }

  .eagle-eye-compare .card .bi-check2 {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

  .eagle-eye-compare .card.primary::before {
    right: -25px;
    margin-top: 0;
  }

  .eagle-eye-800y-users {
    min-height: 300px;
    background-size: auto 300px;
  }

  .payment-methods {
    max-width: 80vw;
    display: block!important;
  }
}
