@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  color: #555555;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #242424;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 8px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
}
p a {
  color: #242424;
}
p {
  line-height: 24px;
  margin-bottom: 10px;
}
a {
  color: #242424;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
ul {
  margin-bottom: 0;
}
figure {
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
strong {
  color: #555555;
}
iframe {
  border: none;
  float: left;
  width: 100%;
}
select {
  background-color: #f0eef0;
  border: 1px solid #dfdfdf;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
}
label {
  color: #6c8391;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
button {
  border: none;
}

input[type="submit"] {
  outline: none;
}
form p {
  float: left;
  position: relative;
}
form p span i {
  color: #474747;
  left: 16px;
  position: absolute;
  top: 13px;
}
option {
  padding: 5px 15px;
}
li {
  line-height: 28px;
  list-style: none;
}
ul ul {
  margin-left: 20px;
}
ol {
  float: none;
  list-style: outside none decimal;
  padding-left: 15px;
}
ol ol {
  margin-left: 20px;
}
ol li {
  list-style: outside none decimal;
  width: 100%;
}
table {
  background-color: transparent;
  max-width: 100%;
}
th {
  text-align: left;
}
table {
  margin-bottom: 15px;
  width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #dddddd;
  line-height: 1.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}
table thead tr th {
  border-top: 1px solid #dddddd;
  text-align: center;
  text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  border-bottom: 2px solid #dddddd;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0 none;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}
p ins {
  color: #999;
}
dl dd {
  margin-left: 20px;
}
address {
  font-style: italic;
}
.form-control {
  font-size: 13px;
}
/*CSS*/
.st-main-section {
  float: left;
  width: 100%;
  position: relative;
}
.st-main-content {
  padding: 80px 0px 60px 0px;
  min-height: calc(100vh - 615px);
}
.st-main-wrapper,
.st-main-content,
#st-footer {
  float: left;
  position: relative;
  width: 100%;
}
.st-main-wrapper {
  overflow: hidden;
}
.st-table {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.st-table-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
/*st-nav*/
.st-header-wrap {
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.navbar {
  padding: 0px;
}
.st-nav {
  display: flex;
  justify-content: flex-end;
}
.logo {
  width: 300px;
  display: inline-block;
}
.st-nav ul li a {
  font-size: 14px;
  padding: 5px 0px !important;
  position: relative;
}
.st-nav ul li a.active {
  font-weight: bold;
}
.st-nav ul li a.header-btn {
  display: inline-block;
  padding: 15px 44px !important;
  color: #fff;
  border-radius: 8px;
  background-color: #092790;
}
.st-nav ul li {
  margin: 0px 15px;
}
.st-nav ul li a.simple-btn {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 16px;
}
.st-nav ul li button {
  padding-left: 0;
  padding-right: 0;
}
.st-nav ul li:last-child {
  margin-right: 0px;
}
/*st-login-wrapper*/
.st-login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f7f7f7;
  padding: 80px 0;
}
.inner-login-wrap {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin: 0 auto;
  border: 1px solid #f05554;
}
.inner-login-wrap.signin-wrap {
  max-width: 500px;
  border: 1px solid #f05554;
}
.inner-login-wrap .login_logo {
  max-width: 100px;
}
/*login_logo_wrap*/
.login_logo_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.login_logo_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login_logo_wrap a p {
  font-size: 30px;
  color: #f05554;
}
.login_logo_wrap h1 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #f05554;
  margin-top: 10px;
}

.login_logo_wrap p {
  margin: 0;
  font-weight: bold;
  color: #474747;
  margin-top: 10px;
}
.inner-login-wrap ul {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.inner-login-wrap ul li {
  width: 50%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
}
.inner-login-wrap ul li label {
  margin: 0 0 8px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #242424;
}
.inner-login-wrap ul li > p {
  font-weight: 400;
  font-size: 14px;
  color: #999;
}

.have-text {
  text-align: center;
}

.inner-login-wrap ul li > p a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #f05554;
  cursor: pointer;
}

.inner-login-wrap ul li > p a:hover {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  color: #f05554;
  cursor: pointer;
}

.inner-login-wrap ul li > input,
.eye-btn > input,
.inner-login-wrap ul li > select {
  border-radius: 10px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-login-wrap ul li > input:hover,
.eye-btn > input:hover,
.inner-login-wrap ul li > select:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adjust the shadow on hover */
}

.gendar-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gendar-wrap label {
  margin: 0;
  line-height: 1;
}
.w-100 {
  width: 100% !important;
}
.simple-btn {
  display: flex;
  background-color: #f05554;
  color: #fff;
  border-radius: 5px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 16px;
  border: none;
  transition: all 0.4s ease-in-out;
}
.simple-btn a {
  color: #fff;
}
.simple-btn:hover {
  background: #000;
}
.inner-login-wrap .simple-btn {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
}
.st-header-wrap .logo {
  max-width: 75px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-header-wrap .logo p {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  color: #f05554;
}
/*banner-wrapper*/
.banner-wrapper {
  width: 100%;
  margin-top: 95px;
}
.banner-layer {
  background-size: cover;
  position: relative;
}

.banner-layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner-layer section {
  text-align: start;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.banner-layer section h1 {
  color: #f05554;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
}
.banner-layer section p {
  max-width: 600px;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  margin: 0;
}
.st-header-wrap .row {
  align-items: center;
}
/*intro-image*/
.about-intro-full {
  padding: 0 0 80px;
}
.about-intro-full .row {
  align-items: center;
}
.about-intro h2 {
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 30px;
}
.about-intro p {
  margin-bottom: 30px;
}
/*.about-intro .simple-btn { display:inline-block; }*/
.intro-image {
  margin: 0;
}
.intro-image img {
  border-radius: 100%;
  width: 450px;
  height: 450px;
}
/*list-wrapper-full*/
.list-wrapper-full {
  padding: 80px 0;
  background-size: cover;
  position: relative;
}

.list-wrapper-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.list-wrapper {
   background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
}

.list-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.list-wrapper h2 {
  font-weight: bold;
  /* border-bottom: 2px solid #f05554; */
  margin-bottom: 30px;
  font-size: 30px;
  position: relative;
}
.list-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #f3d226;
}
.list-wrapper ul li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}
.list-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url("assets/images/check-mark.png") no-repeat;
  background-size: contain;
}
/*comments-wrapper*/
.comments-wrapper-full {
  padding: 70px 0px 20px;
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.comments-wrapper-full h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #f05554;
  margin-bottom: 30px;
}
.comments-wrapper ul li {
  margin: 0 0 20px;
}

.comments-wrapper ul li section p:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.comments-wrapper ul li:last-child {
  margin-bottom: 0;
}
.comments-wrapper ul {
  position: relative;
}
.comments-wrapper ul:before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  width: 2px;
  background-color: #f05554;
  height: 100%;
}
.comments-wrapper section {
  display: flex;
  align-items: self-start;
}
.comments-wrapper figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 160px;
  line-height: 1;
  position: relative;
}
.comments-wrapper figure:before {
  content: "";
  position: absolute;
  right: 34px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #f05554;
  border-radius: 100%;
}
.comments-wrapper figure:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 9px;
  width: 40px;
  height: 2px;
  background-color: #f05554;
}
.comments-wrapper figure h3 {
  font-weight: bold;
  display: block;
  margin: 0 0 0;
  text-transform: uppercase;
  font-size: 18px;
}
.comments-wrapper p time {
  background-color: #f05554;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 20px;
  padding: 1px 10px;
}
.comments-wrapper p {
  position: relative;
  margin: 0;
  font-size: 17px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 30px 20px;
  border-radius: 10px;
  line-height: 22px;
  width: calc(100% - 160px);
}
/*st-footer-one*/
.copy_rights {
  background-color: #f3d226;
  padding: 10px 0;
}
.copy_rights span {
  color: #242424;
}
.copy_rights > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-social li {
  line-height: 1;
}
.footer-social li a {
  transition: all 0.4s ease-in-out;
  font-size: 30px;
}
.footer-social li a:hover {
  color: #fff;
}
/*subheader-wrap*/
.subheader-wrap {
  background-image: url("assets/images/Image2.jpg");
  text-align: center;
  padding: 40px;
  background-size: cover;
/*  height: 35vh;*/
  display: flex;
  justify-content: center;
  margin-top: 95px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
label.error {
  color: rgb(228, 1, 1) !important;
  margin: 6px 0 0 !important;
  font-weight: 400 !important;
}

.subheader-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.177);
}
.subheader-wrap h1 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
.founder-applicationfull .inner-login-wrap {
  background-color: #f7f7f7;
}
.paypal {
  text-align: center;
}
.paypal button { background:transparent; }
/*stripe-wrap*/
.payment-applicationfull .row {
  align-items: center;
}
.stripe-wrap .login_logo_wrap img {
  max-width: 150px;
}
.profile-wrap {
  margin: 0 auto 20px;
  width: 120px;
}

