@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{

    
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    
}

.container{

    width: 1320px;

    margin: 0 auto;
    
}

.view_more_button{

    padding: 13px 33px;
    text-transform: uppercase;
    
    border: none;
    background: #349758;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    
    margin: 0 auto;


}

.highlight{
    text-decoration: none;
    color: #349758;
}

.title{
    font-weight: 700;
    font-size: 40px;
    color: #349758;
    text-align: center;
    margin-top: 52px;
    text-transform: uppercase;
}

.slide_change{
    display: flex;
    gap: 5px;
    justify-content: center;
}
.circle_one{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000000;
}
.circle_two{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid black;
}

header .headerTop{

    
    width: 1440px;
    height: 65px;
    background-color: #349758;
    margin: 0 auto;
    
    
    
    
}



header .headerTop ul{

    display: flex;
    gap: 24px;
    
    
    
    
}
header .headerTop ul li{
    list-style: none;
    position: relative; 
    
    
}
header .headerTop ul li a{
    text-decoration: none;  
    color: #FFFFFF;  
    font-size: 24px;
    font-weight: 400;
    
    
}



header .headerTop ul li:nth-child(1)::after{
    content: "";
    width: 2px;
    height: 65px;
    background: #FFFFFF;
    position: absolute;
    top: -50%;
    right: -11px;
    
    
}

header .headerTop .header_Wrapper{

    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .headerTop .header_Wrapper .headerTrackBtn{

    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    

}


header .headerTop .header_Wrapper .headerTrackBtn::before{

  content: "" ;
  width: 2px;
  height: 65px;
  background: #FFFFFF;
  position: absolute;
  top: -50%;
  left: -12px;
  

}

header .headerTop .header_Wrapper .headerTrackBtn::after{

  content: "" ;
  width: 2px;
  height: 65px;
  background: #FFFFFF;
  position: absolute;
  top: -50%;
  right: -12px;
  

}

nav{

    width: 1440px;
    border-bottom: 1px solid rgba(145, 139, 139, 0.5);
}

.navWrapper{

    display: flex;
    align-items: center;
}

nav .navWrapper ul{
    display: flex;
    gap: 34px;
    margin-left: 73px;
    align-items: center;
}

nav .navWrapper ul li{

    list-style: none;
    
}
nav .navWrapper ul li a{

    text-decoration: none;
    text-transform: uppercase;
    color: rgba(21, 20, 20, 0.9);
    font-size: 16px;
    font-weight: 600px;

}

header nav .navWrapper input{

    width: 436px;
    height: 56px;
    margin-left: 63px;
    padding: 18px 10px;
    border-radius: 10px;
    border: 1px solid #7E7B7B;
}

header nav .navWrapper input::placeholder{
    text-transform: capitalize;
    font-family: "Inter", sans-serif;

}   

header nav .navWrapper .searchBox{
    position: relative;
}

header nav .navWrapper .searchBox button{

    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: 30px;
    color: rgba(15, 14, 14, 0.65);
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    
}
header nav .navWrapper .user_card_icon button{
    border: none;
    background: none;
    font-size: 35px;
    margin-left: 63px;
    color: #000000;
}

#hero img{

    margin-top: 47px;
    width: 1320px;
    height: 617px;
}

#featured_products{
    margin-bottom: 44px;
}

#featured_products h2{
    font-weight: 700;
    font-size: 40px;
    color: #349758;
    text-align: center;
    margin-top: 52px;
}

#featured_products .item_card_wrapper{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
#featured_products .item_card{
    width: 312px;
    height: 450px;
    box-shadow: 1px 7px 6px 1px rgba(89,51,51,0.75);
-webkit-box-shadow: 1px 7px 6px 1px rgba(89,51,51,0.75);
-moz-box-shadow: 1px 7px 6px 1px rgba(89,51,51,0.75);

}

#featured_products .item_card img{ 
    width: 266px;
    height: 232px;
    margin-top: 22px;
    margin-left: 21px;
}
#featured_products .item_card h3{ 
    margin-left: 21px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    height: 18px;
   
}
#featured_products .item_card .price{ 
    display: flex;
    gap: 5px;
    align-items: center;
    height: 20px;
    
}
#featured_products .item_card del{ 
    margin-left: 21px;
    font-size: 11px;
    font-weight: 600;
    color: #726E6E;

}
#featured_products .item_card h4{ 
    margin-left: 21px;
    font-size: 11px;
    font-weight: 600;
    color: #349758;
}
#featured_products .item_card button{ 
    margin-left: 18.35px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    background: #349758;
    text-transform: uppercase;
    width: 273p
    height: 27px;
    border: none;
    display: block;
    margin-top: 20px;
    
}

#featured_products .view_more_button{

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

#blog .title{
    font-size: 32px;
    font-weight: 700;
    color: #349758;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 48px;
    position: relative;
}

#blog .title::before {

    content: "";
    width: 536px;
    height: 2px;
    background: #CECBCB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}
#blog .title::after {

    content: "";
    width: 536px;
    height: 2px;
    background: #CECBCB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;

}

