* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
} 

body {
    font-family: 'Quicksand', sans-serif;
    overflow: hidden;
}

/* 
#69995d - HEADINGS
#420039 - MAIN  
#b18fcf - SECONDARY 
*/

.white-text {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
}

.orange-text {
    font-size: 2.4rem;
    color: #420039;
    font-weight: 500;

}

.btn {
    padding: 0.6rem 1.2rem;
    border: 1px solid #420039;
    font-size: 3.6rem;
    border-radius: 13px;
    color: #420039;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    width: auto;
}

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

.chakra-img {
    width: 100rem;
    z-index: -90;
    overflow-x: hidden;
    display: none;
}

.backdrop-img {
    width: 80rem;
    z-index: -90;
    opacity: 0.2;
    overflow-x: hidden;
}

.corner-button-box {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99999;
}

.corner-button {
    width: 6rem;
    border-radius: 50%;
    box-shadow: 3px 5px 5px 3px #0a0a0a6c;
    transition: all 0.3s;
    cursor: pointer;
}

.corner-button:hover {
    transform: scale(1.05);
}

.corner-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 2%;
    right: 2%;
    z-index: 99;
    width: 25rem;
    height: 0;
    background-color: #095e54;
    transition: 0.5s;
    opacity: 0;
    box-shadow: 3px 5px 5px 3px #0a0a0a42;
    overflow: hidden;
}

