@import "navbar.css";
/*@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
font-family: 'Righteous', cursive;
*//*@import "about.css";*/
/* local fonts */
@font-face{
    src:url("Ampoule.ttf") format("truetype");

    src:url("../../Fonts/Battlestar.ttf") format("truetype");
    
    font-family:Lato;
    src:url("Lato.ttf") format("truetype");
}
/*===================*/

body{
    margin:0;
    padding:0;
    width:100%;
    height:auto;
}
*{
    box-sizing:border-box;
}
hr{
    width:50%;
}

/* about me section start */
div.about-me-section{
    border:hidden;
    min-height:100vh;
    display:flex;
    margin-top:100px;
    flex-direction:column;
}
/* about me start*/
div.about-me-section .about-me{
    border:hidden;
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
}
div.about-me-section .about-me .heading{
    width:100%;
    height:auto;
}
div.about-me-section .about-me .heading h1{
    font-family:Battlestar;
 /*   font-family: 'Righteous', cursive;*/
    letter-spacing:2px;
    color:lightgray;
    font-size:2.5vw;
    text-transform:uppercase;
    text-align:center;
    text-shadow:5px 5px 5px black;
}
div.about-me-section .about-me .heading h1:hover{
    letter-spacing:3px;
    transition:900ms ease;
    cursor:pointer;
    color:#0380F4;
}
div.about-me-section .about-me .frontend-paragraph{
    border:hidden;
    width:100%;
    margin-top:-10px;
    display:flex;
    justify-content:center;
}
div.about-me-section .about-me .frontend-paragraph p{
    color:white;
    font-weight:bolder;
    font-family:monospace;
    font-size:2vw;
    text-transform:uppercase;
    line-height:.7;
    text-align:center;
    letter-spacing:-1px;
    background:black;
    padding:5px;
}
div.about-me-section .about-me .frontend-paragraph p:hover{
    letter-spacing:2px;
    transition:900ms ease;
    cursor:pointer;
    color:#0380F4;   
}
div.about-me-section .about-me .btn{
    display:flex;
    justify-content:center;
}
div.about-me-section .about-me .btn a button{
    font-family:monospace;
    font-weight:bolder;
    letter-spacing:-1px;
    font-size:22px;
    padding:15px;
    outline:none;
    border-radius:10px;
    border:none;
    color:white;
    background:black;
    box-shadow:2px 2px 10px white;
}
div.about-me-section .about-me .btn a button:hover{
    background:#0380F4;
    transition:all 900ms;
    box-shadow:2px 2px 5px white;
}
div.about-me-section .about-me .btn a button i{
    color:white;
}
/* frontend-paragraph icon styling */
.fas{
    color:rgba(255,255,255,0.6); 
}
/* about me end*/

/* myskills start */
div.about-me-section .myskills{
    border:hidden;
    width:100%;
    margin-top:40px;
    height:auto;
    display:flex;
    flex-direction:column;
}
div.about-me-section .myskills .heading{
    border:hidden;
    width:100%;
}
div.about-me-section .myskills .heading h1{
    font-family:Battlestar;
/*    font-family: 'Righteous', cursive;*/
    letter-spacing:2px;
    color:lightgray;
    text-transform:uppercase;
    font-size:2vw;
    text-align:center;
    text-shadow:5px 5px 5px black;    
}
div.about-me-section .myskills .myskills-paragraph{
    border:hidden;
    width:100%;
    margin-top:-10px;
    padding:0px 100px;
}
div.about-me-section .myskills .myskills-paragraph p{
    color:white;
    font-weight:bolder;
    font-family:monospace;
    font-size:21px;
    text-shadow:1px 1px 1px black;
    text-align:justify;  
}
div.about-me-section .myskills .skills{
    border:hidden;
    width:100%;
    margin-top:-15px;
    display:flex;
    justify-content:center;
    padding:20px;
    overflow:hidden;
}
div.about-me-section .myskills .skills i{
    font-size:40px;
    margin:0px 10px;
    color:rgba(255,255,255,0.8);
}
div.about-me-section .myskills .skills i:hover{
    color:#0380F4;
    transition:400ms;
}
/* myskills end */

