@charset "UTF-8";
.navbar-top {
 position: inherit !important;
}
.hero-section {
   margin-top: 0 !important;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100%;
	-webkit-overflow-scrolling: touch !important;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #6a6a6a;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch !important;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

* {
	outline: none !important;
}
h1,
h2,
h3,
h4 {
	font-family: "Alfa Slab One", sans-serif;
}
/* Design Tokens Start */
.pb-3rem {
	padding-bottom: 3rem !important;
}
.mr-m1 {
	margin-right: -1.5rem;
}
.btn {
	transition: 0.5s all;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
.btn-blue-round {
	background-color: #54c8e8;
	color: #fff;
	padding: 0.5rem 2.5rem;
	border-radius: 50px;
}
.btn-grey-round {
	background-color: #ccc;
	color: #fff;
	padding: 0.5rem 1.5rem;
	border-radius: 50px;
}
.btn-submit {
	background-color: #ff9d00;
}

.btn-blue-dark {
	width: 170px;
	padding: 1.5rem;
	background-image: url("../img/btn-blue-dark.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.btn-blue-dark:hover {
	color: #fff;
}
.btn-blue-light {
	width: 160px;
	padding: 1.5rem;
	background-image: url("../img/btn-blue-light.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.btn-blue-light:hover {
	color: #fff;
}
.btn-orange {
	width: 282px;
	height: 100px;
	padding: 1.5rem;
	background-image: url("../img/btn-orange.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.btn-orange:hover {
	color: #fff;
}
.btn-pale {
	width: 180px;
	padding: 1.5rem;
	background-image: url("../img/btn-pale.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #0f206c;
}
.btn-pale:hover {
	color: #0f206c;
}
.section-heading {
	font-size: 2.5rem;
	margin-bottom: 0;
	text-align: center;
	color: #0f206c;
}
.doghead-card {
	background-color: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
.doghead-card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 4rem 2rem;
}
.doghead-card-body p {
	text-align: center;
}
.doghead {
	position: absolute;
	top: -42px;
}
.small-title {
	color: #54c8e8;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.alfa-heading {
	font-family: "Alfa Slab One", sans-serif;
	font-size: 2.5rem;
	color: #0f206c;
	margin-bottom: 2rem;
}
/* Design Tokens End */

/* Helper Classes Start */
.font-alfa {
	font-family: "Alfa Slab One", sans-serif;
}
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}
.font-xsm {
	font-size: 0.25rem;
}
.font-sm {
	font-size: 0.5rem;
}
.font-md {
	font-size: 0.75rem;
}
.font-nm {
	font-size: 1rem;
}
.font-lg {
	font-size: 1.25rem;
}
.font-xlg {
	font-size: 1.5rem;
}
.text-dark-blue {
	color: #0f206c;
}
.text-light-blue {
	color: #54c8e8;
}
.text-purple {
	color: #4646ff;
}
.bg-grey {
	background: #f1f7fd;
}
.bg-grey-pic {
	background: no-repeat center / cover url("../img/subs-bg.png");
}
.bg-orange-light{
  background: no-repeat center / cover url(../img/light-bg.png)!important;
	
}
/* Helper Classes End */

/* General Styles Start */
/* Nav */
.navbar-top {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 0 4rem;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	z-index: 9;
	transition: 0.5s all;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.nav-logo {
	max-width: 85%;
	height: auto;
	transition: 0.5s all;
}
.nav-item {
	margin-right: 1.25rem;
}
.navbar-top .nav-link {
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 0.825rem;
	font-weight: bold;
}
.navbar-toggler {
	color: #54c8e8;
}
.nav-tabs {
	border-bottom: 0;
}

/* Header */
.hero-section {
	background: url("../img/hero-bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem;
	margin-top: 90px;
	display: flex;
	align-items: center;
}
.hero-section h1 {
	color: #0f206c;
}
.doghead-card-btn {
	position: absolute;
	bottom: -50px;
}
.dogfood-hero-img {
	max-width: 80%;
	height: auto;
}

/* Learn Section*/
.learn-section {
	background: no-repeat center / cover url("../img/pale-bg.png");
	padding: 4rem 0;
}

/* Guide Section */
.guide-section {
	padding: 2rem 0 4rem;
}
.guide-hr {
	border: 1px solid #ff9d00;
	width: 100px;
	margin: 0;
}
.guide-steps {
	font-size: 2rem;
	line-height: 120%;
	font-weight: bold;
	color: #0f206c;
}

/* Our Food Section */
.our-food-section {
	background: no-repeat center/cover url("../img/our-food.jpg");
	padding: 8rem 0;
}
.our-food-sectionTwo {
	background: no-repeat center/cover url("../img/food-bg.png");
	padding: 8rem 0;
}
.our-food-card {
	background-color: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
.our-food-card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 3rem;
}
.our-food-card p {
	text-align: center;
}
.our-food-card-btn {
	position: absolute;
	bottom: -32px;
}

/* Testimonials Section */
.testimonials-section {
	background: no-repeat url("../img/lightblue-bg.png");
	background-size: cover;
	padding: 6rem 0;
}
.testimonials-second-section {
	display: flex;
	justify-content: space-between;
	margin-top: -4rem;
	padding-bottom: 3rem;
}

/* Signup section */
.signup-section {
	height: auto;
	margin-top: 70px;
}
.step-label {
	font-size: 0.75rem;
	position: absolute;
	margin: 0;
	left: 30%;
	top: 60%;
}
.signup-steps-hr {
	border: 2px solid #54c8e8;
	flex-grow: 1;
	margin: 0;
}
.signup-steps-hr.orange {
	border: 2px solid #ff9d00;
}
.select-pic {
	position: relative;
	opacity: 0.5;
}
.select-option {
	display: flex;
  flex-direction: column;
  text-align: center;
}
.select-option:hover .select-pic {
	opacity: 1;
	cursor: pointer;
}
.pic-checked {
	display: none;
	position: absolute;
	top: 32%;
	left: 50%;
	margin-left: -1.5rem;
	background-color: #ff9d00;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	padding: 0.563rem;
	border-radius: 50%;
	border: 3px solid #fff;
}
.select-pic.active {
	opacity: 1;
}
.select-pic.active > .pic-checked {
	display: block;
}
.signup-section .row {
	min-height: 280px;
}
.label-one {
	font-size: 1.25rem;
	font-weight: bold;
	color: #54c8e8;
	margin-bottom: 0;
	text-transform: capitalize;
}
.label-two {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #0f206c;
}
/* Footer Area */
footer {
	padding: 3rem;
	background-color: #074c60;
	color: #fff;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 220%;
}
footer p {
	text-transform: uppercase;
}
footer ul {
	padding: 0;
	list-style: none;
}
.social-links {
	display: flex;
	flex-direction: column;
}
.social-links a {
	color: #54c8e8;
}
.social-links i {
	margin-bottom: 1rem;
}
.footer-bottom {
	padding: 3rem 0 0;
	color: #fff;
	font-size: 0.75rem;
}
.v-hidden {
	visibility: hidden;
}
.d-none {
	display: none;
}
#country-modal p {
	text-align: center;
}
#country-modal img:hover {
	cursor: pointer;
}
.op-5 {
	opacity: 0.5;
}
/* faq-section styles added afterwards */
.faq-question {
	border-bottom: 0.1rem dashed #0f206c;
}
.faq-question-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	cursor: pointer;
}
.faq-question-body {
	padding: 0 1rem 1rem;
}
.collapse-icon {
	font-size: 18px;
	color: #54c8e8;
}
.collapse-icon:hover {
	color: #0f206c;
}
/* pricing section */
.pricing-section {
	display: flex;
	justify-content: space-between;
}
.pricing-section img {
	height: 75px;
	margin-bottom: 1rem;
}
.pricing-card {
	background-color: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
.pricing-card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 1rem;
}
.price-tag {
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: bold;
	color: #0f206c;
}
.currency-select{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.currency-btn{
  opacity: 0.5;
}
.currency-btn:hover{
  opacity: 1;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);;
}
.currency-btn.active{
  opacity: 1;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);;

}
.currency-btn img{
  width: 42px;
  height: auto;
}
/* how it works page */
.features {
	text-align: center;
	padding: 1rem;
}
.features img {
	width: 65px;
}
.features-heading {
	font-size: 1.5rem;
	margin-bottom: 0.25rem;
	line-height: 120%;
	font-weight: bold;
	color: #0f206c;
}
.features-details {
	font-size: 1.125rem;
}
.product-details {
  display: flex;
  justify-content: space-between;
}
.product-details .doghead-card{
  width: 30%;
}
.our-food-details{
  background: no-repeat center / cover url('../img/pale-bg.png');
  padding: 5rem 0;
}
/* General Styles End */

/* Media Queries */
/* Below Large Screens */
@media (max-width: 992px) {
	.navbar-top {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
		padding: 0.5rem !important;
		z-index: 9;
	}
	.nav-item {
		margin: 0.5rem 1.25rem 0.5rem 0;
	}
	.navbar-collapse {
		font-size: 1.25rem;
		padding-top: 0.5rem;
	}
	.hero-section {
		height: auto;
		margin-top: 70px;
		padding: 5rem 0 2rem 0;
		background-position: unset;
	}
	.alfa-heading {
		font-size: 2rem;
	}
	.guide-steps,
	.section-heading {
		font-size: 1.5rem;
	}
	.doghead-card h1 {
		font-size: 2rem;
	}
	.pricing-section {
		flex-wrap: wrap;
	}
	.pricing-card {
		margin-bottom: 1rem;
	}
	.pricing-card:nth-child(4) {
		margin-left: auto;
		margin-right: 24px;
	}
	.pricing-card:last-child {
		margin-right: auto;
	}
}
/* Large Screens and above */
@media (min-width: 992px) {
	.w-lg-75 {
		width: 75%;
	}
	.navbar-expand-lg .navbar-nav {
		width: 100%;
		align-items: center;
	}
	.ml-lg-6rem {
		margin-left: 6rem;
	}
	.our-food-card-body {
		padding: 3rem 9rem;
	}
}
/* IPad Landscape and below Display */
@media screen and (max-width: 1024px) {
	.navbar-top {
		padding: 0 2rem;
	}
}
/* IPad (portrait) and below Display */
@media screen and (max-width: 768px) {
	.social-links {
		margin-top: unset;
		flex-direction: row;
		justify-content: space-between;
		width: 70%;
	}
	.our-food-card-body {
		padding: 3rem 7rem;
	}
	#step-number-container img {
		width: 45px;
	}
	.step-label {
		font-size: 0.5rem;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.pricing-section {
		justify-content: space-around;
	}
	.pricing-card:nth-child(4) {
		margin-left: 0;
		margin-right: 0;
	}
	.pricing-card:last-child {
		margin-right: 0;
	}
}
/* Phone and below Display */
@media screen and (max-width: 450px) {
	.our-food-card-body {
		padding: 3rem 2rem;
	}
	.pricing-section {
		flex-direction: column;
	}
	.pricing-card {
		margin-bottom: 1.5rem;
	}
	.pricing-card:nth-child(4) {
		margin-left: 0;
		margin-right: 0;
	}
	.pricing-card:last-child {
		margin-right: 0;
	}
}

.txt-inherit {
	text-transform: inherit;
}

.form-control:focus {
	box-shadow: none;
}
.footer-input .form-control {
	height: 48px;
	background: transparent;
	color: #fff;
	font-size: 15px;
	border-color: #fff;
	border-right: 0;
}
.footer-input .form-control::placeholder {
	color: #fff;
}

.btn-submit-blue {
	background: #54c8e8;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
a[currency="uk"],
a[currency="ireland"] {
	cursor: pointer;
}
.f-link {
	color: #fff !important;
}