*
{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
ul,li
{
    list-style: none;
}
a
{
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #274C5B;
}
p
{
    font-size: 18px;
    line-height: 30px;
    color: #525C60;
    text-align: justify;
}
.container1
{
    display: flex;
    width: 1400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 170px auto;
    gap: 20px;
    box-sizing: border-box;
}

.container
{
    width: 1400px;
    /* border: solid 1px; */
    margin: auto;
    display: flex;
    box-sizing: border-box;
}
.container2
{
    width: 1700px;
    /* border: solid 1px; */
    margin: auto;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
.title1
{
    font-size: 70px;
    color: #274c5b;
    margin-bottom: 10px;
}
.title2
{
    font-size: 50px;
    color: #274c5b;
    margin-bottom: 10px;
}
.title3
{
    font-size: 40px;
    color: #274c5b;
    margin-bottom: 10px;
}
.title4
{
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    color: #68A47F;
    font-size: 36px;
}
.title5
{
    font-weight: 800;
    color: #274c5b;
    font-size: 25px;
}
.title6
{
    font-size: 20px;
    color: #274c5b;
    font-weight: 600;
    margin: 10px 0;
}
.title7
{
    font-size: 25px;
    background-color: white;
    font-weight: 500;
    padding: 33px 83px;
    border-radius: 20px;
}
#chk
{
    display: none;
}
label
{
   
    display: none;
}
/* header start */
.header
{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.nav
{   
    padding: 70px 0;
    box-sizing: border-box;
    width: 1600px;
    background: #fff;
    display: flex;
    flex-direction: row;
    margin: auto;
    overflow: hidden;
}
.nav .logo
{   
    box-sizing: border-box;
    width: 20%;
    /* background-color: green; */
    display: flex;
    align-items: center;
    justify-content: start;
}

.nav .menu
{
    box-sizing: border-box;
    width: 45%;
    /* background-color: blue; */
    display: flex;
    align-items: center;
}
.menu ul
{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.menu ul li
{
    display: flex;
}
.menu ul li a
{
    font-size: 20px;
    font-weight: 700;
    color: #274C5B;
    
}
.nav .menu_right
{
    width: 30%;
    box-sizing: border-box;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    gap: 5%;
    justify-content: end;
    margin-left: 5%;
}
.menu_right .search 
{
    width: 60%;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    border-radius: 36px;
    justify-content: end;
    overflow: hidden;
    box-sizing: border-box;
}
.menu_right .search input
{
    border: none;
    height: 100%;
    align-items: center;
    background-color: transparent;
    width: 70%;
    height: 55px;
    outline: none;
    font-size: 20px;
    padding: 0 8px;
    box-sizing: border-box;
}
.icon
{
    border-radius: 50%;
    width: 56px;
    height: 56px;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}
.search .icon
{
    background-color: #7EB693;
}
.icon i
{
    color: white;
}
.menu_right .cart
{
    width: 40%;
    /* background-color: green; */
    display: flex;
    align-items: center;
    gap: 5%;
    /* box-sizing: border-box; */
    border-radius: 33px;
    border: 1px solid #E0E0E0;
    padding: 5px;
}
.cart .icon
{
    background: #274C5B;
}
/* header end --------------------- */

/* banner start --------------------- */
.banner
{
    background-image: url(img/Image.png);
    /* height: 898px; */
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .banner_img
{
    background-image: url(img/Background\ Patterns.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100%; */
}
.banner .banner_content
{
    width: 100%;
    padding: 260px 0;
}

.btn1
{
    padding: 28px 40px;
    background: #EFD372;
    border-radius: 16px;
    border: none;
    display: flex;
    gap: 10px;
    color: #274C5B;
    font-size: 20px;
    margin-top: 20px;
}
.btn1 i
{
    border-radius: 50%;
    padding: 5px;
    color: white;
    background-color: #274C5B;
    font-size: 12px;

}
/* banner end --------------------- */

/* offer banner start */
.offer_banner
{
    display: flex;
    /* justify-content: space-between; */
    padding: 260px 0;
    box-sizing: border-box;
    gap: 2%;
}
.offer_left
{
    width: 49%;
    background-image: url(img/offer/Photo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 30px;
}
.offer_left .title4,.offer_left .title3
{
    color: white;
}
.offer_right
{
    width: 49%;
    background-image: url(img/offer/Photo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 30px;
}
.offer_banner .offer_content
{
    margin: 109px 45px;
}
/* offer banner end -------------------------- */

/* about start */
.about
{
    background: #F9F8F8;
}
.about .about_left
{
    width: 55%;
    display: flex;
    align-items: center;
    
}
.about .about_left img
{
    width: 100%;
} 
.about .about_right
{
    width: 45%;
    padding: 260px 0;
    margin-left: -70px;
}
.about_right .top
{
    width: 85%;
}
.about .btn1, .shop .btn1
{
    background-color: #274C5B;
    color: white;
}
.about .btn1 i,.shop .btn1 i
{
    background-color: #335B6B;
}
.about .bot
{
    width: 70%;
    margin: 20px 0;
}
.about .row
{
    display: flex;
    margin: 10px 0;
    gap: 20px;
}
.about .row .icon
{
    width: 200px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
}
.about .row img
{
    width: 46px;
    height: 46px;
    position: absolute;
}
.about .row .icon .dot
{
    width: 24px;
    height: 24px;
    background-color: #FFF4CD;
    border-radius: 50%;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}

/* about end --------------------------------- */

/* shop start */
.shop
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 170px auto;
}
.shop .title
{
    text-align: center;
    margin-bottom: 40px;
}
.grid
{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
}
.grid .row
{
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card
{
    width: 24%;
    height: 483px;
    border-radius: 30px;
    background-color: #F9F8F8;
    box-sizing: border-box;
    padding: 30px;
}
.card .tag
{
    border-radius: 8px;
    padding: 5px 12px;
    width: max-content;
    background-color: #274C5B;
    color: white;
    margin-bottom: 10px;
}
.card .img
{
    width: 100%;
    height: 70%;
    /* background-color: blue; */
    overflow: hidden;
}
.card img
{
    width: 100%;
}

hr
{
    border: 1px solid #DEDDDD;
    margin: 10px 0;
}
.card .itemtitle
{
    height: 10%;
    /* background-color: gray; */
    display: flex;
}
.btm
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between ;
    height: 10%;
    /* background-color: pink; */
}
.btm .price
{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.mrp
{
    font-size: 15px;
    text-decoration: line-through;
    color: #B8B8B8;

}
.orp
{
    font-size: 20px;
    color: #274C5B;
    font-weight: 800;
}
.rating
{
    display: flex;
    color: #FFA858; 
}
/* shop end ---------------------------------- */

/* testimonial start */
.testimonial
{
    padding: 10px 0;
    background-image: url(img/tbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial .title
{
    text-align: center;
    margin-bottom: 20px;
}
.testimonial .mrp
{
    text-decoration: none;
    text-align: center;
}
.testimonial .img
{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #DFDFDF;
    overflow: hidden;
}
.testimonial img
{
    width: 100%;
    height: 100%;
}
.testimonial .p
{
    width: 60%;
    text-align: center;
}
.carosal
{
    display: flex;
    gap: 10px;
}
.hdot
{
    width: 8px;
    height: 8px;
    background-color: #B8B8B8;
    border-radius: 50%;
}
.hdot:nth-child(2)
{
    background-color: #68A47F;
}
.testimonial .counters
{
    display: flex;
    flex-direction: row;
    margin: auto;
    /* background-color: green; */
    justify-content: space-between;
    width: 100%;
    gap: 5%;
}
.testimonial .counter
{
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 4px #7EB693;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial hr
{
    border: 1px solid #DEDDDD;
    margin: 100px 0;
    width: 80%;
}
/* testimonial end --------------------------- */
 /* offer start */
 .offer
 {
    background-color: #335B6B;
    padding: 1px 0;
 }
 .heading
 {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
 }
 
 .offer .title2{
    color: white;
    margin-bottom: 0;
 }
 /* offer end -------------------------------- */
 /* gallery start */
 .gallery
 {
    background-color: #f1f8f4;
    padding: 150px 0;
}
.gallery .row
{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
 .row .gcard
 {
    width: 32%;
    height: 688px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .gcard img
 {
    position: absolute;
    width: 100%;
 }
 .gcard .title7
 {
    position: absolute;
 }

 /* gallery end ------------------------------ */
 /* news start */
 .blog
 {
    display: flex;
    flex-direction: column;
    padding: 200px 0;
 }
 .blog .row
{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
 .blog .heading .btn1
 {
    background-color: transparent;
    border: solid 2px ;
}
.blog .news_left
{
    background-image: url(img/n1.png);
    width: 46%;
    border-radius: 30px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.blog .news_right
{
    background-image: url(img/n2.png);
    width: 46%;
    border-radius: 30px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;

 }
 .blog .date
 {
    width: 82px;
    height: 82px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 150px;
 }
 .blog .date .mrp
 {
    font-size: 20px;
    text-decoration: none;
    color: #274C5B;
 }
 .blogcard
 {
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: -90px;
    box-shadow: 0px 20px 35px 0px #A7A7A740;

 }
 .user
 {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
 }
 .user i{
    color: #EFD372;
    font-size: 20px;
 }
 /* blog end */
 /* news start */
 .newsletter
 {
    background-image: url(img/news.jpg);
    padding: 70px 50px;
    border-radius: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
 }
 .newsletter .heading{
    width: 50%;
 }
 .newsletter .formgroup .btn1
 {  
    margin-top: 0px;
 }
 .newsletter .heading .title2
 {
    color: white;
    margin: 0;
    margin-bottom: -30px;
    padding: 0;
 }
 .newsletter .formgroup
 {
    width: 50%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
 }
 .newsletter .formgroup input
 {
    padding: 32px 23px;
    width: 50%;
    outline: none;
    border: none;
    border-radius: 20px;
 }

 /* news end -------------------------------- */
 /* footer start */
 .footer
 {
    padding: 100px 0;
 }
.footer .footer_left
{
    width: 25%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: end;
    padding: 0 20px;
    gap: 20px;
}
.footer .footer_mid
{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align: center;
    align-items: center;
    border-left: #B8B8B8 solid 1px;
    border-right: #B8B8B8 solid 1px;
    padding: 0 20px;
    gap: 20px;
}
.footer_mid .logo
{
    width: 30%;
    /* margin: 0 auto; */
}
.footer_mid p
{
    width: 80%;
    text-align: center;
}
.footer .footer_right
{
    width: 25%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: start;
    padding: 0 20px;
}
.leftcont p
{
    text-align: end;
}
.leftcont p:first-child
{
    font-size: 20px;
    font-weight: 700;
}
.social
{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.social .icon
{
    width: 60px;
    height: 60px;
    background-color: #EFF6F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .icon i
{
    color: #274C5B;
    font-size: 25px;
}
 /* footer end ------------------------------ */

.copy p
{
    text-align: center;
}
.copy p span
{
    font-weight: bold;
}