@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

body{
	font-family: "Montserrat", serif;
	font-size: 16px;
}

h1, h2, h6{
	font-family: "Oswald", serif;
}

.search-input-group{
	width: 68%;
}

ul.navbar-nav input {
    border-radius: 50px;
    border-left: 0;
    padding-left: 0;
    font-size: 15px;
}

ul.navbar-nav.mr-auto {
    width: 100%;
    justify-content: space-between;
    margin-left: 140px;
}

span#basic-addon1 {
    background-color: transparent;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right-width: 0;
}

.bars i{
	margin-right: 4px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.input-group-prepend i {
    color: #002768;
}

.navbar{
	position: relative;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

ul.middle-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}

ul.middle-nav li {
    gap: 32px;
}

ul.middle-nav li a {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

a.navbar-brand {
    position: absolute;
    top: 8px;
    padding: 0;
}

.left-home-banner{
	position: relative;
}

.left-home-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.home-heading {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.home-heading > span {
    background-image: linear-gradient(#D2C7A5, #E6DAB6);
    color: transparent;
    background-clip: text;
    font-size: 143.86px;
    font-weight: 500;
    font-family: "Oswald", serif;
    line-height: 143.9px;
    display: inline-block;
    position: relative;
    bottom: -40px;
    z-index: 0;
    left: -6px;
}


.home-heading h1 span {
    font-weight: 400;
    display: block;
}

.left-home-banner h1 {
    color: #000000;
    font-size: 42.27px;
    line-height: 45px;
    position: relative;
    margin-bottom: 15px;
}

.left-home-banner h1 strong {
    display: block;
    font-weight: 400;
}

.btn-red {
    background-color: #DF0505;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
}

.right-home-banner {
    position: relative;
}

.right-home-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.righ-banner-content {
    position: absolute;
    bottom: 10px;
    color: white;
    left: 20px;
}

.righ-banner-content h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 4px;
}

.btn-text-red {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.btn-red:hover {
    background-color: white;
    color: #DF0505;
}

.category > span {
    background-image: linear-gradient(#F5F5F5, #000000);
    color: transparent;
    background-clip: text;
    font-size: 250px;
    font-weight: 500;
    font-family: "Oswald", serif;
    line-height: 220px;
    display: inline-block;
    position: relative;
    bottom: -30px;
    z-index: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    opacity: 0.1;
}

.category-box > img {
    width: 100%;
    box-shadow: 0px 0px 10px #e5e5e5;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.category-box {
    position: relative;
}

.category-box .content {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.category-box .content h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 4px;
    margin: 0;
}

.section-heading h6 {
    color: #262424;
    font-size: 30px;
}

.section-heading p {
    color: #767676;
}

section.deals {
    margin-top: 60px;
}

.deal-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #e5e5e5;
    transition: all 0.4s ease;
}

.deal-box {
    position: relative;
    margin-top: 15px;
}

.deal-box-content {
    position: absolute;
    bottom: 15px;
    left: 18px;
}

.deal-box-content h6 {
    font-size: 22px;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.deal-box-content h5 {
    color: #002768;
    font-size: 30px;
    font-weight: 600;
}

.deal-box-content p {
    color: #767676;
    font-size: 16px;
    line-height: 22px;
}

.deal-box-2 .deal-box-content h6, .deal-box-2 .deal-box-content h5, .deal-box-2 .deal-box-content p{
	color: white;
}

.btn-white {
    background-color: white;
    border-radius: 50px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
}

.section-heading h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

a.view-all {
    color: #000000;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}

section.listing {
    margin-top: 60px;
}

.product-box {
    text-align: center;
    margin: 20px 0px;
    position: relative;
}

.product-image img {
    width: 100%;
    padding: 0 0px;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.product-image {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #e5e5e5;
}

.product-box h6 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Montserrat", serif;
    margin-bottom: 3px;
}

.product-box span {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.product-box p {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
}

.btn-black {
    background-color: #262323;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 18px;
    opacity: 1;
    transition: all 0.4s ease;
    border-color: #262323;
}

.product-box:hover .btn-black {
    opacity: 1;
}

.wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
}

.wishlist i {
    font-size: 20px;
    color: #A4A4A4;
}

.btn-black:hover {
    background-color: #DF0505;
    color: white;
    border-color: #DF0505;
}

section.sales.category .category-box .content h2 {
    color: white;
}

.sales-banner img {
    width: 100%;
}

.sales-banner {
    position: relative;
}

.sales-banner-content {
    position: absolute;
    bottom: 30px;
    color: white;
    left: 30px;
}

.sales-banner-content h5 {
    background-color: #FFD322;
    display: inline-block;
    border-radius: 50px;
    color: #262323;
    font-size: 16px;
    font-family: "Oswald", serif;
    font-weight: 400;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.sales-banner-content p {
    margin-bottom: 30px;
}

.category-box.sales-category-box > img {
    height: 462px;
    object-fit: cover;
}

.category-box.sales-category-box .btn-black {
    background-color: tan;
}

.product-box .btn-black {
    opacity: 0;
}


.ending-owl-carousel button.owl-prev {
    position: absolute;
    left: -60px;
    top: 30%;
}

.ending-owl-carousel button.owl-next {
    position: absolute;
    top: 30%;
    right: -60px;
}

.ending-owl-carousel button img {
    width: 40px;
}

.ending-owl-carousel button {
    margin: 0 !important;
}

.ending-owl-carousel button:hover {
    background: black !important;
    border-radius: 50px !important;
}

.ending-owl-carousel button:hover img{
	filter: invert(1);
}

button:focus{
	outline: 0;
}

.testi-box {
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    background-color: white;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    transition: all 0.4s ease;
}

.testi-box .star i {
    color: #F8C419;
}

.testi-box .stars i {
    color: #F8C419;
    font-size: 12px;
}

.testi-box h4 {
    font-size: 26px;
    font-family: "Oswald", serif;
    font-weight: 500;
    color: #262424;
    margin-top: 10px;
    margin-bottom: 15px;
}

.testi-box p {
    font-size: 16px;
    color: #676161;
    line-height: 32px;
}

.image {
    display: flex;
    align-items: center;
}

.image img {
    max-width: 50px;
    margin-right: 20px;
}

.image span {
    font-weight: 500;
}

.testi-box:hover {
    background-color: #002768;
}

.testi-box:hover * {
    color: white;
}

.info-image {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-image h6 {
    font-size: 20px;
    color: #262424;
    font-family: "Oswald", serif;
}

.info-box {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 15px 20px;
}

.info-image img {
    height: 70px;
    object-fit: contain;
}

.info-box p {
    color: #1D1919;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
}

section.info {
    margin: 60px 0px;
}

.info-box:hover {
    border-color: #D8D8D8;
}

section.client ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.newsletter .container {
    background-color: #e5e9f0;
    border-radius: 20px;
    padding: 50px 40px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
}

section.newsletter .section-heading h6 {color: #000000;}

section.newsletter sect p {
    color: #000000;
}

section.newsletter p {
    color: #000000;
}

section.newsletter .input-group {
    background-color: #F4F4F4;
    padding: 15px;
    border-radius: 10px;
}

section.newsletter .input-group input {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.btn-blue {
    background-color: #002768;
    color: white;
    border-radius: 10px !important;!i;!;
    font-size: 16px;
    font-weight: 500;
}

section.newsletter {
    margin-top: 50px;
}

footer {
    background-color: #002768;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 50px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav {
    display: flex;
    gap: 70px;
}

.footer-nav h6 {
    color: #F5F5F5;
    font-family: "Oswald", serif;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-nav ul li a {
    color: #CECECE;
    font-size: 16px;
    line-height: 26px;
}

.footer-cta {
    color: white;
}

.footer-cta p a.big {
    font-weight: bold;
    font-size: 30px !important;
    font-family: "Oswald", serif;
    display: inline-block;
}

.footer-cta p {
    color: #CECECE;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.lower-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.lower-footer p {
    margin: 0;
    color: #000000;
    font-size: 16px;
}

.lower-footer ul li a {
    color: black;
}

.lower-footer {
    padding: 12px 0px;
}

.category-box:hover > img {
    transform: scale(1.05);
}

.deal-box:hover > img {
	object-position: left;
}

.btn-white:hover {
    background-color: #DF0505;
    color: white;
}

.product-box:hover img {
    transform: scale(1);
}

section.client ul li:hover img {
    transform: scale(1);
}

section.client ul li img {
    transition: all 0.4s ease;
    transform: scale(0.9);
}