/* @import "./navbar2.css"; */
@import "./charts.css";
@import "./header2.css";
@import "./header.css";

* {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", sans-serif;
}
body {
  font-family: "Tajawal", sans-serif;
}
.slide-in-text{
  right: 50%;
  transform: translateX(-50%);
}
.slide-in-text h1{
  text-align: center;
}
.desc-chart{
    text-align: center;
    direction: rtl;
    font-size: 19px;
    margin-top: 20px;
}
.chart-container-title{
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
}

.background {
  background-image: url(./../assets/bg3.png);
  background-size: cover;
  background-repeat: repeat round;
  height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
}
p {
  margin-bottom: unset;
  font-family: "Tajawal", sans-serif;
}

.bg-section {
  background: url(./../assets/bg.png) ;
  background-size: contain;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  position: relative;
}

p {
  color: #353535;
  text-align: justify;
  font-family: "Tajawal", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 20px;
}

.header .header-title {
  color: #353535;
  text-align: right;
  font-family: "Tajawal", sans-serif;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #cf181f;
  display: inline-block;
  padding-bottom: 10px;
}

.img-section img {
  width: 58vw;
  margin: -140px -143px;
  position: absolute;
  z-index: -1;
}

.img-section2 img {
  width: 70vw;
  margin: -166px -320px;
  position: absolute;
  z-index: -1;
}

.text p {
  padding: 10px 0 10px 10px;
}
.chart-container{
  filter: drop-shadow(2px 4px 6px #6d6d6d5c);
}

#content1,
#content2,
#content3,
#content4,
#content5,
#content6 {
  width: 65vw;
}
#content1 h2,
#content5 h2{
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 900 !important;
}
/* Display the active div */
.active {
  display: block !important;
  border: 3px solid var(--d-9-d-9-d-9, #cf181f) !important;
  background: var(--d-9-d-9-d-9, #cf181f) !important;
  color: #fff !important;
}

.background-section-with-opacity {
  background: linear-gradient( 270deg, #f7f7f7bf 77.44%, rgb(255 255 255 / 17%) 100% );
  padding-inline-end: 10px;
}
.picture {
  background-position: left center;
  background-image: url("./../assets/img.png");
  background-repeat: no-repeat;
}

.picture2 {
  background-image: url("./../assets/concept-different-office-accessories-paper-with-clip\ 1.png");
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100%;
}
.picture2-section {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .picture,
  .picture2 {
    background-image: unset;
  }
  .picture-sm img {
    width: 100%;
  }
  .select {
    flex-direction: column;
  }

  .custom-select li {
    width: 100%;
  }
  ul {
    padding-left: unset;
  }

  .flourish-embed .flourish-chart {
    width: 100% !important;
  }
  .circle-container {
    flex-direction: column;
    align-items: center !important;
  }
  .circle {
    margin: 10px;
  }
  #content1,
  #content2,
  #content3,
  #content4,
  #content5,
  #content6 {
    width: 100%;
  }
  .footer-container p {
    font-size: 12px;
  }
}

.header-with-border {
  position: relative;
  width: fit-content;
}
.header-icon-container {
  position: absolute;
  left: 50%;
  bottom: -12px;
  background: url("./../assets/bg.png") ;
 background-color: white; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 5px;
}
.header-icon-container .header-icon {
  width: 24px;
  height: 24px;
  fill: #cf181f;
}
.circle-container {
  padding: 12% 8%;
}
.header-circles {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  line-height: 151.023%; /* 36.245px */
}
.select-option-footer {
  font-size: 16px;
  font-weight: 400;
}
.circle {
  color: #000;
  border: 2px solid #cf181f;
  border-radius: 50%;
  padding: 50px 70px;
}

.circle:first-of-type {
  background-color: #cf181f;
  color: white;
}
.circle:first-of-type h3 {
  font-weight: bolder !important;
}

.content {
  display: none; /* Initially hide all content divs */
}

.selected {
  background-color: lightblue; /* Add a visual indication for the selected option */
}

.option {
  cursor: pointer; /* Change cursor to pointer for better interaction */
}

.text-footer {
  font-size: 25px;
  font-weight: 400;
}

.footer {
  background-color: #000;
  color: white !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.footer-container img {
  width: 85px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-container p {
  color: #fff;
}

.background2 {
  background-color: rgba(0, 0, 0, 0.5); /* Background with 50% opacity */
  padding: 20px; /* Adjust as needed */
}

.text {
  color: white; /* Text color */
}

@media (max-width: 1024px) {
  #content2,
  #content3,
  #content4,
  #content5,
  #content6 {
    padding-top: 8%;
  }
  .footer-container img {
    width: 70px;
}
.background{
  background-position: right;
}
.slide-in-text {
  right: 0;
  transform: unset;
}
}
@media (max-width: 604px) {
  p {
    text-align: right;
}
.slide-in-text {
  right: 0;
  transform: unset;
}
}