@font-face {
    font-family: 'customerFont';
    src: url(../../assets/font/SukhumvitSet.ttc) format('ttc');
}
@font-face {
    font-family: 'vazirMatn';
    src: url('../../assets/font/Vazir.woff2') format('woff2'),
         url('../../assets/font/Vazir.woff') format('woff'),
         url('../../assets/font/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #F0F0F0;
            position: relative;
}
.left_panel{
    width: 85%;
    height: 100vh;
    background-color: #002899;
    position: relative;
}
.left_panel::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, #87CEEB, #1E90FF); */
      background-image: linear-gradient(to bottom, #00d5ff, #002899);
    /* background-image: radial-gradient(140deg , #00d6ff 50%, #002899 ); */
    /* background: linear-gradient(to bottom, #87CEEB, #1E90FF); */
    opacity: 1;
}
.abstract3d{
    width: 525px;
    height: 525px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow:hidden;

}

.right_panel{
    width: 35%;
    height: 100vh;
    background-color: #F0F0F0;
}
.input::selection{
    border: 0px !important;
    outline: none !important;
}
.input:focus{
    border: 0px !important;
    outline: none !important;
}
.input{
    text-align: center;
    background-color: #F0F0F0 !important;
}
@media screen and (max-width: 950px) {
    .main-container{
        flex-direction: column !important;

    }

    #name {
        width: 60%;
        height: auto;
    }
.abstract3d{
    width: 100%;
}
    .left_panel {
        overflow: hidden;
        width: 100%;
        height: 400px;
        padding: 30px;
        justify-content: end !important;
    }
    .right_panel {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    
}