
*::after,
*::before{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
  
}

body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	
}



@media only screen and (max-width:1400px){

	.collection .col-lg-6 .box .image-block {
	    width: 453px;
	    margin: 0 auto;
	}
}




@media only screen and (max-width:1200px){


	.header .d-flex {
	    align-items: center;
	    flex-direction: column;
	}
	.header .lt-block {
	    width: 100%;
	}
	.header .rt-block {
	    margin-inline-start: auto;
	    padding-inline-end: 22px;
	}

	.banner .lt-block .text-content h1 {
	    font-size: 50px;
	    font-weight: 700;
	    color: var(--darkblue);
	    text-transform: capitalize;
	    padding-block-start: 16px;
	}
	.banner {
	    background: #EFF4FF;
	    padding-block-start: 140px;
	    height: 640px;
	    overflow: hidden;
	}
	.banner .lt-block .text-content {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translate(-0, -100%);
	}
	.information .d-flex .box {
	    width: 33%;
	    padding: 0 30px;
	}
	.collection {
	    padding-block-start: 20px;
	}
	.collection .col-lg-6 .box .image-block {
	    width: 367px;
	    margin: 0 auto;
	}
	.new-arrivals {
	    padding: 70px 0 0 0;
	}
	.collection .col-lg-6 .row .col-lg-12 .box .image-text h3 {
	    font-size: 30px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #fff;
	}
	.collection .col-lg-6 .row .col-lg-12 .box .image-text h3 span {
	    color: #f00;
	}
	.collection .col-lg-6 .box .text h3 {
	    font-size: 30px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #0A0E23;
	    padding-block-start: 9px;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h2 {
	    font-size: 40px;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h1 {
	    font-size: 50px;
	}
	#countdown {
	    padding-block-start: 18px;
	}
	#countdown li span {
	    display: block;
	    font-size: 22px;
	}
	.deal-of-the-week .image-block{
		width: 350px;
	}
	.deal-of-the-week .image-block img{
		width: 100%;
	}
	.offer {
	    position: relative;
	    margin-block-start: 50px;
	}
	.offer .offer-bg img {
	    width: 100%;
	    height: 400px;
	    object-fit: cover;
	}
	.offer .text-content h2 {
	    font-size: 40px;
	    padding-block-start: 10px;
	}
	.blog {
	    padding: 70px 0 0 0;
	}
	.blog .col-lg-4 .box .middle-block h3 {
	    font-size: 18px;
	}

	.follow-us-on {
	    padding-block-start: 70px;
	}
	.follow-us-on .title {
	    text-align: center;
	    padding-block-end: 40px;
	}
	.slick-dots {
	    margin-block-start: 40px;
	}
	.footer {
	    background: #060919;
	    padding: 60px 0 60px 0;
	    margin: 70px 0 0 0;
	}
	

}







