body,nav,h1,h2,h3,h4,h5,h6,p, ul, figure{
    margin: 0;
}
ul {
    padding: 0;
    list-style: none;
}
main {
    max-width: 1920px;
    margin: 0 auto;
}

nav, section {
    max-width: 1200px;
    margin: 0 auto;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
img {
    max-width: 100%;
}
/* header */
header {
    border-bottom: 1px solid #ddd;
}
header ul {
    list-style: none;
    text-align: center;
}
header ul li {
    display: inline-block;
}
header ul li a {
    color: #313131;
    display: inline-block;
    font-size: 18px;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
}
section{
    margin-top: 40px;
}
.box {
    padding: 50px;
    box-shadow: 0px 30px 60px 10px rgba(14, 54, 101, 0.06);
    border-radius: 50px;
    background: #fff;
    border: 2px solid rgba(229, 220, 250, 0.5);
}
.box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.box ul li {
    line-height: 40px;
}

/* hero */
.hero-container,
.hero-bottom {
    display: flex;
}
.hero-right-head ul,
.hero-bottom-right ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.hero-left {
    width: 28%;
}
.hero-right {
    width: 72%;
}
.hero-bottom-left {
    padding: 0 15px;
    width: 60%;
}
.hero-bottom-right {
    width: 40%;
}
.hero-right-head ul li {
    background: rgba(250, 245, 219, 0.7);
    /* flex: 1; */
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}
.hero-right-head ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #313131;
    display: block;
}
.hero-right-head {
    padding-left: 15px;
    margin-bottom: 30px;
}
.hero-right-head ul {
    gap: 15px;
    justify-content: space-between;
}
.hero-bottom-left p {
    line-height: 26px;
} 
.hero-bottom-left span {
    font-size: 12px;
    display: inline-block;
}
.hero-bottom-left h2 {
    margin-bottom: 10px;
}
.hero-bottom-left img {
    max-width: 50%;
}
.hero-bottom-right ul li {
    flex: 1;
    text-align: center;
    background: rgba(250, 245, 219, 0.7);
    padding: 5px 0;
    border-radius: 4px;
}
.hero-bottom-right ul {
    gap: 10px;
    margin-bottom: 10px;
}
.hero-bottom-right img {
    border-radius: 4px;
}
.hero-left img {
    border-radius: 4px;
}
.hero-container,
.skills-container,
.portfolio-container {
    position: relative;
    z-index: 1;
}
.hero-container:after,
.skills-container:after,
.portfolio-container:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg1.webp');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1;
    border-radius: 50px;
}
/* summary */
.summary-container {
    background: linear-gradient(102.47deg, #f8f3ff 5.44%, #fffaf3 42.63%, #ecf4e0 66.77%, #e4f5fd 95.61%);
}
/* skills */
.skills-container:after {
    background: url('../img/bg2.webp');
}
/* experience */
.experience-container {
    background: linear-gradient(102.47deg, #f8f3ff 5.44%, #fffaf3 42.63%, #ecf4e0 66.77%, #e4f5fd 95.61%);
}
.exp-cards {
    display: flex;
    gap: 15px;
}
.exp-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 4px;
}
.exp-card ul {
    max-height: 250px;
    overflow-y: scroll;
    height: 100%;
}
.exp-card ul {
    overflow-y: auto;
  }
  .exp-card ul::-webkit-scrollbar {
    width: 2px;
  }
  .exp-card ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 100px;
  }
  .exp-card ul li {
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
}
.exp-card ul li span img {
    max-width: 15px;
}
.exp-card ul li span {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.exp-card p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
/* portfolio */
.d-none {
    display: none;
}
.stack-portfolio h4 {
    text-align: center;
}
.portfolio-container:after {
    background: url('../img/bg3.webp');
}
.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.stack-portfolio {
    margin-bottom: 40px;
}
.stack-portfolio:last-child {
    margin-bottom: 0;
}
span.mau-circle {
    height: 10px;
    width: 10px;
    background: rgb(14 246 137);
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}
.mau-contact-col {
    max-width: 700px;
    margin: 0 auto;
}
.mau-contact {
    display: flex;
    gap: 30px;
    align-items: center;
}

.mau-contact-form {
    max-width: 600px;
}

.mau-contact-form input,
.mau-contact-form textarea {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    /* padding-left: 15px; */
}
.mau-contact-form textarea {
    padding-top: 15px;
}
.mau-contact-form input {
    height: 45px;
}
.mau-contact-form input[type="submit"] {
    background-color: rgba(250, 245, 219, 0.7);
    cursor: pointer;
    transition: all 0.4s;
    width: auto;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 60px;
}
.mau-contact-form input[type="submit"]:hover {
    background: #fff;
    color: #333;
}

.mau-contact-info ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.mau-contact-info ul li {
    height: 120px;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.mau-contact-info ul li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    color: #333;
}

.mau-contact-info ul li a img {
    max-width: 60px;
    margin: 0 auto;
}
#contact .contact-container {
    background: linear-gradient(102.47deg, #f8f3ff 5.44%, #fffaf3 42.63%, #ecf4e0 66.77%, #e4f5fd 95.61%);
    z-index: 1;
}
.mau-contact-form h4 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}
.am-input p {
    padding-left: 15px;
}

.am-input p input,
.am-input p textarea {
    padding-left: 15px;
    margin-left: -15px;
}