/******************************* link ***************************************/
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: 11.5vh;
    font-family: 'Cinzel', serif;
    font-style: italic;
    position: relative;
    background-color: inherit;
    margin-bottom: 1vw;
}

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

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

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

body {
    margin: 0px;
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #434343, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #434343, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background-blend-mode: multiply;
    overflow: visible;
    position: relative;
}

/*************************** footer ******************************/
#footer {
    text-align: center;
    color: white;
    padding-bottom: 1%;
}

#f1 {
    margin-right: 0.6vw;
    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%;
    }

    #parag {
        font-size: 140%;
    }
}

/************************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;
    }

    #link4 {
        margin-left: 7vw;
    }

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

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

    #parag {
        font-size: 118%;
    }

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

@media screen and (max-width:950px) {
    #about {
        margin-top: 1vw;
    }
}

/****************************** slider ************************************/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.slider {
    max-width: 39.1%;
    margin: auto;
    position: relative;
}

.carou {
    overflow: hidden;
    width: 99.99%;
}

.slides {
    display: flex;
    width: max-content;
    height: 21.06vw;
    image-resolution: inherit;
    position: relative;
}

@media screen and (max-width:950px) {
    img {
        width: 81vw;
        height: 54vw;
    }

    .slider {
        max-width: 81vw;
        height: 54vw;
    }

    .carou {
        overflow: hidden;
    }
}

/*********************************** about *****************/
#am {
    color: white;
    text-align: center;
    font-size: 420%;
    font-family: 'Dancing Script', cursive;
}

#parag {
    color: white;
    text-align: center;
    font-family: 'Merienda', cursive;
    font-family: 'Nova Mono', monospace;
    line-height: 130%;
    letter-spacing: 1.5;
    justify-content: center;
}

#am,
#parag {
    padding-left: 5%;
    padding-right: 5%;
}

#horli {
    width: 100%;
}

#horli2 {
    visibility: hidden;
    overflow: visible;
    /* For IE */
    padding: 0;
    border: none;
    border-top: medium double white;
    color: white;
    text-align: center;
}

#horli2:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: black;
    color: white;
}

#about-github-link {
    text-decoration: underline;
}



/**************************************/

#contactbutton {
    background-color: rgba(255, 255, 255, 1);
    margin-left: 8vw;
    margin-right: 80vw;
    margin-top: 1vw;
    position: fixed;
    width: 3.15vw;
    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.3vw;
}

#maillink {
    color: white;
    margin-left: 3.7vw;
    margin-top: 21.4vw;
    position: fixed;
    font-size: 1vw;
    font-family: 'Ruluko', sans-serif;
    background-color: #9400d3;
    border-radius: 20px;
    padding: 0.6%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease;
    font-weight: bolder;

}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-bottom: 1.2vw solid #9400d3;
    margin-left: 9.05vw;
    margin-top: 20.4vw;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.1s ease;

}

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

#email2 {
    color: wheat;
}

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

.copiedtoc {
    margin-left: 16.99vw;
    position: fixed;
    margin-top: 22.0vw;
    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.04vw;
    margin-top: 22.2vw;
    position: fixed;
    visibility: hidden;
}

/* contact bar info */
.about-name {
    color: white;
    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 #9400d3;
}

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

.github-about {
    position: fixed;
    margin-left: 11.17vw;
    margin-top: 1.8vw;
}

.linkedin-about {
    position: fixed;
    margin-left: 11.17vw;
    margin-top: 5.8vw;
}

.medium-about {
    position: fixed;
    margin-left: 11.17vw;
    margin-top: 9.9vw;
}

.twitter-about {
    position: fixed;
    margin-left: 11.27vw;
    margin-top: 14.1vw;

}

.email-about {
    position: fixed;
    margin-left: 11.17vw;
    margin-top: 18.19vw;
}

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

.itsgithub {
    position: fixed;
    margin-left: 12.48vw;
    margin-top: 1.68vw;
}

.itslinkedin {
    position: fixed;
    margin-left: 12.48vw;
    margin-top: 5.7vw;
}

.itsmedium {
    position: fixed;
    margin-left: 12.48vw;
    margin-top: 9.86vw;
}

.itstwitter {
    position: fixed;
    margin-left: 12.48vw;
    margin-top: 13.99vw;
}

.itsemail {
    position: fixed;
    margin-left: 12.48vw;
    margin-top: 18.1vw;
}

#infoaboutbutts {
    visibility: hidden;
}