/* =======================
   Root Colors & Fonts
========================== */
:root {
  --primary-color: #593AD3;
  --secondary-color: #65E2CA;
  --third-color: #D0C8ED;
  --forth-color: #DEFAF4;

  --font-main: 'Poppins', sans-serif;

  /* Typography Sizes */
  --font-size-menu: 20px;
  --font-size-menu-mobile: 16px;

  --font-size-h1: 60px;
  --font-size-h1-mobile: 32px;

  --font-size-h2: 42px;
  --font-size-h2-mobile: 30px;

  --font-size-h3: 48px;
  --font-size-h3-mobile: 26px;

  --font-size-h4: 36px;
  --font-size-h4-mobile: 24px;

  --font-size-h5: 32px;
  --font-size-h5-mobile:22px;

  --font-size-h6: 30px;
  --font-size-h6-mobile:20px;

  --font-size-p: 24px;
  --font-size-p-mobile: 18px;
}


/* =======================
   Base Styles
========================== */
body {
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}


/* =======================
   Typography Styles
========================== */
h1 {
  font-weight: 700;
  font-size: var(--font-size-h1);
}

h1 span {
  color: var(--primary-color);
}

h2 {
  font-weight: 700;
  font-size: var(--font-size-h2);
}

h3 {
  font-weight: 400;
  font-size: var(--font-size-h3);
}

h4 {
  font-weight: 700;
  font-size: var(--font-size-h4);
}

h5 {
  font-weight: 700;
  font-size: var(--font-size-h5-mobile);
}

h6 {
  font-weight: 400;
  font-size: var(--font-size-h6);
}

p {
  font-weight: 400;
  font-size: var(--font-size-p);
}

p span {
  font-weight: 700;
  font-size: var(--font-size-p-mobile);
}


/* =======================
   Navigation Menu
========================== */
.nav-link {
  font-weight: 400;
  font-size: var(--font-size-menu);
}


/* =======================
   Buttons
========================== */
.btn-primary {
  background-color: var(--primary-color);
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 24px;
  border: none;
  padding: 10px 20px;
  color: #fff;
}


/* =======================
   Header Section
========================== */
.navbar {
  flex-shrink: 0;
}
.offcanvas-body{
  background-image: url(./images/Hero-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/* =======================
   Hero Section
========================== */
.full-height {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero-section {
  flex: 1;
  height: 100vh;
  background-image: url("./images/Hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


/* =======================
   Simplifies Everything Section
========================== */
.simplifiesEverything {
  padding: 80px 0;
  background-image: url("./images/Rectangle\ 6\ \(1\).png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 20%;
}


/* =======================
   Bigger Picture Section
========================== */
.biggerPicture {
  background-color: var(--primary-color);
  padding: 80px 0;
  color: #fff;
}


/* =======================
   Secure Access Section
========================== */
.secureAccess {
  padding: 80px 0;
}


/* =======================
   Get Business Section
========================== */
.getBusiness {
  padding: 80px 0;
}


/* =======================
   Boost Sales Section
========================== */
.boostSales {
  padding: 80px 0;
  background-color: var(--forth-color);
}


/* =======================
   One Platform Section
========================== */
.onePlatform {
  padding: 80px 0;
}


/* =======================
   Why Choose Section
========================== */
.whyChoose {
  padding: 80px 0;
  background-color: var(--secondary-color);
}

.whyChoose .col-12 {
  padding: 20px;
}

.whyChoose p {
  padding-bottom: 30px;
}

.whyChoose h3 {
  padding-bottom: 30px;
  text-align: center;
}


/* =======================
   Who Atom Section
========================== */
.whoAtom {
  background-color: #d0c8ed48;
  padding: 80px 0;
}

.whoAtom ol li {
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

/* =======================
   Atom dashboard Section
========================== */
.atomDashboard{
  padding: 80px 0;
}
.atomDashboard h3{
  padding-bottom: 50px;
}
.atomDashboard p{
  border-left: 3px solid #DEFAF4;
  padding-left: 8px;
}
.border-first{
  border-left: 3px solid #D0C8ED!important;
  padding-left: 8px;
}

/* =======================
   Atom testimonial Section
========================== */
.testimonial {
  padding: 100px 0;
  background-color: var(--primary-color);
  background-image: url("./images/testimonial.png");
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: top right;
}

.testimonial-card {
  background-color: #4C2BD0;
  padding: 20px;
  border-radius:4px;
  flex-shrink: 1;
  flex-basis: 0;
  color: #fff;
}
.testimonial h3{
  padding-bottom: 30px;
}



/* =======================
   Atom simplyfy Section
========================== */
.simplyfy{
  padding: 80px 0;
}
.simplyfy p{
  padding-bottom: 30px;
}

.simplyfy button{
  margin-bottom: 40px;
}
.contact img{
  width: 32px;
  margin-right: 5px;
}
.contact a{
  text-decoration: none;
  color:var(--primary-color);
}
.social span{
  color: var(--primary-color);
}

.social img{
  width:40px;
}

/* =======================
   Atom footer Section
========================== */
footer{
  padding: 100px 0;
  background-color: #593AD3;
}
.p1{
  font-size: 20px;
  font-weight: 600;
}

.p1{
  font-size: 20px;
  font-weight: 400;
}


/* =======================
   Responsive Typography
========================== */
@media (min-width: 992px) {
  .offcanvas-lg {
    display: none !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: var(--font-size-h1-mobile);
  }

  h2 {
    font-size: var(--font-size-h2-mobile);
  }

  h3 {
    font-size: var(--font-size-h3-mobile);
  }

  h4 {
    font-size: var(--font-size-h4-mobile);
  }

  p {
    font-size: var(--font-size-p-mobile);
  }

  .nav-link {
    font-size: var(--font-size-menu-mobile);
  }


  .hero-img {
    max-width: 122%;
}

.hero-section {
  background-image: url("./images/Hero-mobile.png");
}
.mobileMargin{
  margin-bottom: 40px;
}
.secureAccess {
  padding: 40px 0;
}

.getBusiness {
  padding: 40px 0;
}
.boostSales {
  padding: 40px 0;
}
.onePlatform {
  padding: 40px 0;
}
.whyChoose {
  padding: 40px 0;
}

.whyChoose p {
  padding-bottom: 0px;
}

.whoAtom {
  padding: 40px 0;
}

.atomDashboard {
  padding: 40px 0;
}

.whoAtom ol li {
  font-size: 18px;
  line-height: 40px;
}
}