@font-face {
    font-family: "ITC Calliard";
    src: url('public/front/fonts/itc-calliard-bold.otf');
    src: url('public/front/fonts/itc-calliard-bold-italic.otf'),
         url('public/front/fonts/itc-calliard-roman.otf'),
         url('public/front/fonts/itc-calliard-italic.otf');
}
*{
    padding: 0;
    margin: 0;
    font-family: 'ITC Calliard';
}
.topbar{
    background-color: rgb(255, 138, 184);
    padding: 10px 0px;
}
.topbar span{
    font-size: 16px;
    font-weight: 500;
}
.main-menu{
    align-items: center;
}
.main-menu img{
    max-width: 250px;
}
.navbar-nav {
    padding-top: 25px;
    align-items: center;
}
.navbar-nav .nav-item .nav-link{
    color: black;
}
.navbar-nav .nav-item .nav-link.active, 
.navbar-nav .nav-item .nav-link:hover{
    text-decoration: underline;
    text-underline-offset: 0.8rem;
}
.right-navs ul{
    padding-top: 40px;
}
.right-navs ul, .right-navs ul li{
    display: inline-block;
}
.right-navs ul li{
    margin-left: 10px;
}
.right-navs ul li:first-child{
    margin: 0px;
}
.right-navs ul li a{
    color: black;
    font-size: 20px;
}

.trending-section{
    padding: 25px 0px;
    background-color: rgb(243, 208, 222);
}
.trending-section h2{
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 33px;
}
.trending-section .navs{
    display: flex;
    justify-content: center;
}
.trending-section .navs button{
    border: none;
    background-color: transparent;
    padding-top: 10px;
}
.trending-section .navs .prev-nav{
    margin-right: 50px;
}
.trending-section .navs .next-nav{
    margin-left: 50px;
}
.trending-section .navs button i{
    font-size: 25px;
}

.collection-section{
    padding: 50px 0px;
}
.collection-section a{
    text-decoration: none;
    color: black;
}

.home-intro-section{
    padding: 75px 0px;
    background-color: rgb(243, 208, 222);
}
.btn.btn-more{
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 12px 36px 12px;
    transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
    border: 1.5px solid rgb(255 138 184);
    border-radius: 5px;
    background: rgb(255 138 184);
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--btn-text-transform);
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s ease;
}
.btn.btn-more:hover{
    border-color: rgb(255 67 139);
    background: rgb(255 67 139);
}
.home-intro-section .intro-content{
    padding: 100px 100px 100px 0px;
}
.home-intro-section .intro-content h2{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.home-intro-section .intro-content p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.trending2-section{
    padding: 25px 0px;
}
.trending2-section h2{
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 33px;
}
.trending2-section .navs{
    display: flex;
    justify-content: center;
}
.trending2-section .navs button{
    border: none;
    background-color: transparent;
    padding-top: 10px;
}
.trending2-section .navs .prev-nav{
    margin-right: 50px;
}
.trending2-section .navs .next-nav{
    margin-left: 50px;
}
.trending2-section .navs button i{
    font-size: 25px;
}

.o-aspect-ratio {
    position: relative;
    overflow: hidden;
}
.o-aspect-ratio::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.o-aspect-ratio[data-padding="80"]::before {
    padding-top: 80%;
}
.o-aspect-ratio[data-padding="66"]::before {
    padding-top: 66%;
}
.o-aspect-ratio__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.o-overlap-bottom,
.o-overlap-top {
    position: absolute;
    width: 70%;
}
.o-overlap-bottom {
    left: 0;
    top: 0;
}
.o-overlap-top {
    right: 0;
    bottom: 0;
}
.o-overlap-bottom__deco {
    background: #37493E;
    width: 15%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    transform: translateX(95%);
}
.o-overlap-bottom__deco::before {
    content: "";
    position: absolute;
    width: 33.33333%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.2;
    transform: translateX(100%);
}
.o-overlap-bottom__deco::after {
    content: "";
    position: absolute;
    width: 33.33333%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.5;
    transform: translateX(200%);
} 
.o-overlap-top__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    border-top: 3px solid #37493E;
    border-right: 3px solid #37493E;
    opacity: 0.8;
    transform: translate(-130%, 115%);
}
.home-intro-section.two .intro-content{
    padding: 100px;
}

