/*

TemplateMo 570 Chain App Dev

https://templatemo.com/tm-570-chain-app-dev

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/ObjectSans-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Object Sans Bold";
  src: url("../fonts/PPObjectSans-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter/Inter-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter/Inter-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../fonts/Inter/Inter-SemiBold.ttf");
  font-display: swap;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
big,
code,
img,
q,
s,
small,
strong,
var,
b,
u,
i,
center,
dl,
ul,
li,
header,
nav,
section,
article,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
footer {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Inter Regular", sans-serif;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:visited {
  text-decoration: none !important;
  color: #1f1f25;
}

a:hover,
a:focus {
  color: #358c65;
}

a:active {
  color: #235f44;
}

h1,
h2,
h3,
h4 {
  font-family: "Object Sans Bold";
  margin-top: 0px;
  margin-bottom: 0px;
}

h5,
h6 {
  font-family: "Inter";
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

li {
  font-family: "Inter Regular", sans-serif;
}

p {
  font-family: "Inter Regular", sans-serif;
  font-size: 18px;
  line-height: 25.2px;
  color: #1f1f25;
  letter-spacing: -0.01em;
  opacity: 0.8;
}

img {
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Inter Regular", sans-serif;
}

::selection {
  background: #358c65;
  color: #fff !important;
}

::-moz-selection {
  background: #358c65;
  color: #fff !important;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #1f1f25;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h2 {
  font-size: 56px;
  font-weight: 700;
  color: #1f1f25;
}

.section-heading h2 span {
  font-style: italic;
  font-weight: 400;
  font-family: "Object Sans";
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a,
.white-button a:visited {
  font-family: "Inter SemiBold", sans-serif;
  display: inline-block !important;
  padding: 13px 20px !important;
  color: #358c65 !important;
  font-size: 17px;
  background-color: #fff;
  border-radius: 12px;
  letter-spacing: 0.3px !important;
  line-height: 25px;
  transition: all 0.5s;
  border: 2px solid rgba(53, 140, 101, 0.2);
}

.white-button a:hover,
.white-button a:focus {
  background-color: #207850 !important;
  cursor: pointer;
  color: #fff !important;
}

.white-button a:active {
  background-color: #235f44 !important;
  color: #fff !important;
}
.white-button button,
.white-button button:visited {
  font-family: "Inter SemiBold", sans-serif;
  display: inline-block !important;
  padding: 13px 20px !important;
  color: #358c65 !important;
  font-size: 17px;
  background-color: #fff;
  border-radius: 12px;
  letter-spacing: 0.3px !important;
  line-height: 25px;
  transition: all 0.5s;
  border: 2px solid rgba(53, 140, 101, 0.2);
}

.white-button button:hover,
.white-button button:focus {
  background-color: #207850 !important;
  cursor: pointer;
  color: #fff !important;
}

.white-button button:active {
  background-color: #235f44 !important;
  color: #fff !important;
}

.green-button a,
.green-button a:visited {
  font-family: "Inter SemiBold", sans-serif;
  display: inline-block !important;
  padding: 10.5px 20.74px !important;
  background-color: #358c65 !important;
  font-size: 18px;
  color: #fff;
  border-radius: 12px;
  letter-spacing: 0.3px !important;
  line-height: 25px;
  transition: all 0.5s;
  border: 2px solid rgba(53, 140, 101, 0.2);
}

.green-button a:hover,
.green-button a:focus {
  background-color: #207850 !important;
  cursor: pointer;
}

.green-button a:active {
  background-color: #235f44 !important;
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #358c65 !important;
  border: 2px solid rgba(53, 140, 101, 0.2);
  border-radius: 12px;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 12px;
  font-family: "Inter Medium", sans-serif;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.border-button a:hover {
  background-color: #358c65;
  color: #fff !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.header-area {
  background-color: transparent;
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 90px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .main-nav .logo {
  align-self: start;
  margin-top: 15px;
  margin-left: -25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 12px;
  padding-right: 12px;
}

.header-area .main-nav .nav .pricing-link svg {
  margin-bottom: 2px;
}

.pricing-link img {
  margin-top: -5px;
  margin-left: 2px;
}
.pricing-link sup{
  color: #c00000;
}

.header-area .main-nav .nav .pricing-link:hover svg g {
  opacity: 0.5;
}

.header-area .main-nav .nav .pricing-link:hover svg path {
  stroke: #358c65;
}

.header-area .main-nav .nav li:nth-child(6) {
  padding-right: 0px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a,
.header-area .main-nav .nav li:nth-child(6) a {
  padding: 0px 15px !important;
  font-family: "Inter Regular", sans-serif;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: "Inter Regular", sans-serif;
  font-size: 16px;
  color: #1f1f25;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #358c65 !important;
}

.header-area .main-nav .nav li:last-child:hover a,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
  background-color: #358c65;
}

.header-area .main-nav .nav li a .responsive-arrow,
.header-area .main-nav .nav li .responsive-arrow {
  display: none;
  align-self: flex-end;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #358c65;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  border-radius: 2px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #358c65;
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -14px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 6px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #358c65;
  border-radius: 2px;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #358c65;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 15px;
}

.header-area.header-sticky .nav li a.active {
  color: #358c65;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .pricing-link {
    text-align: center;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #358c65 !important;
    opacity: 1;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 90px;
    box-shadow: none;
    text-align: left;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    text-align: left;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 0px 0px 15px !important;
    border: none !important;
    background: #fff !important;
    color: #191a20 !important;
    width: 90% !important;
    font-family: "Inter Regular", sans-serif;
    border-radius: 0px !important;
  }
  .header-area .main-nav .nav li a:hover {
    color: #358c65 !important;
  }
  .header-area .main-nav .nav li:hover .responsive-arrow path {
    stroke: #358c65;
  }
  .header-area .main-nav .nav li:last-child div {
    background-color: #fff;
  }
  .header-area .main-nav .nav li:last-child div a {
    background-color: #358c65 !important;
    max-width: 90% !important;
    margin: 0 10px 10px 10px !important;
    font-size: 18px;
    color: #fff !important;
    border-radius: 12px !important;
    font-family: "Inter SemiBold", sans-serif;
    border: 2px solid rgba(53, 140, 101, 0.2);
  }
  .header-area .main-nav .nav li a .responsive-arrow {
    display: inline;
    float: right;
    margin-top: 16px;
  }
  .header-area .main-nav .nav .pricing-link .responsive-arrow {
    margin-bottom: 17px !important;
  }
  .header-area .main-nav .nav li:nth-child(5) .responsive-arrow {
    margin-left: -11px;
    display: inline;
    float: right;
  }
  .header-area .main-nav .nav li:nth-child(5) {
    padding-bottom: 0px;
  }
  .header-area .main-nav .nav li:nth-child(6) a {
    padding: 0px 0px 10px 15px !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #358c65;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #358c65;
  border-radius: 50%;
}

/* 
---------------------------------------------
Sign-up in pricing page
---------------------------------------------
*/

