html,
body {
  margin: 0;
  min-height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.color-primary {
    color: #f03e69;
}

/* body:before {
    z-index: 5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('daigonal.png?v=2');
    background-repeat: repeat;
  } */

.bg {
  position: fixed;
  /*define the size and position you need*/
  width: 100vw;
  height: 100vh;
  background-color: rgb(20, 34, 60);
  background-image: linear-gradient(
    45deg,
    rgba(85, 27, 55, 1) 0%,
    rgba(111, 47, 98, 1) 50%,
    rgba(7, 87, 118, 1) 100%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

.bg:before {
  z-index: -1;
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-size: 250px;
  background-image: url("../img/circuit-seamless-500.png");
  background-repeat: repeat;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1) 20%, transparent 70%);
  mask-image: linear-gradient(rgba(0, 0, 0, 1) 20%, transparent 70%);
  background-attachment: fixed;
  /* animation: slide 8s linear infinite; */
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 250px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.content-block {
  /* position: relative;
  z-index: 10; */
  border-style: solid;
  border-radius: 36px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  overflow: hidden;
  background: rgba(18, 32, 56, 0.25);
  box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 60px;
  /* backdrop-filter: blur(2px); */
}

.page-content {
  padding: 40px 20px 70px;
}

.page-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.page-title svg {
  height: 40px;
  margin-right: 10px;
  color: #f03e69;
}

.home-banner {
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.hero-text {
  text-align: left;
}

.hero-text h1 {
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  margin-bottom:10px;
  text-transform:uppercase;
  line-height:normal;
  
}

.hero-subtext{
    line-height:1.25;
}

.with {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
}

.hero-text .rsvpgenie-slogan em{
    margin-bottom:10px;
}

.hero-text .rsvpgenie-slogan {
    font-size: 36px;
    font-family: "Alex Brush", cursive;
    font-weight: 400;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    flex-direction:column
}

.hero-text .site-title {
  color: #ffffff;
  font-size:56px;
}


.icon-container {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: left;
}

.icon-container svg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.icon-container svg.active {
    opacity: 1;
}

.icon-container svg.instant {
    transition: none !important;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.home-banner .row {
  align-items: center;
}

.home-banner .anim-column {
  flex: 0;
  flex-basis: 100%;
}

.introduction {
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0px 0px;
    padding-bottom: 50px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.logo-animation {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.logo-animation .color-overlay {
  position: absolute;
  /* width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;

  background: linear-gradient(
    0deg,
    #fe557c 0%,
    #00b6ff 100%
  ); */
}

.logo-animation img {
  width: 100%;
  max-width: 250px;
  mix-blend-mode: screen;
}

/* Default: everyone sees GIF */
.logo--gif {
    display: block;
}

.logo--svg {
    display: none;
}

/* Safari override: show PNG instead */
html.safari .logo--gif {
    display: none;
}

html.safari .logo--svg {
    display: block;
}

.video {
    aspect-ratio: 16 / 9;
    background-color: rgba(255, 255, 255, 0.05);
    /*  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover !important;*/
    margin-bottom: 50px;
    padding: 10px;
    border-radius: 17px;
}

.video-js {
    /*    background-color: #2b3341;*/
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 17px;
}
.video-js video{
    border-radius: 17px;
}
.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.video-js .vjs-big-play-button {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.6);
}

.video-js .vjs-big-play-button:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.6);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0s;
}


.video svg {
    width: 80px;
    color: #f03e69;
    /* opacity: 0.8; */
}

.pricing-vat-info{
    font-size: 11px;
    margin-top: 50px;
}

.custom-link {
    color: #6ebee7;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px;
    padding: 8px 22px;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
}

.cta-btn svg {
  width: 20px;
  margin-right: 10px;
}

.cta-pink {
  background-color: #f03e69;
  border: 3px solid #c33054;
  color: #ffffff;
}

.cta-pink:hover {
  background-color: #c33054;
}

.home-cta .column {
  align-items: center;
}

.footer {
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
  cursor:pointer;
}

.footer-links a:hover {
  color: #f03e69;
  text-decoration: underline;
}

.social-icons {
  display: flex;
}

/* Icons */

.social-icons a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.social-icons a:hover {
  background: rgba(18, 32, 56, 0.25);
}

.social-icons a svg {
  color: #fff;
  height: 24px;
}

/* pop-up text */

.social-icons a span {
  color: #ffffff;
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: -1;
  font-size: 14px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
  visibility: hidden;
  opacity: 0;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-align: center;
}

/* pop-up text arrow */

.social-icons a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: -5px;
  left: 40px;
}

/* text pops up when icon is in hover state */

.social-icons a:hover span {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.package-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  /* overflow: auto; */
  margin-bottom: 80px;
}

.package {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /*overflow: hidden;*/
  background: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.subtitle-block {
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.accordion-toggle {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    color: #6ebee7;
    font-weight: bold;
    display: inline-block;
}

.accordion-toggle.expanded {
    color:#f03e69;
}

.accordion-content {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  padding:20px 30px;
  border-radius:14px;
  margin-top:10px;
}

.accordion-content-nobg {
    display: none;
}

.accordion-content.active {
  display: block;
}

.accordion-content-nobg.active {
    display: block;
}


.accordion-content-no-bg {

}
    /* common */
    .ribbon {
  pointer-events: none;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 18px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 14px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -11px;
  right: -11px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-45deg);
  
}

.pkg-advanced .ribbon-bottom-right span {
    background-color: #c54188;
}

.pkg-advanced .ribbon-bottom-right:before,
.pkg-advanced .ribbon-bottom-right:after {
    border: 5px solid #933065;
}


.pkg-premium .ribbon-bottom-right span {
    background-color: #c02d51;
}

.pkg-premium .ribbon-bottom-right:before,
.pkg-premium .ribbon-bottom-right:after {
    border: 5px solid #72192f;
}

.package .package-title {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 14px 0px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.package .package-overview {
  padding: 25px 20px;
  font-size: 12px;
  min-height: 150px;
}

.package .package-overview ul {
  margin: 0;
  list-style-type: none;
  /*use padding to move list item from left to right*/
  padding-left: 0.8em;
  position: relative;
}

.package .package-overview ul li {
  margin-bottom: 8px;
}

.package .package-overview ul li:before {
  content: "-";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -0.8em;
}

.package .package-price {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 12px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package .package-price .currency {
  font-size: 18px;
  font-weight: 100;
  margin-right: 10px;
}

.package .package-price .price {
  font-size: 24px;
  font-weight: 700;
}

.package .package-features {
  font-size: 12px;
  line-height: 20px;
  padding: 25px 25px;
}

.package .package-features ul {
  margin: 0;
  list-style-type: none;
  /*use padding to move list item from left to right*/
  padding-left: 0.8em;
  position: relative;
}

.package .package-features ul li {
  margin-bottom: 0px;
}

.package .package-features ul li:before {
  content: "*";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -0.8em;
}

.package .package-view-details {
  text-align: center;
  margin-bottom: 25px;
}

.package .package-view-details a {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

.package .package-get-started {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.package .get-started-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.package .get-started-btn svg {
  width: 20px;
  margin-left: 10px;
}

.info {
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.info h1 {
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
  font-size: 32px;
}

.info h2 {
  /* color: #6ebee7; */
  color: #ffffff;
}

.info strong {
  color: #ffffff;
}

.info ul li,
.info ol li {
  margin-bottom: 10px;
}

.package-details {
}

.hidden {
  display: none;
}

.package-details h1 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.package-full {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
}

.package-full .package-title {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 14px 40px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  font-size: 30px;
  font-weight: 700;
}

.package-full .package-detailed {
  padding: 25px 30px;
  font-size: 14px;
  line-height: 21px;
}

.package-full .package-detailed h3 {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 0 16px 0;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 14px;
}

.pkg-title {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  border-radius: 14px;
}

.pck-cl-price {
  padding-left: 16px;
  line-height: 24px;
}

.package-full .package-detailed > ul {
  margin: 0 0 20px 0px;
  padding-left: 30px;
}

.package-full .package-detailed > div {
  padding-left: 16px;
  margin-bottom: 20px;
}

.package-full .package-get-started {
  display: flex;
  justify-content: center;
  margin: 30px 0px 40px 0px;
}

.package-full .get-started-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.package-full .get-started-btn svg {
  width: 20px;
  margin-left: 10px;
}

.pkg-simple {
  border: 1px solid #21749e;
}

h2.pkg-simple-color,
.pkg-simple .package-title {
  color: #6ebee7;
}

.pkg-simple .package-price .currency {
  color: #6ebee7;
}

.pkg-simple .package-view-details a {
  color: #6ebee7;
}

.pkg-simple .get-started-btn {
  background-color: #21749e;
}

.pkg-essential {
  border: 1px solid #954c9c;
}

h2.pkg-essential-color,
.pkg-essential .package-title {
  color: #c26cca;
}

.pkg-essential .package-price .currency {
  color: #c26cca;
}

.pkg-essential .package-view-details a {
  color: #c26cca;
}

.pkg-essential .get-started-btn {
  background-color: #954c9c;
}

.pkg-advanced {
  border: 1px solid #c54188;
}

h2.pkg-advanced-color,
.pkg-advanced .package-title {
  color: #e552a1;
}

.pkg-advanced .package-price .currency {
  color: #e552a1;
}

.pkg-advanced .package-view-details a {
  color: #e552a1;
}

.pkg-advanced .get-started-btn {
  background-color: #c54188;
}

.pkg-premium {
  border: 1px solid #c02d51;
}

h2.pkg-premium-color,
.pkg-premium .package-title {
  color: #f03e69;
}

.pkg-premium .package-price .currency {
  color: #f03e69;
}

.pkg-premium .package-view-details a {
  color: #f03e69;
}

.pkg-premium .get-started-btn {
  background-color: #c02d51;
}

.static-content {
  font-size: 16px;
}

.static-content > h1 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.static-content > h2 {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 0 16px 0;
  font-size: 20px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 14px;
}

.static-content h2 svg {
  width: 24px;
  margin-right: 10px;
  color: #65cbf3;
}

.static-content > div {
  padding-left: 16px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.static-content ul {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.static-content .svg-block {
  flex: 0;
  flex-basis: 80px;
}

.static-content .svg-icon {
  text-align: center;
}

.static-content .svg-icon svg {
  max-width: 80px;
  width: 100%;
  color: #65cbf3;
}

.static-content a{
    color: #6ebee7;
}

.bottom-divider {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.bottom-divider > h2 {
    margin-bottom:26px;
}

.bottom-divider > div{
    margin-bottom:0px;
    color: rgba(255, 255, 255, 0.9);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0px;
  /* overflow: auto; */
  margin-bottom: 80px;
}

.feature-item {
}

.feature-item .feature-title {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 0 16px 0;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 14px;
}

.feature-item .feature-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.feature-item .feature-block > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.feature-item .feature-block .svg-icon {
  flex: 0;
  flex-basis: 60px;
}

.feature-item .feature-block .svg-icon svg {
  max-width: 60px;
  width: 100%;
  color: rgba(240, 62, 105, 0.8);
}

.feature-item .feature-content {
  color: #ffffff;
  font-size:16px;
  line-height: 18px;
}

.feature-item .feature-content .read-more-block{
     margin-top: 30px;

}

.feature-item .feature-content .read-more {
    display: inline;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color:#6ebee7;
    font-weight:bold;
}




.highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0px;
  /* overflow: auto; */
  margin-top:50px;
  margin-bottom: 80px;
}

.highlight-item {
}

.highlight-item .highlight-title {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 0 16px 0;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 14px;
}

.highlight-item .highlight-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.highlight-item .highlight-block > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.highlight-item .highlight-block .highlight-svg {
  flex: 0;
  flex-basis: 50px;
}

.highlight-item .highlight-block .highlight-svg svg {
  max-width: 40px;
  width: 100%;
  color: rgba(240, 62, 105, 0.8);
}

.highlight-item .highlight-content {
  color: #ffffff;
  font-size:16px;
  line-height: 24px;
}

.highlight-item .highlight-content .read-more-block {
    margin-top: 30px;
}

.highlight-item .highlight-content .read-more {
    display: inline;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color:#6ebee7;
    font-weight:bold;
}


.highlight-item .highlight-content .highlight-content-title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}


.feature-demo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.feature-rm-title-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    padding:12px 16px;
}

.feature-rm-title-block .svg-icon svg{
    max-width:40px;
    width:40px;
}

.feature-rm-title-block .svg-icon svg {
    color: rgba(240, 62, 105, 0.8);
    /*color: rgba(110, 190, 231, 0.8);*/
}

.feature-rm-title-block .feature-rm-title{
    font-size:24px;
    margin-left:10px;
    font-weight:bold;
}

.modal .general-modal-content {
    border-radius: 36px;
    padding: 40px 40px;
    background-image: linear-gradient( 45deg, rgba(85, 27, 55, 0.92) 0%, rgba(111, 47, 98, 0.92) 50%, rgba(7, 87, 118, 0.92) 100% );
    /* background-color: rgba(0, 0, 0, 0.3); */
    backdrop-filter: blur(4px);
}

.modal .general-modal-content a{
    color: #6ebee7;
}

.modal .feature-modal-content {
    border-radius: 36px;
    padding: 40px 40px;
    background-color: rgba(26, 35, 57, 0.6);
    backdrop-filter: blur(6px);
}

#general-modal .modal__header {
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0px;
    z-index: 999;
    padding: 50px 70px 0 0;
    box-sizing: border-box;
}

.modal .package-full {
  background-image: linear-gradient(
    45deg,
    rgba(85, 27, 55, 0.92) 0%,
    rgba(111, 47, 98, 0.92) 50%,
    rgba(7, 87, 118, 0.92) 100%
  );
  /* background-color: rgba(0, 0, 0, 0.3); */
  backdrop-filter: blur(4px);
}

#package-modal .modal__header {
  position: absolute;
  top: 0px;
  width: 100%;
  right: 0px;
  z-index: 999;
  padding: 50px 70px 0 0;
  box-sizing: border-box;
}

.contact-form {
  /* background-color: rgba(0, 0, 0, 0.15); */
  margin: 0 0 16px 0;
  padding: 0px !important;
  border-radius: 14px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
  margin-bottom: 20px;
}

.contact-form .form-group label {
  min-width: 200px;
  color: #ffffff;
  margin-bottom: 10px;
}

.contact-form .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.15);
  border: 0px;
  border-radius: 14px;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px 16px;
  flex-grow: 1;
  font-family: "Roboto", sans-serif;
}

.contact-form .form-group .form-control:focus {
  background-color: #c02d51;
  border: none;
  outline: none;
}

.contact-form h2 {
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.05);
  font-size: 26px;
}

.contact-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; /* Firefox */
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.6);
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.submit-btn div {
  min-width: 200px;
}

.submit-btn button {
  cursor: pointer;
}

.burger-bar {
  display: flex;
  justify-content: end;
  padding-right: 20px;
  padding-top: 10px;
}

.top-menu #nav-toggle {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.top-menu #nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.top-menu #nav-toggle span:nth-child(1) {
  top: 0px;
}

.top-menu #nav-toggle span:nth-child(2),
.top-menu #nav-toggle span:nth-child(3) {
  top: 15px;
}

