* {
    margin: 0;
    padding: 0;
}
body {
    box-sizing: border-box;
    font-family: Roboto;
    background-color: #fff;
    overflow-x: hidden;
}
.header-hero {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 550px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 90%;
    height: 50px;
    margin-top: 30px;
    border: 1px solid black;
    padding: 0 20px;
}
.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style-type: none;
}
li a {
    font-size: 1rem;
    font-family: inter;
    text-decoration: none;
    color: black;
}
li a:hover {
    color: #ff069b;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #202020;
}
.logo i {
    color: #ff069b;
    padding-right: 5px;
    align-self: center;
}
.header-btn {
    padding: 8px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff069b;
    border: none;
    border-radius: 20px;
    text-decoration: none;
}
.header-btn:hover {
    background-color: #fff;
    color: #ff069b;
    border: 2px solid #ff069b;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    gap: 40px;
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.hero img {
    width: 400px;
    height: auto;
    display: block;
    margin-top: 20px;
    padding-left: 20px;
}
.heading {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
    width: 400px;
    height: auto;
    margin-bottom: 10px;
}
h1 {
    font-size: 2.5rem;
    color: #1D355A;
    font-weight: bolder;
    font-family: inter, sans-serif;
}
.para {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #1D355A;
    font-weight: bold;
    margin-bottom: 20px;
}
.Name {
    color: #FF069B;
}
.text {
    margin: 10px 0;
    font-size: 1.1rem;
    color: #1D355A;
    font-weight: bold;
}
.hero-btns {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.learn {
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #ff069b, #D60081);
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.learn:hover {
    background-color: #fff;
    color: #ff069b;
    background-image: none;
    border: 2px solid #ff069b;
}
.hire {
    padding: 10px 40px;
    border: 2px solid #1D355A;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: none;
    color: #000;
    text-decoration: none;
}
.hire:hover {
    background-color: #1d355a;
    color: #fff;
}



.tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 50px;
    background-color: #1D355A;
}
h4 {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    font-family: inter;
}
.tags i {
    font-size: 1.3rem;
    color: #FF069B;
    font-weight: 500;
}

.portfolio-section {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.portfolio-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 90%;
    height: auto;
}
.portfolio-heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: inter;
    color: #1d355a;
}
.portfolio-btn {
    padding: 8px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff069b;
    border: none;
    border-radius: 20px;
}
.portfolio-btn:hover {
    padding: 6px 30px;
    background: none;
    border: 2px solid #ff069b;
    color: #ff069b;
}
.portfolio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 300px;
    padding: 0 20px;
}
.port-heading {
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 20px;
    flex-direction: column;
    width: 400px;
    height: 300px;
}
.port-heading h3 {
    font-size: 1.5rem;
    color: #1d355a;
    font-weight: bold;
}
.port-heading p {
    font-size: 1rem;
    color: #1d355a;
    font-weight: 400;
}
.portfolio-btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
}
.demo {
    padding: 7px 30px;
    color: #1d355a;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ff069b;
    background: none;
    border-radius: 20px;
}
.demo:hover {
    padding: 9px 32px;
    background-color: #ff069b;
    color: #fff;
    border: none;
}
.code {
    padding: 8px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    background-image: linear-gradient(45deg, #1d355a, #486798);
    border-radius: 20px;
}
.code:hover {
    background-image: none;
    border: 2px solid #1d355a;
    background: none;
    color: #1d355a;
    padding: 8px 28px;
}
.portfolio img {
    width: auto;
    height: 250px;
    display: block;
}


.services-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.services-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    height: 50px;
    padding-right: 20px;
}
.services-heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: inter;
    color: #1d355a;
}
.serv-text {
    color: #ff069b;
}
.services-heading p {
    font-size: 1.3rem;
    color: #1d355a;
    font-weight: bold;
}

