/* normal tag */

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

span {
    color: rgb(84, 207, 125);
}

a {
    color: antiquewhite;
    background-color: yellow;
    width: 90px;
    height: 100px;
    border-width: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(black, yellow);
    border-radius: 7%;
}

img {
    width: 110px;
    height: 350px;
}

section {
    margin-bottom: 70px;
}

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


/* first-section-class-tag */

.header-section {
    background-image: url(image/tophead.jpg);
    background-size: 1500px;
    background-repeat: no-repeat;


}

.header-section h1 {
    font-size: 40px;
}

.header-section p {
    font-size: 20px;
}


.header-area {
    width: 50%;
    padding: 500px 100px 100px 80px;
}

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




/* second-section-class-tag */
.picture2 {
    height: 80%;
    width: 200%;
}

.header-section2 {
    background-image: url(image/side-banner.jpg);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.half-area h1 {
    font-size: 40px;
}

.half-area p {
    font-size: 20px;
}

.half-area {
    width: 50%;
    padding: 20px 20px 150px 20px;
}

.half-area img {
    width: 80%;
}

/* Third-section_class-tag */

.experience-section h3 {
    color: rgb(110, 172, 17);
}

.experience-section h1 {
    font-size: 40px;
}



.experience-section .half-area-dribbler {
    box-shadow: 0px 2px 17px 10px #635e5e;
    width: 38%;
    margin: 41px;
    padding: 15px 30px;
    border-left: 15px solid;
    border-image: linear-gradient(yellow, blue);
    border-image-slice: 1;
}

.experience-section .half-area-forward {
    box-shadow: 0px 2px 17px 10px #635e5e;
    width: 38%;
    margin: 41px;
    padding: 15px 30px;
    border-left: 15px solid;
    border-image: linear-gradient(rgb(40, 168, 177), rgb(240, 25, 175));
    border-image-slice: 1;
}

.experience-section {
    background-image: url(image/sider.webp);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: left center;
}


/* footer-section */

footer p {
    text-align: center;
}