/*button*/


@-webkit-keyframes animateGradient {
  0% {
    background-position: left bottom;
  }
  50% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes animateGradient {
  0% {
    background-position: left bottom;
  }
  50% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}


/*general*/


*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  letter-spacing: -.2px;
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}


body {
   font-family: 'Poppins', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden !important; 
  display: flex;
  flex-direction: column;
  height: 100%;
}

#index-body{
  background-color: #252525;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}
h3{
  font-weight: 500;
}

h5,h5 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .5rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

 h6{
  font-size: 1rem;
  margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
#videoBG {
  position:fixed;
  z-index: -1; 
}
@media (min-aspect-ratio: 16/9) {
  #videoBG {
      width:100%;
      height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videoBG { 
      width:auto;
      height: 100%;
  }
}

/*text styles*/


.section-heading {
  font-weight: 600;
  font-size: 6rem;
  width: 68%;
  line-height: -4rem;
}

@media (max-width: 991.98px) {
  .section-heading {
    font-size: 5rem;
    text-align: center;
    margin: 0 auto 5rem auto;
    width: 85%;
  }
}

@media (max-width: 575.98px) {
  .section-heading {
    font-size: 4rem;
    width: 90%;
  }
}

.color-black {
  color: #000000;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 3rem;
}

.paragraph.dark {
  color: #666b6d;
}

.paragraph.white {
  color: white;
}

/*bootstrap*/


.container {
  padding: 0;
  max-width: 1146px;
  height: auto;
  margin: auto;
}
.container-fluid {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

img {
  vertical-align: middle;
  border-style: none
}
dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

/*social*/

.social ul li {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 2px solid white;
  background-size: 200% 200% !important;
  background-position: center bottom !important;
  background: transparent;
  transition: transform 0.3s;
}
.social ul li:hover {
  transform: scale(1.1);
}

.social ul li:nth-child(n+2) {
  margin-left: .4rem;
}

.social ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: white;
}

.social ul li:hover {
  background-position: center top !important;
}
#contact-icons{
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
  color: black;
  border-radius: 50%;
  border: 2px solid black;
  transition: transform 0.3s;
}


/*header*/


.header {
  top: 5rem;
  z-index: 100;
  background-color: transparent;
  padding: 3.6rem 0 5rem 0;
  width: 100%;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}


.header__nav-primary {
  margin-bottom: 3.5rem;
}

.header__nav-primary > li {
  list-style: none;
  display: inline-block;
}
#header__nav-primary > li > a {
  color: #fff;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 2rem;
}

#header__nav-primary > li > a::before {
  background-color: #fff;
}


.header__nav-primary > li:first-child i::before {
  opacity: var(--var-primary-opacity, 0.5);
}

.header__nav-primary > li:first-child i::after {
  opacity: var(--var-secondary-opacity, 1);
}

.header__nav-primary > li:nth-child(n+2) {
  margin-left: 1rem;
}

.header__nav-primary > li > a {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 500 !important;
  font-family: 'Fjalla One', sans-serif;
}



.header__nav span {
  display: none;
  position: absolute;
  top: 8%;
  right: 5%;
  font-size: 3rem;
  color: white;
  font-weight: 900 !important;
  cursor: pointer;
}





@media (min-width: 991.98px) and (max-width: 1201px) {
  .header .container {
    padding: 0 4rem;
  }
}


.header.fixed {
  position: fixed;
  top: 0;
  background-color: white;
}

@media (max-width: 991.98px) {
   .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5rem;
  }
}

@media (max-width: 640px) {
  .header__wrapper {
    padding: 0 8rem;
  }
  .main-logo{
    max-width: 40%;
  }


.header__logo{
  text-align: center;
}
}
.header {
  top: 0;
  padding: 2rem 0 1rem 0;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .header .header__nav {
    top: 0;
  }
  .header .index-header__nav {
    top: 0;
    display: none;
  }
}

@media (max-width: 766px){


 .homepage-logo {
  width: 75px;
  height: 14px;
}

.header__wrapper {
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
  
}

.header {
  top: 0;
  position: relative;
  background-color: transparent;
}


}

.header.fixed {
  position: fixed;
  top: 0;
  background-color: white;
}