@media only screen and (max-width:991px){

	.top-header .lt-block .d-flex {
	    gap: 20px;
	}


	.header .d-flex {
	    align-items: center;
	    flex-direction: column;
	    gap: 20px;
	    justify-content: center;
	}
	.header .lt-block .flex {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    flex-direction: column;
	    gap: 20px;
	}
	.header .rt-block {
	    margin-inline-start: initial;
	    padding-inline-end: 0;
	}
	.banner {
	    background: #EFF4FF;
	    padding-block-start: 140px;
	    height: 520px;
	    overflow: hidden;
	}
	.banner .lt-block .text-content h1 {
	    font-size: 35px;
	    font-weight: 700;
	    color: var(--darkblue);
	    text-transform: capitalize;
	    padding-block-start: 16px;
	}
	.information .d-flex .box {
	    width: 33%;
	    padding: 0 15px;
	}
	.information .d-flex .box .flex h4 {
	    font-size: 17px;
	    line-height: 1.3;
	    font-weight: 500;
	    color: var(--darkblue);
	}
	.collection .col-lg-6 .box .image-block {
	    width: 254px;
	    margin: 0 auto;
	}
	.collection .col-lg-6 .row .col-lg-12 .box .image-text h5 {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 400;
	    color: #3F444A;
	}
	.collection .col-lg-6 .row .col-lg-12 .box .image-text h3 {
	    font-size: 25px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #fff;
	}
	.collection .col-lg-6 .box .text h5 {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 400;
	    color: #3F444A;
	}
	.collection .col-lg-6 .box .text h3 {
	    font-size: 25px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #0A0E23;
	    padding-block-start: 9px;
	}
	.new-arrivals .title h2 {
	    font-size: 35px;
	    line-height: 1.3;
	    font-weight: 700;
	    text-transform: capitalize;
	    color: #0A0E23;
	    text-align: center;
	    padding-block-end: 40px;
	}
	.deal-of-the-week {
	    background: #EDF3FF;
	    padding-block-start: 55px;
	    margin-block-start: 70px;
	}

	.deal-of-the-week .col-lg-6 .box .text-content h2 {
	    font-size: 35px;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h1 {
	    font-size: 45px;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h1 span {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 600;
	    padding: 0 10px;
	    background: #FF575D;
	    color: #fff;
	    border-radius: 6px;
	    position: absolute;
	    top: 11px;
	}
	.deal-of-the-week .image-block {
	    width: 310px;
	}
	.offer .text-content p span {
	    display: inline;
	}
	.blog .title h2 {
	    font-size: 35px;
	    line-height: 1.3;
	    font-weight: 700;
	    text-transform: capitalize;
	    color: #0A0E23;
	    text-align: center;
	    padding-block-end: 40px;
	}
	.blog .col-lg-4 .box {
	    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	    margin-block-end: 30px;
	}
	.follow-us-on .title h2 {
	    font-size: 35px;
	}
	.follow-us-on .title h5 {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 400;
	    text-transform: uppercase;
	    color: #434347;
	    padding-block-start: 5px;
	}
	.footer {
	    background: #060919;
	    padding: 60px 0 60px 0;
	    margin: 0;
	}
	.footer .row .box{
		margin-block-end: 50px;
	}
	.footer .top-block {
	    padding: 0 0 40px 0;
	    border-bottom: 1px solid #1F2230;
	}
	.new-arrivals .col-lg-3 .box .image-box {
	    position: relative;
	    transition: all 0.5s ease;
	    overflow: hidden;
	    width: max-content;
	    margin: 0 auto;
	}
}







@media only screen and (max-width:767px){

	.top-header .flex {
	    display: flex;
	    justify-content: space-between;
	    align-items: initial;
	    flex-direction: column;
	    gap: 10px;
	}
	.top-header .lt-block .d-flex {
	    gap: 20px;
	    justify-content: space-between;
	}
	.top-header .rt-block h5 {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 400;
	    color: var(--darkgray);
	    text-align: right;
	}
	.header .lt-block nav .primary-nav {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 10px;
	}
	.banner {
	    background: #EFF4FF;
	    padding-block-start: 140px;
	    height: 450px;
	    overflow: hidden;
	}
	.banner .lt-block .text-content h1 {
	    font-size: 29px;
	    font-weight: 700;
	    color: var(--darkblue);
	    text-transform: capitalize;
	    padding-block-start: 16px;
	}
	.information .d-flex .box {
	    width: 50%;
	    padding: 0 15px;
	    margin-block-end: 30px;
	}
	.information .content {
	    background: #fff;
	    padding: 25px 0 15px 0;
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	    border-right: 10px;
}
	#explore {
	    font-size: 16px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #fff;
	    text-transform: uppercase;
	    width: 150px;
	    height: 54px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background: var(--blue);
	    border-radius: 4px;
	    border: none;
	    margin-block-start: 20px;
	    transition: all 0.5s ease;
	}
	.collection {
	    padding-block-start: 0;
	}
	.collection .col-lg-6:nth-child(1) {
	    background: none;
	}
	.collection .col-lg-6 .box .image-block {
	    width: 100%;
	    margin: 0 auto;
	}
	.collection .col-lg-6 .box .text {
	    padding: 0 0 20px 70px;
	    background: #DFF5FF;
	}
	.collection .col-lg-6 .box .text {
	    padding: 0 0 20px 35px;
	    background: #DFF5FF;
	}
	.new-arrivals {
	    padding: 40px 0 0 0;
	}
	.new-arrivals .title h2 {
	    font-size: 30px;
	    line-height: 1.3;
	    font-weight: 700;
	    text-transform: capitalize;
	    color: #0A0E23;
	    text-align: center;
	    padding-block-end: 30px;
	}
	.new-arrivals .bottom-block h5 {
	    font-size: 20px;
	    line-height: 1.3;
	    font-weight: 600;
	}
	#view-product {
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #fff;
	    background: var(--blue);
	    border: none;
	    width: 215px;
	    height: 54px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 auto;
	    margin-block-start: 40px;
	    border-radius: 4px;
	    transition: all 0.5s ease;
	}
	.deal-of-the-week {
	    background: #EDF3FF;
	    padding-block-start: 55px;
	    margin-block-start: 50px;
	}
	.deal-of-the-week .image-block {
	    width: 50%;
	    margin: 0 auto;
	}
	.deal-of-the-week .col-lg-6:nth-child(1){
		margin-block-end: 50px;
	}
	.deal-of-the-week {
	    background: #EDF3FF;
	    padding-block-start: 55px;
	    margin-block-start: 50px;
	    padding-block-end: 50px;
	}

	.deal-of-the-week .col-lg-6 .box .text-content h2 {
	    font-size: 25px;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h1 {
	    font-size: 30px;
	}
	#shop-collection {
	    width: 230px;
	    height: 54px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 16px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #fff;
	    background: var(--blue);
	    border: none;
	    letter-spacing: 3px;
	    border-radius: 4px;
	    margin-block-start: 30px;
	    transition: all 0.5s ease;
	}
	.offer .text-content h5 {
	    font-size: 16px;
	    line-height: 1.3;
	    font-weight: 500;
	    color: var(--blue);
	    letter-spacing: 2px;
	    text-transform: uppercase;
	}
	.offer .text-content h2 {
	    font-size: 30px;
	    padding-block-start: 10px;
	}
	.offer .text-content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    width: 500px;
	}
	.follow-us-on {
	    padding-block-start: 40px;
	}
	.follow-us-on .title h2 {
	    font-size: 30px;
	}

}


