body {
    margin: 0px;
    background-color: #F5F6F7;
    
}

#first {
    height: 300px;
    background-image: url("../image/home.PNG");
    background-color: black;
    background-size: cover;    
}

#first-bg {
    height: 100%;
    text-align: center;
    background: rgba(63, 63, 63, 0.6);
}

#first-head{
    padding-top: 120px;
    font-family: 'Cinzel', serif !important;
    color: #E5C175;
    font-size: 40px;
    font-weight: lighter;
}


#hr{
    margin-top: 5px;
    width: 215px;
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(229, 193, 117, 0), rgba(229, 193, 117, 0.75), rgba(229, 193, 117, 0));
}

#second{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left:20px;
    padding-right: 20px ;
}

#company-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: 10%;
    padding-left:10%;
}

#cont-img img{
    width:250px;
    height:250px;
    margin-top:80px;

}

#cont-text{
    width: 60%;
}

@media (max-width: 510px){
    #cont-text {
        margin-left:0px;
        margin-top:0px;
        padding-left:20px;
        padding-right: 20px ;
        width: 400px;
    }
    #cont-img img{
        width:270px;
        height:270px;
    }
    #company-cont{
    padding-right: 0%;
    padding-left:0%;
    }
    #cont-img img{
        margin-top: 40px;
    }
}

.heading-1{
    /* font-family: 'Goudy Trajan Regular'; */
    font-family: 'GFS Didot', serif;
    color: #E5C175;
    font-size: 22px;
    font-weight: lighter;
}
.p-tag{
    font-family: 'Alegreya';
}
.second-hr{
    width:50px;
    margin-left: 0px;
    border-top:1.5px solid #616368;
    border-bottom:transparent;
}

#third{
    width:100%;
    background-color: white;
    background-size: cover;    
    background-image: url(../image/our_his-01.jpeg);
}

#third-bg{
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    justify-content: space-around;
    padding-right: 7%;
    padding-left:7%;
}
#third-bg > h2{
    font-family: 'GFS Didot', serif;
    color: #E5C175;
    font-size: 22px;
    font-weight: lighter;
}

#third-bg > p{
    color:white;
}
.third-hr{
    width:70px;
    color: white;
    border-bottom: transparent;
}

.third-p{
    margin-top: 40px;
    padding-left: 110px;
    padding-right: 110px;
    font-family: 'Alegreya';
    font-weight: lighter;
}

@media (max-width: 510px){
    .third-p{
        padding-left: 30px;
        padding-right: 30px;
    }
    #third-bg{
    padding-right: 0%;
    padding-left:0%;
    }
}
@media (max-width: 835px){
    #company-cont{
        padding-right: 3%;
        padding-left:3%;
        }
        #third-bg{
            padding-right: 3%;
            padding-left:3%;
            }
}
#fourth{
    width:100%;
    background-color: #FAF6EB;
    background-size: cover; 
    justify-content: space-around;  
}
#fourth-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top:15px;
    padding-bottom:15px;
    flex-wrap: wrap;
    padding-left: 8%;
    padding-right: 8%;
}
.fourth-hr{
    border-bottom: transparent;
    border-top: 1px solid black;
    width: 40px;
    margin-left: 0px;
}

.info > h2{
    font-family: 'GFS Didot', serif;
    font-size: 24px;
    font-weight: lighter;
   
  }
  .info > h5{
    font-family: 'GFS Didot', serif;
    font-size:19px;
    font-weight: lighter;
  }
@media (max-width: 510px){
    .info{
        width: 245px;
    }
    #fourth-info{
    padding-left: 0%;
    padding-right: 0%;
    }
}