/******************************* links ***************************************/
a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

/*********************************** header *****************************************/
.homehead {
    position: relative;
    color: white;
    padding-bottom: 10px;
}

.homehead::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 102%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
}

.homehead:hover::after {
    transform: scaleX(1);
}


.bloghead {
    position: relative;
    color: white;
    padding-bottom: 10px;
}

.bloghead::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
}

.bloghead:hover::after {
    transform: scaleX(1);
}

.abouthead {
    position: relative;
    color: white;
    padding-bottom: 10px;
}

.abouthead::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
}

.abouthead:hover::after {
    transform: scaleX(1);
}

#beyond {
    float: left;
    font-size: 270%;
    margin-left: 4vw;
    margin-top: 4.1vh;
    position: inherit;
    color: white;
}

#hai {
    float: right;
    font-size: 270%;
    margin-right: 3vw;
    margin-top: 4.4vh;
    margin-left: -20%;
    position: relative;
    display: flex;


}

.header {
    margin: 0px;
    width: 100%;
    height: 9.5vh;
    font-family: 'Cinzel', serif;
    font-style: italic;
    background-color: inherit;
    margin-bottom: 1.5vw;
}

.dropbtn {
    background-color: black;
    border: none;
    cursor: pointer;
    position: relative;
}

#imga {
    width: 30px;
    height: 40px;

}

/****************************body*****************************/


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

body {
    margin: 0px;
    background-color: black;
    background-blend-mode: multiply;
    overflow: visible;
    position: relative;

}

/************** into 1 *********************/

#one {

    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    object-fit: contain;

}

/******************** inro 2 *********************************/



#intro2 {
    margin-top: 3vh;
}

#nm {

    color: white;
    text-align: center;
    font-size: 350%;
    font-style: italic;
    font-family: 'Cinzel', serif;
}

#ipara {
    font-size: 1.6em;
    color: white;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    line-height: 130%;
    letter-spacing: 1;

}

#nm,
#ipara {
    padding-left: 10%;
    padding-right: 10%;
}

#wixx {
    font-size: 1.6em;
    color: white;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    line-height: 130%;
    letter-spacing: 1;
}

/*************************** copywright ******************************/

#footer {
    text-align: center;
    color: white;


    padding-bottom: 1%;
}

#f1 {
    font-size: 2.5vh;
    font-style: italic;
    font-family: 'Cinzel', serif;
}

#f2 {
    font-size: 1.5vh;
    font-family: 'Rajdhani', sans-serif;
}

/*******************************phone hamburger*****************************/

.dropdown,
#downdr {
    display: flex;
}



/********************not a phone**************************/

@media screen and (min-width:675px) {
    .dropbtn {
        visibility: hidden;

    }

    #downdr {

        display: flex;
    }

    #link1,
    #link2,
    #link3 {
        visibility: visible;


    }



    #hai {
        font-size: 240%;

    }

    #embedd {
        padding-left: 33%;
        padding-right: 25%;
        margin-bottom: 2%;
        display: flex;

    }
#contactbutton{
    visibility: visible;
}

}


/************************phone***************************************/
@media screen and (max-width:675px) {

    .dropbtn {
        visibility: visible;
    }

    #link1,
    #link2,
    #link3 {
        visibility: hidden;
        padding-bottom: 55px;
        font-style: normal;


    }

    #link3 {
        margin-left: 3vw;
        padding-bottom: 56px;
    }



    #downdr {
        height: 2%;
        margin-top: 22vh;
        position: absolute;
        margin-left: -53vw;
        display: block;
    }

    #nm {
        font-size: 240%;
        margin-top: 3vw;
    }

    #ipara {
        font-size: 120%;
    }

    .header {
        margin-bottom: 3vw;
        margin-top: -3vw;
    }

    #embedd {
        padding-left: 4%;
        margin-bottom: 2%;
        display: flex;
        

    }
#contactbutton{
    visibility: hidden;
}

}


