/* Font Family ***********************************************************************/
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Futura_Bk_Bt_Book";
  src: url("../fonts/Futura_Bk_Bt_Book/Futura_Bk_Bt_Book.ttf");
  font-display: swap;
}

/* common css ******************************************************************************/
:root {
  --white: #ffffff;
  --light-gray: #f2f2f2;
  --black: #000000;
  --Buttery-White: #fffceb;
  --Black-Cat: #433d37;
  --Bee-Yellow: #f2a411;
  --Cantaloupe: #fbaa28;
  --Chili-Pepper: #c02222;
  --Green-Pea: #1e5a3c;
  --Liver: #4d4a4a;
  --Papaya-Whip: #faf2d2;
  --Sunglow: #ffc846;
  --Vampire-Grey: #505050;
}

.white {
  color: var(--white);
}
.black {
  color: var(--black);
}

.bg-sunglow {
  background-color: var(--Sunglow);
}
.bg-buttery-White {
  background-color: var(--Buttery-White);
}
.bg-papaya-whip {
  background-color: var(--Papaya-Whip);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.common::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
body {
  font-family: "Poppins-Regular";
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--black);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--Black-Cat);
}
p:last-child {
  margin-bottom: 0;
}
.small {
  font-size: 16px;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
a:hover {
  color: var(--white);
}
span {
  display: inline-block;
}
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading h2 {
  color: var(--Black-Cat);
}
.section-heading p span {
  color: var(--Cantaloupe);
}
.section-heading p {
  font-family: "Poppins-Medium";
}
.btn-common {
  font-size: 20px;
  color: var(--white);
  padding: 12px 40px;
  background: var(--Green-Pea);
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
}
.btn-common img {
  max-width: 30px;
  margin-right: 10px;
}
section {
  padding: 80px 0;
  overflow: hidden;
}
.bg {
  padding: 100px 0;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
img,
video {
  max-width: 100%;
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--black);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--white);
  outline: 2px solid var(--white);
  outline-offset: 3px;
}
.owl-nav {
  margin-top: 0;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
}
.owl-nav button.owl-prev {
  left: -5%;
}
.owl-nav button.owl-next {
  right: -5%;
}
.form-control-common {
  background: var(--light-gray);
  border: none;
  font-size: 20px;
  padding: 15px 50px 15px 20px;
  width: 100%;
  appearance: textfield;
  color: var(--Black-Cat);
  border-radius: 10px;
  box-shadow: none;
  resize: none;
  outline: none;
  font-family: "Futura_Bk_Bt_Book";
}

.input-group {
  padding-bottom: 20px;
}
::placeholder {
  color: gray;
  text-transform: capitalize;
}
form .btn-common {
  padding: 14px 40px !important;
}

select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url("../images/down-arrow.svg") no-repeat !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 14px !important;
  padding-right: 2.5rem !important;
  background-color: var(--light-gray) !important;
}

/* header css start ******************************************************************************/
@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
#header.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
  z-index: 1000;
  box-shadow: 0 0 10px 2px #000;
}
#header {
  padding: 18px 0;
  transition: 0.5s all;
  position: relative;
}
#header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo-box img {
  max-width: 220px;
  width: 100%;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 30px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 25px;
  height: 3px;
  background: var(--Black-Cat);
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 5px;
}
#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}
#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
#header .button-box {
  margin-left: 20px;
  padding-top: 0;
}
#header .main-nav nav ul li {
  display: inline-block;
  position: relative;
}
#header .main-nav nav ul li:not(:last-child) {
  margin-right: 40px;
}
#header .main-nav nav ul li a {
  color: var(--Vampire-Grey);
  padding: 5px;
  font-size: 20px;
  transition: 0.5s all;
}
#header .main-nav nav ul li a:hover {
  color: var(--Cantaloupe);
}

/* home-banner css ******************************************************************************/
#home-banner {
  padding: 0 0;
  margin: 0 0;
  height: calc(100vh - 110px);
  overflow: hidden;
}
#home-banner .video-bx {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#home-banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#home-banner img {
  height: 100%;
  width: 100%;
}

/* section css ******************************************************************************/
#headline {
  padding: 46px 0 0 0;
  overflow: visible;
}
#headline h1 {
  color: var(--Black-Cat);
  font-family: "Poppins-Bold";
}
#headline p {
  color: var(--Black-Cat);
  font-family: "Poppins-Medium";
}
#headline .button-box {
  margin-bottom: -24px;
}

/* section css ******************************************************************************/
#welcome .section-heading p {
  font-family: "Poppins-Medium";
}
#welcome .text-box {
  max-width: 920px;
  margin: 0 auto;
}
#welcome .text-box:not(:last-child) {
  margin-bottom: 40px;
}
#welcome .text-box p {
  color: var(--Black-Cat);
}
#welcome .text-box.text-right {
  text-align: right;
}

/* live css ******************************************************************************/
#live .row {
  row-gap: 50px;
}

#live .details {
  width: 60%;
}
#live .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--Buttery-White);
  border-radius: 20px;
  padding: 10px 10px;
  margin-top: -30px;
  position: relative;
  min-height: 140px;
  height: 100%;
  max-height: 160px;
  overflow: hidden;
}

#live .text-box .btn-common {
  font-size: 15px;
  padding: 8px 10px;
}

