img {
    height: 300px;
    width: 300px;
}

body {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
}


.header-section {
    background-image: url(images/top-baner.png);
    background-size: 700px;
    background-repeat: no-repeat;
}

.color span {
    color: red;
}


.color1 span {
    color: red;
}

.header-area {
    width: 50%;
    padding: 40px 20px;
}

.header-area h1 {
    font-size: 50px;
}

.header-area img {
    width: 90%;
}

.button {
    color: rgb(245, 241, 241);
    background-image: linear-gradient(yellow, blue);
    padding: 7px 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10%;
}

.picture1 {
    height: 300px;
    width: 300px;
}

.header-section1 {
    background-image: url(images/white-isolated-banner-design-backdrop-purple-shapes-side-311936852.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 600px;
}

.header-area1 h1 {
    font-size: 50px;
}

.header-area1 {
    width: 50%;
    padding: 10px 10px 90px 10px;
}

.header-area1 img {
    width: 90%;
}

section {
    margin-bottom: 70px;
}

.flexible-container {
    display: flex;
    justify-content: center;
}

.Experience-section h3 {
    color: rgb(233, 8, 8);
}

.Experience-section .header-areanew {
    box-shadow: 0px 2px 17px 10px #9c9a9a;
    width: 38%;
    margin: 30px;
    padding: 15px 30px;
    border-left: 7px solid;
    border-image: linear-gradient(tomato, orange);
    border-image-slice: 1;
}

.Experience-section .header-areanew2 {
    box-shadow: 0px 2px 17px 10px #9c9a9a;
    width: 38%;
    margin: 30px;
    padding: 15px 30px;
    border-left: 7px solid;
    border-image: linear-gradient(red, blue);
    border-image-slice: 1;
}






.Experience-section {
    background-image: url(images/images.png);
    background-repeat: no-repeat;
    background-position: left center;

}

footer p {
    text-align: center;
}