.profile-wrap p {
  color: #f05554;
  text-align: center;
  cursor: pointer;
  margin-top: -30px;
  font-weight: 700;
  font-size: 16px;
}

.profile-wrap img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}
.profile-wrap figcaption {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #f05554;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.profile-wrap figcaption input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/*st-footer-widget*/
.st-footer-logo {
  text-align: center;
}

.st-footer-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-footer-logo a p {
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
  color: #f05554;
}

.st-footer-logo a img {
  max-width: 185px;
}
.widget-wrap {
  max-width: 200px;
  margin: 0 auto;
}
.widget-wrap h2 {
  font-weight: bold;
  color: #f05554;
  margin: 0 0 20px;
}
.widget-wrap ul li a:hover {
  color: #f05554;
}
.widget-wrap ul li {
  margin-bottom: 6px;
}
.widget-wrap ul li a {
  font-weight: 600;
  color: #dddddd;
}
.widget-wrap.widget-wrap-graph {
  max-width: 100%;
}
.widget-wrap.widget-wrap-graph p {
  margin: 0;
  font-weight: 600;
  color: #dddddd;
  display: inline-block;
}
.st-footer-widget {
  padding: 50px 0;
  position: relative;
  background-size: auto;
}

.st-footer-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
}

.forgot-password {
  color: #f05554;
  text-decoration: underline;
  float: right;
}

