@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
}
h1{
    font-family: 'Montserrat', sans-serif;
}
.heading{
    font-weight: 600;
}
p{
    color: #7F8E9D;
}
label{
    color: #1E3354;
    font-weight: 500;
    margin-bottom: 0.8rem;
    font-size: 18px;
}
.blueRight{
    background: hsla(266, 52%, 32%, 1);

    background: linear-gradient(270deg, hsla(266, 52%, 32%, 1) 0%, hsla(246, 76%, 40%, 1) 100%);

    background: -moz-linear-gradient(270deg, hsla(266, 52%, 32%, 1) 0%, hsla(246, 76%, 40%, 1) 100%);

    background: -webkit-linear-gradient(270deg, hsla(266, 52%, 32%, 1) 0%, hsla(246, 76%, 40%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#4D287D", endColorstr="#2718B2", GradientType=1 );

    border-radius: 20px;
}

.main__button{
    background: hsla(259, 100%, 60%, 1);

    background: linear-gradient(180deg, hsla(259, 100%, 60%, 1) 0%, hsla(223, 100%, 59%, 1) 100%);

    background: -moz-linear-gradient(180deg, hsla(259, 100%, 60%, 1) 0%, hsla(223, 100%, 59%, 1) 100%);

    background: -webkit-linear-gradient(180deg, hsla(259, 100%, 60%, 1) 0%, hsla(223, 100%, 59%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#7435FF", endColorstr="#306BFF", GradientType=1 );
    padding: 0.5rem 2rem;
    color: white;
    border-radius: 6px;
    border: 0;
    font-weight: 500;
    outline: none;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inputContainer{
    display: flex;
    flex-direction: column;

}
.inputContainer input,
.inputContainer input:focus
{
    outline: none;
    width: 100%;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    border: 1px solid #A6A6A6;

}
.rightImage{
    width:46px;
}
.approveImage{
    width: 50px;
    margin-top: -10rem;
    margin-left: 2rem;
}
.rightForm{
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    width: 75%;
}
.rightHeading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 2rem;
}
.topContainer{
    height: 100vh;
}
.w-60{
    width: 55%;
}
.w-40{
    width: 45%;
}
@media(max-width:992px){
    .w-60{
        width: 50%;
    }
    .w-40{
        width: 50%;
    }
    .heading{
        font-size: 2rem;
    }
    .rightHeading{
        font-size: 1.4rem;
    }
}
@media(max-width:767px){
    .w-60{
        width: 100%;
    }
    .w-40{
        width: 100%;
    }
    .h-screen{
        height: fit-content;
    }
    .rightForm{
        width: 100%;
    }
    .floatingLogo{
        display: none;
    }
}
.branding{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100px;
}

/* Modal */
#overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgb(7, 7, 7,0.2);
    display: none;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
}
.shareModal{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 30;
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
.cursor-pointer{
    cursor: pointer;
}
.modalDiv{
    width: 75%;
}

@media(max-width: 600px){
    .shareModal{
        width: 400px;
    }
}
@media(max-width: 426px){
    .shareModal{
        width: 350px;
    }
    .modalDiv{
        width: 82%;
    }
}
@media(max-width: 362px){
    .shareModal{
        width: 300px;
    }
    .modalDiv{
        width: 92%;
    }
}
.linkWritten{
    width: 220px;
    overflow-x: hidden;
}
.text-gray{
    color: #8D93A1;
}
.text-xl{
    font-size: larger;
}
.text-sm {
    font-size: 16px;
}
.text-green{
    color: #41B000;
    font-size: xx-large;
    font-weight: 600;
}
.copyButton{
    background-color: #643DFE;
    padding: 0.1rem 0.4rem;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.linkContainer{
    border: 1px solid #E3E3E3;
    background-color: #F9F9F9;
    border-radius: 5px;
    font-size: smaller;
    min-width: 300px;
    padding: 0.3rem 0.6rem;
}
@media(max-width:400px){
    .linkContainer{
        min-width: 250px;
    }
}
.linkContainer strong{
    font-size: large;
    color: #404040;
}
.socialIcon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialIcon.linkedin{
    background-color: #0077B5;
}
.socialIcon.twitter{
    background-color: #1DA1F2;
}
.socialIcon.whatsapp{
    background-color: #fff;
}
.socialIcon.discord{
    background-color: #5865F2;
}
.socialIcon.instagram{
    background: hsla(30, 69%, 56%, 1);

background: linear-gradient(90deg, hsla(30, 69%, 56%, 1) 0%, hsla(344, 56%, 49%, 1) 36%, hsla(311, 71%, 38%, 1) 70%, hsla(278, 68%, 42%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(30, 69%, 56%, 1) 0%, hsla(344, 56%, 49%, 1) 36%, hsla(311, 71%, 38%, 1) 70%, hsla(278, 68%, 42%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(30, 69%, 56%, 1) 0%, hsla(344, 56%, 49%, 1) 36%, hsla(311, 71%, 38%, 1) 70%, hsla(278, 68%, 42%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#DC8F40", endColorstr="#C5375E", GradientType=1 );
}
.socialName{
    font-size: x-small;
}


/* Navbar */
nav{
    background-color: white;
    position: sticky;
    top: 0;
    width: 100%;
    justify-content: flex-start;
    padding: 1rem;
    z-index: 20;
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.leftForm{
    width: 75%;
}

@media(max-width: 767px){
    nav{
        display: flex;
    }
    .rightTop{
        width: 100%;
    }
    .leftForm{
        width: 100%;
    }
}