/* Reset padding and margin */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Default props for page */
html {
  font-size: 10px;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;

}

body {
  background: #03071e;
  font-family: "Gotu", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.882;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* All sections */
section {
  padding-top: 10rem;
 
  /* height: 50vh; */
}

/* Fullscreen */
.s-hero {
  width: 100%;
  /* 100vh */
  height: 100;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  /* background-color: chocolate; */
}

.button--width {
  width: 40%;
  justify-content: center;
  align-items: center;
}

/* Header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  /* background-color: #fff; */
  background-color: #03071e;
  padding: 3rem 0;
  z-index: 999;
  align-items: center;
}
.ham {
  display: none;

}
/* Container */
.container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  /* background-color: coral; */
}

/* Nav */
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

/* Row */
.footer-row {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

/* Column */
.col-2 {
  display: grid;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 0 4rem;
  grid-template-columns: 35vw 35vw;
}

.col-2 .child {
  margin: 0 4.5rem;
}

.col-2 .child h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.nav-logo {
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  /* color: #212121; */
  color: #ff9e00;
}

.nav-list {
  display: flex;
  list-style: none;
}

.nav-item {
  position: relative;
  margin: 0 2.5rem;
}


.nav-link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  /* color: #212121; */
  color: #fff;
  transition: color 0.5s;
  text-transform: uppercase;
  transition: .9s linear;
}

.nav-link .active {
  color: #fff;
  text-decoration: dotted;
}


.nav-link::after{
  content: "";
  position: absolute;
  bottom:10px;
  left:0;
  background-color: #ff9e00;
;
  width:100%;
  height:3px;
  transform: scale(0, 1);
  transform-origin: 50% 0%;
  transition: transform .3s;
}
.nav-link:hover::after{
  transform: scale( 1, 1);
}