.cm-top {
    display: flex;
    padding: 1.2rem;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.cm-top-img-box {
    position: relative;
}

.cm-top-img-box:before {
    content: '';
    /* display: inline-block; */
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #4ad504;
    z-index: 999999999;
    border: 2px solid #095e54;
}

.cm-top-text-box {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cm-top-img {
    width: 6rem;
}

.cm-top-text {
    color: #FFF;
    font-size: 1.4rem;
}

.cm-exit-btn {
    font-size: 1.8rem;
    color: #fff;
    align-self: flex-start;
    margin-left: auto;
    margin-top: -1rem;
    cursor: pointer;
}

.cm-middle {
    background-image: url('/imgs/whatsapp-background.png');
    background-size:cover;
    height: 100%;
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
}

.cm-chat-bubble {
    position: relative;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width:fit-content;
    padding: 1.2rem;
    border-radius: 6px;
    box-shadow: 2px 3px 3px 2px #0a0a0a13;
}

.cm-chat-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1rem;
    border-top: 1.6rem solid #fff;
    border-left: 1.6rem solid #ffffff00;
    /* background: linear-gradient(45deg, rgba(255,0,0,0) 0%, rgba(255,0,0,0) 50%, #fff 50%, #fff 100%); */
    width: 1.6rem;
    height: 1.6rem;
    z-index: 999999999;
}

.cm-chat-line {
    font-size: 1.6rem;
    color: #111;
}

.cm-time {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: -1rem;
    margin-right: -0.6rem;
    align-self: flex-end;
}

.cm-link {
    text-decoration: none;
    margin-top: auto;
}

.cm-bottom-box {
    background-color: #20ab4b;
    border-radius: 2.4rem;
    display: flex;
    gap: 1rem;
    padding: 0.6rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cm-bottom-img {
    width: 1.8rem;
}

.cm-bottom-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

/* //////////VERTICAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #b18fcf; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #420039;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #e4dbd0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }


/* //////////NAV//////////// */



.nav {
    background-color: #420039;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-bottom: 3px solid #b18fcf;
}

.nav-box {
    display: flex;
    justify-content: flex-end;
}

.nav-logos {
    display: flex;
    gap: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.6rem;
    z-index: 10;
}

.logo-link {
    height: 100%;
}

.nav-logo {
    width: 13rem;
    height: 100%;
    overflow: visible;
    margin-bottom: -4rem;
}

.nav-socials {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.nav-social {
    width: 4rem;
    height: 4rem;
    transition: all 0.3s;
}

.nav-social:hover {
    transform: scale(1.05);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list {
    list-style: none;
    
}

.nav-link {
    display: block;
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
}

.nav-active {
    background-color: #b18fcf;
}

li.nav-active:hover {
    background-color: #b18fcf;
}

.nav-list:hover {
    background-color: #69995d4d;
}

.nav-special {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-special-img {
    width: 4rem;
}

.spacer {
    height: 4.8rem;
}


.nav-down-arrow {
    width: 1.6rem;
}

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #420039;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 3px solid #b18fcf;
    border-top: 0px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #69995d4d;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .nav-link {background-color: #69995d;}

/* //////////HERO//////////// */

.hero {
    /* background-image: linear-gradient(to bottom left, #b18fcf, #b18fcf43, #fba08943); */
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #420039;
    padding:2.4rem 0;
}

.hero-backdrop {
    position: absolute;
    top:5%;
    right:5%;
}

.hero-box {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-items: center;
    align-items: center;
    height:100%
}

.hero-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem;
    width: 80rem;
}

.hero-header {
    font-size: 6rem;
    color: #69995d;
    font-weight: 500;
}

.hero-caption {
    font-size: 3.6rem;
    color: #777;
    font-weight: 400;
}

.fifty-off {
    align-self: flex-end;
    font-size: 3.6rem;
    color: #69995d;
}

.hero-btns {
    display: flex;
    justify-content: flex-end;
    gap: 4.8rem;
    align-items: center;
}

.hero-btn {
    background-color: #FFF;
}

.hero-btn-special {
    background-color: #420039;
    border: none;
    color: #fff;
}


/* //////////WEB-DEV//////////// */

.web-dev {
    background-color: #420039;
    padding: 4.8rem 2.4rem;
    position: relative;
    overflow: hidden;
}

.web-dev-backdrop {
    position: absolute;
    bottom: -35%;
    left: 0;
}

.web-dev-white {
    padding: 4.8rem 1.2rem;
    position: relative;
    overflow: hidden;
}

.web-dev-box {
    margin: 0 auto;
    max-width: 120rem;
}

.web-dev-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.web-dev-text-box {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}

.web-dev-header {
    font-size: 4.8rem;
    color: #69995d
}

.web-dev-img {
    width: 90%;
    z-index: 1;
}

.web-dev-btn {
    margin: auto;
    color:#fff;
    background-color: #b18fcf;
    border: 1px solid #fff;
    font-size: 2.4rem;
}


.web-dev-btn:hover {
    background-color: #fff;
    color: #420039;
}

.web-dev-icons {
    display: flex;
    gap: 3.6rem;
    align-self: flex-end;
}

.web-dev-icon {
    width: 7rem;
}


/* //////////PORTFOLIO//////////// */

.portfolio {
    /* background-color: #b18fcf; */
    padding: 4.8rem 2.4rem;
    position: relative;

}

/* .portfolio-chakra {
    position: absolute;
    bottom: -45%;
    left: -10%;
} */

.portfolio-box {
    margin: 0 auto;
    max-width: 120rem;
}

.portfolio-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.portfolio-item {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2.4rem 3.6rem;
    row-gap: 2.4rem;
    /* border-right: 3px solid #b18fcf; */
}

.portfolio-item:last-of-type {
    border-right: none;
}

.portfolio-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.6rem;
}

.portfolio-header {
    font-size: 4.8rem;
    color: #69995d;
    text-align: center;
}

.portfolio-link {
    text-decoration: none;
    font-size: 2.4rem;
    color: #777;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
}

.portfolio-text {
    text-align: center;
}

.portfolio-link:hover {
    border-bottom: 1px solid #69995d;
}

.portfolio-img {
    width: 90%;
    justify-self: center;
    align-self: center;
}

.portfolio-chakra {
    position: absolute;
    top: -15%;
    right: 10%;
    z-index: -5;
}


/* //////////TESTIMONIAL//////////// */

.testimonial {
    /* background-color: #b18fcf; */
    padding: 4.8rem 2.4rem;
    position: relative;
    
}

.testimonial-chakra {
    position: absolute;
    bottom: -25%;
    left: -100%;
}

.testimonial-box {
    margin: 0 auto;
    max-width: 120rem;
}

.testimonial-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.testimonial-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    position: relative;

}

.testimonial-header {
    font-size: 4.8rem;
    color: #69995d;
}

.testimonial-text {
    font-size: 2.4rem;
    color: #420039;
}

.testimonial-vid {
    width: 90%;
    z-index: -2;
}


.hand-banner-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -80%;
    z-index: -1;
}


/* //////////MOON-BANNER//////////// */

.moon-banner {
    /* padding: 0 2.4rem;
    display: flex;
    justify-content: center; */
    position: relative;
    height: 20rem;
}

.moon-chakra {
    position: absolute;
    bottom: -230%;
    right:0;
}

.moon-banner-img {
    width:50%;
}


/* //////////PRICING//////////// */

.pricing {
    padding: 4.8rem 1.2rem;
    overflow: hidden;
}

.pricing-box {
    margin: 0 auto;
    max-width: 120rem;
}

.pricing-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
}

