@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
html{
    min-width: 350px;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4{
    font-size: 20px;
    color: #222;
}

h6{
    font-weight: 700;
    font-size: 12px;
}

p{
    font-size: 16px;
    color: #465b52;
    margin: 15px 0 20px 0;
}

.section-p1{
    padding: 40px 80px;
}

.section-m1{
    margin: 40px 0;
}

/*Style for regular buttons*/
button.norm{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #000000;
    background-color: #082a81;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

input.norm{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #ffffff;
    background-color: #082a81;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

button.wth{
    font-size: 15px;
    font-weight: 500;
    padding: 11px 18px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

body{
    width: 100%;
}
.loader{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e9e9e9;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.load, .load2{
    animation: fill 0.5s ease forwards 2.5s;
    -webkit-animation: fill 0.5s ease forwards 2.5s;
}
.load path{
    stroke-dasharray: 550;
    stroke-dashoffset: 550;
    animation: line 2s ease forwards 1.2s;
    -webkit-animation: line 2s ease forwards 1.2s;
}
.load2 path:nth-child(1){
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    animation: line 2s ease forwards 0.9s;
    -webkit-animation: line 2s ease forwards 0.9s;
}
.load2 path:nth-child(2){
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: line 2s ease forwards 0.6s;
    -webkit-animation: line 2s ease forwards 0.6s;
}
.load2 path:nth-child(3){
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: line 2s ease forwards 0.3s;
    -webkit-animation: line 2s ease forwards 0.3s;
}
.load2 path:nth-child(4){
    stroke-dasharray: 335;
    stroke-dashoffset: 335;
    animation: line 2s ease forwards;
    -webkit-animation: line 2s ease forwards;
}

@keyframes line{
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes fill{
    from{
        fill: transparent;
    }
    to{
        fill: #000;
    }
}


/* header start */
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: #e9e9e9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 99;
}
#header .logo{
    height: 65px;
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* remove bullet points */
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}

/* remove the underlines from the navlinks */
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 550;
    color: #1a1a1a;
    transition: 0.8s ease;
}
#sh-bag{
    font-size: 30px;
}

/* add hover effect */
#navbar li a:hover,
#navbar li a.active{
    color: #082a81;
}

/*add underline effect upon hover */
#navbar li a.active::after,
#navbar li a:hover::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #082a81;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

#mobile{
    display: none;
    align-items: center;
}

#close{
    display: none;
}
/*measurement for landing page and direction of elements*/
#landing{
    position: relative;
    color: #ffffff ;
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding: 30PX 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
/*add the grey screen in front of the background video*/
#landing ::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(203, 205, 211, 0.123);
    z-index: -1;
}
/*positioning the h4 text on the landing page*/
#landing h4{
    padding-bottom: 15px;
}

#landing h1{
    color: #082a81;
}
#landing p{
    font-weight:600 ;
    color: #000000;
}
/*positioning of background video*/
#landing .landimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
/*design the button with image as background*/
#landing button{
    /* background-image: url("../img/button.png"); */
    background-color: #082a81;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 14px 80px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    transition: .5s ease-in-out;
}
#landing button:hover{
    background-color: #051846;
}

#service{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*designs for service box*/
#service .serve-box{
    text-align: center;
    width: 180px;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
}
/*to make the image responsive*/
#service .serve-box img{
    width: 100%;
    margin-bottom: 4px;
}
/*hover effect on the service box*/
#service .serve-box :hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}
/*design the h6 text inside the service box*/
#service .serve-box h6{
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: #088178;
    background-color:#fddde4 ;
}
/*set different h6 background color for each boxes*/
#service .serve-box:nth-child(2) h6 {
    background-color: #bcebc2;
}
#service .serve-box:nth-child(3) h6 {
    background-color: #c8cffa;
}
#service .serve-box:nth-child(4) h6 {
    background-color: #f6faa8;
}
#service .serve-box:nth-child(5) h6 {
    background-color: #f0d3f1;
}
#service .serve-box:nth-child(6) h6 {
    background-color: #fff2e5;
}

/*centers the h5 and <p> text*/
#feproduct{
    text-align: center;
}

#feproduct .fepro-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

/*sizing the container box with border*/
#feproduct .fepro{
    width: 18%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    transition: 0.5s ease;
    position: relative;
}

/*add hover effect on the product box*/
#feproduct .fepro:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

/*sizing the image in the container box*/
#feproduct .fepro img{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/*aligns text in the product box to start from the left hand side*/
#feproduct .fepro .desc{
    text-align: start;
    padding: 10px 0;
}

