/*-- General Styles*/
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--clr-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    box-sizing: border-box;
	scroll-behavior: smooth;
    overflow: hidden;
    overflow-x: auto;
}

.thisBody{
    overflow-y: auto;
}

a{
    text-decoration: none;
    color: #fafafa;
}

ul{
    list-style: none;
}

:root{
    --clr-primary: #508a92;
    --clr-dark: #272932;
    --clr-light: #fff;
    --fw-light: 100;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;
    --fs-xl: clamp(3rem, 7vw, 4rem);
    --fs-subheading: 3rem;
    --fs-subheading-s: 2rem;
    --fs-body: 1.5rem; 
}

/*-- General Styles*/ 

.onlineTherapy{
    position: absolute;
    margin-top: 0rem;
    left: 0;
    z-index: 900;
}

.wh{
    min-height: 30vh;
    max-width: 100%;
    background-color: tomato;
}

.he{
    font-size: 5rem;
}

.block {
    position: relative;
    width: 580px;
    max-width: 50rem;
    min-height: 400px;
    margin: 30px 300px 20px 80px;
}

h1 {
    position: absolute;
    font-weight: lighter;
    font-size: 64px;
}

/*--- Nav styles --*/ 

header{
    max-width: 100%;
    position: sticky;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
}

.nav-brand{
    font-size: var(--fs-subheading);
}

.nav-list{
    width: 100%;
    height: 100vh;
    background-color: var(--clr-primary);
    position: fixed;
    top: 0;
    right: -100% ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    transition: all 650ms ease-in-out;
}

.nav-items a{
    margin: 1rem;
    font-size: var(--fs-subheading-s);
}

#clicked{
    color: var(--clr-dark);
}

.menu-icons i {
    font-size: 3.5rem;
    color: #fafafa;
    cursor: pointer;
}

.nav-list.active {
    right: 0;
}

.close{
    position: absolute;
    top: 0rem;
    left: 0rem;
    margin: 2rem;
}

/*---------------- Nav styles END -----------*/ 

.block-1 {
    background: url(images/portfolioImg.png) no-repeat 50% 50%;
    background-size: cover;
}

.block-2 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/abstract-flowers-2-1199959.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.block-3 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/aesthetic1-removebg-preview.png") no-repeat 50% 50%;
    background-size: cover;
}

.block-4 {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.9) 0%, rgba(27, 27, 27, 0.541) 100%), url("images/abstract-flow2.jpeg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.block-5 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/branch-removebg.png") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

/*---- Hybrix section ----*/

.hybrix-column{
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hybrix-logo{
    width: 6rem;
}

.hybrix{
    font-size: 0.9rem;
    color: #430000;
    font-weight: 200;
    letter-spacing: 1.5rem;
}

/*---- Hybrix section ----*/

ion-icon{
    font-size: 1.5rem;
}

.block-1 h1,
.block-3 h1,
.block-5 h1 {
    bottom: 0;
    right: -60px;
}

.block-2 h1,
.block-4 h1 {
    right: -60px;
}

.block-2 h3{
    bottom: 0;
    left: -60px;
    position: absolute;
}

.block-2 h3{
    font-size: var(--fs-subheading-s);
}


.block-3 p, .block-4 p, .block-5 p{
    font-size: .7rem;
    left: -60px;
    position: absolute;
    padding: 1em;
    direction: ltr;
    width: 40vw;
    margin:auto;
    text-align:justify;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.block-3 h2{
    position: absolute;
}

#b3-1{
    top: 45%;
    left: -3rem;
}

#b3-2{
    top: 50%;
    left: -2rem;
}

#b3-3{
    right: -1.5rem;
    top: 45%;
}

#b3-4{
    right: -1.5rem;
    top: 50%;
}

#b3-0{
    font-size: var(--fs-body);
}

#b4-0{
    top: 75%;
    position: absolute;
    font-size: var(--fs-body);
}

#b5-0{
    font-size: var(--fs-body);
}

#b3-1, #b3-2, #b3-3, #b3-4{
    font-size: var(--fs-subheading-s);
}




.block-2-button{
    font-size: var(--fs-subheading);
    background-color: var(--clr-light);
    color: var(--clr-primary);
    margin: 1rem;
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    left: -2.5%;
}

.block-4-button{
    font-size: var(--fs-subheading);
    background-color: var(--clr-light);
    color: var(--clr-primary);
    padding: 0.5rem;
    margin: 1rem;
    position: absolute;
    top: 80%;
    left: 1%;
    font-weight: var(--fw-bold);
}

