* {
    margin: 0;
    padding: 0;

}

html,
body {
    scroll-behavior: smooth;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #053c5b;

}

span {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 11px;
}

a span {
    text-decoration: none;
    color: #f400b9;
    color: #eeb31d;
    font-weight: bold;

}

a span:hover {
    cursor: pointer;

}

a {
    text-decoration: none;
}

.main {
    width: 100%;
    height: 100vh;
    /*    background: linear-gradient(45deg, #0182c3, #053c5b);*/
    background-attachment: fixed;
    background-color: #0182c3;

}


.logo img {
    width: 8%;
    padding: 1%;
}


/*SUBHEADINGS*/

.subheadingWebsites h1{

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #fff86a;
    font-size: 30px;
    font-family: brandon-grotesque, sans-serif;
}
.subheadingWebsites {
    

}


/*Draggable windows*/

#draggable,
#draggable2,
#draggable3 {
    width: 350px;
    height: 350px;
    padding: 0.5em;
    background-color: white;
    border: 4px solid #E16A6E;
    border-top: 50px solid #E16A6E;
    border-radius: 10px;

}

.comp-text {
    position: absolute;
    left: 300px;
    top: 100px;
    min-width: 100%;
    background-color: #fff86a;
    padding: 5% 0 5% 5%;
}
.comp-text h1 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 900;
    padding-bottom: 20px;
    font-style: normal;
    color: #053c5b;
}

#draggable .previewVid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;

}

.blockcontrols--circle {
    position: absolute;
    top: -25px;
    width: 15px;
    height: 15px;
   


}

.blockcontrols--circle::before,
.blockcontrols--circle::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    /* cross thickness */
    background-color: #053c5b;

}

.blockcontrols--circle::before {
    transform: rotate(45deg);
}

.blockcontrols--circle::after {
    transform: rotate(-45deg);
}

.circle--1 {
    left: 10px;
}

.circle--2 {
    left: 30px;
}

.circle--3 {
    left: 50px;
}

/*Footer */
footer {
    background-color: #053c5b;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 111111111111111111111;
}

footer p {
    color: #f400b9;
    padding: .2%;
    padding-right: 2%;
    font-size: 10px;
    position: relative;
    text-align: right;
}
