@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Bebas+Neue&display=swap');

/* All */

h1{
    font-family: 'Bebas Neue', cursive;
    font-size:3.815rem;
    margin-top: 0%;
    color:#D7B473;
    }
    
    h2{
        font-family: 'Bebas Neue', cursive;
        color: #cb4227;
        font-size: 2.441rem;
        }
    
    h3{
    line-height: 12px;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.563rem;
    }
    
    p{
    color:#ECE8D0;
    margin: 0%;
    font-family: 'Barlow', sans-serif;
    
    }

    p2{
    font-family: 'Barlow', sans-serif;
    font-size: 1.563rem;
    }

body{
    margin:0px;
    background-color:#2F4858;
    }

/* header */

header{
    width:100%;
    /* border:solid red; */
    display:flex;
    }

#leftcontainer{
    position: absolute;
    left:0px;
width:50%;
/* border:solid orange; */
padding-left:20px;
padding-top:20px;
/* border:solid blue; */
z-index:5;
}

#rightcontainer{
    position: absolute;
   right:0px;
/* border:solid blue; */
width:50%;
text-align:right;
/* padding-right:20px; */
/* border:solid red; */
z-index:4;
}

    .logo{
        width:50px;
        fill:#D7B473;
        /* border: solid blue; */
        }
    
    /* .logo:hover{
    fill:black;
    } */
    
    /* #menu{
        margin-top: 20px;
        }
        
        .menuitem{
            font-family: 'Bebas Neue', cursive;
            font-size: 1.1rem;
            text-decoration: none;
            color:#D7B473;
            line-height: 10px;
            }
            
            .menuitem:hover{
                color:#ECE8D0;
            font-size: 1.3rem;
            transition: 0.2s ease-in-out;
            } */

        section{
            width:100%;
            height:90vh;
            /* border:solid green; */
            display:flex;
            flex-direction:column;
            justify-content: center;
            align-items: center;
            margin-top:100px;
            }
            
            .textspace{
            width:60%;
            /* border:solid purple; */
            }
            
            .textspace2{
                width:60%;
                /* border:solid purple; */
                display: flex;
                flex-direction: row;
                }
            
            .leftcolumn{
            width:30%;
            /* border:solid orange; */
            }
            
            .rightcolumn{
            width:60%;
            /* border:solid red; */
            }
        
        #formcontainer{
        width: 100%;
        /* border: solid purple; */
        
        display: flex;
        flex-direction: column;
        }

    

        form{
            /* border:solid red; */
        margin-top: -50px;
            display: flex;
            flex-direction: column;
        }

        input[type=text] {
            border: none;
            border-bottom: 2px solid #ECE8D0;
            color:#ECE8D0;
          }

          ::placeholder{
        color:#ECE8D0;
        opacity:0.9;
          }

          /* input[type=text]:focus {
            background-color: lightblue;
          } */

        .formitem1{
        border:none;
       margin-top: 10px;
        font-size:1rem;
        height: 30px;
        font-family: 'Barlow', sans-serif;
        color:#ECE8D0;
        background-color:#2F4858;
        border-bottom: 2px solid #ECE8D0;
        }

        .formitem1:focus{
        border:none;
        outline: none;
        }

        .formitem2{
            height:100px;
            border:none;
            font-size:1rem;
           margin-top: 20px;
            font-size:16px;
            word-break:break-word;
            font-family: 'Barlow', sans-serif;
            color:#ECE8D0;
            background-color:#2F4858;
            border-bottom: 2px solid #ECE8D0;
            width: 100%;

            }

            .formitem2:focus{
                /* border:none; */
                outline: none;
                }

     .formitem3{
        font-family: 'Bebas Neue', cursive;
                border:solid #D7B473 2px;
                width:100px;
               margin-top: 20px;
                font-size:1.2rem;
                height:36px;
                color:#D7B473;
                background-color: #2F4858;
                }
       

    .formitem3:hover{
    transition: 0.5s;
    color:#ECE8D0;
    border: none;
    font-size: 1.4rem;
    height: 36px;
    /* transform: scaleX(100); */
    background-color: #D7B473;
    cursor:pointer;
    }

                /* .formitem4{
                    font-family: 'Barlow', sans-serif;
                            border:none;
                           margin-top: 10px;
                            font-size:1rem;
                            }
                 */

 footer{
                    margin-top:20vh;
                    width:100vw;
                    height:50vh;
                    background:black;
                      }