.block-5-button{
    font-size: var(--fs-subheading);
    background-color: var(--clr-light);
    color: var(--clr-primary);
    padding: 0.5rem;
    margin: 1rem;
    position: absolute;
    top: 12%;
    left: -9%;
    font-weight: var(--fw-bold);
}

.servWrapper{
    position: relative;
    height: 28rem;
    width: 100%;
}



/*---- Contact Page ----*/ 

.contactTitle{
    display: flex;
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    justify-content: center;
    align-items: center;
}

.new-email{
    font-size: var(--fs-subheading);
}

.new-email-para{
    font-size: var(--fs-subheading-s);
    text-align: center;
    max-width: 80rem;
}

.contactTitle ion-icon{
    font-size: var(--fs-xl);
    color: var(--clr-light);
}

.contactTitle h1{
    font-size: var(--fs-xl);
    color: var(--clr-light);
    text-transform: uppercase;
    font-weight: var(--fw-thin);
    text-align: center;
    position: relative;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /*--- Form layout ---*/ 

  .contactContainer {
    width: 90%;
    max-width: 500px;
    margin: 0rem auto;
    padding: 2rem;
    box-shadow: 0px 0px 20px #00000010;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 0px;
  }
  .form-group {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
  }
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 5px;
    font-size: 18px;
    color: var(--clr-dark);
    border: 1px solid rgba(128, 128, 128, 0.199);
    margin-top: 5px;
  }

  .form-group{
      color: var(--clr-dark);
  }
  
  textarea {
    resize: vertical;
  }
  button[type="submit"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 24px;
    border-radius: 8px;
    font-family: "Montserrat";
    color: var(--clr-dark);
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease background-color;
  }
  button[type="submit"]:hover {
    background-color: var(--clr-primary);
    color: var(--clr-lightD);
  }
  #status {
    width: 90%;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
  }
  #status.success {
    background-color: rgb(211, 250, 153);
    animation: status 4s ease forwards;
  }
  #status.error {
    background-color: rgb(250, 129, 92);
    color: white;
    animation: status 4s ease forwards;
  }
  @keyframes status {
    0% {
      opacity: 1;
      pointer-events: all;
    }
    90% {
      opacity: 1;
      pointer-events: all;
    }
    100% {
      opacity: 0;
      pointer-events: none;
    }
  }

  /*---- WhatsApp Layout ---*/ 

  .whatsappLogo{
    margin: 8rem 2rem 2rem;
    background-color: var(--clr-light);
    padding: 1.5rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.whatsappLogo h3{
    color: var(--clr-dark);
}

.whatsappLogo ion-icon{
    font-size: var(--fs-xl);
    padding-right: 0.5rem;
    color: #9acd3e;
}

.whatsappHeader h1{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--fs-subheading);
    
}


  /*---- Map layout ---*/ 

  #gmap_canvas{
    overflow:hidden;
    background:none;
    width: 75rem;
    min-height: 50rem;
  }
  
  .map{
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      position: relative;
  }

  .addy{
      text-align: center;
  }

  /*----- Services page ---*/ 

/*---- Services Cards ----*/  

.block-6 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/anxiety2.png") no-repeat 50% 50%;
    background-size: cover;
    background-position: 50% 25%;
}

.block-7 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/depressed2.png") no-repeat 50% 50%;
    background-size: cover;
    background-position: 50% 80%;
}

.block-8 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/IdentityIssues.png") no-repeat 50% 50%;
    background-size: contain;
    background-position: 50% 80%;
}

.block-9 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/existentialCrisis2.png") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.block-10 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/5d4c597e7f4ec1e108a74daafddff5a8-removebg-preview.png") no-repeat 50% 50%;
    background-size: cover;
    background-position: 50% 60%;
    position: relative;
}

.block-11 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/unnamed-55-removebg-preview.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
}

.block-12 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/anger.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
}

.container {
    height: 100vh;
    margin-top: 10rem;
    margin-left: 7rem;
}

.block-6 h1,
.block-8 h1,
.block-10 h1,
.block-12 h1,
.block-13 h1,
.block-15 h1{
    bottom: 0;
    right: -60px;
}



.block-7 h1,
.block-9 h1,
.block-11 h1,
.block-14 h1 {
    right: -60px;
}

.block-7 p{
    bottom: 0;
    left: -60px;
    position: absolute;
    font-size: var(--fs-subheading-s);
}

