body {
    background-image: url(../Resource/term_background.jpg);

}
.contact_h1 {
    display: flex;
    background-color: #43115a;
    box-sizing: border-box;
}


.contact_nav {
    margin-top: 20px;
    margin-left: 1200px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;   
}


.contact_nav li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 25px;
    color: white; 
    font-weight: bold;      
}

.contact_nav li a {
    text-decoration: none;
}


.contact_nav a:visited {
    color: inherit; 
    
}

.contact_nav a:hover {
    color: rgb(5, 2, 186);
    text-decoration: none;
}

h1 {
    text-align: center;
    font-size: 60px;
}

.welcome {
    text-align: center;
    font-size: 25px;
}

.container {
    width: 1200px;
    margin: 20px auto;
}

.contact-box {
    /* background: #fff; */
    display: flex;
    box-sizing: border-box;
}


.contact-left {
    
    flex-basis: 50%;
    padding: 40px 60px;
}
.contact-right {
    flex-basis: 50%;
    padding: 40px;

    color: #fff;
}
.input-row {
    justify-content: space-between;
    
}

form {
    margin-left: 80px;
}

textarea {
    resize: none;
}

input {
    height: 30px;
    width: 380px;
    margin-bottom: 20px;
}

.contact-right .add {
    display: flex;
}
.contact-right .phone {
    display: flex;
}
.contact-right .email {
    display: flex;
}

.contact-right div p {
    margin-left: 100px;
}

.contact-right .icons {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}
.app_icons {
    display: flex;
    justify-content: center;
}

.app_icons img {
    width: 30px;
    margin: 10px;
}

/* button&message */

* {
    box-sizing: border-box;
}

img {
    width: 25px;
    
}

.toast {
    display: none;
    position: absolute;
    top: 20px;
    left: 800px;
    border-radius: 5px;
    background: wheat;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px;
    overflow: hidden;

}



.toast-content {
    margin-top: 5px;

}

.toast .toast-content {
    display: flex;
    align-content: center;
}

.toast-content .message {
    margin-top: -5px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toast-content .check {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.message text {
    font-size: 20px;
    font-weight: 400;
}

.message .text-1 {
    font-weight: 600;
}

.cross {
    position: absolute;
    top: 6px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
}

button {
    margin-top: 20px;
    margin-left: 180px;
    padding: 10px 20px;
    font-size: 20px;
    background-color: black;
    border:none;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}


footer {
    width: 1200px;
    margin: 50px auto;
}

footer span {
    margin-left: 130px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

footer .icons {
    display: flex;
    justify-content: center;
}

footer img {
    width: 30px;
    margin: 10px;
}