.all-services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
    width: 90%;
    height: auto;
}
.services {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 20px;
    width: 200px;
    height: 260px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 4px #ff069b;
    transition: box-shadow 0.6s ease-in-out;
}
.services:hover {
    box-shadow: 0 2px 10px #1d355a;
}

.services i {
    font-size: 2rem;
    color: #ff069b;
}
.services h3 {
    font-size: 1.5rem;
    color: #1d355a;
    font-weight: bold;
}
.services p {
    font-size: 0.90rem;
    color: #1d355a;
}


.about-section {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-image: linear-gradient(45deg, #1d355a, #6183B4);
}
.about-heading {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 400px;
    height: 300px;
    padding: 40px;
}
.about-heading h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}
.about-heading p {
    font-size: 1rem;
    font-weight: 500;
    color: #E0E0E0;
}
.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.whatsapp {
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background-color:  #ff069b;
    border: none;
    border-radius: 20px;
    text-decoration: none;
}
.whatsapp:hover {
    background: none;
    border: 2px solid #ff069b;
    padding: 6px 28px;
    color: #fff;
}
.hire-me {
    padding: 7px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    background: none;
    border-radius: 20px;
    text-decoration: none;
}
.hire-me:hover {
    background-color: #fff;
    border: none;
    color: #1d355a;
    padding: 9px 30px;
}
.image {
    width: 275px;
    height: 300px;
    border: 2px solid #ff069b;
    border-radius: 50%;
    padding: 20px;
}
.image img {
    width: 270px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimonial {
    margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #ffff;
}
.testi-heading {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}
.testi-heading h2 {
    font-size: 1.8rem;
    color: #ff069b;
    font-weight: bold;
}
.testi-heading p {
    font-size: 1.3rem;
    color: #1d355a;
    font-weight: bold;
}
.testi-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
}
.testi {
  background: #fff;
  box-shadow: 0 2px 6px rgba(29, 53, 90, 0.4);
  padding: 20px;
  border-radius: 10px;
  transition: box-shadow 0.6s ease-in-out;
}
.testi:hover {
    box-shadow: 0 2px 10px #ff069b;
}
.testi-div p {
    font-size: 0.90rem;
    color: #1d355a;
    font-weight: 300;
}
.testi-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.testi-div i {
    font-size: 2.1rem;
    color: #ff069b;
}
.client {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.client h4 {
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
    color: #1d355a;
}
.client img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}



.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin-top: 20px;
    background-image: linear-gradient(215deg, #555A6C, #122433);
}

.me {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 20px;
    width: 300px;
    height: auto;
    padding: 20px 10px;
}
.name {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    width: 300px;
    height: auto;
}
.name i {
    font-size: 2.4rem;
    color: #ff069b;
}
.name-heading {
    display: flex;
    justify-content: center;
    align-items: left;
    gap: 5px;
    width: 200px;
    height: auto;
    flex-direction: column;
}
.name-heading h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
.name-heading p {
    font-size: 0.90rem;
    color: #fff;
    font-weight: 300;
}
.me p {
    font-size: 0.90rem;
    color: #fff;
    font-weight: 300;
}

.quick-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 250px;
    height: auto;
    padding: 20px 0;
}
.quick-links h5 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
}
.quick-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
li {
    list-style-type: none;
}
.quick-links li a {
    color: #fff;
}
.connect {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 300px;
    height: auto;
    padding: 20px 0;
}
.connect h5 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.email { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.email i {
    color: #ff069b;
    font-size: 1rem;
}
.email p {
    font-size:0.90rem;
    color: #fff;
}
.ph {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ph i {
    font-size: 1rem;
    color: #ff069b;
}
.ph p {
    font-size: 0.9rem;
    color: #fff;
}
.social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.social i {
    color: #ff069b;
    font-size: 2rem;
}

.footer-end {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    border: none;
    align-items: center;
    background-image: linear-gradient(215deg, #3D4253, #122433)
}
.footer-end p {
    color: #fff;
}



  