@media screen and (max-width:950px) {
    #one {
        margin-top: 4.5vw;
        height: fit-content;
    }

    #intro2 {
        margin-top: 1vw;
    }
}






/************************ twitter embedded***************************************/
#embedd {
    display: flex;
}

#twitem {
    width: 96%;
    height: 20%;
}

/******************************* contact button ********************************/

#contactbutton {
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: 8vw;
    margin-right: 80vw;
    margin-top: -26vw;
    position: fixed;
    width: 3.5vw;
    padding: 0.4vw;
    border-radius: 20px;
    font-family: 'Jacques Francois Shadow', serif;
    font-weight: bolder;
    display: flex;
    flex-direction: column;

}

.cicon {
    margin-bottom: 1.8vw;
    cursor: pointer;
    
}

.email {
    margin-bottom: -0.04vw;
}

#maillink {
    color: black;
    margin-left: 2.6vw;
    margin-top: -4.1vw;
    position: fixed;
    font-size: 1.1vw;
    font-family: 'Ruluko', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 1%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;

}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 0.9vw solid transparent;
    border-right: 0.9vw solid transparent;
    border-bottom: 1.8vw solid rgba(255, 255, 255, 1);
    margin-left: 8.96%;
    margin-top: -5.2vw;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.1s ease;

}

#email1 {
    display: flex;
    flex-direction: column;
}

#email2 {
    color: wheat;
}

.clipboard {
    margin-left: 17.6vw;
    position: fixed;
    margin-top: -3.14vw;
    background-color: rgba(80, 77, 77, 1);
    padding: 0.3vw;
    border-radius: 10px;
    visibility: hidden;
}

.copiedtoc {
    margin-left: 17.6vw;
    position: fixed;
    margin-top: -3.14vw;
    background-color: rgba(80, 77, 77, 1);
    padding: 0.3vw;
    border-radius: 10px;
    visibility: hidden;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid rgba(80, 77, 77, 1);
    margin-left: 16.9vw;
    margin-top: -2.9vw;
    position: fixed;
    visibility: hidden;
}

/* contact bar info */
.about-name {
    color: white;
    margin-left: 12.6vw;
    margin-top: 0;
    font-family: 'Ruluko', sans-serif;
}

.triangle-left-about {
    width: 0;
    height: 0;
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-right: 2vw solid rgb(0, 0, 0);
}

/* .github-about,
.linkedin-about,
.medium-about,
.twitter-about,
.email-about {} */

.github-about {
    position: fixed;
    margin-top: -24.9vw;
    margin-left: 11.5vw;
}

.linkedin-about {
    position: fixed;
    margin-top: -20.6vw;
    margin-left: 11.5vw;
}

.medium-about {
    position: fixed;
    margin-top: -16.2vw;
    margin-left: 11.5vw;
}

.twitter-about {
    position: fixed;
    margin-top: -11.9vw;
    margin-left: 11.5vw;
}

.email-about {
    position: fixed;
    margin-top: -7.3vw;
    margin-left: 11.5vw;
}

.itsgithub,
.itslinkedin,
.itsmedium,
.itstwitter,
.itsemail {
    background-color: black;
    font-size: 1.4vw;
    padding: 0.3vw;
    border-radius: 13px;
}

.itsgithub {
    margin-left: 12.6vw;
    margin-top: -25.03vw;
    position: fixed;

}

.itslinkedin {
    position: fixed;
    margin-top: -20.7vw;
    margin-left: 12.6vw;
}

.itsmedium {
    position: fixed;
    margin-top: -16.3vw;
    margin-left: 12.6vw;
}

.itstwitter {
    position: fixed;
    margin-top: -11.97vw;
    margin-left: 12.6vw;
}

.itsemail {
    position: fixed;
    margin-top: -7.4vw;
    margin-left: 12.6vw;
}
#infoaboutbutts{
    visibility: hidden;
}