@media only screen and (max-width:535px){
	.banner {
	    background: #EFF4FF;
	    padding-block-start: 120px;
	    height: 400px;
	    overflow: hidden;
	}
	.banner .rt-block .image-block img {
	    width: 100%;
	    object-fit: cover;
	    position: relative;
	    top: -60px;
	}
	.banner .lt-block .text-content h1 {
	    font-size: 25px;
	    font-weight: 700;
	    color: var(--darkblue);
	    text-transform: capitalize;
	    padding-block-start: 16px;
	}
	.offer .text-content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    width: 450px;
	}
}





@media only screen and (max-width:480px){

	.menu {
	    display: block;
	    border: 1px solid #00000057;
	    padding: 8px;
	    border-radius: 4px;
	}
	i.fa-solid.fa-bars {
	    display: flex;
	    gap: 10px;
	    letter-spacing: 2px;
	}
	.header .lt-block nav .primary-nav {
	    display: block;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 10px;
	    width: 100vw;
	}
	.primary-nav li {
	    display: block;
	    margin:0;
	    overflow: hidden;
	    transition: all 0.5s ease;
	}
	.primary-nav li:hover{
		background: #93747457;
		transition: all 0.5s ease;
	}



	li a::before {
	    position: absolute;	    
	    left: 100%;
	    width: 5px;
	    height: 100%;
	    background-color: #007EEF;
	    display: none;
	    
	}
	li a::after {
	    position: absolute;
	    left: 100%;
	    top: 0;
	    color: #007EEF;
	    white-space: nowrap;
	    padding: 0 10px 0 10px;
	   display: none;
	}
	li:hover a,.current a{
	    transform:translateX(0);
	    transition:all 0.35s ease;
	}
	.primary-nav li a {
	    padding: 0;
	    position: relative;
	    display: block;
	    text-decoration: none;
	    color: #434347;
	    font-size: 16px;
	    margin: 0;
	    text-transform: uppercase;
	}
	.header .lt-block nav .primary-nav {
	    display: block;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 10px;
	    width: 100vw;
	    display: none;
	    
	}
	.primary-nav li {
	    display: block;
	    margin: 0;
	    overflow: hidden;
	    padding: 10px 0 10px 30px;
	    background: #3c3c3c57;
	    border-bottom: 1px solid #fff;
	}

	.banner .d-flex {
	    flex-direction: column-reverse;
	}
	.banner {
	    background: #EFF4FF;
	    padding-block-start: 50px;
	    height: auto;
	    overflow: hidden;
	    padding-block-end: 50px;
	}
	.banner .lt-block {
	    width: 100%;
	    padding-block-start: 40px;
	}
	.banner .lt-block .text-content {
	    position: initial;
	    top: 0;
	    left: 0;
	    transform: translate(0);
	}
	.banner .rt-block {
	    width: 100%;
	}
	.banner .rt-block .image-block {
	    position: relative;
	    z-index: 333;
	    width: 300px;
	    margin: 0 auto;
	    height: 350px;
	    overflow: hidden;
	}
	.banner .rt-block .image-block img {
	    width: 100%;
	    object-fit: cover;
	    position: relative;
	    top: 0;
	}
	.banner .rt-block .image-block::after {
	    position: absolute;
	    content: initial;
	    height: 100%;
	    border-right: 8px solid red;
	    right: 0;
	    z-index: -1;
	    border-left: 8px solid #FE4D4D;
	    left: 10%;
	    border-top: 8px solid red;
	}
	.banner .lt-block .text-content h1 {
	    font-size: 30px;
	    font-weight: 700;
	    color: var(--darkblue);
	    text-transform: capitalize;
	    padding-block-start: 16px;
	}
	#explore {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #fff;
	    text-transform: uppercase;
	    width: 130px;
	    height: 45px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background: var(--blue);
	    border-radius: 4px;
	    border: none;
	    margin-block-start: 20px;
	    transition: all 0.5s ease;
	}
	.information {
	    position: relative;
	    top: 0;
	    z-index: 333;
	    margin-block-start: 40px;
	}
	.information .d-flex .box {
	    width: 100%;
	    padding: 0 20px;
	    margin-block-end: 41px;
	}
	.collection {
	    padding-block-start: 40px;
	}
	#countdown ul {
	    display: flex;
	    gap: 20px;
	}
	#countdown li span {
	    display: block;
	    font-size: 18px;
	}
	#countdown li {
	    font-size: 12px;
	    line-height: 1.3;
	    font-weight: 500;
	    text-transform: uppercase;
	    color: #434347;
	    letter-spacing: 2px;
	    text-align: center;
	}
	#shop-collection {
	    width: 190px;
	    height: 45px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #fff;
	    background: var(--blue);
	    border: none;
	    letter-spacing: 2px;
	    border-radius: 4px;
	    margin-block-start: 30px;
	    transition: all 0.5s ease;
	}
	#view-product {
	    font-size: 14px;
	    font-weight: 700;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #fff;
	    background: var(--blue);
	    border: none;
	    width: 190px;
	    height: 45px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 auto;
	    margin-block-start: 40px;
	    border-radius: 4px;
	    transition: all 0.5s ease;
	}
	#shop-collection {
	    width: 190px;
	    height: 45px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #fff;
	    background: var(--blue);
	    border: none;
	    letter-spacing: 2px;
	    border-radius: 4px;
	    margin: 0 auto;
	    margin-block-start: 40px;
	    transition: all 0.5s ease;
	}
	.offer .text-content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    width: 90%;
	}
	#shop-now {
	    font-size: 14px;
	    font-weight: 700;
	    color: #fff;
	    text-transform: uppercase;
	    background: var(--blue);
	    width: 120px;
	    height: 45px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 4px;
	    border: none;
	    margin: 0 auto;
	    margin-block-start: 35px;
	    transition: all 0.5s ease;
	}
	.offer .offer-bg img {
	    width: 100%;
	    height: 330px;
	    object-fit: cover;
	}
	.blog {
	    padding: 40px 0 0 0;
	}
	.footer .row .box {
	    margin-block-end: 50px;
	    text-align: center;
	}
	.footer  .box #footer-nav .flex {
	    display: flex;
	    align-items: center;
	    padding: 0 0 10px 0;
	    justify-content: center;
	}
	.footer .col-lg-3 .contact .flex {
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    margin: 0 0 10px 0;
	    justify-content: center;
	}
	.footer .top-block {
	    padding: 0;
	    border-bottom: 1px solid #1F2230;
	}
	.footer .end-block .col-lg-6:nth-child(2) .box {
	    width: max-content;
	    margin: 0 auto;
	}
	.copyright .d-flex {
	    justify-content: space-between;
	    flex-direction: column;
	    gap: 20px;
	    justify-content: center;
	    text-align: center;
	}




}







