* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,body {
  margin: 0px;
  font-family: 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif,'segoe ui';
  padding: 0px;
  scroll-behavior: smooth;

}
/*---NavBar---*/

.nav {
  height: 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline;
  font-size: 18px;
  color: #000000;
  padding: 0px 10px 10px 30px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline-block;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 50px 13px 10px;
  text-decoration: none;
  color: #3e64ff;
}

.nav > .nav-links > a:hover {
  background-color: #3e64ff;
  color: #fff;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:600px) {


  .nav > .nav-header > .nav-title {
    display: inline;
    font-size: 18px;
    color: #000000;
    padding: 0px 10px 10px 10px;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: #3e64ff;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label>span{
    border-top: 2px solid #fff;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #3e64ff;

  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
  /*  background-color: #2D4059; */
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    text-align: center;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
/*----Home-----*/

.container-one{
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #fff;

}
.Home{
  font-size: 50px;
  font-weight: bold;
  display: flex;
  Flex-direction: column;
  padding: 100px 0;
  margin-top: 135px;
  color: #3e64ff;
  justify-content: center;
}
.name{
  color: #fff;
  text-shadow: -2px 0 #3e64ff, 0 2px #3e64ff, 2px 0 #3e64ff, 0 -2px #3e64ff;
}

/*---About Page----*/

.container-twofeed{
  padding: 100px 0;
}
.container-twofeed h2{
  text-align: center;
  margin: 15px;
  margin-bottom: 50px;
  font-weight: 900;
}
.container-two{
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  text-align: center;
/*  border-top: 4px solid black;
  border-bottom: 4px solid black;  */
}

.box-one{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
flex: 1;
}
.box-two{
  width: 100%;
  font-size: 20px;
  text-align: left;
  flex: 1;
  padding: 15px;
  margin-top: 10px;
}
.box-two p{
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
}
.skills-tec{
  display: flex;
  margin-top: 10px;
}
.skills-onleft ul li{
  list-style-type: none;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  margin-right: 20px;
  line-height: 1.75rem;
  color: #000;
}
.skills-onright ul li{
  list-style-type: none;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  margin-left: 20px;
  line-height: 1.75rem;
  color: #000;
}
/*-----For Desktop About-----*/

@media only screen and (min-width:675px){

  .container-twofeed h2{
    margin-bottom: 0px;
    
  }
  .box-two p{
    font-size: 20px;
  }
  .Home{
    font-size: 80px
  }
  .skills-onleft ul li{
     font-size: 20px;
   
  }
  .skills-onright ul li{
        font-size: 20px;    
  }
}
/*---Worke---*/
.container-three{
  width: 100%;
  height: auto;
  background-color: #f5f7f8;
  padding: 7em 1em 7em 1em;

}
.container-three h1{
  text-align: center;
  margin: 15px 15px 20px 15px;
  font-weight: 900;
}
.Work{
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.2);
  margin-bottom: 35px;

}
.Work-blog-boss{
  margin-top: 10px;
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.2);
  margin-bottom: 35px;

}

h1,h2{
  margin: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2em;

}
.project-box-one >img{
  max-width:100%;
  height: auto;
}
.project-box-one{
  background-color: #2D4059;
  flex: 1;


}
.project-box-onedescreaption{
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 10px 10px;

}
.p-one{
  display:block;
font-size: 1em;
margin: 5px;
color: #959595;
}
.p-two{
font-size: 1.5em;
margin: 10px 5px;
font-weight: bold;
}
.p-three{
padding: 5px;
font-family: 'Libre Franklin', sans-serif;
font-size: 1rem;
color: #000;
}
.btn{
  color:white;
  text-decoration: none;
  font-size: 18px;
  background-color: #3e64ff;
  padding: 10px;
  border-radius: 10px;
  margin:10px;
  opacity: 1.0;
  text-align: center;


}
.btn:hover{
  opacity: 0.8;
}
.btn > a{
  color: white;
  text-decoration: none !important;
  font-weight: 600;
  font-family: 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

/*---container-other-projects---*/
.container-other-projects{
  width: 100%;
  padding: 100px 0;
  
}
.container-other-projects h2{
  text-align: center;
  margin: 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
}
.other-projects{
  align-items: center;
  display: flex;
  flex-direction: column;
}
.other-proj-box{
  position: relative;
  width: 290px;
  height: 310px;
  margin: 15px;
  padding: 28px 25px;
  border-radius: 5px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.17);
}
.other-box-icons{
  display:flex;
  position: relative;
}
.other-box-links{
  position: absolute; 
  right: 0px;
}
.other-box-links a{
  text-decoration: none;
}
.other-box-links i{
  margin:0px 5px;
}
.other-proj-dec{
  margin-top: 25px;
}
.other-proj-dec h3{
  font-size: 1.2em;
  color: #000;
}
.other-proj-dec P{
  margin-top: 15px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
}
.other-proj-footer {
  position: absolute; 
  bottom: 22px;
}

