body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
}

.head {
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    box-sizing: border-box;
    background-image: url("5309849.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.heading {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.navbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    display: flex;
}

.logo img {
    width: 21%;
}

.menu {
    width: 70%;
    height: auto;
    overflow: hidden;
    float: right;
    box-sizing: border-box;
    margin-top: 6px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.menu ul li {
    float: left;
}

.menu ul li a {
    text-decoration: none;
    display: block;
    padding: 20px 15px;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.menu ul li a:hover {
    color: rgb(66, 155, 25);
}

.head-title {
    position: absolute;
    width: 380px;
    height: 100px;  
    top: 28%;
    right: 19%;
    text-align: center;
}

.head-title h1 {
    font-weight: bolder;
    font-size: 34px;
    color: black;
}

.head-title p {
    font-size: 18px;
    color: black;
}

.shop-now {
    width: 95px;
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid rgb(0, 0, 0);
    background-color: black;
    color: white;
    border-radius: 12px;
    margin: 0px 5px;
}

.shop-now:hover {
    border: 1px solid rgb(102, 158, 102);
    background-color: rgb(102, 158, 102);
}

.shop-all {
    width: 95px;
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    border: 1px solid rgb(92, 91, 91);
    background-color: transparent;
    color: black;
    border-radius: 12px;
    margin: 0px 5px;
}

.shop-all:hover {
    color: white;
    border: 1px solid rgba(102, 158, 102, 0.452);
    background-color: rgba(102, 158, 102, 0.452);
}

.container {
    width: 1200px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
}

.content-title {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center
}

.content-title h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 70px;
    color: black;
}

.content-title p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgb(107, 99, 99);
}

.contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.items {
    width: 24%;
    height: 450px;
    box-sizing: border-box;
}

.items-img {
    width: 100%;
    height: 70%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items-img img{
    width: 73%;
    height: 80%;
    
}

.items-txt {
    width: 100%;
    height: 30%;
    box-sizing: border-box;
}

.items-txt h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0px;
    color: black;
}


.items-txt span {
    font-size: 16px;
    font-weight: bold;
    color: rgb(97, 94, 94);
    margin: 0;
}

.items-txt p {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
    color: green;
    margin-right: 20px;
}

.promote {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 90px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.promote-left {
    width: 49.50%;
    height: 500px;
    background-color: rgb(197, 172, 32);
    float: left;
    position: relative;
}

.promote-left img {
    width: 80%;
    height: 100%;
}

.transparency {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.247);
    top: 0;
    left: 0;
}

.promote-title-1 {
    position: absolute;
    top: 28%;
    right: 16%;
    width: 150px;
    height: 50px;   
}

.promote-title-1  h1{
    color: white;
    line-height: 1.2;
}

.promote-title-1 span    {
    color: rgb(167, 216, 52);
}

.promote-right {
    width: 49.50%;
    height: 500px;
    float: right;
}

.right-top {
    position: relative;
    width: 100%;
    height: 49%;
    background-color: rgb(219, 173, 112);
    margin-bottom: 10px;
}

.right-top img {
    width: 45%;
    height: 100%;
    float: right;
}

.promote-title-2 {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 150px;
    height: 50px;   
}

.promote-title-2 h1 {
    color: white;
    line-height: 1.2;
}

.promote-title-2 span    {
    color: rgb(167, 216, 52);
}

.right-buttom {
    position: relative;
    width: 100%;
    height: 49%;
    background-color: rgb(124, 101, 72);
}

.right-buttom img {
    width: 45%;
    height: 100%;
}

.promote-title-3 {
    position: absolute;
    top: 14%;
    right: 18%;
    width: 150px;
    height: 50px;   
}

.promote-title-3 h1 {
    color: white;
    line-height: 1.2;
}

.promote-title-3 span    {
    color: rgb(167, 216, 52);
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0px;
    background-color: rgb(238, 233, 233);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer p {
    color: rgb(68, 57, 57);
    margin: 0;
    margin-top: 30px;
}

.info input {
    width: 280px;
    height: 40px;
    border: 1px solid gray;
    border-radius: 6px;
    margin: 0;
    margin-top: 30px;
}

.links {
    margin-top: 30px;
}

.links a {
    padding: 10px;
}

.links h1 {
    margin-top: 30px;
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(54, 51, 51);
}