/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Shared */
.button {
  border-radius: 100px;
}
html, body {
background-color: #fff;
height: 100%; /* Added due to Fordite video */
margin: 0; /* Added due to Fordite video */
padding: 0; /* Added due to Fordite video */
/* overflow: hidden; /* Added due to Fordite video */
}

hr.thin1 {
  border-top: 1px solid #fff; }

a.white {
  color: #fff;
}

a.white:hover {
  color: #fff;
}

a.darkgray {
  color: #717171;
}

a.darkgray:hover {
  color: #717171;
}

a.biglink {
  font-size: 2.6rem;
}

a.linktitle {
  color: #fff;
  text-decoration: none;
}
a.linktitle:hover {
  color: #fff;
  text-decoration: none;
}

a.linktitlebig {
  font-size: 10vw;
  font-weight: 600;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}
a.linktitlebig:hover {
  font-size: 10vw;
  font-weight: 600;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}

a.linkfootermenu {
  color: #fff;
  text-decoration: none;
}
a.linkfootermenu:hover {
  color: #fff;
  text-decoration: none;
}

p.justification {
  text-align: justify;
}
.hidden {
  display: none;
}
.left-justify {
  text-align: left;
}

/* Sections */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}
.footer {
  text-align: center;
  background-color: #313131;
  color: #fff;
}

/* Hero */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

.tagline {
  font-size: 10vw;
  line-height: 1;
  font-weight: 300;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}

/* Header */
.header {

  background-color: #a4a4a4;
  color: #fff;
  font-family: 'Lora', serif;
  text-align: center;
}
.crttech-heading {
  font-size: 2.6rem;
}

/* Header small */
.headersmall {
  background-image: url('../images/top001b.jpg');
  background-size: cover;
  background-color: #fff;
  vertical-align: bottom;
  text-align: left;
}

