/*====================================
        Theme Color's
====================================*/

/*====================================
        Theme Fonts Size's
====================================*/

/*====================================
        Theme Line Height's
====================================*/

/*====================================
        Theme Font Family's
====================================*/

/*====================================
        Theme Box Shadow
====================================*/

.mode {
  background-color: #261B1E;
  transition: 0.3s;
}

.mode .moon {
  display: none;
}

.mode .sun {
  display: block !important;
}

.mode .footer .logo-otr .logo,
.mode .hero .img,
.mode .create-join .img,
.mode .header .logo-otr .logo {
  display: none;
}

.mode .footer .logo-otr .logo-dark,
.mode .hero .img-dark,
.mode .create-join .img-dark,
.mode .header .logo-otr .logo-dark {
  display: block !important;
}

.mode .header .menu-main .menu-ul .menu-li .menu-a {
  color: #FFFFFF;
}

.mode .about .box-otr,
.mode .header .action-otr .dark-icon-otr {
  background-color: rgba(255, 255, 255, 0.1);
}

.mode p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.mode h1,
.mode h2,
.mode h3,
.mode .heading-h4 {
  color: #FFFFFF !important;
}

.mode .btn-create {
  background: linear-gradient(180deg, #C6FFAD 0%, #94DA7B 100%);
  color: #49363B;
}

.mode .btn-create:hover {
  background: linear-gradient(180deg, #866D73 0%, #5E454B 100%);
  color: #FFFFFF;
}

.mode .btn-join {
  background: transparent;
  border: 1px solid #94DA7B;
  color: #FFFFFF;
  transition: 0.3s;
}

.mode .btn-join:hover {
  background: linear-gradient(180deg, #C6FFAD 0%, #94DA7B 100%);
  color: #49363B;
}

.mode .how-to-play,
.mode .about {
  background-color: transparent;
}

.mode .about .container .wrapper::after {
  content: "";
  position: absolute;
  background-color: #49363B;
}

.mode .create-join {
  background-color: #49363B;
  background-image: url(/assets/img/bg-light-dark-large.png);
  background-position: center;
  background-size: cover;
}

.mode .create-join .join-room {
  position: relative;
  z-index: 2;
}

.mode .create-join .create-room {
  position: relative;
  z-index: 2;
}

.mode .copy-right,
.mode .how-to-play .col-box-inr {
  background-color: #49363B;
}

.mode .how-to-play .step {
  color: rgba(255, 255, 255, 0.1) !important;
}

/*====================================
        Navbar Start Here
====================================*/

.header {
  overflow: hidden;
  padding: 28px 0;
}

.header .container .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo-otr .logo-dark {
  display: none;
}

.header .menu-main .menu-ul {
  display: flex;
  align-items: center;
}

.header .menu-main .menu-ul .menu-li {
  position: relative;
}

.header .menu-main .menu-ul .menu-li:not(:last-child) {
  margin-right: 40px;
}

.header .menu-main .menu-ul .menu-li:hover .menu-a {
  color: #94DA7B;
}

.header .menu-main .menu-ul .menu-li:hover .circle-hover {
  background-color: #94DA7B;
}

.header .menu-main .menu-ul .menu-li .menu-a {
  color: #49363B;
  transition: 0.3s;
}

.header .menu-main .menu-ul .menu-li .circle-hover {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: transparent;
  left: 50%;
  top: -46px;
  transform: translateX(-50%);
  transition: 0.3s;
}

.header .action-otr {
  display: flex;
  align-items: center;
}

.header .action-otr .action {
  display: flex;
  margin-right: 24px;
}

.header .action-otr .dark-icon-otr {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: rgba(38, 27, 30, 0.1);
}

.header .action-otr .dark-icon-otr .moon {
  font-size: 24px;
  color: #261B1E;
}

.header .action-otr .dark-icon-otr .sun {
  display: none;
  font-size: 24px;
  color: #FFFFFF;
}

/*====================================
        Navbar Start Here
====================================*/

/*====================================
        Hero Section Start Here
====================================*/

.hero {
  position: relative;
  padding: 100px 0 500px 0;
}

.hero .container .row-custom {
  position: relative;
  align-items: center;
  z-index: 2;
}

.hero .col-content-inr {
  padding-right: 100px;
}

.hero .col-content-inr .heading {
  color: #49363B;
}

.hero .col-content-inr .desc {
  color: #49363B;
  margin: 24px 0 40px 0;
}

.hero .col-content-inr .action-otr {
  display: flex;
  align-items: center;
}

.hero .col-content-inr .action-otr .action {
  display: flex;
}

.hero .col-content-inr .action-otr .action:not(:last-child) {
  margin-right: 24px;
}

.hero .col-img-otr .col-img-inr .img {
  width: 100%;
}

.hero .col-img-otr .col-img-inr .img-dark {
  display: none;
  width: 100%;
}

.hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

/*====================================
        Hero Section Start Here
====================================*/

/*====================================
        About Section Start Here
====================================*/

.about {
  background-color: #FFFFFF;
  padding: 128px 0;
}

.about .container .wrapper {
  position: relative;
  padding: 72px 72px 0 72px;
}

.about .container .wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100% - 60px);
  background-color: #F3F0D7;
  border-radius: 24px;
}

.about .heading {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #49363B;
  margin-bottom: 24px;
}

.about .row-custom {
  position: relative;
  z-index: 1;
}

.about .col-content-inr .desc {
  color: #49363B;
  margin-bottom: 72px;
}

.about .box-otr {
  display: flex;
  align-items: center;
  background-color: rgba(38, 27, 30, 0.1);
  padding: 24px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.about .box-otr .icon-otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #94DA7B;
  border-radius: 16px;
}

.about .box-otr .icon-otr .icon {
  width: 50px;
}

.about .box-otr .heading {
  color: #49363B;
  margin: 0 0 0 24px;
}

/*====================================
        About Section Start Here
====================================*/

/*====================================
    Create/Join Section Start Here
====================================*/

.create-join {
  padding: 128px 0;
}

.create-join .join-room {
  align-items: center;
  margin-top: 72px;
}

.create-join .join-room .col-content-otr .col-content-inr .heading {
  color: #49363B;
}

.create-join .join-room .col-content-otr .col-content-inr .decs {
  color: #49363B;
  margin: 24px 0 36px 0;
}

.create-join .join-room .col-content-otr .col-content-inr .action {
  display: flex;
}

.create-join .join-room .col-img-otr .col-img-inr {
  padding-left: 120px;
}

.create-join .join-room .col-img-otr .col-img-inr .img {
  width: 100%;
}

.create-join .join-room .col-img-otr .col-img-inr .img-dark {
  display: none;
  width: 100%;
}

.create-join .create-room {
  align-items: center;
}

.create-join .create-room .col-img-otr .col-img-inr {
  padding-right: 120px;
}

.create-join .create-room .col-img-otr .col-img-inr .img {
  width: 100%;
}

.create-join .create-room .col-img-otr .col-img-inr .img-dark {
  display: none;
  width: 100%;
}

.create-join .create-room .col-content-otr .col-content-inr .heading {
  color: #49363B;
}

.create-join .create-room .col-content-otr .col-content-inr .decs {
  color: #49363B;
  margin: 24px 0 36px 0;
}

.create-join .create-room .col-content-otr .col-content-inr .action {
  display: flex;
}

/*====================================
    Create/Joi Section Start Here
====================================*/

/*====================================
    How to Play Section Start Here
====================================*/

.how-to-play {
  background-color: #FFFFFF;
  padding: 128px 0;
}

.how-to-play .wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.how-to-play .wrapper .heading {
  color: #49363B;
}

.how-to-play .wrapper .desc {
  color: #49363B;
  margin-top: 24px;
}

.how-to-play .col-box-inr {
  background-color: #F3F0D7;
  border-radius: 24px;
  padding: 36px 36px 32px 36px;
}

.how-to-play .col-box-inr .icon-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how-to-play .icon-otr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background-color: #94DA7B;
}

