*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{

    font-family: 'Roboto', sans-serif;
}

.Container{

    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 20px;
   
}

.TopMenu{

    display: block;
    margin-top: 5px;
    
}

.logo{

    width: 150px;
    display: block;
    float: left;
}

.logo img{

    width: 100%;
    height: 100px;
}

.TopMenu .menuItems{

    float: right;
}

.menuItems ul{

    margin-top: 50px;

}

.menuItems ul li{

    float: left;
    margin-right: 35px;
    list-style-type: none;

}

.menuItems ul li a{

    color:#000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.menuItems .active a{

    color: #ff3b1d;
}
.menuItems ul li a:hover{

    color: #ff3b1d;
    letter-spacing: 1px;
    transition: 0.2s all linear;
}

/* Start Home Part */

#homePart{

    width: 100%;
    display: block;
    overflow: hidden;
    
}


.homeLeftPart{

    width: 40%;
    float: left;
    margin-top: 240px;
    
}

.homeLeftPart h1{

    color: rgb(73, 72, 72);
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.homeLeftPart span{

    color: #ff3b1d;
}


.homeLeftPart p{

    color: rgb(104, 101, 101);
    font-size: 17px;
    margin-top: 30px;
    letter-spacing: 1;
    line-height: 24px;
    margin-bottom: 20px;
}

.button_links{

    width: 165px;
    padding: 18px 35px;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: linear-gradient(to right,orange,tomato);
}

.button_links a{
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

}

.homeRightPart{

    width: 50%;
    float: right;
}


/* About Section Start */

#aboutSection{

    overflow: hidden;
    background: url(./img/7.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}


.aboutLeftPart{

    width: 30%;
    float: left;
    margin-right: 20%;
}
.aboutLeftPart img{
    
    width: 100%;
    padding-top: 30px;
}

.aboutRightpart{
    
    width: 50%;
    float: right;
    padding-top: 200px;
}
.aboutRightpart h2{

    font-size: 38px;
    color: rgb(61, 60, 60);
    padding-bottom: 45px;
    font-weight: 700;
}

.aboutRightpart p{

    font-size: 17px;
    padding-bottom: 60px;
    line-height: 25px;
    letter-spacing: 1px;

}

/* Start My Recipies Section  */

#recipies{

    width: 100%;
    margin: 50px 0px;
}

.recipiecContent{

    padding-top: 50px;
}

.recipiecContent h2{

    color: rgb(61, 60, 60);
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 45px;
    letter-spacing: 1px;
}
.recipiecContent p{

    width: 600px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 50px;
}

.recipie_items{

    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
    
}

.singleItem{

    width: 30%;
    float: left;
    margin-left: 3%;
    padding: 15px;
    border: 5px solid white;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* box-shadow: 5px 5px 5px 5px rgb(243, 232, 232); */
    
}

.singleItem img{

    width: 100%;
    margin-bottom: 40px;
}


.singleItem h3{

    font-size: 32px;
    margin-bottom: 15px;
}

.singleItem p{

    font-size: 17px;
    padding-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1;

}

/* Start Social Section */
#SocialSection{

    overflow: hidden;
    width: 100%;
    padding: 50px 0px;
}

.AllSocial{

    width: 100;
    overflow: hidden;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.SingleSocail{

    width: 30%;
    float: left;
    margin-left: 3%;
    

}

.SingleSocail h3{

    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;

}

.SingleSocail p{

    color: rgb(99, 95, 95);
    font-size: 19px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 15px;
}

/* Service Section Start */

#ServicesSection{

    width: 100%;
    padding: 80px 0px;
    overflow: hidden;

}

#ServicesSection h1{

    font-size: 38px;
    font-weight: 700;
    color: rgb(61, 60, 60);
    text-align: center;
    letter-spacing: 1px;
}

#ServicesSection span{

    color: #ff3b1d;
}

.AllServiceBox{

    overflow: hidden;
    width: 100%;
}

.SingleServiceBox{

    width: 30%;
    float: left;
    margin-left: 3%;
    padding: 0px 20px;
    margin-top: 80px;
    text-align: center;

}

.SingleServiceBox i{


    font-size: 68px;
    color: tomato;
    margin-bottom: 50px;
    
}

.SingleServiceBox h3{

    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.SingleServiceBox P{

    color: rgb(61, 59, 59);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    
}

/* Follow Section */

#followSection{

    overflow: hidden;
    background: url(./img/Frame\ 57.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}


#followSection h1{

    text-align: center;
    word-spacing: 5px;
    letter-spacing: 1.5px;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;

}

#followSection p{

    font-size: 17px;
    width: 550px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 30px;
}

.SubcribeEmail{

    padding-top: 20px;
    width: 650px;
    padding-left: 50px;
    margin: 0 auto;
}


.SubcribeEmail input{

    width: 95%;
    font-size: 18px;
    float: left;
    border: none;
    outline: none;
    padding: 10px 15px;
    background: transparent;
    border-bottom: 3px solid black;
}

.SubcribeEmail span{

    font-size: 25px;
    color: orange;
    cursor: pointer;

}

.socailIcons{

    text-align: center;
    margin-top: 60px;
}

.socailIcons i{

    padding: 10px 15px;
    font-size: 25px;
    color: black;
    background: grey;
    border-radius: 100%;
    margin-right: 15px;
}

/* Footer Section Start */

#footerSection{

    padding-top: 50px;
    padding-bottom: 80px;
    background: #0B0D17;
}

#footerSection h1{

    color: grey;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

#footerSection span{

    color: #ff3b1d;
}

#footerSection p{

    text-align: center;
    color: white;
    word-spacing: 3px;
    letter-spacing: 1.5px;
}