@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/* Font Family */
@font-face {
  font-family: Sangblue;
  src: url("../Assets/font/SangBleu\ Sunrise.ttf");
}

:root {
  --primary-color: #aa6aaa;
  --secondary-color: #e5dce5;
  --tertiary-color: #717175;
  --footer-color: #18212d;
  --footer-sec-bg: #8a737d;
  --btn-color: #1f201c;
}

body,
html {
  overflow-x: hidden;
  font-family: Sangblue, sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
}

figure {
  margin: 0;
}

.container {
  max-width: 1140px;
}

.btn {
  font-family: "DM Sans", sans-serif;
}

.btn-primary {
  background: var(--primary-color);
  border: none;
}

.btn-primary:hover {
  /* background: #d886d8; */
  background: var(--footer-color);
  color: var(--footer-sec-bg);
  transition: 0.5s linear;
}
.btn-secondary:hover{
  background: var(--primary-color);
  color: var(--footer-color);
  transition: 0.5s linear;
}
.secondary-btn {
  background: var(--secondary-color);
  border: none;
}

p {
  font-family: "DM Sans", sans-serif;
  color: var(--tertiary-color);
}

.title1 {
  font-size: 54px;
}

.title2 {
  font-size: 50px;
}

/* 
==============
Header Section
==============
*/

.header-section {
  font-family: "Dm Sans", sans-serif;
}

.navbar {
  --bs-navbar-padding-y: 1.125vw;
}
.navbar-wrapper {
  flex-grow: 2;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  width: 100%;
}
.nav-btn-sm {
  display: none;
}

.offcanvas {
  flex-direction: row;
}

.navbar-container {
  max-width: 1428px !important;
}

.navbar-nav {
  margin-right: 33px;
}

.nav-logo {
  position: absolute;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 52px;
}

.navbar-brand > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-btn > .btn {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 14px;
}

.nav-link:hover {
  color: #aa6aaa;
}

.offcanvas {
  z-index: 9999;
}

/* Banner Section */

.banner-section {
  padding: 0px 15px 90px; /* to calculate the vw use px to vw website*/
}

.banner-wrpr {
  background: url("../assets/bg.png") no-repeat center/cover;
  border-radius: 20px;
  /* min-height: 100vh; */
  text-align: center;
  padding-top: 80px;
}

.banner-content > h1 {
  max-width: 984px;
  margin: 0 auto 22px;
}

.banner-content > .btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 20px;
}

.banner-content > p {
  max-width: 817px;
  margin: 0 auto 30px;
}

.banner-content > a {
  margin-bottom: 36px;
}

.banner-content > figure {
  border: 1px solid white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 1140px;
  padding: 13px 15px 0;
}

.banner-content > figure > img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  object-fit: cover;
}

/* Potential Section */
.potential-sec {
  padding: 81px 0;
}
.potential-rw {
  --bs-gutter-x: calc(63px / 2);
}

.potential-hdr {
  max-width: 513px;
  margin-left: auto;
  margin-bottom: 82px;
}

.potential-hdr-img {
  max-width: 475px;
}

.potential-hdr-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.potential-scnd-hdr-img {
  max-width: 440px;
  margin-right: auto;
}
.potential-scnd-hdr-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.potential-scnd > div > .btn {
  --bs-btn-padding-x: 41px;
  --bs-btn-padding-y: 15px;
}
.potential-scnd > div > p {
  margin: 72px 0 77px;
}

/* 
================
Together section 
================
*/

.together-section {
  padding: 100px 15px;
  background: linear-gradient(
    to bottom,
    rgba(207, 198, 211, 0.52),
    rgba(207, 198, 211, 0.51),
    rgba(207, 198, 211, 0.87),
    rgba(207, 198, 211, 1)
  );
}

.together-section h2 {
  max-width: 834px;
  margin: 0 auto 47px;
  text-align: center;
}

.together-section a {
  color: var(--tertiary-color);
}

.bg-violet {
  background: var(--primary-color) !important;
}

.bg-violet a,
.bg-violet h3,
.bg-violet p {
  color: white;
}

.together-img {
  margin-bottom: 20px;
}

.together-img > img {
  width: 100%;
  height: 356px;
  object-fit: cover;
  border-radius: 10px;
}

