
.drakbblue
{
  background: url("../images/bgimages/Alice-in-Wonderland_34.webp") no-repeat top center;
  background-size:cover;
  width: 100%;
  height:300px;
  margin: -5px 0px;
  padding: -5px 0px;
}

.achievement_top
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url("../images/bgimages/Alice-web-design_06.webp") no-repeat top center;
    background-size:cover;
    height: 35vw;
    border: none;
}



#skills img,
#achievement img,
#contact_me img
{
  width:60%;
  height: auto;
  padding-top: 3em;
  transform: translateZ(0);
  backface-visibility: hidden;

}


 .skills
 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    height: auto;
    background: white;
 }

.ocean-top {
    width: 100%;
    height: 200px;
    transform: scaleY(-1);
  }

.waves {
    width: 100%;
    height: 100%;
  }

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
  }
  
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }

@keyframes move-forever {
    0% { transform: translate3d(-90px,0,0); }
    100% { transform: translate3d(85px,0,0); }
  }


.wonderland-wrapper
{
    text-align: left;
    width: 70%;
    margin: auto;
}


.wonderland-wrapper .shelf {
    padding-top:3em;
}

.shelf h2
{
    margin-bottom: 1em;
}

.wonderland-wrapper h2 {
    font-variant: small-caps;
    border-left: 5px solid #B30000; 
    padding-left: 15px;
    color:#B30000;
    text-transform: uppercase;
}

 
.wonderland-wrapper .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:2em;
    margin-top: 1em;
}

.potion-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    padding-bottom: 0px;
}

.potion-card:hover {
    transform: scale(1.05); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.potion-card.code:hover { border-bottom: 5px solid #CDA934; }
.potion-card.design:hover { border-bottom: 5px solid #B30000; } /* Queen Red */

.wonderland-wrapper h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.cert-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #ccc;
    padding-bottom: 0px;
}

.cert-item 
{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background:#F8F8F8;
    border-left: 3px solid #e2b04a;
    border-radius: 0 8px 8px 0;
    padding-bottom: 0px;
}

.cert-icon 
{
    font-size: 1.5rem;
    color: #e2b04a;
}

.cert-info h4 
{
    margin: 0;
    color: #B30000;
    font-size: 1.3em;
    font-weight: bolder;
}

.cert-info 
{
    padding-bottom: 2em;
}

.credential-id 
{
    display: inline-block;
    margin-top: 5px;
    font-size: 0.75rem;
}

.grid p{line-height: 1.5em;}

 

.achievement 
{
    margin:0px;
    padding: 0px;
    width:100%;
    padding-bottom: 5em;
    background: #001A33;
}

.achievement_bg
{
    margin:auto;
    padding: 0px;
    width:70%;

}


#achievement
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}


.achievement p
{
    color: white;
    line-height: 2em;
    margin-top: 1em;
}

.no-scrollbar 
{
  overflow: hidden;
  margin-top: 2em;
}



form
{
    margin-top: 2em;
    width: 70%;
    text-align: left;
    margin: auto;
}


input,textarea
{
    width: 100%;
    height: auto;
}

label
{
    line-height: 2em;
    color: #001A33;
    font-weight: bold;
    text-transform: uppercase;

}

.textbox
{
    margin-bottom: 1em;
}

.textbox:focus {
    outline: none;
    border: 2px solid #B30000;
    background-color: #fffbf2;
}

.submit_button
{
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

.submit_button button
{
    background: #001A33;
    color: white;
    border: none;
    line-height: 1.5em;
    width:6em;
    border-radius: 5%;
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    
}

.submit_button button:hover
{
    background:#B30000;
}

.contact_me
{
    background: white;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.fa {
  padding: 0.5em;
  font-size:2em;
  width:2em;
  text-align: center;
  text-decoration: none;
  margin: 1em;
  border-radius: 50%;
}

.fa:hover {
    color: #FAC363;
    border:1px solid #FAC363;
}


.social_media_buttons a {
  background: white;
  color: black;
}



.social_media_buttons
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 2em;
    background-color:#001A33;
}

.bg_bootom
{
    color: white;
    text-align: center;
    line-height: 5em;
    background: #001A33;
    text-transform: uppercase;
    font-weight: bold;
}

.gold_title
{
    color:#FAC363;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height:1em;
    font-family: 'Helvetica';
    font-weight: bolder;
}

/*************/
 

 .submit_button button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.submit_button button:hover {
    background: #ff4d4d;
    letter-spacing: 2px; 
    box-shadow: 0 0 20px rgba(255, 77, 77, 0.4);
}

/******************/
.cert-icon i {
    transition: transform 0.5s ease;
}

.cert-item:hover .cert-icon i {
    transform: rotateY(360deg) scale(1.2);
    color: gold;
}


.potion-card {
    transition: box-shadow 0.3s ease;
    padding-bottom: 2em;

}

.potion-card:hover {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);  
}

/*************/

#contact-form .textbox {
    transition: border-bottom 0.3s ease, background 0.3s ease;
}

#contact-form .textbox:focus {
    background: #fff8f0;
    border-bottom: 2px solid #ff4d4d;
    outline: none;
}

.submit_button button:active {
    transform: translateY(4px) scale(0.95);  
}


/******************/
.gold_title {
    background: linear-gradient(90deg, #ffd700, #ff8c00, #ffd700);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}

@keyframes shine {
    to { background-position: 200% center; }
}

/*******************************************/



 

@media screen and (max-width: 600px) 
{
 
 
     form
     {
        margin-top: 2em;
        width: 80%;
        text-align: left;
        margin: auto;
     }

    .achievement_bg
    {
        margin: auto;
        padding: 0px;
        width:80%;
        padding-bottom: 5em;
    }

}