.collection2-section{
    padding: 50px 0px;
    margin-bottom: 50px;
}
.collection2-section h2{
    text-transform: uppercase;
}
.collection2-section a{
    text-decoration: none;
    color: black;
}
.collection2-section a h3{
    font-size: 25px;
}
.collection2-section a h3, .collection2-section a button{
    text-transform: uppercase;
}
.collection2-section a button{
    border: none;
    background-color: transparent;
    border-bottom: 1px dashed black;
}

.testimonials-section{
    padding: 50px 0px;
    background-color: rgb(243, 208, 222);
}
.testimonials-section .testimony-card{
    padding: 75px;
}
.testimonials-section h2{
    text-transform: uppercase;
}
.testimonials-section ul, .testimonials-section ul li{
    display: inline-block;
}
.testimonials-section p{
    font-size: 45px;
    font-weight: 600;
}
.testimonials-section span{
    font-size: 16px;
    font-weight: 500;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev,
.testimonials-section .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: black;
    color: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}
.testimonials-section .owl-nav button span {
	font-size: 25px;
	height: 100%;
	display: block;
	width: 100%;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.testimonials-section .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.testimonials-section .owl-carousel .owl-nav {
	margin: 0;
}

.home-gallery-section{
    padding: 50px 0px;
}
.home-gallery-section h2{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.gallery-card{
    position: relative;
}
.btn.btn-shop{
    position: absolute;
    display: inline-block;
    padding: 12px 36px 12px;
    transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
    border: 1.5px solid rgb(255 138 184);
    border-radius: 5px;
    background: rgb(255 138 184);
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--btn-text-transform);
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s ease;
    left: 20px;
    bottom: 20px;
}
.gallery-card:hover .btn.btn-shop, .btn.btn-shop:hover{
    border-color: rgb(255 67 139);
    background: rgb(255 67 139);
}

.home-cta-section{
    padding: 30px 0px;
    background-color: rgb(243, 208, 222);
}
.home-cta-section h2{
    text-transform: uppercase;
    padding: 20px 0px;
}

.footer{
    padding: 50px;
}
.footer-logo{
    width: 50%;
    max-width: 100%;
}
.footer-links h4, .footer-newsletter h4{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-links ul li{
    margin-bottom: 10px;
}
.footer-links a{
    text-decoration: none;
    color: gray;
    transition: all 0.3s ease;
}
.footer-links a:hover{
    color: black;
    text-decoration: underline;
}
.footer-newsletter .form-control{
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: .8em 15px;
    border: 1px black solid;
    border-radius: 5px;
    color: black;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}
.btn.btn-subscribe{
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 12px 36px 12px;
    transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
    border: 1.5px solid rgb(255 138 184);
    border-radius: 5px;
    background: rgb(255 138 184);
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--btn-text-transform);
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s ease;
}
.btn.btn-subscribe:hover{
    border-color: rgb(255 67 139);
    background: rgb(255 67 139);
}
.footer-newsletter ul, .footer-newsletter ul li{
    display: inline-block;
    justify-content: center;
}
.footer-newsletter ul li:not(:last-child){
    margin-right: 15px;
}
.footer-newsletter ul li a i{
    color: gray;
    font-size: 25px;
    transition: all 0.3s ease;
}
.footer-newsletter ul li a:hover i{
    color: black;
}

.shop-wrapper{
    padding: 25px;
}
a.product-card{
    text-decoration: none;
    color: black;
}
.inner-section h2{
    text-transform: uppercase;
    padding: 20px 0px;
    text-align: center;
}

@media only screen and (max-width: 1425px) {
    
}
@media only screen and (max-width: 1365px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1024px) {
    .home-intro-section .intro-content {
        padding: 40px 40px 40px 0px;
    }
    .home-intro-section.two .intro-content {
        padding: 40px;
    }
    .testimonials-section .testimony-card {
        padding: 50px;
    }
    .testimonials-section p {
        font-size: 30px;
    }
    .footer-logo {
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .main-menu img {
        max-width: 200px;
    }
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 600px) {
    .right-navs ul{
        padding-top: 5px;
    }
    .testimonials-section .testimony-card {
        padding: 33px;
    }
    .testimonials-section p {
        font-size: 22px;
    }
    .home-cta-section h2 {
        padding: 0px;
    }
}
@media only screen and (max-width: 420px) {
    
}