@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
	--themeBlue: #0f08ad;
	--themeRed: #aa1313;
	--backgroundColor: #edf0f4;
}

body {
	text-align: center;
	margin: 0 auto;
	background-color: #edf0f4;
    font-family: "Inter", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.App-logo {
	height: 40vmin;
	pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
	.App-logo {
		animation: App-logo-spin infinite 20s linear;
	}
}

.App-header {
	background-color: #282c34;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: calc(10px + 2vmin);
	color: white;
}

.imageBackground {
	background: url(https://www.moversandpackersnzltd.nz/images/whyUsBg.jpg) no-repeat fixed center;
	height: 500px;
}

.App-link {
	color: #61dafb;
}

.bg-myColor {
	background-color: rgb(255, 255, 255);
}

.textColor {
	color: var(--themeBlue);
}

.intro {
	min-height: 200px;
	/* max-height: 770px; */
	/* width: auto; */
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	/* display: flex;
  justify-content: center;
  align-items: center; */
}

.carousel-item img {
	max-width: 400;
	max-height: 400px;
	object-fit: contain;
}

.quote {
	min-height: 15vh;
	width: 100%;
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	/* display: flex;
  justify-content: center;
  align-items: center; */
}

.rates {
	min-height: 50px;
	width: 100%;
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	justify-content: center;
	align-items: center;
}

.introImages {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 100px;
}

.introImages:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
}

.whyUsContainer {
	background-color: #edf0f4;
}

.whyUsHeader {
	font-size: 30px;
	font-weight: 700;
}

.whyUsSubHeader {
	font-size: 21px;
	font-weight: 500;
}

.whyUsSubText {
	font-size: 18px;
	font-weight: 400;
}

.align-items-center {
	display: flex;
	align-items: center;
	/*Aligns vertically center */
	justify-content: center;
	/*Aligns horizontally center */
}

.carousel-images {
	position: relative;
	border-radius: 10px;
	height: 400px;
	max-width: 850px;
	margin: auto;
	overflow: hidden;
}

.carousel-images img {
	width: 99%;
	height: 99%;
	border-radius: 8px;
	border: #ff00008e solid 2px;
	object-fit: contain;
}

.slide_direction {
	display: flex;
	justify-content: space-between;
}

.left,
.right {
	background-color: #fb666675;
	color: #fff;
	/* padding: 10px 8px 8px 13px; */
	margin: 0 20px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 10px;
	height: 25px;
	width: 25px;
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.carousel-indicator {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.dot {
	background-color: #333;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.carousel-indicator>.active {
	background-color: #fa2020;
}

.ratesSummary {
	color: white;
	background: linear-gradient(90deg, #160871 6%, #580b0b 100%);
	min-height: 400px;
}

.ratesHeader {
	font-size: 31px;
	font-weight: 600;
}

.ratesSubHeader {
	font-size: 26px;
	font-weight: 400;
}

.ratesDetail {
	font-size: 18px;
	list-style-position: inside;
	text-align: left;
}

.ratesCard {
	min-height: 450px;
}

.cardHoverTransform {
	transition: all 0.5s ease-in-out;
}

.cardHoverTransform:hover {
	transform: scale(1.05);
	z-index: 999;
}

.bold {
	font-weight: bold;
}

.boldSubText {
	font-weight: 300;
	font-size: 21px;
}

.readMore {
	background-color: var(--themeRed) !important;
}

/* .servicesBg {
  background: url("./images/whyUsBg.jpg") no-repeat;
} */

.contactFormContainer {
	background-color: var(--themeBlue);
	border-radius: 20px;
	min-height: 500px;
	padding: 20px;
}

.contactForm {
	/* background-color: white; */
	width: 100%;
	border-radius: 20px;
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Let’s discuss Your next Move & come up with a plan!! */

.contactFormText {
	font-weight: 700;
	font-size: 48px;
	line-height: 72px;
	color: #eeeeee;
	/* width: 600px; */
}

.reViewsContainer {
	min-height: 600px;
}

.aboutUs {
	min-height: 3rem;
	width: 100%;
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	/* display: flex;
  justify-content: center;
  align-items: center; */
}

.aboutUL>li {
	padding-bottom: 1.5rem;
	text-align: left;
}

.iconSize {
	text-align: center;
	font-size: 100px;
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#navBar a {
	color: #0f08ad;
	text-decoration: none;
}

.activeBorder {
	border-bottom: 2px solid var(--themeRed);
}

.footerLink {
	color: #212529bf;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--backgroundColor);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: var(--themeRed);
	color: white !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover>a {
	color: white;
}

.footer {
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion {
	--bs-accordion-active-color: var(--themeBlue) !important;
	--bs-accordion-btn-color: var(--themeRed) !important;
	--bs-accordion-btn-focus-box-shadow: none !important;
	--bs-accordion-btn-focus-border-color: unset !important;
	/* --bs-accordion-bg: var(--themeBlue); */
}

.accordion-button {
	border-bottom: 1px solid black !important;
	--bs-accordion-active-bg: rgb(255, 255, 255);
}

.accordion-button:not(.collapsed) {
	box-shadow: none !important;
}

.wrapper {
	margin: 3vh;
}

.cardHeight {
	height: 300px;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid white;


}

.card {
	border: none;
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	overflow: auto;
	border-radius: 20px;
	height: inherit;
	min-height: 350px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
	scroll-behavior: smooth;
	background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	/* @media (max-width: 768px) {
    height: 450px;
  } */
	/*
  @media (max-width: 420px) {
    min-height: 850px;
  } */

	&.card-has-bg {
		transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
		background-size: 120%;
		background-repeat: no-repeat;
		background-position: center center;

		&:before {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background: inherit;
			-webkit-filter: grayscale(1);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
		}

		&:hover {
			transform: scale(0.98);
			box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
			background-size: 130%;
			transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

			.card-img-overlay {
				transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
				/* background: linear-gradient(180deg, #160871 0%, #580b0b 100%); */
			}
		}
	}

	.card-footer {
		background: none;
		border-top: none;

		.media {
			img {
				border: solid 3px rgba(255, 255, 255, 0.3);
			}
		}
	}

	.card-title {
		font-weight: 800;
	}

	.card-meta {
		color: rgba(0, 0, 0, 0.3);
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 2px;
	}

	.card-body {
		transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	}

	&:hover {
		.card-body {
			margin-top: 30px;
			transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
		}

		cursor: pointer;
		transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	}

	.card-img-overlay {
		transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
		background: linear-gradient(180deg, #160871 0%, #580b0b 100%);
	}
}

/* .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */
/* .addheight {
  height: 500px !important;
}

.addheightInsurance {
  height: 700px !important;
} */
.card-body>img {
	min-height: 350px;
	object-fit: cover;
}

.fixHeight {
	object-fit: cover !important;
	max-height: 350px !important;
}

.ratePrice {
	color: var(--themeBlue);
	font-weight: 600;
}

.customCard {
	padding: 20px;
	border-radius: 10px;
	border: 2px solid white;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: var(--backgroundColor);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
}

.maxFormWidth {
	width: 700px;
}

.primaryTextColor li a {
	color: var(--themeBlue) !important;
}

.servicesDescription>h6 {
	line-height: 2;
}

.servicesUl ul li {
	line-height: 1.8rem;
}

.addLineHieght {
	line-height: 1.5rem;
}

.indexImageIntro {
	width: 300 !important;
	height: 300 !important;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
}

#containerAnimation {
	display: flex;
	flex-direction: column;
	float: left;
	justify-content: center;
	padding: 1em;
	width: 100%;
}

#containerAnimation>h3 {
	animation: text-shadow 1.5s ease-in-out infinite;
	font-size: 3em;
	font-weight: 900;
	line-height: 1;
	color: white;
}

#containerAnimation>h3:hover {
	animation-play-state: paused;
}

@keyframes text-shadow {
	0% {
		transform: translateY(0);
		text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
	}

	20% {
		transform: translateY(-0.07em);
		text-shadow: 0 0.025em 0 #0c2ffb, 0 0.25em 0 #2cfcfd, 0 -0.125em 0 #fb203b,
			0 -0.25em 0 #fefc4b;
	}

	40% {
		transform: translateY(0.05em);
		text-shadow: 0 -0.0625em 0 #0c2ffb, 0 -0.125em 0 #2cfcfd,
			0 0.0625em 0 #fb203b, 0 0.125em 0 #fefc4b;
	}

	60% {
		transform: translateY(-0.025em);
		text-shadow: 0 0.03125em 0 #0c2ffb, 0 0.0625em 0 #2cfcfd,
			0 -0.03125em 0 #fb203b, 0 -0.0625em 0 #fefc4b;
	}

	80% {
		transform: translateY(0);
		text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation: none !important;
		transition: none !important;
	}
}

@keyframes App-logo-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*==============================================
    Forms
==============================================*/

span.error {
    color: #ff0000;
    font-weight: 400;
}

#quote-form .form-floating,
#contact-form .form-control {
    text-align: left;
}

#contact-form .form-control {
    border: solid 1px transparent;
}

.form-control.error {
    border-color: #ff0000;
}

.form-floating textarea {
    height: 150px !important;
}

#quote-form .text-start.has-error {
    position: relative;
    margin-bottom: 50px;
}

#quote-form .text-start.has-error span.error {
    position: absolute;
    bottom: -30px;
    left: 0;
}

/*==============================================
    Date Picker
==============================================*/

.ui-datepicker,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Inter", sans-serif;
}

.ui-corner-all {
    border: solid 2px transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: var(--themeBlue);
    border-color: var(--themeBlue);
}

.ui-widget.ui-widget-content {
    z-index: 9 !important;
}