@font-face {
    font-family: 'AlternateGotNo2D';
    src: url('../fonts/AlternateGotNo2D.woff2') format('woff2'),
    url('../fonts/AlternateGotNo2D.woff') format('woff'),
    url('../fonts/AlternateGotNo2D.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlternateGot';
    src: url('../fonts/AlternateGotNo1D.woff2') format('woff2'),
    url('../fonts/AlternateGotNo1D.woff') format('woff'),
    url('../fonts/AlternateGotNo1D.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-Bold.woff2') format('woff2'),
    url('../fonts/Verdana-Bold.woff') format('woff'),
    url('../fonts/Verdana-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.woff2') format('woff2'),
    url('../fonts/Verdana.woff') format('woff'),
    url('../fonts/Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana-Bold_1.woff2') format('woff2'),
    url('../fonts/Verdana-Bold_1.woff') format('woff'),
    url('../fonts/Verdana-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana_1.woff2') format('woff2'),
    url('../fonts/Verdana_1.woff') format('woff'),
    url('../fonts/Verdana_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
    url('../fonts/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial MT';
    src: url('../fonts/ArialMT-Medium.woff2') format('woff2'),
    url('../fonts/ArialMT-Medium.woff') format('woff'),
    url('../fonts/ArialMT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial MT Narrow';
    src: url('../fonts/ArialMTNarrow.woff2') format('woff2'),
    url('../fonts/ArialMTNarrow.woff') format('woff'),
    url('../fonts/ArialMTNarrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/ArialRoundedMT.woff2') format('woff2'),
    url('../fonts/ArialRoundedMT.woff') format('woff'),
    url('../fonts/ArialRoundedMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial MT';
    src: url('../fonts/Arial-BoldMT.woff2') format('woff2'),
    url('../fonts/Arial-BoldMT.woff') format('woff'),
    url('../fonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlternateGothic2 BT';
    src: url('../fonts/AlternateGothicNo2BT-Regular.woff2') format('woff2'),
    url('../fonts/AlternateGothicNo2BT-Regular.woff') format('woff'),
    url('../fonts/AlternateGothicNo2BT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('../fonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fa-regular-400.woff') format('woff'),
    url('../fonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 free';
    src: url('../fonts/FontAwesome5Free-Regular.woff2') format('woff2'),
    url('../fonts/FontAwesome5Free-Regular.woff') format('woff'),
    url('../fonts/FontAwesome5Free-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

body {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
    background: #000;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AlternateGot';
    font-weight: 500;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
}

h2.main_title {
    color: #ff8800;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

p {
    font-family: 'Verdana';
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: white;
}

*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul li {
    list-style: none;
}

.register-btn {
    font-family: 'AlternateGotNo2D';
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    background-color: #008d2f;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
}

.home-btn:hover .register-btn {
    background-color: #ffff;
    border-color: #409725;
    color: #409725;
}

/* email-btn */

.form-email-wrap {
    border-radius: 10px;
    background-color: #c2c2c2;
    border: 2px solid #ffffff;
    margin-bottom: 10px;
    transition: ease .3s;
    outline: none;
}

.form-email-wrap.invalid {
    border-color: #db0f0f;
}

.form-email-wrap:hover {
    background-color: white;
    border-color: #008d2f;
}

/* continue btn */

.form-continue-wrap {
    font-family: 'AlternateGothic2 BT';
    border-radius: 10px;
    border: 2px solid #5e5e5e;
    background-color: #ff8800;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 500;
    transition: ease .3s;
    color: #000000;
}

.form-continue-wrap:hover {
    color: #ff8800;
    background-color: #ffffff;
    border-color: #ff8800;

}

/* register-btn */

.form-submit-wrap {
    font-family: 'AlternateGothic2 BT';
    color: white;
    border-radius: 10px;
    border: 2px solid #ffffff;
    background-color: #008d2f;
    margin-bottom: 7px;
    font-size: 26px;
    transition: ease .2s;
}

.form-submit-wrap:hover {
    color: #008d2f;
    background-color: #ffffff;
    border-color: #008d2f;
}

/*-----------------------------------------------------------------
                        start-header-css
-----------------------------------------------------------------*/
header {
    margin: 25px 0px;
}

header .menu-toggel {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
}

header .menu ul .nav-item {
    position: relative;
}

header .menu ul .nav-item:hover {
    border-color: #8ca756;
}

header .menu ul .nav-item .success {
    color: #008d2f;
}

header .menu ul .nav-item .unsuccess {
    color: #db0f0f;
}

header .menu ul li:hover a {
    color: #8ca756;
}

header .menu ul .nav-links {
    font-family: 'Oswald';
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
}

header .menu ul li:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #db0f0f;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

header .menu ul li:hover:after {
    width: 100%;
    left: 0;
}

/* /* toggel */


.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    height: 65px;
    background: transparent;
    box-shadow: 0 3px 7px 0 #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-toggle {
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #ffff;
    border-radius: 5px;
    transition: 0.5S all ease;
    outline: none;
}

.line-toggle:first-child {
    transform: translateY(-10px) rotate(0deg);
}

.line-toggle:last-child {
    transform: translateY(10px) rotate(0deg);
}

.toggle.activate .line-toggle:first-child {
    transform: translateY(0) rotate(45deg);
    background-color: #db0f0f;
    width: 40px;
}

.toggle.activate .line-toggle:nth-child(2) {
    opacity: 0;

}

.toggle.activate .line-toggle:last-child {
    transform: translateY(0) rotate(-45deg);
    background-color: #db0f0f;
    width: 40px;
}


/*-----------------------------------------------------------------
                    end header-css
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
                        start-hero-css
-----------------------------------------------------------------*/
.home-screen {
    padding: 60px 0px 0 0px;
}

.home-main {
    max-width: 450px;
    margin: auto;
}

.home-screen-right {
    max-width: 558px !important;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.home-screen-right .power-by-img {
    padding-top: 4px;
    margin-bottom: 50px;
}

.home-right-taxt {
    margin-bottom: 9px;
}

.home-right-taxtp {
    color: white;
    margin-bottom: 0PX;
    line-height: 27.2px;
    padding: 9PX 0PX;
}

.home-btn {
    margin-bottom: 50px;
    max-width: 420px;
}


.home-screen-left img {
    margin: 0 auto;
}

.home-screen-left .home-back-img {
    max-width: 250px;
    margin: 0px auto 15px;
}

.home-screen-left p {
    font-size: 12px;
    color: #5e5e5e;
    font-family: "Arial";
    text-align: center;
    margin-bottom: 10px;
}

.home-right-taxt p {
    text-align: left !important;
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------
                    end hero-scren-css
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
                        start-pop-up-form-css
-----------------------------------------------------------------*/
.pop-up-form {
    max-width: 372px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #707070;
    margin: auto;
    width: 100%;
    padding: 30px 12px 10px;
    position: relative;
}

.pop-up-form .pop-up-form-img {
    margin-bottom: 35px;
}

.pop-up-form p {
    font-family: 'Arial MT';
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.67);
    margin-bottom: 25px;
}

.pop-up-form p span {
    font-size: 14px;
    font-weight: bold;
}

.pop-up-form .date-field {
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #707070;
    text-align: center;
}

.pop-up-form input,
.pop-up-form select {
    border: solid 1px #09182275;
    font-family: 'Arial MT';
    font-size: 16PX;
    padding: 5px;
    -webkit-appearance: none;
}

.pop-up-form .pop-up-date-form label {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.67);
    font-family: 'Arial MT';
    font-size: 16PX;
}

.pop-up-form .field-inline-block {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.pop-up-form input::placeholder {
    font-size: 14px;
}

.pop-up-form .field-inline-block-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pop-up-form .field-inline-block-btn input {
    font-family: 'Arial MT';
    font-weight: bold;
    width: 145px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    background-color: #e02b20;
    border: 1px solid #ffffff;
    font-size: 16px;
    transition: ease .5s;
}

.pop-up-form .field-inline-block-btn input:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}

.pop-up-form .pop-up-date-form {
    text-align: center;
}

.form-group {
    text-align: center;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.67);
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.67);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid rgba(0, 0, 0, 0.67);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*-----------------------------------------------------------------
                    end pop-up-css
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
                        start-register-home-css
-----------------------------------------------------------------*/
.register-home {
    padding: 60px 0px 0 0px;
}

.register-home-detail {
    max-width: 500px;
    margin: auto;
}

.register-home .register-in-form {
    margin-bottom: 40px;
}

.register-home h1 {
    font-family: 'AlternateGothic2 BT';
    line-height: 42px;
    font-size: 32px;
    margin-bottom: 10px;
}

.register-home .register-in-form .form-sign-in {
    display: flex;
    flex-direction: column;
}

.register-in-form input::placeholder {
    font-size: 18px;
    color: #383838;
}

.register-home .register-in-form input {
    padding: 15px !important;
    -webkit-appearance: none;
    
}

.register-home .register-in-form .form-email-wrap {
    border-radius: 15px;
}

.form-sign-up .error {
    color: #db0f0f;
    padding: 15px;
    background-color: #f8d7da;
    border-color: #f5c2c7;

}

.register-home p {
    margin-bottom: 10px;
}

.register-home .form-sign-in p span a {
    color: #1100ff;
}

.register-home .register-sign-up-form .form-sign-up-wrap {
    display: flex;
    gap: 7px;
}

.register-home .register-sign-up-form .form-sign-up-wrap input {
    padding: 15px !important;
    -webkit-appearance: none;
    max-width: 360px;
    width: 100%;
    font-family: 'Verdana';
}


.register-home .register-sign-up-form .form-sign-up-wrap input::placeholder {
    font-size: 18px;
    color: #383838;
    font-family: 'Verdana';
}

.button_group .social-btn {
    font-family: 'AlternateGotNo2D';
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    
}

.button_group .account-btn {
    font-family: 'AlternateGotNo2D';
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    max-width: 360px;
    background-color: #185b00;
    border: 2px solid #707070;
    white-space: nowrap;


}

.button_group .account-btn:hover {
    border-color: #409725;
    background-color: #fff;
    color: #008d2f;
}

.register-home .register-sign-up-form .button_group .button-cover {
    margin: 0;
    max-width: 100%;
}

.button_group .google-btn {
    background-color: #e02b20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #ffff;
}

.button_group .google-btn:hover {
    background-color: #ffffff;
    border-color: #e02b20;
    color: #e02b20;
}

.button_group .google-btn:hover svg:not(:host).fa-google {
    background-color: #e02b20;
    color: #ffff;

}

.button_group .fb-btn {
    background-color: #3b5998;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid #ffff;
}

.button_group .fb-btn:hover {
    background-color: #ffffff;
    border-color: #3b5998;
    color: #3b5998;
}

.button_group .fb-btn:hover svg:not(:host).fa-facebook-f {
    background-color: #3b5998;
    color: #ffff;
}

.svg-inline--fa {
    height: 15px !important;

}

svg:not(:host).fa-google {
    overflow: visible;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    color: #e02b20;
}

svg:not(:host).fa-facebook-f {
    overflow: visible;
    box-sizing: content-box;
    padding: 5px;
    background-color: #fff;
    color: #3b5998;
}

.register-in-form .form-group {
    text-align: left;
}

.register-in-form .form-group label {
    color: #ffff;
}

.register-in-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.register-in-form .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    color: #ffffff;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    font-family: 'Verdana';
}

.register-sign-up-form .user-details .input-box {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.register-sign-up-form .user-details .input-box input:focus {
    border-color: #008d2f;

}

.register-sign-up-form .user-details .input-box input.form-control.invalid {
    border-color: #db0f0f;

}

.register-sign-up-form .form-control {
    background-color: #c2c2c2;
}

.register-sign-up-form .form-control:focus {
    color: #212529;
    background-color: #ffff;
    border-color: #008d2f;
    outline: 0;
    box-shadow: none;
}

.register-sign-up-form .user-details .input-box input {
    border: 2px solid #ffffff;
    font-family: 'Verdana';
}

.register-sign-up-form .user-details .input-box select {
    border: 2px solid #ffffff;
}
.register-sign-up-form  input::placeholder{
  color: #383838;
}

/*-----------------------------------------------------------------
                    end register-home-css
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
                    start-user-info-css
-----------------------------------------------------------------*/
.user-info {
    padding: 60px 0px 0 0px;
}

.user-info .user-info-detail {
    max-width: 500px;
    margin: auto;
    width: 100%;
}

.user-info .main-background-imgs img {
    max-width: 100%;
    margin: 0px auto 0 auto;
    z-index: -1;
    position: relative;
}

.wrapper {
    background-color: #ffff;
    padding: 25px 30px;
    border-radius: 5px;
}

.wrapper .title h1 {
    color: #000000;
}

.wrapper .title h1 span {
    color: #ff8800;
}

.wrapper form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
}

.user-details .input-box .details {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all .3s ease;
    font-family: 'Verdana';
    
}

.user-details .input-box input:focus {
    border-color: #000000;
}

form .button {
    margin: 15px 0;
}

form .button input {
    height: 100%;
    width: 100%;
    color: #fff;
    outline: none;
    border: 2px solid #ffff;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    letter-spacing: 1px;
    background: #008d2f;
    padding: 15px;
    transition: ease .2s;
    font-family: 'AlternateGothic2 BT';
}

form .button input:hover {
    background: #ffff;
    border-color: #008d2f;
    color: #008d2f;
}



/*-----------------------------------------------------------------
                 end-user-info-css
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
                        start-forgot-password-css
-----------------------------------------------------------------*/
.forgot-password {
    padding: 60px 0px 0 0px;
}

.forgot-password .forgot-password-form {
    max-width: 450px;
    margin: auto;
}

.forgot-password h1 {
    font-family: 'AlternateGothic2 BT';
    color: #ff8800;
    line-height: 42px;
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.forgot-password p {
    margin-bottom: 10px;
}

.forgot-password p a {
    font-weight: bolder;
}

.forgot-password p a:hover {
    color: #ff8800;
}

.forgot-password .form-email-wrap,
.form-continue-wrap {
    padding: 15px;
}

.forgot-password .forgot-pswd-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------
                    end forgot-password-css
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
                        start-register-form-css
-----------------------------------------------------------------*/
.sign-in-page {
    padding: 50px 0px 0px 0px;
}

.sign-in-page h1 {
    font-family: 'AlternateGothic2 BT';
    line-height: 32px;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}

.sign-in-page .hero-main {
    max-width: 391px;
    margin: auto;
}

.sign-in-page input {
    padding: 15px;
    -webkit-appearance: none;
}

.sign-in-page input::placeholder {
    font-size: 18px;
    color: #383838;
}

.sign-in-page .sign-in-form {
    max-width: 420px;
    margin: auto;
    width: 100%;
    padding-bottom: 60px;
}

.sign-in-page label {
    display: block;
    text-align: center;
    color: #383838;
}

.sign-in-page .sign-in-form .form-sign-in {
    display: flex;
    flex-direction: column;
}

.sign-in-page .form-sign-in p {
    margin-bottom: 15px !important;
}

.sign-in-page .form-sign-in p a {
    color: #ff8800;
}

.sign-in-page .form-sign-in p a:hover {
    color: #ffffff;
}

.sign-in-check-box label {
    color: #ffffff;
}

.sign-in-page .form-group label {
    position: relative;
    cursor: pointer;
    color: white;
    text-align: left;
}

.sign-in-page .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.67);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.sign-in-page .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    color: #ff8800;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff8800;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sign-in-page .form-register {
    padding: 0px 0 50px 0;
    max-width: 420px;
    margin: auto;
    width: 100%;
}

.sign-in-page .form-register h1 span {
    color: #ff8800;
}

.sign-in-page .form-register p {
    margin-bottom: 20px;
}

.sign-in-page .form-register .form-register-wrap {
    display: flex;
    flex-direction: column;
}

/*-----------------------------------------------------------------
                        END-SIGN-IN-css
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
                        start-account-css
-----------------------------------------------------------------*/
.account-page {
    padding: 50px 0px 0px 0px;
}

.account-wrap {
    max-width: 395px;
    margin: auto;
}

.account-page h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #ff8800;
    font-family: 'AlternateGotNo2D';
    margin-bottom: 10px;
}

.account-page p {
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------
                    end-account-css
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
                        start-judging-css
----------------------------------------------------------------*/
.judging-grid-wrapper .judging-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

/*.judging-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px
}*/

.judging-listing .judging-heading,
.judging-listing ul.score-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

ul.score-wrap .score-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

.judging-listing .table-head {
    display: flex;
    justify-content: space-between;
    padding-top: 15px
}

.judging-listing .table-head h6 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #fff
}

ul.score-wrap .score-item span.number {
    max-width: 25px;
    min-width: 25px;
    width: 100%;
    display: flex;
    align-items: center;
}

ul.score-wrap .score-item .score-img {
    max-width: 110px;
    min-width: 110px;
    width: 100%;
    margin-right: 16px;
}

ul.score-wrap .score-item .score-img img {
    width: 100%;
}

ul.score-wrap .score-item .score-content {
    width: 100%;
}

ul.score-wrap .score-item .score-content h3 {
    font-family: 'AlternateGotNo2D';
    font-size: 24px;
    line-height: 34px;
}

ul.score-wrap .score-item .score-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px
}

ul.score-wrap .score-item .score-group h4 {
    font-size: 44px;
    line-height: 44px;
    color: #ff8800;
    text-transform: uppercase;
}

ul.score-wrap .score-item .score-group .score-btn {
    max-width: 130px;
    min-width: 130px;
    width: 100%;
    padding: 2px 10px;
    font-family: 'oswald';
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: 400;
    text-align: center;
    background-color: #5e5f5f;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

ul.score-wrap .score-item .score-group .score-btn.vote,
ul.score-wrap .score-item .score-group .score-btn.update:hover {
    background-color: #008d2f;
}

ul.score-wrap .score-item .score-group .score-btn.vote:hover {
    background-color: #5e5f5f;
}

.judging-page .button_group {
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

/* start */

.judging-page .judging-list-head .ddl {
    position: relative;
    height: 30px;
    text-align: initial;
}

.judging-page .judging-list-head .ddl::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8px;
    height: 1px;
    background: #5e5e5e;
    z-index: 99;
    transform: rotate(-40deg);
    transition: 0.1s;
}

.judging-page .judging-list-head .ddl::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 17px;
    width: 8px;
    height: 1px;
    background: #5e5e5e;
    z-index: 99;
    transform: rotate(40deg);
    transition: 0.1s;
}

.judging-page .judging-list-head .ddl.active::after {
    right: 12px;
    transform: rotate(40deg);
}

.judging-page .judging-list-head .ddl.active::before {
    right: 17px;
    transform: rotate(-40deg);
}

.judging-page .judging-list-head .ddl-input {
    font-family: 'Verdana';
    font-size: 12px;
    max-width: 120px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    padding: 0px 8px;
    outline: none;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.sub-header-form .scor-dropdown {
    position: relative;
}

.judging-grid-wrapper .sub-header-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.sub-header-form .scor-dropdown::before {
    content: "";
    width: 1px;
    height: 60%;
    background-color: #afafaf;
    position: absolute;
    top: 20%;
    right: 34px;
    z-index: 1;
}

.judging-page .judging-list-head .ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
}

.judging-page .judging-list-head .ddl .ddl-options {
    position: absolute;
    width: 140px;
    top: 40px;
    background: #000000 !important;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    transition: 0.25s;
    z-index: 999;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.judging-page .judging-list-head .ddl .ddl-options>div {
    padding: 10px 20px;
    cursor: pointer;
}

.judging-page .judging-list-head .ddl .ddl-options>div:hover {
    background: #008d2f;
    color: #fff;
}

/*-----------------------------------------------------------------
                         end-judging-css
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
                        start-hero-section-css
-----------------------------------------------------------------*/
.hero-section {
    padding-bottom: 10px;
}

.hero-section .img-wrap {
    margin-bottom: 20px
}

.hero-section .hero-meta {
    font-family: "Arial";
    font-size: 12px;
    color: #5e5e5e;
    text-align: center;
    margin-bottom: 30px;
}

.hero-section .img-wrap .hero-img {
    max-width: 340px;
    width: 100%;
    margin: auto;
}

.hero-section .img-wrap .hero-img img {
    width: 100%;
}

.hero-section .content-box p {
    margin-bottom: 10px
}

.button_group .button-cover {
    margin: auto;
    max-width: 450px;
}

.button_group .primary-btn,
.secondary-btn {
    font-family: 'AlternateGotNo2D';
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    background-color: #5e5e5e;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
}

.button_group .secondary-btn:hover {
    background-color: #e02b20;
    border-color: #fff;
    color: #FFFFFF;
}

.button_group .primary-btn:hover {
    background-color: #008d2f;
    border-color: #fff;
}

.main-background-imgs img {
    max-width: 500px;
    margin: -140px auto 0 auto;
    z-index: -1;
    position: relative;
}

/*-----------------------------------------------------------------
                        end-hero-section-css
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
                        start-strain-detail-css
-----------------------------------------------------------------*/
.product-dash {
    display: flex;
}

.product-dash .img-wrap {
    max-width: 120px;
    min-width: 120px;
    width: 100%;
    display: flex;
    margin-right: 15px
}

.single-product .product-img {
    max-width: 400px;
    margin: 0 auto;
}

.social-icons {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

.product-dash h3,
.product-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

.social-icons li a {
    max-width: 25px;
    display: flex;
}

.product-dash .link-txt {
    font-size: 13px;
    color: #ff8800;
}

.single-product .product-img a {
    width: 50%;
    margin: auto;
    display: flex;
}

ul.product_info {
    margin: 40px 0 30px 0;
}

ul.product_info li:first-child {
    border-top: 1px solid #707070;
}

ul.product_info li {
    border-bottom: 1px solid #707070;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-banner {
    background-color: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.order-banner .banner-img {
    max-width: 200px;
    width: 100%;
}

.order-banner .order-btn,
.categories-head .video-btn {
    font-family: 'Verdana';
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.order-banner .order-btn:hover,
.categories-head .video-btn:hover {
    background-color: #fff;
    color: #000 !important;
}


.categories-wrapper {
    padding: 40px 0 0;
}

.categories-wrapper .categories-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 10PX;
}

.categories-wrapper .score-and-star .score {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-head .video-btn {
    font-family: 'Verdana';
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 5px 7px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.categories-wrapper .categories-item {
    border-bottom: 1px solid #707070;
    margin: 0px 0 10px;
    padding-bottom: 10px;

}

.categories-wrapper .categories-item h3 {
    margin-top: 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'AlternateGotNo2D';

}

.categories-wrapper .categories-item h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'AlternateGotNo2D';
    color: #ff8800;
}

.categories-wrapper .score-and-star h3 {
    margin-top: 0px !important;
    color: #ff8800;
    flex-shrink: 0;
}

.categories-wrapper .score-and-star {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.categories-wrapper .score-and-star .fa-star {
    color: #ffcc00;
}

.categories-wrapper .score-and-star ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.strain-detail .button_group {
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.categories-wrapper .video-img {
    display: flex;
    display: none;
}

.categories-wrapper .video-img video {
    width: 100%;

}

/*-----------------------------------------------------------------
                        end-strain-detail-css
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
                    star rating css
-------------------------------------------------------------------



#half-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .categories-wrapper .rating-group {
    display: inline-flex;
    align-items: center;
}

/* make hover effect work properly in IE */
.categories-wrapper .rating-group.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.categories-wrapper .rating-group .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.categories-wrapper .rating-group .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
.categories-wrapper .rating-group .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.categories-wrapper .rating-group .rating__icon--star {
    color: orange;
    display: flex;
}

/* set color of none icon when unchecked */
.categories-wrapper .rating-group .rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.categories-wrapper .rating-group .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.categories-wrapper .rating-group .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.categories-wrapper .rating-group .rating-group:hover .rating__label .rating__icon--star,
.categories-wrapper .rating-group .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.categories-wrapper .rating-group .rating__input:hover~.rating__label .rating__icon--star,
.categories-wrapper .rating-group .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.categories-wrapper .rating-group .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.categories-wrapper .rating-group .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}



/*------------------------------------------------------------------------------------------------------------------
                                                START-judging-tutorial
------------------------------------------------------------------------------------------------------------------*/

.judging-tutorial-wrapper .judging-tutorial-item,
.judging-tutorial-head {
  margin: 0px 0 10px;
}
.judging-tutorial-wrapper .judging-tutorial-item h3{
    margin-bottom: 15px;
}

.judging-tutorial .button_group {
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.judging-tutorial .judging-tutorial-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.judging-tutorial-item .video-img {
    display: flex;
    margin-bottom: 15px;
}

.judging-tutorial-item .video-img video {
    width: 100%;
    border-radius: 20px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                END-judging-tutorial
------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------
                                                START-MEDIA-QUOERY
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
                                                START-MEDIA-QUOERY-991
------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .main-background-img {
        position: relative;
        z-index: -15;
        max-width: 500px;
        margin: -130px auto 0px;
    }

    header .menu ul .nav-item:hover {
        border-color: #db0f0f !important;
    }

    header .menu ul li:hover a {
        color: #db0f0f !important;
    }

    header .menu ul li:after {
        background: #db0f0f;
    }

    .home-screen {
        padding: 40px 0px 0 0px;
    }

    .sign-in-page {
        padding: 40px 0px 0px 0px;
    }

    .home-back-img {
        margin-bottom: 25px;
    }

    .home-screen-right {
        max-width: 100% !important;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

    header .menu-toggel {
        display: block;
        text-align: -webkit-right;
    }

    header .menu ul .nav-item {
        border-bottom: 2px solid;
        margin-top: 1px;
        border-color: rgba(0, 0, 0, 0.322);
    }

    .navbar-nav {
        padding: 20px 0;
        display: none;
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 125px;
        right: 0;
        z-index: 1000;
        background-color: #ffffff;
        text-align: left;
    }

    header .menu ul li>ul {
        position: relative;
        width: 300px;
        top: 0px;
        display: none;
    }

    .navbar-nav .nav-links {
        color: #000;
    }

    .navbar-nav li {
        padding: 10px 0 10px 20px;
        padding-bottom: 10px;
        background-color: #8ca756;
    }

    .navbar-nav li:hover {
        background-color: #000000;
    }

    .home-right-taxt p {
        text-align: left !important;
    }

    header .menu ul li:hover a {
        color: #8ca756;
    }

    .judging-page .judging-list-style .header-list-b {
        display: none;
    }

    .judging-page .judging-body-list .body-list-logo-item {
        width: 100% !important;

    }

    .judging-listing .judging-heading,
    .judging-listing ul.score-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .judging-right .table-head {
        display: none;
    }

    .judging-tutorial .judging-tutorial-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-dash {
        justify-content: center;
    }
}

/*------------------------------------------------------------------------------------------------------------------
                                            END-MEDIA-QUOERY-991
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
                                                START-MEDIA-QUOERY-768
------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    .account-page,
    .home-screen,
    .register-home,
    .user-info,
    .forgot-password {
        padding: 50px 0px 0px 0px;
    }

    .sign-in-page .form-register {
        padding: 0px 0 0px 0;
        max-width: 420px;
    }

    .sign-in-page .home-fire-img {
        display: none;
    }
}

/*------------------------------------------------------------------------------------------------------------------
                                            END-MEDIA-QUOERY-768
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
                                                START-MEDIA-QUOERY-575
------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 575px) {

    .account-page,
    .home-screen,
    .register-home,
    .user-info,
    .forgot-password {
        padding: 30px 0px 0px 0px;
    }

    .home-screen {
        max-width: 380px;
        margin: auto;
        width: 100%;
    }

    .register-home .register-sign-up-form .form-sign-up-wrap {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .button_group .social-btn,
    .button_group .account-btn {
        max-width: 450px;
    }

    .register-home .register-sign-up-form .form-sign-up-wrap input {
        max-width: 450px;

    }

    .register-btn {
        padding: 10px 15px;
        display: block;
    }

    .sign-in-page {
        padding: 15px 0px 0px 0px;
    }

    .home-screen {
        padding: 15px 0px 0 0px;
    }

    .account-page {
        padding: 15px 0px 0 0px;
    }

    .judging-page {
        padding: 15px 0 0;
    }

    .order-banner .order-btn {
        padding: 10px 20px;
    }

    .order-banner {
        padding: 25px 15px;
    }

    .hero-section .img-wrap .hero-img {
        padding: 0 20px;
    }

    .judging-tutorial .judging-tutorial-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*------------------------------------------------------------------------------------------------------------------
                                            END-MEDIA-QUOERY-575
------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------
                                                START-MEDIA-QUOERY-425
------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 425px) {

    .account-page,
    .home-screen,
    .register-home,
    .user-info,
    .forgot-password {
        padding: 20px 0px 0px 0px;
    }

    ul.score-wrap .score-item .score-img {
        max-width: 80px;
        min-width: 80px;
    }

    ul.score-wrap .score-item .score-group .score-btn {
        max-width: 110px;
        min-width: 110px;
        font-size: 14px;
    }

    ul.score-wrap .score-item .score-group {
        margin-top: 5px;
    }

    ul.score-wrap .score-item .score-group h4 {
        font-size: 34px;
        line-height: 34px;
    }

    ul.score-wrap .score-item {
        padding: 12px 0;
    }

    .judging-grid-wrapper .judging-list-head {
        gap: 12px;
        flex-wrap: wrap;
    }

    .navbar-nav {
        top: 100px;
        padding: 10px 20px;
    }

    header .menu-toggel a span {
        width: 40px;
        height: 3px;
    }

    .order-banner {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 30px;
    }

    .wrapper {
        padding: 15px 5px;
    }

    .wrapper form .user-details {
        margin: 10px 0 0px 0;
        justify-content: center;
        gap: 0px 10px;
    }

    form .button {
        margin: 0px 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------
                                            END-MEDIA-QUOERY-425
------------------------------------------------------------------------------------------------------------------*/

.score-and-star .rating {
    width: 100%;
    display: flex;
    align-items: center;

}

.rating {
    text-align: center;
}

.hidden {
    opacity: 0;
}

.star {
    display: inline-block;
    padding: 0 1px;
    font-size: 16px;
    color: whitesmoke;
    position: relative;
    
}


.star .hidden {
    opacity: 0;
}


.star .full:before {
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    content: "\f005";
    position: relative;
    z-index: 2;
    float: left;
    width: 22px;
    left: -3px;
    font-weight: 900;

}

.star .half:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
    left: 0px;
    width: 40%;
    font-weight: 900;

}

.star-colour {
    /* color: #ff8800; */
    color: #ffd700;
    background-color: #FFFFFF;
}


.selected:before {
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selected .pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}

.selected .is-animated:before {
    transition: 1s ease-out;
}

.categories-wrapper .score-and-star .rating .score {
    margin: 0 0 0 auto;
}

.score-rating {
    vertical-align: sup;
    top: -5px;
    position: relative;
    font-size: 150%;
}

.total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
}

.average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
}


.categories-wrapper .strain-category-score .submit-score {
    width: 100%;
}

button.score-filter-btn {
    font-family: 'Verdana';
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 15px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    background: transparent;
    color: #fff;
}
button.score-filter-btn:hover {
    background-color: #fff;
    color: #000 !important
}

.categories-item .total-score-value {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}