/* testimonies section start */
div.about-me-section .testimonies-section{
    border:hidden;
}
div.about-me-section .testimonies-section .heading{
    border:hidden;
    margin-top:40px;
}
div.about-me-section .testimonies-section .heading h1{
    font-family:Battlestar;
/*    font-family: 'Righteous', cursive;*/
    letter-spacing:2px;
    color:lightgray;
    font-size:2vw;
    text-transform:uppercase;
    text-align:center;
    text-shadow:5px 5px 5px black;     
}
div.about-me-section .testimonies-section .testimonies{
    border:hidden;
    margin-top:20px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
div.about-me-section .testimonies-section .testimonies .testimonies-image{
    border:hidden;
    width:260px;
    height:400px;
    margin:20px 20px;
    display:flex;
    flex-direction:column;
}
div.about-me-section .testimonies-section .testimonies .testimonies-image a img{
    width:100%;
    height:100%;
    border-radius:50%;
    display:block;
    box-shadow:3px 4px 20px white;
}
div.about-me-section .testimonies-section .testimonies .testimonies-image .image{
    border:hidden;
    height:250px;
}
div.about-me-section .testimonies-section .testimonies .testimonies-image .testimonies-text{
    border:hidden;
    height:150px;
    padding:4px;
    overflow:hidden;
}
div.about-me-section .testimonies-section .testimonies .testimonies-image .testimonies-text p{
    font-family:monospace;
    color:white;
    text-align:justify;
    font-size:15px;
    font-weight:bold;
}
/* testimonies section start */

/* hire start */
div.about-me-section .hire{
    border:hidden;
    width:100%;
    margin-top:10px;
    height:auto;
    display:flex;
    flex-direction:column;
}
div.about-me-section .hire .heading{
    border:hidden;
    width:100%;
}
div.about-me-section .hire .heading h1{
    font-family:Battlestar;
/*    font-family: 'Righteous', cursive;*/
    letter-spacing:2px;
    color:lightgray;
    font-size:2vw;
    text-transform:uppercase;
    text-align:center;
    text-shadow:5px 5px 5px black;      
}
div.about-me-section .hire .social-links{
    border:hidden;
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:10px;
    margin-bottom:40px;  
}
div.about-me-section .hire .social-links a i{
    font-size:40px;
    margin:0px 10px;
    color:rgba(255,255,255,0.8);  
}
div.about-me-section .hire .social-links a i:hover{
    color:#0380F4;
    transition:400ms;
}

/* hire end */
/* about me section end */

.Moment-section{
    border:hidden;
}
.Moment-section h1{
    font-family:Battlestar;
    letter-spacing:2px;
    color:lightgray;
    font-size:2vw;
    text-transform:uppercase;
    text-align:center;
    text-shadow:5px 5px 5px black;        
}
.moments{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding:20px 150px;
    grid-gap:0.19rem;
}
.item{
    padding:3rem;
    height:300px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1.3rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 2;
    grid-row:1 / span 2;
    grid-row:1 / span 2;
}
.item:nth-child(4){
    grid-column:2 / span 3;
    grid-row: 2 / span 2;
}

.moments .item .text-overlay{
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
    padding:2px;
}
.moments .item .text-overlay span{
   font-family:monospace;
   font-weight:bold;
   color:white;
   font-size:19px;
} 

@media(max-width:320px){
    .moments{
      padding:0px 20px;  
      display:grid;
      grid-template-columns:auto;
       border:hidden;
      grid-gap:0.3rem;
    }
.Moment-section h1{
    font-family:Battlestar;
    letter-spacing:2px;
    font-size:2px;     
}
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 1;
    grid-row:1 / span 1;
    grid-row:1 / span 1;
}
.item:nth-child(4){
    grid-column:1 / span 1;
    grid-row: 1 / span 1;
}
}


@media(min-width:320px) and (max-width:375px){
    .moments{
      padding:0px 20px;  
      display:grid;
      grid-template-columns:auto;
      border:hidden;
      grid-gap:0.3rem;
    }
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 1;
    grid-row:1 / span 1;
    grid-row:1 / span 1;
}
.item:nth-child(4){
    grid-column:1 / span 1;
    grid-row: 1 / span 1;
}
}

@media(min-width:375px) and (max-width:425px){
    .moments{
      padding:0px 20px;  
      display:grid;
      grid-template-columns:auto;
      border:hidden;
      grid-gap:0.3rem;
    }
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 1;
    grid-row:1 / span 1;
    grid-row:1 / span 1;
}
.item:nth-child(4){
    grid-column:1 / span 1;
    grid-row: 1 / span 1;
}
}


@media(min-width:425px) and (max-width:551px){
    .moments{
      padding:0px 2px;  
      display:grid;
      grid-template-columns:auto auto;
      border:hidden;
      grid-gap:0.3rem;
    }
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 1;
    grid-row:1 / span 1;
    grid-row:1 / span 1;
}
.item:nth-child(4){
    grid-column:1 / span 1;
    grid-row: 1 / span 1;
}
}


@media(min-width:551px) and (max-width:768px){
    .moments{
      padding:0px 2px;  
      display:grid;
      grid-template-columns:auto auto auto;
      border:hidden;
      grid-gap:0.3rem;
    }
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 1;
    grid-row:1 / span 1;
    grid-row:1 / span 1;
}
.item:nth-child(4){
    grid-column:1 / span 1;
    grid-row: 1 / span 1;
}
}

@media(min-width:768px) and (max-width:1024px){
    .moments{
      padding:0px 2px;  
      display:grid;
      grid-template-columns:auto auto auto;
       border:hidden;
      grid-gap:0.3rem;
    }
    .item{
    padding:3rem;
    height:200px;
    border:1px solid #ccc;
    background:#f4f4f4;
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    position:relative;
}
.item:first-child{
    grid-column:1 / span 2;
    grid-row:1 / span 2;
    grid-row:1 / span 2;
}
.item:nth-child(4){
    grid-column:2 / span 3;
    grid-row: 2 / span 2;
}
}