/* scrolling effect by chatgpt */
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KCC-Hanbit';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403-2@1.0/KCC-Hanbit.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'S-CoreDream-3Light', cursive;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
    background-image: url(pics/bubbles.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.scroll-to-target {
    transition: all 0.5s ease;
}

.menu-bar {
    background-color: #ffe7b6c8;
    padding: 0.5rem 0;
    text-align: left;
    height: 50px;
    display: flex;   
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    min-width: 560px;
}

.menu-bar a {
    text-decoration: none;
}
.menu-bar-contents {
    display: flex;
    flex-direction: row;
    margin: 0 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.bar-home {
    margin-left: 30%;
    font-family: 'KCC-Hanbit', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: rgb(255, 135, 49);
}
.bar-contact {
    margin-right: 30%;
    font-family: 'KCC-Hanbit', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: rgb(255, 135, 49);
}
.bar-about {
    font-family: 'KCC-Hanbit', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: rgb(255, 135, 49);
}
.bar-portfolio {
    font-family: 'KCC-Hanbit', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: rgb(255, 135, 49);
}
.bar-about:hover,.bar-contact:hover,.bar-home:hover,.bar-portfolio:hover {
    font-size: 42px;
    color: rgb(255, 242, 255);
    text-shadow: 0px 0px 10px rgb(247, 106, 36);
    transition: 0.3s;
    
}
.body-grid {
    display: grid;
    grid-template-rows: auto 1fr auto 1fr;
}
#home {

}

.heading {
    width: 100%; 
    height: auto; 
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}
.pic1 {
    width: 100%; 
    height: auto; 
}
.pic2 {
    width: 75%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 60px;;
}




/* help / error correction by chatgpt  */
@media (min-width: 500px) {
    .about-grid {
        grid-template-columns: 1fr 2fr; 
        justify-content: center;
    }
    .about-grid .profilepic-div {
        margin-right: 20px;
    }
    .profilepic {
        max-width: 50%;
        margin-bottom: 50px;
        align-items: start;
    }
    .about-grid .about-p {
        max-width: 600px;
    }
    .about-p {
        align-self: flex-start;
    }
    
}

@media (max-width: 1000px) {
    .profilepic {
        max-width: 50%;
        height: auto;
        margin-bottom: 50px;
    }
    .bar-home {
        margin-left: 10%;
    }
        .bar-contact {
            margin-right: 10%;
        }
}

@media (min-width: 1200px) {
    .about-grid {
        display: grid;
        grid-template-columns: 2fr 3fr; 
        grid-gap: 20px;
        margin-left: 30px;
    }
    .profilepic {
        max-width: 100%;
        margin-bottom: 50px;
}

}
/* through here */



.morepet {
    font-family: "Chivo", sans-serif;
    font-weight: 400;
    display: block;
    padding: 20px 30px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    background-color: #ffa277;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
.morepet:hover {
    font-family: "Chivo", sans-serif;
    color: #ff6929;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color:  #ffbcd3;
    box-shadow: inset 0px 0px 8px #fd7e2a;
}
.have-question {
    font-family: "rubik spray paint", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 50px;
    color: rgb( 210, 102, 213);
}
.trainpic {
    max-width: 500px;
    height: auto;
    border-radius: 25px;
}
.training_grid {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 40px 40px 40px 40px;
}
.training-p {
max-width: 50%;
text-align: center;
}
