
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 44px;
    color: #222;
}

h2 {
    font-size: 48px;
    line-height: 80px;
    color: #222;
}

h4 {
    font-size: 36px;
    color: #222;
}

h6 {
    font-weight: 500;
    font-size: 22px;
}

p {
    font-size: 14px;
    color: #465b52;
    margin: 10px 0 20px 0;
}

.section-p1{
    padding: 40px 80px;
}

.section-p2{
    padding: 40px 30px;
}

.section-m1{
    margin: 30px 0;
}

button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    color: rgb(109, 75, 2);
    background-color: #f3f6fd;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s ease;
}

button.white {
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
    color: rgb(109, 75, 2);
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    transition: 0.3s ease;
}

body{
    width: 100%;
    display: block;
}

/* header part start  */
#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 90px;
    background: #dcdee4;
    box-shadow: 0 5px 115px rgba(0, 0, 0,0.5 );
    height: 67px;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}

#navbar {
    display: flex;
    align-items: center;
    justify-content: center;

}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

.logo {
    width: 87px;
    height: 43px;
    margin-top: 5px;
    
}

#navbar li a{
    text-decoration: none;
    font-size: 16.3px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active{
    color: rgb(4, 194, 194);
}

#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background:  rgb(4, 194, 194);
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}

/* header part end  */

/* home page start  */
#hero {
    background-image: url(../cover-logo/cover3.jpg);
    height: 90VH;
    width: 100%;
    background-size: cover;
    background-position: top 25%;
    padding: 5px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

}

#hero h4{
    padding-bottom: 5px;
}

#hero h1{
    color: rgb(4, 194, 194);
    padding-bottom: 10px;
}

#hero button{
    background-color: rgb(221, 104, 96);
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    height: 35px;
    border: none;
    border-radius: 10px;
    transition: 0.7s ease;
}

#hero button:hover{
    background: rgb(4, 194, 194);
}

/* Hero end */

/* Feutyre start  */

#feature{
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 80px;
}

#feature .fe-box{
    width: 170px;
    text-align: center;
    padding: 5px 5px;
    box-shadow: 0.5px 0.5px 5px rgba(0,0,0,0.5);
    border:  2px solid  #f3f5f4;
    border-radius: 5px;
    margin: 5px 0;
    transition: 0.3s ease;  
}

#feature .fe-box:hover{
    box-shadow: 0px 0px 0px rgba(70,62,221, 0.1);
}

#feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
}

#feature .fe-box h6{
    display: inline-block;
    padding: 4px;
    line-height: 1;
    border-radius: 4px;
    color: rgb(104, 95, 95);
    background-color: rgb(4, 194, 194);
    font-size: 13px;
}

#feature .fe-box:nth-child(1) h6{
    background-color: rgb(107, 164, 211);
}

#feature .fe-box:nth-child(2) h6{
    background-color: rgb(223, 167, 240);
}

#feature .fe-box:nth-child(3) h6{
    background-color: rgb(163, 255, 127);
}

#feature .fe-box:nth-child(4) h6{
    background-color: rgb(127, 255, 249);
}

#feature .fe-box:nth-child(5) h6{
    background-color: rgb(206, 195, 209);
}

#feature .fe-box:nth-child(6) h6{
    background-color: rgb(173, 169, 128);
}

/* feature ens  */

/* product-1 */
#product1{
    text-align: center;
    margin-top: -30px;
    line-height: -410px;
}

#product1 .pro-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#product1 .pro{
    width: 23%;
    min-width: 170px;
    padding: 10px 12px;
    border: 1px solid #dcdee4;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(70,62,221, 0.1);
    margin: 20px 0;
    transition: 0.5s ease;
    position: relative;
}

#product1 .pro:hover{
    box-shadow: 0.2px 0.2px 4px rgba(0,0,0, 0.3);
}

#product1 .pro img{
    width: 100%;
    border-radius: 20px;
}

