*{
    margin: 0;
    padding: 0;
    font-family: 'Mooli', sans-serif;
    /* background-color: #f9e4e3; */
}

.nav{
    background: linear-gradient(to left, #ffffff 0%, rgb(234, 204, 209) 70%);
    display: flex;
    justify-content: center;
    align-items: baseline;
    transition: all 2s ease-in-out 0.2s;
}
.nav img{
    height: 100px;
    width: 100px;
    padding-right: 20px;
}
.nav:hover{
    transform: translatex(-420px) ;
    background-color: white;
}
h1{
    color: #fbc9d6;
    text-shadow: 1px 1px 4px black;
    font-size: 60px;
    box-sizing: border-box;
}
.tag{
    background-color: #f9e4e3;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 10px;
    font-size: 20px;
}
.btn_one i{
    color: burlywood;
    text-shadow: 1px 1px 1px black;
    background-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 16px;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.3 linear;
}
.sidebar_menu{
    position: absolute;
    top: 124px;
    left: -350px;
    height: 100vh;
    width: 300px;
    background-color: #f9e4e3;
    transition: all 0.3s linear;
}
.logo img{
    height: 50px;
    width: 50px;
    position: relative;
    right: 20px;
    top: 10px;

}
.sidebar_menu .logo{
    position: absolute;
    width: 100%;
    line-height: 60px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#menu_opt{
    position: absolute;
    left: 50px;
    color: burlywood;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 1px black;
}
.sidebar_menu .btn_two i{
    color: burlywood;
    font-size: 25px;
    line-height: 60px;
    position: absolute;
    left: 275px;
    text-shadow: 1px 1px 1px black;
    /* opacity: 0; */
    cursor: pointer;
    transition: all 0.3 linear;
}
.sidebar_menu .menu{
    color: burlywood;
    position: absolute;
    width: 100%;
    top: 80px;
}
.sidebar_menu .menu li{
    /* background-color: #f9e4e3; */
    margin-top: 16px;
    padding: 14px 20px 14px;
}
.sidebar_menu .menu li:hover{
    box-shadow: 0 0 4px rgba(255, 255, 255, 1);
    background-color: #fbc9d69a;
}

.sidebar_menu .menu i, #menu_opt{
    color: burlywood;
    background-color: rgba(255, 255, 255, 0.1);
    text-shadow: 1px 1px 1px black;
    text-decoration: none;
    font-size: 20px;
}

.sidebar_menu .menu i{
    padding-right: 6px;
}
.sidebar_menu .social_media{
    position: absolute;
    left: 15%;
    bottom: 100px;
}

.sidebar_menu .social_media i{
    padding: 0 5px;
    color: burlywood;
    opacity: 0.5;
    font-size: 25px;
}

.sidebar_menu .social_media i:hover{
    opacity: 1;
    transform: scale(1.1);
}

#check{
    display: none;
}
.btn_one i:hover{
    font-size: 35px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn_two i:hover{
    font-size: 30px;
}

#check:checked ~ .sidebar_menu{
    left: 0;
}

#check:checked ~ .btn_one i{
    opacity: 0;
}
.tag{
    background-color: #fbc9d69a;
}
.tag button{
    border-radius: 25px;
    background-color: #fbc9d69a;
    border: 2px solid red;
}
.tag a{
    font-size: 20px;
    margin: 25px;
    color: red;
    text-decoration: none;
}
.parent { height: 600px; 
          width: 716px; 
          overflow: hidden;
          position: absolute;
          left: 350px;
          top: 200px;
}
#hero_txt{
    text-align: center;
    position: absolute;
    left: 340px;
    top: 500px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 4px whitesmoke;
}
#hero_txt a{
    color: black;
    font-size: 25px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 4px whitesmoke;
    transition: all 0.2s ease-in-out;
}
#hero_txt a:hover{
    font-size: 26px;
    text-decoration: underline;
}
#intro{
    color: black;
    font-size: 20px; 
    margin: 10px 70px 10px 70px;
}

.element {float: left; 
           height: 600px; 
           width: 716px; 
           background-color: white;}
      /* set the width of the slides div and animation. */
      .slides { width: calc(716px * 4); 
                animation: slideShow 20s ease infinite 1s;}
      /* changing the font size and text color for every slide */
      .element:nth-child(1) {font-size: 2rem; color: blue;}
      .element:nth-child(2) {font-size: 3rem; color: black;}
      .element:nth-child(3) {font-size: 4rem; color: green;}
      .element:nth-child(4) {font-size: 5rem; color: pink;}
      /* creating the animation for the slideShow */
      /* for more slides, users can take percentages accordingly. */
      @keyframes slideShow {
         20% {margin-left: 0px;}
         40% {margin-left: calc(-716px * 1);}
         60% {margin-left: calc(-716px * 2);}
         80% {margin-left: calc(-716px * 3);}
      }

    .card{
        height: 500px;
        width: 500px;
        border: 2px solid black;
        margin: 10px;
        border-radius: 10px; 
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .card:hover{
        border-right: 4px solid rgba(0, 0, 0, 0.646);
        border-bottom: 6px solid rgba(0, 0, 0, 0.646);
    }
    
    .cardout{
        display: flex ;
        flex-wrap: wrap;
        justify-content: space-evenly;
        position: relative;
        top: 500px;
        background: linear-gradient(to left, #ffffff 0%, rgb(234, 204, 209) 70%);

    }
    
    .head{
        margin-left: 25px;
        font-size: 30px;
        font-weight: 700;
    }
    .text{
        margin-left: 25px;
    }
    #a{
        margin-left: 400px;
        color: teal;
        font-size: 15px;
    }
    #a:hover{
        font-size: 17px;
    }
    .desc1{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("Depr.jpg");
        background-size: cover;
    }
    
    .desc2{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("anx.jpg");
        background-size: cover;
    }
    
    .desc3{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("bipolar.jpg");
        background-size: cover;
    }
    
    .desc4{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("ptsd.jpg");
        background-size: cover;
    }
    
    .desc5{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("scizo.jpg");
        background-size: cover;
    
    }
    
    .desc6{
        height: 300px;
        align-content: center;
        width: 450px;
        margin-left: 25px;
        background-image: url("dissocial.jpg");
        background-size: cover;
    }
    .foot{
        position: static;
        bottom: 0px;
        height: 600px;
        width: 100%;
        background-color: #fbc9d6b7;
    }
    .base_line{
        position: relative;
        top: 500px;
        margin: 5px;
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 30px;
        margin-left: 80px;
        font-weight: bold;          
    }
    .base_para{
        position: relative;
        top: 450px;
        left: 220px;
        margin: 5px;
        width: 50%;
        font-size: 15px;
        margin: auto;
        text-align: center;
        color: rgb(87, 79, 87);            
    
    }