@font-face {
    font-family: 'TuborgGrotesque';
    src: url('../fonts/TuborgGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/TuborgGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TuborgGrotesque';
    src: url('../fonts/TuborgGrotesque-Black.woff2') format('woff2'),
        url('../fonts/TuborgGrotesque-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


::file-selector-button {
  display: none;
}

::-webkit-file-upload-button {
   display: none;
}


body{
    color: #010101;
    font-size: 16px;
    position: relative;
    font-family: 'TuborgGrotesque';
    counter-reset: geek-counter; 
    background-color: #93e492;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
}


body.login{
 background-image: url(../images/registion-bg.png);
 background-position: top center;
 background-repeat: no-repeat;
 background-size: cover;
}

body.registionbg{
    background-color: #0d1317;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
   background-attachment: scroll;
}
   


/* Helper Css 01.09.2020*/
:focus {
outline: 0;
}
:hover{
    outline: 0;
}
a{
    text-decoration: none;
}

a:hover{
text-decoration: none;
}

a, button{
    outline: none;
    box-shadow: none;
}

a, button:hover {
    outline: none;
    box-shadow: none;
}

a, button:focus {
    outline: none;
    box-shadow: none;
}


section {
    position: relative;
}




.logo {
    margin: 0px auto;
    display: table;
    padding-top: 70px;

}


h1{
    font-size: 14px;
    color: #FFD01D;
    text-align: center;
    font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
}

p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


.form-control::-webkit-input-placeholder { color: #000; font-weight: 400;}
.form-control::-moz-placeholder{color: #000;font-weight: 400;}
.form-control:-ms-input-placeholder{ color: #000;font-weight: 400;}
.form-control:-moz-placeholder{color: #000;font-weight: 400;}


.customForm {
    width: 313px;
    margin: 0px auto;
    display: table;
}

.inputbg {
    background-image: url(../images/input.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 50px;
    background-color: transparent;
    border: 0;
}

.form-control {
    font-size: 16px;
    color: #d8a07d;
    letter-spacing: 1.5px;
    padding: 0rem 2rem;
}

.form-control:focus{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    padding: 0.5rem 1rem;
}

.form-check-label{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 2px solid #3DC00F;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #22FF00;
    border-color: #fff;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    color: #fff;
    background-color: #ff0010;
}




.customForm {
  width: 313px;
  margin: 0px auto;
  display: table;
}


.form-control {
    font-size: 16px;
    color: #000;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #3DC00F;
}

.link{
  display: table;
  margin: 0px auto;
}

.heading {
    display: table;
    margin: 20px auto;
}


.comingButton {
    background-color: #fff;
    font-size: 20px;
    color: #3DC00F;
    border-radius: 50px;
    border: 4px solid #3DC00F;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-align: center;
    display: table;
    margin: 0px auto;
}


.title {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.slide-item p{
      font-size: 12px;
    color: #fff;
    text-align: center;
}


.rtl-slider-nav .slick-slide.slick-current.slick-active li{
    background-color: #3DC00F;
    color: #fff;
}

.rtl-slider-nav .slick-slide{
    margin: 0px 5px;
}

input#file {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png') center right no-repeat #fff;
  border-radius: 20px;
  background-size: 30px 30px;
}


.rtl-slider {
    height: 200px;
    
    margin-bottom: 50px;
    padding-top: 20px;
}

.slick-prev{
    background-image: url(../images/arrow-left.png);
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -6%;
    transform: translateX(-50%);
      background-color: transparent;
    border: 0;
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 0;
}

.slick-next{
    background-image: url(../images/arrow-right.png);
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
     right: -13%;
    transform: translateX(-50%);
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
        font-size: 0;
}


.slicksliderMain{
  margin: 20px 20px;
}
.sitePosition {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 510px;
}


.buttonPoint {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.buttonPoint li {
    background-color: #fff;
    font-size: 14px;
    color: #3DC00F;
    border-radius: 10px;
    border: 2px solid #3DC00F;
    padding: 0.5rem 0.2rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
}

.buttonPoint li p{
    color: #000;
    margin: 0;
    padding: 0;
}


.regButtonNew button {
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #3DC00F;
    font-size: 16px;
    color: #3DC00F;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: 0px auto;
}

.form-controlNew{
    font-size: 16px;
    color: #000;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #3DC00F;
        width: 100%;
}


.scrollButon {
    background: rgb(0 0 0 / 50%);
    border-radius: 50px;
    text-align: center;
    margin: 0px auto;
    display: table;
    padding: 0.2rem 2rem;
    color: #fff;
    font-style: normal;
   font-weight: 600;
       margin-bottom: 30px;
}

.input_file {
    position: relative;
}
.input_file input#file {
    display: none;
}
.input_file label[for="file"] {
    font-size: 16px;
    color: #000;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #3DC00F;
    width: 100%;
    background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png) center right 8px no-repeat #fff;
    border-radius: 20px;
    background-size: 30px 30px;
}