/*
@font-face {
    font-family: "Soleil Regular";
    src: url("../fonts/SoleilRegular.woff2") format("woff2"), url("../fonts/SoleilRegular.woff") format("woff");
}

@font-face {
    font-family: "Soleil Bold";
    src: url("../fonts/SoleilBold.woff2") format("woff2"), url("../fonts/SoleilBold.woff") format("woff");
}

@font-face {
    font-family: "Soleil ExtraBold";
    src: url("../fonts/SoleilExtraBold.woff2") format("woff2"), url("../fonts/SoleilExtraBold.woff") format("woff");
}
*/


/* Base style */

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
    overflow-x: hidden;
    font-size: 2rem;
    padding: 0px;
    color: #1A1D36;
	background:#f5f1f0;
}

.btn {
    cursor: pointer;
    min-width: 300px;
    padding: 24px 10px;
    font-size: 1.7rem;
    line-height: 1;
    font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
    border-radius: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.btn-orange-border {
    background: #fff;
    border-color: #fff;
    color: #1A1D36;
    position: relative;
}

.btn.btn-orange-border:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #1A1D36;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.btn-orange-border svg {
    stroke: #1A1D36 !important;
}

.btn.btn-orange-border:focus {
    box-shadow: none;
}

.btn.btn-orange-border:hover:before {
    border-color: #F79F89;
}

.btn.btn-purple-Orangeborder {
    background: #1A1D36;
/*    border-color: #1A1D36;*/
    color: #fff;
    position: relative;
}

.btn.btn-purple-Orangeborder:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.btn-purple-Orangeborder svg {
    stroke: #fff !important;
}

.btn.btn-purple-Orangeborder:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 29, 54, 0.31);
}

.btn.btn-purple-Orangeborder:hover:before {
    border-color: #F79F89;
}

.btn svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #F79F89;
    stroke-dasharray: 298 1230;
    stroke-dashoffset: 298;
    transition: 1s ease-in-out;
    width: 100%;
    height: 100%;
    stroke-width: 5px;
    display: none;
}

.btn svg.border {
    border-color: transparent !important;
}

.btn:hover svg {
    stroke-dashoffset: -1230;
}

h1,
h2,
h3,
h4 {
    font-family: "soleil", sans-serif;
font-weight: 700 !important;
font-style: normal;
    font-weight: normal;
}