#product1 .pro .des{
    text-align: start;
    font-size: 12px;
}

#product1 .pro .des span{
    color: #465b52;
    font-size: 10px;
}

#product1 .pro .des h5{
    padding-top: 5px;
    color: #1a1a1a;
    font-size: 12px;
}

#product1 .pro .des i{
    font-size: 12px;
    color: rgb(253, 188, 46);
}

#product1 .pro .des h4{
    padding-top: 7px;
    font-size: 13px;
    font-weight: 700;
    color: rgb(4, 194, 194);;
}

#product1 .pro .cart{
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50px;
    background-color: #f2f2f3;
    color: rgb(4, 194, 194);
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 11px;
}

/* product part end  */

/* banner part start  */

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../banner/b2.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    margin-top: -5px;
}

#banner h4 {
    color: #dcdee4;
    font-size: 14px;

}

#banner h2 {
    color: #dcdee4;
    font-size: 23px;
    padding: 8px 0;
}

#banner h2 span{
    color: #e2400e;   
}

#banner button:hover {
    background: rgb(4, 194, 194);
    color: #dcdee4;
}

/* banner end  */

/* sm banner start  */

#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../banner/b17.jpg);
    min-width: 48%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    margin-top: -45px;
    padding: 20px;
}

#sm-banner .banner-box2 {
    background-image: url(../banner/b10.jpg);
}

#sm-banner h4 {
    color: rgb(4, 194, 194);
    font-size: 16px;
    font-weight: 600;
    padding-bottom: -16px;
}

#sm-banner h2 {
    color: rgb(97, 56, 56);
    font-size: 26px;
    font-weight: 600;
}

#sm-banner span {
    color: rgb(63, 54, 54);
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
}



#sm-banner .banner-box2 .white{
    color: #f5dfdf;
}

#sm-banner .banner-box2 h2{
    color: #fff;
}

#sm-banner .banner-box2 span{
    color: #73d645;
}

#sm-banner .banner-box2 h4{
    color: hsl(56, 97%, 58%);
}

#sm-banner .banner-box:hover button{
    background: rgb(4, 194, 194);
    color: #1a1a1a;
}

#banner3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}

#banner3 .banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../banner/b7.jpg);
    min-width: 30%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    
}

#banner3 .banner-box2{
    background-image: url(../banner/b4.jpg);
}

#banner3 .banner-box3{
    background-image: url(../banner/b18.jpg);
}


#banner3 h2 {
    color: rgb(1, 191, 248);
    font-weight: 800;
    font-size: 16px;
    padding-left: 10px;
}

#banner3 h3 {
    color: #fcfafaf6;
    font-weight: 500;
    font-size: 11px;
    padding-left: 10px;
}

#newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../banner/b14.png);
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42;
}

#newsletter h4 {
    font-size: 20PX;
    font-weight: 600;
    color: rgb(4, 194, 194);
}

#newsletter P {
    font-size: 12PX;
    font-weight: 500;
    color: #83dbf180;
}

#newsletter P span {
    color: #a78104;
}

#newsletter .form {
    display: flex;
    width: 100%;
  
}

#newsletter input{
    height: 2.125rem;
    padding: 0 1.25em;
    font-size: 12PX;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

#newsletter button {
    background-color: rgb(4, 194, 194);
    color: #FFF;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
   
}

/* footer start  */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
}

footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 17px;
}


footer .logo {
    width: 100%px;
    padding-bottom: 12px;
} 

footer h4 {
    font-size: 18px;
    color: #73d645;
    padding-bottom: 10px;
}

footer p {

    color: #1a1a1a;
    margin: 0 0 8px 0;
    font-size: 14px;
}


footer a {

    color: #1a1a1a;
    margin: 0 0 8px 0;
    font-size: 14px;
    text-decoration: none;
    bottom: 10px;
    transition: 0.3s ease;
}

footer .follow {
    margin-top: 10px;
}


