@font-face {
    font-family: 'Vazirmatn-Medium';
    src: url('/static/font/Vazirmatn-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'WINGDNG3';
    src: url('/static/font/WINGDNG3.TTF') format('truetype');
}

body{
    font-family: 'Vazirmatn-Medium';
    color: white;
    height: 2300px;
    background-color: rgb(202, 202, 202);
    background-image: url(/static/assets/vecteezy_transform-your-designs-with-stunning-gradient-wave_48206956.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    overflow-x: hidden;
    padding:0;
    margin:0;
}
*{
    font-family: 'Vazirmatn-Medium';
}

html{
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(140, 70, 253) transparent;
}


html::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-thumb {
  background-color: rgb(146, 72, 244);
  border-radius: 10px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

a, button{
    text-decoration: none;
    cursor: pointer;
}

.overlay{
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:linear-gradient(#a2b5ff,#edf6fc);
    opacity: 1;
    mix-blend-mode: color;
}

.all-container{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-items: center;
    gap: 20px;
    width: 650px;
    height: 600px;
    margin-top: 170px;
}
.resume-container{
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    border: solid 2px #8b82e9;
    background: linear-gradient(to left,#e3dcff , #f8f8f8);
    backdrop-filter: blur(5px);
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.397));
    color: #7166e6; 
    padding: 10px;
    font-size: 13px; 
    margin-right: -6px;
    /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.103); */
}
#logo2{
    position: absolute;
    top: 21px;
    left: 14px;
    width: 60px;
    height: 60px;
    background-image: url(/static/assets/logo.png);
    background-repeat: no-repeat;
    background-size: 60px ;
    background-color: #e4e3e3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.336);
    border-radius: 15px;
    border: solid 1px #8b82e9;
}
.h1-1{
    width: 100%;
    height: 1px;
    border: none;
    background-color: #8b82e9;
    margin-bottom: 20px;
}
.h1-2{
    width: 95%;
    height: 1px;
    border: none;
    background-color: #e7e7e7;
    margin-bottom: 20px;
}
#h1{
    margin-top: 20px;
    margin-bottom: 35px;
}
#resume{
    margin-bottom: 8px;
}
.signup-login-container{
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    place-items: center;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    background-color: #796fec;
    border: solid 2px #796fec;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.397);
    padding: 10px;
    font-size: 13px;
}
.a1{
    font-size: 25px;
    text-decoration: none;
    width: 100px;
    height: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377);
    border: solid .1px rgba(255, 255, 255, 0.212);
    color: rgb(255, 255, 255);
    background-color: #39c467e8;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: .2s ease-out;
    margin-left: 10px;
    
}
.a1:hover{
    background-color: #1add5ba8;
    box-shadow: 0px 0px 10px rgba(0, 255, 13, 0.678);
    border-color: rgb(108, 219, 108);
}
.a2:hover{
    background-color: #dbdbdb;
    border-color: rgba(209, 209, 209, 0.781);
}
.a2{
    font-size: 26px;
    text-decoration: none;
    width: 100px;
    height: 30px;
    border: solid .1px rgba(255, 255, 255, 0.363);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.377);
    color: #796fec;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 10px; 
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 39px;
    padding-left: 39px;
    transition: .2s ease-out;
}
#logo{
    width: 70px;
    height: 70px;
    background-image: url(/static/assets/logo.png);
    background-repeat: no-repeat;
    background-size: 70px ;
    background-color: #965cd863;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.493);
    border-radius: 15px;
    border: 1px solid rgb(215, 156, 255);
    display: none;
}
.more{
    margin-top: 140px;
    text-align: center;
    grid-column: 1/3;
    width: 200px;
    height: 80px;
    font-size: 20px;
    white-space: nowrap;
    background-color: #8b82e9;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.493);
    backdrop-filter: blur(5px);
    transition: .2s ease-out;
    transform: scale(.8);
    cursor: pointer;
}
.more:hover{
    background-color: #766fc7;
}

.more-text{
    margin-top: 10px;
}