h2{
    color:#F79F89;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

p {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 3rem;
}

li,
.form-control {
    font-size: 1.6rem;
}

.sec-pad {
    padding: 60px 0px;
}


.insta{
	padding-bottom:100px
}
.featured-callouts{
	background:#1A1D36;
/*	margin-top:280px;*/
}

.featured-callouts h2{
   padding-bottom:0.5em;
/*	border-bottom:1px solid #303346;*/
}

.highlight-content {
    display: inline;
}

.highlight {
    position: relative;
    margin-left: 15px;
    box-shadow: -15px 0 0 #F79F89;
    overflow: hidden;
}

.poster {
    width: 100%;
}

.has-middle-line {
    position: relative;
}

.has-middle-line:before {
    content: "";
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
/*    border-right: 1px solid #F79F89;*/
    height: 50%;
	    margin-top: -60px;
}

.mark,
mark {
    padding: 0px;
    background-color: #F79F89;
    color: #1A1D36;
}


/*Paddings */
.pt-140 {
    padding-top: 140px !important;
}

.pt-160 {
    padding-top: 160px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-185 {
    padding-top: 15rem !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.plr-15 {
    padding: 0px 15px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}


/*Margins */

.mt-75 {
    margin-top: 75px !important;
}

.mt--140 {
    margin-top: -140px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}
/*----*/

@media only screen and (min-width: 992px){
	.querry-75{
		 margin-top: 75px
	}
}



/*BG colors */

.bg-purple {
    background-color: #1A1D36;
}

.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple p {
    color: #fff;
}

.bg-orange {
    background-color: #F79F89;
}

.bg-grey {
    background-color: #eaeaea;
}


/*Arrow link */

a.c-link {
    font-size: 2rem;
    line-height: 3.6rem;
    color: #fff;
    background: #1A1D36;
    display: inline-block;
    min-width: 198px;
    padding-left: 15px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 12px;
    background-image: url(../images/arrow-r-white.png);
    background-repeat: no-repeat;
    background-position: 92% 55%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a.c-link.no-bg {
    background-color: transparent;
    color: #1A1D36;
    background-image: url(../images/arrow-r-blue.png);
}

a.c-link.color-orange {
    background-color: transparent;
    background-image: url(../images/arrow-r-orange.png);
}

a.c-link:hover {
    background-position: 88% 55%;
}

a.c-link-2 {
    font-size: 2rem;
    color: #1A1D36;
}


/*Titles */

.title-sm {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 2px;
}

.title-lg {
    font-size: 6rem;
    line-height: 7.3rem;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    margin-bottom: 40px;
/*	color:#f79f89;*/
}


.title-journal {
    font-size: 6rem;
    line-height: 7.3rem;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    /* margin-bottom: 60px; */
    /* color: #f79f89; */
}

@media only screen and (max-width: 1200px){
	.title-journal  {
		font-size: 4rem;
	}
}
.title-cat-sm{
    font-size: 2rem;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
	  line-height: 7.3rem;
    /* color: #f79f89; */
}


.title-cat-lg{
    font-size: 6rem;
    line-height: 5.3rem;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    margin-bottom: 60px;
	text-align: center;
}


.title-xl {
    font-size: 7rem;
    line-height: 8rem;
    margin-bottom: 20px;
   font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    margin-bottom: 40px;
	
}

.title-md {
    font-size: 5rem;
    line-height: 4.7rem;
/*    margin-bottom: 25px;*/
}

.title-md2 {
    font-size: 4rem;
    line-height: 5.3rem;
    margin-bottom: 25px;
}

.title-md3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 15px;
}

.has-bg[class^="title-"] {
    background-image: url(../images/title-bg-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    padding: 30px 0px;
}


/*Text colors */

.color-orange {
    color: #F79F89 !important;
}

.max-width-1170 {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* End Base style */


/*Nav bar */

.navbar-light {
    background-color: white !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 15px 15px;
	height:90px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000;
}

.navbar-light .navbar-toggler:focus {
    outline: 0px;
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 35px;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-light .navbar-toggler-icon span {
    position: relative;
    height: 2px;
    width: 100%;
    margin: 4px 0px;
    left: 0px;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-light .navbar-toggler-icon span:nth-of-type(2) {
    width: 28px;
}

.navbar-light .navbar-toggler-icon span:nth-of-type(3) {
    width: 18px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
    left: 0px;
    width: 35px;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(2) {
    display: none;
}

.navbar-light .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-light .navbar-brand img {
    height: 55px;
}

.navbar-light .navbar-nav .navbar-brand .logo-black {
    display: block;
}

.navbar-light .navbar-nav .navbar-brand .logo-white {
    display: none;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0px 23px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 28px 5px;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
    color: #1A1D36;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #F79F89 !important;
}

.navbar-light.nav-dark .navbar-brand .logo-black {
    display: none;
}

.navbar-light.nav-dark .navbar-brand .logo-white {
    display: block;
}

.navbar-light.nav-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.navbar-light.bg-type-orange .navbar-nav .nav-item:hover .nav-link {
    color: #1A1D36 !important;
}

.navbar-light.nav-lite .navbar-brand .logo-black {
    display: block;
}

.navbar-light.nav-lite .navbar-brand .logo-white {
    display: none;
}

.navbar-light.nav-lite .navbar-nav .nav-item .nav-link {
    color: #1A1D36;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-scrollbar-drag {
    height: 5px;
    background: #F79F89;
    top: -2px;
}

.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-scrollbar {
    background: #F79F89;
    height: 1px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transition: all 4s !important;
}

.swiper-scrollbar-drag,
.swiper-container-horizontal>.swiper-scrollbar {
    background-color: #1A1D36;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #fff;
    opacity: 1;
    border: 1px solid #1a1d36;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F79F89;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: 0px !important;
}


/*Banner */

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 654px;
    position: relative;
    z-index: 9;
}

.banner .banner-content {
    width: 100%;
    max-width: 535px;
}

.banner .banner-content h2 {
    font-size: 4rem;
    line-height: 5.8rem;
    font-family: "soleil", sans-serif;
font-weight: 800;
font-style: normal;
    margin-bottom: 0px;
    color: #1A1D36;
}

.banner.type-2 {
    min-height: 912px;
}

.banner.type-2 .banner-content {
    max-width: 1278px;
}

.banner.type-2 .banner-content h2 {
    padding-left: 0px;
}

.banner.type-2 .banner-content h2:before {
    display: none;
}

.safari .highlight {
    line-height: 1 !important;
}

.has-circle {
    position: relative;
/*	padding-bottom:140px*/
}

.has-circle:before {
    content: url(../images/teal.png);
    position: absolute;
    top: -250px;
    left: 50%;
	 -webkit-transform:scale(0.4) rotate(45deg);
	-moz-transform:scale(0.4) rotate(45deg);
	-ms-transform:scale(0.4) rotate(45deg);
	-o-transform:scale(0.4) rotate(45deg);
	transform:scale(0.4) rotate(45deg);



}


/*Product slider */

.slider-wrap2 {
    position: relative;
}

.product-slider {
    margin-bottom: 40px;
}
.product-slider li {
    list-style: none;
}


/*Product box */

.product-box .thumb {
    position: relative;
    padding-bottom: 80%;
}

.product-box .thumb a {
    display: block;
}

.product-box .thumb .main-img,
.product-box .thumb .hover-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.product-box .thumb .hover-img {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}
.product-box .content {
    padding: 7px 0;
}

.product-box .price {
	color:#1a1d36;
	font-family: "soleil", sans-serif;
font-weight: 800;
font-style: normal;
	width: 120px;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom:0;
}
.product-box .price del {
	margin-left:7px;
	opacity:0.5;
}

.product-box .thumb .main-img:not(:nth-of-type(1)) {
    opacity: 0;
}

.product-box .meta {
    text-align: center;
    padding: 20px 10px;
    padding-bottom: 40px;
}

.product-box .meta h4 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
}

.product-box .meta p {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.product-box .meta p.price {
    font-size: 2rem;
    line-height: 3.6rem;
    font-family: "soleil", sans-serif;
font-weight: 800;
font-style: normal;;
}

.product-box .thumb a:hover .hover-img {
    opacity: 1;
    z-index: 10;
}
.product-box-sleeve form.addtocart-form {
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    z-index: 998;
}
.product-box-sleeve form.addtocart-form.open {
/*    background-color: #e1e1e1;*/
}

.product-box .p-variant {
/*    position: absolute;
    z-index: 9999;
    bottom: 0px;
    left: 0px;*/
	position:relative;
    width: 100%;
    text-align: center;
	align-items: center;
    -moz-justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0px;
}

.product-box .p-variant label {
    margin-bottom: 0;
    margin-top: 10px;
}

.product-box .p-variant label span {
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	background-size:22px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    z-index: 999;
}

.product-box .p-variant label span img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #C3C3C3;
    object-fit: cover;
}

.product-box .p-variant label input[type="radio"] {
    display: none;
}

.product-box .p-variant label input[type="radio"]:checked+span {
    border-color: #5D5D5D;
}


/*Scroll text */

.scroll-text {
    min-height: 140px;
}

.js-marquee {
    font-size: 14rem;
    line-height: 1;
    display: block;
    font-family: "soleil", sans-serif;
font-weight: 700;
font-style: normal;
	color:#d5d2d2;
   
}
.bottom-slider {
    margin-bottom: 80px;
}

.bottom-slider .swiper-scrollbar {
    position: relative;
    max-width: 1420px;
    margin: auto;
    margin-top: 50px;
}

.bottom-slider img {
    width: 100%;
}

.bottom-slider .thumb {
    padding-bottom: 95%;
    position: relative;
}

.bottom-slider .thumb img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bottom-slider .thumb:before {
    content: url(../images/insta.svg);
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.bottom-slider .thumb:hover:before {
    opacity: 1;
}

.slider-content {
    background: #ede8e7;
    padding-bottom: 95%;
}

.slider-content .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.slider-content h4 {
    font-size: 2rem;
    line-height: 4.4rem;
	    font-size: 2rem;
    line-height: 4.4rem;
/*
    background: #1A1D36;
    border-radius: 44px;

    padding: 10px 20px 10px 20px;*/

}

.slider-content h2 {
    font-size: 3rem;
    line-height: 4.8rem;
    margin-bottom: 15px;
}

.slider-content p {
    font-size: 1.8rem;
}


/*Footer */

footer#site-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F79F89;
}

footer#site-footer .left {
    width: 43%;
/*    background: url(../images/footer-bg.jpg) no-repeat center center;*/
	background: #ede8e7;
    background-size: cover;
    padding: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

footer#site-footer .right {
    width: 57%;
    padding-top: 171px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 190px;
	background: #ede8e7;
}

footer#site-footer .footer-item {
    margin-bottom: 40px;
}

footer#site-footer .footer-item h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 10px;
}

footer#site-footer .footer-item ul li a {
    font-size: 1.8rem;
    line-height: 3rem;
}

footer#site-footer .copyright {
    margin-top: 200px;
    font-size: 1.4rem;
}



footer#site-footer .copyright a {
    text-decoration: underline;
}