/*style for the brand name description*/
#feproduct .fepro .desc span{
    color: #606063;
    font-size: 12px;
}

/*style for the product name*/
#feproduct .fepro .desc h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 15px;
}

/*styling for the star rating*/
#feproduct .fepro .desc i{
    font-size: 12px;
    color: #f3b519;
}

/*style for the product price*/
#feproduct .fepro .desc h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #088178;
}

/*styling for the cart symbol*/
#feproduct .fepro .cart{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background-color: #bcebc2;
    font-size: 20px;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transition: 0.6s ease;
}

/*Hover effect for the cart icon*/
#feproduct .fepro .cart:hover{
    color: #c8cffa;
    background-color: #088178;
}

/*putting the banner text at the center of the banner*/
#banner{
    background-image: radial-gradient(#211573,#0f0940);
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    --calculation: 1;
}
#banner .list{
    margin: auto;
    width: min(1200px, 90vw);
    height: 100%;
    position: relative;
}
#banner .list .item{
    position: absolute;
    inset: 0;
}
#banner .list .item figure{
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#banner .list .item figure img{
    width: 100%;
    height: 100%;
    margin-left: 100px;
    border-radius: 40px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
#banner .list .item figure::before{
    content: '';
    position: absolute;
    background-color: #0b0b0b;
    width: 100%;
    height: 100px;
    top: 85%;
    left: 50px;
    border-radius: 50%;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#banner .list .item .content{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 20px;
    font-family: "Poppins" , sans-serif;
}
#banner .list .item .content .category{
    font-weight: 500;
    color: #fff;
}
#banner .list .item .content h3{
    font-family: 'League Gothic', sans-serif;
    color: #fff;
    font-size: 170px;
    line-height: 1em;
}
#banner .list .item .content .description{
    color: #fff8;
    max-width: 400px;
    font-size: small;
    text-align: right;
}
#banner .list .item .content .more{
    /* display: grid; */
    /* grid-template-columns: repeat(0,120px); */
    gap: 20px;
    grid-template-rows: 35px;
}
#banner .list .item .content .more button{
    border-radius: 30px;
    border: none;
    width: 150px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #fff;
    font-weight:600 ;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#banner .list .item .content .more button a{
    text-decoration: none;
    color: #fff;
}
#banner .list .item .content .more button:nth-child(1){
    background-image: linear-gradient(to right, #81baa0,#46a39c);
}
#banner .list .item .content .more button:nth-child(2){
    border: 2px solid transparent;
    background: linear-gradient(#242745,#242745) padding-box,
    linear-gradient(to right, #81baa0,#46a39c) border-box;
}
#banner .list .item .content .more button:hover{
    box-shadow: 0 1px 2px #46a39c;
}
#banner .arrows{
    width: 100%;
    padding: 0 50px;
    position: absolute;
    top: 52%;
    transform: translateY(-25%);
    pointer-events: none;
    z-index: 90;
    display: flex;
    justify-content: space-between;
}
#banner .arrows button{
    width: 50px;
    height: 50px;
    break-before: 50%;
    border: 1px solid #659cdf55;
    background-color: #232442;
    color: #fff7;
    border-radius: 50%;
    font-family: monospace;
    font-size: larger;
    pointer-events: auto;
    transition: .5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#banner .arrows button:hover{
    border: 1px solid #659cdf;
    color: #fff;
}
#banner .indicators{
    position: absolute;
    top: 50%;
    height: 400px;
    width: min(1200px,90vw);
    left: 50%;
    transform: translate(-55%, -55%);
    display: flex;
    flex-direction: column;
    pointer-events: none;
    justify-content: end;
    gap: 10px;
    -webkit-transform: translate(-55%, -55%);
    -moz-transform: translate(-55%, -55%);
    -ms-transform: translate(-55%, -55%);
    -o-transform: translate(-55%, -55%);
}
#banner .indicators .number{
    font-size: 7vw;
    font-family: "League Gothic", sans-serif;
    color: #fff;
}
#banner .indicators ul{
    display: flex;
    gap: 10px;
    list-style: none;
}
#banner .indicators ul li{
    width: 70px;
    height: 5px;
    background-color: #659cdf;
    border-radius: 10px;
    pointer-events: auto;
    cursor: pointer;
    transition: 0.5s;
}
#banner .indicators ul .active{
    background-color: rgb(184, 26, 87);
}
/*Banner animation*/
#banner .list .item{
    transition: 0.5s;
    transform: translateX(calc(100vw * var(--calculation)));
    opacity: 0;
}
#banner .list .item figure img{
    transform: rotate(0deg);
    transition: 0.5s;
    transition-delay: 0.3s;
}
#banner .list .item .content .category,
#banner .list .item .content h3,
#banner .list .item .content .description,
#banner .list .item .content .more{
    transform: translateX(calc(200px * var(--calculation)));
    transition: 0.7s;
    opacity: 0;
    transition-delay: 0.3s;
}
#banner .list .item .content h3{
    transition-delay: 0.5s;
}
#banner .list .item .content .description{
    transition-delay: 0.7s;
}
#banner .list .item .content .more{
    transition-delay: 0.9s;
}
/*Item in the active state*/
#banner .list .active{
    opacity: 1;
    transform: translateX(0);
}
#banner .list .active figure img{
    transform: rotate(-20deg);
}
#banner .list .active .content .category,
#banner .list .active .content h3,
#banner .list .active .content .description,
#banner .list .active .content .more{
    transform: translateX(0);
    opacity: 1;
}

