@font-face {
    font-family: 'font1';
    src: url(../fonts/Sentient-Regular.otf);
}
@font-face {
    font-family: 'font2';
    src: url(../fonts/Sentient-Bold.otf);
}
@font-face {
    font-family: 'font3';
    src: url(../fonts/Hanibee.otf);
}
@font-face {
    font-family: 'font4';
    src: url(../fonts/Bizon.otf);
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background: linear-gradient(32deg, #040404, #030303);
}
.container_2{ 
    display: none;
}

.section{
    display: flex;
    flex-direction: column;
}
/* .bod{
    border: 2px solid #6a6c6d;
} */
a{
    color: white;
    text-decoration: none;
    margin-right: 50px;
}
.navbar{
    height: 5vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'font4';
    
}
.navbarnav{
    animation: navbarnavanim 5s infinite alternate-reverse ease-in-out;
}

@keyframes navbarnavanim {
    0%{
        color: black;
    }
    100%{
        color: white;
    }
}

.midsec{
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftbar{
    width: 50%;
}
.circle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.circlecircle{
    height: 50vh;
    width: 50%;
    border-radius: 50%;
    background: linear-gradient(247deg, black, black, #000000, #2a2a29, #161516, #1e1d1e, black, black);
    background-size: 300% 300%;
    animation: circleanim 5s infinite alternate-reverse ease-in-out;
    background-position: center;
}
@keyframes circleanim {
    0%{
        background-position-x: 0%;
        background-position-y: 100%;
    }
    100%{
        background-position-x: 100%;
        background-position-y: 50%;
    }
}

/* form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
} */
.rightbarcon{
    display: flex;
    flex-direction: column;
}
input, textarea{
    width: 90%;
    height: 5vh;
    background-color : rgb(0, 0, 0);
    color : rgb(96, 93, 93);
    border : 2px solid rgba(21, 21, 21, 0.297);
    border-radius: 1%;
    padding : 5px;
    font-family: 'font4';
    }
textarea {
        
        height: 15vh;
        resize: none; /* Remove this if you want the user to resize the textarea */
    }
 #rightbarcon1{
    font-family: 'font3';
    font-size: 260%;
    }
#submitb{
    font-family: 'font1';
    width: 15%;
    height: 7vh;
    background-color : green;
    color : white;
    border : 2px solid rgba(21, 21, 21, 0.297);

}
.rightbar{
    width: 50%;
    color: white;
}

.footer{
    height: 5vh;
    width: 100%;
}
.rights{
    
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: white;
    font-family: 'font3';
    
}
@media (max-width: 600px) {
    .container_2{
        display: flex;
    }
    .container_1{
        display: none;
    }
    .wrap{
        display: flex;
        flex-direction: column;
        background-color: black;
        color: white;
    }
   .navbar2{
        height: 15vh;
        position: relative;
        width:5%;
        top:0;
        left: 0;
        animation: logoanim 5s alternate infinite;
    }
    .img2{
        /* height: 15vh;
        text-align: center; */
        
    }

    @keyframes logoanim {
        0%{
            top:0;
            left: 0; 
            padding: 0%;
        }
        50%{
            top:0;
            left: 35%;
            padding: 2%;
        }
        100%{
            top:0;
            left: 50%;
            padding: 4%;
        }
        
    }

    .content2_2{
        height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;

    }
    .content2_2_text{
        font-family: 'font4';
    }
    .rotatepic1{
        animation: rotateanimation 2s infinite ;
    }
    .rotatepic2{
        animation: rotateanimation2 2s infinite ;
    }
    .rotatepic3{
        animation: rotateanimation3 2s infinite ;
    }
    @keyframes rotateanimation {
        0%{
            visibility:hidden;
        }
        25%{
            visibility:visible;
        }
        50%{
            visibility: hidden;
        }
        75%{
            visibility: hidden;
        }
        100%{
            visibility: hidden;
        }    
    }
    @keyframes rotateanimation2 {
        0%{
            visibility:hidden;
        }
        25%{
            visibility:hidden;
        }
        50%{
            visibility: visible;
        }
        75%{
            visibility: hidden;
        }
        100%{
            visibility: hidden;
        }    
    }
    @keyframes rotateanimation3 {
        0%{
            visibility:hidden;
        }
        25%{
            visibility:hidden;
        }
        50%{
            visibility: hidden;
        }
        75%{
            visibility: visible;
        }
        100%{
            visibility: hidden;
        }    
    }
    .rights{
        height: 10vh;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        font-family: 'font3';
    }
    .rotate{
        height: 10vh;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        width: 20%;
    }
    .rotatepic{
        
    }
    
}