@import url(./boiler.css);

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --font-primary: "Inter", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --color-primary: #b92026;
  --color-primary-light: #d64348;
  --color-primary-dark: #890c15;
  --color-light: #ecf0f39c;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #dfe9eb;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-primary);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-light);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--color-primary-light);
}

body {
  overflow-x: hidden;
  font-family: var(--font-primary);
}

h1,
.h1 {
  text-transform: uppercase;
  font-weight: bold !important;
  border: 3px solid;
  border-top: 0;
  border-bottom: 0;
  width: 300px;
  margin: auto;
}

p,
li {
  font-size: 1.2rem;
}

a {
  color: var(--color-primary);
  font-weight: 500;
}

a:hover {
  color: var(--color-primary-dark);
}

.no_events {
  pointer-events: none;
}

label {
  font-size: 18px;
}

h2.title {
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

.bg_light {
  background-color: var(--color-light);
}

#tab-5 {
  width: 750px;
  margin: auto;
}

#tab-5 input[aria-label="website"] {
  transition: 0.3s ease-in-out;
  /* max-width: 250px; */
}

#tab-5 input[aria-label="website"]:where(:focus, :hover) {
  transition: 0.4s;
  /* max-width: 500px; */
}

#tab-5 button[type="submit"] {
  width: 190px;
  transition: 0.3s;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

#tab-5 button[type="submit"]:hover span {
  transition: 0.3s;
}

#pills-tab {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

#pills-tab li.nav-item img {
  width: 30px;
  text-align: center;
  display: block;
  margin: 10px auto;
}

#pills-main-features ul#pills-tab > li > a.nav-link {
  width: 240px;
  padding: 0;
  text-align: center;
}

.nav-pills .nav-item .nav-link {
  color: #000;
  font-size: 1.1rem;
  border: 1px solid var(--color-primary-dark);
}

.nav-pills .nav-item .nav-link:hover {
  border-color: var(--color-primary-dark);
  background-color: var(--color-primary-dark);
  color: #fff;
}

.nav-pills .nav-link.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary-dark);
  color: #fff;
}

.form-control:focus {
  border-color: #890c1545;
  box-shadow: none;
}

ul,
ol {
  padding-left: 21px;
  padding-bottom: 10px;
}

.tabs_form .form-floating > label {
  margin-left: 10px;
}

form.tabs_form {
  max-width: 800px;
  margin: auto;
  padding: 25px;
  background-color: var(--color-light);
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.3s;
}

form.tabs_form:hover,
form.tabs_form:has(input:focus) {
  box-shadow: 15px 10px 20px 0 #0000001c, -15px -10px 20px 0 #fff;
  transition: 0.3s;
}

.points > h5 {
  text-decoration: underline;
}

.navbar-brand h3 {
  font-family: var(--font-heading);
  font-weight: 600;
}

.navbar-brand h3 span {
  font-weight: 800;
  color: var(--color-primary);
}

.navbar-brand img {
  animation: rotationLogo 0.8s linear 0s forwards;
}

.navbar-brand h3 {
  animation: slideLeft 0.5s linear 1s forwards;
  opacity: 0;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translate(-60px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.navbar-brand h3 > span {
  animation: slideDown 0.5s linear 1.2s forwards;
  opacity: 0;
}

@keyframes rotationLogo {
  0% {
    transform: translate(90px, 50px) rotate(360deg);
    opacity: 0;
  }
  50% {
    transform: translate(90px, 0) rotate(180deg);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.__highlight_effect {
  transition: all 500ms ease-in-out;
  background-position: left;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#f6e05e, #f6e05e);
}

.highlight_effect {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-heading);
}

/* .highlight_effect:hover,
.highlight_effect.active {
  background-size: 100% 100%;
} */

#msgSubmit {
  margin-top: 20px;
}

#pills-tab-main .nav-link.active {
  border-color: var(--color-primary);
}

#pills-tab-main .nav-link {
  border-color: #000;
  width: 280px;
  text-align: center;
}

#pills-tab-main .nav-link:hover {
  background-color: #000;
}

.form_loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid var(--color-primary);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  margin: auto;
  animation: rotation 1s linear infinite;
}
.form_loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#start-tab-4 *:not(h2) {
  margin: 0;
}

#start-tab-4 img {
  margin: 10px 0;
}

#start-tab-4 p:has(b) {
  margin: 10px 0;
}

.tabs_form button[type="submit"] {
  margin-left: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tab-pane {
  outline: 0;
}

.btn_loader {
  width: 35px;
  height: 35px;
  border: 3px solid;
  border-color: #fff transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: btn_loader_rotation 1s linear infinite;
}

@keyframes btn_loader_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.guide_style {
  background-color: #333;
  padding: 20px;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}

.sm_txt li {
  font-size: 16px;
}

/* --------------------- MEDIA QURIES  */

@media only screen and (min-width: 1300px) {
}

@media only screen and (max-width: 991px) {
  br.break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #tab-5 {
    width: 100%;
  }
  #tab-5 label {
    margin-bottom: 20px;
  }
  #tab-5 input[aria-label="website"],
  #tab-5 input[aria-label="website"]:where(:hover, :focus) {
    max-width: 100%;
  }
  .tabs_form span.input-group-text:has(img) {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  p,
  li,
  article,
  h6,
  a {
    word-break: break-word;
  }
  h2.title {
    line-height: 1.4em;
  }
  #pills-tab {
    flex-direction: column;
  }
  #pills-main-start ul#myTab > li,
  #pills-main-start ul#myTab > li > a.nav-link,
  #pills-main-features ul#pills-tab > li > a.nav-link,
  #pills-tab > li,
  #pills-tab > li > button {
    width: 100%;
  }
  #tab-5 .input-group {
    display: flex;
    gap: 15px;
  }
  #tab-5 .input-group :where(input, button) {
    min-width: 100%;
  }
  #tab-5 .input-group button {
    border-radius: 8px;
  }
  #tab-5 span#addon-wrapping {
    display: none;
  }
  form.tabs_form {
    padding: 12px 0;
    & > h3 {
      text-align: center;
      font-size: 20px;
      line-height: 1.5;
    }
    & input.form-control:not(input[type="submit"]) {
      font-size: 12px;
    }
    & .form-floating > label {
      word-break: break-word;
      font-size: 13px;
      white-space: pre-wrap;
    }
  }
  #pills-main-features ul#pills-tab > li > a.nav-link {
    text-align: center;
  }
  .chat_tab_col > .tab-content {
    padding: 10px;
  }
  .highlight_effect {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4rem;
    display: block !important;
    margin-top: 10px;
  }
  .adjust_padd > div,
  #pills-main-features > main {
    padding: 0;
  }
  .nav-pills li.nav-item > a.nav-link {
    padding: 10px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .tabs_form button[type="submit"] {
    width: 96%;
    margin: auto;
  }
  h1,
  .h1 {
    width: auto;
  }
}

@media only screen and (max-width: 375px) {
  .highlight_effect {
    font-size: 18px;
    margin-top: 15px;
  }
}
