/* nav */
nav{
    display: flex;
    height: 60px;
    /* align-items:center; */
    background-color:#80FFFF;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.nav-menu{
  display: flex;
  margin: auto;
}
/* .nav-logo{
    font-weight: bold;
} */
.nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    /* background-color: #f9c3f2; */
}
.nav-link:hover{
    background-color: #642100;
    color: #80FFFF;
}
nav a{
    color: 	#642100;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: bold;
}
/* header */
header{
    width: 100%;
    height: fit-content;
    /* background-color:#CAFFFF; */
    position: relative;
}
.header-content{
    position: absolute;
    background-color:rgb(0 0 0 /.1);
    color: white;
    backdrop-filter:blur(3px);
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
    padding: 35px;
    border-radius: 15px;
}
/* .header-content h1{
    font-size: 52px;
} */
.header-content p{
    font-size: 26px;
    font-weight:bold;
    /* margin-bottom: 15px;
    margin-top: 15px; */
}
/* try */
#try{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #642100;
}
#try .section-title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color:		#80FFFF	;
}
#try h3{
    font-size: 22px;
    margin-bottom: 13px;
    text-align: center;
    color:		#d16732 ;
}
#try p{
    line-height: 1.7rem;
    color: 			#FFBD9D;
}
/* onlyone */
#onlyone{
    padding-top: 80px;
    padding-bottom: 50px;
    background-color:whitesmoke;
}
#onlyone .section-title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
    color:		#642100;
}
.card{
    display: flex;
    flex-direction: column;
    border: 3px solid white;
    border-radius: 8px;
    overflow: hidden;
    height: 380px;
    box-shadow: 0px 8px 13px 0px rgb(0 0 0 /.1);
}
.card-content{
    padding: 15px;
    background-color: #642100;
    height: 100%;
}
.card-content h3{
    margin-bottom: 13px;
    color: 	#80FFFF;
}
.card-content p{
    font-size: 13px;
    line-height: 1.7rem;
    color: 		#FFBD9D;
}
.hp-link{
    color:#FFD306 ;
    text-decoration: none;
}
.hp-link:hover{
    color: #80FFFF;
}

/* barter */
#barter{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #642100;
}
#barter .section-title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color:		#80FFFF;   
}
#barter .col-1{
    padding: 0;
}
/* contact */
#contact{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color:whitesmoke;
}
#contact .row{
    justify-content: center;
}
#contact .section-title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color:		#5B4B00;   
}
.concon{
    font-size: 20px;
    justify-content: center;
    text-align:center;
    color:		#5B4B00; 
}

/* btn */
/* .btn{
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    border: 0;
    cursor:pointer;
    border-radius: 5px;
} */
/* .btn-header{
    background-color:#5B4B00;
    color:whitesmoke;
    text-decoration: none;
} */
/* .btn-header:hover{
    background-color:#5B4B00;
    color:#FFD306;
} */

/* footer */
footer{
    background-color: rgb(91, 11, 11);
    color: #80FFFF;
    text-align: center;
    padding: 15px;
    letter-spacing: 1px;
}