@media only screen and (min-width:675px){
  .container-other-projects{
    width: 80%;
    margin: auto;
    justify-content: center;
  }
  .other-projects{
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
/*---END container-other-projects---*/

/*---Container four---*/
.container-four{
  width: 100%;
  height: 670px;
  padding: 7em 1em 7em 1em;
  background-color: #F6F6F6;
}
.container-four h2{
  text-align: center;
  margin: 15px;
  font-weight: 900;
}
.Education{
display: flex;
flex-direction: column;
}
.Education p{
  margin: 5px;
  color: white;

}

.Education-box-one{
  flex: 1;
  background-color: #3e64ff;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,1.5);

}
.Education-box-two{
  flex: 1;
  background-color: #3e64ff;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,1.5);

}
.Education-box-three{
  flex: 1;
  background-color: #3e64ff;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,1.5);

}
.container-four a{
    background-color: #3e64ff;
    padding: 0.5em 1em;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
}
.request-button-container{
  margin-top: 1em;
  padding: 10px;
}

/*-----Blog-----*/
.container-blog{
  width: 100%;
  height: auto;
  padding: 7em 0 7em 0;
  background-color: #fff;

}
.container-blog>h1{
  text-align: center;
  margin: 15px 15px 25px 15px;
  font-weight: 900;
}
.contain-blog{

  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blogs{
  height: auto;
  background-color: #fff;
  margin: 8px;
  text-align: left;
  padding: 10px 10px;
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.2);

}
.blog-img> img{
width: 100%;
}
.blog-per{
  width: 100%;
  margin: 5px 0 5px;
  height: auto;
}
.blog-title{
    margin: 10px 5px;
}
.blog-title> p{
  font-size: 1em;
  font-weight: bold;
}
.blog-description{
  padding: 5px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  color: #000;
}
.blog-readmore {
  text-align: right;
  padding: 10px 0 10px 0;
}
.blog-readmore a{
  padding: 0.5em 0.5em;
  border-radius: 5px;
  color: #3e64ff;
  text-decoration: none;
  justify-content: flex-end;
}
/*-----For Desktop Blog-----*/

@media only screen and (min-width:675px){
  .contain-blog{
    flex-direction: row;
  }
  .blogs{
    width:350px;
    margin-right: 15px;
  }
}


/*-----End Of Blog-----*/

/*-----Contact Me-----*/
.container-six{
  width: 100%;
  height: 500px;
  padding: 7em 0 7em 0;
}
.container-six > h1{

  text-align: center;
  margin: 15px;
  font-weight: 900;
}

.contact{
  text-align: center;
  font-size: 20px;
  padding: 15px;
  margin: 1px 25px;
}
.Social-icon{
  margin: 25px 0px;
}
.footer{
  width: 100%;
  height: 70px;
  background-color: #3e64ff;
  padding: 25px;
  text-align: center;

}
.footer >p{
  color: #F6F6F6;
}

/*-----Icons-----*/
.Social-icon{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}
.icon >a{
  flex: 1;
  padding: 0px 5px;
  opacity: 1.0;
}
.icon >a:hover{
  opacity: 0.5;

}

/*----for desktop----*/

@media only screen and (min-width:768px){
        .container-two{
      /*    background-color: #ddd;   */
          flex-direction: row;
          padding: 25px;
        }
        .box-one{
          /*---background-color:white;--*/
          padding: 25px;
          margin:auto;
          width: 60%;
        }
        .box-two{
      /*    background-color: #FFEBEE;*/
          padding: 25px;
          margin:auto;
          width: 60%;
      /*    border: 3px solid #ddd; */
          margin-right:25px;
        }

        /*work*/
        .Work{
          display: flex;
          flex-direction: row;
          width: 80%;
          margin: auto;
          margin-bottom: 25px;

        }
        .Work-blog-boss{
          display: flex;
          flex-direction: row-reverse;
          margin: auto;
          width: 80%;
          margin-top: 10px;
          margin-bottom: 25px;

        }
        .container-three h1{
          margin-bottom: 50px;
        }
        .project-box-one >img{
          width: 100%;
        }
        .btn{
          width: 250px;
        }
        .project-box-onedescreaption{
            padding: 10px 30px;
        }


        /*---Education---*/
        .container-four{
          background-color: #FFFFFF;
        }
        .Education{
        margin: 35px 200px;
        }
        .Education-box-one{
        text-align: center;
        margin-bottom: 7px;

        }
        .Education-box-two{
        text-align: center;
        margin-bottom: 7px;
        }
        .Education-box-three{
        text-align: center;
        margin-bottom: 7px;
        }


}


@media only screen and (orientation : landscape) {
  .container-one,.container-two{
    height: 650px;


  }

}


/*----- fab -----*/

.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
.fab-checkbox {
  display: none;
}
.fab-mode{
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: blue;
  border-radius: 50%;
  background: #3e64ff;
  box-shadow: 0px 5px 20px #81a4f1;
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px;
  border: 1px solid #3e64ff;
}

.fab-mode:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab-mode:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab-mode:hover {
  background: #3e64ff;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab-mode .fab-dots {
  height: 6px;
}

.fab-mode .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab-mode .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab-mode .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab-mode .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #F6F6F6;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
  transition: all 1s ease;
  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #3e64ff;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}



/*Blog Arrow Link*/
.arrow-link {
    -webkit-transition: all .15s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;


  }
  .arrow-link::after {

    position: relative;
    bottom: 0.2ex;
    margin-left: 0;
    content: "➞";
    color: #3e64ff;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .15s ease-in-out;
  }

  .arrow-link:hover {
    color: #777;
  }

  .arrow-link:hover:after {
    transform: translateX(7px);
  }
  /*End Of Blog Arrow Link*/