.top-menu #nav-toggle span:nth-child(4) {
  top: 30px;
}

.top-menu.open #nav-toggle span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.top-menu.open #nav-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-menu.open #nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-menu.open #nav-toggle span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.top-menu {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
}

.top-menu .menu-container {
  display: none;
  padding: 20px 0px;
}

.top-menu .menu-container .menu-item {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
}

.top-menu .menu-container .menu-item:hover {
    color: #6ebee7;
}

.top-menu .menu-container .menu-item svg {
  color: #f03e69;
  height: 20px;
  margin-right: 5px;
}

.top-menu .menu-container .active {
  color: #f03e69;
}

.top-menu .log-in-btn {
  background-color: #f03e69;
  border: 3px solid #c33054;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 10px 0px 10px;
}

.top-menu.open .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-menu.open .menu-container .menu-item {
  margin-right: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 14px 14px;
}

/* .top-menu.open .menu-container {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 10px;
  margin-top: 20px;
  height: 220px;
}

.top-menu .menu-container a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 12px 20px;
  transition: all 0.35s ease-Out;
  border-radius: 8px;
}

.top-menu .menu-container a:hover {
  color: #f03e69;
}

.top-menu .menu-container a.active {
  background-color: #b33455;
  border-radius: 16px;
  color: #fff;
} */

