/* Add font files for Bricolage Grotesque */

.bricolage-grotesque-<uniquifier> {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
:root {
  --font-family-bricolage-grotesque: 'Bricolage Grotesque', sans-serif;
  --text-black: rgba(0, 0, 0, 1);
  --text-rgb-255-115-97: rgba(255, 115, 97, 1);
  --text-rgb-254-67-0: rgba(254, 67, 0, 1);
  --text-rgb-50-49-49: rgba(50, 49, 49, 0.87);
  --text-rgb-134-134-134: rgba(134, 134, 134, 1);
  --text-rgb-255-105-0: rgba(255, 105, 0, 1);
  --text-white: rgba(255, 255, 255, 1);
}


/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
   font-family: "Bricolage Grotesque", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  color: black;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  color: #222;
  background: #fff;
}

/* HERO */
.hero {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px 0px 563px 10%;
    background-image: url("img/profile-banner.png");
    background-size: 90%;
  background-repeat: no-repeat;
}
.header{
display: flex;
 align-items: center;
  padding: 30px 10%;
}
.banner{
  display: flex;
   flex-direction: row;
}
.btn_resume{
  
}
.btn_resume{
  
  
}
.about {
    background-image: url("img/resume.svg");
    background-color: "#F0F0F0";
    display: flex;
    padding:  326px 0px 50px;
    background-size: 90%;
}

.skills  {
    background-image: url("img/skills.png");
    background-color: "#F0F0F0";
   
    background-size: 90%;
}
.left-content {
    float: left;
   
    width: 700px;
    position: relative;
    left: 40%;
    line-height: 30px;
}
.info{
  margin-top: 40px;
  display: inline-block;
  margin-right: 30px;
}
.contactinfo{
  padding: 30px 0px 30px 0px;
  border-top:1px solid #F0F0F0;
}
.contactinfo ul li i {
  margin-right: 10px;
}
.contactinfo ul li  span {
  margin-top: 2px;
}
.contactinfo ul li{
  display:inline-flex;
 position: relative;
  left: 150px;
  margin-right: 30px;
}

.icon-mail {
  width: 24px;
  height: 24px;
  background: url("img/email.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
.icon-phone {
  width: 24px;
  height: 24px;
  background: url("img/phone.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
.icon-web {
  width: 24px;
  height: 24px;
  background: url("img/home.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}

.mail{}
.phone{}
.web{}
.btn_resume a{
  color: #000000;
  text-decoration: none;
  display: block;
   padding: 20px 24px;
  background: #fff;
    border-radius: 30px;
  
  border: 2px solid #7513EF;
}
.btn_resume a:hover{
  color: #000000;
  text-decoration: none;
  display: block;
  background: #fff;
  border: 2px solid #ff5a3c;
}
.logo{
  margin-right:5%;
}

.hero h1 {
  
  font-size:85px;
}


.hero h1 span {
  color: #ff5a3c;
  
}

.hero-img img {
  width: 320px;
  border-radius: 12px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #ff5a3c;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

/* SECTIONS */
section {
  padding: 60px 10%;
}

section h2 {
  margin-bottom:0px;
  font-size: 65px;
}
.experience h3{
  font-size:26px; 
}
.experience{
  padding-top: 30px;
  background-color: aliceblue;
}
.line {
    width: 80%;
    margin: 10px auto;
    position: relative;
  padding-bottom: 20px;
}
/* EXPERIENCE */
.exp-item {
  margin-bottom: 20px;
}

/* SKILLS */
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}

.skill-grid div {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
}
/* About */



/* PORTFOLIO */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.work-grid img {
  width: 100%;
  border-radius: 12px;
}

/* CONTACT */
.contact form {
  max-width: 80%;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contact button {
  padding: 12px 20px;
  background: #ff5a3c;
  border: none;
  color: #fff;
  border-radius: 30px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
}
.skills-section {
    padding: 0px 80px 50px;
    position: relative;
  width: 80%;
    margin: 0 auto;
}

.section-number {
    position: absolute;
    top: 40px;
    right: 100px;
    color: #ff4d00;
    font-size: 18px;
}

.skills-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: top;
}

/* LEFT TEXT */
.skills-text ul {
    list-style: none;
}

.skills-text li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.skills-text li::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* RIGHT GRID */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  
}

.skill-card {
    height: 180px;
    border: 1px solid #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  border: 1px solid #F0F0F0;
  

box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.skill-card img {
    width: 50px;
    height: auto;
}

/* DOTS */
.dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 6px;
}

.dots span {
    width: 8px;
    height: 8px;
    background: #ff4d00;
    border-radius: 50%;
}

.dots span.inactive {
    background: #555;
}
.portfolio{
  background-color:#F0F0F0;
}
/* RESPONSIVE */

@media screen and (max-width: 480px) and (max-width: 768px) {
 
.contactinfo ul li {
    display: block;
    position: relative;
    left: 30px;
    margin-right: 30px;
    width: 100%;
}

.btn_resume a {
    
    padding: 15px 8px;
   font-size: 12px;
}
.hero {
    display: block;
    align-items: center;
    padding: 10px 0px 136px 10%;
    background-image: url(img/profile-banner.png);
    background-size: 90%;
    background-repeat: no-repeat;
}
.contactinfo ul li {
    display: block;
    position: relative;
    left: 30px;
    margin-right: 30px;
    width: 100%;
}
.about p{
font-size: 13px;
    width: 252px;
    line-height: 2;

}


.about {
    background-repeat: no-repeat;
    background-image: cover;
    background-size: 100%;
    background-color: #F0F0F0;
    padding: 87px 80px 50px;

}

section h2 {
    margin-bottom: 0px;
    font-size: 32px;
}

.skills-section {
    padding: 0px 0px 50px;
    margin: 0 auto;
}
}
  
  
@media (max-width: 1024px) {
    .skills-container {
        grid-template-columns: 3fr;
    }
}