.sign-up-pricing .sign-up-item h4 {
  font-size: 32px;
  font-family: "Inter Medium", sans-serif;
  margin-bottom: 45px;
}

.sign-up-pricing .white-button a {
  font-size: 18px;
  color: #fff !important;
  background-color: #358c65;
  width: 200px;
  height: 55px;
  text-align: center;
}

/* 
---------------------------------------------
Pricing link
---------------------------------------------
*/

.pricing-info {
  padding-top: 130px;
  position: relative;
}

.pricing-item {
  position: relative;
  z-index: 1;
  padding: 30px 12px;
  border-radius: 200px;
  background-color: #f5f5f5;
  transition: all 0.3s;
  border: 2px solid #f5f5f5;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.pricing-info .pricing-item h2,
.contact-info h2 {
  font-weight: 700;
  font-size: 50px;
  color: #1f1f25;
}

.pricing-item p {
  color: #737373;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  line-height: 130%;
  max-width: 850px;
  margin: 0 auto;
}

.pricing-item .white-button a,
.pricing-item .white-button span {
  font-size: 18px;
  color: #fff !important;
  background-color: #358c65;
  text-align: center;
  padding: 10.5px 50px !important;
  width: 200px !important;
  border-radius: 12px;
  letter-spacing: 0.3px !important;
  line-height: 25px;
  transition: all 0.5s;
  border: 2px solid rgba(53, 140, 101, 0.2);
  font-family: "Inter SemiBold", sans-serif;
  cursor: pointer;
}

.pricing-item .white-button span:hover {
  background-color: #207850 !important;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.pricing-info-span-gm {
  background-image: url("../images/elipsis_pricing_info_gm.svg");
  width: 430px;
  height: 80px;
  padding: 10px 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {

  .pricing-info {
    padding-top: 50px;
  }

  .pricing-info .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-info .pricing-item h2,
  .contact-info h2 {
    font-size: 30px;
    line-height: 120%;
  }

  .pricing-info .pricing-item p,
  .contact-info p {
    font-size: 14px !important;
    line-height: 140%;
    font-family: "Inter SemiBold", sans-serif;
  }
}

@media (max-width: 575px) {
  .pricing-info .container {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f5f5f5;
  }
}

/*
---------------------------------------------
Services
---------------------------------------------
*/

.services {
  position: relative;
  padding: 130px 0px 0px 0px;
}

.services-chessgpt {
  position: relative;
  padding: 0px 0px 0px 0px;
}

.services .section-heading {
  margin-bottom: 45px;
  text-align: center;
}

.services .section-heading h4 {
  font-size: 56px;
  font-weight: 700;
  color: #1f1f25;
}

.services .section-heading h6 {
  font-size: 24px;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #7a7a7a;
  padding: 0px 20px;
}

.services .section-heading h5 {
  font-size: 32px;
  color: #7a7a7a;
  font-family: "Inter Medium", sans-serif;
}

.services .section-heading,
.services p {
  position: relative;
  z-index: 1;
}

.services .service-items h4 {
  font-size: 32px;
  color: #1f1f25;
  font-family: "Inter Regular", sans-serif;
  text-align: center;
}

.services-chessgpt .service-items h4 img {
  margin-top: -10px;
}

.services-title {
  padding-top: 80px;
}

.services p {
  color: #737373;
}

.services .service-items div {
  max-width: 500px;
  padding: 0 30px;
}

.services-chessgpt .service-items div {
  max-width: 800px;
  padding: 0px;
}

.services-chessgpt .service-items {
  padding-left: 50px !important;
}

.services-chessgpt .service-items h4 {
  font-size: 28px;
  text-align: start !important;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .services-chessgpt .service-items {
    padding-left: 50px !important;
  }
  .services-chessgpt .service-items h4 {
    padding-left: 5px;
  }
}

@media (max-width: 430px) {
  .services-chessgpt .service-items {
    padding-left: 20px !important;
  }
  .services-chessgpt .service-items h4 {
    padding-left: 0px;
  }
}

.services span {
  font-size: 14px;
  color: #7a7a7a;
}

@media (max-width: 1399px) {
  .services .service-items h4 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .services .service-items {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }

  .services .service-items div div {
    margin: 0 auto;
  }

  .services h4 {
    font-size: 24px;
  }

  .services:after {
    display: none;
  }

  .services span {
    text-align: center;
    display: block;
  }

  .services .section-heading {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .services {
    padding-top: 30px;
  }

  .services .section-heading {
    text-align: center;
  }

  .services .section-heading {
    margin-bottom: 20px;
  }

  .services .service-items,
  .services .section-heading {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .services .section-heading h4 {
    font-size: 36px;
  }

  .services .section-heading h5 {
    font-size: 24px;
  }

  .services .service-items h4 {
    font-size: 24px;
  }

  .services .service-items p {
    font-size: 14px;
    font-family: "Inter SemiBold", sans-serif;
  }
}

@media (max-width: 578px) {
  .services .section-heading h6 {
    font-size: 18px;
    padding: 0px 10px;
  }
  .services-chessgpt .service-items h4 img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .services .section-heading h4 {
    font-size: 30px;
    max-width: 360px;
    margin: 0 auto;
  }
  .services .section-heading h5 {
    font-size: 18px;
    max-width: 350px;
    margin: 0 auto;
  }
  .services .section-heading h6 {
    font-size: 16px;
  }
  .services-chessgpt {
    padding-top: 0px;
  }
  .services-chessgpt .service-items div {
    margin-top: 1rem !important;
  }
  .services-chessgpt .service-items div h4 {
    font-size: 18px;
  }
  .services-chessgpt .service-items h4 img {
    width: 42px;
    height: 42px;
  }
}

#failedMessage {
  color: #f54848;
  font-size: 14px;
  text-align: center;
  display: none;
}

#joinModal h2,
#joinModal p,
.submit-btn {
  text-align: center;
}

#joinModal h2,
#joinModal p,
#joinModal form {
  max-width: 670px;
  margin: 0 auto;
}

.submit-btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 30px;
  border-radius: 12px;
  transition: none !important;
  max-width: 1000px;
}

.accordion-button {
  border-radius: 12px !important;
  transition: none !important;
  font-size: 24px !important;
  border: none !important;
  border-top: 1px solid #dfdfe0 !important;
  font-family: "Inter Regular", sans-serif;
  color: #1f1f25;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%358c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-body {
  font-size: 18px;
  opacity: 0.6;
}

.accordion-header,
.accordion-body {
  text-align: left;
  color: #1f1f25 !important;
  background-color: transparent !important;
  border-radius: 12px !important;
  border: none;
  transition: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  color: #1f1f25 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-top: 1px solid #dfdfe0 !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.first-accord-btn,
.first-accord-btn:focus,
.first-accord-btn:not(.collapsed) {
  border-top: none !important;
}

.zig-zag {
  background-image: url("../images/zig-zag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 8%;
  height: 37%;
  left: 92%;
  margin-top: -150px;
  z-index: 0;
}

.graphic-elem {
  background-image: url("../images/element.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 604px;
  height: 326px;
  left: 35.9%;
  margin-top: -170px;
  z-index: 0;
}

.graphic-elem-transform {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  margin-top: 120px;
  left: 30%;
}

/* Variables */

.hidden {
  display: none;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#submit {
  background: #358c65;
  font-family: "Inter SemiBold", sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  width: 100%;
}
#submit:hover {
  filter: contrast(115%);
}
#submit:disabled {
  opacity: 0.5;
  cursor: default;
}

/* 
---------------------------------------------
Footer
---------------------------------------------
*/

.footer {
  margin-top: 130px;
  position: relative;
}

.footer .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}


.footer-logo .svg-logo {
  background-image: url("../images/new_black_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 37px;
  opacity: 0.7;
}

.footer-item li {
  margin-right: 18px;
  color: #737373;
  font-size: 14px;
}

.footer-item .links-footer {
  color: #1f1f25;
  opacity: 0.6;
  width: 600px;
}
@media (max-width: 850px) {
  .footer-item .links-footer {
    width: 100%;
  }
  
}

.footer-item .footer-socials {
  margin-right: 15px;
}

.footer-item .footer-stores {
  margin-top: -10px;
}

.google-play {
  background-image: url("../images/google_play.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 40px;
}

.app-store {
  background-image: url("../images/app_store.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 40px;
  margin-right: 20px;
}

.copyright {
  margin-left: 40px;
}

.copyr-footer h6 {
  font-family: "Inter Regular", sans-serif;
  color: #1f1f25;
  opacity: 0.6;
  font-size: 14px;
}

.subscrip-desc h3 {
  font-size: 32px;
  font-family: "Inter Medium", sans-serif;
  letter-spacing: -0.04em;
}

.monthly-container {
  display: none;
}

.form-check {
  margin: -4px 8px 0px 8px;
}

.form-check-input:checked {
  background-color: #358c65;
  border-color: #358c65;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.form-check-input {
  border-color: #358c65 !important;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23358c65'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #358c65;
  border-color: #358c65;
}

.subsc-flexible {
  padding: 10px 16px;
  width: fit-content;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.subsc-flexible h6 {
  font-size: 18px;
  font-family: "Inter Medium", sans-serif;
}

.subsc-flexible .exchange {
  background-image: url("../images/exchange.svg");
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: -2px;
}

/*
---------------------------------------------
PopUp
---------------------------------------------
*/

.popupContainer {
  display: none;
  position: absolute;
  width: 400px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #fff;
  border-radius: 6px;
  padding: 5px 5px;
}

.popupContainer .fa {
  background-color: none !important;
  color: "gray" !important;
}

.margin-top--10 {
  margin-top: -10px;
}

#commonPass {
  color: #358c65;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.btn,
.btn:visited {
  padding: 10px 20px;
  background: #358c65 !important;
  color: #fff;
  transition: all 0.3s;
  border-radius: 12px;
}

.btn:hover,
.btn:focus {
  background: #207850 !important;
  color: #fff;
}

.btn:active {
  background: #235f44 !important;
  color: #fff;
}

.btn_green {
  background: #358c65;
  color: #fff;
  border-radius: 12px;
}

.btn_green:hover {
  color: #fff;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_green {
  color: #fff;
}

/* Checkout Styles*/
.modal-header {
  border-bottom: 0 none;
  padding: 10px 10px;
}

.modal-header .btn-close {
  margin: -20px 0 0 0;
}

.payment-inputs {
  margin-right: 30px;
}

.hidden {
  display: none;
}

.checkout-spinner {
  height: 360px;
  padding-top: 100px;
}

.successModal,
.successSection {
  padding-top: 6%;
}

.failModal p,
.successModal p,
.successSection p {
  color: #1f1f25;
  font-size: 18px;
  font-family: "Inter Regular", sans-serif;
  text-align: center;
}

.successSection p {
  font-size: 20px;
}

.failModal h2,
.successModal h2,
.successSection h2 {
  font-size: 32px;
  color: #1f1f25;
  text-align: center;
  font-family: "Inter Medium", sans-serif;
}
.successSection h2 {
  font-size: 42px;
  margin: 15px 0;
}

.failModal #failedIcon {
  background-image: url("../images/failed.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.successModal #successIcon,
.successSection #successIcon {
  background-image: url("../images/success.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.successSection .redir-btns {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.successSection .redir-btns a {
  background: #ffffff;
  color: #358c65;
  border: 1px solid #e0ece7;
  border-radius: 8px;
  padding: 8px 8px 8px 6px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  width: 350px;
  height: 48px;
  text-align: center;
  margin-left: 10px;
}

.successSection .redir-btns a:hover {
  background-color: #e0ece7;
  color: #235f44;
  border: 1px solid #e0ece7;
}

.successSection .redir-btns .analysis-btn {
  color: #ffffff;
  border: none;
  background-color: #358c65;
}

.successSection .redir-btns .analysis-btn:hover {
  background-color: #235f44;
  border: none;
  color: #ffffff;
}

.link {
  color: #358c65 !important;
}

@media (max-width: 500px) {
  .successSection h2 {
    font-size: 24px;
  }
  .successSection p {
    font-size: 18px;
  }
}

.card {
  padding: 10px 8px;
  border: 1px solid #b7b7b7 !important;
  border-radius: 12px;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #737373 !important;
  transition: all 0.3s;
}

.forgot_password:hover {
  color: #358c65 !important;
}

#login-error,
#regist-error,
#username-error,
#password1-error,
#password2-error,
#email-error {
  color: #f44336 !important;
  font-size: 15px !important;
  padding-top: 10px !important;
}

.pass-warning {
  font-size: 12px;
  color: #737373;
  line-height: 16px;
}

.signup-agreem {
  display: flex;
  margin-top: 10px;
}

.signup-agreem label {
  color: #788078;
  margin-left: 5px;
}

.signup-agreem .form-check-input {
  width: 16px;
  height: 16px;
}

#signed_user {
  display: block;
}

.terms-section {
  padding-top: 150px;
}

.terms-section h1 {
  font-size: 70px;
}

.terms-section h2 {
  font-size: 52px;
}

.terms-section h3 {
  font-size: 36px;
}

.terms-section .link {
  color: #358c65 !important;
}

.terms-section .list-bullet {
  margin-left: 40px;
}

.terms-section .list-bullet li {
  list-style-type: disc;
}

.terms-section .list-bullet-nest li {
  list-style-type: circle !important;
}

.terms-section .list-square li {
  list-style-type: square !important;
}

.upper-banner-container {
  position: relative;

  cursor: pointer;
}

.upper-banner {
  width: 100%;
  background-color: #a7322fcf;
}

.upper-banner div {
  align-items: center;
}
.upper-banner-text {
  font-family: "Inter Regular", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 4px;
}
.er .gift-banner {
  font-family: "Inter Regular", sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin-top: -5px;
}

.upper-banner a {
  color: #ffffff;
  text-decoration: underline !important;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.main-sub-text {
  padding-top: 5px !important;
}

.upper-banner span {
  align-self: center;
  color: #ffffff;
  font-size: 28px;
  padding: 0 0 5px 0;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1800px) and (min-width: 1400px) {
  .graphic-elem {
    left: 33%;
  }
  .graphic-elem-transform {
    left: 25%;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .graphic-elem-transform {
    margin-top: 110px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .graphic-elem {
    left: 30%;
  }
  .graphic-elem-transform {
    left: 16%;
  }
}

@media (max-width: 1200px) {
  .graphic-elem {
    display: none;
  }

}

@media (max-width: 767px) {
  .zig-zag {
    display: none;
  }
}

@media (max-width: 480px) {
  .section-heading h2 {
    font-size: 30px !important;
  }
  .footer-socials li {
    margin-right: 5px;
    font-size: 10px;
  }
  .subscrip-desc p,
  .subsc-flexible h6 {
    font-size: 14px;
  }
  .subscrip-desc h3 {
    font-size: 18px;
  }
  .footer-item li {
    font-family: "Inter SemiBold", sans-serif;
  }
  .footer-logo {
    padding-right: 15px;
  }
}

@media (max-width: 400px) {
  .links-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

.fide-tweet {
  margin-top: 150px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .feedback .section-heading h1,
  .contact-info .contact-item h2 {
    font-size: 48px;
  }
  .chessify-tweet,
  .fide-tweet {
    margin-top: 50px;
  }
  .fide-tweet {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .contact-info {
    margin-top: 60px;
  }
  .footer-logo {
    display: flex;
    margin-left: 0px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .sign-up-pricing .sign-up-item h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .copyr-footer,
  .footer-soc {
    flex-direction: column !important;
    text-align: center !important;
  }
  .copyr-footer h6 {
    margin-bottom: 10px;
    opacity: 0.4;
    font-size: 14px;
  }
  .footer-item .footer-socials,
  .footer-item .footer-stores {
    text-align: center !important;
    width: fit-content;
    margin: 10px auto;
  }
  .copyright {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .upper-banner {
    height: 120px;
  }
  .upper-banner span {
    font-size: 24px;
    padding-top: 10px;
  }
}

.main-poster {
  margin-bottom: 50px;
  position: relative;
}

.main-poster .shadow-bg {
  width: 100%;
  height: 50%;
  border-radius: 30px;
  border: 1px solid transparent;
}

.mobile-screen {
  display: none;
}

.main-poster img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.main-title {
  position: absolute;
  top: 50px;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  z-index: 2;
  width: 60%;
  padding: 7px 0px 7px 80px;
}

.main-subtitle {
  position: absolute;
  top: 200px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  width: 50%;
  padding: 10px 0px 10px 80px;
  font-style: normal;
  opacity: 1;
  line-height: 40px;
}

.main-subtitle-buddy {
  top: 230px;
}

.main-title-buddy {
  top: 150px;
}

.main-subtitle-small {
  position: absolute;
  top: 30px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 2;
  width: 100%;
  padding: 10px 0px 10px 30px;
  font-style: normal;
  opacity: 1;
  display: none;
}

.main_top_informer {
  position: absolute;
  top: 350px;
  padding: 30px 0px 30px 80px;
  display: flex;
  gap: 30px;
}

.main_top_informer a {
  font-family: "Inter SemiBold", sans-serif;
  display: inline-block !important;
  padding: 10.5px 20.74px !important;
  background-color: #358c65 !important;
  font-size: 18px;
  color: #fff !important;
  border-radius: 12px;
  letter-spacing: 0.3px !important;
  line-height: 25px;
  transition: all 0.5s;
  border: 2px solid rgba(53, 140, 101, 0.2);
}

@media (max-width: 920px) {
  .main-poster {
    margin-bottom: 10px;
  }

  .big-screen {
    display: none;
  }

  .mobile-screen {
    display: block;
  }

  .main-title {
    font-size: 16px;
    line-height: 20px;
    top: 10px;
  }

  .main-subtitle {
    top: 70px;
    font-size: 17px;
    line-height: 19px;
    width: 60%;
  }

  .main_top_informer {
    top: 120px;
    padding: 50px 30px;
    left: 20px;
  }

  .main_top_informer a {
    padding: 6px 27px !important;
    font-size: 12px;
  }
}

/* 
---------------------------------------------
Main Banner Responsive Style
--------------------------------------------- 
*/

@media (min-width: 1600px) {
  .main-banner {
    max-width: 1560px;
  }
}

@media (min-width: 1650px) {
  .main-banner {
    max-width: 1600px;
  }
}

@media (max-width: 1650px) {
  .main-banner .video-frame iframe {
    height: 50%;
  }
  .header-area .main-nav .logo {
    margin-left: 0px;
  }
}

@media (max-width: 1599px) {
  .main_top_informer {
    top: 300px;
  }
  .king-figure {
    width: 90px;
    height: 90px;
  }

  .bishop-figure {
    width: 70px;
    height: 70px;
    margin-top: 56%;
  }

  .main-banner .video-frame iframe {
    height: 45%;
  }
}

@media (max-width: 1450px) {
  .main-banner .left-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1412px) {
  .main-title {
    top: 30px;
    font-size: 30px;
    line-height: 32px;
  }

  .main-subtitle {
    top: 140px;
    font-size: 24px;
    line-height: 30px;
    width: 60%;
  }

  .main_top_informer {
    top: 260px;
  }

  .main-banner .left-content .achievments-content p span {
    font-size: 24px;
  }
}

@media (max-width: 1399px) {
  .bishop-figure {
    width: 60px;
    height: 60px;
    margin-top: 56%;
    margin-left: 8px;
  }

  .king-figure {
    width: 70px;
    height: 70px;
  }

  .main-banner .video-frame iframe {
    height: 38%;
  }
}

@media (max-width: 1026px) {
  .main-banner .left-content h1 {
    font-size: 54px;
  }
}

@media (max-width: 1199px) {
  .main-banner {
    margin-top: 0px;
    text-align: center;
    flex-direction: column !important;
  }

  .main-title {
    top: 30px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    width: 70%;
  }

  .main-subtitle {
    text-align: left;
    top: 100px;
    font-size: 20px;
    line-height: 28px;
  }

  .main_top_informer {
    top: 190px;
  }

  .main-banner .left-content {
    margin-right: 0px;
    max-width: 100%;
    text-align: center;
  }

  .main-banner .left-content h1 {
    font-size: 64px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  .main-banner .left-content .descr {
    text-align: center;
  }

  .main-banner .left-content ul {
    text-align: left;
    display: inline-block;
    margin-bottom: 18px;
  }

  .main-banner .left-content .ital-span {
    line-height: 53px;
  }

  .main-banner .resp-row {
    display: flex;
    margin-bottom: 30px;
  }

  .main-banner .left-content .achievments-content {
    margin: 10px auto 0px auto;
  }

  .faster-analysis {
    justify-content: center !important;
  }

  .king-figure,
  .bishop-figure {
    display: none;
  }

  .main-banner .video-frame {
    margin-top: 0px;
  }

  .main-banner .video-frame iframe {
    width: 76%;
    height: 78%;
  }
}

@media (max-width: 800px) {
  .left-content-wrapper {
    flex-direction: column !important;
  }

  .main-banner {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 95px;
    text-align: left;
    padding-bottom: 10px;
  }

  .main-banner .left-content h1 {
    text-align: left;
    font-size: 39px;
    line-height: 40px;
  }

  .main-banner .left-content .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .faster-analysis p {
    width: 120px;
    margin-top: 5px !important;
  }

  .faster-analysi .green-button {
    margin-right: 15px;
    max-width: 200px;
    margin-top: 5px;
    max-height: 50px;
  }

  .faster-analysi .green-button a img {
    margin-left: 10px;
  }

  .analyze-faster-par {
    font-size: 14px;
    padding-left: 5px;
    padding-top: -10px !important;
    font-family: "Inter Regular", sans-serif !important;
  }

  .main-banner .resp-row {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .main-poster {
    margin-bottom: 0px;
  }

  .main-title {
    font-size: 16px;
    top: 6px;
    width: 90%;
    line-height: 24px;
    padding-left: 30px;
  }

  .main_top_informer {
    top: 20px;
    gap: 7px;
    left: 0px;
  }

  .main_top_informer a {
    padding: 3px 5px !important;
  }

  .main-subtitle {
    display: none;
  }

  .main-subtitle-small {
    display: block;
  }
  .main-banner .left-content .lightning-fast {
    display: none;
  }

  .main-banner .left-content .lightning-br {
    display: block;
  }

  .main-banner .left-content .green-button a img {
    display: none;
  }
}

@media (max-width: 370px) {
  .main_top_informer {
    top: 12px !important;
    gap: 7px;
    left: 0px;
  }
}

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 130px 30px 0px 30px;
  position: relative;
  overflow: hidden;
}

.main-banner-chess-buddy {
  padding-top: 0px;
}

.services-desc {
  padding-top: 100px;
  padding-bottom: 20px;
}

.main-title-chess-buddy {
  padding-top: 100px;
  padding-bottom: 30px;
}

.main-title-chess-buddy .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.main-title-chess-buddy .section-heading h1 {
  margin-top: 25px;
  font-size: 64px;
  font-family: "Inter SemiBold", sans-serif;
  width: 100%;
}

@media (max-width: 480px) {
  .main-title-chess-buddy .section-heading h1 {
    font-size: 30px;
  }
  .main-title-chess-buddy .section-heading h3 {
    font-size: 18px !important;
  }
  .services-desc {
    padding-top: 50px;
  }
  .main-title-chess-buddy {
    padding-bottom: 0px;
  }
}

.main-title-chess-buddy .section-heading h3 {
  color: #737373;
  font-size: 32px;
  font-family: "Inter Medium", sans-serif;
  font-family: "Inter";
  width: 70%;
  margin: 10px auto 0px auto;
}
.options-container .active {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.options {
  display: none;
}

.active label {
  font-family: "Inter Medium", sans-serif;
  color: #788078 !important;
  cursor: pointer;
  font-size: 14px;
}

.select-platform option[disabled] {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #333; /* Border color */
  outline: none;
}

input[type="radio"]:checked {
  background-color: #358c65 !important;
}
