/*
Theme Name: CartWheel
Author: Alvin Mindo
Version: 1.0.0
Requires PHP: 7.4
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** END ***/
body{
	font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5{
  font-family: "Questrial", serif;
  font-weight: 400;
  font-style: normal;
}

.section-padding{
	padding-top: 100px;
    padding-bottom: 100px;
}
.remove-padding-bottom{
	padding-bottom: 0 !important;
}
.remove-padding-top{
	padding-top: 0 !important;
}
.hero{
	    background-image: url(images/hero.png);
    height: 100vh;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
	    clip-path: ellipse(120% 100% at top);
}

.hero-heading{
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-width{
	max-width: 1820px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hero-heading h1{
	color: #727CA0;
	font-size: 90px;
	font-weight: 400;
}

.hero-heading h2{
	    color: #7380A0;
    font-size: 22px;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 25px;
}

.btn-primary{
	    background-color: #FFA6C1;
    max-width: 200px;
    color: #fff;
    padding: 20px 40px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
	font-size: 15px;
	line-height: 1em;
	background: radial-gradient(107.7% 66.41% at 50% 50%, #FFA6C1 0%, #EB5F89 100%);
	box-shadow: -5px 5px 22px 0px rgba(240, 111, 150, 0.55);
}
.btn-tertiary{
	color: #EA7198;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.hero-heading .btn-primary{
	width: 165px;
	padding-left: 0;
	padding-right: 0;
}

h2{
	font-size: 42px;
	line-height: 43.26px;
	
	color:#727CA0;
	margin-bottom: 25px;
}
.wysiwyg-content h2{
	text-align: center;
	max-width: 663px;
}
.wysiwyg-content.box-width{
	max-width: 1190px;
}

.wysiwyg-content.box-width p{
	text-align: center;
	font-size: 16px;
	line-height: 33px;
}
.wysiwyg-content{
	    display: flex;
    flex-direction: column;
    align-items: center;
}
.wysiwyg-content iframe{
	    border-radius: 55px;
    margin-top: 30px;
}
.wysiwyg-content .btn-primary{
	    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
}

.icon-box-content{
	
}
.icon-box-list{
	display: flex;
	gap: 20px;
	margin-top: 40px;
}
.icon-box-wrapper{
	display: flex;
    flex-direction: column;
}
.icon-box-content{
	    padding: 30px 50px 40px;
    background-color: #FFF8FA80;
    border-radius: 55px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    align-content: center;
    text-align: center;
	flex-grow: 1;
    flex-basis: 0;
}


h3
{
	font-size: 24px;
	line-height: 24.72px;
}
p{
	font-size: 16px;
	line-height: 28.8px;
	text-wrap: pretty;
}

.slider-item{
	width: 300px;
    background-color: #FFF8FA80;
    border-radius: 55px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 40px 60px;
}

.slider-item img{
	width: auto;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	border-radius: 55px;
}

.slider-box-content h2{
	text-align: center;
}

.jcarousel-wrapper{
	margin-top: 60px;
	position: relative;
}

.slider-item h3{
	margin-top: 30px;
    margin-bottom: 20px;
}

.slider-item p{
	text-align: center;
	margin-bottom: 20px;
}

.jcarousel-control-prev{
	position: absolute;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -4%;
}
.jcarousel-control-next{
    position: absolute;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -4%;
}

.jcarousel-pagination .bullet{
	    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #EA7198;
    border-radius: 50px;
	transition: all 0.6s;
}

.jcarousel-pagination{
	    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.jcarousel-pagination .active .bullet{
	background-color: #EA7198;
}

.jcarousel-pagination .bullet:hover{
	background-color: #EA7198;
}

.cta-wrapper{
	    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.location-box-content{
	    display: flex;
}

.location-box-1{
	    width: 40%;
    padding-right: 50px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-box-2{
	    width: 60%;
		    margin-bottom: -2px;
}

.location-box-1 .btn-primary{
	    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
}

.location-box-2 img{
	max-width: 100%;
}
.location-box{
	border-top: 1px solid #EA7198;
	border-bottom: 1px solid #EA7198;
background: #FFFCFD;
margin-top: 60px;
margin-bottom: 60px;
}


.half-fluid-content{
}

.half-fluid-image{
    width: 60%;
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 45%;
    margin-left: auto;
    width: auto;
    height: 100%;
    max-height: 600px;
}

.fluid-image{
	    background-image: url("https://loremflickr.com/1000/2000/dog");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
    border-radius: 0 55px 55px 0;
}

.half-fluid-text{
    position: relative;
    height: 100%;
    margin-left: 60%;
    height: 100%;
    max-height: 600px;
}

.half-fluid-text-wrap{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.half-fluid-text .btn-primary{
	    margin-top: 20px;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.half-fluid-content-reverse .half-fluid-image{
	    left: 45%;
    right: 0;
}

.half-fluid-content-reverse .fluid-image{
	    border-radius: 55px 0 0 55px;
}

.half-fluid-content-reverse .half-fluid-text{
    margin-left: 0;
    width: 40%;
}

.icon-box-wrapper h2{
	text-align: center;
}

.icon-box-wrapper p{
	max-width: 520px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.footer{
	    background: #FCDAE5;
    padding: 60px 0;
}

.footer-nav{
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
	    gap: 30px;
}

.footer-nav-item h3{
	color: #F06F96;
	    margin-bottom: 20px;
}

.footer-nav-contact a{
	display: block;
	text-decoration: underline;
	color: #303861;
	text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}

.footer-nav-contact-item{
	    line-height: 22.5px;
    font-size: 15px;
	    margin-bottom: 25px;
}

.footer-nav-contact-item:last-of-type{
	margin-bottom: 0;
}

.footer-nav-links a,
.footer-nav-socials a
{
	    color: #303861;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
	text-decoration: none;
}
.footer-nav-links a:hover,
.footer-nav-socials a:hover{
	text-decoration: underline;
}
.footer-nav-links li,
.footer-nav-socials li{
	margin-bottom: 3px;
}
.footer-logo{
		margin-top: 15px;
}
.footer-logo img{
	    max-width: 135px;
}

.footer-copyright{
	    color: #303861;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #bebebe;
    padding-top: 30px;
	    line-height: 1.5em;
}

.header-box{
	    border-radius: 11px;
    background: #FFF;
    box-shadow: -11px 11px 55px 11px rgba(0, 0, 0, 0.22);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
    position: fixed;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
	
}

.box-width-2{
	    margin-left: 2.5%;
    margin-right: 2.5%;
	    display: flex;
    justify-content: space-between;
	    align-items: center;
		height: 88px;
}

.header-nav ul{
	     display: flex;
    gap: 33px;
}
.header-nav li a{
	 color: #7380A0;
    text-decoration: none;
	transition: all 0.4s;
	font-weight: 400;
}
  .header-nav li a:hover{
color: #F06F96;
  }	  
.header-box-1{
	    display: flex;
    align-items: center;
}
.header-logo{
	margin-right: 40px;
}

.btn-secondary{
	    border-radius: 22px;
    background: rgba(115, 128, 160, 0.11);
    padding: 11px 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #7380A0;
    text-decoration: none;
}
.btn-secondary:hover{
	
}
.header-box-2{
	    display: flex;
    gap: 20px;
}
.wysiwyg-content iframe{
		max-width: 100%;
}
.half-fluid-image .btn-primary{
	display: none;
}
@media (max-width: 600px) {
	h2{
		font-size: 26.37px;
		line-height: normal;
		    text-wrap: pretty;
	}
	.header-nav{
		display: none;
	}
	.header-box-2{
		display: none;
	}
	.hero{
		    background-image: url(images/hero-mobile.png);
    height: 100vh;
	max-height: 685px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: ellipse(180% 100% at top);
	}
	.hero-heading h1{
		    font-size: 38.957px;
	}
	.hero-heading h2{
		 font-size: 18px;	
	}
	.hero-heading{
		    align-content: flex-end;
    flex-wrap: wrap;
    max-width: 175px !important;
    align-items: flex-end;
    margin-right: 0 !important;
    position: relative;
    top: -80px;
    right: 80px;
	}
	.section-padding{
		padding-top: 60px;
    padding-bottom: 60px;
	}
	
	.icon-box-list{
		    flex-direction: column;
	}
	.icon-box-content{
		border-radius: 20px;
	}
	.slider-item img{
		border-radius: 20px;
	}
	.slider-item{
		padding: 40px 30px;
		border-radius: 20px;
	}
	.jcarousel-control-prev svg{
		    height: 40px;
	}
	.jcarousel-control-next svg{
		    height: 40px;
	}
	.location-box{
		background-color: transparent;
		border: none;
	}
	.location-box .btn-primary{
		display: none;
	}
	.location-box-content{
		    flex-direction: column;
	}
	.location-box-1{
		    flex-direction: column;
		justify-content: center;
		align-items: center;
	    width: 100%;
	}
	.location-box-1 p{
		text-align: center;
	}
	.location-box-2{
		    width: 100%;
    margin-bottom: 0;
	    margin-top: 25px;
	}
	.location-box{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.half-fluid-image{
		    position: static;
			        width: 100%;
	}
	.half-fluid-text-wrap{
		position: static;
		    transform: none;
			        text-align: center;
	}
	.half-fluid-text{
		margin-left: 0 !important;
		margin-right: 0 !important;
		height: auto !important;
		width: 100% !important;
	}
	.wysiwyg-content iframe{
		border-radius: 20px;
	}
	.fluid-image{
		border-radius: 20px !important;
	}
	.half-fluid-content{
		    display: flex;
    flex-direction: column-reverse;
	gap: 30px;
	}
	.half-fluid-text .btn-primary{
		display: none;
	}
	.half-fluid-image .btn-primary{
	display: block;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
	}
	.footer-nav{
		    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
	}
	.footer-nav-contact{
		order: 2;
		    max-width: 200px;
	}
	.footer-nav-links{
		order: 1;
	}
	.footer-nav-socials{
		order: 3;
	}
	.location-box-1{
		padding: 0;
	}
	.header-logo img{
		    max-width: 120px;
	}
	.box-width-2{
		    margin-left: 4%;
    margin-right: 4%;
	    height: 45px;
	}
	.header-box{
			margin-top: 20px;
	}
}