@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Krub", sans-serif;
  scroll-margin-top: 2rem;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #1d1d1d;
}
ul {
  list-style: none;
}
a,
button {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
}
h1 {
  font-size: 60px;
}

.btn {
  outline: none;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.btn-light {
  background-color: #ffffff;
  color: #000000;
}
.btn-light:hover {
  background-color: #d4d4d4;
}
.btn-dark {
  background-color: #000000;
  color: #ffffff;
}
.btn-dark:hover {
  background-color: #101010;
}
.btn-primary {
  background-color: #a70000;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #d32222;
}
.container {
  max-width: 1250px;
  margin: auto;
}
/* ================================================== */
/* ================================================== */
.close-modal {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #a49a9a;
}
.modal-container {
  display: none;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000002a;
  z-index: 9999;
  align-content: center;
  padding-top: 2rem;
}

.success-modal span{
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #ffffff;
  background-color: green;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.success-modal p{
  font-size: 16px;
  line-height: 1.8;
}
.success-modal .modal button{
  width: fit-content;
  background-color: green;
  padding: 12px 2rem !important;
}

.modal {
  position: relative;
  max-width: 500px;
  background-color: #060606;
  border: 1px solid #d4d4d46e;
  padding: 3rem 2rem;
  margin: auto;
  border-radius: 10px;
}
.success-modal .modal{
  border: 1px solid green;
  text-align: center;
}
.modal h2 {
  color: #ffffff;
  margin-top: 2rem;
  text-align: center;
}
.modal h6 {
  font-weight: 500;
  font-size: 14px;
  margin: 1rem 0;
}
form {
  width: 100%;
}
.form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.form-col {
  width: 48%;
  margin-bottom: 5px;
}
.form-col-1 {
  width: 100%;
}
label {
  font-size: 15px;
  /* font-weight: 600; */
  margin-bottom: 10px;
  display: block;
  color: #c9c9c9;
}
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  outline: none;
  font-weight: 500;
  border: 1px solid #000000;
  background-color: #151515;
  color: #ffffff;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  margin-bottom: 10px;
}
select,
option {
  text-transform: capitalize;
  line-height: 1.5;
  display: block;
}
input:focus {
  border: 1px solid red;
}
.input-green {
  border: 1px solid green;
}
.modal .btn {
  font-size: 15px;
  background-color: #a70000;
  width: 100%;
  border: 0;
  padding: 10px !important;
}
.join-whatsapp {
  display: flex;
  justify-content: start;
  gap: 5px;
  align-items: center;
  width: fit-content;
}
.join-whatsapp:hover {
  text-decoration: underline;
}

.iti ul {
  top: 100% !important;
  transform: translateY(0%) !important;
}

.iti {
  position: relative;
  display: inline-block;
}

input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  width: 100%;
}
.text-center {
  text-align: center;
}
/* ========================================================== */

body,
html {
  background-color: #151515;
  overflow-x: hidden;
  color: #ffffff;
}
body {
  max-width: 1400px;
  margin: auto;
}
header {
  padding: 1rem;
  background-color: #151515;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
header .container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3%;
  /* border-bottom: 1px solid #ffffff; */
  position: relative;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
nav ul li {
  font-size: 14px;
  font-weight: 400;
  font-family: "Krub", sans-serif;
}
nav ul li:hover {
  color: #c9c9c9;
}
nav ul li a {
  font-family: "Krub", sans-serif;
}
nav .active {
  color: #c9c9c9;
}
.menu {
  display: none;
  margin-left: auto;
}
.showNav {
  display: block !important;
}
.scroll-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #151515;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
}
.scroll-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.scroll-nav ul a {
  padding: 10px 25px;
  font-size: 13px;
  border: 1px solid #a70000;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.scroll-nav ul a:last-child {
  background-color: #a70000;
  color: #ffffff;
}
.scrolled {
  display: flex !important;
  transition: all 0.3s ease-in-out;
}
main {
  margin-top: 5rem !important;
}
footer {
  padding: 0 1rem;
}
footer .container {
  border-top: 1px solid #d4d4d45a;
  padding: 1rem 0;
}
.f-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer li {
  font-size: 25px;
}
.top {
  font-size: 15px;
}
footer p {
  max-width: 800px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  margin: 10px auto;
  color: #a49a9a;
}
footer span {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #d4d4d45a;
}
footer span a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  header nav {
    display: none;
    position: absolute;
    z-index: 99;
    flex-direction: column;
    top: 3rem;
    background-color: #151515;
    border-bottom: 2px solid #d4d4d45a;
    padding: 1rem;
    right: 0;
    left: 0;
  }
  header ul {
    display: block;
  }
  header ul li {
    display: block;
    margin: 5px 0;
    padding: 5px;
    font-size: 18px;
    border-bottom: 1px solid #58585806;
    /* max-width: 400px; */
    font-weight: 200;
  }
  .menu {
    display: flex;
    margin-left: auto;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .form-col {
    width: 100%;
    /* margin-bottom: 5px; */
  }

  h1 {
    max-width: 100% !important;
    font-size: 45px;
  }
  p {
    max-width: 100% !important;
  }
  .scroll-nav ul {
    justify-content: center;
    width: 100%;
  }
  .scroll-nav .brand {
    display: none;
  }
  .top {
    margin: auto;
  }
}
@media (max-width: 468px) {
  .modal-container {
    padding-top: 0;
  }
  .scroll-nav ul a {
    padding: 8px 16px;
    font-size: 11px;
  }
  h1 {
    max-width: 100% !important;
    font-size: 35px;
  }
  h2 {
    font-size: 25px !important;
  }
}
#currency-data .loader {
  display: block;
  margin: 1rem auto;
}

.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
  0% {
    box-shadow: 20px 0 #fff, -20px 0 #fff2;
    background: #fff;
  }
  33% {
    box-shadow: 20px 0 #fff, -20px 0 #fff2;
    background: #fff2;
  }
  66% {
    box-shadow: 20px 0 #fff2, -20px 0 #fff;
    background: #fff2;
  }
  100% {
    box-shadow: 20px 0 #fff2, -20px 0 #fff;
    background: #fff;
  }
}