.customize-support .header {
  top: 3rem;
}

.homepage-logo {
 width: 180px;
  height: 94px;
}
.main-logo{
  max-width: 50%;
}

/*hero*/


.hero {
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-evenly;
}

.hero__wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;

}

.hero .main-heading {
  font-size: max(4em, min(7vw, 10em));
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  font-family: 'Fjalla One', sans-serif;
}

#mobile-heading{
  display: none;
}
.mockups {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 3em;
 position: relative;
 width: 100vw;
}

.device-wrapper{
  position: relative;
  height: 20vw;
  max-height: 58.6em;
  min-height: 16.5em;
  margin-top: 1.8em;
  transition: transform .5s ease;
}

.device:hover .device-wrapper{
  transform: scale(1.05);
}


.device-group {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 1em;
  flex-wrap: wrap;
}


.phone-wrapper{
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  margin-left: 1em;
  margin-right: 1em;

}

.pc-wrapper{
  display: flex;
  flex-direction: row;
  position: relative;
}

.android-wrapper{
  width: 9vw;
  max-width: 26em;
  min-width: 7.5em;
}
.iphone-wrapper{
  width: 9vw;
  max-width: 26em;
  min-width: 7.5em;
}
.mac-wrapper{
  width: 27vw;
  max-width: 80em;
  min-width: 17.5em;
  height: 15vw;
  max-height: 43em;
  min-height: 12.375em;
}

.windows-wrapper{
  width: 27vw;
  max-width: 80em;
  min-width: 17.5em;
}

.device {
  text-align: center;
  transition: 500ms ease;
  display: flex;
  flex-direction: column;
  padding: 0 0.5em;
  align-items: center;
  justify-content: flex-end;
}


.device-mockup {
  position: absolute;
  z-index: 10;
  max-width: 100%;
  min-width: 99%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);

}

.desktop-mockup { 
  z-index: 1;
}


#androidvid{
  position: absolute;
  max-width: 92.9%;
  border-radius: 3%;
  left: 50%;
  bottom: 0;
  transform: translate(-50.1%, -1%);
}
#iphonevid{
  position: absolute;
  border-radius: 1em;
  z-index: 5;
  max-width: 91%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -2%);
}
#macvid{
  position: absolute;
  z-index: 5;
  max-width: 78.2%;
  left: 50%;
  bottom: 0;
  transform: translate(-51.1%, -18.2%);
}

#desktopvid {
  position: absolute;
  z-index: 10;
  max-width: 96%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -31.5%);
}

@media (max-width: 567px){
  .phone-wrapper{
    flex-direction: row-reverse;
  }
}


.hero-label{
font-size: max(2rem, min(4rem, 2vw));
color: white;
margin-top: 1em;
position: relative;
font-family: 'Fjalla One', sans-serif;
}


.labels{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
   position: relative;
   display: none;
 }

.iphone-label{
  position: relative;
}
  
.android-label{
  position: relative;

}
.mac-label{
  position: relative;

}
.windows-label{
  position: relative;
}

.mobile-mockups{
  
  display: none;
}

.mobile-mockups{
  display: none;
}
.mobile-desktop-mockups{
  display: none;
}

@media (max-width: 567px){
    .reverse-order {
        flex-direction: column-reverse;
    }
    #android, #iphone{
      margin-right: 1.5em;
    }
    .phone-wrapper{
      margin: 0px;
    }
}

@media (max-width: 6px){

 #mobile-heading{
  margin-bottom: 10%;
  display: block;
 }
 .mobile-mockups{
   display: flex;
   flex-direction: row;
   position: relative;
 }
 
 .android-mockup{
   position: absolute;
   max-width: 30%;
   top: 40%;
 }
 
 .iphone-mockup{
   position: absolute;
   max-width: 32%;
   top: 40%;
   left: 60%;
 }

 .mac-mobile{
   position: absolute;
    max-width: 93%;
    z-index: 10;
    top: 10%;
}

 .desktop-mobile{
   position: absolute;
   max-width: 90%;
   margin-top: 90%;
 }

 #androidvidm{
   position: absolute;
  max-width: 28%;
  left: 1%;
  top: 42%;
  border-radius: 2%;
  margin-top: 1%;
 }

 #iphonevidm{
    position: absolute;
    max-width: 29%;
    left: 61.5%;
    top: 43%;
    border-radius: 2%;
    margin-top: 1.5%;
 }

 #macvidm{
  position: absolute;
  max-width: 73%;
  left: 9%;
  margin-top: 3.5%;
}
 

 #desktopvidm{
   position: absolute;
   max-width: 86%;
   left: 2%;
   margin-top: 92%;
   
 }
 
 .hero .main-heading{
   font-size: 5rem;
 }

