@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

/*navbar*/
#navbar1 .navbar{
    margin-left: 19.8%;
}
 #navbar1 .navbar-nav{
     padding-top: 1%;
     padding-bottom: 1%;
    margin-left: 25%;
    font-family: "Rubik";
}
 #navbar1 .nav-item{
     margin-left: 10%;
     font-size: 19px;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: "Rubik";
 }
 #navbar1 .nav-link:hover{
     transition: 1s;
    color:orange;
}
 
 @media screen and (max-width: 750px){
     #navbar1 .navbar{
         margin-left: 0.2%;
         margin-right: 0%;
     }

     #navbar1 .nav-item{
         margin-left: -27%;
         padding-top: 5%;
         text-align: center;
     }
 }


/*profile*/
#profile .sidebar{
   position: fixed;
  
   width: 300px;
   top:0%;
   bottom: 0;
   background: #111;
   
}
#profile p{
    color: rgb(172, 146, 146);
}
#profile hr{
    color: white;
    height: 2px;
}
@media screen and (max-width: 750px){

    #profile .sidebar{
        position: relative;
        margin-left: 3%;
        width: 353px;
        top : 0;
        bottom: 0;
        background: #111;
        margin-top: -2%;
        
     }
}



#profile .col-md-9{
    margin-top: 20%;
    margin-left: 10%;
}
@media (max-width:750px){
    #profile .col-md-9{
        margin-left: 6%;
        margin-right: 6%;
        margin-bottom: 6%;
    }
}
#profile .main-body {
    padding: 15px;
}


#profile .card {
    
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    
    margin-top: 2%;
    
    
}
@media (max-width:900px){
    #profile .card{
        position: relative;
    }
}

#profile .card-3{
    margin-top: 22%;
    margin-left: 7%;
}

#profile .card-3 a{
    margin-left: 3%;
    letter-spacing: 15px;
    color: white;
    font-size: 25px;
}

#profile .card-3 a:hover{
    color: orange;
    transition: 1s;
}


#profile .card-1{
    margin-top: 8%;
}

#profile .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

 #profile .mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

#profile .list-group-item img{
    margin-left: 8%;
}
/*//profile*/

/*home*/
#home .home{
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Rubik";
    letter-spacing: 2px;
    font-weight: 400;
    padding-top: 8%;
    margin-left: 23%;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 2.5px;
    width: fit-content;
}

.about-content {
    margin-right: 3rem;
    text-align: justify;
}

#home .content{
    margin-top: 2%;
    color: white;
    margin-left: 23%;
    display: block;
    font-family: "Rubik";
    font-size: 20px;
}
#home .info{
    margin-left: 23%;
}
#home .name-own{
    padding-left: 75%;
}
#home .content p{
    text-align: justify;
}
@media (max-width:750px){
    #home .home{
        margin-left: 3%;
        
    }
    #home .content{
        margin-left: 3%;
    }
    #home .info{
        margin-left: 0%;
    }
    #home .name-own{
        padding-left: 10%;
    }
    #home .content p{
        padding-right: 3%;
    }
}

/*//home*/




/*Cards*/

#projects .home{
    display: block;
    color: #fff;
    font-family: "Rubik";
    letter-spacing: 2px;
    padding-top: 8%;
    margin-left: 23%;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: rgb(218, 113, 44);
    border-bottom-width: 2.5px;
    width: fit-content;
}

@media (max-width:900px){
    #projects .home{       
     margin-top: 1%;
     margin-left: 36%;

    }
}


#projects .cardo{
    margin-left: 28%;
}

#projects img{
    border-radius: 12px;
}

#projects  .flipping-card-wrapper{
    border-radius: 5cm;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

#projects  .flipping-card-item-wrapper{
    perspective: 150rem;
    position: relative;
    width:   340px;
    height:  400px;
    margin: 1rem;
}

#projects .flipping-card-item-side{
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    margin:  1.5rem;
    width: 100%;
    height: 100%;
    background-position: center;
    background-color: #ffffff;
    box-shadow: 0 .8rem .8rem rgba(122, 120, 120, 0.18);
    transition: all 1s;
}
#projects .flipping-card-item-side-back{
    background-color: rgb(44, 43, 43);
    color: #000;
    transform: rotateY(180deg);
}


#projects .flipping-card-item-wrapper:hover .flipping-card-item-side-front{
    transform: rotateY(-180deg);
}

#projects .flipping-card-item-wrapper:hover .flipping-card-item-side-back{
    transform: rotateY(0);
}

#projects .card-img-overlay h2{
    font-family: Rockwell;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 30%;
    color: rgb(255, 255, 255);
    /* border-bottom-style: solid;
    border-bottom-color: unset !important; */
    border-bottom-width: 2.5px;
    width: fit-content;
}

#projects .flipping-card-item-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-blend-mode: color;
}

#projects .flipping-card-back-wrapper{
   
    font-weight: 200;
    position: relative;
    left: 0;
    text-align: center;
}

#projects .flipping-card-back-wrapper__btn {
    border-radius: 4px;
    margin-top: 2rem;
    padding: .7rem;
    text-align: center;
    color: #ffffff;
    border: 0;
    background-color: orange;
    transition: all .5s;
}

#projects .flipping-card-back-wrapper__btn:hover {
    font-weight: bold;
}

#projects .flipping-card-item-wrapper{
    border-radius: 10px;
    margin-left: 7%;
}
@media screen and (max-width: 750px){
    #projects .cardo{
        margin-left: -40%;
    }
    #projects .card-title{
        margin-left: 9%;
    }
}

/* new added card grid css */
#projects .flipping-card-back-row{
    margin-top: 10%;
}

