@import'../bower_components/bootstrap/css/bootstrap.min.css';
@import'../bower_components/animate/animate.min.css';
@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
@import'../bower_components/swiper/swiper.min.css';
@import'../bower_components/animate/animate.min.css';
@import'../bower_components/font-awesome/css/font-awesome.min.css';

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
  background-color: #000000
}

a {
  color: #fff
}

a:hover {
  color: #fff
}

a,
button,
.btn {
  transition: all .3s ease;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  transition: all .3s ease;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none
}

input,
select,
textarea {
  box-shadow: none;
  border-radius: 3px;
  outline: none
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  outline: none;
  box-shadow: none
}

img:focus,
img:active {
  outline: none
}

:focus {
  outline: none
}

section {
  background-color: #0c1014
}

.blue-btn-solid {
  background-color: #614901;
  border: .5px solid #fff;
  color: #fff;
  border-radius: 20px;
  padding: 0px 15px;
  line-height: 25px;
}

.blue-btn-solid:hover,
.blue-btn-solid:active {
  background-color: #05f;
  border-color: #05f
}

.white-btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  line-height: 25px
}

.white-btn-transparent:hover,
.white-btn-transparent:active {
  background-color: #05f;
  border-color: #05f
}

.heading-col h2 {
  font-weight: 400;
  font-size: 30px;
  font-weight: 600px;
  line-height: 38px;
  margin: 0
}

.heading-col h2 span {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
  color: #00b0ff
}

header {
  padding: 0px 0;
  border-bottom: 1px solid #272727
}

header nav.navbar {
  padding-left: 0;
  padding-right: 0
}

header nav.navbar .navbar-toggler {
  border: none;
  padding: 0;
  box-shadow: none
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0
}

header nav.navbar .navbar-brand img {
  width: 90px
}

header nav.navbar ul.navbar-nav {
  align-items: center
}

header nav.navbar ul.navbar-nav li {
  margin-right: 12px
}

header nav.navbar ul.navbar-nav li a {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  transition: all .3s ease
}

header nav.navbar ul.navbar-nav li a:hover,
header nav.navbar ul.navbar-nav li a.active {
  color: #fff
}

header nav.navbar ul.navbar-nav li.dropdown .dropdown-toggle img {
  transform: rotate(90deg);
  width: 7px;
  margin-left: 5px
}

header nav.navbar ul.navbar-nav li.dropdown .dropdown-toggle::after {
  display: none
}

header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  background-color: #14181d
}

header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu li a {
  background-color: transparent
}

header nav.navbar ul.navbar-nav li:last-child {
  margin-right: 0
}

.banner-section {
  height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative
}

.banner-section .container {
  position: relative;
  z-index: 3
}

.banner-section .swiper-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.banner-section .swiper-container .swiper-slide {
  display: flex;
  align-items: center
}

.banner-section .banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-image: url("../images/banner-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  top: 0;
  margin: 0;
  height: 100%;
  width: 70px;
  opacity: 0;
  transition: all .3s ease
}

.banner-section .swiper-button-next {
  right: 0;
  background: linear-gradient(270deg, rgba(20, 24, 29, 0.75), rgba(20, 24, 29, 0))
}

.banner-section .swiper-button-prev {
  left: 0;
  background: linear-gradient(270deg, rgba(20, 24, 29, 0), rgba(20, 24, 29, 0.75))
}

.banner-section .swiper-button-next::after,
.banner-section .swiper-button-prev::after {
  color: #fff;
  font-size: 28px
}

.banner-section .swiper-pagination-bullet {
  width: 85px;
  height: 4px;
  border-radius: 0
}

.banner-section .swiper-pagination-bullet-active {
  background-color: #fff
}

.banner-section .banner-col {
  position: relative;
  padding: 30px 12px
}

.banner-section .banner-col img {
  max-width: 320px;
  margin-bottom: 20px
}

.banner-section .banner-col h1 {
  font-size: 50px;
  font-weight: 600px;
  fon line-height: 50px;
  letter-spacing: 8px;
  color: #fff;
  margin-bottom: 10px
}

.banner-section .banner-col h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px
}

.banner-section .banner-col p {
  font-size: 16px;
  margin-bottom: 40px
}

.banner-section:hover .swiper-button-next,
.banner-section:hover .swiper-button-prev {
  opacity: 1
}

.whats-new-section {
  padding: 40px 0
}

.whats-new-section .heading-row {
  align-items: flex-end;
  margin-bottom: 20px
}

.whats-new-section .read-col {
  text-align: right
}

.whats-new-section .read-col a {
  font-size: 15px;
  line-height: 20px
}

