button,
button:disabled {
  padding: 14px 20px;
  margin: 8px 0;
}
footer,
nav {
  background-image: linear-gradient(var(--secondary), var(--accent));
}
.content,
body,
form {
  background-color: var(--background);
}
.tr_head,
button:disabled {
  background-color: var(--secondary);
}
.logo,
.normal-nav,
form {
  display: flex;
}
.parallax,
.parallax2,
.swiper-slide {
  background-position: center;
  background-size: cover;
}
:root {
  --primary: #e75a69;
  --secondary: #ae3ea3;
  --accent: #8c28ca;
  --outline: #051c4c;
  --background: #051c4c;
  --swiper-theme-color: #e75a69 !important;
}
* {
  box-sizing: border-box;
}
a,
li,
p {
  color: #f5f3f6;
}
.Cchange:hover,
h1 {
  color: var(--primary);
}
.text-primary {
  color: var(--outline)
}
.text-secondary,
h2 {
  color: var(--secondary);
}
.content,
body,
nav {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
}
input,
label,
select,
textarea {
  display: inline-block;
  margin: 8px 0;
}
body {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
}
.parallax,
.parallax2,
h1,
h2,
h3,
p,
ul {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
  color: var(--accent);
}
.burger-nav a,
.normal-nav a,
p {
  font-size: 20px;
}
p {
  margin: 13px;
}
ul {
  font-size: 22px;
  text-align: left;
}
.burger-nav a,
.normal-nav a,
.text-center,
footer {
  text-align: center;
}
form {
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: 100%;
}
footer, footer .width-100 {
  padding:0 !important;
  }
input,
select,
textarea {
  flex-basis: 51%;
  padding: 12px 20px;
  border: 1px solid var(--outline);
  border-radius: 10px;
  flex-shrink: 0;
}
label {
  flex-shrink: 0;
  flex-basis: 51%;
}
textarea {
  resize: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.image-half,
td {
  width: 50%;
}
td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
hr {
  height: 0;
  flex-basis: 100%;
  margin: 0;
}
button {
  background-color: var(--primary);
  color: #000;
  border: none;
  cursor: pointer;
  width: 51%;
  border-radius: 10px;
}
button:hover {
  opacity: 0.8;
}
button:disabled {
  border: none;
  cursor: not-allowed;
  flex-basis: 100%;
  opacity: 0.5;
  border-radius: 10px;
}
.bottom-space,
.content,
.modal-content div {
  padding: 2%;
}
.horizontal-center,
footer {
  justify-content: center;
}
.burger-nav a,
.icon,
.normal-nav a,
.tr1,
footer a,
footer i {
  text-decoration: none;
}
footer i {
  padding: 5px;
}
a:hover {
  text-decoration: underline !important;
}
.content {
  margin: 0;
  min-height: 75vh;
}
.parallax,
.parallax2 {
  background-image: url("background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.parallax {
  min-height: 200px;
}
.parallax2 {
  min-height: 100px;
}
.border {
  border: 1px solid var(--outline);
}
.border-rounded,
.burger-nav a,
.normal-nav a {
  border-radius: 20px;
}
.tr_head {
  font-size: 24px;
  height: 40px;
}
.tr2 {
  background-color: #789;
}
.primary-glow {
  text-shadow: 0 0 10px var(--primary);
}
.secondary-glow {
  text-shadow: 0 0 10px var(--secondary);
}
.accent-glow {
  text-shadow: 0 0 10px var(--accent);
}
.white-glow {
  text-shadow: 0 0 10px #fff;
}
.logo {
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 5px 5px 5px 40px;
  justify-content: center;
  align-items: center;
}
.normal-nav {
  flex-basis: 50%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.normal-nav a {
  padding: 20px;
  flex-basis: 20%;
  margin: 5px;
}
.burger-nav {
  overflow: hidden;
  display: none;
  flex-basis: 100%;
  flex-wrap: wrap;
  padding: 7px;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.burger-nav a {
  flex-basis: 80%;
  margin: 8px;
  padding: 10px;
}
.icon {
  flex-basis: 20%;
  display: none;
  padding-right: 5%;
  justify-content: right;
}
.text-accent {
  color: var(--accent);
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pad-0 {
  padding: 0 !important;
}
.pad-bottom-0 {
  padding-bottom: 0 !important;
}
.pad-bottom-5 {
  padding-bottom: 5px !important;
}
.pad-top-0 {
  padding-top: 0 !important;
}
.margin-t-30 {
  margin-top: 50%;
}
.margin-0 {
  margin: 0;
}
.margin-r-5 {
  margin-right: 5%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
img {
  height: auto;
}
.image-full,
.swiper-slide img {
  width: 100%;
}
.image-70 {
  width: 70%;
}
.width-100,
.width-20,
.width-25,
.width-30,
.width-33,
.width-50,
.width-70,
.width-80 {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 2%;
}
.width-20 {
  flex-basis: 20%;
}
.width-25 {
  flex-basis: 25%;
}
.width-30 {
  flex-basis: 30%;
}
.width-33 {
  flex-basis: 33%;
}
.width-50 {
  flex-basis: 50%;
}
.width-70 {
  flex-basis: 70%;
}
.width-80 {
  flex-basis: 80%;
}
.width-100 {
  flex-basis: 100%;
}
.vertical-center {
  align-self: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: var(--background);
  margin: 0 auto 15%;
  border: 1px solid var(--outline);
  width: 99%;
}
.animate {
  -webkit-animation: 0.6s animatezoom;
  animation: 0.6s animatezoom;
}
.swiper-slide {
  width: 65% !important;
  align-items: center;
  display: flex !important;
}
.swiper {
  flex-basis: 55%;
  padding-bottom: 35px !important;
  box-sizing: content-box;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  p,
  ul {
    font-size: 18px;
  }
  .logo {
    flex-basis: 75% !important;
    padding: 10px 0 !important;
  }
  .example_image{
    width: 300px;
    height: auto;
  }
  .swiper-slide {
    width: 85% !important;
  }
  .icon {
    display: flex !important;
    padding: auto 0;
  }
  .icon i {
    height: 29px;
    width: 29px;
    margin-top: 35px;
  }
  .swiper,
  .width-30,
  .width-33,
  .width-50,
  .width-70 {
    flex-basis: 100%;
    margin-top: 10px;
  }
  .width-20,
  .width-25 {
    flex-basis: 48%;
    margin-top: 10px;
  }
  .image-half {
    width: 100%;
  }
  .margin-t-30 {
    margin-top: 0;
  }
  .margin-r-5 {
    margin-right: 0;
  }
  .bottom-space {
    padding-bottom: 0;
  }
  button,
  input,
  label,
  select,
  textarea {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1650px) {
  .bottom-space {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .normal-nav {
    display: flex !important;
  }
}
.fa-2x {
  font-size: 2em;
}
.fa-brands,
.fa-regular,
.fab,
.far {
  font-weight: 400;
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Free Font";
}
@font-face {
  font-family: "Free Font";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("icons.ttf") format("truetype");
}
.fa-tiktok:before {
  content: "\f233";
}
.fa-facebook:before {
  content: "\f230";
}
.fa-instagram:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-navicon::before {
  content: "\f234";
}
.fa-envelope::before {
  content: "\f236";
}
.fa-mobile-screen::before {
  content: "\f235";
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
