html {
    scroll-behavior: smooth;
    scroll-padding: 72px;
}

body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)), url('imgs/background.jpg');

    background-size: 110%;
    color: white;
    font-family: arial;

    width: 100%;
    margin: 0px;
}

.header{
    width: 100%;
    height: 50px;

    padding: 15px;
    top: 0px;
    position: fixed;
    
    display: block;

    border: none;
    background-color: black;

    z-index: 1;
}

#links{
    height: 80px;

    position: absolute;
    top: 0px;
    
    margin-left: 60px;
}

#links a{
    padding-left: 25px;
    padding-right: 25px;
    padding: 29.5px;

    font-size: 18px;

    color: white;
    text-decoration: none;

    border: none;
    background-color: black;

    transition-duration: 0.5s;
    display: inline-block;
}

#links a:hover{
    background-color: rgb(0, 255, 0);
    color: black;
}

.mobile-icons{
    display: none;
}

#grad-grid{
    position: absolute;
    right: 30px;
    top: 0px;
}










/*#presentation{
    background-color: gray;
    height: 400px;

    margin-left: 100px;
    margin-right: 100px;

    margin-top: 150px;
    margin-bottom: 70px;

    display: flex;
}*/

#presentation{
    /*background-color: gray;*/
    height: 400px;

    /*padding-left: 100px;
    padding-right: 100px;*/

    padding-top: 150px;
    padding-bottom: 70px;
    
    justify-content: center;
    display: flex;
}


#pres-logo{
    pointer-events: none;
}

#pres-title{
    font-size: 38px;
    font-family: 'Syne', sans-serif;
}

#pres-text{
    width: 42%;

    top: 0px;
    right: 100%;
    margin-left: 7%;

    padding-left: 32px;
    padding-right: 32px;
    background-color: black;

}

#pres-text p{
    font-size: 16px;
}







#about-us{
    background-color: #00000070;
    padding-bottom: 44px;
    /*height: 958px;*/
}


#topic-title{
    font-size: 20px;
    color: #1ed760;
    font-family: 'Michroma', sans-serif;
    padding: 32px;
    padding-left: 64px;
}














#flex-div{
    /*background-color: gray;*/
    position: relative;

    height: 750px;
    width: 88%;

    margin-left: 6%;
}






.topic-text{
    background-image: url('imgs/teared-paper.png');
    color: black;
    font-size: 20px;

    background-size: cover;
    /*background-repeat: no-repeat;*/
    
    padding: 4.4%;
    padding-right: 3.3%;
}

#tt-title{
    font-family: 'Syne', sans-serif;
}

#tt1{
    width: 55%;
    height: 35%;

    position: absolute;
    top: 0px;
}

#melting-smileys{
    width: 29%;
    height: 45%;

    position: absolute;
    right: 0;
}





#grid-globe{
    height: 42%;
    aspect-ratio: 1 / 1;

    position: absolute;
    bottom: 5%;
}

#tt2{
    width: 53%;
    height: 35%;

    position: absolute;

    bottom: 0;
    right: 0;
}
#small-title{
    font-weight: bolder;
    margin-bottom: 0px;
}









#topic-text3{
    background-color: black;

    margin: 64px;

    padding: 32px;
    padding-top: 2px;

    font-size: 20px;
    color: #1ed760;
}

#topic-text3 strong{
    font-weight: 900;
}


/*#topic-text2 h1{
    font-family: 'Syne', sans-serif;
    font-size: 50px;
}*/

#tt3-title{
    font-family: 'Syne', sans-serif;
    font-size: 40px;

    border-right: 4px solid;
    width: 9ch;
    overflow: hidden;
    visibility: hidden;
}

@keyframes typing{
    from{
        width: 0;
    }
}

@keyframes blinking{
    50%{
        border-color: transparent;
    }
}


















#carousel{
    height: 232px;
    background-color: black;

    position: relative;
}

.contact-btns{
    aspect-ratio: 1 / 1;
    width: 100%;

    border-style: none;
    border-radius: 50%;

    font-size: 200%;

    color: white;


    transition-duration: 0.3s;
    background-size: 100%;

    transform: scale(101%);
}





#gmail-btn{
    width: 15%;

    background-image: url('imgs/gmail\ logo.png');
    background-size: 30%;

    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    top: 32px;
    left: 51%;
}

#insta-btn{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

#fcbk-btn{
    background-color: #4267B2;
}

#linkedin-btn{
    background-color: #0E76A8;
}






#insta-btn:hover{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#fcbk-btn:hover{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#linkedin-btn:hover{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#linkedin-btn:hover{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#gmail-btn:hover{
    transform: scale(110%);
}


.btn-bkg{
    background-color: white;
    width: 15%;

    aspect-ratio: 1 / 1;

    border-radius: 50%;
    transition-duration: 0.3s;

    position: absolute;
    top: 32px;
}

.btn-bkg:hover{
    transform: scale(110%);
}





#insta-bg{ left: 17%; }

#fcbk-bg{ left: 34%; }

#lnkdn-bg{ left: 68%; }


#mobile-email{
    display: none;
}

@media (max-width: 450px){
    #grad-grid, #pres-logo{
        display: none;
    }

    .header{
        width: calc(100% - 30px);
        height: 40px;
    }

    #zetta-logo{
        width: 40px;
    }

    #links{
        width: calc(100% - 70px);
        height: 70px;

        margin-left: 55px;
        background-color: black;

    }

    #links a{
        /*padding: 29.5px;F
        padding-left: 12px;
        padding-right: 12px;*/

        padding: 0px;
        margin: 0px;

        width: 31.5%;
        height: 100%;

        position: relative;
    }

    .mobile-icons{
        display: inline;
        position: absolute;

        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
    }




    #presentation{
        height: 200px;
        position: relative;

        padding: 80px;
        margin-top: 70px;
        
    }
    
    #pres-title{
        font-size: 30px;
    }
    
    #pres-text{
        width: 70%;

        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);

        margin: 0;
    }
    
    #pres-text p{ font-size: 12x; }
    


    #flex-div{
        height: fit-content;
        margin-bottom: 60px;
    }


    #tt1{
        display: block;
        position: relative;

        width: fit-content;
        padding-right: 1.1%;
    }

    #tt1 h1{ font-size: 20px;}

    #grid-globe{
        display: block;
        position: relative;

        top: 0;
        left: 50%;
        transform: translate(-50%);

        width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;

        margin-top: 7%;
        margin-bottom: 7%;
    }

    #tt2{
        display: block;
        position: relative;

        width: fit-content;
    }


    #topic-text3{ margin: 6%; }
    #tt3-title{
        font-size: 26px;
    }


    #carousel{
        width: 100%;
        height: 150px;

        /*aspect-ratio: 3.7 / 1;*/
    }




    .btn-bkg{
        width: 20%;
        height: unset;
        aspect-ratio: 1 / 1;

        top: 16px;
    }

    
    #insta-bg{ left: 9%; }

    #fcbk-bg{ left: 31%; }

    #lnkdn-bg{ left: 53%; }


    #gmail-btn{
        left: 75%;

        top: 16px;
        width: 20%;
    }



    #insta-btn:hover, #fcbk-btn:hover, #linkedin-btn:hover{
        background-clip: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: white;
    }

    .btn-bkg:hover, #gmail-btn:hover{ transform: none; }
    
    #melting-smileys, .pc-text{ display: none; }

    
    #mobile-email{
        display: block;
        position: absolute;

        width: 100%;

        background-color: #1ed760;
        color: black;

        padding: 10px;
        padding-right: 0px;
        padding-left: 0px;

        bottom: 0px;

        text-align: center;
    }
}
