.navbar{
    float: left;
    background-color: transparent;
}
.nav{
    position: absolute;
    top: 6%;
    right: 10%;
    word-spacing: 20px;
}
.home{
    background-image: url(images/bakery1.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Alegreya", serif;
}
.first_page{
    /* background-color: aqua; */
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}
.home .first_page h1{
    color: white;
    font-size: 76px;
}
.home .first_page p{
    font-size: 24px;
}
.btn{
    padding: 40px;
}
.btn1{
    padding: 20px;
    color: white;
    background-color: rgb(166, 134, 92);
    border-color:rgb(166, 134, 92) ;
    border-radius: 5px;
}
.btn2 
{
    padding:20px;
    color: white;
    background-color: transparent;
    border-color: white ;
    border-radius: 5px;
    margin-left: 10px;
    
}
.sec2 .sec2pic{
    float: left;
    width: 50%;
    padding: 80px;
    padding-left: 120px;
}
.sec2 .sec2caption{
    padding: 160px;
    padding-bottom: 0px;
}
.sec2 .sec2caption h2{
    color: black;
    font-size: 32px;
}
.sec2 .sec2caption p{
    font-size: 17px;
    color: RGB(104, 104, 104);
    padding-top: 30px;
    font-family: "Alegreya Sans";
}
.sec2 .Risha ul li img{
    padding-top: 20px;
    width: 45px;
}
.sec2 .Risha ul li {
    list-style-type: none;
    font-size: 17px;
    color: RGB(104, 104, 104);
}
.clear{
    clear: both;
}
.sec3{
    background-color:#F8F8F8;
}

.sec3 img{
    float: right;
    width: 50%;
    padding: 80px;
    padding-right: 120px;
    background-color:#F8F8F8;
}

.sec3 div{
 padding: 160px;
    padding-bottom: 0;
    height: 620px;   
    
}
.sec3 p{
    font-size: 17px;
}
.sec3 h2{
    font-size: 32px;
    padding-bottom: 30px;
}
.sec4 .title h2{
    padding: 30px;
}
.sec4 .title p{
    padding-bottom: 60px;
}
.title{
    text-align: center;
}
.sec4 div img {
    width: 100%;
}
.fpic{
    display: inline-block;
    text-align: center;
    width: 30%;
    margin-left: 35px;
}
.spic{
    display: inline-block;
    text-align: center;
    width: 30%;
    margin-left: 30px;
    margin-right: 30px;
}
.thpic{
    display: inline-block;
    text-align: center;
    width: 30%;
}
.sec5 ul li img{
    padding-top: 20px;
    width: 45px;
}
.sec5 ul li {
    list-style-type: none;
    font-size: 17px;
    color: RGB(104, 104, 104);
}
.sec55{
    background-color: #F8F8F8;
}
.sec5{
    width:40%;
    margin: 120px;
}
.sec5 h2{
    padding: 30px;
    padding-left: 0;
    font-size: 32px;
    
}
.sec5 p{
    padding: 20px;
    padding-left: 0;
    color: #686868
}
.sec5 p{
    font-size: 17px;
}
.sec55 iframe{
    float: right;
    width: 600px;
    height: 568px;
}

