* {
    font-family: 'Sen', sans-serif;
    box-sizing: border-box;
    line-height: 1.4;
}
.company::-webkit-scrollbar{
    display: none;
}
.company{
     background-image: url(images/bg.jpeg);
     background-repeat: no-repeat;
     background-size: cover;
     overflow: auto;
     color: white;
     /* font-family: serif; */
}
.company>nav {
    width: 80%;
    margin: auto;
    display: flex;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.panel {
    width: 80%;
    margin: auto;
}
.panel > div,
.company > footer{
    margin-top: 50px;
}

.panel>div>h1 {
    position: sticky;
    top: 60px;
    padding-left: 10px;
    backdrop-filter: blur(15px);
    font-size: xx-large;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 2;
}

.panel>div>p>a {
    color:  black;
}

.panel>div>p>a:hover {
    border-width: 1px;
}

.panel>div>button,
.panel>div>section>button,
.panel>div>div>section>button {
    background-color: rgb(1, 151, 252);
    padding: 5px 35px;
    color: white;
    font-size: large;
    border-width: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 15px auto auto 10px;
}

.panel>div>button:hover,
.panel>div>section>button,
.panel>div>div>section>button {
    opacity: 0.8;
}

.panel>div>div>section {
    width: 240px;
    height: 370px;
    border: outset;
    padding: 15px;
    box-shadow: 10px 25px 40px rgb(88, 86, 86);
    background-image: linear-gradient(to bottom, rgb(199, 235, 233) 40%, rgb(184, 170, 170));
}

.panel>div>div>section>article {
    /* color: white; */
    text-indent: 20px;
}

.panel>div>div>section>img {
    width: 95%;
    height: 50%;
}

.panel>div>div>section>h5 {
    margin: 10px 0;
    color: black;
}

.softwares {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    padding-left: 20px;
    /* justify-content: space-around; */
}

.softwares>aside {
    width: 350px;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px 20px 20px;
}

.softwares>aside>input {
    border-width: 0 0 1px 0;
}

.softwares>aside>input,
.softwares>aside>textarea {
    padding: 10px;
    border-radius:5px;
    outline: none;
}
.softwares > aside > a > i{
    padding: 0 5px;
    margin-right: 8px;
}

#Home {
    border-style: outset;
    padding: 0 40px 30px 40px;
}
#About > div > aside,
#Deals > div > aside{
    display: inline-block;
    border-style: outset;
}
#Deals > div > aside > button{
    width: 150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#Deals{
    backdrop-filter: brightness(0.5);
    padding:7px 20px 30px 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 50px gray;
}
.CompLocation{
    display: flex;
    gap: 70px;
    justify-content: space-around;
}
.CompLocation > section{
    width: 250px;
    height: 340px;
    border-style: inset;
    padding: 15px;
    z-index: 2;
    background-color: rgb(153, 147, 147);
    margin: -130px auto auto 0;
}
.CompLocation > section > i{
    display: inline-block;
    margin: 0 0 0 -70px;
    z-index: 3;
    color: white;
    font-size: 50px;
}
.CompLocation > h1{
    width: 55%;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    background-image: linear-gradient(to left green blue);
}
span{
    cursor: pointer;
}
.CompLocation > section > img{
    width: 90%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company>nav>img {
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company>nav>aside {
    display: flex;
    gap: 30px;
    float: right;
    /* color: white; */
}

.company>nav>aside>.bar {
    display: none;
    gap: 8px;
    width: 120%;
    background-color: rgb(23, 184, 23);
    flex-direction: column;
    /* align-self: self-end; */
    padding: 10px;
    margin: -10px 0 10px -10px;
}

.company>nav>aside>.bar>span {
    display: inline-block;
    width: 30px;
    align-self: flex-end;
    background-color: black;
    height: 3px;
}

html {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Sen', sans-serif;
}

.page {
    font-family: sans-serif;
    overflow-x: hidden;
    height: 100vh;
    padding-bottom: 5px;
}

a:hover,
button:hover {
    cursor: pointer;
}

nav {
    position: sticky;
    padding: 1px 0;
    height: 60px;
    background-color: rgb(23, 184, 23);
    margin-bottom: 80px;
    z-index: 5;
}

nav>h4 {
    display: flex;
    gap: 20px;
    margin-left: 10%;
    animation: change 8s 5s infinite;
    -webkit-animation: change 8s 5s infinite;
}

h4>span {
    background-color: rgb(23, 184, 23);
    color: white;
    margin-left: -19px;
    padding: 0px 6px 0 3px;
    animation: changeColor 8s 5s infinite;
    -webkit-animation: changeColor 8s 5s infinite;
}

a {
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    justify-content: center;
}

a:hover {
    border-bottom: 4px solid rgb(24, 23, 23);
}

.left>button {
    width: 100px;
    padding: 5px;
    border: 1px solid rgb(22, 21, 21);
}

.left>button:first-of-type {
    background-color: rgb(23, 184, 23);
    border-color: rgb(23, 184, 23);
    color: white;
}

.left>h4 {
    margin-top: -17px;
}

.left>h5 {
    font-size: large;
    margin-bottom: 4px;
}

.left>h5>span {
    color: rgb(23, 184, 23);
}

.left {
    margin-left: 50px;
    margin-right: 150px;
    width: 55%;
}

.prof {
    width: 750px;
    height: 45vh;
    background-color: rgb(23, 184, 23);
    rotate: -40deg;
    border-radius: 235px 0 0 235px;
    -webkit-border-radius: 235px 0 0 235px;
    -moz-border-radius: 235px 0 0 235px;
    -ms-border-radius: 235px 0 0 235px;
    -o-border-radius: 235px 0 0 235px;
    margin-top: -100px;
    margin-right: -100px;
}

.prof>img {
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 47%;
    margin: 28px 0 0 13px;
    rotate: 40deg;
}

.prof>h3 {
    float: right;
    /* position: static; */
    margin: 150px 60px 0 0;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: larger;
    width: 280px;
    rotate: 40deg;
}

#profile {
    display: flex;
    flex-direction: row;
}

.about {
    margin-top: 100px;
    display: flex;
    width: 100%;
    height: 300px;
    padding: 50px 0 50px 7%;
    gap: 180px;
    height: fit-content;
}

.about>img {
    float: left;
    width: 350px;
    /* height: 140%; */
    margin-top: -120px;
    box-shadow: -20px 20px 15px rgb(75, 66, 66);
}

.about>aside {
    background-color: white;
    float: right;
    width: 50%;
    padding: 15px;
    box-shadow: 0px 0px 40px rgb(4, 250, 4);
    height: fit-content;
}

.about>aside>h5 {
    color: rgb(23, 184, 23);
}

.about>aside>button:first-of-type {
    background-color: rgb(23, 184, 23);
    width: 120px;
    border: none;
    padding: 10px;
    color: white;
}

fieldset {
    width: 90%;
    margin: auto;
}

legend {
    margin-left: 8%;
    font-size: large;
    font-weight: bold;
    color: rgb(58, 51, 51);
}

.skills {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}

.skills>* {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 4px solid rgb(23, 184, 23);
    color: white;
    text-align: center;
    padding-top: 30px;
    background-color: gray;
    box-shadow: 1px 1px 10px grey;
    font-size: small;
}

.skills>section>span {
    color: blue;
}

aside>button:last-of-type {
    border: none;
    background-color: rgb(206, 170, 54);
    font-size: large;
    color: white;
    padding: 7px;
    float: right;
    bottom: 0;
}

p {
    text-indent: 40px;
}

.left>.projects {
    width: 90%;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.projects>section {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background-color: rgb(94, 206, 94);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0 0 16px dodgerblue;
}

.projects>section:hover {
    opacity: 0.8;
}

.projects>section>img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.left>.projects,
.left>h5:last-of-type {
    display: none;
}

#explore {
    background-color: black;
    opacity: 0.9;
    width: 100%;
    height: -webkit-fill-available;
    overflow-y: auto;
    margin-top: -30px;
    z-index: 5;
    position: fixed;
    justify-content: space-around;
    display: none;
    animation: open 6s;
    -webkit-animation: open 2s;
}
#Home > p:nth-of-type(2){
    width: 58%;
}