.mobicon{
  color: white;
  font-size: 6rem;
}


#androidicon{
  position: absolute;
  left: 10%;
  margin-top: 77%;
}

#iphoneicon{
  position: absolute;
  left: 66%;
  margin-top: 71%;
  font-size: 8rem;
}

.mobile-desktop-mockups {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 120%;
}


#macicon{
position: absolute;
left: 40%;
margin-top: 59%;
}

#windowsicon{
position: absolute;
left: 35%;
margin-top: 163%;
}
 
 }

@media (max-width: 6px){

  .mockups{
    display: none;
  }

}

@media (max-width: 7.98px){
  .hero-label{
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .hero-label{
    font-size: 2rem;
  }
}


.hero-mockup1{
  max-width: 40%;
}
.hero-mockup2 {
  max-width: 42%;
  right: -22rem;
  top: 1rem;
}


/*footer*/


.footer {
  margin-top: 5em;
  margin-bottom: 1em;
}

.footer__wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
}

.footer__info--content .paragraph {
  width: 76%;
  margin-bottom: 3rem;
}

.footer__list ul li:first-child {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5.6rem;
}

.footer__list ul li:nth-child(n+2) {
  margin-bottom: 1.7rem;
}

.footer__list ul li a {
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#index-footer-li{
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}


.footer__list ul li a:hover {
  color: #000000;
}

.footer__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social{
  text-align: center;
}
.footer__copy{
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}
#index-footer__copy{
  text-align: center;
  margin-bottom: 1rem;
  color: white;
}
@media (max-width: 991.98px) {
  .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__wrapper {
  }
  .footer__info--content .paragraph {
    margin: 0 auto 3rem auto;
  }
  .footer__list {
    margin-top: 3rem;
  }
  .footer__list ul li:first-child {
    margin-bottom: 3rem;
  }
  h5 {
    font-size: 1rem;
  }
  #index-footer-s-a{
    display: none;
  }
}
@media (min-width: 992px){
  #index-footer-d-a {
    display: none;
  }
}
.footer-links{
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 2;
}
.footer-a{
  color: rgb(255, 255, 255);
  margin-right: 8px;
}
.contact-footer-a{
  margin-right: 8px;
}
#index-footer-a{
  color: #fff;
  margin-right: 8px;
}
#index-footer-d-a{
  color: white;
  margin-right: 8px;
}
#index-footer-s-a{
  color: #fff;
  margin-right: 8px;
}
.footer-a:hover{
  color: rgb(255, 255, 255);
}
.footer-menu{
  text-align: center;
  margin-bottom: 3rem;
}
.footer-li{
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  padding-left: 1rem;
  font-weight: 200;
}

.footer-li:hover{
  color: rgb(255, 255, 255);
}


/* Contact Page */


.contact-body {
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 41, 255, 0.02) 0%,
      rgba(0, 41, 255, 0) 100%
  );
}
label,
textarea {
  display: block;
  width: 100%;
  text-align: left;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0.3em;
}
span {
  font-weight: 700;
  color: #102a43;
  line-height: 35px;
  line-height: 2.5rem;
  font-size: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
button[type="submit"] {
  background:#000;
  color: white;
  font-weight: 700;
  font-size: 2.2rem;
  border-radius: 5px;
  margin-top: 1.3em;
  min-width: 200px;
  max-width: 100%;
  width: auto;
  padding: 0.5em 1.5em;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}
button[type="submit"]:hover{
  background-color: green;
}

.form-container {
  width: 45%;
  margin: 3% auto;
}
form {
  background-color: #ffffff;
  padding: 5% 5% 10% 5%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.required-star {
  color: #fc4366;
  vertical-align: top;
  font-size: 1.2rem;
}

input,
textarea {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #e1e2eb;
  background-color: #fff;
  color: #102a43;
  caret-color: #829ab1;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 2rem;
  box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
  border-radius: 3px;
  line-height: 29px;
  line-height: 2rem;
}
.contact-heading{
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto 0 auto;
  font-family: 'Fjalla One', sans-serif;
}
.form-label{
    font-size: 1.6rem;
    text-transform: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    
}

.form-control{
  font-size: 1.4rem;
  font-family: 'Poppins', sans-serif;
}

#contact-feedback{
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

@media (max-width: 560px){
  .form-container{
    width: 85%;
    margin: auto;
  }
}


#lang-selector,
#lang-selector-contact {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
  margin-right: 8px;
  z-index: 100;
}

#lang-selector { color: #fff; }
#lang-selector-contact { color: #000; }

#selectedLanguage {
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
}

