@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@1,100&display=swap');

.mnav a{
    text-decoration: none;
    font-size: 1.25rem;
    color: white;
    padding:0  1rem 0;
}

.algo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.algob {
    width: 3vw!important;
    text-align: center;
}

.skinb{
    transition: ease-in-out 200ms;
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important;
}

.skinb:hover{
    background-color: #5a5a5a;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: ease-in-out 200ms;
    border-radius: 10px;
    color: beige;
}

a{
    text-decoration: none;
    font-size: 1rem;
    color: white;
}

.logo:hover{
    color: #ffbb00;
    transition: ease-in-out 400ms;
}

.algoc {
    width: 60vw;
    background-color: #f5f5f5;
}

.logo{
    transition: ease-in-out 400ms;
    font-size: 1.5rem!important; 
    font-weight: bold;
}

.mnav{
    background-color: #1b1b1b;
    padding: 1rem 12rem;
    font-family: 'Libre Franklin', sans-serif;
    height: 5vh;
    
}
.mnav ul{
    list-style-type: none;
}

.navb{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

nav{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sec1{
    height: 87vh;
    display: flex;
    background-color: floralwhite;

}

.bb{
   transition: ease-in-out 100ms; 
   border-bottom: 6px solid rgb(192, 128, 192);
   font-family: 'Zen Dots', cursive;
   margin: 1rem;
   padding: 1rem 2rem; 
   background:rgb(49, 49, 49)
}


.bb:active {
    transform: translateY(-5px);
}

.bb:hover {
    transition: ease-in-out 100ms;
    border-bottom: 6px solid rgb(98, 128, 64);
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
    animation: color-rotate 1s;
    animation-iteration-count: infinite;

}

.deev{
   display: flex;
   align-items:center;
   justify-content:center;
   flex-direction: column;
   padding: 5rem;
   width:50%;
}


.snapiboi{ 
    width: 100%;
    min-height: 86%;
}


body{
    /* padding-left: 1rem;   */
    background-color: #222222!important;
    color: white;
    width: 100%;
}



html,body{
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 1.125rem;
    font-family: 'Courier New', Courier, monospace;
}

.skinst{
    background-color: #c8c8c8;
    color: black;
    font-size: 2.5rem;
    font-weight: lighter;
    padding-left: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 1.7rem;
}


.seprater{
    padding-top: .1rem;
    background-color: #858585;
}

.content {
    background-color: floralwhite;
    width: 80vw;
    margin: 2vw auto;
    border-radius: 30px;
    min-height: 80vh;
}

.cent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 100%;
    text-align: center;
}

.contt {
    color: #1b1b1b;
    padding: 2vh 5vw;
}

.list {
    line-height: 2vh;
    padding-left: 4vw;
}

p {
    line-height: 2vh;
}

.title {
    padding:0 1rem 0; 
    white-space: nowrap; 
    font-size: 3rem;
    font-family: 'Zen Dots', cursive; 
    color: rgb(49, 49, 49);
}

.subt {
    font-size:1.1rem;
    font-family: 'Libre Franklin', sans-serif; 
    color: rgb(49, 49, 49);
}

.image {
    width: 40vw;
    object-fit: contain;
}

.foot {
    padding-left:3rem;
    color: #858585;
    background-color: #1b1b1b;
    clear: both;
    position: relative;
    bottom: 0;
}
@keyframes stripe-slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.btnc {
    padding: 2vh;
}

.btn {
    overflow: visible;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -moz-user-select: text;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.22vh 1.4vw 1.68vh;
    background-color: floralwhite;
    color: #666;
    border: 2px solid #666;
    border-radius: 6px;
    margin-bottom: 0.625vw;
    transition: all 0.5s ease;
}
.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn--stripe {
    overflow: hidden;
    position: relative;
}
.btn--stripe:after {
    content: '';
    display: block;
    height: 0.5vh;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, #666, #666 1px, transparent 2px, transparent 5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid #666;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 0.27vw 0.5vh;
}
.btn--stripe:hover {
    background-color: #666;
    color: #fff;
    border-color: #000;
}
.btn--stripe:hover:after {
    background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
    border-top: 1px solid #000;
    animation: stripe-slide 12s infinite linear forwards;
}