#projects .column-img{
    height: 96%;
    width: 70%;
    transition: transform 250ms;
}
#projects .my-projects-card{
    padding-left: 19%;
}

#projects .my-right-card{
    margin-left: -10%;
}

@media screen and (max-width: 750px){
    #projects .my-right-card{
        margin-left: -0%;
    }
}

#projects .column-img:hover{
    transform: translateY(-10px);
  }

/* end card grid css */

@media screen and (max-width: 750px){
    #projects .modal{
        margin-top: 25%;
    }
}

#projects .modal-header{
    background-color: #000;
}

#projects .btn{
    background-color: white;
}

#projects .modal-title{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 30%;
    color: orange;
}
@media screen and (max-width:750px){
    #projects .modal-title{
        font-family:Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-left: 3%;
        color: orange;
    }
}
#projects .modal-body img{
    width: 76%;
    height: 74%;
}
@media screen and (max-width:750px){
    #projects .modal-body img{
        margin-left: 14%;
        width: 72%;
        height: 95%;
    }
}

#projects .proj-heading{
    font-family: Cambria;
    font-weight: bold;
    font-size: 20px;
}

#projects .proj-data{
    margin-top:3%;
}
#projects .data{
    margin-left: -9%;
}
@media screen and (max-width:750px){
    #projects .data{
        margin-left: 13%;
    }
}

/* // Modal css */
/* ------- */


/*achievements*/
#achievements .home{
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-family: "Rubik";
    letter-spacing: 2px;
    padding-top: 8%;
    margin-left: 23%;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 2.5px;
    width: fit-content;
}
@media screen and (max-width:750px){
    #achievements .home{
        margin-left: 16%;
    }
}

#achievements .col-md-8{
    margin-left: 28%;
    margin-top: 3%;
}
@media screen and (max-width: 750px){
    #achievements .container{
        margin-left: -22%;
    }
}
#achievements .content {
    margin-top: 3%;
   padding: 24px;
   background: #5fcf80;
   border-radius: 4px;
   color: #fff;
   
 }
 
 #achievements .content p {
   margin-bottom: 30px;
 }
 
 #achievements .icon-boxes .icon-box {
   text-align: center;
   background: #fff;
   padding: 40px 30px;
   width: 100%;
   border: 1px solid #eef0ef;
 }
 
 #achievements .icon-boxes .icon-box i {
   font-size: 32px;
   padding: 18px;
   color: black;
   margin-bottom: 30px;
   background: #ffa50050;
   border-radius: 50px;
   font-weight: bold;
 }
 
 #achievements .icon-boxes .icon-box h4 {
   font-size: 20px;
   font-weight: 700;
   margin: 0 0 30px 0;
 }
 
 #achievements .icon-boxes .icon-box p {
   font-size: 15px;
   color: #848484;
 }
 #achievements .icon-box:hover{
    transition: 2s;
    transform: scale(1.1);
 }

 #achievements .col-lg-4{
     margin-top: 3%;
 }

@media screen and (max-width: 750px) {
    #achievements .achieve-row{
        margin-left: 5%
    }  
}
 
 /*//achievement*/

 /*contact*/

 #contact .home{
    display: block;
    color: #fff;
    font-family: "Rubik";
    letter-spacing: 2px;
    padding-top: 8%;
    margin-left: 23%;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: orange;
    border-bottom-width: 2.5px;
    width: fit-content;
 }
 @media screen and (max-width: 750px){
     #contact .home{
         margin-left: 25%;
     }
 }
 #contact .wrap-contact100 {
   
    margin-left: 43%;
    width: 550px;
    background: transparent;
    padding: 50px 0px 50px 0px;
  }
@media screen and (max-width: 750px){
    #contact .wrap-contact100 {
   
        margin-left: 4%;
        width: 349px;
        background: transparent;
        padding: 50px 0px 50px 0px;
      }
}

  
  #contact .contact100-form-title {
    display: block;
    font-family: Ubuntu-Bold;
    font-size: 3px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 49px;
  }
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  #contact .wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 31px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }
  
  #contact .input100 {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 31px;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    color: #8f8fa1;
    line-height: 1.2;
  }
  
  
  /*---------------------------------------------*/
  #contact input.input100 {
    height: 62px;
    padding: 0 35px 0 35px;
  }
  
  
  #contact textarea.input100 {
    min-height: 169px;
    padding: 19px 35px 0 35px;
  }
  #contact .new-button{
      margin-left: 42%;
  }
  
   .contact-btn {
    border-radius: 4px;
    margin-top: 2rem;
    padding: .7rem;
    text-align: center;
    color: #ffffff !important;
    border: 0;
    background-color: orange !important;
    transition: all .5s;
}

 .contact-btn:hover {
    font-weight: bold;
}

:focus-visible {
    outline:unset;
}

  @media screen and (max-width: 750px) {
      #contact .new-button{
          margin-top: 7%;
          margin-left: 38%;
      }
  }



 /*Footer*/
 
 #footer {
     margin-top: 14%;
     background-color: rgb(63, 61, 61);
     color: white;
 } 

 #footer a{
     color: rgb(241, 190, 93);
 }

 /* footer 2 */

    #footer2{
        /* visibility: visible; */
        /* margin-top: -21%; */
        background-color: #111;
        color: white;
    } 
    #footer2 a{
        text-decoration: none;
        color: orange;
    }

    #footer2 p {
        margin-bottom: 0 !important;
    }


/* all media query */
@media screen and (max-width: 480px) {
    .about-content {
        margin-right: 0;
    }

    #footer2 p {
        font-size: 12px;
    }
}