/*<!--======================rooting======================-->*/
:root {
  --primary-color: #f9f4c3;
  --secondary-color: #b60809;
  --third-color: #e83b4c;
  --text-primary: #fff;
  --text-secondary: #1f1f1f;
  --text-third: #b5b5b5;
  --background-primary: #fff;
  --background-secondary: #1f1f1f;
  --font-family: "Jersey 15", serif;
  --heading-font: "Roboto", sans-serif;
  --gradient-primary: linear-gradient(45deg,
      var(--primary-color),
      var(--secondary-color));
  --gradient-secondary: linear-gradient(135deg,
      var(--secondary-color),
      var(--primary-color));
  --gradient-tertiary: linear-gradient(135deg,
      var(--background-primary),
      var(--background-primary));
  --shadow-primary: 0px 0 30px rgba(1, 41, 112, 0.08);
}

@font-face {
  font-family: font1;
  src: url(../fonts/f33ade2feec9fcd0bab6849109930d20.woff);
}

@font-face {
  font-family: font2;
  src: url(../fonts/f4253522e0040405d866b0fad850b566.woff);
}

@font-face {
  font-family: font3;
  src: url(../fonts/235449410dbd38aa137177efcd538dc7.woff);
}

@font-face {
  font-family: font4;
  src: url(../fonts/d2ccce2ed62c6ddf222c03c94069b908.woff);
}

/*<!--======================body======================-->*/
body {
  font-family: var(--font-family);
  font-size: 16px;
  scroll-behavior: smooth;
  color: var(--text-secondary);
  background: var(--primary-color);
  overflow-x: hidden;
  position: relative;
}

body video {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

body .body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-combine {
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*<!--======================nooverflow======================-->*/
.no-overflow {
  overflow-x: hidden !important;
}

/*<!--======================ca-top======================-->*/
/* .ca {
  background: var(--gradient-primary);
  color: var(--text-primary);
}

.ca-mb {
  margin-top: 3rem;
}

@media (max-width: 991.98px) {
  .ca-mb {
    margin-top: 0rem;
  }
} */

/*<!--======================heading======================-->*/
/* h1,
h2,
.fw-bold {
  font-weight: 700 !important;
  background: linear-gradient(
    45deg,
    var(--text-secondary),
    var(--text-secondary)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bolder;
  display: inline-block;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
  color: var(--text-secondary);
} */

/*<!--======================text and bg gradient======================-->*/
/* .text-primary-gradient {
  color: var(--text-secondary);
  font-weight: bolder;
}

.text-secondary-gradient {
  color: var(--text-secondary);
  font-weight: bolder;
}

.bg-prime {
  background-color: var(--background-primary);
}

.bg-primary-gradient {
  background: var(--gradient-primary);
}

.bg-secondary-gradient {
  background: var(--gradient-primary);
} */

/*<!--======================buttons======================-->*/
.btn {
  transition: 0.5s;
}

/* 
.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
  position: relative;
  overflow: hidden;
  border: none;
  color: #ffffff;
  z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
  background: var(--gradient-primary);
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
  background: var(--gradient-primary);
}
*/

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  border: none;
  background: var(--gradient-primary);
}

.btn1 {
  display: flex;
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 600;
  font-size: 25px;
  font-family: font4;
  padding: 0.2em 1.3em 0.2em 0.9em;
  color: white;
  background: var(--secondary-color);
  /* background: linear-gradient(to right, rgb(111, 97, 231), #1702ff, #1a1acd); */
  border: none;
  letter-spacing: 0.05em;
  border-radius: 16px;
}

.btn1 i {
  margin-right: 3px;
  /* transform: rotate(30deg); */
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn1 span {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn1:hover i {
  transform: translateX(5px) rotate(30deg);
}

.btn1:hover span {
  transform: translateX(7px);
}


/* =============FOOTER=============== */

.footer-content {
  text-align: center;
  position: relative;
  margin-top: 70px;
  padding: 0px 10px;
}

.footer-content .title {
  position: relative;
  /* border: 2px solid red; */
}

.footer-content h3 {
  font-family: font1;
  color: var(--text-primary);
  font-size: 70px;
  -webkit-text-stroke: 3px rgb(0, 0, 0);
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(50%);
}

.footer-content h1 {
  font-family: var(--font-family);
  color: var(--secondary-color);
  position: relative;
  font-weight: bold;
  font-size: 200px;
  z-index: 1;
}

.footer-content img.footer-logo {
  width: 450px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

.footer-content .button-wrapper a:first-child {
  margin-right: 15px;
}

.footer-content .caddress {
  background-color: var(--secondary-color);
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  padding: 10px;
  max-width: 700px;
}

.footer-content .caddress img {
  width: 70px;
  margin: 0 15px;
  transition: .3s linear;
}

.footer-content .caddress img.dextools,
.footer-content .caddress img.x {
  width: 56px;
}

.footer-content .caddress img:hover {
  transform: scale(1.1);
}

.footer-content a {
  text-decoration: none;
}

@media only screen and (max-width: 1648px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
  .footer-content h3 {
    font-size: 50px;
    top: 20px;
  }

  .footer-content h1 {
    font-size: 140px;
  }

  .footer-content img.footer-logo {
    width: 350px;
    /* margin-top: -70px; */
    position: relative;
    z-index: 2;
  }

  .footer-content .caddress img {
    width: 50px;
    margin: 0 15px;
    transition: .3s linear;
  }

  .footer-content .caddress img.dextools,
  .footer-content .caddress img.x {
    width: 40px;
  }

}

@media only screen and (max-width: 600px) {
  .footer-content h3 {
    font-size: 30px;
    top: 20px;
  }

  .footer-content h1 {
    font-size: 100px;
  }

  .footer-content img.footer-logo {
    width: 300px;
    /* margin-top: -50px; */
    position: relative;
    z-index: 2;
  }

  .footer-content .caddress img {
    width: 40px;
    margin: 0 10px;
    transition: .3s linear;
  }

  .footer-content .caddress img.dextools,
  .footer-content .caddress img.x {
    width: 30px;
  }

}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 320px) {}