header {
    background-color: #fff;
    width: 100%;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    position: relative;
}

header .fade {
    width: 200px;
}

body {
    overflow-x: hidden;
}

.bg {
    position: fixed;
    z-index: -2;
    opacity: 0.14;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(../img/sun.jpg);
    background-size: cover;
}

section {
    margin-bottom: 100px;
}

.solar_flex,
.solar-panel-start,
.solar-panel-env {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solar-panel-start {
    gap: 2em;
}

.solar_sun-img {
    position: absolute;
    width: 28%;
    left: 0;
    margin: auto;
    top: 12%;
    opacity: 0.45;
}

.solar-panel-env .solar_img {
    width: 80%;
    margin-right: -20%;
    position: relative;
}

.solar_title {
    font-size: clamp(1.25rem, 0.1042rem + 4vw, 4.8rem);
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

.solar_s {
    font-size: 0.65em;
}

.solar_title-br {
    display: block;
}

.solar_title {
    width: 45%;
    margin-right: -10%;
    position: relative;
    z-index: 2;
    color: #fff;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.734));
    margin-left: 5%;
}

.solar_mv-img {
    width: 60%;
}

#solar_mv {
    position: relative;
}

#solar_mv::after {
    content: "";
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 0;
    background: -webkit-linear-gradient(0deg, #29abe2 0%, #006cb8 100%);
}

.read-title {
    font-size: clamp(1.125rem, 0.6667rem + 1.9556vw, 2.5rem);
    letter-spacing: 0.08em;
    margin-bottom: 0.2em;
}

.solar-panel-start .solar_img {
    width: 75%;
    margin-left: -20%;
    position: relative;
}

.solar-panel-start .solar_img::after {
    position: absolute;
    background: -webkit-linear-gradient(0deg, #29abe2 0%, #006cb8 100%);
    bottom: -3%;
    left: -3%;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}


.solar_text {
    width: 45%;
}

.solar_text-title {
    color: #29abe2;
    display: block;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.6667rem + 1.9556vw, 2rem);
    margin-bottom: 0.3em;
}

.solar_img-sub {
    width: 70%;
    margin: auto;
    margin-top: 2em;
    text-align: center;
    max-width: 300px;
}

.solar-panel-env .solar_img-sub {
    width: 50%;
    margin-bottom: 1.5em;
}

.solar-panel-env .solar_text {
    width: 38%;
}

.solar-panel-start .solar_img-sub img {
    border-radius: 300px;
    margin-bottom: 0.5em;
}

.solar_img-foot {
    width: 100%;
    margin: auto;
}

.solar-panel-link {
    width: 100%;
    background: -webkit-linear-gradient(0deg, #29abe2 0%, #006cb8 100%);
    padding-top: 300px;
    margin-top: -200px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.bottun {
    padding: 0.3em 1.5em;
    width: 350px;
    background-color: #ffffff;
    color: #006cb8;
    font-size: 20px;
    margin: auto;
    margin-bottom: 1em;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.solar-panel-link .solar_text-title {
    margin-bottom: 1em;
    color: #fff;
}

footer {
    margin-top: 0;
}

@media screen and (max-width: 1500px) {
    .solar_title {
        font-size: clamp(2rem, 0.7rem + 3vw, 3.125rem);
        width: 55%;
        margin-right: -20%;
    }

    .solar_mv-img {
        width: 85%;
    }

    .solar_sun-img {
        width: 28%;
        right: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .solar-panel-start .solar_img {
        width: 75%;
        margin-left: -20%;
        position: relative;
    }

    .solar_text {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {

    .solar_flex,
    .solar-panel-start,
    .solar-panel-env {
        flex-wrap: wrap;
    }

    #solar_mv::after {
        height: 80%;
        top: 0%;
    }

    .solar_sun-img {
        width: 24%;
        left: 0;
        right: 0%;
        top: 2%;
    }

    .solar_flex {
        align-items: flex-start;
    }

    .solar_title {
        margin-top: 10%;
        filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.9));
        margin-right: 0;
    }

    .solar_mv-img {
        margin-top: 23%;
    }

    .solar_title {
        width: 75%;
        margin-top: 7%;
        font-size: clamp(2rem, 1rem + 4vw, 3.125rem);
    }

    .solar_text {
        width: 100%;
    }

    .solar-panel-env .solar_text {
        width: 100%;

    }

    .solar_img-sub {
        max-width: 440px;
    }

    .solar-panel-env .solar_img-sub {
        max-width: 130px;
    }

    .solar-panel-env .solar_text {
        width: 100%;
        display: flex;
        margin-bottom: 1em;
    }

    .solar_mv-img {
        margin-top: -4%;
        margin-left: 15%;
    }

    .solar-panel-start .solar_img {
        width: 100%;
        margin-left: 0;
    }

    .solar-panel-env .solar_img {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .bottun {
        width: 320px;
    }

    .solar_sun-img {
        width: 24%;
        left: 0;
        right: -30%;
        top: 2%;
        opacity: 0.3;
    }

    .solar-panel-link {
        padding-top: 130px;
        margin-top: -60px;
        padding-bottom: 70px;
    }

    .solar-panel-env .solar_text {
        flex-direction: column-reverse;
    }

    .solar_title {
        width: 100%;
    }

    section {
        margin-bottom: 70px;
    }

    footer {
        margin-top: 0;
        padding-bottom: 3em;
    }

    .solar_img-foot {
        margin-left: -20px;
    }
}