@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
  background-color: #181818 !important;
}

body {
  background-color: #141414 !important;
  font-family: "Poppins", sans-serif;
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: GT-America;
  src: url(/fonts/GT-America/GT-America-Condensed-Bold-Trial.otf);
}

@font-face {
  font-family: HeadingNowTrial;
  src: url(/fonts/HeadingNowTrial-67Extrabold.ttf);
}

@font-face {
  font-family: HeadingNowTrial2;
  src: url(/fonts/HeadingNowTrial-64Regular.ttf);
}

@font-face {
  font-family: RamseyTest;
  src: url(/fonts/RamseyTest-ExtraLightExtended-BF64069d9f0c658.otf);
}

@font-face {
  font-family: RamseyTestB;
  src: url(/fonts/RamseyTest-BoldExtended-BF64069d9c45411.otf);
}

@font-face {
  font-family: Octarine;
  src: url(/fonts/OctarineFree/Octarine-Bold.otf);
}

html,
a {
  text-decoration: none;
}

.seo-sec {
  padding: 100px 0 80px;
  background-color: #181818;
}

.seo-h h1 {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #09c5c1;
  text-transform: uppercase;
  font-size: 60px;
  font-family: RamseyTestB;
}

.seo-h h1 span {
  color: #ff9229;
}

.seo-para p {
  font-family: Montserrat;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  color: #a0a0a0;
}

.seo-form-box {
  background-color: #181818 !important;
  box-shadow: 5px 5px 32px 12px #09c5c126;
}

.form-box .seo-int {
  color: #ffffff !important;
}

.seo-option button {
  background-color: transparent !important;
}

.seo-option button:hover {
  background-color: #ff9229 !important;
  color: #ffffff !important;
  border: 2px solid #ff9229 !important;
}

.seo-inp input {
  border-bottom: 1px solid #858585 !important;
  background: transparent !important;
  color: #fff !important;
}

.seo-inp input:focus {
  color: #fff;
  border-bottom: 1px solid #ffffff !important;
}

.seo-send-btn button {
  background-color: #ff9229;
  width: 45%;
  color: #ffffff;
}

/* Seo Card */

.seo-ser-sec {
  padding: 100px 0 90px;
}

.seo-ser-sec .container .row {
  margin-top: 80px;
}

.seo-ser-top {
  text-align: center;
}

.seo-our {
  color: #ff9229;
  font-family: RamseyTestB;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.seo-ser-top h1 {
  font-family: RamseyTestB;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #09c5c1;
  padding-top: 30px;
}

.seo-ser-top h1 .seo-white {
  color: #fff;
}

.seo-ser-top h1 .seo-gold {
  color: #ff9229;
}

.seo-card {
  padding: 10px 20px;
  border-radius: 25px;
  box-shadow: 0px 4px 40px 10px #09c5c126;
  margin-top: 60px;
}

.white-card {
  box-shadow: 0px 4px 40px 10px #e3fafa26;
}

.gold-card {
  box-shadow: 0px 4px 40px 10px #ff90293f;
}

.seo-card-img {
  margin: 5px 0 30px;
}

.seo-card-img img {
  width: 18%;
}

.seo-card-heading h1 {
  font-family: RamseyTestB;
  font-weight: 800;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.seo-card-para p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: #a0a0a0;
}

.seo-card-btn {
  margin-bottom: 10px;
}

.seo-card-btn a {
  font-family: HeadingNowTrial;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #09c5c1;
  transition: 0.2s ease;
}

.seo-card-btn a:hover {
  text-decoration: none;
}

.btn-white a {
  color: #ffffff;
}

.btn-gold a {
  color: #ff9229;
}

/* Categories */

.categ-top {
  text-align: center;
}

.categ-for {
  color: #ff9229;
  font-family: RamseyTestB;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.categ-top h1 {
  font-family: RamseyTestB;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 30px;
}

/* Tools & Software */

.tool-sec {
  padding: 60px 0;
}

.tool-top {
  text-align: center;
  margin-bottom: 50px;
}

.tool-h {
  color: #ff9229;
  font-family: RamseyTestB;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.tool-top h1 {
  font-family: RamseyTestB;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ff9229;
  padding-top: 30px;
}

.tool-top h1 .tool-white {
  color: #fff;
}

.tool-top h1 .tool-blue {
  color: #09c5c1;
}

.tool-icon {
  text-align: center;
}

.tool-icon img {
  width: 125%;
}