.whats-new-section .read-col a img {
  margin-left: 5px
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div {
  background-size: cover;
  height: 300px;
  display: block;
  margin-bottom: 24px;
  border-radius: 10px
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div {
  background: transparent linear-gradient(180deg, rgba(20, 24, 29, 0), #030405) 0 0 no-repeat padding-box;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div label {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 2px
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div label:hover {
  background-color: #0084ff;
  border-color: #0084ff
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div p {
  font-size: 14px;
  line-height: 24px;
  margin: 0
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div-1 {
  background-image: url("../images/community-1.png")
}

.whats-new-section .whats-new-feature-col .whats-new-feature-div-2 {
  background-image: url("../images/community-2.png")
}

.whats-new-section .whats-new-col .whats-new-div {
  display: flex;
  align-items: center;
  background-color: #1b2026;
  padding-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px
}

.whats-new-section .whats-new-col .whats-new-div .bg-img-div {
  width: 116px;
  height: 116px;
  flex: 0 0 116px;
  background-position: center center
}

.whats-new-section .whats-new-col .whats-new-div .text-div {
  padding-left: 20px
}

.whats-new-section .whats-new-col .whats-new-div .text-div h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ea6e35;
  text-transform: uppercase;
  margin-bottom: 10px
}

.whats-new-section .whats-new-col .whats-new-div .text-div h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden
}

.whats-new-section .whats-new-col .whats-new-div .text-div p {
  color: #898b8e;
  font-size: 14px;
  line-height: 20px;
  margin: 0
}

.whats-new-section .whats-new-col.whats-new-col-1 .whats-new-div .bg-img-div {
  background-image: url("../images/community19.jpg")
}

.whats-new-section .whats-new-col.whats-new-col-2 .whats-new-div .bg-img-div {
  background-image: url("../images/community20.jpg")
}

.whats-new-section .whats-new-col.whats-new-col-3 .whats-new-div .bg-img-div {
  background-image: url("../images/community21.jpeg")
}


.play-own-avatar-section {
  background-image: url("../images/bg-image.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center
}

.land-owner-section {
  padding-bottom: 80px
}




.land-owner-section .container {
  background-image: url("../images/bg-image-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left -50px;
  padding: 25px 12px
}

.land-owner-section .heading-col .blue-btn-solid {
  margin-right: 10px
}

.land-owner-section .heading-col h2,
.play-own-avatar-section .heading-col h2 {
  margin-bottom: 15px
}

.land-owner-section .heading-col p,
.play-own-avatar-section .heading-col p {
  margin-bottom: 20px
}

.partner-section {
  padding-bottom: 80px
}

.partner-section .partner-col {
  text-align: center
}

.partner-section .partner-col a {
  padding: 4px 14px;
  display: inline-block;
  margin-right: 40px;
  height: 72px;
  max-width: 125px;
  margin-bottom: 30px
}

.partner-section .partner-col a img {
  max-width: 125px;
  max-height: 72px
}

.nft-section {
  background-image: url("../images/bg-image-3.png")
}

.sand-section {
  background-image: none;
  padding-top: 40px
}

footer {
  padding-top: 80px;
  padding-bottom: 80px
}



.gpt-section {
  background-image: url("../images/Nexusgpt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px 12px;
}

.farming-gpt {
  background-image: url("../images/Farming_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}

.aboutus-gpt {
    /* background-image: url("../images/Farming_bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 700px; */
}

.videoPlayer {
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
}

.banner-section video {
  width: 125%;
  height: 100%;
}

.timer {
  font-size: 28px !important;
  margin-bottom: 10px !important;
  font-weight: 600;
}

.registerBtn {
  margin-bottom: 10px !important;
}

.play-own-avatar-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-games {
  display: flex;
  justify-content: space-between;
}

.new-games img {
  width: 22%;
  margin-right: 4%;
}

.bold-5 {
  font-weight: 500 !important;
}

.bold-6 {
  font-weight: 600 !important;
}

.bold-7 {
  font-weight: 700 !important;
}

.bold-8 {
  font-weight: 800 !important;
}

.heigh-3 {
  height: 300px !important;
}

.heigh-4 {
  height: 400px !important;
}

.heigh-5 {
  height: 500px !important;
}

.heigh-6 {
  height: 600px !important;
}






footer .links-col a {
  font-size: 14px;
  opacity: .7
}

footer .links-col a:hover {
  opacity: 1
}

footer .links-col h3 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px
}

footer .links-col ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  min-width: 49%
}

footer .links-col ul li {
  margin: 0 0 10px
}

footer .social-col a {
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px
}

footer .social-col a:last-child {
  margin: 0
}

footer .social-col p {
  margin-top: 30px;
  font-size: 12px;
  opacity: .7;
  margin-bottom: 0
}

footer .image-col {
  text-align: center
}

footer .image-col img {
  max-width: 100px;
}

@media only screen and (max-width: 1199.98px) {
  .banner-section {
    height: 560px
  }

  .whats-new-section .whats-new-col .whats-new-div .bg-img-div {
    width: 86px;
    flex: 0 0 86px
  }
}

@media only screen and (max-width: 991.98px) {
  .blue-btn-solid {
    font-size: 10px
  }

  .heading-col h2 {
    font-size: 24px;
    line-height: 34px
  }

  .heading-col p {
    font-size: 12px
  }

  header .fa-bars {
    color: #fff;
    font-weight: 400;
    font-size: 21px
  }

  header nav.navbar ul.navbar-nav {
    align-items: flex-start
  }

  .banner-section {
    height: 430px
  }

  .banner-section .banner-col img {
    max-width: 240px;
    margin-bottom: 10px
  }

  .banner-section .banner-col h1 {
    font-size: 18px;
    line-height: 28px
  }

  .banner-section .banner-col p {
    font-size: 14px;
    margin-bottom: 20px
  }

  .whats-new-section {
    padding: 40px 0
  }

  .whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div h3 {
    font-size: 18px;
    line-height: 28px
  }

  .land-owner-section .heading-col h2,
  .play-own-avatar-section .heading-col h2 {
    margin-bottom: 10px
  }

  .play-own-avatar-section,
  .land-owner-section {
    padding-bottom: 20px
  }

  .partner-section {
    padding-bottom: 40px
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px
  }

  footer .social-col p {
    margin-top: 20px
  }

  footer .image-col {
    padding-top: 40px
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-section {
    height: 320px
  }

  .whats-new-section .whats-new-col .whats-new-div .bg-img-div {
    width: 116px;
    flex: 0 0 116px
  }

  .reverse-row {
    flex-direction: column-reverse
  }

  .land-owner-section .container {
    background: none
  }
}

@media only screen and (max-width: 575.98px) {
  .heading-col h2 {
    font-size: 20px;
    line-height: 30px
  }

  .banner-section {
    height: auto
  }

  .banner-section video {
    width: auto;
    height: 100%
  }

  .banner-section .banner-col {
    padding: 50px 12px
  }

  .whats-new-section .whats-new-feature-col .whats-new-feature-div .text-div {
    padding: 15px
  }

  .land-owner-section .heading-col .blue-btn-solid {
    margin-bottom: 10px
  }
}


/*sourceMappingURL=style.min.css.map*/



    time {
  text-align: center;
  font-size: 600px;
  margin-top: 0px;
}


.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.button-Earn {
  background-color: #614901;
  border: solid;
  border-color: #fff;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}






/* Contact us Page */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */

.contactus-main {
  min-height: 90vh;
  width: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}



.contactus-gpt {
  width: 60%;
  background: #141414;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contactus-gpt .content-contactus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactus-gpt .content-contactus .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content-contactus .left-side::before {
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}

.content-contactus .left-side .details {
  margin: 14px;
  text-align: center;
}

.content-contactus .left-side .details i {
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}

.content-contactus .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content-contactus .left-side .details .text-one,
.content-contactus .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.contactus-gpt .content-contactus .right-side {
  margin-top: 30px;
  width: 75%;
  margin-left: 75px;
}

.content-contactus .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}

.content-contactus .right-side .topic-para {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #181818;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
  color: #fff;
}

.right-side .message-box {
  min-height: 110px;
}

.right-side .input-box textarea {
  padding-top: 6px;
}

.right-side .contactus-button {
  display: inline-block;
  margin-top: 12px;
}

.right-side .contactus-button input[type="contactus-button"] {
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #0084ff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.contactus-button input[type="contactus-button"]:hover {
  background: #5029bc;
}

@media (max-width: 950px) {
  .contactus-gpt {
    width: 90%;
    padding: 30px 40px 40px 35px;
  }

  .contactus-gpt .content-contactus .right-side {
    width: 75%;
    margin-left: 55px;
  }
}
.image-slideshowh {
    max-width: 5000px;
    position: relative;
    margin: auto;
}

* {
    box-sizing: border-box
}

.image-slideshow {
    max-width: 5000px;
   
    position: relative;
    margin: auto;
}

img {
    width: 100%
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@media (max-width: 820px) {
  .contactus-gpt {
    margin: 40px 0;
    height: 100%;
  }

  .contactus-gpt .content-contactus {
    flex-direction: column-reverse;
  }

  .contactus-gpt .content-contactus .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contactus-gpt .content-contactus .left-side::before {
    display: none;
  }

  .contactus-gpt .content-contactus .right-side {
    width: 100%;
    margin-left: 0;
  }
}