:root{
  /* colors */
  --pr-orange: #f48200;
  --sec-orange: #ff2200;
  --tes-color: #ff5700;
  --pr-white: #f7f9fb;
  --pr-blue: #0d19a3;
          --main-black : #131313;
          --main-black2 : #020202;

    --pr-blue2: #49a6e9;
  --pr-darkBlue: #080f5b;
  --sec-blue: #86b3d1;
  --pr-green: #15db95;
  --pr-black: #2d283e;
  --sec-black: #222629;
  --pr-golden: #e4c580;
  --sec-golden:#f4e4c1;
  --btn-color: #86c232;
  --pr-grey:#474b4f;
  --light-grey:#6b6e70;
  --sec-bg: #d1d7e0;
  --pr-brown: #844d36;
  --box-shandow: 3px 6px 19px -7px var(--pr-grey);
  --pr-bg: var(--pr-white);
  --pr-border-radius: 0.52rem;
    --spacing: 0rem;
--bermuda: #4d8ee5;
    --red: rgb(114, 4, 4);
    --text_red: red;
    --back_color: #000016;
    --main_color : #c7dbf7;
    --main_blue: #4dbee5;
    --main_black:#030411;
    --white: #fcfcfc;
    --main-white:#ffffff;
    --green: rgb(28, 238, 28);
    --gray: #c2cad0;
    --grey: #c0c0c1;
    --dark-grey: #292929;
    --light-grey: #686868;
    --box_shadow: 0px 15px 25px --gray;
    --text_font: 1.5em;
    --card-background:rgb(248,247,247,.7)
}
/* GLOBALS */
 
