﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.header-top {
    font-family: 'Patua One', cursive;
    font-weight: 500;
}

.footer-copyright {
    font-size: small;
}

.btn-primary {
  color: #fff;
  background-color: #6601f4;
  border-color: #6601f4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #5100b2;
  border-color: #5100b2;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #5100b2;
  border-color: #5100b2;
  -webkit-box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5100b2;
  border-color: #5100b2;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
          box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #5100b2;
  border-color: #5100b2;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}


.round-image {
    margin-bottom: 2rem;
    text-align: center;
}

.round-image img {
  width: 20rem;
  height: 20rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.rounded-circle {
    border-radius: 50% !important;
}

.regular-list {
    list-style-position: initial;
    padding-left: 3rem;
}

.regular-list li {
    padding-left: 10px;
}

.price-list {
    list-style-position: initial;
    padding-left: 1rem;
    text-align: left;
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
}

.pricing .pricing-box {
    border: 1px solid #dedddd;
}

.pricing .pricing-box:hover {
  border-color: #5100b2;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}

.price-included {
    font-weight: 500;
}

.form-label {
    font-size:11pt;
    margin-bottom: 0px;
}

.error {
    color: red;
    font-size:small;
    margin-top: -45px
}

.image-box {
    position: relative;
}

.image-box .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.ui.label {
    background: #8523fa;
}

    .ui.label a {
        opacity: 1;
        color: #fff;
        padding: 8px 10px !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: none !important;
    }

@media (prefers-reduced-motion: reduce) {
    .ui.label a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.ui.label a:hover, .ui.label a:focus, .ui.label a.active {
    background: #8523fa;
    color: #fff;
}

.ui.label > .delete.icon {
    opacity: 1;
}

.ui.dropdown .menu > .item:hover {
    background: #8523fa;
    color: #fff;
}

html {
    font-size: 16px
}


.design-box {
    padding-bottom: 20px;
}

.design-title {
    margin: 10px;
}

.page-link {
    font-size: 11pt;
    font-weight: 500;
}

.page-item .active {
    background-color: #fa8a5a;
}

.color-primary {
    color: #6601f4;
    background-color: #6601f4
}

.text-primary {
    color: #6601f4;
}

.card-question {
    color: #6601f4;
    font-size: x-large;
    font-weight: 500;
    font-family: 'Roboto Condensed';
    line-height:normal;
}

.accordion-button:not(.collapsed) {
    background-color: #e2e0e0; /* very light gray */
    color: #000; /* optional: ensure text stays black */
}