canvas{
    border:solid red;
    position: fixed;
    top:0px;
    filter: blur(100px);
    z-index: -5;
    }

    .circleMenu {
        background: #ECE8D0;
        height: 300px;
        width: 300px;
        border-radius: 50%;
        transition-duration: 2s;
        position: absolute;
        right:-300px;
        top:-300px;
        transform: scale(0);
        z-index:-2;
        transform-origin: center;
      }
      
      
      .circleMenuNewStyle {
        transform: scale(30);
        border-radius:0%;
        transition-duration: 2.5s;
        z-index:-2;
      }
      
      #expandButton{
      border:none;
      z-index:100;
      }
      
      #expand:hover{
      background-color: red;
      
      }
      
      .menuitems{
      position:fixed;
      width:100vw;
      height:100vh;
      z-index: 100;
      display: flex;
      pointer-events: none;
      }
      
      
      .menubox{
      display: flex;
      align-items: start;
      justify-content: end;
      flex-direction: column;
      list-style-type: none;
      color:black;
      font-family: 'Bebas Neue', cursive;
      font-size: 100px;
      opacity: 0;
      transition: 1s;
      transition-delay:0s;
      transform:scale(1,0.9);
      transform-origin: bottom;
      pointer-events: none;
      }
      
      .menuboxAfter{
        transform:scale(1,1) translate(0%,-5%);
        opacity:100;
        display: flex;
        align-items: start;
        justify-content: end;
        flex-direction: column;
        list-style-type: none;
        font-family: 'Bebas Neue', cursive;
        font-size: 100px;
        transition: 1s;
      transition-delay:1s;
      transform-origin: bottom;
      pointer-events: all;
        }
      
        .menuitem{
          font-family: 'Bebas Neue', cursive;
          text-decoration: none;
          color:black;
          }
          
          .menuitem:hover{
            color:#CB4227;
          }
      
      
      
      
          
          .menu-container {
            position: absolute;
            display: flex;
            justify-content: flex-end;
            right:20px;
            top:30px;
            transform-origin: center;
          }
          
          .menu-icon {
            width: 40px;
            height: 30px;
            position: relative;
            cursor: pointer;
            transition: transform 0.4s ease;
          }
          
          .bar {
            display: block;
            width: 100%;
            height: 4px;
            background-color: #D7B473;
            position: absolute;
            transition: transform 1s ease;
            transition-delay:1s ease;
            border-radius: 20px;
          }
          
          .bar:nth-child(2) {
            top: 50%;
            transform: translateY(-50%);
          }
          
          .bar:nth-child(3) {
            bottom: 0;
          }
          
          .menu-items {
            display: none;
            list-style: none;
            padding: 0;
            position: absolute;
            top: 50px;
            left: 0;
            background-color: #fff;
            width: 200px;
            border: 1px solid #ccc;
          }
          
          .show-menu .bar {
            background-color: black;
            transform: translate(0%,15px) rotate(45deg);
         
          }
          
          .show-menu .bar:nth-child(2) {
            opacity: 0%;
            transform: translateY(-100%) rotate(45deg);
            transform-origin: 50%;
          }
          
          .show-menu .bar:nth-child(3) {
            transform: translate(0%,-15px) rotate(-45deg);
            
          }


          .texture{
            position: fixed;
            left:0px;
            top:0px;
            width:100vw;
            height:100vh;
            background-image: url("VellumSketchbookPaper.PNG");
          pointer-events: none;
          background-size: cover;
          mix-blend-mode: multiply;
          z-index: 200;
          opacity: 60%;
          }

          @media(max-width:1100px){
          .textspace{
          margin-top: 150px;
          }
          #bottom{
          margin-bottom: 150px;
          }
          }
  