.newsletter-wrap .btn {
    min-width: 0px;
    padding: 0px 20px;
    background: transparent !important;
    border: none;
}

.newsletter-wrap p {
    font-size: 1.4rem;
    line-height: 2rem;
     margin-bottom: 0;
/*	 color:#F79F89;*/
}

.newsletter-wrap h3 {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 10px;
}

.newsletter-wrap h3+p {
    font-size: 1.8rem;
/*    line-height: 3rem;*/
    margin-bottom: 15px;
}

.newsletter-wrap .input-group {
/*    background: #fff;*/
}

.newsletter-wrap .form-control {
    border: none;
    height: 73px;
    padding-left: 30px;
    font-size: 1.8rem;
    color: #1A1D36;
}

.newsletter-wrap .form-control:focus {
    border: none;
    box-shadow: none;
}

.product-box.shop-all {
    position: relative;
}

.product-box.shop-all a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
}
.mc4wp-response p{
	color: #1A1D36;
	padding: 15px;
}

.mc4wp-response {
	background: #F79F89;
}

/*Subscription popup */

#subscribePopUp .close {
    opacity: 1 !important;
    padding-right: 20px;
    padding-top: 20px;
}

#subscribePopUp .close:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

#subscribePopUp .close img {
    width: 30px;
}

