@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Quicksand:wght@300..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

.quicksand-font {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.sour-gummy-font {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #dde7ef;
  color: #012b3e;
}
.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}
main, nav {
  background-color: #dde7ef;

}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: #dde7ef;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;

}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */
.content-rp {
position: relative;
 z-index: 2;
  
}
.product-device {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 300px;
  height: 540px;
  z-index:0;
}


.product-device-2 {
  top: 0%;
  right: auto;
  bottom: 0;
  left: 5%;
}
.btn-home-rp {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    border-radius: 40px;
    padding: 0 36px;
    line-height: 60px;
    background: #ea9193;
    transition: all .3s ease-in-out 0s;
    border: none;
}
.btn-home-rp:hover {
       background: #d15a65;
}

.video-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.color-rp-rose {
  color: #ea9193;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
