*{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans',sans-serif;

}

.max-width{
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}

.navbar{
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
}

.navbar.sticky{
    padding: 10px 0;
    background: #9376E0;
}

.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .name-logo a{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}

.navbar .name-logo a span{
    color:aqua;
    transition: all 0.3s ease;
}



.navbar .menu li{
    list-style: none;
    display: inline-block;
}

.navbar .menu li a{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-left: 3rem;
    transition: color 0.3 ease;
    text-decoration: none;
}

.navbar .menu li a:hover{
    color: aqua;
}


.navbar .menu li .menu-btn-circular {
    border: 2px #fff; /* Border color */
    border-radius: 50%; /* Make it circular */
    padding: 8px 16px; /* Adjust padding as needed */
    transition: all 0.3s ease;
    background-color: #2643b6;
  }
  
  .navbar .menu li .menu-btn-circular:hover {
    background-color: #fff; /* Change background color on hover */
    color: #576cbc; /* Change text color on hover */
  }
  
  .navbar.sticky .menu li .menu-btn-circular:hover{
    color: #576CBC;
  }

  .menu-btn{
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
  }

.container{
    background-color: black;
    overflow: hidden;
}
.salute{
    height: 100vh;
    display: flex;
    align-items:center;
    overflow: hidden;
}

.saluteTextContainer{
    width: 100%;
    flex:3;
}

.saluteText{
    color: white;
    align-items: center;
    font-size: 30vw;
    align-items: center;
}
.saluteTextContainer2{
    flex:1;
    width: 100;
}

.saluteText2{
    transform: rotate(90deg);
    transform-origin:top;
    color: aqua;
    font-size: 15vw;
    position: absolute;
}

.nameContainer{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#a37cf0;
}

.name{
    font-size: 20vw;
    color: #682bd7;
    cursor: default;
    text-align: center;
    line-height: 1.1;
    padding-right:20rem;
}

.jobTitleContainer{
    height: 100vh;
}

.dark{
    background:#2C3333;
    color: #0E8388;
    background-image:url(images/bg1.png);
}

.jobTitle{
    font-size: 10vw;
    line-height: 100vh;
    cursor: default;
}

.light{
    background: #0B2447;
    color: #576CBC;
    background-image: url(images/bg2.png);
}

.projects{
    display: flex;
    flex-direction: column;
    gap: 30vh;
    padding: 0px 100px;
    background: #191919;
}

.projectTitle{
    font-size: 7vw;
    color: #81939e;
}

.project{
    display: flex;
    align-items: center;
    gap: 100px;
    height: 100vh;
}
.project:nth-child(2n){
    flex-direction: row-reverse;
}

.phone{
    width: 300px;
    height: 600px;
    position: relative;
    flex: 1;
}

.phoneScreen{
    width: 264px;
    height:567px;
    position: absolute;
    top: 17px;
    left: 18px;
    border-radius: 28px;
    overflow: scroll;
}

.phoneScreen::-webkit-scrollbar{
    display: none;
}

.phoneApp{
    width: 100%;
}