@media only screen and (max-width:380px){
	.top-header .lt-block .d-flex {
	    gap: 5px;
	    justify-content: space-between;
	    flex-direction: column;
	}
	.top-header .rt-block h5 {
	    text-align: left;
	}
	.collection .col-lg-6 .row .col-lg-12 .box .image-text h3 {
	    font-size: 22px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #fff;
	}
	.collection .col-lg-6 .box .text h3 {
	    font-size: 22px;
	    line-height: 1.3;
	    font-weight: 700;
	    color: #0A0E23;
	    padding-block-start: 9px;
	}
	.new-arrivals .title h2 {
	    font-size: 25px;
	    line-height: 1.3;
	    font-weight: 700;
	    text-transform: capitalize;
	    color: #0A0E23;
	    text-align: center;
	    padding-block-end: 30px;
    }
	.new-arrivals .bottom-block h5 {
	    font-size: 18px;
	    line-height: 1.3;
	    font-weight: 600;
	}
	.deal-of-the-week .col-lg-6 .box .text-content h2 {
	    padding: 10px 0;
	}
	.offer .text-content h5 {
	    font-size: 14px;
	    line-height: 1.3;
	    font-weight: 500;
	    color: var(--blue);
	    letter-spacing: 1px;
	    text-transform: uppercase;
	}
	.offer .text-content h2 {
	    font-size: 25px;
	    padding-block-start: 10px;
	}
	.blog .title h2 {
	    font-size: 25px;
	    line-height: 1.3;
	}
	.follow-us-on {
	    padding-block-start: 20px;
	}
	.follow-us-on .title h2 {
	    font-size: 25px;
	}
	.follow-us-on .title {
	    text-align: center;
	    padding-block-end: 30px;
	}
}


@media only screen and (max-width:340px){


.header .rt-block .flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.control {
    outline: none;
    height: 36px;
    padding-inline-start: 41px;
    padding-inline-end: 0px;
}


}