body{
    /*font-family: Nexa, 'Palatino Linotype', sans-serif;*/
    font-family: Gotham, 'Palatino Linotype', sans-serif;
}

.h-bg{
    /*background-color: #868DFC;*/
    background-image: linear-gradient(#6068E6, #868DFC);
    height: 75px;
}

.h-logo{
    display: flex;
    flex-direction: row;
    align-items: left;
    align-self: left;
    justify-content: flex-start;
    padding: 10px;
    width: 50%;
}

.h-register{
    display: flex;
    flex-direction: row;
    align-items: right;
    align-self: right;
    justify-content: flex-end;
    padding: 10px;
    width: 50%;
}

.h-bar{
    display: flex;
    flex-direction: row;
}

a.register{
    border: 2px solid white;
    border-radius: 50px;
    padding: 10px 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    transition: 0.3s;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

span.white{
    color: white;
    transition: 0.3s;
}

a.register:hover{
    border: 2px solid white;
    background-color: white;
}

span.white:hover{
    color: #868DFC;
}

.h-left{
    width: 40%;
}

.h-right{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    padding: 7% 8%;
}

.h-wrapper{
    display: flex;
    flex-direction: row;
}

span.purple{
    color: #8F83F7;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-size: 50px;
}

.h-title{
    width: 80%;
    margin: 2% 0%;
}

.h-desc{
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-weight: lighter;
    font-size: 16px;
}

.h-reg{
    width: 25%;
}


.d-header{
    margin: 4% 0% 0% 25%;
}

.d-bg{
    background-image: linear-gradient(rgba(255, 255, 255, 0.486) 0%, #8f83f73f 10%, #6069e68f 85%, rgba(255, 255, 255, 0.548) 100%);
}

.d-wrapper{
    display: flex;
    flex-direction: row;
}

.d-left{
    width: 40%;
    padding: 5%;
}

.d-text{
    position: relative;
	background: white;
    border-radius: 25px;
    padding: 5%;
    width: 450px;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-weight: lighter;
}

.d-text:after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 0;
	height: 0;
	border: 29px solid transparent;
	border-top-color:white;
	border-bottom: 0;
	margin-left: -55px;
    margin-bottom: 15px;
    transform: rotate(85deg);
}

.d-text-wrap{
    margin: 10px;
}

.d-person{
    color: #868DFC;
    font-size: 24px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: bold;
    margin-left: 25px;
}

.d-hexagon-wrap{
    display: flex;
    flex-direction: row;
    margin: 0 10%;
}

.d-hexagons{
    width: 80%;
    margin: 2%;
}

.d-rect{
    background-color: white;
    box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.5);
    border-radius: 20px;
    width: 75%;
    margin: auto;
    padding: 3% 8% 3% 20%;
}

.d-rect-text{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
}

span.purplee{
    color: #868DFC;
}

span.d-notif{
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: bold;
}

.d-notif-wrap{
    width: 450px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.h-title2{
    font-size: 75px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: bold;
    border: 3px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 15px;
}

.h-reg2{
    color: #8F83F7;
    font-size: 25px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: bold;
    border: 3px solid #8F83F7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 8px;
    width: 25%;
}

@media (max-width: 575px){
    .h-title2{
        font-size: 40px;
    }

    .h-bg{
        width: 100%;
    }

    .h-left{
        display: none;
    }

    .h-right{
        width: 100%;
    }

    .h-reg2{
        margin: auto;
        padding: 5px 20px;
        font-size: 20px;
    }

    .think-xd{
        width: 120%;
        left: -15%;
        position: absolute;
    }

    .d-title{
        width: 100%;
    }

    .d-header{
        margin: 25% 5% 0 5%;
    }

    .d-text{
        padding: 7%;
    }

    .d-hexagon-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100%;
        position: relative;
    }

    .d-hexagons{
        width: 46%;
        margin: 2%;
    }

    .d-div{
        flex-direction: row;
        display: flex;
    }

    .d-left{
        width: 100%;
    }
}