.block-6 p, .block-7 p, .block-8 p, .block-9 p, .block-10 p, .block-11 p, .block-12 p, .block-13 p, .block-14 p, .block-15 p{
    font-size: var(--fs-body);
    left: -60px;
    position: absolute;
    padding: 1em;
    direction: ltr;
    width: 40vw;
    margin:auto;
    text-align:justify;
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}



#b6-0{
    font-size: var(--fs-body);
}

#b7-0, #b9-0, #b11-0, #b14-0{
    top: 75%;
    position: absolute;
    font-size: var(--fs-body);
}

#b5-0{
    font-size: var(--fs-body);
}

#b3-1, #b3-2, #b3-3, #b3-4{
    font-size: var(--fs-subheading-s);
}

/*---- About me page ---*/ 

.block-13 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/aesthetic2-removebg-preview\ 7.26.19\ PM.png") no-repeat 50% 50%;
    background-size: cover;
    background-position: 50% 50%;
}

.block-14 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(24, 24, 26, 0) 100%), url("images/aesthetic3-removebg-preview.png") no-repeat 50% 50%;
    background-size: contain;
    background-position: 50% 50%;
}

.clr{
    color: #770707;
}


@media only screen and (max-width: 1024px) {
  

    .block-5-button{
        margin-top: 3rem;
    }

    .hybrixBrand{
        top: 80%;
        left: 20%;
    }
}

@media only screen and (max-width: 770px){
    #b4-0{
        top: 60%;
    }

    .block-5-button{
        margin-top: 4.5rem;
    }

    #b7-0{
        top: 69%;
    }

    #b14-0{
        top: 55%;
    }

    .hybrixBrand{
        left: 10%;
    }

    .block{
        max-width: 40rem;
        min-height: 350px;
        margin-right: 200px;
    }
}

@media only screen and (max-width: 430px){
    .block-3 p, .block-4 p, .block-5 p{
        width: 70vw;
    }

    .block-6 p, .block-7 p, .block-8 p, .block-9 p, .block-10 p, .block-11 p, .block-12 p, .block-13 p, .block-14 p, .block-15 p{
        width: 75vw;
    }

    #gmap_canvas{
        width: 35rem;
      }

      .hybrixBrand{
        font-size: 1.2rem;
        left: -30%;
    }

    .hybrixBrand a::before{
        left: 37%;
    }

    .block{
        max-width: 30rem;
        min-height: 280px;
        margin-right: 200px;
    }

    h1{
        font-size: 32px;
    }

    :root{

        --fs-xl: clamp(3rem, 4vw, 4rem);
        --fs-subheading: 2.5rem;
        --fs-subheading-s: 1.7rem;
        --fs-body: 1rem; 
    }
}

@media only screen and (max-width: 390px){
    #b14-0 {
        top: 40%;
    }

    .hybrixBrand{
        left: -40%;
    }

}

@media only screen and (max-width: 375px){
    .block-6 p, .block-7 p, .block-8 p, .block-9 p, .block-10 p, .block-11 p, .block-12 p, .block-13 p, .block-14 p, .block-15 p{
        width: 90vw;
    }

    .block{
        max-width: 30rem;
        min-height: 300px;
        margin-right: 150px;
    }

    .block-5-button {
        margin-top: 1.5rem;
        left: -15%;
    }

    :root{
        --fs-xl: clamp(3rem, 7vw, 4rem);
        --fs-subheading: 2.5rem;
        --fs-subheading-s: 1.8rem;
        --fs-body: 1rem; 
    }

    .hybrixBrand{
        top: 70%;
        left: -50%;
    }

    .block-6 p, .block-7 p, .block-8 p, .block-9 p, .block-10 p, .block-11 p, .block-12 p, .block-13 p, .block-14 p, .block-15 p{
        width: 90vw;
    }

    .block{
        max-width: 30rem;
        min-height: 300px;
        margin-right: 150px;
    }

    .block-5-button {
        margin-top: 1.5rem;
        left: -15%;
    }

}

@media only screen and (max-width: 320px){

    .block{
        max-width: 25rem;
        min-height: 250px;
        margin-right: 150px;
    }
  
    :root{
        --fs-xl: clamp(3rem, 3vw, 4rem);
        --fs-subheading: 2rem;
        --fs-subheading-s: 1.3rem;
        --fs-body: 1rem; 
    }

    .hybrixBrand{
        top: 70%;
        left: -50%;
    }


}


/*---- Thank you Page ----*/ 

.thankyouContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    position: relative;
    margin: 5em;
}

.thankyouContainer ion-icon{
    font-size: 2em;
    position: absolute;
    top: -50%;
    left: -15%;
    color: green;
}