footer .follow i {
    color: #222;
    padding-right: 4px;
    cursor: pointer;
    transition: 0.3s ease;
    
}


footer .install .row img {
    border: 1px solid #73d645;
    cursor: pointer;
    border-radius: 10px;
    
}

footer .install img {
    margin: 10px 0 15px 0;
}

footer .follow i:hover,
footer a:hover {
    color: #73d645;
}

footer .copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    
}

footer .copyright p {
    color: #a19a9a;
}

footer .install img {
    border: 1px solid #73d645;
    padding: -10px;
}

/* shop page start  */
#page-header {
    background-image: url(../banner/b1.jpg);
    width: 100%;
    height: 60vhpx;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 80px;
}

#page-header h2 {
    color: rgb(4, 194, 194);
}

#page-header p {
    color: rgb(4, 194, 194);
}

#pagination {
    text-align: center;
}

#pagination a {
    text-decoration: none;
    background-color: rgb(4, 194, 194);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

#pagination a i {
    font-size: 12px;
    font-weight: 600;
}

/* shop page end  */

/* single product start  */
#pdetails {
    display: flex;
    margin-top: 20px;
}



#pdetails .single-pro-image {
    width: 40%;
    margin-right: 50px;
}

.small-img-group {
    display: flex;
    justify-content: space-between;

}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}


#pdetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}

#pdetails .single-pro-details h6 {
    font-size: 12px;
    color: #645a5a;
    padding-bottom: 5px;
}

#pdetails .single-pro-details h4 {
    font-size: 18px;
    color: black;
    
}

#pdetails .single-pro-details h2 {
    font-size: 14px;
    color: rgb(4, 194, 194);
}

#pdetails .single-pro-details select {
    display: flex;
    margin-bottom: 10px;
    padding: 2px;
    border-radius: 10px;
    color: rgb(4, 194, 194);
}

#pdetails .single-pro-details input {
    width: 50px;
    height: 25px;
    padding-left: 10px;
    font-size: 14px;
    margin-right: 30px;
    color: rgb(4, 194, 194);
    border-radius: 7px;
    border: 1px solid #73d645;
}

#pdetails .single-pro-details button {
    background-color: rgb(4, 194, 194);
    color: wheat;
    border-radius: 7px;
}

#pdetails .single-pro-details button:hover {
    background-color: #a6adaa;
    color: #635b5b;
}

#pdetails .single-pro-details h5 {
    margin-top: 20px;
    font-size: 18px;
    padding-bottom: 5px;
}

#pdetails .single-pro-details span {
    font-size: 12px;
    color: #465b52;
    
}


/* single product end  */

/* blog start */
 #page-header.blog-header {
    background-image: url(../banner/b19.jpg);
    
}

 #page-header.blog-header h2 {
    color: rgb(109, 75, 2);
 }

 #page-header.blog-header p {
    color: rgb(7, 7, 7);
 }

 /* blog start  */

 #blog {
    padding: 80px 80px 0 80px;
 }

 #blog .blog-box {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
 }

 #blog  .blog-img {
    width: 50%;
    margin-right: 40px;
    
 }

  #blog img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  #blog  .blog-details {
    width: 50%;
  }

    #blog  .blog-details a {
        text-decoration: none;
        font-size: 12px;
        color: #041e42;
        font-weight: 700;
        position: relative;
        transition: 0.3s ease;
    }

    #blog  .blog-details a::after {
        content: "";
        width: 50px;
        height: 0.5px;
        background-color: #222;
        position: absolute;
        top: 10px;
        right: -55px;

        }

    #blog  .blog-details a:hover {
        color: rgb(4, 194, 194);
    }

    #blog  .blog-details a:hover::after {
        background-color: rgb(4, 194, 194);
    }

    #blog .blog-box h1 {
        position: absolute;
        top: -35px;
        left: 0;
        font-size: 11px;
        font-weight: 600;
        color: #465b52;

    }

    #blog  .blog-details h4 {
        font-size: 15px;
        font-weight: 400;
        color: #1a1a1a;
    }