/*s-banner alignment*/
#s-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*styling the small banner*/
#s-banner .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url("../img/banner6.jpg");
    min-width: 850px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#s-banner .banner-box2{
    background-image: url("../img/banner3.jpg");
}

#s-banner h4{
    color: #088178;
    font-size: 25px;
    font-weight: 700;
}

#s-banner h2{
    color: #000000;
    font-size: 30px;
    font-weight: 800;
}

#s-banner span{
    color: #088178;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

#s-banner .banner-box:hover button{
    background-color: #051846;
}

/*aligning the s-banners in row*/
#s-banner2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: o 80px;
}

/*styling for s-banner 2*/
#s-banner2 .banner-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url("../img/small\ banner3.webp");
    min-width: 30%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
}

#s-banner2 h2{
    color: #1c1a1a;
    font-size: 30px;
    font-weight: 800;
}

#s-banner2 h3{
    color: #840707;
    font-weight: 700;
}

/*changing background img for each s-banner*/
#s-banner2 .banner-box2{
    background-image: url(../img/small\ banner2.webp);
}
#s-banner2 .banner-box2 h2,
#s-banner2 .banner-box3 h2{
    color: #fff;
}

#s-banner2 .banner-box2 h3{
    color: #140404;
}

#s-banner2 .banner-box3{
    background-image: url(../img/small\ banner1.webp);
}

#s-banner2 .banner-box3 h3{
    color: #840707;
}
#s-banner2 .banner-box3 span,
#s-banner2 span{
    color: #e7b479;
}

/*initial styling for the newsletter section*/
#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url("../img/banner8.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 30%;
    background-color: #041e42;
}

/*newsletter section h4 styling*/
#newsletter h4{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

#newsletter p{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}

#newsletter p span{
    color: #f3b519;
}

/*style form arrangement*/
#newsletter .form{
    display: flex;
    width: 40%;
}

/*input form styling*/
#newsletter input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#newsletter button{
    color: #fff;
    white-space: nowrap;
    height: 3.125rem;
    padding: 0 1.25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*arrangement of the grouping in the footer*/
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

/*target arrangement for each footer colomn class*/
footer .colomn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}
/*bottom spacing for footer logo*/
footer .flogo{
    margin-bottom: 30px;
    height: 65px;
}
/*styling and spacing for all h4's*/
footer h4{
    font-size: 18px;
    padding-bottom: 15px;
}
/*styling and spacing for footer p tags*/
footer p{
    font-size: 15px;
    margin: 0 0 8px 0;
}
/*styling the colomn links*/
footer .colomn a{
    text-decoration: none;
    margin-bottom: 15px;
    color: #222;
    font-size: 15px;
    transition: .5s ease-in-out;
}
/*styling effect upon hover*/
footer .colomn a:hover{
    color: #082a81;
    text-decoration: underline;
}
/*styling for the social network icons*/
.socials .icons a{
    font-size: 20px;
    color: #465b52;
    padding-right: 7px;
    transition: .5s ease-in-out;
}

