section{
    margin: 0;
    padding: 0;
    font-size: normal;
}
.cottage_section{
    background-image: url("../../image/4.jpg");
    width: 100%;
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.text_header{
    font-size: 25px;  
    padding: 160px 10px 10px 60px;
    
}
.text_header h1{
    color: gold;
    text-shadow: 1px 1px 2px #999;
    font-weight: bolder;

}
.btn_top{
    padding: 10px 10px 10px 60px;

}
.btn_top button{
    width: 150px;
    height: 40px;
    background-color:#EFAC14;
    padding: 5px 10px 5px 10px;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;

}
.btn_top button:hover{
    background-color: rgb(218, 156, 11);
}
.btn_top p{
    padding-top: 20px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

/* Basic text area*/
.basic_text{
    padding: 20px;
}
.basic_text p{
    margin: auto;
    justify-content: center;
    width: 95%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: #666;
}

/* Basic Characteristics area*/
.Chara_section{
    background-color: #F5F5F5;
    height: auto;
    width: 100%;
}

.Chara_section h1{
    padding: 10px 10px 10px 75px;
    color: #444;
    font-size: 30px;
    font-weight: bold;
}
.char_box{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.box_one{
    display: flex;
    width: 190px;
    height: 70px;
    background-color: #fff;
    margin: 5px;
    align-items: center;
    color: #666;

}
.box_one img{
    width: 40px;
    padding: 0px 0px 0px 10px;
}
.box_one p{
    padding: 0px 0px 0px 10px;
    font-weight: bold;
}

.form_rev{
    display: flex;
    justify-content: center;
    color: #333;
}
.form_box{
    width: 60%;
    color: #333;
}
.form_header h2{
    color: #444;
    padding: 10px;
    font-weight: bold;

}
.form_header p{
    color: #333;
    padding: 0px 0px 0px 10px;
}
.form_header h6{
    color: #333;
    padding: 10px;
    font-weight: bold;
    background-color: rgba(3, 3, 182, 0.101);
    border-radius: 1px;
    font-size: 13px;
}
.image_box{
    width: 30%;
    color: #333;
    padding-top: 20px;
}
.form_group{
    display: flex;
}
.form_div{
    width: 50%;
    padding: 10px;
}
.form_div2{
    width: 100%;
    padding: 10px;
}
.form_div2 textarea{
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #666;
}
.form_div label, .form_div2 label{
    color: #333;
    font-weight: bold;
    font-size: 15px;
}
.form_div input{
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 1px;
    border: 1px solid #666;

}
.form_div select{
    width: 250px;
    color: #333;
}
.form_group button{
    text-align: center;
    width: 150px;
    height: 40px;
    background-color:#EFAC14;
    padding: 5px 10px 5px 10px;
    font-size: 17px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    color: white;
    transition: all 0.2s ease-in-out;


}
.form_group button:hover{
    background-color: #333;
}
.checkbox{
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: left;

}
.form_btn{
    padding: 10px 10px 20px 10px;
    text-align: center;
    margin: auto;
    justify-content: center;


}

.image_box img{
    width: 100%;
    height: auto;
    padding: 5px 10px;
}

@media only screen and (max-width: 1180px) {
    /* For mobile phones: */
    .cottage_section{
        height: 55vh;
    }
    .text_header{
        font-size: 20px;
        text-align: center;  
        padding: 160px 10px 10px 0px;
        
    }
    .text_header h1{
        color: gold;
        text-shadow: 1px 1px 2px #999;
        font-weight: bolder;
    
    }
    .btn_top{
        text-align: center;
        padding: 10px 10px 10px 10px;
    
    }
    .btn_top button{
        width: 150px;
        font-size: 15px;
    
    }
    /* Basic text area*/
    .basic_text{
        padding: 10px;
    }
    .basic_text p{
        width: 100%;
        font-size: 15px;
    }
    
    /* Basic Characteristics area*/
    .Chara_section h1{
        padding: 10px 10px 10px 10px;
        font-size: 25px;
        text-align: center;
    }
    .box_one{
        width: 80%;
        height: 70px;

    }

    .form_rev{
        display: block;
        padding: 10px;
    }
    .form_box{
        width: 100%;
    }
    .form_header h2{
        padding: 10px;
        text-align: center;

    }
    .form_header p{
        padding: 0px 0px 0px 0px;
    }
    .image_box{
        width: 100%;
        color: #333;
        padding-top: 20px;
    }
    
    .form_group button{
        text-align: center;
        width: 150px;
        font-size: 15px;
    }















}