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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #111;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}


/*ScrollBar*/

 ::-webkit-scrollbar {
    width: 11px;
    cursor: pointer;
}

 ::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: black
}

 ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(19, 129, 230, 0.8);
    ;
}


/* Home Section */

#home {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#home::before {
    content: "";
    background: url('/Images/HeroImage.jpg');
    opacity: 0.4;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -15;
}

.heroImage {
    background-position: center;
}

.heroDiv {
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: row-reverse;
    margin-left: 3%;
    margin-top: 9em;
    z-index: 30;
}

.hero {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    margin-left: 8%;
}

p.Sub-title {
    color: rgba(255, 255, 255, 0.600);
    display: block;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    padding-bottom: 1.3em;
}

p.Hero-title1 {
    color: white;
    font-size: 4.5rem;
    display: block;
    margin: 0;
    font-weight: 900;
}

p.Hero-title2 {
    color: white;
    font-size: 4.5rem;
    margin: 0;
    display: block;
    font-weight: 900;
}

span {
    margin-left: 0.3em;
    color: #1579D6;
}


/*Floating Socials*/

.socialsFloat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 4em;
}

.socialsFloat a {
    transition: all 0.2s ease-in;
}

.bigsocial {
    width: 20px;
    margin-bottom: 1em;
}

.bigsocial path {
    fill: rgba(255, 255, 255, 0.8);
}

.bigsocial:hover path {
    fill: rgb(19, 129, 230);
}

.LastSocial {
    margin-bottom: 0px;
}


/* .bigsocialActive {
    display: none;
    width: 20px;
} */

.heroArrowDiv {
    display: flex;
    justify-content: center;
    margin-top: 10em;
    align-items: center;
    margin-bottom: 1em;
}

.heroArrow {
    opacity: 0.8;
}

.heroArrow {
    transition: all 0.3s ease-in-out;
}

.heroArrow:hover {
    transform: translateY(8px);
    opacity: 1;
}


/* Scroll to top*/

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    border: 2px solid rgba(19, 129, 230, 0.8);
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(19, 129, 230, 0.8);
    opacity: 90%;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

.scroll-to-top:hover {
    font-size: 30px;
}


/* Responsive styles */

@media only screen and (min-width:1140px) {}

@media only screen and (max-width:1175px) {
    p.Hero-title1 {
        font-size: 64px;
    }
    p.Hero-title2 {
        font-size: 64px;
    }
}

@media only screen and (max-width:1150px) {
    p.Hero-title1 {
        font-size: 56px;
    }
    p.Hero-title2 {
        font-size: 56px;
    }
}

@media only screen and (max-width:1045px) {
    p.Hero-title1 {
        font-size: 54px;
    }
    p.Hero-title2 {
        font-size: 54px;
    }
    p.Sub-title {
        font-size: 20px;
    }
    .bigsocial {
        width: 18px;
    }
}

@media only screen and (max-width:980px) {
    p.Hero-title1 {
        font-size: 50px;
    }
    p.Hero-title2 {
        font-size: 50px;
    }
    p.Sub-title {
        font-size: 18px;
    }
}

@media only screen and (max-width:835px) {
    p.Hero-title1 {
        font-size: 48px;
    }
    p.Hero-title2 {
        font-size: 48px;
    }
    .bigsocial {
        width: 16px;
    }
    p.Sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width:790px) {
    p.Hero-title1 {
        font-size: 44px;
    }
    p.Hero-title2 {
        font-size: 44px;
    }
    p.Sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width:730px) {
    .socialsFloat {
        flex-direction: row;
        width: 20%;
        margin-top: 8%;
        margin-right: 6%;
        align-self: flex-end;
    }
    .heroArrowDiv {
        margin-top: 7em;
    }
    .bigsocial {
        margin-bottom: 0em;
    }
    .heroDiv {
        flex-direction: column;
    }
    .hero {
        margin-left: 0%;
    }
}

@media only screen and (max-width:655px) {
    p.Hero-title1 {
        font-size: 40px;
    }
    p.Hero-title2 {
        font-size: 40px;
    }
    .heroArrowDiv img {
        width: 90%;
    }
}

@media only screen and (max-width:600px) {
    p.Hero-title1 {
        font-size: 36px;
    }
    p.Hero-title2 {
        font-size: 36px;
    }
    .scroll-to-top {
        right: 3%;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .scroll-to-top:hover {
        font-size: 24px;
    }
    #hero {
        height: 90%;
    }
    #hero::before {
        height: 80%;
    }
}

@media only screen and (max-width:540px) {
    p.Sub-title {
        font-size: 14px;
    }
    p.Hero-title1 {
        font-size: 32px;
    }
    p.Hero-title2 {
        font-size: 32px;
    }
    .socialsFloat {
        width: 25%;
    }
}

@media only screen and (max-width:480px) {
    p.Hero-title1 {
        font-size: 30px;
    }
    p.Hero-title2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:455px) {
    p.Hero-title1 {
        font-size: 30px;
    }
    p.Hero-title2 {
        font-size: 30px;
    }
    .bigsocial {
        width: 16px;
    }
    .heroArrowDiv img {
        width: 80%;
    }
}

@media only screen and (max-width:405px) {
    p.Sub-title {
        font-size: 10px;
    }
    p.Hero-title1 {
        font-size: 28px
    }
    p.Hero-title2 {
        font-size: 28px;
    }
    .bigsocial {
        width: 14px;
    }
    .socialsFloat {
        width: 25%;
    }
}

@media only screen and (max-width:330px) {
    p.Sub-title {
        font-size: 9px;
    }
    .socialsFloat {
        width: 30%;
    }
}

@media only screen and (max-width:310px) {
    p.Sub-title {
        font-size: 10px;
    }
    p.Hero-title1 {
        font-size: 22px
    }
    p.Hero-title2 {
        font-size: 22px;
    }
}