.pricing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
    padding: 1.2rem;
    position: relative;

}

.pricing-backdrop {
    position: absolute;
    bottom: -20%;
    left: -50%;
}

.pricing-plus {
    border: 3px solid #420039;
    border-radius: 26px;
    background-color: #fff;
}

.pricing-premium {
    background-color: #420039;
    border-radius: 26px;
}

.pricing-list {
    list-style-type: none;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.pricing-price {
    font-size: 4.8rem;
    color: #420039;
    line-height: 0.9;
    text-align: center;
}

.price-strike {
    font-weight: 100;
}

.pricing-header {
    font-size: 3.6rem;
    color: #69995d;
    text-align: center;
}

.pricing-list-item {
    font-size: 2.4rem;
    color: #777;
}

.pricing-premium li,
.pricing-premium .pricing-price {
    color: #fff;
}

.pricing-tick {
    width: 2.4rem;
}


/* //////////QUAD//////////// */

.quad {
    /* background-color: #b18fcf; */
    /* padding: 4.8rem 0; */
    position: relative;
    background-color: #420039;    
}

.quad-chakra {
    position: absolute;
    bottom: -75%;
    left: -10%;
}

.quad-box {
    margin: 0 auto;
}

.quad-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.quad-img {
    width: 100%;
    /* height: 100%; */
    padding: 4.8rem;
    border: 3px solid #fff;
}

.quad-text-box {
    padding: 2.4rem;
    border: 3px solid #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quad-header {
    font-size: 4.8rem;
    color: #69995d;
    align-self: center;
    text-align: center;
}

.quad-btn {
    font-size: 2.4rem;
    align-self: center;
    background-color: #b18fcf;
    color: #fff;
    border: 1px solid #fff;
}

.quad-btn:hover {
    background-color: #FFF;
    color:#420039;
}


/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0.6rem 9.6rem;
    display: grid;
}

.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form-page {
    width: 70rem;
    justify-self: center;
}


.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-items: center;
    align-items: center;
    color: #777;
}

.cta-title {
    font-size: 4.8rem;
    color: #69995d;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #420039;
    resize: none;
    padding: 1.2rem;
}

.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
}



.message-input {
    height: 12rem;
}

.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
}

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    border: none;
    background-color: #b18fcf;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
    border: 1px solid #69995d;
}



  /* -------FOOTER SECTION------ */

  .footer {
    padding: 9.6rem 4.8rem;
    background-color: #420039;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #e9ecf4;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #e9ecf4;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#ddd;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}

/* //////////PAGE//////////// */

.page {
    padding: 9.6rem 1.2rem 2.4rem;
}

.page-box {
    max-width: 100rem;
    margin: 0 auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.page-header {
    font-size: 3.6rem;
    color:#b18fcf;
}

.page-heading {
    font-size: 4.8rem;
    color: #69995d;
}

.page-text {
    font-size: 2.4rem;
    color: #777;
}

.page-link {
    text-decoration: none;
    color: #420039;
}

.page-span {
    color:#420039;
}

.page-price {
    font-size: 2.4rem;
    color: #420039;
    margin-left: auto;
    font-weight: 500;
}

.page-btn {
    background-color: #420039;
    font-size: 2.4rem;
    color: #fff;
    border: 3px solid #b18fcf;
    margin: auto;
    margin-bottom: 3.6rem;
}

.bullet-points-list {
    justify-self: center;
    padding: 0 2.4rem;
    list-style: none;
    /* text-align: center; */
}

.bullet-point::before {
    content: "\2022";
    color: #69995d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.bullet-point {
    font-size: 2.4rem;
    color: #777;
    padding: 0.6rem 0;
    font-weight: bold;
}