#subscribePopUp .modal-header {
    border-bottom: none;
}

#subscribePopUp .modal-content {
    background-color: #1A1D36;
/*    border: 10px solid #F79F89;*/
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

#subscribePopUp .modal-content:before {
    content: url(https://modesthive.com/cms/wp-content/uploads/2020/10/Oia.png);
    position: absolute;
    top: -258px;
    left: -257px;
	-webkit-transform:scale(0.4) rotate(151deg);
	-moz-transform:scale(0.4) rotate(151deg);
	-ms-transform:scale(0.4) rotate(151deg);
	-o-transform:scale(0.4) rotate(151deg);
	transform:scale(0.4) rotate(151deg);

}

#subscribePopUp .modal-content:after {
    content: url(https://modesthive.com/cms/wp-content/uploads/2020/10/Jaipur.png);
    position: absolute;
    bottom: -250px;
    right: -250px;
    -webkit-transform:scale(0.3) rotate(243deg);
	-moz-transform:scale(0.3) rotate(243deg);
	-ms-transform:scale(0.3) rotate(243deg);
	-o-transform:scale(0.3) rotate(243deg);
	transform:scale(0.3) rotate(243deg);
}

#subscribePopUp .modal-content .modal-header,
#subscribePopUp .modal-content .modal-body {
    position: relative;
    z-index: 99;
}

#subscribePopUp .newsletter-wrap {
    background-color: transparent;
    padding: 30px 50px;
    padding-bottom: 70px;
    color: #fff;
}

#subscribePopUp .newsletter-wrap .form-control {
    height: 60px;
    padding-left: 25px;
}

#subscribePopUp .newsletter-wrap button img {
    width: 35px;
}

#subscribePopUp .newsletter-wrap h3 {
    color: #F79F89;
    font-size: 3.4rem;
    line-height: 4.4rem;
 margin: 40px 0 15px;
}

#subscribePopUp .newsletter-wrap p {
    color: #fff;
}


/*Hero */

.swiper-pagination {
    position: relative;
}

.slider-wrap {
    position: relative;
}

.slider-wrap:before {
    content: url(../images/oiaFruit.png);
    position: absolute;
    top: 93%;
    left: -159px;
    z-index: 0;
    margin-top: -100px;
	-webkit-transform:scale(0.63) rotate(217deg);
	-moz-transform:scale(0.6) rotate(217deg);
	-ms-transform:scale(0.6) rotate(217deg);
	-o-transform:scale(0.6) rotate(217deg);
	transform:scale(0.6) rotate(217deg);
  display: none;
}