/* blog end */

/* blog start  */

#page-header.about-header{
    background-image: url(../about/banner.png);
}

#about-head  {
    display: flex;
    align-items: center;
}

#about-head img {
    width: 50%;
    height: auto;
    padding-bottom: 20px;
} 

#about-head div {
    padding-left: 40px;
}

#about-app {
    text-align: center;
}

#about-app .video {
    width: 70%;
    height: 100%;
    margin: 30px auto 0 auto;
}

#about-app .video  video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* blog end  */

/* Contact Section Style */
#contact-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

/* Left side: Contact details */
#contact-details .details {
    width: 50%;
    margin-top: -70px;
    
}

#contact-details .details span,
#form-details form span {
    font-size: 7px;
    font-weight: 600;
}

#contact-details .details h2,
#form-details form h2 {
    font-size: 18px;
    line-height: 27px;
    padding: 10px 0;
}

#contact-details .details h3 {
    font-size: 12px;
    padding-bottom: 15px;
}

#contact-details .details ul {
    padding: 0;
    margin: 0;
}

#contact-details .details li {
    list-style: none;
    display: flex;
    padding: 10px 0;
}

#contact-details .details li i {
    font-size: 10px;
    padding-right: 20px;
}

#contact-details .details li p {
    font-size: 10px;
    margin: 0;
}

/* Right side: Map */
#contact-details .map {
    width: 50%;

}

#contact-details .map iframe {
    width: 100%;
    height: 70vh;
    border: 0;
}




#form-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -40px;
    padding: 80px;
    
   
}

#form-details form {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 50px;
}

#form-details form input,
#form-details form textarea {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #d8d5d5;
}

#form-details form button {
    background-color: rgb(4, 194, 194);
    color: #222;
    margin-bottom: 25px;
}

#form-details .pepole {
    margin-top: -100px;
}

#form-details .pepole div {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

#form-details .pepole div img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    margin-right: 15px;
}

#form-details .pepole div p {
    margin: 0;
    font-size: 11px;
    line-height: 25px;
}

#form-details .pepole div p span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* contact page end  */

/* cart page start  */
#cart table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
}

#cart table img {
    width: 40px;
}

#cart table td {
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}

#cart table td input {
    width: 30%;
    outline: none;
}

#cart table thead {
    border:  0.5px solid rgb(231, 235, 235);
    border-left: none;
    border-right: none;
    box-shadow: #222;
}

#cart table thead td {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 0;
}

#cart table tbody tr td  {
    font-size: 11px;
}


#cart table tbody tr td a i {
    color: #222;
}

#cart-add {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#coupon {
    width: 50%;
    padding-top: 20px;
}

#coupon h3,
#subtotal h3 {
    color: rgb(4, 194, 194);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
    padding: 8px;
    
}


#coupon input {
    padding: 4px 4px;
    outline: none;
    width: 60%;
    margin-right: 0px;
    border: 1px solid rgb(4, 194, 194);
    color: #a78104;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    text-align: center;
    
}

#coupon button {
    background-color: rgb(4, 194, 194);
    color: white;
    padding: 6px;
    border-radius: 0;
    width: 60px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    margin-left: 0;
    transition: 0.3s ease;
}

#coupon button:hover{
    background-color: #8e9190;
    color: #666262;
}

#coupon div {
    display: flex;
    width: 100%;
    
    
}

#subtotal {
    width: 50%;
    margin-bottom: 30PX;
    border: 1PX solid rgb(196, 201, 201);
    padding: 30;
    position: relative;
    
}

#subtotal table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10%;
}

#subtotal table td {
    width: 50%;
    border: 1PX solid rgb(196, 201, 201);
    padding: 10PX;
    font-size: 10PX;
}

