/* all common css start here */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

a,a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

ul,ol{
    list-style-type: none;
}

/* all common css end here */

/* header part start */

.nav-link{
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px !important;
    transition: .5s;
}

.nav-link:hover{
    color: #959595;
}

.headerBtn{
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px !important;
    transition: .5s;
}

.headerBtn:hover{
    color: #959595;
}

/* header part end */

/* banner part start */
#bannerPart{
    padding-bottom: 200px;
}

.bannerText{
    padding-top: 80px;
}

.bannerText h1 {
    font-size: 112px;
    font-weight: 700;
    color: black;
    width: 644px;
    padding-bottom: 40px;
}

.bnrBtn{
    padding: 20px 25px;
    color: white;
    background: #0C513F;
    border: 1px solid #0C513F;
    margin-right: 15px;
    transition: .5s;
}
.bnrBtn:hover{
    color: #0C513F;
    background: transparent;
    border: 1px solid #0C513F;
}

.bnrBtn i{
    margin-right: 10px;
}

/* banner part end */

/* app part start */
#appPart{
    padding-top: 50px;
}

.appBox{
    padding: 10px;
    background: #FFF3CC;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-left: 65px;
}

.draWerOne{
    padding: 15px 20px;
    border-radius: 40px;
    background: transparent;
    transition: .5s;
}

.draWerOne:hover{
    background: #FFC501;
    transform: translateY(-5%);
}

.draWerOne a{
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    transition: .3s;
}
.draWerOne a:hover{
    font-weight: 700;
}

.appText{
    padding-top: 90px;
}
.appText h3{
    font-size: 59px;
    font-weight: 800;
    color: black;
    padding-bottom: 30px;
}
.appText p {
    font-size: 20px;
    font-weight: 400;
    color: black;
    line-height: 28px;
    padding: 0px 52px;
}

.appIcon{
    padding-top: 30px;
    padding-bottom: 100px;
}

.appIcon i{
    margin-right: 30px;
    height: 50px;
    width: 50px;
    padding: 15px 0;
    background: #0C513F;
    font-size: 20px;
    border-radius: 50%;
}

.mobileApp{
    padding-bottom: 100px;
}

/* app part end */


/* network part start */

#networkPart{
    padding-bottom: 150px;
}

.networkText{
    padding-top: 20px;
    padding-bottom: 40px;
    color: #D1D5DB;
}
.networkText h3{
    font-size: 64px;
    font-weight: 400;
    color: #D1D5DB;
}

.designItem {
    margin: 0 55px 0 -45px;
}

.netItem {
    padding: 45px 0px;
    border: 5px solid black;
    border-radius: 16px;
    width: 400px;
    height: 460px;
}
.netText{
    padding: 0 25px;
}

.netText h4{
    font-size: 27px;
    font-weight: 800;
    color: black;
}
.netText p{
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding-top: 30px;
    padding-bottom: 35px;
    line-height: 24px;
}
.netText a{
    font-size: 14px;
    font-weight: 800;
    color: black;
    letter-spacing: 3px;
}

.netImg{
    padding-top: 37px;
}
.netImg img{
    width: 100%;
}
/* network part end */

/* category part start */

#categoryPart{
    padding-bottom: 60px;
    background: #0C513F;
}
.ctargoryImg{
    padding-top: 40px;
}

/* category part end */


/* Chowdeck part start */
#chowdeckPart{
    background: #0C513F;
    padding-bottom: 60px;
}

.chowdeckleftText{
    padding-top: 30px;
}
.chowdeckleftText h3{
    font-size: 63px;
    font-weight: 800;
    width: 460px;
    line-height: 80px;
    color: white;
}


.chowdeckRightText{
    padding-top: 30px;
}
.chowdeckRightText p{
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: white;
}

.mobileDeisgnItems {
    margin-right: 18px;
    margin-left: -18px;
}

/* Chowdeck part end */

/* map part start */
#mapPart{
    padding-top: 100px;
    padding-bottom: 100px;
    background: white;
}
/* map part end */

/* review part start */

#reviewPart{
    padding-bottom: 60px;
    background: white;
}

.reviewText a{
    padding: 15px 25px;
    font-size: 29px;
    font-weight: 800;
    color: black;
    border-radius: 8px;
    border: 5px solid black;
    background: #FFF3CC;
}

.rBtn{
    padding-top: 40px;
}

.reviewBtn{
    padding: 15px 25px;
    background: #1DA1F2;
    color: white;
    border: 1px solid #1DA1F2;
    transition: .5s;
}
.reviewBtn:hover{
    background: transparent;
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
}

.itemsR {
    padding-top: 90px;
    margin-left: -12px;
    margin-right: 22px;
}

/* review part end */

/* stories part start */

#storyPart{
    padding-top: 30px;
    padding-bottom: 50px;
    background: white;
}

.textStory{
    padding-top: 20px;
    padding-bottom: 80px;
}

.storyItem{
    border: 3px solid black;
    border-radius: 12px;
}


.storyImg{
    padding-bottom: 30px;
}

.storyImg img{
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.storyText{
    padding: 20px 30px;
}

.storyText h4{
    font-size: 14px;
    font-weight: 800;
    color: black;
}

.storyText p{
    font-size: 18px;
    font-weight: 500;
    color: black;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 24px;
}

.storyText a{
    padding: 15px 120px;
    background: rgba(12, 81, 63, 5%);
    border-radius: 8px;
    color: #0C513F;
    font-size: 16px;
    font-weight: 500;
}

/* stories part end */

/* faq part start */
#faqPart{
    padding-top: 50px;
    padding-bottom: 50px;
    background: black;
}

/* faq part end */

/* place part start */
#placePart{
    padding-top: 50px;
    padding-bottom: 50px;
    background: black;
}

.placeLast{
    padding-top: 80px;
    padding-bottom: 50px;
}

/* place part end */

/* footer part start */
#footerPart{
    padding-top: 50px;
    padding-bottom: 100px;
    background: black;
}
.ft{
    padding-top: 100px;
    padding-bottom: 40px;
}

.ft p{
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255 , 40%);
}

.cl{
    color: red;
}

/* footer part end */