#about, #gear, #contact{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.8);
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1001;
}

.card-abt{
    width: 320px;
    height: auto;
    background: #101010;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    overflow: auto;
    z-index: 1002;
    box-shadow: 0px 0px 100px 0px #000;
}

.card-img{
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
}

.cimg1{
    background-image: url(../img/id.jpg);
}

.cimg2{
    background-image: url(../img/gear.jpg);
}

.cardtitle{
    font-size: 20px;
    text-align: left;
    padding: 20px 20px 5px 20px;
    color: #CCC;
    font-family: 'Roboto', sans-serif;
}
.carddesc{
    font-size: 14px;
    padding: 5px 20px 20px 20px;
    text-align: left;
    color: #666;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.c-line{
    display: block;
    margin: 20px 20px;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    text-decoration: none !important;
    background: #000;
    color: #CCC;
}

.cardclose{
    color: #CCC !important;
    text-decoration: none !important;
    display: block;
    margin: 0px 20px 20px 20px;
    padding: 10px;
    border-radius: 4px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
}

.fb-msg{
    width:100%;
    background: #FFF;
    padding: 20px;"
}

/* ----- Media Screen 2 Starts -----*/
@media only screen and (max-width: 980px) {

#about, #gear, #contact{

}

.card-abt{

}

.card-img{

}

.cimg1{

}

.cimg2{

}

.cardtitle{

}
.carddesc{

}

.c-line{

}

.cardclose{

}

}

/* ----- Media Screen 2 Starts -----*/
@media only screen and (max-width: 980px) and (orientation : landscape){

#about, #gear, #contact{
overflow: hidden;
}

.card-abt{
    width: 90%;
    overflow: auto;
}

.card-img{

}

.cimg1{
display: none;
}

.cimg2{
display: none;
}

.cardtitle{

}
.carddesc{

}

.c-line{

}


.cardclose{

}
    
.fb-msg{
    display: none;
}

}

/* ----- Media Screen 2 Starts -----*/
@media only screen and (max-width: 640px) {

#about, #gear, #contact{

}

.card-abt{
    width: 80%;
}

.card-img{

}

.cimg1{

}

.cimg2{

}

.cardtitle{
font-size: 5vw;
}
.carddesc{
font-size: 3.5vw;
}

.c-line{
font-size: 3.5vw;
}

.cardclose{
font-size: 3.5vw;
}

}

/* ----- Media Screen 2 Starts -----*/
@media only screen and (max-width: 640px) and (orientation : landscape){

#about, #gear, #contact{
overflow: hidden;
}

.card-abt{
    width: 90%;
    overflow: auto;
}

.card-img{

}

.cimg1{
display: none;
}

.cimg2{
display: none;
}

.cardtitle{
        font-size: 4.5vw;
}
.carddesc{
    font-size: 2.5vw;
}

.c-line{
    font-size: 2.5vw;
}


.cardclose{
    font-size: 2.5vw;
}
    
.fb-msg{
    display: none;
}

}