#blog .blog_cards{
    width: 422px;
    height: 525px;
    box-shadow: 6px 4px 19px 0px rgba(0,0,0,0.75);
   -webkit-box-shadow: 6px 4px 19px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 6px 4px 19px 0px rgba(0,0,0,0.75);

   margin-bottom: 35px;

   
    
    
}

#blog .blog_cards .blog_item_image{

    position: relative;
    width: 422px;
    
    
}

#blog .blog_cards .blog_item_image h4{
    background: #349758;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 5px;
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);

}

#blog .blog_cards h3{
    font-size: 18px;
    font-weight: 700;
    color: #383636;
    text-align: center;
}
#blog .blog_cards h5{
    font-size: 14px;
    font-weight: 400;
    color: #776161;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
#blog .blog_cards p{
    font-size: 14px;
    font-weight: 400;
    color: #776161;
    text-align: center;
}


#blog .blog_cards h5 div span{
    
    background: #349758;
    border-radius: 50%;
    color: #FFFFFF;
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 7px;
    font-weight: 700;
    
}
#blog .blog_cards h5 div{
    position: relative;
}


#blog .blog_cards button{
    background: transparent;
    border: none;
    font-size: 14;
    font-weight: 600;
    color: #349758;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;

}

#blog .blog_card_wrapper{
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
}


#blog .view_more_button{
    display: block;
    margin: 0 auto;
    margin-top: 41px;
    margin-bottom: 47px;
}

#review h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700px;
    color: #979C6D;
    text-align: center;
}

#review h2{
    font-size: 32px;
    font-weight: 400;
    color: #1E1E1E;
    text-align: center;
}

#review .comments .comments_card{
    width: 424px;
    height: 345px;

}

#review .comments .comments_card img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 26px;
}

#review .comments .comments_card .ratings{
    display: flex;
    justify-content: center;
}

#review .comments .comments_card .ratings i{
    color: #F3BA3D;
    margin-bottom: 26px;
    
}
#review .comments .comments_card p{
    width: 410px;
    font-size: 14px;
    font-weight: 400;
    color: #776161;
    text-align: center;
    margin-bottom: 41px;
}
#review .comments .comments_card h2{
    
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
}

#review .comments_wrapper{
    display: flex;
    gap: 31px;
}
#video_gallery .video_wrapper{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#video_gallery .video_wrapper .video{
    width: 648px;
}
#video_gallery button{
    display: block;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 42px;
}

#featured_category .catergory_wrapper .category_card{
    width: 424px;
    height: 484px;
    margin-top: 61px;
}

#featured_category .catergory_wrapper .category_card img{
    width: 424px;
    height: 424px;
}
#featured_category .catergory_wrapper .category_card h4{
    color: #2E302F;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
#featured_category .catergory_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
#featured_category{
    margin-bottom: 56px;
}

#features{
    width: 100%;
    height: 736px;
}
#features .feature_left .feature_left_top img{
    width: 648px;
    height: 431px;
    margin-bottom: 19px;
}
#features .feature_left .feature_left_bottom{
    display: flex;
    gap: 24px;
}
#features .feature_wrapper{
    display: flex;
    gap: 24px;
    
}
#offer .offer_wrapper{
    display: flex;
    gap: 24px;
    margin-bottom: 25px;
    
}
#offer{
    margin-top: 50px;
}

#appointment{
    background: linear-gradient(to right, #349758 0%, #56AD76 25%, #BAEFCD 100%);
}

#appointment h2{
    font-size: 30px;
    font-weight: 600;
}
#appointment div p{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    width: 872px;
}
#appointment .appointment_bottom{
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 40px;
    

}
#appointment .appointment_bottom button{ 
    background: #349758;
    border: none;
    text-transform: uppercase;
    padding: 10px 39px;
    


}
#footer_top{
    width: 100%;
    height: 401px;
    border-bottom: 1px solid rgba(114, 110, 110, 0.4);

}

#footer_top .footer_top_wrapper{
    display: flex;
}
#footer_top .footer_top_wrapper .footer_top_left{

    width: 33.33%;

}
#footer_top .footer_top_wrapper .footer_top_left p{

    width: 379px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 27px;

}
#footer_top .footer_top_wrapper .footer_top_centre{

    width: 33.33%;

}

#footer_top .footer_top_wrapper .footer_top_centre .contact div span{

    margin-left: 47px;
    text-transform: capitalize;

}

#footer_top .footer_top_wrapper .footer_top_centre .contact div p{

    margin-left: 65px;

}
#footer_top .footer_top_wrapper .footer_top_centre .contact .social_icon{

    margin-left: 65px;
    display: flex;
    gap: 38px;

}





#footer_top .footer_top_wrapper .footer_top_right{
    width: 33.33%;
    text-align: center;
    position: relative;

}

#footer_top .footer_top_wrapper .footer_top_right p{
    margin-top: 40px;
}
#footer_top .footer_top_wrapper .footer_top_right h2{
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
}
#footer_top .footer_top_wrapper .footer_top_right p a{
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: 400;

}

#footer_top .footer_top_wrapper .footer_top_right::before{
    content: "";
    width: 1px;
    height: 349px;
    background: rgba(114, 110, 110, 0.4);
    position: absolute;
    top: 30px;
    left: 50px;

}
#footer .footer_wrapper{
    display: flex;
    align-items: center;
    gap: 248px;

}