/* body {
    background-color: blue;
} */

.guh {
    background-color: white;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
    padding: 0 4px;
}

.guh::before {
    background: url("../photo/graphics/header-gradient.svg");
    content: "";
    height:28px;
    left:0;
    bottom: 0;
    margin-bottom: -25px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    background-size: 100%;
}

.head {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    font-family: "azo-sans-web", sans-serif;
font-style: normal;
font-size: 80%;
}

.lgo {
   margin-left: 0em;
}

.righte {
    display: flex;
    align-items: right;
    justify-content: space-between;
    overflow-wrap: break-word;
    font-weight: 900;
}

.otherpart {
    display: flex;
    list-style: none;
    font-size: 120%;
    margin-right: 100px;
    gap: 40px;
}

.but {
    display: flex;
    background:rgb(13, 184, 143);
    color:white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    max-width: fit-content;
}

.empowerpart {
    color: white;
    font-family:"azo-sans-web", sans-serif;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.empowerpartbg {
    background-image: url("../photo/background/bg-desktop@3x.webp");
    background-size: cover;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.empwr{
    width: 80vw;
    margin: 6% auto 5%;
}

.nocation {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    margin: 0% 0% 2%;
}

.togehter {
    display: flex;
    flex-direction: row;
    gap:5px;
}

.togehter img {
    height: 7%;
    width: 7%;
    margin-top: 10%;
}

.why {
    background-image: url("../photo/background/BG-Gradient-1.png");
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
}

.firsthalf {
    display: flex;
    flex-direction: row;
    margin-top: -5%;
    align-items: center;
}

.left {
    background-position: center -95px;
    width: 40%;
    height: 350px;
}

.rightside {
    background-position: center 95px;
    width: 24%;
    height: 80%;
}

.restwhy {
    display: flex;
}

.huh {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    margin-top: 30%;
}

.huh h1 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-size: 300%;
    margin-top: 0;
    margin-bottom: -1%;
}

.huh p {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 100%;
    color: rgb(80, 102, 144);
    word-spacing: 3px;
}

#wy {
    color:rgb(14, 41, 55);
}

#cn {
    color: rgb(24, 122, 191);
}

.homies {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-top: 5%;
    size: 75%;
}

.secondhalf {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secondhalf img {
    border-radius: 5%;
}

.yap {
    color: #506690;
    margin-top: 2%;
    text-align: center;
    font-family: "azo-sans-web", sans-serif;
    width: 30%;
    font-size: 80%;
}

.help {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 60%;
    font-family: "azo-sans-web", sans-serif;
    line-height: 0.1%;
    margin-top: 5%;
}

.help p {
    color:rgb(24, 122, 191);
    font-weight: 550;
    font-size: 120%;
}

.thingy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
    font-size: 200%;
    font-weight: 900;
    color:rgb(14, 41, 55);
}

#program {
    color:rgb(24, 122, 191);
}

.create::before {
    background: url("../photo/background/Create-Bg.webp");
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

.gradient1 {
    background: url("../photo/background/Color-Fade_2x.webp");
}

.create {
    background-color: linear-gradient(113deg, #2D8ABD 0%, #0067BE 100%) 0% 0% no-repeat padding-box;
}

.child1 {
    z-index: 1;
}