#live .text-box h5 {
  font-size: 17px;
  font-family: "Poppins-SemiBold";
  color: var(--Black-Cat);
  line-height: 1.5;
}
#live .text-box h6 {
  font-size: 15px;
  color: var(--Black-Cat);
  font-family: "Poppins-Medium";
  margin-block: 2px;
}
#live .text-box p {
  font-size: 15px;
  color: var(--Liver);
  font-family: "Poppins-SemiBold";
}

#live .box {
  height: 100%;
}

/* design css ******************************************************************************/

.design-cmn .item {
  border-radius: 20px;
  overflow: hidden;
}
.design-cmn .item img {
  width: 100%;
  height: 100%;
}

/* footer css ******************************************************************************/
#footer .footer-part {
  padding-top: 50px;
  background-color: var(--black);
}

#footer .top-box .logo-box img {
  max-width: 250px;
  margin-bottom: 30px;
}
#footer .top-box .button-box img {
  max-width: 90%;
}
#footer .top-box h5 {
  margin-bottom: 30px;
}
#footer .top-box .list-box li:not(:last-child) {
  margin-bottom: 20px;
}
#footer .top-box .list-box li {
  color: var(--white);
  font-family: "Futura_Bk_Bt_Book";
}
#footer .top-box .list-box li a {
  transition: 0.5s;
}
#footer .top-box .list-box li a:hover {
  color: var(--white);
}
#footer .box3 ul span {
  color: var(--Chili-Pepper);
  font-size: 20px;
}
#footer .top-box .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  margin-top: -30px;
}
#footer .top-box .link-box ul li a {
  border: 1px solid var(--white);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#footer .top-box .link-box ul li i {
  color: var(--white);
  transition: 0.5s;
  opacity: 0.7;
}
#footer .top-box .link-box ul li a:hover i {
  opacity: 1;
}
#footer .top-box .link-box ul img {
  max-width: 40px;
}
#footer .end-box {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid var(--Black-Cat);
}
#footer .end-box p {
  text-align: center;
  color: var(--white);
  font-family: "Futura_Bk_Bt_Book";
}

/* bid page css start  */

#boli .boli-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#boli .left-image {
  /* flex: 1; */
  max-width: 990px;
  max-height: 770px;
  overflow: hidden;
}

#boli .left-image img {
  width: 100%;
  height: 100%;
}

#boli .right-content {
  /* flex: 1; */
  padding: 30px 30px 30px 0;
  background-color: var(--Buttery-White);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#boli .bid-card {
  background-color: var(--Papaya-Whip);
  padding: 20px 20px 20px 50px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 30px;
  /* max-width: 95%; */
}

#boli .bid-card h3 {
  margin: 0;
  color: var(--Chili-Pepper);
  font-family: "Poppins-Bold";
}
#boli .bid-card .starting-bid-main-bx {
  display: flex;
  column-gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
#boli .starting-bid {
  margin: 10px 0;
  font-weight: bold;
}

#boli .starting-bid h6 {
  width: max-content;
  background: var(--Buttery-White);
  border-radius: 10px;
  padding-left: 15px;
  font-family: "Poppins-SemiBold";
  color: var(--Black-Cat);
}

#boli .bid-amount {
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 8px;
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}

#boli .god-title h2 {
  text-transform: capitalize;
  color: var(--Black-Cat);
  font-family: "Poppins-Bold";
}
#boli .god-title {
  margin-bottom: 20px;
  padding-left: 50px;
}

.latest-bid {
  background-color: var(--Sunglow);
  padding: 55px 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.latest-bid .highlight {
  color: var(--Chili-Pepper);
}

.latest-bid .title {
  font-family: "Poppins-Bold";
}

/* bid page css end  */

/* popup form css */

.modal .modal-dialog {
  max-width: 70%;
}

.modal .modal-header {
  border: none;
}

.modal .form-box {
  padding: 10px 10px;
}
.modal .form-box .row {
  row-gap: 20px;
}

.modal .btn-close {
  background: url("../images/close-icon.svg") no-repeat;
  background-size: 25px;
  opacity: 1;
  box-shadow: none;
}

.modal .modal-content {
  border-radius: 20px;
}

/* Thank you page css ******************************************************************************/
#thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90svh;
}
#thank-you .thank-you-box {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  text-align: center;
  border-radius: 12px;
  box-shadow: rgb(0 0 0 / 0.24) 0 2px 8px;
  background-color: var(--Buttery-White);
}

#thank-you .btn-common {
  font-size: 16px;
  padding: 10px 20px;
}

/* Rules Section ************************/
.rules {
  padding: 40px 30px;
}
.rules .title {
  margin-bottom: 12px;
}
.rules-main-box {
  text-align: center;
}
.rules .rules-box ul {
  width: auto;
  max-width: max-content;
  margin: 0 auto;
  list-style-type: disc;
  list-style-position: inside;
}
.rules .rules-box ul li {
  font-size: 20px;
  padding-left: 18px;
  margin-bottom: 5px;
  position: relative;
  width: auto;
  text-align: center;
}
/* .rules .rules-box ul li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--black);
  left: 0;
  top: 5px;
  border-radius: 50%;
} */

/**/
#boli .starting-bid.bid-gray .bid-amount {
  background: #c9c9c9;
}