/* Values */
.values {
  background-image: url('../images/blur001.jpg');
  background-size: cover;
  background-color: #a2a2a2;
  background-color: #093d4b;
  color: #fff;
  padding-bottom: 4rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Front Page Boxes */
.frontpagebox-jewelry {
  height: 280px;
  background-color: #001023;
  background-image: url('../images/box1-backgr.png');
  background-size: cover;
  color: #fff;
  border-radius: 10px;
  padding-top: .3rem;
  padding-bottom: .8rem;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.frontpagebox {
  height: 280px;
  background-color: #001023;
  background-size: cover;
  color: #fff;
  border-radius: 10px;
  padding-top: .3rem;
  padding-bottom: .8rem;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.frontpagebox-title {
  font-size: 2.8rem;
  margin-bottom: .5rem;
  color: #ffffff;
}
.frontpagebox-description {
  padding-top: 5.5rem;
}

/* Package */
.package {
  background-color: #5d1a39;
  color: #fff;
  border-radius: 10px;
  padding-top: .3rem;
  padding-bottom: .8rem;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
}
.package-name {
  font-size: 2.8rem;
  margin-bottom: .5rem;
  color: #a4a4a4;
}
.package-heading {
  margin-bottom: .3rem;
}
.package-price {
  font-size: 2.6rem;
  margin-bottom: .3rem;
  color: #fff;
}

/* Summary */
.summary {
  color: #fff;
  padding-top: .3rem;
  padding-bottom: .8rem;
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  font-size: 2.6rem;
  margin-bottom: .3rem;
  color: #fff;
}

/* Quote */
.quote {
  font-size: 5rem;
  color: #fff;
}

/* Help */
.get-help {
  background-image: url('../images/waves002.jpg');
  background-size: cover;
  /* border-bottom: 1px solid #ddd; */
  background-color: #e3a3a3;
}

/* Categories */
.categories {
  background-image: url('../images/waves001.jpg');
  background-size: cover;
  background-color: #a2e2e2;
  color: #fff;
  border-top: 0px solid white;
}
.categories .section-description {
  margin-bottom: 4rem;
}

/* About */
.about {
  background-image: url('../images/waves001.jpg');
  background-size: cover;
  background-color: #5d1a39;
  color: #fff;
  /* border-top: 0px solid white; */
}

/* How it works */
.howitworks {
  background-color: #001023;
  color: #fff;
  border-top: 0px solid white;
}

/* What we deliver */
.whatwedeliver {
  background-color: #c0c0c0;
  color: #fff;
  border-top: 0px solid white;
}

/* Product services */
.productservices {
  background-color: #d6d6d6;
  color: #3e3e3e;
  border-top: 0px solid white;
}


/* Fordite */
.section.fordite {
  position: relative;
  width: 100%;
  height: 58vh; /* Full viewport height */
  overflow: hidden;
}

.video-fordite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  z-index: 1;
  overflow: hidden;
}

/* 100vw * (16/9) aspect ratio */
.video-fordite iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
}


/* 100vh * (3/1) aspect ratio 
.video-fordite iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400vh;
    height: 60vh;
    transform: translate(-50%, -50%);
} */


.content {
  position: absolute; /* Changed to absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
}

.content h1, .content a {
  z-index: 2;
}

/* White section */
.sectionwhite {
  background-color: #ffffff;
  color: #000000;
  border-top: 0px solid white;
}

/* Black section */
.sectionblack {
  background-color: #000000;
  color: #fff;
  border-top: 0px solid white;
}

/* Gray section */
.sectiongray {
  background-color: #4b4b4b;
  color: #fff;
  border-top: 0px solid white;
}

/* Images */
.backgrimg3 {
  background-color: #4b4b4b;
  background-image: url('../images/frdt003.webp');
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: #fff;
  border-top: 0px solid white;
}

/* Agency */
.agency {
  background-size: cover;
  background-color: #313131;
  color: #fff;
  border-top: 0px solid white;
}
.agency .section-description {
  margin-bottom: 1rem;
}

.underl {
  text-decoration: underline;
}

/* Form */
.formtextblack {
  color: #000;
  font-size: 1.2em;
}
.formtextlabel {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: -2px;
}
.atsign {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
input.larger {
  width: 20px;
  height: 20px;
}
.orderamountbox {
  display: flex;
  align-items: center;
  text-align: left;
  min-height: 50px;
}
.number-field {
  font-size: 1.5em;
  margin: 0;
  width: 70px;
  height: 10px;
  background-color: #d1d1d1 !important;
  color: #000 !important;
}
.checkboxangel {
  position: relative;
  top: 8px;
  right: 8px;
}
#emailError {
  color: red;
}


/* Cookies */
.cookie-popup {
			display: none;
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 10px;
			background-color: #fff;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			z-index: 9999;
			text-align: center;
			font-size: 14px;
			line-height: 1.5;
		}

		.cookie-popup p {
			margin: 0;
			padding: 0;
			display: inline-block;
			vertical-align: middle;
		}

		.cookie-popup a {
			color: #5d1a39;
			text-decoration: underline;
			cursor: pointer;
			margin-left: 10px;
			vertical-align: middle;
		}

		.cookie-popup.show {
			display: block;
		}

    .button-pipari {
    color: #fff;
    background-color: #c8c8c8;
    outline: 0;
  }


/* Bigger than 300 */
@media (min-width: 300px) {
  .section {
    padding: 4rem 0 4rem;
  }
  .footer {
    padding: 2rem 0 1rem;
  }
  .hero {
    padding-bottom: 7rem;
    text-align: left;
    height: 100px;
  }
  .header {
    background-image: url('../images/top001b.jpg');
    background-size: cover;
  }
  .headerlogopic {
    width:100%;
    max-width:200px;
  }
  .crttech-heading {
    font-size: 2.6rem;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 4rem;
    color: #fff;
  }
  .value-heading {
    font-size: 2.5rem;
  }
  .quote {
    font-size: 4rem;
    color: #fff;
  }
  .headersmall-heading {
    font-size: 2rem;
    color: #000;
  }
}

/* Bigger than 400 */
@media (min-width: 400px) {
  .section {
    padding: 4rem 0 4rem;
  }
  .footer {
    padding: 2rem 0 1rem;
  }
  .hero {
    padding-bottom: 7rem;
    text-align: left;
    height: 100px;
  }
  .header {
    background-image: url('../images/top001b.jpg');
    background-size: cover;
  }
  .headerlogopic {
    width:100%;
    max-width:200px;
  }
  .crttech-heading {
    font-size: 2.6rem;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 4rem;
    color: #fff;
  }
  .value-heading {
    font-size: 2.5rem;
  }
  .quote {
    font-size: 4rem;
    color: #fff;
  }
  .headersmall-heading {
    font-size: 2rem;
    color: #000;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 4rem 0 4rem;
  }
  .footer {
    padding: 2rem 0 2rem;
  }
  .hero {
    padding-bottom: 4rem;
    text-align: left;
    height: 100px;
  }
  .header {
    background-image: url('../images/top001b.jpg');
    background-size: cover;
  }
  .crttech-heading {
    font-size: 2.6rem;
  }
  .value-heading {
    font-size: 2.5rem;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 4.4rem;
    color: #fff;
  }
  .quote {
    font-size: 4.4rem;
    color: #fff;
  }
  .headersmall-heading {
    font-size: 2rem;
    color: #000;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    padding: 10rem 0 8rem;
  }
  .hero-heading {
    font-size: 4.6rem;
    color: #fff;
  }
  .quote {
    font-size: 4.6rem;
    color: #fff;
  }
  .headersmall-heading {
    font-size: 2rem;
    color: #000;
  }
  .header {
    background-image: url('../images/top001b.jpg');
    background-size: cover;
  }
  .value-heading {
    font-size: 3.5rem;
  }
  .crttech-heading {
    font-size: 3.6rem;
  }
  .section {
    padding: 6rem 0 6rem;
  }
  .footer {
    padding: 4rem 0 3rem;
  }
  .section-description {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 6rem 0 6rem;
  }
  .footer {
    padding: 4rem 0 3rem;
  }
  .hero {
    padding: 4rem 0 14rem;
  }
  .hero-heading {
    font-size: 5rem;
    color: #fff;
  }
  .quote {
    font-size: 5rem;
    color: #fff;
  }
  .headersmall-heading {
    font-size: 2rem;
    color: #000;
  }
  .header {
    background-image: url('../images/top001b.jpg');
    background-size: cover;
  }
  .crttech-heading {
    font-size: 4.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