.slider-wrap:after {
    content: url(../images/jaipur.png);
    position: absolute;
    top: 93%;
    right: -218px;
    z-index: 0;
    margin-top: -40px;
	-webkit-transform:scale(0.45) rotate(313deg);
	-moz-transform:scale(0.5) rotate(313deg);
	-ms-transform:scale(0.5) rotate(313deg);
	-o-transform:scale(0.5) rotate(313deg);
	transform:scale(0.5) rotate(313deg);
  display: none;
}


/******** Control the  aniamtion bar width on the sliders **********/
.hero-slider {
    padding-bottom: 10px;
    position: relative;
/*    height:calc(100vh - 130px);*/
	overflow: hidden;
}
.hero-slider.type-2 .swiper-slide {
    flex-direction: column;
	  background: inherit !important;
    align-items: inherit !important;
}

.hero-slider.type-2 .thumb {
    /*width: calc(100% - 500px);*/
	
	width:100%;
	overflow: hidden;
    flex:1;
    text-align: center;
}
.hero-slider .swiper-wrapper {
    margin-bottom: 40px;
	height: auto;
}

.hero-slider .progress-wrap {
    width: 90%;
    max-width: 1440px;
    margin: auto;
	position:relative;
}

.hero-slider .progress-wrap.setZero .swiper-pagination-progressbar-fill {
    transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1) !important;
}

.hero-slider .slide-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #d3d3d3;
    position: relative;
}

.hero-slider .slide-list:before {
    content: "";
    height: 5px;
    left: 0px;
    width: 0px;
    background:#f79f89;
    position: absolute;
    top: -3px;
    left: 0px;
    opacity: 1;
}

/*---Progress bar Animation----*/
/*
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 33.33%;
    }
}

@keyframes progress1 {
    from {
        width: 33.33%;
    }
    to {
        width: 66.66%;
    }
}

@keyframes progress2 {
    from {
        width: 66.66%;
    }
    to {
        width: 100%;
    }
}
*/

/*
.hero-slider .slide-list[data-width="2"]:before {
    animation: progress2 8s;  animation duration 
    animation-fill-mode: forwards;
}
*/

/*---Progress bar Animation----*/



.hero-slider .slide-list li {
    flex: 1;
    text-align: center;
    position: relative;
}

.hero-slider .slide-list li:before {
    content: "";
    height: 5px;
    left: 0px;
    width: 100%;
    background: #1A1D36;
    position: absolute;
    top: -3px;
    left: 0px;
    opacity: 0;
}

.hero-slider .slide-list li a {
    color: #1A1D36;
    font-size: 1.8rem;
    font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
    display: inline-block;
    padding: 15px 15px;
    opacity: 0.64;
}

.hero-slider .slide-list li.active a {
    opacity: 1;
}

.hero-slider .slide-list.no-ani:before {
    display: none;
}

.hero-slider .slide-list.no-ani li.active:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}

.hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-slider .swiper-slide img {
    width: 100%;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


.hero-slider.type-2 .swiper-slide img{
/*    height: 350px;*/
	object-fit: cover;
	width: 100%;
}


.hero-slider .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}




.hero-slider.type-2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: #1a1d36;
}


@media only screen and (min-width: 992px){

	.hero-slider.type-2 .swiper-slide img{
/*		height: 700px;*/

	}

}

@media only screen and (max-width: 767px){

	.hero-slider.type-2 .swiper-slide img{
/*		height: 400px;*/

	}

}


@media only screen and (max-width: 1200px){
	._13xDDA0A a{
		margin: 0 auto;

	}
	
	._13xDDA0A h3{
	   margin: 0 auto;
		line-height: 2.5rem;
		font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
	}
		._13xDDA0A h1{
	   margin: 0 auto;
	}

}
	

._13xDDA0A h1{
	font-size: 3em;
	font-family: "soleil", sans-serif;
font-weight: 800;
font-style: normal;
	line-height:1em;
	padding-bottom: 0.2em;
	word-break: keep-all;
/*	text-transform: uppercase;*/
/*	margin: 0 auto;*/
	color:#1a1d36;
}

._13xDDA0A h3{
	
	padding-bottom: 1em;
	word-wrap: break-word;
/*	margin: 0 auto;*/
}

._13xDDA0A {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: flex-start;
    text-align: center;
	color:#1A1D36;
    width: calc(100% - 60px);
    height: calc(100% - 48px);

	
}

.hero-slider .swiper-slide.swiper-slide-active ._13xDDA0A {
	opacity:1;
	top:0px;
    -webkit-transform: opacity(1);
    -moz-transform: opacity(1);
    -ms-transform: opacity(1);
    -o-transform: opacity(1);
    transform: opacity(1);
}


