/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.img-fluid {
    max-height:200px;
    max-width:450px;
}

body {
  background: #f7f7f7; /* this controls the background for the contact us section too... */
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  font-family: "Open Sans";
  color: #f24646;
  transition: 0.5s;
}

p {
  color: #717171;
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #717171;
  font-weight: 600;
  font-size: 18px;
}

.mobile_only {
  display: none;
}

.web_only {
  display: block;
}

.title_mobile_only {
  display: none;
  color: white;
}

.title_web_only {
  display: block;
  color: white;
}

.section-title {
  height: 90px;
  background: #15171a;
  border-radius: 5px 5px 0 0;
  color: white;
  font-size: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {

  .section-title {
    font-size: 30px;
  }

  .mobile_only {
    display: block;
  }

  .web_only {
    display: none;
  }
  
  .title_mobile_only {
    display: block;
    color: white;
  }

  .title_web_only {
    display: none;
    color: white;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.odeon-embed {
  max-width: 100vw;
  width: 70vw;
  height: 70vh;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .odeon-embed {
    width: 100%;
    /* height: 90vh; */
  } 
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  /* z-index: 997; */
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 105px;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 80vh;
  position: relative;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 60px;
}

#intro .intro-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 88px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 42px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-size: 18px;
  font-weight: semibold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 24px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-projects {
  background: #f24646;
  border: 2px solid #f24646;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #f24646;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 80px 8px;
  text-decoration: none;
  display: inline-block;
  /* color: #717171; */
  color: white;
  font-weight: 700;
  font-size: 18px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #f24646;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f24646;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f24646;
}

#mobile-nav ul .menu-item-active {
  color: #f24646;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h3 {
  color: white;
}

.section-header h2 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f24646;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  background-color: white;
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
  border-radius: 20px;
}

#about .content h2 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  position: relative;
}

@media (max-width: 768px) {
  #about .content h2 {
    font-size: 30px;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  .section-header h2 {
    font-size: 30px;
  }
}

#about .content h3 {
  /* color: #717171; */
  color: white;
  font-weight: 600;
  font-size: 18px;
}

#about .content p {
  color: white;
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #f24646;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  color: white;
  padding-bottom: 10px;
  font-size: 16px;
}

/* Plans & Services Section
--------------------------------*/
#plans {
  padding: 30px 0 50px 0;
  background-color: #f7f7f7;
}

#services {
  padding: 30px 0 50px 0;
  background-color: #f7f7f7;
}

#plans ul {
  list-style: none;
  padding: 0;
  margin-left: 100px;
}

#plans ul li {
  padding-bottom: 10px;
  color: #000;
}

#plans i {
  font-size: 24px;
  padding-right: 4px;
  color: #f24646;
}

#plans .box {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #2a2f35;
  transition: 0.4s;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #2a2f35;
  transition: 0.4s;
}

#plans .box:hover, #services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#plans .box .icon, #services .box .icon {
  float: left;
}

#plans .box .icon i, #services .box .icon i {
  color: white;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#plans .box .icon i:before, #services .box .icon i:before, #contact .icon i:before {
  background: #f24646;
  background: linear-gradient(45deg, #f24646 40%, #f39f9f 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#plans .box h4, #services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
}

#plans .box h4 a, #services .box h4 a {
  color: white;
}

#plans .box h6, #services .box h6 {
  color: #717171;
}

#plans .box p, #services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#plans .box li {
  color: white;
}

#services .box ul {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #plans .box .box, #services .box .box {
    margin-bottom: 20px;
  }
  #plans .box .icon, #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #plans .box h4, #plans .box p, #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
  #plans ul {
    margin-left: 0px;
  }
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0; 
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* FAQ Section
--------------------------------*/
#faq {
  background: #fff;
  padding: 30px 0; 
}

#faq .faq-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#faq .faq-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#faq .faq-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#faq .faq-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#faq .faq-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#faq .faq-item:hover .faq-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#faq .faq-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#faq h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: #000
}

#faq .accordion-menu h4 {
  color: white;
}

#faq .accordion-menu ul {
  background-color: #2a2f35;
}

#faq .accordion-menu {
	display: inline-block;
  position: relative;
	left: 50%;
	margin-top: 30px;
	transform: translate(-50%, 0);
  width: 65vw;
  padding: 10px 20px 20px;
	border-radius: 5px;
  background-color: #2a2f35;
}

@media (max-width: 768px) {
  #faq .accordion-menu {
    width: 95vw;
  } 
}

#faq ul {
	list-style: none;
	perspective: 900;
	padding: 0 20px 10px;
  margin: 0;
  background-color: #fff;
	border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
}
#faq ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

#faq ul li:nth-child(1){ border:none; }
#faq ul li:nth-of-type(1) { animation-delay: 0.5s; }
#faq ul li:nth-of-type(2) { animation-delay: 0.75s; }
#faq ul li:nth-of-type(3) { animation-delay: 1.0s; }
#faq ul li:last-of-type { padding-bottom: 0; }

#faq ul li .arrow {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}
#faq ul li .fas{
	color:#f24646;
	font-size: 15px;
	margin-right: 10px;
}
#faq ul li .arrow:before, ul li .arrow:after {
	content: "";
	position: absolute;
	background-color: #f24646;
	width: 3px;
	height: 9px;
}
#faq ul li .arrow:before {
	transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li .arrow:after {
	transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
    z-index: 1;    
    opacity: 0;
}
#faq ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
#faq ul li input[type=checkbox]:checked ~ .arrow:before {
	transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ .arrow:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
