
/* hamburger */

.checkbox {
    display: none;
}

.button {
    position: relative;
   background-color: #000;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 5vh;
    right: 5vw;
    z-index: 2000;
    /*box-shadow: 0 1rem 3rem black;*/
    text-align: center;
    cursor: pointer;
      border: 2px solid #FFC845;
        border-radius: 50%;
        animation: rotateIn;
        animation-duration: 3s;

}

.background {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 5vh;
    right: 5vw;
    background: #00000070;
  
    z-index: 1000;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);

}
.checkbox:checked~.background {
    transform: scale(85);
        border-radius: 0;
        background: #191919;
}


.nav {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60vw;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
}

.list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
}
.list .item{
    margin: 5px;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item {
     margin: 5px;
    height: 8rem;
    display: flex;
    align-items: center;
}

.link:link,
.link:visited {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
   /* background-image: linear-gradient( 120deg, transparent 0%, transparent 50%, white 50%);*/
    background-size: 220%;
    transition: all 0.4s;
}
.link:visited .list{
    display: none;
}
.link:hover,
.link:active {
    color: lightgreen;
    cursor: pointer;
}


/* functionality */


.checkbox:checked~.nav {
    opacity: 1;
    width: 100%;
    right: 0;
}


/*  */


/* styling hamb ICON */

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
    width: 1rem;
    height: 2px;
    background-color: #fff;
    display: inline-block;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.icon::before {
    top: -0.3rem;
}

.icon::after {
    top: 0.35rem;
}

.button:hover icon:before {
    top: -1rem;
}

.button:hover icon::after {
    top: 1rem;
}

.checkbox:checked+.button .icon {
    background-color: transparent;
}

.checkbox:checked+.button .icon::before {
    top: 0;
    transform: rotate(135deg);
    background-color: #FFC845;
}

.checkbox:checked+.button .icon::after {
    top: 0;
    transform: rotate(-135deg);
    background-color: #FFC845;
}
.link{
    color: #fff!important;
     font-family: 'Poppins-Medium';
     font-size: 17px;
    letter-spacing: 4px;
}
.link:hover{
color: #FFC845!important;
}
/*end nav*/
.toggle{
    /* display: none; */
  }
  .toggle.show{
    display: block;
  }
  .toggle.hide{
    display: none;
  }
  @font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'JosefinSans-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins-Semibold';
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'Poppins-LightItalic';
    src: url(../fonts/Poppins-LightItalic.ttf);
}
    /* footer */

footer{
    background: url(../images/background.webp);  
    padding: 8rem 2rem 8rem 2rem;
    background-repeat: no-repeat;
background-size: cover;
  }
  .footer-title{
      font-size: 24px;
      text-align: center;
      color: #fff;
      margin-bottom: 2rem;
      text-transform: uppercase;
      font-family: 'JosefinSans-Regular';
  /*    animation: backInUp;
     animation-duration: 3s;*/
  }
  .social{
      padding: 0;
      display: flex;
      margin:0;
      align-items: center;
      list-style: none;
      justify-content: center;
  }
  .social li{
      width: 2rem;
      height: 2rem;
      margin: 0 2px;
  
  }
  .social .middle-li{
      margin-right: 8px;
      margin-left: 8px
  }
  .social li a img{
      width: 100%;
      height: 100%;
      /* height: 2rem;
      width: 2rem; */
      margin-right:5px;
      border: 2px solid #FFC845;
      border-radius: 50%;
  }
  .copyright{
      text-align: center;
      color: #000;
      font-family: 'Poppins-Semibold';
      margin-top: 3rem;
      margin-bottom: 0;
  }
  
  
  
  @media(max-width:600px){
    .copyright{
        font-size: 12px;
   }
  }



body{
    background-color: #fff!important;
}
.card{
    background-color: transparent!important;
    border: none!important;
}
.card-header{
    border-bottom: none!important;
}
label,.btn-link, .card-header{
 font-weight: 800;
 font-family: arial;

}
.card-header{
    text-align: center;
    font-size: 35px;
    font-family: arial;
    color:#3490dc;
    -webkit-text-stroke: 0.5px #3490dc;

        /* text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF; */

}


#project {
    background: transparent;
    }
#project img{
    width: 5rem;
    margin: auto;
}
.log{
    background: #8f743c!important;
color: #fff!important;
border: 1px solid #8f743c!important;
box-shadow: rgba(47, 41, 32, 0.93) 0px 1px 4px!important;
padding: 0.375rem 1.75rem!important;
}

#email,#password{
    width: 35%!important;
    height: 55px!important;
    padding: 15px!important;
    border-radius: 10px!important;
    background: #E1C978!important;
    border-color: black!important;
    border: 0.5px solid black!important;
    text-align: center!important;
    margin: auto!important;
}
#email:focus,#password:focus{
    border: 0.5px solid black !important;
    border-color: black !important;
    box-shadow: unset !important;
    background: #fff!important;
}
.log{
    width: 35%!important;
    height: 55px!important;
    padding: 15px!important;
    border-radius: 10px!important;
    background: #000!important;
    border-color: black!important;
    border: 0.5px solid black!important;
    text-align: center!important;
    margin: auto!important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}

label {
font-weight: bold;
font-family: 'Poppins-Medium';
font-size: 15px;
text-transform: uppercase;
}
.forget{
color: #524311!important;
text-decoration: underline!important;
text-transform: uppercase!important;
font-family: 'Poppins-Medium'!important;
font-size: 13px!important;
letter-spacing: 0;
}
.forget:hover{
color: #E1C978!important;
}
label .star{color: #E1C978!important;

}
.link {
margin-top: 8px;
}
main{
margin-top: 0px!important;
padding-top: 0!important;
}
@media(max-width:550px){
#email,#password,.log{
    width: 100%!important;
}
}


.logo2 .img-col {
    text-align: left;
  }
  .logo2 img {
    width: 70px;
    margin-top: 1.3rem;
    margin-left: 2rem;
  }
  .title{
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins-Medium';
    /* margin-top: 23vh; */
    font-size: 30px;
    letter-spacing: 1px;
  }
  .sub-title{
    font-family: 'Poppins-LightItalic';
    margin: 2rem 0 2rem 0;
    color: black;
    /* font-weight: 600; */
    font-size: 20px;
    margin-bottom: 0;
  }
  .all{
    margin-top: 4rem;
  }