* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif;
}

body {
  background: url(../../BackgroundPicturesResized/wavelines1.png),
    linear-gradient(0deg, rgba(239, 239, 239, 1), rgba(239, 239, 239, 1));
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.container-table {
  margin: 0 auto;
  padding: 2.8rem;
  max-width: 160rem;
}

.profit-forecast,
.average-figures {
  max-width: 160rem;
  margin: 4.8rem auto;
  width: 100%;
  display: block;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.profit-forecast:hover,
.average-figures:hover {
  transform: translateY(-5px);
}

.profit-forecast {
  margin-top: 0;
}

.profit-forecast h3,
.average-figures h3 {
  background-color: orange;
  color: white;
  padding: 1.2rem;
  margin-bottom: 1.2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  border-radius: 2.4rem;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.35);
  /* table-layout: fixed; */
}

thead {
  background-color: #221808;
  color: #fff;
}

th,
td {
  padding: 1.4rem;
  text-align: center;
  /* white-space: normal;
  word-break: break-all; */
  width: 5%;
}

thead {
  /* white-space: normal; */
  word-break: break-all;
}

tbody tr:nth-child(even) {
  background-color: rgb(213 213 213 / 94%);
  color: #000000;
}

tbody tr:nth-child(odd) {
  background-color: #e9e9e9;
  color: #000000;
}

tr {
  font-weight: 500;
}
.net-income {
  font-weight: 700;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.com-main-container {
  width: 100%;
  /* margin-top: 9.6rem; */
}

.com-container {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4.8rem;
  max-width: 180rem;
  margin: 0 auto;
  padding: 2.6rem;
}

.com-container div {
  color: white;
  background: linear-gradient(
    -30deg,
    rgb(22 22 22) 0%,
    rgb(63 63 63 / 95%) 27%,
    rgb(20 20 20) 100%
  );
}

.com-pading {
  padding: 3.2rem;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.25);
  border-radius: 2.4rem;
  transition: all 0.5s;
}

.com-pading:hover {
  transform: translateY(-15px);
}

.com-item {
  font-size: 1.8rem;
  list-style: none;
}

.com-item {
  margin-bottom: 1.2rem;
}

.com-pading ul {
  padding: 1.2rem;
}

.icon-grid-color {
  font-size: 7.6rem;
  display: block;
  color: #dcd1c0;
}
.com-h1 {
  color: #dcd1c0;
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
  border-bottom: 0.35rem solid #d7bc92;
  padding-bottom: 1.2rem;
  display: block;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.first-section {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.6)),
    url(../../BackgroundPicturesResized/Background-CommercailOffer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-heading {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  /* transform: translateY(-50%); */
  text-align: center;
  width: 100%;
}

.main-heading-text {
  color: white;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  display: block;
  line-height: 6.4rem;
}

.heading-text2 {
  color: rgb(173, 146, 113);
}

.main-heading-btn {
  width: 26rem;
  padding: 2.4rem 0;
  text-align: center;
  margin: 20px 10px;
  font-weight: 500;
  box-shadow: inset 0 0 0 0.3rem rgb(255, 255, 255);
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
  transition: all 0.5s;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0.2rem;
  border-top-left-radius: 6.4rem;
  border-bottom-right-radius: 6.4rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-heading-btn-span {
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s;
}

.main-heading-btn:hover .main-heading-btn-span {
  width: 100%;
}

.main-heading-btn:hover {
  box-shadow: none;
  color: #000;
  transform: scale(1.05);
}

.burger-icon-menu {
  display: none;
}

.menu-item {
  display: block;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.white-backgorund-gradient-smthv1 {
  height: 7.6rem;
  width: 100%;
  background: rgb(239, 239, 239);
  background: linear-gradient(
    180deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(239, 239, 239, 0.8211659663865546) 70%,
    rgba(239, 239, 239, 0.39539565826330536) 100%
  );
}

.white-backgorund-gradient-smthv2 {
  height: 7.6rem;
  width: 100%;
  background: rgb(239, 239, 239);
  background: linear-gradient(
    0deg,
    rgba(239, 239, 239, 1) 0%,
    rgba(239, 239, 239, 0.8211659663865546) 50%,
    rgba(239, 239, 239, 0.39539565826330536) 100%
  );
}