.hero-slider .swiper-slide ._13xDDA0A{
    opacity: 0;
	top:100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




@media only screen and (min-width: 1200px){
	
	._13xDDA0A {
		left: 0;
		color:#fff;
    	top: calc(66.66667% - 36px);
    	height: 33.33333%;
		text-align: left;
    	left: 36px;
    	width:40%;
		top: 36px;
    	height: calc(100% - 10px);
		position:absolute;
	}
	
	
		._13xDDA0A h1 {
		color:#fff;
	}
}

@media only screen and (max-width: 1200px){
	
	._13xDDA0A h1{
	font-size:2.2em;
	line-height:1.2em;
	}
}

.hero-slider .swiper-slide .hero-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    max-width: 545px;
}


.hero-slider .swiper-slide .hero-content .c-link {
    transition: all 0.2s;
    transition-delay: 0.2s;
    position: relative;
    left: -100%;
}

.hero-slider .swiper-slide.swiper-slide-active,
.hero-slider .swiper-slide.swiper-slide-active .hero-content .c-link {
    left: 0px;
}



.hero-slider.type-2 .swiper-slide .hero-content {
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 600px;
    max-width: none;
		padding: 0 30px 0 30px;
}

.hero-slider.type-2 .thumb {
    width: 100%;
/*	z-index: 59;*/
}

.hero-slider.type-2 .swiper-slide .hero-content {
    width: 100%;
    padding-top: 20px;
}

@media only screen and (min-width: 992px){/* ---  */
	.hero-slider.type-2 .swiper-slide .hero-content {
		position: absolute;
		bottom: 20px;
	}
}


@media only screen and (min-width: 992px){/* ---  */
.hero-content .c-link {
	padding-left: 20px !important;
/*----update ------*/

	}

}
@media only screen and (min-width: 992px){/* ---  */
	.hero-slider.type-2 .swiper-slide .hero-content {
		position: absolute;
		bottom: 60px;
    left:30px;
	}

	.hero-content a.c-link {
	display:table;
	padding-left: 0;

}

}

 .hero-slider.type-2 .swiper-slide .hero-content a {
    text-decoration: underline;
  }

@media only screen and (max-width: 992px) {

 
	
  .hero-slider.type-2 .swiper-slide .hero-content {
/*      height: 60px;*/
      text-align: center;
  }
 
}


.hero-slider.type-2 .swiper-slide .hero-content .c-link {
    left: 0px;
		top: 200px;
		transition-delay: 0.3s;
		padding-left: 0px;
}




/*Featured section */

.featured-sec {
    padding: 0px 15px;
}

.featured-sec .image-box {
    margin-left: auto;
    margin-right: auto;
    background: none;
    margin-top: 0px;
}

.featured-sec .image-box:before {
	display:none;
    background: #F79F89;
    width: 51%;
    height: 59%;
    top: 0px;
    right: 0px;
    left: auto;
}

.featured-sec.pos-reverse .image-box:before {
    right: auto;
    left: 0px;
}

.featured-sec h3 {
    font-size: 3rem;
    line-height: 4.4rem;
    color: #fff;
    margin-bottom: 15px;
}

.featured-sec p {
    font-size: 3rem;
    line-height: 5.3rem;
    color: #1A1D36;
    margin-bottom: 50px;
    text-align: left;
}

.featured-sec .btn.btn-purple-Orangeborder {
  
    float: left;
}


.featured-sec .f-content {
    width: 100%;
    max-width: 733px;
    margin-right: 0px;
    text-align: center;
}

.featured-sec:not(.pos-reverse) .title-lg {
/*    margin-left: 38%;*/
}

.featured-sec:not(.pos-reverse) .f-content {
    margin-left: auto;
    margin-right: auto;
}

.featured-sec.pos-reverse .title-lg {
/*    margin-right: 38%;*/
}

.image-box {
    width: 100%;
/* max-width: 870px;*/
    padding: 34px;
/*    background: #F79F89;*/
/*	 background: #eaeaea;*/
    position: relative;
/*    margin-top: -172px;*/
    padding-bottom: 0px;
}

.image-box:before {
    content: "";
    width: 100%;
    background: #1A1D36;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: calc(100% - 172px);
}

.image-box img {
    width: 100%;
    position: relative;
    z-index: 9;
    display: block;
}