.socials .icons a:hover{
    color: #082a81;
}
/*positioning the copyright msg in the footer*/
footer .copyright{
    position: absolute;
    bottom: 12px;
    left: 40%;
}
/*border styling for install imgs*/
footer .install .row img{
    border: 1px solid #088178;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/*spacing for install imgs*/
footer .install img{
    margin: 7px 0 11px 0;
}

/*shop styling*/
#shop-landing{
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-position: top 60% right 0;
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#shop-landing video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}
#shop-landing h2,
#shop-landing p{
    color: #fff;
}
#shop-landing span{
    color: #f0c99d;
}
#page_select{
    text-align: center;
}
#page_select a{
    text-decoration: none;
    background-color: #082a81;
    padding: 15px 20px;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#page_select a i{
    font-size: 16px;
    font-weight: 600;
}
/*Blog page styling*/
#shop-landing.blog-landing{
    background-image: url(../img/blog\ banner.jpeg);
    max-height: 400px;
}
#blog-content{
    padding: 150PX 150PX 0 150PX;
}
#blog-content .blog-box{
    display: flex;
    align-items: center;
    height: 500px;
    width: 100%;
    position: relative;
    padding: 0 0 90px 0;
}
#blog-content .blog-box h1{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 70px;
    font-weight: 700;
    color: #c9cbce;
    z-index: -1;
}
#blog-content .blog-img{
    height: 300px;
    width: 50%;
    margin-right: 40px;
}
#blog-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog-content .blog-dets{
    width: 50%;
}
#blog-content .blog-dets a{
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    position: relative;
    transition: all 0.5s ease;
}
#blog-content .blog-dets a::after{
    content: '';
    height: 2px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-color: #000;
    transition: .5s;
}
#blog-content .blog-dets a:hover{
    color: #082a81;
}
#blog-content .blog-dets a:hover::after{
    background-color: #082a81;
}
/* about page styling */
#shop-landing.about-landing{
    background-image: url(../img/light-bulb-.jpg);
    max-height: 400px;
}
#about-content{
    display: flex;
    align-items: center;
    gap: 40px;
}
#about-content img{
    width: 50% ;
}
#about-app{
    text-align: center;
}
#about-app a{
    color: #800080;
}
#about-app img{
    margin: 30px auto 0 auto;
    border-radius: 50px;
}
/*Contact page styling*/
#shop-landing.contact-landing{
    background-image: url(../img/in-touch.jpg);
    max-height: 400px;
}
#contact-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact-content .details{
    width: 40%;
}
#contact-content .details span,
#form-dets form span{
    font-size: 12px;
}
#contact-content .details h2,
#form-dets form h2{
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
}
#contact-content .details h3{
    font-size: 16px;
    padding: 0 0 15px 0;
}
#contact-content .details li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#contact-content .details li i{
    font-size: 14px;
    padding-right: 22px;
    margin: 0;
}
#contact-content .details li p{
    margin: 0;
    font-size: 14px;
}
#contact-content .map{
    width: 55%;
    height: 400px;
}
#contact-content .map iframe{
    width: 100%;
    height: 100%;
}
#form-dets{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#form-dets form{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
#form-dets form input,
#form-dets form textarea{
    width: 100%;
    padding: 12px 15px;
    outline: none;
    border: 1px solid #e1e1e1;
}
#form-dets form textarea{
    resize: none;
}
#form-dets form button{
    color: #fff;
}
#form-dets form button:hover{
    background-color: #051846;
}
/* #form-dets .people{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 44%;
} */
#form-dets .people .pep-details{
    display: flex;
    align-items: center;
    gap: 30px;
}
#form-dets .people .pep-details p span{
    font-size: 20px;
    font-weight: 600;
}
#form-dets .people .pep-details p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
#form-dets .people .people-img{
    width: 100px;
    height: 100px;
    display: inline-flex;
    /* align-items: center; */
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}
#form-dets .people .people-img img{
    width: 100%;
    object-fit: cover;
}
/*Cart page styling*/
#shop-landing.cart-landing{
    background-image: url(../img/cart-banner.webp);
    max-height: 400px;
}
#cart-page{
    overflow-x: auto;
}
#cart-page table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;
}
#cart-page table img{
    width: 70px;
}
#cart-page table td:nth-child(1){
    width: 100px;
    text-align: center;
}
#cart-page table td:nth-child(2),
#cart-page table td:nth-child(4),
#cart-page table td:nth-child(5),
#cart-page table td:nth-child(6){
    width: 150px;
    text-align: center;
}
#cart-page table td:nth-child(3){
    width: 250px;
    text-align: center;
}
#cart-page table td:nth-child(5) input{
    width: 70px;
    padding: 10px 5px 10px 15px;
}
#cart-page table thead{
    border: 1px solid #e2e9e1;
    border-left: none;
    border-right: none;
}
#cart-page table thead td{
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 0;
    font-size: 15px;
}
#cart-page table tbody tr td{
    padding-top: 15px;
}
#cart-page table tbody td{
    font-size: 13px;
}
#cart-add{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#coupon h3,
#cart-total h3{
    padding: 12px 0;
}
#coupon .form{
    display: flex;
    width: 500px;
}
#coupon .form input{
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid #e2e9e1;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#coupon .form button{
    color: #fff;
    white-space: nowrap;
    height: 3.125rem;
    padding: 0 1.25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#cart-total{
    width: 50%;
    margin-bottom: 30px;
    border: 1px solid #e2e9e1;
    padding: 30px;
}
#cart-total table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#cart-total table td{
    width: 50%;
    border: 1px solid #e2e9e1;
    padding: 10px;
    font-size: 13px;
}
#cart-total button{
    color: #fff;
    padding: 0 1.25;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}