.how-to-play .icon-otr .icon {
  width: 50px;
}

.how-to-play .step {
  color: rgba(38, 27, 30, 0.1);
}

.how-to-play .box-heading {
  color: #49363B;
  margin: 24px 0 14px 0;
}

.how-to-play .box-desc {
  color: #49363B;
}

/*====================================
   How to Play Section Start Here
====================================*/

/*====================================
  call to action Section Start Here
====================================*/

.cta {
  position: relative;
  padding: 128px 0 500px 0;
}

.cta .row-custom {
  position: relative;
  justify-content: center;
  z-index: 2;
}

.cta .row-custom .koala-img1 {
  position: absolute;
  left: 0;
  top: 45%;
  width: 200px;
  transform: rotate(-10deg);
}

.cta .row-custom .koala-img2 {
  position: absolute;
  right: 0;
  top: 45%;
  width: 200px;
  transform: rotate(10deg);
}

.cta .col-content-inr {
  text-align: center;
}

.cta .col-content-inr .heading {
  color: #49363B;
}

.cta .col-content-inr .desc {
  color: #49363B;
  margin: 24px 0 36px 0;
}

.cta .col-content-inr .action-otr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta .action:not(:last-child) {
  margin-right: 24px;
}

.cta .cta-img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

/*====================================
  call to action Section Start Here
====================================*/