#selectedLanguage::after {
  content: " \25BE";
  margin-left: 2px;
  font-size: 0.85em;
  opacity: 0.7;
}

#lang-selector #selectedLanguage:hover,
#lang-selector-contact #selectedLanguage:hover {
  text-decoration: underline;
}

#languageOptions {
  list-style-type: none;
  padding: 6px 0;
  margin: 0;
  background: rgba(20, 20, 28, 0.45);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  white-space: nowrap;
  z-index: 100;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#lang-selector-contact #languageOptions {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.55);
  color: #000;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

#languageOptions li {
  padding: 7px 18px;
  cursor: pointer;
  transition: background 0.15s ease;
}

#languageOptions li:hover {
  background: rgba(255, 255, 255, 0.12);
}

#lang-selector-contact #languageOptions li:hover {
  background: rgba(0, 0, 0, 0.06);
}

#languageOptions.hidden {
  display: none;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .content-container {
      max-width: 1200px;
      margin: 0;
    }

}

/* ===========================
   SAVE RAVE POPUP
   =========================== */

.sr-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: transparent;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.4s;
  font-family: 'Poppins', sans-serif;
}

.sr-popup.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear 0s;
}

.sr-popup__card {
  position: relative;
  width: 100%;
  max-width: 540px;
  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(12px) saturate(125%) brightness(0.75);
  backdrop-filter: blur(12px) saturate(125%) brightness(0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 5rem 4rem 4rem;
  text-align: center;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  /* Resting / exit state */
  transform: scale(0.94);
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(.4, 0, .2, 1),
    transform 0.4s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  will-change: transform, opacity;
}

.sr-popup.is-open .sr-popup__card {
  animation: srPopupIn 0.6s cubic-bezier(.16, 1, .3, 1) forwards;
}

@keyframes srPopupIn {
  0% {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.sr-popup__close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0;
  z-index: 2;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sr-popup__close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.sr-popup__close svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: #ffffff;
}

.sr-popup__logo {
  display: block;
  width: 220px;
  height: auto;
  margin: 0 auto 2.6rem;
}

.sr-popup__heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.05;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.sr-popup__body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.55;
  color: #ffffff;
  max-width: 38ch;
  margin: 0 auto 3rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.sr-popup__body strong {
  font-weight: 700;
}

.sr-popup__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 1.4rem 2.4rem;
  background: #ffffff;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.12);
}

.sr-popup__cta:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(255, 255, 255, 0.22);
}

.sr-popup__secondary {
  display: inline-block;
  margin-top: 1.8rem;
  background: transparent;
  border: 0;
  color: #ffffff;
  opacity: 0.6;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.3px;
  width: auto;
  padding: 0.6rem 1.4rem;
  transition: opacity 0.2s ease;
}

.sr-popup__secondary:hover {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .sr-popup {
    padding: 1.2rem;
  }
  .sr-popup__card {
    padding: 4rem 2.4rem 2.8rem;
    border-radius: 18px;
  }
  .sr-popup__logo {
    width: 170px;
    margin-bottom: 2rem;
  }
  .sr-popup__heading {
    font-size: 2.6rem;
  }
  .sr-popup__body {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
  .sr-popup__cta {
    font-size: 1.7rem;
    padding: 1.2rem 2rem;
  }
  .sr-popup__secondary {
    font-size: 1.4rem;
  }
}

