body{
    background-color: #E6FCF5;
}
.LOGO {
    height: 80px;
}
.city{
    size: 100%;
}
.header {
    background-color: #195551;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

.header_under {
    margin: 0 auto;
    max-width: 1170px;
}
.wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.head {
    display: flex;
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    font-family: 'Raleway', sans-serif;
    color: black;
}

a {
    text-decoration: none;
    color: white;
}


h1 {
    color: white;
}

.wrapper ul, .header_under1 ul {
    list-style: none;
    display: flex;
    align-items: center;
}

svg {
    fill: white;
    padding-bottom: 10px;
    transition: 0.1s linear
}

/* #footer svg{
    fill: black;
    padding-bottom: 10px;
    transition: 0.1s linear
} */

.nav1 {
    display: flex;
}

.wrapper li {
    padding-left: 20px;
}


li a:hover {
    border-bottom: solid 2px rgba(255, 255, 255, 0.685);
    
}



svg:hover {
    fill:rgba(255, 255, 255, 0.685);
    padding-bottom: 6px;
}


.content{
    background: url(../IMAGE/city2.jpg) center center/cover no-repeat;
    height: 90vh;

}

.left{
    margin: 0 auto;
    max-width: 1170px;
    height: 80vh;
    display: flex;
    align-items: center;
}



.blur {
    height: 1380px;
    background-color: #195551;
    width: calc(75% + 250px);
    position: absolute;
    z-index: 1;
    left: -656px;
    top: -280px;
    border-radius: 100%;
    filter: blur(113px);
}

.About {
    background-color: #E6FCF5;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.wrapper1 {
    align-items: center;
    justify-content: center;
}

.wrapper1 ul {
    padding: 0 0 20px 40px;
}

.wrapper1 li {
    padding: 8px;
    list-style-type: square;
    font-size: 18px;
}

.Button a{
    background-color: coral;
    padding: 5px;
    width: 178px;
    font-size: 14px;
    text-align: center;
    display: flex;
    transition: 0.1s linear;
    border-radius: 5px;
}

.Button a:hover{
    background-color: transparent;
    outline: solid coral;
}

#block{
    width: 192px;
    height: 100px;
    border-radius: 10px;
    margin-top: 80px;
    text-align: center;
    position: relative;
}


.wrapper2 p{
    font-style: italic;
    color: white;
    -webkit-text-stroke: 1px black;
    font-size: 20px !important;
    font-weight: 800;
    height: 100px;
    border: solid 2px black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(4px) brightness(0.8);;
    width: 192px;
    justify-content: center;
} 

.wrapper2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

#wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.main {
    width: 100%;
    background-color: #195551f5;
    background-position: center;
    background-size: cover;
    background-image: url(../IMAGE/Bridge.jpg);
    background-attachment: fixed;
}

#hide {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100px;
    background-color: #195551;
    border: solid 2px white;
    border-radius: 10px;
    opacity: 0;
    transition: 0.2s linear;
    max-width: 192px;
}

#hide:hover {
    opacity: 1;
}

#hide a{
    display: flex;
    align-items: center;
    color: white;
    font-style: italic;
    font-size: 20px;
    height: 100px;
}

#main {
    width: 100%;
    background-color: #E6FCF5;
    align-items: center;
}

.header_under1 {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main p, #main h2{
    padding-top: 20px;
}

#main form *{
    width: 400px;
    height: 65px;
    background-color: #195551;
    border: none;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 2px coral;
    color: white;
    margin: 20px;
}

input::placeholder, textarea::placeholder{
    color: white;
    opacity: 0.6;
}

span, li, q {
    text-align: justify !important;
}

button {
    background-color: coral !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
    transition: 0.1s linear;
}

button:hover {
    outline: solid coral;
    background-color: transparent !important;
}

#footer {
    background-color: #E6FCF5;
    padding: 60px 0 60px 0;
}

.burger{
    display: none;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    z-index: 50;
    width: 35px;
    height: 25px;
    top: 5px;
    right: 20px;
}
.burger span {
    height: 4px;
    width: 100%;
    transform: scale(1);
    background-color: white;
}

.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: white;
    transition: all 0.3s ease 0s;    
}

.burger::before {
    top: 0;
}
.burger::after{
    bottom: 0;
}