#subtotal button {
    background-color: rgb(4, 194, 194);
    border-radius: 5px;
    color: #2c2c2c;
    position: absolute;
    margin-left: 219.5px;
    margin-top: -26px;
    transition: 0.3s ease;
}

#subtotal button:hover{
    background-color: #465b52;
}


/* cart page start  */




/* media quary start  */

@media (max-width:799px) {

    .section-p1 {
        padding: 40px 40px;
    }

    #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    right: -300px;
    height: 100vh;
    width: 250px;
    background-color: #E3E6F3;
    box-shadow: rgb(104, 95, 95);
    padding: 80px 0 0 10px;
    transition: 0.3s;
    
    }

     #navbar.active{
        right: 0px;
        top: 1px;
     }

    #navbar li {
        margin-bottom: 25px;
    }

    #mobile {
    display: flex;
    align-items: center;
}

    #mobile i {
        color: rgb(4, 194, 194);
        font-size: 21px;
        padding-left: 20px;
    }

    #close {
        display: flex;
        position: absolute;
        top: 30px;
        left: 30px;
        color: rgb(4, 194, 194);
        font-size: 21px;
    }

    #bg-bag {
        display: none;
    }

    #hero {
    height: 50vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
}

    #feature {
        justify-content: center;
        
    }

    #feature .fe-box {
        margin: 35px 35px;
    }

    #product1 .pro-container {
    justify-content: center;
}

    #product1 .pro {
        margin: 35px;
    }

    #banner {
    height: 20vh;
}

    #sm-banner .banner-box {
    min-width: 100%;
    height: 30vh;
    margin: 10px 0 50px 0;
}

#banner3 {
    padding: 0 40px;
}

#banner3 .banner-box {
    width: 28%;
}

/* blog page  */

#blog {
    padding: 50px 20px 0 20px;
}

}

/* contact page  */

#page-header {
    height: 20vh;
}




@media (max-width: 477px) {
/* cardt page  */

    #cart-add {
    
        flex-direction: column;
        align-items: center;
        gap: 30px;
}

#subtotal button {
    margin-left: 50px;
    margin-top: 5px;
    font-size: 10px;
}


    /* contact page   */

 #page-header {
    height: 15vh;
} 

#contact-details {
    flex-direction: column;
    margin-top: 160px;
}

#contact-details .details {
    width: 100%;
    padding-bottom: 29px;
}

#contact-details .map {
    width: 100%;
}

#form-details {
    flex-direction: column;
}

#form-details form {
    width: 100%;
    padding-bottom: 30px;
}

#form-details .pepole {
    margin-top: 10px;
}

#form-details .pepole div {
    margin-top: 30px;
}

#newsletter .form {
    width: 80%;
} 

/* contact page end  */


    #about-head {
    flex-direction: column;
}

#about-head img {
    width: 100%;
}
#about-head div {
    padding: 15px;
}

#about-app .video {
    width: 100%;
}

h1 {
    font-size: 30px;
}

/* about page end  */

    .section-p1 {
    padding: 20px;
}

#page-header {
    height: 20vh;
}

    #hero {
        padding: 0 20px;
        background-position: 55%;
    }

    #feature {
        justify-content: space-between;
    }

    #feature .fe-box {
        margin: 0px 0px 15px 0px;
}

#product1 .pro {
    width: 100%;
}

#banner3 {
    padding: 0 20px;
}

#banner3 .banner-box {
    width: 100%;
}

#newsletter .form {
    width: 100%;
}

/* single product  */

#pdetails {
    display: flex;
    flex-direction: column;
}

#pdetails .single-pro-image {
    width: 100%;
    
}

#pdetails .single-pro-details {
    width: 100%;
}

/* blog page 375-812 */
#blog .blog-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}

#blog  .blog-img {
    width: 100%;
    margin-right: 0px;
}

#blog  .blog-details {
    width: 100%;
}

}

/* about page  */




