.section{
  overflow-x: hidden;
  position: relative;
  height: auto;
  width: 100vw;
  background-color: var(--pr-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
*,html{
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  overflow-x: hidden;
}
 .em{
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1rem;
 }

h1,h2{
  color: var(--tes-color);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-transform: uppercase;
}
h3,h4{
  font-size: 1.8rem;
  letter-spacing: var(--spacing);
  font-weight: 800;
  text-transform: capitalize;

}
h1 > span{
  color: var(--pr-golden);
  font-size: 1.8rem;
  font-weight: 700;
}
/* end of Globals */
li > a{
  font-size:  1.2rem;
  font-weight: 200;
  line-height: .6rem;
  color: var(--pr-green);
  text-transform: capitalize;
  padding: 10px;
  transition: all .7s ;
  -webkit-transition: all .7s ;
  -moz-transition: all .7s ;
  -ms-transition: all .7s ;
  -o-transition: all .7s ;
}
 
li a:hover, li a:focus{
   background-color: var(--pr-blue2);
   color: var(--sec-golden);
   border-radius: 5px;
   box-shadow: var(--box-shandow);
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}
 
li:not(:last-child){
  /* padding-right: 15px; */
  margin-right: 10px;
}

.container{
  position: relative;
  width: 90vw;
  margin: auto;
  height: auto;
  background-color: #ffffff;
  padding: 20px 20px;
  display: block;
}
.toggle-bar i{

display: none;
}

.btn{
  position: relative;
  padding: 4px;
  background-color: var(--pr-golden);
  color: var(--pr-black);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: var(--spacing);
  text-transform: capitalize;
  font-family: 'Times New Roman', Times, serif;
  border-radius: 30px;
  border-color: transparent;
  box-shadow: var(--box-shandow);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  
}

.lead{
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--main-black2);
  padding: 10px;
  letter-spacing: var(--spacing);
}
.my-info .lead{
  width: 40%;
}
/* END OF GLOBALS */


 
.navigation{
  background-color: transparent;
  width: 100vw;
   height: 70px;
  line-height: 70px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow-x: visible;
}
.sticky{
  position: fixed;
  background-color: var(--pr-white);
  width: 100vw;
  /* overflow-x: hidden; */
  box-shadow: var(--box-shandow);
}
 


.navigation .links-container .links{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

 
.main{
  position: relative;
  width: 100vw;
height: 100vh;  
overflow-x: hidden;
  background: url(./pics/hostlaptop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  background-color: var(--sec-golden);
  background-position: center;
  object-position: right;
  padding-top: 40px;
  
}
.my-info{
  position: relative;
  font-style: oblique;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding: 120px 0px 0px 20px; 
  margin-left: 30px;
}
.my-info h1{
  position: relative;
  left: initial;
  width: 25%;
  font-size: 1.3rem;
  color: var(--pr-green);
   animation: titleAnimation 2.5s linear;
     -webkit-animation: titleAnimation 2.5s linear;
     animation-fill-mode: forwards;

}
@keyframes titleAnimation{
     0%{
         opacity: 0;
          top: -200px;

}
     100%{
         opacity: 1;
          top: 0px;
}
 }
.my-info h1::after{
  content: "";
  height: 3px;
  width: 70%;
  margin:0 auto;
  display: inline-block;
  /* line-height: 3px; */
  background-color: orangered;
}
.my-info .lead::before{
  content: open-quote;
font-weight: 400;
  font-size: 3.3rem;
  display: inline-block;
  /* line-height: 3px; */
  color: var(--tes-color);
}
.my-info .lead{
  position: relative;
  animation: siteAnimation 7s linear;
  -webkit-animation: siteAnimation 3.5s linear;
  animation-fill-mode: forwards;
}
@keyframes siteAnimation{
     0%{
          left: -700px;


}
     100%{
          left: 0px;
          color: var(--pr-golden);
}
 }
.hire{
  position: absolute;
  bottom: 100px;
  left: 40px;
}

 
.my-info .img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.navigation > img{
  filter: blur(none);
  display: flex;
  z-index: 2;
  height: 60px;
  width: 60px;
  transform: scaleX(-1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-filter: blur(none);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
 .img img{
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: -1;
   transform: translate(-50%, -50%);
   background: transparent;
   border: transparent;
   width: 280px;
   height: 280px;
   border-radius: 50%;
   
   
}
   

button[type="button"]{
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
}
button[type="button"]:hover{
  background-color: var(--pr-blue2);
  color: var(--pr-white);
cursor: pointer;
}

/* sections css */

.section-heading{
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 30px;

  align-items: center;
  justify-content: center;
}
.section-heading h1{
  position: relative;
color: var(--pr-blue2);
font-style: normal;
font-weight: 700;

}

.section-heading h1 span{
  color: var(--pr-green);
font-style: normal;
font-weight: 700;
 font-size: 2.4rem;
  letter-spacing: .6rem;
  text-transform: uppercase;
}
.sect-p{
  position: relative;
  margin: 0 auto;
   display:flex;
   justify-content: center;
  color: var(--main-black2);
  font-weight: bold;
  text-transform: capitalize;

}
.sect-p span{
  letter-spacing: var(--spacing);
  font-size: 1.2em;
  font-weight: bold;
  color: #49a6e9;
  line-height: 17px;
  padding: 0px 10px;
}
.section-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: auto;
  width: 100%;
}
.section-img img{
  width: 470px;
  height: 330px;
  transform: scaleX(-1);
  border: transparent;
  background-color: transparent;
  backdrop-filter: var(--pr-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.section-info{
  background-color: #fcfcfc;
  position: relative;
  box-shadow: var(--box-shandow);
  height: auto;
  padding-bottom: 25px;
}
.about{
  position: relative;
  height: auto;
}

.about-tabs{
  position: relative;
  width: 100%;
  /* padding: 0px 30px; */
}
.about-tabs .btn-container{
  
  display: grid;
  grid-template-columns: 1fr 30% 1fr 1fr;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
   
}
.about-tabs .btn-container .tabs{
  padding: 13px 0px;
  display: flex;
  border-color: var(--sec-blue);
  background-color: #7af;
  border: none;
  text-align: center;
  justify-content: safe;
  color: var(--pr-golden);
  transition:all 1.3s;
  -webkit-transition:all 1.3s;
  -moz-transition:all 1.3s;
  -ms-transition:all 1.3s;
  -o-transition:all 1.3s;
  -webkit-transition: all 1.s;
}
 
.about-tabs .btn-container .tabs h4{
  font-size: 1rem;
  padding-left: 10px;

}
.about-tabs .tabs.active,.about-tabs .tabs:hover,.about-tabs .tabs:focus{
  color: var(--pr-blue2);
background-color: var(--pr-white);
}
 
.tabs-content article .sub-heading h4{
  color: var(--pr-blue2);
  font-size: 1.1rem;
  text-transform: capitalize;
  padding: 15px 15px 5px 15px;
}
.tabs-content article{
width: 90%;
position: relative;
  margin: auto;
  height: auto;
  display: none;
}
 .width{
   position: relative;
   width: 70%;
   margin: 0 auto;
 }
.tabs-content article.show-info{
  display: inline;
   
}
.tabs-content article .lead{
  
  padding: 0px 20px;
}
aside{
  /* background-color: thistle; */
  /* height: 100vh; */
  border-radius: 8px;
  position: sticky;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.aside-container{
  margin-top: 20px;
}
.aside-container figure{
  display: grid;
  grid-template-columns: 30% 70%;
  overflow-wrap: break-word;
  
}
.aside-container figure > h4{
font-size: 1.3rem;
margin-left: 20px;
margin: 10px 0px;
}
.aside-container figure figcaption h4{
font-size: 1.15rem;
margin-left: 20px;
margin: 10px 0px;

}

.portfolio-photo img{
  position: relative;
  transform: scaleX(-1);
  left: 25%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
/* .potfolio{
  position: relative;
  width: 100%;
} */
.portfolio-info{
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
 
.fide-me{
  position: relative;
  padding-top: 20px;
  margin: 10px;
}
.fide-at p{
  color:var(--pr-blue);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.fide-at p i{
  color: #7af;

}
.social-icons span a{
  padding-top: 10px;
  display: inline-block;
  margin: 15px;
  font-size: 1.4rem;
  color: var(--pr-green);
  font-weight: 700;
  cursor: pointer;
}
.social-icons span a:hover,.social-icons span a:focus{
  color: var(--pr-green);
  opacity: 0.5;
}
/* end of about sections css */
/* skills section */
.skills{
  width: 80%;
  /* position: relative; */
  margin:0 auto;
}
.skills article{
  padding: 15px 20px;
  width: 100%;
  margin: 0 auto;
}
 
.skills .skill-info span h4{
  color: var(--pr-brown);
  font-size: 1.1rem;
  font-weight: 300;
  padding-bottom: 0px;
}
.skills .skill-info{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.skills article .bar{
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--pr-white);
  border-radius: 2px;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.skills article .bar::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;

}
.skills article .html::before{
   width: 97%;
   background-color: var(--pr-orange);
}
.skills article .php::before{
   width: 77%;
   background-color: rgb(127, 25, 127);
}
.skills article .css::before{
   width: 93%;
   background-color: greenyellow;
}
.skills article .javascript::before{
   width: 87%;
   background-color: var(--pr-green);
}
.skills article .mysql::before{
   width: 94%;
   background-color: royalblue;
}
.skills .btn{
  padding: 2px;
  position: relative;
  float: right;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.hide{
  display: none;
}
.un-hide{
  display: inline;
}
/* end of skills section */
/* projects section */
.cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.card{
  position: relative;
  width: 100%;
  height: 300px;
  background-color: var(--sec-bg);
  box-shadow: var(--box-shandow);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  
  cursor: pointer;
}

.card figure img{
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}
.card figure figcaption {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   bottom: 300px;
   background-color: rgb(29, 213, 200,.8);
   box-shadow: var(--box-shandow);
   width: 100%;
   padding: 5px 3px;
   height:auto;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 1rem;
   transition: all .6s;
   -webkit-transition: all .6s;
   -moz-transition: all .6s;
   -ms-transition: all .6s;
   -o-transition: all .6s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card figure figcaption h6{
  justify-content: center;
  display: flex;
  font-family: 600;
  font-size: .8rem;
  color: #fcfcfc;
}
.card:hover figure img{
opacity: .7;
}
 
 .card:hover figcaption, .card:focus figcaption{
   opacity: 1;
   bottom: 260px;
}
.card .href{
  position: absolute;
  bottom: 35%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(2,2,2,.6);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  opacity: 0;
}
.card .href a i{
  position: absolute;
  top: 30%;
  font-size: 1.5rem;
  color: #fcfcfc;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.card:hover .href, .card:focus .href{
  bottom: 35%;
  opacity: 1;
}
 
/* end of projects section */
/* icon to top */
.fa-arrow-alt-circle-up {
    position: fixed;
    right: 0px;
    top: 80vh;
    z-index: 3;
    bottom: 80px;
    display: inline;
    font-size: 3em;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    color: var(--bermuda);
    /* background-color: var(--bermuda); */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}
.display{
  display: inline;

}
/* contact section */
.values-card-container{
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
     padding-top: 20px;
     gap: 20px;
     
     
}
.values-card{
     display: grid;
     grid-template-columns: 30% 70%;
     box-shadow: var(--box_shadow);
     background: rgba(248, 247, 247, 0.755);
     border-radius: 7px;
     padding: 25px;
     
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;}
 .values-title h3,.values-title h3 a{
   display: flex;
   align-items: center;
   justify-content: center;
     text-transform: uppercase;
     position: relative;
     color: var(--bermuda);
     font-size: 1.6em;
     font-weight: 700;
     padding: 7px;
 }
/* end of contact section */
/* clock */
.clock{
position: fixed;
display: inline-block;
  z-index: 7;
  top: 75px;
  right: 15px;

}
/*end of clock */
/* footer */
footer{
    position: relative;
    width: 100%;
    padding-inline-end: 20px;

}
.address{
    position: relative;
    background-color: #292929;
    width: 100vw;
    display: flex;
    margin: 0 auto;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.address h4{
    position: relative;
    font-size: 1.3em;
    color: var(--bermuda);
    font-weight: 900;
    padding:0px 10px;
}
.address h4 em{
    color: var(--pr-green);
}
.address .lead{
    color: var(--main-white);
    font-size: 1.1em;
    padding-bottom: 10px;
}
.footer-icons i{
    color: var(--bermuda);
    font-size: 1.3em;
    padding: 0px 10px;
}
.footer-icons i:not(:last-child()){
    margin-right: 10px;
}
footer > h4{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    justify-content: center;
    background-color: var(--main_black);
    color: var(--bermuda);
    width: 100vw;
    padding: 15px;
    border-top: 3px solid var(--bermuda);
}
footer > h4 span{
  margin-left: 10px;
  color: #15db95;
}
/* end of footer */
/* portfolio */
.portfolio-info{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  /* padding: 20px; */
  padding-left: 0px;
}

.port-img{
  position: relative;
  width: 100%;
}
.port-img figure{
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 50%;
  background-color: rgba(2,2,2,.6);
  border-radius: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 1.1s;
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -ms-transition: all 1.1s;
  -o-transition: all 1.1s;
}
 
.port-img figure figcaption a{
   position: absolute;
   bottom: 30%;
   /*background-color: rgba(2,2,2,.6);
   */font-size: 1.25rem;
   color: var(--pr-white);
   left: 50%;
   opacity: 0;
   transform:translateX(-50%) ;
   -webkit-transform:translateX(-50%) ;
   -moz-transform:translateX(-50%) ;
   -ms-transform:translateX(-50%) ;
   -o-transform:translateX(-50%) ;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 
.port-img .go-to{
  position: absolute;
  bottom: 45%;
  left: 50%;
  color: var(--pr-green);
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.port-img:hover img,
.port-img:hover figure, .port-img:hover .go-to,.port-img:hover figcaption a {
  opacity: .8;
  
}

.port-img img{
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
  object-position: center;
  height: 270px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  transition: all 1.1s;
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -ms-transition: all 1.1s;
  -o-transition: all 1.1s;
}
.port-img .lead{
  word-wrap: break-word;
  /* text-transform: capitalize; */
  /* text-indent: 10px; */
}
/*end of portfolio */
/* media size */
@media screen and (min-width: 1200px) {
  .section-img img{
  width: 580px;
  height: 330px;
  transform: scaleX(-1);
  border: transparent;
  background-color: transparent;
  backdrop-filter: var(--pr-bg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
}
@media screen and (max-width: 1100px) {
   

  .navigation{
    height: 130px;
  }
   
  
 
 
 
 
 

/* .sect-p{
  position: relative;
  margin: 5px;
   display: inline;
   padding: 0px;
   justify-content: center;
  color: var(--main-black2);
  font-weight: bold;
  text-transform: capitalize;

} */
 
/* .lead {
    font-size: 1.3rem;
    font-weight: 400;
} */
 .section-content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    height: auto;
    width: 100%;
}

 
/* .tabs-content article .lead {
  font-size: 1.7rem;
  font-weight: 300;
} */
.section-img img {
    width: 100%;
    height: 250px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
}





@media screen and (max-width: 767px) {
  .aside-container figure {
    display: grid;
    grid-template-columns: 35% 65%;
    overflow-wrap: break-word;
}
  .portfolio-photo img {
    position: relative;
    transform: scaleX(-1);
    left: 30%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.aside-container figure > h4 {
    font-size: 1.15rem;
    margin-left: 10px;
    margin: 10px 0px;
    font-weight: 500;
}
.aside-container figure figcaption h4 {
    font-size: .8rem;
    margin-left: 20px;
    margin: 15px 0px;
}
  .card .href{
   opacity: 1;
}
.card figure figcaption{
  bottom: 260px;
}
.port-img .go-to,
.port-img figure figcaption a,.port-img figure{
  opacity: 1;
}
   
  footer > h4{
    font-size: .7em;
    padding: 3px 10px;
}
button[type="button"]{
  background-color: royalblue;
  bottom: 30%;
  left: 10%;
}
.btn{
  font-size: 1.1em;
  padding: 4px;
  font-weight: 400;
  color: var(--pr-white);
}
.my-info .lead{
  width: 90%;
  padding: 0px;
}
.lead{
  font-size: .9rem;
  letter-spacing: .03rem;
}
.sect-p {
    position: relative;
    margin: 10px;
    display: inline-block;
    color: var(--main-black2);
    font-weight: 500;
    text-transform: capitalize;
}


  .sticky{
    box-shadow: none;
 height: 60px;

  }
  .toggle-bar i{
    color: var(--pr-green);
font-weight: 700;
font-size: 1.3rem;
display: flex;
justify-content: space-between;
  }
  .navigation{
  justify-content: space-between;
  padding: 0px 20px;
    height: 70px;
}
.navigation > img{
  width: 40px;
  height: 40px;
}
 .navigation .links-container{
   transition:all 2s ;
   -webkit-transition:all 2s ;
   -moz-transition:all 2s ;
   -ms-transition:all 2s ;
   -o-transition:all 2s ;
 }
.navigation .links-container .links{
   position: absolute;
   left: 0;
   top: 58px;
   height: 0px;
   display: block;
   padding: 0px 10px;
   box-shadow: none;
   width: 100vw;
   background-color: var(--pr-white);
   
}

.main{
  padding-top: 10px;
}
.my-info{
  margin-left: 10px;
}
.my-info .lead{
  padding-top: 10px;
  font-size: 1.05rem;
}
.my-info .lead::before {
    display: none;
}
.my-info .lead .em{
  font-size: 1.05rem;
}
.my-info h1{
  position: relative;
  font-size: .9rem;
  width: 90%;
  margin: 0 auto;
}
.my-info h1::after{
  display: block;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.img img{
  display: none;
}
h1{
  font-weight: 700;
  letter-spacing: .1rem;
  font-size: 1.3rem;
}
.section-heading h1 span {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.section-content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
.section{
  padding: 30px 0px;
}
.container {
    padding: 0px;
}
.about-tabs .btn-container .tabs {
    padding: 10px 0px;
}
.about-tabs .btn-container .tabs h4 {
    font-size: .8rem;
    padding-left: 6px;
}
.tabs-content article .sub-heading h4 {
    padding: 7px;
    font-size: 1rem;
}
.tabs-content article .lead {
  font-size: 1.05rem;
    padding: 0px;
}


}

@media screen and (max-width: 300px) {
  li > a{
  font-size:  1.2rem;
  font-weight: 200;
  line-height: .6rem;
  color: var(--pr-green);
  text-transform: capitalize;
  padding:  10px;
  } 
} 