.overlay-image {
    width: 100%;
    max-width: 480px;
    padding: 0px 15px;
}

.overlay-image img {
    width: 100%;
    display: block;
}

.overlay-image img.img-top {
    max-width: 231px;
    margin-bottom: -70px;
    position: relative;
    z-index: 99;
}

.overlay-image img.img-bottom {
    max-width: 287px;
    margin-left: auto;
}

.pos-reverse .f-content {
    margin-left: auto;
    margin-right: auto;
}

.pos-reverse .overlay-image .img-top {
    margin-left: auto;
}

.pos-reverse .overlay-image .img-bottom {
    margin-left: 0px;
}


/*Article box */

.article-box {
    width: 100%;
    max-width: 637px;
    margin: auto;
    margin-bottom: 60px;
}

.article-box .meta {
    padding: 40px 50px;
}

.article-box .c-link {
    padding-left: 0px;
}

.article-box p {
    font-size: 2rem;
    color: #f79f89;
    line-height: 3.6rem;
}



.article-box .meta {
	padding-bottom: 88px;
}
.article-box .c-link {
    position: absolute;
    bottom: 102px;
    left: 50%;
    transform: translateX(-50%);
}

.article-box .arrow-btn {
  position: absolute;
/*  bottom: 102px;*/
  left: 50%;
  transform: translateX(-50%);
  color:white;
}

@media only screen and (max-width: 767px) {
	
	.article-box .arrow-btn {

	  bottom: 102px;
 
     }
	
}
.article-box .arrow-btn:hover::after {
    margin-left: 0.3rem;
    margin-right: 0.7rem;
}
.brand-promise {
  background-color: #1a1d36;
  font-size: 2rem;
  padding:13rem 5rem;
  color:white;
}

.brand-promise h3{
	color:#F79F89;
	font-size:1em;
	font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
	
}

.brand-promise h2 {
  font-family: "soleil", sans-serif;
font-weight: 400;
font-style: normal;
  font-size:4rem;
  line-height: 4.8rem;
 color:#fff;
}
.brand-promise a {
  color:white;
}

.home-btn-tile .tile-banner-image {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-btn-tile .tile-btn-container {
  text-align: center;
  margin-bottom: 40px;
}

.home-btn-tile .tile-details {
  padding:3rem;
}
.rituals {
/*    padding: 17rem 11rem;*/
	padding: 17rem 10rem 15em 10em;
}
.rituals .ritual {
    margin-top: 2rem;
}
.rituals h4 {
   font-size: 3rem;
}
.ritual .ritual-statement {
    color: #F79F89;
    font-family: "soleil", sans-serif;
font-weight: 500;
font-style: normal;
}
.rituals p {
    margin: 0;
}


@media only screen and (max-width: 1500px) {

	
	.rituals {
	padding: 10rem 3rem 8em 3em;
		
	}
	
	
}


@media only screen and (max-width: 992px) {
	
	.home-btn-tile .tile-banner-image {
		height:450px;
	}
	
  }
/*# sourceMappingURL=home.css.map */
@media only screen and (max-width: 992px) {


  .brand-promise {
    padding: 8.5rem 3rem;
  }
  .brand-promise h2 {
    font-size:3rem;
    line-height: 3.8rem;
  }
  .home-btn-tile .tile-banner-image {
    height:450px;
  }
  .home-btn-tile .tile-btn-container {
    margin-bottom: 15px;
  }
  .home-btn-tile .tile-btn-container a.btn {
    width: calc(100% - 30px);
  }
  .home-btn-tile .tile-details {
    text-align: center;
    padding:3rem 1rem;
  }
  .home-btn-tile .tile-details .tile-title {
/*    display: none;*/
  }
  .rituals {
    padding: 5rem;
    text-align: center;
  }
  .rituals .ritual .ritual-author {
    margin-top:2rem;
    display: inline-block;
  }
}

.ritual-author{
	color:#c7c7c7;
}

.intro-stuck{
	margin-top:7rem;
}

@media only screen and (max-width: 767px)  {
	
	.intro-stuck{
		margin-top:4rem;
	}
}
.insta .swiper-slide {
/*	margin-right:4rem;*/
}


.featured-3 figcaption h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    font-family: "soleil", sans-serif;
font-weight: 800;
font-style: normal;
    background: url(../images/title-bg-3.svg) no-repeat center center;
    background-size: 90px;
    padding: 33px 0px;
}
