@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*:not(i) {
  font-family: "Inter", sans-serif;
}
.disc-top {
  background-color: #752324;
  padding: 20px 0;
}

.disc-top p {
  font-weight: 500;
  vertical-align: bottom;
  text-transform: capitalize;
  color: #f1f1f1;
}

.disc-top p a {
  color: #445FE3;
  text-decoration: none;
}

.navbarim {
  padding: 30px 0;
  border-bottom: 1px solid #282828;
}

.ulim {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.ulim li {
  list-style: none;
}

.ulim li a {
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.3s ease all;
}

.ulim li a.activim {
  color: #445FE3;
}

.activim{
  color: #445FE3;
}

.ulim li a:hover {
  color: #445FE3;
}

.hero {
  color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('/images/hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

.hero * {
  transform: scaleX(-1);
}


.hero h1 {
  font-weight: 600;
  margin-bottom: 10px;
}

.hero p {
  font-weight: 500;
  color: #878c91;
  margin-bottom: 30px;
}

.info-box {
  background-color: #1c1c1c;
  border-radius: 1rem;
  position: relative;
}

.linkim {
  padding: 16px 32px;
  background-color: #445FE3;
  color: #080a10;
  font-weight: 400px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease all;
  border-radius: 6px;
}

.linkim:hover {
  background: #445Fa9;
}

.headingim {
  max-width: 700px;
  margin: 0 auto;
}

.headingim h2 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #f1f1f1;
}

.headingim p {
  font-weight: 500;
  color: #878c91;
}

.offer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bgim {
  backdrop-filter: blur(54px);
  background: #f1f1f10a;
  border-radius: 12px;
}

.offerim h3 {
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 3px;
}

.offerim p {
  color: #878c91;
  margin-bottom: 3px;
}

.sectionum {
  padding: 35px;
}

.sectionum ul li {
  color: #878c91;
}

.sectionum h2 {
  color: #445FE3;
}

.sectionum h3 {
  color: #445FE3;
}

.sectionum p {
  color: #878c91;
}

.flexim {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
}

footer ul li a:hover {
  color: #445FE3;
}

footer p {
  color: #fff;
  text-align: center;
}

footer p a {
  text-decoration: none;
  color: #445FE3;
}

.form-control {
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
  background: #f1f1f11f;
  padding: 20px;
  font-size: 1.1rem;
  color: #878c91;
}
.form-control::placeholder {
  color: #878c91;
  opacity: 1;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: linear-gradient(90deg, #07090e 0%, #101521 100%);
}

.cookie-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000e7, #000000e7);
  background-size: 400px;

}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f10a;
  backdrop-filter: blur(24px);
  padding: 30px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: top;
  background-size: 300px;
  background-repeat: repeat no-repeat;
}

.disc-links {
  display: flex;
  justify-content: space-between;
}

.custom-modal a {
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  display: inline-block;
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a.acc-link {
  background: #445FE3;
  color: #07090e;
}

.custom-modal a.dec-link {
  background: #f1f1f10a;
  color: #fff;
}

.custom-modal a.dec-link:hover {
  background: #f1f1f103;
}

.custom-modal a.acc-link:hover {
  background-color: #445FE3;
}

.custom-modal h3 {
  color: #f1f1f1;
  font-weight: bolder;
  font-size: 40px;
  margin-bottom: 20px !important;
}

.custom-modal p {
  color: #878c91;
}