.more-text2{
    margin-top: -20px;
    transition: .2s ease-out;
}

.more:hover .more-text2{
    transform: translate(0px ,3px);
}


.information-container{
    position: absolute;
    width: 540px;
    height: 550px;
    top: 1400px;
    margin-bottom: 500px;
    background-color: #8b82e9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.493);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    transition: .2s ease-out;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    place-items: center;
    padding: 40px;
    text-align: center;
}
.information-div{
    width: 500px;
    height: 26px;
    background-color: #e6e6e6;
    color:#6e63e7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.493);
    border-radius: 5px;
    padding: 5px;
    backdrop-filter: blur(5px);
    transition: .2s ease-out;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 15px;
    cursor: pointer;
}

.information-div:hover{
    background-color: #d6d6d6;
}

#phone-a{
    margin-bottom: 32px;
    margin-top: -15px;
}
#address{
    margin-top: 0px;
}

.more-text2{
    font-family: WINGDNG3; 
    font-size: 35px;
    margin-top: -23px;
}

.return{
    width: 100px;
    height: 30px;
    background-color: #524fb9c4;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.308);
    border:solid 1px rgba(231, 231, 231, 0.411);
    border-radius: 5px;
    padding: 5px;
    backdrop-filter: blur(5px);
    transition: .2s ease-out;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    margin-bottom: -35px;
    cursor: pointer;
    
}
.return:hover{
    background-color: #625fb4c4;
}


.experimant-container{
    position: absolute;
    width: 100%;
    top:0;
    right:0;
    margin: 0;
    background: #ffa7a7;
    color:red;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#signup-login-header1{
    margin-top: -50px;
    padding-bottom: 10px;
}

.book-selection-full-screen{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    justify-items: center;
    align-content: center;
}
.book-selection-container{
    width: 50%;
    height: auto;
    min-width: 350px;
    max-width: 700px;
    background: #ffffff;
    text-align: center;
    color: rgb(72, 44, 150);
    border-radius: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.308);
    display: grid;
    justify-items: center;
    gap: 4px;
}
.book-selection-container a{
    width: auto;
    padding:6px;
    padding-left: 35px;
    padding-right: 35px;
    background: #e3c5ff55;
    border: 1px solid rgba(41, 0, 128, 0.455);
    color: rgb(33, 1, 68);
    border-radius: 10px;
}
.book-selection-container button{
    width: auto;
    padding:6px;
    padding-left: 35px;
    padding-right: 35px;
    background: rgb(69, 15, 149);
    border: 1px solid rgba(83, 0, 128, 0.455);
    color: white;
    border-radius: 10px;
    margin: 15px;
}

.hidden{
    display: none;
}


@media only screen and (max-width: 600px){
    .all-container{
        grid-template-columns: repeat(1,1fr);
        width: 100%;
    }
    .resume-container{
        margin-right: 20px;
        grid-row: 1;
        grid-column: 1;
        margin-top: -120px;
        
    }
    .signup-login-container{
        grid-row: 2;
        grid-column: 1;
        height: 100px;
        border: none;
        background:none;
        backdrop-filter:none;
        box-shadow: none;
        margin-right: 20px;
        margin-top: -150px;
    }
    #logo{
        display: none;
    }
    #logo2{
        visibility: visible;
    }
    .a1{
        margin-left: 10px;
        padding: 15px;
    }
    .a2{
        margin-right: 10px;
        padding: 15px;
        padding-left: 30px;
        padding-right: 30px;
        border: solid 1px #8178e7;
        color: #ffff;
        background-color: #6f4ebf;
    }
    .a2:hover{
        background-color: #6446aa;
    }
    #signup-login-header1{
        color: #6446aa;
    }
    
    .information-container{
        width: 300px;
        text-align: center;
    }
    .information-div{
        width: 270px;
    }
    .more{
        margin-top: -20px;
        transform: scale(.7);
    }
    #signup-login-header1{
        position: relative;
        margin-bottom: 0;
        margin-top: 15px;
        padding-bottom:30px;
    }
}