/* Content */
.content {
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

/* Circles */
.circle {
  position: absolute;
}
.circle-small {
  top: 2rem;
  left: -30rem;
}

.circle {
  position: absolute;
}
.circle-small-botton img{
  left: -2200px;
  width: 300px;
  height: 300px;
}
.circle-small-botton {
  right: 1rem;
  z-index: -1;
  bottom: 0;
}
.one.circle-small-botton img{
   width: 400px;
  height: 400px;
}
.one.circle-small-botton  {
  right: 31rem;
  z-index: 999;
  bottom: 0;
}
.two.circle-small-botton img{
   width: 500px;
  height: 500px;
}
.two.circle-small-botton {
  right: 71rem;
  z-index: -1;
  bottom: 0;
}


/* Text */
.text {
  flex: 1;
  /* max-width: 800px; */
  /* background-color: black; */
  color: #212121;

}

.text h1 {
  font-size: calc(1rem + 4vw);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.text h5 {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 2rem 0 3rem 0;
  text-transform: uppercase;
  color: #fff;
}

.text h1 span {
  /* color: #390d5d; */
  color: #ff9e00;
  text-transform: uppercase;
}

p.lead {
  font-family: "Rubik", sans-serif;
  /* text-transform: lowercase; */
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;

}

/* Avatar */
.avatar-wrapper {
  position: relative;
  flex: 0 0 45%;
  margin: 0 2em;

  /*  */
 background-color: #03071e;
opacity: 0.8;
background-image: radial-gradient(#8788a2 0.5px, #03071e 0.5px);
background-size: 10px 10px;
  
}
.avatar-wrapper img{
  width: 100%;

}
/* Forms */
fieldset {
  border: none;
}
form {
  /* background: #000; */
  /* width: 50rem; */
  margin-top: 4em;
}
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
input[type="url"]
{
  display: block;
  height: 6.4rem;
  padding: 1.6rem 0 1.5rem;
  border: 0;
  outline: none;
  margin: 1em 0;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  width: 100%;
  max-width: 1000px;
  background: #000;
  background: transparent;
  border-bottom: 1px solid #212121;
  transition: all 0.3s ease-in-out;
}


.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  min-height: 6.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

/* label,
legend {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  line-height: 1.714;
  color: #000000;
  display: block;
} */


/* 
label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Rubik", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.2rem;
} */

/* Buttons */
.btn,
button
 {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3rem;
  margin: 0 0.4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}



.btn.btn--primary,
button.btn--primary
 {
  background: transparent;
  /* border-color: #390d5d; */
  border-color: #fff;

  color: #9688a1;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  outline: none;
  margin-top: 1em;
}

.btn.btn--primary:hover,
button.btn--primary:hover,

.btn.btn--primary:focus,
button.btn--primary:focus
 {
  background: #ff9e00;
  color: #fff;
  outline: none;
  /* border-color: #af142e; */
}

.btn.full-width,
button.full-width {
  /* width: 100%; */
  width: 50%;
  /* margin-right: 0; */
}

.btn--medium,
button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.btn--large,
button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #390d5d;
  color: #390d5d;
  position: relative;
}


button.btn--stroke:hover {
  background: #ff9e00 !important;
  border: 0.2rem solid #390d5d;
  color: #ffffff;
}
.btn--stroke:hover{
  border: none;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.btn--stroke::after{
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  background-color: #af1480;
  width:100%;
  height:3px;
  transform: scale(0, 1);
  transform-origin: 50% 0%;
  transition: transform .3s;
}
.btn--stroke:hover::after{
  transform: scale( 1, 1);
}



button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Overlay */
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
}

.layer {
  /* background-color: #ff9e00; */
  
}

.layer-1 {
  flex: 1;
}
.layer-2 {
  flex: 1;
}
.layer-3 {
  flex: 1;
}

/* Skills Bars */

.skills-bar h3{
  margin-left:5em ;
}
.skillset {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1rem .8rem 0 10.5rem;
}

.skillset li {
  width: 100%;
  margin-bottom: 1.8rem;
  padding: 0;
  color: #c3c3c3;
  position: relative;
}

.skillset li strong {
  left: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #c3c3c3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}




.section-heading {
  font-family: "Gotu", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.176;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-top: 0;
  padding-top: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
}

.section-heading h6 {
  font-family: "Rubik", sans-serif;
  margin-top: 1.5rem;
}



.section-heading--centerbottom {
  text-align: center;
  padding-top: 0;
  padding-bottom: 3.2rem;
}

.section-heading--centerbottom::before {
  margin-left: -75px;
  top: auto;
  bottom: 0;
  left: 50%;
}

.section-desc {
  font-family: "Rubik", serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.259;
  letter-spacing: -0.05rem;
  color: #000000;
}
.top-line::before {
  content: "";
  width: 80px;
  height: 2px;
  /* background-color: #212121; */
  background-color: #
  ;
  position: absolute;
  top: 0;
  left: 0;
}

/* Footer */
footer {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 6rem;
  padding-bottom: 2.4rem;
  /* border-top: 1px solid #000000; */
  color: #ff9e00;
  position: relative;

}

footer a,
footer a:visited {
  color: #ff9e00;
}

/* Copyright */
.ss-copyright {
  margin-top: 2rem;
  padding-right: 80px;
  color: #cdcdcd50;

}

.ss-copyright span {
  font-size: 14px;
  display: inline-block;
}

.ss-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: #390d5d;
}

.ss-copyright span:last-child::after {
  display: none;
}

/* Goto top */
.ss-go-top {
  position: absolute;
  top: -1px;
  right: 6rem;
  z-index: 2;
}

.ss-go-top a {
  display: block;
  background: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0 none;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff9e00;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 2px solid #ff9e00;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../icons/icon-arrow-up.svg);
  background-size: 10px 24px;
  position: relative;
}

.ss-go-top a:hover,
.ss-go-top a:focus {
  background-color: #ff9e00;
  color: #fff;
}

.ss-go-top::before {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background-color: #ff9e00;
  position: absolute;
  top: -90px;
  left: 50%;
}

.ss-go-top::after {
  content: "back to top";
  display: block;
  float: left;
  width: 100px;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #ff9e00;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  position: absolute;
  left: calc(30px + 15px);
  top: -140px;
}

/* Projects */

.masonry{
  display: flex;
}
/* for projects */



.masonry 
.masonry__brick {
  /* width: 50%; */
  /* display: flex; */
  flex: 1 ;
  /* .grid-sizer, */
}

.masonry__brick {
padding: 0 2rem ;
}


/* contact me */


.contact-info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5em 0;
}
.contact a{
  text-decoration: none;
  color: #fff;
}
.contact i.fas, .contact i.far{
  
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9e00;
  padding: .8em;
  border-radius: 50px;
  font-size: 2em;
  cursor: pointer;
  color: #cdcdcd;
}


.find a i{
  margin: .5em 0;
  color: #ff9e00;
  padding-right:  1em;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color .9s ease;
}
.find a i:hover{
  color: #fff;
}
/* contact end */


@media only screen and (max-width: 700px){

  /* nav bar start*/
  header a{
  font-size: 45px;
}
.ham {
display: block;
background-color: transparent;
border: none;
cursor: pointer;
position: relative;
color: #fff;
z-index: 99;
}
.ham:focus {
outline: none;
}
.icon-close {
display: none;
}

.show-nav .icon-close {
display: block;
}
.show-nav .icon-ham {
display: none;
}

nav ul {
/* background-color: #d4cfd8; */
background:#ff9e00;
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
flex-direction: column;
position: fixed;
top: 70px;
left: 20px;
padding: 1em 0;
width: calc(100% - 40px);
transform: translate(120%);
z-index: 100;
transition: transform 1s ease;
}
.show-nav ul {
  transform: translateX(0);
}
nav ul li {
  color: #ff9e00;
margin: 90px 30px;
text-align: center;
}
nav ul li a.nav-link {
  margin: 6em 0;
  line-height: 3.5em;
  color:  #03071e;

}
nav ul li a.nav-link:hover{
  color:  #fff;
;
  padding-left: 1em;
}
.nav-link::after{
  display: none;
}
nav ul li a {
color: red;
}
span{
  margin: 0 1em;
  font-size: 16px;
  line-height: 1;
}
/* header bar end */

/* hero start */
.content{
  display: flex;
  flex-direction: column;
}
.circle-small img{
  left: -2200px;
  width: 500px;
  height: 500px;
}
.text h1{
  margin-top: 1em;
}
.text h1 span{
  margin-left:0 ;
  line-height: 2.5em;
  font-size: 2.5rem;
}
.text h5{
  margin-bottom: 0;
}
.btn.btn--primary{
  
  width: 100%;
}

/* Avatar */
.avatar-wrapper {
  
  position: relative;
  flex: 0 0 45%;
  width: 100%;
  
}
.avatar-wrapper img{
  width: 100%;
}
/* hero section end */
  .flex__container{
    display:flex;
    flex-direction: column;
  }
  .find{
    
    margin-top: 2em;
  }
  .ss-go-top{
    display: none;
  }
   .masonry{
    
    display:flex;
    flex-direction: column;
  }

  .masonry__brick {
padding: 0 2rem;
}

.skills-bar h3{
  margin-left:0 ;
}
.skillset {
  margin: 0;
}


.skillset li {
  margin-bottom: 1.8rem;
  padding: 0;
  color: #c3c3c3;
  position: relative;
  margin: 0;
  margin-left:2em ;

}

.skillset li strong {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #c3c3c3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}

.contact-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.contact{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: .6em 0;

}

.contact i.fas, .contact i.far{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9e00;
  border-radius: 50px;
  font-size: 1em;
  cursor: pointer;
  color: #cdcdcd;
}
  .footer-row{
    /* background: #000; */
    font-size: .4rem;
    
  }

}

@media only screen and (max-width: 420px){
    /* contact me */

.masonry__brick {
padding: 0 1rem ;
}


}