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

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

body {
    font-family: 'IM Fell English', serif;
}

/* 5ac3ba - green
2699b3 blue */


/* //////////COOKIES//////////// */

.cookies {
    padding: 1.2rem 4.8rem;
    background-color: #2699b3;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.cookies-box {
    margin: 0 auto;
}

.cookies-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies-btn-box {
    display: flex;
    gap: 4.8rem;
}

.cookies-header {
    font-size: 1.8rem;
    color: #fff;
}

.cookies-btn {
    padding: 0.6rem 1.2rem;
    border: none;
    font-size: 2.4rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

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

.cookies-refuse {
    background-color: rgba(255, 0, 0, 0.478);
}

.cookies-accept {
    background-color: rgba(0, 128, 0, 0.475);
}


/* //////////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: #5ac3ba; /* 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 #fa7387;
  }
  
  /* 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;
      width: 6rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }

  .closebtn {
    width: 4rem;
    border-radius: 50%;
    margin-top: 2rem;
    margin-right: -1rem;
  }


/* //////////HEADER//////////// */

.header {
    padding: 1.2rem 2.4rem;
    /* background-color: #fff; */
    position: fixed;
    width: 100%;
    z-index: 5;
}

.header-box {
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
}

.logo-box {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.logo {
    width: 13rem;
}

.header-nav {
    display: flex;
    gap: 2.4rem;
    align-content: center;
}

.header-link {
    font-size: 3.2rem;
    color: #5ac3ba;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
}

.header-special {
    border-radius: 13px;
    text-decoration: none;
    background-color: #5ac3ba;
    color: #fff;
    transition: all 0.3s;
}

.header-link:hover {
    transform: scale(1.05);
    background-color: #5ac3ba;
    color: #fff;
    border-radius: 13px;
}

.header-social {
    width: 4rem;
}


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

.hero {
    background-image: url("imgs/RubyHero1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100vh;
}


/* //////////ABOUT//////////// */


.about {
    padding: 9.6rem 1.2rem;
}

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

.about-container {
    display: flex;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

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

.about-img {
    width: 50rem;
}

.about-header {
    font-size: 4.8rem;
    color: #2699b3;
    border: 1px solid #5ac3ba;
    padding: 1.2rem 2.4rem;
    position: relative;
    background-color: #fff;
}

.about-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #5ac3ba;
    z-index: -1;
    top: -2.4rem;
    left: -2.4rem;
}

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

.about-links {
    display: flex;
    justify-content: space-between;
    gap: 4.8rem;
}

a.about-link-1 {
    background-color: #fff;
    color:#5ac3ba;
}

.about-link {
    font-size: 2.4rem;
    color: #fff;
    background-color: #5ac3ba;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border: 1px solid #5ac3ba;
}

/* //////////PARALLAX 1 SECTION//////// */

.parallax1 {
    background-image: url("imgs/para1.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50rem;
}


/* //////////Z//////////// */

.z {
    padding: 9.6rem 1.2rem 9.6rem;
}

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

.z-header {
    font-size: 4.8rem;
    color: #2699b3;
    border: 1px solid #5ac3ba;
    padding: 1.2rem 2.4rem;
    position: relative;
    background-color: #fff;
}

.z-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #5ac3ba;
    z-index: -1;
    top: -1.2rem;
    left: -1.2rem;
}

.z-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
}

.z-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem;
    justify-content: center;
    align-items: center;
}

.z-img {
    width: 50rem;
}

.z-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
}


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

.z-link {
    font-size: 2.4rem;
    color: #fff;
    background-color: #5ac3ba;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border: 1px solid #5ac3ba;
}


/* //////////PARALLAX 2 SECTION//////// */

.parallax2 {
    background-image: url("imgs/para2.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50rem;
}


/* //////////PRICING SECTION//////// */

.pricing {
    padding: 9.6rem 1.2rem 4.8rem;
}

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

.pricing-container {
    display: flex;
    gap: 4.8rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pricing-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    gap: 2.4rem;
    border: 3px solid #5ac3ba;
    padding: 2.4rem 3.2rem;
    border-radius: 26px;
}


.pricing-item-box {
    display: flex;
    gap: 2.4rem;
}

.pricing-text {
    color: #444;
    align-self: flex-start;
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
}

.pricing-title {
    font-size: 3.6rem;
    color: #333;
}

.pricing-price {
    font-size: 3.8rem;
    color:#2699b3;
}

.pricing-time {
    font-size: 2.4rem;
    color: #444;
}

.pricing-bp-container {
    align-self: flex-start;
    justify-self: flex-start;
}

.bullet-points-list {
    justify-self: flex-start;
    list-style: none;

    /* text-align: center; */
}

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

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

.pricing-link {
        font-size: 2.4rem;
        color: #fff;
        background-color: #5ac3ba;
        border-radius: 13px;
        padding: 0.6rem 1.2rem;
        text-decoration: none;
        border: 1px solid #5ac3ba;
}

.pricing-middle {
    position: relative;
}

.pricing-link:hover {
    transform: scale(1.05);
    background-color: #fff;
    color:#5ac3ba;
}

.pricing-cost-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}


/* //////////GALLERY SECTION//////// */

.gallery {
    padding: 9.6rem 0;
}


.gallery-box {
    margin: 0 auto;
}

.gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-img {
    width: 100%;
}

/* -----------CONTACT----------- */

.contact {
    padding: 9.6rem 2.4rem;
}

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

.contact-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 50rem;
    border-radius: 26px;
    overflow: hidden;
}

.contact-img-box {
    background-image: url("imgs/cta.jpeg");
    background-size: cover;
    background-position: center;
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem;
    justify-content: center;
}


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

.contact-header {
    padding: 2.4rem;
    font-size: 4.8rem;
    color: #2699b3;
    text-align: center;
}

.input-box {
    border: none;
    border-bottom: 3px solid #5ac3ba;
    resize: none;
    padding: 1.2rem;
    /* background-color: #e9ecf4; */
}

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

.submit-btn {
    width: 25%;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    border: none;
    background-color: #5ac3ba;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: 'Josefin Slab', serif;
}


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

  .footer {
    padding: 9.6rem 4.8rem;
    background-color: #5ac3ba;
    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;
    text-align: 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//////////// */

.spacer {
    height: 14rem;
}

.page-title {
    padding: 4.8rem 2.4rem;
    font-size: 7.2rem;
    color:#2699b3;
    border-bottom: 3px solid #fa7387;
    border-top: 3px solid #fa7387;
}

.page {
    padding: 4.8rem 2.4rem;
}

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

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

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

.page-header {
    font-size: 4.8rem;
    color: #2699b3;
}

.page-text {
    font-size: 2.2rem;
    color: #666;
}

.telephone {
    color: #5ac3ba;
    text-decoration: none;
}

.spacer {
    height: 14rem;
}

/* //////////PAGE-Z SECTION//////// */

.page-z {
    padding: 4.8rem 2.4rem;
}

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

.page-z-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 4.8rem;
}

.page-z-img {
    width: 80%;
}

.page-z-text-box {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

.page-z-header {
    color: #2699b3;
    font-size: 3.6rem;
    text-align: center;
}

.page-z-text {
    color: #666;
    font-size: 2.4rem;
    text-align: center;
}