

.menu_icon {
    display: flex;
    list-style-type: none;
    color: #F59E0B;
}

.menu_icon i {
    color: #FEA53D;
    height: 40px;
    line-height: 40px;
    font-size: 20px;

}

.menu_icon i:hover {
    color: #f5c124;
}

.row{
    display: flex;
}

.col-12{
    width: 100%;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 33.33%;
    margin-right: 80px;
    
}
.col-3{
    width: 25%;

}
.col-2{
    width: 20%;
    
    
}

.hero {
    width: 100%;
    height: 50vh;
    background-color: gray;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.hero .hero-content {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 99;
}

.hero .hero-content .content {
    margin-top: 150px;
    text-align: center;
    align-items: center;

}

.hero .hero-content .link {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.hero .hero-content a {
    text-decoration: none;
    color: white;
}

.hero .hero-content .link u {
    background-color: transparent;
    color: #FEA53D;
}

.hero .hero-content a:hover {
    color: #FEA53D;
}

.hero .hero-content h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FEA53D;

}

.hero .hero-content .content p {
    font-size: 20px;
    margin-top: -20px;
    margin-left: 40px;
    color: #ddd;

}
.contact-row{
    display: flex;
}

.contact .contact-form p{
    font-size: 30px;
    font-weight: 600;
    color: #F59E0B;
    margin-bottom: 20px;
    padding-top: 30px;
    margin-left: 50px;
  

}
.contact-form{
    width: 800px;
    height: 580px;
    background-color: #121212;
    border-radius:  20px;

    
}
.form-control{
    width: 700px;
    height: 43px;
    padding-left: 8px;
    border: 0;
    font-family: "Battambang", system-ui;
    font-size: 18px;
    border-radius: 0 20px 0 0px;
    color: #ddd;
    background: transparent;
}

.form-group{
    display: flex;
    margin-bottom: 20px;
    margin-left: 50px; 
}
.mb-3{
    margin-bottom: 50px;
}
.icon{
    width: 700px;
    border: 2px solid #F59E0B;
    display: flex;
    height: 45px;
    border-radius: 0 20px;
    color: #ddd;

}
.icon i{
    width: 40px;
    height: 43px;
    border: 2px solid #F59E0B;
    line-height: 36px;
    text-align: center;
    border-radius: 0 0 0 20px;
}
.form-control:focus,
textarea:focus{
    outline: 1px solid #f5a64c;
    color: #ddd;
}
.btn-textarea{
    display: flex;
    height: 150px;
    align-items: center; 
    border-radius: 0 20px;
    border: 2px solid #F59E0B;
    margin-top: 20px;  
}
textarea{
    width:660px;
    height: 145px;
    border-radius: 0 20px 0 0; 
    background: transparent;
    border: 0;
    color: #ddd;
    padding-left: 8px;
    font-size: 20px;
    font-family: "Battambang", system-ui;
    
}
.btn-textarea .fa-pencil{
    width: 40px;
    height: 150px;
    text-align: center;
    padding-top: 10px;
    /* line-height: 150px; */
    border: 2px solid #F59E0B;
    border-radius: 0 0 0 20px;
    
}
.btn-send{
    width: 120px;
    color: #ddd;
   
}
.contact-info{
    width: 400px;
    height: 580px;
    background-color: #121212;
    margin-left: 20px;
    display: block;
    border-radius: 20px;
   
}
.contact-info ul{
   
    /* display: block; */
    list-style-type: none;
    padding-left: 40px;
    padding-top: 100px;

}
.contact-info ul li{
    padding: 6px 0;
    padding-top: 30px;

    /* border: 1px solid red; */
}
.contact-info ul li a{
    text-decoration: none;
    font-size: 25px;
    color: #F59E0B; 
    
}
.contact-info ul li a:hover{
    color: #FFE193;
}
.contact-info ul li span{
    font-size: 25px;
    color: #F59E0B; 
}
.contact-info ul li i{
    font-size: 20px;
    padding-right: 10px;
    color: #F59E0B;
}
.google-map{
    margin-top: 40px;
    
}

