@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
::-webkit-scrollbar-thumb {
  background: #e87b54;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e05e2f;
}

.bubbles_bg {
  background: url("../images/icons/purple-eclipse.svg"),
    url("../images/icons/blue-eclipse.svg"),
    url("../images/icons/green-eclipse.svg");
  background-repeat: no-repeat;
  background-position: 2% 10%, 40% 20%, 90% 100%, 75.5% 60%;
  background-size: 10%, 7.5%, 7.5%, 35%;
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.05);
}

.blue {
  background-color: blue;
}
/*Navbar*/
.navbar-nav > .active > a {
  color: #e87b54 !important;
  font-weight: bold;
}

.btn,
.btn:focus {
  background-color: black;
  border-radius: 33px;
  height: 40px;
  color: #f1f1f1;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "DM Sans";
  font-weight: 400;
}

.btn:focus {
  outline: none;
}

/*Banner (Hero Section)*/

.hero__section h1 {
  font-family: "DM Sans";
  font-size: 60px;
  font-weight: 400;
}

.hero__section .title__bold {
  font-weight: 600;
}

.hero__section p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  opacity: 0.7;
}

.button__general {
  background-color: black;
  border-radius: 33px;
  width: 30%;
  height: 40px;
  color: #ffffff;
}

.button__general:focus {
  background-color: black;
  border-radius: 33px;
  width: 30%;
  height: 40px;
  color: #ffffff;
  outline: none;
}

/*Features Section*/

.feature__section {
  background: #ecf2f6;
}

.card {
  box-shadow: 0px 15px 30px #7c96a540;
  border: 3px solid #ffffff;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
}

.card .card-body p {
  color: #919191;
  line-height: 2;
}

/*Interface Section*/
.interface__section {
  background: url("../images/icons/purple-eclipse.svg"),
    url("../images/icons/orange-eclipse.svg"), #7c96a540 !important;
  background-repeat: no-repeat !important;
  background-position: 14% 40%, 70% 40% !important;
  background-size: 10%, 35% !important;
}

.showcase {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.showcase__wrap {
  position: relative;
  z-index: 0;
  max-width: 500px;
}

.showcase__bg,
.showcase__list {
  position: absolute;
  font-size: 0;
}

.showcase__bg {
  top: 112px;
  right: calc(50% - 904px);
  z-index: 0;
}

.showcase__bg .showcase__pic {
  width: 100%;
}

.showcase__pic {
  height: 650px;
}

.showcase__list {
  top: 0px;
  left: 60%;
  -webkit-transform: translateX(-35.6%) rotate(-30deg);
  -ms-transform: translateX(-35.6%) rotate(-30deg);
  transform: translateX(-35.6%) rotate(-30deg);
  z-index: 0;
}

.showcase__preview {
  font-size: 0;
  transform: translateX(-15.6%);
}

.showcase__preview:nth-child(2) {
  position: relative;
  z-index: 0;
  margin-top: -180px;
}

.center {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 48px;
}

/*Ready Section*/
.blur__col {
  border: 3px solid #ffffff;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  padding: 50px;
}

.ready__section {
  background: url("../images/icons/blue-eclipse.svg"),
    url("../images/icons/orange-eclipse.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 25%;
  background-position: 27.5%, 72.5% 110%;
}

.ready__purple {
  position: absolute;
  margin-top: 14rem;
  margin-right: 25rem;
  transform: scale(0.5);
}

/*Newsletter Section*/
.newsletter__section {
  background-color: #ecf2f6;
}

.news__email {
  width: 60%;
  height: 50px;
  border-radius: 33px;
  padding: 25px;
  border: none !important;
}

.newsletter__section input:focus {
  border: none !important;
  width: 60%;
  height: 50px;
  border-radius: 33px;
  padding: 25px;
  resize: none;
  outline: none;
}

.subscribe img {
  position: absolute;
}

.submit__icon {
  padding: 8px;
  min-width: 40px;
  margin-left: 50%;
}

/*Footer Section*/
.page__footer__text {
  color: #919191;
  font-family: "DM Sans", Medium;
  font-size: 16px;
  font-weight: 500;
}

.page__footer__textbold {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 18px;
}

.footer__links {
  font-family: "DM Sans", Bold;
  font-size: 18px;
}

.footer__links__subheading {
  font-family: "DM Sans", Medium;
  color: #919191;
  font-size: 18px;
  font-weight: 500;
}

.footer__links__subheading:hover {
  color: #484848;
  transform: scale(1.01);
}

.page__footer__bottomtext {
  font-family: "DM Sans";
  font-weight: 400;
  color: #919191;
}

.page__footer__bottomlinks > a:hover,
.footer__pagelinks > a:hover {
  text-decoration: none;
}

.footer__social__icons img {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius: 50px;
  margin: 5px;
}



@media screen and (max-width: 767px) {
  .submit__icon {
    padding: 8px;
    min-width: 40px;
    margin-left: 40%;
    transform: scale(0.8);
  }
  .hero__section h1 {
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 400;
  }
  .button__general {
    background-color: black;
    border-radius: 33px;
    width: 50%;
    height: 40px;
    color: #ffffff;
  }

  .button__general:focus {
    background-color: black;
    border-radius: 33px;
    width: 50%;
    height: 40px;
    color: #ffffff;
  }

  .newsletter__section h1 {
    font-size: 35px;
  }
  .wharf__logo {
    padding-left: 80px;
  }
  .page__footer__text {
    text-align: center;
    margin-bottom: 30px;
  }
  .connectup__logo {
    transform: scale(0.7) !important;
  }
  .page__footer__textbold {
    font-size: 18px;
  }
  .social__icons {
    transform: scale(1.2) !important;
  }
  .footer__pagelinks {
    padding-top: 40px;
    text-align: center !important;
    padding-bottom: 30px;
  }
  .bubbles_bg {
    background: url("../images/icons/purple-eclipse.svg"),
      url("../images/icons/blue-eclipse.svg"),
      url("../images/icons/green-eclipse.svg"),
      url("../images/icons/orange-eclipse.svg");
    background-repeat: no-repeat;
    background-position: 2% 7.5%, 70% 25%, 90% 100%, 32% 85%;
    background-size: 20%, 15%, 15%, 75%;
  }
  .ready__section {
    background: url("../images/icons/blue-eclipse.svg"),
      url("../images/icons/orange-eclipse.svg");
    background-repeat: no-repeat;
    background-size: 20%, 25%;
    background-position: 10% 50%, 72.5% 110%;
  }
  .showcase__pic {
    height: 450px;
  }
  .showcase__list {
    top: 0px;
    left: 140%;
    -webkit-transform: translateX(-35.6%) rotate(-30deg);
    -ms-transform: translateX(-35.6%) rotate(-30deg);
    transform: translateX(-35.6%) rotate(-30deg);
    z-index: 0;
  }
  .showcase__preview:nth-child(2) {
    position: relative;
    z-index: 0;
    margin-top: -120px;
  }
  .interface__section {
    background: url("../images/icons/purple-eclipse.svg"),
      url("../images/icons/orange-eclipse.svg"), #7c96a540 !important;
    background-repeat: no-repeat !important;
    background-position: 10% 35%, 100% 45% !important;
    background-size: 20%, 70% !important;
  }

  .footer__social__icons img {
    margin: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
