/*
  Theme Name: SmartrCR
  Author: Coderiver
  Author URI: https://site.com
  Text Domain: smartrcr
  Theme URI: https://site.com
  Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
  Requires at least: 6.1
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
    background-color: var(--black);
    background-image: url("assets/img/bgr-dots-32f15916.png");
}


body {
    background: url("assets/img/bgr-dots-32f15916.png");
    /*height: 100vh;*/
}
body.logged-in .header {
    margin-top: 28px;
}
input {
    outline: none;
}
button, a {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
.button{
    font-size: 15px;
}
/*.no-touch .button:hover use {*/
/*fill: var(--Blue);*/
/*}*/
.no-touch .a:hover use {
    fill: var(--Blue);
}
.touch .button:hover use {
    fill: none;
}
.touch .a:hover use {
    fill: none;
}
.no-touch .button.ecosystem-cta__link:hover use {
    fill: var(--white) !important;
}
.touch .button .ecosystem-cta__link:hover use {
    fill: var(--white);
}
@font-face {
    font-family: "BaiJamjuree";
    src: url("/wp-content/themes/smartrcr/assets/font/BaiJamjuree-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "BaiJamjuree";
    src: url("/wp-content/themes/smartrcr/assets/font/BaiJamjuree-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "BaiJamjuree";
    src: url("/wp-content/themes/smartrcr/assets/font/BaiJamjuree-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}



@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/smartrcr/assets/font/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/smartrcr/assets/font/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}


/* For Firefox */
::-moz-selection {
    background: transparent;
}
/*404 notfound page*/
.benefits-section__connector{
	height: 210px;
	top: -16%
}
.benefits-section__circle{
	top: -38%
}
.not-found__wrap {
    background-image: url("/wp-content/themes/smartrcr/assets/img/404-background-f24d119a.svg");
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
@media (max-width: 1100px) {
    .not-found__wrap {
        background-image: url("/wp-content/themes/smartrcr/assets/img/404-background-mob-94618f77.svg");
    }
}

@media screen and (max-width: 767px) {
    .page-id-530 .testimonials {
        padding: 80px 0 140px;
    }
    ::selection {
        background: transparent;
    }

    ::-webkit-selection {
        background: transparent;
    }
}
.touch  .button.ecosystem-cta__link:hover {
    color: var(--Blue);
}
.touch .button.ecosystem-cta__link use:hover {
    fill: var(--white);
}