#explore>section {
    width: 40%;
    height: 100%;
    color: white;
}

#explore>section>h3 {
    text-align: center;
    color: rgb(23, 184, 23);
}

#explore>section>label {
    margin-left: 100px;
    word-break: keep-all;
}

#explore>button {
    width: 50px;
    height: 30px;
    margin-top: 1%;
    margin-left: -9%;
    color: white;
    background-color: red;
    font-size: larger;
}

#explore>section>label>span,
p>span {
    color: rgb(23, 184, 23);
}

#explore>section>h4 {
    color: rgb(4, 145, 240);
}

#explore>section>h5 {
    text-align: center;
    width: 80%;
    margin: auto;
    color: rgb(252, 2, 119);
}

#explore>section>#location {
    width: 80%;
    margin-top: 3%;
    height: 300px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-github {
    background-color: rgb(112, 105, 105);
    color: white;
}

.fa-whatsapp {
    background-color: rgb(70, 196, 70);
    color: wheat;
}

footer {
    background-color: grey;
    margin: auto;
    align-items: center;
    height: 50px;
    width: 90%;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

footer>.social {
    width: 170px;
    display: flex;
    justify-content: space-between;
}

footer>.social>a {
    padding-top: 3px;
    width: 23px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

footer>.social>a {
    border: none;
}

footer>.copyright {
    font-size: large;
    font-family: sans-serif;
    color: white;
}

@keyframes change {
    0% {
        color: black;
    }

    50% {
        color: white;
    }

    100% {
        color: black;
    }
}

@keyframes changeColor {
    0% {
        color: white;
    }

    50% {
        color: black;
    }

    100% {
        color: white;
    }
}

@keyframes open {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width : 500px) {
    .panel{
        width: 95%;
    }
    .copyright{
        margin-top: 20px;
    }
    .CompLocation > h1{
        display: none;
    }
    .CompLocation > section{
        margin: 0;
    }
    .panel > div > h1{
        font-size: 25px;
    }
    #Home > h1{
        margin-left: -20px;
    }
    p {
        font-size: 15px;
    }
    #Home > p:nth-of-type(2){
        width: 100%;
    }
    #Contact > .softwares {
flex-direction: column-reverse;
gap: 5px;
    }
    #Contact > .softwares > aside{
        width: 320px;
    }
    #About > div > aside,
    #Deals > div > aside{
        min-width: -webkit-fill-available;
    }
    .panel > div, .company > footer {
        margin-top: 30px;
    }
    #Contact > .softwares > aside > a{
        width: 45%;
    }
    #Contact > .softwares > aside > a:nth-of-type(4),
    #Contact > .softwares > aside > a:nth-of-type(5),
    #Contact > .softwares > aside > a:nth-of-type(6){ 
        align-self: flex-end;
    }

    #Contact > .softwares > aside > a:nth-of-type(4){
        margin-top: -140px;
    }
}
@media screen and (max-width : 800px) {
    .prof {
        display: none;
    }
    .panel > div > div{
        overflow-x: auto;
        flex-flow: row;
    }
    .panel > div > div > section > img{
        width: 210px;
    }

    .company>nav {
        width: 100%;
        justify-content: space-between;
        padding: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .company>nav>aside>.bar {
        display: flex;
    }

    .company>nav>aside {
        flex-flow: column;
        background-color: green;
        padding: 10px;
        gap: 7px;
        height: 40px;
        margin-top: 0;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .left {
        margin: 10px;
        width: 95%;
    }

    .left>.projects {
        width: 100%;
    }

    .left>h4 {
        height: 5px;
        color: dodgerblue;
    }

    fieldset {
        background-color: aliceblue;
        width: 97%;
    }

    .skills {
        column-gap: 3.3%;
        justify-content: center;
    }

    #explore {
        margin-top: 0;
        height: -webkit-fill-available;
        overflow-y: inherit;
        flex-direction: column;
    }

    #explore>section {
        width: 98%;
        padding: 0 10px;
        height: fit-content;
        overflow-y: auto;
        background: linear-gradient(to bottom, black 80%, rgb(105, 100, 100));
    }

    #explore>button {
        align-self: self-end;
    }

    #explore>section>#location {
        width: 100%;
    }

    nav {
        margin-bottom: 0;
        top: 0;
    }

    .about {
        flex-wrap: wrap;
    }

    .about>img,
    .about>aside {
        width: 95%;
    }

    .social {
        margin-top: 10px;
    }
    footer{
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: fit-content;
}
.company > footer{
    padding: 15px 0;
}
div.page{
    padding-bottom: 0;
}
}

@media screen and (max-width : 1050px) {
    .prof {
        background-color: white;
    }

    .prof>h3 {
        color: black;
    }

    .about {
        gap: 100px;
    }
}

@media screen and (max-width : 1220px) {
    .prof {
        height: 40vh;
    }

    .prof>h3 {
        margin-top: 100px;
    }
}

@media screen and (max-width : 1350px) {
    .prof {
        height: 44vh;
    }

    /* .prof > h3{
        margin-top: 100px;
    } */
}