/* CSS for the navigation arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px; /* Adjust the size of the arrows */
  z-index: 2;
}

.left-arrow {
  left: 20px; /* Adjust the distance from the left edge */
}

.right-arrow {
  right: 20px; /* Adjust the distance from the right edge */
}

.dummy-text {
  font-size: 14px;
  font-weight: 400;
}

.eye-btn {
  position: relative;
}
.eye-btn i {
  position: absolute;
  right: 12px;
  top: 17px !important;
  cursor: pointer;
}
.eye-btn i.remove:after {
  content: '';
  position: absolute;
  left: 6px;
  top: -1px;
  width: 2px;
  height: 16px;
  background: #000;
  transform: rotate(45deg);
}

.progres {
  width: 100%;
  height: 10px;
  position: relative;
  border: 1px solid #6E2472;
  border-radius: 10px;
  margin-bottom: 15px;
  opacity: 0;
}
.progres small {
  position: absolute;
  left: 0;
  bottom: -14px;
  line-height: 1;
  font-weight: 500;
}
.progres small:last-child { left: unset; right:0 }
.progres span {
  transition: all 0.7s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #6E2472;
}
.progres small {
  position: absolute;
  left: 0;
  bottom: -14px;
  line-height: 1;
  font-weight: 500;

}
.progres small:last-child { left: unset; right:0 }
.alert {
  margin: 0 auto 1rem;
  width: fit-content;
}
.price_plane {
  margin-bottom: 50px;
}
.price_plane ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.price_plane ul li {
  list-style: none;
  width: 33.333%;
  margin-bottom: 20px;
}
.price_plane ul li section {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}
.price_plane ul li section h4{
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 40px;
}
.price_plane ul li section h4 small {
  font-size: 20px;
}
.eye-btn input {
  padding-right: 50px !important;
}
.profile-wrapper {
  width: 100%;
  max-width: 800px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px 40px;
  margin: 0 auto 50px;
  border: 1px solid #f05554;
}
.profile-wrapper .simple-btn { font-size:14px; }
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.button-wrapper .simple-btn {
  padding: 0 20px;
}
.profile-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.profile-wrapper ul li {
  width: 50%;
}
.have-text { color: #242424 !important; width: 100%; text-align: center;}
.st-sticky .st-header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}
.btn-primary {
  background-color: #f05554;
  border-color: #f05554;
}
td .simple-btn {
  padding: 0 10px;
  margin: 2px;
}
form p { float:unset; }
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
}
.login_plan_logo a img { max-width: 100px; }
.st-main-wrapper .card-header {
  background-color: #f05554;
  color: #fff;
}

.tabs-animation tr td { word-break: break-word; }
.tabs-animation.details-tables tr th,
.tabs-animation.details-tables tr td { text-align:left; }
button:focus { outline: none !important; }
.st-main-wrapper .card-header .card-header-title {
  font-size: 18px;
}
.home-info {
  max-width: 80%;
    margin: 0 auto;
}
.section_title { margin-bottom: 30px; }
.section_title h2 {
  text-align: center;
  margin: 0;
  font-weight: bold;
  position: relative;
  font-size: 30px;
}
.section_title h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #f05554;
  transform: translateX(-50%);
}
.club-purpose ul {
  padding-inline-start: 40px;
}
.club-purpose ul li {
  list-style: inherit;
}
input:disabled { pointer-events:none; }

/*comingsoon*/
.coming-soon-wrap {
  background: url('/assets/images/comingsoon.jpg') center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
}
.coming-soon-wrap h1 {
  margin: 0;
  font-size: 60px;
  color: #f05554;
}
.coming-soon-wrap p {
  margin: 0 0 40px;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 27px;
}
.coming-soon-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.coming-soon-wrap .container {
  position: relative;
}
.flipTimer > div { display: inline-block !important; }
.flipTimer > div h2 {
    font-weight: bold;
    color: #333;
    font-size: 25px;
}
.days-cul {
    display: flex;
    justify-content: space-between;
}
.days-cul.white li { color: #f5f5f5; }
.days-cul li {
    flex-wrap: wrap;
    flex: 0 0 20%;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.come-logo {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  gap: 10px;
  justify-content: center;
}
.come-logo img {
  max-width: 100px;
}
.flip-clock-container [class|="flip-item"] .flip-digit { width:50px; height: 70px}
.flip-clock-container [class|="flip-item"] .flip-digit > span::before { line-height: 73px; }
.flip-clock-container [class|="flip-item"]::before { font-size: 80px; line-height: 57px; }
.social-com {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.social-com li a {
  background-color: #f05554;
  width: 40px;
  color: #fff;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.social-com li a:hover {
  background-color: #fff;
  color: #f05554;
}
.single-title,.about-intro.terms_condition p {
  margin-bottom: 20px;
}
.terms_condition ul li {
  list-style: inside;
}