.together-card {
  height: 356px;
  background: #eae4ea;
  border-radius: 10px;
  padding: 30px 29px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Testimonial Section */

.testimonial-sec {
  padding: 100px 0;
}

.testimonial-container {
  max-width: 1107px;
  margin: 0 auto;
}

.testimonial-items {
  overflow: hidden;
}

.testimonial-img-slick {
  max-width: 595px;
  margin: 0 auto;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transform: scale(0.6);
  filter: grayscale(1);
  transition: all 0.3s linear;
}

.testimonial-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-items.slick-center .testimonial-img {
  transform: scale(1);
  filter: grayscale(0);
}

.testimonial-items.sl-next .testimonial-img,
.testimonial-items.sl-prev .testimonial-img {
  transform: scale(0.8);
  filter: grayscale(0.7);
}

.testimonial-cntn-slider {
  max-width: 808px;
  margin: 0 auto;
}

.testimonial-cntn-items {
  text-align: center;
}
/* footer-section */
.col-25 {
  padding: 0 15px;
  width: 25%;
}
.sub-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.footer-container {
  max-width: 1428px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.footer-sec {
  padding-top: 100px ;
  padding-bottom: 10px;
  background: var(--footer-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.footer-sec-cntn {
  width: 945px;
  height: 127px;
  background: var(--footer-sec-bg);
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: -60px;
  left: 240px;
}
.footer-sec-cntn > h2 {
  font-size: 50px;
  font-weight: 400;
  color: var(--secondary-color);
}
.tert-btn {
  width: 153px;
  height: 57px;
  border-radius: 29px;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--btn-color);
  border: none;
}
.tert-btn:hover{
  background: var(--primary-color);
  color: var(--footer-color);
  transition: 0.5s linear;
}
.footer-sec-img > img {
  width: 100px;
  height: 72px;
  object-fit: contain;
}
.footer-logo {
  display: flex;
  flex-direction: column;
}
.footersub-logo-1{
   margin-left: 45px;
  margin-bottom: 10px;
}
.footersub-logo-1 > img {
  width: 88px;
  height: 108px;
  object-fit: contain;
}
.footersub-logo-2 > img {
  width: 195px;
  height: 42px;
  object-fit: contain;
}

.footer-sub-line {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 30px;
  position: relative;
}
.footer-sub-line::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--secondary-color);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.footer-links {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 24px;
}
.footer-links:hover {
  color: var(--primary-color);
}

.footer-link > ul > li {
  margin-left: -32px;
}
.footer-sub-add {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 30px;
  position: relative;
}
.footer-sub-add::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--secondary-color);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.footer-subcribe-line {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 30px;
  position: relative;
}
.footer-subcribe-line::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--secondary-color);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.footer-email {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#email {
  background: none;
  width: 293px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 14px;
  border-radius: 50px;
  outline: none;
  font-family: "Dm Sans", sans-serif;
  border: 1px solid var(--secondary-color);
  margin-right: 6px;
}
.footer-tele {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer-tele:hover{
  background: var(--footer-sec-bg);
}
.footer-tele:hover>img{
  transform: translateY(-5px);
  transition: 0.5s linear;
}
.footer-tele > img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.footer-subcribe-img > ul {
  display: flex;
  align-items: center;
  margin-left: -30px;
}
.footer-subcribe-img > ul > li {
  margin-right: 20px;
}
.footer-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-img:hover{
  background: var(--primary-color);
}
.footer-img:hover>img{
  transform: translateY(-5px);
  transition: 0.5s linear;
}
.footer-line-1 {
  max-width: 1800px;
  height: 1px;
  background: var(--secondary-color);
  margin-top: 40px;
  margin-bottom: 17px;
}
.footer-btm-cntn > p {
  font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 16px;
}
.footer-btm-cntn > p > a {
  color: var(--secondary-color);
}
.footer-btm-cntn > p > a:hover{
  color: var(--primary-color);
}
@media screen and (max-width: 1350px) {
  .footer-sec-cntn {
    width: 945px;
    height: 127px;
    top: -60px;
    left: 220px;
  }
}
@media screen and (max-width: 1300px) {
  .footer-sec-cntn {
    width: 945px;
    height: 127px;
    top: -60px;
    left: 204px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-sec-cntn {
    width: 850px;
    height: 113px;
    left: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-sec-cntn > h2 {
    font-size: 40px;
  }
  .footer-sec-cntn {
    width: 800px;
    height: 105px;
    top: -51px;
    left: 150px;
  }
  .tert-btn {
    width: 140px;
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-sec-cntn {
    width: 700px;
    height: 105px;
    top: -51px;
    left: 125px;
  }
}
@media screen and (max-width: 900px) {
  .footer-sec-cntn > h2 {
    font-size: 30px;
  }
  .footer-sec-cntn {
    width: 600px;
    height: 105px;
    top: -51px;
    left: 125px;
  }
}

@media screen and (max-width: 1130px) {
  .col-25 {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .title1 {
    font-size: 32px;
  }
  .title2 {
    font-size: 28px;
  }

  /* Header Section */

  .nav-logo {
    max-width: 110px;
    left: 15px;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav-btn-sm {
    display: block;
    margin-left: auto;
  }
  .nav-btn-sm > a {
    font-size: 14px;
  }
  .nav-btn {
    display: none;
  }

  .offcanvas {
    flex-direction: column;
  }
  .offcanvas-header {
    display: flex;
    align-items: start;
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
  }

  /* Banner Section */
  .banner-section {
    padding: 0 3.125vw 59px;
  }
  .banner-wrpr {
    padding-top: 48px;
  }
  /* Potential Section */
  .potential-sec {
    padding: 40px 0;
  }
  .potential-prmry {
    margin-bottom: calc(63px / 2);
  }
  .potential-hdr {
    margin: 0 auto 40px;
    text-align: center;
  }
  .potential-hdr-img {
    margin: 0 auto;
  }
  .potential-scnd {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .potential-scnd > div {
    margin-bottom: 30px;
  }
  .potential-scnd > p {
    margin: 15px 0;
  }
  .potential-scnd-hdr-img {
    margin: 0 auto;
  }
  .potential-scnd > div > p {
    margin: 25px 0;
  }
}
@media screen and (max-width: 800px) {
  .col-25 {
    width: 50%;
  }
  .footer-sec-cntn {
    width: 550px;
    height: 85px;
    top: -41px;
    left: 90px;
  }
  .footer-sec-img > img {
    width: 80px;
    height: 60px;
    object-fit: contain;
  }
  .tert-btn {
    width: 130px;
    height: 50px;
  }
}
@media screen and (max-width: 680px) {
  .footer-sec-cntn > h2 {
    font-size: 25px;
  }
  .footer-sec-cntn {
    width: 500px;
    height: 85px;
    top: -41px;
    left: 60px;
  }
}
@media screen and (max-width: 576px) {
  .title1 {
    font-size: 28px;
  }
  .title2 {
    font-size: 26px;
  }
  /* Navbar Section */
  .navbar {
    --bs-navbar-padding-y: 2vw;
  }
  /* Banner Section */
  .banner-content > .btn {
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 10px;
  }
  .banner-content > figure {
    padding: 6.5px 7.5px 0;
  }
  .col-25 {
    width: 100%;
  }
  .footer-sec-cntn {
    width: 400px;
    height: 85px;
    top: -41px;
    left: 70px;
  }
  .footer-sec-cntn > h2 {
    font-size: 20px;
  }
  .footer-sec-img > img {
    width: 60px;
    height: 50px;
    object-fit: contain;
  }
  .tert-btn {
    width: 117px;
    height: 40px;
    font-size: 12px;
  }
  .footer-logo{
    margin-bottom: 20px;
  }
  .footersub-logo-1 > img {
    width: 65px;
    height: 80px;
  }
  .footersub-logo-2 > img {
    width: 146px;
    height: 27px;
  }
 
}
@media screen and (max-width: 500px) {
  .footer-sec-cntn {
    width: 400px;
    height: 85px;
    top: -41px;
    left: 40px;
  }
}
@media screen and (max-width: 470px) {
  .footer-sec-cntn {
    width: 350px;
    height: 85px;
    top: -41px;
    left: 50px;
  }
  .footer-sec-cntn > h2 {
    font-size: 15px;
  }
  .footer-sec-img > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .tert-btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .footer-sec-cntn {
    width: 300px;
    height: 85px;
    top: -41px;
    left: 40px;
  }
  .tert-btn {
    width: 80px;
    height: 35px;
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .footer-sec-cntn {
    width: 250px;
    height: 85px;
    top: -41px;
    left: 40px;
  }
  .footer-sec-cntn > h2 {
    font-size: 13px;
  }
  .tert-btn {
    width: 60px;
    height: 35px;
    font-size: 8px;
  }
  .footer-sec-img > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}
@media screen and (max-width: 376px) {
  #email {
    width: 240px;
    height: 46px;
  }
}