.burger.active span{
    transform: scale(0);
}
.burger.active {
    position: sticky;
    top: 20px;
}

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg);
}
.burger.burger.active::after{
    top: 50%;
    transform: rotate(45deg);
}

.open {
    display: flex !important;
}

.blog_block{
    border: solid 5px #195551;
    width: 370px;
    border-radius: 10px;
    padding: 30px;
    background-color: white;
    display: grid;
    justify-items: center;
    margin: 60px 0 60px 0;
}

.blog_block img{
    width: 90%;
    height: 200px;
    object-fit: cover;
    margin: 30px 0 30px 0;
}

.blog_block p, .blog_block h2{
    text-align: center;
    margin: 10px 0 20px 0;
}

.blog_block a{
    background-color: coral;
    padding: 10px;
    border-radius: 5px;
    height: 40px;
}

.blog_block a:hover{
    outline: solid coral;
    background-color: transparent;
    color: black;
    transition: 0.1s linear;
}

.blog{
    padding: 30px 0 30px 0;
}
@media screen and (max-width: 960px){
    .blur {
        width: calc(85% + 400px);
    }
    .blog .header_under div{
        justify-content: space-around !important;
    }
    .blog_block {
        margin: 15px 0 15px 0;
        width: 380px;
    }
}

@media screen and (max-width: 820px) {
    #main form *{
        width: 330px !important;
    }

}

@media screen and (max-width: 768px){
    #main form *{
        width: 240px !important;
        height: 42px;
    }



    p{
        font-size: 15px !important;
    }
    
    h2{
        font-size: 25px !important;
    }

    #main form{
        padding: 15px !important;
    }

    .blur {
        width: calc(85% + 600px);
    }
    h1 {
        font-size: 32px !important;
    }
    li {
        font-size: 13px !important;
    }

    #wrap{
        justify-content: space-around !important;
    }

    .wrapper li {
        padding-left: 3px !important;
    }
    .Button a {
        width: 125px !important;
        font-size: 12px !important;
    }

    .head div h3 span, .head div h1{
        font-size: 20px !important;
    }
    .head div h1 span{
        font-size: 25px !important;
    }
    q {
        width: 300px !important;
        font-size: 12px;
    }
    #work div div {
        margin-left: 5px !important;
    }
}

@media screen and (max-width: 576px) {

    .wrapper1 div {
        display: block !important;
    }
    .header_under1{
        flex-direction: column !important;
    }
    .header_under1 div:first-child{
        padding-bottom: 30px;
    }
    .header_under1 div{
        justify-content: center;
    }
    .blur {
        width: calc(85% + 700px);
    }
    .wrapper1 div div div img{
        padding: 0 !important;
        width: 49% !important;
    }
    .wrapper1 div img{
        width: 100% !important;
        padding: 10px 70px 10px 70px;
    }
    .wrapper1 div div{
        padding: 15px !important;
        width: auto !important;
    }
    #footer, #footer span{
        padding: 10px 0 10px 0;
        font-size: 8px !important;
    }

    .burger{
        display: flex;
    }
    .nav1{
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 3 !important;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #195551de;
        justify-content: center;
        align-items: center;
    }
    .nav1 ul{
        flex-direction: column;
        row-gap: 30px;
    }
    .nav1 svg{
        padding: 0 !important;
        width: 80px;
        height: 80px;
    }
    .Button a {
        width: 200px !important;
        height: 80px;
        align-items: center;
        margin-bottom: 30px;
        font-size: 20px !important;
    }
    .header {
        position: sticky;
        top: 0;
        z-index: 3;
    }
    h1 {
        font-size: 30px !important;
        padding-left: 20px;
        width: calc(54% + 100px) !important;
    }
    .head div h3 span, .head div h1{
        font-size: 18px !important;
        padding-left: 5px;
    }
    .head div h1 span{
        font-size: 25px !important;
    }
    .LOGO{
        padding-left: 20px;
    }
    .head div h1:last-of-type{
        text-indent: 2ch !important;
    }

    q {
        padding-left: 20px;
    }
    li {
        padding-left: 0 !important;
    }
    
}


@supports (-webkit-touch-callout: none) {
    .wrapper2 p {
        -webkit-backdrop-filter: blur(4px) brightness(0.8);;
    }
    .blur{
        filter: blur(65px);
    }
}