.projectDetail{
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.projectDesc{
    font-size: 20px;
    color: #687c8d;
    text-align: justify;
    line-height: 40px;
}

.projectButton{
    padding: 10px 22px;
    background:none;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    box-shadow:0 0 10px #774fc2 ;
    background: #774fc2;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow , transform;
    transition-property: box-shadow,transform;
}

.projectButton:hover, .projectButton:focus , .projectButton:active{
    box-shadow: 0 0 20px #774fc2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.laptop{
    width: 600px;
    height: 379px;
    flex: 1;
    position: relative;
}

.laptopScreen{
    width: 451px;
    height: 283px;
    position: absolute;
    top: 18px;
    left: 68px;
    overflow: scroll;
}

.laptopApp{
    width: 100%;
}

.laptopScreen::-webkit-scrollbar{
    display: none;
}

.team{
    padding: 60px;
    color: white;
    background: #4e3155;
}

.container-team{
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    
}

.teamTitle{
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.teamTitle h1{
    font-size: 2.5rem;
}


.card{
    height: 270px;
    width: 600px;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 10px black;
}

.flexContainer{
    display: flex;
    gap: 1rem;
}

.flexContainer img{
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.card-wrapper h2{
    font-size: 2rem;
}

.userdesc{
    font-size: 18px;
    margin: 0.6rem 0;
}

.icon{
    background-color: #963796;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    border-radius: 50%;
    color: #fff;
    
}

.icon a{
    text-decoration: none;
    color: #fff;
}

.icon:hover{
    background-color: #2643b6;
}

.socials{
    display: flex;
    gap: 0.5rem;
}

.contact-container{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    background-color:#ab98c5 ;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

}

.form{
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0  20px 1px rgba(0, 0,0,0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    box-sizing: border-box;
}

.contact-form{
    background-color: #9376E0;
    position: relative;
}

.circle{
    border-radius: 50%;
    background: linear-gradient(135deg,transparent 20%, #682bd7);
    position: absolute;

}

.circle.one{
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two{
    width: 80px;
    height: 80px;
    top: 10px;
    right:30px;
}

form{
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.contactTitle{
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container{
    position: relative;
    margin: 1rem 0;
}

.input{
    width: 100%;
    outline: none;
    border: 2px solid #fff;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
}

textarea.input{
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 22px;
    resize: none;
}

.input-container label{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events:none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label{
    top: 1rem;
    transform: translateY(0);
}

.btn{
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fff;
    font-size: 0.9rem;
    color: #9376E0;
    line-height: 1;
    border-radius: 25px;
    outline: none;
    transition: 0.3s;
}

.btn:hover{
    background-color: transparent;
    color: #fff;
}

.input-container span{
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}


.input-container span:before,
.input-container span:after{
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #9376E0;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before{
    left:50%;
}

.input-container span:after{
    right: 50%;
}

.input-container.focus label{
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after{
    width: 50%;
    opacity: 1;

}

.contact-info{
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .contactTitle{
    color: #9376E0;
}

.information{
    display: flex;
    color: #9376E0;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
    padding: 1.5rem 0 0 0 ;
}

.contact-info::before{
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #682bd7;
    border-radius:50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.big-circle{
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#774fc2,#9a88c9);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%,38%);
}

.big-circle::after{
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #ab98c5;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.big-circle-2 {
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #774fc2, #9a88c9);
    bottom: 50%;
    right: 50%;
    transform: translate(0, 0);
    margin-bottom: -600px;
    margin-right: -1200px;
}



.big-circle-2::after {
    content: "";
    position: absolute;
    width: 960px;
    height: 960px;
    background-color: #ab98c5;
    border-radius: 50%;
    top: calc(50% - 480px);
    left: calc(50% - 480px);
}


.discord-server{
    padding: 50px 0 0 0;
}

.discord-server p{
    color: #9376E0;
    font-weight: 500;
    margin-bottom: 10px;
}


.discord-btn{
    display: inline-flex;
    width: 250px;
    height: 50px;
    padding: 0;
    background-color: #5865F2;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Quicksand',sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    align-items: center;
}

.btn-icon,
.btn-text{
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    height: 100%;
}


.footer-all{
    background-color: #011C39;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding:55px 50px;
    color: #fff;
}

.footer-left,
.footer-center,
.footer-right{
    display: inline-block;
    vertical-align: top;
}

.footer-left{
    width: 40%;
}

.footer-all h3{
    color: rgb(116, 221, 221);
    font-size: 36px;
    margin: 0;
}

.footer-all h3 span {
    color: #fff;
}

.footer-links{
    margin: 20px 0 12px;
    padding: 0;
}

.footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.footer-end-note {
    color: #8f9296;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.footer-center {
    width: 35%;
}

.footer-center i {
    background-color:rgb(61, 143, 143);
    color: #ffff;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    padding: 7px;
    box-sizing: border-box;
}

.footer-center p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    line-height: 2;
    text-decoration: none;
    color: #fff;
}


.footer-links a::before{
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    display: inline-block;
    padding-right: 5px;
    
}

.footer-links .link-1::before{
    content: none;
}

.footer-right {
    width: 20%;
}

.footer-about {
    line-height: 20px;
    color: #92999f;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.footer-about span {
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

@media screen and (max-width:1024px) {

    .nameContainer{
        padding: 20px;
    }

    .projects{
        padding: 0 30px;
        text-align: center;
    }

    .project{
        flex-direction: column;
        height: max-content;
    }
    .project:nth-child(2n){
        flex-direction: column;
    }

    .phone{
        transform: none !important;
    }
    .laptop{
        transform: none !important;
    }
}

@media (max-width: 850px){
    .form{
        grid-template-columns: 1fr;
    }

    .contact-info::before{
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form::before{
        top: -13px;
        left: initial;
        right: 70px;
    }

    .big-circle{
        bottom: 75%;
        transform: scale(0.9) translate(-40%,30%);
        right: 50%;
    }

    .text{
        margin: 1rem 0 1.5rem 0;
    }
}

@media (max-width:480px){
    .body{
        margin: 0;
    }

    .contact-info::before{
        display: none;
    }

    .big-circle,
    .big-circle-2{
        display: none;
    }

    form,
    .contact-info{
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information{
        font-size: 0.8rem;
    }

    .contactTitle{
        font-size: 1.15rem;
    }
    .input{
        padding: 0.45rem 1.2rem;
    }

    .btn{
        padding: 0.45rem 1.2rem;
    }

}


@media (max-width: 880px) {
    .footer-left,
    .footer-center,
    .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-center i{
        margin-left:0;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .footer-all{
        font: bold 14px sans-serif;
    }

    .footer-right{
        width: 100%;
    }

} 

@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index: 9999;
    }

    .menu-btn i.active:before{
        content: "\f00d";
    }
    .navbar .menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;
    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
    
    .navbar .menu li button a{
        padding: 0 20px;
    }
}

@media (max-width:765px){
    .userdesc{
        font-size: 15px;
    }
    .card-wrapper h2{
        font-size: 1.5rem;
    }
}