/*cooking up some responsive setup*/
@media (max-width: 1500px){
    #s-banner .banner-box{
        min-width: 630px;
    }
}
@media (max-width: 1200px) {
    #s-banner .banner-box{
        min-width: 100%;
        height: 30vh;
    }
    #s-banner .banner-box2 {
        margin-top: 20px;
    }
    #s-banner2 .banner-box{
        width: 28%;
    }
    #banner {
        height: 60vh;
    }
    #banner .list .item figure img{
        margin-left: 10px;
    }
    #banner .list .item .content h3{
        font-size: 90px;
    }
    #banner .indicators{
        padding: 0 30px;
    }
    #service .serve-box {
        width: 200px;
        padding: 25px 15px;
        margin: 15px 15px;
    }
    #feproduct .fepro {
        margin: 15px 40px;
    }
    #feproduct .fepro {
        width: 320px;
        justify-content: space-between;
    }
    #shop-landing{
        height: 30vh;
    }
    #blog-content{
        padding: 150PX 100PX 0 100PX;
    }
    #blog-content .blog-dets p {
        font-size: 12px;
    }
    #cart-add{
        padding: 40px 50px;
    }
    #coupon .form{
        width: 350px;
    }
}
@media(max-width: 999px){
    #service {
        justify-content: center;
    }
    #feproduct .fepro {
        margin: 15px 20px;
    }
    #feproduct .fepro {
        width: 200px;
    }
    #newsletter .form{
        width: 80%;
    }
    footer .copyright {
        bottom: 12px;
        left: 34%;
    }
    #shop-landing{
        height: 30vh;
    }
    #about-content div p{
        font-size: 12px;
    }
    #about-app img{
        width: 100%;
    }
    #cart-add{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    #coupon{
        text-align: center;
    }
    #coupon .form{
        width: 100%;
    }
    #cart-total{
        width: 100%;
        text-align: center;
    }
}
@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;
        top: 0;
        right: -300px;
        height: 100%;
        width: 300px;
        background-color: #e9e9e9;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1) ;
        padding: 80px 0 0 10px;
        transition: 0.5s ease-in-out;
    }
    #header .logo{
    height: 45px;
    }
    #navbar li{
        margin-bottom: 25px;
    }
    /*set active class for onclick action from javascript*/
    #navbar.active{
        right: 0px;
    }
    /*display the icons at this width*/
    #mobile{
        display: flex;
        align-items: center;
    }
    #mobile i{
        font-size: 25px;
        color: #1a1a1a;
        padding-left: 20px;
    }
    #sh-bag{
        display: none;
    }
    #close{
        display: initial;
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 24px;
        color: #222;
    }
    #s-banner .banner-box{
        min-width: 100%;
        height: 30vh;
    }

    #landing {
        height: 75vh;
        background-position: top 30% right 30%;
        padding: 0 80px;
    }
    #landing button{
    padding: 12px 40px;
    font-size: 13px;
}
    #service {
        justify-content: center;
    }
    #service .serve-box {
        margin: 15px 15px;
    }
    #feproduct .fepro-container {
        justify-content: center;
    }
    #feproduct .fepro {
        margin: 15px 15px;
    }
    #banner .list .item .content .more button{
    width: 100px;
    height: 25px;
    padding: 0px;
}
    #banner h4{
        font-size: 20px;
    }
    #banner h2{
        font-size: 40px;
        padding: 5px 0;
        line-height: 30px;
    }
    #banner button{
        padding: 7px 14px;
    }
    #s-banner2 .banner-box{
        width: 28%;
    }
    #s-banner .banner-box2 {
        margin-top: 20px;
    }
    #newsletter .form{
        width: 80%;
    }
    footer .copyright {
        position: absolute;
        bottom: 12px;
        left: 30%;
    }
    #shop-landing{
        height: 30vh;
    }
    #shop-landing h2,
    #shop-landing p{
    font-size: 20px;
    }
}
@media (max-width: 617px) {
    .section-p1 {
        padding: 20px;
    }
    #header {
        padding: 10px 30px;
    }
    h2 {
        font-size: 36px;
    }
    h1 {
        font-size: 38px;
    }
    #landing {
        padding: 0 40px;
    }
    #s-banner .banner-box {
        height: 45vh;
    }
    #s-banner2 .banner-box {
        width: 100%;
    }
    footer .copyright {
        white-space: nowrap;
        position: absolute;
        bottom: 3px;
        left: 5%;
    }
    #blog-content .blog-box{
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    #blog-content .blog-img{
        width: 100%;
        margin-right: 0px;
        padding-bottom: 20px;
    }
    #blog-content{
        padding: 100px 40PX 0 40PX;
    }
    #blog-content .blog-dets{
        width: 100%;
    }
    #blog-content .blog-box h1{
        top: -45px;
    }
    #about-content{
        flex-direction: column;
    }
    #about-content img{
        width: 100% ;
    }
    #banner .list .item .content h3{
        font-size: 60px;
    }
    #banner .list .item .content .description{
        font-size: 8px;
        max-width: 250px;
    }
    #banner .arrows button{
        height: 30px ;
        width: 30px ;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    #banner .indicators ul li{
        width: 50px;
    }
    #contact-content{
        flex-direction: column;
        gap: 20px;
    }
    #contact-content .details{
        width: 100%;
    }
    #contact-content .map{
        width: 100%;
    }
    #form-dets{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    #form-dets form{
        width: 100%;
        align-items: center;
    }
    #form-dets .people{
        width: 100%;
        align-items: flex-start;
    }

}
@media (max-width: 477px) {
    .section-p1 {
        padding: 20px;
    }
    #header {
        padding: 10px 30px;
    }
    h2 {
        font-size: 36px;
    }
    h1 {
        font-size: 38px;
    }
    #landing {
        background-position: 55%;
        padding: 0 20px;
    }
    #service {
        justify-content: space-between;
    }
    #service .serve-box {
        width: 155px;
        margin: 0 0 15px 0;
    }
    #feproduct .fepro {
        width: 100%;
    }
    #banner h2 {
        font-size: 30px;
        padding: 5px 0;
    }
    #s-banner .banner-box {
        height: 45vh;
    }
    #s-banner .banner-box2 {
        margin-top: 20px;
    }
    #s-banner2 .banner-box {
        width: 100%;
    }
    #newsletter {
        padding: 40px 20px;
    }
    #newsletter .form {
        width: 100%;
    }
    #newsletter h4 {
        font-size: 25px;
    }
    footer .copyright {
        white-space: nowrap;
        position: absolute;
        bottom: 3px;
        left: 5%;
    }
    #shop-landing{
        height: 20vh;
        margin-top: 60px;
    }
    #shop-landing h2{
        font-size: 20px;
    }
    #shop-landing p{
        font-size: 12px;
    }
    #blog-content .blog-dets p {
        font-size: 10px;
    }
    #blog-content .blog-box h1{
        font-size: 55px;
    }
    #about-app h1{
        font-size: 30px;
    }
    #banner .list .item .content{
        right: 10px;
        gap: 6px;
    }
    #banner .arrows{
        top: 85%;
        justify-content: flex-end;
        gap: 10px;
    }
    #banner .list .item .content h3{
        font-size: 40px;
    }
    #banner .list .item .content .more{
        grid-template-columns: repeat(2,100px);
    }
    #banner .list .item .content .more button{
        font-size: 12px;
    }
    #banner .indicators ul li{
        width: 35px;
    }
    #form-dets .people .people-img{
        width: 70px;
        height: 70px;
    }
    #form-dets .people .pep-details p span{
        font-size: 15px;
    }
    #form-dets .people .pep-details p{
        font-size: 12px;
    }
    #coupon .form button{
        font-size: 15px;
    }
}
@media (max-width: 400px){
    h2 {
       font-size: 26px;
       line-height: 40PX;
    }
    h1 {
        font-size: 28px;
        line-height: 40PX;
    }
    #landing h4{
        font-size: 15px;
    }
}