@media (min-width: 480px) {
  .package-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    margin-bottom: 80px;
  }
}

@media (min-width: 640px) {
  .contact-form {
    padding: 12px 16px;
  }

  .contact-form .form-group label {
    margin-bottom: 0px;
  }

  .submit-btn {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
  }

  .contact-form .form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    /* overflow: auto; */
    margin-bottom: 80px;
  }

    .highlight-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
        /* overflow: auto; */
        margin-bottom: 80px;
    }

    .page-content {
        padding: 40px 30px 70px;
    }

  .footer {
    flex-direction: row;
  }

  .footer-links {
    margin-bottom: 0px;
  }

  .social-icons a {
    margin-right: 5px;
  }
}

@media (min-width: 740px) {
  .package-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
    margin-bottom: 80px;
  }
}

@media (min-width: 960px) {
  .package-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 20px;
    margin-bottom: 80px;
  }

  .feature-grid {
    gap: 60px 20px;
  }

  .highlight-grid {
    gap: 40px 20px;
  }

  .page-content {
    padding: 40px 70px 70px;
  }

  .home-banner .anim-column {
    flex-basis: 250px;
  }

.introduction {
    padding: 0px 0px;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

  .wrapper {
    padding-top: 70px;
  }

  .content-block {
    border-radius: 36px;
  }

  .top-menu {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }

  .top-menu .log-in-btn {
    margin: 0px;
  }

  .top-menu #nav-toggle {
    display: none;
  }

  .top-menu .menu-container,
  .top-menu.open .menu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0px;
  }

  .top-menu .menu-container .menu-item,
  .top-menu.open .menu-container .menu-item {
    background: none;
    margin-right: 20px;
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .package-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 20px;
    margin-bottom: 80px;
  }
}