/*====================================
    footer Section Start Here
====================================*/

.footer {
  padding: 128px 0;
}

.footer .logo-otr .logo-dark {
  display: none;
}

.footer .icon-main {
  margin-top: 24px;
}

.footer .icon-main .icon-ul {
  display: flex;
  align-items: center;
}

.footer .icon-main .icon-ul .icon-li:not(:last-child) {
  margin-right: 16px;
}

.footer .icon-main .icon-ul .icon-li .icon-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #94DA7B;
}

.footer .menu-ul .menu-li:not(:last-child) {
  margin-bottom: 12px;
}

.footer .menu-a {
  color: #49363B;
  transition: 0.3s;
}

.footer .menu-a:hover {
  color: #94DA7B;
}

.copy-right {
  background-color: #FFFFFF;
  padding: 16px 0;
}

.copy-right .container .wrapper {
  text-align: center;
}

.copy-right .cp-right {
  color: #49363B;
}

.copy-right .cp-right .linkk {
  display: inline;
  color: #94DA7B;
}

/*====================================
    footer Section Start Here
====================================*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #F3F0D7;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}

.heading-h1 {
  font-size: 64px;
  line-height: 76px;
  font-family: "BakBak-Regular";
}

.heading-h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: "BakBak-Regular";
}

.heading-h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "BakBak-Regular";
}

.heading-h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: "BakBak-Regular";
}

.heading-L {
  font-size: 20px;
  line-height: 34px;
  font-family: "OpenSans-Regular";
}

.heading-LB {
  font-size: 20px;
  line-height: 34px;
  font-family: "OpenSans-Bold";
}

.heading-M {
  font-size: 18px;
  line-height: 32px;
  font-family: "OpenSans-Regular";
}

.heading-MB {
  font-size: 18px;
  line-height: 32px;
  font-family: "OpenSans-Bold";
}

.heading-S {
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Regular";
}

.heading-SB {
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Bold";
}

.btn-primary {
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Bold";
  color: #49363B;
  background: linear-gradient(180deg, #C6FFAD 0%, #94DA7B 100%);
  text-align: center;
  padding: 11px 28px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #866D73 0%, #5E454B 100%);
  color: #FFFFFF;
}

.btn-primary:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 16px;
  line-height: 30px;
  font-family: "OpenSans-Bold";
  background: linear-gradient(180deg, #866D73 0%, #5E454B 100%);
  color: #FFFFFF;
  text-align: center;
  padding: 11px 28px;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-secondary:hover {
  color: #49363B;
  background: linear-gradient(180deg, #C6FFAD 0%, #94DA7B 100%);
}

.btn-secondary:focus {
  outline: none;
  border: none;
  box-shadow: none;
}


/*# sourceMappingURL=app.css.map*/