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

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

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

/* 
#F49D37 - HEADINGS
#6B2737 - MAIN  
#339989 - SECONDARY 
*/

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

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

}

.btn {
    padding: 0.6rem 1.2rem;
    border: 1px solid #6B2737;
    font-size: 3.6rem;
    border-radius: 13px;
    color: #6B2737;
    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;
}


/* //////////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: #339989; /* 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 #6B2737;
  }
  
  /* 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: 0;
    right: 25px;
    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: #6B2737;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-bottom: 3px solid #339989;
}

.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;
}

.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: #339989;
}

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

.nav-list:hover {
    background-color: #3399894b;
}

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

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

.spacer {
    height: 4.8rem;
}

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

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

.hero-backdrop {
    position: absolute;
    top:0;
    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: #F49D37;
    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: #F49D37;
}

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

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

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


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

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

.web-dev-chakra {
    position: absolute;
    bottom: -45%;
    left: -10%;
}

.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: #F49D37
}

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

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


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

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

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


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

.portfolio {
    /* background-color: #339989; */
    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 #339989; */
}

.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: #F49D37;
    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 #F49D37;
}

.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: #339989; */
    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: #F49D37;
}

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

.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 #6B2737;
    border-radius: 26px;
    background-color: #fff;
}

.pricing-premium {
    background-color: #6B2737;
    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: #6B2737;
    line-height: 0.9;
    text-align: center;
}

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

.pricing-header {
    font-size: 3.6rem;
    color: #F49D37;
    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: #339989; */
    /* padding: 4.8rem 0; */
    position: relative;
    background-color: #6B2737;    
}

.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: #F49D37;
    align-self: center;
    text-align: center;
}

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

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


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

.cta {
    padding: 9.6rem 0.6rem 9.6rem;

}

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

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

.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: #F49D37;
    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 #6B2737;
    resize: none;
    padding: 1.2rem;
}

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

.mobile-input::-webkit-inner-spin-button, .mobile-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.mobile-input {
    -moz-appearance:textfield !important;
}

.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: #339989;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
    border: 1px solid #F49D37;
}



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

  .footer {
    padding: 9.6rem 4.8rem;
    background-color: #6B2737;
    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;
}

.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:#339989;
}

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

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

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

.page-span {
    color:#6B2737;
}

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

.page-btn {
    background-color: #339989;
    color: #fff;
    border: none;
    margin: auto;
}