#faq .transition, p, ul li .arrow:before, ul li .arrow:after {
	transition: all 0.25s ease-in-out;
}

#faq .flipIn, h1, ul li {
	animation: flipdown 0.5s ease both;
}
#faq .no-select, h2 {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}

	5% { opacity: 1; }

	80% { transform: rotateX(8deg); }

	83% { transform: rotateX(6deg); }

	92% { transform: rotateX(-3deg); }

	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: white;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: white;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

#contact .contact-info a {
  color: white;
}

#contact .contact-info a:hover {
  color: #f24646;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #717171;
    border-right: 1px solid #717171;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #f24646;
}

#contact .php-email-form button[type=submit] {
  background: #bfbfbf;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2a2f35;
  padding: 15px 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  color: white;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #717171;
}

#footer .credits a {
  color: white;
}

/*--------------------------------------------------------------
# Scheduler form
--------------------------------------------------------------*/
html {
  background-color: #E8F0FA;
  font-family: "Open Sans", sans-serif;
}

.scheduler-form-container {
  max-width: 60rem;
  margin: 50px auto;
  display: none;
}

.card {
  border-radius: 5px;
  max-width: 40rem;
  margin: 0 auto;
  margin-top: 100px;
  min-height: 300px;
  background-color: #fff;
  font-weight: 700;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.22), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.form__name {
  font-family: "Open Sans";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  background-color: #f24646;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
}

.time__container, .message__container, .contact__container {
  padding: 20px 20px;
}

.form__time, .form__contact {
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.form__time .date, .form__time .time, .form__time .timezone, .form__time .cname, .form__time .cnum, .form__time .email, .form__contact .date, .form__contact .time, .form__contact .timezone, .form__contact .cname, .form__contact .cnum, .form__contact .email {
  display: inline-block;
}
.form__time .date label, .form__time .time label, .form__time .timezone label, .form__time .cname label, .form__time .cnum label, .form__time .email label, .form__contact .date label, .form__contact .time label, .form__contact .timezone label, .form__contact .cname label, .form__contact .cnum label, .form__contact .email label {
  margin-bottom: 10px;
}
.form__time .date label, .form__time .date input, .form__time .time label, .form__time .time input, .form__time .timezone label, .form__time .timezone input, .form__time .cname label, .form__time .cname input, .form__time .cnum label, .form__time .cnum input, .form__time .email label, .form__time .email input, .form__contact .date label, .form__contact .date input, .form__contact .time label, .form__contact .time input, .form__contact .timezone label, .form__contact .timezone input, .form__contact .cname label, .form__contact .cname input, .form__contact .cnum label, .form__contact .cnum input, .form__contact .email label, .form__contact .email input {
  display: block;
  width: 200px;
}
.form__time .time, .form__time .cnum, .form__contact .time, .form__contact .cnum {
  margin-left: 0px;
}
.form__time .timezone, .form__time .email, .form__contact .timezone, .form__contact .email {
  margin-top: 10px;
  display: block;
}
.form__time .timezone input, .form__time .email input, .form__contact .timezone input, .form__contact .email input {
  width: 200px;
}

.section {
  color: #fff;
}
.section .box {
  vertical-align: middle;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  height: 10px;
  width: 10px;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid #000;
  background-color: #000;
  text-align: center;
  color: #000;
}
.section span {
  vertical-align: middle;
  margin-left: 10px;
  color: #000;
  font-size: 18px;
  font-family: "Open Sans";
}

textarea {
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid #A4A9C5;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000;
  resize: none;
  width: 100%;
}
textarea:focus {
  border-color: #f24646;
}
textarea::-moz-placeholder {
  font-weight: 500;
  color: #A9A9A9;
}
textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #A9A9A9;
}
textarea::placeholder {
  font-weight: 500;
  color: #A9A9A9;
}

select {
  cursor: pointer;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  display: block;
  border: 1px solid #A4A9C5;
  font-size: 0.8rem;
  padding: 12px 10px;
  background-color: transparent;
  color: #000000;
  outline: none;

}
select:active {
  border-color: #f24646;
}
::-webkit-calendar-picker-indicator {
    background-size: 18px;
}
input {
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  background: transparent;
  border: 1px solid #A4A9C5;
  border-radius: 3px;
  outline: none;
  padding: 10px;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #000;
}
input:focus {
  border-color: #f24646;
}
input::-moz-placeholder {
  font-weight: 500;
  color: #A9A9A9;
}
input:-ms-input-placeholder {
  font-weight: 500;
  color: #A9A9A9;
}
input::placeholder {
  font-weight: 500;
  color: #A9A9A9;
}

input[type=date] {
  text-transform: uppercase;
}

.radio_buttons {
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
}

.form__confirmation {
  padding: 10px 20px;
}

button {
  font-size: 18px;
  font-weight: semibold;
  letter-spacing: 1px;
  background-color: #f24646;
  border: 0px solid #DADDE8;
  color: #fff;
  padding: 4px 24px;
  border-radius: 5px;
  outline: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin-bottom: 20px;
}
button:hover {
  background-color: #d41c2a;
}
button:active {
  background-color: #f24646;
}

#saleBanner {
  background-color: #f24646;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0; /* Stick it to the top */
  width: 100%; /* Make it span the entire width */
  height: fit-content;
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Make the text bold */
}
